@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     model
Description:    model
Version:        1.0.0
Last Update:    2018/12/17
Author:         Takuya Sakamoto
Company URL:    http://ss-complex.com/
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format("opentype");
}

html {
  font-display: swap;
}

.ming {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

address {
  margin-bottom: 0;
}

ol, ul, dl {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

label {
  margin-bottom: 0;
}

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

.cornerR {
  border-radius: 5px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Noto Sans Japanese, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #ECF0F0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #003288;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #3A6EC6;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) :hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #333;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  25%, 75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  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;
}

/*lightbox*/
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 0 auto;
  transform: translateZ(0);
}

.fs-lightbox, .fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-animating {
  transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
}

.fs-lightbox-animating .fs-lightbox-content, .fs-lightbox-animating .fs-lightbox-control, .fs-lightbox-animating .fs-lightbox-meta, .fs-lightbox-animating .fs-lightbox-thumbnails, .fs-lightbox-animating .fs-lightbox-tools {
  transition: opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .25s linear;
}

.fs-lightbox-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  transform: translate3D(0, 0, 0);
}

img.fs-lightbox-image {
  display: block;
  max-width: inherit;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
}

.fs-lightbox-meta {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  clear: both;
  visibility: visible;
}

.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  white-space: nowrap;
}

.fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-control_disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}

.fs-lightbox-thumbnails {
  height: 60px;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-thumbnail_container {
  height: 80px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  text-align: center;
  white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  overflow: hidden;
  padding: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}

.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-loading .fs-lightbox-content, .fs-lightbox-loading .fs-lightbox-control, .fs-lightbox-loading .fs-lightbox-meta, .fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .25s linear, visibility .25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
  display: none;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  transform: translate(0, 100%);
  transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  transform: translate(0, 100%);
  transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  transform: translate(0, 0);
}

.fs-lightbox-lock {
  overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container, .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  position: relative;
}

