@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|Oswald:400,700|Roboto+Condensed:400,700&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

main {
  display: block;
}

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

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

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

img {
  border-style: none;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  overflow: visible;
}

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

summary {
  display: list-item;
}

menu {
  display: block;
}

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

template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.fr {
  float: right;
}

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

.fl {
  float: left;
}

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

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

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

.tR {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* clearfix */
.clear-fix:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/YakuHanJP-Regular.eot");
  src: url("/assets/fonts/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/fonts/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/YakuHanJP-Bold.eot");
  src: url("/assets/fonts/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/fonts/YakuHanJP-Bold.woff") format("woff");
}
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 1.6;
}

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

body {
  color: #000;
  font-family: YakuHanJP, "Roboto Condensed", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: none;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  color: #1f8917;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
a figure {
  overflow: hidden;
}
a img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

/* =========================================================
	general
========================================================= */
.sm-inline {
  display: none;
}
@media (max-width: 575px) {
  .sm-inline {
    display: inline-block;
  }
}

.md-inline {
  display: none;
}
@media (max-width: 991px) {
  .md-inline {
    display: inline-block;
  }
}

.lg-inline {
  display: none;
}
@media (min-width: 992px) {
  .lg-inline {
    display: inline-block;
  }
}

.sm-blk {
  display: none;
}
@media (max-width: 575px) {
  .sm-blk {
    display: block;
  }
}

.md-blk {
  display: none;
}
@media (max-width: 991px) {
  .md-blk {
    display: block;
  }
}

.lg-blk {
  display: none;
}
@media (min-width: 992px) {
  .lg-blk {
    display: block;
  }
}

h2 {
  color: #e20300;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 7vw;
  }
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 30px;
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  h2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}
h2 .en {
  line-height: 1;
}
@media (min-width: 992px) {
  h2 .en {
    letter-spacing: 5px;
  }
}
h2 small {
  display: block;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 small {
    margin-top: 5px;
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  h2 small {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  h2 small {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
h2 i {
  position: relative;
  display: block;
  width: 60px;
  height: 2px;
  margin: auto;
}
@media (max-width: 767px) {
  h2 i {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  h2 i {
    margin-top: 20px;
  }
}
h2 i:before, h2 i:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 2px;
}
h2 i:before {
  left: 0;
  background: #1f8917;
}
h2 i:after {
  right: 0;
  background: #fed000;
}

h3 {
  padding-left: 15px;
  border-left: 3px solid #1f8917;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

article:after, section:after {
  content: " ";
  display: block;
  clear: both;
}
article p, article ul, article ol, article dl, section p, section ul, section ol, section dl {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, section p:last-child, section ul:last-child, section ol:last-child, section dl:last-child {
  margin-bottom: 0;
}

.contents article {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 60px;
}
.contents article.wide {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .contents article {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .contents article {
    padding: 0 0 150px;
  }
}
.contents section {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .contents section {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .contents section {
    padding-top: 60px;
  }
}
.contents h2 + section {
  padding-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
}
table th, table td {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
@media (max-width: 991px) {
  table th, table td {
    padding: 10px;
    font-size: 0.812rem;
  }
}
table th {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  table th {
    width: 25%;
  }
}
table td ul:last-child, table td ol:last-child, table td dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  table td li, table td dt, table td dd {
    font-size: 0.812rem;
  }
}

@media (max-width: 575px) {
  table:not(.wide) th, table:not(.wide) td {
    display: block;
  }
}

@media (max-width: 575px) {
  .table-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-right: 4px solid rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .table-wrap table {
    width: 800px;
    margin-right: 50px;
  }
}

p small, li small, dt small, dd small, th small, td small {
  font-size: 0.8em;
}
@media (min-width: 992px) {
  p small, li small, dt small, dd small, th small, td small {
    font-size: 0.812rem;
  }
}

strong {
  font-weight: 700;
}

.en {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.lead {
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 20px;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .lead {
    margin-bottom: 30px;
    font-size: 3vw;
  }
}
@media (min-width: 992px) {
  .lead {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}

.emphasis {
  color: #d71518;
}

.no-post {
  text-align: center;
}
@media (min-width: 992px) {
  .no-post {
    font-size: 1.125rem;
  }
}

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

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

ul.list li {
  position: relative;
  padding-left: 1em;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fed000;
  border-radius: 100%;
}

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

.btn-box, .btn-list {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-box, .btn-list {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .btn-box, .btn-list {
    padding-top: 50px;
  }
}
.btn-box a, .btn-list a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: #e20300;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.btn-box a span, .btn-list a span {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  display: inline-block;
}
@media (max-width: 991px) {
  .btn-box a, .btn-list a {
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .btn-box a, .btn-list a {
    min-width: 320px;
    padding: 0;
  }
  .btn-box a span, .btn-list a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
  .btn-box a:hover, .btn-list a:hover {
    background: #ff1916;
  }
}
.btn-box a i, .btn-list a i {
  position: absolute;
  right: 20px;
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.btn-box a .arrow, .btn-list a .arrow {
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
}
.btn-box a .arrow svg, .btn-list a .arrow svg {
  width: 100%;
  fill: #fff;
}
.btn-box a .window, .btn-list a .window {
  top: calc(50% - 5px);
  margin: 0;
  border-color: #fff;
}
.btn-box a .window:after, .btn-list a .window:after {
  border-color: inherit;
}
.btn-box li, .btn-list li {
  display: inline-block;
  padding: 0 15px;
  font-size: 0;
}

@media (max-width: 767px) {
  .btn-list li {
    display: block;
    margin-bottom: 15px;
  }
  .btn-list li:last-child {
    margin-bottom: 0;
  }
}

i.arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
}
i.arrow svg {
  width: 100%;
  height: 100%;
  fill: #e20300;
}

i.window {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 7px;
  margin: -3px 3px 0 5px;
  border: 1px solid #e20300;
  opacity: .6;
  vertical-align: middle;
}
i.window:after {
  position: absolute;
  content: "";
  right: -3px;
  bottom: -3px;
  width: 8px;
  height: 6px;
  border-right: 1px solid #e20300;
  border-bottom: 1px solid #e20300;
}

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

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

.img-top {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .img-top {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .img-top {
    padding-bottom: 2rem;
  }
}

.img-btm {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .img-btm {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .img-btm {
    padding-top: 2rem;
  }
}

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

.guide-nav {
  background: url("/assets/images/bg-green.png") repeat top left;
  background-size: 556px auto;
}
@media (max-width: 767px) {
  .guide-nav {
    padding: 30px 0;
    background-size: 278px auto;
  }
}
@media (min-width: 768px) {
  .guide-nav {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .guide-nav {
    padding: 60px 0;
  }
}
.guide-nav a {
  display: block;
}
.guide-nav a.current {
  opacity: .7;
}
.guide-nav h2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  .guide-nav h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .guide-nav h2 {
    margin-bottom: 30px;
  }
}
.guide-nav h2 .en {
  letter-spacing: 2px;
}
.guide-nav .guide-nav-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) {
  .guide-nav .guide-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .guide-nav .item {
    margin-bottom: 30px;
  }
  .guide-nav .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .guide-nav .item {
    width: 33.33333%;
  }
}
.guide-nav h3 {
  margin: 20px 0 0;
  padding: 0;
  border: none;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .guide-nav h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .guide-nav h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .guide-nav h3 {
    font-size: 1.25rem;
  }
}
.guide-nav h3 small {
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .guide-nav h3 small {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) {
  .guide-nav h3 small {
    font-size: 0.687rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    padding-top: 80px;
  }
}

/* =========================================================
	.contents
========================================================= */
/* =========================================================
	.pagetitle
========================================================= */
.pagetitle {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #e20300;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .pagetitle {
    height: 130px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .pagetitle {
    height: 160px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .pagetitle {
    height: 300px;
    margin-bottom: 120px;
  }
}
.pagetitle:before, .pagetitle:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  background: #e20300;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  z-index: 0;
}
.pagetitle:before {
  top: 0;
  width: 40%;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}
.pagetitle:after {
  bottom: 0;
  width: 60%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skew(-60deg);
          transform: skew(-60deg);
}
.pagetitle h1 {
  width: 90%;
  max-width: 1240px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}
@media (max-width: 1200px) {
  .pagetitle h1 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .pagetitle h1 {
    padding: 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}
.pagetitle h1 span {
  display: block;
  margin-bottom: 10px;
  color: #fed000;
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pagetitle h1 span {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 span {
    font-size: 1rem;
  }
}
.pagetitle h1 small {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .pagetitle h1 small {
    font-size: 0.625rem;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 small {
    font-size: 0.75rem;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 small {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.breadcrumbs {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    bottom: -25px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    bottom: 10px;
  }
}
.breadcrumbs ul {
  font-size: 0;
}
.breadcrumbs li, .breadcrumbs a {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .breadcrumbs li, .breadcrumbs a {
    color: #e20300;
    font-size: 0.65rem;
  }
}
@media (min-width: 992px) {
  .breadcrumbs li, .breadcrumbs a {
    color: #fff;
    font-size: 0.75rem;
  }
}
.breadcrumbs a {
  opacity: .5;
}
.breadcrumbs li:after {
  margin-left: 5px;
  content: ">";
  opacity: .5;
}
.breadcrumbs li:last-child:after {
  content: "";
}

/* =========================================================
	header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
@media (max-width: 767px) {
  header {
    height: 40px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  header {
    height: 60px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  header {
    height: 80px;
    padding: 0 0 0 50px;
    -webkit-transition: all  0.3s;
    transition: all  0.3s;
  }
}
header a {
  text-decoration: none;
  display: block;
  -webkit-transition: all  0s;
  transition: all  0s;
}

.head-logo {
  line-height: 0;
}
.head-logo svg {
  fill: #e20300;
}
@media (max-width: 767px) {
  .head-logo svg {
    width: 70px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .head-logo svg {
    width: 120px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .head-logo svg {
    width: 140px;
    height: 41px;
  }
}

@media (max-width: 991px) {
  .menu {
    -webkit-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    background: #e20300;
    text-align: left;
    z-index: 10;
  }
  .menu.on {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.menu li {
  font-family: "Oswald", sans-serif;
  font-size: 1.062rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 992px) {
  .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.menu li small {
  display: block;
  margin-top: 5px;
  font-family: YakuHanJP, "Roboto Condensed", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.625rem;
}
@media (max-width: 991px) {
  .menu li small {
    display: inline-block;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 991px) {
  .menu a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .gnav {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .gnav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 30px;
    font-size: 0;
  }
}
@media (max-width: 991px) {
  .gnav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .gnav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .gnav li {
    position: relative;
    margin-right: 35px;
  }
  .gnav li:last-child {
    margin-right: 0;
  }
  .gnav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 3px;
    background: #e20300;
    -webkit-transition: all  0.2s;
    transition: all  0.2s;
  }
}
@media (min-width: 1200px) {
  .gnav li {
    margin-right: 50px;
  }
}
.gnav a {
  color: #000;
  line-height: 1;
}
@media (min-width: 992px) {
  .gnav a {
    position: relative;
  }
  .gnav a:hover:after, .gnav a.current:after {
    top: 0;
  }
}
@media (max-width: 991px) {
  .gnav a {
    padding: 20px;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gnav small {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .gnav small {
    color: #e20300;
  }
}
.gnav i {
  position: relative;
  display: block;
  height: 6px;
  margin-bottom: 5px;
}
.gnav i:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 2px;
  height: 6px;
  background: #e20300;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
@media (max-width: 991px) {
  .gnav i {
    display: none;
  }
}

@media (max-width: 991px) {
  .gnav-btn {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .gnav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .gnav-btn li {
    padding-left: 80px;
  }
}
.gnav-btn a {
  text-align: center;
}
@media (max-width: 991px) {
  .gnav-btn a {
    display: block;
    padding: 15px 0;
    background: #fff;
    color: #e20300;
  }
  .gnav-btn a small {
    display: block;
    margin: 5px 0 0 0;
    color: #e20300;
  }
}
@media (min-width: 992px) {
  .gnav-btn a {
    position: relative;
    padding: 0 50px 0 15px;
    background: #e20300;
    color: #fff;
  }
  .gnav-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    border-left: 80px solid transparent;
    border-bottom: 80px solid #e20300;
  }
}
.gnav-btn span {
  position: relative;
  z-index: 10;
}

.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e20300;
  z-index: 9999;
  line-height: 1;
}
@media (min-width: 768px) {
  .menu-btn {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn figure {
  position: absolute;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn figure:nth-child(1) {
  top: calc(50% - 7px);
}
.menu-btn figure:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-btn figure:nth-child(3) {
  top: calc(50% + 5px);
}
.menu-btn.on figure:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-btn.on figure:nth-child(2) {
  background: transparent;
}
.menu-btn.on figure:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =========================================================
	recruit
========================================================= */
@media (max-width: 767px) {
  .foot-recruit {
    padding: 30px 0;
    background: url("/assets/images/bg-recruit-sp.png") repeat-x center center;
    background-size: cover;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .foot-recruit {
    padding: 40px 0;
    background: url("/assets/images/bg-recruit-pc.png") repeat-x center center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .foot-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 460px;
    padding: 60px 0;
  }
}
.foot-recruit .foot-recruit-cnt {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 768px) {
  .foot-recruit .foot-recruit-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.foot-recruit h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .foot-recruit h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .foot-recruit h2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 30px;
    font-size: 2.25rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .foot-recruit h2 {
    font-size: 3.125rem;
  }
}
.foot-recruit h2 .en {
  display: block;
  color: #e20300;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .foot-recruit h2 .en {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .foot-recruit h2 .en {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .foot-recruit h2 .en {
    margin-bottom: 30px;
  }
}
.foot-recruit h2 small {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #e20300;
  font-size: 0.687rem;
}
@media (max-width: 767px) {
  .foot-recruit h2 small {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .foot-recruit .txt {
    max-width: 520px;
    padding-top: 30px;
  }
}
.foot-recruit .txt p {
  color: #fff;
}
@media (max-width: 991px) {
  .foot-recruit .txt p {
    font-size: 0.875rem;
  }
}
.foot-recruit .btn-box {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .foot-recruit .btn-box {
    text-align: right;
  }
}
.foot-recruit .btn-box a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.foot-recruit .btn-box a svg {
  fill: #fff;
}

/* =========================================================
	foot contact
========================================================= */
.foot-contact {
  background: url("/assets/images/bg-red.png");
  background-size: 556px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .foot-contact {
    padding: 30px 10%;
    background-size: 278px auto;
  }
}
@media (min-width: 768px) {
  .foot-contact {
    padding: 40px 5%;
  }
}
@media (min-width: 992px) {
  .foot-contact {
    padding: 80px 50px;
  }
}
.foot-contact * {
  line-height: 1;
}
.foot-contact h2 {
  color: #fff;
}
.foot-contact h2 small {
  color: #fff;
}
.foot-contact p {
  color: #fff;
  line-height: 1.8;
}
.foot-contact div.btn-box a {
  background: #fff;
  color: #e20300;
}
.foot-contact div.btn-box a svg {
  fill: #e20300;
}

/* =========================================================
	footer
========================================================= */
@media (min-width: 768px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 5%;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 80px 50px;
  }
}
footer a {
  display: block;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .foot-info {
    padding: 30px 5%;
  }
}
.foot-info h2 {
  text-align: left;
  line-height: 0;
}
@media (max-width: 767px) {
  .foot-info h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .foot-info h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .foot-info h2 {
    margin-bottom: 40px;
  }
}
.foot-info h2 svg {
  fill: #e20300;
  width: 287px;
  height: 24px;
}
.foot-info p {
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .foot-info p {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .foot-info p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .foot-info p {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
.foot-info .copyright {
  font-family: "Oswald", sans-serif;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .foot-link {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.foot-link a {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .foot-link a {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .foot-link a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .foot-link a:hover {
    opacity: .7;
  }
}
.foot-link dt, .foot-link li {
  line-height: 1;
}
@media (max-width: 991px) {
  .foot-link dt, .foot-link li {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .foot-link dl {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .foot-link dl {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .foot-link dl:first-child li:last-child {
    border-bottom: none;
  }
}
.foot-link li {
  line-height: 1;
}
@media (max-width: 767px) {
  .foot-link li {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 992px) {
  .foot-link li {
    margin-bottom: 5px;
  }
}
.foot-link dt {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .foot-link dt {
    margin-bottom: 0;
    background: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  .foot-link dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.foot-link dd li {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .foot-link dd li {
    width: 50%;
  }
  .foot-link dd li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
}
@media (min-width: 768px) {
  .foot-link dd li {
    margin-bottom: 3px;
  }
  .foot-link dd li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .foot-link dd li {
    margin-bottom: 5px;
    font-size: 0.812rem;
  }
}

/* =========================================================
	pagetop
========================================================= */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.pagetop a i {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-top: 1px solid #e20300;
  border-right: 1px solid #e20300;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* index page
========================================================= */
#home-page #wrapper {
  padding-top: 0;
}
#home-page header:not(.fixed) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#home-page header:not(.fixed) .head-logo svg {
  fill: #fff;
}
@media (min-width: 992px) {
  #home-page header:not(.fixed) .gnav a {
    color: #fff;
  }
  #home-page header:not(.fixed) .gnav a:after {
    display: none;
  }
  #home-page header:not(.fixed) .gnav i:after {
    background: #fff;
  }
  #home-page header:not(.fixed) .gnav small {
    color: #fff;
  }
}
#home-page .mv {
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 50%;
  z-index: -10;
  -webkit-animation: fadeIn 2s ease-out 0.5s forwards;
          animation: fadeIn 2s ease-out 0.5s forwards;
}
@media (max-width: 767px) {
  #home-page .mv {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #home-page .mv {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #home-page .mv {
    margin-bottom: 60px;
  }
}
#home-page .mv:before, #home-page .mv:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: rgba(226, 3, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  z-index: 20;
}
#home-page .mv:before {
  top: 0;
  width: 25%;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}
#home-page .mv:after {
  bottom: 0;
  width: 50%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skew(-60deg);
          transform: skew(-60deg);
}
#home-page .mv h2, #home-page .mv .slide {
  position: absolute;
}
#home-page .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-align: left;
  z-index: 30;
}
#home-page .mv h2 span {
  line-height: 1.3;
}
@media (max-width: 767px) {
  #home-page .mv h2 span {
    letter-spacing: 2px;
    font-size: 5.3vw;
  }
}
@media (min-width: 768px) {
  #home-page .mv h2 span {
    letter-spacing: 2px;
    font-size: 5.3vw;
  }
}
@media (min-width: 992px) {
  #home-page .mv h2 span {
    font-size: 3.75rem;
  }
}
#home-page .mv h2 small {
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  #home-page .mv h2 small {
    margin-top: 10px;
    font-size: 2.6vw;
  }
}
@media (min-width: 768px) {
  #home-page .mv h2 small {
    margin-top: 15px;
    font-size: 2.6vw;
  }
}
@media (min-width: 992px) {
  #home-page .mv h2 small {
    margin-top: 30px;
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}
#home-page .mv .slide {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-page .mv .slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/mv-ov.png") repeat;
  z-index: 10;
}
#home-page .mv .slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#home-page .mv .mv01 {
  background: url("/assets/images/mv01.png") no-repeat center center;
  background-size: cover;
}
#home-page .mv .mv02 {
  background: url("/assets/images/mv03.png") no-repeat center center;
  background-size: cover;
}
#home-page .mv .slick-active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#home-page .mv .mask {
  position: absolute;
  z-index: 20;
}
#home-page .mv .mask-btm-wht, #home-page .mv .mask-btm-red {
  bottom: 0;
}
#home-page .mv .mask-btm-wht {
  left: 0;
  border-left: 100vw solid transparent;
}
@media (max-width: 991px) {
  #home-page .mv .mask-btm-wht {
    border-bottom: 10vw solid #fff;
  }
}
@media (min-width: 992px) {
  #home-page .mv .mask-btm-wht {
    border-bottom: 130px solid #fff;
  }
}
#home-page .mv .mask-btm-red {
  right: 0;
  border-right: 50vw solid #e20300;
}
@media (max-width: 991px) {
  #home-page .mv .mask-btm-red {
    border-top: 5vw solid transparent;
    border-bottom: 5vw solid transparent;
  }
}
@media (min-width: 992px) {
  #home-page .mv .mask-btm-red {
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
  }
}
#home-page .cnt-mission {
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  #home-page .cnt-mission {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-page .cnt-mission {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 200px;
  }
}
#home-page .cnt-mission h2 {
  text-align: left;
}
@media (min-width: 992px) {
  #home-page .cnt-mission h2 {
    margin-bottom: 30px;
  }
}
#home-page .cnt-mission h2 i {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #home-page .cnt-mission .lead {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-mission .lead {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission .lead {
    font-size: 1.625rem;
  }
}
@media (max-width: 991px) {
  #home-page .cnt-mission .txt {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-mission .txt {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-mission .txt {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission .txt {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #home-page .cnt-mission .txt .txt-inner {
    max-width: 600px;
    padding-right: 8%;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  #home-page .cnt-mission .txt .txt-inner {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  #home-page .cnt-mission .btn-box {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-page .cnt-mission .btn-box a {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission .btn-box {
    padding-top: 30px;
    text-align: left;
  }
}
#home-page .cnt-mission figure {
  position: relative;
}
@media (max-width: 991px) {
  #home-page .cnt-mission figure {
    width: 95%;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission figure {
    width: 50%;
  }
}
#home-page .cnt-mission figure:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  background: #e20300;
  z-index: -1;
}
@media (max-width: 991px) {
  #home-page .cnt-mission figure:after {
    bottom: -20px;
    width: 95%;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-mission figure:after {
    bottom: -30px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-mission figure:after {
    right: 0;
    width: 90%;
  }
}
#home-page .cnt-business {
  position: relative;
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  #home-page .cnt-business {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-business {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business {
    padding-top: 80px;
  }
}
#home-page .cnt-business:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/images/bg-green.png") repeat;
  background-size: 556px auto;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  z-index: -1;
}
@media (max-width: 991px) {
  #home-page .cnt-business:after {
    height: 70%;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-business:after {
    background-size: 278px auto;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business:after {
    height: 50%;
  }
}
#home-page .cnt-business .cnt-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#home-page .cnt-business h2 {
  color: #fff;
}
#home-page .cnt-business h2 small {
  color: #fff;
}
@media (max-width: 991px) {
  #home-page .cnt-business h2 small {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business h2 small {
    margin-top: 10px;
  }
}
#home-page .cnt-business p {
  max-width: 800px;
  margin: auto;
  color: #fff;
  text-align: center;
}
#home-page .cnt-business .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  #home-page .cnt-business .business-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-business .business-list {
    margin: 0 -7px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-business .business-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business .business-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -13px;
  }
}
@media (max-width: 991px) {
  #home-page .cnt-business .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-business .item {
    margin-top: 15px;
    padding: 0 7px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-business .item {
    margin-top: 30px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business .item {
    width: 25%;
    margin-top: 50px;
    padding: 0 13px;
  }
}
#home-page .cnt-business .item a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
#home-page .cnt-business .item h3 {
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  #home-page .cnt-business .item h3 {
    padding: 15px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-business .item h3 {
    padding: 20px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-business .item h3 {
    padding: 30px;
    font-size: 1.125rem;
  }
}
#home-page .cnt-business .item h3 small {
  display: block;
  margin-top: 5px;
  color: #1f8917;
  font-size: 0.625rem;
  letter-spacing: 1px;
}
#home-page .cnt-business .btn-box a {
  background: #1f8917;
}
#home-page .cnt-business .btn-box a:hover {
  background: #29b51e;
}
@media (min-width: 992px) {
  #home-page .cnt-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1200px;
  }
}
#home-page .cnt-news h2 {
  text-align: left;
}
#home-page .cnt-news a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
#home-page .cnt-news a:hover {
  color: #e20300;
}
#home-page .cnt-news .hgroup {
  position: relative;
}
@media (min-width: 992px) {
  #home-page .cnt-news .hgroup {
    width: 20%;
    padding-right: 20px;
  }
}
#home-page .cnt-news .hgroup .more {
  line-height: 1;
}
@media (max-width: 991px) {
  #home-page .cnt-news .hgroup .more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#home-page .cnt-news .hgroup .more i {
  margin-left: 5px;
}
@media (min-width: 992px) {
  #home-page .cnt-news .txt {
    width: 80%;
  }
}
#home-page .cnt-news .txt li {
  border-bottom: 1px dotted #e5e5e5;
}
#home-page .cnt-news .txt li:first-child {
  border-top: 1px dotted #e5e5e5;
}
@media (max-width: 767px) {
  #home-page .cnt-news .txt li span {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  #home-page .cnt-news .txt li span {
    display: block;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-news .txt li span:first-child {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-news .txt li span:first-child {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-news .txt li span:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8em;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-news .txt a {
    padding: 15px 20px 15px 0;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-news .txt a {
    padding: 20px 20px 20px 0;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-news .txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#home-page .cnt-news .txt a i {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
#home-page .cnt-info {
  position: relative;
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  #home-page .cnt-info {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info {
    padding-top: 80px;
  }
}
#home-page .cnt-info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/images/bg-yellow.png") repeat;
  background-size: 556px auto;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: -1;
}
@media (max-width: 991px) {
  #home-page .cnt-info:after {
    height: 50%;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-info:after {
    background-size: 278px auto;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info:after {
    height: 50%;
  }
}
#home-page .cnt-info .cnt-inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
#home-page .cnt-info h2 {
  color: #fff;
}
#home-page .cnt-info h2 small {
  color: #fff;
}
@media (max-width: 991px) {
  #home-page .cnt-info h2 small {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info h2 small {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list {
    margin: 0 -20px;
  }
}
#home-page .cnt-info .info-list .slick-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .slick-list {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .slick-list {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .slick-list {
    padding-bottom: 50px;
  }
}
#home-page .cnt-info .info-list .item {
  outline: none;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .item {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .item {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .item {
    padding: 0 20px;
  }
}
#home-page .cnt-info .info-list .item a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
#home-page .cnt-info .info-list .item a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
#home-page .cnt-info .info-list .item figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.7%;
}
#home-page .cnt-info .info-list .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home-page .cnt-info .info-list .item h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .item h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .item h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .item h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .item .txt {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .item .txt {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .item .txt {
    padding: 25px;
  }
}
#home-page .cnt-info .info-list .item .date {
  line-height: 1;
  color: #616266;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .item .date {
    font-size: 0.687rem;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .item .date {
    font-size: 0.75rem;
  }
}
#home-page .cnt-info .info-list .item .tag {
  font-size: 0;
}
#home-page .cnt-info .info-list .item .tag li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .item .tag li {
    margin-bottom: 10px;
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .item .tag li {
    margin-bottom: 15px;
    font-size: 0.687rem;
  }
}
#home-page .cnt-info .info-list .item .tag li.cat {
  background: #616266;
  color: #fff;
}
#home-page .cnt-info .info-list .item .tag li.shop {
  border: 1px solid #616266;
  color: #616266;
}
#home-page .cnt-info .info-list .slick-dots {
  font-size: 0;
  text-align: center;
}
#home-page .cnt-info .info-list .slick-dots li {
  display: inline-block;
  margin: 0 3px 10px;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .slick-dots li {
    margin: 0 5px 5px;
  }
}
#home-page .cnt-info .info-list .slick-dots li.slick-active button {
  background: #fed000;
}
#home-page .cnt-info .info-list .slick-dots button {
  cursor: pointer;
  display: block;
  height: 5px;
  background: #d8d8d8;
  text-indent: -99999px;
  outline: none;
}
@media (max-width: 767px) {
  #home-page .cnt-info .info-list .slick-dots button {
    width: 25px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-info .info-list .slick-dots button {
    width: 30px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-info .info-list .slick-dots button {
    width: 40px;
  }
}

/* =========================================================
 business page
========================================================= */
@media (min-width: 992px) {
  #business-page article {
    width: 100%;
    max-width: none;
  }
}
#business-page .lead {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 991px) {
  #business-page section + section {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  #business-page section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
