@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     PDWH
Description:    PDWH
Version:        1.0.0
Last Update:    2018/12/27
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;
}

.rbt {
  font-family: 'Roboto';
}

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

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

address {
  margin-bottom: 0 !important;
}

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

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

label {
  margin-bottom: 0 !important;
}

a:hover {
  text-decoration: none !important;
}

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

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

*,
*: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: #fafafa;
}

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

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;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

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: #3D525C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #5E5852;
  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"],.ttlLeftLine
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;
}

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

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

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ wrapper ▼▼----------*/
/*-----▼ class ▼-----*/
.wrapper {
  letter-spacing: 0.05em;
  overflow: hidden;
  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 {
  
}

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

.f1of2 {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.f1of2:first-child {
  margin-left: 0;
}

.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 ▲▲----------*/
/*!
 * 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);
  }.textXL, .textXLSp
  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;
}


.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-mobile .fs-lightbox-image_container {
  transition: height .25s ease,width .25s ease,top .25s ease,left .25s ease;
}

.fs-lightbox-mobile.fs-lightbox-scaling .fs-lightbox-image_container {
  transition: none !important;
}

.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);
}

.fs-lightbox-image {
  float: left;
}

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

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

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  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);
  transition: none !important;
}

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

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

/*lightbox*/
.fs-lightbox-overlay {
  z-index: 110;
}

.fs-lightbox {
  z-index: 111;
}

.fs-lightbox-position {
  display: none;
}

.fs-lightbox-content, .fs-lightbox-container {
  overflow: inherit;
}

/*SP--------------------*/

/*PC--------------------*/

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
  display: none;
}

form#mail_form dl dt span.required {
  background: #5E5852;
  border: 1px solid #3d525c;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #3d525c;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
/* --responsive----------------------------------------------------------------------------------------------------------------- */
/* 640pixel start */

/* 640pixel end */
/* 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("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/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;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
	bottom: 8%;
}

.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: 0px;
}
.slick-next {
  right: 5px;
}

.slick-prev:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../slick/prev.png");
  background-size: contain;
  vertical-align: middle;
}

.slick-next:before {
  content: '';/*何も入れない*/

  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../slick/next.png");
  background-size: contain;
  vertical-align: middle;
}

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

.slick-dots {
  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;
}

.whiteBg {
  background: #fafafa;
}

.sectionBg {
  background: linear-gradient(to left, #f4ebdb 0%, #f4e6e2 100%);
}

.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%;
}

/*-----▲ 2カラムのときのレスポンシブな背景画像 ▲-----*/
.logo.logo-ci.-hor:before {
  background-image: url(/assets/image/logo/icon_pdwh_hor.svg);
}

.logo.logo-ci.-ver:before {
  background-image: url(../../images/logo_welcome.png;)
}

.icon.icon-tel:before {
  background-image: url(/assets/image/icon/icon_phone_white.svg);
}

.icon.icon-tel.-orange:before {
  background-image: url(../../images/icon_tel2.png);
}

.icon.icon-seminar:before {
  background-image: url(/assets/image/icon/icon_calendar_white.svg);
}

.icon.icon-seminar.-orange:before {
  background-image: url(../../images/icon_modelhouse.png);
}

.icon.icon-seminar.-orange2:before {
  background-image: url(../../images/icon_recruit.png);
}

.icon.icon-mail:before {
  background-image: url(../../images/icon_book.png);
}

.icon.icon-topBtn:before {
  /*background-image: url(/assets/image/icon/icon_top-btn-arrow.svg);*/
}

.btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  transition: 0.3s;
}

.btn:before, .btn:after {
  transition: 0.3s;
}


.btnMore {/*
  color: #3D525C;
  position: relative;
  display: inline-block;*/
}

.btnMore:after{/* 
  content: '';
  background-image: url(../image/icon/icon_more.svg);
  position: absolute;
  width: 61px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  bottom: 6px;*/
}
.guideBtn {
  display: block;
  background-color: #001B1C;
  color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.guideBtn .inner {
  position: relative;
  padding-left: 30px;
}

.guideBtn .inner:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 12px;
}

.guideBtn .ttl {
  position: relative;
  padding-right: 70px;
}

