@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://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp-noto.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400");
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; }

/* clearfix */
.clear-fix:after {
  content: " ";
  display: block;
  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"; }

.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 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: "Roboto Condensed", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

input, textarea, button {
  font-family: "Roboto Condensed", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-appearance: none; }

a {
  color: #000; }

@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none; }
  a.hov {
    -webkit-transition: all 0.3s;
    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; }
@font-face {
  font-family: 'def';
  src: url("/common/fonts/def.ttf?b8fhm8") format("truetype"), url("/common/fonts/def.woff?b8fhm8") format("woff"), url("/common/fonts/def.svg?b8fhm8#def") 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; }

/* original
--------------------------------------------------------- */
.icon-phone:before {
  content: "\e900"; }

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

/* defalt
--------------------------------------------------------- */
.ico-down:before {
  content: "\e802"; }

.ico-prv:before {
  content: "\e803"; }

.ico-up:before {
  content: "\e805"; }

.ico-comment:before {
  content: "\e806"; }

.ico-download:before {
  content: "\e807"; }

.ico-external:before {
  content: "\e808"; }

.ico-map:before {
  content: "\e80a"; }

.ico-close:before {
  content: "\e80b"; }

.ico-open:before {
  content: "\e80d"; }

.ico-search:before {
  content: "\e80e"; }

.ico-zoom-in:before {
  content: "\e80f"; }

.ico-zoom-out:before {
  content: "\e810"; }

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

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

.contents h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 10px 25px;
  border-bottom: 2px solid #212121;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px; }
  @media screen and (min-width: 960px) {
    .contents h2 {
      margin-bottom: 30px;
      padding: 0 0 15px 0;
      font-size: 30px;
      letter-spacing: 2px; } }
  @media screen and (max-width: 959px) {
    .contents h2 {
      margin-bottom: 15px;
      padding: 0 0 10px 0;
      font-size: 20px; } }
.contents h3 {
  border-left: 3px solid #212121;
  color: #212121;
  font-weight: 700;
  line-height: 1.3; }
  @media screen and (min-width: 960px) {
    .contents h3 {
      margin-bottom: 20px;
      padding-left: 7px;
      font-size: 24px; } }
  @media screen and (max-width: 959px) {
    .contents h3 {
      margin-bottom: 10px;
      padding-left: 5px;
      font-size: 16px; } }
.contents .copy {
  padding: 0;
  border: none; }

.article {
  position: relative;
  padding: 150px 0;
  background: #f5f4ef; }
  .article-btn {
    text-align: center; }
    .article-btn a {
      position: relative;
      display: inline-block;
      width: 320px;
      line-height: 60px;
      text-align: center;
      color: #EA5504;
      border: 2px solid #EA5504;
      text-decoration: none;
      font-weight: bold;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .article-btn a:before {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        background: #EA5504;
        right: -15px;
        top: 29px;
        -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media screen and (min-width: 960px) {
        .article-btn a:hover:before {
          right: -25px; } }
    .article-btn.small {
      text-align: left; }
      .article-btn.small a {
        width: 260px;
        height: 50px;
        line-height: 50px;
        border-width: 1px;
        font-weight: normal;
        font-size: 14px; }
        .article-btn.small a:before {
          height: 1px;
          top: 24px; }
  .article-title {
    position: relative;
    font-size: 24px;
    padding-left: 18px;
    margin-bottom: 50px;
    line-height: 1; }
    .article-title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 24px;
      background: #EA5504; }
    @media screen and (max-width: 959px) {
      .article-title {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px; }
        .article-title:before {
          height: 20px;
          top: 6px; } }
  .article-main:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    max-width: 1100px;
    background: #dfdeda; }
  .article-main p {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 2.1; }
  .article-main p.copy {
    font-size: 24px;
    font-weight: bold;
    color: #EA5504;
    margin-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .article-main.inner-1000 {
      padding: 0 15px; }
      .article-main.inner-1000:before {
        width: calc(100% - 30px); }
      .article-main.inner-1000 p {
        font-size: 14px;
        letter-spacing: .08em;
        line-height: 2.1; }
        .article-main.inner-1000 p.copy {
          font-size: 18px;
          margin-bottom: 15px; } }
  @media screen and (max-width: 959px) {
    .article {
      padding: 70px 0; } }

.textbox {
  padding: 100px;
  background: white;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-bottom: 2px solid #EA5504; }
  .textbox-title {
    position: relative;
    font-size: 12px;
    letter-spacing: .18em;
    padding-bottom: 30px;
    margin-bottom: 46px; }
    .textbox-title span {
      display: block;
      font-size: 24px;
      letter-spacing: .18em;
      font-family: "Oswald", sans-serif;
      margin-bottom: 10px;
      font-weight: bold; }
    .textbox-title:before {
      position: absolute;
      content: "";
      display: block;
      bottom: -6px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 12px;
      border-top: 6px solid #EA5504;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
  .textbox p.copy {
    margin-bottom: 26px; }
    .textbox p.copy#copy-mission img {
      width: 800px;
      margin: 0 auto; }
    .textbox p.copy#copy-motto img {
      width: 620px;
      margin: 0 auto; }
    .textbox p.copy#copy-message img {
      width: 485px;
      margin: 0 auto; }
  .textbox p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .08em;
    margin-bottom: 15px; }
    .textbox p:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 959px) {
    .textbox {
      padding: 55px 15px;
      margin: 0 15px !important;
      text-align: left;
      width: calc(100% - 30px) !important; }
      .textbox-title:before {
        border: none;
        border-top: 2px solid #EA5504;
        width: 20px;
        right: auto; }
      .textbox p.copy {
        margin-bottom: 30px; }
        .textbox p.copy#copy-motto {
          margin-bottom: 0; }
        .textbox p.copy#copy-motto img {
          max-width: 620px;
          width: 100%;
          margin: 0; }
        .textbox p.copy#copy-mission img {
          width: 260px;
          margin: 0; }
        .textbox p.copy#copy-message img {
          width: 520px;
          margin: 0; }
      .textbox p {
        font-size: 14px; } }

