@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/css?family=Teko:500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
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;
  text-decoration: underline;
  -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; }

.fr {
  float: right; }

.imgR {
  float: right;
  margin-left: 20px; }

.fl {
  float: left; }

.imgL {
  float: left;
  margin-right: 20px; }

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

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

.tR {
  text-align: right; }

.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; }

.mt1em {
  margin-top: 1em; }

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

.clear {
  clear: both; }

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
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; }

.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents input, .contents button, .contents textarea, .contents select, .contents p, .contents th, .contents td, .contents address, .contents li, .contents dt, .contents dd {
  line-height: 1.6; }
  @media print, screen and (min-width: 960px) {
    .contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents input, .contents button, .contents textarea, .contents select, .contents p, .contents th, .contents td, .contents address, .contents li, .contents dt, .contents dd {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents input, .contents button, .contents textarea, .contents select, .contents p, .contents th, .contents td, .contents address, .contents li, .contents dt, .contents dd {
      font-size: 14px; } }

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

body {
  color: #212121;
  font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-appearance: none; }

a {
  color: #000; }

@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none; }
  a.hov {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    a.hov:hover {
      opacity: 0.6; } }
img {
  max-width: 100%;
  height: auto; }

/* =========================================================
 icon
========================================================= */
@font-face {
  font-family: 'fonts';
  src: url("/common/fonts/fonts.ttf?ielakg") format("truetype"), url("/common/fonts/fonts.woff?ielakg") format("woff"), url("/common/fonts/fonts.svg?ielakg#fonts") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], [class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'fonts' !important; }

[class^="ico-"], [class*=" ico-"] {
  font-family: 'def' !important; }

.icon-tel:before {
  content: "\e90e"; }

.icon-mail:before {
  content: "\e901"; }

/* =========================================================
	general
========================================================= */
@media print, screen and (min-width: 960px) {
  .cnt-pc {
    display: block; } }
@media screen and (max-width: 959px) {
  .cnt-pc {
    display: none; } }

@media print, screen and (min-width: 960px) {
  .cnt-sp {
    display: none; } }
@media screen and (max-width: 959px) {
  .cnt-sp {
    display: block; } }

.inner-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.inner-1000 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 1060px) {
    .inner-1000 {
      padding: 0 15px; } }

