@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|Noto+Sans+SC|Noto+Sans+TC&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", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-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%; }

.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: #825400; }
span.underline {
  text-decoration: underline; }
span.tc {
  margin-left: 8px;
  font: normal 12px/1.6 YakuHanJP, "Noto Sans TC", sans-serif !important; }
span.sc {
  margin-left: 8px;
  font: normal 12px/1.6 YakuHanJP, "Noto Sans SC", sans-serif !important; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }
p.copy {
  font-size: 24px !important;
  letter-spacing: .12em !important;
  font-weight: bold !important;
  color: #001835;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    p.copy {
      font-size: 20px !important;
      line-height: 1.6 !important;
      margin-bottom: 10px !important; } }
p.tc {
  font: normal 14px/2 YakuHanJP, "Noto Sans TC", sans-serif !important; }
  p.tc + .sc {
    margin-top: 10px !important; }
p.sc {
  font: normal 14px/2 YakuHanJP, "Noto Sans SC", sans-serif !important; }

/* =========================================================
	general
========================================================= */
.btn {
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .btn {
      margin-top: 40px; } }
  .btn a {
    position: relative;
    display: block;
    width: 300px;
    font-size: 14px;
    padding: 26px 30px;
    margin: 0 auto;
    text-decoration: none;
    color: #001835;
    border: 1px solid #001835;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .btn a:before {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      background: #001835;
      position: absolute;
      top: 50%;
      right: -20px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .btn a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #001835;
      -webkit-transition: width .3s ease;
      transition: width .3s ease; }
    .btn a:hover:before {
      right: -30px; }
    .btn a:hover:after {
      width: 10px; }
    .btn a p.tc {
      margin-top: 4px; }
    .btn a p.tc + .sc {
      margin-top: 0 !important; }
  .btn.white a {
    color: white;
    border: 1px solid white; }
    .btn.white a:before {
      background: white; }
    .btn.white a:after {
      background: white; }

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-info .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
    /* カテゴリーの有無 */ }
    .list-info .item:first-child {
      border-top: 1px solid #DDDDDD; }
    .list-info .item a {
      text-decoration: none; }
    .list-info .item a:hover .item-title {
      text-decoration: underline; }
    .list-info .item-date {
      font: normal 16px/1.6 "Open Sans", serif; }
    .list-info .item-title {
      margin-left: 30px;
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
      @media screen and (max-width: 767px) {
        .list-info .item-title {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
    .list-info .item-category {
      display: inline-block;
      height: 28px;
      width: 100px;
      margin-left: 30px;
      border: 2px solid #001835;
      font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      color: #001835;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .list-info .item-category {
          margin-left: 10px; } }
  .list-info .item {
    padding: 0;
    border: 1px solid #001835 !important;
    background: white; }
    .list-info .item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .list-info .item + .item {
      margin-top: 20px; }
    .list-info .item-category {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 130px;
      height: 100%;
      background: #001835;
      color: white;
      font: bold 14px/62px YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
    .list-info .item-date {
      position: relative;
      padding: 0 30px;
      font: bold 14px/1 bold; }
      .list-info .item-date:before {
        content: "";
        height: 46px;
        width: 1px;
        background: #001835;
        display: block;
        position: absolute;
        right: 0;
        top: -13px; }
    .list-info .item-title {
      width: calc(100% - 260px);
      display: inline !important; }
    @media screen and (max-width: 767px) {
      .list-info .item a {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .list-info .item-category {
        width: 100px;
        max-width: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
        height: 29px;
        font-size: 12px;
        text-align: center;
        line-height: 24px; }
      .list-info .item-date {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(100% - 100px);
        max-width: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
            flex-basis: calc(100% - 100px);
        height: 29px;
        padding: 0 20px;
        margin: 0;
        font-size: 12px;
        border-bottom: 1px solid #001835;
        text-align: left;
        line-height: 28px;
        color: #001835; }
        .list-info .item-date:before {
          content: none; }
      .list-info .item-title {
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin: 0;
        padding: 10px 16px 12px 16px;
        font-size: 14px; } }
.list-point {
  padding: 20px;
  background: #F0F0F1;
  border-left: 2px solid #001835; }
  .list-point li {
    position: relative;
    padding-left: 20px;
    line-height: 2; }
    .list-point li:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 17px;
      left: 0;
      width: 10px;
      height: 2px;
      background: #001835; }
    .list-point li + li {
      margin-top: 10px; }
  .list-point + p {
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .list-point + p {
        margin-top: 15px; } }

.article .inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px; }
.article-title h2 {
  font: bold 40px/1 "Open Sans", serif;
  color: #001835;
  letter-spacing: .05em; }
  @media screen and (max-width: 767px) {
    .article-title h2 {
      text-align: center;
      font: bold 30px/1 "Open Sans", serif; } }
.article-title + .article-main {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .article-title + .article-main {
      margin-top: 40px; } }
.article-main p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05em; }
  @media screen and (max-width: 959px) {
    .article-main p {
      font-size: 14px; } }
  .article-main p + p, .article-main p + ul {
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .article-main p + p, .article-main p + ul {
        margin-top: 15px; } }

.section {
  margin-top: 37px;
  padding-top: 37px; }
  .section-title {
    position: relative;
    padding-left: 24px; }
    .section-title h3 {
      font: bold 18px/1 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
      @media screen and (max-width: 767px) {
        .section-title h3 {
          font-size: 16px; } }
    .section-title .sub {
      font: bold 12px/1 "Open Sans", serif;
      font-style: italic;
      margin-top: 4px;
      opacity: .6; }
    .section-title:before {
      content: "";
      position: absolute;
      top: -4px;
      left: 0;
      width: 4px;
      height: 20px;
      display: block;
      background: #001835; }
    .section-title:after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 4px;
      height: 20px;
      display: block;
      background: #ddd; }
    .section-title + .section-main {
      margin-top: 30px; }
  .section + .section {
    border-top: 1px solid #DDDDDD; }

.cnt-contact-common {
  padding: 100px 0;
  background-image: url(/images/index/contact-bk.png);
  background-size: cover;
  text-align: center; }
  .cnt-contact-common .article-title h2 {
    color: white;
    text-align: center !important;
    font-size: 40px !important; }
  .cnt-contact-common .article-title span {
    display: block;
    margin-top: 20px;
    font: normal 14px/1 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: white; }
  .cnt-contact-common p {
    color: white; }
  .cnt-contact-common .btn {
    margin-top: 30px; }
  .cnt-contact-common .btn a {
    text-align: center;
    max-width: 430px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .cnt-contact-common .btn a {
        width: 300px; } }
  .cnt-contact-common .tel {
    display: block;
    margin-top: 30px;
    color: white;
    text-decoration: none;
    font: normal 26px/1 "Open Sans", serif;
    letter-spacing: .1em; }
    .cnt-contact-common .tel img {
      width: 23px;
      height: 23px;
      vertical-align: -2px;
      margin-right: 10px; }
  @media screen and (max-width: 959px) {
    .cnt-contact-common {
      padding: 75px 15px; }
      .cnt-contact-common .article-title h2 {
        font-size: 26px !important; }
      .cnt-contact-common .article-title span {
        margin-top: 10px;
        font-size: 12px; }
      .cnt-contact-common .article-main {
        margin-top: 30px; }
      .cnt-contact-common .btn, .cnt-contact-common .tel {
        margin-top: 20px; } }

.table {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd; }
  .table th, .table td {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    vertical-align: top;
    line-height: 1.8;
    text-align: left; }
    .table th span, .table td span {
      display: block;
      font-size: 12px;
      color: black;
      font-weight: bold;
      font-style: italic;
      opacity: .5; }
    .table th .sc, .table th .tc, .table td .sc, .table td .tc {
      margin-left: 0 !important; }
  .table th {
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .table {
      width: 100%;
      border: none;
      border-top: 1px solid #ddd; }
      .table tr {
        border-bottom: 1px solid #ddd; }
      .table th, .table td {
        display: block;
        font-size: 14px;
        vertical-align: top;
        line-height: 1.6;
        border: 0; }
        .table th br.cnt-pc, .table td br.cnt-pc {
          display: none; }
        .table th span, .table td span {
          display: inline-block;
          margin-left: 5px;
          font-size: 10px; }
      .table th {
        padding: 20px 0 10px; }
      .table td {
        padding: 0 0 20px; } }

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 50px; }
  .iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

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

/* =========================================================
 special
========================================================= */
body:not(#home-page) .article .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }
body:not(#home-page) .article-title .num {
  float: left;
  width: 50px;
  height: 50px;
  background: #001835;
  color: white;
  font: bold 24px/46px "Open Sans", serif;
  text-align: center;
  margin-right: 20px;
  margin-top: -4px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article-title .num {
      width: 35px;
      height: 35px;
      font-size: 19px;
      line-height: 36px;
      margin-top: 5px;
      margin-right: 10px; } }
body:not(#home-page) .article-title h2 {
  font: bold 24px/1 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article-title h2 {
      font-size: 18px;
      line-height: 1.6; } }
body:not(#home-page) .article-title h2.enttl {
  font-size: 40px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article-title h2.enttl {
      font-size: 25px;
      line-height: 1.6; } }
body:not(#home-page) .article-title .sub {
  font: bold 12px/1 "Open Sans", serif;
  font-style: italic;
  margin-top: 8px;
  opacity: .6; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article-title .sub {
      font-size: 10px;
      margin-top: 0;
      position: absolute;
      left: 61px; } }
body:not(#home-page) .article + .article {
  margin-top: 150px; }
  @media screen and (max-width: 767px) {
    body:not(#home-page) .article + .article {
      margin-top: 75px; } }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  height: 400px;
  background-image: url(/common/images/pagetitle.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden; }
  .pagetitle-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    position: relative;
    z-index: 1; }
    .pagetitle-title::before {
      content: "";
      display: block;
      position: absolute;
      width: 20%;
      height: 520px;
      background: #001835;
      top: 50%;
      -webkit-transform: translate(-60px, -50%) rotate(13deg);
              transform: translate(-60px, -50%) rotate(13deg);
      z-index: -1; }
  .pagetitle h1 {
    color: white; }
    .pagetitle h1 span.hidden {
      display: none; }
  .pagetitle p.en-ttl {
    color: white;
    margin-top: 10px;
    font: bold 60px/1 "Open Sans", serif; }
  .pagetitle + .article {
    margin-top: 130px; }
    @media screen and (max-width: 959px) {
      .pagetitle + .article {
        margin-top: 70px; } }
  @media screen and (max-width: 767px) {
    .pagetitle {
      height: 250px; }
      .pagetitle p.en-ttl {
        font-size: 30px; } }

/* =========================================================
	header
========================================================= */
.header {
  /* HEADER_TYPE(WIDTH, HEIGHT) */
  position: absolute;
  width: 100%;
  z-index: 2; }
  .header .head-logo {
    position: relative;
    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: absolute;
    top: 30px;
    right: 30px; }
    @media screen and (max-width: 959px) {
      .header .menu {
        right: 0;
        top: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        background: #001835;
        color: #212121;
        position: absolute;
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        width: 100vw;
        top: 0;
        padding: 0;
        z-index: 100; }
        .header .menu.on {
          max-height: 3000vw;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          min-height: 100vh;
          height: 100%;
          overflow-y: scroll;
          position: fixed;
          padding: 35px; } }
  .header .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .header .gnav {
        display: block;
        height: auto;
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 10%; } }
    .header .gnav li {
      margin-left: 40px; }
      @media screen and (max-width: 959px) {
        .header .gnav li {
          margin-left: 0; } }
      .header .gnav li a {
        position: relative;
        text-decoration: none;
        font: bold 14px/1 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        color: white;
        line-height: 46px; }
        .header .gnav li a:before {
          content: "";
          display: block;
          position: absolute;
          bottom: -5px;
          right: 0;
          width: 0;
          height: 1px;
          background: white;
          -webkit-transition: width .2s ease;
          transition: width .2s ease; }
      .header .gnav li:not(#gnav-contact) a:hover:before {
        background: white;
        left: 0;
        width: 100%;
        -webkit-transition: width .5s ease;
        transition: width .5s ease; }
      .header .gnav li#gnav-contact a {
        display: inline-block;
        width: 150px;
        height: 50px;
        border: 1px solid white;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        @media screen and (max-width: 767px) {
          .header .gnav li#gnav-contact a {
            margin-top: 20px;
            width: 250px; } }
        .header .gnav li#gnav-contact a:hover {
          background: white;
          color: #001835; }
  .header .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 29px;
    width: 22px;
    height: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    line-height: 1; }
    @media screen and (min-width: 960px) {
      .header .menu-btn {
        display: none; } }
    .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: 44%; }
      .header .menu-btn figure:nth-child(3) {
        bottom: 0; }
    .header .menu-btn.on {
      position: fixed; }
      .header .menu-btn.on:after {
        content: url(/svg/close.svg); }
      .header .menu-btn.on figure:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header .menu-btn.on figure:nth-child(2) {
        background: transparent; }
      .header .menu-btn.on figure:nth-child(3) {
        bottom: 40%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .header .menu-logo {
    text-align: center;
    margin-top: 30px; }
    .header .menu-logo a {
      margin-left: 15px; }
  .header .lg {
    margin-top: -25px; }
    .header .lg .tc {
      margin-left: 0 !important; }
  .header .gnav li#gnav-contact a {
    height: 70px; }

/* =========================================================
	footer
========================================================= */
.footer {
  padding: 100px 0;
  background: #001835; }
  .footer .inner {
    position: relative;
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto; }
  .footer .sitemap {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .sitemap ul {
      border-left: 1px solid #0F2540;
      padding-left: 30px;
      margin-left: 60px; }
      .footer .sitemap ul li {
        padding: 10px 0; }
        .footer .sitemap ul li a {
          text-decoration: none;
          color: white;
          font-size: 14px; }
          .footer .sitemap ul li a:hover {
            text-decoration: underline; }
  .footer .copyright {
    display: inline-block;
    margin-top: 20px;
    color: white;
    font-size: 10px;
    opacity: .6; }
  @media screen and (max-width: 959px) {
    .footer {
      padding: 60px 0; }
      .footer .sitemap {
        position: relative;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .footer .sitemap ul {
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: center;
          border: none; }
          .footer .sitemap ul li + li {
            border-top: 1px solid #0F2540; }
          .footer .sitemap ul + ul {
            border-top: 1px solid #0F2540; }
      .footer .logo {
        text-align: center;
        margin-top: 20px; }
        .footer .logo img {
          margin-right: -18px; }
      .footer .copyright {
        display: block;
        text-align: center; } }

/* home page
========================================================= */
#home-page .mv {
  position: relative;
  z-index: 1; }
  #home-page .mv-backarea {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #F0F0F1; }
  #home-page .mv-bk01 {
    position: absolute;
    height: 100vh;
    right: 20.2vh;
    padding-right: 43vw;
    z-index: 2; }
    #home-page .mv-bk01 img {
      height: 100%;
      max-width: none; }
    @media screen and (max-width: 959px) {
      #home-page .mv-bk01 {
        padding-right: 20vw; } }
    @media screen and (max-width: 767px) {
      #home-page .mv-bk01 {
        padding-right: 0; } }
  #home-page .mv-bk02 {
    position: relative;
    left: 34vw;
    width: 66vw;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    z-index: 1;
    /*
    #mv-slide01 {
     @include mediaNoSP { background-image: url(/images/index/mv-slide01.jpg); }
     @include mediaSP { background-image: url(/images/index/mv-slide01-sp.jpg); }
    }
    #mv-slide02 {
     @include mediaNoSP { background-image: url(/images/index/mv-slide02.jpg); }
     @include mediaSP { background-image: url(/images/index/mv-slide02-sp.jpg); }
    }
    #mv-slide03 {
     @include mediaNoSP { background-image: url(/images/index/mv-slide03.jpg); }
     @include mediaSP { background-image: url(/images/index/mv-slide03-sp.jpg); }
    }*/ }
    #home-page .mv-bk02 .slide {
      width: 67vw;
      min-width: 1000px;
      height: 92vh !important;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 767px) {
        #home-page .mv-bk02 .slide {
          min-width: 0; } }
    @media screen and (max-width: 1400px) {
      #home-page .mv-bk02 {
        left: calc(100% - 1000px);
        width: 100%; }
        #home-page .mv-bk02 .slide {
          width: 1000px; } }
    @media screen and (max-width: 1000px) {
      #home-page .mv-bk02 {
        left: 0;
        width: 100vw; }
        #home-page .mv-bk02 .slide {
          width: 100vw; } }
  #home-page .mv-bk03 {
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
    padding-right: 43vw; }
    #home-page .mv-bk03 img {
      height: 100%;
      max-width: none; }
    @media screen and (max-width: 959px) {
      #home-page .mv-bk03 {
        padding-right: 20vw; } }
    @media screen and (max-width: 767px) {
      #home-page .mv-bk03 {
        padding-right: 0; } }
  #home-page .mv-cover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 92vh;
    width: 218px;
    background-image: url(/common/images/cover.png);
    background-size: cover; }
    @media screen and (max-width: 959px) {
      #home-page .mv-cover {
        right: -120px; } }
    @media screen and (max-width: 767px) {
      #home-page .mv-cover {
        opacity: 0; } }
  #home-page .mv-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1240px;
    padding: 0 30px;
    text-align: left;
    z-index: 3; }
    #home-page .mv-copy p {
      font: normal 18px/1.6 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      color: white;
      letter-spacing: .18em; }
      @media screen and (max-width: 767px) {
        #home-page .mv-copy p {
          font-size: 14px; } }
    #home-page .mv-copy p.en {
      font: bold 53px/55px "Open Sans", serif;
      letter-spacing: -0.03em;
      margin-left: -3px; }
      #home-page .mv-copy p.en + p {
        margin-top: 24px; }
      @media screen and (max-height: 599px) {
        #home-page .mv-copy p.en {
          font: bold 40px/43px "Open Sans", serif; } }
      @media screen and (max-width: 959px) {
        #home-page .mv-copy p.en {
          margin-left: -6px;
          font: bold 50px/60px "Open Sans", serif !important; }
          #home-page .mv-copy p.en + p {
            margin-top: 14px; } }
    #home-page .mv-copy .tc + .sc {
      margin-top: 0 !important; }
    #home-page .mv-copy .btn {
      width: auto;
      margin-top: 60px; }
      @media screen and (max-height: 599px) {
        #home-page .mv-copy .btn {
          margin-top: 20px; } }
      #home-page .mv-copy .btn a {
        margin: 0; }
      @media screen and (max-width: 959px) {
        #home-page .mv-copy .btn {
          margin-top: 40px !important; } }
