@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

small {
  font-size: 75%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #25392b; }
  .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: .25;
    cursor: unset; }
  .slick-prev:before, .slick-next:before {
    position: absolute;
    content: '';
    background: url(../images/right_w.svg) no-repeat center/100% 100%;
    width: 10px;
    height: 18px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.slick-next {
  right: 0; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 12px;
  left: -27px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 7px;
  cursor: pointer; }
  .slick-dots li:last-child {
    margin-bottom: 0; }

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: '';
  background: #b2d9b6;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  background: #25392b; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  width: 100%; }

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

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {}/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: ''; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  line-height: 1.5; }

@media screen and (max-width: 767px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 767px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 767px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 767px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 767px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 767px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 1em;
  left: 0;
  right: 0;
  margin: auto; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 1.3em;
  margin-bottom: .5em;
  color: #373737;
  text-align: center; }

@media screen and (max-width: 767px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    font-size: 4.5vw; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 767px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 767px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #fff; }

@media screen and (max-width: 767px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 70px;
  right: 70px;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease; }
  @media screen and (max-width: 767px) {
    a[class*='lightcase-icon-'].lightcase-icon-close {
      top: 20px;
      right: 20px;
      width: 30px;
      height: 30px; } }

a[class*='lightcase-icon-'].lightcase-icon-close:before {
  content: ' ';
  display: block;
  background: url(../images/icon_close.svg);
  width: 40px;
  height: 40px;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    a[class*='lightcase-icon-'].lightcase-icon-close:before {
      width: 30px;
      height: 30px; } }

a[class*='lightcase-icon-'].lightcase-icon-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #231815;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 15px; } }

.win body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }

a {
  text-decoration: none;
  color: #231815;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .opacity:hover {
    opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

.pc {
  display: inherit; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: inherit; } }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1150px;
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    #container_wrap {
      min-width: 1px;
      margin-bottom: 41px; } }

#content {
  margin-bottom: 80px; }

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px; }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 15px; } }
  .inner::after {
    content: '';
    display: block;
    clear: both; }
  .inner_vw {
    width: 100%;
    padding: 0 100px; }
    @media screen and (max-width: 767px) {
      .inner_vw {
        padding: 0 15px; } }
    .inner_vw::after {
      content: '';
      display: block;
      clear: both; }
  .inner_77 {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px; }
    @media screen and (max-width: 767px) {
      .inner_77 {
        padding: 0 15px; } }
    .inner_77::after {
      content: '';
      display: block;
      clear: both; }

.section {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .section {
      margin-bottom: 20%; } }

.section_02 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .section_02 {
      margin-bottom: 15%; } }

.section_wrap {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .section_wrap {
      padding-bottom: 20%; } }

#main {
  float: right;
  width: 76%; }
  @media screen and (max-width: 767px) {
    #main {
      float: none;
      width: 100%;
      margin-bottom: 15%; } }

#sub {
  float: left;
  max-width: 250px;
  width: 20%; }
  @media screen and (max-width: 767px) {
    #sub {
      float: none;
      width: 100%;
      max-width: unset; } }

/*
//ヘッダー
------------------------------------------------------------
*/
header.is-animation .header_ttl img.logo {
  width: 112px;
  height: 107px;
  top: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 5px;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    header.is-animation .header_ttl img.logo {
      width: 80px;
      height: 80px;
      top: 5px;
      left: 10px; } }

.header_box {
  width: 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header_box {
      padding: 0 15px;
      height: 65px; } }

.header_ttl img.logo {
  width: 170px;
  height: 146px;
  position: fixed;
  left: 100px;
  top: 40px;
  z-index: 2; }
  @media screen and (max-width: 1210px) {
    .header_ttl img.logo {
      width: 150px;
      height: 129px; } }
  @media screen and (max-width: 767px) {
    .header_ttl img.logo {
      width: 102px;
      height: 87px;
      left: 20px;
      top: 20px; } }

#header_left {
  float: left; }

#header_right {
  float: right; }

@media screen and (max-width: 767px) {
  #gnavi {
    display: none; } }

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0 70px 0 250px; }
  @media screen and (max-width: 1370px) {
    #gnavi ul {
      font-size: .9em; } }
  @media screen and (max-width: 1270px) {
    #gnavi ul {
      margin: 0 50px 0 190px; } }
  #gnavi ul li {
    margin-right: 2em; }
    @media screen and (max-width: 1210px) {
      #gnavi ul li {
        margin-right: 1.5em; } }
    #gnavi ul li:last-child {
      margin-right: 0; }
    #gnavi ul li a {
      display: block; }
    #gnavi ul li span {
      display: block;
      font-size: .66em;
      font-family: 'Poppins', sans-serif;
      font-weight: 500; }