.history {
  border-bottom: 1px solid #ddd; }
  .history dt, .history dd {
    display: table-cell;
    padding: 20px 0;
    position: relative;
    line-height: 1.6; }
  .history dt {
    width: 200px;
    font-weight: bold;
    text-align: left; }
  @media screen and (max-width: 959px) {
    .history dt, .history dd {
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px 0; }
    .history dt {
      background: #f5f5f5; } }

.visualbox {
  padding: 0;
  background: #f5f4ef;
  /* サービス画像登録所 */ }
  .visualbox-main {
    padding: 100px 0; }
  .visualbox-txt {
    width: 700px; }
    .visualbox-txt p {
      font-size: 16px;
      letter-spacing: .08em;
      line-height: 2.1; }
  .visualbox-title {
    position: relative;
    font-size: 24px;
    padding-left: 18px;
    margin-bottom: 30px;
    line-height: 1; }
    .visualbox-title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 24px;
      background: #EA5504; }
  .visualbox-mv {
    display: block;
    height: 250px;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  .visualbox#service01-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-01.jpg); }
  .visualbox#service01-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-02.jpg); }
  .visualbox#service01-03 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-03.jpg); }
  .visualbox#service01-04 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-04.jpg); }
  .visualbox#service01-05 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-05.jpg); }
  .visualbox#service01-06 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-06.jpg); }
  .visualbox#service01-07 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service01-07.jpg); }
  .visualbox#service02-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service02-01.jpg); }
  .visualbox#service02-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service02-02.jpg); }
  .visualbox#service02-03 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service02-03.jpg); }
  .visualbox#service03-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service03-01.jpg); }
  .visualbox#service03-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service03-02.jpg); }
  .visualbox#service04-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-01.jpg); }
  .visualbox#service04-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-02.jpg); }
  .visualbox#service04-03 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-03.jpg); }
  .visualbox#service04-04 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-04.jpg); }
  .visualbox#service04-05 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-05.jpg); }
  .visualbox#service04-06 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-06.jpg); }
  .visualbox#service04-07 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service04-07.jpg); }
  .visualbox#service05-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service05-01.jpg); }
  .visualbox#service05-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service05-02.jpg); }
  .visualbox#service05-03 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service05-03.jpg); }
  .visualbox#service05-04 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service05-04.jpg); }
  .visualbox#service05-05 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service05-05.jpg); }
  .visualbox#service06-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service06-01.jpg); }
  .visualbox#service06-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service06-02.jpg); }
  .visualbox#service07-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service07-01.jpg); }
  .visualbox#service08-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service08-01.jpg); }
  .visualbox#service08-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service08-02.jpg); }
  .visualbox#service09-01 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service09-01.webp); }
  .visualbox#service09-02 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service09-02.webp); }
  .visualbox#service09-03 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service09-03.webp); }
  .visualbox#service09-04 .visualbox-mv {
    background-image: url(/common/images/service-cutin/service09-04.webp); }
  @media screen and (max-width: 959px) {
    .visualbox-mv {
      background-attachment: inherit; }
    .visualbox#service01-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-01.jpg); }
    .visualbox#service01-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-02.jpg); }
    .visualbox#service01-03 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-03.jpg); }
    .visualbox#service01-04 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-04.jpg); }
    .visualbox#service01-05 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-05.jpg); }
    .visualbox#service01-06 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-06.jpg); }
    .visualbox#service01-07 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service01-07.jpg); }
    .visualbox#service02-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service02-01.jpg); }
    .visualbox#service02-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service02-02.jpg); }
    .visualbox#service02-03 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service02-03.jpg); }
    .visualbox#service03-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service03-01.jpg); }
    .visualbox#service03-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service03-02.jpg); }
    .visualbox#service04-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-01.jpg); }
    .visualbox#service04-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-02.jpg); }
    .visualbox#service04-03 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-03.jpg); }
    .visualbox#service04-04 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-04.jpg); }
    .visualbox#service04-05 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-05.jpg); }
    .visualbox#service04-06 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-06.jpg); }
    .visualbox#service04-07 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service04-07.jpg); }
    .visualbox#service05-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service05-01.jpg); }
    .visualbox#service05-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service05-02.jpg); }
    .visualbox#service05-03 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service05-03.jpg); }
    .visualbox#service05-04 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service05-04.jpg); }
    .visualbox#service05-05 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service05-05.jpg); }
    .visualbox#service06-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service06-01.jpg); }
    .visualbox#service06-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service06-02.jpg); }
    .visualbox#service07-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service07-01.jpg); }
    .visualbox#service08-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service08-01.jpg); }
    .visualbox#service08-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service08-02.jpg); }
    .visualbox#service09-01 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service09-01.webp); }
    .visualbox#service09-02 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service09-02.webp); }
    .visualbox#service09-03 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service09-03.webp); }
    .visualbox#service09-04 .visualbox-mv {
      background-image: url(/common/images/service-cutin/sp-service09-04.webp); } }
  @media screen and (max-width: 959px) {
    .visualbox-main {
      padding: 70px 0; }
    .visualbox-txt {
      width: 100%;
      padding: 0 15px; }
      .visualbox-txt p {
        font-size: 14px; }
    .visualbox-title {
      font-size: 20px;
      line-height: 1.6; }
      .visualbox-title:before {
        height: 20px;
        top: 6px; }
    .visualbox-mv {
      height: 200px; } }

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

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  background: white; }
  table th, table td {
    padding: 20px;
    border: none;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .08em; }
    table th a, table td a {
      color: #EA5504; }
    @media screen and (max-width: 767px) {
      table th, table td {
        display: block;
        padding: 10px;
        font-size: 14px; } }
  table th {
    background: #f8f8f8; }
  table td ul:last-child, table td dl:last-child {
    margin-bottom: 0; }

.bold {
  font-weight: 700; }

.emphasis {
  color: #EA5504;
  font-weight: 700; }

p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px; }

ul.attention {
  margin-top: 10px; }
  ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 13px; }

ul.list li {
  position: relative;
  padding-left: 1em;
  line-height: 2.1; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #EA5504;
    border-radius: 100%; }
ul.list-bar li {
  position: relative;
  padding-left: 10px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 14px; }
  ul.list-bar li:last-of-type {
    margin-bottom: 0; }
  ul.list-bar li:before {
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #EA5504; }
@media screen and (max-width: 959px) {
  ul.list li {
    font-size: 14px;
    margin-bottom: 0; }
    ul.list li:before {
      top: 11px; } }

ul.list-service .service {
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  ul.list-service .service:last-of-type {
    margin-bottom: 0; }
ul.list-service .service a {
  position: relative;
  display: block;
  padding: 50px 30px;
  text-decoration: none;
  letter-spacing: .18em;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  color: white; }
  ul.list-service .service a .en-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    padding-bottom: 20px; }
    ul.list-service .service a .en-title span {
      color: white;
      font-size: 25px;
      letter-spacing: .2em; }
  ul.list-service .service a:before {
    content: "";
    position: absolute;
    border-bottom: 15px solid #EA5504;
    border-left: 15px solid transparent;
    bottom: 0;
    right: 0; }
  @media screen and (min-width: 960px) {
    ul.list-service .service a:hover {
      padding-left: 40px; } }
  @media screen and (max-width: 959px) {
    ul.list-service .service a {
      padding: 30px 15px; }
      ul.list-service .service a .en-title {
        font-size: 16px;
        line-height: 1.6; } }
ul.list-service #service01 {
  background-image: url(/common/images/service/device.jpg); }
ul.list-service #service02 {
  background-image: url(/common/images/service/support.jpg); }
ul.list-service #service03 {
  background-image: url(/common/images/service/media.jpg); }
ul.list-service #service04 {
  background-image: url(/common/images/service/clowd.jpg); }
ul.list-service #service05 {
  background-image: url(/common/images/service/office.jpg); }
ul.list-service #service06 {
  background-image: url(/common/images/service/alliance.jpg); }
ul.list-service #service07 {
  background-image: url(/common/images/service/line.jpg); }
ul.list-service #service08 {
  background-image: url(/common/images/service/education.jpg); }
ul.list-service #service09 {
  background-image: url(/common/images/service/real-estate.webp); }
@media screen and (max-width: 767px) {
  ul.list-service #service01 {
    background-image: url(/common/images/service/sp-device.jpg); }
  ul.list-service #service02 {
    background-image: url(/common/images/service/sp-support.jpg); }
  ul.list-service #service03 {
    background-image: url(/common/images/service/sp-media.jpg); }
  ul.list-service #service04 {
    background-image: url(/common/images/service/sp-clowd.jpg); }
  ul.list-service #service05 {
    background-image: url(/common/images/service/sp-office.jpg); }
  ul.list-service #service06 {
    background-image: url(/common/images/service/sp-alliance.jpg); }
  ul.list-service #service07 {
    background-image: url(/common/images/service/sp-line.jpg); }
  ul.list-service #service08 {
    background-image: url(/common/images/service/sp-education.jpg); }
  ul.list-service #service09 {
    background-image: url(/common/images/service/sp-real-estate.webp); } }

ul.list-topics .topic:nth-child(odd) {
  background: white; }
ul.list-topics .topic a {
  position: relative;
  display: block;
  line-height: 60px;
  text-decoration: none; }
  ul.list-topics .topic a .date {
    padding: 0 30px; }
  ul.list-topics .topic a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0%;
    display: block;
    background: #EA5504;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
@media screen and (min-width: 960px) {
  ul.list-topics .topic a:hover:before {
    width: 100%; } }
@media screen and (max-width: 959px) {
  ul.list-topics .topic a {
    line-height: 1;
    font-size: 14px;
    padding: 15px; }
    ul.list-topics .topic a .date {
      display: block;
      padding: 0;
      padding-bottom: 5px; } }

ul.list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.list-post .post a {
    position: relative;
    display: block;
    text-decoration: none;
    background: white;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    ul.list-post .post a:before {
      content: "";
      position: absolute;
      border-bottom: 15px solid #EA5504;
      border-left: 15px solid transparent;
      bottom: 0;
      right: 0;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (min-width: 960px) {
      ul.list-post .post a:hover {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2); }
        ul.list-post .post a:hover:before {
          bottom: 0px;
          right: 0px; }
        ul.list-post .post a:hover h3:before {
          width: 100%; } }
  @media screen and (min-width: 960px) {
    ul.list-post .post {
      width: 340px;
      height: 100%;
      margin-right: 40px;
      margin-bottom: 40px; }
      ul.list-post .post:nth-of-type(3n) {
        margin-right: 0; } }
  ul.list-post .post-main {
    position: relative;
    padding: 30px; }
    ul.list-post .post-main h3 {
      position: relative;
      line-height: 2.1;
      font-weight: bold;
      padding-bottom: 30px;
      border-bottom: 1px solid #e8e8e8;
      margin-bottom: 30px; }
      ul.list-post .post-main h3:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0%;
        height: 1px;
        background: #EA5504;
        -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    ul.list-post .post-main p {
      font-size: 14px; }
    ul.list-post .post-main p.description {
      line-height: 1.6; }
  @media screen and (max-width: 959px) {
    ul.list-post {
      padding: 0 15px; }
      ul.list-post .post {
        width: 100%;
        margin-bottom: 15px; }
      ul.list-post .post a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      ul.list-post .post-thumbnail {
        width: 140px; }
        ul.list-post .post-thumbnail img {
          vertical-align: middle; }
      ul.list-post .post-main {
        width: calc(100% - 140px);
        padding: 15px; }
        ul.list-post .post-main h3 {
          font-size: 14px;
          padding-bottom: 0;
          margin-bottom: 8px;
          line-height: 1.6;
          border: none; }
        ul.list-post .post-main p.description {
          line-height: 1.6; } }

ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside; }
  ol.num li {
    list-style-type: decimal; }
    ol.num li:last-child {
      margin-bottom: 0; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 234px;
  height: 1px;
  width: 100%;
  z-index: 1; }