#home-page .cnt-info {
  padding: 150px 0;
  background: #F0F0F1; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-info {
      padding: 100px 0; } }
  @media screen and (max-width: 767px) {
    #home-page .cnt-info {
      padding: 75px 0; } }
#home-page .cnt-business {
  position: relative;
  background: #F0F0F1;
  padding: 100px 0 150px; }
  #home-page .cnt-business .img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 180px);
    height: 620px;
    background-image: url(/images/index/business01.jpg?20191213);
    background-size: cover;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1260px) {
      #home-page .cnt-business .img {
        width: calc(100% - 450px); } }
    #home-page .cnt-business .img:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 125px;
      background-image: url(/common/images/cover.png);
      background-size: cover; }
  #home-page .cnt-business .text {
    background: white;
    display: block;
    width: 50%;
    height: 620px;
    padding: 80px 240px 70px 30px;
    text-align: right; }
    #home-page .cnt-business .text .inline {
      display: inline-block;
      width: 360px;
      text-align: left; }
      #home-page .cnt-business .text .inline .btn a {
        margin: 0; }
#home-page .cnt-company {
  position: relative;
  background: #F0F0F1;
  padding: 100px 0 150px; }
  #home-page .cnt-company .img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 180px);
    height: 620px;
    background-image: url(/images/index/company01.jpg);
    background-size: cover;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1260px) {
      #home-page .cnt-company .img {
        width: calc(100% - 450px); } }
  #home-page .cnt-company .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 125px;
    background-image: url(/common/images/cover.png);
    background-size: cover;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #home-page .cnt-company .text {
    background: white;
    display: block;
    width: 50%;
    height: 620px;
    margin-left: 50%;
    text-align: left;
    padding: 80px 0 70px 240px; }
    @media screen and (max-width: 1260px) {
      #home-page .cnt-company .text {
        padding: 80px 0 70px calc(50% - 400px); } }
    #home-page .cnt-company .text .inline {
      display: inline-block;
      width: 360px;
      text-align: left; }
      #home-page .cnt-company .text .inline .btn a {
        margin: 0; }