/*    padding-top: 80px;*/
  }
  #business-page section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #business-page section:nth-child(even) .txt {
    padding-left: 0;
    padding-right: 3.5%;
  }
}
#business-page section h3 {
  padding: 0;
  border: none;
}
#business-page section h3 small {
  display: block;
  margin-top: 10px;
  color: #e20300;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #business-page section .txt {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  #business-page section .txt {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #business-page section .txt {
    width: 55%;
    max-width: 525px;
    padding-left: 3.5%;
  }
}
@media (max-width: 991px) {
  #business-page section .btn-box {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #business-page section .btn-box a {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #business-page section .btn-box {
    padding-top: 30px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  #business-page section .btn-list {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #business-page section .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 10px;
  }
  #business-page section .btn-list li {
    display: block;
    width: 48%;
    margin: 0;
    padding: 0;
  }
  #business-page section .btn-list a {
    min-width: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #business-page section figure {
    width: 45%;
  }
}

/* =========================================================
 recruit page
========================================================= */
#recruit-page .lead-message {
  text-align: center;
}
#recruit-page .feature {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  #recruit-page .feature {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #recruit-page .feature {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  #recruit-page .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
  }
}
#recruit-page .feature li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  #recruit-page .feature li {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #recruit-page .feature li {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  #recruit-page .feature li {
    width: 50%;
    padding: 30px 0;
  }
  #recruit-page .feature li:nth-child(odd) {
    position: relative;
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
  }
  #recruit-page .feature li:nth-child(odd):before, #recruit-page .feature li:nth-child(odd):after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 30px;
    background: #fff;
  }
  #recruit-page .feature li:nth-child(odd):before {
    top: 0;
  }
  #recruit-page .feature li:nth-child(odd):after {
    bottom: 0;
  }
  #recruit-page .feature li:nth-child(even) {
    padding-left: 30px;
  }
}
#recruit-page .feature i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  #recruit-page .feature i {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  #recruit-page .feature i {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #recruit-page .feature i {
    width: 80px;
    height: 80px;
  }
}
#recruit-page .feature i svg {
  fill: #e20300;
}
@media (max-width: 767px) {
  #recruit-page .feature i svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  #recruit-page .feature i svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #recruit-page .feature i svg {
    width: 80px;
    height: 80px;
  }
}
#recruit-page .feature span {
  font-weight: 700;
}
@media (max-width: 767px) {
  #recruit-page .feature span {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #recruit-page .feature span {
    font-size: 1.125rem;
    padding-left: 20px;
  }
}
#recruit-page .cnt-staff {
  width: 100%;
  max-width: none;
}
#recruit-page .cnt-staff .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(226, 3, 0, 0.1);
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff .staff-list {
    padding: 25px 5% 5px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-staff .staff-list {
    padding: 40px 5% 10px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-staff .staff-list {
    padding: 50px 30px 10px;
  }
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff .item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-staff .item {
    width: 33.33333%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-staff .item {
    width: 25%;
    padding: 0 20px 40px;
  }
}
#recruit-page .cnt-staff .item a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
#recruit-page .cnt-staff .item figure {
  position: relative;
}
#recruit-page .cnt-staff .item figure span {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 90%;
  padding: 5px 10px;
  background: #e20300;
  color: #fff;
  font-size: 0.687rem;
  line-height: 1.2;
  font-weight: 700;
}
#recruit-page .cnt-staff .staff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff .staff-inner {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-staff .staff-inner {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-staff .staff-inner {
    padding: 20px 20px 30px;
  }
}
#recruit-page .cnt-staff .post {
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff .post {
    margin-bottom: 5px;
    font-size: 0.687rem;
  }
}
#recruit-page .cnt-staff h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-staff h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-staff h3 {
    font-size: 1.5rem;
  }
}
#recruit-page .cnt-staff h3 small {
  display: block;
  color: #e20300;
  line-height: 1;
}
@media (max-width: 767px) {
  #recruit-page .cnt-staff h3 small {
    margin-top: 5px;
    font-size: 0.625rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-staff h3 small {
    margin-top: 10px;
    font-size: 0.687rem;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-staff h3 small {
    font-size: 0.75rem;
  }
}
#recruit-page .cnt-daily {
  width: 100%;
  max-width: none;
}
#recruit-page .cnt-daily .slick-list {
  overflow: visible;
}
#recruit-page .cnt-daily ul {
  margin: auto;
}
@media (min-width: 992px) {
  #recruit-page .cnt-daily ul {
    max-width: 770px;
  }
}
#recruit-page .cnt-daily li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #recruit-page .cnt-daily li span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 66.6666%;
  }
  #recruit-page .cnt-daily li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-daily li img {
    max-height: 500px;
  }
}
#recruit-page .cnt-daily .slick-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  background: #e20300;
  text-indent: -99999px;
  z-index: 10;
}
@media (max-width: 991px) {
  #recruit-page .cnt-daily .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-daily .slick-arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}
#recruit-page .cnt-daily .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#recruit-page .cnt-daily .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 992px) {
  #recruit-page .cnt-daily .slick-arrow.slick-prev {
    margin-left: -30px;
  }
}
#recruit-page .cnt-daily .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#recruit-page .cnt-daily .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  #recruit-page .cnt-daily .slick-arrow.slick-next {
    margin-right: -30px;
  }
}
#recruit-page .cnt-daily .slick-arrow.slick-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#recruit-page .cnt-outline {
  width: 100%;
  max-width: none;
}
#recruit-page .cnt-outline .outline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(226, 3, 0, 0.1);
}
@media (max-width: 767px) {
  #recruit-page .cnt-outline .outline-list {
    padding: 25px 5% 5px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-outline .outline-list {
    padding: 40px 5% 10px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-outline .outline-list {
    padding: 50px 30px 10px;
  }
}
@media (max-width: 767px) {
  #recruit-page .cnt-outline .item {
    width: 100%;
    padding: 0 10px 20px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-outline .item {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-outline .item {
    width: 33.33333%;
    padding: 0 20px 40px;
  }
}
#recruit-page .cnt-outline .item a {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
#recruit-page .cnt-outline .item a:hover {
  opacity: .8;
}
#recruit-page .cnt-outline h3 {
  margin: 0;
  border: none;
  background: url("/assets/images/bg-green.png") repeat;
  background-size: 556px auto;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #recruit-page .cnt-outline h3 {
    padding: 15px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-outline h3 {
    padding: 20px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-outline h3 {
    padding: 25px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #recruit-page .cnt-outline .txt {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-outline .txt {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-outline .txt {
    padding: 25px;
  }
}
#recruit-page .cnt-outline .txt p {
  color: #999;
}
@media (max-width: 767px) {
  #recruit-page .cnt-outline .txt p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-outline .txt p {
    font-size: 0.875rem;
  }
}
#recruit-page .cnt-outline .txt p.date {
  font-size: 0.75rem;
  text-align: right;
}
#recruit-page .cnt-faq {
  max-width: 1000px;
}
#recruit-page .cnt-faq .item {
  margin-bottom: 1px;
}
#recruit-page .cnt-faq .item h3 {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border: none;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #recruit-page .cnt-faq .item h3 {
    padding: 10px 25px 10px 10px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-faq .item h3 {
    padding: 15px 35px 15px 15px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-faq .item h3 {
    padding: 20px 50px 20px 20px;
  }
}
#recruit-page .cnt-faq .item h3.on:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 767px) {
  #recruit-page .cnt-faq .item h3 span {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-faq .item h3 span {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-faq .item h3 span {
    padding-left: 20px;
  }
}
#recruit-page .cnt-faq .item h3 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e20300;
  border-radius: 50%;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  #recruit-page .cnt-faq .item h3 i {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-faq .item h3 i {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-faq .item h3 i {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