.anchor-area {
  position: relative; }

.anchor {
  position: absolute;
  left: calc( 50vw + 200px );
  top: -100px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #EA5504;
  z-index: 200;
  padding: 40px 30px;
  padding-right: 0;
  width: 340px;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2); }
  .anchor-title {
    position: relative;
    color: white;
    padding-bottom: 40px;
    margin-bottom: 30px; }
    .anchor-title h2 {
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: .08em; }
    .anchor-title:before {
      position: absolute;
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background: white;
      bottom: 0;
      left: 0; }
  .anchor-list a {
    color: white;
    text-decoration: none;
    font-weight: 400; }
    @media screen and (min-width: 960px) {
      .anchor-list a:hover {
        text-decoration: underline; } }
  .anchor-list li:before {
    background: white !important; }
  .anchor-list li.toarchive {
    text-align: right;
    padding-right: 40px; }
    .anchor-list li.toarchive:before {
      right: 32px;
      left: auto; }

.btn-link {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .btn-link {
      padding: 50px 0 0; } }
  @media screen and (max-width: 959px) {
    .btn-link {
      padding: 30px 0 0; } }
  .btn-link a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #212121;
    background: #212121;
    color: #fff;
    font-size: 16px;
    text-decoration: none; }
    @media screen and (min-width: 960px) {
      .btn-link a {
        min-width: 300px;
        line-height: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .btn-link a:hover {
          background: rgba(33, 33, 33, 0.1);
          color: #212121 !important; } }
    @media screen and (max-width: 959px) {
      .btn-link a {
        width: 90%;
        margin: auto; } }
  @media screen and (min-width: 960px) {
    .btn-link li {
      display: inline-block;
      margin: 0 15px; } }
  @media screen and (max-width: 959px) {
    .btn-link li {
      margin-bottom: 15px; }
      .btn-link li:last-child {
        margin-bottom: 0; } }
  .btn-link i {
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.wp-pagenavi {
  padding-top: 50px;
  line-height: 1;
  text-align: center;
  font-size: 14px; }
  .wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    width: 35px;
    margin: 0 1px 0 2px;
    *display: inline;
    *zoom: 1;
    line-height: 35px; }
  .wp-pagenavi .current {
    border: solid 1px #212121;
    background: #212121;
    color: #fff; }
  .wp-pagenavi .extend {
    padding: 0; }
  .wp-pagenavi .first, .wp-pagenavi .last {
    width: auto;
    padding: 0 10px; }
  .wp-pagenavi .pages {
    width: auto;
    margin-right: 5px; }
  .wp-pagenavi a {
    border: solid 1px #ddd;
    background: #fff;
    color: #aaa;
    text-decoration: none; }
  .wp-pagenavi a:hover {
    border: solid 1px #212121;
    background: #fff;
    color: #212121; }

.img-btm, .img-top {
  text-align: center; }

@media screen and (min-width: 960px) {
  .img-top {
    padding-bottom: 30px; } }
@media screen and (max-width: 959px) {
  .img-top {
    padding-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .img-top {
    padding-bottom: 15px; } }

@media screen and (min-width: 960px) {
  .img-btm {
    padding-top: 30px; } }
@media screen and (max-width: 959px) {
  .img-btm {
    padding-top: 20px; } }
@media screen and (max-width: 767px) {
  .img-btm {
    padding-top: 15px; } }

@media screen and (max-width: 959px) {
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.clm5, .clm4, .clm3, .clm2 {
  position: relative; }
  .clm5:after, .clm4:after, .clm3:after, .clm2:after {
    content: " ";
    display: block;
    clear: both; }
  .clm5 .item, .clm5 li, .clm4 .item, .clm4 li, .clm3 .item, .clm3 li, .clm2 .item, .clm2 li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.clm5 {
  margin: 0 -5px; }
  .clm5 .item, .clm5 li {
    width: 20%;
    padding: 0 5px; }

.clm4 {
  margin: 0 -10px; }
  .clm4 .item, .clm4 li {
    width: 25%;
    padding: 0 10px; }

.clm3 {
  margin: 0 -15px; }
  .clm3 .item, .clm3 li {
    width: 33.33333%;
    padding: 0 15px; }

.clm2 {
  margin: 0 -20px; }
  .clm2 .item, .clm2 li {
    width: 50%;
    padding: 0 20px; }

/* =========================================================
	ANIMETION
========================================================= */
.anime-frame {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1; }
  .anime-frame:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 2; }
  .anime-frame .anime-inner {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }

.anime-frame.show:before {
  -webkit-animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
          animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9); }
.anime-frame.show .anime-inner {
  display: inline;
  opacity: 1; }

.anime-frame2 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }
  .anime-frame2.show {
    visibility: visible;
    opacity: 1; }

@-webkit-keyframes img_show {
  0% {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  35% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  36%, 60% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  99.9%,to {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }

@keyframes img_show {
  0% {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  35% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  36%, 60% {
    -webkit-transform: translate(0, 0) scaleX(1);
            transform: translate(0, 0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  99.9%,to {
    -webkit-transform: translate(0, 0) scaleX(0);
            transform: translate(0, 0) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }
/* =========================================================
	fade
========================================================= */
#js_fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999; }
  #js_fade .sk-fading-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px; }
    #js_fade .sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #js_fade .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #EA5504;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
    #js_fade .sk-fading-circle .sk-circle2 {
      transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -webkit-transform: rotate(30deg); }
    #js_fade .sk-fading-circle .sk-circle3 {
      transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -webkit-transform: rotate(60deg); }
    #js_fade .sk-fading-circle .sk-circle4 {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
    #js_fade .sk-fading-circle .sk-circle5 {
      transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -webkit-transform: rotate(120deg); }
    #js_fade .sk-fading-circle .sk-circle6 {
      transform: rotate(150deg);
      -moz-transform: rotate(150deg);
      -webkit-transform: rotate(150deg); }
    #js_fade .sk-fading-circle .sk-circle7 {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    #js_fade .sk-fading-circle .sk-circle8 {
      transform: rotate(210deg);
      -moz-transform: rotate(210deg);
      -webkit-transform: rotate(210deg); }
    #js_fade .sk-fading-circle .sk-circle9 {
      transform: rotate(240deg);
      -moz-transform: rotate(240deg);
      -webkit-transform: rotate(240deg); }
    #js_fade .sk-fading-circle .sk-circle10 {
      transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -webkit-transform: rotate(270deg); }
    #js_fade .sk-fading-circle .sk-circle11 {
      transform: rotate(300deg);
      -moz-transform: rotate(300deg);
      -webkit-transform: rotate(300deg); }
    #js_fade .sk-fading-circle .sk-circle12 {
      transform: rotate(330deg);
      -moz-transform: rotate(330deg);
      -webkit-transform: rotate(330deg); }
    #js_fade .sk-fading-circle .sk-circle2:before {
      animation-delay: -1.1s;
      -moz-animation-delay: -1.1s;
      -webkit-animation-delay: -1.1s; }
    #js_fade .sk-fading-circle .sk-circle3:before {
      animation-delay: -1s;
      -moz-animation-delay: -1s;
      -webkit-animation-delay: -1s; }
    #js_fade .sk-fading-circle .sk-circle4:before {
      animation-delay: -0.9s;
      -moz-animation-delay: -0.9s;
      -webkit-animation-delay: -0.9s; }
    #js_fade .sk-fading-circle .sk-circle5:before {
      animation-delay: -0.8s;
      -moz-animation-delay: -0.8s;
      -webkit-animation-delay: -0.8s; }
    #js_fade .sk-fading-circle .sk-circle6:before {
      animation-delay: -0.7s;
      -moz-animation-delay: -0.7s;
      -webkit-animation-delay: -0.7s; }
    #js_fade .sk-fading-circle .sk-circle7:before {
      animation-delay: -0.6s;
      -moz-animation-delay: -0.6s;
      -webkit-animation-delay: -0.6s; }
    #js_fade .sk-fading-circle .sk-circle8:before {
      animation-delay: -0.5s;
      -moz-animation-delay: -0.5s;
      -webkit-animation-delay: -0.5s; }
    #js_fade .sk-fading-circle .sk-circle9:before {
      animation-delay: -0.4s;
      -moz-animation-delay: -0.4s;
      -webkit-animation-delay: -0.4s; }
    #js_fade .sk-fading-circle .sk-circle10:before {
      animation-delay: -0.3s;
      -moz-animation-delay: -0.3s;
      -webkit-animation-delay: -0.3s; }
    #js_fade .sk-fading-circle .sk-circle11:before {
      animation-delay: -0.2s;
      -moz-animation-delay: -0.2s;
      -webkit-animation-delay: -0.2s; }
    #js_fade .sk-fading-circle .sk-circle12:before {
      animation-delay: -0.1s;
      -moz-animation-delay: -0.1s;
      -webkit-animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.df-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 3rem; }
  .df-link a:first-child {
    margin: 0 3rem 0 0; }
  @media screen and (max-width: 768px) {
    .df-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 2rem; }
      .df-link a:first-child {
        margin: 0 0 2rem 0; } }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

