@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP&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 {
  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;
  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"] {
  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 {
  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 {
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  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 {
  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 */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* 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 -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* [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>
*/
/* 基本タグのフォントサイズを指定（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;
  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) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none; } }

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

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

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

.fr {
  float: right; }

.fl {
  float: left; }

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

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

.tR {
  text-align: right; }

.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: #F26161; }
span.underline {
  text-decoration: underline; }

p {
  color: #212121;
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 16px; } }
  p.left {
    text-align: left; }
  p.right {
    text-align: right; }
  p.center {
    text-align: center; }
  p.attention {
    font-size: 0.71rem;
    color: #666666;
    margin-left: 1em;
    text-indent: -1em; }
  p + .table, p + ul, p + .btn {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      p + .table, p + ul, p + .btn {
        margin-top: 50px; } }
  p:not(.attention) + p {
    margin-top: 15px; }
  p.block {
    padding: 30px;
    background: #f5f5f5; }
    @media screen and (max-width: 767px) {
      p.block {
        padding: 15px; } }
    p.block--white {
      padding: 30px;
      background: white; }
      @media screen and (max-width: 767px) {
        p.block--white {
          padding: 15px; } }

.img--small {
  width: 80%;
  margin: 0 auto; }
.img.bordered, .bordered.img--small {
  padding: 10% 5%;
  border: 1px solid #E5E5E5; }
.img.center, .center.img--small {
  text-align: center; }
.img + p, .img--small + p {
  margin-top: 15px; }

#img-joseikin {
  max-width: 500px; }
  #img-joseikin img {
    width: 100%; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .map {
      margin-top: 30px; } }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
  padding-right: 40px;
  text-align: center; }
  .btn a {
    display: inline-block;
    height: 40px;
    width: 100%;
    max-width: 400px;
    background: #f5f5f5;
    text-align: center;
    font: normal 12px/1 "Lato", serif;
    letter-spacing: .2em;
    text-decoration: none;
    padding-top: 15px;
    transition: background-color .3s ease, color .3s ease; }
    .btn a:hover {
      color: white;
      background: #212121; }
  .btn.white a {
    background-color: white; }
    .btn.white a:hover {
      color: white;
      background: #212121; }
  .btn.incolored {
    padding: 0 20px; }

.table {
  width: 100%; }
  .table tr {
    line-height: 1.8;
    border-bottom: dotted 1px #ddd; }
    .table tr th, .table tr td {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .table tr th, .table tr td {
          font-size: 14px; } }
    .table tr th {
      width: 250px;
      padding: 15px 0 15px 15px;
      text-align: left; }
      @media screen and (max-width: 959px) {
        .table tr th {
          width: 140px; } }
    .table tr td {
      margin-left: 250px;
      padding: 15px 0; }
    .table tr:first-of-type {
      border-top: dotted 1px #ddd; }
  @media screen and (max-width: 959px) {
    .table.spdb tr th {
      display: block;
      width: 100%;
      background: #f5f5f5; }
    .table.spdb tr td {
      display: block;
      width: 100%;
      margin-left: 0; } }

/* =========================================================
	common comprnent
========================================================= */
.article {
  display: block; }
  .article__thumbnail {
    position: relative; }
    .article__thumbnail img {
      max-width: calc(100vw - 40px); }
      @media screen and (min-width: 768px) {
        .article__thumbnail img {
          max-width: 100%; } }
    .article__thumbnail .blur {
      position: absolute;
      top: 20px;
      left: 20px;
      filter: blur(13px);
      opacity: .5;
      z-index: -1; }
    .article__thumbnail + .article__contents {
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .article__thumbnail + .article__contents {
          margin-top: 50px; } }
    .article__thumbnail.right {
      text-align: right; }
      @media screen and (min-width: 768px) {
        .article__thumbnail.right .blur {
          left: -20px; } }
  .article__title {
    padding-left: 40px;
    font: bold 20px/1 "Lato", serif; }
    .article__title + .article__main, .article__title + .article__main--under {
      margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .article__title {
        font-size: 35px;
        padding-left: 0;
        margin: 0 auto;
        max-width: 1040px;
        width: 100%;
        padding: 0 20px; }
        .article__title + .article__main, .article__title + .article__main--under {
          margin-top: 50px; } }
    .article__title.center {
      text-align: center;
      padding-right: 40px; }
    .article__title.large {
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .article__title.large {
          font-size: 55px; } }
  .article__main {
    padding-left: 40px; }
    @media screen and (min-width: 768px) {
      .article__main {
        padding-left: 0;
        margin: 0 auto;
        max-width: 1040px;
        width: 100%;
        padding: 0 20px; } }
    .article__main.center {
      padding-left: 20px;
      padding-right: 20px; }
    .article__main--under {
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 768px) {
        .article__main--under {
          margin: 0 auto;
          max-width: 1040px;
          width: 100%;
          padding: 0 20px; } }
  .article .btn__arrow {
    position: relative;
    padding-top: 40px; }
    .article .btn__arrow a {
      position: absolute;
      bottom: 0;
      right: 20px; }
    @media screen and (min-width: 768px) {
      .article .btn__arrow {
        padding-top: 50px; }
        .article .btn__arrow a {
          right: 0; }
          .article .btn__arrow a:hover {
            opacity: .6; } }
  @media screen and (min-width: 768px) {
    .article.inthumbnail {
      max-width: 1040px;
      width: 100%;
      padding: 0 20px;
      margin-left: auto;
      margin-right: auto;
      display: flex; }
      .article.inthumbnail .article__thumbnail {
        width: 50%; }
      .article.inthumbnail .article__contents {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%; }
        .article.inthumbnail .article__contents > div {
          width: 80%; } }
  .article.colored {
    padding: 80px 0;
    background-color: #f5f5f5; }
    @media screen and (min-width: 768px) {
      .article.colored {
        padding: 150px 0; } }
  .article + .article {
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      .article + .article {
        margin-top: 150px; } }

.section {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .section {
      margin-top: 60px; } }
  .section__title {
    padding: 10px 0 10px 5px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    font: bold 14px/1.4 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em; }
    .section__title + .section__main {
      margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .section__title {
        font-weight: normal;
        font-size: 20px;
        padding: 20px 0 20px 10px; }
        .section__title + .section__main {
          margin-top: 50px; } }
  .section.conclution {
    padding: 15px;
    background: #f5f5f5; }
  .section h4 {
    margin: 30px 0 15px;
    font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .section h4 {
        font-size: 18px;
        font-weight: normal; } }

.list__headlink {
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    .list__headlink {
      height: 720px; } }
  .list__headlink a {
    text-decoration: none; }
  .list__headlink h3 {
    font: lighter 26px/1 "Lato", serif;
    color: #F26161; }
    .list__headlink h3 span {
      color: #212121;
      margin-right: 20px;
      font-size: 12px;
      line-height: 22px;
      vertical-align: top; }
  .list__headlink p {
    position: relative;
    display: inline-block;
    font: normal 12px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .08em;
    margin-top: 10px;
    padding-left: 35px; }
    .list__headlink p:before {
      content: "";
      position: absolute;
      bottom: 0;
      display: block;
      width: 0%;
      height: 1px;
      background: #212121;
      transition: width .15s ease; }
  .list__headlink > li + li {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #DDDDDD; }
  @media screen and (max-width: 959px) {
    .list__headlink > li:last-of-type {
      padding-bottom: 70px; } }
  @media screen and (min-width: 960px) {
    .list__headlink {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .list__headlink > li {
        margin-top: 18px;
        padding-top: 15px;
        border-top: 1px solid #DDDDDD;
        width: 40%; }
        .list__headlink > li:nth-child(even) {
          margin-left: 10px; }
        .list__headlink > li > a:hover p:before {
          width: calc(100% - 35px); } }
  .list__headlink > li {
    opacity: 0;
    transform: translateX(-100%); }
  .list__headlink.on > li {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
    .list__headlink.on > li:nth-child(1) {
      animation-delay: .2s; }
    .list__headlink.on > li:nth-child(2) {
      animation-delay: .3s; }
    .list__headlink.on > li:nth-child(3) {
      animation-delay: .4s; }
    .list__headlink.on > li:nth-child(4) {
      animation-delay: .5s; }
    .list__headlink.on > li:nth-child(5) {
      animation-delay: .6s; }
    .list__headlink.on > li:nth-child(6) {
      animation-delay: .7s; }
    .list__headlink.on > li:nth-child(7) {
      animation-delay: .8s; }
    .list__headlink.on > li:nth-child(8) {
      animation-delay: .9s; }
    .list__headlink.on > li:nth-child(9) {
      animation-delay: 1s; }
    .list__headlink.on > li:nth-child(10) {
      animation-delay: 1.1s; }
.list__subheadlink {
  margin-top: 15px;
  padding: 10px 35px;
  background: #f5f5f5; }
  .list__subheadlink h4 {
    font: normal 12px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .list__subheadlink h4 span {
      border-bottom: 1px solid #DDDDDD; }
  .list__subheadlink a:hover span {
    border-bottom: 1px solid #212121; }
.list-links a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #212121;
  text-decoration: none;
  transition: background-color .15s ease; }
  .list-links a:hover {
    background-color: #f5f5f5; }
  @media screen and (min-width: 768px) {
    .list-links a {
      font-size: 16px; } }
.list-links .item__date {
  font-family: "Lato", serif;
  color: #666666; }
.list-links .item__title {
  padding: 0 40px 0 30px; }
  .list-links .item__title.large {
    font-size: 14px; }
.list-links .item__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px; }
.list-links .item__label {
  width: 40px;
  font-family: "Lato", serif;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .list-links .item__label {
      width: 70px; } }
.list-links__item {
  border-bottom: 1px solid #212121; }
  .list-links__item:first-of-type {
    border-top: 1px solid #212121; }
.list-links--results li {
  position: relative;
  display: flex;
  padding: 20px 0;
  font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #212121;
  text-decoration: none;
  transition: background-color .15s ease; }
  @media screen and (min-width: 768px) {
    .list-links--results li {
      font-size: 16px; } }
  .list-links--results li a {
    width: 100%;
    display: flex;
    justify-content: space-between; }
.list-links--results .item__date {
  font-family: "Lato", serif;
  color: #666666; }
.list-links--results .item__title {
  padding: 0 10px 0 10px; }
  .list-links--results .item__title.large {
    font-size: 14px; }
.list-links--results .item__btn {
  position: absolute;
  top: 24px;
  right: 20px; }
.list-links--results .item__label {
  width: 40px;
  font-family: "Lato", serif;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .list-links--results .item__label {
      width: 70px; } }
.list-links--results .item__pos {
  color: #F26161;
  padding-right: 10px; }
@media screen and (min-width: 768px) {
  .list-links--results {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .list-links--results li {
      width: calc(50% - 25px); }
    .list-links--results .list-links__item:nth-of-type(2) {
      border-top: 1px solid #212121; } }
.list-voices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px; }
  @media screen and (min-width: 768px) {
    .list-voices {
      justify-content: start; } }
  .list-voices__item {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .list-voices__item {
        width: calc((100% - 30px)/4);
        margin-left: 10px; }
        .list-voices__item:nth-of-type(4n + 1) {
          margin-left: 0px; }
        .list-voices__item:first-of-type {
          margin-left: 0px; } }
  .list-voices + .btn {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .list-voices + .btn {
        margin-top: 50px; } }
  .list-voices a:hover {
    opacity: .6; }
.list-icons {
  display: flex;
  justify-content: space-around; }
  @media screen and (min-width: 768px) {
    .list-icons {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  .list-icons__item {
    text-align: center; }
    .list-icons__item a {
      text-decoration: none !important; }
    .list-icons__item .img, .list-icons__item .img--small {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      margin: 0 auto;
      margin-bottom: 25px; }
    .list-icons__item p {
      font: bold 12px/1 "Lato", serif;
      letter-spacing: .2em; }
    @media screen and (min-width: 768px) {
      .list-icons__item a {
        display: block;
        width: 100%;
        padding: 40px;
        transition: background-color .15s ease; }
        .list-icons__item a:hover {
          background-color: #f5f5f5; }
      .list-icons__item .img, .list-icons__item .img--small {
        width: 60px;
        height: 60px; }
        .list-icons__item .img img, .list-icons__item .img--small img {
          width: 60px; }
      .list-icons__item p {
        font-size: 16px; } }
.list-iconlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list-iconlinks .item {
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    .list-iconlinks .item a {
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px 10px;
      border: 1px solid #E5E5E5;
      transition: background-color .15s ease; }
      .list-iconlinks .item a:hover {
        background-color: #f5f5f5; }
      @media screen and (min-width: 768px) {
        .list-iconlinks .item a {
          padding: 50px 10px; } }
    .list-iconlinks .item.active a {
      background: #DDDDDD !important; }
    .list-iconlinks .item__icon {
      margin: 0 auto 20px;
      width: 100%;
      height: 40px;
      text-align: center; }
      .list-iconlinks .item__icon img {
        max-width: none;
        max-height: 100%; }
      @media screen and (min-width: 768px) {
        .list-iconlinks .item__icon {
          height: 80px; } }
    .list-iconlinks .item__entitle {
      text-align: center;
      margin-bottom: 10px; }
      .list-iconlinks .item__entitle p {
        font: bold 14px/1 "Lato", serif; }
        @media screen and (min-width: 768px) {
          .list-iconlinks .item__entitle p {
            font-size: 20px; } }
    .list-iconlinks .item__title {
      text-align: center; }
      .list-iconlinks .item__title p {
        font: normal 10px/1.4 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (min-width: 768px) {
          .list-iconlinks .item__title p {
            font-size: 16px; } }
    .list-iconlinks .item.col2 {
      width: 100%; }
.list-faq li {
  position: relative;
  transition: all .2s;
  padding: 20px auto;
  border-top: 1px solid #212121; }
  .list-faq li:last-child {
    border-bottom: 1px solid #212121; }
  .list-faq li .number {
    font-size: 1.777em;
    font-weight: lighter;
    letter-spacing: .1em;
    font-family: "Lato", serif;
    color: #F26161;
    vertical-align: -3px; }
    .list-faq li .number span {
      color: #F26161; }
    @media screen and (max-width: 959px) {
      .list-faq li .number {
        position: absolute;
        font-size: 1.2em;
        top: 21px; } }
  .list-faq li:last-child {
    margin-bottom: 0; }
  .list-faq li .answer,
  .list-faq li .question {
    padding: 30px;
    position: relative; }
    .list-faq li .answer p,
    .list-faq li .question p {
      display: inline-block;
      margin-bottom: 0 !important;
      padding-left: 30px;
      text-align: left; }
    @media screen and (max-width: 959px) {
      .list-faq li .answer,
      .list-faq li .question {
        padding: 15px; }
        .list-faq li .answer p,
        .list-faq li .question p {
          padding-left: 47px;
          padding-right: 20px; } }
  .list-faq li .question {
    position: relative;
    transition: all .2s;
    cursor: pointer;
    z-index: 2; }
    .list-faq li .question:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "+";
      color: #212121;
      font-size: 40px;
      font-family: "Lato", serif;
      right: 30px;
      font-weight: normal; }
      @media screen and (max-width: 959px) {
        .list-faq li .question:after {
          font-size: 20px; } }
    .list-faq li .question.on {
      border-radius: 10px 10px 0 0; }
      .list-faq li .question.on:after {
        content: "-"; }
    @media screen and (min-width: 960px) {
      .list-faq li .question p {
        font-size: 18px !important;
        font-weight: bold;
        text-align: left; } }
    @media screen and (max-width: 959px) {
      .list-faq li .question:after {
        right: 5px;
        top: 32px; }
      .list-faq li .question p {
        padding-left: 46px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: left; } }
  .list-faq li .answer {
    padding-top: 0;
    padding-left: 55px;
    display: none;
    min-height: 0px;
    font-size: 16px;
    text-align: left; }
    @media screen and (max-width: 959px) {
      .list-faq li .answer {
        padding-left: 0; }
        .list-faq li .answer p {
          padding-left: 61px;
          padding-right: 10px; } }

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

ol.num li {
  position: relative;
  padding-left: 28px;
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  ol.num li span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lato", serif;
    border-radius: 3px;
    line-height: 1;
    padding: 2px 3px 3px 4px;
    vertical-align: 1px;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0; }
  ol.num li + li {
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    ol.num li {
      font-size: 16px;
      padding-left: 35px; }
      ol.num li span {
        font-size: 16px;
        top: 3px; } }
ol.num + p {
  margin-top: 15px; }

dl.solution dt {
  position: relative;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    dl.solution dt {
      font-weight: bold; } }
dl.solution dd {
  padding: 10px 10px 12px;
  background: #f5f5f5;
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (min-width: 768px) {
    dl.solution dd {
      font-size: 16px; } }
dl.solution + .solution {
  margin-top: 30px; }
dl.flow dt {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 26px; }
  @media screen and (max-width: 767px) {
    dl.flow dt {
      padding-left: 15px; } }
  dl.flow dt p,
  dl.flow dt h2 {
    display: inline;
    font: normal 20px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    dl.flow dt p span,
    dl.flow dt h2 span {
      font: normal 16px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      dl.flow dt p,
      dl.flow dt h2 {
        font-size: 16px; }
        dl.flow dt p span,
        dl.flow dt h2 span {
          font-size: 12px; } }
  dl.flow dt span {
    font: lighter 2em/1 "Lato", serif;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      dl.flow dt span {
        font-size: 24px; } }
  dl.flow dt:before {
    position: absolute;
    top: -13px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -7px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      dl.flow dt:before {
        top: -14px;
        width: 13px;
        height: 13px; } }
dl.flow dd {
  padding: 30px;
  background: #f5f5f5; }
  dl.flow dd .list-links {
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    dl.flow dd {
      padding: 20px; } }
dl.flow + .flow {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    dl.flow + .flow {
      margin-top: 60px; } }
@media screen and (max-width: 767px) {
  dl.flow.mts dt {
    padding-bottom: 7.5px;
    margin-bottom: 7.5px; }
    dl.flow.mts dt p {
      font-weight: bold;
      font-size: 14px; }
    dl.flow.mts dt:before {
      top: -4px; } }
dl.flow.mts dt:before {
  border-color: #F26161; }
dl.flow.mts + .mts {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    dl.flow.mts + .mts {
      margin-top: 40px; } }

.flex, .flex--rev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex__item {
    width: calc(50% - 25px); }
    .flex__item img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .flex__item {
      width: 100%; }
      .flex__item + .flex__item {
        margin-top: 30px; } }
  @media screen and (min-width: 768px) {
    .flex--rev {
      flex-flow: row-reverse; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

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

.post__title {
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .1em; }
  @media screen and (min-width: 768px) {
    .post__title {
      font-size: 30px; } }
  .post__title.voice {
    position: relative;
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 30px;
    font-weight: normal; }
    .post__title.voice span {
      font-size: 0.7em;
      margin-left: 5px; }
    .post__title.voice:before {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #666;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
.post__date {
  background: #f5f5f5;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .post__date {
      font-size: 14px; } }
.post__btn {
  padding-right: 0;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .post__btn {
      margin-top: 80px; } }
.post__detail p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 767px) {
    .post__detail p {
      font-size: 14px; } }
.post__detail h3 {
  font-size: 20px !important;
  padding: 10px 5px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding-left: 20px !important; }
  .post__detail h3:before {
    content: none !important; }
.post__detail h4 {
  font-size: 20px;
  font-weight: bold; }
.post__detail h5 {
  font-size: 16px; }
.post__detail h3, .post__detail h4, .post__detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  .post__detail h3:before, .post__detail h4:before, .post__detail h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #212121; }
.post__detail h3:before {
  height: calc(100% - 10px); }
.post__detail h5:before {
  background: #212121; }
.post__detail p + p,
.post__detail p + img,
.post__detail img + p,
.post__detail h3 + p,
.post__detail h4 + p,
.post__detail h5 + p {
  margin-top: 30px; }
.post__detail strong {
  font-weight: bold; }
@media screen and (max-width: 959px) {
  .post__detail h3 {
    font-size: 16px !important; }
  .post__detail h4 {
    font-size: 16px; }
  .post__detail h5 {
    font-size: 14px;
    font-weight: bold; }
  .post__detail h3, .post__detail h4, .post__detail h5 {
    margin-top: 30px;
    padding-left: 15px; }
    .post__detail h3:before, .post__detail h4:before, .post__detail h5:before {
      width: 2px; }
  .post__detail p + img,
  .post__detail img + p,
  .post__detail h3 + p,
  .post__detail h4 + p,
  .post__detail h5 + p {
    margin-top: 15px; } }

.slider {
  margin: 0 auto;
  max-width: 660px;
  width: 100%; }
  .slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .slider .slick-slide {
        height: 495px; } }
    @media screen and (max-width: 767px) {
      .slider .slick-slide {
        height: 66vw; } }

/* =========================================================
	general
========================================================= */
@media screen and (max-width: 767px) {
  body:not(#home-page) .article__title {
    padding-left: 20px; } }

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

/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  padding-top: 140px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pagetitle {
      padding-top: 90px; } }
  .pagetitle__title h1 {
    font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em; }
  .pagetitle__title p.en-ttl {
    margin-top: 10px;
    font: bold 55px/1 "Lato", serif;
    letter-spacing: .2em; }
  @media screen and (max-width: 767px) {
    .pagetitle__title h1 {
      font-size: 10px; }
    .pagetitle__title p.en-ttl {
      font-size: 30px; } }
  .pagetitle__thumbnail {
    margin-top: 100px;
    height: 500px;
    width: 90%;
    margin-left: 10%;
    background-size: cover;
    background-position: center;
    background-image: url(/images/pagetitle/system.jpg); }
    @media screen and (max-width: 767px) {
      .pagetitle__thumbnail {
        margin-top: 60px;
        margin-left: 0;
        width: 100%;
        height: 50vw; } }
  .pagetitle + .article {
    margin-top: 150px; }
    @media screen and (max-width: 767px) {
      .pagetitle + .article {
        margin-top: 80px; } }

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

/* =========================================================
	header
========================================================= */
.header__logo {
  position: fixed;
  z-index: 10;
  padding: 35px 40px; }
  .header__logo p, .header__logo h1 {
    line-height: 1; }
  @media screen and (max-width: 767px) {
    .header__logo {
      padding: 20px; }
      .header__logo img {
        width: 186px; } }
.header__menu {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 8; }
  @media screen and (max-width: 767px) {
    .header__menu {
      top: 23px;
      right: 20px; } }
.header .menu__btn {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .header .menu__btn figure {
    display: block;
    width: 20px;
    height: 2px;
    background: #212121;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
    .header .menu__btn figure + figure {
      margin-top: 4px; }
  .header .menu__btn.on figure:nth-child(1) {
    transform: rotate(45deg) translate(18%, 34%); }
  .header .menu__btn.on figure:nth-child(2) {
    transform: rotate(-45deg) translate(18%, -34%); }
.header .menu__main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 0;
  height: 100%;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: width 1.25s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media screen and (max-width: 959px) {
    .header .menu__main {
      height: 100vh; } }
  .header .menu__main > ul {
    min-width: 320px; }
    @media screen and (min-width: 960px) {
      .header .menu__main > ul {
        min-width: 800px; } }
  .header .menu__main::-webkit-scrollbar {
    display: none; }
  .header .menu__main.on {
    width: 800px; }
    @media screen and (max-width: 959px) {
      .header .menu__main.on {
        width: 100%; } }
.header__contact {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 8; }
  @media screen and (max-width: 767px) {
    .header__contact {
      bottom: 20px;
      right: 20px; } }
  .header__contact a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #F26161;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background-color .1s ease; }
    .header__contact a:hover {
      background: #212121; }
.header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 56px;
  background: white;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .header:before {
      height: 88px; } }

/* =========================================================
	footer
========================================================= */
.footer__logo {
  text-align: center; }
  .footer__logo img {
    width: 190px; }
.footer__copyright {
  padding: 20px 0 30px;
  text-align: center; }
  .footer__copyright p {
    font: normal 10px/1 "Lato", serif;
    color: #666666; }
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 340px; }
  .footer__copyright {
    padding: 40px 0 100px; }
    .footer__copyright p {
      font-size: 14px; } }

/* home page
========================================================= */
#home-page .mv {
  position: relative;
  padding-top: 220px; }
  @media screen and (min-width: 768px) {
    #home-page .mv {
      padding-top: 90px;
      padding-left: 10vw; } }
  #home-page .mv__hero {
    width: 100vw;
    height: 172vw;
    background-size: cover;
    background-position: bottom left;
    background-image: url(/images/index/mv-sp.jpg);
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #home-page .mv__hero {
        width: 60vw;
        height: 39vw;
        min-height: 560px;
        background-image: url(/images/index/mv.jpg); } }
  #home-page .mv__encopy {
    position: absolute;
    top: 110px;
    right: 16px; }
    #home-page .mv__encopy p {
      color: #212121;
      font: bold 30px/1.83 "Lato", serif;
      letter-spacing: .1em;
      text-align: right; }
      #home-page .mv__encopy p .sp-white {
        color: white; }
        @media screen and (min-width: 768px) {
          #home-page .mv__encopy p .sp-white {
            color: #212121; } }
    @media screen and (min-width: 768px) {
      #home-page .mv__encopy {
        right: calc(10vw - 40px);
        top: 80px; }
        #home-page .mv__encopy p {
          padding-right: 32px;
          font-size: 55px; } }
  #home-page .mv__jacopy {
    position: absolute;
    top: calc(220px + 38vw);
    right: 20px;
    padding-right: 11px;
    height: auto;
    width: 25px; }
    @media screen and (min-width: 768px) {
      #home-page .mv__jacopy {
        height: 330px; } }
    #home-page .mv__jacopy p {
      color: #212121;
      font: normal 14px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      writing-mode: vertical-rl; }
      #home-page .mv__jacopy p:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        width: 1px;
        height: 10px;
        background-color: #212121; }
      #home-page .mv__jacopy p:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -25px;
        width: 1px;
        height: 5px;
        background-color: #212121; }
    #home-page .mv__jacopy:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #212121; }
    @media screen and (min-width: 768px) {
      #home-page .mv__jacopy {
        right: calc(10vw - 2px);
        top: 410px;
        padding-right: 10px; }
        #home-page .mv__jacopy p {
          font-size: 16px; } }
#home-page .cnt-info {
  margin-top: 60px !important; }
  #home-page .cnt-info + .article {
    margin-top: 60px !important; }
  @media screen and (min-width: 768px) {
    #home-page .cnt-info {
      margin-top: 150px !important; }
      #home-page .cnt-info + .article {
        margin-top: 150px !important; } }

#training-page #cnt-50time .num {
  margin: 30px 0; }
  @media screen and (max-width: 767px) {
    #training-page #cnt-50time .num {
      margin: 15px 0; } }

#contact-page .form,
#contact-page .tel {
  padding: 40px 20px;
  background: #f5f5f5;
  text-align: center; }
  #contact-page .form__num,
  #contact-page .tel__num {
    margin: 20px 0 10px; }
    #contact-page .form__num a,
    #contact-page .tel__num a {
      font: bold 22px/1 YakuHanJP, "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      text-decoration: none; }
      #contact-page .form__num a span,
      #contact-page .tel__num a span {
        font-size: 0.8em;
        margin-right: 3px; }
#contact-page .form {
  background: white;
  border: 1px solid #E5E5E5; }
  #contact-page .form__main {
    padding: 50px 30px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #contact-page .form__main {
        padding: 30px 0; } }
    #contact-page .form__main .mw_wp_form .error-area {
      display: none;
      padding: 13px 13px 15px;
      margin-bottom: 60px;
      background: rgba(236, 24, 52, 0.1);
      border: 1px solid #ec1834;
      color: #ec1834;
      text-align: center; }
    #contact-page .form__main .mw_wp_form.mw_wp_form_error .error-area {
      display: block; }
    #contact-page .form__main .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; }
    #contact-page .form__main .mw_wp_form.mw_wp_form_confirm .confilm-area {
      display: block; }
    #contact-page .form__main .mw_wp_form dl .error {
      display: inline-block;
      margin-top: 20px;
      margin-right: 8px;
      color: #ec1834;
      padding: 13px 13px 15px;
      background: rgba(236, 24, 52, 0.1); }
      #contact-page .form__main .mw_wp_form dl .error + .error {
        left: 200px; }
    #contact-page .form__main .mw_wp_form dd {
      position: relative; }
    #contact-page .form__main .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; }
      #contact-page .form__main .mw_wp_form dt:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 24px;
        background: #212121;
        top: 0;
        left: 0; }
      #contact-page .form__main .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; }
    #contact-page .form__main .mw_wp_form dd.flex-col4 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #contact-page .form__main .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: calc((100% - 30px)/4); }
        #contact-page .form__main .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
          padding-right: 0; }
        @media screen and (max-width: 959px) {
          #contact-page .form__main .mw_wp_form dd.flex-col4 > span:not(.error) {
            width: 100%;
            padding-left: 0;
            margin: 0;
            margin-top: 8px; } }
    #contact-page .form__main .mw_wp_form dd.flex-col2 {
      display: flex;
      justify-content: space-between; }
      #contact-page .form__main .mw_wp_form dd.flex-col2 > span:not(.error) {
        width: calc((100% - 8px)/2); }
        #contact-page .form__main .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
          padding-right: 0; }
      #contact-page .form__main .mw_wp_form dd.flex-col2 > input {
        width: calc((100% - 8px)/2);
        padding-right: 8px; }
        #contact-page .form__main .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
          margin-right: 0; }
    #contact-page .form__main .mw_wp_form dl + dl {
      margin-top: 60px; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main .mw_wp_form dl + dl {
          margin-top: 40px; } }
    #contact-page .form__main .mw_wp_form .mwform-radio-field-text {
      box-sizing: border-box;
      transition: background-color 0.2s linear;
      position: relative;
      display: block;
      padding: 15px 15px 15px 45px;
      border-radius: 5px;
      border: 1px solid #DDDDDD;
      background-color: #f5f5f5;
      font-size: 16px !important;
      cursor: pointer; }
      #contact-page .form__main .mw_wp_form .mwform-radio-field-text:before, #contact-page .form__main .mw_wp_form .mwform-radio-field-text:after {
        display: block;
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        content: ''; }
      #contact-page .form__main .mw_wp_form .mwform-radio-field-text:before {
        opacity: 0; }
      #contact-page .form__main .mw_wp_form .mwform-radio-field-text:after {
        transition: border-color 0.2s linear;
        left: 15px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border: 2px solid #bbb;
        border-radius: 2px;
        background: white; }
      #contact-page .form__main .mw_wp_form .mwform-radio-field-text:before {
        transition: opacity 0.2s linear;
        left: 21px;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #212121;
        z-index: 1; }
      #contact-page .form__main .mw_wp_form .mwform-radio-field-text:after {
        border-radius: 100%; }
    #contact-page .form__main .mw_wp_form .mwform-radio-field {
      margin-top: 15px; }
    #contact-page .form__main .mw_wp_form input[type=radio] {
      display: none; }
    #contact-page .form__main .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
      border-color: #212121; }
    #contact-page .form__main .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
      opacity: 1; }
    #contact-page .form__main .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
      background: #212121;
      color: white; }
    #contact-page .form__main .mw_wp_form input[type=file] {
      margin-top: 20px; }
    #contact-page .form__main .mw_wp_form input[type="text"], #contact-page .form__main .mw_wp_form input[type="email"], #contact-page .form__main .mw_wp_form input[type="url"], #contact-page .form__main .mw_wp_form textarea {
      -webkit-appearance: none;
      width: 100%;
      padding: 10px;
      border: solid 1px #DDDDDD;
      background: #f5f5f5;
      border-radius: 5px;
      box-sizing: border-box;
      font-size: 18px;
      margin-top: 15px; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main .mw_wp_form input[type="text"], #contact-page .form__main .mw_wp_form input[type="email"], #contact-page .form__main .mw_wp_form input[type="url"], #contact-page .form__main .mw_wp_form textarea {
          margin-top: 8px; } }
    #contact-page .form__main .mw_wp_form .mwform-tel-field {
      width: 100%; }
    #contact-page .form__main .mw_wp_form .mwform-tel-field input[type="text"] {
      width: 120px; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main .mw_wp_form .mwform-tel-field input[type="text"] {
          width: calc((100% - 32px)/3); } }
    #contact-page .form__main .mw_wp_form select {
      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;
      appearance: button;
      font-size: 18px !important;
      border: 1px solid #DDDDDD;
      background-color: #f5f5f5;
      border-radius: 5px; }
    #contact-page .form__main .contact-policy {
      padding: 30px;
      border-radius: 5px;
      border: 1px solid #DDDDDD;
      background: #f5f5f5; }
      #contact-page .form__main .contact-policy .section {
        margin-top: 30px; }
      #contact-page .form__main .contact-policy .section-title {
        position: relative;
        font-size: 18px;
        font-weight: bold;
        padding-left: 10px;
        line-height: 24px;
        border: 0; }
        #contact-page .form__main .contact-policy .section-title:before {
          content: "";
          position: absolute;
          width: 3px;
          height: 24px;
          background: #E60012;
          top: 0;
          left: 0; }
        #contact-page .form__main .contact-policy .section-title + .section-main {
          margin-top: 15px; }
      #contact-page .form__main .contact-policy .inner {
        max-height: 200px;
        overflow-y: scroll; }
      @media screen and (max-width: 767px) {
        #contact-page .form__main .contact-policy {
          padding: 15px; } }
    #contact-page .form__main .button {
      text-align: center;
      margin-top: 100px; }
      @media screen and (max-width: 767px) {
        #contact-page .form__main .button {
          margin-top: 30px; } }
    #contact-page .form__main 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;
      transition: background-color .15s ease; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main input[type="submit"] {
          padding: 15px 20px;
          min-width: 300px; } }
      #contact-page .form__main input[type="submit"]:hover {
        background: #212121; }
    #contact-page .form__main .btns {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main .btns {
          flex-wrap: wrap; } }
    @media screen and (min-width: 960px) {
      #contact-page .form__main .mw_wp_form_confirm .btns .button:nth-of-type(1) {
        margin-right: 40px; } }
    #contact-page .form__main p + .mw_wp_form {
      margin-top: 50px; }
    #contact-page .form__main .address {
      padding: 15px; }
      #contact-page .form__main .address dl {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd; }
        #contact-page .form__main .address dl + dl {
          margin-top: 20px !important; }
        @media screen and (max-width: 767px) {
          #contact-page .form__main .address dl {
            flex-wrap: wrap; } }
        #contact-page .form__main .address dl dt {
          width: 20%;
          border: 0;
          margin-bottom: 0;
          padding: 0 0 0 10px; }
          #contact-page .form__main .address dl dt:before {
            height: 100%;
            opacity: .6; }
          @media screen and (max-width: 767px) {
            #contact-page .form__main .address dl dt {
              width: 100%;
              margin-bottom: 10px; }
              #contact-page .form__main .address dl dt .error {
                margin-top: 0;
                margin-left: 10px;
                font-size: 13px;
                padding: 7px 10px 8px; } }
        #contact-page .form__main .address dl dd {
          width: 80%; }
          #contact-page .form__main .address dl dd input {
            margin: 0 !important; }
          @media screen and (max-width: 767px) {
            #contact-page .form__main .address dl dd {
              width: 100%; } }
    #contact-page .form__main .col3 {
      display: flex; }
      @media screen and (max-width: 767px) {
        #contact-page .form__main .col3 {
          flex-wrap: wrap; } }
      #contact-page .form__main .col3 .mwform-radio-field {
        width: 100%; }
        @media screen and (max-width: 767px) {
          #contact-page .form__main .col3 .mwform-radio-field {
            margin-left: 0; } }
    #contact-page .form__main .error-area {
      display: none;
      padding: 13px 13px 15px;
      margin-bottom: 60px;
      background: rgba(236, 24, 52, 0.1);
      border: 1px solid #ec1834;
      color: #ec1834;
      text-align: center; }
    #contact-page .form__main.mw_wp_form_error .error-area {
      display: block; }
    #contact-page .form__main .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; }
    #contact-page .form__main.mw_wp_form_confirm .confilm-area {
      display: block; }
    #contact-page .form__main .form-title {
      margin-top: 30px; }
      #contact-page .form__main .form-title h3 {
        margin: 0 !important; }
    #contact-page .form__main .contact-tel dt {
      padding-bottom: 10px;
      border-bottom: 2px solid #DDDDDD;
      font-size: 1.1em;
      font-weight: 600; }
    #contact-page .form__main .contact-tel dd span {
      color: #212121;
      font-size: 2.5em;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #contact-page .form__main .contact-tel dd span {
          display: block; } }
      #contact-page .form__main .contact-tel dd span i {
        margin-right: 5px;
        font-size: 0.8em; }
    #contact-page .form__main .step {
      display: table;
      table-layout: fixed;
      background: #fff; }
      #contact-page .form__main .step .item {
        display: table-cell;
        width: 33.3333%;
        padding: 30px 30px 20px;
        vertical-align: top;
        border-right: 1px dashed #DDDDDD;
        text-align: center; }
        #contact-page .form__main .step .item:last-child {
          border-right: none; }
      @media screen and (max-width: 959px) {
        #contact-page .form__main .step {
          display: block; }
          #contact-page .form__main .step .item {
            display: block;
            width: 100%;
            border: none;
            border-bottom: 1px dashed #DDDDDD; }
            #contact-page .form__main .step .item:last-child {
              border: none; } }
      #contact-page .form__main .step h4 {
        margin-bottom: 15px;
        color: #212121;
        font-size: 18px;
        font-weight: 600; }
        #contact-page .form__main .step h4 span {
          display: block;
          width: 30px;
          margin: 0 auto 5px;
          background: #212121;
          color: #fff;
          font-size: 16px;
          line-height: 31px;
          border-radius: 15px; }
      #contact-page .form__main .step i {
        display: block;
        margin: 0 auto 15px;
        color: #212121;
        font-size: 80px; }
  #contact-page .form .form dl {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    border-bottom: 1px dotted #e5e5e5; }
    #contact-page .form .form dl:first-of-type {
      border-top: 1px dotted #e5e5e5; }
    #contact-page .form .form dl .error {
      display: inline-block;
      margin-top: 20px;
      margin-right: 8px;
      color: #ef2027;
      padding: 13px 13px 15px;
      background: rgba(236, 24, 52, 0.1); }
      #contact-page .form .form dl .error + .error {
        left: 200px; }
    #contact-page .form .form dl dt:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    #contact-page .form .form dl dt.num {
      position: relative;
      padding-left: 40px; }
      #contact-page .form .form dl dt.num:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: #ef2027;
        border-radius: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
        padding: 0 0 0 2px; }
        @media screen and (max-width: 959px) {
          #contact-page .form .form dl dt.num:before {
            width: 26px;
            height: 26px;
            font-size: 14px;
            line-height: 24px;
            top: 35%;
            padding: 1px 0 0 0; } }
    #contact-page .form .form dl p.red {
      color: #F26161; }
    #contact-page .form .form dl:nth-child(2) dt.num:before {
      content: "1"; }
    #contact-page .form .form dl:nth-child(3) dt.num:before {
      content: "2"; }
    #contact-page .form .form dl:nth-child(4) dt.num:before {
      content: "3"; }
    #contact-page .form .form dl:nth-child(5) dt.num:before {
      content: "4"; }
    #contact-page .form .form dl:nth-child(6) dt.num:before {
      content: "5"; }
    #contact-page .form .form dl:nth-child(7) dt.num:before {
      content: "6"; }
    #contact-page .form .form dl:nth-child(8) dt.num:before {
      content: "7"; }
    #contact-page .form .form dl:nth-child(9) dt.num:before {
      content: "8"; }
    #contact-page .form .form dl:nth-child(10) dt.num:before {
      content: "9"; }
    #contact-page .form .form dl dd,
    #contact-page .form .form dl dt {
      display: table-cell;
      font-size: 100%;
      text-align: left;
      vertical-align: middle;
      padding: 0px;
      border-width: initial !important;
      border-style: none !important;
      border-color: initial !important;
      border-image: initial !important; }
      #contact-page .form .form dl dd .must,
      #contact-page .form .form dl dt .must {
        float: right; }
      @media screen and (max-width: 959px) {
        #contact-page .form .form dl dd,
        #contact-page .form .form dl dt {
          display: block;
          font-size: 14px !important; }
          #contact-page .form .form dl dd .must,
          #contact-page .form .form dl dt .must {
            font-size: 11px !important; } }
    #contact-page .form .form dl dt {
      width: 300px; }
      @media screen and (max-width: 959px) {
        #contact-page .form .form dl dt {
          width: 100%; } }
    #contact-page .form .form dl dd {
      padding-left: 20px; }
      @media screen and (max-width: 959px) {
        #contact-page .form .form dl dd {
          padding-left: 0 !important; } }
    #contact-page .form .form dl.sub > dd {
      position: relative; }
      #contact-page .form .form dl.sub > dd dl {
        padding: 10px 0;
        border: 0; }
        #contact-page .form .form dl.sub > dd dl dt {
          width: 130px; }
          @media screen and (max-width: 959px) {
            #contact-page .form .form dl.sub > dd dl dt {
              width: 100%; } }
  #contact-page .form .form input[type="number"], #contact-page .form .form input[type="text"], #contact-page .form .form input[type="email"], #contact-page .form .form input[type="url"], #contact-page .form .form input[type="tel"], #contact-page .form .form textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 10px;
    border: solid 1px #DDDDDD;
    background: #F4F5F7;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px !important; }
  #contact-page .form .form input.short {
    width: 130px !important; }
    @media screen and (max-width: 959px) {
      #contact-page .form .form input.short {
        width: 120px !important; } }
  #contact-page .form .form select {
    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;
    appearance: button;
    font-size: 18px !important;
    border: 1px solid #DDDDDD;
    background-color: white;
    border-radius: 5px; }
  #contact-page .form .form input[type=radio], #contact-page .form .form input[type=checkbox] {
    display: none; }
  #contact-page .form .form .mwform-checkbox-field-text,
  #contact-page .form .form .mwform-radio-field-text {
    box-sizing: border-box;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    background-color: white;
    font-size: 16px !important;
    cursor: pointer; }
    #contact-page .form .form .mwform-checkbox-field-text:before, #contact-page .form .form .mwform-checkbox-field-text:after,
    #contact-page .form .form .mwform-radio-field-text:before,
    #contact-page .form .form .mwform-radio-field-text:after {
      display: block;
      position: absolute;
      top: 50%;
      box-sizing: border-box;
      content: ''; }
    #contact-page .form .form .mwform-checkbox-field-text:before,
    #contact-page .form .form .mwform-radio-field-text:before {
      opacity: 0; }
    #contact-page .form .form .mwform-checkbox-field-text:after,
    #contact-page .form .form .mwform-radio-field-text:after {
      transition: border-color 0.2s linear;
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #bbb;
      border-radius: 2px;
      background: white; }
    #contact-page .form .form .mwform-checkbox-field-text:before,
    #contact-page .form .form .mwform-radio-field-text:before {
      transition: opacity 0.2s linear;
      left: 21px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #212121;
      z-index: 1; }
    #contact-page .form .form .mwform-checkbox-field-text:after,
    #contact-page .form .form .mwform-radio-field-text:after {
      border-radius: 100%; }
  @media screen and (max-width: 959px) {
    #contact-page .form .form .mwform-checkbox-field,
    #contact-page .form .form .mwform-radio-field {
      margin-top: 10px; } }
  #contact-page .form .form input[type=checkbox],
  #contact-page .form .form input[type=radio] {
    display: none; }
  #contact-page .form .form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
  #contact-page .form .form input[type=radio]:checked + .mwform-radio-field-text:after {
    border-color: #212121; }
  #contact-page .form .form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
  #contact-page .form .form input[type=radio]:checked + .mwform-radio-field-text:before {
    opacity: 1; }
  #contact-page .form .form input[type=file] {
    margin-top: 20px; }
  #contact-page .form .form .button {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      #contact-page .form .form .button:first-of-type {
        margin-top: 15px; } }
  #contact-page .form .form .button input {
    display: block;
    max-width: 270px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: #212121;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center; }
    #contact-page .form .form .button input:hover {
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
      #contact-page .form .form .button input {
        width: 200px !important;
        min-width: 0;
        height: 40px;
        font-size: 14px; } }
  #contact-page .form .form .flex-c2 {
    display: flex;
    justify-content: space-between; }
    #contact-page .form .form .flex-c2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      #contact-page .form .form .flex-c2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    #contact-page .form .form .flex-c2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      #contact-page .form .form .flex-c2 > input:nth-of-type(2) {
        margin-right: 0; }
    @media screen and (max-width: 959px) {
      #contact-page .form .form .flex-c2 {
        flex-wrap: wrap; }
        #contact-page .form .form .flex-c2 > input, #contact-page .form .form .flex-c2 > span:not(.error) {
          width: 100%;
          padding: 0;
          margin-left: 0; } }

.slider .slick-slide {
  position: relative;
  outline: none; }
  .slider .slick-slide img {
    margin: 0 auto; }
.slider .slick-prev, .slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
  .slider .slick-prev:before, .slider .slick-next:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/svg/arrow-c.svg);
    background-size: contain; }
  @media screen and (max-width: 767px) {
    .slider .slick-prev, .slider .slick-next {
      top: calc(50% - 15px);
      width: 30px;
      height: 30px; }
      .slider .slick-prev:before, .slider .slick-next:before {
        width: 30px;
        height: 30px; } }
.slider .slick-prev {
  left: 20px;
  z-index: 1; }
  .slider .slick-prev:before {
    transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .slider .slick-prev {
      left: 10px; } }
.slider .slick-next {
  right: 20px; }
  @media screen and (max-width: 767px) {
    .slider .slick-next {
      right: 10px; } }
.slider .slick-dots {
  max-width: 30%;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center; }
  .slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #cecece; }
    .slider .slick-dots li.slick-active {
      background: #212121; }
    .slider .slick-dots li + li {
      margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .slider .slick-dots {
      margin-top: 10px; }
      .slider .slick-dots li {
        width: 15px;
        height: 15px;
        border-radius: 7.5px; } }

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

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