.header_navi {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  font-family: 'Poppins', 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 51px;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .header_navi {
      -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
      writing-mode: unset;
      line-height: 50px;
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 3.5vw;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .header_navi li {
    margin-bottom: 10px;
    width: 51px;
    background: #25392b; }
    @media screen and (max-width: 767px) {
      .header_navi li {
        width: 50%;
        margin-bottom: 0;
        border-right: 1px solid #fff; } }
    .header_navi li:last-child {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .header_navi li:last-child {
          border-right: none; } }
    .header_navi li a {
      color: #fff;
      display: block;
      position: relative;
      padding: 1.5em 0 2.5em; }
      @media screen and (max-width: 767px) {
        .header_navi li a {
          padding: 0; } }
      .header_navi li a:after {
        position: absolute;
        content: '';
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../images/arrow_w.svg) no-repeat;
        width: 33px;
        height: 8px; }
        @media screen and (max-width: 767px) {
          .header_navi li a:after {
            background: none;
            /*left: auto;
					right: 20px;
					top: 0;
					bottom: 0;
					width: 16.5px;
					height: 4px;*/ } }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }

.menu-trigger {
  position: fixed;
  top: 50px;
  right: 100px;
  width: 33px;
  height: 20px;
  z-index: 3;
  cursor: pointer;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      top: 25px;
      right: 25px; } }
  .menu-trigger span {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    height: 1px;
    background: #040000;
    right: 0;
    margin: auto; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 0;
      bottom: 0; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active {
    height: 33px; }
    .menu-trigger.active span {
      background: #fff;
      width: 160%; }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-225deg);
        -ms-transform: translateY(20px) rotate(-225deg);
        transform: translateY(20px) rotate(-225deg);
        top: -10px; }
      .menu-trigger.active span:nth-of-type(2) {
        right: -300%; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(225deg);
        -ms-transform: translateY(-20px) rotate(225deg);
        transform: translateY(-20px) rotate(225deg);
        bottom: -10px; }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 100px 5vw 5vw;
  overflow-y: scroll;
  background: #25392b;
  color: #fff; }
  @media screen and (max-width: 767px) {
    #overlay {
      padding: 80px 5vw 5vw; } }
  #overlay img.nav_logo {
    position: absolute;
    width: 140px;
    height: 120px;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto; }
  #overlay .sp_nav {
    font-size: 1.125em;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 767px) {
      #overlay .sp_nav {
        width: 100%;
        position: relative;
        top: 120px; } }
    #overlay .sp_nav li {
      margin-bottom: 1em;
      opacity: 0; }
      #overlay .sp_nav li:nth-child(1) {
        -webkit-animation: fade_nav 1s ease .2s 1 forwards;
        animation: fade_nav 1s ease .2s 1 forwards; }
      #overlay .sp_nav li:nth-child(2) {
        -webkit-animation: fade_nav 1s ease .4s 1 forwards;
        animation: fade_nav 1s ease .4s 1 forwards; }
      #overlay .sp_nav li:nth-child(3) {
        -webkit-animation: fade_nav 1s ease .6s 1 forwards;
        animation: fade_nav 1s ease .6s 1 forwards; }
      #overlay .sp_nav li:nth-child(4) {
        -webkit-animation: fade_nav 1s ease .8s 1 forwards;
        animation: fade_nav 1s ease .8s 1 forwards; }
      #overlay .sp_nav li:nth-child(5) {
        -webkit-animation: fade_nav 1s ease 1s 1 forwards;
        animation: fade_nav 1s ease 1s 1 forwards; }
      #overlay .sp_nav li:nth-child(6) {
        -webkit-animation: fade_nav 1s ease 1.2s 1 forwards;
        animation: fade_nav 1s ease 1.2s 1 forwards; }
      #overlay .sp_nav li:nth-child(7) {
        -webkit-animation: fade_nav 1s ease 1.4s 1 forwards;
        animation: fade_nav 1s ease 1.4s 1 forwards; }
      #overlay .sp_nav li span {
        margin-left: 2em;
        font-size: .7em;
        font-family: 'Poppins', sans-serif; }
    #overlay .sp_nav a {
      color: #fff; }

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

@keyframes fade_nav {
  100% {
    opacity: 1; } }

.list_sns__nav {
  position: absolute;
  left: 100px;
  top: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .list_sns__nav {
      left: 20px;
      top: 35px; } }
  .list_sns__nav li img {
    max-width: 20px;
    height: 20px; }

/*
//フッター
------------------------------------------------------------
*/
#footer {
  width: 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 0 15px;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10%; } }
  #footer .title {
    font-size: 1.25em;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      #footer .title {
        margin: 0 0 1em; } }
    #footer .title span {
      display: block;
      font-size: .65em;
      font-family: 'Poppins', sans-serif; }
  #footer .add {
    font-size: .875em; }
    #footer .add span {
      display: block;
      font-size: .85em;
      font-family: 'Poppins', sans-serif;
      margin-top: 1em; }

.footer_box {
  width: 100%;
  overflow: hidden; }