.guideBtn .ttl:before {
  content: '';
  width: 60px;
  height: 8px;
  background-image: url(../image/icon/icon_more_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0.3em;
}

.guideBtn:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mailBtn {
  display: block;
  background-color: #3D525C;
  color: #fff;
  font-weight: bold;
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.mailBtn:before {
  content: '';
  position: absolute;
  background-image: url(../image/icon/icon_mail_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 10px;
}

.mailBtn:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  color: #fff;
  background-color: #5E5852;
}

.title-top-main {
  color: #333;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.1em;
}

.title-top-sub {
  color: #333;
  letter-spacing: 0.05em;
  text-align: center;
}

.ttlPageArea {
  font-weight: bold;
  position: relative;
}



.ttlLeftLine {
  position: relative;
  color: #001B1C;
}

.ttlLeftLine:before {
  content: '';
  background-color: #333;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.ttlLeftLine2 {
  position: relative;
  color: #001B1C;
}

.ttlLeftLine2:before {
  content: '';
  background-color: #333;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  left: 0;
  top: 5px;
}

.ttlLeftLine2 .step {
  font-weight: normal;
  color: #8ba1a2;
}

.lightBlue {
  color: #8ba1a2;
}

.flowTtl {
  position: relative;
}

.flowTtl:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../image/icon/icon_flow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.list > li {
  position: relative;
}

.list > li:before {
  background-image: url(../image/icon/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  left: -24px;
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
}

.list-number {
  counter-reset: list-number;
}

.list-number > li {
  position: relative;
}

.list-number > li:before {
  color: #333;
  counter-increment: list-number;
  content: counter(list-number) ".";
  left: -1.2em;
  position: absolute;
}

.list-def dt {
  font-weight: bold;
}

.list-def dd {
  border-left: 1px solid #333;
  margin-left: 10px;
  padding-left: 10px;
  margin: 5px 0 15px 10px;
}

.list-note {
  counter-reset: list-note;
  padding-left: 56px;
}

.list-note > li {
  position: relative;
}

.list-note > li:before, .list-note > li:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

.list-note > li:before {
  color: #333;
  content: "*" counter(list-note);
  counter-increment: list-note;
  font-weight: bold;
  left: -22px;
}

.notes {
  margin-left: 1.2em;
}

.notes li {
  list-style-type: none !important;
  margin-bottom: 8px;
  position: relative;
}

.notes li:before {
  content: "※";
  left: -1.2em;
  position: absolute;
  top: 0;
}

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

.list,
.list-number,
.list-note {
  padding-left: 1.6em;
}

.quote {
  background: rgba(204, 204, 204, 0.4);
  color: #333;
  font-style: italic;
  line-height: 1.4;
  margin: 40px 0;
  position: relative;
}

.quote:before,
.quote:after {
  color: rgba(204, 204, 204, 0.6);
  font-family: sans-serif;
  line-height: 1;
  position: absolute;
  vertical-align: middle;
  z-index: -1;
}

.quote:before {
  content: "“";
  font-size: 130px;
  left: -10px;
  top: 0;
}

.quote:after {
  bottom: -55px;
  content: "”";
  font-size: 100px;
  right: 28px;
  text-align: center;
}

.quote cite {
  color: #e7e9ea;
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
}

.table-one-col,
.table-mult-col,
.table-cross-data {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
}

.table-row + .table-row {
  border-top: 1px solid #ccc;
}

.table-heading {
  font-weight: bold;
  vertical-align: middle;
}

.table-heading + .table-data {
  border-left: 1px solid #ccc;
}

.table-thead + .table-tbody {
  border-top: 1px solid #ccc;
}

.table-mult-col .table-heading {
  text-align: center;
}

.table-heading + .table-heading {
  border-left: 1px solid #ccc;
}

.table-data + .table-data {
  border-left: 1px solid #ccc;
}

.table-cross-data .table-heading,
.table-cross-data .table-data {
  text-align: center;
}

.text {
  line-height: 1.8;
}

.text-marker {
  font-weight: bold;
}

.text-marker.-gray {
  background: linear-gradient(transparent 25%, #ccc 0%);
}

.text-link {
  color: #3D525C;
  font-weight: bold;
  text-decoration: underline;
}

.text .text-link {
  padding: 0 4px;
}

.Header.-topPage .Header__brandDescription {
  color: #fff;
}

/*.MainVisual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.MainVisual__brandName .logo-ci {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.MainVisual_copyBody {
  position: relative;
}

.MainVisual_mvCopy {
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
}
.MainVisual_mvCopy2 {
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
}
.MainVisual_mvCopy3 {
  color: #3D525C;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
}
*/#animation_erea{
	overflow: hidden;
	position: absolute;
	bottom:60px;
	left:60px;
}
#animatedtop { 
   height: 134px; 
   margin: 20px; 
   width: 200px; 
	float: left;
}

.animated { 
    animation-duration: 1s; 
    animation-fill-mode: both; 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft { 
    animation-name: fadeInLeft; 
}
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight { 
    animation-name: fadeInRight; 
}
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    animation-name: fadeInUp; 
}

.Header__brandName {
  background: #3D525C;
}

.Header__brandName .logo-ci {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/*.GNav__menuOpenBtn {
  position: absolute;
  z-index: 150;
}

.GNav__menuOpenBtn span {
  background: #35312D;
  display: block;
  position: absolute;
  transition: .3s ease-in-out;
}

.GNav__menuBtnMenu {
  color: #35312D;
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
  transform: rotate(315deg);
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(2) {
  left: 50%;
  width: 0;
}

.GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
  transform: rotate(-315deg);
}

.GNav__menuCloseBtn {
  position: absolute;
  z-index: 200;
}

.GNav__menu {
  background: #3d525c;
  display: none;
  height: 100vh;
}

.GNav__contactLogo .logo-ci {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

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

.GNav__contactCtaLink {
  color: #fff;
  display: block;
  text-align: center;
}

.GNav__contactCtaLink.-tel {
  font-weight: bold;
}

.GNav__contactCtaLink.-seminar {
  border: 1px solid #fff;
}

.GNav__contactCtaLink.-mail {
  background: #3D525C;
  border: 1px solid #3D525C;
  font-weight: bold;
}

.GNav__menuLink > a {
  color: #fff;
}

.GNav__menuLink.-layer1 > a {
  font-weight: bold;
}

.GNav__menuLink.-layer2 > a {
  font-weight: bold;
}

.GNav__menuLink.-layer3 > a {
  font-weight: bold;
}
*/
.FixedFt {
  background: #fafafa;
  /*border-top: 1px solid #d4dede;*/
  width: 100%;
  z-index: 2;
}

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

.FixedFt__worksBnr {
  max-width: none;
}

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

.FixedFt__contactCtaLink {
  display: block;
  text-align: center;
}

/*.FixedFt__contactCtaLink.-tel {
  font-weight: bold;
}*/

.FixedFt__contactCtaText.-tel {
  color: #fff;
  white-space: nowrap;
}

/*.FixedFt__contactCtaLink.-seminar {
  background: #fafafa;
  border: 1px solid #d4dede;
}*/

.FixedFt__contactCtaText.-seminar {
  color: #3D525C;
}
.FixedFt__contactCtaText.-seminar2 {
  color: #3D525C;
}

.FixedFt__contactCtaLink.-mail {
  /*background: #3D525C;
  border: 1px solid #d4dede;
  font-weight: bold;*/
}

.FixedFt__contactCtaText.-mail {
  color: #fff;
}

.FixedFt__contactCtaText.-date {
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: normal;
  font-size: 90%;
}

.FixedFt__topBtn {
  border-left: 1px solid #d4dede;
}

.FixedFt__topBtnText {
  color: #333;
  font-weight: bold;
  text-align: center;
}

.FtSMap {
  background: #35312D;
    padding: 60px 0;
}

.FtSMap__menuLink > a {
  color: #fff;
  display: inline-block;
}

.FtSMap__menuLink.-layer1 > a {
  font-weight: bold;
}

.FtSMap__menuLink.-layer2 > a {
  font-weight: bold;
}

.FtSMap__menuLink.-layer3 > a {
  font-weight: bold;
}

.FtSMap__menuAdressList {
  color: #fff;
}

.FtSMap__AdLogo {
  background: #3D525C;
}

.FtSMap__AdLogo .logo-ci {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.FtSMap__menuAdcompanyName {
  font-weight: bold;
}

.FtSMap__menuAdAccess {
  color: #fff;
  display: table;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: bold;
  padding: 3px 10px 3px 30px;
  margin: 5px 0 10px;
  position: relative;
}

.FtSMap__menuAdAccess:hover {
  color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: 0.3s;
}

.FtSMap__menuAdAccess:before {
  content: '';
  background-image: url(../image/icon/icon_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.FtSMap__menuAdTel a {
  color: #fff;
}

.FtSMap__menuAdFax span {
  color: #fff;
}

.FtSMap__menuAdMng a {
  color: #fff;
  text-decoration: underline;
}

.Footer__copyYearContainer {
  background-color: #35312DC;
}

.Footer__copyYear {
  color: #fff;
  text-align: center;
	background: #35312D;
}

.FtSMap__contactLogo .logo-ci {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

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

.FtSMap__contactCtaLink {
  color: #fff;
  display: block;
  text-align: center;
}

.FtSMap__contactCtaText {
  color: #fff;
}

.FtSMap__contactCtaLink.-tel {
  font-weight: bold;
}

.FtSMap__contactCtaLink.-seminar {
  border: 1px solid #fff;
}
.FtSMap__contactCtaLink.-seminar2 {
  border: 1px solid #fff;
}
.FtSMap__contactCtaLink.-mail {
  background: #3D525C;
  border: 1px solid #3D525C;
  font-weight: bold;
}

/*.bannerArea ul li a.sns.fb {
  background-color: #3B5998;
}

.bannerArea ul li a.sns.inst {
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}

.bannerArea ul li a.sns:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}*/

/*.bannerArea ul li a.sns.fb:before {
  background-image: url(../image/icon/icon_fb.svg);
}

.bannerArea ul li a.sns.inst:before {
  background-image: url(../image/icon/icon_inst.svg);
}*/

.formArea dt {
  position: relative;
}

/*.formArea dt.-req:before,
.formArea dt.-any:before {
  border-radius: 3px;
  color: #fff;
  left: 0;
  position: absolute;
}

.formArea dt.-req:before {
  background: #d32f2f;
  content: '必須';
}*/

.formArea dt.-any:before {
  background: #1565c0;
  content: '任意';
  color: #ffffff;
  padding: 3px;
  font-weight: 100;
}

.formArea input[type=text]:placeholder-shown,
.formArea input[type=email]:placeholder-shown,
.formArea input[type=tel]:placeholder-shown,
.formArea select:placeholder-shown,
.formArea textarea:placeholder-shown {
  color: #aaa;
}

.formArea input[type=text]::-webkit-input-placeholder,
.formArea input[type=email]::-webkit-input-placeholder,
.formArea input[type=tel]::-webkit-input-placeholder,
.formArea select::-webkit-input-placeholder,
.formArea textarea::-webkit-input-placeholder {
  color: #aaa;
}

.formArea input[type=text]:-ms-input-placeholder,
.formArea input[type=email]:-ms-input-placeholder,
.formArea input[type=tel]:-ms-input-placeholder,
.formArea select:-ms-input-placeholder,
.formArea textarea:-ms-input-placeholder {
  color: #aaa;
}

.formArea input[type=text]:focus,
.formArea input[type=email]:focus,
.formArea input[type=tel]:focus,
.formArea select:focus,
.formArea textarea:focus {
  border: 1px solid #e7e9ea;
  box-shadow: 0 0 6px 0 black;
  outline: 0;
}

.formArea input[type=text],
.formArea input[type=email],
.formArea input[type=tel],
.formArea select,
.formArea textarea {
  border: 1px solid #e7e9ea;
  width: 100%;
  background-color: #fff;
}

.formArea input[type=text],
.formArea input[type=email],
.formArea input[type=tel],
.formArea select {
  height: 40px;
  padding: 0 10px;
}

.formArea textarea {
  display: block;
  padding: 10px;
}

.submitBtn {
  cursor: pointer;
  display: table;
  padding: 20px 40px;
  color: #fff;
  background-color: #3D525C;
  font-weight: bold;
  margin: 0 auto;
  border: transparent;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.submitBtn:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #5E5852;
  transition: 0.3s;
}

.faq-list-item {
  background-color: #fafafa;
  box-sizing: border-box;
  border: 2px solid #333;
}

.faq-list-item + .faq-list-item {
  margin-top: 10px;
}

.js_toggl-content {
  display: none;
}

.active .js_toggl-content {
  display: block;
}

.faq-question {
  background: #333;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question:hover {
  background-color: #e7e9ea;
}

.faq-question:before {
  color: #fff;
  content: 'Q.';
  font-weight: bold;
  line-height: 1em;
  position: absolute;
}

.js_toggle-btn {
  transition: 0.2s;
}

.js_toggle-btn:after {
  background-image: url(../image/icon_preset/icon_plus_white.png);
  transition: 0.2s;
}

.js_toggle-btn.active:after {
  background-image: url(../image/icon_preset/icon_minus_white.png);
  transition: 0.2s;
}

.faq-answer {
  background-color: #fafafa;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.faq-answer:before {
  color: #e7e9ea;
  content: 'A.';
  font-weight: bold;
  line-height: 1em;
  position: absolute;
}

/*----------▼▼ 1「トップページ」index.html ▼▼----------*/

.topService {
  /*overflow: hidden;*/
}

.topService .pd:before {
  background-image: url(../image/photo/photo_top_pd.jpg);
}

.topService .se:before {
  background-image: url(../image/photo/photo_top_se.jpg);
}

.topWorks {
  position: relative;
}

.topWorks .worksItem .articleLink {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.topWorks .worksItem .articleLink:after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

.topWorks .worksItem .articleLink:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.topWorks .worksItem .articleLink .title {
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 27, 28, 0.4);
  display: inline-block;
  max-width: 100%;
}

.topWorks .worksItem .articleLink .tags {
  position: absolute;
  z-index: 2;
}

.topWorks .worksItem .articleLink .tags li {
  display: inline-block;
}

.topWorks .worksItem .articleLink .tags li a {
  color: #fff;
  display: block;
  line-height: 1em;
  border: 1px solid #fff;
  border-radius: 20px;
}


.bgGray {
  background-color: #E7E9EA;
}

.topServiceSecond .item .ttlLeftLine {
  background-color: #fafafa;
  display: inline-block;
}

.topServiceSecond .item .text {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}

.topServiceSecond .item .topMenuInnerList {
  line-height: 1.4em;
}

.topServiceSecond .item .topMenuInnerList .date {
  margin-top: 10px;
  color: #D8A88C;
  font-weight: bold;
}

.topServiceSecond .item .topMenuInnerList a {
  text-decoration: underline;
}

.topMenu .item .ttlLeftLine {
  background-color: #E7E9EA;
  display: inline-block;
}

.topMenu .item .text {
  background-color: #E7E9EA;
  position: relative;
  z-index: 1;
}

.topMenu .item .topMenuInnerList {
  line-height: 1.4em;
}

.topMenu .item .topMenuInnerList .date {
  margin-top: 10px;
  color: #D8A88C;
  font-weight: bold;
}

.topMenu .item .topMenuInnerList a {
  text-decoration: underline;
}

.topNews .topNewsList li {
  border-bottom: 1px solid #D4DEDE;
  overflow: hidden;
}

.topNews .topNewsList li .date {
  color: #D8A88C;
  font-weight: bold;
}

.topNews .topNewsList li a {
  text-decoration: underline;
}

.topNews .topEventList .text .date {
  color: #D8A88C;
  font-weight: bold;
}

.topNews .topEventList .text a {
  text-decoration: underline;
  display: inline-block;
}

.pageImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

.pageImage:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
}

.pageImage .inner {
  position: relative;
  z-index: 1;
}

.imageBtmText {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}

.imgAndText {
  position: relative;
  overflow: hidden;
}
.imgAndText2 {
  position: relative;
  overflow: hidden;
}

.imgAndText .text {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}
.imgAndText2 .text {
  background-color: #E7E9EA;
  position: relative;
  z-index: 1;
}

.imgItem .text {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}

.bgGray .imgItem .text {
  background-color: #E7E9EA;
}

.imgItem > a {
  display: block;
}

.imgItem > a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: 0.3s;
}

.imgItem > a .image {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.imgItem > a:hover .image {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.viewer iframe {
  width: 100%;
  height: 100%;
}

.googleMap iframe {
  width: 100%;
  height: 100%;
}

.orange {
  color: #3D525C;
}

.blogListItem {
  position: relative;
}

.blogListItem > a {
  display: block;
}

.blogListItem > a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: 0.3s;
}

.blogListItem > a:hover .image {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.blogListItem .image {
  position: relative;
  z-index: 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.blogListItem .tagList {
  position: absolute;
}

.blogListItem .tagList li {
  display: inline-block;
  margin-right: 5px;
}

.blogListItem .tagList li a {
  color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 1em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.blogListItem .tagList li a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.blogListItem .date {
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	left: 10px;
	bottom: 10px;
}

.blogListItem .title {
	  background-color: #fafafa;
    background-color: #0000008c;
    z-index: 1;
    position: absolute;
    color: #fff;
    margin-bottom: 20px;
    top: 0;
    left: 0;
	width: 100%;
	text-align: center;
}

.wp-pagenavi span, .wp-pagenavi a {
  border: 1px solid #333;
  display: inline-block;
}

.sideArea {
  background-color: #E7E9EA;
  padding: 20px 0;
}

.sideArea .inner {
  padding: 0 5%;
}

.sideItem {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #8BA1A2;
}

.sideItem .date {
  color: #D8A88C;
  font-weight: bold;
}

.sideItem .title, .sideItem a {
  text-decoration: underline;
}

.sideItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: transparent;
}

.sideCatMenu a {
  text-decoration: underline;
}

.sideCatMenu li {
  margin-bottom: 10px;
}

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

.blogHeader .headerInfo {
  margin-top: 10px;
}

.blogHeader .headerInfo .tagList li {
  display: inline-block;
  margin-left: 5px;
}

.blogHeader .headerInfo .tagList li a {
  color: #333;
  font-weight: normal;
  border: 1px solid #333;
  border-radius: 20px;
  display: block;
  line-height: 1em;
}

.blogContent > * {
  margin: 20px 0;
}

.blogContent h3, .blogContent h4, .blogContent h5, .blogContent h6 {
  margin: 40px 0 20px;
}

.blogContent a {
  text-decoration: underline;
  font-weight: bold;
}

/*.blogContent h2 {
  position: relative;
  color: #001B1C;
}*/

/*.blogContent h2:before {
  content: '';
  background-color: #333;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
*/
.blogContent h3 {
  position: relative;
  color: #001B1C;
}

.blogContent h3:before {
  content: '';
  background-color: #333;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  left: 0;
  top: 5px;
}

.blogContent h3 .step {
  font-weight: normal;
  color: #8ba1a2;
}

.blogContent h4 {
  color: #001B1C;
}

.blogContent h5 {
  color: #001B1C;
}

.blogContent h6 {
  font-weight: bold;
  color: #8BA1A2;
}

.blogContent ul li, .blogContent ol li {
  margin-bottom: 10px;
}

.blogContent ul li:last-child, .blogContent ol li:last-child {
  margin-bottom: 0;
}

.blogContent ul li {
  margin-left: 1.6em;
  list-style-type: disc;
}

.blogContent ol li {
  margin-left: 1.6em;
  list-style-type: decimal;
}

.blogContent dd {
  border-left: 1px solid #333;
  padding-left: 10px;
  margin: 5px 0 10px 10px;
}

.blogContent table {
  font-size: 16px;
  width: 100%;
}

.blogContent iframe {
  width: 100%;
  border: none;
  margin: 0 0 20px 0;
}

.snsArea .btn {
  display: block;
  width: 100%;
  height: 100%;
  border: transparent;
  text-align: center;
  padding: 15px 0;
}

.snsArea .btn:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 0;
  margin-bottom: -0.2em;
}

.snsArea .btn.tw {
  background-color: #000000;
}

.snsArea .btn.tw:before {
  background-image: url(../image/icon/icon_tw.svg);
}

.snsArea .btn.fb {
  background-color: #3B5998;
}

.snsArea .btn.fb:before {
  background-image: url(../image/icon/icon_fb.svg);
}

.snsArea .btn:before {
  content: '';
}

.pager {
  line-height: 1em;
}

.pager .back, .pager .next {
  position: relative;
}

.pager .back a:before, .pager .next a:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 50px;
  height: 6px;
  bottom: 2px;
}

.pager .back {
  padding-left: 55px;
}

.pager .back a:before {
  background-image: url(../image/icon/icon_more_back.svg);
  left: 0;
}

.pager .next {
  float: right;
  padding-right: 55px;
}

.pager .next a:before {
  background-image: url(../image/icon/icon_more.svg);
  right: 0;
}

.worksList {
  position: relative;
}

.worksList .worksListItem .articleLink {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.worksList .worksListItem .articleLink:after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

.worksList .worksListItem .articleLink:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.worksList .worksListItem .articleLink .title {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    background-color: #0000008c;
    z-index: 1;
    position: absolute;
    color: #fff;
    margin-bottom: 20px;
    top: -55px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

@media screen and (max-width: 767px){
  .worksList .worksListItem .articleLink .title {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    background-color: #0000008c;
    z-index: 1;
    position: absolute;
    color: #fff;
    margin-bottom: 20px;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
}
.worksList .worksListItem .articleLink .tags {
  position: absolute;
  z-index: 2;
}

.worksList .worksListItem .articleLink .tags li {
  display: inline-block;
}

.worksList .worksListItem .articleLink .tags li a {
  color: #fff;
  display: block;
  line-height: 1em;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/*.worksList:before {
  content: '';
  position: absolute;
  background-image: url(../image/bg/bg_works.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}*/

.worksList .searchArea {
  float: right;
}

.worksList .searchArea dt {
  float: left;
}

.worksList .searchArea dd {
  float: right;
}

.worksList .searchArea dd .tagList li {
  float: left;
}

.worksList .searchArea dd .tagList li a {
  color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  display: inline-block;
}

/*a.shadow {
  display: block;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}*/

/*a.shadow:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}*/

.olList {
  margin-left: 1.6em;
}

.olList li {
  list-style-type: decimal;
}

.eventList {
  border-top: 1px solid #ccc;
}

.eventList li {
  border-bottom: 1px solid #ccc;
}

.eventList .text .date {
  color: #D8A88C;
  font-weight: bold;
}

.eventList .text a {
  text-decoration: underline;
  display: inline-block;
}

.mokuji a {
  text-decoration: underline;
}

.mokuji > li > a {
  font-weight: bold;
}

.reasontag {
  background-color: #dfe6e6;
  padding: 5px 10px;
  font-size: 60%;
  display: table;
  width: auto;
  margin-bottom: 5px;
}

/*----------▲▲ 1「トップページ」index.html ▲▲----------*/

@media screen and (max-width: 767px) {
  .mtXS, .mtXSSp {
    margin-top: 5px !important;
  }
  .mtS, .mtSSp {
    margin-top: 15px !important;
  }
  .mtM, .mtMSp {
    margin-top: 20px !important;
  }
  .mtL, .mtLSp {
    margin-top: 40px !important;
  }
  .mtXL, .mtXLSp {
    margin-top: 60px !important;
  }
  .mtXXL, .mtXXLSp {
    margin-top: 80px !important;
  }
  .mbXS, .mbXSSp {
    margin-bottom: 5px !important;
  }
  .mbS, .mbSSp {
    margin-bottom: 15px !important;
  }
  .mbM, .mbMSp {
    margin-bottom: 20px !important;
  }
  .mbL, .mbLSp {
    margin-bottom: 40px !important;
  }
  .mbXL, .mbXLSp {
    margin-bottom: 60px !important;
  }
  .mlXS, .mlXSSp {
    margin-left: 5px !important;
  }
  .mlS, .mlSSp {
    margin-left: 15px !important;
  }
  .mlM, .mlMSp {
    margin-left: 20px !important;
  }
  .mlL, .mlLSp {
    margin-left: 30px !important;
  }
  .mlXL, .mlXLSp {
    margin-left: 40px !important;
  }
  .mrXS, .mrXSSp {
    margin-right: 5px !important;
  }
  .mrS, .mrSSp {
    margin-right: 15px !important;
  }
  .mrM, .mrMSp {
    margin-right: 20px !important;
  }
  .mrL, .mrLSp {
    margin-right: 30px !important;
  }
  .mrXL, .mrXLSp {
    margin-right: 40px !important;
  }
  .ptXS, .ptXSSp {
    padding-top: 5px !important;
  }
  .ptS, .ptSSp {
    padding-top: 15px !important;
  }
  .ptM, .ptMSp {
    padding-top: 20px !important;
  }
  .ptL, .ptLSp {
    padding-top: 40px !important;
  }
  .ptXL, .ptXLSp {
    padding-top: 60px !important;
  }
  .pbXS, .pbXSSp {
    padding-bottom: 5px !important;
  }
  .pbS, .pbSSp {
    padding-bottom: 15px !important;
  }
  .pbM, .pbMSp {
    padding-bottom: 20px !important;
  }
  .pbL, .pbLSp {
    padding-bottom: 40px !important;
  }
  .pbXL, .pbXLSp {
    padding-bottom: 60px !important;
  }
  .section {
   /* padding: 30px 0;*/
	margin-top: 50px;
  }
  .fLSp {
    float: left;
  }
  .fRSp {
    float: right;
  }
  .fBoxSp {
    margin-left: -4%;
  }
  .fAllSp {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Sp {
    width: 49%;
  }
  .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 {
    width: 48%;  
	}
  .f3of5Sp {
    width: 50%;
  }
  .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: 2.5% !important;
    margin-right: 2.5% !important;
  }
  
  .fs-lightbox-close {
    width: 40px;
    height: 40px;
    background: none;
    color: #111;
    background-color: #111;
  }
  .fs-lightbox-close:after {
    content: '×';
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 38px;
    color: #fff;
    top: 0;
    right: 0;
  }
  .fs-lightbox-caption_toggle {
    display: none !important;
  }
  .fs-lightbox-controls {
    height: 40px;
    background: none;
  }
  .fs-lightbox-control_previous {
    width: 40px;
    height: 40px;
    background: none;
    color: #111;
  }
  .fs-lightbox-control_next {
    width: 40px;
    height: 40px;
    background: none;
    color: #111;
  }
  .fs-lightbox-control_previous:after, .fs-lightbox-control_next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 20px;
  }
  .fs-lightbox-control_previous:after {
    background-image: url(../image/icon_preset/icon_arrow_left_white.png);
  }
  .fs-lightbox-control_next:after {
    background-image: url(../image/icon_preset/icon_arrow_right_white.png);
  }
  .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    display: none;
  }
  .fs-lightbox-meta span {
    display: block;
    margin-bottom: 5px;
  }
  .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;
	text-align: center;
  }
  .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;
  }
  .autoImg.lgSp {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.mdSp {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .autoImg.smSp {
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .btn {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    height: 55px;
    line-height: 50px;
    width: 90%;
  }
  .btn:before, .btn:after {
    height: 20px;
    top: calc(50% - 10px);
    width: 20px;
  }
  .btnMore {
    /*padding: 0 65px 0 0;*/
  }
  .btn:hover {
    background-color: #333;
    color: #fff;
  }
  .btnMore {
    /*padding: 0 70px 0 0;*/
	  display: inline-block;
 /* width: 200px;
  height: 54px;*/
  text-align: center;
  text-decoration: none;
  outline: none;	
  background-color: #D6D6D6;
	color: #1C1C1C;
	  padding:4px 20px;
	  border-radius: 20px;
	  font-size: 1.1rem;
	  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
  }
	.btnMore::before,
.btnMore::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnMore,
.btnMore::before,
.btnMore::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btnMore:hover {
  background-color: #333;
  color: #fff;
	 filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

  .guideBtn {
    padding: 15px 2.5% 15px 0;
  }
  .mailBtn {
    padding: 15px 0 15px 40px;
  }
  .title-top-main {
    font-size: 2rem;
    line-height: 1.6;
  }
  .title-top-sub {
    font-size: 1.8rem;
  }
  .ttlPageArea {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .ttlLeftLine {
    padding-left: 30px;
	  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	  line-height: 1em;
  }
  .ttlLeftLine:before {
    width: 20px;
  }
  .ttlLeftLine2 {
    padding-left: 10px;
  }
  .flowTtl:after {
    left: 50%;
    margin-left: -8px;
    top: -35px;
  }
  .list > li + li,
  .list-number > li + li,
  .list-note > li + li {
    margin-top: 5px;
  }
  .quote {
    font-size: 1.4rem;
    padding: 10px 15px 20px 15px;
  }
  .quote cite {
    font-size: 1.2rem;
  }
  .table-heading {
    font-size: 1.4rem;
    padding: 10px;
    width: 25%;
  }
  .table-data {
    font-size: 1.4rem;
    padding: 10px;
    width: 75%;
  }
  .table-scroll {
    overflow: auto;
    padding-bottom: 14px;
  }
  .table-scroll::-webkit-scrollbar {
    height: 10px;
    margin-top: 10px;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .table-scroll .table-mult-col {
    width: 800px;
  }
  .text {
    font-size: 1.4rem;
  }
  .text + .text {
    margin-top: 10px;
  }
  .text-link {
    font-size: 1.4rem;
    word-wrap: break-word;
  }
/*  .MainVisual {
    background-image: url("../../images/mainSP.jpg");
	background-repeat: no-repeat;
  }
  .MainVisual__brandName {
    display: none;
  }
  .MainVisual_copyBody {
    height: 300px;
  }
  .MainVisual_mvCopy {
    font-size: 2.2rem;
    line-height: 1.4;
    display: block;
    text-align: center;
    width: 100%;
    top: calc(13% - 39px);
    text-shadow: 0px 0px 4px black;
    font-family: serif;
    font-weight: bold;
    padding: 20px 10px;
    background: #00000057;
  }
  .MainVisual_mvCopy span {
   font-size: 0.55em;
   letter-spacing: 2px;
  }
  .MainVisual_mvCopy3 {
    font-size: 2rem;
    line-height: 1.4;
    display: block;
    text-align: center;
    width: 100%;
    top: calc(50% - 50px);
    font-family: serif;
    font-weight: bold;
    padding: 20px 0 20px;
    background: #000;
    color: #fff;
  }
*/	
#animation_erea{
	overflow: hidden;
	left:10px;
	bottom:-80px;
	width: 100%;
	}
#animatedtop {  
   max-width: 28%;
	height: auto;
	margin: 0 5% 0 0;
	float: left;
}

.animated { 
    animation-duration: 1s; 
    animation-fill-mode: both; 
} 

@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft { 
    animation-name: fadeInLeft; 
}
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight { 
    animation-name: fadeInRight; 
}
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    animation-name: fadeInUp; 
}

  .Header {
    height: 60px;
    width: 100%;
    z-index: 100;
  }
  .Header__brandName .logo-ci {
    height: 60px;
    width: 100%;
  }
  .Header__brandName .logo-ci:before {
    background-image: url(../image/logo/icon_pdwh_hor.svg);
    height: 30px;
    left: 2.5%;
    width: 350px;
    top:20px;
  }
  .Header__brandDescription {
    color: #fff;
    font-size: 1.2rem;
    left: 2.5%;
    position: absolute;
    top: 10px;
  }
  .GNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 70px;
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%);
  }
/*  .GNav__menuOpenBtn {
    background: #fff;
    height: 60px;
    right: 0;
    top: 0;
    width: 60px;
  }
  .GNav__menuOpenBtn span {
    height: 3px;
    left: calc(50% - 13px);
    width: 27px;
    border-radius: 1.5px;
  }
  .GNav__menuOpenBtn span:nth-child(1) {
    top: 28px;
  }
  .GNav__menuOpenBtn span:nth-child(2) {
    top: 36px;
  }
  .GNav__menuOpenBtn span:nth-child(3) {
    top: 44px;
  }
  .GNav__menuBtnMenu {
    top: 10px;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
    top: 36px;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
    top: 36px;
  }
  .GNav__menuCloseBtn {
    height: 60px;
    right: 0;
    top: 0;
    width: 60px;
  }
  .GNav__menu {
    overflow-y: scroll;
    padding-bottom: 150px;
    padding-top: 60px;
  }
  .GNav__contactLogo {
    display: none;
  }
  .GNav__contactCta {
    margin-left: -5px;
    padding: 6px 5px;
  }
  .GNav__contactCtaItem {
    height: 50px;
    margin-left: 5px;
    width: calc(100% / 3);
  }
  .GNav__contactCtaLink {
    height: 50px;
  }
  .GNav__contactCtaText {
    display: inline-block;
    font-size: 1rem;
    line-height: 11px;
  }
  .GNav__contactCtaLink.-tel {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .GNav__contactCtaText.-tel {
    padding-top: 32px;
  }
  .GNav__contactCtaText.icon-tel:before {
    height: 16px;
    left: calc(50% - 8px);
    top: 10px;
    width: 16px;
  }
  .GNav__contactCtaText.-seminar {
    padding-top: 23px;
  }
  .GNav__contactCtaText.icon-seminar:before {
    height: 16px;
    left: calc(50% - 8px);
    top: 4px;
    width: 16px;
  }
  .GNav__contactCtaText.-mail {
    padding-top: 23px;
  }
  .GNav__contactCtaText.icon-mail:before {
    height: 13.09px;
    left: calc(50% - 8px);
    top: 6px;
    width: 16px;
  }
  .GNav__menuLink {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .GNav__menuLink > a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
  }
  .GNav__menuLink.-layer1 > a {
    display: block;
    font-size: 1.6rem;
  }
  .GNav__menuLink.-layer2 {
    position: relative;
  }
  .GNav__menuLink.-layer2 > a {
    font-size: 1.6rem;
    padding-left: 35px;
    position: relative;
  }
  .GNav__menuLink.-layer2 > a:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 29.5px;
    width: 15px;
  }
  .GNav__menuLink.-layer3 {
    position: relative;
  }
  .GNav__menuLink.-layer3 > a {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .GNav__menuLink.-layer4 > a {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .GNav__menuAdressList {
    display: none;
  }
  .GNav__menuLink .have_toggleBtn {
    margin-right: 80px;
  }
  .GNav__menuLinkList.-layer2 .js_toggleBtn.-layer2 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
  }
  .GNav__menuLinkList.-layer2 .js_toggleBtn.-layer2:before, .GNav__menuLinkList.-layer2 .js_toggleBtn.-layer2:after {
    background: no-repeat center/contain;
    content: "";
    position: absolute;
  }
  .GNav__menuLinkList.-layer2 .js_toggleBtn.-layer2:after {
    background-image: url(../image/icon/icon_plus_white.svg);
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
  }
  .GNav__menuLinkList.-layer2 .js_toggleBtn.-layer2.active:after {
    background-image: url(../image/icon/icon_minus_white.svg);
  }
  .GNav__menuLinkList.-layer3.js_togglContents {
    display: none;
  }
  .GNav__menuLinkList.-layer3 .js_toggleBtn.-layer3 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 15px;
    width: 30px;
  }
  .GNav__menuLinkList.-layer3 .js_toggleBtn.-layer3:before, .GNav__menuLinkList.-layer3 .js_toggleBtn.-layer3:after {
    background: no-repeat center/contain;
    content: "";
    position: absolute;
  }
  .GNav__menuLinkList.-layer3 .js_toggleBtn.-layer3:after {
    background-image: url(../image/icon/icon_toggle-arrow.svg);
    height: 16px;
    left: calc(50% - 8px);
    transition: .2s ease-in-out;
    top: calc(50% - 8px);
    width: 16px;
  }
  .GNav__menuLinkList.-layer3 .js_toggleBtn.-layer3.active:after {
    transform: rotate(180deg);
  }
  .GNav__menuLinkList.-layer4.js_togglContents {
    display: none;
  }
  .GNav__menuLink.-close {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
  }
*/  .FixedFt__works {
    display: none;
  }
  .FixedFt__contactCta {
    width: calc(100% - 50px);
	 /*background: #3D525C;*/
  }
/*	.FixedFt__contactCta li:first-child{
		background-color: #C1D21B;
	}	
	.FixedFt__contactCta li:nth-child(2){
		background-color: #07B53B;
	}
	.FixedFt__contactCta li:nth-child(3){
		background-color: #07BFCB;
	}*/
  .FixedFt__contactCtaItem {
    width: calc(100% / 3);
	  border-right: 1px solid #fff;
  }
  .FixedFt__contactCtaLink {
    height: 50px;
  }
  .FixedFt__contactCtaText {
    display: inline-block;
    font-size: 1rem;
    line-height: 11px;
  }
 /* .FixedFt__contactCtaLink.-tel {
    border: 1px solid #d4dede;
	  background: #fafafa;
  }*/
  .FixedFt__contactCtaText.-tel {
    padding-top: 32px;
  }
  .FixedFt__contactCtaText.icon-tel:before {
    height: 16px;
    left: calc(50% - 8px);
    top: 10px;
    width: 16px;
  }
  .FixedFt__contactCtaLink.-seminar {
    margin-left: 5px;
  }
  .FixedFt__contactCtaText.-seminar {
    padding-top: 23px;
  }
  .FixedFt__contactCtaText.icon-seminar:before {
    height: 16px;
    left: calc(50% - 8px);
    top: 4px;
    width: 16px;
  }
  .FixedFt__contactCtaLink.-seminar2 {
    margin-left: 5px;
  }
  .FixedFt__contactCtaText.-seminar2 {
    padding-top: 23px;
  }
  .FixedFt__contactCtaText.icon-seminar2:before {
    height: 16px;
    left: calc(50% - 8px);
    top: 4px;
    width: 16px;
  }
  .FixedFt__contactCtaLink.-mail {
   /* margin-left: 5px;*/
  }
  .FixedFt__contactCtaText.-mail {
    padding-top: 23px;
  }
  .FixedFt__contactCtaText.icon-mail:before {
    height: 13.09px;
    left: calc(50% - 8px);
    top: 6px;
    width: 16px;
  }
  .FixedFt__topBtn {
    height: 60px;
    width: 50px;
  }
  .FixedFt__topBtnText {
    font-size: 1.2rem;
    padding-top: 32px;
  }
  .FixedFt__topBtnText.icon-topBtn:before {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    top: 25px;
    right: 35%;
  }
  .Footer {
    margin-top: 160px;
  }
  .FtSMap__menuLinkList.-layer1 {
    display: none;
  }
  .FtSMap__menuLink {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .FtSMap__menuLink > a {
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
  }
  .FtSMap__menuLink.-layer1 > a {
    display: block;
    font-size: 1.6rem;
  }
  .FtSMap__menuLink.-layer2 {
    position: relative;
  }
  .FtSMap__menuLink.-layer2 > a {
    font-size: 1.6rem;
    padding-left: 35px;
    position: relative;
  }
  .FtSMap__menuLink.-layer2 > a:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 29.5px;
    width: 15px;
  }
  .FtSMap__menuLink.-layer3 {
    position: relative;
  }
  .FtSMap__menuLink.-layer3 > a {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .FtSMap__menuLink.-layer4 > a {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .FtSMap__menuAdressList {
    font-size: 1.4rem;
    padding: 30px 0;
    text-align: center;
  }
  .FtSMap__AdLogo {
    display: inline-block;
    width: 150px;
  }
  .FtSMap__AdLogo .logo-ci {
    height: 76.32px;
    width: 150px;
  }
  .FtSMap__AdLogo .logo-ci:before {
    height: 59.29px;
    left: 8px;
    top: 8px;
    width: 132.92px;
  }
  .FtSMap__menuAdcompanyName {
    margin-top: 20px;
  }
  .FtSMap__menuAdAdress {
    margin-top: 17px;
  }
  .FtSMap__menuAdAccess {
    margin: 10px auto;
  }
  .FtSMap__menuAdContact {
    margin-top: 5px;
  }
  .FtSMap__menuAdMng {
    margin-top: 10px;
  }
  .Footer__copyYear {
    /*border-top: 1px solid #fff;*/
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 40px;
	  height: 100px;
  }
  .FtSMap__contactLogo {
    display: none;
  }
  .FtSMap__contactCta {
    margin-left: -5px;
    padding: 6px 5px;
  }
  .FtSMap__contactCtaItem {
    height: 50px;
    margin-left: 5px;
    width: calc(100% / 3);
  }
  .FtSMap__contactCtaLink {
    height: 50px;
  }
  .FtSMap__contactCtaText {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 11px;
  }
  .FtSMap__contactCtaLink.-tel {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .FtSMap__contactCtaText.-tel {
    padding-top: 40px;
  }
  .FtSMap__contactCtaText.icon-tel:before {
    height: 25px;
    left: calc(50% - 8px);
    top: 8px;
    width: 23px;
  }
  .FtSMap__contactCtaText.-seminar {
    padding-top: 40px;
  }
  .FtSMap__contactCtaText.icon-seminar:before {
    height: 20px;
    left: calc(50% - 12px);
    top: 12px;
    width: 22px;
  }
  .FtSMap__contactCtaText.-seminar2 {
    padding-top: 40px;
  }
  .FtSMap__contactCtaText.icon-seminar2:before {
    height: 20px;
    left: calc(50% - 8px);
    top: 12px;
    width: 22px;
  }
  .FtSMap__contactCtaText.-mail {
    padding-top: 40px;
  }
  .FtSMap__contactCtaText.icon-mail:before {
    height: 19px;
    left: calc(50% - 13px);
    top: 13px;
    width: 24px;
  }
  .bannerArea {
    padding: 0 0 20px 0;
  }
  .bannerArea ul {
    width: 100%;
    overflow: hidden;
  }
  .bannerArea ul li {
    display: block;
    width: 45%;
    margin-bottom: 30px;
  }
/*  .bannerArea ul li a.sns {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #c9cbc4;
    height: 51px;
    line-height: 51px;
  }*/
/*  .bannerArea ul li:nth-child(even) {
    float: right;
  }
  .bannerArea ul li:nth-child(odd) {
    float: left;
  }*/
  .bannerArea ul li img {
    width: 100%;
    height: auto;
  }
  .snsBox {margin: 0 15%;}
  .breadcrumb {
    background-color: #E7E9EA;
    height: 25px;
  }
  .breadcrumb > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumb > div > span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    position: relative;
    margin: 0;
  }
  .breadcrumb > div > span:first-child {
    padding-left: 0;
  }
  .breadcrumb span a span,
  .breadcrumb span span,
  .breadcrumb span {
    font-size: 1.0rem;
  }
  .breadcrumb span a span {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
  }
  .breadcrumb span a span:hover {
    text-decoration: none;
  }
  .breadcrumb span:first-of-type a span {
    color: #333;
  }
  .breadcrumb > div > span + span {
    border-left: 1px solid #D4DEDE;
  }
  .formArea dl {
    margin-top: 40px;
  }
  .formArea dt {
    margin-top: 30px;
    padding-left: 45px;
  }
/*  .formArea dt.-req:before,
  .formArea dt.-any:before {
    font-size: 1.2rem;
    top: 1px;
    padding: 2px 4px;
  }*/
  .formArea dd {
    margin-top: 10px;
  }
  .formArea input[type=text],
  .formArea input[type=email],
  .formArea input[type=tel],
  .formArea select,
  .formArea textarea {
    font-size: 1.6rem;
  }
  .formArea textarea {
    height: 200px;
  }
  .faq-question {
    font-size: 1.4rem;
    padding: 10px 50px 10px 30px;
  }
  .faq-question:before {
    font-size: 14px;
    left: 5px;
    top: 14px;
  }
  .js_toggle-btn:after {
    height: 30px;
    right: 10px;
    top: calc(50% - 15px);
    width: 30px;
  }
  .faq-answer {
    font-size: 1.4rem;
    padding: 20px 15px 20px 30px;
  }
  .faq-answer:before {
    font-size: 14px;
    left: 5px;
    top: 24px;
  }
/*  .topConcept {

    position: relative;
    z-index: 1;
  }
  .topConcept2 {
    position: relative;
    z-index: 1;
  }*/
	
/*ここからモデルハウスTOP*/
	.smp { display: block !important; }
	.pc { display: none !important; }
  .modelhouse {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #fafafa;
	}
	.model_top {
		display: block;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.3rem;
		line-height: 3rem;
	}
	.model_top h2{
		font-size: 2rem;
	}
	.model_top p{
		color: #FFFFFF;
		padding: 0 10px;
		background-color: #3d525c;
		display: block;
		margin: auto;
		width: 80%;
		line-height: 3rem;
		margin-top: 5px;
	}
	.model_content{
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.col1{
		padding: 0 1%;
	}
	.col2{
		width: 90%;
		text-align: center;
		padding-top: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
		font-size: 1.4rem;
	}
	.col2 img{
		max-width: 55%;
	}
	.mdtext{
		font-size: 1.4rem;
		margin-top: 20px;
		font-family: Noto Sans Japanese, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}
	.mdbotton{
		display: block;
		text-align: center;
		margin-top: 20px;
		filter: drop-shadow(box-shadow:0px 4px 10px -3px #ccc1c1);
	}
		.mdbotton a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	.md_seminer{
		height: 400px;
		background-image: url("../image/photo/model_house_semina_smp.jpg");
		background-repeat: no-repeat;
		display: block;
		position: relative;
		background-size: contain;
	}
	.seminar {
		margin-bottom: 40px;
	}
	.seminar h3{
		padding-left: 10px;
		margin: 30px 0 10px 0;
	}
	.md_botan{
		position: absolute;
		bottom: 30px;
		right: 77px;
		display: block;
	}
/*ここからモデルハウスページ*/
	.mh_top{
	display: block;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.4rem;
    line-height: 2.5rem;
	margin-bottom: -30px;	
}
	.mh_top p{
	color: #FFFFFF;
    padding: 0 10px;
    background-color: #3d525c;
    display: block;
    margin: auto;
    width: 100%;
    line-height: 4rem;
    margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.8rem;
	}
	#modelhouse_page {
		font-family: serif;
		width: 100%;
		display: block;
		margin: 20px auto 50px;
		padding-left:10px;
		padding-right: 10px;
		box-sizing: border-box;
		padding-bottom: 40px;
	}
	#modelhouse_page section{
		overflow: hidden;
		margin-bottom: 20px;
	}
	.section1{
		margin-bottom: 20px !important;
	}
	.section_top{
		display: block;
		margin: 30px 0 0;
		overflow: hidden;
	}
	.mh_titletop{
		font-weight: bold;
		letter-spacing: 0.2em;
		font-size: 1.7rem;
		float: left;
		padding: 0 10px;
		border-left: #5A5858 3px solid;
	}

	.mh_title{
		font-size: 1.1rem;
		letter-spacing: 0.2em;
		float: left;
		display:  block;
		line-height: 2.8rem;
	}
	.mh_gallaery{
		width: 100%;
		display: block;
		margin:20px auto 0;
		overflow: hidden;
	}
	.mh_col1{
		width: 100%;
		height: 250px;
		display: block;
		font-size: 1.3rem;
		margin:10px 0 50px;
	}
	.mh_col2{
		width: 100%;
		display: block;
	}
	.mh_col2 p{
		display: block;
		text-align: center;
		padding:10px 20px;
		background-color: #3d525c;
		margin-bottom: 10px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.mh_col3{
		display: block;
		text-align: right;
		width: 50%;
			margin: 10px auto 0;
	}
	.mh_col3 img{
	 width:auto;
    height:auto;
		max-width:100%;
		max-height:100%;
	}
	#mh_concept{
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}
	#mh_concept p{
		line-height: 2.8rem;
		font-size: 1.5rem;
		font-weight: bold;
		padding: 20px 15px 0;
	}
	.mhbg{
		border-bottom: 2px dotted #D0CDCD;
		display:  block;
		margin: 20px auto 0px;
	}
	.seconsept{
		background-image: url("../image/photo/reason6.png") ;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain;
	}
	.seconsept2{
		background-image: url("../image/photo/reason7.png") ;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	#mh_concept dl{
		display: block;
		width: 100%;
		letter-spacing: 0.3rem;
		margin-bottom: 15px;
	}
	#mh_concept dt{
		margin: 10px 0;
	}
	#mh_concept dd{
		font-size: 1.2rem;
		padding:0 15px;
	}

	.container {
  text-align: center;
		width: 350px;
		display: block;
		margin: 30px auto 50px;
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-box {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 1.6rem;
  color: #313030;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border: 2px solid #4A4546;
  transition: .4s;
	padding: 15px 25px;
}

.btn-box:hover {
  border: 2px solid transparent;
  color: #3d525c;
}

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #3d525c;
  border-left: 2px solid #3d525c;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #3d525c;
  border-right: 2px solid #3d525c;
  transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}
#modelhouse_page .md_botan{
	position: absolute;
    bottom: 20px;
    right: 80px;
    display: block;
	}
	#modelhouse_page .seminer{
		margin: 0;
	}

	
  .topService .item:before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    width: 100%;
    display: block;
  }
  .topService .item .inner {
    position: relative;
  }
  .topService .item .inner .title {
    position: absolute;
    top: -170px;
    left: 2.5%;
  }
  .topService .item .inner .text {
    background-color: #fafafa;
    padding: 10px 2.5%;
    box-sizing: border-box;
    width: 95%;
    margin: 10px 2.5% 0;
  }
  .topWorks .worksItem .articleLink .tags {
    bottom: 10px;
    left: 10px;
  }
  .topWorks .worksItem .articleLink .tags li {
    margin-right: 2px;
  }
  .topWorks .worksItem .articleLink .tags li a {
    padding: 3px 5px;
  }
  .topWorks:before {
    width: 400px;
    height: 470px;
    left: -110px;
    top: -20px;
    z-index: -1;
  }
  .topWorks .worksItem .articleLink {
    height: 150px;
    margin-bottom: 10px;
  }
  .topWorks .worksItem .articleLink .title {
    padding: 5px 10px;
  }
  .topWorks .worksItem .articleLink .date {
    margin-left: 10px;
  }
  .topServiceSecond .item .ttlLeftLine {
    margin-left: 2.5%;
    padding: 0 10px 0 40px;
  }
  .topServiceSecond .item .ttlLeftLine:before {
    left: 10px;
  }
  .topServiceSecond .item img {
    margin-top: -15px;
  }
  .topServiceSecond .item .text {
    margin: 0 2.5% 0 2.5%;
    padding: 15px 2.5%;
  }
  .topMenu .item .ttlLeftLine {
    margin-left: 2.5%;
    padding: 0 10px 0 40px;
  }
  .topMenu .item .ttlLeftLine:before {
    left: 10px;
  }
  .topMenu .item img {
    margin: auto;
  }
  .topMenu .item .text {
    margin: 0 2.5% 0 2.5%;
    padding: 15px 2.5%;
  }
  .topNews .topNewsList li {
    padding: 15px 0;
  }
  .topNews .topNewsList li:first-child {
    padding-top: 0px;
  }
  .topNews .topNewsList li .date {
    display: block;
  }
  .topNews .topEventList li {
    margin-top: 20px;
  }
  .topNews .topEventList li:first-child {
    margin-top: 0;
  }
  .pageImage {
    padding: 35px 0;
    font-size: 1.6rem;
  }
  .imageBtmText {
    margin-top: -10px;
    padding: 20px 2.5% 0 2.5%;
  }
  .imgAndText .text {
    width: 95%;
    margin: -10px 2.5% 0 2.5%;
    padding: 20px 2.5% 0;
  }
  .imgAndText2 .text {
    width: 95%;
    margin: -10px 2.5% 0 2.5%;
    padding: 20px 2.5%;
  }
  .imgItem .image {
    width: 100%;
  }
  .imgItem .text {
    width: 95%;
    margin: -10px 2.5% 0 2.5%;
    padding: 20px 2.5% 0;
  }
  .imgItem > a .text {
    padding: 10px 2.5% 0;
  }
  .viewer {
    width: 100%;
    height: 250px;
  }
  .googleMap {
    width: 100%;
    height: 250px;
  }
  .blogListItem {
    margin-bottom: 20px;
  }
  /*.blogListItem:nth-child(2n+1) {
    clear: both;
  }*/
  .blogListItem .image {
    width: 100%;
    height: 170px;
  }
  .blogListItem .tagList {
    top: 5px;
    left: 5px;
  }
  .blogListItem .tagList li a {
    font-size: 10px;
    padding: 3px;
  }
  .blogListItem .date {
    left: 5px;
    font-size: 12px;
    bottom: 5px;
  }
  .blogListItem .title {
    padding: 0 5px;
    font-size: 11px;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    padding: 0 5px;
  }
  .blogHeader .headerInfo .tagList {
    font-size: 12px;
  }
  .blogHeader .headerInfo .tagList li a {
    padding: 3px 5px;
  }
  .blogContent p {
    font-size: 14px;
  }
/*  .blogContent h2 {
    padding-left: 30px;
    font-size: 22px;
  }*/
 /* .blogContent h2:before {
    width: 20px;
  }*/
  .blogContent h3 {
    padding-left: 10px;
    font-size: 20px;
  }
  .blogContent h4 {
    font-size: 18px;
  }
  .blogContent h5 {
    font-size: 16px;
  }
  .blogContent h6 {
    font-size: 16px;
  }
  .blogContent ul li, .blogContent ol li {
    font-size: 14px;
  }
  .blogContent th {
    display: block;
  }
  .blogContent td {
    display: block;
    margin-bottom: 10px;
    border-left: 1px solid #333;
    padding-left: 10px;
    margin-left: 10px;
  }
  .blogContent iframe {
    height: 200px;
  }
  .snsArea .btn {
    font-size: 12px;
    line-height: 20px;
  }
  .pager {
    font-size: 14px;
  }
  .worksList .worksListItem .articleLink .tags {
    bottom: 10px;
    left: 10px;
  }
  .worksList .worksListItem .articleLink .tags li {
    margin-right: 2px;
  }
  .worksList .worksListItem .articleLink .tags li a {
    padding: 3px 5px;
  }
/*  .worksList:before {
    width: 400px;
    height: 470px;
    left: -110px;
    top: -60px;
    z-index: -1;
  }*/
  .worksList .worksListItem .articleLink {
    height: 150px;
    margin-bottom: 40px;
  }
  /*.worksList .worksListItem .articleLink .title {
    padding: 5px 10px;
  }*/
  .worksList .worksListItem .articleLink .date {
    margin-left: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  .worksList .searchArea dd .tagList li a {
    font-size: 10px;
    padding: 2px 5px;
  }
  .worksList .searchArea dd .tagList li {
    line-height: 1em;
    margin-left: 5px;
  }
  .worksList .searchArea dd .tagList li:first-child {
    margin-left: 0;
  }
  .galleryArea li {
    margin-bottom: 15px;
  }
  .madori li {
    margin-bottom: 15px;
  }
  .eventList li {
    padding: 20px 0;
  }
  .eventList li:first-child {
    margin-top: 0;
  }
  .mokuji {
    padding-top: 8px;
  }
  .mokuji > li {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .mokuji > li > ul {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }
  .mokuji > li > ul > li {
    font-size: 11px;
    list-style-type: disc;
    margin-left: 1.6em;
  }
	.smp { display: block !important; }
	.pc { display: none !important; }
}

@media screen and (min-width: 768px) {
	.bana{
    display: block;
    background-size: cover;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
		margin: 0 auto 50px; 
		width: 800px;
		height: 200px;
	}
	.bana:hover{
		  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.bana2{
    display: block;
    background-size: cover;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
		margin: 0 auto 50px; 
		width: 1200px;
		height: 300px;
	}
	.bana2:hover{
		  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.bana3{
    display: block;
    background-size: cover;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
		margin: 0 auto 50px; 
		width: 1200px;
		height: 800px;
	}
	.bana3:hover{
		  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}
	.bana4{
    display: block;
    background-size: cover;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
		margin: 0 auto 50px; 
		width: 1200px;
		height: 400px;
	}
	.bana4:hover{
		  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition: 0.3s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	}


	#toiawase{
  width: 80px;
  height: 200px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background-color: #CCCCCC;
		opacity: 0.6;
       writing-mode: vertical-rl;
	}

  .mtXS, .mtXSPc {
    margin-top: 10px !important;
  }
  .mtS, .mtSPc {
    margin-top: 20px !important;
  }
  .mtM, .mtMPc {
    margin-top: 40px !important;
  }
  .mtL, .mtLPc {
    margin-top: 60px !important;
  }
  .mtXL, .mtXLPc {
    margin-top: 80px !important;
  }
  .mtXXL, .mtXXLPc {
    margin-top: 120px !important;
  }
  .mbXS, .mbXSPc {
    margin-bottom: 10px !important;
  }
  .mbS, .mbSPc {
    margin-bottom: 20px !important;
  }
  .mbM, .mbMPc {
    margin-bottom: 40px !important;
  }
  .mbL, .mbLPc {
    margin-bottom: 60px !important;
  }
  .mbXL, .mbXLPc {
    margin-bottom: 80px !important;
  }
  .mlXS, .mlXSPc {
    margin-left: 10px !important;
  }
  .mlS, .mlSPc {
    margin-left: 20px !important;
  }
  .mlM, .mlMPc {
    margin-left: 40px !important;
  }
  .mlL, .mtlPc {
    margin-left: 60px !important;
  }
  .mlXL, .mlXLPc {
    margin-left: 80px !important;
  }
  .mrXS, .mrXSSPc {
    margin-right: 10px !important;
  }
  .mrS, .mrSPc {
    margin-right: 20px !important;
  }
  .mrM, .mrMPc {
    margin-right: 40px !important;
  }
  .mrL, .mrLPc {
    margin-right: 60px !important;
  }
  .mrXL, .mrXLPc {
    margin-right: 80px !important;
  }
  .ptXS, .ptXSPc {
    padding-top: 10px !important;
  }
  .ptS, .ptSPc {
    padding-top: 20px !important;
  }
  .ptM, .ptMPc {
    padding-top: 40px !important;
  }
  .ptL, .ptLPc {
    padding-top: 60px !important;
  }
  .ptXL, .ptXLPc {
    padding-top: 80px !important;
  }
  .pbXS, .pbXSPc {
    padding-bottom: 10px !important;
  }
  .pbS, .pbSPc {
    padding-bottom: 20px !important;
  }
  .pbM, .pbMPc {
    padding-bottom: 40px !important;
  }
  .pbL, .pbLPc {
    padding-bottom: 60px !important;
  }
  .pbXL, .pbXLPc {
    padding-bottom: 80px !important;
  }
  .wrapper {
    min-width: 1200px;
	  margin-top: 120px;
  }
  .section.first {
    padding: 60px 0 80px;
  }
  .fLPc {
    float: left;
  }
  .fRPc {
    float: right !important;
  }
  /*.fBoxPc {
    margin-left: -4%;
  }*/
  .fAllPc {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .ttlLeftLine {
	  margin-top: 30px;
	  
  }
  .f1of3Pc {
    width: 320px;
  }
  
  .f2of3Pc {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Pc {
	  margin-top: 120px;
    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 {
    width: 45%;
  }
  .f3of7Pc {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Pc {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Pc {
    width: 50%;
  }
  .f6of7Pc {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Pc {
    float: left;
    width: 8.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: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .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;
  }
  .fs-lightbox-close {
    background: none;
    color: #111;
    text-indent: 100%;
    right: -20px;
    top: -20px;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .fs-lightbox-close:after {
    background-color: #fafafa;
    border-radius: 20px;
    color: #333;
    content: '×';
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    text-indent: 0%;
    white-space: normal;
    overflow: visible;
    top: 0;
    right: 0;
    width: 40px;
  }
  .fs-lightbox-caption_toggle {
    display: none !important;
  }
  .fs-lightbox-position {
    background: #000;
    text-align: center;
    color: #fff;
  }
  .fs-lightbox-control_previous, .fs-lightbox-control_next {
    background: none;
    color: #111;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
  }
  .fs-lightbox-control_previous {
    left: 20px;
  }
  .fs-lightbox-control_next {
    right: 20px;
  }
  .fs-lightbox-control_previous:after, .fs-lightbox-control_next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .fs-lightbox-control_previous:after {
    background-image: url(../image/icon_preset/icon_arrow_left_white.png);
  }
  .fs-lightbox-control_next:after {
    background-image: url(../image/icon_preset/icon_arrow_right_white.png);
  }
  .fs-lightbox-meta_content .caption {
    padding: 15px;
  }
  .fs-lightbox-meta_content .caption span {
    display: block;
    margin-bottom: 5px;
  }
  .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;
	  text-align: center;
  }
  .textXXXL, .textXXXLPc {
    font-size: 4.2rem;
  }
  .taLPc {
    text-align: left !important;
  }
  .taCPc {
    text-align: center !important;
  }
  .taRPc {
    text-align: right !important;
  }
  .btn {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    height: 60px;
    line-height: 58px;
    width: 267px;
  }
  .btn:before, .btn:after {
    height: 20px;
    top: calc(50% - 9px);
    width: 20px;
  }
  .btn:hover {
    background-color: #333;
    color: #fff;
  }
  .btnMore {
    /*padding: 0 70px 0 0;*/
	  display: inline-block;
 /* width: 200px;
  height: 54px;*/
  text-align: center;
  text-decoration: none;
  outline: none;	
  background-color: #D6D6D6;
	color: #1C1C1C;
	  padding:7px 30px;
	  border-radius: 20px;
	  font-size: 1.2rem;
	  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
  }
	.btnMore::before,
.btnMore::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnMore,
.btnMore::before,
.btnMore::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btnMore:hover {
  background-color: #333;
  color: #fff;
	 filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}
	
	.guideBtn {
    padding: 25px 30px 25px 0;
  }
  .mailBtn {
    padding: 20px 0 20px 40px;
  }
  .title-top {
    text-align: center;
  }
  .title-top-main {
    font-size: 3.2rem;
  }
  .title-top-sub {
    font-size: 2.4rem;
  }
  .ttlPageArea {
    font-size: 3.2rem;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .ttlLeftLine {
    padding-left: 60px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1em;
  }
  .ttlLeftLine:before {
    width: 40px;
  }
  .ttlLeftLine2 {
    padding-left: 10px;
  }
  .flowTtl:after {
    left: 30px;
    top: -25px;
  }
  .list > li + li,
  .list-number > li + li,
  .list-note > li + li {
    margin-top: 10px;
  }
  .quote {
    font-size: 1.6rem;
    padding: 10px 20px 20px 20px;
  }
  .quote cite {
    font-size: 1.4rem;
  }
  .table-heading {
    font-size: 1.6rem;
    padding: 20px;
    width: 20%;
  }
  .table-data {
    font-size: 1.6rem;
    padding: 20px;
    width: 80%;
  }
  .text {
    font-size: 1.6rem;
  }
  .text + .text {
    margin-top: 20px;
  }
  .text-link {
    font-size: 1.6rem;
    word-break: break-all;
  }
  .text-link:hover {
    text-decoration: none;
  }
  .Header.-lowerPage {
    background: #fafafa;
    border-bottom: 1px solid #e7e9ea;
    height: 100px;
  }
  .Header.-lowerPage .Header__brandName {
    position: absolute;
    top: 30px;
    width: 409.32px;
  }
  .Header.-lowerPage .Header__brandName .logo-ci {
    height: 40px;
    width: 409.32px;
  }
  .Header.-lowerPage .Header__brandName .logo-ci:before {
    background-image: url(../image/logo/icon_pdwh_hor.svg);
    height: 24.3px;
    left: 100px;
    transition: .3s;
    top: calc(50% - 10px);
    width: 299.55px;
  }
  .Header.-lowerPage .Header__brandName .logo-ci:hover:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .Header.-lowerPage .Header__brandDescription {
    color: #8ba1a2;
    font-size: 1.4rem;
    left: 430px;
    position: absolute;
    top: 40px;
    white-space: nowrap;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
/*  .Header.-lowerPage .GNav__menuBtnMenu {
    color: #333;
  }
  .Header.-lowerPage .js_gnavMenu-open .GNav__menuBtnMenu {
    color: #fff;
  }
  .Header.-lowerPage .GNav__menuOpenBtn span {
    background: #333;
  }
  .Header.-lowerPage .GNav__menuOpenBtn.js_gnavMenu-open span {
    background: #fff;
  }
  .Header.-topPage .Header__brandName {
    display: none;
  }
  .Header.-topPage .Header__brandDescription {
    font-size: 1.6rem;
    left: 40px;
    position: absolute;
    top: 36px;
    transition: .3s;
    z-index: 1;
  }
  .Header.-topPage.js_topMenu .GNav__menuBtnMenu {
    color: #333;
  }
  .Header.-topPage.js_topMenu .GNav__menuOpenBtn span {
    background: #333;
  }
*/  .MainVisual {
    background-image: url("../../images/mainPC.jpg");
	  background-position: revert;
  }
  .MainVisual__brandName {
    left: 0;
    position: absolute;
    width: 100%;
    height: 90px;
	box-sizing: border-box;
	background: linear-gradient(90deg, #3D525C 0%, #3D525C 70%, #001B1C 50%, #001B1C 100%);  
  }
  .MainVisual__brandName_Inner{
    width: 1200px;
    height: 90px;
    margin: auto;
	  overflow: hidden;
	}
  .MainVisual__brandName_Inner .headTitleL{
	  width: 50%;
	  padding: 18px 0;
	  color: #fff;
	  float: left;
	}
	.MainVisual__brandName_Inner .headTitleL img{
		width: 60%;
		text-align: left;
		display: inline-block;
	}
  .MainVisual__brandName_Inner .headTitleR{
	  width: 50%;
	  color: #fff;
	  float: left;
	  text-align: center;
	  line-height: 90px;
	  font-family: serif;
	  font-size: 1.5em;
	  letter-spacing: 2px;
	  background-color: #001B1C;
	  border-radius: 60px 0 0 60px;
	}
/*  .MainVisual_copyBody {
    height: 650px;
  }
  .MainVisual_mvCopy {
    font-size: 2.4em;
    line-height: 1.4;
    letter-spacing: 0.3em;
    text-shadow: 0px 0px 4px black;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 15vh auto 0;
    width: 100%;
  }
  .MainVisual_mvCopy2 {
    font-size: 2.5rem;
    line-height: 1.4;
    text-shadow: 0px 0px 4px black;
    top: 65%;
    left: 22%;
	  position: absolute;
    font-family: serif;
    font-weight: bold;
  }
  .MainVisual_mvCopy3 {
    font-size: 4.6rem;
    line-height: 1.4;
    top: 50%;
    display: block;
    text-align: center;
    width: 1080px;
	  position: absolute;
    font-family: serif;
    font-weight: bold;
  }
*/
/*	@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
*/  .Header {
    width: 100%;
  }
/*  .GNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .GNav__menuOpenBtn {
    cursor: pointer;
    right: 20px;
    top: 20px;
  }
  .GNav__menuOpenBtn span {
    height: 2px;
    left: 87px;
  }
  .GNav__menuOpenBtn span:nth-child(1) {
    top: calc(50% - 10px);
    width: 60px;
  }
  .GNav__menuOpenBtn span:nth-child(2) {
    top: calc(50% - 0px);
    width: 50px;
  }
  .GNav__menuOpenBtn span:nth-child(3) {
    top: calc(50% + 10px);
    width: 40px;
  }
  .GNav__menuBtnMenu {
    font-size: 1.6rem;
    height: 62px;
    padding: 20px;
    transition: .3s;
    width: 167px;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(1) {
    top: 50%;
    width: 50px;
  }
  .GNav__menuOpenBtn.js_gnavMenu-open span:nth-child(3) {
    top: 50%;
    width: 50px;
  }
  .GNav__menuCloseBtn {
    cursor: pointer;
    height: 62px;
    right: 20px;
    top: 20px;
    width: 167px;
  }
  .GNav__menu {
    padding-top: 100px;
  }
  .GNav__contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
  }
  .GNav__contactLogo {
    background: #3D525C;
    display: block;
  }
  .GNav__contactLogo .logo-ci {
    height: 40px;
    width: 320px;
  }
  .GNav__contactLogo .logo-ci:before {
    height: 24.3px;
    left: calc(50% - 150px);
    transition: .3s;
    top: calc(50% - 10px);
    width: 299.55px;
  }
  .GNav__contactLogo .logo-ci:hover:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .GNav__contactCtaItem {
    margin-left: 25px;
  }
  .GNav__contactCtaLink {
    line-height: 38px;
    transition: .3s;
  }
  .GNav__contactCtaText {
    padding-left: 26px;
  }
  .GNav__contactCtaLink.-tel {
    pointer-events: none;
  }
  .GNav__contactCtaText.-tel {
    font-size: 2.0rem;
  }
  .GNav__contactCtaText.icon-tel:before {
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
  }
  .GNav__contactCtaLink.-seminar {
    height: 40px;
    width: 230px;
  }
  .GNav__contactCtaText.-seminar {
    font-size: 1.6rem;
  }
  .GNav__contactCtaText.icon-seminar:before {
    height: 16px;
    left: 0;
    transition: .3s;
    top: calc(50% - 8px);
    width: 16px;
  }
  .GNav__contactCtaLink.-seminar:hover {
    background: #fff;
    color: #333;
    transition: .1s;
  }
  .GNav__contactCtaLink.-seminar:hover .icon-seminar:before {
    background-image: url(../image/icon/icon_calendar_black.svg);
    transition: .1s;
  }
  .GNav__contactCtaLink.-mail {
    height: 40px;
    width: 230px;
  }
  .GNav__contactCtaText.-mail {
    font-size: 1.6rem;
  }
  .GNav__contactCtaText.icon-mail:before {
    height: 20px;
    left: 0;
    transition: .3s;
    top: calc(50% - 10px);
    width: 20px;
  }
  .GNav__contactCtaLink.-mail:hover {
    color: rgba(255, 255, 255, 0.7);
    transition: .1s;
  }
  .GNav__contactCtaLink.-mail:hover .icon-mail:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .GNav__menuLinkContainer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .GNav__menuLayer2Container {
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    width: 870px;
  }
  .GNav__menuLink > a {
    display: inline-block;
  }
  .GNav__menuLink > a:hover {
    text-decoration: underline !important;
  }
  .GNav__menuLink.-layer1 > a {
    display: inline-block;
    font-size: 1.6rem;
  }
  .GNav__menuLinkList.-layer2 {
    width: calc(100% / 3);
  }
  .GNav__menuLinkList.-layer2:nth-of-type(n+2) {
    margin-left: 70px;
  }
  .GNav__menuLink.-layer2 {
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
  }
  .GNav__menuLink.-layer2:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px;
  }
  .GNav__menuLink.-layer2 > a {
    font-size: 1.6rem;
  }
  .GNav__menuLink.-layer3 {
    margin-top: 10px;
  }
  .GNav__menuLink.-layer3 > a {
    font-size: 1.4rem;
  }
  .GNav__menuLink.-layer4 {
    margin-left: 10px;
    margin-top: 5px;
  }
  .GNav__menuLink.-layer4 > a {
    font-size: 1.4rem;
  }
  .GNav__menuAdressList {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 1.4rem;
    padding-left: 30px;
    width: 330px;
  }
  .GNav__menuAdcompanyName {
    font-weight: bold;
  }
  .GNav__menuAdAdress {
    line-height: 1.8;
    margin-top: 20px;
  }
  .GNav__menuAdAccess {
    color: #fff;
    display: table;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: bold;
    padding: 3px 10px 3px 30px;
    margin-top: 5px;
    position: relative;
  }
  .GNav__menuAdAccess:hover {
    color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: 0.3s;
  }
  .GNav__menuAdAccess:before {
    content: '';
    background-image: url(../image/icon/icon_map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .GNav__menuAdContact {
    margin-top: 10px;
  }
  .GNav__menuAdTel a {
    color: #fff;
    pointer-events: none;
  }
  .GNav__menuAdFax {
    color: #fff;
  }
  .GNav__menuAdFax span {
    color: #fff;
    pointer-events: none;
  }
  .GNav__menuAdMng {
    color: #fff;
    margin-top: 10px;
    text-align: right;
  }
  .GNav__menuAdMng a {
    color: #fff;
    text-decoration: underline;
  }
*/

  #pcNavi {
    background: #111;
    width: 100%;
    z-index: 999;
  }
  #pcNavi > ul {
    width: 1200px;
    margin: 0 auto;
  }
  #pcNavi > ul > li {
    float: left;
    width: 184px;
    text-align: center;
    position: relative;
  }
  #pcNavi > ul > li:first-child {
    width: 280px;
  }
  #pcNavi > ul > li > a,
  #pcNavi > ul > li > span {
    display: block;
    width: 100%;
    padding: 32px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
  }
  #pcNavi > ul > li > span {
    background: url(/assets/image/icon/icon_gnav_d.png) center 85% no-repeat;
    background-size: 18px auto;
  }
  #pcNavi li ul li {
    float: none;
    white-space: nowrap;
  }
  #pcNavi > ul > li:hover,
  #pcNavi > ul > li span:hover {
    background: #878787;
    cursor: pointer;
  }
  #pcNavi > ul > li span:hover {
    background: #878787 url(/assets/image/icon/icon_gnav_d.png) center 85% no-repeat;
    background-size: 18px auto;
  }
  #pcNavi li > ul{
      display: none;
      min-width: 230px;
      position: absolute;
      margin-top: 0;
      background: #111;
      z-index: 999;
  }
  #pcNavi li:first-child > ul{
      min-width: 280px;
  }

  #pcNavi li > ul li a{
      display: block;
      color: #fff;
      padding: 16px 30px;
      text-align: left;
      border-top: 2px solid #fff;
  }

  #pcNavi > ul > li > ul > li a:hover{
    background: #878787;
    cursor: pointer;
  }
  #pcNavi.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
  }


  .FixedFt__Container {
    border-left: 1px solid #d4dede;
    /*border-right: 1px solid #d4dede;*/
    line-height: 0em;
  }
	/*.FixedFt__Container .FixedFt__contactCta:first-of-type{
		background-color: #07B53B;
	}
	.FixedFt__Container .FixedFt__contactCta:nth-of-type(2){
		background-color: #07BFCB;
	}*/
  .FixedFt__works {
    /*margin: 0 20px;*/
  }
  .FixedFt__worksBnr {
    height: 64px;
    width: 380px;
  }
  .FixedFt__contactCta {
    border-left: 1px solid #d4dede;
    padding: 8px 20px 5px;
    height: 70px;
    box-sizing: border-box;
	width: 300px;
    position: relative;
  }
  .FixedFt__contactCtaLink {
    /* line-height: 38px; */
    transition: .3s;
  }
  .FixedFt__contactCtaText {
    padding-left: 45px;
  }
	.FixedFt__contactCtaItem {
		margin: 0 auto;
	}
  .FixedFt__contactCtaLink.-tel {
    pointer-events: none;
  }
  a.FixedFt__contactCtaLink.-tel {
    height: 60px;
    line-height: 55px;
	  /*width: 370px*/
  }
  .FixedFt__contactCtaText.-tel {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .FixedFt__contactCtaText.icon-tel:before {
    height: 30px;
    left: 0;
    top: calc(47% - 14px);
    width: 30px;
  }
  .FixedFt__contactCtaLink.-seminar {
    height: 40px;
    /* margin-left: 10px; */
    transition: .3s;
    /*width: 380px;*/
  }
  .FixedFt__contactCtaText.-seminar {
    font-size: 1.6rem;
  }
  .FixedFt__contactCtaText.icon-seminar:before {
    height: 16px;
    left: 0;
    transition: .1s;
    top: calc(50% - 8px);
    width: 16px;
  }
  .FixedFt__contactCtaLink.-seminar2 {
    height: 40px;
    /* margin-left: 10px; */
    transition: .3s;
    /*width: 380px;*/
  }
  .FixedFt__contactCtaText.-seminar2 {
    font-size: 1.6rem;
  }
  .FixedFt__contactCtaText.icon-seminar2:before {
    height: 16px;
    left: 0;
    transition: .1s;
    top: calc(50% - 8px);
    width: 16px;
  }
  .FixedFt__contactCtaLink.-mail {
    height: 40px;
    margin-left: 20px;
    width: 230px;
  }
  .FixedFt__contactCtaText.-mail {
    font-size: 1.6rem;
    transition: .3s;
  }
  .FixedFt__contactCtaText.icon-mail:before {
    height: 20px;
    left: 0;
    transition: .3s;
    top: calc(50% - 10px);
    width: 20px;
  }
  .FixedFt__topBtn {
    height: 70px;
    transition: .3s;
    width: 100px;
	background-color: rgb(61, 82, 92);
	border-right: 1px solid #d4dede;
  }
  .FixedFt__topBtnText {
    font-size: 1.4rem;
    padding-top: 50px;
    transition: .3s;
  }
  .FixedFt__topBtnText.icon-topBtn:before {
    left: calc(50% - 12px);
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    top: 25px;
  }
  .FixedFt__topBtn:hover .FixedFt__topBtnText {
    color: rgba(51, 51, 51, 0.7);
    transition: .1s;
  }
  .FixedFt__topBtn:hover .FixedFt__topBtnText.icon-topBtn:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .Footer {
    margin-top: 220px;
  }
  .FtSMap__menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .FtSMap__menuLinkContainer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
  .FtSMap__menuLayer2Container {
    display: -ms-flexbox;
    display: flex;
    width: 860px;
  }
  .FtSMap__menuLink > a:hover {
    text-decoration: underline !important;
  }
  .FtSMap__menuLink.-layer1 > a {
    display: inline-block;
    font-size: 1.6rem;
  }
  .FtSMap__menuLinkList.-layer2 {
    width: calc(100% / 3);
  }
  .FtSMap__menuLinkList.-layer2:nth-of-type(n+2) {
    margin-left: 40px;
  }
  .FtSMap__menuLink.-layer2 {
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
  }
  .FtSMap__menuLink.-layer2:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 15px;
  }
  .FtSMap__menuLink.-layer2 > a {
    font-size: 1.6rem;
  }
  .FtSMap__menuLink.-layer3 {
    margin-top: 10px;
  }
  .FtSMap__menuLink.-layer3 > a {
    font-size: 1.4rem;
  }
  .FtSMap__menuLink.-layer4 {
    margin-left: 10px;
    margin-top: 5px;
  }
  .FtSMap__menuLink.-layer4 > a {
    font-size: 1.4rem;
  }
  .FtSMap__menuAdressList {
    font-size: 1.4rem;
    margin-left: 40px;
    width: 300px;
  }
  .FtSMap__AdLogo {
    display: block;
    width: 210px;
  }
  .FtSMap__AdLogo .logo-ci {
    height: 106.84px;
    width: 210px;
  }
  .FtSMap__AdLogo .logo-ci:before {
    height: 83.01px;
    left: 12px;
    transition: .3s;
    top: 12px;
    width: 186.09px;
  }
  .FtSMap__AdLogo .logo-ci:hover:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .FtSMap__menuAdcompanyName {
    margin-top: 17px;
  }
  .FtSMap__menuAdAdress {
    line-height: 1.8;
    margin-top: 20px;
  }
  .FtSMap__menuAdContact {
    margin-top: 5px;
  }
  .FtSMap__menuAdTel a {
    pointer-events: none;
  }
  .FtSMap__menuAdFax {
    color: #fff;
  }
  .FtSMap__menuAdFax span {
    pointer-events: none;
  }
  .FtSMap__menuAdMng {
    margin-top: 10px;
    text-align: right;
  }
  .Footer__copyYear {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 56px;
  }
  .FtSMap__contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
  }
  .FtSMap__contactLogo {
    background: #3D525C;
  }
  .FtSMap__contactLogo .logo-ci {
    height: 40px;
    width: 320px;
  }
  .FtSMap__contactLogo .logo-ci:before {
    height: 24.3px;
    left: calc(50% - 150px);
    transition: .3s;
    top: calc(50% - 10px);
    width: 299.55px;
  }
  .FtSMap__contactLogo .logo-ci:hover:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
  .FtSMap__contactCtaItem {
    margin-left: 25px;
  }
  .FtSMap__contactCtaLink {
    line-height: 38px;
    transition: .3s;
  }
  .FtSMap__contactCtaText {
    padding-left: 26px;
  }
  .FtSMap__contactCtaLink.-tel {
    pointer-events: none;
  }
  .FtSMap__contactCtaText.-tel {
    font-size: 2.0rem;
  }
  .FtSMap__contactCtaText.icon-tel:before {
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
  }
  .FtSMap__contactCtaLink.-seminar {
    height: 40px;
    width: 230px;
  }
  .FtSMap__contactCtaText.-seminar {
    font-size: 1.6rem;
  }
  .FtSMap__contactCtaText.icon-seminar:before {
    height: 16px;
    left: 0;
    transition: .3s;
    top: calc(50% - 8px);
    width: 16px;
  }
  .FtSMap__contactCtaLink.-seminar:hover {
    background: #fff;
    color: #333;
    transition: .1s;
  }
  .FtSMap__contactCtaLink.-seminar:hover .icon-seminar:before {
    background-image: url(../image/icon/icon_calendar_black.svg);
    transition: .1s;
  }

  .FtSMap__contactCtaLink.-seminar2 {
    height: 40px;
    width: 230px;
  }
  .FtSMap__contactCtaText.-seminar2 {
    font-size: 1.6rem;
  }
  .FtSMap__contactCtaText.icon-seminar2:before {
    height: 16px;
    left: 0;
    transition: .3s;
    top: calc(50% - 8px);
    width: 16px;
  }
  .FtSMap__contactCtaLink.-seminar2:hover {
    background: #fff;
    color: #333;
    transition: .1s;
  }
  .FtSMap__contactCtaLink.-seminar2:hover .icon-seminar2:before {
    background-image: url(../image/icon/icon_calendar_black.svg);
    transition: .1s;
  }

  .FtSMap__contactCtaLink.-mail {
    height: 40px;
    width: 230px;
  }
  .FtSMap__contactCtaText.-mail {
    font-size: 1.6rem;
  }
  .FtSMap__contactCtaText.icon-mail:before {
    height: 20px;
    left: 0;
    transition: .3s;
    top: calc(50% - 10px);
    width: 20px;
  }
  .FtSMap__contactCtaLink.-mail:hover {
    color: rgba(255, 255, 255, 0.7);
    transition: .1s;
  }
  .FtSMap__contactCtaLink.-mail:hover .icon-mail:before {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .1s;
  }
/*  .bannerArea {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }*/
/*  .bannerArea ul {
    display: table;
    margin: 0 auto;
    overflow: hidden;
  }*/
  /*.bannerArea ul li {
    float: left;
    display: block;
    height: 53px;
    line-height: 53px;
    margin: 0 6px;
  }
  .bannerArea ul li a.sns {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 35px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #c9cbc4;
    height: 51px;
    line-height: 51px;
  }*/
  .breadcrumb {
    background-color: #E7E9EA;
  }
  .breadcrumb > div > span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    position: relative;
  }
  .breadcrumb span a span,
  .breadcrumb span span,
  .breadcrumb span {
    font-size: 1.4rem;
  }
  .breadcrumb span a span {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
  }
  .breadcrumb span a span:hover {
    text-decoration: none;
  }
  .breadcrumb span:first-of-type a span {
    color: #333;
  }
  .breadcrumb > div > span:first-child {
    border-left: 1px solid #D4DEDE;
  }
  .breadcrumb > div > span + span {
    border-left: 1px solid #D4DEDE;
  }
  .formArea dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .formArea dt {
    line-height: 40px;
    margin-top: 20px;
    padding-left: 10px;
    width: 30%;
  }
