@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

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

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

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

figure {
  margin: 1em 40px; }

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

main {
  display: block; }

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

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

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

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

img {
  border-style: none; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  overflow: visible; }

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

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

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

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

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

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

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

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

textarea {
  overflow: auto; }

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

summary {
  display: list-item; }

menu {
  display: block; }

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

template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

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

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

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

a {
  color: #000; }

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

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

.fr {
  float: right; }

.fl {
  float: left; }

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

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

.tR {
  text-align: right; }

.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%; }
  @media screen and (min-width: 960px) {
    .map {
      padding-bottom: 500px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both; }

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

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #DB361A; }
span.underline {
  text-decoration: underline; }
span.italic {
  font-style: italic; }
span.ltop:first-letter {
  font-size: 1.5em; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }
p.gbox {
  padding: 20px;
  background: #F4F5F7; }
p.dropcap:first-letter {
  font-size: 2em;
  margin-right: 6px;
  margin-top: 6px;
  float: left;
  line-height: 1; }
p.ltop:first-letter {
  font-size: 1.5em;
  line-height: 1; }

.btn {
  text-align: right; }
  .btn a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: none;
    font: bold 16px/1 "Open Sans", serif; }
    .btn a:before {
      content: url(/svg/arrow.svg);
      display: block;
      position: absolute;
      right: 0; }
    .btn a:hover {
      text-decoration: underline; }
  .btn.white a {
    color: white; }
    .btn.white a:before {
      content: url(/svg/arrow-w.svg); }
  .btn.black a {
    color: #212121; }
    .btn.black a:before {
      content: url(/svg/arrow-bk.svg); }
  .btn.ja a {
    font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal; }
    .btn.ja a:before {
      top: 1px; }

.btn-up {
  margin-top: 30px; }
  .btn-up a {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    font: normal 16px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: 1px solid #212121;
    background: #212121;
    letter-spacing: .08em;
    padding-top: 19px;
    color: white;
    -webkit-transition: background-color .15s ease, color .15s ease;
    transition: background-color .15s ease, color .15s ease; }
    .btn-up a:hover {
      color: #212121;
      background-color: transparent; }

.table {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  width: auto;
  border-collapse: collapse;
  border-spacing: 0; }
  .table tr {
    border-top: 1px solid #DDDDDD; }
    .table tr:first-child {
      border: none; }
    .table tr:nth-of-type(even) {
      background: #f5f5f5; }
    .table tr th {
      width: 100px;
      font-size: 1rem;
      line-height: 1.875rem;
      padding: 1.25rem 1.1875rem 0.9375rem;
      font-weight: bold;
      text-align: left; }
    .table tr td {
      font-size: 1rem;
      line-height: 2rem;
      width: 500px;
      position: relative;
      padding: 1rem 2rem 1rem; }
    .table tr td:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.33333rem;
      left: 0;
      bottom: 0;
      height: calc(100% - 2.33333rem);
      border-right: 1px solid #DDDDDD; }
  @media screen and (max-width: 959px) {
    .table tr th, .table tr td {
      display: block;
      width: 100%;
      font-size: 14px; }
    .table tr td {
      padding-left: 1.1875rem; }
    .table tr td:before {
      border: none;
      width: calc(100% - 2.33333rem);
      height: 1px;
      margin: 0 auto;
      right: 0;
      bottom: auto;
      top: 0;
      border-top: 1px solid #DDDDDD; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex .section.flow {
    width: calc((100% - 3vw)/2); }
    @media screen and (max-width: 959px) {
      .flex .section.flow {
        width: 100%; } }

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

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

/* =========================================================
	general
========================================================= */
.article-title {
  margin-left: 9vw; }
  @media screen and (max-width: 1400px) {
    .article-title {
      margin-left: 30px; } }
  @media screen and (max-width: 959px) {
    .article-title {
      margin-left: 15px; } }
  .article-title h2 {
    font: bold 2.441rem/1 "Open Sans", serif; }
  .article-title span {
    font-size: 1rem;
    font-weight: bold !important;
    opacity: .6;
    margin-left: 10px;
    vertical-align: 2px;
    letter-spacing: .15em; }
  .article-title + .article-main {
    margin-top: 3.125rem; }
.article .figure {
  width: 100%;
  background: #DDDDDD;
  margin-top: 90px;
  border-radius: 2px;
  border: 2px solid #bbb; }
  @media screen and (max-width: 767px) {
    .article .figure {
      margin-top: 40px; } }

.section.left {
  position: relative;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .section.left {
      margin-top: 50px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .section.left .num {
    position: absolute;
    width: 100%;
    top: -80px;
    border-bottom: 1px solid #DDDDDD; }
    .section.left .num span {
      font-family: "Open Sans", serif;
      font-size: 40px;
      border-bottom: 1px solid #212121;
      vertical-align: 11px; }
  .section.left .section-title {
    width: 230px; }
    .section.left .section-title h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .section.left .section-title {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; } }
  .section.left .section-main {
    position: relative;
    width: calc(100% - 250px);
    padding-left: 20px;
    border-left: 1px solid #212121; }
    .section.left .section-main .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .section.left .section-main .list li {
        position: relative;
        margin-right: 20px;
        padding-left: 10px;
        font: normal 16px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 767px) {
          .section.left .section-main .list li {
            margin-right: 0;
            width: 100%;
            font-size: 14px; } }
        .section.left .section-main .list li:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-top: 1px;
          left: 0;
          width: 6px;
          height: 6px;
          background: white;
          border: 1px solid #212121; }
    @media screen and (max-width: 767px) {
      .section.left .section-main {
        width: 100%;
        padding-left: 0;
        border: 0;
        margin-top: 20px; } }
.section.flow {
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .section.flow {
      margin-top: 50px; } }
  .section.flow .num {
    border-bottom: 1px solid #DDDDDD; }
    .section.flow .num span {
      font-family: "Open Sans", serif;
      font-size: 40px;
      border-bottom: 1px solid #212121;
      vertical-align: 11px; }
  .section.flow .flex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .section.flow .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .section.flow .flow-header {
    width: 210px;
    margin-right: 20px; }
    .section.flow .flow-header h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .section.flow .flow-header {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; } }
    .section.flow .flow-header .list {
      margin-top: 3px;
      padding-top: 5px;
      border-top: 1px solid #DDDDDD; }
      .section.flow .flow-header .list li {
        font-size: 12px;
        font-weight: bold;
        line-height: 2; }
    @media screen and (max-width: 1600px) {
      .section.flow .flow-header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd; }
        .section.flow .flow-header h3 {
          width: 84px; }
        .section.flow .flow-header .list {
          width: calc(100% - zpx);
          border: 0;
          border-left: 1px solid #DDDDDD;
          margin: 0;
          padding: 0;
          padding-left: 10px;
          margin-left: 10px; } }
  .section.flow .flow-main {
    position: relative;
    width: calc(100% - 250px);
    padding-left: 20px;
    border-left: 1px solid #212121; }
    .section.flow .flow-main .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .section.flow .flow-main .list li {
        width: 100%;
        position: relative;
        margin-right: 20px;
        padding-left: 10px;
        font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 767px) {
          .section.flow .flow-main .list li {
            margin-right: 0;
            width: 100%;
            font-size: 14px; } }
        .section.flow .flow-main .list li + li {
          margin-top: 10px; }
        .section.flow .flow-main .list li:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-top: 1px;
          top: 12px;
          left: 0;
          width: 6px;
          height: 6px;
          background: white;
          border: 1px solid #212121; }
    @media screen and (max-width: 1600px) {
      .section.flow .flow-main {
        width: 100%;
        border: 0;
        margin-top: 10px;
        padding-left: 0; } }

.inner, .inner-1000 {
  max-width: 82vw;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .inner, .inner-1000 {
      max-width: 90vw; } }
  @media screen and (max-width: 959px) {
    .inner, .inner-1000 {
      max-width: 100%;
      padding: 0 15px; } }
  .inner-1000 {
    max-width: 1000px; }
  @media screen and (max-width: 1400px) {
    .inner-w {
      max-width: calc(100vw - 60px); } }

.list-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-partner li {
    position: relative;
    width: calc((100% - 100px)/5);
    margin: 0 20px 20px 0;
    border: 1px solid #DDDDDD; }
    @media screen and (max-width: 959px) {
      .list-partner li {
        width: calc((100% - 60px)/3); } }
    @media screen and (max-width: 767px) {
      .list-partner li {
        width: calc((100% - 20px)/2);
        margin: 0 10px 10px 0; } }
    .list-partner li:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .list-partner li a {
      display: block; }
      .list-partner li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%; }
      .list-partner li a:hover {
        opacity: .6; }
.list-anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px !important; }
  @media screen and (max-width: 959px) {
    .list-anchor {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .list-anchor:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #212121;
    z-index: -1; }
  .list-anchor li {
    margin-right: 10px; }
    @media screen and (max-width: 959px) {
      .list-anchor li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .list-anchor li a {
      display: block;
      width: 100%;
      height: 60px;
      border: 1px solid #212121;
      text-align: center;
      padding: 20px 30px;
      text-decoration: none; }
      @media screen and (max-width: 1400px) {
        .list-anchor li a {
          font-size: 14px !important;
          padding: 22px 30px; } }
      @media screen and (max-width: 959px) {
        .list-anchor li a {
          height: 40px;
          padding: 11px; } }
    .list-anchor li.active a {
      background: #212121;
      color: white; }
.list-pworks {
  margin-top: 40px !important; }
  @media screen and (min-width: 1399px) {
    .list-pworks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -40px; }
      .list-pworks .item {
        width: calc((100% - (40px * (4 - 1)))/4);
        margin-right: calc(40px - 1px);
        margin-bottom: 40px; }
        .list-pworks .item:nth-child(4n) {
          margin-right: 0; }
        .list-pworks .item a {
          text-decoration: none; }
        .list-pworks .item-title {
          margin-top: 10px; } }
    @media screen and (min-width: 1399px) and (max-width: 767px) {
      .list-pworks .item {
        width: 100%;
        margin-right: 0; }
        .list-pworks .item-thumbnail {
          width: 100%;
          text-align: center; }
        .list-pworks .item-info {
          width: 100%;
          margin-top: 10px; } }

  @media screen and (max-width: 1400px) {
    .list-pworks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -40px; }
      .list-pworks .item {
        width: calc((100% - (40px * (3 - 1)))/3);
        margin-right: calc(40px - 1px);
        margin-bottom: 40px; }
        .list-pworks .item:nth-child(3n) {
          margin-right: 0; }
        .list-pworks .item a {
          text-decoration: none; }
        .list-pworks .item-title {
          margin-top: 10px; } }
    @media screen and (max-width: 1400px) and (max-width: 767px) {
      .list-pworks .item {
        width: 100%;
        margin-right: 0; }
        .list-pworks .item-thumbnail {
          width: 100%;
          text-align: center; }
        .list-pworks .item-info {
          width: 100%;
          margin-top: 10px; } }

  .list-pworks .item-category {
    padding-top: 15px;
    font-size: 14px !important;
    line-height: 1.5 !important; }
    .list-pworks .item-category span {
      text-decoration: underline;
      margin-right: 8px; }
    @media screen and (max-width: 959px) {
      .list-pworks .item-category {
        font-size: 12px !important;
        padding-top: 5px; } }
  .list-pworks .item-title {
    margin-top: 00px !important; }
.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-news .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
    /* カテゴリーの有無 */ }
    .list-news .item:first-child {
      border-top: 1px solid #DDDDDD; }
    .list-news .item a {
      text-decoration: none; }
    .list-news .item a:hover .item-title {
      text-decoration: underline; }
    .list-news .item-date {
      font: normal 16px/1.6 "Open Sans", serif; }
    .list-news .item-title {
      margin-left: 30px;
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 767px) {
        .list-news .item-title {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
.list-category {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-category .item {
    width: 50%;
    padding: 10px 0; }
    .list-category .item a {
      text-decoration: none; }
      .list-category .item a span {
        font-size: 1.4em;
        margin-right: 10px;
        font-family: "Open Sans", serif; }
      .list-category .item a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 959px) {
    .list-category .item {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .list-category .item {
      width: 100%;
      padding: 7px 0; }
      .list-category .item a span {
        font-size: 1.2em; } }
.list-works {
  position: relative;
  padding: 0 10px;
  overflow: hidden; }
  .list-works li {
    position: relative;
    max-width: 750px;
    max-height: 500px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .list-works li {
        max-width: calc(100vw - 30px); } }
    .list-works li a {
      display: block;
      width: 100%;
      height: 100%; }
      .list-works li a:hover {
        opacity: .8; }
    .list-works li a:before {
      content: url(/common/images/works-cover.png);
      display: block;
      position: absolute;
      bottom: 0;
      width: 750px; }
    .list-works li .item-label {
      position: absolute;
      bottom: 30px;
      left: 30px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .list-works li .item-label {
          bottom: 15px;
          left: 15px; } }
      .list-works li .item-label p {
        color: white;
        line-height: 1 !important;
        text-align: left;
        margin-top: 10px !important;
        font-weight: bold !important;
        font-size: 18px !important; }
        @media screen and (max-width: 767px) {
          .list-works li .item-label p {
            margin-top: 0 !important;
            font-size: 14px !important; } }
      .list-works li .item-label p.category {
        font-size: 14px !important;
        padding-bottom: 13px;
        border-bottom: 1px solid white; }
        .list-works li .item-label p.category span {
          margin: 0;
          margin-right: 8px; }
          .list-works li .item-label p.category span + span {
            padding-left: 10px;
            border-left: 1px solid white; }
        @media screen and (max-width: 767px) {
          .list-works li .item-label p.category {
            font-size: 12px !important;
            padding-bottom: 6px;
            margin-bottom: 5px; } }
      .list-works li .item-label p span {
        font-size: 14px !important;
        font-weight: normal;
        margin-left: 10px; }
.list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px; }
  .list-column .item {
    width: calc(50% - 25px); }
    @media screen and (max-width: 959px) {
      .list-column .item {
        width: 100%; } }
    .list-column .item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      text-decoration: none;
      color: white; }
      .list-column .item a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 959px) {
        .list-column .item a {
          padding: 25px 0 20px; } }
    .list-column .item-thumbnail {
      width: 240px;
      margin-right: 30px; }
      @media screen and (max-width: 959px) {
        .list-column .item-thumbnail {
          width: 150px;
          margin-right: 15px; } }
    .list-column .item-context {
      width: calc(100% - 270px);
      padding: 30px 0; }
      @media screen and (max-width: 959px) {
        .list-column .item-context {
          width: calc(100% - 165px);
          padding: 0; } }
    .list-column .item p {
      line-height: 1.8;
      text-align: left;
      color: white; }
      .list-column .item p.date {
        opacity: .8;
        margin-bottom: 10px;
        font-size: 14px; }

.cnt-about {
  padding: 150px 0;
  margin: 0 !important; }
  @media screen and (max-width: 767px) {
    .cnt-about {
      padding: 75px 0; } }
  .cnt-about .article-title {
    margin-left: 9vw !important; }
    @media screen and (max-width: 1400px) {
      .cnt-about .article-title {
        max-width: 90vw;
        margin: 0 auto !important; } }
    @media screen and (max-width: 959px) {
      .cnt-about .article-title {
        max-width: 100%;
        padding: 0 15px; } }
  .cnt-about .list-aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 82vw;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .cnt-about .list-aboutus {
        max-width: 90vw; } }
    @media screen and (max-width: 959px) {
      .cnt-about .list-aboutus {
        max-width: 100%;
        padding: 0 15px; } }
    .cnt-about .list-aboutus li {
      width: calc((100% - 40px)/4); }
      .cnt-about .list-aboutus li a {
        text-decoration: none; }
        .cnt-about .list-aboutus li a img {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
                  box-shadow: 0 0 15px rgba(0, 0, 0, 0); }
      .cnt-about .list-aboutus li p {
        margin-top: 30px; }
        .cnt-about .list-aboutus li p span.en {
          font: normal 12px/1 "Open Sans", serif;
          color: #878A88;
          margin-top: 3px;
          margin-left: 10px; }
        .cnt-about .list-aboutus li p span.ja {
          font: bold 16px/1.2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          color: #132426; }
      .cnt-about .list-aboutus li a:hover img {
        -webkit-transform: scale(1.01);
                transform: scale(1.01);
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 767px) {
      .cnt-about .list-aboutus {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .cnt-about .list-aboutus li {
          width: calc((100% - 20px)/2);
          margin-bottom: 30px; }
          .cnt-about .list-aboutus li p {
            margin-top: 15px; }
            .cnt-about .list-aboutus li p span.ja {
              font-size: 14px; }
            .cnt-about .list-aboutus li p span.en {
              display: block;
              font-size: 10px;
              margin-top: 5px;
              margin-left: 0; } }

.cnt-works {
  padding: 0 0 150px;
  margin: 0 auto !important; }
  @media screen and (max-width: 767px) {
    .cnt-works {
      padding: 0 0 75px; } }
  .cnt-works .btn {
    margin-top: 50px; }
  .cnt-works .article-title {
    margin-left: 9vw !important; }
    @media screen and (max-width: 1400px) {
      .cnt-works .article-title {
        max-width: 90vw;
        margin: 0 auto !important; } }
    @media screen and (max-width: 959px) {
      .cnt-works .article-title {
        max-width: 100%;
        padding: 0 15px; } }

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

/* =========================================================
 special
========================================================= */
body:not(#home-page) .bk-img {
  display: none; }
body:not(#home-page) .article-title {
  margin-left: 0; }
  body:not(#home-page) .article-title h2 {
    font: bold 30px/54px YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      body:not(#home-page) .article-title h2 {
        font-size: 24px;
        line-height: 1.8; } }
  body:not(#home-page) .article-title + .article-main {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      body:not(#home-page) .article-title + .article-main {
        margin-top: 30px; } }
body:not(#home-page) .article-main:not(.noborder) {
  padding-left: 30px;
  border-left: 1px solid #212121; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article-main:not(.noborder) {
      padding-left: 15px; } }
body:not(#home-page) .article-main p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em; }
body:not(#home-page) .article-main ul + p,
body:not(#home-page) .article-main table + p,
body:not(#home-page) .article-main p + ul,
body:not(#home-page) .article-main p + table,
body:not(#home-page) .article-main p + p {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  body:not(#home-page) .article-main p {
    font-size: 14px; }
  body:not(#home-page) .article-main ul + p,
  body:not(#home-page) .article-main table + p,
  body:not(#home-page) .article-main p + ul,
  body:not(#home-page) .article-main p + table,
  body:not(#home-page) .article-main p + p {
    margin-top: 15px; } }
body:not(#home-page) .article + .article {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    body:not(#home-page) .article + .article {
      margin-top: 50px; } }
body:not(#home-page) .footer {
  border-top: 1px solid #DDDDDD;
  margin-top: 150px;
  background: #F4F5F7; }
  @media screen and (max-width: 767px) {
    body:not(#home-page) .footer {
      margin-top: 50px; } }
body:not(#home-page) .cnt-works + .footer,
body:not(#home-page) .cnt-about + .footer {
  margin-top: 0; }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  height: 250px;
  position: relative;
  border-bottom: 1px solid #ddd; }
  .pagetitle-title .inner, .pagetitle-title .inner-1000 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .pagetitle-title .inner, .pagetitle-title .inner-1000 {
        bottom: 35px; } }
  .pagetitle-title h1 {
    margin: 10px 0 0 3px;
    font: normal 20px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    opacity: .6;
    vertical-align: 10px;
    letter-spacing: .15em; }
    @media screen and (max-width: 767px) {
      .pagetitle-title h1 {
        vertical-align: 5px; } }
  .pagetitle-title .en-ttl {
    display: inline;
    color: #212121;
    font: normal 60px/1.1 "Open Sans", serif; }
    @media screen and (max-width: 767px) {
      .pagetitle-title .en-ttl {
        font-size: 30px; } }
    .pagetitle-title .en-ttl span {
      color: #212121;
      font: bold 60px/1.1 "Open Sans", serif; }
      @media screen and (max-width: 767px) {
        .pagetitle-title .en-ttl span {
          font-size: 30px; }
          .pagetitle-title .en-ttl span:before {
            height: 37px; } }
  .pagetitle-title .hidden {
    display: none; }
  .pagetitle + .article {
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      .pagetitle + .article {
        margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    .pagetitle {
      height: 200px; }
      .pagetitle h1 {
        font-size: 14px;
        margin-top: 7px; }
      .pagetitle p {
        font-size: 30px; } }

.page-image {
  position: relative;
  width: 100%;
  height: calc(100vh - 250px);
  background-position: center;
  background-size: cover; }
  .page-image .title {
    position: absolute;
    top: -6vw;
    right: 9vw;
    font: normal 8vw/1 'Dancing Script', cursive;
    color: white; }
    .page-image .title:before {
      content: attr(data-inverted);
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      height: 6vw;
      color: #212121; }
  .page-image + .article {
    margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .page-image {
      height: 35vh; }
      .page-image .title {
        top: -11vw;
        font-size: 15vw; }
        .page-image .title:before {
          height: 11vw; }
      .page-image + .article {
        margin-top: 50px; } }
  .page-image.slide {
    height: 500px; }
    .page-image.slide .title {
      z-index: 1; }
    .page-image.slide .list-works {
      padding: 0; }
    @media screen and (max-width: 959px) {
      .page-image.slide {
        height: 64.5vw; } }
  .page-image.post-content {
    height: 23px;
    background: #212121 !important; }
    @media screen and (max-width: 959px) {
      .page-image.post-content {
        height: 2.4vw; } }

#results-page .page-image,
#service03-page .page-image {
  background-image: url(/images/page-image/result-pgimg.jpg); }
  @media screen and (max-width: 767px) {
    #results-page .page-image,
    #service03-page .page-image {
      background-image: url(/images/page-image/result-pgimg-sp.jpg); } }

#service02-page .page-image {
  background-image: url(/images/page-image/service02-pgimg.jpg); }
  @media screen and (max-width: 767px) {
    #service02-page .page-image {
      background-image: url(/images/page-image/service02-pgimg-sp.jpg); } }

#service-page .page-image,
#service01-page .page-image {
  background-image: url(/images/page-image/service01-pgimg.jpg); }
  @media screen and (max-width: 767px) {
    #service-page .page-image,
    #service01-page .page-image {
      background-image: url(/images/page-image/service01-pgimg-sp.jpg); } }

#contact-page .page-image,
#column-page .page-image,
#news-page .page-image,
#aboutus-page .page-image,
#privacy-page .page-image,
#recruit-page .page-image,
#company-page .page-image,
#mission-page .page-image,
#message-page .page-image {
  background-image: url(/images/page-image/aboutus.jpg); }
  @media screen and (max-width: 767px) {
    #contact-page .page-image,
    #column-page .page-image,
    #news-page .page-image,
    #aboutus-page .page-image,
    #privacy-page .page-image,
    #recruit-page .page-image,
    #company-page .page-image,
    #mission-page .page-image,
    #message-page .page-image {
      background-image: url(/images/page-image/aboutus-sp.jpg); } }

/* =========================================================
	header
========================================================= */
.header {
  /* HEADER_TYPE(WIDTH, HEIGHT) */
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header .head-logo {
    position: fixed;
    margin-left: 30px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .header .head-logo {
        margin-left: 15px;
        margin-top: 15px; }
        .header .head-logo img {
          width: 50px; } }
  .header .menu {
    position: fixed;
    opacity: 0;
    width: 0;
    height: 100vh;
    background: white;
    -webkit-transition: width .5s ease, opacity .5s ease;
    transition: width .5s ease, opacity .5s ease;
    z-index: 99;
    overflow: hidden; }
    @media screen and (max-width: 959px) {
      .header .menu {
        height: 100%;
        overflow-y: scroll; } }
    .header .menu:before {
      content: "";
      display: block;
      position: fixed;
      opacity: 0;
      width: 0;
      height: 100vh;
      background: rgba(0, 0, 0, 0.1);
      -webkit-transition: width .5s ease, opacity .5s ease;
      transition: width .5s ease, opacity .5s ease;
      z-index: -1; }
    .header .menu:after {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      width: 0;
      height: 100vh;
      background: white;
      -webkit-transition: width .5s ease, opacity .5s ease;
      transition: width .5s ease, opacity .5s ease;
      z-index: 0; }
    .header .menu.on {
      opacity: 1;
      width: 750px; }
      @media screen and (max-width: 959px) {
        .header .menu.on {
          width: 360px; } }
      .header .menu.on:before {
        opacity: 1;
        width: 100%; }
      .header .menu.on:after {
        opacity: 1;
        width: 750px;
        border-right: 3px double #212121; }
        @media screen and (max-width: 959px) {
          .header .menu.on:after {
            width: 360px; } }
  .header .gnav {
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .header .gnav {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 656px; } }
    @media screen and (max-width: 959px) {
      .header .gnav {
        position: relative;
        margin: 110px 30px;
        width: 310px; } }
    .header .gnav > li a {
      text-decoration: none;
      font: normal 16px/2 "Open Sans", serif; }
      .header .gnav > li a:hover {
        opacity: .6; }
      @media screen and (max-width: 959px) {
        .header .gnav > li a {
          font-size: 14px; } }
    .header .gnav > li.gnav-parent > a {
      font: bold 22px/1 "Open Sans", serif; }
    .header .gnav > li + li {
      margin-top: 40px; }
    .header .gnav-childlist, .header .gnav-smallnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 20px; }
      .header .gnav-childlist li, .header .gnav-smallnav li {
        margin-left: 20px; }
        @media screen and (max-width: 959px) {
          .header .gnav-childlist li, .header .gnav-smallnav li {
            margin-left: 0;
            width: 100%; } }
        .header .gnav-childlist li a, .header .gnav-smallnav li a {
          font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
          .header .gnav-childlist li a span, .header .gnav-smallnav li a span {
            margin-right: 5px;
            font-size: 12px;
            opacity: .6;
            font-family: "Open Sans", serif; }
            @media screen and (max-width: 959px) {
              .header .gnav-childlist li a span, .header .gnav-smallnav li a span {
                margin-right: 3px; } }
    .header .gnav-smallnav {
      margin-top: 40px;
      padding-top: 33px;
      border-top: 3px double #212121;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .header .gnav-smallnav li {
        margin: 0 20px 0 0; }
      .header .gnav-smallnav li:last-child {
        margin: 0; }
      .header .gnav-smallnav a {
        font-family: "Open Sans", serif;
        text-decoration: none; }
      @media screen and (max-width: 959px) {
        .header .gnav-smallnav li {
          width: 50%;
          margin: 7px 0; }
        .header .gnav-smallnav li:last-child {
          margin: 7px 0; } }
    .header .gnav #gnav-works a {
      font: bold 22px/1 "Open Sans", serif; }
    .header .gnav #gnav-contact a {
      text-decoration: underline; }
    .header .gnav #gnav-service .gnav-childlist li, .header .gnav #gnav-service .gnav-smallnav li {
      width: 100%; }
  .header .menu-btn {
    cursor: pointer;
    position: fixed;
    top: 35px;
    left: 30px;
    width: 20px;
    height: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    line-height: 1; }
    .header .menu-btn figure {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: white;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .header .menu-btn figure:nth-child(1) {
        top: 0; }
      .header .menu-btn figure:nth-child(2) {
        top: 5px; }
      .header .menu-btn figure:nth-child(3) {
        bottom: 0;
        width: 75%; }
    .header .menu-btn .menu-bk {
      display: block;
      position: absolute;
      top: -6px;
      left: -29px;
      width: 84px;
      height: 37px;
      opacity: 0;
      background: white;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      z-index: -1; }
    .header .menu-btn.on figure:nth-child(1) {
      top: 150%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header .menu-btn.on figure:nth-child(2) {
      bottom: 40%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header .menu-btn.on figure:nth-child(3) {
      background: transparent;
      opacity: 0; }
    .header .menu-btn.on .menu-bk {
      opacity: 1; }
  .header .parent:hover .childlist {
    width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .header .childlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 49px;
    left: -52px;
    background: #212121;
    width: 0vw;
    height: 130px;
    -webkit-transition: width .3s ease, opacity .3s ease;
    transition: width .3s ease, opacity .3s ease;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    overflow: hidden;
    opacity: 0; }
    .header .childlist li {
      margin-top: 60px;
      margin-left: 60px !important; }
      .header .childlist li a {
        position: relative;
        font-size: 14px !important;
        font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
        white-space: nowrap; }
        @media screen and (max-width: 959px) {
          .header .childlist li a {
            font-size: 12px; } }
        .header .childlist li a span {
          position: absolute;
          top: -23px;
          left: -10px;
          font-size: 30px;
          opacity: .1;
          font-weight: normal;
          font-family: "Open Sans", serif; }
  .header .fixed-nav {
    position: fixed;
    top: 31px;
    left: 52px;
    width: calc(100% - 82px);
    z-index: 89; }
    .header .fixed-nav #head-bk {
      position: absolute;
      top: -31px;
      left: -52px;
      display: block;
      width: 100vw;
      height: 80px;
      z-index: -1; }
    .header .fixed-nav .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .fixed-nav .nav li {
        margin-left: 30px;
        height: 70px; }
      .header .fixed-nav .nav li a {
        text-decoration: none;
        color: white;
        font: bold 16px/1 "Open Sans", serif; }
        .header .fixed-nav .nav li a:hover {
          opacity: .6; }
      @media screen and (max-width: 959px) {
        .header .fixed-nav .nav {
          display: none; } }
    .header .fixed-nav .sub-nav {
      position: absolute;
      right: -15px;
      top: -20px; }
      .header .fixed-nav .sub-nav a {
        width: calc(9vw - 30px);
        height: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        min-width: 140px;
        color: white;
        border: 2px solid white;
        font: bold 16px/1 "Open Sans", serif;
        letter-spacing: .08em; }
        .header .fixed-nav .sub-nav a:hover {
          opacity: .6; }
      @media screen and (max-width: 959px) {
        .header .fixed-nav .sub-nav {
          right: -15px;
          top: -13px; }
          .header .fixed-nav .sub-nav a {
            font-size: 14px;
            height: 40px; } }

/* =========================================================
	footer
========================================================= */
.footer {
  padding: 60px 0; }
  .footer .inner, .footer .inner-1000 {
    position: relative; }
  .footer-logo img {
    width: 280px; }
  @media screen and (max-width: 959px) {
    .footer-logo {
      text-align: center; } }
  .footer-detail {
    margin-top: 25px; }
    .footer-detail p {
      font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #878A88; }
    @media screen and (max-width: 959px) {
      .footer-detail {
        text-align: center; } }
  .footer-sitenav {
    position: absolute;
    top: 0;
    right: 0; }
    .footer-sitenav a {
      color: #878A88;
      text-align: right; }
    .footer-sitenav li + li {
      margin-top: 20px; }
    @media screen and (max-width: 959px) {
      .footer-sitenav {
        display: none; } }
  .footer-copyright {
    position: absolute;
    bottom: 0;
    right: 0; }
    .footer-copyright P {
      font: normal 12px/1 "Open Sans", serif;
      color: #878A88; }
    @media screen and (max-width: 959px) {
      .footer-copyright {
        position: relative;
        margin-top: 10px;
        text-align: center; } }

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px; }
  #pagetop a {
    display: table-cell;
    width: 40px;
    height: 40px;
    background: #212121;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    #pagetop a:before {
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      left: 7px;
      width: 14px;
      height: 14px;
      border: 2px solid;
      border-color: white white transparent transparent;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

@media screen and (max-width: 959px) {
  #pagetop {
    display: none !important; } }
/* home page
========================================================= */
#home-page .bk-img {
  background: #141516;
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  z-index: 99999;
  -webkit-transition: width 900ms cubic-bezier(0.77, 0, 0.11, 1);
  transition: width 900ms cubic-bezier(0.77, 0, 0.11, 1); }
  #home-page .bk-img h1 {
    width: 570px;
    position: absolute;
    left: calc(50vw - 293px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      #home-page .bk-img h1 {
        width: 95vw;
        left: 2.5vw; } }
  #home-page .bk-img.on {
    width: 0; }
#home-page .mv .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 570px; }
  #home-page .mv .copy img {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: slideIn 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms forwards;
            animation: slideIn 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms forwards;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      #home-page .mv .copy img {
        -webkit-animation: slideInSp 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms forwards;
                animation: slideInSp 900ms cubic-bezier(0.77, 0, 0.11, 1) 700ms forwards; } }
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(80px) translateZ(0) scaleY(1.2);
            transform: translateY(80px) translateZ(0) scaleY(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(80px) translateZ(0) scaleY(1.2);
            transform: translateY(80px) translateZ(0) scaleY(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }
@-webkit-keyframes slideInSp {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.2);
            transform: translateY(30px) translateZ(0) scaleY(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }
@keyframes slideInSp {
  0% {
    -webkit-transform: translateY(30px) translateZ(0) scaleY(1.2);
            transform: translateY(30px) translateZ(0) scaleY(1.2);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }
#home-page .mv-news {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100%;
  max-width: 450px; }
  @media screen and (max-width: 767px) {
    #home-page .mv-news {
      right: 0;
      padding: 0 15px; } }
  #home-page .mv-news a {
    display: block;
    text-decoration: none;
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  #home-page .mv-news .news-head {
    font: bold 14px/1 "Open Sans", serif; }
  #home-page .mv-news .news-date {
    margin: 0 10px;
    font: normal 12px/1 "Open Sans", serif; }
  #home-page .mv-news .news-title {
    font: normal 14px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      #home-page .mv-news .news-title {
        white-space: nowrap;
        max-width: calc(100% - 120px);
        display: inline-block;
        overflow: hidden; } }
#home-page .mv .slider {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1; }
#home-page .mv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  z-index: 1;
  overflow: hidden; }
#home-page .mv .slide div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 100px);
  height: 100%;
  background-color: none;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 9s linear;
  transition: all 9s linear;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat; }
#home-page .mv #slide01 > div {
  background-image: url(/images/index/mv-img01.jpg); }