.list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .875em; }
  .list_footer li {
    width: 29%;
    margin-right: 6.5%; }
    @media screen and (max-width: 767px) {
      .list_footer li {
        width: 100%;
        margin: 0 0 10%; } }
    .list_footer li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_footer li:last-child {
          margin-bottom: 0; } }
    .list_footer li a {
      display: block; }
      .list_footer li a:hover {
        -webkit-filter: sepia(50%);
        filter: sepia(50%); }
    .list_footer li img {
      margin-bottom: 20px; }
    .list_footer li .title {
      font-weight: bold;
      font-size: 1.28em;
      margin-bottom: .5em;
      font-weight: bold;
      position: relative; }
      .list_footer li .title:after {
        position: absolute;
        content: '';
        background: url(../images/arrow_b.svg) no-repeat;
        width: 33px;
        height: 8px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .list_footer li .title span {
        display: block;
        font-size: .66em;
        font-family: 'Poppins', sans-serif;
        font-weight: 500; }

a.f_logo {
  width: 148px;
  height: 126px;
  display: block;
  margin-right: 50px; }
  @media screen and (max-width: 767px) {
    a.f_logo {
      margin: 0 auto 5%; } }

.copy {
  font-size: .75em;
  color: #fff;
  margin-bottom: 2em;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .copy {
      width: 100%;
      text-align: center;
      margin-bottom: 0; } }
  .copy span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .copy span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); } }

.fix_f {
  background: #25392b;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 60px; }
  @media screen and (max-width: 767px) {
    .fix_f {
      position: relative;
      width: 100%;
      height: auto;
      -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
      writing-mode: unset;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      line-height: 1.8;
      padding: 1em; } }

.list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .list_sns {
      display: none; } }
  .list_sns li {
    margin-bottom: 20px; }
    .list_sns li:last-child {
      margin-bottom: 0; }
    .list_sns li img {
      max-width: 19px;
      height: 19px; }

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 20%; }
  .section_side:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .section_side {
      margin-bottom: 10%; } }

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8125em; }
  #searchform div input#search {
    width: calc(100% - 60px); }
  #searchform div input#search_btn {
    width: 60px; }