/*  .formArea dt.-req:before,
  .formArea dt.-any:before {
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px;
    top: 9px;
  }*/
  .formArea dd {
    margin-top: 20px;
    width: 70%;
  }
  .formArea dd .inner {
    line-height: 40px;
  }
  .formArea input[type=text],
  .formArea input[type=email],
  .formArea input[type=tel],
  .formArea select,
  .formArea textarea {
    font-size: 1.6rem;
  }
  .formArea textarea {
    height: 200px;
    max-height: 400px;
    min-height: 200px;
  }
  .faq-question {
    font-size: 1.6rem;
    padding: 20px 20px 20px 55px;
  }
  .faq-question:before {
    font-size: 24px;
    left: 20px;
    top: 19px;
  }
  .js_toggle-btn:after {
    height: 30px;
    right: 15px;
    top: calc(50% - 15px);
    width: 30px;
  }
  .faq-answer {
    font-size: 1.6rem;
    padding: 20px 20px 20px 55px;
  }
  .faq-answer:before {
    font-size: 24px;
    left: 20px;
    top: 22px;
  }
  .topConcept {
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    background-color: #fafafa;
    box-sizing: border-box;
  }
  .topConcept .btnMore {
    /*margin-top: 106px;*/
  }
.pc { display: block !important; }
.smp { display: none !important; }

 .modelhouse {
    width: 1200px;
    margin: 80px auto;
    position: relative;
    z-index: 1;
    background-color: #fafafa;
    padding: 0 60px 0;
    box-sizing: border-box;
	}
	.model_top {
		display: block;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.4rem;
		line-height: 5rem;
	}
	.model_top h2{
		font-size: 3rem;
	}
	.model_top p{
		color: #FFFFFF;
		padding: 0 10px;
		background-color: #3d525c;
		display: block;
		margin: auto;
		width: 300px;
		line-height: 4rem;
		margin-top: 10px;
	}
	.model_content{
		overflow: hidden;
		margin: 50px 0 0 0;
	}
	.col1{
		width: 60%;
		float: left;
		margin-right: 10%;
		display: block;
		height: auto;
	}
	.col2{
		width: 30%;
		float: left;
		text-align: center;
		padding-top: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.mdtext{
		margin-top: 40px;
		line-height: 3.5rem;
	}
	.mdbotton{
		display: block;
		text-align: center;
		margin-top: 40px;
		filter: drop-shadow(box-shadow:0px 4px 10px -3px #ccc1c1);
	}
	.mdbotton a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	.md_seminer{
		display: block;
		position: relative;
		width: 1135px;
		height: 278px;
	}
	.md_botan{
		position: absolute;
		bottom: 20px;
		right: 77px;
		display: block;
	}
	

  .topService {
    margin-top: 80px;
  }
  .topService .item {
    width: 48%;
    position: relative;
  }
  .topService .item:before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 320px;
    width: 100%;
    display: block;
  }
  .topService .item .inner {
    max-width: calc(100% - ((100vw - 1200px) / 2));
    position: relative;
  }
  .topService .item .inner .title {
    position: absolute;
    top: -385px;
    left: 40px;
  }
  .topService .item .inner .text {
    background-color: #fafafa;
    padding: 35px 40px 0 40px;
    box-sizing: border-box;
    width: calc(100% - 40px);
  }
  .topService .pd {
    float: left;
  }
  .topService .pd .inner {
    float: right;
  }
  .topService .se {
    float: right;
  }
  .topService .se .inner {
    float: left;
  }
  .topWorks .worksItem .articleLink .tags {
    bottom: 15px;
    left: 15px;
  }
  .topWorks .worksItem .articleLink .tags li {
    margin-right: 5px;
  }
  .topWorks .worksItem .articleLink .tags li a {
    padding: 5px 10px;
  }
  .topWorks:before {
    width: 662px;
    height: 777px;
    left: -100px;
    top: -30px;
    z-index: -1;
  }
  .topWorks .worksItem .articleLink {
    height: 300px;
    margin-bottom: 40px;
  }
  .topWorks .worksItem .articleLink .title {
    padding: 10px 15px;
  }
  .topWorks .worksItem .articleLink .date {
    margin-left: 15px;
  }
  .topServiceSecond .item .ttlLeftLine {
    margin-left: 20px;
    padding: 0 20px 0 60px;
  }
  .topServiceSecond .item .ttlLeftLine:before {
    left: 20px;
  }
  .topServiceSecond .item img {

  }
  .topServiceSecond .item .text {
    margin: 20px 20px 0 20px;
    padding: 15px 20px;
  }
  .topMenu .item .ttlLeftLine {
    margin-left: 20px;
    padding: 0 20px 0 60px;
  }
  .topMenu .item .ttlLeftLine:before {
    left: 20px;
  }
  .topMenu .item img {

  }
  .topMenu .item .text {
    padding: 15px 20px;
  }
  .topNews .topNewsList li {
    padding: 15px 0;
  }
  .topNews .topNewsList li:first-child {
    padding-top: 0px;
  }
  .topNews .topNewsList li .date {
    float: left;
    width: 110px;
  }
  .topNews .topNewsList li a {
    float: right;
    width: calc( 100% - 110px);
  }
  .topNews .topEventList li {
    margin-top: 30px;
  }
  .topNews .topEventList li:first-child {
    margin-top: 0;
  }
  .topNews .topEventList .text a {
    margin-top: 10px;
  }
  .topNews .topEventList .text .address {
    margin-top: 10px;
  }
  .topNews .event {
    position: relative;
  }
  .topNews .event:before {
    content: '';
    background-color: #D4DEDE;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -4%;
    top: 0;
  }
  .pageImage {
    padding: 75px 0;
    font-size: 3.2rem;
  }
  .imageBtmText {
    margin-top: -20px;
    padding: 40px 40px 0 40px;
  }
  .imageBtmText .columns {
    -ms-columns: 2;
    columns: 2;
  }
  .imgAndText .image {
    width: 40%;
  }
  .imgAndText2 .image {
    width: 40%;
  }
  .imgAndText .image .inner {
    width: calc(100% + 20px);
  }
  .imgAndText2 .image .inner {
    width: calc(100% + 20px);
  }
  .imgAndText .text {
    width: 60%;
    margin-top: 20px;
  }
  .imgAndText2 .text {
    width: 60%;
    margin-top: 20px;
  }
  .imgAndText.left .image {
    float: left;
  }
  .imgAndText2.left .image {
    float: left;
  }
  .imgAndText.left .text {
    float: right;
    padding: 30px 0 30px 40px;
  }
  .imgAndText2.left .text {
    float: right;
    padding: 30px 40px 30px 40px;
  }
  .imgAndText.right .image {
    float: right;
  }
  .imgAndText2.right .image {
    float: right;
  }
  .imgAndText.right .image .inner {
    margin-left: -20px;
  }
  .imgAndText2.right .image .inner {
    margin-left: -20px;
  }
  .imgAndText.right .text {
    float: left;
    padding: 30px 40px 30px 0;
  }
  .imgAndText2.right .text {
    float: left;
    padding: 30px 40px 30px 0;
  }
  .imgItem .image {
    width: calc(100% - 20px);
  }
  .imgItem .text {
    margin-left: 20px;
    padding: 15px 0 0 20px;
    margin-top: -20px;
  }
  .viewer {
    width: 100%;
    height: 350px;
  }
  .googleMap {
    width: 100%;
    height: 350px;
  }
  .blogListItem {
    margin-bottom: 30px;
	  position: relative;
  }
  /*.blogListItem:nth-child(3n+1) {
    clear: both;
  }*/
  .blogListItem .image {
    height: 320px;
  }
  .blogListItem .tagList {
    top: 10px;
    left: 10px;
  }
  .blogListItem .tagList li a {
    font-size: 12px;
    padding: 5px;
  }
  /*.blogListItem:nth-child(2n+1) {
    top: 120px;
    right: 30px;
    font-size: 14px;
  }*/
  .blogListItem .title {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    height: 55px;
    overflow: hidden;
    line-height: 39px;
	  width: 320px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    padding: 0 5px;
  }
  .blogHeader .headerInfo .tagList {
    font-size: 14px;
  }
  .blogHeader .headerInfo .tagList li a {
    padding: 5px 10px;
  }
  .blogContent p {
    font-size: 16px;
  }
/*  .blogContent h2 {
    padding-left: 40px;
    font-size: 24px;
  }*/
 /* .blogContent h2:before {
    width: 30px;
  }*/
  .blogContent h3 {
    padding-left: 10px;
    font-size: 22px;
  }
  .blogContent h4 {
    font-size: 20px;
  }
  .blogContent h5 {
    font-size: 18px;
  }
  .blogContent h6 {
    font-size: 18px;
  }
  .blogContent ul li, .blogContent ol li {
    font-size: 16px;
  }
  .blogContent table {
    border-bottom: 1px solid #ccc;
  }
  .blogContent th {
    min-width: 150px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
  }
  .blogContent td {
    border-top: 1px solid #ccc;
    padding: 10px;
  }
  .blogContent iframe {
    height: 300px;
  }
  .snsArea .btn {
    font-size: 16px;
    line-height: 20px;
  }
  .snsArea .btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: 0.3s;
  }
  .pager {
    font-size: 16px;
  }
  .worksList .worksListItem .articleLink .tags {
    bottom: 15px;
    left: 15px;
  }
  .worksList .worksListItem .articleLink .tags li {
    margin-right: 5px;
  }
  .worksList .worksListItem .articleLink .tags li a {
    padding: 5px 10px;
  }
  .worksList:before {
    width: 662px;
    height: 777px;
    left: -100px;
    top: -100px;
    z-index: -1;
  }
  .worksList .worksListItem .articleLink {
    height: 300px;
    margin-bottom: 40px;
  }
  .worksList .worksListItem .articleLink .title {
    padding: 10px 15px;
  }
  .worksList .worksListItem .articleLink .date {
    margin-left: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  .worksList .searchArea dd .tagList li a {
    font-size: 12px;
    padding: 3px 10px;
  }
  .worksList .searchArea dd .tagList li {
    margin-left: 5px;
  }
  .worksList .searchArea dd .tagList li:first-child {
    margin-left: 0;
  }
  .galleryArea li {
    margin-bottom: 30px;
  }
  .madori li {
    margin-bottom: 30px;
  }
  .eventList li {
    padding: 20px 0;
  }
  .eventList li:first-child {
    margin-top: 0;
  }
  .eventList .text a {
    margin-top: 10px;
  }
  .eventList .text .address {
    margin-top: 10px;
  }
  .mokuji {
    padding-top: 10px;
  }
  .mokuji > li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .mokuji > li > ul {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
  .mokuji > li > ul > li {
    font-size: 12px;
    list-style-type: disc;
    margin-left: 1.6em;
    margin-bottom: 5px;
  }
	
/*▼モデルハウスページ*/
	.mh_top{
	display: block;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.4rem;
    line-height: 5rem;
}
	.mh_top p{
	color: #FFFFFF;
    padding: 0 10px;
    background-color: #3d525c;
    display: block;
    margin: auto;
    width: 600px;
    line-height: 4rem;
    margin-top: 15px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 3rem;
	}
	#modelhouse_page {
		font-family: serif;
		width: 1200px;
		display: block;
		margin: 50px auto 50px;
		padding-bottom: 50px;
	}
	#modelhouse_page section{
		overflow: hidden;
		margin: 0 15px 70px;
	}
	.topbotton{
		padding:0 10px;
		margin: 50px 0 0;
	}
	.section1{
		margin-bottom: 30px !important;
	}
	.section_top{
		display: block;
		width: 350px;
		margin: 30px 0 30px;
	}
	.mh_titletop{
		font-weight: bold;
		padding-bottom: 10px;
		letter-spacing: 0.2em;
		font-size: 2rem;
	}
	.bg{
		background: #4c4c4c;
		display: block;
		width: 100%;
		height: 1px;
		margin: 0 auto 15px;
	}
	.mh_title{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
	}
	.mh_gallaery{
		width: 100%;
		display: block;
		margin:20px auto 0;
		overflow: hidden;
	}
	.mh_col1{
		float: left;
		margin-right: 3%;
		width: 55%;
		display: block;
		text-align: left;
		font-weight: bold;
	}
	.mh_col2{
		float: left;
		width: 40%;
		display: block;
		position: relative;
		padding-bottom: 70px;
	}
	.mh_col2 p{
		display: block;
		text-align: left;
		padding:10px 20px;
		background-color: #3d525c;
		margin-bottom: 10px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.mh_col3{
		position: absolute;
		right: -20px;
		bottom: 20px;
		display: block;
	}
	#mh_concept{
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}
	#mh_concept p{
		line-height: 4rem;
		letter-spacing: 0.3rem;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.mhbg{
		border-bottom: 2px dotted #D0CDCD;
		display:  block;
		margin: 50px auto;
	}
	.seconsept{
		background-image: url("../image/photo/reason6.png") ;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.seconsept2{
		background-image: url("../image/photo/reason7.png") ;
		background-repeat: no-repeat;
		background-position: right center;
	}
	#mh_concept dl{
		display: block;
		float: left;
		width: 48%;
		letter-spacing: 0.3rem;
	}
	#mh_concept dl:nth-child(2){
		margin-right: 4%;
	}
	#mh_concept dt{
		margin-bottom: 10px;
	}

	.container {
  text-align: center;
		width: 350px;
		display: block;
		margin: 30px auto 50px;
		box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-box {
  display: block;
  width: 350px;
  text-align: center;
  font-size: 1.6rem;
  color: #313030;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border: 2px solid #4A4546;
  transition: .4s;
	padding: 15px 25px;
}

.btn-box:hover {
  border: 2px solid transparent;
  color: #3d525c;
}

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #3d525c;
  border-left: 2px solid #3d525c;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #3d525c;
  border-right: 2px solid #3d525c;
  transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}