.inner-900 {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 1060px) {
    .inner-900 {
      padding: 0 15px; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex h3 {
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 18px;
    margin-bottom: 30px; }
  .flex-box {
    width: calc(50% - 30px); }

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

ul.list li {
  position: relative;
  padding-left: 1em; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #212121;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  ul.list.url li a {
    display: block; } }

.section {
  margin-top: 100px; }
  .section-title {
    margin-bottom: 40px; }
    .section-title h2 {
      font-weight: bold;
      font-size: 24px; }
    .section-title span {
      display: block;
      font-size: 18px;
      color: #009FE8;
      font-weight: bold;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      margin-bottom: 20px;
      line-height: 1; }
  @media screen and (max-width: 959px) {
    .section {
      margin-top: 60px; }
      .section-title {
        margin-bottom: 20px; }
        .section-title h2 {
          line-height: 1.4;
          font-size: 18px; }
        .section-title span {
          font-size: 14px;
          margin-bottom: 5px; } }

.article + .article {
  margin-top: 150px; }
@media screen and (max-width: 959px) {
  .article + .article {
    margin-top: 80px; } }
.article-title {
  margin-bottom: 80px; }
  .article-title h2 {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1; }
    .article-title h2 span {
      font-size: 40px;
      color: #009FE8; }
  .article-title > span {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1;
    color: #009FE8;
    font-family: "Teko", YakuHanJP, "Noto Sans JP", serif; }
  @media screen and (max-width: 959px) {
    .article-title {
      margin-bottom: 30px; }
      .article-title h2 {
        font-size: 25px;
        text-align: left;
        line-height: 1.3; }
        .article-title h2 span {
          font-size: 30px; }
      .article-title > span {
        text-align: left;
        margin-top: 10px;
        font-size: 14px;
        margin-left: 4px; } }

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: none; }
  table th, table td {
    border: none;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: left; }
    @media print, screen and (min-width: 960px) {
      table th, table td {
        padding: 25px; } }
    @media screen and (max-width: 959px) {
      table th, table td {
        padding: 15px 0; } }
    @media screen and (max-width: 767px) {
      table th, table td {
        display: block;
        padding: 10px; } }
  table th {
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
    background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: white;
    vertical-align: middle;
    text-align: center; }
    @media screen and (min-width: 768px) {
      table th {
        width: 200px;
        font-weight: bold;
        border-bottom: 3px solid white; } }
    @media screen and (max-width: 767px) {
      table th {
        background: #009FE8; } }
  table td {
    border-bottom: 3px solid white;
    border-right: 1px solid #009FE8;
    background: #F2F2F2; }
    table td ul.list li:before {
      top: 11px; }
    @media screen and (max-width: 959px) {
      table td {
        border-right: none; } }

.btn {
  text-align: center; }
  .btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 50px;
    padding-top: 4px;
    font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
    letter-spacing: .2em;
    text-decoration: none; }
  .btn:not(.white) a {
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
    background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: white;
    -webkit-transition: background-position .3s ease;
    transition: background-position .3s ease; }
    .btn:not(.white) a:hover {
      background-position: 100% 100%; }
  .btn.white a {
    background: white; }
    .btn.white a:hover {
      background: #009FE8;
      color: white; }
  .btn.large a {
    width: 500px;
    height: 80px;
    font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold; }
    .btn.large a span {
      font-size: 24px; }
    @media screen and (max-width: 959px) {
      .btn.large a {
        width: 100%;
        max-width: 300px;
        height: 60px;
        font-size: 16px; }
        .btn.large a span {
          font-size: 20px; } }

.list-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-block .block.col4 {
    width: calc(100%/4); }
  .list-block .block.col3 {
    width: calc(100%/3); }
  .list-block .block.col2 {
    width: calc(100%/2); }
  @media screen and (max-width: 959px) {
    .list-block .block.col4 {
      width: calc(100%/2); }
    .list-block .block.col3 {
      width: calc(100%); }
    .list-block .block.col2 {
      width: calc(100%); } }
.list-case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -60px; }
  .list-case .case {
    width: calc((100% - 70px)/3);
    margin-right: 35px;
    margin-bottom: 60px; }
    .list-case .case:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 959px) {
      .list-case .case {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px; } }
    .list-case .case-thumbnail {
      position: relative;
      width: 100%; }
      .list-case .case-thumbnail:before {
        content: "";
        padding-top: 66%;
        display: block; }
      .list-case .case-thumbnail img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        max-height: 100%; }
      @media screen and (max-width: 959px) {
        .list-case .case-thumbnail {
          width: 120px;
          float: left; } }
    .list-case .case-title {
      padding: 15px 0 0;
      line-height: 1.6; }
      .list-case .case-title p {
        text-align: left;
        padding-left: 10px;
        border-left: 4px solid #009FE8;
        padding: 4px 0 6px 10px; }
      @media screen and (max-width: 959px) {
        .list-case .case-title {
          padding: 0 0 0 15px;
          float: left;
          width: calc(100% - 120px);
          border: 0; }
          .list-case .case-title p {
            font-size: 14px;
            text-align: left; } }
    .list-case .case-caption {
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd; }
      .list-case .case-caption p {
        padding-left: 15px;
        font-size: 14px !important;
        opacity: .8;
        line-height: 1.6;
        letter-spacing: .05em !important; }
      @media screen and (max-width: 959px) {
        .list-case .case-caption {
          float: right;
          width: calc(100% - 135px);
          padding: 0px 0 10px 0;
          margin-top: 10px;
          background: transparent;
          border-bottom: 1px solid #e5e5e5;
          margin-bottom: 10px; }
          .list-case .case-caption p {
            font-size: 12px !important; } }
    .list-case .case-info {
      padding-top: 10px; }
      .list-case .case-info span {
        font-size: 14px; }
      .list-case .case-info .category {
        width: 110px;
        height: 26px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: white;
        margin-right: 20px; }
        .list-case .case-info .category.car {
          background: #ec1834; }
        .list-case .case-info .category.mobile {
          background: #b5af12; }
        .list-case .case-info .category.matehan {
          background: #1fc400; }
        .list-case .case-info .category.other {
          background: #212121; }
      @media screen and (max-width: 959px) {
        .list-case .case-info {
          float: left;
          width: 100%;
          background: #f5f5f5;
          padding: 0;
          margin-top: 5px; }
          .list-case .case-info .category {
            width: 150px; } }
    .list-case .case a {
      text-decoration: none; }
    .list-case .case-pdf {
      text-align: center; }
      @media screen and (max-width: 959px) {
        .list-case .case-pdf {
          width: calc(100% - 135px);
          border: 0;
          padding-top: 5px;
          float: right; } }
      .list-case .case-pdf a {
        display: block;
        padding: 10px 0 12px;
        font-size: 14px;
        font-weight: bold;
        color: white;
        background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
        background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
        background-size: 200% 200%;
        background-position: 0% 50%;
        -webkit-transition: background-position .3s ease;
        transition: background-position .3s ease; }
        .list-case .case-pdf a:hover {
          background-position: 100% 100%; }
        @media screen and (max-width: 959px) {
          .list-case .case-pdf a {
            font-size: 12px; } }
.list-topics .topic {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5; }
  .list-topics .topic:first-child {
    border-top: 1px solid #e5e5e5; }
  .list-topics .topic a {
    text-decoration: none; }
  .list-topics .topic-category {
    width: 80px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ddd;
    margin: 0 30px;
    font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
    font-size: 14px;
    vertical-align: 3px; }
  .list-topics .topic a:hover .topic-title {
    text-decoration: underline; }
  @media screen and (max-width: 959px) {
    .list-topics .topic {
      padding: 15px 0; }
      .list-topics .topic a {
        font-size: 14px;
        line-height: 1.6; }
      .list-topics .topic-title {
        display: block;
        margin-top: 5px; }
      .list-topics .topic-category {
        margin: 0 15px; } }
.list-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px; }
  @media screen and (max-width: 959px) {
    .list-category {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0; } }
  .list-category > li {
    position: relative;
    width: calc((100% - 60px)/4);
    margin-right: 15px;
    margin-bottom: 15px;
    height: 60px;
    border: 1px solid #ddd;
    padding: 5px; }
    .list-category > li:last-child {
      margin-right: 0; }
    .list-category > li:before {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #ddd; }
    .list-category > li p {
      font-size: 16px;
      letter-spacing: .05em;
      padding-top: 8px;
      text-align: center;
      margin-left: -20px; }
      .list-category > li p img {
        max-width: 40px;
        max-height: 30px;
        margin-right: 10px;
        vertical-align: -8px; }
    @media screen and (max-width: 959px) {
      .list-category > li {
        width: calc((100% - 8px)/2);
        margin: 0 0 8px;
        height: 50px; }
        .list-category > li p {
          font-size: 14px; }
          .list-category > li p img {
            max-height: 23px;
            margin-right: 0px;
            vertical-align: -6px; } }

.problem {
  position: relative;
  border: #e5e5e5 solid 1px;
  border-width: 0 1px 1px 0;
  height: 300px;
  z-index: 1;
  overflow: hidden; }
  .problem > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
    z-index: -1; }
  .problem-outer {
    border: #e5e5e5 solid 1px;
    border-width: 1px 0 0 1px; }
  @media screen and (max-width: 959px) {
    .problem {
      height: 52vw;
      max-height: 300px; } }

.service {
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }
  .service-title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    height: 109px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 30px 25px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    .service-title p {
      color: white;
      font-weight: bold;
      font-size: 18px;
      line-height: 1; }
      .service-title p span {
        display: block;
        font-size: 16px;
        margin-top: 20px;
        font-weight: normal;
        font-family: "Teko", YakuHanJP, "Noto Sans JP", serif; }
    @media screen and (max-width: 959px) {
      .service-title {
        height: 40px;
        padding: 31px 10px; }
        .service-title p {
          font-size: 14px;
          line-height: 1.8; }
          .service-title p span {
            display: none; } }
  .service a {
    text-decoration: none;
    width: 100%;
    height: 100%; }
    .service a:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .service a:hover .service-title {
      height: 100%; }

.cnt-case .btn {
  margin-top: 60px; }

.cnt-contactarea {
  position: relative;
  width: 100%;
  height: 420px;
  background-image: url(/common/images/contact-bk.jpg);
  background-size: cover;
  margin-top: 200px !important;
  margin-bottom: -50px; }
  @media screen and (max-width: 959px) {
    .cnt-contactarea {
      height: 350px;
      margin-bottom: 0;
      margin-top: 80px !important; } }
  .cnt-contactarea .contact-wrapper {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 450px;
    height: 520px;
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
    background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    padding: 80px 60px 60px; }
    @media screen and (max-width: 959px) {
      .cnt-contactarea .contact-wrapper {
        top: 0;
        height: 350px;
        width: 100%;
        padding: 40px 30px 30px; } }
  .cnt-contactarea .contact-title {
    text-align: center; }
    .cnt-contactarea .contact-title h2 {
      font-size: 33px;
      letter-spacing: .1em;
      color: white;
      font-weight: bold; }
    .cnt-contactarea .contact-title span {
      display: block;
      margin-top: 20px;
      font-weight: bold;
      color: white;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      font-size: 22px;
      letter-spacing: .1em; }
    @media screen and (max-width: 959px) {
      .cnt-contactarea .contact-title h2 {
        font-size: 25px;
        line-height: 1.3; }
        .cnt-contactarea .contact-title h2 span {
          font-size: 30px; }
      .cnt-contactarea .contact-title > span {
        margin-top: 10px;
        font-size: 14px;
        margin-left: 4px; } }
  .cnt-contactarea .contact-main {
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      .cnt-contactarea .contact-main {
        margin-top: 30px; } }
    .cnt-contactarea .contact-main .bnr a {
      width: 100%;
      height: 80px;
      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;
      text-decoration: none;
      -webkit-transition: background-color .3s ease, color .3s ease;
      transition: background-color .3s ease, color .3s ease; }
      .cnt-contactarea .contact-main .bnr a.mail {
        background: white;
        font-size: 19px;
        font-weight: bold;
        letter-spacing: .05em; }
        .cnt-contactarea .contact-main .bnr a.mail i {
          font-size: 26px;
          padding-top: 1px;
          margin-right: 5px; }
        .cnt-contactarea .contact-main .bnr a.mail:hover {
          background-color: #212121;
          color: white; }
        @media screen and (max-width: 959px) {
          .cnt-contactarea .contact-main .bnr a.mail {
            font-size: 16px; }
            .cnt-contactarea .contact-main .bnr a.mail i {
              font-size: 22px; } }
      .cnt-contactarea .contact-main .bnr a.tel {
        border: 1px solid white;
        color: white;
        font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
        font-size: 30px;
        letter-spacing: .1em;
        padding-top: 3px; }
        .cnt-contactarea .contact-main .bnr a.tel i {
          font-size: 24px;
          margin-right: 5px;
          padding-bottom: 5px; }
        .cnt-contactarea .contact-main .bnr a.tel:hover {
          background-color: #212121;
          color: white; }
        @media screen and (max-width: 959px) {
          .cnt-contactarea .contact-main .bnr a.tel {
            font-size: 22px; }
            .cnt-contactarea .contact-main .bnr a.tel i {
              font-size: 18px; } }
      @media screen and (max-width: 959px) {
        .cnt-contactarea .contact-main .bnr a {
          height: 60px; } }
    .cnt-contactarea .contact-main .bnr + .bnr {
      margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .cnt-contactarea .contact-main .bnr + .bnr {
        margin-top: 15px; } }
    .cnt-contactarea .contact-main p {
      margin-top: 30px;
      color: white;
      font-size: 14px;
      text-align: center;
      letter-spacing: .1em; }
      @media screen and (max-width: 959px) {
        .cnt-contactarea .contact-main p {
          margin-top: 15px; } }

.purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .purpose {
      position: relative; } }
  .purpose dt {
    width: 80px;
    float: left;
    position: relative;
    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;
    background: #212121;
    color: white;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .1em;
    /*
    &:before {
    	content: "";
    	padding-top: 100%;
    }*/ }
    .purpose dt:after {
      content: "";
      position: absolute;
      display: block;
      right: 0;
      bottom: 0;
      width: 10px;
      height: 10px;
      border-right: 10px solid #e8e8e8;
      border-top: 10px solid transparent; }
    .purpose dt.en {
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      font-size: 22px; }
    @media screen and (max-width: 959px) {
      .purpose dt {
        position: absolute;
        z-index: 1;
        padding: 8px 20px 10px;
        font-size: 14px; }
        .purpose dt.en {
          font-size: 16px;
          padding: 10px 20px 8px; } }
  .purpose dd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    padding: 30px;
    width: calc( 100% - 80px );
    background: #e8e8e8;
    line-height: 1.6; }
    .purpose dd:after {
      content: "";
      position: absolute;
      display: block;
      right: 0;
      bottom: 0;
      width: 10px;
      height: 10px;
      border-right: 10px solid #212121;
      border-top: 10px solid transparent; }
    .purpose dd h3 {
      font-size: 30px;
      margin-bottom: 20px;
      font-weight: bold;
      border-bottom: 2px solid #aaa; }
    @media screen and (max-width: 959px) {
      .purpose dd {
        width: 100%;
        font-size: 14px;
        padding: 45px 15px 15px; }
        .purpose dd h3 {
          font-size: 20px;
          margin-bottom: 10px; } }
  .purpose.red dd:after {
    border-right: 10px solid #ec1834; }
  .purpose.red dt {
    background: #ec1834; }
  .purpose.red dt:after {
    border-right: 10px solid #fef3f5; }
  .purpose.red dd {
    background: #fef3f5; }
  .purpose.blue dd:after {
    border-right: 10px solid #009FE8; }
  .purpose.blue dt {
    background: #009FE8; }
  .purpose.blue dt:after {
    border-right: 10px solid #f2fafe; }
  .purpose.blue dd {
    background: #f2fafe; }
  .purpose.large {
    min-height: 120px; }
    .purpose.large dt {
      width: 120px;
      font-size: 26px;
      font-weight: normal; }
      @media screen and (max-width: 959px) {
        .purpose.large dt {
          width: auto;
          font-size: 16px;
          padding: 10px 20px 8px; } }
    .purpose.large dd {
      padding: 40px;
      min-height: 120px;
      width: calc(100% - 120px); }
      @media screen and (max-width: 959px) {
        .purpose.large dd {
          width: 100%;
          padding: 45px 15px 15px; } }

.featureimg {
  height: 150px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }
  .featureimg a {
    height: 100%;
    display: block;
    width: 100%; }
  .featureimg img {
    max-height: 100%; }
  .featureimg + .featureimg {
    margin-top: 40px; }
  .featureimg:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 200px);
    height: 100%;
    left: 200px;
    top: 0;
    background-size: cover;
    background-position: top;
    z-index: -1; }
  .featureimg:nth-child(1):before {
    background-image: url(/images/index/feature02-bk.jpg); }
  .featureimg:nth-child(2):before {
    background-image: url(/images/index/feature03-bk.jpg); }
  .featureimg:nth-child(3):before {
    background-image: url(/images/index/feature04-bk.jpg); }
  @media screen and (max-width: 959px) {
    .featureimg {
      height: 80px; }
      .featureimg:before {
        width: calc(100% - 80px);
        left: 80px; }
      .featureimg + .featureimg {
        margin-top: 20px; } }

.post-title {
  position: relative;
  padding-left: 30px; }
  .post-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    display: block;
    background: #009FE8;
    left: 0;
    top: 0; }
  .post-title h2 {
    font-size: 33px;
    line-height: 44px;
    letter-spacing: .1em; }
  .post-title span.subtitle {
    font-size: 16px;
    display: block;
    margin-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .post-title {
      padding-left: 15px; }
      .post-title:before {
        width: 2px; }
      .post-title h2 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: .05em; }
      .post-title span.subtitle {
        font-size: 14px;
        margin-bottom: 10px; } }
.post-info {
  margin-top: 40px; }
  .post-info p.post-category {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1;
    display: inline-block;
    padding: 5px 15px 7px;
    margin-right: 15px;
    color: white; }
    .post-info p.post-category.car {
      background: #ec1834; }
    .post-info p.post-category.mobile {
      background: #b5af12; }
    .post-info p.post-category.matehan {
      background: #1fc400; }
    .post-info p.post-category.other {
      background: #212121; }
    .post-info p.post-category.column, .post-info p.post-category.info {
      color: #212121;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      background: #ddd;
      margin-bottom: 0;
      padding: 10px 40px 7px; }
    @media screen and (max-width: 959px) {
      .post-info p.post-category.column, .post-info p.post-category.info {
        font-size: 12px;
        padding: 7px 20px 5px; } }
  .post-info p.post-date {
    display: inline-block; }
  @media screen and (max-width: 959px) {
    .post-info {
      margin-top: 20px; }
      .post-info p.post-date {
        font-size: 12px; } }
.post.car .post-title:before {
  background: #ec1834; }
.post.mobile .post-title:before {
  background: #b5af12; }
.post.matehan .post-title:before {
  background: #1fc400; }
.post.other .post-title:before {
  background: #212121; }
@media screen and (max-width: 959px) {
  .post-main .section {
    margin-top: 40px; } }
.post-thumbnail {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto; }
  .post-thumbnail:before {
    content: "";
    padding-top: 66%;
    display: block; }
  .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.detail h3 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }
.detail h4 {
  font-size: 20px; }
.detail h5 {
  font-size: 16px;
  font-weight: bold; }
.detail h3, .detail h4, .detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  .detail h3:before, .detail h4:before, .detail h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #009FE8; }
.detail h3:before {
  height: calc(100% - 10px); }
.detail h5:before {
  background: #212121; }
.detail p + img,
.detail img + p,
.detail h3 + p,
.detail h4 + p,
.detail h5 + p {
  margin-top: 30px; }
.detail p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .08em; }
.detail p + p {
  margin-top: 20px; }
@media screen and (max-width: 959px) {
  .detail h3 {
    font-size: 18px; }
  .detail h4 {
    font-size: 16px; }
  .detail h5 {
    font-size: 14px;
    font-weight: bold; }
  .detail h3, .detail h4, .detail h5 {
    margin-top: 30px;
    padding-left: 15px; }
    .detail h3:before, .detail h4:before, .detail h5:before {
      width: 2px; }
  .detail p + img,
  .detail img + p,
  .detail h3 + p,
  .detail h4 + p,
  .detail h5 + p {
    margin-top: 15px; }
  .detail p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .08em; }
  .detail p + p {
    margin-top: 15px; } }

/* =========================================================
	UNDER COMMON
========================================================= */
@media screen and (max-width: 959px) {
  body:not(#home-page) .article-title h2 {
    font-size: 22px; }
    body:not(#home-page) .article-title h2 span {
      font-size: 26px; } }
body:not(#home-page) .article-main p {
  font: normal 16px/1.8 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .08em; }
  body:not(#home-page) .article-main p + p {
    margin-top: 30px; }
body:not(#home-page) .article-main p + p,
body:not(#home-page) .article-main p + ul.list,
body:not(#home-page) .article-main ul.list + p {
  margin-top: 30px; }
body:not(#home-page) .article-main p + ul:not(.list),
body:not(#home-page) .article-main ul:not(.list) + p,
body:not(#home-page) .article-main p + div,
body:not(#home-page) .article-main div + p,
body:not(#home-page) .article-main p + img,
body:not(#home-page) .article-main img + p,
body:not(#home-page) .article-main p + dl,
body:not(#home-page) .article-main dl + p,
body:not(#home-page) .article-main p + table,
body:not(#home-page) .article-main table + p {
  margin-top: 40px; }
@media screen and (max-width: 959px) {
  body:not(#home-page) .article-main p {
    font-size: 14px; }
  body:not(#home-page) .article-main p + p,
  body:not(#home-page) .article-main p + ul.list,
  body:not(#home-page) .article-main ul.list + p {
    margin-top: 15px; }
  body:not(#home-page) .article-main p + ul:not(.list),
  body:not(#home-page) .article-main ul:not(.list) + p,
  body:not(#home-page) .article-main p + div,
  body:not(#home-page) .article-main div + p,
  body:not(#home-page) .article-main p + img,
  body:not(#home-page) .article-main img + p,
  body:not(#home-page) .article-main p + dl,
  body:not(#home-page) .article-main dl + p,
  body:not(#home-page) .article-main p + table,
  body:not(#home-page) .article-main table + p {
    margin-top: 20px; } }

/* SCROLL ANIMATION */
.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease;
  transition: opacity 1s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease;
  transition: transform 1s ease, opacity 1s ease, box-shadow .3s ease, background-color 1s ease;
  transition: transform 1s ease, opacity 1s ease, box-shadow .3s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease; }
  .js-scroll.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  @media print {
    .js-scroll {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; } }

.js-scroll-x {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease;
  transition: opacity 1s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease;
  transition: transform 1s ease, opacity 1s ease, box-shadow .3s ease, background-color 1s ease;
  transition: transform 1s ease, opacity 1s ease, box-shadow .3s ease, background-color 1s ease, -webkit-transform 1s ease, -webkit-box-shadow .3s ease; }
  .js-scroll-x.fade_on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  @media print {
    .js-scroll-x {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; } }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    #wrapper {
      padding-top: 80px; } }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  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-bottom: 150px; }
  .pagetitle-title {
    text-align: center; }
    .pagetitle-title h1 {
      font-size: 33px;
      line-height: 1.2;
      text-align: center;
      color: white;
      font-weight: bold; }
      .pagetitle-title h1 span {
        /*
        display: block;
        font-size: 16px;
        margin: 10px 0;
        font-weight: normal;
        */
        font-size: 14px;
        font-weight: normal;
        padding: 5px 10px 7px;
        border: 1px solid;
        display: block;
        width: 180px;
        margin: 0 auto;
        margin-bottom: 24px; }
    .pagetitle-title p {
      color: white;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      font-size: 22px;
      font-weight: normal;
      margin-top: 30px;
      letter-spacing: .1em; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      height: 200px;
      margin-bottom: 80px; }
      .pagetitle-title h1 {
        font-size: 24px; }
        .pagetitle-title h1 span {
          margin-bottom: 14px; }
      .pagetitle-title p {
        font-size: 18px;
        margin-top: 15px; } }
  .pagetitle.under {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 959px) {
      .pagetitle.under {
        height: 150px; } }
    .pagetitle.under:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 490px;
      background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
      background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
      background-size: 200% 200%;
      background-position: 0% 50%;
      z-index: -1; }
    .pagetitle.under:after {
      content: "";
      display: block;
      position: absolute;
      background-image: url(/images/index/net.svg);
      opacity: .2;
      width: 100%;
      height: 490px;
      top: -260px;
      background-repeat: no-repeat;
      background-size: cover; }

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

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

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

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

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

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

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

/*
#company-page .pagetitle { background-image: url(/images/pagetitle/about.jpg); }
#contact-page .pagetitle { background-image: url(/images/pagetitle/service01.jpg); }
#case-page .pagetitle { background-image: url(/images/pagetitle/case.jpg); }
#topics-page .pagetitle { background-image: url(/images/pagetitle/case.jpg); }
#flow-page .pagetitle { background-image: url(/images/pagetitle/case.jpg); }
#faq-page .pagetitle { background-image: url(/images/pagetitle/case.jpg); }
*/
/* =========================================================
	header
========================================================= */
@media screen and (max-width: 959px) {
  .header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } }
.header .head-logo {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px; }
  @media print, screen and (min-width: 960px) {
    .header .head-logo a {
      display: block;
      width: 210px; } }
  @media screen and (max-width: 959px) {
    .header .head-logo {
      padding: 12.5px 15px;
      background: white; } }
  @media print, screen and (min-width: 960px) {
    .header .head-logo img {
      width: 204px; } }
  @media screen and (max-width: 959px) {
    .header .head-logo img {
      height: 25px; } }
.header .menu {
  position: relative; }
  @media print, screen and (min-width: 960px) {
    .header .menu {
      border: 1px solid #e5e5e5;
      border-width: 1px 0 3px 0; } }
  @media screen and (max-width: 959px) {
    .header .menu {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      color: #212121;
      opacity: 0;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      position: fixed;
      width: 100vw;
      top: 0;
      padding: 0;
      z-index: -1;
      float: none; }
      .header .menu.on {
        max-height: 3000vw;
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        min-height: 100vh;
        height: 100%;
        overflow-y: scroll;
        padding: 80px 15px 90px;
        background: white; } }
.header .gnav {
  position: relative;
  max-width: 1030px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  z-index: 2; }
  @media screen and (max-width: 959px) {
    .header .gnav {
      display: block;
      height: auto;
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding: 0; } }
  @media print, screen and (min-width: 960px) {
    .header .gnav > li {
      width: 100%;
      border-left: 1px solid #e5e5e5;
      text-align: center; }
      .header .gnav > li:last-child {
        border-right: 1px solid #e5e5e5; }
      .header .gnav > li.parent {
        position: relative; } }
  @media screen and (max-width: 959px) {
    .header .gnav > li {
      position: relative;
      text-align: center;
      border-bottom: 1px solid #ddd; } }
  .header .gnav > li#smt a {
    border: 5px solid white;
    background: #009FE8;
    color: white;
    padding: 20px;
    border-width: 5px 0; }
    .header .gnav > li#smt a span {
      display: block;
      font-size: 12px;
      font-weight: normal;
      margin-top: 8px; }
  .header .gnav a {
    text-decoration: none; }
    @media print, screen and (min-width: 960px) {
      .header .gnav a {
        display: block;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        font: bold 14px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .header .gnav a:hover {
          color: #009FE8; } }
    @media screen and (max-width: 959px) {
      .header .gnav a {
        display: block;
        padding: 30px;
        font-size: 16px;
        font-weight: bold; } }
  @media print, screen and (min-width: 960px) {
    .header .gnav .parent:hover .childList-wrapper {
      top: 54px;
      visibility: visible;
      opacity: 1; } }
  @media print, screen and (min-width: 960px) {
    .header .gnav .childList {
      border-top: 2px solid #e5e5e5;
      position: relative;
      height: 100%; }
      .header .gnav .childList-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        visibility: hidden;
        opacity: 0;
        top: 80px;
        background: white;
        max-width: 1000px;
        width: 300px;
        border: 1px solid #e5e5e5;
        z-index: 2;
        -webkit-transition: opacity .3s ease, top .3s ease;
        transition: opacity .3s ease, top .3s ease; }
      .header .gnav .childList > li {
        padding: 0 10px; }
        .header .gnav .childList > li + li a {
          border-top: 1px solid #e5e5e5; }
        .header .gnav .childList > li a {
          line-height: 1.6;
          font-size: 14px; } }
  @media screen and (max-width: 959px) {
    .header .gnav .childList {
      min-height: 0px;
      font-size: 14px;
      background: #f5f5f5; }
      .header .gnav .childList > li {
        display: block;
        position: relative;
        padding: 0;
        border: none; }
        .header .gnav .childList > li a {
          line-height: 1.6;
          font-size: 14px;
          padding: 20px; }
        .header .gnav .childList > li + li {
          border-top: 1px solid #e5e5e5; }
        .header .gnav .childList > li:after {
          content: none; } }
.header .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  max-width: 1030px;
  width: auto;
  left: auto;
  right: calc(50% - 515px);
  top: -73px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 1060px) {
    .header .head-info {
      right: 15px; } }
  .header .head-info a {
    text-decoration: none; }
  .header .head-info li.bnr {
    padding: 0 20px 0 0; }
    .header .head-info li.bnr a {
      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;
      width: 170px;
      height: 50px;
      border: 2px solid #009fe8;
      color: #009fe8;
      background-color: white;
      font: bold 14px YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      text-align: center;
      -webkit-animation: tikatika 1.5s infinite alternate linear;
              animation: tikatika 1.5s infinite alternate linear; }
      .header .head-info li.bnr a span {
        display: block;
        font-size: 10px;
        font-weight: normal; }
      .header .head-info li.bnr a:hover {
        opacity: .6; }
@-webkit-keyframes tikatika {
  0% {
    background-color: white;
    color: #009fe8; }
  50% {
    background-color: #009fe8;
    color: white; }
  100% {
    background-color: #009fe8;
    color: white; } }
@keyframes tikatika {
  0% {
    background-color: white;
    color: #009fe8; }
  50% {
    background-color: #009fe8;
    color: white; }
  100% {
    background-color: #009fe8;
    color: white; } }
  .header .head-info li.tel {
    padding: 4px 20px; }
    .header .head-info li.tel a {
      text-align: right;
      font-size: 28px;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      letter-spacing: .1em; }
      .header .head-info li.tel a i {
        font-size: 22px;
        margin-right: 5px; }
      .header .head-info li.tel a span {
        font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .1em; }
  .header .head-info li.mail a {
    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;
    width: 170px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
    background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    color: white;
    font: bold 14px YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: background-position .3s ease;
    transition: background-position .3s ease; }
    .header .head-info li.mail a i {
      font-size: 20px;
      vertical-align: -2px;
      margin-right: 5px; }
    .header .head-info li.mail a:hover {
      background-position: 100% 100%; }
@media screen and (max-width: 959px) {
  .header .head-info-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px; }
    .header .head-info-sp > li {
      width: 100%;
      height: 100%; }
      .header .head-info-sp > li.tel {
        background: #212121; }
        .header .head-info-sp > li.tel a {
          color: white; }
          .header .head-info-sp > li.tel a i {
            font-size: 15px; }
      .header .head-info-sp > li.mail {
        background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
        background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
        background-size: 200% 200%;
        background-position: 0% 50%; }
        .header .head-info-sp > li.mail a {
          color: white; }
          .header .head-info-sp > li.mail a i {
            font-size: 16px; }
      .header .head-info-sp > li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        text-decoration: none;
        padding-top: 7px;
        font-size: 12px; }
        .header .head-info-sp > li a i {
          margin-right: 5px;
          vertical-align: -2px; } }
.header .menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  line-height: 1;
  padding: 16px 12.5px;
  background: #F2F2F2; }
  .header .menu-btn .btn-inner {
    display: block;
    position: relative;
    width: 25px;
    height: 18px; }
  @media print, screen and (min-width: 960px) {
    .header .menu-btn {
      display: none; } }
  @media screen and (max-width: 959px) {
    .header .menu-btn {
      display: block; } }
  .header .menu-btn figure {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #212121;
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s; }
    .header .menu-btn figure:nth-child(1) {
      top: 0; }
    .header .menu-btn figure:nth-child(2) {
      top: 50%; }
    .header .menu-btn figure:nth-child(3) {
      bottom: 0; }
  .header .menu-btn.on figure:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .header .menu-btn.on figure:nth-child(2) {
    background: transparent; }
  .header .menu-btn.on figure:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

/* =========================================================
	footer
========================================================= */
.footer {
  padding-top: 150px;
  width: 100%;
  background: #f2f2f2; }
  @media screen and (max-width: 959px) {
    .footer {
      padding-top: 0; } }
  .footer .sitemap {
    padding-bottom: 100px; }
    @media screen and (max-width: 959px) {
      .footer .sitemap {
        display: none; } }
    .footer .sitemap a {
      text-decoration: none;
      font-size: 14px; }
      .footer .sitemap a:not(.parent):hover {
        text-decoration: underline; }
    .footer .sitemap h2 {
      position: relative;
      font-size: 16px;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      font-weight: bold;
      letter-spacing: .08em;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .footer .sitemap h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 1px;
        background: #212121; }
    .footer .sitemap .list-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer .sitemap .list li {
      margin-bottom: 15px; }
      .footer .sitemap .list li:before {
        top: 7px; }
    .footer .sitemap .childlist {
      padding-top: 15px; }
      .footer .sitemap .childlist li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        line-height: 1.6; }
        .footer .sitemap .childlist li:before {
          content: "";
          position: absolute;
          left: 0;
          width: 10px;
          height: 2px;
          background: #212121;
          top: 14px; }
  .footer .copyright {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    letter-spacing: .05em; }
    @media screen and (max-width: 959px) {
      .footer .copyright {
        line-height: 1.6; } }

/* index page
========================================================= */
#home-page .mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 153px); }
  @media screen and (max-width: 959px) {
    #home-page .mv {
      overflow: hidden;
      height: 0;
      padding-top: 115.625%; } }
  #home-page .mv .slide {
    width: 100%;
    height: calc(100vh - 150px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    #home-page .mv .slide#slide01 {
      background-image: url(/images/slide-mv01.jpg); }
    #home-page .mv .slide#slide02 {
      background-image: url(/images/slide-mv02.jpg); }
    #home-page .mv .slide#slide03 {
      background-image: url(/images/slide-mv03.jpg); }
    #home-page .mv .slide#slide04 {
      background-image: url(/images/slide-mv04.jpg); }
    @media screen and (max-width: 959px) {
      #home-page .mv .slide {
        height: 100%; }
        #home-page .mv .slide:before {
          content: "";
          display: block;
          padding-top: 114%; } }
  #home-page .mv .copy {
    position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    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; }
    @media screen and (max-width: 959px) {
      #home-page .mv .copy {
        height: 100%; }
        #home-page .mv .copy:before {
          content: "";
          display: block;
          padding-top: 114%; } }
    #home-page .mv .copy-inner {
      text-align: center; }
      #home-page .mv .copy-inner img {
        width: 634px; }
      @media screen and (max-width: 959px) {
        #home-page .mv .copy-inner {
          width: calc(100% - 60px); }
          #home-page .mv .copy-inner img {
            display: inline-block; } }
      #home-page .mv .copy-inner p {
        font-size: 16px;
        color: white;
        font-weight: bold;
        line-height: 1.6;
        margin-top: 40px;
        letter-spacing: .1em; }
      #home-page .mv .copy-inner .btn {
        margin-top: 40px; }
  #home-page .mv .copy-wrap, #home-page .mv .bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #home-page .mv .copy-wrap {
    z-index: 1; }
  #home-page .mv .bg-wrap {
    z-index: 0; }
  #home-page .mv #particles {
    position: absolute;
    width: 100%;
    height: calc(100vh - 150px);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .35;
    overflow: hidden;
    z-index: 0; }
    @media screen and (max-width: 959px) {
      #home-page .mv #particles {
        height: 100%; } }
  #home-page .mv .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 120px;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 21px auto 0;
    list-style: none; }
    @media screen and (max-width: 959px) {
      #home-page .mv .slick-dots {
        width: 135px;
        margin-top: 15px; } }
  #home-page .mv .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: white;
    cursor: pointer;
    z-index: 1; }
    @media print, screen and (min-width: 960px) {
      #home-page .mv .slick-dots li {
        -webkit-transition: all .1s ease;
        transition: all .1s ease; }
        #home-page .mv .slick-dots li:hover {
          background: #212121; } }
    @media screen and (max-width: 959px) {
      #home-page .mv .slick-dots li {
        background: #F2F2F2; } }
  #home-page .mv .slick-dots li.slick-active {
    background: #212121; }
  #home-page .mv .slick-dots li button {
    font-size: 0;
    border: none; }
#home-page .cnt-problem {
  margin-top: 150px; }
  #home-page .cnt-problem .list-block {
    position: relative;
    margin-bottom: 80px; }
    #home-page .cnt-problem .list-block:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -50px;
      width: 100%;
      height: 50px;
      background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(0, 159, 232, 0.1))) no-repeat top left/calc(50% + 1px) 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(51%, rgba(0, 159, 232, 0.1))) no-repeat top right/50% 100%;
      background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, rgba(0, 159, 232, 0.1) 51%) no-repeat top left/calc(50% + 1px) 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(0, 159, 232, 0.1) 51%) no-repeat top right/50% 100%; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-problem {
      margin-top: 50px; }
      #home-page .cnt-problem .list-block:before {
        background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 159, 232, 0.1))) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 159, 232, 0.1))) no-repeat top right/50% 100%;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, rgba(0, 159, 232, 0.1) 50%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(0, 159, 232, 0.1) 50%) no-repeat top right/50% 100%; } }