.list_cat {
  font-size: .8125em;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .list_cat {
      font-size: 1em; } }
  .list_cat li {
    margin-bottom: 1em; }
    .list_cat li:last-child {
      margin-bottom: 0; }
    .list_cat li a {
      position: relative;
      padding-left: 20px; }
      .list_cat li a:before {
        position: absolute;
        content: '';
        background: #231815;
        width: 15px;
        height: 15px;
        left: 0;
        top: 2px;
        border-radius: 50%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .list_cat li a:hover:before {
        background: #24392a; }

.list_side {
  font-size: .8125em; }
  .list_side li {
    margin-bottom: 7%; }
    .list_side li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .list_side li {
        font-size: 1em;
        margin-bottom: 5%; } }
    .list_side li p.date {
      margin-bottom: .5em;
      letter-spacing: .15em;
      font-size: .9375em;
      font-family: 'Poppins', sans-serif; }
    .list_side li div.article_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .list_side li div.side_img {
      width: 60px;
      height: 60px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .list_side li div.side_img {
          width: 100px;
          height: 100px; } }
      .list_side li div.side_img .wpp-thumbnail {
        width: 100%; }
    .list_side li div.side_desc {
      width: calc(100% - 70px);
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .list_side li div.side_desc {
          width: calc(100% - 120px); } }
    .list_side li a {
      display: block; }
      .list_side li a:hover {
        -webkit-filter: sepia(50%);
        filter: sepia(50%); }

p.wpp-no-data {
  font-size: .8125em; }

/*
5:div
------------------------------------------------------------
*/
.main_img {
  margin: 0 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .main_img {
      margin: 0 15px 5%; } }
  .main_img .main_p {
    width: 60px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.25em;
    margin: 140px 0 0 60px;
    min-height: 360px; }
    @media screen and (max-width: 1210px) {
      .main_img .main_p {
        font-size: 1.125em;
        min-height: 300px;
        margin: 100px 0 0 40px; } }
    @media screen and (max-width: 767px) {
      .main_img .main_p {
        margin: 80px 0 0;
        width: 50px;
        font-size: 1.1em; } }
    .main_img .main_p span {
      display: block;
      font-size: .65em;
      font-family: 'Poppins', sans-serif; }
  @media screen and (max-width: 767px) {
    .main_img .slick-dots {
      display: none !important; } }
  .main_img .main_r {
    width: calc(100% - 250px);
    position: relative; }
    @media screen and (max-width: 1210px) {
      .main_img .main_r {
        width: calc(100% - 190px); } }
    @media screen and (max-width: 767px) {
      .main_img .main_r {
        width: calc(100% - 65px); } }
    .main_img .main_r h2 {
      background: #fff;
      font-size: 1.3125em;
      font-weight: bold;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin: auto;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding: .5em;
      text-align: center;
      max-width: 1020px;
      width: 90%; }
      @media screen and (max-width: 1600px) {
        .main_img .main_r h2 {
          font-size: 1.2vw; } }
      @media screen and (max-width: 1370px) {
        .main_img .main_r h2 {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          font-size: 1em; } }
      @media screen and (max-width: 1210px) {
        .main_img .main_r h2 {
          font-size: 1.2em; } }
      .main_img .main_r h2 span {
        display: block; }
      .main_img .main_r h2 br {
        display: none; }
        @media screen and (max-width: 1370px) {
          .main_img .main_r h2 br {
            display: block; } }

.section_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse; }
  @media screen and (max-width: 767px) {
    .section_top {
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .section_top .top_l, .section_top .top_r {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .section_top .top_l, .section_top .top_r {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .section_top .top_r {
      margin-bottom: 15%; } }

.section_top_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_top_02 > img {
    width: 55%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_top_02 > img {
        width: 100%;
        margin-bottom: 8%; } }
  .section_top_02 .top_company {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .section_top_02 .top_company {
        width: 100%; } }
    .section_top_02 .top_company h3 {
      font-size: 1.625em;
      font-weight: bold;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 1em;
      line-height: 1.2; }
    .section_top_02 .top_company a.button {
      max-width: 428px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .section_top_02 .top_company a.button {
          margin: 0 auto; } }

.secound_wrap {
  margin: 0 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .secound_wrap {
      margin: 60px 15px 20px; } }
  .secound_wrap .secound {
    width: calc(100% - 250px);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/estate_main.jpg);
    height: 360px; }
    @media screen and (max-width: 1210px) {
      .secound_wrap .secound {
        width: calc(100% - 190px); } }
    @media screen and (max-width: 767px) {
      .secound_wrap .secound {
        width: 100%;
        height: 250px;
        background-position: left 35% center; } }
    .secound_wrap .secound.about {
      background-image: url(../images/about_main.jpg); }
    .secound_wrap .secound.company {
      background-image: url(../images/company_main.jpg); }
    .secound_wrap .secound.contact, .secound_wrap .secound.check, .secound_wrap .secound.error, .secound_wrap .secound.thanks {
      background-image: url(../images/contact_main.jpg); }
    .secound_wrap .secound.green-plants {
      background-image: url(../images/green_main.jpg); }
    .secound_wrap .secound.estate {
      background-image: url(../images/estate_main.jpg); }
    .secound_wrap .secound.consultation {
      background-image: url(../images/consultation_main.jpg); }
    .secound_wrap .secound.promise {
      background-image: url(../images/promise_main.jpg); }
    .secound_wrap .secound.event {
      background-image: url(../images/event_main.jpg); }
    .secound_wrap .secound.topics {
      background-image: url(../images/topics_main.jpg); }

.section_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .9375em; }
  @media screen and (max-width: 767px) {
    .section_about {
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .section_about .txt {
    width: 47%;
    line-height: 2.2; }
    @media screen and (max-width: 767px) {
      .section_about .txt {
        width: 100%;
        margin-bottom: 5%; } }
    .section_about .txt h2 {
      font-size: 1.53em;
      font-weight: bold;
      color: #25392b;
      margin-bottom: .8em;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .section_about .txt h2 {
          font-size: 1.3em; } }
      .section_about .txt h2 span {
        display: block;
        font-size: .6em;
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        margin-top: .5em; }
  .section_about img {
    width: 47%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_about img {
        width: 100%; } }

.section_about_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .9375em;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_about_02 .txt {
    width: 47%;
    line-height: 2.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media screen and (max-width: 767px) {
      .section_about_02 .txt {
        width: 100%; } }
    .section_about_02 .txt p {
      width: calc(100% - 60px - 2em); }
      @media screen and (max-width: 767px) {
        .section_about_02 .txt p {
          width: 100%;
          margin-bottom: 5%; } }
  .section_about_02 img {
    width: 47%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_about_02 img {
        width: 100%; } }

.section_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .section_company .table_company_02 {
    width: calc(100% - 60px - 35% - 10%); }
    @media screen and (max-width: 767px) {
      .section_company .table_company_02 {
        width: 100%;
        margin-bottom: 10%; } }
  .section_company img {
    width: 35%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_company img {
        width: 50%;
        margin: 0 auto; } }

.map {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  position: relative;
  overflow: hidden; }
  .map::before {
    content: '';
    display: block;
    height: 400px; }
    @media screen and (max-width: 767px) {
      .map::before {
        height: 300px; } }
  .map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.event_calender {
  position: relative;
  margin-top: 5%; }
  .event_calender::before {
    content: '';
    display: block;
    height: 600px; }
  .event_calender > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section_estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .9375em;
  line-height: 2.2;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .section_estate img {
    width: 47%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_estate img {
        width: 100%; } }
  .section_estate .txt {
    width: 47%;
    margin-top: 2em; }
    @media screen and (max-width: 767px) {
      .section_estate .txt {
        width: 100%;
        margin-top: 1.5em; } }
  .section_estate a.more {
    margin-top: 1em; }

.section_txt {
  font-size: .9375em;
  line-height: 2; }
  .section_txt p.date {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px; }
  .section_txt img {
    margin: 3% 0;
    display: block;
    max-height: 500px;
    width: auto; }
  .section_txt .txt {
    margin-bottom: 8%; }

.section_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .93em;
  margin-bottom: 5%;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .section_details {
      margin-bottom: 10%; } }
  .section_details .table_details {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .section_details .table_details {
        width: 100%; } }
    .section_details .table_details th {
      font-weight: normal;
      text-align: left;
      width: 170px;
      padding-bottom: .3em; }
      @media screen and (max-width: 767px) {
        .section_details .table_details th {
          display: block;
          width: 100%;
          padding-bottom: .3em;
          font-size: 1.2em;
          font-weight: bold; } }
    .section_details .table_details td {
      width: calc(100% - 170px);
      padding-bottom: .3em; }
      @media screen and (max-width: 767px) {
        .section_details .table_details td {
          display: block;
          width: 100%;
          padding-bottom: 1em; } }
  .section_details .drawing {
    width: 25%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section_details .drawing {
        width: 100%; } }
    .section_details .drawing img {
      border: 3px solid #25392b;
      margin: 0 0 10px; }
      .section_details .drawing img.icon_serch_click {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        border: none;
        display: inline; }

.box {
  border: 6px solid #f7f7f7;
  padding: 3% 5%;
  margin-bottom: 9%; }
  @media screen and (max-width: 767px) {
    .box {
      padding: 7% 5%;
      margin-bottom: 15%; } }
  .box h2 {
    font-size: 1.375em;
    margin-bottom: 1em;
    font-weight: 600;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    color: #25392b;
    letter-spacing: 2px; }
    .box h2 span {
      font-size: .55em;
      vertical-align: middle;
      color: #231815;
      margin-left: 2em; }
      @media screen and (max-width: 767px) {
        .box h2 span {
          display: block;
          margin-left: 0; } }

.section_id {
  padding-top: 100px;
  margin-top: -100px; }

@media screen and (max-width: 767px) {
  #sbi_images .sbi_item {
    width: 33% !important; } }

/*
6:ul
------------------------------------------------------------
*/
.list_blog {
  font-size: .875em;
  margin-bottom: 12%; }
  .list_blog li {
    margin-bottom: 6%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .list_blog li {
        margin-bottom: 8%; } }
    .list_blog li:last-child {
      margin-bottom: 0; }
    .list_blog li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .list_blog li a:hover {
        -webkit-filter: sepia(50%);
        filter: sepia(50%); }
      .list_blog li a .fit {
        width: 114px;
        height: 114px; }
      .list_blog li a div {
        width: calc(100% - 140px); }
        .list_blog li a div .day {
          font-size: .92em;
          font-style: italic;
          font-family: 'Poppins', sans-serif; }
        .list_blog li a div .title {
          font-size: 1.28em;
          margin-bottom: .5em; }

.list_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: -4%; }
  @media screen and (max-width: 767px) {
    .list_about {
      font-size: 1em; } }
  .list_about li {
    width: 47%;
    margin: 0 6% 4% 0; }
    .list_about li:nth-child(2n) {
      margin-right: 0; }
    .list_about li a:hover {
      -webkit-filter: sepia(50%);
      filter: sepia(50%); }
    .list_about li img {
      margin-bottom: 3%; }

.list_profile {
  font-size: .9375em;
  line-height: 2.2; }
  .list_profile li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 5%; }
    @media screen and (max-width: 767px) {
      .list_profile li {
        margin-bottom: 15%; } }
    .list_profile li:last-child {
      margin-bottom: 0; }
    .list_profile li img {
      width: 20%;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .list_profile li img {
          width: 70%;
          margin: 0 auto; } }
    .list_profile li .txt {
      width: 76%;
      line-height: 1.8;
      margin-top: 2em; }
      @media screen and (max-width: 767px) {
        .list_profile li .txt {
          width: 100%; } }
      .list_profile li .txt .name {
        font-size: 1.4375em;
        margin-bottom: .5em;
        font-weight: bold; }
        .list_profile li .txt .name span {
          display: block;
          font-size: .6em;
          font-family: 'Poppins', sans-serif;
          font-weight: 500; }
      .list_profile li .txt .sub_p {
        font-size: .86em;
        margin-bottom: 2em; }