#modelhouse_page .md_botan{
	position: absolute;
    bottom: 20px;
    right: 80px;
    display: block;
	}
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  /* IE11 */
  *::-ms-backdrop, .ming {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif !important;
  }
  /* IE11 */
}

@media screen and (max-width: 640px) {
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 2em;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .FixedFt__works {
    transition: .2s;
    color: #fff;
    padding: 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
	  box-sizing: border-box;
	  width: 300px;
	  letter-spacing: 2px;
  }
  .FixedFt__works:before {
    background-image: url("../../images/icon_book.png");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 30px;
    height: 26.93px;
    background-size: contain;
    vertical-align: middle;
    margin: 5px 10px 0 0;
  }
 .FixedFt__works:hover, .FixedFt__contactCta:hover, .FixedFt__topBtn:hover {
    background-color: #4b626d;
     color: #fff;
  }
 /*  .FixedFt__works:hover:before {
    background: rgba(102, 102, 102, 0.1);
    transition: .1s;
  }*/
  .FixedFt__contactCtaLink.-seminar {
    /*box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);*/
    transition: .3s;
    color: #fff;
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
  }
  .FixedFt__contactCtaLink.-seminar:before {
    background-image: url("../../images/icon_modelhouse.png");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    margin: -3px 10px 0 0;
  }
  .FixedFt__contactCtaLink.-seminar2 {
    /*box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);*/
    transition: .3s;
    color: #fff;
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 600;
  }
  .FixedFt__contactCtaLink.-seminar2:before {
    background-image: url("../../images/icon_recruit.png");
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    vertical-align: middle;
    margin: -3px 10px 0 0;
  }
/*  .FixedFt__contactCtaLink.-seminar:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    transition: .1s;
  }*/
/*  .FixedFt__contactCtaLink.-seminar:hover:before {
    background: rgba(102, 102, 102, 0.1);
    transition: .1s;
  }*/
  .FixedFt__contactCtaLink.-mail {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: .3s;
  }
  .FixedFt__contactCtaLink.-mail:before {
    background: rgba(102, 102, 102, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1;
  }
  .FixedFt__contactCtaLink.-mail:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    transition: .1s;
  }
  .FixedFt__contactCtaLink.-mail:hover:before {
    background: rgba(102, 102, 102, 0.1);
    transition: .1s;
  }
}

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

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #3D525C;
  border: solid 1px #3D525C;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #3D525C;
  color: white;
}
.alc {
  text-align: center;
}
.mgT120{
  margin-top: 120px;
}
.mgT75{
  margin-top: 75px;
}
.mgT50{
  margin-top: 50px;
}
.mgT40{
  margin-top: 40px;
}
.mgT30{
  margin-top: 30px;
}
.mgT20{
  margin-top: 20px;
}
.mgT10{
  margin-top: 10px;
}
.mgB50{
  margin-bottom: 50px;
}
.mgB40{
  margin-bottom: 40px;
}
.mgB30{
  margin-bottom: 30px;
}
.mgB20{
  margin-bottom: 20px;
}
.mgB10{
  margin-bottom: 10px;
}