/* =========================================================
	.contents
========================================================= */
.contents:after {
  content: " ";
  display: block;
  clear: both; }

/* =========================================================
	.pagetitle
========================================================= */
.pagetitle {
  position: relative;
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  .pagetitle:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/common/images/ov.png);
    opacity: .1; }
  .pagetitle-title {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100px;
    z-index: 2; }
    .pagetitle-title .en-title {
      font-size: 50px;
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      color: white;
      letter-spacing: .22em;
      line-height: 60px; }
      .pagetitle-title .en-title > .anime-frame > .anime-inner {
        line-height: 60px; }
    .pagetitle-title h1 {
      font-size: 20px;
      color: white;
      font-weight: bold;
      margin-top: 25px;
      letter-spacing: .18em;
      font-family: "Roboto Condensed", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      height: 330px; }
      .pagetitle-title {
        width: 100%;
        padding: 0 35px;
        bottom: 70px; }
        .pagetitle-title .en-title {
          font-size: 38px;
          line-height: 1.4; }
          .pagetitle-title .en-title > .anime-frame > .anime-inner {
            line-height: 1.4; }
        .pagetitle-title h1 {
          font-size: 16px; } }

@media screen and (min-width: 960px) {
  #company-page .pagetitle {
    background-image: url(/common/images/pagetitle/company.jpg); }

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

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

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

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

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

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

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

  #case_media-page .pagetitle {
    background-image: url(/common/images/pagetitle/case-media.jpg); }

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

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

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

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

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

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

  #organization-page .pagetitle {
    background-image: url(/common/images/pagetitle/company.jpg); } }
@media screen and (max-width: 959px) {
  #company-page .pagetitle {
    background-image: url(/common/images/pagetitle/sp-company.jpg); }

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

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

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

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

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

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

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

  #case_media-page .pagetitle {
    background-image: url(/common/images/pagetitle/sp-case-media.jpg); }

  #case_office-page .pagetitle {
    background-image: url(/common/images/pagetitle/sp-office.jpg); }

  #case_oa-page .pagetitle {
    background-image: url(/common/images/pagetitle/sp-oa.jpg); }

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

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

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

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

  #organization-page .pagetitle {
    background-image: url(/common/images/pagetitle/sp-company.jpg); } }
.visualtitle {
  position: relative;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover; }
  .visualtitle:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    background: url(/common/images/ov.png);
    opacity: .1; }
  .visualtitle-contents {
    z-index: 2; }
  .visualtitle-title .title-en {
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: white;
    letter-spacing: .22em;
    line-height: 60px; }
    .visualtitle-title .title-en .num {
      margin-bottom: -10px;
      font-weight: 300;
      display: block;
      font-size: 12px;
      letter-spacing: .22em; }
      .visualtitle-title .title-en .num .innum {
        margin-left: 5px; }
    .visualtitle-title .title-en > .anime-frame > .anime-inner {
      line-height: 60px; }
  .visualtitle-title h1 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: .18em;
    font-family: "Roboto Condensed", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .visualtitle-text {
    position: relative;
    margin-top: 60px;
    padding: 30px 0;
    color: white;
    line-height: 2.1; }
    .visualtitle-text p {
      border-right: 1px solid white;
      letter-spacing: .08em; }
  @media screen and (min-width: 960px) {
    .visualtitle-contents {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .visualtitle-text:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: calc( 0px - 100vw/2 + 550px );
      background-color: rgba(0, 0, 0, 0.7);
      width: calc( 100vw/2 + 550px );
      z-index: -1;
      height: 100%; } }
  @media screen and (max-width: 959px) {
    .visualtitle-contents {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .visualtitle-title {
      width: 100%;
      padding: 0 35px; }
      .visualtitle-title .title-en {
        font-size: 38px;
        line-height: 1.4; }
        .visualtitle-title .title-en .num {
          margin-bottom: 17px; }
        .visualtitle-title .title-en > .anime-frame > .anime-inner {
          line-height: 1.4; }
      .visualtitle-title h1 {
        font-size: 16px; }
    .visualtitle-text {
      margin: 0;
      padding: 70px 15px;
      background: black; }
      .visualtitle-text p {
        font-size: 14px;
        line-height: 2.1;
        border: none; } }

#service-page.cnt-device .visualtitle:before {
  opacity: .2; }

#service-page.cnt-device .visualtitle {
  background-image: url(/common/images/visualtitle/device.jpg); }

#service-page.cnt-support .visualtitle:before {
  opacity: .2; }

#service-page.cnt-support .visualtitle {
  background-image: url(/common/images/visualtitle/support.jpg); }

#service-page.cnt-media .visualtitle:before {
  opacity: .2; }

#service-page.cnt-media .visualtitle {
  background-image: url(/common/images/visualtitle/media.jpg); }

#service-page.cnt-clowd .visualtitle:before {
  opacity: .2; }

#service-page.cnt-clowd .visualtitle {
  background-image: url(/common/images/visualtitle/clowd.jpg); }

#service-page.cnt-office .visualtitle:before {
  opacity: .2; }

#service-page.cnt-office .visualtitle {
  background-image: url(/common/images/visualtitle/office.jpg); }

#service-page.cnt-alliance .visualtitle:before {
  opacity: .2; }

#service-page.cnt-alliance .visualtitle {
  background-image: url(/common/images/visualtitle/alliance.jpg); }

#service-page.cnt-line .visualtitle:before {
  opacity: .2; }

#service-page.cnt-line .visualtitle {
  background-image: url(/common/images/visualtitle/line.jpg); }

#service-page.cnt-education .visualtitle:before {
  opacity: .2; }

#service-page.cnt-education .visualtitle {
  background-image: url(/common/images/visualtitle/education.jpg); }

#service-page.cnt-real-estate .visualtitle:before {
  opacity: .2; }

#service-page.cnt-real-estate .visualtitle {
  background-image: url(/common/images/visualtitle/real-estate.webp); }

@media screen and (max-width: 767px) {
  #service-page.cnt-device .visualtitle {
    background-image: url(/common/images/visualtitle/sp-device.jpg); }

  #service-page.cnt-support .visualtitle {
    background-image: url(/common/images/visualtitle/sp-support.jpg); }

  #service-page.cnt-media .visualtitle {
    background-image: url(/common/images/visualtitle/sp-media.jpg); }

  #service-page.cnt-clowd .visualtitle {
    background-image: url(/common/images/visualtitle/sp-clowd.jpg); }

  #service-page.cnt-office .visualtitle {
    background-image: url(/common/images/visualtitle/sp-office.jpg); }

  #service-page.cnt-alliance .visualtitle {
    background-image: url(/common/images/visualtitle/sp-alliance.jpg); }

  #service-page.cnt-line .visualtitle {
    background-image: url(/common/images/visualtitle/sp-line.jpg); }

  #service-page.cnt-real-estate .visualtitle {
    background-image: url(/common/images/visualtitle/sp-real-estate.webp); } }