.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list_item li {
    width: 17%;
    margin: 0 3.75% 3.75% 0;
    height: 190px;
    overflow: hidden; }
    .list_item li:nth-child(5n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_item li:nth-child(5n) {
          margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .list_item li {
        width: 48%;
        margin: 0 4% 4% 0;
        height: 44vw; }
        .list_item li:nth-child(2n) {
          margin-right: 0; } }
    .list_item li a {
      position: relative;
      display: block;
      height: 100%; }
      .list_item li a:after {
        position: absolute;
        content: '';
        background: url(../images/icon_search.svg) no-repeat;
        width: 24px;
        height: 24px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .list_item li a:hover {
        -webkit-filter: sepia(50%);
        filter: sepia(50%); }
      .list_item li a img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        max-width: unset; }

.list_estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .9375em;
  line-height: 2.2;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list_estate li {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .list_estate li {
        width: 100%; } }
    .list_estate li:last-child {
      font-size: .86em; }
      @media screen and (max-width: 767px) {
        .list_estate li:last-child {
          margin-top: 1em; } }

.list_promise {
  font-size: .9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list_promise li {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .list_promise li {
        width: 100%; }
        .list_promise li:first-child {
          margin-bottom: 20%; } }
    .list_promise li h4 {
      font-size: 1.4375em;
      font-weight: bold;
      margin-bottom: 1em;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .list_promise li h4 {
          font-size: 1.3em; } }
      .list_promise li h4 span {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: .6em;
        font-weight: normal;
        margin-top: .5em; }
    .list_promise li p {
      margin-bottom: 2em; }
      .list_promise li p.kome {
        font-size: .86em; }
    .list_promise li dl {
      margin-bottom: 2.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      @media screen and (max-width: 767px) {
        .list_promise li dl {
          margin-bottom: 2em; } }
      .list_promise li dl dt {
        padding: .3em;
        border: 4px solid #b2d9b6;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        width: 155px;
        -webkit-box-shadow: 3px 3px 1px #6ba67a;
        box-shadow: 3px 3px 1px #6ba67a;
        height: 100%;
        color: #6ba67a;
        letter-spacing: 2px; }
        @media screen and (max-width: 767px) {
          .list_promise li dl dt {
            width: 100%;
            margin-bottom: 1em; } }
      .list_promise li dl dd {
        width: calc(100% - 180px);
        font-size: .93em; }
        @media screen and (max-width: 767px) {
          .list_promise li dl dd {
            width: 100%; } }
    .list_promise li a.button_arrow {
      margin-top: 3em; }

.list_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .9375em;
  margin-bottom: -5%; }
  @media screen and (max-width: 767px) {
    .list_article {
      margin-bottom: 0; } }
  .list_article li {
    width: 28%;
    margin: 0 8% 5% 0; }
    @media screen and (max-width: 767px) {
      .list_article li {
        width: 100%;
        margin: 0 0 10%; }
        .list_article li:last-child {
          margin-bottom: 0; } }
    .list_article li:nth-child(3n) {
      margin-right: 0; }
    .list_article li .fit {
      height: 250px;
      margin-bottom: 15px; }
      @media screen and (max-width: 1370px) {
        .list_article li .fit {
          height: 15vw; } }
      @media screen and (max-width: 767px) {
        .list_article li .fit {
          height: 60vw; } }
    .list_article li .day {
      font-family: 'Poppins', sans-serif;
      font-size: .9em; }
    .list_article li a {
      display: block; }
      .list_article li a:hover {
        -webkit-filter: sepia(50%);
        filter: sepia(50%); }

.list_consultation {
  font-size: .9375em;
  line-height: 2; }
  .list_consultation li {
    margin-bottom: 5%; }
    .list_consultation li .title {
      background: #b2d9b6;
      font-size: 1.2em;
      font-weight: bold;
      padding-right: 1em;
      margin-bottom: 1em;
      line-height: 1.6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .list_consultation li .title:after {
        position: absolute;
        content: '';
        width: 72px;
        height: 100%;
        background: #25392b;
        top: 0;
        left: 0; }
        @media screen and (max-width: 767px) {
          .list_consultation li .title:after {
            width: 50px; } }
      .list_consultation li .title span.num {
        width: 72px;
        color: #fff;
        font-size: 1.27em;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
        text-align: center;
        font-weight: 400;
        padding: .5em 0;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .list_consultation li .title span.num {
            width: 50px; } }
      .list_consultation li .title span.txt {
        padding: .5em 0;
        width: calc(100% - 72px - 2em); }
        @media screen and (max-width: 767px) {
          .list_consultation li .title span.txt {
            width: calc(100% - 50px - .5em); } }
    .list_consultation li > span {
      color: #04738b;
      font-weight: bold; }

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .dlist_bnr {
      font-size: 1em; } }
  .dlist_bnr dt {
    width: 40%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dt {
        width: 100%; } }
    .dlist_bnr dt div.img_eye {
      height: 210px;
      background-position: center; }
  .dlist_bnr dd {
    text-align: center;
    width: 60%;
    padding: 3% 5%; }
    @media screen and (max-width: 767px) {
      .dlist_bnr dd {
        width: 100%;
        padding: 5%; } }

/*
8:table
------------------------------------------------------------
*/
.table_company {
  width: 100%;
  margin-bottom: 2em; }
  .table_company th {
    font-weight: bold;
    padding: 0 1em .5em 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    width: 100px; }
  .table_company td {
    padding: 0 0 .5em;
    font-size: .875em; }

.table_company_02 {
  font-size: .9375em; }
  .table_company_02 tr {
    border-bottom: 1px solid #000; }
    .table_company_02 tr th {
      width: 130px;
      text-align: left;
      font-weight: normal;
      vertical-align: top;
      padding: 1.5em 0 .5em; }
    .table_company_02 tr td {
      padding: 1.5em 0 .5em; }

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  font-size: 1.875em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  position: relative;
  font-weight: 600;
  text-align: center;
  color: #25392b;
  line-height: 1.5;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif; }
  .top_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 1px;
    background: #25392b; }

.low_main_ttl {
  font-size: 1.4375em;
  font-weight: bold;
  color: #25392b;
  margin-bottom: 1em;
  letter-spacing: 2px;
  width: 230px; }
  @media screen and (max-width: 1210px) {
    .low_main_ttl {
      font-size: 1.2em;
      width: 180px; } }
  @media screen and (max-width: 767px) {
    .low_main_ttl {
      width: 100%; } }
  .low_main_ttl span {
    display: block;
    font-size: .6em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 1em; }

.vertical_ttl {
  font-size: 1.53em;
  font-weight: bold;
  color: #25392b;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 60px;
  letter-spacing: 3px; }
  @media screen and (max-width: 767px) {
    .vertical_ttl {
      width: 100%;
      -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
      writing-mode: unset;
      font-size: 1.3em;
      margin-bottom: 1em;
      letter-spacing: 1px; } }
  .vertical_ttl span {
    display: block;
    font-size: .6em;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      .vertical_ttl span {
        letter-spacing: 1px; } }

.main_ttl {
  font-size: 1.75em;
  margin-bottom: 1em;
  color: #25392b;
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .main_ttl {
      font-size: 5vw; } }
  .main_ttl span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: .5em;
    margin-top: 1em; }

.main_ttl_02 {
  font-size: 1.4375rem;
  margin-bottom: 1em;
  color: #25392b;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .main_ttl_02 {
      font-size: 5.5vw; } }
  .main_ttl_02 span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: .6em;
    margin-top: 1em;
    font-weight: normal; }