#recruit-page .cnt-faq .item h3:before, #recruit-page .cnt-faq .item h3:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  background: #9da4aa;
}
@media (max-width: 767px) {
  #recruit-page .cnt-faq .item h3:before, #recruit-page .cnt-faq .item h3:after {
    right: 10px;
    width: 15px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-faq .item h3:before, #recruit-page .cnt-faq .item h3:after {
    right: 15px;
    width: 20px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-faq .item h3:before, #recruit-page .cnt-faq .item h3:after {
    right: 20px;
    width: 30px;
  }
}
#recruit-page .cnt-faq .item h3:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
#recruit-page .cnt-faq .item .answer {
  display: none;
}
@media (max-width: 767px) {
  #recruit-page .cnt-faq .item .answer {
    padding: 10px 10px 30px;
  }
}
@media (min-width: 768px) {
  #recruit-page .cnt-faq .item .answer {
    padding: 15px 15px 30px;
  }
}
@media (min-width: 992px) {
  #recruit-page .cnt-faq .item .answer {
    padding: 20px 20px 50px;
  }
}

.rec-outline h2 {
  border-bottom: 1px dotted #e5e5e5;
  color: #1f8917;
  text-align: left;
}
@media (max-width: 767px) {
  .rec-outline h2 {
    padding-bottom: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .rec-outline h2 {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .rec-outline h2 {
    padding-bottom: 20px;
    font-size: 1.875rem;
  }
}

/* =========================================================
 company page
========================================================= */
@media (max-width: 767px) {
  #company-page .cnt-philosophy .lead {
    font-size: 8vw;
  }
}
@media (min-width: 768px) {
  #company-page .cnt-philosophy .lead {
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  #company-page .cnt-philosophy .lead {
    font-size: 2.5rem;
  }
}
#company-page .cnt-philosophy .lead small {
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #company-page .cnt-philosophy .lead small {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  #company-page .cnt-philosophy .lead small {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #company-page .cnt-philosophy .lead small {
    font-size: 1.25rem;
  }
}
#company-page .cnt-origin p {
  line-height: 2;
}
@media (min-width: 768px) {
  #company-page .mission-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  #company-page .mission-wrap {
    margin: 0 -25px;
  }
}
#company-page .mission-wrap dl {
  margin: 0;
}
@media (max-width: 767px) {
  #company-page .mission-wrap dl {
    margin-bottom: 30px;
  }
  #company-page .mission-wrap dl:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #company-page .mission-wrap dl {
    width: 33.33333%;
    padding: 15px;
    border-right: 1px dotted #e5e5e5;
  }
  #company-page .mission-wrap dl:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  #company-page .mission-wrap dl {
    padding: 25px;
  }
}
#company-page .mission-wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  color: #e20300;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  #company-page .mission-wrap dt {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #company-page .mission-wrap dt {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #company-page .mission-wrap dt {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
#company-page .mission-wrap dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e20300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  #company-page .mission-wrap dt:after {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  #company-page .mission-wrap dt:after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #company-page .mission-wrap dt:after {
    width: 50px;
    height: 50px;
  }
}
#company-page .mission-wrap dd {
  line-height: 1.8;
}
@media (min-width: 992px) {
  #company-page .mission-wrap dd {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #company-page .greeting-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  #company-page .greeting-wrap .txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60%;
  }
}
@media (min-width: 992px) {
  #company-page .greeting-wrap .txt {
    width: 50%;
  }
}
#company-page .greeting-wrap .txt .sign {
  text-align: right;
}
#company-page .greeting-wrap .txt .sign small {
  font-size: 80%;
}
@media (max-width: 767px) {
  #company-page .greeting-wrap figure {
    max-width: 250px;
    margin: auto;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #company-page .greeting-wrap figure {
    width: 60%;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  #company-page .greeting-wrap figure {
    width: 50%;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #company-page .sep {
    width: 48%;
    float: left;
  }
  #company-page .sep:last-child {
    float: right;
  }
  #company-page .sep th {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #company-page .sep table, #company-page .sep th, #company-page .sep td {
    border: none;
    background: none;
  }
}
@media (max-width: 991px) {
  #company-page .shop-info {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #company-page .shop-info {
    width: 48%;
    float: left;
  }
}
@media (min-width: 992px) {
  #company-page .map-wrap {
    width: 48%;
    float: right;
  }
}