@media screen and (max-width: 959px) {
  #home-page .cnt-business, #home-page .cnt-company {
    padding: 0 0 75px; }
    #home-page .cnt-business .article-title h2, #home-page .cnt-company .article-title h2 {
      text-align: left; }
    #home-page .cnt-business .article-main, #home-page .cnt-company .article-main {
      margin-top: 16px; }
      #home-page .cnt-business .article-main .btn, #home-page .cnt-company .article-main .btn {
        margin-top: 20px; }
    #home-page .cnt-business .img, #home-page .cnt-company .img {
      position: relative;
      width: 100%;
      height: 300px; }
    #home-page .cnt-business .text, #home-page .cnt-company .text {
      width: 90%;
      height: auto;
      margin: 0 auto;
      padding: 30px 30px 50px;
      text-align: center; }
    #home-page .cnt-business .inline, #home-page .cnt-company .inline {
      width: 100% !important; } }
@media screen and (max-width: 767px) {
  #home-page .cnt-business .btn a, #home-page .cnt-company .btn a {
    width: 100%; } }

/* recruit page
========================================================= */
#recruit-page .table {
  margin-top: 50px; }

/* about page
========================================================= */
@media screen and (max-width: 959px) {
  #about-page span.tc, #about-page span.sc {
    display: block; } }