#home-page .mv #slide02 > div {
  background-image: url(/images/index/mv-img02.jpg); }
#home-page .mv #slide03 > div {
  background-image: url(/images/index/mv-img03.jpg); }
@media screen and (max-width: 767px) {
  #home-page .mv #slide01 > div {
    background-image: url(/images/index/mv-img01-sp.jpg); }
  #home-page .mv #slide02 > div {
    background-image: url(/images/index/mv-img02-sp.jpg); }
  #home-page .mv #slide03 > div {
    background-image: url(/images/index/mv-img03-sp.jpg); } }
#home-page .mv .slide .active {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px); }
#home-page .mv .slider-descript {
  position: absolute;
  top: 50%;
  left: -180px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 959px) {
    #home-page .mv .slider-descript {
      display: none; } }
#home-page .mv .slider-descript ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 430px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
#home-page .mv .slider-descript ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  color: white;
  line-height: 1; }
#home-page .mv .slider-descript ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: white;
  bottom: -5px;
  right: 0;
  opacity: .6;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear; }
#home-page .mv .slider-descript .active::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 5s linear;
  transition: width 5s linear; }
#home-page .cnt-about {
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    #home-page .cnt-about {
      padding: 75px 0; } }
  #home-page .cnt-about .list-aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 82vw;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      #home-page .cnt-about .list-aboutus {
        max-width: calc(100vw - 60px); } }
    @media screen and (max-width: 959px) {
      #home-page .cnt-about .list-aboutus {
        max-width: 100%;
        padding: 0 15px; } }
    #home-page .cnt-about .list-aboutus li {
      width: calc((100% - 40px)/4); }
      #home-page .cnt-about .list-aboutus li a {
        text-decoration: none; }
        #home-page .cnt-about .list-aboutus li a img {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
                  box-shadow: 0 0 15px rgba(0, 0, 0, 0); }
      #home-page .cnt-about .list-aboutus li p {
        margin-top: 30px; }
        #home-page .cnt-about .list-aboutus li p span.en {
          font: normal 12px/1 "Open Sans", serif;
          color: #878A88;
          margin-top: 3px;
          margin-left: 10px; }
        #home-page .cnt-about .list-aboutus li p span.ja {
          font: bold 16px/1.2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          color: #132426; }
      #home-page .cnt-about .list-aboutus li a:hover img {
        -webkit-transform: scale(1.01);
                transform: scale(1.01);
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 767px) {
      #home-page .cnt-about .list-aboutus {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #home-page .cnt-about .list-aboutus li {
          width: calc((100% - 20px)/2);
          margin-bottom: 30px; }
          #home-page .cnt-about .list-aboutus li p {
            margin-top: 15px; }
            #home-page .cnt-about .list-aboutus li p span.ja {
              font-size: 14px; }
            #home-page .cnt-about .list-aboutus li p span.en {
              display: block;
              font-size: 10px;
              margin-top: 5px;
              margin-left: 0; } }