.fs-lightbox .fs-viewer {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer, .fs-lightbox .fs-viewer .fs-viewer-wrapper {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #111;
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
  display: none !important;
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
  position: absolute;
  bottom: 10px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  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;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.gray {
  color: #999;
}

.whiteBg {
  background: #ECF0F0;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.clearText {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.autoImg {
  width: 100%;
  height: auto;
}

.autoImg.full {
  width: auto;
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.autoImg.lg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.autoImg.md {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.autoImg.sm {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.hAuto {
  height: auto !important;
}

.icon {
  position: relative;
}

.icon:before, .icon:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

.logo {
  position: relative;
}

.logo:before, .logo:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

/*-----▼ 2カラムのときのレスポンシブな背景画像 ▼-----*/
.rwdBgImg {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
}

/*----------▼▼ base ▼▼----------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  position: relative;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ wrapper ▼▼----------*/
/*-----▼ class ▼-----*/
.wrapper {
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
}

/*-----▲ class ▲-----*/
/*----------▲▲ wrapper ▲▲----------*/
/*----------▼▼ centering ▼▼----------*/
/*-----▼ class ▼-----*/
.mAuto {
  margin: auto;
}

/*-----▲ class ▲-----*/
/*----------▲▲ centering ▲▲----------*/
/*----------▼▼ section ▼▼----------*/

/*----------▲▲ section ▲▲----------*/
/*----------▼▼ standard ▼▼----------*/
/*-----▼ class ▼-----*/
/* common */
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fBox {
  margin-left: -4%;
}

.fAll {
  float: left;
  width: 96%;
  margin-left: 4%;
}

.f1of2 {
  float: left;
  width: 46%;
  margin-left: 4%;
}

.f1of3 {
  float: left;
  width: 29.3333%;
  margin-left: 4%;
}

.f2of3 {
  float: left;
  width: 62.6666%;
  margin-left: 4%;
}

.f1of4 {
  float: left;
  width: 21%;
  margin-left: 4%;
}

.f3of4 {
  float: left;
  width: 71%;
  margin-left: 4%;
}

.f1of5 {
  float: left;
  width: 16%;
  margin-left: 4%;
}

.f2of5 {
  float: left;
  width: 36%;
  margin-left: 4%;
}

.f3of5 {
  float: left;
  width: 56%;
  margin-left: 4%;
}

.f4of5 {
  float: left;
  width: 76%;
  margin-left: 4%;
}

.f1of6 {
  float: left;
  width: 12.6666%;
  margin-left: 4%;
}

.f5of6 {
  float: left;
  width: 79.3333%;
  margin-left: 4%;
}

.f1of7 {
  float: left;
  width: 10.2857%;
  margin-left: 4%;
}

.f2of7 {
  float: left;
  width: 24.5714%;
  margin-left: 4%;
}

.f3of7 {
  float: left;
  width: 38.8571%;
  margin-left: 4%;
}

.f4of7 {
  float: left;
  width: 53.1428%;
  margin-left: 4%;
}

.f5of7 {
  float: left;
  width: 67.4285%;
  margin-left: 4%;
}

.f6of7 {
  float: left;
  width: 81.7142%;
  margin-left: 4%;
}

.f1of8 {
  float: left;
  width: 8.5%;
  margin-left: 4%;
}

.f3of8 {
  float: left;
  width: 33.5%;
  margin-left: 4%;
}

/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*-----▼ @mixin ▼-----*/
/*-----▲ @mixin ▲-----*/
/*----------▲▲ float ▲▲----------*/
/*----------▼▼ clearfix ▼▼----------*/
/*-----▼ class ▼-----*/
.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*-----▲ class ▲-----*/
/*-----▼ @mixin ▼-----*/
/*-----▲ @mixin ▲-----*/
/*----------▲▲ clearfix ▲▲----------*/
/*----------▼▼ flex-box ▼▼----------*/
/*-----▼ class ▼-----*/
/* common */
.flexBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*----------▲▲ flex-box ▲▲----------*/
/*----------▼▼ content-size ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*----------▲▲ content-size ▲▲----------*/

ul.footer__bnr__blockL {
  display: -ms-flexbox;
  display: flex;
}

ul.footer__bnr__blockL li {
  position: relative;
  margin-right: 16px;
}

ul.footer__bnr__blockL li a {
  display: block;
}

ul.footer__bnr__blockL li a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

ul.footer__bnr__blockL li img {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
  display: block;
}

ul.footer__bnr__blockR {
  display: -ms-flexbox;
  display: flex;
}

ul.footer__bnr__blockR li {
  position: relative;
  margin-right: 16px;
}

ul.footer__bnr__blockR li a {
  display: block;
}

ul.footer__bnr__blockR li a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

ul.footer__bnr__blockR li img {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
  display: block;
}

ul.footer__bnr__blockR li:last-child {
  margin-right: 0px;
}

#footer__list {
  background-color: #006A3A;
  width: 100%;
}

.footer__copyright {
  width: 100%;
  background-color: #006A3A;
}

.footer__copyright .footer__copyright__item {
  color: white;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid white;
  padding: 16px 0;
}

header {
  background-color: white;
}

.header_top {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

h1.logo a {
  background-image: url("../image/header_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

h1.logo a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/**************
グローバルナビ
**************/
@media screen and (min-width: 768px) {
  .GNav {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .GNav {
    width: 100%;
    position: fixed;
    right: 0;
    top: 78px;
    z-index: 10;
  }
}
/*---▼【スマホ版限定】ハンバーガーメニューのスタイル▼---*/
/*ハンバーガーメニューのボタン*/
@media screen and (max-width: 767px) {
  .GNav__menuBtn {
    height: 50px;
    position: absolute;
    right: 0;
    top: -70px;
    width: 50px;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuBtn {
    display: none;
  }
}
/*メニュー（ハンバーガーの挙動）*/
@media screen and (max-width: 767px) {
  .GNav__menuBtn span {
    background-color: #006a3a;
    display: block;
    height: 2px;
    left: calc(50% - 12px);
    position: absolute;
    transition: .3s ease-in-out;
    width: 24px;
  }
  .GNav__menuBtn span:nth-child(1) {
    top: 10px;
  }
  .GNav__menuBtn span:nth-child(2) {
    top: 17.5px;
  }
  .GNav__menuBtn span:nth-child(3) {
    top: 25px;
  }
}
/*メニュー（バツマークの挙動）*/
@media screen and (max-width: 767px) {
  .GNav__menuBtn.-open span:nth-child(1) {
    top: 17px;
    transform: rotate(315deg);
  }
  .GNav__menuBtn.-open span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  .GNav__menuBtn.-open span:nth-child(3) {
    top: 17px;
    transform: rotate(-315deg);
  }
}
/*ハンバーガーメニューの「MENU」*/
@media screen and (max-width: 767px) {
  .GNav__menuBtn {
    color: #006A3A;
    font-size: 1.0rem;
    font-weight: bold;
    padding-top: 29px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuBtn {
    display: none;
  }
}
/*---▲【スマホ版限定】ハンバーガーメニューのスタイル▲---*/
/*グロナビのメニュー内容*/
@media screen and (max-width: 767px) {
  .GNav__content {
    -webkit-overflow-scrolling: touch;
    background-color: #73B2A9;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 80px;
    padding-top: 10px;
    position: fixed;
    transition: opacity .4s ease, visibility .4s ease;
    visibility: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .GNav__content {
    border-left: 1px solid #CCC;
  }
}
@media screen and (max-width: 767px) {
  .GNav__menuBtn.-open + .GNav__content {
    opacity: 1;
    visibility: visible;
  }
}
/*メインのグロナビメニュー全体*/
@media screen and (min-width: 768px) {
  .GNav__menu {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .GNav__menuList {
    /*border-bottom: 1px solid rgba(255,255,255, .4);*/
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuList {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuList::before,
  .GNav__menuList::after {
    background-color: white;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 1px;
  }
  .GNav__menuList::before {
    left: 0;
  }
  .GNav__menuList::after {
    right: 0;
  }
  .GNav__menuListItem {
    text-align: center;
    width: calc(100% /5);
    border-right: 1px solid #CCC;
  }
  .GNav__menuListItem a {
    font-weight: bold;
    display: block;
  }
  .GNav__menuListItem a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .GNav__menuListItem {
    padding: 10px 0; 
  }
  .GNav__menuListItem a {
    font-weight: bold;
    display: block;
  }
  .GNav__menuListItem a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  ul.inqBox_sp {
    margin: 20px 0 20px auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.inqBox_sp li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .GNav__menuListItem + .GNav__menuListItem {
    border-top: 1px solid rgba(255,255,255, .4);
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuListItem + .GNav__menuListItem {
    position: relative;
  }
}
/*【PC版】リンクを区切る縦線*/
@media screen and (min-width: 768px) {
  .GNav__menuListItem + .GNav__menuListItem::before {
    /*content: "";
    background-color: #CCCCCC;
    height: 20px;
    left: -40px;
    position: absolute;
    top: calc(50% - 10px);
    width: 1px;*/
  }
}
/*リンク一つひとつに当たるスタイル*/
.GNav__menuLink {
  display: block;
  font-weight: bold;
  letter-spacing: $lsAV25;
}
@media screen and (max-width: 767px) {
  .GNav__menuLink {
    color: white;
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .GNav__menuLink:active {
    color: white;
    opacity: .6;
  }
}
@media screen and (min-width: 768px) {
  .GNav__menuLink {
    color: black;
    font-size: 1.3rem;
    padding: 29px 8px 28px 8px;
    transition: .3s;
  }
  .GNav__menuLink:hover {
    background-color: #CCC;
    color: blue;
    cursor: pointer;
    transition: .1s;
  }
}
/*トグルボタン*/
@media screen and (min-width: 768px) {
  .toggleContents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .toggleContents {

  }
}

a {
  color: #006a3a;
}

a:hover {
  text-decoration: underline;
  color: #00371e;
}

.IndexPage {
  background-color: 　 #ECF0F0;
}

#infoArea {
  background-color: white;
}

.infoArea__bodyFrame {
  width: 100%;
}

.infoArea__body {
  width: 100%;
  margin-bottom: 16px;
}

.infoArea__block {
  display: -ms-flexbox;
  display: flex;
}

.infoArea__btn {
  width: 140px;
  height: 40px;
}

.infoArea__btn a {
  padding: 5px;
  display: block;
  color: #777777;
  border: 1px solid #777777;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.infoArea__btn a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../image/btn_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.infoArea__btn a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.section__contentBox {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.card_1of3 {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}

.card_1of2 {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}

.card_1of2_recruit {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}

.card_1of3_archive {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}

.card_1of2_archive {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}
.card_1of2_shops {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}
/*.card_1of2:active {
  box-shadow: none;
  position: relative;
  top: 10px;
  border: 1px solid rgba(22, 92, 80, 0.1);
}
.card_1of3:active {
  box-shadow: none;
  position: relative;
  top: 10px;
  border: 1px solid rgba(22, 92, 80, 0.1);
}
.card_1of3_company:active {
  box-shadow: none;
  position: relative;
  top: 10px;
  border: 1px solid rgba(22, 92, 80, 0.1);
}
.card_1of2_commit:active {
  box-shadow: none;
  position: relative;
  top: 10px;
  border: 1px solid rgba(22, 92, 80, 0.1);
}
.card_1of2_shops:active {
  box-shadow: none;
  position: relative;
  top: 10px;
  border: 1px solid rgba(22, 92, 80, 0.1);
}*/
.card__title {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.card__footer {
  width: 100%;
  margin-top: 50px;
}

.card__footer .card__detail-btn {
  display: block;
  color: #006A3A;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  line-height: 1.2em;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  .card__footer .card__detail-btn {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

.card__foot_btn {
  margin: 16px auto;
  text-align: center;
}

.card__foot_btn a {
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #db2420;
  color: #db2420;
  font-weight: bold;
  transition: opacity 0.6s;
  display: block;
}

.card__foot_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#article {
  background-color: #FAFAFA;
}

.article__contentL {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.article__contentR {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.article__block {
  display: -ms-flexbox;
  display: flex;
}

.article__image {
  width: 30%;
  padding-right: 10px;
}

.article__text {
  width: 67%;
}

.article__image img {
  width: auto;
  min-height: 80px;
  object-fit: cover;
}

.article__text .article__item__title {
  font-weight: bold;
  font-size: 14px;
}

.article__text .article__item__text {
  font-size: 14px;
}

.article__footer {
  width: 100%;
  margin-top: 16px;
}

.article__footer .article__detail-btn {
  margin: 0 0 0 auto;
}

.article__footer .article__detail-btn a {
  display: block;
  color: #006A3A;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  line-height: 1.2em;
}

.article__footer .article__detail-btn a:hover {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (min-width: 768px) {
  #breadcrumbs {
    font-size: 12px;
    padding: 10px 0;
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}


#breadcrumbs a {
  color: #006A3A;
}

#breadcrumbs a:hover {
  text-align: underline;
}

.breadcrumbs:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../image/btn_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 11px;
}

.content__h2, .content__h2_top {
  color: #006A3A;
  border-left: 4px solid #006A3A;
  padding-left: 8px;
  font-weight: normal;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.content__h3, .content__h3_top {
  color: #006A3A;
  font-weight: bold;
}

.content__h4, .content__h4_withPhoto {
  color: #4B8178;
  font-weight: bold;
}

dl.manpower dt {
  font-weight: normal;
}

dl.manpower dt span {
  color: #006A3A;
}

dl.manpower dd {
  margin: 10px 0 10px 26px;
}

@media screen and (min-width: 768px) {
  dl.company dt {
    font-weight: bold;
    font-size: 24px;
    color: #006A3A;
  }

  dl.company dd {
    margin: 10px 0 10px 26px;
  }
}
@media screen and (max-width: 767px) {
  dl.company dt {
    font-weight: bold;
    font-size: 20px;
    color: #006A3A;
  }

  dl.company dd {
    margin: 10px 0 10px 26px;
  }
}


#pageTitle {
  position: relative;
}

.pageTitle {
  background-color: #ECF0F0;
  position: absolute;
  color: #006A3A;
}

.pageTitle h2 {
  background-color: #ECF0F0;
  padding: 16px;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  display: block;
}

#contentArea {
  background-color: #ECF0F0;
}

.content_mainText {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 2em;
}
.content_mainTextTaL {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
}
.content_mainTextTaL_small{
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .content_mainTextTaL_img img {
    text-align: left;
    margin: 0 auto 0 0;
  }
  .content_mainTextTaL_img_mission img {
    text-align: center;
    margin: 0 auto 0 0;
  }
  .content_mainTextTaL_img_center img {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .content_mainTextTaL_img img {
    text-align: center;
    margin: 100px auto 0 0;
  }
  .content_mainTextTaL_img_mission img {
    text-align: center;
    margin: 0 auto 0 0;
  }
  .content_mainTextTaL_img_center img {
    text-align: center;
    margin: 0 auto;
  }
}
#card__contentBox {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}
#card__contentBox_sales {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.card_1of2 {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.pageTitle_small h2 {
  color: #006A3A;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: left;
}
.pageTitle_wide h2 {
  color: #006A3A;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: left;
}

#contentArea__white {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

#contentArea__white_company {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

#contentArea__white_wide {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.pageTitle_side h2 {
  color: #006A3A;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: left;
}

.contentArea__white_main {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
}

.contentArea__white_side {
  
}

.sideBox {
  background-color: white;
  border-radius: 5px;
  border: 1px dotted rgba(22, 92, 80, 0.4);
  padding: 20px;
}

.side__h2 {
  color: #4B8178;
  border-left: 4px solid #4B8178;
  padding-left: 8px;
  font-size: 18px;
  font-weight: bold;
}

.card_1of2_small_L {
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.card_1of2_small_R {
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.card__title_small {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.card__footer_small {
  width: 100%;
  margin-top: 16px;
}

.card__footer_small .card__detail-btn_small {
  margin: 0 0 0 auto;
}

.card__footer_small .card__detail-btn_small a {
  display: block;
  padding: 10px 20px 20px;
  color: #006A3A;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  line-height: 1.2em;
}

.card__footer_small .card__detail-btn_small a:hover {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.side__menu {
  width: 100%;
}

.side__menu li {
  background-color: #ECF0F0;
  border-radius: 5px;
  display: block;
  padding: 5px 14px;
  margin: 20px 0;
  position: relative;
}

.side__menu li:last-child {
  margin-bottom: 0;
}

.side__menu li:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../image/icon_plus.png") no-repeat;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side__career li:after {
  content: "";
  background:none;
}

.side__menu li a {
  color: #006A3A;
}

.side__menu li a:hover {
  opacity: 0.6;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media screen and (max-width: 767px) {
  .mtXS, .mtXSSp {
    margin-top: 4px !important;
  }
  .mtS, .mtSSp {
    margin-top: 8px !important;
  }
  .mtM, .mtMSp {
    margin-top: 16px !important;
  }
  .mtL, .mtLSp {
    margin-top: 32px !important;
  }
  .mtXL, .mtXLSp {
    margin-top: 64px !important;
  }
  .mbXS, .mbXSSp {
    margin-bottom: 4px !important;
  }
  .mbS, .mbSSp {
    margin-bottom: 8px !important;
  }
  .mbM, .mbMSp {
    margin-bottom: 16px !important;
  }
  .mbL, .mbLSp {
    margin-bottom: 32px !important;
  }
  .mbXL, .mbXLSp {
    margin-bottom: 64px !important;
  }
  .mlXS, .mlXSSp {
    margin-left: 4px !important;
  }
  .mlS, .mlSSp {
    margin-left: 8px !important;
  }
  .mlM, .mlMSp {
    margin-left: 16px !important;
  }
  .mlL, .mlLSp {
    margin-left: 32px !important;
  }
  .mlXL, .mlXLSp {
    margin-left: 64px !important;
  }
  .mrXS, .mrXSSp {
    margin-right: 4px !important;
  }
  .mrS, .mrSSp {
    margin-right: 8px !important;
  }
  .mrM, .mrMSp {
    margin-right: 16px !important;
  }
  .mrL, .mrLSp {
    margin-right: 32px !important;
  }
  .mrXL, .mrXLSp {
    margin-right: 64px !important;
  }
  .ptXS, .ptXSSp {
    padding-top: 4px !important;
  }
  .ptS, .ptSSp {
    padding-top: 8px !important;
  }
  .ptM, .ptMSp {
    padding-top: 16px !important;
  }
  .ptL, .ptLSp {
    padding-top: 32px !important;
  }
  .ptXL, .ptXLSp {
    padding-top: 64px !important;
  }
  .pbXS, .pbXSSp {
    padding-bottom: 4px !important;
  }
  .pbS, .pbSSp {
    padding-bottom: 8px !important;
  }
  .pbM, .pbMSp {
    padding-bottom: 16px !important;
  }
  .pbL, .pbLSp {
    padding-bottom: 32px !important;
  }
  .pbXL, .pbXLSp {
    padding-bottom: 64px !important;
  }
  .hideSp {
    display: none !important;
  }
  .textXS, .textXSSp {
    font-size: 1rem;
  }
  .textS, .textSSp {
    font-size: 1.2rem;
  }
  .textM, .textMSp {
    font-size: 1.4rem;
  }
  .textL, .textLSp {
    font-size: 1.6rem;
  }
  .textXL, .textXLSp {
    font-size: 1.8rem;
  }
  .textXXL, .textXXLSp {
    font-size: 2rem;
  }
  .textXXXL, .textXXXLSp {
    font-size: 2.4rem;
  }
  .taLSp {
    text-align: left !important;
  }
  .taCSp {
    text-align: center !important;
  }
  .taRSp {
    text-align: right !important;
  }
  .section {
    padding: 60px 0;
  }
  .fLSp {
    float: left;
  }
  .fRSp {
    float: right;
  }
  .fBoxSp {
    margin-left: -4%;
  }
  .fAllSp {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Sp {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Sp {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Sp {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Sp {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Sp {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Sp {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Sp {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Sp {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Sp {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Sp {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Sp {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Sp {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Sp {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
  }
  .f3of7Sp {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Sp {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Sp {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
  }
  .f6of7Sp {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Sp {
    float: left;
    width: 8.5%;
    margin-left: 4%;
  }
  .f3of8Sp {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .flexBoxSp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentBox, .contentBoxSp,
  .contentBoxM, .contentBoxMSp,
  .contentBoxL, .contentBoxLSp {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .footer__iconArea {
    display: none;
  }
  .footer__icon {
    display: none;
  }
  .footer__bnrArea {
    width: 100%;
    margin: 30px auto 150px auto;
  }
  ul.footer__bnr__blockL {
    margin: 16px;
  }
  ul.footer__bnr__blockL li {
    width: calc(100% /2);
    line-height: 100%;
    display: block;
  }
  ul.footer__bnr__blockL li:last-child {
    margin-right: 0px;
  }
  ul.footer__bnr__blockR {
    margin: 16px;
  }
  ul.footer__bnr__blockR li {
    width: calc(100% /2);
    line-height: 100%;
    display: block;
  }
  #footer__spmenu {
    width: 100vw;
    height: auto;
    /*position: fixed;*/
    display:none;
    left: 0;
    bottom: 0;
    background-color: white;
  }
  #footer__spmenu ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #footer__spmenu ul li {
    width: calc(100%/3);
    border-right: 1px solid #FFF;
    background-color: #006A3A;
  }
  #footer__spmenu ul li a:hover {
    opacity: 0.6px;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
  }
  #footer__spmenu ul li:last-child {
    border-right: none;
    background-color: #006A3A;
  }
  #footer__spmenu ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer__list__item {
    width: 100%;
  }
  .footer__list__block {
    display: none;
  }
  .footer__copyright .footer__copyright__item {
    width: 100%;
    /*padding-bottom: 100px;*/
  }
  .header_top {
    width: 100%;
    height: 78px;
    position: fixed;
    justify-content: space-between;
    background-color: white;
    z-index: 5;
    top: 0;
    left: 0;
  }
  h1.logo a {
    width: 200px;
    margin: 16px 0 16px 16px;
  }
  ul.inqBox {
    display: none;
  }
  .subMenu {
    display: none;
    width: 93%;
    background-color: #73b2a9;
    position: absolute;
    margin-top: 10px;
    z-index: 2;
  }
  .subMenu > li {
    border-top: 1px solid rgba(255,255,255, .4);
    padding: 10px 0;
    margin-right: 10px;
  }
  .subMenu > li a {
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
  }
  .subMenu > li a:hover {
    color: rgba(0, 106, 58, 0.6);
    text-decoration: none;
    opacity: 0.6;
  }
  .toggleBtn {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 20px;
    margin: 5px 0 0;
  }
  .toggleBtn:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url("../image/header_menuPlus.png") no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .toggleBtn.active:before {
    background: url("../image/header_menuMinus.png") no-repeat;
  }
  #mainVisual {
    width: 100%;
    height: 232px;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 78px;
  }
  .mainVisual_copy {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .mainVisual_copy h2 {
    background-color: #006A3A;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 212px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mainVisual_copy h3 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  #infoArea {
    padding-top: 141px;
  }
  .infoArea__frame {
    width: 100%;
    margin: 0 auto;
  }
  .infoArea__news {
    width: 100%;
    padding: 100px 10px 10px 10px;
  }
  .infoArea__recommend {
    width: 100%;
    padding: 10px;
  }
  .infoArea__head {
    margin: 10px 0;
  }
  .infoArea__head h2.infoArea__title {
    font-size: 24px;
    width: 100%;
  }
  .infoArea__head p.infoArea__title__en {
    font-size: 20px;
    color: #C6E8D9;
    font-family: 'Damion', cursive;
    width: 100%;
    text-align: right;
    vertical-align: bottom;
    padding-right: 16px;
  }
  .infoArea__bodyFrame {
    display: block;
  }
  .infoArea__bodyMain {
    width: 100%;
  }
  .infoArea__block {
    margin-bottom: 16px;
    height: 100px;
    overflow: hidden;
  }
  .infoArea__image {
    width: 30%;
    padding-right: 10px;
  }
  .infoArea__image  img {
    width: auto;
    min-height: 80px;
    object-fit: cover;
  }
  .infoArea__text {
    width: 67%;
  }
  .infoArea__text .infoArea__item__title {
    font-weight: bold;
    font-size: 14px;
  }
  .infoArea__text .infoArea__item__text {
    font-size: 14px;
  }
  .infoArea__bodyBg {
    display: none;
  }
  .infoArea__btn {
    margin: 0 16px 16px auto;
  }
  .section__contentBox {
    width: calc(100% -32px);
    margin: 16px;
    padding: 16px;
  }
  .cardArea {
    width: 100%;
  }
  .card_1of3 {
    width: 100%;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
  }
  .card_1of2 {
    width: 100%;
    /*min-height: 360px;*/
    margin-bottom: 16px;
    position: relative;
  }
  a.card_link {
    color: #333;
    text-decoration: none;
    display: block;
  }
  a.card_link:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #333;
  }
  a.card_link_archive {
    color: #333;
    text-decoration: none;
    display: block;
  }
  a.card_link_archive:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #333;
  }
  .card__image {
    width: auto;
    height: auto;
  }
  .card__image_1of2 {
    min-width: 100%;
    height: auto;
  }
  .card__image img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_1of2 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header {
    padding: 16px;
  }
  .card__title {
    font-size: 22px;
    height: auto;
    width: 100%;
  }
  .card__copy {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0 32px;
  }
  .card__foot_btn {
    width: 310px;
  }
  #onlineShop .section__visual {
    background-image: url("../image/visual_online_sp.png");
  }
  #onlineShop .section__visual {
    width: 100%;
    height: 350px;
    margin: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #onlineShop .section__visual .section__title {
    width: 100%;
    margin: auto;
  }
  #onlineShop .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 24px;
    font-family: serif;
    font-weight: nomal;
    padding: 10px 30px;
    position: absolute;
    top: -30px;
    margin-left: 16px;
  }
  #onlineShop .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    margin-left: 16px;
    top: 330px;
  }
  #company .section__visual {
    background-image: url("../image/visual_company_sp.png");
  }
  #company .section__visual {
    width: 100%;
    height: 350px;
    margin: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #company .section__visual .section__title {
    width: 100%;
    margin: auto;
  }
  #company .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 24px;
    font-family: serif;
    font-weight: nomal;
    padding: 10px 20px;
    position: absolute;
    top: -30px;
    margin-left: 16px;
  }
  #company .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    margin-left: 16px;
    top: 330px;
  }
  #recruit .section__visual {
    background-image: url("../image/visual_recruit_sp.png");
  }
  #recruit .section__visual {
    width: 100%;
    height: 350px;
    margin: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #recruit .section__visual .section__title {
    width: 100%;
    margin: auto;
  }
  #recruit .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 24px;
    font-family: serif;
    font-weight: nomal;
    padding: 10px 20px;
    position: absolute;
    top: -30px;
    margin-left: 16px;
  }
  #recruit .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    margin-left: 16px;
    top: 330px;
  }
  #commit .section__visual {
    background-image: url("../image/visual_commit_sp.png");
  }
  #commit .section__visual {
    width: 100%;
    height: 350px;
    margin: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #commit .section__visual .section__title {
    width: 100%;
    margin: auto;
  }
  #commit .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 24px;
    font-family: serif;
    font-weight: nomal;
    padding: 10px 20px;
    position: absolute;
    top: -30px;
    margin-left: 16px;
  }
  #commit .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    margin-left: 16px;
    top: 330px;
  }
  #sales .section__visual {
    background-image: url("../image/visual_sales_sp.png");
  }
  #sales .section__visual {
    width: 100%;
    height: 350px;
    margin: 100px 0 120px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #sales .section__visual .section__title {
    width: 100%;
    margin: auto;
  }
  #sales .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 24px;
    font-family: serif;
    font-weight: nomal;
    padding: 10px 20px;
    position: absolute;
    top: -30px;
    margin-left: 16px;
  }
  #sales .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    margin-left: 16px;
    top: 330px;
  }
  .articleArea {
    margin: 16px auto;
    padding: 8px 0;
  }
  .article__contentL {
    width: 94%;
    padding: 16px;
    margin: 16px auto;
  }
  .article__contentR {
    width: 94%;
    padding: 16px;
    margin: 16px auto;
  }
  .article__title h2 {
    font-size: 18px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
  }
  .article__title p {
    font-size: 14px;
    margin: 16px 0;
  }
  .article__body {
    width: 311px;
    margin-bottom: 16px;
  }
  .article__footer .article__detail-btn {
    padding-top: 16px;
  }
  .content__h2 {
    font-size: 24px;
    margin: 30px 0 20px 0;
  }
  .content__h2_top {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .content__h3 {
    font-size: 20px;
    margin: 20px 0;
  }
  .content__h3_top {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .content__h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  .content__h4_withPhoto {
    font-size: 18px;
    margin: 0 0 20px;
  }
  #mainVisual_recruit {
    width: 100%;
    height: 232px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_recruit_sp.png) ;
    margin-top: 150px;
  }
  #mainVisual_company {
    width: 100%;
    height: 232px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_company_sp.png) ;
    margin-top: 150px;
  }
  #mainVisual_commit {
    width: 100%;
    height: 232px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_commit_sp.png) ;
    margin-top: 150px;
  }
  #mainVisual_sales {
    width: 100%;
    height: 232px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_sales_sp.png) ;
    margin-top: 150px;
  }
  .mainVisual_copy_frame_temp {
    width: 100%;
    height: 232px;
    margin: 70px auto 32px;
    position: relative;
  }
  .mainVisual_copy_temp {
    text-align: left;
    position: absolute;
    left: 16px;
    bottom: -90px;
  }
  .mainVisual_copy_temp h2 {
    background-color: #006A3A;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #006A3A;
    color: white;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 16px;
    display: block;
    width: 343px;
    margin: 0 auto;
    padding: 10px;
  }
  .mainVisual_copy_temp h3 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 343px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
  }
  #pageTitle {
    width: 100%;
    margin: 0 auto;
    background-color: #ecf0f0;
  }
  .pageTitle {
    bottom: 235px;
    left: 16px;
    display: block;
  }
  .pageTitle h2 {
    font-size: 20px;
  }
  #contentArea {
    width: 100%;
    padding: 16px;
  }
  .content_mainText {
    text-align: left;
    font-size: 18px;
    margin-top: 100px;
  }
  .content_mainTextTaL {
    text-align: left;
    font-size: 18px;
  }
  .content_mainTextTaL_small {
    text-align: left;
    font-size: 16px;
  }
  #card__contentBox {
    width: 343px;
    margin: 100px 16px 32px;
    padding: 16px;
  }
  #card__contentBox_sales {
    width: 343px;
    margin: 120px 16px 16px;
    padding: 16px;
  }
  .cardArea {
    width: 100%;
  }
  .card_1of2 {
    width: 100%;
    margin-bottom: 16px;
  }
  #pageTitle_small {
    width: 343px;
    margin: 108px auto 30px;
  }
  .pageTitle_small h2 {
    font-size: 24px;
    margin-top: 78px;
  }
  #pageTitle_wide {
    width: 343px;
    margin: 30px auto;
  }
  .pageTitle_wide {
    margin-top: 78px;
  }
  .pageTitle_wide h2 {
    font-size: 24px;
    margin-top: 100px;
  }
  #contentArea__white {
    width: calc(100% - 32px);
    margin: 30px auto;
    padding: 16px;
  }
  #contentArea__white_wide {
    width: calc(100% - 32px);
    margin: 30px auto;
    padding: 16px;
  }
  #contentArea__white_company {
    width: calc(100% - 32px);
    margin: -16px auto 32px;
    padding: 16px;
  }
  .textArea-withPhoto {
    width: 100%;
  }
  .textArea-withPhoto__text {
    width: 100%;
    margin: 0;
  }
  .textArea-withPhoto__photo {
    width: 100%;
    margin:0;
    padding: 24px 0;
  }
  .textArea-withPhoto__photo .movie {
    width: 100%;
    height: 100%;
  }
  #pageTitle_side {
    width: 100%;
    padding: 30px 16px;
  }
  .pageTitle_side h2 {
    font-size: 24px;
  }
  #contentArea__frame {
    width: 100%;
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;*/
    padding: 16px;
  }
  #contentArea__frame_career {
    width: 100%;
    padding: 16px;
    margin-top: 78px;
  }
  .contentArea__white_main {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
  .contentArea__white_side {
    width: 100%;
    margin-bottom: 16px;
  }
  .cardArea_small {
    width: 100%;
  }
  .card_1of2_small_L {
    width: 100%;
    margin-bottom: 16px;
  }
  .card_1of2_small_R {
    width: 100%;
  }
  .card__image_1of2_small {
    width: 100%;
  }
  .card__image_1of2_small img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_small {
    padding: 16px;
  }
  .card__title_small {
    font-size: 22px;
    height: auto;
    width: 100%;
  }
  .card__copy_small {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 16px;
  }
}