#home-page .cnt-feature {
  position: relative; }
  #home-page .cnt-feature .feature-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50vw + 100px);
    height: 650px;
    background-image: url(/images/index/feature01.jpg);
    background-size: cover; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-feature .feature-header {
        width: 100%;
        height: 100%;
        display: block;
        padding: 80px 0; } }
  #home-page .cnt-feature .feature-wrapper {
    margin-left: calc((100vw - 1000px)/2); }
    #home-page .cnt-feature .feature-wrapper .btn {
      text-align: left; }
    @media screen and (max-width: 1030px) {
      #home-page .cnt-feature .feature-wrapper {
        margin-left: 15px; } }
    @media screen and (max-width: 959px) {
      #home-page .cnt-feature .feature-wrapper .btn {
        text-align: center; } }
  #home-page .cnt-feature .feature-title h2 {
    font-size: 33px;
    color: white;
    line-height: 1.6;
    letter-spacing: .1em;
    font-weight: bolder; }
    #home-page .cnt-feature .feature-title h2 span {
      display: block;
      font-size: 40px; }
  #home-page .cnt-feature .feature-title p.en {
    margin-top: 20px;
    font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
    font-size: 22px;
    color: white;
    letter-spacing: .1em; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-feature .feature-title {
      margin-bottom: 30px; }
      #home-page .cnt-feature .feature-title h2 {
        font-size: 25px;
        text-align: left;
        line-height: 1.3; }
        #home-page .cnt-feature .feature-title h2 span {
          font-size: 30px; }
      #home-page .cnt-feature .feature-title p.en {
        text-align: left;
        margin-top: 10px;
        font-size: 14px;
        margin-left: 4px; } }
  #home-page .cnt-feature .feature-detail {
    padding: 50px 0;
    width: 430px; }
    #home-page .cnt-feature .feature-detail p {
      color: white;
      line-height: 2;
      font-weight: normal; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-feature .feature-detail {
        padding: 0;
        width: 100%;
        height: 440px; }
        #home-page .cnt-feature .feature-detail p {
          font-size: 14px; } }
  #home-page .cnt-feature .list-featureimg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50vw - 50px);
    right: 0; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-feature .list-featureimg {
        left: 15px;
        top: 460px; } }
  #home-page .cnt-feature .featureimg:nth-child(1) {
    margin-left: 100px; }
  #home-page .cnt-feature .featureimg:nth-child(2) {
    margin-left: 50px; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-feature .featureimg:nth-child(1) {
      margin-left: 40px; }
    #home-page .cnt-feature .featureimg:nth-child(2) {
      margin-left: 20px; } }
  #home-page .cnt-feature .featureimg:hover {
    -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.4); }