/* =========================================================
 privacy page
========================================================= */
#privacy-page .privacy-contact dt {
  font-weight: 700;
}

/* =========================================================
 news list
========================================================= */
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .news-list {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .news-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .news-list .item {
    width: calc(33.33333%);
    padding: 0 10px;
  }
  .news-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .news-list .item {
    padding: 0 20px;
  }
}
.news-list a {
  display: block;
  color: #000;
  text-decoration: none;
}
.news-list a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.news-list figure {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  background: #fff;
}
.news-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99), -webkit-transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-list figure.blank:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list .title {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .news-list .title {
    font-size: .875rem;
  }
}
.news-list .txt {
  position: relative;
}
@media (max-width: 767px) {
  .news-list .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) {
  .news-list .txt {
    padding: 20px 0 0;
  }
}
@media (min-width: 992px) {
  .news-list .txt {
    padding: 30px 0 0;
  }
}
.news-list .date {
  position: relative;
  color: #e20300;
  font-family: "Oswald", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .news-list .date {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .news-list .date {
    margin-bottom: 20px;
  }
}

/* =========================================================
 news page
========================================================= */
@media (min-width: 768px) {
  #news-page .news-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #news-page .news-list .item {
    margin-bottom: 50px;
  }
}
#news-page .post {
  max-width: 800px;
  margin: auto;
}
#news-page .post .eyecatch-img {
  margin-bottom: 1.5em;
  text-align: center;
}
#news-page .post .eyecatch-img img {
  margin: auto;
}
#news-page .post h2 {
  text-align: left;
}
@media (max-width: 767px) {
  #news-page .post h2 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #news-page .post h2 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #news-page .post h2 {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}
#news-page .post .update {
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  text-align: right;
  font-size: 0;
}
#news-page .post .update dt, #news-page .post .update dd {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.812rem;
}
#news-page .post .update dt:after {
  content: ":";
  margin: 0 5px;
}
#news-page .post .post-inner p:last-child, #news-page .post .post-inner ul:last-child, #news-page .post .post-inner dl:last-child {
  margin-bottom: 0;
}
#news-page .post .post-inner img {
  display: block;
}
#news-page .post .post-inner img.alignright {
  margin: 0 0 0 auto;
}
#news-page .post .post-inner img.alignleft {
  margin: 0 auto 0 0;
}
#news-page .post .post-inner img.aligncenter {
  margin: 0 auto;
}