#home-page .cnt-service a {
  text-decoration: none; }
  #home-page .cnt-service a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0); }
#home-page .cnt-service a:hover img {
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
#home-page .cnt-service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  #home-page .cnt-service .flex .item:first-of-type {
    width: calc(100%*0.3782); }
  #home-page .cnt-service .flex .item:last-of-type {
    width: calc(100%*0.6130); }
  @media screen and (max-width: 767px) {
    #home-page .cnt-service .flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #home-page .cnt-service .flex .item {
        width: 100% !important; }
        #home-page .cnt-service .flex .item + .item {
          margin-top: 10px; } }
#home-page .cnt-service .item {
  position: relative; }
  #home-page .cnt-service .item .caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white; }
    @media screen and (max-width: 767px) {
      #home-page .cnt-service .item .caption {
        bottom: 15px;
        left: 15px; } }
    #home-page .cnt-service .item .caption h3 {
      font: bold 16px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .1em; }
      @media screen and (max-width: 767px) {
        #home-page .cnt-service .item .caption h3 {
          font-size: 14px; } }
    #home-page .cnt-service .item .caption p.en {
      font: normal 12px/1 "Open Sans", serif;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        #home-page .cnt-service .item .caption p.en {
          font-size: 10px; } }
#home-page .cnt-works {
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    #home-page .cnt-works {
      padding: 75px 0; } }