#home-page .cnt-speciality {
  position: relative;
  padding-top: 150px;
  z-index: 1; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-speciality {
      margin-top: 0;
      padding: 80px 0; } }
  #home-page .cnt-speciality:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 795px;
    background-image: url(/images/index/speciality-bk.svg.jpg);
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-speciality:before {
        height: 100%; } }
  #home-page .cnt-speciality .article-title h2, #home-page .cnt-speciality .article-title h2 span, #home-page .cnt-speciality .article-title span {
    text-align: center;
    color: white; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-speciality .article-title h2, #home-page .cnt-speciality .article-title h2 span, #home-page .cnt-speciality .article-title span {
        text-align: left; } }
  #home-page .cnt-speciality .article-main p {
    text-align: center;
    color: white; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-speciality .article-main p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left; } }
  #home-page .cnt-speciality .article-main .list-speciality {
    margin-top: 60px;
    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) {
      #home-page .cnt-speciality .article-main .list-speciality {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #home-page .cnt-speciality .article-main .list-speciality .speciality {
      position: relative; }
      #home-page .cnt-speciality .article-main .list-speciality .speciality .js-float {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -240px;
        text-align: center; }
      #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(1) .js-float img {
        width: 264px; }
      #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) .js-float {
        bottom: -240px; }
        #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) .js-float img {
          width: 260px; }
      #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(3) .js-float {
        bottom: -220px; }
      @media screen and (max-width: 959px) {
        #home-page .cnt-speciality .article-main .list-speciality .speciality {
          width: 100%; }
          #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(3) > img, #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(1) > img {
            width: 51vw; }
          #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(3) .js-float, #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(1) .js-float {
            top: 22px;
            left: auto;
            right: 0; }
            #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(3) .js-float img, #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(1) .js-float img {
              width: 51vw; }
          #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) {
            text-align: right;
            margin-top: 40px; }
            #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) > img {
              width: 51vw; }
            #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) .js-float {
              top: 22px;
              left: 0;
              right: auto; }
              #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(2) .js-float img {
                width: 51vw; }
          #home-page .cnt-speciality .article-main .list-speciality .speciality:nth-of-type(3) {
            margin-top: 40px; } }
  #home-page .cnt-speciality .article-main .btn {
    padding-top: 250px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-speciality .article-main .btn {
        padding-top: 40px; } }