/* business page
========================================================= */
#business-page .btn a {
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  padding: 26px 30px 24px; }
  @media screen and (max-width: 767px) {
    #business-page .btn a {
      font-size: 14px;
      padding: 20px 30px 18px 15px; } }

/* recruit page
========================================================= */
#privacy-page .table {
  margin-top: 30px; }

/* info page
========================================================= */
#info-page .list-info {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #info-page .list-info {
      margin-top: 50px; } }
#info-page .post-title {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 2px solid #DDDDDD; }
  #info-page .post-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: #001835; }
  #info-page .post-title h2 {
    line-height: 1.6 !important; }
  #info-page .post-title p.sub {
    font-style: normal;
    color: #212121;
    margin-top: 20px;
    opacity: 1;
    font-size: 16px;
    font-weight: normal; }
    #info-page .post-title p.sub .category {
      font-family: YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: .9em;
      vertical-align: 1px; }
    @media screen and (max-width: 959px) {
      #info-page .post-title p.sub {
        position: relative;
        left: 0; } }
#info-page .post-detail h3 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD; }
#info-page .post-detail h4 {
  font-size: 20px; }
#info-page .post-detail h5 {
  font-size: 16px;
  font-weight: bold; }
#info-page .post-detail h3, #info-page .post-detail h4, #info-page .post-detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  #info-page .post-detail h3:before, #info-page .post-detail h4:before, #info-page .post-detail h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #001835; }
#info-page .post-detail h3:before {
  height: calc(100% - 10px); }