/*  form page
========================================================= */
#contact-page .step, #assess-page .step {
  overflow: hidden;
}
@media (min-width: 768px) {
  #contact-page .step, #assess-page .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #contact-page .step, #assess-page .step {
    margin-top: 30px;
  }
}
#contact-page .step li, #assess-page .step li {
  position: relative;
  background: #f2f2f2;
  color: rgba(226, 3, 0, 0.5);
  font-weight: 700;
}
@media (max-width: 767px) {
  #contact-page .step li, #assess-page .step li {
    text-align: center;
    padding: 15px;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  #contact-page .step li, #assess-page .step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33333%;
    height: 50px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  #contact-page .step li, #assess-page .step li {
    height: 60px;
  }
}
#contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 767px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    display: none;
  }
}
@media (min-width: 768px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    top: 0;
    border-width: 25px 0 25px 15px;
  }
}
@media (min-width: 992px) {
  #contact-page .step li:before, #contact-page .step li:after, #assess-page .step li:before, #assess-page .step li:after {
    border-width: 30px 0 30px 15px;
  }
}
#contact-page .step li:before, #assess-page .step li:before {
  border-color: transparent transparent transparent #fff;
  z-index: 9;
}
@media (min-width: 768px) {
  #contact-page .step li:before, #assess-page .step li:before {
    top: -2px;
    border-width: 26px 0 26px 17px;
    right: -17px;
  }
}
@media (min-width: 992px) {
  #contact-page .step li:before, #assess-page .step li:before {
    border-width: 32px 0 32px 17px;
  }
}
#contact-page .step li:after, #assess-page .step li:after {
  border-color: transparent transparent transparent #f2f2f2;
  z-index: 10;
}
@media (min-width: 768px) {
  #contact-page .step li:after, #assess-page .step li:after {
    right: -15px;
  }
}
#contact-page .step li.cur, #assess-page .step li.cur {
  color: #fff;
  background: #e20300;
}
#contact-page .step li.cur:after, #assess-page .step li.cur:after {
  border-color: transparent transparent transparent #e20300;
}
#contact-page .contents form, #assess-page .contents form {
  width: 100%;
}
#contact-page .contents h3, #assess-page .contents h3 {
  margin-bottom: 15px;
  color: #000;
  text-align: left;
}
#contact-page .contents h3 .must, #assess-page .contents h3 .must {
  display: inline-block;
  width: 35px;
  height: 18px;
  background: #d71518;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  border-radius: 4px;
}
#contact-page .contents .form-wrap, #assess-page .contents .form-wrap {
  width: 100%;
  margin: auto;
}
#contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  border-bottom: dotted 1px #e5e5e5;
}
#contact-page .contents .form-wrap dl:first-of-type, #assess-page .contents .form-wrap dl:first-of-type {
  border-top: dotted 1px #e5e5e5;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dl, #assess-page .contents .form-wrap dl {
    display: block;
  }
}
#contact-page .contents .form-wrap dt, #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dt, #assess-page .contents .form-wrap dd {
  padding: 20px 15px;
  border: none !important;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dt, #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dt, #assess-page .contents .form-wrap dd {
    display: block;
  }
}
#contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: auto;
    padding: 1rem;
    border-bottom: 1px dotted #e5e5e5 !important;
  }
}
@media (min-width: 768px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: 250px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dt, #assess-page .contents .form-wrap dt {
    width: 350px;
  }
}
#contact-page .contents .form-wrap dt span, #assess-page .contents .form-wrap dt span {
  display: block;
  float: right;
  width: 35px;
  height: 18px;
  margin-top: 3px;
  background: #d71518;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 18px;
  text-indent: 0;
  border-radius: 4px;
}
#contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd, #assess-page .contents .form-wrap dd {
    width: 100%;
  }
}
#contact-page .contents .form-wrap dd dl, #assess-page .contents .form-wrap dd dl {
  width: 100%;
  margin-bottom: 5px;
  border: none !important;
}
#contact-page .contents .form-wrap dd dl:first-of-type, #assess-page .contents .form-wrap dd dl:first-of-type {
  border-top: none;
}
#contact-page .contents .form-wrap dd dl:last-child, #assess-page .contents .form-wrap dd dl:last-child {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap dd dl dt, #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dd {
  padding: 0;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dd dl dt, #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dd {
    width: auto;
    border: none !important;
    background: none;
  }
}
#contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
  background: none;
}
@media (max-width: 991px) {
  #contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd dl dt, #assess-page .contents .form-wrap dd dl dt {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd dl dd, #assess-page .contents .form-wrap dd dl dd {
    width: calc(100% - 150px);
  }
}
#contact-page .contents .form-wrap .error, #assess-page .contents .form-wrap .error {
  display: block;
  padding-top: 5px;
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .form-wrap .info, #assess-page .contents .form-wrap .info {
  display: block;
  font-size: 13px;
}
#contact-page .contents .form-wrap .attention li, #assess-page .contents .form-wrap .attention li {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap input, #contact-page .contents .form-wrap select, #contact-page .contents .form-wrap textarea, #assess-page .contents .form-wrap input, #assess-page .contents .form-wrap select, #assess-page .contents .form-wrap textarea {
  font-size: 16px;
}
#contact-page .contents .form-wrap input:focus, #contact-page .contents .form-wrap select:focus, #contact-page .contents .form-wrap textarea:focus, #assess-page .contents .form-wrap input:focus, #assess-page .contents .form-wrap select:focus, #assess-page .contents .form-wrap textarea:focus {
  outline: none;
}
#contact-page .contents .form-wrap input[type="text"], #contact-page .contents .form-wrap input[type="tel"], #contact-page .contents .form-wrap input[type="email"], #contact-page .contents .form-wrap textarea, #assess-page .contents .form-wrap input[type="text"], #assess-page .contents .form-wrap input[type="tel"], #assess-page .contents .form-wrap input[type="email"], #assess-page .contents .form-wrap textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #e5e5e5;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100% !important;
}
#contact-page .contents .form-wrap input.zip, #assess-page .contents .form-wrap input.zip {
  width: 100px !important;
}
#contact-page .contents .form-wrap #zip, #contact-page .contents .form-wrap #other_zip, #assess-page .contents .form-wrap #zip, #assess-page .contents .form-wrap #other_zip {
  margin-right: 3px;
}
#contact-page .contents .form-wrap #zip1, #contact-page .contents .form-wrap #other_zip1, #assess-page .contents .form-wrap #zip1, #assess-page .contents .form-wrap #other_zip1 {
  margin-left: 5px;
}
#contact-page .contents .form-wrap dd li, #assess-page .contents .form-wrap dd li {
  margin-bottom: 10px;
}
#contact-page .contents .form-wrap dd li:last-child, #assess-page .contents .form-wrap dd li:last-child {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap dd .event-name, #assess-page .contents .form-wrap dd .event-name {
  margin-left: 5px;
}
@media (min-width: 992px) {
  #contact-page .contents .form-wrap dd .event-name, #assess-page .contents .form-wrap dd .event-name {
    width: calc(100% - 7em) !important;
    margin-right: 10px;
  }
}
#contact-page .contents .form-wrap dd .menu-price, #assess-page .contents .form-wrap dd .menu-price {
  margin: 0 5px;
  width: 20% !important;
}
#contact-page .contents .form-wrap dd .event-year, #contact-page .contents .form-wrap dd .event-month, #assess-page .contents .form-wrap dd .event-year, #assess-page .contents .form-wrap dd .event-month {
  width: 80px !important;
  margin: 0 5px;
}
#contact-page .contents .form-wrap .custom, #assess-page .contents .form-wrap .custom {
  overflow: hidden;
  position: relative;
  width: 250px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  z-index: 10;
}
#contact-page .contents .form-wrap .custom i, #assess-page .contents .form-wrap .custom i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  margin: 0;
  width: 8px;
  height: 8px;
}
#contact-page .contents .form-wrap .custom i:before, #assess-page .contents .form-wrap .custom i:before {
  width: 8px;
  height: 8px;
  -webkit-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