/*top会社案内*/
@media screen and (min-width: 768px) {
  .cardArea_company {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_company:after {
    content: "";
    display: block;
    width: calc(100%/3 - 32px/3);
  }
  .card_1of3_company {
    width: calc(100%/3 - 32px/3);
    margin: 0 16px 20px 0;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_company:nth-child(3n) {
    margin-right: 0;
  }
  .card_1of3_company:nth-child(n+4) {
    margin-bottom: 10px;
  }
  .card__image_company {
    width: 100%;
    height: 180px;
  }
  .card__image_company img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_company {
    padding: 16px;
  }
  .card__title_company {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 70px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_company {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_company {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_company a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_company a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .card__detail-btn_commit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_commit a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_commit a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .cardArea_sales {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_sales:after {
    content: "";
    display: block;
    width: calc(100%/3 - 32px/3);
  }
  .card_1of3_sales {
    width: calc(100%/3 - 32px/3);
    margin: 0 16px 20px 0;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_sales:nth-child(3n) {
    margin-right: 0;
  }
  .card_1of3_sales_img{
    margin: 20px auto 10px;
    width: 100%;
    height: 113px;
    position: relative;
  }
  .card_1of3_sales_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .card_1of3_sales_title {
    color: #165C50;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .cardArea_link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_link:after {
    content: "";
    display: block;
    width: calc(100%/3 - 32px/3);
  }
  .card_1of3_link {
    width: calc(100%/3 - 32px/3);
    margin: 0 16px 20px 0;
    padding: 16px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_link:nth-child(3n) {
    margin-right: 0;
  }
  .card_1of3_link_img{
    margin: 20px auto 10px;
    width: 100%;
    height: 113px;
    position: relative;
  }
  .card_1of3_link_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .card_1of3_link_title {
    color: #165C50;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }
  .card_1of3_link_text{
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cardArea_company {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of3_company {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_company:last-of-type {
    margin-bottom: 0;
  }
  .card_1of3_company_none {
    display: none;
  }
  .card__image_company {
    width: auto;
    height: auto;
  }
  .card__image_company img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_company {
    padding: 16px;
  }
  .card__title_company {
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 7 0px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_company {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_company {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_company a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_company a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .cardArea_sales {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of3_sales {
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_sales:last-of-type {
    margin-bottom: 0;
  }
  .card_1of3_sales_img{
    margin: 20px auto 10px;
    width: 100%;
    height: 113px;
    position: relative;
  }
  .card_1of3_sales_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .card_1of3_sales_title {
    color: #165C50;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}
/*-- 採用情報 --*/
@media screen and (min-width: 768px) {
  .cardArea_recruit {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_recruit:after {
    content: "";
    display: block;
    width: calc(100%/2 - 32px/2);
  }
  .card_1of2_recruit {
    width: calc(100%/2 - 32px/2);
    margin: 0 30px 32px 0;
    padding-bottom: 20px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_recruit:nth-child(2n) {
    margin-right: 0;
  }
  .card_1of2_recruit:nth-child(n+3) {
    margin-bottom: 20px;
  }
  .card__image_recruit {
    width: 100%;
    height: 180px;
  }
  .card__image_1of2_recruit img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_recruit {
    padding: 16px;
  }
  .card__title_recruit {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 70px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_recruit {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_recruit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_recruit a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_recruit a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
@media screen and (max-width: 767px) {
  .cardArea_recruit {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of2_recruit {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_recruit:last-of-type {
    margin-bottom: 0;
  }
  .card_1of2_recruit_none {
    display: none;
  }
  .card__image_recruit {
    width: auto;
    height: auto;
  }
  .card__image_1of2_recruit img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_recruit {
    padding: 16px;
  }
  .card__title_recruit {
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 7 0px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_recruit {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_recruit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_recruit a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_recruit a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
/*-- こだわり --*/
@media screen and (min-width: 768px) {
  .cardArea_commit {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_commit:after {
    content: "";
    display: block;
    width: calc(100%/2 - 32px/2);
  }
  .card_1of2_commit {
    width: calc(100%/2 - 32px/2);
    margin: 0 30px 32px 0;
    padding-bottom: 20px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_commit:nth-child(2n) {
    margin-right: 0;
  }
  .card_1of2_commit:nth-child(n+3) {
    margin-bottom: 20px;
  }
  .card__image_commit {
    width: 100%;
    height: 180px;
  }
  .card__image_1of2_commit img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_commit {
    padding: 16px;
  }
  .card__title_commit {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 70px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_commit {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_commit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_commit a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_commit a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
@media screen and (max-width: 767px) {
  .cardArea_commit {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of2_commit {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_commit:last-of-type {
    margin-bottom: 0;
  }
  .card_1of2_commit_none {
    display: none;
  }
  .card__image_commit {
    width: auto;
    height: auto;
  }
  .card__image_1of2_commit img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_commit {
    padding: 16px;
  }
  .card__title_commit {
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 7 0px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_commit {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_commit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_commit a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_commit a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-- チラシ --*/
@media screen and (min-width: 768px) {
  .chirashi_shops {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cardArea_chirashi {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_chirashi:after {
    content: "";
    display: block;
    width: calc(100%/2 - 32px/2);
  }
  .card_1of2_chirashi {
    width: calc(100%/2 - 32px/2);
    margin: 0 30px 60px 0;
    padding-bottom: 20px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_chirashi:nth-child(2n) {
    margin-right: 0;
  }
  .card_1of2_chirashi:nth-child(n+3) {
    margin-bottom: 20px;
  }
  .card__image_chirashi img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  .card__image_1of2_chirashi img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_chirashi {
    padding: 16px;
  }
  .card__title_chirashi {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
    width: 100%;
  }
  .card__copy_chirashi {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_chirashi {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_chirashi a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_chirashi a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}
@media screen and (max-width: 767px) {
  .chirashi_shops {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .cardArea_chirashi {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of2_chirashi {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_chirashi:last-of-type {
    margin-bottom: 0;
  }
  .card__image_chirashi img {
    width: auto;
    height: auto;
  }
  .card__image_1of2_chirashi img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_chirashi {
    padding: 16px;
  }
  .card__title_chirashi {
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
    width: 100%;
  }
  .card__copy_chirashi {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__detail-btn_chirashi {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_chirashi a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_chirashi a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

/*-- 店舗案内 --*/
@media screen and (min-width: 768px) {
  .cardArea_shops {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_shops:after {
    content: "";
    display: block;
    width: calc(100%/2 - 32px/2);
  }
  .card_1of2_shops {
    width: calc(100%/2 - 32px/2);
    margin: 0 30px 32px 0;
    padding-bottom: 20px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_shops:nth-child(2n) {
    margin-right: 0;
    margin-left: 8px;
  }
  .card__image_shops {
    width: 100%;
    height: 180px;
  }
  .card__image_1of2_shops img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_shops {
    padding: 16px;
  }
  .card__title_shops {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 70px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_shops {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__copy_shops dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .card__copy_shops dl dt {
    width: 15%;
    font-weight: normal;
  }
  .card__copy_shops dl dd {
    width: 80%;
  }
  .card__detail-btn_shops {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_shops a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_shops a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .card__haiso {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cardArea_shops {
    display: -ms-flexbox;
    width: 100%;
  }
  .card_1of2_shops {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
    background-color: white;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_shops:last-of-type {
    margin-bottom: 0;
  }
  .card_1of2_shops_none {
    display: none;
  }
  .card__image_shops {
    width: auto;
    height: auto;
  }
  .card__image_1of2_shops img {
    width: 100vw;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_shops {
    padding: 16px;
  }
  .card__title_shops {
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: 7 0px;
    line-height: 1.3em;
    width: 100%;
    height: 70px;
  }
  .card__copy_shops {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__copy_shops dl {
    width: 100%;
  }
  .card__copy_shops dl dt {
    font-weight: bord;
    width: 100%;
  }
  .card__copy_shops dl dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .card__detail-btn_shops {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
  }

  .card__detail-btn_shops a {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
  }

  .card__detail-btn_shops a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

@media screen and (min-width: 768px) {
  .mtXS, .mtXSPc {
    margin-top: 8px !important;
  }
  .mtS, .mtSPc {
    margin-top: 16px !important;
  }
  .mtM, .mtMPc {
    margin-top: 32px !important;
  }
  .mtL, .mtLPc {
    margin-top: 64px !important;
  }
  .mtXL, .mtXLPc {
    margin-top: 96px !important;
  }
  .mbXS, .mbXSPc {
    margin-bottom: 8px !important;
  }
  .mbS, .mbSPc {
    margin-bottom: 16px !important;
  }
  .mbM, .mbMPc {
    margin-bottom: 32px !important;
  }
  .mbL, .mbLPc {
    margin-bottom: 64px !important;
  }
  .mbXL, .mbXLPc {
    margin-bottom: 96px !important;
  }
  .mlXS, .mlXSPc {
    margin-left: 8px !important;
  }
  .mlS, .mlSPc {
    margin-left: 16px !important;
  }
  .mlM, .mlMPc {
    margin-left: 32px !important;
  }
  .mlL, .mtlPc {
    margin-left: 64px !important;
  }
  .mlXL, .mlXLPc {
    margin-left: 96px !important;
  }
  .mrXS, .mrXSSPc {
    margin-right: 8px !important;
  }
  .mrS, .mrSPc {
    margin-right: 16px !important;
  }
  .mrM, .mrMPc {
    margin-right: 32px !important;
  }
  .mrL, .mrLPc {
    margin-right: 64px !important;
  }
  .mrXL, .mrXLPc {
    margin-right: 96px !important;
  }
  .ptXS, .ptXSPc {
    padding-top: 8px !important;
  }
  .ptS, .ptSPc {
    padding-top: 16px !important;
  }
  .ptM, .ptMPc {
    padding-top: 32px !important;
  }
  .ptL, .ptLPc {
    padding-top: 64px !important;
  }
  .ptXL, .ptXLPc {
    padding-top: 96px !important;
  }
  .pbXS, .pbXSPc {
    padding-bottom: 8px !important;
  }
  .pbS, .pbSPc {
    padding-bottom: 16px !important;
  }
  .pbM, .pbMPc {
    padding-bottom: 32px !important;
  }
  .pbL, .pbLPc {
    padding-bottom: 64px !important;
  }
  .pbXL, .pbXLPc {
    padding-bottom: 96px !important;
  }
  .hidePc {
    display: none !important;
  }
  .textXS, .textXSPc {
    font-size: 1.2rem;
  }
  .textS, .textSPc {
    font-size: 1.4rem;
  }
  .textM, .textMPc {
    font-size: 1.6rem;
  }
  .textL, .textLPc {
    font-size: 1.8rem;
  }
  .textXL, .textXLPc {
    font-size: 2.4rem;
  }
  .textXXL, .textXXLPc {
    font-size: 3.2rem;
  }
  .textXXXL, .textXXXLPc {
    font-size: 4.2rem;
  }
  .taLPc {
    text-align: left !important;
  }
  .taCPc {
    text-align: center !important;
  }
  .taRPc {
    text-align: right !important;
  }
  .wrapper {
    min-width: 1200px;
  }
  .section {
    padding: 60px 0;
  }
  .fLPc {
    float: left;
  }
  .fRPc {
    float: right !important;
  }
  .fBoxPc {
    margin-left: -4%;
  }
  .fAllPc {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Pc {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Pc {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Pc {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Pc {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Pc {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Pc {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Pc {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Pc {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Pc {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Pc {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Pc {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Pc {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Pc {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
  }
  .f3of7Pc {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Pc {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Pc {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
  }
  .f6of7Pc {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Pc {
    float: left;
    width: 9.5%;
    margin-left: 4%;
  }
  .f3of8Pc {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .flexBoxPc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentBox, .contentBoxPc {
    width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px;
  }
  .contentBoxM, .contentBoxMPc {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
  }
  .contentBoxL, .contentBoxLPc {
    width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
  }
  .footer__iconArea {
    background-color: #FAFAFA;
    width: 100%;
    padding: 63px 0;
  }
  .footer__icon {
    width: 1200px;
    height: 167px;
    margin: 0 auto;
  }
  .footer__icon ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .footer__icon ul li {
    width: calc(100%/5);
    background-color: white;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-right: 20px;
    padding: 32px;
    text-align: center;
  }
  .footer__icon ul li a img {
    width: 64px;
    height: auto;
  }
  .footer__icon ul li a p {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
  }
  .footer__icon ul li:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .footer__icon ul li:last-child {
    margin-right: 0;
  }
  .footer__bnrArea {
    width: 1200px;
    margin: 63px auto;
  }
  .footer__bnr__frame {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__bnrBox {
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
  }
  ul.footer__bnr__blockL {
    width: calc(100% /2);
    margin: 16px 0;
  }
  ul.footer__bnr__blockL li {
    width: calc(100% /2);
    line-height: 120px;
    height: auto;
  }
  ul.footer__bnr__blockL li:last-child {
    margin-right: 16px;
  }
  ul.footer__bnr__blockR {
    width: calc(100% /2);
    margin: 16px 0;
  }
  ul.footer__bnr__blockR li {
    width: calc(100% /2);
    line-height: 120px;
    height: auto;
  }
  #footer__spmenu {
    display: none;
  }
  .footer__list__block {
    width: calc(100% /4);
  }
  .footer__list__block ul {
    width: 100%;
  }
  .footer__list__block ul li {
    font-size: 16px;
    font-weight: bold;
    margin: 32px 0;
    width: 100%;
  }
  .footer__list__block ul li a {
    color: white;
  }
  .footer__list__block ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer__list__block ul li ul.footer__list-second li {
    font-weight: normal;
    margin: 10px 0 10px 10px;
  }
  .footer__list__block ul.footer_sns {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin-left: -32px;
  }
  .footer__list__block ul.footer_sns li.sns_logo {
    width: calc(100% /3);
    margin-top: 32px;
    text-align: left;
  }
  .footer__copyright .footer__copyright__item {
    width: 1200px;
    margin: 0 auto;
  }
  .header_top {
    width: 1200px;
  }
  h1.logo a {
    width: 262px;
    margin: 30px 0 24px;
  }
  ul.inqBox {
    margin: 40px 0 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  ul.inqBox li {
    margin-right: 20px;
  }
  ul.inqBox li.inqBtn a {
    font-size: 14px;
    color: #006A3A;
    text-decoration: none;
    margin-left: 20px;
  }
  .ul.inqBox li.inqBtn a:hover {
    opacity: 0.6;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  ul.inqBox li.inqBtn a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../image/header_btn_mail.png");
    background-size: contain;
    vertical-align: middle;
  }
  .subMenu {
    display: none;
    width: 240px;
    background-color: white;
    position: absolute;
    margin-top: 20px;
    z-index: 2;
  }
  .subMenu li {
    border-bottom: 1px solid #ccc;
    padding: 20px 24px;
  }
  .subMenu li a {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    text-align:left;
  }
  .subMenu li a:hover {
    color: rgba(0, 106, 58, 0.6);
    text-decoration: none;
  }
  .menuArrow:after {
    content: '';
    background: url("../image/header_menuArrow.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #mainVisual {
    width: 100%;
    min-height: 550px;
    background-position: center;
    background-size: cover;
  }
  .mainVisual_copy {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
  }
  .mainVisual_copy h2 {
    background-color: #006A3A;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 420px;
    padding: 20px;
    position: absolute;
    top: 450px;
  }
  .mainVisual_copy h3 {
    background-color: rgba(255, 255, 255, 0.6);
    width: 537px;
    padding: 20px;
    position: absolute;
    top: 530px;
  }
  .infoArea__frame {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
  }
  .infoArea__news {
    width: 550px;
    padding: 10px;
  }
  .infoArea__recommend {
    width: 650px;
    padding: 10px 0 10px 60px;
    border-left: 1px dotted rgba(22, 92, 80, 0.4);
  }
  .infoArea__head {
    display: -ms-flexbox;
    display: flex;
    margin: 54px 0 24px;
  }
  .infoArea__head h2.infoArea__title {
    font-size: 24px;
    width: 45%;
  }
  .infoArea__head p.infoArea__title__en {
    font-size: 20px;
    color: #C6E8D9;
    font-family: 'Damion', cursive;
    width: 45%;
    text-align: right;
    vertical-align: bottom;
  }
  .infoArea__bodyFrame {
    display: -ms-flexbox;
    display: flex;
  }
  .infoArea__bodyMain {
    width: 80%;
  }
  .infoArea__block {
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
  }
  .infoArea__image {
    width: 100px;
    padding-right: 20px;
  }
  .infoArea__image  img {
    width: auto;
    min-height: 80px;
    object-fit: cover;
    /*width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;*/
  }
  .infoArea__text {
    width: 360px;
  }
  .infoArea__text .infoArea__item__title {
    font-weight: bold;
    font-size: 14px;
  }
  .infoArea__text .infoArea__item__text {
    font-size: 14px;
  }
  .infoArea__bodyBg {
    width: 20%;
    position: relative;
  }
  .infoArea__bodyBg img {
    position: absolute;
    bottom: 0;
  }
  .infoArea__btn {
    margin: 0 30px 0 auto;
  }
  .section__contentBox {
    width: 1200px;
    margin: 0 auto;
    padding: 32px;
  }
  .cardArea {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .card_1of3 {
    width: calc(100% / 3);
    margin: 16px;
  }
  .card_1of2 {
    width: calc(100% / 2);
    margin: 16px;
  }
  a.card_link {
    color: #333;
    text-decoration: none;
    display: block;
  }
  a.card_link:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #333;
  }
  a.card_link_archive {
    color: #333;
    text-decoration: none;
    display: block;
  }
  a.card_link_archive:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #333;
  }
  a.archive {
    display: none;
  }
  .card__image {
    width: 100%;
    height: 180px;
  }
  .card__image_1of2 {
    width: 100%;
    height: 260px;
  }
  .card__image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_1of2 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header {
    padding: 16px 32px 32px;
  }
  .card__title {
    font-size: 24px;
    height: 7 0px;
    width: 100%;
  }
  .card__copy {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
  .card__foot_btn {
    width: 400px;
  }
  #onlineShop .section__visual {
    background-image: url("../image/visual_online.png");
  }
  #onlineShop .section__visual {
    width: 100%;
    height: 550px;
    margin: 100px 0 150px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #onlineShop .section__visual .section__title {
    width: 1200px;
    margin: auto;
  }
  #onlineShop .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    padding: 10px 30px;
    position: absolute;
    top: -43px;
  }
  #onlineShop .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 32px;
    position: absolute;
    top: 470px;
  }
  #company .section__visual {
    background-image: url("../image/visual_company.png");
  }
  #company .section__visual {
    width: 100%;
    height: 550px;
    margin: 100px 0 150px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #company .section__visual .section__title {
    width: 1200px;
    margin: auto;
  }
  #company .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    padding: 10px 30px;
    position: absolute;
    top: -43px;
  }
  #company .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 32px;
    position: absolute;
    top: 470px;
  }
  #recruit .section__visual {
    background-image: url("../image/visual_recruit.png");
  }
  #recruit .section__visual {
    width: 100%;
    height: 550px;
    margin: 100px 0 150px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #recruit .section__visual .section__title {
    width: 1200px;
    margin: auto;
  }
  #recruit .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    padding: 10px 30px;
    position: absolute;
    top: -43px;
  }
  #recruit .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 32px;
    position: absolute;
    top: 470px;
  }
  #commit .section__visual {
    background-image: url("../image/visual_commit.png");
  }
  #commit .section__visual {
    width: 100%;
    height: 550px;
    margin: 100px 0 150px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #commit .section__visual .section__title {
    width: 1200px;
    margin: auto;
  }
  #commit .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    padding: 10px 30px;
    position: absolute;
    top: -43px;
  }
  #commit .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 32px;
    position: absolute;
    top: 470px;
  }
  #sales .section__visual {
    background-image: url("../image/visual_sales.png");
  }
  #sales .section__visual {
    width: 100%;
    height: 550px;
    margin: 100px 0 150px;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  #sales .section__visual .section__title {
    width: 1200px;
    margin: auto;
  }
  #sales .section__visual .section__title h2 {
    background-color: #006A3A;
    color: white;
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    padding: 10px 30px;
    position: absolute;
    top: -43px;
  }
  #sales .section__visual .section__title h3 {
    background-color: #ECF0F0;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 32px;
    position: absolute;
    top: 470px;
  }
  .articleArea {
    width: 1200px;
    margin: 63px auto 0;
    display: -ms-flexbox;
    display: flex;
  }
  .article__contentL {
    width: calc(100% / 2);
    padding: 32px;
    margin: 63px 16px 0 0;
  }
  .article__contentR {
    width: calc(100% / 2);
    padding: 32px;
    margin: 63px 0 0 16px;
  }
  .article__title h2 {
    font-size: 24px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: nomal;
  }
  .article__title p {
    font-size: 16px;
    margin: 16px 0 24px;
  }
  .article__body {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .article__footer .article__detail-btn {
    padding: 10px 32px 32px;
  }
  .content__h2 {
    font-size: 32px;
    line-height: 1.3em;
    margin: 50px 0 20px 0;
  }
  .content__h2_top {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0 0 20px 0;
  }
  .content__h3 {
    font-size: 24px;
    margin: 20px 0;
    width: 100%;
  }
  .content__h3_top {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .content__h4 {
    font-size: 20px;
    margin: 20px 0;
  }
  .content__h4_withPhoto {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #mainVisual_recruit {
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_recruit.png);
  }
  #mainVisual_company {
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_company.png);
  }
  #mainVisual_commit {
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_commit.png);
  }
  #mainVisual_sales {
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-image: url(../image/visual_sales_main.png);
  }
  .mainVisual_copy_frame_temp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .mainVisual_copy_temp {
    text-align: left;
    position: absolute;
    top: 324px;
    right: 24px;
  }
  .mainVisual_copy_temp h2 {
    background-color: #006A3A;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: block;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 32px;
    padding: 20px;
  }
  .mainVisual_copy_temp h3 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 24px;
  }
  #pageTitle {
    width: 1200px;
    margin: 0 auto;
  }
  .pageTitle {
    top: -60px;
  }
  .pageTitle h2 {
    font-size: 32px;
    color: #006A3A;
  }
  #contentArea {
    width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    line-height: 1.8em;
  }
  .content_mainText {
    text-align: center;
    font-size: 20px;
  }
  #card__contentBox {
    width: 1200px;
    margin: 0 auto;
    padding: 32px;
  }
  #card__contentBox_sales {
    width: 1200px;
    margin: 0 auto;
    padding: 32px;
  }
  .cardArea {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .card_1of2 {
    width: calc(100% / 2);
    margin: 16px;
  }
  #pageTitle_small {
    width: 800px;
    margin: 32px auto;
  }
  .pageTitle_small h2 {
    font-size: 33px;
  }
  #pageTitle_wide {
    width: 1200px;
    margin: 32px auto;
  }
  .pageTitle_wide h2 {
    font-size: 33px;
  }
  #contentArea__white {
    width: 800px;
    margin: 32px auto 63px;
    padding: 20px;
    line-height: 1.8em;
  }
  #contentArea__white_company {
    width: 800px;
    margin: -32px auto 63px;
    padding: 20px;
    line-height: 1.8em;
  }
  #contentArea__white_wide {
    width: 1200px;
    margin: 32px auto 63px;
    padding: 20px;
    line-height: 1.8em;
  }
  .textArea-withPhoto {
    width: 760px;
    display: -ms-flexbox;
    display: flex;
  }
  .textArea-withPhoto__text {
    width: 500px;
  }
  .textArea-withPhoto__photo {
    width: 240px;
    margin-left: 16px;
  }
  .textArea-withPhoto__photo .movie {
    width: 100%;
    height: 100%;
  }
  #pageTitle_side {
    width: 1200px;
    margin: 32px auto;
  }
  .pageTitle_side h2 {
    font-size: 33px;
  }
  #contentArea__frame, #contentArea__frame_career {
    width: 1200px;
    margin: 32px auto 63px;
    display: -ms-flexbox;
    display: flex;
  }
  .contentArea__white_main {
    width: 800px;
    margin-right: 20px;
    padding: 20px;
    line-height: 1.8em;
  }
  .contentArea__white_side {
    width: 380px;
  }
  .contentArea__white_side_movie {
    width: 100%;
    margin-top: 32px;
  }
  .cardArea_small {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .card_1of2_small_L {
    width: 368px;
    margin-right: 20px;
  }
  .card_1of2_small_R {
    width: 368px;
  }
  .card__image_1of2_small {
    width: 100%;
    height: 230px;
  }
  .card__image_1of2_small img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_small {
    padding: 32px 32px 32px;
  }
  .card__title_small {
    font-size: 24px;
    height: 1.7em;
    width: 100%;
  }
  .card__copy_small {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__list__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .footer__list__item {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 63px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .footer__list__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer__list__item {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 63px 0;
  }
}

ul.circle_g li {
  background: url(../image/list_circle.png) no-repeat;
  background-position: left 3px;
  line-height: 20px;
  padding: 0 0 10px 20px;
}

.green {
  color: #165C50;
}
.red {
  color: #B71C1C;
}

@media screen and (min-width: 768px) {
  .btn_pageLink {
    width: 100%;
    display: flex;
    margin: 24px auto;
  }
  .btn_pageLink_innerL {
    width: calc(100% /2);
    margin-right: 24px;
  }
  .btn_pageLink_innerR {
    width: calc(100% /2);
    margin-right: 0;
  }
  a.btn_pageLink_item {
    display: block;
    border-radius: 5px;
    width: 368px;
    padding: 20px;
    font-size: 22px;
    text-align: left;
    background: #ffffff;
    background: -moz-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ECF0F0), to(#ffffff));
    background: -webkit-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: -o-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: linear-gradient( #ECF0F0 0%, #ffffff 100%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
  a.btn_pageLink_item:after {
    content: "";
    width: 31px;
    height: 31px;
    background: url(../image/icon_arrowRight.png) no-repeat;
    position: absolute;
    left: 320px;
  }
}
@media screen and (max-width: 767px) {
  .btn_pageLink {
    width: 100%;
    margin: 16px auto;
  }
  .btn_pageLink_innerL {
    width: 100%;
    margin-bottom: 16px;
  }
  .btn_pageLink_innerR {
    width: 100%;
  }
  a.btn_pageLink_item {
    display: block;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-align: left;
    background: #ffffff;
    background: -moz-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ECF0F0), to(#ffffff));
    background: -webkit-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: -o-linear-gradient( #ECF0F0 0%, #ffffff 100%);
    background: linear-gradient( #ECF0F0 0%, #ffffff 100%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  }
  a.btn_pageLink_item:after {
    content: "";
    width: 31px;
    height: 31px;
    background: url(../image/icon_arrowRight.png) no-repeat;
    position: absolute;
    left: 260px;
  }
}

a.btn_pageLink_item {
  color: #00927A;
  font-weight: bold;
  position: relative;
}
a.btn_pageLink_item:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .title_withPhoto {
    display: flex;
    width: 100%;
  }
  .title_withPhoto_career {
    display: flex;
    width: 100%;
  }
  .title_withPhoto_inner {
    width: calc(100% /2);
    margin-right: 24px;
    position: relative;
  }
  .title_withPhoto_inner_career {
    width: calc(100% /2);
    margin-right: 24px;
    position: relative;
    height: 230px;
  }
  .title_withPhoto_h3 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 16px;
  }
  .title_withPhoto_name {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
  }
  .title_withPhoto_name_career {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    position: absolute;
    top: 120px;
    right: 0;
    text-align: right;
  }
  .title_withPhoto_caption_career {
    font-size: 14px;
    font-family: normal;
    text-align: right;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    line-height: 1.3em;
  }
  .article__career_qa {
    margin-top: 60px;
  }
  .title_withPhoto_comment {
    font-size: 16px;
    font-family: normal;
  }
  .title_withPhoto_photo {
    width: calc(100% /2);
  }
  .title_withPhoto_photo_career {
    width: calc(100% /2);
  }
  .title_withPhoto_photo_career img {
    width: auto;
    height: 230px;
    border-radius: 5px;
  }
  .title_withPhoto_photo img.taR {
    margin: 0 10px 0 auto;
  }
  .title_withPhoto_caption {
    font-size: 14px;
    line-height: 1.3em;
    display: block;
    margin-top: -10px;
    width: 100%;
  }
  .title_withPhoto_caption_h {
    font-size: 14px;
    line-height: 1.3em;
    display: block;
    margin-top: 5px;
    width: 100%;
  }
  /*半分にならないとき*/
  .title_withPhoto_2 {
    display: flex;
    width: 100%;
  }
  .title_withPhoto_inner_2 {
    width: 60%;
    margin-right: 24px;
    position: relative;
  }
  .title_withPhoto_h3_2 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 16px;
  }
  .title_withPhoto_name_2 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
  }
  .title_withPhoto_photo_2 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .title_withPhoto {
    width: 100%;
  }
  .title_withPhoto_career {
    width: 100%;
  }
  .title_withPhoto_inner {
    width: 100%;
    padding: 10px;
  }
  .title_withPhoto_inner_career {
    width: 100%;
    padding: 10px;
  }
  .title_withPhoto_name_career {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    margin-top: 20px;
  }
  .title_withPhoto_caption_career {
    font-size: 14px;
    font-family: normal;
    margin-top: 20px;
  }
  .article__career_qa {
    margin-top: 60px;
  }
  .title_withPhoto_h3 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5em;
  }
  .title_withPhoto_name {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
  }
  .title_withPhoto_comment {
    font-size: 14px;
  }
  .title_withPhoto_photo {
    width: 100%;
    margin-top: 24px;
  }
  .title_withPhoto_photo_career {
    width: 100%;
    margin-top: 24px;
  }
  .title_withPhoto_photo_career img {
    width: auto;
    border-radius: 5px;
  }
  .title_withPhoto_caption {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: -20px;
  }
  .title_withPhoto_caption_h {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 5px;
    text-align: center;
  }
  /*半分にならないとき*/
  .title_withPhoto_2 {
    display: block;
    width: 100%;
  }
  .title_withPhoto_inner_2 {
    width: 100%;
    margin-right: 24px;
    position: relative;
  }
  .title_withPhoto_h3_2 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 16px;
  }
  .title_withPhoto_name_2 {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: right;
  }
  .title_withPhoto_photo_2 {
    width: 100%;
    margin-top: 10px;
  }
}

.title_withPhoto_inner a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .company_title {
    width: 800px;
    margin: 0 auto;
    display: flex;
  }
  .company_title_innerL {
    width: 498px;
    position: relative;
  }
  .company_title_innerR {
    width: 302px;
  }
  .company_title_text {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    color: #165C50;
  }
  .company_title_nameBox {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .company_title_name {
    font-size: 20px;
    color: #165C50;
  }
  .company_title_name_img {
    width: 253px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .company_title {
    width: 100%;
    margin: 100px auto 0;
  }
  .company_title_innerL {
    width: 100%;
  }
  .company_title_innerR {
    width: 100%;
    margin-top: 20px;
  }
  .company_title_text {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #165C50;
  }
  .company_title_nameBox {
    margin-top: 20px;
  }
  .company_title_name {
    font-size: 16px;
    color: #165C50;
  }
  .company_title_name_img {
    width: 150px;
    margin: 0 20px 0 auto;
  }
}

.borderBox {
  border: 1px solid #1F6358;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .borderBox img {
    width: 536px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .borderBox img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .img_bimianshin {
    width: calc(100% + 38px);
    margin-left: -19px;
  }
}
@media screen and (max-width: 767px) {
  .img_bimianshin {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media screen and (min-width: 768px) {
  .company_boxArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .company_boxArea_item {
    width: calc(100% /3);
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-right: 20px;
    text-align: left;
  }
  .company_boxArea_item_R {
    width: calc(100% /3);
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-right: 0;
    text-align: left;
  }
  .company_boxArea_title {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    text-align: center;
  }
  .company_boxArea_item img.w69, .company_boxArea_item_R img.w69 {
    margin: 10px auto;
    width: 69px;
  }
  .company_boxArea_item img.auto, .company_boxArea_item_R img.auto {
    margin: 10px auto;
    width: auto;
  }
  .company_boxArea_logo {
    height: 72px;
    margin: 0 auto;
  }
  .sales_boxArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .sales_boxArea_item {
    width: calc(100% /3);
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-right: 20px;
    text-align: left;
    position: relative;
  }
  .sales_boxArea_item_R {
    width: calc(100% /3);
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-right: 0;
    text-align: left;
    position: relative;
  }
  .sales_boxArea_title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #4B8178;
    margin-bottom: 10px;
  }
  .sales_boxArea_img {
    margin: 10px auto;
  }
  .sales_boxArea_notes {
    font-size: 14px;
    line-height: 1.3em;
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company_boxArea {
    width: 100%;
    margin: 0 auto;
  }
  .company_boxArea_item, .company_boxArea_item_R {
    width: 100%;
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-top: 16px;
    text-align: left;
  }
  .company_boxArea_title {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    text-align: center;
  }
  .company_boxArea_item img.w69, .company_boxArea_item_R img.w69 {
    margin: 10px auto;
    width: 69px;
  }
  .company_boxArea_item img.auto, .company_boxArea_item_R img.auto {
    margin: 10px auto;
    width: auto;
  }
  .company_boxArea_logo {
    height: 72px;
    margin: 0 auto;
  }
  .sales_boxArea {
    width: 100%;
    margin: 0 auto;
  }
  .sales_boxArea_item, .sales_boxArea_item_R {
    width: 100%;
    border: 1px solid #73B2A9;
    border-radius: 5px;
    padding: 8px;
    margin-top: 16px;
    text-align: left;
  }
  .sales_boxArea_title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #4B8178;
    margin-bottom: 10px;
  }
  .sales_boxArea_img {
    margin: 0 auto;
  }
  .sales_boxArea_notes {
    font-size: 14px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .company_noteArea {
    border-left: 2px solid #73B2A9;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .company_noteArea {
    border-left: 2px solid #73B2A9;
    padding-left: 10px;
  }
}
/***　投稿 詳細ページ　***/
@media screen and (min-width: 768px) {
  .article__titleArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .article__events_h2 {
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #4B8178;
  }
  .article__events_h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    color: #4B8178;
  }
  .article__career_h2 {
    width: 100%;
    font-size: 28px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.3em;
  }
  .article__career_h3 {
    color: #006A3A;
    border-left: 4px solid #006A3A;
    padding-left: 8px;
    font-weight: normal;
    font-size: 32px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
  }
  .article__career_answer {
    font-size: 16px;
    line-height: 1.5em;
    margin:20px 0 40px;
  }
  .article__date {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: right;
  }
  .article__thumbnail {
    margin-top: 30px;
    max-width: 760px;
    height: auto;
  }
  .article__item_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
  }
  .article__textArea {
    margin: 10px 0;
    font-size: 16px;
  }
  .article__textArea_movie .movie_size {
    margin: 30px 0;
    font-size: 16px;
    width: 100%;
    height: 560px;
  }
  .article__footerBtn {
    width: 100%;
    height: 60px;
    margin: 20px auto 0;
    display: flex;
  }
  .btn_previous {
    width: 165px;
    height: 40px;
    margin:0 auto 0 0;
  }
  .btn_previous a {
    padding: 5px;
    display: block;
    color: #165C50;
    border: 1px solid #165C50;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
  }
  .btn_previous a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("../image/btn_icon_pre.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .btn_previous a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .btn_next {
    width: 165px;
    height: 40px;
    margin:0 0 0 auto;
  }
  .btn_next a {
    padding: 5px;
    display: block;
    color: #165C50;
    border: 1px solid #165C50;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
  }
  .btn_next a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("../image/btn_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .btn_next a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
@media screen and (max-width: 767px) {
  .article__title {
    width: 100%;
    margin: 0 auto;
  }
  .article__h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #4B8178;
  }
  .article__career_h2 {
    width: 100%;
    font-size: 24px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    line-height: 1.3em;
  }
  .article__career_h3 {
    color: #006A3A;
    border-left: 4px solid #006A3A;
    padding-left: 8px;
    font-weight: normal;
    font-size: 22px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
  }
  .article__career_answer {
    font-size: 16px;
    line-height: 1.5em;
    margin:20px 0 40px;
  }
  .article__date {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }
  .article__titleArea {
    width: 100%;
    margin: 0 auto;
  }
  .article__events_h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #4B8178;
  }
  .article__events_h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    color: #4B8178;
  }
  .article__date {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: left;
  }
  .article__thumbnail {
    margin-top: 30px;
  }
  .article__thumbnail img {
    width: 0 auto;
    height: auto;
  }
  .article__item_name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
  }
  .article__textArea {
    margin: 10px 0;
    font-size: 16px;
  }
  .article__textArea_movie .movie_size {
    margin: 20px 0;
    font-size: 16px;
    width:100%;
    height: 300px;
  }
  .article__footerBtn {
    width: 100%;
    height: 60px;
    margin: 20px auto 0;
    display: flex;
  }
  .btn_previous {
    width: 102px;
    height: 25px;
    margin:0 auto 0 0;
  }
  .btn_previous a {
    padding: 5px;
    display: block;
    color: #165C50;
    border: 1px solid #165C50;
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
  }
  .btn_previous a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("../image/btn_icon_pre.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .btn_previous a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .btn_next {
    width: 102px;
    height: 25px;
    margin:0 0 0 auto;
  }
  .btn_next a {
    padding: 5px;
    display: block;
    color: #165C50;
    border: 1px solid #165C50;
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
  }
  .btn_next a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url("../image/btn_icon.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .btn_next a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}
/***　投稿 一覧ページ　***/
@media screen and (min-width: 768px) {
  #archive_mainTitle {
    width: 800px;
    margin: 32px auto;
  }
  #archive_mainTitle img {
    margin-top: 32px;
  }
  .archive_mainTitle_item {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
    font-weight: normal;
    text-align: left;
    color: #195D51;
  }
  .cardArea_archive {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cardArea_archive:after {
    content: "";
    display: block;
    width: calc(100%/3 - 32px/3);
  }
  .card_1of3_archive {
    width: calc(100%/3 - 32px/3);
    margin: 0 16px 20px 0;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of3_archive:nth-child(3n) {
    margin-right: 0;
  }
  .card_1of3_archive:nth-child(n+4) {
    margin-bottom: 10px;
  }
  .card_1of2_archive {
    width: calc(100%/2 - 32px/2);
    margin: 0 16px 32px 0;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .card_1of2_archive:nth-child(2n) {
    margin-right: 0;
  }
  .card_1of2_archive:nth-child(n+3) {
    margin-bottom: 32px;
  }

  /*.card_1of3_archive:active {
    box-shadow: none;
    position: relative;
    top: 10px;
    border: 1px solid rgba(22, 92, 80, 0.1);
  }*/
  .card__image_archive {
    width: 240px;
    height: 160px;
  }
  .card__image_archive img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .card__image_archive_movie img {
    width:auto;
    height:auto;
    max-width:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_archive_recipe img {
    width:auto;
    height:auto;
    max-width:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_archive_1of2 {
    width: 100%;
    height: 230px;
  }
  .card__image_archive_1of2 img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_archive {
    padding: 16px;
  }
  .card__date_archive {
    display: none;
  }
  .card__title_archive {
    font-size: 16px;
    color: #195D51;
    line-height: 1.3em;
    height: auto;
    width: 100%;
  }
  .card__title_archive_career {
    font-size: 28px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
    width: 100%;
    height: auto;
  }
  .card__copy_archive {
    font-size: 14px;
    line-height: 1.6em;
    margin: 16px 0 0;
    height: auto;
    overflow: hidden;
  }
  .card__footer_archive {
    width: 100%;
    margin-top: 50px;
  }

  .card__footer_archive .card__detail-btn {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
    position: absolute;
    bottom: 32px;
    right: 32px;
  }
  .pager {
    width: 800px;
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 767px) {
  #archive_mainTitle {
    width: 100%;
    margin: 20px auto;
  }
  #archive_mainTitle img {
    margin-top: 20px;
    width: 100%;
  }
  .archive_mainTitle_item {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    color: #195D51;
    padding-left: 10px;
    margin-top: 100px;
  }
  .cardArea_archive {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card_1of3_archive {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 16px;
  }
  .card_1of2_archive {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 16px;
  }
  .card__image_archive {
    width: 100px;
  }
  .card__image_archive img {
    width: auto;
    min-height: 100px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_archive_movie img {
    width: auto;
    min-height: 100px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__image_archive_recipe img {
    min-height: 100px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .card__header_archive {
    width: 100%;
    padding: 16px;
  }
  .card__date_archive {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
  }
  .card__title_archive {
    font-size: 16px;
    color: #195D51;
    line-height: 1.3em;
  }
  .card__title_archive_career {
    font-size: 18px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.3em;
  }
  .card__footer_archive {
    width: 100%;
    margin-top: 50px;
  }
  .card__title_join {
    font-size: 14px;
    margin-top: 16px;
  }
  .card__title_store {
    font-size: 14px;
  }
  .card__footer_archive .card__detail-btn {
    display: block;
    color: #006A3A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 1.2em;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .pager {
    width: 80%;
    height: auto;
    margin: 0 auto 63px;
    font-size: 12px;
  }
  a.card_link_archive {
    display: flex;
  }
}
/***　投稿 詳細ページ　***/
@media screen and (min-width: 768px) {
  .popular-posts {
    list-style: none;
    width: 100%;
  }
  .side__archive_movie {
    width: 100%;
    margin-top: 20px;
  }
  .side__archive_movie .wpp-thumbnail {
    width: 100px;
    height: 100px;
  }
  .side__archive_movie .wpp-post-title {
    font-size: 16px;
    line-height: 100px;
    height: 120px;
    display: inline-block;
  }
  .side__archive_recipe {
    width: 100%;
    margin-top: 20px;
  }
  .side__archive_recipe .wpp-thumbnail {
    width: 100px;
    height: 100px;
  }
  .side__archive_recipe .wpp-post-title {
    font-size: 16px;
    line-height: 1.2em;
    width: 200px;
    height: 120px;
    padding-top: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .popular-posts {
    list-style: none;
    width: 100%;
  }
  .side__archive_movie {
    width: 100%;
    margin-top: 20px;
  }
  .side__archive_movie .wpp-thumbnail {
    width: 100px;
    height: 100px;
  }
  .side__archive_movie .wpp-post-title {
    font-size: 13px;
    line-height: 1.2em;
    width: 150px;
    height: 120px;
    padding-top: 20px;
    display: inline-block;
  }
  .side__archive_recipe {
    width: 100%;
    margin-top: 20px;
  }
  .side__archive_recipe .wpp-thumbnail {
    width: 100px;
    height: 100px;
  }
  .side__archive_recipe .wpp-post-title {
    font-size: 13px;
    line-height: 1.2em;
    width: 180px;
    height: 120px;
    padding-top: 20px;
    display: inline-block;
  }
}

/***　緑枠線ボックス　***/
@media screen and (min-width: 768px) {
  .box_1of3 {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_1of3_block {
    width: calc(100%/3 - 32px/3);
    margin: 0 16px 20px 0;
    padding: 16px;
    border: 1px solid #73B2A9;
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .box_1of3_block:nth-child(3n) {
    margin-right: 0;
  }
  .box_1of3_block:nth-child(n+4) {
    margin-bottom: 20px;
  }
  .box_1of3_image {
    width: 100%;
    height: 110px;
    margin-bottom: 16px;
  }
  .box_1of3_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    width: 100%;
    color: #165C50;
    text-align: center;
  }
  .box_1of3_text {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .box_1of3 {
    display: -ms-flexbox;
    width: 100%;
  }
  .box_1of3_block {
    flex-direction: column;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #73B2A9;
    border-radius: 5px;
    position: relative;
    display: inline-block;
  }
  .box_1of3_block:last-of-type {
    margin-bottom: 0;
  }
  .box_1of3_image {
    width: auto;
    height: auto;
    margin-bottom: 16px;
  }
  .box_1of3_image img {
    width: auto;
    height: auto;
  }
  .box_1of3_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    width: 100%;
    color: #165C50;
    text-align: center;
  }
  .box_1of3_text {
    font-size: 16px;
    line-height: 1.6em;
    margin: 16px 0;
  }
}

/***　表組　***/
@media screen and (min-width: 768px) {
  dl.table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table dt {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px solid #165C50;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table dd {
    width: 70%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
/*3列*/
  dl.table_3col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_3col dt {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px solid #165C50;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table_3col dd.add {
    width: 40%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  dl.table_3col dd.tel {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  /*LINE*/
  dl.line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.line dt {
    width: 80%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.line dd {
    width: 20%;
    padding: 10px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  /*店舗情報　テナント*/
  dl.tenant_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  dl.tenant_info dt {
    width: 15%;
    font-weight: normal;
  }
  dl.tenant_info dd {
    width: 85%;
    border-left: 1px solid rgba(22,92,80,0.4);
    padding-left: 10px;
  }
  /*新卒採用　面接日程*/
  dl.table_interview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_interview dt.date {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px dotted #165C50;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table_interview dt.midashi {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px dotted #165C50;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table_interview dd.time {
    width: 35%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  dl.table_interview dd.place {
    width: 35%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  /*会社説明会*/
  dl.table_seminar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_seminar dt.date {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px dotted #165C50;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table_seminar dt.midashi {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px dotted #165C50;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  dl.table_seminar dd.time {
    width: 30%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    border-right: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  dl.table_seminar dd.place {
    width: 40%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
.midashi {
  color: #165C50;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  dl.table {
    width: 100%;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table dt {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted rgba(22,92,80,0.4);
    font-weight: bold;
    box-sizing: border-box;
  }
  dl.table dd {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  /*3列*/
  dl.table_3col {
    width: 100%;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_3col dt {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted rgba(22,92,80,0.4);
    font-weight: bold;
    box-sizing: border-box;
  }
  dl.table_3col dd.add {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted rgba(22,92,80,0.4);
    box-sizing: border-box;
    margin: 0;
  }
  dl.table_3col dd.tel {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  /*LINE*/
  dl.line {
    width: 100%;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.line dt {
    width: 100%;
    padding: 16px;
    font-weight: bold;
    box-sizing: border-box;
  }
  dl.line dd {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  /*店舗情報　テナント*/
  dl.tenant_info {
    width: 100%;
    margin: 10px 0;
  }
  dl.tenant_info dt {
    width: 100%;
    font-weight: normal;
  }
  dl.tenant_info dd {
    width: 100%;
    border-left: 1px solid rgba(22,92,80,0.4);
    padding-left: 10px;
    margin: 10px;
  }
  /*新卒採用　面接日程*/
  dl.table_interview {
    width: 100%;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_interview dt.date {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted rgba(22,92,80,0.4);
    font-weight: bold;
    box-sizing: border-box;
  }
  dl.table_interview dd.time {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  dl.table_interview dd.place {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  /*会社説明会*/
  dl.table_seminar {
    width: 100%;
    border-top: 1px solid #165C50;
    line-height: 1.4em;
  }
  dl.table_seminar dt.date {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted rgba(22,92,80,0.4);
    font-weight: bold;
    box-sizing: border-box;
  }
  dl.table_seminar dd.time {
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted #165C50;
    box-sizing: border-box;
    margin: 0;
  }
  dl.table_seminar dd.place {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #165C50;
    box-sizing: border-box;
    margin: 0;
  }
}

/***　ol　***/
/*緑 数字*/
ol.number_green {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.number_green li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 20px;
}
ol.number_green li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #165C50;
}
/*括弧付き数字 sub*/
ol.number_green_sub {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.number_green_sub li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 0;
}
ol.number_green_sub li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  padding-right: .5em;
  font-weight: bold;
  color: #165C50;
}
/*括弧付き数字*/
ol.number_green_brackets {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.number_green_brackets li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 0;
}
ol.number_green_brackets li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  padding-right: .5em;
  font-weight: bold;
  color: #165C50;
}
.text_dash {
  position: relative;
  display: inline-block;
  padding-left: 80px;
  margin-bottom: 0;
}
.text_dash:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: black;
}

.borderBox_radius {
  border: 1px solid #73B2A9;
  border-radius: 5px;
  padding: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

/***　店舗案内　***/
@media screen and (min-width: 768px) {
  .areaMap {
    position: relative;
  }
  .areaMap_sp {
    display: none;
  }
  .areaMap img {
    margin: 32px auto 32px 0;
  }
  .btn_mapR01 {
    display: inline-block;
    text-align: left;
    background-image: linear-gradient(#FFF 0%, #ECF0F0 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #00927A;
    font-size: 24px;
    text-decoration: none;
    padding: 12px 12px 12px 30px;
    border-radius: 5px;
  }
  .btn_mapR01:before {
    content: url(../image/shops/arrowR01.png);
    width: 36px;
    height: 36px;
    background: #00927A;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_mapR02 {
    display: inline-block;
    text-align: left;
    background-image: linear-gradient(#FFF 0%, #ECF0F0 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #00927A;
    font-size: 24px;
    text-decoration: none;
    padding: 12px 12px 12px 30px;
    border-radius: 5px;
  }
  .btn_mapR02:before {
    content: url(../image/shops/arrowR02.png);
    width: 36px;
    height: 36px;
    background: #00927A;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_mapL {
    display: inline-block;
    text-align: left;
    background-image: linear-gradient(#FFF 0%, #ECF0F0 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #00927A;
    font-size: 24px;
    text-decoration: none;
    padding: 12px 30px 12px 12px;
    border-radius: 5px;
  }
  .btn_mapL:after {
    content: url(../image/shops/arrowL.png);
    width: 36px;
    height: 36px;
    background: #00927A;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    right: -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .suwako {
    position: absolute;
    top: 50px;
    left: 250px;
  }
  .center {
    position: absolute;
    top: 250px;
    left: 240px;
  }
  .east {
    position: absolute;
    top: 420px;
    left: 810px;
  }
  .fuji {
    position: absolute;
    top: 550px;
    left: 650px;
  }
  a.btn_link {
    display: block;
    text-decoration: none;
  }
  a.btn_link:hover {
    opacity: 0.6;
  }
  .facility {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .facility_item {
    width: calc(100% /3);
    font-size: 16px;
  }
  .facility_item dl {
    font-size: 14px;
    margin-top: 10px;
  }
  .facility_item dl dt {
    font-weight: normal;
  }
  .facility_item dl dd {
    padding-left: 20px;
    margin-top: -5px;
  }
  .atm, .ev, .cleaning, .shop, .flower, .hair, .clothes, .meal, .travel {
    padding: 5px 0 0 42px;
  }
  .atm:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_atm.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .ev:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_ev.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .cleaning:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_cleaning.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .shop:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_shop.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .flower:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_flower.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .hair:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_hair.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .clothes:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_clothes.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .meal:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_meal.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .travel:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_travel.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .shops_footer_bnr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .shops_footer_bnr_item {
    width: calc(100% /3);
  }
}
@media screen and (max-width: 767px) {
  .areaMap {
    display: none;
  }
  .areaMap_sp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .areMap_sp_1of2 {
    width:calc(100%/2);
    margin-bottom: 10px;
  }
  .btn_map_sp {
    display: inline-block;
    text-align: left;
    background-image: linear-gradient(#FFF 0%, #ECF0F0 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #00927A;
    font-size: 16px;
    text-decoration: none;
    padding: 12px;
    border-radius: 5px;
    position: relative;
    width: 138px;
    height: 48px;
  }
  .btn_map_sp:after {
    content: url(../image/shops/arrowL_sp.png);
    width: 25px;
    height: 25px;
    background: #00927A;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    right: -10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.btn_link {
    display: block;
    text-decoration: none;
  }
  a.btn_link:hover {
    opacity: 0.6;
  }
  .facility {
    width: 100%;
    margin-bottom: 20px;
  }
  .facility_item {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .facility_item dl {
    font-size: 14px;
    margin-top: 10px;
  }
  .facility_item dl dt {
    font-weight: normal;
  }
  .facility_item dl dd {
    padding-left: 20px;
    margin-top: -5px;
  }
  .atm, .ev, .cleaning, .shop, .flower, .hair, .clothes, .meal, .travel {
    padding: 5px 0 0 42px;
  }
  .atm:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_atm.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .ev:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_ev.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .cleaning:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_cleaning.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .shop:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_shop.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .flower:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_flower.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .hair:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_hair.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .clothes:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_clothes.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .meal:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_meal.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .travel:before {
    content: '';
    width: 37px;
    height: 42px;
    background-image: url(../image/shops/icon_travel.png);
    position: absolute;
    margin: -5px 0 0 -45px;
  }
  .shops_footer_bnr {
    width: 100%;
  }
  .shops_footer_bnr_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*--  お問い合わせ  --*/
.tel_box {
  margin: 32px auto;
  text-align: center;
}
.tel_box a {
  display: block;
  text-decoration: none;
}
.tel_box a:hover {
  opacity: 0.6;
}
.tel_box_number {
  font-size: 24px;
  font-weight: bold;
  color: #1F6358;
  padding: 5px 0 0 66px;
}
.tel_box_number:before {
  content: '';
  background-image: url(../image/icon_tel.png);
  width: 66px;
  height: 66px;
  margin: -20px 0 0 -76px;
  position: absolute;
}
.tel_box_number span {
  font-size: 16px;
  font-weight: normal;
}
.tel_box_text {
  font-size: 16px;
  margin-top: 30px;
}
.mail_box {
  margin: 32px auto;
  text-align: center;
}
.mail_box a {
  display: block;
  text-decoration: none;
}
.mail_box a:hover {
  opacity: 0.6;
}
.mail_box_add {
  font-size: 20px;
  color: #1F6358;
  padding: 5px 0 0 40px;
}
.mail_box_add:before {
  content: '';
  background-image: url(../image/icon_mail.png);
  width: 35px;
  height: 35px;
  margin: -5px 0 0 -40px;
  position: absolute;
}


/*-- プライバシーポリシー  --*/
.shop_tel_box {
  margin: 20px 0 0 auto;
  text-align: left;
  width:280px;
  font-size: 16px;
}

.indent {
  padding-left: 1.3em;
}

.about_policy {
  width: 100%;
  height: 30px;
  margin: 32px 0 10px;
  position: relative;
}
.about_policy a {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_policy a:hover {
  opacity: 0.6;
}
/*-- FAQ --*/
@media screen and (min-width: 768px) {
  dl.faq dt {
    padding: 10px 0 10px 60px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-weight: bold;
    color: #165C50;
    border-bottom: 1px dotted rgba(22, 92, 80, 0.4);
  }
  dl.faq dt:before {
    content: "";
    padding-right: 90px;
    background: url(../image/sales/itsmore_iconQ.png) no-repeat;
    top: 50%;
    left: 0;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
  }
  dl.faq dd {
    padding: 10px 0 10px 60px;
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
  }
  dl.faq dd:before {
    content: "";
    background: url(../image/sales/itsmore_iconA.png) no-repeat;
    top: 30px;
    left: 0;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  dl.faq dt {
    padding: 10px 0 10px 60px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    font-weight: bold;
    color: #165C50;
    border-bottom: 1px dotted rgba(22, 92, 80, 0.4);
  }
  dl.faq dt:before {
    content: "";
    padding-right: 90px;
    background: url(../image/sales/itsmore_iconQ.png) no-repeat;
    top: 50%;
    left: 0;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
  }
  dl.faq dd {
    padding: 10px 0 10px 60px;
    margin: 0 0 30px 0;
    width: 100%;
    position: relative;
  }
  dl.faq dd:before {
    content: "";
    background: url(../image/sales/itsmore_iconA.png) no-repeat;
    top: 30px;
    left: 0;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
  }
}
/*店舗情報　地図*/
@media screen and (min-width: 768px) {
  .mapArea {
    width: 100%;
    height: 450px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .mapArea {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}
/*店舗情報　メイン画像幅*/
@media screen and (min-width: 768px) {
  .shop_main img {
    width: 760px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .shop_main img {
    width: 100%;
    height: auto;
  }
}
/*スライド*/
.slider{
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
  .slider li {
    height: 550px;
  }
  .slider img{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slider img{
      height: 232px;
      width: 100%;
      object-fit: cover;
  }
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
@media screen and (min-width: 768px) {
  .box404 {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 50px;
  }
  h2.title404 {
    font-size: 32px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
  }
  .text404 {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box404 {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 78px;
  }
  h2.title404 {
    font-size: 26px;
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
  }
  .text404 {
    font-size: 14px;
    margin: 30px 0;
  }
}
/*採用情報　会社説明会*/
.box_green {
  border: 1px solid #73B2A9;
  border-radius: 5px;
  padding: 20px;
}
.entry {
  background-color: white;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
}
.entry:hover {
  opacity: 0.6;
}
.entry img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  dl.info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  dl.info dt {
    width:  10%;
    text-align: right;
    padding-right: 10px;
  }
  dl.info dd {
    width: 90%;
  }
  .seminerBox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  .seminerBox_text {
    width: 50%;
  }
  .seminerBox_bnr {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  dl.info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  dl.info dt {
    width: 10%;
    text-align: right;
    padding-right: 10px;
  }
  dl.info dd {
    width: 90%;
  }
}

/*2カラム*/
@media screen and (min-width: 768px) {
  .halfBox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .halfBox_left {
    width: 50%;
  }
  .halfBox_right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .halfBox {
    width: 100%;
    padding: 20px;
  }
  .halfBox_left {
    width: 100%;
  }
  .halfBox_right {
    width: 100%;
  }
}

/*--- 投稿：レシピ ---*/
@media screen and (min-width: 768px) {
  ul.tab li{
    font-size: 10px;
    padding: 0 5px;
    float: left;
    border: 1px solid #E4002B;
    color: #E4002B;
    border-radius: 3px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  ul.ctgName {
    margin-top: 20px;
  }
  ul.ctgName li {
    font-size: 14px;
    padding-right: 10px;
    float: left;
  }
  .archive_date {
    font-size: 14px;
    color: #222;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.tab li{
    font-size: 10px;
    padding: 0 5px;
    float: left;
    border: 1px solid #E4002B;
    color: #E4002B;
    border-radius: 3px;
    line-height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  ul.ctgName {
    margin-top: 20px;
  }
  ul.ctgName li {
    font-size: 14px;
    padding-right: 10px;
    float: left;
  }
  .archive_date {
    font-size: 14px;
    color: #222;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