#home-page .cnt-column {
  padding: 150px 0;
  background: #212121; }
  #home-page .cnt-column .article-title h2 {
    color: white; }
  @media screen and (max-width: 767px) {
    #home-page .cnt-column {
      padding: 75px 0; } }
  #home-page .cnt-column .btn {
    margin-top: 50px; }

/* aboutus page
========================================================= */
#service-page .flex,
#aboutus-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #service-page .flex,
    #aboutus-page .flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #service-page .flex .img,
  #aboutus-page .flex .img {
    width: 360px; }
    @media screen and (max-width: 767px) {
      #service-page .flex .img,
      #aboutus-page .flex .img {
        width: 100%; } }
  #service-page .flex .txt,
  #aboutus-page .flex .txt {
    width: calc(100% - 400px); }
    @media screen and (max-width: 767px) {
      #service-page .flex .txt,
      #aboutus-page .flex .txt {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    #service-page .flex .article-main,
    #aboutus-page .flex .article-main {
      margin-top: 10px !important; }
    #service-page .flex .article-title,
    #aboutus-page .flex .article-title {
      margin-top: 30px; }
    #service-page .flex .btn,
    #aboutus-page .flex .btn {
      text-align: center; } }

#service-page .btn-up a {
  width: 100%;
  max-width: 500px; }
  @media screen and (max-width: 959px) {
    #service-page .btn-up a {
      line-height: 1.6;
      height: 80px;
      padding-top: 13px; } }