#contact-page .contents .form-wrap select, #assess-page .contents .form-wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 130%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 15;
  vertical-align: middle;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
#contact-page .contents .form-wrap input[type=radio], #contact-page .contents .form-wrap input[type=checkbox], #assess-page .contents .form-wrap input[type=radio], #assess-page .contents .form-wrap input[type=checkbox] {
  display: none;
}
#contact-page .contents .form-wrap .mwform-radio-field, #contact-page .contents .form-wrap .mwform-checkbox-field, #assess-page .contents .form-wrap .mwform-radio-field, #assess-page .contents .form-wrap .mwform-checkbox-field {
  display: block;
  margin: 0 0 10px;
}
#contact-page .contents .form-wrap .mwform-radio-field:last-of-type, #contact-page .contents .form-wrap .mwform-checkbox-field:last-of-type, #assess-page .contents .form-wrap .mwform-radio-field:last-of-type, #assess-page .contents .form-wrap .mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}
#contact-page .contents .form-wrap .mwform-radio-field label, #contact-page .contents .form-wrap .mwform-checkbox-field label, #assess-page .contents .form-wrap .mwform-radio-field label, #assess-page .contents .form-wrap .mwform-checkbox-field label {
  -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-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}
#contact-page .contents .form-wrap .mwform-radio-field label:hover:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:hover:after, #assess-page .contents .form-wrap .mwform-radio-field label:hover:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:hover:after {
  border-color: #e20300;
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #contact-page .contents .form-wrap .mwform-radio-field label:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:before, #contact-page .contents .form-wrap .mwform-checkbox-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:after {
  display: block;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #contact-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:before {
  opacity: 0;
  z-index: 2;
}
#contact-page .contents .form-wrap .mwform-radio-field label:after, #contact-page .contents .form-wrap .mwform-checkbox-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-checkbox-field label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  left: 0;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  z-index: 1;
}
#contact-page .contents .form-wrap .mwform-radio-field label.selected:after, #contact-page .contents .form-wrap .mwform-checkbox-field label.selected:after, #assess-page .contents .form-wrap .mwform-radio-field label.selected:after, #assess-page .contents .form-wrap .mwform-checkbox-field label.selected:after {
  border-color: #e20300;
}
#contact-page .contents .form-wrap .mwform-radio-field label.selected:before, #contact-page .contents .form-wrap .mwform-checkbox-field label.selected:before, #assess-page .contents .form-wrap .mwform-radio-field label.selected:before, #assess-page .contents .form-wrap .mwform-checkbox-field label.selected:before {
  opacity: 1;
}
#contact-page .contents .form-wrap .mwform-radio-field label:before, #assess-page .contents .form-wrap .mwform-radio-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  left: 6px;
  margin-top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e20300;
}
#contact-page .contents .form-wrap .mwform-radio-field label:after, #assess-page .contents .form-wrap .mwform-radio-field label:after {
  border-radius: 100%;
}
#contact-page .contents .form-wrap .mwform-checkbox-field label:before, #assess-page .contents .form-wrap .mwform-checkbox-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #e20300;
  border-bottom: 3px solid #e20300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#contact-page .contents #submit, #assess-page .contents #submit {
  margin-top: 30px;
  text-align: center;
}
#contact-page .contents .intro-message, #assess-page .contents .intro-message {
  display: block;
  margin-bottom: 2em;
}
#contact-page .contents .conf-message, #contact-page .contents .error-message, #assess-page .contents .conf-message, #assess-page .contents .error-message {
  display: none;
  margin-bottom: 2em;
  text-align: center;
}
#contact-page .contents .caution dl, #contact-page .contents .caution dt, #contact-page .contents .caution dd, #assess-page .contents .caution dl, #assess-page .contents .caution dt, #assess-page .contents .caution dd {
  display: block;
  width: 100%;
}
#contact-page .contents .mw_wp_form_confirm dl dd .custom, #assess-page .contents .mw_wp_form_confirm dl dd .custom {
  border: none;
  background: none;
}
#contact-page .contents .mw_wp_form_confirm dl dd .custom i, #assess-page .contents .mw_wp_form_confirm dl dd .custom i {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm dl dd .info, #assess-page .contents .mw_wp_form_confirm dl dd .info {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .intro-message, #assess-page .contents .mw_wp_form_confirm .intro-message {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .privacy-wrap, #assess-page .contents .mw_wp_form_confirm .privacy-wrap {
  display: none;
}
#contact-page .contents .mw_wp_form_confirm .conf-message, #assess-page .contents .mw_wp_form_confirm .conf-message {
  display: block;
}
#contact-page .contents .mw_wp_form_confirm .conf-message p, #assess-page .contents .mw_wp_form_confirm .conf-message p {
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .mw-wp-form_image img, #assess-page .contents .mw-wp-form_image img {
  max-width: 300px;
}
#contact-page .contents .mw_wp_form_error .error-message, #assess-page .contents .mw_wp_form_error .error-message {
  display: block;
}
#contact-page .contents .mw_wp_form_error .error-message p, #assess-page .contents .mw_wp_form_error .error-message p {
  color: #d71518;
  font-weight: 700;
}
#contact-page .contents .button, #assess-page .contents .button {
  text-align: center;
}
@media (min-width: 992px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .button, #assess-page .contents .button {
    margin-top: 0;
  }
}
#contact-page .contents .button input, #assess-page .contents .button input {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: #e20300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact-page .contents .button input:focus, #assess-page .contents .button input:focus {
  outline: none;
}
@media (min-width: 992px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 35%;
    height: 60px;
    margin: 0 15px;
    font-size: 16px;
  }
  #contact-page .contents .button input:hover, #assess-page .contents .button input:hover {
    background: #ff1916;
  }
}
@media (max-width: 991px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 40%;
    height: 50px;
    margin: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .button input, #assess-page .contents .button input {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .thanks-message ul, #assess-page .contents .thanks-message ul {
    margin: 0 0 50px;
  }
}
#contact-page .contents .thanks-message p, #assess-page .contents .thanks-message p {
  text-align: center;
  line-height: 2;
}