.sp.top_main {
  font-size: 3.5vw;
  text-align: center;
  margin-bottom: 2em; }
  .sp.top_main span {
    display: block; }

.sub_ttl {
  font-size: 1.875em;
  margin-bottom: 1.5em;
  color: #25392b;
  line-height: 1.5;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: .5em; }
  .sub_ttl:after {
    position: absolute;
    content: '';
    background: #25392b;
    width: 37px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .sub_ttl {
      font-size: 6.5vw; } }

.side_ttl {
  font-size: 1.375em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  color: #25392b;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative; }
  @media screen and (max-width: 767px) {
    .side_ttl {
      font-size: 5vw; } }
  .side_ttl:after {
    position: absolute;
    content: '';
    background: #25392b;
    width: 37px;
    height: 1px;
    left: 0;
    bottom: 0; }

.txt_ttl {
  font-size: 1.4375em;
  margin-bottom: 1em; }

.band_ttl {
  font-size: 1.25em;
  text-align: center;
  padding: .5em;
  color: #fff;
  background: #6BA67A;
  margin-bottom: 2em; }

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #f9f9f9;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .bg_gray {
      padding: 10% 0; } }

.bg_light_green {
  background: #6ba67a !important; }

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 29px;
  height: 115px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
  right: 15px !important;
  bottom: 20px !important;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #topcontrol {
      width: 20px;
      height: 77px;
      right: 10px !important;
      bottom: 50px !important; } }