/* service01,02,03 page
========================================================= */
#service01-page .article.intro .flex,
#service02-page .article.intro .flex,
#service03-page .article.intro .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media screen and (max-width: 959px) {
    #service01-page .article.intro .flex,
    #service02-page .article.intro .flex,
    #service03-page .article.intro .flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #service01-page .article.intro .flex .txt,
  #service02-page .article.intro .flex .txt,
  #service03-page .article.intro .flex .txt {
    width: 50%; }
    @media screen and (max-width: 959px) {
      #service01-page .article.intro .flex .txt,
      #service02-page .article.intro .flex .txt,
      #service03-page .article.intro .flex .txt {
        width: 100%; } }
  #service01-page .article.intro .flex .figure,
  #service02-page .article.intro .flex .figure,
  #service03-page .article.intro .flex .figure {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    #service01-page .article.intro .flex .figure h2,
    #service02-page .article.intro .flex .figure h2,
    #service03-page .article.intro .flex .figure h2 {
      width: 100%;
      text-align: center;
      background: white;
      padding: 14px 0 16px;
      border-bottom: 2px solid #BBB;
      font-weight: bold;
      color: #696D6C; }
    @media screen and (max-width: 959px) {
      #service01-page .article.intro .flex .figure,
      #service02-page .article.intro .flex .figure,
      #service03-page .article.intro .flex .figure {
        width: 100%;
        margin-top: 30px; } }
  #service01-page .article.intro .flex-figure,
  #service02-page .article.intro .flex-figure,
  #service03-page .article.intro .flex-figure {
    width: calc(50% - 50px); }
    @media screen and (max-width: 959px) {
      #service01-page .article.intro .flex-figure,
      #service02-page .article.intro .flex-figure,
      #service03-page .article.intro .flex-figure {
        width: 100%; } }