/* -- いかがでした？nextボタン-- */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

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

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

.bt,
a.bt,
button.bt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.bt-wrap {
  margin: 50px 0;
}

a.bt-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 2rem;

  color: #fff;
  background: #3D525C;
  -webkit-box-shadow: 0 5px 0 #35312D;
  box-shadow: 0 5px 0 #35312D;
}

a.bt-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #3D525C;
  border: 2px solid #3D525C;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.bt-c span:before,
a.bt-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.bt-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #3D525C transparent transparent transparent;
}

a.bt-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.bt-c i {
  margin-right: 1rem;
}

a.bt-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #5E5852;
  -webkit-box-shadow: 0 2px 0 #3D525C;
  box-shadow: 0 2px 0 #3D525C;
}

@media screen and (max-width: 767px){
  a.bt-c {
    font-size: 1.4rem;
  
    position: relative;
  
    padding: 0.25rem 2rem 1.5rem 2rem;
  
    color: #fff;
    background: #35312D;
    -webkit-box-shadow: 0 5px 0 #3D525C;
    box-shadow: 0 5px 0 #3D525C;
  }
  }

/* -- 戻る　一覧　進む -- */

.bt2 {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
    transition: .4s;
    text-align: center;
    background: #393939;
    border: 1px solid #FAFAFA;
}
.bt2 a{
    color: #fff;
}
.bt2:hover {
  background-color: #fff;
    color: #393939;
    border: 1px solid #393939;
}
.bt2:hover a {
  color: #393939;
}