a.button {
  color: #000;
  display: block;
  padding: 1em;
  position: relative;
  max-width: 270px;
  border: 1px solid #000;
  text-align: center;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  width: 90%; }
  a.button:hover {
    background: #25392b;
    color: #fff;
    border: 1px solid #25392b; }
  a.button img {
    margin-left: 20px;
    vertical-align: middle; }
    a.button img.icon_map {
      width: 19px;
      height: 28px; }

a.button_big {
  color: #000;
  display: block;
  padding: .7em;
  position: relative;
  max-width: 428px;
  border: 1px solid #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  width: 90%;
  font-size: 1.25em; }
  a.button_big:hover {
    background: #25392b;
    color: #fff;
    border: 1px solid #25392b; }
  a.button_big:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_b.svg) no-repeat;
    width: 33px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

a.button_arrow {
  color: #000;
  display: block;
  padding: 1em;
  position: relative;
  max-width: 270px;
  border: 1px solid #000;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  width: 90%; }
  a.button_arrow:hover {
    background: #25392b;
    color: #fff;
    border: 1px solid #25392b; }
  a.button_arrow:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_b.svg) no-repeat;
    width: 33px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

a.more {
  border-bottom: 1px solid #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 3em .5em 0;
  position: relative;
  display: table; }
  a.more:after {
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 10px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: 3px;
    bottom: -2px; }
  a.more:hover {
    padding-right: 1.5em; }

a.ec_btn {
  position: fixed;
  left: 100px;
  bottom: 20px;
  width: 148px;
  height: 148px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    a.ec_btn {
      left: 0;
      bottom: auto;
      top: 5px;
      width: 70px;
      height: 70px;
      right: 0;
      margin: auto; } }

a.contact_btn {
  background: #25392B;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  padding: 1em 70px;
  position: relative;
  display: block;
  color: #fff; }
  @media screen and (max-width: 767px) {
    a.contact_btn {
      font-size: 1.1em; } }
  a.contact_btn:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_w.svg) no-repeat;
    width: 33px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
  a.contact_btn:hover {
    background: #6ba67a; }

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: .75em;
  text-align: right;
  margin: 0 100px 100px; }
  @media screen and (max-width: 767px) {
    #list_breadcrumb {
      margin: 0 15px 15%;
      text-align: left; } }

.secound_p {
  max-width: 770px;
  margin: 0 auto;
  font-size: .9em;
  line-height: 2.2; }

.center_p {
  text-align: center; }

.sub_p {
  font-size: .875em;
  margin-bottom: 2em; }

img.logo_green {
  width: 290px;
  height: 90px;
  display: block;
  margin: 0 auto 3%; }
  @media screen and (max-width: 767px) {
    img.logo_green {
      width: 250px;
      height: 80px;
      display: block;
      margin: 0 auto 5%; } }

.small_p {
  margin-bottom: 2em;
  font-size: .86em; }
  .small_p span {
    display: block; }

.bnr {
  background: #4c3e30;
  text-align: center;
  color: #fff;
  padding: 1em;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 2em; }

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2em; }
  @media screen and (max-width: 767px) {
    .contactform {
      margin-bottom: 1em; } }
  .contactform tr th {
    padding: 1.5em 1em 1em 0;
    text-align: left;
    vertical-align: top;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .contactform tr th {
        width: 100%;
        display: block;
        padding: 0 0 .5em; } }
  .contactform tr td {
    width: 70%;
    padding: 1em 0;
    text-align: left;
    font-size: .9375em; }
    @media screen and (max-width: 767px) {
      .contactform tr td {
        width: 100%;
        display: block;
        padding: 0 0 1em; } }

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #261d16; }