/*  error page
========================================================= */
#error-page .pagetitle h1 {
  padding: 0;
  border: none;
}
#error-page .contents {
  text-align: center;
}

/* =========================================================
 modal
========================================================= */
.staff-box {
  max-width: calc(100vw - 60px);
}
@media (min-width: 768px) {
  .staff-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .staff-box {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .staff-box .hgroup {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .staff-box .hgroup {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .staff-box .hgroup {
    margin-bottom: 30px;
  }
}
.staff-box h4 {
  line-height: 1;
}
@media (max-width: 767px) {
  .staff-box h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .staff-box h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .staff-box h4 {
    font-size: 1.875rem;
  }
}
.staff-box h4 small {
  display: inline-block;
  margin-left: 5px;
  color: #e20300;
}
@media (max-width: 767px) {
  .staff-box h4 small {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .staff-box h4 small {
    font-size: 0.687rem;
  }
}
@media (min-width: 992px) {
  .staff-box h4 small {
    font-size: 0.75rem;
  }
}
.staff-box figure {
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .staff-box figure {
    padding: 0 20px 20px;
  }
  .staff-box figure img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .staff-box figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .staff-box figure {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .staff-box .txt {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .staff-box .txt {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .staff-box .txt {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .staff-box .txt p {
    font-size: 0.875rem;
  }
}
.staff-box .txt .post {
  margin-top: 10px;
}
.staff-box .txt .shop, .staff-box .txt .post {
  line-height: 1;
}
@media (max-width: 767px) {
  .staff-box .txt .shop, .staff-box .txt .post {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .staff-box .txt .shop, .staff-box .txt .post {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .staff-box .txt .shop, .staff-box .txt .post {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .staff-box .txt .shop, .staff-box .txt .post {
    font-size: 0.875rem;
  }
}

/* =========================================================
modal
========================================================= */
div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
div.modal .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
div.modal .cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: auto;
  padding: 0 10px;
}
div.modal .cnt .inner {
  position: relative;
  max-height: 80vh;
  background: #fff;
}
div.modal article {
  padding: 0;
}
div.modal .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -40px;
  width: 30px;
  height: 30px;
}
div.modal .close span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
div.modal .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.modal .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.9);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none;
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  display: none;
}

#cboxLoadingOverlay {
  background: url(/assets/assets/images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/assets/assets/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious, #cboxNext {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #e20300;
  text-indent: -9999px;
}
#cboxPrevious:after, #cboxNext:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#cboxPrevious:hover, #cboxNext:hover {
  background: #ff1916;
}

#cboxPrevious {
  left: -20px;
}
#cboxPrevious:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#cboxNext {
  right: -20px;
}
#cboxNext:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cboxClose {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cboxClose:before, #cboxClose:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#cboxClose:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media print {
  * html body {
    zoom: .7;
  }
}
/* 190603　company/greeting */
@media (min-width: 768px) {
  #company-page .greeting-wrap .txt {
    width: 60%;
  }
}
@media (min-width: 992px) {
  #company-page .greeting-wrap .txt {
    width: 60%;
  }
}

/* 190718　index */

@media (min-width: 992px) {
  #home-page .cnt-business .item {
    width: 33%;
    margin-top: 50px;
    padding: 0 13px;
  }
}