#info-page .post-detail h5:before {
  background: #212121; }
#info-page .post-detail p + img,
#info-page .post-detail img + p,
#info-page .post-detail h3 + p,
#info-page .post-detail h4 + p,
#info-page .post-detail h5 + p {
  margin-top: 30px; }
#info-page .post-detail p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .08em; }
#info-page .post-detail p + p {
  margin-top: 20px; }
#info-page .post-detail a {
  color: #825400; }
  #info-page .post-detail a:hover {
    color: black; }
#info-page .post-detail strong {
  font-weight: bold; }
@media screen and (max-width: 959px) {
  #info-page .post-detail h3 {
    font-size: 18px; }
  #info-page .post-detail h4 {
    font-size: 16px; }
  #info-page .post-detail h5 {
    font-size: 14px;
    font-weight: bold; }
  #info-page .post-detail h3, #info-page .post-detail h4, #info-page .post-detail h5 {
    margin-top: 30px;
    padding-left: 15px; }
    #info-page .post-detail h3:before, #info-page .post-detail h4:before, #info-page .post-detail h5:before {
      width: 2px; }
  #info-page .post-detail p + img,
  #info-page .post-detail img + p,
  #info-page .post-detail h3 + p,
  #info-page .post-detail h4 + p,
  #info-page .post-detail h5 + p {
    margin-top: 15px; }
  #info-page .post-detail p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .08em; }
  #info-page .post-detail p + p {
    margin-top: 15px; } }