.text001 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #333333;
  line-height: 30px;
  padding: 20px;
}

@media screen and (max-width: 767px){
.text001 {
  font-size: 16px;
  font-weight: bold;
}
}

.text002 {
  font-size: 16px;
  color: #ffffff;
  background-color: #6d6d6d;
  line-height: 24px;
  padding: 10px 10px 10px 25px;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 767px){
	.text002 {
	  font-size: 12px;
	}
}

.text003 {
  border-bottom: 5px #535352 solid;
  padding: 15px 15px 15px 30px;
  font-weight: bold;
  font-size: 36px;
  font-family: '游明朝','Yu Mincho';
  background: linear-gradient(#333333, #000000);
  vertical-align: middle;
  color: #e4e2e2;
}

.text003 span {
  margin-left:10px;
  font-size:60%;
  color: #e4e2e2;
  position: relative;
  font-family: '游明朝','Yu Mincho';
  width: 1em; /* 線の長さ */
}

@media screen and (max-width: 767px){
.text003 {
  font-size: 24px;
  font-weight: bold;
}
}

.text003-2 {
  border-bottom: 3px #535352 solid;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 24px;
  font-family: '游明朝','Yu Mincho';
  background: linear-gradient(#333333, #000000);
  vertical-align: middle;
  color: #e4e2e2;
}

.text003-2 span {
  margin-left:5px;
  font-size:60%;
  color: #e4e2e2;
  position: relative;
  font-family: '游明朝','Yu Mincho';
  width: 1em; /* 線の長さ */
}

@media screen and (max-width: 767px){
.text003-2 {
  font-size: 16px;
  font-weight: bold;
}
}

/* -- 吹き出し -- */

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.faceicon2 {
  float: right;
  margin-left: 10px;
  margin-top: 20px;
  width: 300px;
}



.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #D6D6D6;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  font-weight: bold;
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 30px;
  border-radius: 12px;
  background: #D6D6D6;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #D6D6D6;
}

.says p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px){
  .says {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 15px;
  }
  }

  .main {
    
    margin: 10px 0;
  }
  .side {
    
  }
  .side2 {
    
  }
  .main,
  .side,
  .list {
    border-radius: 10px;
  }
  
  @media ( min-width : 600px ){
  .flexbox {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
  }
    .main {
      margin: 0 10px 0 0;
      -webkit-order: 1;
      order: 1;
      width: 100%;
    }
    .side {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-order: 2;
      order: 2;
      width: 100%;
    }

    .side2 {
      margin-left: 10px;
      -webkit-order: 3;
      order: 2;
      width: 100%;
    }
  }


  .main2 {
    
    margin: 10px 0;
  }
  .side2 {
    
  }
  .side22 {
    
  }
  .main2,
  .side2,
  .list2 {
    border-radius: 10px;
  }
  
  @media ( min-width : 600px ){
  .flexbox2 {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
  }
    .main2 {
      margin: 0 10px 0 0;
      -webkit-order: 1;
      order: 1;
      width: 100%;
    }
    .side2 {
      margin-left: 10px;
      -webkit-order: 2;
      order: 2;
      width: 100%;
    }

    .side22 {
      margin-left: 10px;
      -webkit-order: 3;
      order: 2;
      width: 100%;
    }
  }

  .text004 {
    line-height: 1.8;
    text-align: left;
    font-size: 20px;
  }
  @media screen and (max-width: 767px){
    .text004 {
      font-size: 14px;
    }
  }
  .text005{
    font-family: '游明朝','Yu Mincho';
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #333333;
  }
  @media screen and (max-width: 767px){
    .text005{
      font-size: 21px;
    }
  }

  @media screen and (max-width: 767px){
    .pa10{padding: 10px;
    }
  }