#service01-page .article.intro .figure.noborder,
#service02-page .article.intro .figure.noborder,
#service03-page .article.intro .figure.noborder {
  border: 0;
  background: transparent; }
#service01-page .article.intro .figure,
#service02-page .article.intro .figure,
#service03-page .article.intro .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #service01-page .article.intro .figure picture,
  #service02-page .article.intro .figure picture,
  #service03-page .article.intro .figure picture {
    width: 100%;
    height: 100%; }

/* mission page
========================================================= */
#mission-page .flow .num {
  margin-bottom: 20px; }
  #mission-page .flow .num p {
    font-size: 22px;
    font-weight: bold; }
  #mission-page .flow .num span {
    font-size: 12px;
    vertical-align: 9px;
    padding-bottom: 6px;
    font-style: italic; }
#mission-page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #mission-page .list li {
    position: relative;
    margin-right: 20px;
    padding-left: 10px;
    font: normal 16px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      #mission-page .list li {
        margin-right: 0;
        width: 100%;
        font-size: 14px; } }
    #mission-page .list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 1px;
      top: 17px;
      left: 0;
      width: 6px;
      height: 6px;
      background: #212121;
      border: 3px double #212121; }
      @media screen and (max-width: 767px) {
        #mission-page .list li:before {
          top: 14px; } }
    @media screen and (max-width: 767px) {
      #mission-page .list li + li {
        margin-top: 5px; } }
  #mission-page .list.long li {
    width: 100%; }

/* message page
========================================================= */
#message-page .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #message-page .cover {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #message-page .cover .img {
    position: relative;
    width: 280px;
    margin-right: 60px; }
    @media screen and (max-width: 767px) {
      #message-page .cover .img {
        width: 70%; } }
    #message-page .cover .img:before {
      content: "";
      display: block;
      width: 282px;
      height: 470px;
      position: absolute;
      top: 40px;
      background: #f5f5f5;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #message-page .cover .img:before {
          height: 87%; } }
  #message-page .cover .txt {
    width: calc(100% - 310px); }
    @media screen and (max-width: 767px) {
      #message-page .cover .txt {
        width: 100%;
        margin-top: 40px; } }
    #message-page .cover .txt .author {
      margin-top: 50px;
      text-align: right; }
      #message-page .cover .txt .author p {
        position: relative;
        display: inline-block; }
        #message-page .cover .txt .author p:before {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #ddd;
          position: absolute;
          bottom: 0;
          z-index: -1; }
        #message-page .cover .txt .author p img {
          border-bottom: 1px solid #212121;
          vertical-align: -11px;
          padding: 0 0 8px;
          margin-left: 10px; }
#message-page .biography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    #message-page .biography {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 17px; } }
  #message-page .biography-header {
    width: 220px; }
    #message-page .biography-header h2 {
      font: bold 30px/1 "Open Sans", serif; }
    #message-page .biography-header p {
      font-weight: bold !important;
      opacity: .6; }
    @media screen and (max-width: 767px) {
      #message-page .biography-header {
        width: 100%; }
        #message-page .biography-header h2 {
          font-size: 24px; } }
  #message-page .biography-main {
    width: calc(100% - 220px);
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #212121; }
    @media screen and (max-width: 767px) {
      #message-page .biography-main {
        width: 100%;
        margin: 10px 0 0;
        padding: 10px 0 0;
        border: 0;
        border-top: 1px solid #212121; } }
#message-page .attention {
  margin-top: 15px !important;
  opacity: .6;
  font-size: 14px !important; }
#message-page .cnt-record h3 {
  font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD; }
#message-page .cnt-record .list + h3 {
  margin-top: 30px; }
#message-page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #message-page .list li {
    position: relative;
    margin-right: 20px;
    padding-left: 10px;
    font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      #message-page .list li {
        margin-right: 0;
        width: 100%; } }
    #message-page .list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 1px;
      top: 11px;
      left: 0;
      width: 6px;
      height: 6px;
      background: #212121;
      border: 3px double #212121; }
    @media screen and (max-width: 767px) {
      #message-page .list li + li {
        margin-top: 5px; } }
  #message-page .list.long li {
    width: 100%; }
#message-page .article + .article {
  margin-top: 50px !important; }

/* results page
========================================================= */
#results-page .flow-header {
  padding-bottom: 0;
  border: 0; }
#results-page .flow .num h3 {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-left: 10px;
  opacity: .8;
  vertical-align: 14px; }
#results-page .flow-main {
  width: 100%;
  padding-left: 0;
  border: 0; }
#results-page .list-category {
  background: #f5f5f5;
  padding: 24px 40px; }
  @media screen and (max-width: 959px) {
    #results-page .list-category {
      padding: 20px 15px; } }
@media screen and (max-width: 1600px) {
  #results-page h3 {
    width: 100%; } }
#results-page .table {
  width: 100%;
  table-layout: fixed;
  border-top: 0; }
  #results-page .table tr th {
    width: calc(100% - 94px); }
  #results-page .table tr td:last-of-type {
    width: 164px;
    text-align: center; }
  #results-page .table tr th, #results-page .table tr td {
    padding: 8px 20px; }
    @media screen and (max-width: 767px) {
      #results-page .table tr th, #results-page .table tr td {
        width: 100% !important; } }
  #results-page .table tr:nth-child(even) {
    background: #f5f5f5; }

/* company page
========================================================= */
#company-page .table {
  width: 100%; }