/* contact page
========================================================= */
#seminar-page .mw_wp_form .error-area,
#contact-page .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#seminar-page .mw_wp_form.mw_wp_form_error .error-area,
#contact-page .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#seminar-page .mw_wp_form .confilm-area,
#contact-page .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; }
#seminar-page .mw_wp_form.mw_wp_form_confirm .confilm-area,
#contact-page .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#seminar-page .mw_wp_form dl .error,
#contact-page .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #seminar-page .mw_wp_form dl .error + .error,
  #contact-page .mw_wp_form dl .error + .error {
    left: 200px; }
#seminar-page .mw_wp_form dd,
#contact-page .mw_wp_form dd {
  position: relative; }
#seminar-page .mw_wp_form dt,
#contact-page .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD; }
  #seminar-page .mw_wp_form dt:before,
  #contact-page .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #001835;
    top: 0;
    left: 0; }
  #seminar-page .mw_wp_form dt span.must,
  #contact-page .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #001835;
    color: #001835;
    font-size: 14px;
    line-height: 1; }
#seminar-page .mw_wp_form dd.flex-col4,
#contact-page .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #seminar-page .mw_wp_form dd.flex-col4 > span:not(.error),
  #contact-page .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #seminar-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4),
    #contact-page .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #seminar-page .mw_wp_form dd.flex-col4 > span:not(.error),
      #contact-page .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#seminar-page .mw_wp_form dd.flex-col2,