/*191001 footer*/
@media (min-width: 767px) {
	.foot-link dl.foot-link_inner dt {
		display: flex;
	}
	.foot-link dl.foot-link_inner .footer-bnr {
		text-align: right;
		margin-top: 20px;
	}
  .foot-link dl {
    margin-right: 0;
  }
	.foot-link dl.foot-link_inner dl {
		margin-right: 20px;
	}
}
@media (min-width: 992px) {
	.foot-link dl.foot-link_inner dl {
		margin-right: 80px;
	}
}

@media (max-width: 767px) {
	.foot-link dl.foot-link_inner .footer-bnr {
		text-align: center;
		margin-top: 20px;
	}
	.foot-link dl.foot-link_inner dt {
		background: #fff;
	}
	.foot-link dl.foot-link_inner dt dl dt {
    	background: #e5e5e5;
	}
  .foot-link  dl.foot-link_inner dt dd:last-child li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}

/*200923*/
@media (min-width: 992px) {
	#home-page .contents article.cnt-news {
		padding: 0 0 50px;
	}
}

/*250731*/

@media (max-width: 767px) {
  .foot-recruit {
    padding: 30px 0;
    background: url("/assets/images/bg-recruit-250731-sp.png") repeat-x center center;
    background-size: cover;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .foot-recruit {
    padding: 40px 0;
    background: url("/assets/images/bg-recruit-250731-pc.png") repeat-x center center;
    background-size: cover;
  }
}


/*250825*/
.txt-small {
	font-size: 70%;
}