/* recruit page
========================================================= */
#recruit-page .table {
  width: 100%; }

/* news page
========================================================= */
#column-page .list-news,
#news-page .list-news {
  margin-top: 100px !important; }
  @media screen and (max-width: 959px) {
    #column-page .list-news,
    #news-page .list-news {
      margin-top: 50px !important; } }
#column-page .post-title,
#news-page .post-title {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #DDDDDD; }
  #column-page .post-title h2,
  #news-page .post-title h2 {
    line-height: 1.6 !important; }
  #column-page .post-title p.sub,
  #news-page .post-title p.sub {
    font-style: normal;
    color: #212121;
    margin-top: 20px;
    opacity: 1;
    font-size: 16px;
    font-weight: normal; }
    #column-page .post-title p.sub .category,
    #news-page .post-title p.sub .category {
      font-family: YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: .9em;
      vertical-align: 1px; }
    @media screen and (max-width: 959px) {
      #column-page .post-title p.sub,
      #news-page .post-title p.sub {
        position: relative;
        left: 0; } }
#column-page .post-detail h3,
#news-page .post-detail h3 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD; }
#column-page .post-detail h4,
#news-page .post-detail h4 {
  font-size: 20px; }
#column-page .post-detail h5,
#news-page .post-detail h5 {
  font-size: 16px;
  font-weight: bold; }
#column-page .post-detail h3, #column-page .post-detail h4, #column-page .post-detail h5,
#news-page .post-detail h3,
#news-page .post-detail h4,
#news-page .post-detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  #column-page .post-detail h3:before, #column-page .post-detail h4:before, #column-page .post-detail h5:before,
  #news-page .post-detail h3:before,
  #news-page .post-detail h4:before,
  #news-page .post-detail h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #212121; }
#column-page .post-detail h3:before,
#news-page .post-detail h3:before {
  height: calc(100% - 10px); }
#column-page .post-detail h5:before,
#news-page .post-detail h5:before {
  background: #212121; }
#column-page .post-detail p + img,
#column-page .post-detail img + p,
#column-page .post-detail h3 + p,
#column-page .post-detail h4 + p,
#column-page .post-detail h5 + p,
#news-page .post-detail p + img,
#news-page .post-detail img + p,
#news-page .post-detail h3 + p,
#news-page .post-detail h4 + p,
#news-page .post-detail h5 + p {
  margin-top: 30px; }
#column-page .post-detail p,
#news-page .post-detail p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .08em; }
#column-page .post-detail p + p,
#news-page .post-detail p + p {
  margin-top: 20px; }
#column-page .post-detail strong,
#news-page .post-detail strong {
  font-weight: bold; }
@media screen and (max-width: 959px) {
  #column-page .post-detail h3,
  #news-page .post-detail h3 {
    font-size: 18px; }
  #column-page .post-detail h4,
  #news-page .post-detail h4 {
    font-size: 16px; }
  #column-page .post-detail h5,
  #news-page .post-detail h5 {
    font-size: 14px;
    font-weight: bold; }
  #column-page .post-detail h3, #column-page .post-detail h4, #column-page .post-detail h5,
  #news-page .post-detail h3,
  #news-page .post-detail h4,
  #news-page .post-detail h5 {
    margin-top: 30px;
    padding-left: 15px; }
    #column-page .post-detail h3:before, #column-page .post-detail h4:before, #column-page .post-detail h5:before,
    #news-page .post-detail h3:before,
    #news-page .post-detail h4:before,
    #news-page .post-detail h5:before {
      width: 2px; }
  #column-page .post-detail p + img,
  #column-page .post-detail img + p,
  #column-page .post-detail h3 + p,
  #column-page .post-detail h4 + p,
  #column-page .post-detail h5 + p,
  #news-page .post-detail p + img,
  #news-page .post-detail img + p,
  #news-page .post-detail h3 + p,
  #news-page .post-detail h4 + p,
  #news-page .post-detail h5 + p {
    margin-top: 15px; }
  #column-page .post-detail p,
  #news-page .post-detail p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .08em; }
  #column-page .post-detail p + p,
  #news-page .post-detail p + p {
    margin-top: 15px; } }
#column-page .post .btn-up,
#news-page .post .btn-up {
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    #column-page .post .btn-up,
    #news-page .post .btn-up {
      margin-top: 50px; } }

/* privacy page
========================================================= */
#privacy-page .table {
  width: 100%; }
#privacy-page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #privacy-page .list li {
    width: 100%;
    position: relative;
    margin-right: 20px;
    padding-left: 10px;
    font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 767px) {
      #privacy-page .list li {
        margin-right: 0;
        width: 100%;
        font-size: 14px; } }
    #privacy-page .list li + li {
      margin-top: 10px; }
    #privacy-page .list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 1px;
      top: 12px;
      left: 0;
      width: 6px;
      height: 6px;
      background: white;
      border: 1px solid #212121; }

/* column page
========================================================= */
#column-page .article:not(.cnt-pickup) .list-column .item p {
  color: #212121;
  margin-top: 0; }
#column-page .article:not(.cnt-pickup) .list-column .item {
  border-bottom: 1px solid #ddd; }
#column-page .cnt-pickup {
  background: #212121;
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    #column-page .cnt-pickup {
      padding: 50px 0; } }
  #column-page .cnt-pickup .article-title h2 {
    color: white; }
  #column-page .cnt-pickup .list-column .item p {
    margin-top: 0; }
#column-page .profile {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 50px; }
  #column-page .profile .img {
    width: 200px;
    margin-top: -39px; }
    @media screen and (max-width: 767px) {
      #column-page .profile .img {
        margin: -39px auto 0 auto; } }
  #column-page .profile .txt {
    width: calc(100% - 220px); }
    @media screen and (max-width: 767px) {
      #column-page .profile .txt {
        width: 100%; } }
    #column-page .profile .txt p:not(.author) {
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
      margin-top: 15px; }
    #column-page .profile .txt p.author {
      border-bottom: 1px solid #ddd;
      margin-top: 12px;
      font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      #column-page .profile .txt p.author span {
        font-size: 14px;
        opacity: .6;
        margin-right: 10px; }

/* works page
========================================================= */
#works-page .work-title h2 {
  font-size: 20px !important; }
#works-page .work-title + .article-main {
  margin-top: 10px !important; }
#works-page .work-article {
  margin-top: 50px !important; }
#works-page .post .list-works {
  padding: 0; }
  @media screen and (min-width: 960px) {
    #works-page .post .list-works li {
      max-width: 660px;
      max-height: 440px; } }
#works-page .post span.category {
  margin-left: 0 !important; }
  #works-page .post span.category span {
    margin: 0;
    margin-right: 8px;
    opacity: 1; }
    #works-page .post span.category span + span {
      padding-left: 13px;
      border-left: 1px solid black; }
#works-page .table {
  width: 100%; }
  @media screen and (min-width: 960px) {
    #works-page .table th {
      width: 200px; }
    #works-page .table th, #works-page .table td {
      padding: 5px 10px; }
    #works-page .table td:before {
      top: 10px;
      height: calc(100% - 20px); } }
@media screen and (max-width: 959px) {
  #works-page .cnt-detail {
    width: 100%; } }
#works-page .cnt-detail .article-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #works-page .cnt-detail .article-main dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    width: calc((100% - 50px)/2); }
    #works-page .cnt-detail .article-main dl dt {
      width: 200px;
      font-size: 1rem;
      line-height: 1.875rem;
      font-weight: bold;
      text-align: left; }
    #works-page .cnt-detail .article-main dl dd {
      font-size: 1rem;
      line-height: 2rem; }
    #works-page .cnt-detail .article-main dl dt, #works-page .cnt-detail .article-main dl dd {
      padding: 5px 10px; }
    #works-page .cnt-detail .article-main dl dd:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.33333rem;
      left: 0;
      bottom: 0;
      border-right: 1px solid #DDDDDD;
      top: 10px;
      height: calc(100% - 20px); }
    @media screen and (max-width: 959px) {
      #works-page .cnt-detail .article-main dl {
        width: 100%; } }