/* =========================================================
	header
========================================================= */
@media screen and (min-width: 960px) {
  .header {
    display: block;
    position: fixed;
    width: 100%;
    height: 115px;
    z-index: 10;
    padding: 20px 0 23px;
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .header:after, .header:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 0%;
      z-index: -1;
      height: 100%; }
    .header:before {
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .header:after {
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
    .header:hover:after, .header:hover:before {
      width: 100%; }
    .header:hover:after {
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .header:hover:before {
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
    .header.small {
      padding: 0;
      background: #212121; } }
@media screen and (max-width: 959px) {
  .header {
    z-index: 10; } }
.header-logo {
  position: absolute;
  z-index: 1; }
  @media screen and (min-width: 960px) {
    .header-logo {
      margin: 26px 40px 20px; }
      .header-logo img {
        width: 222px; } }
  @media screen and (max-width: 959px) {
    .header-logo {
      width: 256px;
      padding: 35px 0 0 35px;
      z-index: 2; }
      .header-logo img {
        width: 222px; } }
@media screen and (min-width: 960px) {
  .header-contact {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 0;
    -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .header-contact a {
      text-decoration: none; }
    .header-contact .btn-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 72px;
      padding: 0 50px;
      float: right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #EA5504;
      color: white;
      font-family: "Oswald", sans-serif;
      text-align: center;
      letter-spacing: .016em;
      font-weight: bold;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .header-contact .btn-contact:hover {
        opacity: .8; }
    .header-contact .btn-tel {
      margin: 14px 40px;
      display: inline-block;
      padding: 13px 13px;
      background: rgba(255, 255, 255, 0.15);
      color: white;
      font-family: "Oswald", sans-serif;
      text-decoration: none;
      font-weight: 300;
      white-space: nowrap;
      line-height: 1;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .header-contact .btn-tel span {
        position: relative;
        padding: 0 0 0 13px;
        margin-left: 13px; }
        .header-contact .btn-tel span:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 5px;
          width: 1px;
          height: 14px;
          background: white; }
      .header-contact .btn-tel i.icon-phone {
        font-size: 18px;
        vertical-align: -1px;
        padding-right: 10px; }
      .header-contact .btn-tel:hover {
        background: rgba(255, 255, 255, 0.5); } }
@media screen and (max-width: 959px) {
  .header-contact {
    display: none; } }

@media screen and (min-width: 960px) {
  .menu {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center; }
    .menu .gnav-wrapper {
      display: inline-block;
      width: 454px; }
    .menu .gnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .menu .gnav > li > a {
        display: block;
        position: relative;
        text-decoration: none;
        color: white;
        letter-spacing: .08em;
        padding: 44px 0;
        -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        font: normal bold 16px/1.6 "Oswald", sans-serif;
        cursor: pointer; }
        .menu .gnav > li > a:before {
          content: "";
          position: absolute;
          bottom: 44px;
          display: block;
          background: #EA5504;
          height: 1px;
          width: 0%;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
        .menu .gnav > li > a span {
          font-size: 16px;
          font-family: 'Oswald', sans-serif;
          color: white;
          border-bottom: 1px solid white;
          font-weight: bold; }
        .menu .gnav > li > a:hover:before {
          width: 100%; }
      .menu .gnav .parent:hover .childlist-wrapper {
        max-height: 10000px;
        opacity: 1;
        -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .menu .gnav .childlist {
        width: 80vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 80px 0 0 0; }
        .menu .gnav .childlist-wrapper {
          position: absolute;
          top: 115px;
          width: 100vw;
          left: 0;
          z-index: 1;
          background: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          max-height: 0;
          opacity: 0;
          overflow: hidden; }
        .menu .gnav .childlist li {
          text-align: left; }
          .menu .gnav .childlist li.col2 {
            width: calc(( 100% - 180px )/2);
            margin-right: 90px;
            margin-bottom: 80px; }
            .menu .gnav .childlist li.col2:nth-of-type(2n) {
              margin-right: 0; }
          .menu .gnav .childlist li.col3 {
            width: calc(( 100% - 180px )/3);
            margin-right: 90px;
            margin-bottom: 80px; }
            .menu .gnav .childlist li.col3:nth-of-type(3n) {
              margin-right: 0; }
          .menu .gnav .childlist li.col4 {
            width: calc(( 100% - 270px )/4);
            margin-right: 90px;
            margin-bottom: 80px; }
          .menu .gnav .childlist li a {
            position: relative;
            display: block;
            font-size: 12px;
            line-height: 1;
            text-decoration: none;
            padding-bottom: 34px;
            border-bottom: 1px solid #a3abb5;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .menu .gnav .childlist li a > span {
              display: block;
              margin-bottom: 13px;
              color: #212121;
              letter-spacing: .08em;
              line-height: 1;
              font: normal bold 16px/1 "Oswald", sans-serif; }
              .menu .gnav .childlist li a > span > span {
                color: #EA5504; }
            .menu .gnav .childlist li a:before {
              content: "";
              position: absolute;
              width: 0;
              height: 1px;
              bottom: -1px;
              left: 0;
              background: #EA5504;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
            .menu .gnav .childlist li a:hover:before {
              width: 100%; }
            .menu .gnav .childlist li a:hover {
              padding-left: 5px; }
      .menu .gnav #gnav-company .childlist li.col4:nth-of-type(4n) {
        margin-right: 0; }
      .menu .gnav #gnav-service .childlist li.col4:nth-of-type(4n) {
        margin-right: 0; } }
@media screen and (max-width: 1385px) and (min-width: 960px) {
  .menu {
    text-align: right; }
    .menu .gnav-wrapper {
      width: 360px;
      margin-right: 470px; } }
@media screen and (max-width: 959px) {
  .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);
    background: #212121;
    color: white;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    position: fixed;
    width: 100vw;
    top: 0;
    padding: 0;
    z-index: 100; }
    .menu.on {
      max-height: 3000vw;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      min-height: 100vh;
      height: 100%;
      overflow-y: scroll;
      padding: 35px 35px 90px; }
    .menu .sp-logo {
      margin-bottom: 25px; }
      .menu .sp-logo img {
        height: 23px; }
    .menu .sp-contact > a {
      display: block;
      line-height: 50px;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      margin-bottom: 15px;
      color: white; }
    .menu .sp-contact .btn-tel {
      background: #EA5504;
      letter-spacing: .08em;
      font-size: 16px; }
      .menu .sp-contact .btn-tel i,
      .menu .sp-contact .btn-tel span {
        margin: 0 10px; }
      .menu .sp-contact .btn-tel i {
        line-height: 1;
        font-size: 20px;
        vertical-align: -2px; }
      .menu .sp-contact .btn-tel span {
        font-size: 13px;
        font-weight: normal;
        line-height: 1; }
    .menu .sp-contact .btn-contact {
      background: #474747;
      letter-spacing: .08em;
      font-size: 16px; }
    .menu .gnav > li > a {
      position: relative;
      color: white;
      font-weight: bold;
      font-size: 18px;
      font-family: "Oswald", sans-serif;
      display: block;
      line-height: 50px;
      border-bottom: 1px solid #474747;
      text-decoration: none;
      letter-spacing: .08em; }
      .menu .gnav > li > a:before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 1px;
        background: #EA5504;
        bottom: -1px;
        left: 0; }
    .menu .childlist {
      margin-bottom: 20px; }
      .menu .childlist li a {
        line-height: 40px;
        margin-left: 20px;
        color: white;
        text-decoration: none;
        font-size: 12px;
        display: block;
        border-bottom: 1px solid #474747; }
        .menu .childlist li a > span {
          float: right;
          margin-right: 10px;
          font-size: 14px;
          font-family: "Oswald", sans-serif;
          opacity: .2;
          letter-spacing: .08em; }
      .menu .childlist li.torow a {
        line-height: 1.6;
        padding: 10px 0; } }

.globalbtn {
  display: none; }
  @media screen and (max-width: 959px) {
    .globalbtn {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #EA5504;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: fixed;
      right: 20px;
      top: 20px;
      width: 50px;
      z-index: 10001;
      -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .globalbtn.active {
        background-color: #212121; }
      .globalbtn-btn {
        display: inline-block;
        height: calc(28px / 2);
        position: relative;
        width: calc(50px / 2); }
        .globalbtn-btn.active {
          height: calc(50px / 2); }
        .globalbtn-btn > span {
          background-color: white;
          display: block;
          position: relative;
          height: calc(4px / 2);
          width: 100%;
          -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
          .globalbtn-btn > span:before, .globalbtn-btn > span:after {
            background-color: white;
            display: block;
            position: relative;
            height: calc(4px / 2);
            width: 100%;
            -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
          .globalbtn-btn > span:before {
            content: "";
            left: 0;
            position: absolute;
            top: -6px; }
          .globalbtn-btn > span:after {
            bottom: -6px;
            content: "";
            left: 0;
            position: absolute; }
          .globalbtn-btn > span.active {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
            .globalbtn-btn > span.active:before {
              top: inherit;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            .globalbtn-btn > span.active:after {
              opacity: 0; } }

@media screen and (min-width: 960px) {
  .header.small {
    height: 72px; }
    .header.small .gnav > li > a {
      padding: 24px 0; }
      .header.small .gnav > li > a:before {
        bottom: 24px; }
    .header.small .header-contact {
      margin: 0; }
    .header.small .childlist-wrapper {
      top: 72px; } }
@media screen and (max-width: 959px) {
  .header.small .header-logo {
    opacity: 0; } }

/* =========================================================
	footer
========================================================= */
.footer .copyright {
  padding: 10px 0;
  background: #212121;
  color: #fff;
  text-align: center;
  line-height: 1; }
.footer .home-copyright p {
  padding-top: 18px;
  font-size: 12px;
  text-align: center;
  font-weight: 200;
  color: white;
  font-family: "Oswald", sans-serif;
  letter-spacing: .08em; }
@media screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 11px;
    letter-spacing: 1px; } }
@media screen and (max-width: 959px) {
  .footer .home-copyright p {
    opacity: .9;
    font-size: 10px; } }

#home-page .footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 55px;
  background: transparent; }

@media screen and (min-width: 960px) {
  body:not(#home-page) .footer {
    background: #212121;
    padding: 100px 0; }
    body:not(#home-page) .footer-inner {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto; }
    body:not(#home-page) .footer-logo {
      padding-bottom: 30px;
      border-bottom: 1px solid #474747; }
      body:not(#home-page) .footer-logo img {
        height: 23px; }
    body:not(#home-page) .footer-sitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px;
      padding-bottom: 30px;
      border-bottom: 1px solid #474747; }
      body:not(#home-page) .footer-sitemap ul.list-sitemap > li > a {
        position: relative;
        padding-left: 10px; }
        body:not(#home-page) .footer-sitemap ul.list-sitemap > li > a:before {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: 5px;
          border-left: 4px solid white;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
      body:not(#home-page) .footer-sitemap ul.list-sitemap > li {
        margin-bottom: 30px; }
        body:not(#home-page) .footer-sitemap ul.list-sitemap > li:last-of-type {
          margin-bottom: 0; }
      body:not(#home-page) .footer-sitemap ul {
        width: 100%;
        padding: 30px 40px;
        border-left: 1px solid #474747; }
        body:not(#home-page) .footer-sitemap ul li a,
        body:not(#home-page) .footer-sitemap ul li p {
          color: white;
          text-decoration: none;
          letter-spacing: .08em; }
        body:not(#home-page) .footer-sitemap ul > li a, body:not(#home-page) .footer-sitemap ul > li p {
          font-size: 16px;
          font-weight: bold; }
        body:not(#home-page) .footer-sitemap ul:first-of-type {
          padding-left: 0;
          border-left: 0; }
        body:not(#home-page) .footer-sitemap ul .list-bar li:before {
          background: white; }
        body:not(#home-page) .footer-sitemap ul .list-bar li a {
          font-size: 14px;
          font-weight: 300; }
    body:not(#home-page) .footer-copyright {
      margin-top: 30px; }
      body:not(#home-page) .footer-copyright p {
        color: white;
        font-size: 12px;
        font-family: "Oswald", sans-serif;
        letter-spacing: .08em;
        text-align: center;
        font-weight: 200; } }
@media screen and (max-width: 959px) {
  body:not(#home-page) .footer {
    padding: 70px 15px;
    background: #212121; }
    body:not(#home-page) .footer-logo {
      padding-bottom: 30px;
      border-bottom: 1px solid #474747; }
      body:not(#home-page) .footer-logo img {
        height: 23px; }
    body:not(#home-page) .footer-sitemap {
      margin-top: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #474747; }
      body:not(#home-page) .footer-sitemap .list-sitemap > li > a, body:not(#home-page) .footer-sitemap .list-sitemap p {
        position: relative;
        color: white;
        font-weight: bold;
        font-size: 18px;
        font-family: "Oswald", sans-serif;
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #474747;
        text-decoration: none; }
        body:not(#home-page) .footer-sitemap .list-sitemap > li > a:before, body:not(#home-page) .footer-sitemap .list-sitemap p:before {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 1px;
          background: #EA5504;
          bottom: -1px;
          left: 0; }
      body:not(#home-page) .footer-sitemap .list-sitemap .list-bar {
        margin-bottom: 20px; }
        body:not(#home-page) .footer-sitemap .list-sitemap .list-bar li:before {
          content: none; }
        body:not(#home-page) .footer-sitemap .list-sitemap .list-bar li a {
          line-height: 40px;
          margin-left: 20px;
          color: white;
          text-decoration: none;
          font-size: 12px;
          display: block;
          border-bottom: 1px solid #474747; }
          body:not(#home-page) .footer-sitemap .list-sitemap .list-bar li a:before {
            content: none; }
    body:not(#home-page) .footer-copyright {
      margin-top: 30px; }
      body:not(#home-page) .footer-copyright p {
        color: white;
        font-size: 9px;
        font-family: "Oswald", sans-serif;
        opacity: .9;
        letter-spacing: .08em;
        text-align: center;
        font-weight: 200; } }

/* =========================================================
	pagetop
========================================================= */
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px; }
  @media screen and (max-width: 959px) {
    .pagetop {
      display: none !important; } }
  .pagetop a {
    display: table-cell;
    width: 40px;
    height: 40px;
    background: #212121;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle; }

/* index page
========================================================= */
#home-page .mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden; }
  #home-page .mv-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh; }
    @media screen and (max-width: 959px) {
      #home-page .mv-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  #home-page .mv-video:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: url(/common/images/ov.png);
    opacity: .1; }
  #home-page .mv-video:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); }
#home-page .mv-copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0; }
  @media screen and (min-width: 960px) {
    #home-page .mv-copy {
      width: 1100px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  #home-page .mv-copy h2 {
    font-size: 60px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: white;
    line-height: 100px;
    letter-spacing: .22em; }
    #home-page .mv-copy h2 span:not(.anime-frame):not(.anime-inner) {
      color: #EA5504; }
    #home-page .mv-copy h2 .anime-frame .anime-inner {
      line-height: 100px; }
  #home-page .mv-copy p {
    margin-top: 32px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    letter-spacing: .22em; }
    #home-page .mv-copy p span:not(.anime-frame):not(.anime-inner) {
      color: #EA5504; }
  @media screen and (max-width: 959px) {
    #home-page .mv-copy {
      width: 100%;
      padding: 0 35px; }
      #home-page .mv-copy h2 {
        font-size: 40px;
        line-height: 1.4; }
        #home-page .mv-copy h2 .anime-frame .anime-inner {
          line-height: 1.4; }
      #home-page .mv-copy p {
        font-size: 16px; } }
#home-page .mv-info {
  margin-top: 50px; }
  #home-page .mv-info a {
    position: relative;
    display: inline-block;
    padding: 25px 50px 25px 20px;
    border: 2px solid #EA5504;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6;
    color: white;
    -webkit-transition: background-color .1s ease, border-color .1s ease;
    transition: background-color .1s ease, border-color .1s ease; }
    #home-page .mv-info a:hover {
      border-color: rgba(0, 0, 0, 0.6);
      background: #EA5504;
      text-decoration: underline; }
      #home-page .mv-info a:hover img {
        right: 8px; }
    @media screen and (max-width: 959px) {
      #home-page .mv-info a {
        font-weight: normal; } }
  #home-page .mv-info img {
    position: absolute;
    top: 35px;
    width: 20px;
    right: 14px;
    -webkit-transition: right .1s ease;
    transition: right .1s ease; }
    @media screen and (max-width: 959px) {
      #home-page .mv-info img {
        top: 48px; } }
#home-page .mv-agency a.img {
  display: block;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 40px 19px;
  width: 55px;
  border: 2px solid white;
  border-width: 2px 0 2px 2px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 960px) {
    #home-page .mv-agency a.img:hover {
      background: black; } }
  @media screen and (max-width: 959px) {
    #home-page .mv-agency a.img {
      padding: 15px;
      width: 44px; } }
  #home-page .mv-agency a.img.support {
    top: 84.5%; }
    @media screen and (max-width: 959px) {
      #home-page .mv-agency a.img.support {
        margin-top: 130px;
        height: auto; } }
  #home-page .mv-agency a.img.loginimg {
    top: 32%; }
    @media screen and (max-width: 959px) {
      #home-page .mv-agency a.img.loginimg {
        margin-top: -156px;
        height: auto; } }