#contact-page .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 768px) {
    #seminar-page .mw_wp_form dd.flex-col2 > span:not(.error),
    #contact-page .mw_wp_form dd.flex-col2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      #seminar-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2),
      #contact-page .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    #seminar-page .mw_wp_form dd.flex-col2 > input,
    #contact-page .mw_wp_form dd.flex-col2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      #seminar-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2),
      #contact-page .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    #seminar-page .mw_wp_form dd.flex-col2,
    #contact-page .mw_wp_form dd.flex-col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #seminar-page .mw_wp_form dd.flex-col2 > span:not(.error), #seminar-page .mw_wp_form dd.flex-col2 > input,
      #contact-page .mw_wp_form dd.flex-col2 > span:not(.error),
      #contact-page .mw_wp_form dd.flex-col2 > input {
        width: 100%;
        margin-left: 0; } }
#seminar-page .mw_wp_form dl + dl,
#contact-page .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    #seminar-page .mw_wp_form dl + dl,
    #contact-page .mw_wp_form dl + dl {
      margin-top: 40px; } }
#seminar-page .mw_wp_form .mwform-radio-field-text,
#contact-page .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F0F0F1;
  font-size: 16px !important;
  cursor: pointer; }
  #seminar-page .mw_wp_form .mwform-radio-field-text:before, #seminar-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #seminar-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #seminar-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #seminar-page .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #001835;
    z-index: 1; }
  #seminar-page .mw_wp_form .mwform-radio-field-text:after,
  #contact-page .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#seminar-page .mw_wp_form .mwform-radio-field,
#contact-page .mw_wp_form .mwform-radio-field {
  margin-top: 15px; }
#seminar-page .mw_wp_form input[type=radio],
#contact-page .mw_wp_form input[type=radio] {
  display: none; }
#seminar-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after,
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #001835; }
#seminar-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before,
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#seminar-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text,
#contact-page .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #001835;
  color: white; }
