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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

img {
  line-height: 0;
  vertical-align: bottom; }

sup {
  font-size: 70%;
  vertical-align: top; }

body {
  -webkit-text-size-adjust: none; }

h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 14px; }

p {
  margin: 0; }

p img {
  margin: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

a,
a:visited {
  text-decoration: none;
  outline: 0; }

p a,
p a:visited {
  line-height: inherit; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  max-width: 100%;
  background: #fff; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444; }

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px; }

input[type="checkbox"] {
  display: inline; }

button {
  cursor: pointer; }

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

/* Font Setting */
html {
  /*
    font-family: 'Noto Sans JP', "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "sans-serif";
/*/
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 14px;
  font-weight: 500;
  color: #323232; }

.font-san-serif {
  font-family: 'Noto Sans JP', "YuGothic", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "sans-serif"; }

.font-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif; }

body {
  line-height: 1.5; }

/* -- */
/* Base Style Setting */
/*
// ボタン
// ------------------------------------------------------------

.block_cmn_btn_border {
    a {
        display: inline-block;
        border: 1px solid $COLOR_BLUE;
        position: relative;
        padding: 1em 60px 1em 35px;
        color: $COLOR_BLUE;
        transition: color 0.3s, background 0.3s, box-shadow 0.4s;
        background: #fff;

        @include xss {
            padding: 1em 55px 1em 25px;
        }

        &:hover {
            box-shadow: 0 1px 10px rgba($COLOR_BLUE, 0.3);
            background-color: $COLOR_BLUE;
            color: #fff;

            .icon {
                filter: brightness(10);
            }

            .delta {
                right: 12px;
                filter: brightness(10);
            }
        }
    }

    .icon {
        display: inline-block;
        margin-right: 0.4em;
        transition: filter 0.3s;

        img {
            width: 24px;
            transform: translateY(-0.4em);

            @include xss {
                width: 21px;
            }
        }
    }

    .label {
        font-size: 18px;
        font-weight: bold;

        @include xs {
            font-size: 17px;
        }
    }

    .delta {
        width: 20px;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        transition: right 0.3s, filter 0.3s;
        z-index: 1;
    }
}

// block_cmn_lead
// ------------------------------------------------------------

.block_cmn_lead {
    &.bg_gray {
        background: $COLOR_GRAY_LITE2;
    }

    .inner {
        max-width: $MAX_WIDTH + 100px;
    }

    &_text {
        text-align: center;
        line-height: 1.7;
        font-size: 20px;
        padding: 50px 0 80px;
        font-weight: bold;

        @include mds {
            font-size: 18px;
            padding: 40px 0 50px;
        }

        @include xs {
            padding: 35px 0 40px;
        }
    }

    &_ttl {
        padding: 50px 0 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.1em;

        @include md {
            padding: 40px 0 65px;
        }

        @include mds {
            padding: 30px 0 45px;
        }

        span {
            display: inline-block;
        }

        .icon {
            font-size: 0;

            img {
                width: 54px;

                @include mds {
                    width: 45px;
                }
            }
        }

        .label {
            margin-left: 25px;
            font-size: 36px;
            font-weight: bold;

            @include md {
                margin-left: 20px;
                font-size: 32px;
            }

            @include mds {
                margin-left: 15px;
                font-size: 28px;
            }
        }

        &.color_blue {
            color: $COLOR_BLUE;
        }

        &.color_green {
            color: $COLOR_GREEN;
        }
    }
}

// ------------------------------------------------------------
.cmn_block_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

    iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

.bg_gray {
    background-color: $COLOR_GRAY_LITE2;
}

.bg_blue {
    background-color: $COLOR_BLUE_LITE;
}


.bg_green {
    background-color: #D8F0ED;
}

// .block_hero {
//     padding-top: 110px;

//     @include md {
//         padding-top: 50px;
//     }

// }

// .is_ie {
//     border: 1px solid red;
// }
*/
article {
  position: relative;
  padding-top: 80px; }
  @media (max-width: 650px) {
    article {
      padding-top: 50px; } }

.inner {
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 650px) {
    .inner {
      padding-right: 20px; } }

.para {
  margin-bottom: 45px; }
  @media (max-width: 650px) {
    .para {
      margin-bottom: 35px; } }
  @media (max-width: 415px) {
    .para {
      margin-bottom: 25px; } }

.max_width {
  max-width: 1020px; }

.box_center {
  margin-left: auto;
  margin-right: auto; }

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

.va-bottom {
  vertical-align: bottom; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.indent {
  text-indent: -1em;
  padding-left: 1em; }

/*
.block_cmn_cap {
    padding: 2.1em 0 1em;
    font-size: 50px;
    text-align: center;

    @include md {
        font-size: 40px;
        padding: 1.5em 0 0.75em;
    }

    @include xs {
        font-size: 26px;
        padding: 1em 0 0.5em;
    }

    &_mt0 {
        padding-top: 0;

        @include md {
            padding-top: 0;
        }

        @include xs {
            padding-top: 0;
        }
    }
}
*/
@-webkit-keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes mHover {
  0% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes mHover2 {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*  -- Show / Hide */
@media (max-width: 1200px) {
  .hidden-xxl {
    display: none !important; } }

@media (max-width: 650px) {
  .hidden-mds {
    display: none !important; } }

@media (max-width: 900px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 415px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs,
.visible-md,
.visible-mds,
.visible-xl {
  display: none !important; }

@media (max-width: 980px) {
  .visible-xl {
    display: block !important; } }

@media (max-width: 650px) {
  .visible-mds {
    display: block !important; } }

@media (max-width: 900px) {
  .visible-md {
    display: block !important; } }

@media (max-width: 415px) {
  .visible-xs {
    display: block !important; } }

/* -- */
/* Header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 80px; }
  @media (max-width: 650px) {
    .header {
      height: 50px; } }
  .header .inner {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; }
  .header h1 {
    padding-left: 50px; }
    @media (max-width: 980px) {
      .header h1 {
        width: 40%; } }
    @media (max-width: 650px) {
      .header h1 {
        width: 55%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px; } }
    @media (max-width: 900px) {
      .header h1 {
        padding-left: 20px; } }
    .header h1 img {
      width: 100%;
      max-width: 291px; }
  .header p {
    color: #fff;
    background: #eea823;
    background: -webkit-gradient(linear, left top, right top, from(#eea823), color-stop(25%, #efb93c), to(#e48e00));
    background: -webkit-linear-gradient(left, #eea823 0%, #efb93c 25%, #e48e00 100%);
    background: -o-linear-gradient(left, #eea823 0%, #efb93c 25%, #e48e00 100%);
    background: linear-gradient(90deg, #eea823 0%, #efb93c 25%, #e48e00 100%); }
    .header p a {
      display: block;
      max-width: 350px;
      color: #fff;
      padding: 21px 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      -webkit-transition: text-shadow 0.4s, -webkit-box-shadow 0.5s;
      transition: text-shadow 0.4s, -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s, text-shadow 0.4s;
      transition: box-shadow 0.5s, text-shadow 0.4s;
      transition: box-shadow 0.5s, text-shadow 0.4s, -webkit-box-shadow 0.5s; }
      @media (max-width: 650px) {
        .header p a {
          width: 50px;
          padding: 15px 0; } }
      .header p a:hover {
        text-shadow: 0 0 15px rgba(17, 11, 1, 0.5);
        -webkit-box-shadow: 0 0 15px #eea823;
        box-shadow: 0 0 15px #eea823; }
      .header p a span {
        display: inline-block; }
    .header p .icon {
      padding-right: 20px; }
      @media (max-width: 650px) {
        .header p .icon {
          padding-right: 0; } }
    .header p .label {
      font-size: 25px; }
      @media (max-width: 650px) {
        .header p .label {
          display: none; } }
    .header p img {
      width: 35px; }
      @media (max-width: 650px) {
        .header p img {
          width: 25px; } }

/*
.header {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 95px;
    width: 100%;
    z-index: 100;

    .inner {
        max-width: $MAX_WIDTH + 100px;
    }

    @include xl {
        height: 65px;

        &:before {
            @include addBeforeAfter;
            width: 100%;
            height: 100%;
            background-color: #fff;
            z-index: 3;
        }

        &_hit {
            width: 100%;
            position: absolute;
            z-index: 1;
            height: 0px;
            background-color: #fff;
            transition: opacity 0.3s, height 0.01s 0.3s;
            opacity: 0;
        }
    }

    @include xs {
        height: 55px;
    }

    &_main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 95px;

        @include xl {
            height: 65px;
        }

        @include xs {
            height: 55px;
        }
    }

    h1 {
        font-size: 0;

        img {
            max-width: 107px;
            width: 10vw;
            min-width: 60px;
        }

        @include xl {
            position: relative;
            z-index: 5;
        }
    }

    nav {
        font-size: 17px;
        font-weight: bold;

        @include xxl {
            font-size: 1.1em;
        }

        @include xl {
            font-size: 16px;
            position: absolute;
            z-index: 2;
            width: 100%;
            left: 0;
            top: 0;
            background-color: $COLOR_BLUE;
            transform: translateY(-110%);
            // transition: transform 0.75s $easeInOutCirc;
        }

        a {
            display: inline-block;
            padding: 1em 0;
            color: $COLOR_BLACK;
            position: relative;
            line-height: 1;
            transition: color 0.4s;

            @include xl {
                display: block;
                color: #fff;
                padding: 1.5em 0;
            }

            &:after {
                @include addBeforeAfter;
                left: 50%;
                bottom: 0.2em;
                height: 3px;
                width: 0;
                transform: translateX(-50%);
                background: $COLOR_GRAY;
                background: linear-gradient(90deg, $COLOR_BLUE 50%, $COLOR_GRAY 50.1%);
                opacity: 0;
                transition: opacity 0.4s, width 0.4s;

                @include xl {
                    display: none;
                }
            }

            span {
                display: block;
                border-right: 1px solid $COLOR_GRAY_LITE;
                padding: 0 1.2em;

                @include xxl {
                    padding: 0 1.5vw;
                }

                @include xl {
                    border: none;
                    max-width: 600px;
                    margin-left: auto;
                    margin-right: auto;
                    position: relative;
                    padding: 0 2em 0 1em;
                    box-sizing: border-box;

                    &::after {
                        @include addBeforeAfter;
                        background: url(https://home.entetsu.co.jp/chintai/brighty/images/common/delta_l_w.svg) no-repeat;
                        background-size: contain;
                        width: 1em;
                        height: 1em;
                        right: 1em;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }
            }

            &:hover {
                color: $COLOR_BLUE;

                @include xl {
                    color: rgba(255, 255, 255, 0.8);
                }

                &:after {
                    opacity: 1;
                    width: 3em;
                }
            }
        }
    }

    ul {
        display: flex;

        @include xl {
            display: block;
        }
    }

    li {
        &:nth-last-of-type(1) {
            span {
                border: none;
            }
        }

        @include xl {
            border-bottom: 1px solid #fff;
        }
    }

    button {
        display: none;

        @include xl {
            display: block;
            position: absolute;
            z-index: 5;
            right: 10px;
            top: 0;
            width: 65px;
            height: 65px;
            border: none;
            background: transparent;
        }

        @include xs {
            width: 55px;
            height: 55px;
        }

        span {
            display: block;
            position: absolute;
        }

        &>span {
            width: 40px;
            height: 40px;
            // border: 1px solid red;
            left: 12px;
            top: 12px;

            // transition: transform 0.4s;
            @include xs {
                left: 7px;
                top: 7px;
            }

            &>span {
                width: 100%;
                // border-top: 3px solid $COLOR_BLUE;
                transition: transform 0.4s, color 0.4s;
                height: 3px;
                background: $COLOR_BLUE;
                overflow: hidden;
                left: 50%;
                top: 50%;

                &:nth-of-type(1) {
                    // transform: translateX(-50%) translateY(-10px);
                    animation: 0.75s forwards menu_bar_1_close;
                }

                &:nth-of-type(2) {
                    transform: translateX(-50%);
                }

                &:nth-of-type(3) {
                    // transform: translateX(-50%) translateY(10px);
                    animation: 0.75s forwards menu_bar_3_close;
                }
            }
        }

        &:hover {
            &>span {
                // transform: rotate(180deg);

                &>span {
                    background-color: $COLOR_BLUE_DARK;

                    &:nth-of-type(1) {
                        // transform: translateX(-50%) translateY(-12px) scale(0.9);
                    }

                    &:nth-of-type(2) {
                        // transform: translateX(-50%) scale(0.8);
                    }

                    &:nth-of-type(3) {
                        // transform: translateX(-50%) translateY(12px) scale(0.9);
                    }
                }
            }
        }
    }
}

@include xl {
    .js_is_sp {


        .header {
            nav {
                transition: transform 0.75s $easeInOutCirc;
            }
        }
    }

    .js_show_nav {
        overflow: hidden;

        .header {


            &_hit {
                height: 100vh;
                opacity: 0.5;
                transition: opacity 0.3s 0.3s, height 0.01s;
            }

            nav {
                transform: translateY(65px);

                @include xl {
                    overflow-y: scroll;
                    // border: 1px solid red;
                    max-height: 100vh;
                }

                @include xs {
                    transform: translateY(55px);

                }
            }

            button {
                &>span {
                    // border: 1px solid red;

                    &>span {
                        &:nth-of-type(1) {
                            animation: 0.75s forwards menu_bar_1_open;
                            // transform: rotate(25deg) translateX(-45%) translateY(7px);
                        }

                        &:nth-of-type(2) {
                            opacity: 0;
                            transition: opacity 0.1s 0.2s;
                        }

                        &:nth-of-type(3) {
                            animation: 0.75s forwards menu_bar_3_open;
                            // transform: rotate(-25deg) translateX(-45%) translateY(-9px);
                        }
                    }
                }
            }
        }
    }
}


@keyframes menu_bar_1_open {
    0% {
        transform: translateY(-12px) translateX(-50%);
    }

    30% {
        transform: translateY(0) translateX(-50%);
    }

    100% {
        // transform: rotate(25deg) translateY(-50%) translateX(-50%);
        transform: rotate(25deg) translateX(-45%) translateY(7px);
    }
}

@keyframes menu_bar_3_open {
    0% {
        transform: translateY(12px) translateX(-50%);
    }

    30% {
        transform: translateY(0) translateX(-50%);
    }

    100% {
        // transform: rotate(-25deg) translateY(-50%) translateX(-50%);
        transform: rotate(-25deg) translateX(-45%) translateY(-9px);
    }
}




@keyframes menu_bar_1_close {
    0% {
        transform: rotate(25deg) translateX(-45%) translateY(7px);
    }

    30% {
        transform: translateY(0) translateX(-50%);
    }

    100% {
        transform: translateY(-12px) translateX(-50%);
    }
}

@keyframes menu_bar_3_close {
    0% {
        transform: rotate(-25deg) translateX(-45%) translateY(-9px);
    }

    30% {
        transform: translateY(0) translateX(-50%);
    }

    100% {
        transform: translateY(12px) translateX(-50%);
    }
}
*/
/* Footer */
.footer {
  text-align: center;
  font-size: 14px;
  padding: 1.5em 0 3em; }

/*
.footer {
    &_main {
        padding: 60px 0 20px;
        background-color: $COLOR_BLUE;

        @include mds {
            padding: 0;
        }

        a {
            color: #fff;
            display: inline-block;
            padding: 0.4em 0;
            transition: opacity 0.3s;

            &:hover {
                opacity: 0.7;
            }
        }

        .inner {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;

            @include mds {
                padding: 0;
            }
        }
    }

    &_list {
        flex: 0 0 33.33%;
        margin-bottom: 35px;

        @include md {
            flex: 50%;
            margin-bottom: 25px;
        }

        @include mds {
            flex: 100%;
            margin-bottom: 20px;
        }

        .label {
            &:before {
                content: "";
                display: inline-block;

                background-size: contain;
            }
        }

        @include mds {
            &_acc {
                margin-bottom: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);

                .footer_list_head {
                    margin-bottom: 0;
                    padding: 0.5em $PADDING_SIDE;
                    position: relative;

                    .label:before {
                        display: none;
                    }

                    .icon {
                        width: 50px;
                        height: 100%;
                        // border: 1px solid red;
                        position: absolute;
                        display: block;
                        right: 0;
                        top: 0;

                        span {
                            display: block;
                            position: absolute;
                            width: 18px;
                            height: 18px;
                            border: 1px solid #fff;
                            border-radius: 50px;
                            left: 15px;
                            top: 1em;

                            &:before,
                            &:after {
                                @include addBeforeAfter;
                                width: 55%;
                                height: 2px;
                                background-color: #fff;
                                left: 24%;
                                top: 45%;
                            }

                            &:before {}

                            &:after {
                                transition: transform 0.3s;
                                transform: rotate(90deg);
                            }
                        }
                    }
                }

                ul {
                    overflow: hidden;
                    max-height: 0;
                    transition: max-height 0.75s $easeInOutExpo;
                    background: $COLOR_BLUE_DARK;
                    // border: 1px solid red;
                }

                li {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

                    a {
                        padding: 0.75em $PADDING_SIDE;
                    }
                }
            }

            &.js_acc_active {
                .footer_list_head {
                    .icon {
                        span {
                            &:after {
                                transform: rotate(0);
                            }
                        }
                    }
                }

                ul {
                    max-height: 20em;
                }
            }
        }

        &_btn {
            @include mds {
                padding: $PADDING_SIDE $PADDING_SIDE $PADDING_SIDE - 10px;
                margin-bottom: 0;

                ul {
                    display: flex;
                    flex-wrap: wrap;
                    text-align: center;
                    justify-content: space-between;

                    li {
                        flex: 0 0 48.7%;
                        padding: 0;
                        margin-bottom: 10px;
                    }

                    a {
                        display: block;
                        border: 1px solid #fff;
                        padding: 0.785em 0;
                    }

                    .label {
                        &:before {
                            display: none;
                        }
                    }
                }
            }
        }

        &_misc {
            position: relative;

            &:before {
                @include addBeforeAfter;
                top: -20px;
                left: 0;
                width: 16em;
                border-top: 1px solid #fff;

                @include mds {
                    display: none;
                    // width: 100%;
                }
            }

            @include mds {
                a {
                    padding-left: $PADDING_SIDE;
                }
            }

        }


        li,
        p {
            padding-right: 1em;
        }

        p {
            font-size: 18px;
            margin-bottom: 0.75em;

            @include mds {
                font-size: 17px;
            }

            .label {
                &:before {
                    width: 1em;
                    height: 1em;
                    background-image: url(https://home.entetsu.co.jp/chintai/brighty/images/common/delta_l_w.svg);
                    margin-right: 7px;
                    transform: translateY(0.15em);
                }
            }
        }

        li {
            font-size: 17px;

            @include mds {
                font-size: 16px;
            }

            .label {
                &:before {
                    width: 0.3em;
                    height: 0.3em;
                    border-right: 2px solid #fff;
                    border-top: 2px solid #fff;
                    transform: rotate(45deg) translateY(-0.2em);
                    margin-left: 7px;
                    margin-right: 11px;

                    @include mds {
                        margin-left: 0;
                    }
                }
            }
        }
    }

    &_sub {
        text-align: center;
        color: #fff;
        background-color: $COLOR_BLUE_DARK;
        font-size: 17px;
        padding: 1.5em 0;

        @include mds {
            font-size: 16px;
            padding-bottom: 70px;
        }
    }

    &_totop {
        a {
            position: fixed;
            right: 20px;
            bottom: 35px;
            display: block;
            width: 80px;
            height: 80px;
            background-color: $COLOR_BLUE;
            border-radius: 50%;
            transition: background 0.3s, box-shadow 0.4s;
            z-index: 5;

            &:hover {
                box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
                background-color: $COLOR_BLUE_DARK;
            }

            @include xl {
                width: 60px;
                height: 60px;
            }

            @include mds {
                width: 50px;
                height: 50px;
                bottom: 70px;
                right: 10px;
            }

            .icon {
                display: block;
                width: 12px;
                height: 12px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                position: absolute;
                left: 50%;
                top: 55%;
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            }
        }
    }
}

/*
.footer {
    text-align: center;


    li {
        span {
            display: inline-block;
            padding: 0 1.5em;
        }

        a {
            display: inline-block;
            padding: 0.5em 0;
            transition: opacity 0.3s;

            &:hover {
                opacity: 0.7;
            }
        }

        &:nth-of-type(1) {
            span {
                border: none;
            }
        }
    }

    &_totop {
        a {
            position: absolute;
            right: 20px;
            top: 35px;
            display: block;
            width: 58px;
            height: 58px;
            background-color: $COLOR_BLUE;

            @include md {
                top: -20px;
                right: 10px;
                width: 48px;
                height: 48px;
            }

            .icon {
                display: block;
                width: 18px;
                height: 18px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                position: absolute;
                left: 50%;
                top: 60%;
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            }
        }
    }

    &_sub {
        background-color: #f5f5f5;
        padding: 50px 15px;
        font-size: 21px;
        position: relative;

        @include xxxxl {
            font-size: 1.5vw;
            padding: 30px 10px;
        }

        @include md {
            font-size: 16px;
            padding: 30px 10px;
        }

        .inner {
            max-width: 1280px;
        }

        a {
            color: #000;
        }

        li {
            display: inline-block;

            span {
                border-left: 1px solid #000;

                @include md {
                    border: none;
                }
            }
        }
    }

    &_main {
        background-color: $COLOR_BLUE;
        padding: 40px 15px 60px;
        color: #fff;

        @include md {
            padding-bottom: 100px;
        }

        a {
            color: #fff;
        }

        // ul {
        //     padding: 1.5em 0;
        // }

        li {
            display: inline-block;
            font-size: 18px;

            @include md {
                font-size: 16px;
            }

            @include xs {
                display: block;
            }

            span {
                border-left: 1px solid #fff;

                @include md {
                    border: none;
                }
            }
        }

        .logo {
            padding: 1.5em 0;

            img {
                width: 238px;

                @include md {
                    max-width: 180px;
                    width: 50%;
                }
            }
        }

        .copyrights {
            font-size: 15px;
        }
    }
}
*/
.block_hero {
  background: url(https://home.entetsu.co.jp/chintai/brighty/images/bg_leaf.jpg) no-repeat center top, url(https://home.entetsu.co.jp/chintai/brighty/images/bg_qube1.jpg) no-repeat center bottom;
  background-size: 100% auto, 100% auto;
  position: relative;
  padding-bottom: 75px; }
  @media (max-width: 900px) {
    .block_hero {
      padding-bottom: 0; } }
  .block_hero_main {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
    left: 0;
    top: 22%;
    z-index: 1; }
    @media (max-width: 900px) {
      .block_hero_main {
        left: 5%;
        top: 22%;
        width: 90%;
        text-align: center; } }
    .block_hero_main .lead {
      font-size: 2.8vw;
      padding: 0.85em 50px 0.35em; }
      @media (max-width: 900px) {
        .block_hero_main .lead {
          font-size: 4.5vw; } }
    .block_hero_main h2 {
      font-size: 4.5vw;
      padding: 0 50px 0.5em; }
      @media (max-width: 900px) {
        .block_hero_main h2 {
          font-size: 7.5vw;
          padding: 0.5em; } }
    .block_hero_main .sub {
      padding: 0.5em 50px;
      font-size: 2.2vw;
      color: #fff;
      background: #323232;
      background: -webkit-gradient(linear, left top, right top, from(#323232), color-stop(25%, #2a4921), to(#002c00));
      background: -webkit-linear-gradient(left, #323232 0%, #2a4921 25%, #002c00 100%);
      background: -o-linear-gradient(left, #323232 0%, #2a4921 25%, #002c00 100%);
      background: linear-gradient(90deg, #323232 0%, #2a4921 25%, #002c00 100%);
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
      @media (max-width: 900px) {
        .block_hero_main .sub {
          font-size: 3.3vw;
          padding: 0.75em; } }
      .block_hero_main .sub em {
        font-size: 216%; }
  .block_hero_fig {
    width: 65%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .block_hero_fig {
        width: 100%; } }
    .block_hero_fig img {
      width: 100%; }
    .block_hero_fig_single {
      position: relative; }
    .block_hero_fig01 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .block_hero_fig01 p {
        right: 20px;
        top: 10px; }
      @media (max-width: 900px) {
        .block_hero_fig01 {
          overflow: hidden;
          text-align: right; }
          .block_hero_fig01 img {
            max-width: 150%;
            width: 150%;
            -webkit-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            transform: translateX(-20%); } }
    .block_hero_fig02 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .block_hero_fig02 p {
        left: 20px;
        bottom: 10px; }
    .block_hero_fig03 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .block_hero_fig03 p {
        right: 20px;
        bottom: 10px; }
    .block_hero_fig p {
      line-height: 1;
      position: absolute;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      font-size: 2.8vw;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      z-index: 1; }
      .block_hero_fig p .ja {
        font-size: 175%; }

.block_reserve {
  background-color: #dad2b9; }
  .block_reserve h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0.45em 20px;
    background: #40281d;
    background: -webkit-gradient(linear, left top, right top, from(#40281d), color-stop(25%, #3f271c), to(black));
    background: -webkit-linear-gradient(left, #40281d 0%, #3f271c 25%, black 100%);
    background: -o-linear-gradient(left, #40281d 0%, #3f271c 25%, black 100%);
    background: linear-gradient(90deg, #40281d 0%, #3f271c 25%, black 100%); }
    @media (max-width: 900px) {
      .block_reserve h2 {
        font-size: 26px; } }
    @media (max-width: 415px) {
      .block_reserve h2 {
        font-size: 28px; } }
  .block_reserve .inner {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 900px) {
      .block_reserve .inner {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media (max-width: 415px) {
      .block_reserve .inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .block_reserve p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0.75em; }
    @media (max-width: 900px) {
      .block_reserve p {
        font-size: 26px; } }
    @media (max-width: 415px) {
      .block_reserve p {
        font-size: 18px; } }
  .block_reserve ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block_reserve li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    background-color: #3f271c;
    height: 4em;
    font-size: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 7px; }
    @media (max-width: 415px) {
      .block_reserve li {
        font-size: 16px; } }
    @media (max-width: 900px) {
      .block_reserve li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%; } }
    .block_reserve li span {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.block_amenity {
  background: url(https://home.entetsu.co.jp/chintai/brighty/images/bg_leaf.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 130px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .block_amenity {
      padding: 100px 0 70px; } }
  @media (max-width: 415px) {
    .block_amenity {
      padding: 60px 0 40px; } }
  .block_amenity h2 {
    color: #bb3e3d;
    font-size: 60px;
    text-align: center;
    margin-bottom: 0.2em; }
    @media (max-width: 900px) {
      .block_amenity h2 {
        font-size: 50px; } }
    @media (max-width: 415px) {
      .block_amenity h2 {
        font-size: 38px; } }
    .block_amenity h2 em {
      font-size: 260%;
      display: inline-block;
      margin-right: 0.1em; }
  .block_amenity_single {
    position: relative;
    padding: 30px 0;
    overflow: hidden; }
    .block_amenity_single_slide {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      width: 48%;
      position: absolute;
      top: 30px; }
      @media (max-width: 900px) {
        .block_amenity_single_slide {
          position: relative;
          top: 0;
          width: 100vw; } }
      .block_amenity_single_slide_main {
        width: 48vw; }
        @media (max-width: 900px) {
          .block_amenity_single_slide_main {
            width: 100vw; } }
      .block_amenity_single_slide figure {
        width: 48vw; }
        @media (max-width: 900px) {
          .block_amenity_single_slide figure {
            width: 100vw; } }
        .block_amenity_single_slide figure img {
          width: 48vw;
          height: auto;
          max-width: 48vw; }
          @media (max-width: 900px) {
            .block_amenity_single_slide figure img {
              width: 100vw;
              max-width: 100vw; } }
    .block_amenity_single_main {
      max-width: 1020px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      height: 34vw; }
      @media (max-width: 900px) {
        .block_amenity_single_main {
          height: auto;
          margin-bottom: 0;
          padding: 0; } }
    .block_amenity_single_text {
      width: 45%; }
      @media (max-width: 900px) {
        .block_amenity_single_text {
          width: 100%;
          margin-bottom: 30px;
          padding-left: 20px;
          padding-right: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .block_amenity_single_thumbs {
      padding: 85px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 900px) {
        .block_amenity_single_thumbs {
          padding: 30px 20px; } }
      @media (max-width: 415px) {
        .block_amenity_single_thumbs {
          padding: 15px 10px; } }
      .block_amenity_single_thumbs li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        text-align: center; }
        .block_amenity_single_thumbs li img {
          width: 95%;
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .block_amenity_single .number {
      font-size: 100px;
      line-height: 1;
      margin-bottom: 0.1em; }
      .block_amenity_single .number em {
        font-weight: 100; }
      @media (max-width: 1200px) {
        .block_amenity_single .number {
          font-size: 80px; } }
      @media (max-width: 415px) {
        .block_amenity_single .number {
          font-size: 60px; } }
    .block_amenity_single h4 {
      font-size: 50px;
      line-height: 1.2;
      margin-bottom: 0.5em;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .block_amenity_single h4 {
          font-size: 35px; } }
      @media (max-width: 415px) {
        .block_amenity_single h4 {
          font-size: 30px; } }
    .block_amenity_single .text {
      font-size: 18px;
      line-height: 1.8; }
      @media (max-width: 900px) {
        .block_amenity_single .text {
          font-size: 16px; } }
      .block_amenity_single .text span {
        color: #bb3e3d; }
    .block_amenity_single01 .number {
      color: #45693c; }
    .block_amenity_single01 .block_amenity_single_slide {
      right: 0; }
    .block_amenity_single01 .block_amenity_single_thumbs {
      background-color: #ced5be; }
    .block_amenity_single01 .slick-dots .slick-active button:before,
    .block_amenity_single01 .slick-dots button:hover:before {
      background-color: #32462d; }
    .block_amenity_single02 .number {
      color: #f0961e;
      text-align: right; }
      @media (max-width: 900px) {
        .block_amenity_single02 .number {
          text-align: left; } }
    .block_amenity_single02 .block_amenity_single_slide {
      left: 0; }
    .block_amenity_single02 .block_amenity_single_text {
      margin-left: auto; }
      .block_amenity_single02 .block_amenity_single_text h4 {
        text-align: right; }
        @media (max-width: 900px) {
          .block_amenity_single02 .block_amenity_single_text h4 {
            text-align: left; } }
    .block_amenity_single02 .block_amenity_single_thumbs {
      background-color: #fbeabb; }
    .block_amenity_single02 .slick-dots .slick-active button:before,
    .block_amenity_single02 .slick-dots button:hover:before {
      background-color: #f0961e; }
    .block_amenity_single03 .number {
      color: #3b6271; }
    .block_amenity_single03 .block_amenity_single_slide {
      right: 0; }
    .block_amenity_single03 .block_amenity_single_thumbs {
      background-color: #bfdbe3; }
    .block_amenity_single03 .slick-dots .slick-active button:before,
    .block_amenity_single03 .slick-dots button:hover:before {
      background-color: #3b6271; }
    .block_amenity_single04 .number {
      color: #aca281;
      text-align: right; }
      @media (max-width: 900px) {
        .block_amenity_single04 .number {
          text-align: left; } }
    .block_amenity_single04 .block_amenity_single_slide {
      left: 0; }
    .block_amenity_single04 .block_amenity_single_text {
      margin-left: auto; }
      .block_amenity_single04 .block_amenity_single_text h4 {
        text-align: right; }
        @media (max-width: 900px) {
          .block_amenity_single04 .block_amenity_single_text h4 {
            text-align: left; } }
    .block_amenity_single04 .block_amenity_single_thumbs {
      background-color: #dad2b9; }
    .block_amenity_single04 .slick-dots .slick-active button:before,
    .block_amenity_single04 .slick-dots button:hover:before {
      background-color: #aca282; }

.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    border: none;
    outline: none;
    background-color: transparent;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -999px;
    position: relative; }
    .slick-dots button:before {
      display: block;
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50px;
      background-color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      @media (max-width: 650px) {
        .slick-dots button:before {
          width: 13px;
          height: 13px; } }

.block_service {
  background-color: #7d7d7d;
  padding: 85px 0;
  color: #fff; }
  @media (max-width: 900px) {
    .block_service {
      padding: 65px 0; } }
  @media (max-width: 415px) {
    .block_service {
      padding: 40px 0; } }
  .block_service h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 0.6em; }
    @media (max-width: 900px) {
      .block_service h2 {
        font-size: 40px; } }
    @media (max-width: 415px) {
      .block_service h2 {
        font-size: 30px; } }
  .block_service_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 415px) {
      .block_service_flex {
        margin: 0 0 15px; } }
  @media (max-width: 900px) {
    .block_service_single {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .block_service_single h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0.75em; }
    @media (max-width: 900px) {
      .block_service_single h3 {
        font-size: 28px; } }
    @media (max-width: 415px) {
      .block_service_single h3 {
        font-size: 22px;
        text-align: center; } }
  .block_service_single p {
    font-size: 16px;
    line-height: 1.6; }
  .block_service_single.col1 {
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      .block_service_single.col1 {
        margin-bottom: 30px;
        border-bottom: 1px solid #fff; } }
    .block_service_single.col1 .block_service_single_pad {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 900px) {
        .block_service_single.col1 .block_service_single_pad {
          display: block; } }
    .block_service_single.col1 figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
      flex: 0 1 80%; }
      @media (max-width: 900px) {
        .block_service_single.col1 figure {
          margin-bottom: 20px; } }
      .block_service_single.col1 figure img {
        width: 97%; }
        @media (max-width: 900px) {
          .block_service_single.col1 figure img {
            width: 100%; } }
    .block_service_single.col1 .block_service_single_main {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 245px;
      flex: 0 0 245px; }
  .block_service_single.col3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    @media (max-width: 900px) {
      .block_service_single.col3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (max-width: 415px) {
      .block_service_single.col3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .block_service_single.col3 h3 {
      height: 2.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      @media (max-width: 415px) {
        .block_service_single.col3 h3 {
          height: auto; } }
      .block_service_single.col3 h3 span {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 415px) {
          .block_service_single.col3 h3 span {
            position: static;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
    .block_service_single.col3 .block_service_single_pad {
      padding: 0 20px 0;
      border-right: 1px solid #fff;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 415px) {
        .block_service_single.col3 .block_service_single_pad {
          padding: 0 0 20px;
          border-right: none;
          border-bottom: 1px solid #fff; } }
    .block_service_single.col3:nth-last-of-type(1) .block_service_single_pad {
      border: none; }
    @media (max-width: 900px) {
      .block_service_single.col3:nth-last-of-type(2) .block_service_single_pad {
        border-right: none; } }
    .block_service_single.col3 figure {
      margin-bottom: 40px; }
      @media (max-width: 900px) {
        .block_service_single.col3 figure {
          margin-bottom: 20px; } }
  .block_service_sub {
    text-align: center;
    font-size: 30px; }
    @media (max-width: 900px) {
      .block_service_sub {
        font-size: 24px; } }
    @media (max-width: 415px) {
      .block_service_sub {
        font-size: 18px; } }
    .block_service_sub em {
      font-size: 133%;
      font-style: normal; }

.block_vr {
  padding: 85px 0 100px; }
  @media (max-width: 900px) {
    .block_vr {
      padding: 65px 0 80px; } }
  @media (max-width: 415px) {
    .block_vr {
      padding: 45px 0 50px; } }
  .block_vr h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0.5em; }
    @media (max-width: 900px) {
      .block_vr h2 {
        font-size: 40px; } }
    @media (max-width: 415px) {
      .block_vr h2 {
        font-size: 28px; } }
    .block_vr h2 em {
      font-size: 160%;
      font-style: normal;
      color: #45693c; }
      @media (max-width: 415px) {
        .block_vr h2 em {
          font-size: 150%; } }
  .block_vr_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block_vr_single_pad {
    padding: 0 20px 40px; }
    @media (max-width: 900px) {
      .block_vr_single_pad {
        padding: 0 0 20px; } }
  .block_vr_single_box {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .block_vr_single_box iframe {
      border: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
  .block_vr_single01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 795px;
    flex: 0 1 795px; }
  .block_vr_single02, .block_vr_single03 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px; }
    @media (max-width: 1200px) {
      .block_vr_single02, .block_vr_single03 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (max-width: 900px) {
      .block_vr_single02, .block_vr_single03 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.block_room {
  background: #ced5be;
  padding: 75px 0; }
  @media (max-width: 900px) {
    .block_room {
      padding: 55px 0; } }
  @media (max-width: 415px) {
    .block_room {
      padding: 40px 0; } }
  .block_room h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 1em; }
    @media (max-width: 900px) {
      .block_room h2 {
        font-size: 40px; } }
    @media (max-width: 415px) {
      .block_room h2 {
        font-size: 32px; } }
  .block_room_slide {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .block_room_slide_single {
      width: 320px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px; }
      @media (max-width: 900px) {
        .block_room_slide_single {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
          flex: 0 0 300px; } }
      .block_room_slide_single_pad {
        display: block;
        color: #323232;
        margin: 0 10px;
        background: #fff; }
      .block_room_slide_single_pad figure {
        max-height: 200px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
      .block_room_slide_single_pad figure img {
        width: 100%; }
      .block_room_slide_single_text {
        padding: 30px 40px;
        text-align: center; }
        @media (max-width: 900px) {
          .block_room_slide_single_text {
            padding: 20px 20px; } }
      .block_room_slide_single h3 {
        font-size: 20px;
        margin-bottom: 0.4em;
        line-height: 1.4; }
        @media (max-width: 900px) {
          .block_room_slide_single h3 {
            font-size: 18px; } }
      .block_room_slide_single p {
        font-size: 16px;
        line-height: 1.6; }
        @media (max-width: 900px) {
          .block_room_slide_single p {
            font-size: 15px; } }
  .block_room_btn {
    text-align: center; }
    .block_room_btn a {
      display: inline-block;
      max-width: 380px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0.85em 1em;
      color: #fff;
      position: relative;
      font-size: 20px;
      background: #32462d;
      background: -webkit-gradient(linear, left top, right top, from(#32462d), color-stop(25%, #1d4611), to(#002f00));
      background: -webkit-linear-gradient(left, #32462d 0%, #1d4611 25%, #002f00 100%);
      background: -o-linear-gradient(left, #32462d 0%, #1d4611 25%, #002f00 100%);
      background: linear-gradient(90deg, #32462d 0%, #1d4611 25%, #002f00 100%);
      -webkit-transition: -webkit-box-shadow 0.5s;
      transition: -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s;
      transition: box-shadow 0.5s;
      transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
      @media (max-width: 415px) {
        .block_room_btn a {
          font-size: 18; } }
      .block_room_btn a:hover {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
      .block_room_btn a:before, .block_room_btn a:after {
        display: block;
        content: "";
        position: absolute;
        border-top: 1px solid #fff;
        height: 0; }
      .block_room_btn a:before {
        width: 1.5em;
        right: 20px;
        top: 50%; }
      .block_room_btn a:after {
        -webkit-transform: rotate(45deg) translateY(-4px);
        -ms-transform: rotate(45deg) translateY(-4px);
        transform: rotate(45deg) translateY(-4px);
        width: 0.5em;
        right: 20px;
        top: 50%; }

.block_map iframe {
  width: 100%;
  height: 30vw; }
  @media (max-width: 900px) {
    .block_map iframe {
      height: 40vw; } }
  @media (max-width: 415px) {
    .block_map iframe {
      height: 100vw; } }

.block_style {
  padding: 140px 0 80px;
  background: url(https://home.entetsu.co.jp/chintai/brighty/images/bg_qube2.jpg) no-repeat center top;
  background-size: 100% auto; }
  @media (max-width: 900px) {
    .block_style {
      padding: 120px 0 60px; } }
  @media (max-width: 415px) {
    .block_style {
      padding: 70px 0 40px; } }
  .block_style h2 {
    font-size: 70px;
    text-align: center;
    margin-bottom: 0.3em;
    line-height: 1.3; }
    @media (max-width: 900px) {
      .block_style h2 {
        font-size: 42px; } }
    @media (max-width: 415px) {
      .block_style h2 {
        font-size: 34px; } }
  .block_style_lead {
    text-align: center;
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 1.5em; }
    @media (max-width: 900px) {
      .block_style_lead {
        font-size: 22px; } }
    @media (max-width: 415px) {
      .block_style_lead {
        font-size: 18px; } }
  .block_style_grid {
    margin: 0 -10px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .block_style_grid {
        margin: 0 -10px 55px; } }
    @media (max-width: 415px) {
      .block_style_grid {
        margin: 0 -5px 35px; } }
    .block_style_grid div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }
      .block_style_grid div figure {
        padding: 0 10px 20px; }
        @media (max-width: 415px) {
          .block_style_grid div figure {
            padding: 0 5px 10px; } }
  .block_style_info h3 {
    font-size: 30px;
    text-align: center;
    color: #32462d;
    margin-bottom: 0.2em; }
    @media (max-width: 900px) {
      .block_style_info h3 {
        font-size: 26px;
        margin-bottom: 0.3em; } }
    @media (max-width: 415px) {
      .block_style_info h3 {
        font-size: 24px;
        margin-bottom: 0.4em; } }
  .block_style_info_list {
    max-width: 750px;
    margin: 0 auto;
    border: 2px solid #32462d;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .block_style_info_list {
        padding: 30px; } }
    @media (max-width: 415px) {
      .block_style_info_list {
        padding: 25px;
        border-width: 1px; } }
  .block_style_info li {
    max-width: 440px;
    margin: 0 auto;
    padding: 0.2em 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 415px) {
      .block_style_info li {
        font-size: 16px; } }
    .block_style_info li span {
      position: relative;
      display: inline-block;
      padding-left: 1.2em; }
      .block_style_info li span::before {
        display: block;
        content: "";
        position: absolute;
        width: 0.75em;
        height: 0.75em;
        left: 0;
        top: 0.3em;
        background-color: #323232;
        border-radius: 50px; }

.block_contact {
  padding: 70px 0 75px;
  background-color: #7d7d7d;
  color: #fff;
  text-align: center; }
  @media (max-width: 900px) {
    .block_contact {
      padding: 60px 0 60px; } }
  @media (max-width: 415px) {
    .block_contact {
      padding: 35px 0 40px; } }
  .block_contact h2 {
    font-size: 30px;
    margin-bottom: 0.5em; }
    @media (max-width: 900px) {
      .block_contact h2 {
        font-size: 28px; } }
    @media (max-width: 415px) {
      .block_contact h2 {
        font-size: 24px;
        margin-bottom: 0.75em; } }
  .block_contact_btn {
    margin-bottom: 45px; }
    @media (max-width: 415px) {
      .block_contact_btn {
        margin-bottom: 30px; } }
    .block_contact_btn a {
      display: inline-block;
      width: 100%;
      max-width: 380px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.85em 1em;
      color: #fff;
      font-size: 24px;
      background: #eca62d;
      background: -webkit-gradient(linear, left top, right top, from(#eca62d), color-stop(25%, #eca62d), to(#ed930c));
      background: -webkit-linear-gradient(left, #eca62d 0%, #eca62d 25%, #ed930c 100%);
      background: -o-linear-gradient(left, #eca62d 0%, #eca62d 25%, #ed930c 100%);
      background: linear-gradient(90deg, #eca62d 0%, #eca62d 25%, #ed930c 100%);
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      -webkit-transition: -webkit-box-shadow 0.5s;
      transition: -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s;
      transition: box-shadow 0.5s;
      transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
      @media (max-width: 900px) {
        .block_contact_btn a {
          font-size: 22px; } }
      @media (max-width: 415px) {
        .block_contact_btn a {
          font-size: 18px; } }
      .block_contact_btn a:hover {
        -webkit-box-shadow: 0 3px 15px rgba(236, 166, 45, 0.5);
        box-shadow: 0 3px 15px rgba(236, 166, 45, 0.5); }
      .block_contact_btn a span {
        display: inline-block; }
      .block_contact_btn a .icon {
        margin-right: 20px; }
      .block_contact_btn a img {
        -webkit-transform: translateY(-0.2em);
        -ms-transform: translateY(-0.2em);
        transform: translateY(-0.2em);
        width: 34px; }
  .block_contact_org {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 1em; }
    @media (max-width: 900px) {
      .block_contact_org {
        font-size: 22px; } }
    @media (max-width: 415px) {
      .block_contact_org {
        font-size: 18px; } }
  .block_contact_tel {
    font-size: 40px;
    line-height: 0.8; }
    @media (max-width: 900px) {
      .block_contact_tel {
        font-size: 34px; } }
    @media (max-width: 415px) {
      .block_contact_tel {
        font-size: 28px; } }
    .block_contact_tel small {
      font-size: 50%; }
    .block_contact_tel em {
      font-size: 125%;
      font-style: normal; }
    .block_contact_tel a {
      color: #fff;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .block_contact_tel a:hover {
        color: #efb93c; }

/* Index */
/*
// common

.block_home {
    &_cap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;

        @include md {
            margin-bottom: 60px;
        }

        @include mds {
            margin-bottom: 55px;
        }

        @include xs {
            margin-bottom: 30px;
        }

        h2 {
            display: flex;
            align-items: center;

            span {
                font-size: 44px;
                // font-family: serif;
                color: $COLOR_BLACK_LITE;
                letter-spacing: 0.15em;
                margin-right: 0.5em;
                font-weight: bold;

                @include md {
                    font-size: 40px;
                }

                @include mds {
                    font-size: 38px;
                }

                @include xs {
                    margin-right: 0.3em;
                    letter-spacing: 0.05em;
                    font-size: 34px;
                }
            }

            small {
                font-size: 21px;
                color: $COLOR_BLUE;
                font-weight: bold;

                @include md {
                    font-size: 19px;
                }

                @include mds {
                    font-size: 17px;
                }

            }
        }

        p {
            @include md {
                display: none;
            }

            a {
                display: block;
                width: 220px;
                border: 1px solid $COLOR_BLUE;
                color: $COLOR_BLUE;
                text-align: center;
                padding: 0.5em 1em;
                position: relative;
                font-size: 18px;
                font-weight: bold;
                transition: background 0.3s, color 0.3s, box-shadow 0.4s;

                @include md {
                    width: 170px;
                }

                .delta {
                    position: absolute;
                    width: 20px;
                    top: 50%;
                    right: 15px;
                    transform: translateY(-50%);
                    font-size: 0;
                    transition: filter 0.3s;
                }

                &:hover {
                    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
                    background-color: $COLOR_BLUE;
                    color: #fff;

                    .delta {
                        filter: brightness(100);
                    }
                }
            }
        }
    }

    &_link {
        display: none;

        @include md {
            display: block;
            text-align: center;
            margin-bottom: 20px;
            // margin-top: 20px;

            a {
                display: inline-block;
                max-width: 390px;
                width: 100%;
                box-sizing: border-box;
                background-color: $COLOR_BLUE;
                color: #fff;
                font-size: 18px;
                padding: 0.6em 2em;
                position: relative;
                font-weight: bold;

                .delta {
                    width: 20px;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-size: 0;
                }
            }
        }
    }
}


// --

// hero --
.block_home_hero {
    margin-bottom: 30px;

    &_car {
        &_single {
            position: relative;
            // max-width: $MAX_WIDTH;
            max-width: 1100px;

            @include xxl {
                max-width: 90vw;
            }

            @include md {
                max-width: 100vw;
            }

            figure {
                padding-right: 15px;
                padding-left: 15px;

                @include md {
                    padding-right: 3px;
                    padding-left: 3px;
                }
            }

            .overray {
                position: absolute;
                width: 100%;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                box-sizing: border-box;
                padding-left: 10px;
                padding-right: 10px;
            }

            &01,
            &02,
            &03 {
                text-align: center;


                h2 {
                    color: #fff;
                    font-size: 34px;
                    font-weight: bold;
                    line-height: 1.2;
                    margin-bottom: 0.5em;

                    @include xxl {
                        font-size: 30px;
                    }

                    @include md {
                        font-size: 20px;
                    }

                    @include xs {
                        line-height: 1.4;
                        font-size: 17px;
                        margin-bottom: 0.7em;
                    }

                    strong {
                        font-size: 70px;

                        @include xxl {
                            font-size: 60px;
                        }

                        @include md {
                            font-size: 40px;
                        }

                        @include xs {
                            font-size: 34px;
                        }
                    }
                }

                .text {
                    color: #fff;
                    font-size: 19px;
                    font-weight: bold;
                    line-height: 1.8;
                    margin-bottom: 1.3em;

                    @include xxl {
                        font-size: 18px;
                    }

                    @include md {
                        font-size: 16px;
                    }
                }

                .link {
                    color: $COLOR_BLUE;
                    font-size: 19px;
                    font-weight: bold;
                    line-height: 1;

                    @include xxl {
                        font-size: 18px;
                    }

                    @include xs {
                        font-size: 16px;
                    }

                    a {
                        color: $COLOR_BLUE;
                        display: inline-block;
                        background: #fff;
                        // display: flex;
                        width: 250px;
                        padding: 0.8em 0.5em 1.1em;
                        box-sizing: border-box;
                        transition: background 0.3s, color 0.3s, box-shadow 0.3s;

                        @include xs {
                            width: 210px;
                            // padding: 0.5em 0.5em 0.8em;
                        }

                        &:hover {
                            background: $COLOR_BLUE;
                            color: #fff;
                            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);

                            img {
                                filter: brightness(100);
                            }
                        }
                    }

                    img {
                        display: inline-block;
                        transition: filter 0.3s;
                    }

                    .icon {
                        margin-right: 3px;
                        display: inline-block;

                        img {
                            width: 22px;
                        }
                    }

                    .delta {
                        margin-left: 5px;
                        display: inline-block;

                        img {
                            width: 24px;
                            transform: translateY(0.3em);

                            @include xs {
                                transform: translateY(0.2em);
                                width: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.slick {
    &-dots {
        display: flex;
        justify-content: center;

        li {
            flex: 0 0 80px;

            @include mds {
                flex: 0 0 70px;
            }

        }

        button {
            width: 100%;
            border: none;
            background: none;
            padding: 15px 0;
            text-indent: -999px;
            overflow: hidden;

            @include mds {
                padding: 10px 0 15px;
            }

            &:hover {
                &:after {
                    background-color: $COLOR_BLUE;
                }
            }

            &:after {
                content: "";
                display: block;
                width: 90%;
                height: 2px;
                margin-left: 5%;
                background-color: $COLOR_GRAY;
                transition: background 0.3s;
            }
        }
    }

    &-active {
        button {
            &:after {
                background-color: $COLOR_BLUE;
            }
        }
    }

}

// --

.block_home_product {
    margin-bottom: 80px;

    @include md {
        margin-bottom: 65px;
    }

    @include xs {
        margin-bottom: 55px;
    }

    &_list {
        display: flex;
        // justify-content: space-between;
        margin-left: -5px;
        margin-right: -5px;
        flex-wrap: wrap;
    }

    &_single {
        flex: 0 0 33.33%;

        @include md {
            flex: 0 0 50%;
            margin-bottom: 10px;
        }

        @include xs {
            flex: 0 0 100%;
        }

        a {
            display: block;
            height: 100%;
            border: 1px solid $COLOR_BLACK_LITE;
            position: relative;
            transition: border 0.3s, box-shadow 0.5s;
            margin-left: 5px;
            margin-right: 5px;

            &:hover {
                border-color: $COLOR_BLUE;
                box-shadow: 0 1px 7px rgba($COLOR_BLUE, 0.3);

                h3 {
                    color: $COLOR_BLUE;
                }

                .label span {
                    background-color: $COLOR_BLUE;
                }
            }

            @include xs {
                display: flex;
                align-items: center;
                padding-right: 35px;
            }
        }

        .label {
            span {
                display: inline-block;
                color: #fff;
                background-color: $COLOR_BLACK_LITE;
                font-size: 18px;
                font-weight: bold;
                padding: 0.1em 2.7em 0.1em 1em;
                position: relative;
                overflow: hidden;
                transition: background 0.3s;

                @include xs {
                    font-size: 16px;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                &:before {
                    @include addBeforeAfter;
                    background: #fff;
                    width: 5em;
                    height: 5em;
                    transform: rotate(50deg);
                    right: -3em;
                    top: 0em;
                }
            }
        }

        figure {
            text-align: center;
            margin-top: -10px;

            @include xs {
                margin-top: 0;
                flex: 45%;
                padding-top: 35px;
                padding-bottom: 7px;
                text-align: right;
            }

            img {
                width: 65%;

                @include xs {
                    width: 80%;
                }
            }
        }

        h3 {
            text-align: center;
            font-size: 29px;
            font-weight: bold;
            color: $COLOR_BLACK_LITE;
            padding-bottom: 0.3em;
            transition: color 0.3s;

            @include mds {
                font-size: 23px;
            }

            @include xs {

                font-size: 24px;
                flex: 0 0 55%;
            }

            span {
                display: block;

                &:nth-of-type(2) {
                    position: relative;

                    &:before {
                        @include addBeforeAfter;
                        // width: 100%;
                        height: 1px;
                        background: $COLOR_BLACK_LITE;
                        top: -0.07em;
                        left: 50%;
                        transform: translateX(-50%);
                    }
                }
            }
        }

        &01,
        &02 {
            h3 {
                letter-spacing: 0.2em;
                line-height: 1.7;

                @include xs {
                    letter-spacing: 0.05em;
                }
            }
        }

        &01 {
            h3 {
                span {
                    &:nth-of-type(2) {
                        &:before {
                            width: 3.5em;

                            @include xs {
                                width: 3.2em;
                            }
                        }
                    }
                }
            }
        }

        &02 {
            h3 {
                span {
                    &:nth-of-type(2) {
                        &:before {
                            width: 5.3em;

                            @include xs {
                                width: 4.8em;
                            }
                        }
                    }
                }
            }
        }

        .delta {
            position: absolute;
            right: 20px;
            bottom: 40px;
            font-size: 0;

            @include xs {
                right: 10px;
                bottom: 50%;
                transform: translateY(+50%);
            }
        }
    }
}

// --

.block_home_select {
    margin-bottom: 90px;

    @include md {
        margin-bottom: 65px;
    }

    @include xs {
        margin-bottom: 45px;
    }

    //     &_tab {
    //         &_head {
    //             display: flex;

    //             li {
    //                 flex: 0 0 50%;
    //             }

    //             button {
    //                 width: 100%;
    //                 display: block;
    //                 background-color: $COLOR_BLUE_LITE;
    //                 border: none;
    //                 color: $COLOR_BLUE;
    //                 font-size: 23px;
    //                 font-weight: bold;
    //                 // padding: 0.7em 2em 0.55em;
    //                 padding: 0.7em 1em 0.55em 3.5em;
    //                 overflow: hidden;
    //                 position: relative;
    //                 transition: background 0.3s, color 0.3s;
    //                 line-height: 1.3;

    //                 @include md {
    //                     font-size: 20px;
    //                 }

    //                 @include mds {
    //                     font-size: 17px;
    //                     padding: 0.5em 0.5em 0.25em 2em;
    //                     line-height: 1.2;
    //                 }

    //                 @include xss {
    //                     font-size: 16px;
    //                 }

    //                 &:before {
    //                     @include addBeforeAfter;
    //                     background: #fff;
    //                     width: 6em;
    //                     height: 6em;
    //                     transform: rotate(45deg);
    //                     left: -4.4em;
    //                     top: -3em;

    //                     @include mds {
    //                         width: 8em;
    //                         height: 8em;
    //                         left: -6.4em;
    //                         top: -4.9em;
    //                         transform: rotate(25deg);
    //                     }
    //                 }

    //                 &:hover {
    //                     background-color: $COLOR_BLUE;
    //                     color: #fff;
    //                 }
    //             }
    //         }

    //         &_body {
    //             background-color: $COLOR_BLUE_LITE;
    //             padding: 50px 0;
    //             margin-top: -2px;

    //             @include md {
    //                 padding: 40px 0;
    //             }

    //             @include mds {
    //                 padding: 30px 0;
    //             }

    //             @include xs {
    //                 padding: 25px 0;
    //             }

    //             &01,
    //             &02 {
    //                 transition: opacity 0.5s;
    //             }

    //             ul {
    //                 display: flex;
    //                 flex-wrap: wrap;
    //                 // justify-content: space-between;
    //                 margin-left: -5px;
    //                 margin-right: -5px;
    //             }

    //             li {
    //                 flex: 0 0 33.33%;
    //                 margin-bottom: 10px;

    //                 @include xl {
    //                     flex: 0 0 50%;
    //                 }
    //             }

    //             a {
    //                 margin: 0 5px;
    //                 // display: flex;
    //                 // align-items: center;
    //                 border: 1px solid #fff;
    //                 background-color: #fff;
    //                 color: $COLOR_BLUE;
    //                 height: 100%;
    //                 position: relative;
    //                 display: block;
    //                 height: 125px;
    //                 transition: border 0.3s, box-shadow;

    //                 @include mds {
    //                     height: 80px;
    //                 }

    //                 &:hover {
    //                     border-color: $COLOR_BLUE;
    //                     box-shadow: 0 0 7px rgba($COLOR_BLUE, 0.3);
    //                 }
    //             }

    //             .label {
    //                 display: block;
    //                 line-height: 1.3;
    //                 padding: 0 50px 0 75px;
    //                 width: 100%;
    //                 box-sizing: border-box;
    //                 position: absolute;
    //                 top: 50%;
    //                 left: 0;
    //                 transform: translateY(-50%);
    //                 font-weight: bold;
    //                 font-size: 16px;

    //                 @include xl {
    //                     font-size: 15px;
    //                 }

    //                 @include mds {
    //                     font-size: 10px;
    //                     padding: 0 5px 0 50px;
    //                 }

    //                 @include xss {
    //                     padding-left: 40px;
    //                 }

    //                 strong {
    //                     font-size: 28px;
    //                     display: block;

    //                     @include xxl {
    //                         font-size: 24px;
    //                     }

    //                     @include mds {
    //                         font-size: 16px;
    //                     }

    //                     @include xss {
    //                         font-size: 14px;
    //                     }
    //                 }

    //             }

    //             figure {
    //                 position: absolute;
    //                 left: 20px;
    //                 top: 50%;
    //                 transform: translateY(-50%);

    //                 @include mds {
    //                     left: 10px;
    //                 }

    //                 @include xss {
    //                     left: 7px;
    //                 }


    //                 img {
    //                     width: 45px;

    //                     @include mds {
    //                         width: 30px;
    //                     }

    //                     @include xss {
    //                         width: 25px;
    //                     }
    //                 }
    //             }

    //             .delta {
    //                 position: absolute;
    //                 right: 20px;
    //                 top: 50%;
    //                 transform: translateY(-50%);

    //                 @include mds {
    //                     display: none;
    //                 }

    //                 img {
    //                     width: 24px;
    //                 }
    //             }
    //         }
    //     }
    // }

    // // タブの切り替え
    // .js_tab_stat {
    //     &1 {
    //         .block_home_select_tab_head {
    //             li {
    //                 &:nth-of-type(2) {
    //                     button {
    //                         background-color: $COLOR_BLUE;
    //                         color: #fff;
    //                     }
    //                 }
    //             }
    //         }

    //         .block_home_select_tab_body01 {
    //             // display: block;
    //             visibility: visible;
    //             opacity: 1;
    //         }

    //         .block_home_select_tab_body02 {
    //             // display: none;
    //             visibility: hidden;
    //             height: 0;
    //             opacity: 0;
    //         }
    //     }

    //     &2 {
    //         .block_home_select_tab_head {
    //             li {
    //                 &:nth-of-type(1) {
    //                     button {
    //                         background-color: $COLOR_BLUE;
    //                         color: #fff;
    //                     }
    //                 }
    //             }
    //         }

    //         .block_home_select_tab_body01 {
    //             // display: none;
    //             visibility: hidden;
    //             height: 0;
    //             opacity: 0;
    //         }

    //         .block_home_select_tab_body02 {
    //             // display: block;
    //             visibility: visible;
    //             opacity: 1;
    //         }

    //     }
}

// --

.block_home_case {
    margin-bottom: 30px;

    @include mds {
        margin-bottom: 50px;

        // .inner {
        //     padding: 0;
        // }
    }

    &_single {
        margin-bottom: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid $COLOR_GRAY_LITE;

        @include mds {
            margin-left: -$PADDING_SIDE;
            margin-right: -$PADDING_SIDE;
            padding-left: $PADDING_SIDE;
            padding-right: $PADDING_SIDE;
        }

        &:nth-last-of-type(1) {
            border: none;
            margin-bottom: 0;
        }

        a {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            color: $COLOR_BLACK;
            position: relative;

            @include mds {
                display: block;
            }

            &:hover {
                figure img {
                    transform: scale(1.03);
                }

                h3,
                h4 {
                    color: $COLOR_BLUE;
                }

                .delta {
                    right: -5px;
                }
            }
        }

        figure {
            flex: 0 0 30%;
            overflow: hidden;
            font-size: 0;

            @include mds {
                margin-bottom: 20px;
            }

            img {
                transition: transform 0.3s;
            }
        }

        a>div {
            flex: 0 0 66%;

            h3 {
                font-size: 23px;
                font-weight: bold;
                margin-bottom: 0.5em;
                padding-right: 80px;
                transition: color 0.3s;

                @include mds {
                    padding-right: 0;
                }
            }

            .text {
                font-size: 18px;
                margin-bottom: 1em;
                padding-right: 80px;
                line-height: 2;

                @include mds {
                    padding-right: 0;
                    line-height: 1.7;
                }
            }

            h4 {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 0.6em;
                transition: color 0.3s;

                span {
                    display: inline-block;
                    position: relative;
                    padding-left: 1.9em;

                    &:before {
                        @include addBeforeAfter;
                        width: 1.5em;
                        height: 1px;
                        background-color: $COLOR_BLUE;
                        left: 0;
                        top: 49.5%;
                    }
                }
            }


            li {
                display: inline-block;
                font-size: 17px;
                margin: 0 10px 10px 0;

                @include mds {
                    font-size: 15px;
                    margin-bottom: 5px;
                }

                @include xs {
                    font-size: 13px;
                }

                span {
                    display: inline-block;
                    border: 1px solid $COLOR_GRAY_DARK;
                    border-radius: 50px;
                    padding: 0.3em 1.2em 0.2em;
                }
            }
        }

        .delta {
            position: absolute;
            width: 36px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: right 0.3s;
            font-size: 0;

            @include mds {
                display: none;
            }
        }

        .link {
            display: none;

            @include mds {
                display: block;
                text-align: right;
                position: relative;
                margin-top: 15px;

                .label {
                    display: inline-block;
                    border: 1px solid $COLOR_BLUE;
                    color: $COLOR_BLUE;
                    padding: 0.6em 2.75em 0.4em 1.5em;
                    font-size: 16px;
                    font-weight: bold;
                }

                img {
                    width: 20px;
                    position: absolute;
                    right: 12px;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
        }
    }

    // .block_home_link {

    //     @include mds {
    //         padding-left: $PADDING_SIDE;
    //         padding-right: $PADDING_SIDE;
    //     }
    // }
}

// --

// --
.block_home_cap+.block_home_news_single {
    margin-top: -30px;
}

.block_home_news {
    background-color: #F0F0F0;
    padding: 90px 0 50px;

    @include md {
        padding: 75px 0 40px;
    }

    @include mds {
        padding: 50px 0 40px;
    }

    .block_home_link {
        @include md {
            margin-top: 30px;
        }
    }

    &_single {
        &:nth-of-type(1) {
            margin-top: -30px;
        }

        a {
            padding: 30px 0;
        }

        // margin-bottom: 25px;
        // padding-bottom: 25px;
        border-bottom: 1px solid $COLOR_GRAY_LITE;

        @include mds {
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        // a {
        // display: flex;
        // position: relative;

        // @include mds {
        //     display: block;
        // }

        // &:hover {
        //     &>div {
        //         color: $COLOR_BLUE;
        //     }

        //     .delta {
        //         right: 13px;
        //     }
        // }

        // &>p {
        //     flex: 0 0 145px;

        //     span {
        //         display: block;
        //         width: 130px;
        //         position: relative;
        //         overflow: hidden;
        //         color: #fff;
        //         text-align: center;
        //         box-sizing: border-box;
        //         padding: 0.2em 1em 0 0.1em;
        //         font-size: 17px;
        //         font-weight: bold;

        //         &:after {
        //             @include addBeforeAfter;
        //             width: 3em;
        //             height: 4em;
        //             right: -2.2em;
        //             top: -0.5em;
        //             transform: rotate(45deg);
        //             background: #F0F0F0;
        //         }
        //     }
        // }

        // &>div {
        //     color: $COLOR_BLACK;
        //     transition: color 0.3s;

        //     @include mds {
        //         margin-top: -2em;
        //     }

        //     .date {
        //         font-size: 17px;
        //         font-weight: bold;
        //         padding-top: 0.2em;
        //         margin-bottom: 0.75em;
        //         padding-right: 50px;

        //         @include mds {
        //             padding-left: 140px;
        //         }
        //     }

        //     .text {
        //         font-size: 18px;
        //         line-height: 1.8;
        //         padding-right: 50px;

        //         @include mds {
        //             padding-right: 0;
        //         }
        //     }
        // }

        // .delta {
        //     position: absolute;
        //     width: 20px;
        //     right: 18px;
        //     top: 50%;
        //     transform: translateY(-50%);
        //     transition: right 0.3s;
        //     font-size: 0;

        //     @include mds {
        //         display: none;
        //     }
        // }
        // }
    }
}
*/
/*
.tag {
    &_green {
        background-color: #67A3AC;
    }

    &_blue {
        background-color: #6C8DB9;
    }

    &_gray {
        background-color: #8E939C;
    }
}
*/
/*
// --

.block_home_ban {
    background-color: #F0F0F0;
    padding: 0 0 90px;

    @include md {
        padding: 0 0 80px;
    }

    @include mds {
        padding: 0 0 65px;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
        // justify-content: space-between;
        margin-left: -5px;
        margin-right: -5px;
    }

    li {
        flex: 0 0 33.33%;

        @include md {
            flex: 0 0 50%;
            margin-bottom: 10px;
        }

        @include xs {
            flex: 0 0 100%;
        }
    }

    a {
        position: relative;
        display: block;
        margin-left: 5px;
        margin-right: 5px;

        transition: box-shadow 0.4s;

        &:hover {
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);

            figure img {
                transform: scale(1.05);
                filter: brightness(0.8);
            }

            .delta {
                right: 17px;
            }
        }

        .label {
            position: absolute;
            color: #fff;
            text-align: center;
            display: block;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 26px;
            font-weight: bold;
            z-index: 1;

            @include mds {
                font-size: 24px;
            }

            @include xs {
                font-size: 28px;
            }
        }

        figure {
            font-size: 0;
            overflow: hidden;

            img {
                transition: transform 0.3s, filter 0.3s;
            }
        }

        .delta {
            font-size: 0;
            position: absolute;
            width: 24px;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: right 0.3s;
            z-index: 1;

            @include mds {
                width: 20px;
                right: 15px;
            }
        }
    }
}
*/
/* Common Layout */
/*
.cmn_head {
    text-align: center;
    margin-bottom: 50px;

    @include md {
        margin-bottom: 25px;
    }

    h2 {
        font-size: 60px;

        @include xxxl {
            font-size: 3.4vw;
        }

        @include xl {
            font-size: 40px;
        }

        @include md {
            font-size: 32px;
        }
    }

    p {
        font-size: 21px;

        @include xxl {
            font-size: 18px;
        }

        @include md {
            font-size: 16px;
        }

        span {
            position: relative;
            // background-color: #fff;
            display: inline-block;
            padding: 0 0.5em;

            &:before,
            &:after {
                @include addBeforeAfter;
                border-top: 1px solid $COLOR_BLUE;
                top: 50%;
                width: 2em;
            }

            &:before {
                left: -2em;
            }

            &:after {
                right: -2em;
            }
        }
    }
}

// --------------------------------------------------------------


// --------------------------------------------------------------
.block_caution+.block_news {
    margin-top: 100px;

    @include md {
        margin-top: 50px;
    }
}

// --------------------------------------------------------------

.block_caution {
    margin-top: -15vw;
    position: relative;
    z-index: 1;

    @include md {
        margin-top: -10vw;
    }
}

.block_news {
    margin: -10vw 0 135px;
    position: relative;

    @include md {
        margin: -10vw 0 70px;
    }

    &_list {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        height: 450px;
        overflow-y: scroll;

        a {
            &:hover {

                dt,
                dd {
                    color: $COLOR_BLUE;
                }
            }

            &:nth-of-type(1) {
                dl {
                    border: none;
                }
            }
        }

        dl {
            font-size: 22px;
            display: flex;
            padding: 30px 0;
            border-top: 1px solid #e0e0e0;

            @include md {
                font-size: 16px;
                display: block;
            }
        }

        dt {
            flex: 0 0 10em;
            color: #666;
            transition: color 0.3s;
        }

        dd {
            flex: 0 1 95%;
            color: #000;
            display: flex;
            transition: color 0.3s;

            &>span {
                &:nth-of-type(1) {
                    flex: 0 1 95%;
                }

                &:nth-of-type(2) {
                    flex: 0 0 65px;
                    text-align: center;

                    img {
                        width: 32px;
                    }
                }
            }
        }
    }
}

// --------------------------------------------------------------

// --------------------------------------------------------------


// --------------------------------------------------------------

.block_link {
    padding: 50px 0 130px;

    @include md {
        padding: 30px 0 70px;
    }

    .inner {
        max-width: 1500px;
    }

    &_flex {
        display: flex;
        // justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    &_single {
        flex: 0 0 33.33%;
        margin-bottom: 30px;

        @include md {
            flex: 0 0 50%;
            margin-bottom: 15px;
        }

        a {
            display: block;
            margin: 0 10px;
            color: #000;

            &:hover {
                figure {
                    img {
                        opacity: 0.7;
                    }
                }
            }
        }

        figure {
            margin-bottom: 3px;

            img {
                width: 100%;
                transition: opacity 0.3s;
            }
        }

        p {
            font-size: 21px;

            @include md {
                font-size: 14px;
            }

            img {
                width: 0.7em;
                margin-right: 0.3em;
            }
        }
    }
}

// --------------------------------------------------------------
*/