@media screen and (max-width: 959px) {
  #home-page .mv-agency {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1; } }

/* device page
========================================================= */
#device-page .visualtitle {
  background-image: url(/common/images/visualtitle/device.jpg); }
  #device-page .visualtitle:before {
    opacity: .2; }
#device-page #service01-05 ul.list {
  margin-bottom: 30px; }

/* philosophy page
========================================================= */
#philosophy-page .article.cnt-motto {
  padding: 0 0 150px; }
#philosophy-page .article.cnt-mission {
  padding: 100px 0; }
@media screen and (max-width: 959px) {
  #philosophy-page .article.cnt-motto {
    padding: 0 0 70px; }
  #philosophy-page .article.cnt-mission {
    padding: 50px 0; } }

/* message page
========================================================= */
#message-page .article.cnt-message {
  padding: 100px 0 150px; }
@media screen and (max-width: 959px) {
  #message-page .article.cnt-message {
    padding: 50px 0 70px; } }

/* history page
========================================================= */
#history-page .article.cnt-history {
  padding: 100px 0 150px; }
@media screen and (max-width: 959px) {
  #history-page .article.cnt-history {
    padding: 50px 0 70px; } }

/* topics page
========================================================= */
#topics-page .article.cnt-post {
  padding: 100px 0 100px;
  margin-bottom: -25px; }