input#zip {
  width: 130px; }

input#zip1 {
  width: 160px; }

textarea {
  height: 250px; }

span.mwform-tel-field input {
  width: 25% !important; }

.submit, .backBtn {
  max-width: 340px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 1.125em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #25392b url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif; }

.backBtn {
  background: #3f3f3f url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
  margin-bottom: 1.5em; }

.submit:hover, .backBtn:hover {
  opacity: .8; }

.required {
  font-size: .75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1; }

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 5%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.125em; }
  .wp-pagenavi a {
    display: inline-block;
    margin-right: 1em; }
    .wp-pagenavi a:hover {
      color: #9fa0a0; }
  .wp-pagenavi span {
    display: inline-block;
    margin-right: 1em; }
    .wp-pagenavi span.current {
      color: #9fa0a0; }

.thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3%;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.slider_main_green {
  overflow: hidden;
  width: 75%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .slider_main_green {
      width: 100%;
      margin-bottom: 3%; } }
  .slider_main_green img {
    width: 100%; }

.slider_thumb_green {
  width: 23%;
  margin-bottom: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 767px) {
    .slider_thumb_green {
      width: 100%;
      margin-bottom: 2%; } }
  .slider_thumb_green li {
    overflow: hidden;
    width: 47%;
    margin: 0 6% 4% 0;
    cursor: pointer;
    position: relative;
    height: 130px; }
    .slider_thumb_green li:nth-child(2n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .slider_thumb_green li:nth-child(2n) {
          margin-right: 2.6%; } }
    @media screen and (max-width: 1210px) {
      .slider_thumb_green li {
        height: 9vw; } }
    @media screen and (max-width: 767px) {
      .slider_thumb_green li {
        width: 23%;
        margin: 0 2.6% 2.6% 0;
        height: 60px; }
        .slider_thumb_green li:nth-child(4n) {
          margin-right: 0; } }
    .slider_thumb_green li img {
      height: 130px;
      width: 100%; }
      @media screen and (max-width: 1210px) {
        .slider_thumb_green li img {
          height: 9vw; } }
      @media screen and (max-width: 767px) {
        .slider_thumb_green li img {
          height: 60px; } }

.slider_main_property {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 500px;
  margin-bottom: 3%; }
  @media screen and (max-width: 767px) {
    .slider_main_property {
      height: 300px; } }
  .slider_main_property img {
    max-height: 100%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%; }

.slider_thumb_property {
  margin-bottom: 3%;
  padding: 0 25px; }
  @media screen and (max-width: 767px) {
    .slider_thumb_property {
      margin-bottom: 10vw; } }
  .slider_thumb_property li {
    position: relative;
    height: 130px;
    margin: 0 5px; }
    @media screen and (max-width: 1210px) {
      .slider_thumb_property li {
        height: 8vw; } }
    @media screen and (max-width: 767px) {
      .slider_thumb_property li {
        height: 80px; } }
    .slider_thumb_property li img {
      height: 130px;
      margin: 0;
      width: 100%; }
      @media screen and (max-width: 1210px) {
        .slider_thumb_property li img {
          height: 8vw; } }
      @media screen and (max-width: 767px) {
        .slider_thumb_property li img {
          height: 80px; } }

.list_property_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: .9em;
  line-height: 1.6; }
  .list_property_area li {
    width: 30%;
    margin: 0 5% 5% 0; }
    @media screen and (max-width: 767px) {
      .list_property_area li {
        width: 48%;
        margin: 0 4% 8% 0; } }
    .list_property_area li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .list_property_area li:nth-child(3n) {
          margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .list_property_area li:nth-child(2n) {
        margin-right: 0; } }
    .list_property_area li img {
      margin: 0 0 10px; }

/*
15:マージン・パディング
------------------------------------------------------------
*/
/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 5% auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif; }
  .list_pagination li {
    width: 49%; }
    .list_pagination li.prev {
      margin-right: 2%; }
      .list_pagination li.prev a {
        padding-left: 20px; }
        .list_pagination li.prev a:before {
          left: 0;
          background: url(../images/right_b.svg) no-repeat center;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .list_pagination li.next {
      text-align: right; }
      .list_pagination li.next a {
        padding-right: 20px; }
        .list_pagination li.next a:before {
          right: 0;
          background: url(../images/right_b.svg) no-repeat center; }
    .list_pagination li a {
      position: relative;
      display: inline-block; }
      .list_pagination li a:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 9px;
        top: 8px; }

/*
17:Last
------------------------------------------------------------
*/
.fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; }

.fadein {
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s; }
  .fadein.fade_left {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0); }
  .fadein.fade_right {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0); }
  .fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'; }