#seminar-page .mw_wp_form input[type=file],
#contact-page .mw_wp_form input[type=file] {
  margin-top: 20px; }
#seminar-page .mw_wp_form input[type="text"], #seminar-page .mw_wp_form input[type="email"], #seminar-page .mw_wp_form input[type="url"], #seminar-page .mw_wp_form textarea,
#contact-page .mw_wp_form input[type="text"],
#contact-page .mw_wp_form input[type="email"],
#contact-page .mw_wp_form input[type="url"],
#contact-page .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F0F0F1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  @media screen and (max-width: 959px) {
    #seminar-page .mw_wp_form input[type="text"], #seminar-page .mw_wp_form input[type="email"], #seminar-page .mw_wp_form input[type="url"], #seminar-page .mw_wp_form textarea,
    #contact-page .mw_wp_form input[type="text"],
    #contact-page .mw_wp_form input[type="email"],
    #contact-page .mw_wp_form input[type="url"],
    #contact-page .mw_wp_form textarea {
      margin-top: 8px; } }
#seminar-page .mw_wp_form .mwform-tel-field,
#contact-page .mw_wp_form .mwform-tel-field {
  width: 100%; }
#seminar-page .mw_wp_form .mwform-tel-field input[type="text"],
#contact-page .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #seminar-page .mw_wp_form .mwform-tel-field input[type="text"],
    #contact-page .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#seminar-page .mw_wp_form select,
#contact-page .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F0F0F1;
  border-radius: 5px; }
#seminar-page .contact-policy,
#contact-page .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F0F0F1; }
  #seminar-page .contact-policy .section,
  #contact-page .contact-policy .section {
    margin-top: 30px; }
  #seminar-page .contact-policy .section-title,
  #contact-page .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #seminar-page .contact-policy .section-title:before,
    #contact-page .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #seminar-page .contact-policy .section-title + .section-main,
    #contact-page .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #seminar-page .contact-policy .inner,
  #contact-page .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #seminar-page .contact-policy,
    #contact-page .contact-policy {
      padding: 15px; } }
#seminar-page .button,
#contact-page .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #seminar-page .button,
    #contact-page .button {
      margin-top: 30px; } }
#seminar-page input[type="submit"],
#contact-page input[type="submit"] {
  background: #001835;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #seminar-page input[type="submit"],
    #contact-page input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #seminar-page input[type="submit"]:hover,
  #contact-page input[type="submit"]:hover {
    opacity: .7; }
#seminar-page .btns,
#contact-page .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) {
    #seminar-page .btns,
    #contact-page .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  #seminar-page .mw_wp_form_confirm .btns .button:nth-of-type(1),
  #contact-page .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#seminar-page p + .mw_wp_form,
#contact-page p + .mw_wp_form {
  margin-top: 50px; }
#seminar-page .address,
#contact-page .address {
  padding: 15px; }
  #seminar-page .address dl,
  #contact-page .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; }
    #seminar-page .address dl + dl,
    #contact-page .address dl + dl {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      #seminar-page .address dl,
      #contact-page .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #seminar-page .address dl dt,
    #contact-page .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #seminar-page .address dl dt:before,
      #contact-page .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #seminar-page .address dl dt,
        #contact-page .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #seminar-page .address dl dt .error,
          #contact-page .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #seminar-page .address dl dd,
    #contact-page .address dl dd {
      width: 80%; }
      #seminar-page .address dl dd input,
      #contact-page .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #seminar-page .address dl dd,
        #contact-page .address dl dd {
          width: 100%; } }
#seminar-page .mw_wp_form,
#contact-page .mw_wp_form {
  margin-top: 50px; }
#seminar-page .selector,
#contact-page .selector {
  margin-top: 40px; }
#seminar-page #selector01 dt, #seminar-page #selector01 dd, #seminar-page #selector01 .must,
#contact-page #selector01 dt,
#contact-page #selector01 dd,
#contact-page #selector01 .must {
  font-family: YakuHanJP, "Noto Sans SC", sans-serif; }

.wp-pagenavi {
  text-align: center;
  margin-top: 50px; }

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

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