@media screen and (max-width: 959px) {
  #topics-page .article.cnt-post {
    padding: 50px 0 50px;
    margin-bottom: -10px; } }

/* service page
========================================================= */
#service-page .cnt-intro .article-main:before {
  content: none; }
#service-page .article.cnt-intro {
  padding: 100px 0 150px; }
@media screen and (max-width: 959px) {
  #service-page .article.cnt-intro {
    padding: 50px 0; } }
#service-page table.table-optical {
  margin: 30px 0; }
  #service-page table.table-optical span {
    font-size: 20px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #EA5504; }

#company-page .cnt-map table {
  margin-top: 30px; }

@media screen and (min-width: 960px) {
  #recruit-page .article .childlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #recruit-page .article .childlist-wrapper {
      width: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      overflow: hidden; }
    #recruit-page .article .childlist li {
      text-align: left; }
      #recruit-page .article .childlist li.col2 {
        width: calc(( 100% - 180px )/2);
        margin-right: 90px;
        margin-bottom: 80px; }
        #recruit-page .article .childlist li.col2:nth-of-type(2n) {
          margin-right: 0; }
      #recruit-page .article .childlist li a {
        position: relative;
        display: block;
        font-size: 12px;
        line-height: 1;
        text-decoration: none;
        border-bottom: 2px solid #ddd;
        -webkit-transition: all .3s;
        transition: all .3s;
        padding: 30px 20px;
        background: white; }
        #recruit-page .article .childlist li a > span {
          display: block;
          margin-bottom: 13px;
          color: #212121;
          letter-spacing: .08em;
          line-height: 1;
          font: normal bold 16px/1 "Oswald", sans-serif; }
          #recruit-page .article .childlist li a > span > span {
            color: #EA5504; }
        #recruit-page .article .childlist li a:before {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          bottom: -2px;
          left: 0;
          background: #EA5504;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        #recruit-page .article .childlist li a:hover:before {
          width: 100%; }
        #recruit-page .article .childlist li a:hover {
          padding-left: 25px; } }
@media screen and (max-width: 959px) {
  #recruit-page .article .childlist {
    margin-bottom: 20px; }
    #recruit-page .article .childlist li a {
      line-height: 40px;
      text-decoration: none;
      font-size: 12px;
      display: block;
      border-bottom: 1px solid #a3abb5; }
      #recruit-page .article .childlist li a > span {
        float: right;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        color: #EA5504;
        letter-spacing: .08em; } }

/* case_office page
========================================================= */
#case_media-page .youtube-wrapper {
  width: 60%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    #case_media-page .youtube-wrapper {
      width: 100%; } }
#case_media-page .youtube-cov {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  #case_media-page .youtube-cov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 959px) {
    #case_media-page .youtube-cov {
      margin-bottom: 30px; } }
#case_media-page .history:first-of-type {
  margin-top: 30px; }
#case_media-page .history dt {
  padding: 15px; }
#case_media-page .history:nth-child(odd) {
  background: white; }
@media screen and (max-width: 959px) {
  #case_media-page .history {
    background: white; }
    #case_media-page .history dt, #case_media-page .history dd {
      font-size: 14px; }
    #case_media-page .history dd, #case_media-page .history dt {
      padding: 10px; } }

/* case_office page
========================================================= */
#case_office-page .pct-slider .slide {
  position: relative;
  overflow: hidden;
  background: transparent; }
  #case_office-page .pct-slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }
  #case_office-page .pct-slider .slide-comment p {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    bottom: 0;
    left: 0;
    padding: 15px; }
  @media screen and (min-width: 960px) {
    #case_office-page .pct-slider .slide {
      width: 500px;
      height: 327px; }
      #case_office-page .pct-slider .slide img {
        padding: 0 5px; } }
  @media screen and (max-width: 959px) {
    #case_office-page .pct-slider .slide {
      width: calc(100vw - 30px);
      height: calc((100vw - 30px)/3*2); } }
#case_office-page .history:first-of-type {
  margin-top: 30px; }
#case_office-page .history dt {
  padding: 15px; }
#case_office-page .history:nth-child(odd) {
  background: white; }
@media screen and (max-width: 959px) {
  #case_office-page .history {
    background: white; }
    #case_office-page .history dt, #case_office-page .history dd {
      font-size: 14px; }
    #case_office-page .history dd, #case_office-page .history dt {
      padding: 10px; } }
#case_office-page .slick-arrow {
  position: absolute;
  top: 125px;
  width: 30px;
  height: 80px;
  background: #EA5504;
  font-size: 0;
  z-index: 1; }
  @media screen and (max-width: 959px) {
    #case_office-page .slick-arrow {
      top: 20vw; } }
  #case_office-page .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 15px;
    width: 8px;
    background-size: cover;
    background-image: url(/common/images/sp-arrow.png); }
  #case_office-page .slick-arrow.slick-prev {
    left: -5px; }
  #case_office-page .slick-arrow.slick-next {
    right: -5px; }
    #case_office-page .slick-arrow.slick-next:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 42%;
      left: 38%; }
#case_office-page .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 50px; }
  #case_office-page .slick-dots > li {
    width: calc((100% - 40px)/5);
    margin: 10px 10px 0 0; }
    #case_office-page .slick-dots > li:nth-child(5n) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    #case_office-page .slick-dots {
      width: 100%; } }
#case_office-page .comment {
  padding-bottom: 100px; }
  @media screen and (max-width: 959px) {
    #case_office-page .comment {
      padding-bottom: 50px; } }

/* csr page
========================================================= */
#csr-page .article.cnt-post {
  padding: 100px 0 100px;
  margin-bottom: -25px; }
@media screen and (max-width: 959px) {
  #csr-page .article.cnt-post {
    padding: 50px 0 50px;
    margin-bottom: -10px; } }

.article.btn {
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    .article.btn {
      padding: 50px 0; } }

.article.info {
  padding: 100px 0 0; }
  @media screen and (max-width: 959px) {
    .article.info {
      padding: 50px 0 0; } }
  .article.info .info-data span {
    font-size: 16px;
    padding: 5px 25px;
    background: #212121;
    color: white; }
    @media screen and (max-width: 959px) {
      .article.info .info-data span {
        font-size: 14px; } }
  .article.info .textbox {
    text-align: left; }
  .article.info .info-title {
    font-size: 22px;
    line-height: 2;
    border-bottom: 2px solid #EA5504;
    margin-bottom: 50px;
    padding: 15px 0 13px; }
    @media screen and (max-width: 959px) {
      .article.info .info-title {
        font-size: 18px;
        margin-bottom: 30px; } }
  .article.info .detail h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: 1px solid #212121;
    margin: 20px 0; }
  .article.info .detail h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    margin: 20px 0 10px; }
    .article.info .detail h4:before {
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      height: 22px;
      width: 2px;
      background: #212121; }
  .article.info .detail h5 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    font-weight: 700; }
    @media screen and (min-width: 960px) {
      .article.info .detail h5 {
        margin-top: 30px;
        font-size: 16px; } }
    @media screen and (max-width: 959px) {
      .article.info .detail h5 {
        margin-top: 20px;
        font-size: 14px; } }
  .article.info .detail h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700; }
    @media screen and (max-width: 959px) {
      .article.info .detail h6 {
        margin-top: 15px; } }
  .article.info .detail p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px; }
    .article.info .detail p:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .article.info .detail p {
        font-size: 14px; } }

/* privacy page
========================================================= */
#welfare-page .article:not(.cnt-intro),
#privacy-page .article:not(.cnt-intro) {
  padding: 80px 0; }