#home-page .cnt-service {
  position: relative;
  padding-top: 150px;
  padding-bottom: 10px;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-service {
      padding-top: 80px;
      margin-top: 0; } }
  #home-page .cnt-service:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 490px;
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
    background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
    background-size: 200% 200%;
    background-position: 0% 50%;
    z-index: -1; }
  #home-page .cnt-service:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/images/index/net.svg);
    opacity: .2;
    width: 100%;
    height: 490px;
    top: -260px;
    background-repeat: no-repeat;
    background-size: cover; }
  #home-page .cnt-service .article-title h2, #home-page .cnt-service .article-title h2 span, #home-page .cnt-service .article-title span {
    text-align: center;
    color: white; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-service .article-title h2, #home-page .cnt-service .article-title h2 span, #home-page .cnt-service .article-title span {
        text-align: left; } }
  #home-page .cnt-service .article-main {
    padding: 0 50px;
    max-width: 1500px;
    margin: 0 auto; }
    @media screen and (max-width: 1030px) {
      #home-page .cnt-service .article-main {
        padding: 0 15px; } }
  #home-page .cnt-service .list-block .service:nth-child(1) {
    background-image: url(/images/index/service01.jpg); }
  #home-page .cnt-service .list-block .service:nth-child(2) {
    background-image: url(/images/index/service02.jpg); }
  #home-page .cnt-service .list-block .service:nth-child(3) {
    background-image: url(/images/index/service03.jpg); }
  #home-page .cnt-service .list-block .service:nth-child(4) {
    background-image: url(/images/index/service04.jpg); }
  @media screen and (max-width: 959px) {
    #home-page .cnt-service .col3 {
      background-position: bottom; }
      #home-page .cnt-service .col3 a:before {
        padding-top: 50%; } }