/*モニターハウス*/
@media only screen and (min-width: 768px){
	#monitorWrap{
		width: 100%;
		background-color: #fff;
		padding-top: 50px;
	}
	#monitorBox{
		width: 1240px;
		margin: 50px auto;
		background: #fff;
	}
	#monitorBox .txtL{
		width: 55%;
		margin-right: 2%;
	}
	#monitorBox .txtL dt{
		font-family: 'Noto Serif JP', serif;
		color: #3D525C;
		font-size: 1.6em;
		padding: 15px 10px 15px 25px;
		font-weight: 600;
		letter-spacing: 2.5px;
		border: #3D525C solid;
		border-width: 0 0 2px 16px;
		margin-bottom: 30px;
	}
	#monitorBox .txtL dd span{
		font-family: 'Noto Serif JP', serif;
		font-size: 1.3em;
		font-weight: 700;
		letter-spacing: 2px;
		display: inline-block;
	}
	#monitorBox .txtL dd{
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.9;
		font-size: 18px;
	}
	#monitorWrap h3{
		background-color: #3D525C;
		text-align: center;
		padding: 20px 0 30px 0;
		font-size: 1.8em;
		color: #fff;
		letter-spacing: 4px;
		position: relative;
		margin: 70px 0;
	}
	#monitorWrap h3 span{
		font-family: 'Noto Serif JP', serif;
		font-weight: 300;
		padding: 5px;
		border-bottom: 1px solid #fff;
	}
	#monitorWrap h3:before{
		content: "";
		position: absolute;
		right: 5px;
		bottom: -35px;
		left: 15px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #afa9a9 transparent transparent transparent;
		border-width: 35px 25px 0 25px;
	}
	#monitorWrap h3:after{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -35px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #3D525C transparent transparent transparent;
	  border-width: 35px 25px 0 25px;
	}
	#monitorWrap .monitorBoxInner{
	    margin: 60px 0;
	}
	#monitorWrap .bubbleBox{
		margin: 80px 0;
	}
	#monitorWrap .bubbleBox dl{
	  border-bottom: 3px solid #fff;
	  font-family: 'Noto Sans JP', sans-serif;
		position: relative;
	}
	#monitorWrap .bubbleBox dt{
		width: 23%;
		background: #111111;
		color: #fff;
		padding: 40px 0;
		text-align: center;
		font-weight: 400;
		font-size: 1.3em;
		letter-spacing: 2px;
		position: relative;
	}
	#monitorWrap .bubbleBox dt:before{
		content: "";
		position: absolute;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-width: 12.5px 0 12.5px 20px;
		border-color: transparent transparent transparent #afa9a9;
		right: -20px;
		top: 45%;
	}
	#monitorWrap .bubbleBox dt:after{
	    content: "";
		position: absolute;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-width: 12.5px 0 12.5px 20px;
		border-color: transparent transparent transparent #111111;
		right: -20px;
		top: 41%;
	}
	#monitorWrap .bubbleBox dd{
		width: 77%;
		box-sizing: border-box;
		background-color: #cccccc;
		margin-bottom: 0;
		padding: 20px 0 20px 50px;
	}
	#monitorWrap .bubbleBox dd span{
		color: #3D525C; 
	}
	#monitorWrap .largeTxt{
		color: #3D525C;
	}
	#monitorWrap .point, #monitorWrap .keihin{
		line-height: 1.8;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#monitorWrap .point{
		font-weight: 900;
		width: 5%;
		margin-right: 10px;
	}
	#monitorWrap .keihin{
		width: 45%
	}
	#monitorWrap #tokuten{
		margin-top:-80px;
	  padding-top:80px;
	}
	#monitorWrap .pdT1{
		padding-top: 45px !important;
	}
	#monitorWrap .pdT2{
		padding-top: 30px !important;
	}
	#monitorWrap .pdT3{
		padding-top: 60px !important;
	}
	#monitorWrap .pdT4{
		padding-top: 70px !important;
	}
}
@media screen and (max-width: 767px){
	#monitorWrap{
		width: 100%;
		background-color: #fff;
		padding-top: 20px;
	}
	#monitorBox{
		width: 95%;
		margin: auto ;
		background: #fff;
	}
	#monitorBox .txtL{
		margin: 20px 0;
	}
	#monitorBox .txtL dt{
		font-family: 'Noto Serif JP', serif;
		color: #3D525C;
		font-size: 1.3em;
		padding: 2px 15px 8px;
		font-weight: 600;
		letter-spacing: 4px;
		border: #3D525C solid;
		border-width: 0 0 2px 10px;
		margin-bottom: 15px;
	}
	#monitorBox .txtL dd span{
		font-family: 'Noto Serif JP', serif;
		font-size: 1.1em;
		font-weight: 700;
		letter-spacing: 2px;
		display: inline-block;
	}
	#monitorBox .txtL dd{
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.7;
		font-size: 16px;
	}
	#monitorWrap .bubbleBox dd span{
		color: #3D525C; 
	}
	#monitorWrap h3{
		background-color: #3D525C;
		text-align: center;
		padding: 15px 0 20px 0;
		font-size: 1.5em;
		color: #fff;
		letter-spacing: 4px;
		position: relative;
		margin: 40px 0;
	}
	#monitorWrap h3 span{
		font-family: 'Noto Serif JP', serif;
		font-weight: 300;
		padding: 5px;
		border-bottom: 1px solid #fff;
	}
	#monitorWrap h3:before{
		content: "";
		position: absolute;
		right: 5px;
		bottom: -15px;
		left: 15px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #afa9a9 transparent transparent transparent;
		border-width: 15px 15px 0 15px;
	}
	#monitorWrap h3:after{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -14px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #3D525C transparent transparent transparent;
	  border-width: 15px 15px 0 15px;
	}
	#monitorWrap .monitorBoxInner:nth-of-type(2n){
	    margin-bottom: 50px;
	}
	#monitorWrap .bubbleBox{
		margin: 30px 0;
	}
	#monitorWrap .bubbleBox dl{
	  border-bottom: 3px solid #fff;
	  font-family: 'Noto Sans JP', sans-serif;
		position: relative;
	}
	#monitorWrap .bubbleBox dt{
		background: #111111;
		color: #fff;
		text-align: center;
		font-weight: 400;
		font-size: 1.1em;
		letter-spacing: 2px;
		line-height: 3em;
		position: relative;
	}
	#monitorWrap .bubbleBox dt:before{
		content: "";
		position: absolute;
		right: 5px;
		bottom: -15px;
		left: 15px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #afa9a9 transparent transparent transparent;
		border-width: 15px 15px 0 15px;
	}
	#monitorWrap .bubbleBox dt:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -14px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #111111 transparent transparent transparent;
		border-width: 15px 15px 0 15px;
	}
	#monitorWrap .bubbleBox dd{
		background-color: #cccccc;
		margin-bottom: 0;
		padding: 20px;
		overflow: hidden;
	}
	#monitorWrap .bubbleBox dd p{
		overflow: hidden;
		display: block;
	}
	#monitorWrap .largeTxt{
		color: #3D525C;
	}
	#monitorWrap .point, #monitorWrap .keihin{
		line-height: 1.8;
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		color: #333333 !important;
	}
	#monitorWrap .point{
		font-weight: 900;
		margin-right: 5%;
		width: 15%;
		color: #333333 !important;
		float: left;
	}
	#monitorWrap .keihin{
		width: 74%;
		float: left;
		letter-spacing: 0;
	}
  }
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px){
  .mgTS70{
    margin-top: 70px;
  }
  .mgTS60{
    margin-top: 60px;
  }
  .mgTS50{
    margin-top: 50px;
  }
  .mgTS40{
    margin-top: 40px;
  }
  .mgTS30{
    margin-top: 30px;
  }
  .mgTS20{
    margin-top: 20px;
  }
  .mgTS10{
    margin-top: 10px;
  }
  .mgBS50{
    margin-bottom: 50px;
  }
  .mgBS40{
    margin-bottom: 40px;
  }
  .mgBS30{
    margin-bottom: 30px;
  }
  .mgBS20{
    margin-bottom: 20px;
  }
  .mgBS10{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px){
	.topNewsList li{
	padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px #D4DEDE solid;
	}
	.topNewsList li span{
	max-width: 35%;
    text-align: center;
    background: #3D525C;
    display: block;
    color: #fff;
    padding: 3px 5px;
    letter-spacing: 2px;
    margin-bottom: 20px;
	}
	.topNewsList li a{
	color: #333333;
	letter-spacing: 0;
	}
	.whList li{
		width: 48%;
		float: left;
		margin: 0 4% 20px 0;
		position: relative;
	}
	.whList li:nth-child(2n){
		margin-right: 0;
	}
	.whList li img{
		opacity: 0.5;
	}
	.whList li img:hover{
		
	}
	.whList .btn_b{
		position: absolute;
		bottom: 0;
		right: 0;
		background: url(https://www.welcome-home.jp/cms/wp-content/uploads/2021/09/top_yajirushi.png);
		width: 25px;
		height: 25px;
		background-size: contain;
	}
	.whList .btn_b a{
		
	}
	.number{
		color: #3D525C;
		position: absolute;
		font-size: 2.3em;
		right: 5px;
		top: -10px;
		font-family: 'Noto Sans Japanese';
		font-weight: 100;
		letter-spacing: 3px;
	}
	.ttlLeftLine3{
		padding: 10px 0 10px 30px;
		display: block;
		margin: auto;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		color: #001B1C;
		line-height: 1.2em
	}
	.ttlLeftLine3::before{
		content: '';
		background-color: #333;
		height: 1px;
		position: absolute;
		left: 10px;
		top: 50%;
		width: 15px;
	}
	/*slick調整*/
	.slick-slider{
		padding-bottom: 30px;
	}
	.slick-dots{
		bottom: 0;
		margin: 20px 0;
	}
	.slick-next:before, .slick-prev:before{
		display: none;
	}
	.slick-next {
    right: 9vw;
}
	.slick-prev {
    left: 7vw;
}
	.slick-prev, .slick-next {
    bottom: 3%;
	height: 30px;
    width: 30px;
}
	.slick-prev:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../slick/prev.png");
  background-size: contain;
  vertical-align: middle;
}

.slick-next:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../slick/next.png");
  background-size: contain;
  vertical-align: middle;
}
/*	.date{
		margin: 20px 0 0 0;
	}*/
	.date span{
		color: #3D525C;
		font-size: 1.1em;
	}
	.MainVisual_mvCopy_col {
    font-size: 2.4rem;
    line-height: 1.4;
    display: block;
    text-align: center;
    width: 100%;
    top: calc(13% - 39px);
    text-shadow: 0px 0px 4px black;
    font-family: serif;
    font-weight: bold;
    padding: 20px 10px;
}
	.subtitle{
	font-size: 0.8em;
    line-height: 1.4;
    text-shadow: 0px 0px 4px black;
    font-family: serif;
    font-weight: bold;
    text-align: center;
	}
	.first3{
		padding-top: 0 !important;
	}
	.slick-prev {
  left: 0px;
}
.slick-next {
  right: 5px;
}


}
@media only screen and (min-width: 768px){
	.filter{
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
	}
	.filter:hover{
	opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.3s;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
	}
	.bannerList{
		width: 48%;
		margin: 20px 2% 20px 0;
		display: inline-block;
	}
	.bannerList:nth-child(2n){
		margin-right: 0;
	}
	.newsWrap{
	width: 1200px;
    margin: 0 auto 130px;
	}
	.newsCol{
	width: 48%;
	}
	.topNewsList li {
    margin-bottom: 50px;
    border-bottom: 1px #D4DEDE solid;
    height: 100px;
	margin-right: 4%;
}
	.topNewsList li span {
    max-width: 150px;
    text-align: center;
    background: #3D525C;
    display: block;
    color: #fff;
    padding: 10px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
	.topNewsList li a {
    color: #333333;
    letter-spacing: 0;
}
	.whList li {
    width: 42.5%;
    float: left;
    margin: 0 15% 60px 0;
    position: relative;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}
	.whList li:nth-child(2n){
	margin-right: 0;
	}
	.whList li:hover{
	opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    transition: 0.3s;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
	}
	.whList li img{
		width: 100%;
		opacity: 0.5;
	}
	.whList .btn_b {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://www.welcome-home.jp/cms/wp-content/uploads/2021/09/top_yajirushi.png);
    width: 75px;
    height: 75px;
    background-size: contain;
	background-repeat: no-repeat;
}
	.ttlLeftLine3 {
		padding: 30px 0 30px 90px;
		display: block;
		margin: -80px auto 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: relative;
		color: #001B1C;
		line-height: 1.2em;
		font-size: 2em;
	}
	.ttlLeftLine3::before {
    content: '';
    background-color: #333;
    height: 1px;
    position: absolute;
    left: 10px;
    top: 45%;
    width: 30px;
	margin-left: 30px;
}
	.number {
    color: #3D525C;
    position: absolute;
    font-size: 2.3em;
    right: 50px;
    top: -20px;
    font-family: 'Noto Sans Japanese';
    font-weight: 100;
    letter-spacing: 3px;
}
	.colTitle{
	position: absolute;
    right: 100px;
	}
	.colTitleT{
	position: absolute;
    right: 0px;
	}
	.colpc{
	position: relative;
    height: 600px;
	}
	.colpc img{
	width: 65%;
    position: absolute;
    left: 0;
	}
	.colpc .textM{
	font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 190px;
    width: 45%;
    padding: 40px 50px;
    background: #fafafa;
    line-height: 3;
	}
	.colpc .text{
	font-size: 1.6rem;
    width: 25%;
    position: absolute;
    bottom: 80px;
    right: 0;
	}
	.topWorks {
	  position: relative;
	  height: 600px;
	  margin-top: 150px !important;
		margin-bottom: 100px !important;
}
	.bt2{
		margin-bottom: 30px;
	}
	
	/*slick調整*/
	.headSeminer{
		width: 19%;
		height: 350px;
		background: #fff;
		padding: 10px;
		border-radius: 20px;
		position: absolute;
		bottom: 10%;
		right: 0;
	}
	.slick-slider{
		padding-bottom: 30px;
	}
	.slick-dots{
		bottom: 0;
		/*margin: 10px 0;*/
	}

	.date{
		font-size: 0.9em;
		line-height: 1;
	}
	.date span{
		color: #3D525C;
		font-size: 1.1em;
	}
	.ttlLeftLine4 {
		padding-left: 40px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		line-height: 1em;
		margin-top: 1.3vh;
		font-size: 1.1em;
}
	.ttlLeftLine4::before{
		content: '';
		background-color: #333;
		height: 1px;
		position: absolute;
		left: 20px;
		top: 2.2vw;
		width: 15px;
	}
	.topEventList{
		margin-top: -10px !important;
	}
	.footbanner{
		padding: 30px 0 50px;
		margin-top: 100px;
	}
	.cap{
		margin-top: 10px;
		line-height: 1.4;
		padding: 0 10px
	}
/*	.MainVisual_mvCopy_col{
		font-size: 1.4em;
		line-height: 1.7;
		text-shadow: 0px 0px 4px black;
		font-family: serif;
		font-weight: bold;
		text-align: center;
		display: block;
		margin: 0 auto 20px;
		width: 100%;
	}
*/	.section.first2 {
    padding: 0 0 80px;
}
}

/*コンセプトプルダウン*/
.con_down *, .con_down *:after, .con_down *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.con_down .con_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.con_down .con_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.con_down .con_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.con_down .con_actab label::before {
	font-family: serif;
	margin-left: -2em;
	padding-right: 0.5em;
	content: '■';
}
.con_down .con_actab label:hover {
	transition: all 0.3s;
	color: #3D525C;
}
/* --質問の＋アイコン */
.con_down .con_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.con_down .con_actab .con_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 1.25em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.con_down .con_actab .con_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
}
.con_down .con_actab .con_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.con_down .con_actab input:checked ~ .con_actab-content {
	max-height: 100em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.con_down .con_actab input:checked ~ label {
	color: #3D525C;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.con_down .con_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


@media screen and (max-width: 767px){
	.tenkenTitle{
		color: #fff;
		background-color: #3B515B;
		padding: 10px 10px 10px 0;
		text-align: center;
		font-size: 2rem;
	}
	.tenkenTitle::before{
		content: '';/*何も入れない*/
	  display: inline-block;/*忘れずに！*/
	  width: 70px;/*画像の幅*/
	  height: 70px;/*画像の高さ*/
	  background-image: url(https://www.welcome-home.jp/cms/wp-content/uploads/2021/09/b03a023b1fc156b34349ee1bad0ed53d.jpg);
	  background-size: contain;
	  vertical-align: middle;
	}
	.telTitle{
		color: #fff;
    background-color: #3B515B;
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin: 50px 0 10px;
	}
	.telNumber a, .telNumber p{
		display: block;
		text-align: center;
	}
	.telNumber a{
		font-size: 2.8rem;
    font-weight: bold; 
	}
	.tenkenTXT{
		line-height: 1.7;
	    text-align: justify;
		width: 95%;
		margin: auto;
	}
	.tenkenTXT span{
		background: linear-gradient(transparent 40%, #ffe500 40%);
	}
	#tenken dl dt:first-child{
		margin-top: 0;
	}
	#tenken dl{
		margin: 20px auto 0;
		width: 90%;
	}
	#tenken .pry a{
		color: #063eed;
		text-decoration: underline;
		font-size: 1.1rem;
		margin-left: 30px;
	}
	
}
@media screen and (min-width: 768px){
	.tenkenTitle{
		color: #fff;
		background-color: #3B515B;
		text-align: center;
		font-size: 3rem;
	}
	.tenkenTitle::before{
		content: '';/*何も入れない*/
	  display: inline-block;/*忘れずに！*/
	  width: 100px;/*画像の幅*/
	  height: 100px;/*画像の高さ*/
	  background-image: url(https://www.welcome-home.jp/cms/wp-content/uploads/2021/09/b03a023b1fc156b34349ee1bad0ed53d.jpg);
	  background-size: contain;
	  vertical-align: middle;
	}
	.telTitle{
	color: #fff;
    background-color: #3B515B;
    font-size: 2rem;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    margin: 80px 0 40px;
	}
	.telNumber a, .telNumber p{
		display: block;
		text-align: center;
	}
	.telNumber a{
		font-size: 2.8rem;
    font-weight: bold; 
	}
	.tenkenTXT{
		line-height: 1.7;
	    text-align: justify;
		width: 95%;
		margin: auto;
	}
	.tenkenTXT span{
		background: linear-gradient(transparent 40%, #ffe500 40%);
		font-weight: bold;
	}
	#tenken dl{
		margin: 20px auto 0;
		width: 90%;
	}
	#tenken dl dd{
		margin-bottom: 6rem;
		width: 68%;
		box-sizing: border-box;
		margin-left: 2%;
		margin-top: 0;
	}
	#tenken .pry a{
		color: #063eed;
		text-decoration: underline;
		font-size: 1.1rem;
		margin-left: 30px;
	}
}
/*blog*/
.hashtag span a{
    text-decoration: none !important;
}