#welfare-page .article:last-of-type,
#privacy-page .article:last-of-type {
  padding-bottom: 150px; }
@media screen and (max-width: 959px) {
  #welfare-page .article:not(.cnt-intro),
  #privacy-page .article:not(.cnt-intro) {
    padding: 70px 0; } }
@media screen and (max-width: 959px) {
  #welfare-page .cnt-day,
  #privacy-page .cnt-day {
    padding: 70px 15px !important; } }

/* hoge pagech
========================================================= */
/* info page
========================================================= */
#info-page .contents .info-list dl {
  border-bottom: 1px dotted #ddd; }
  @media screen and (min-width: 768px) {
    #info-page .contents .info-list dl dt, #info-page .contents .info-list dl dd {
      display: table-cell; } }
  @media screen and (min-width: 768px) {
    #info-page .contents .info-list dl dt {
      width: 7em; } }
  #info-page .contents .info-list dl a {
    padding: 15px 0;
    text-decoration: none;
    color: #212121; }
    @media screen and (min-width: 960px) {
      #info-page .contents .info-list dl a:hover {
        color: #212121; } }
    @media screen and (min-width: 768px) {
      #info-page .contents .info-list dl a {
        display: table; } }
#info-page .contents .update {
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f8f8;
  text-align: right;
  line-height: 1; }
  #info-page .contents .update dt, #info-page .contents .update dd {
    display: inline-block; }
  #info-page .contents .update dt {
    margin-right: 15px; }

/*  contact page
========================================================= */
#contact-page .textbox {
  text-align: left; }
  #contact-page .textbox p {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #contact-page .textbox p {
        margin-bottom: 15px; } }
#contact-page form {
  width: 100%; }
#contact-page #mfp_confirm_table {
  width: 100%;
  margin-top: 20px; }
#contact-page dl {
  display: table;
  width: inherit;
  margin: 0;
  padding: 20px 0;
  border-bottom: dotted 1px #ddd; }
  #contact-page dl:first-of-type {
    border-top: dotted 1px #ddd; }
  @media screen and (max-width: 767px) {
    #contact-page dl {
      display: block; } }
#contact-page dt, #contact-page dd {
  display: table-cell;
  padding: 0;
  border: none !important;
  font-size: 100%;
  text-align: left;
  vertical-align: middle; }
  @media screen and (max-width: 959px) {
    #contact-page dt, #contact-page dd {
      display: block; } }
@media screen and (min-width: 960px) {
  #contact-page dt {
    width: 300px; } }
@media screen and (max-width: 959px) {
  #contact-page dt {
    width: auto;
    padding-bottom: 10px; } }
#contact-page dt span {
  display: block;
  float: right;
  width: 35px;
  height: 18px;
  margin-top: 3px;
  background: #EA5504;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  border-radius: 6px; }
#contact-page #submit {
  margin-top: 30px;
  text-align: center; }
#contact-page #add {
  width: 100%; }
#contact-page h3 {
  margin-bottom: 15px; }
#contact-page dd {
  padding-left: 20px; }
  @media screen and (max-width: 959px) {
    #contact-page dd {
      padding-left: 0; } }
  #contact-page dd dl {
    width: 100%;
    padding: 5px 0;
    border: none !important; }
    #contact-page dd dl:first-of-type {
      border-top: none; }
    #contact-page dd dl dt {
      width: 100px;
      padding-top: 10px; }
    @media screen and (max-width: 959px) {
      #contact-page dd dl {
        padding-left: 1em; }
        #contact-page dd dl dt, #contact-page dd dl dd {
          width: auto; } }
  #contact-page dd .mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #EA5504;
    font-size: 12px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0px center; }
  #contact-page dd input[type="text"], #contact-page dd input[type="tel"], #contact-page dd input[type="email"], #contact-page dd textarea {
    -webkit-appearance: none;
    width: 100% !important;
    padding: 10px;
    border: solid 1px #ddd;
    background: #f8f8f8;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 100% !important; }
  #contact-page dd #zip-code {
    width: 250px !important;
    margin-right: 10px; }
  #contact-page dd .custom {
    overflow: hidden;
    position: relative;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f8f8;
    z-index: 10; }
    #contact-page dd .custom i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px; }
  #contact-page dd select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    width: 130%;
    height: 44px;
    padding: 11px 0 10px 15px;
    font-weight: 400;
    cursor: pointer;
    background: none;
    z-index: 15;
    vertical-align: middle;
    line-height: 24px;
    border: none;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button; }
  #contact-page dd input[type=radio], #contact-page dd input[type=checkbox] {
    display: none; }
  #contact-page dd .radio, #contact-page dd .checkbox {
    -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: 6px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    vertical-align: middle;
    cursor: pointer; }
    #contact-page dd .radio:hover:after, #contact-page dd .checkbox:hover:after {
      border-color: #212121; }
    #contact-page dd .radio:before, #contact-page dd .radio:after, #contact-page dd .checkbox:before, #contact-page dd .checkbox:after {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: ''; }
    #contact-page dd .radio:before, #contact-page dd .checkbox:before {
      opacity: 0; }
    #contact-page dd .radio:after, #contact-page dd .checkbox: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: 6px; }
    #contact-page dd .radio.mfp_checked:after, #contact-page dd .checkbox.mfp_checked:after {
      border-color: #212121; }
    #contact-page dd .radio.mfp_checked:before, #contact-page dd .checkbox.mfp_checked:before {
      opacity: 1; }
  #contact-page dd .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121; }
  #contact-page dd .radio:after {
    border-radius: 100%; }
  #contact-page dd .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 7px;
    height: 11px;
    border-right: 3px solid #212121;
    border-bottom: 3px solid #212121;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  #contact-page dd ol:after {
    content: " ";
    display: block;
    clear: both; }
  #contact-page dd li {
    float: left;
    width: 50%;
    padding: 5px 10px 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 959px) {
      #contact-page dd li {
        float: none;
        width: auto;
        padding: 0 0 10px 0; }
        #contact-page dd li:last-child {
          padding-bottom: 0; } }
    #contact-page dd li input {
      margin-right: 5px;
      padding: 0;
      border: none;
      background: none; }
#contact-page #button, #contact-page .mfp_buttons {
  text-align: center; }
  @media screen and (min-width: 960px) {
    #contact-page #button, #contact-page .mfp_buttons {
      margin: 50px 180px 0; } }
  @media screen and (max-width: 959px) {
    #contact-page #button, #contact-page .mfp_buttons {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    #contact-page #button, #contact-page .mfp_buttons {
      margin-top: 0; } }
  #contact-page #button li, #contact-page .mfp_buttons li {
    width: 45%; }
    @media screen and (max-width: 767px) {
      #contact-page #button li, #contact-page .mfp_buttons li {
        float: none;
        width: 100%;
        margin-top: 30px; } }
  #contact-page #button button, #contact-page .mfp_buttons button {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    background: #212121;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center; }
    #contact-page #button button:hover, #contact-page .mfp_buttons button:hover {
      opacity: 0.8; }
  #contact-page #button ul, #contact-page .mfp_buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
#contact-page .mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  #contact-page .mfp_buttons:after {
    content: " ";
    display: block;
    clear: both; }
  #contact-page .mfp_buttons button {
    width: 45%; }
    @media screen and (max-width: 767px) {
      #contact-page .mfp_buttons button {
        width: 100%;
        margin-top: 30px; } }
#contact-page #mfp_confirm_table dt {
  padding-top: 0; }
#contact-page .thanks {
  text-align: center; }
  #contact-page .thanks h2, #contact-page .thanks div {
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }
  #contact-page .thanks h2 {
    margin-bottom: 50px;
    padding: 0;
    border: none;
    font-size: 30px;
    font-weight: 700; }
    #contact-page .thanks h2:before, #contact-page .thanks h2:after {
      display: none; }
    @media screen and (max-width: 767px) {
      #contact-page .thanks h2 {
        margin-bottom: 30px;
        font-size: 22px; } }
  #contact-page .thanks p {
    margin-bottom: 1em;
    text-align: center;
    line-height: 2; }
  #contact-page .thanks .btn-link {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      #contact-page .thanks .btn-link {
        padding-top: 40px; } }
#contact-page #mfp_phase_confirm h4 {
  font-size: 30px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #contact-page #mfp_phase_confirm h4 {
      font-size: 18px; } }

/*  error page
========================================================= */
#error-page .pagetitle h1 {
  padding: 0;
  border: none; }
#error-page .contents {
  text-align: center; }
  #error-page .contents h2 span {
    display: block;
    font-size: 11px; }

@media screen and (max-width: 959px) {
  #error-page #pagetitle h1 {
    padding: 0;
    border: none; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

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