#home-page .cnt-topics .btn,
#home-page .cnt-case .btn {
  margin-top: 60px; }

/* service page
========================================================= */
#case-page .section-title h2 {
  position: relative;
  border-bottom: 2px solid #009FE8;
  padding-bottom: 20px; }
  #case-page .section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-right: 10px solid #009FE8;
    border-top: 10px solid transparent; }
  @media screen and (max-width: 959px) {
    #case-page .section-title h2 {
      border-bottom: 2px solid #212121;
      padding-bottom: 7px; }
      #case-page .section-title h2:after {
        border-right: 10px solid #212121; } }
@media screen and (max-width: 959px) {
  #case-page .section-title {
    margin-bottom: 30px; } }

/* service page
========================================================= */
#service01-page .cnt-solution,
#service02-page .cnt-solution,
#service03-page .cnt-solution,
#service04-page .cnt-solution {
  position: relative;
  padding-top: 150px;
  z-index: 1; }
  #service01-page .cnt-solution:before,
  #service02-page .cnt-solution:before,
  #service03-page .cnt-solution:before,
  #service04-page .cnt-solution:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 590px;
    background-color: #f5f5f5;
    z-index: -1; }
  #service01-page .cnt-solution:after,
  #service02-page .cnt-solution:after,
  #service03-page .cnt-solution:after,
  #service04-page .cnt-solution:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 450px;
    border-top: 50px solid white;
    border-left: 225px solid transparent;
    border-right: 225px solid transparent; }
  @media screen and (max-width: 959px) {
    #service01-page .cnt-solution,
    #service02-page .cnt-solution,
    #service03-page .cnt-solution,
    #service04-page .cnt-solution {
      padding-top: 80px; }
      #service01-page .cnt-solution:before,
      #service02-page .cnt-solution:before,
      #service03-page .cnt-solution:before,
      #service04-page .cnt-solution:before {
        height: 350px; }
      #service01-page .cnt-solution:after,
      #service02-page .cnt-solution:after,
      #service03-page .cnt-solution:after,
      #service04-page .cnt-solution:after {
        width: 200px;
        border-top: 30px solid white;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent; } }