#works-page .btn-up {
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #works-page .btn-up {
      margin-top: 50px; } }

/* contact page
========================================================= */
#recruit-page.cnt-contact .tel a,
#contact-page .tel a {
  text-decoration: none;
  font: bold 40px/1 "Open Sans", serif; }
  #recruit-page.cnt-contact .tel a img,
  #contact-page .tel a img {
    width: 30px;
    margin-right: 10px;
    vertical-align: -1px; }
  @media screen and (max-width: 767px) {
    #recruit-page.cnt-contact .tel a,
    #contact-page .tel a {
      font-size: 30px; }
      #recruit-page.cnt-contact .tel a img,
      #contact-page .tel a img {
        width: 25px; } }
#recruit-page.cnt-contact .form .mw_wp_form .error-area,
#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#recruit-page.cnt-contact .form .mw_wp_form.mw_wp_form_error .error-area,
#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#recruit-page.cnt-contact .form .mw_wp_form .confilm-area,
#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#recruit-page.cnt-contact .form .mw_wp_form.mw_wp_form_confirm .confilm-area,
#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#recruit-page.cnt-contact .form .mw_wp_form dl .error,
#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #recruit-page.cnt-contact .form .mw_wp_form dl .error + .error,
  #contact-page .form .mw_wp_form dl .error + .error {
    left: 200px; }
#recruit-page.cnt-contact .form .mw_wp_form dd,
#contact-page .form .mw_wp_form dd {
  position: relative; }
#recruit-page.cnt-contact .form .mw_wp_form dt,
#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD; }
  #recruit-page.cnt-contact .form .mw_wp_form dt:before,
  #contact-page .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #212121;
    top: 0;
    left: 0; }
  #recruit-page.cnt-contact .form .mw_wp_form dt span.must,
  #contact-page .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #212121;
    color: #212121;
    font-size: 14px;
    line-height: 1; }
#recruit-page.cnt-contact .form .mw_wp_form dd.flex-col4,
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col4 > span:not(.error),
  #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col4 > span:not(.error),
      #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2,
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > span:not(.error),
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
    #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > input,
  #contact-page .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
    #contact-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#recruit-page.cnt-contact .form .mw_wp_form dl + dl,
#contact-page .form .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    #recruit-page.cnt-contact .form .mw_wp_form dl + dl,
    #contact-page .form .mw_wp_form dl + dl {
      margin-top: 40px; } }
#recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text,
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F4F5F7;
  font-size: 16px !important;
  cursor: pointer; }
  #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:before, #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121;
    z-index: 1; }
  #recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#recruit-page.cnt-contact .form .mw_wp_form .mwform-radio-field,
#contact-page .form .mw_wp_form .mwform-radio-field {
  margin-top: 15px; }
#recruit-page.cnt-contact .form .mw_wp_form input[type=radio],
#contact-page .form .mw_wp_form input[type=radio] {
  display: none; }
#recruit-page.cnt-contact .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #212121; }
#recruit-page.cnt-contact .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#recruit-page.cnt-contact .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #212121;
  color: white; }
#recruit-page.cnt-contact .form .mw_wp_form input[type=file],
#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px; }
#recruit-page.cnt-contact .form .mw_wp_form input[type="text"], #recruit-page.cnt-contact .form .mw_wp_form input[type="email"], #recruit-page.cnt-contact .form .mw_wp_form input[type="url"], #recruit-page.cnt-contact .form .mw_wp_form textarea,
#contact-page .form .mw_wp_form input[type="text"],
#contact-page .form .mw_wp_form input[type="email"],
#contact-page .form .mw_wp_form input[type="url"],
#contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  @media screen and (max-width: 959px) {
    #recruit-page.cnt-contact .form .mw_wp_form input[type="text"], #recruit-page.cnt-contact .form .mw_wp_form input[type="email"], #recruit-page.cnt-contact .form .mw_wp_form input[type="url"], #recruit-page.cnt-contact .form .mw_wp_form textarea,
    #contact-page .form .mw_wp_form input[type="text"],
    #contact-page .form .mw_wp_form input[type="email"],
    #contact-page .form .mw_wp_form input[type="url"],
    #contact-page .form .mw_wp_form textarea {
      margin-top: 8px; } }
#recruit-page.cnt-contact .form .mw_wp_form .mwform-tel-field,
#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%; }
#recruit-page.cnt-contact .form .mw_wp_form .mwform-tel-field input[type="text"],
#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #recruit-page.cnt-contact .form .mw_wp_form .mwform-tel-field input[type="text"],
    #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#recruit-page.cnt-contact .form .mw_wp_form select,
#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F4F5F7;
  border-radius: 5px; }
#recruit-page.cnt-contact .form .contact-policy,
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F4F5F7; }
  #recruit-page.cnt-contact .form .contact-policy .section,
  #contact-page .form .contact-policy .section {
    margin-top: 30px; }
  #recruit-page.cnt-contact .form .contact-policy .section-title,
  #contact-page .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #recruit-page.cnt-contact .form .contact-policy .section-title:before,
    #contact-page .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #recruit-page.cnt-contact .form .contact-policy .section-title + .section-main,
    #contact-page .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #recruit-page.cnt-contact .form .contact-policy .inner, #recruit-page.cnt-contact .form .contact-policy .inner-1000,
  #contact-page .form .contact-policy .inner,
  #contact-page .form .contact-policy .inner-1000 {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #recruit-page.cnt-contact .form .contact-policy,
    #contact-page .form .contact-policy {
      padding: 15px; } }
#recruit-page.cnt-contact .form .button,
#contact-page .form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #recruit-page.cnt-contact .form .button,
    #contact-page .form .button {
      margin-top: 30px; } }
#recruit-page.cnt-contact .form input[type="submit"],
#contact-page .form input[type="submit"] {
  background: #212121;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #recruit-page.cnt-contact .form input[type="submit"],
    #contact-page .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #recruit-page.cnt-contact .form input[type="submit"]:hover,
  #contact-page .form input[type="submit"]:hover {
    background: #212121; }
#recruit-page.cnt-contact .form .btns,
#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #recruit-page.cnt-contact .form .btns,
    #contact-page .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  #recruit-page.cnt-contact .form .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#recruit-page.cnt-contact .form p + .mw_wp_form,
#contact-page .form p + .mw_wp_form {
  margin-top: 50px; }
#recruit-page.cnt-contact .form .address,
#contact-page .form .address {
  padding: 15px; }
  #recruit-page.cnt-contact .form .address dl,
  #contact-page .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    #recruit-page.cnt-contact .form .address dl + dl,
    #contact-page .form .address dl + dl {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      #recruit-page.cnt-contact .form .address dl,
      #contact-page .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #recruit-page.cnt-contact .form .address dl dt,
    #contact-page .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #recruit-page.cnt-contact .form .address dl dt:before,
      #contact-page .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #recruit-page.cnt-contact .form .address dl dt,
        #contact-page .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #recruit-page.cnt-contact .form .address dl dt .error,
          #contact-page .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #recruit-page.cnt-contact .form .address dl dd,
    #contact-page .form .address dl dd {
      width: 80%; }
      #recruit-page.cnt-contact .form .address dl dd input,
      #contact-page .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #recruit-page.cnt-contact .form .address dl dd,
        #contact-page .form .address dl dd {
          width: 100%; } }
#recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2,
#contact-page .form .mw_wp_form dd.flex-col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > span:not(.error),
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc(50% - 10px);
    margin-left: 0; }
    @media screen and (max-width: 959px) {
      #recruit-page.cnt-contact .form .mw_wp_form dd.flex-col2 > span:not(.error),
      #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
        width: 100%;
        line-height: 1.6; } }
#recruit-page.cnt-contact .form .red,
#contact-page .form .red {
  color: #DB361A;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px; }

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

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