#service01-page .cnt-case .btn,
#service02-page .cnt-case .btn,
#service03-page .cnt-case .btn,
#service04-page .cnt-case .btn {
  margin-top: 60px; }

/*speciality page
========================================================== */
#speciality-page .cnt-speciality {
  position: relative;
  z-index: 1; }
  #speciality-page .cnt-speciality:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      #speciality-page .cnt-speciality:before {
        height: 200px; } }
  #speciality-page .cnt-speciality#speciality01:before {
    background-image: url(/images/speciality/speciality01.jpg); }
  #speciality-page .cnt-speciality#speciality02:before {
    background-image: url(/images/speciality/speciality02.jpg); }
  #speciality-page .cnt-speciality#speciality03:before {
    background-image: url(/images/speciality/speciality03.jpg); }
  #speciality-page .cnt-speciality .article-main {
    position: relative;
    padding-top: 100px; }
    @media screen and (max-width: 959px) {
      #speciality-page .cnt-speciality .article-main {
        padding-top: 180px; } }
  #speciality-page .cnt-speciality .speciality-img {
    position: absolute;
    max-width: 300px;
    width: 30%;
    height: auto;
    left: 0;
    top: 50px;
    z-index: 1; }
    @media screen and (max-width: 1030px) {
      #speciality-page .cnt-speciality .speciality-img {
        left: 15px; } }
  @media screen and (max-width: 959px) {
    #speciality-page .cnt-speciality .speciality-img {
      width: 100%;
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto;
      top: 6px; }
    #speciality-page .cnt-speciality#speciality02 .speciality-img {
      max-width: 330px; }
    #speciality-page .cnt-speciality#speciality01 .speciality-img {
      max-width: 330px; }
    #speciality-page .cnt-speciality#speciality03 .speciality-img {
      top: 5px; } }
  #speciality-page .cnt-speciality .section {
    padding: 40px 40px 0;
    margin-left: 35%;
    margin-top: 0;
    width: 65%;
    background: white; }
    @media screen and (max-width: 959px) {
      #speciality-page .cnt-speciality .section {
        padding: 20px;
        margin: 0;
        width: 100%; } }
  #speciality-page .cnt-speciality .purpose dt {
    font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
    font-size: 22px; }
  #speciality-page .cnt-speciality.left .section {
    margin-left: 0;
    margin-right: 35%; }
  #speciality-page .cnt-speciality.left .speciality-img {
    left: auto;
    right: 0; }
    @media screen and (max-width: 1030px) {
      #speciality-page .cnt-speciality.left .speciality-img {
        right: 15px; } }
#speciality-page #speciality01 .section-title span {
  color: #ec1834; }
#speciality-page #speciality01 .purpose dd:after {
  border-right: 10px solid #ec1834; }
#speciality-page #speciality01 .purpose dt {
  background: #ec1834; }
#speciality-page #speciality01 .purpose dt:after {
  border-right: 10px solid #fef3f5; }
#speciality-page #speciality01 .purpose dd {
  background: #fef3f5; }
#speciality-page #speciality02 .section-title span {
  color: #b5af12; }
#speciality-page #speciality02 .purpose dd:after {
  border-right: 10px solid #b5af12; }
#speciality-page #speciality02 .purpose dt {
  background: #b5af12; }
#speciality-page #speciality02 .purpose dt:after {
  border-right: 10px solid #fbfbf3; }
#speciality-page #speciality02 .purpose dd {
  background: #fbfbf3; }
#speciality-page #speciality03 .section-title span {
  color: #1fc400; }
#speciality-page #speciality03 .purpose dd:after {
  border-right: 10px solid #1fc400; }
#speciality-page #speciality03 .purpose dt {
  background: #1fc400; }
#speciality-page #speciality03 .purpose dt:after {
  border-right: 10px solid #f4fcf2; }
#speciality-page #speciality03 .purpose dd {
  background: #f4fcf2;
  font-size: 15px; }
#speciality-page #speciality03 .speciality-img {
  max-width: 336px;
  width: 336px; }
@media screen and (max-width: 959px) {
  #speciality-page .article-title h2 {
    font-size: 20px !important;
    letter-spacing: 0; } }

/*feature page
========================================================== */
#feature-page .featureimg {
  width: calc(100% - 100px); }
  #feature-page .featureimg a {
    display: block;
    width: 100%;
    height: 100%; }
  #feature-page .featureimg:nth-child(3) {
    margin-left: 100px; }
  #feature-page .featureimg:nth-child(2) {
    margin-left: 50px; }
#feature-page .cnt-speciality {
  position: relative;
  z-index: 1; }
  #feature-page .cnt-speciality:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      #feature-page .cnt-speciality:before {
        height: 200px; } }
  #feature-page .cnt-speciality#feature01:before {
    background-image: url(/images/feature/feature01.jpg); }
  #feature-page .cnt-speciality#feature02:before {
    background-image: url(/images/feature/feature02.jpg); }
  #feature-page .cnt-speciality#feature03:before {
    background-image: url(/images/feature/feature03.jpg); }
  #feature-page .cnt-speciality .article-main {
    position: relative;
    padding-top: 100px; }
    @media screen and (max-width: 959px) {
      #feature-page .cnt-speciality .article-main {
        padding-top: 180px; } }
  #feature-page .cnt-speciality .section {
    padding: 40px 40px 0;
    margin-left: 35%;
    margin-top: 0;
    width: 65%;
    background: white; }
    @media screen and (max-width: 959px) {
      #feature-page .cnt-speciality .section {
        padding: 20px;
        margin: 0;
        width: 100%; } }
  #feature-page .cnt-speciality.left .section {
    margin-left: 0;
    margin-right: 35%; }
  #feature-page .cnt-speciality.left .speciality-img {
    left: auto;
    right: 0; }

/*flow page
========================================================== */
#flow-page .flow {
  position: relative; }
  #flow-page .flow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    bottom: -70px;
    border-top: 30px solid #aaa;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent; }
    @media screen and (max-width: 959px) {
      #flow-page .flow:before {
        bottom: -45px; } }
#flow-page .small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #flow-page .small .section {
    margin-top: 60px;
    width: 100%; }
    #flow-page .small .section:first-of-type {
      margin-top: 100px; }
    #flow-page .small .section dd h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    #flow-page .small .section.flow:before {
      bottom: -45px; }
    #flow-page .small .section:last-of-type:before {
      bottom: -70px; }

/*faq page
========================================================== */
#faq-page .list-qa {
  margin-top: -50px; }
  #faq-page .list-qa li {
    position: relative;
    background: white;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 50px auto;
    text-align: left;
    border: 1px solid black;
    border-width: 0 2px 0 2px;
    border-radius: 3px; }
    @media screen and (max-width: 959px) {
      #faq-page .list-qa li {
        margin: 30px auto; } }
    #faq-page .list-qa li:after {
      content: "";
      position: absolute;
      display: block;
      right: 0;
      bottom: 0;
      width: 10px;
      height: 10px;
      border-right: 10px solid #212121;
      border-top: 10px solid transparent; }
    #faq-page .list-qa li .number {
      font-size: 30px;
      font-weight: 900;
      letter-spacing: .1em;
      font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
      color: #009FE8;
      vertical-align: -3px; }
      @media screen and (max-width: 959px) {
        #faq-page .list-qa li .number {
          position: absolute;
          font-size: 22px;
          left: 15px;
          top: 18px; } }
    #faq-page .list-qa li:last-child {
      margin-bottom: 0; }
    #faq-page .list-qa li .answer,
    #faq-page .list-qa li .question {
      padding: 30px;
      position: relative; }
      #faq-page .list-qa li .answer p,
      #faq-page .list-qa li .question p {
        display: inline-block;
        padding-left: 30px;
        text-align: left; }
      @media screen and (max-width: 959px) {
        #faq-page .list-qa li .answer,
        #faq-page .list-qa li .question {
          padding: 15px; }
          #faq-page .list-qa li .answer p,
          #faq-page .list-qa li .question p {
            padding-left: 47px;
            padding-right: 20px; } }
    #faq-page .list-qa li .question {
      position: relative;
      -webkit-transition: all .2s;
      transition: all .2s;
      cursor: pointer;
      z-index: 2; }
      #faq-page .list-qa li .question:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "+";
        font-size: 40px;
        font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
        right: 30px;
        font-weight: bold; }
        @media screen and (max-width: 959px) {
          #faq-page .list-qa li .question:after {
            font-size: 20px; } }
      #faq-page .list-qa li .question.on {
        border-radius: 10px 10px 0 0; }
        #faq-page .list-qa li .question.on:after {
          content: "-"; }
      @media print, screen and (min-width: 960px) {
        #faq-page .list-qa li .question p {
          font-size: 18px !important;
          font-weight: bold;
          text-align: left; } }
      @media screen and (max-width: 959px) {
        #faq-page .list-qa li .question:after {
          right: 15px; }
        #faq-page .list-qa li .question p {
          padding-left: 46px;
          padding-right: 10px;
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          line-height: 26px; } }
    #faq-page .list-qa li .answer {
      padding-top: 0;
      padding-left: 79px;
      display: none;
      min-height: 0px;
      font-size: 16px;
      text-align: left;
      padding-top: 30px;
      background: #f5f5f5; }
      #faq-page .list-qa li .answer p {
        letter-spacing: .08em;
        padding: 0; }
      @media print, screen and (min-width: 960px) {
        #faq-page .list-qa li .answer p {
          font-size: 16px;
          line-height: 30px;
          margin-bottom: 20px; }
          #faq-page .list-qa li .answer p:last-of-type {
            margin-bottom: 0; }
          #faq-page .list-qa li .answer p.large {
            margin: 45px 0 40px;
            font-size: 20px;
            line-height: 40px;
            font-weight: bold; } }
      @media screen and (max-width: 959px) {
        #faq-page .list-qa li .answer {
          padding-top: 17px;
          padding-left: 0; }
          #faq-page .list-qa li .answer p {
            padding-left: 61px;
            padding-right: 10px;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: .08em;
            margin-bottom: 10px; }
            #faq-page .list-qa li .answer p:last-of-type {
              margin-bottom: 0; }
            #faq-page .list-qa li .answer p.large {
              margin: 25px 0 20px;
              font-size: 16px;
              line-height: 30px;
              font-weight: bold; }
            #faq-page .list-qa li .answer p.small {
              font-size: 12px; } }
#faq-page .answer .number {
  position: absolute;
  left: 32px; }
  @media screen and (max-width: 959px) {
    #faq-page .answer .number {
      left: 17px; } }

/*contact page
========================================================== */
#contact-page .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; }
#contact-page .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(0, 159, 232, 0.1);
  border: 1px solid #009FE8;
  color: #009FE8;
  text-align: center; }
#contact-page .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .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); }
  #contact-page .mw_wp_form dl .error + .error {
    left: 200px; }
#contact-page .mw_wp_form dd {
  position: relative; }
#contact-page .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }
  #contact-page .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #009FE8;
    top: 0;
    left: 0; }
  #contact-page .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #009FE8;
    color: #009FE8;
    font-size: 14px;
    line-height: 1; }
#contact-page .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; }
  #contact-page .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #contact-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #contact-page .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#contact-page .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#contact-page .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    #contact-page .mw_wp_form dl + dl {
      margin-top: 40px; } }
#contact-page .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 #e5e5e5;
  background-color: #F2F2F2;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .mw_wp_form .mwform-radio-field-text:before, #contact-page .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .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; }
  #contact-page .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: #009FE8;
    z-index: 1; }
  #contact-page .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#contact-page .mw_wp_form .mwform-radio-field {
  margin-top: 15px; }
#contact-page .mw_wp_form input[type=radio] {
  display: none; }
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #009FE8; }
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #009FE8;
  color: white; }
#contact-page .mw_wp_form input[type="text"], #contact-page .mw_wp_form input[type="email"], #contact-page .mw_wp_form input[type="url"], #contact-page .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #e5e5e5;
  background: #F2F2F2;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  #contact-page .mw_wp_form input[type="text"]::-webkit-input-placeholder, #contact-page .mw_wp_form input[type="email"]::-webkit-input-placeholder, #contact-page .mw_wp_form input[type="url"]::-webkit-input-placeholder, #contact-page .mw_wp_form textarea::-webkit-input-placeholder {
    color: #aaa; }
  #contact-page .mw_wp_form input[type="text"]:-ms-input-placeholder, #contact-page .mw_wp_form input[type="email"]:-ms-input-placeholder, #contact-page .mw_wp_form input[type="url"]:-ms-input-placeholder, #contact-page .mw_wp_form textarea:-ms-input-placeholder {
    color: #aaa; }
  #contact-page .mw_wp_form input[type="text"]::-ms-input-placeholder, #contact-page .mw_wp_form input[type="email"]::-ms-input-placeholder, #contact-page .mw_wp_form input[type="url"]::-ms-input-placeholder, #contact-page .mw_wp_form textarea::-ms-input-placeholder {
    color: #aaa; }
  #contact-page .mw_wp_form input[type="text"]::placeholder, #contact-page .mw_wp_form input[type="email"]::placeholder, #contact-page .mw_wp_form input[type="url"]::placeholder, #contact-page .mw_wp_form textarea::placeholder {
    color: #aaa; }
  #contact-page .mw_wp_form input[type="text"]:-ms-input-placeholder, #contact-page .mw_wp_form input[type="email"]:-ms-input-placeholder, #contact-page .mw_wp_form input[type="url"]:-ms-input-placeholder, #contact-page .mw_wp_form textarea:-ms-input-placeholder {
    color: #aaa; }
  #contact-page .mw_wp_form input[type="text"]::-ms-input-placeholder, #contact-page .mw_wp_form input[type="email"]::-ms-input-placeholder, #contact-page .mw_wp_form input[type="url"]::-ms-input-placeholder, #contact-page .mw_wp_form textarea::-ms-input-placeholder {
    color: #aaa; }
  @media screen and (max-width: 959px) {
    #contact-page .mw_wp_form input[type="text"], #contact-page .mw_wp_form input[type="email"], #contact-page .mw_wp_form input[type="url"], #contact-page .mw_wp_form textarea {
      margin-top: 8px; } }
#contact-page .mw_wp_form .mwform-tel-field {
  width: 100%; }
#contact-page .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #contact-page .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#contact-page .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 #e5e5e5;
  background-color: #F2F2F2;
  border-radius: 5px; }
#contact-page .button {
  text-align: center;
  margin-top: 100px; }
#contact-page input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 50px;
  padding-top: 4px;
  font-family: "Teko", YakuHanJP, "Noto Sans JP", serif;
  letter-spacing: .2em;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#009fe8), color-stop(50%, #0085c3), to(#014565));
  background: linear-gradient(to right, #009fe8 0%, #0085c3 50%, #014565 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: white;
  -webkit-transition: background-position .3s ease;
  transition: background-position .3s ease; }
  #contact-page input[type="submit"]:hover {
    background-position: 100% 100%; }
#contact-page .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#contact-page .mw_wp_form_confirm .btns .button:nth-of-type(1) {
  margin-right: 40px; }

/*TOP動画埋め込み*/
.cnt-mv {
  max-width: 800px;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 20px;
  margin: 0 auto; }

.mv-wrap {
  position: relative;
  text-align: center; }
  .mv-wrap::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
  .mv-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video-btn {
  width: 100%;
  height: 100%; }
  .video-btn::after {
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(/common/images/play-button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .video-btn.noplay::after {
    background-image: url(/common/images/stop-button.svg); }
  .video-btn.banishStart {
    -webkit-animation: removing 3s;
            animation: removing 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
@-webkit-keyframes removing {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes removing {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.slick-slide:focus {
  outline: none; }

@media print {
  * html body {
    zoom: .5;
    overflow: visible !important; } }

/*# sourceMappingURL=style.css.map */