@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, .prbg, 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

h1,h2,h3{font-weight: bold;}
@media only screen and (max-width: 950px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 770px) {
  .sp {
    display: none !important; } }

.pc-none{
  display: block;
  text-align: center;
}
.rwd-none{
  display:none;
}

@media only screen and (min-width: 770px) {
.rwd-none{
  display: block;
  text-align: center;

}
.pc-none{
  display: none;
} 
}

.tbrD {
  background: linear-gradient(to bottom right, #f7f9fa calc(50% - 1px), #d3ad8a , #f7f9fa calc(50% + 1px) )
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
  border-collapse: collapse;
}


#__bs_notify__ {
  display: none !important; }

#whole-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999999999; }


html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

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

picture img{
  display: block;
  width: 100vw ;
  height: auto;
}  

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

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s; }
  @media only screen and (min-width: 768px) {
    a:hover {
      opacity: 0.7; } }

input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

button,
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  button::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  button::focus,
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.row {overflow: hidden;}


.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }


.inner {
  max-width: 1330px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 950px) {
    .inner {
      padding: 0 15px; } }

.inner-small {
  max-width: 1030px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 950px) {
    .inner-small {
      padding: 0 15px; } }

.inviewFadeTop {
  position: relative;
  top: 10px;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeTop.on {
    opacity: 1;
    top: 0; }

.inviewFadeLeft {
  position: relative;
  left: 3em;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeLeft.on {
    opacity: 1;
    left: 0; }

.inviewFadeRight {
  position: relative;
  right: 3em;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFadeRight.on {
    opacity: 1;
    right: 0; }

.inviewFade {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .inviewFade.on {
    opacity: 1; }

#footer-news {
  margin-top: 115px;
  background: #efefed;
  padding-bottom: 40px; }
  @media only screen and (max-width: 950px) {
    #footer-news {
      margin-top: 60px;
      padding-bottom: 30px; } }
  #footer-news .inner {
    position: relative; }
  #footer-news .prbg {
    position: relative;
    padding: 16px 0;
    background: #d5ccbd; }
    @media only screen and (max-width: 950px) {
      #footer-news .prbg {
        padding: 10px 0; } }
    #footer-news .prbg p {
      font-family: serif;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em;
      color: #887660;
     }
      @media only screen and (max-width: 950px) {
        #footer-news .prbg p {
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em; } }
      #footer-news .prbg p span {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-left: 30px; }
        @media only screen and (max-width: 950px) {
          #footer-news .prbg p span {
            margin-left: 20px;
            font-size: 13px;
            font-size: 1.3rem; } }
    #footer-news .prbg .more {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 950px) {
        #footer-news .prbg .more {
          right: 15px; } }
      #footer-news .prbg .more a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          #footer-news .prbg .more a:hover > span {
            right: 10px; }
          #footer-news .prbg .more a:hover em {
            opacity: 0; } }
      #footer-news .prbg .more a em {
        font-size: 10px;
        font-size: 1rem;
        font-family: serif;
        letter-spacing: 0.2em;
        display: inline-block;
        vertical-align: middle;
        transition: opacity 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
      #footer-news .prbg .more a > span {
        width: 25px;
        height: 15px;
        margin: auto;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        right: 0;
        transition: right 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
        @media only screen and (max-width: 950px) {
          #footer-news .prbg .more a > span {
            display: none; } }
        #footer-news .prbg .more a > span span {
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          background: #000; }
          #footer-news .prbg .more a > span span:nth-child(1) {
            top: 0; }
          #footer-news .prbg .more a > span span:nth-child(2) {
            top: 7px; }
          #footer-news .prbg .more a > span span:nth-child(3) {
            bottom: 0; }
  #footer-news .news-col {
    width: 50%;
    margin-top: 45px; }
    @media only screen and (max-width: 950px) {
      #footer-news .news-col {
        width: 49%;
        margin-top: 25px; } }
    #footer-news .news-col a {
      display: block; }
      #footer-news .news-col a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          #footer-news .news-col a:hover figure .img-box img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); } }
      #footer-news .news-col a figure {
        font-size: 0; }
        #footer-news .news-col a figure .img-box,
        #footer-news .news-col a figure figcaption {
          display: inline-block;
          vertical-align: middle; }
        #footer-news .news-col a figure .img-box {
          width: 27.2727273%;
          overflow: hidden;
          position: relative; }
          @media only screen and (max-width: 950px) {
            #footer-news .news-col a figure .img-box {
              width: 100%; } }
          #footer-news .news-col a figure .img-box img {
            transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        #footer-news .news-col a figure figcaption {
          width: 72.7272727%;
          padding: 27px 40px; }
          @media only screen and (max-width: 950px) {
            #footer-news .news-col a figure figcaption {
              width: 100%;
              padding: 0; } }
          #footer-news .news-col a figure figcaption .date {
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0.1em; }
            @media only screen and (max-width: 950px) {
              #footer-news .news-col a figure figcaption .date {
                font-size: 11px;
                font-size: 1.1rem;
                margin-top: 10px; } }
          #footer-news .news-col a figure figcaption .body {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            line-height: 1.6;
            margin-top: 10px;font-weight: bold;color: #61410d; }
            @media only screen and (max-width: 950px) {
              #footer-news .news-col a figure figcaption .body {
                font-size: 12px;
                font-size: 1.2rem;
                margin-top: 5px; } }

.footer {
  padding-bottom: 50px;
}
  @media only screen and (max-width: 950px) {
    .footer {
      padding-bottom: 80px; } }
  .footer__cvarea {
    margin-top: 100px; }

    .footer__cvarea a {
      display: block;
      width: 100%;
      color: #000;
      text-align: center;
      padding: 27px 0;
      overflow: hidden;
      background: transparent;
      transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; 
    }
      @media only screen and (max-width: 950px) {
        .footer__cvarea a {
          width: 100%;
          padding: 18px 0;
         } }
      @media only screen and (min-width: 768px) {
        .footer__cvarea a:hover {
          opacity: 1;
          /* color: #fff;  */
        }
          .footer__cvarea a:hover:before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            width: 300%;
            height: 200%;
            left: -100%;
            transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } 
          }
      .footer__cvarea a span {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.3em;
        font-family: serif;
        position: relative;
        z-index: 1;
        background: transparent; 
      }
        @media only screen and (max-width: 950px) {
          .footer__cvarea a span {
            font-size: 20px;
            font-size: 2rem; } }
        .footer__cvarea a span em {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.3em; }
          @media only screen and (max-width: 950px) {
            .footer__cvarea a span em {
              font-size: 13px;
              font-size: 1.3rem; } }
    .footer__cvarea p{
      font-size: 20px;
      text-align: center;
      margin: 50px 0;
    }          
  .footer__totop {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 90px;
   }
    @media only screen and (max-width: 950px) {
      .footer__totop {
        margin-top: 40px; } }
    .footer__totop a {
      display: block;
      margin: auto;
      width: 9px; }
      @media only screen and (min-width: 768px) {
        .footer__totop a {
          height: 200px; } }
      .footer__totop a:hover {
        opacity: 1; }
        .footer__totop a:hover span:nth-child(1):before {
          top: 100%; }
      .footer__totop a span {
        display: block; }
        .footer__totop a span:nth-child(1) {
          width: 1px;
          height: 130px;
          position: relative;
          margin: auto;
          overflow: hidden; }
          .footer__totop a span:nth-child(1):before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            top: 0;
            left: 0;
            transition: all 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
        .footer__totop a span:nth-child(2) {
          margin-top: 18px;
          font-family: serif;
          -ms-writing-mode: tb-rl;
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -o-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          font-size: 10px;
          font-size: 1rem;
          letter-spacing: 0.2em;
          color: #000; }
  .footer__content {
    border-top: 1px solid #9a9a9a;
    margin-top: 75px; }
    @media only screen and (max-width: 950px) {
      .footer__content {
        margin-top: 40px; } }
    .footer__content__upper {
      overflow: hidden;
      background: #fff;
      padding: 20px; }
    .footer__content__bottom {
      padding-top: 75px; }
      @media only screen and (max-width: 950px) {
        .footer__content__bottom {
          padding-top: 30px; } }
      .footer__content__bottom p {
        text-align: center; }
        .footer__content__bottom p span {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-size: 1.8rem;
          font-family:sans-serif;
          color: #887660;
          margin: 0 22.5px;
          letter-spacing: 0.26em; }
          @media only screen and (max-width: 1260px) {
            .footer__content__bottom p span {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media only screen and (max-width: 950px) {
            .footer__content__bottom p span {
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1.6; } }
      .footer__content__bottom .copy {
        text-align: center;
        font-family:sans-serif;
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 0.3em;
        color: #737373;
        margin-top: 40px; }
        @media only screen and (max-width: 950px) {
          .footer__content__bottom .copy {
            letter-spacing: 0.1em;
            margin-top: 20px; } }

.footer__brand {
  float: left; }
  @media only screen and (max-width: 950px) {
    .footer__brand {
      display: none; } }
  .footer__brand a {
    display: block; }
    .footer__brand a img {
      width: 200px; }
      @media only screen and (max-width: 1260px) {
        .footer__brand a img {
          width: 140px; } }

.footer__nav {
  padding-top: 25px;
  padding-right: 50px;
  text-align: center;
}
  @media only screen and (max-width: 1260px) {
    .footer__nav {
      padding: 0px; } }
  .footer__nav ul li {
    position: relative;
    padding-left: 85px; }
    @media only screen and (max-width: 1260px) {
      .footer__nav ul li {
        padding-left: 40px; } }
      @media only screen and (max-width: 950px) {
    .footer__nav ul li{ line-height: 26px;position: unset;display: inline;} }
      @media only screen and (max-width: 1260px) {
        .footer__nav ul li:before {
          left: 18px; } }
      .footer__nav ul li:first-child:before {
        content: none; }
    .footer__nav ul li a {
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #887660; }
      .footer__nav ul li a em,
      .footer__nav ul li a span {
        display: block;
        color: #695c5c;
        text-align: center; }
      .footer__nav ul li a em {
        font-family: serif;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.15em; }
        @media only screen and (max-width: 1260px) {
          .footer__nav ul li a em {
            font-size: 15px;
            font-size: 1.5rem; } }
      .footer__nav ul li a span {
        font-family: serif;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
        margin-top: 10px; }
        @media only screen and (max-width: 1260px) {
          .footer__nav ul li a span {
            font-size: 11px;
            font-size: 1.1rem; } }
.ser_foot{display: block;font-size: 16px;font-weight: 600;color: #3c5896;padding-bottom: 15px;}
.footer__nav .ser_foot li{padding: 20px;display: inline-block;}
.place{display: inline-flex;font-size: 16px;font-weight: 600;color: #b1a290;}
.header {
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0 20px 30px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition: transform 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
  @media only screen and (max-width: 950px) {
    .header {
      padding: 10px 0 10px 15px;
      overflow: visible; } }
  .header.hide {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .header__brand {
    float: left; }
    @media only screen and (max-width: 950px) {
      .header__brand {
        position: relative;
        z-index: 1; } }
    .header__brand a {
      display: block; }
      .header__brand a img {width: 200px; }
        @media only screen and (max-width: 1340px) {
          .header__brand a img {
            width: 220px; } }
        @media only screen and (max-width: 1260px) {
          .header__brand a img {
            width: 180px; } }
        @media only screen and (max-width: 950px) {
          .header__brand a img {
            width: 170px; } }
  .header__sp-trigger {
    position: absolute;
    width: 30px;
    height: 18px;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto; }
    .header__sp-trigger a {
      position: absolute;
      display: block;
      width: 30px;
      height: 18px; }
      .header__sp-trigger a span {
        position: absolute;
        top: 0;
        left: 0;
        background: #695c5c;
        width: 100%;
        height: 1px;
        transition: all 0.3s; }
        .header__sp-trigger a span:nth-child(2) {
          top: 8px; }
        .header__sp-trigger a span:nth-child(3) {
          top: auto;
          bottom: 0; }
    .header__sp-trigger.on a span:nth-child(1) {
      top: 8px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header__sp-trigger.on a span:nth-child(2) {
      opacity: 0; }
    .header__sp-trigger.on a span:nth-child(3) {
      bottom: 8px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

  .header__nav {
    float: right;
    padding-top: 10px;
    padding-right: 50px; }
    @media only screen and (max-width: 950px) {
      .header__nav .flex-row {
        display: block; } }
    @media only screen and (max-width: 1260px) {
      .header__nav {
        padding-top: 0px; } }
    @media only screen and (max-width: 950px) {
      .header__nav {
        display: none;
        float: none;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #fff; } }
    @media only screen and (max-width: 950px) {
      .header__nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
    .header__nav ul li {
      position: relative;
      padding-left: 85px; }
      @media only screen and (max-width: 1260px) {
        .header__nav ul li {
          padding-left: 40px; } }
      @media only screen and (max-width: 950px) {
        .header__nav ul li {
          padding-left: 0;
          margin: 35px 0; } }
      .header__nav ul li:before {
        content: "";
        width: 1px;
        height: 135%;
        position: absolute;
        top: -5px;
        bottom: 0;
        left: 40px;
        background: #b5b5b5;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg); }
        @media only screen and (max-width: 1260px) {
          .header__nav ul li:before {
            left: 18px; } }
        @media only screen and (max-width: 950px) {
          .header__nav ul li:before {
            content: none; } }
      .header__nav ul li:first-child {
        padding-left: 0; }
        .header__nav ul li:first-child:before {
          content: none; }
      .header__nav ul li a {
        display: block;
        text-align: center; }
        .header__nav ul li a em,
        .header__nav ul li a span {
          display: block;
          color: #695c5c;
          text-align: center; }
        .header__nav ul li a em {
          font-family: serif;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.15em; }
          @media only screen and (max-width: 1260px) {
            .header__nav ul li a em {
              font-size: 15px;
              font-size: 1.5rem; } }
        .header__nav ul li a span {
          font-family: serif;
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.2em;
          margin-top: 10px; }
          @media only screen and (max-width: 1260px) {
            .header__nav ul li a span {
              font-size: 11px;
              font-size: 1.1rem; } }

        body.menu-open {
  overflow: hidden;
}

.btn {
  display: block;
  text-align: center;
  width: 230px;
  padding: 21.5px 0;
  position: relative;
  margin: 100px auto 0; }
  .btn:after, .btn:before {
    content: "";
    background: #a1a1a1;
    width: 100%;
    height: 1px;
    position: absolute;
    transition: left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), right 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
  .btn:before {
    top: 0;
    left: 20px; }
  .btn:after {
    bottom: 0;
    right: 20px; }
  .btn span {
    font-family: serif;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.2em; }
    .btn span:after, .btn span:before {
      content: "";
      background: #a1a1a1;
      width: 1px;
      height: 0%;
      position: absolute;
      transition: height 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
    .btn span:before {
      top: 0;
      left: 0px; }
    .btn span:after {
      bottom: 0;
      right: 0px; }
  .btn:hover {
    opacity: 1; }
    .btn:hover:before {
      left: 0; }
    .btn:hover:after {
      right: 0; }
    .btn:hover span:before, .btn:hover span:after {
      transition: height 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
      height: 100%; }

.daily-bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .daily-bnr a {
    display: block;
    position: relative; }
    .daily-bnr a:hover {
      opacity: 1; }
      .daily-bnr a:hover:before {
        width: calc(100% + 15px);
        height: calc(100% + 15px);
        top: -30px;
        left: -30px; }
      .daily-bnr a:hover img {
        top: -20px;
        left: -20px; }
    .daily-bnr a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      top: -10px;
      left: -10px;
      z-index: 0;
      transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
      opacity: 1; }
    .daily-bnr a img {
      width: 180px;
      position: relative;
      top: 0px;
      left: 0px;
      z-index: 1;
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
      @media only screen and (max-width: 950px) {
        .daily-bnr a img {
          width: 100px; } }

.sub-whole h3 {
  color: #695c5c;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
  font-family: serif; }
  @media only screen and (max-width: 950px) {
    .sub-whole h3 {
      font-size: 23px;
      font-size: 2.3rem; } }

.sub-whole h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: serif;
  letter-spacing: 0.3em;
  text-align: center;
  color: #695c5c;
  line-height: 1;
  padding-top: 30px; }
  @media only screen and (max-width: 950px) {
    .sub-whole h4 {
      font-size: 20px;
      font-size: 2rem;
      padding-top: 20px;
      line-height: 2; } }
  .sub-whole h4 span {
    position: relative;
    line-height: 1; }
    .sub-whole h4 span:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: #695c5c;
      left: -7px;
      right: 0;
      top: -12px;
      margin: auto; }
      @media only screen and (max-width: 950px) {
        .sub-whole h4 span:before {
          width: 4px;
          height: 4px;
          border-radius: 4px;
          top: -3px;
          left: -5px; } }

.sub-whole h5 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-family: serif;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #695c5c;
  color: #695c5c;
  padding-bottom: 24px;
  line-height: 1; }
  @media only screen and (max-width: 950px) {
    .sub-whole h5 {
      font-size: 20px;
      font-size: 2rem; } }

.wp-pagenavi {
  text-align: center;
  font-family:sans-serif;
  margin-top: 80px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    padding: 18px; }
  .wp-pagenavi .current {
    position: relative; }
    .wp-pagenavi .current:before {
      content: "";
      width: 16px;
      height: 1px;
      background: #222;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: auto; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 68px;
    height: 24px;
    display: inline-block;
    position: relative; }
  .wp-pagenavi .previouspostslink {
    margin-right: 30px; }
    .wp-pagenavi .previouspostslink:before {
      content: "";
      width: 54px;
      height: 1px;
      background: #222;
      position: absolute;
      right: 0;
      bottom: 0; }
    .wp-pagenavi .previouspostslink:after {
      content: "";
      width: 24px;
      height: 1px;
      background: #222;
      position: absolute;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 0;
      top: 9px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 30px; }
    .wp-pagenavi .nextpostslink:before {
      content: "";
      width: 54px;
      height: 1px;
      background: #222;
      position: absolute;
      left: 0;
      bottom: 0; }
    .wp-pagenavi .nextpostslink:after {
      content: "";
      width: 24px;
      height: 1px;
      background: #222;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 0;
      top: 9px; }

#sub-main {
  margin-top: 98px;
  height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 950px) {
    #sub-main {
      margin-top: 55px;
      height: 200px;
      background-position: unset; 
    } }
  #sub-main .top_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: normal; }
    #sub-main .top_tit span {
      display: block;
      text-align: center;
      position: relative;
      font-family: serif;
      color: #fff; }
    #sub-main .top_tit > span {
      position: relative; }
      #sub-main .top_tit > span:before, #sub-main .top_tit > span:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #fff;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      #sub-main .top_tit > span:before {
        left: -50px; }
        @media only screen and (max-width: 950px) {
          #sub-main .top_tit > span:before {
            left: -30px; } }
      #sub-main .top_tit > span:after {
        right: -50px; }
        @media only screen and (max-width: 950px) {
          #sub-main .top_tit > span:after {
            right: -30px; } }
      #sub-main .top_tit > span > span:nth-child(1) {
        font-size: 56px;
        font-size: 5.6rem;
        letter-spacing: 0.25em; }
        @media only screen and (max-width: 950px) {
          #sub-main .top_tit > span > span:nth-child(1) {
            font-size: 26px;
            font-size: 2.6rem; } }
      #sub-main .top_tit > span > span:nth-child(2) {
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 0.2em;
        margin-top: 15px;font-weight: bold; }
        @media only screen and (max-width: 950px) {
          #sub-main .top_tit > span > span:nth-child(2) {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5; } }

.underline-title {
  color: #695c5c;
  position: relative;
  font-family: serif;
  line-height: 1;
  display: inline;
  position: relative;
  padding-bottom: 6px;
  font-size: 28px;
  letter-spacing: 0.3em; }
  @media only screen and (max-width: 950px) {
    .underline-title {
      font-size: 20px;
      font-size: 2rem; } }
  .underline-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    z-index: -1;
    background: #d5ccbd; }
    @media only screen and (max-width: 950px) {
      .underline-title:before {
        height: 16px; } }
/* all */
body #mid-title {margin-top: 60px; }
body #mid-title p{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
  max-width: 1330px;
  padding: 15px 30px;
  margin: 0 auto;color: #8d7575;}
body #mid-title h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.2em;
    color: #695c5c;
    line-height: 1.666666667;
    font-family: serif;
    font-weight: bold;
    padding: 15px 30px;
}
body.about #greeting {
  padding-top: 105px; }
  @media only screen and (max-width: 950px) {
    body #mid-title {margin-top: 0px; }
    body.about #greeting {padding-top: 40px; } }
  body.about #greeting .l {
    width: 56.25%; }
    @media only screen and (max-width: 950px) {
      body.about #greeting .l {
        width: 100%; }
        body.about #greeting .l > img {
          margin-top: 20px; } }
    body.about #greeting .l h3 {
      margin-top: 45px; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l h3 {
          margin-top: 20px; } }
    body.about #greeting .l > p {
      font-size: 18px;
      line-height: 2.375;
      margin-top: 45px;font-weight: 500; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l > p {
          font-size: 14px;
          margin-top: 20px; } }
    body.about #greeting .l .name {
      text-align: right;
      margin-top: 20px; }
      body.about #greeting .l .name img {
        height: 55px; }
        @media only screen and (max-width: 950px) {
          body.about #greeting .l .name img {
            height: 32px; } }
    body.about #greeting .l .profile {
      padding-top: 20px;
      border-top: 1px solid #000;
      margin-top: 30px; }
      @media only screen and (max-width: 950px) {
        body.about #greeting .l .profile {
          margin-top: 20px; } }
      body.about #greeting .l .profile p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.075em; }
        @media only screen and (max-width: 950px) {
          body.about #greeting .l .profile p {
            font-size: 11px;
            font-size: 1.1rem; } }
  body.about #greeting .r {
    width: 39.84375%; }
    @media only screen and (max-width: 950px) {
      body.about #greeting .r {
        display: none; } }
    body.about #greeting .r img {
      width: 100%; }

body.about #points {
  margin-top: 130px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 950px) {
    body.about #points {
      margin-top: 40px;padding-bottom: 0px} }
  body.about #points .flex-row {
    margin-top: 75px; }
    @media only screen and (max-width: 950px) {
      body.about #points .flex-row {
        margin-top: 30px; } }
  body.about #points .l {
    width: 39.84375%; }
    @media only screen and (max-width: 950px) {
      body.about #points .l {
        width: 100%; } }
    body.about #points .l img {
      width: 100%; }
  body.about #points .r {
    width: 53.90625%; }
    @media only screen and (max-width: 950px) {
      body.about #points .r {
        width: 100%;padding: 19px 0; } }
    body.about #points .r ol {
      font-family: serif;
      margin-top: -17px; }
      @media only screen and (max-width: 950px) {
        body.about #points .r ol {
          margin-top: 10px; } }
      body.about #points .r ol li {
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        line-height: 2.272727273;
        color: #695c5c;
        font-family: serif;
        padding-left: 38px;
        position: relative; }
        @media only screen and (max-width: 950px) {
          body.about #points .r ol li {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.1em;
            line-height: 2; } }
        body.about #points .r ol li:before {
          content: "";
          width: 18px;
          height: 18px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          border: 1px solid #695c5c; }
          @media only screen and (max-width: 950px) {
            body.about #points .r ol li:before {
              width: 16px;
              height: 16px; } }
        body.about #points .r ol li:after {
          content: "";
          width: 1px;
          height: 20px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          left: 18px;
          top: -6px;
          bottom: 0;
          margin: auto;
          background: #695c5c; }
          @media only screen and (max-width: 950px) {
            body.about #points .r ol li:after {
              height: 16px;
              left: 16px;
              top: -6px; } }
        body.about #points .r ol li.none {
          font-size: 18px;
          font-size: 1.8rem; }
          body.about #points .r ol li.none:before, body.about #points .r ol li.none:after {
            content: none; }
    body.about #points .r p {
      margin-top: 25px;
      font-size: 18px;
      line-height: 2.375;
      letter-spacing: 0.1em;padding: 0px 0px 30px 0;font-weight: 500; }
      @media only screen and (max-width: 950px) {
        body.about #points .r p {
          font-size: 14px;
          line-height: 2;
          margin-top: 10px; } }

    body.about #points .r1 p {
      margin-top: 25px;
      font-size: 18px;
      line-height: 2.375;
      letter-spacing: 0.1em;
      padding: 0px 0px 30px 0;
      font-weight: 500; 
    }
      @media only screen and (max-width: 950px) {
        body.about #points .r1 p {
          font-size: 14px;
          line-height: 2;
          margin-top: 10px; } }      


body.about #works {
  background: #f7f9fa;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 950px) {
    body.about #works {
      padding-top: 40px;
      padding-bottom: 40px; } }
  body.about #works .content-box .tab-row {
    margin-top: 50px; }
    @media only screen and (max-width: 950px) {
      body.about #works .content-box .tab-row {
        margin-top: 0px; } }
    body.about #works .content-box .tab-row li {
      width: 31.25%; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .tab-row li {
          width: 100%;
          margin-top: 20px; } }
      body.about #works .content-box .tab-row li a {
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        font-family: serif;
        color: #c6d1dc;
        padding-bottom: 20px;
        border-bottom: 10px solid #c6d1dc;
        text-align: center;
        transition: all 0.3s; }
        @media only screen and (max-width: 950px) {
          body.about #works .content-box .tab-row li a {
            font-size: 16px;
            font-size: 1.6rem;
            padding-bottom: 15px;
            border-bottom: 5px solid #c6d1dc; } }
        body.about #works .content-box .tab-row li a.on {
          color: #695c5c;
          border-color: #695c5c; }
        body.about #works .content-box .tab-row li a:hover {
          opacity: 1;
          color: #695c5c;
          border-color: #695c5c; }
  body.about #works .content-box .content {
    margin-top: 50px;
    display: none; }
    @media only screen and (max-width: 950px) {
      body.about #works .content-box .content {
        margin-top: 30px; } }
    body.about #works .content-box .content.on {
      display: block; }
    body.about #works .content-box .content .flex-row {
      align-items: center; }
    body.about #works .content-box .content .text {
      width: 44.140625%;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.375; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .content .text {
          order: 2;
          width: 100%;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          margin-top: 20px; } }
    body.about #works .content-box .content .image {
      width: 49.0625%; }
      @media only screen and (max-width: 950px) {
        body.about #works .content-box .content .image {
          order: 1;
          width: 100%; } }

body.about #company {
  padding-top: 85px; }
  @media only screen and (max-width: 950px) {
    body.about #company {
      padding-top: 40px; } }
  body.about #company .img-box {
    margin-top: 65px;
    margin-bottom: 50px; }
    body.about #company .img-box .flex-row {
      align-items: flex-start; }
    @media only screen and (max-width: 950px) {
      body.about #company .img-box {
        margin-top: 20px;
        margin-bottom: 30px; } }
    body.about #company .img-box img {
      width: 50%; }
      @media only screen and (max-width: 950px) {
        body.about #company .img-box img {
          width: 50%; } }
  body.about #company ul {
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
    margin-top: 20px;
    max-width: 940px;
    padding: 0 20px 20px;
    font-size: 0; }
    @media only screen and (max-width: 950px) {
      body.about #company ul {
        margin-top: 10px;
        max-width: 940px;
        padding: 0 10px 10px; } }
    body.about #company ul:last-child {
      border-bottom: none; }
    body.about #company ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.5;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 950px) {
        body.about #company ul li {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.1em;
          line-height: 2; } }
      body.about #company ul li:first-child {
        width: 220px;
        padding-left: 40px; }
        @media only screen and (max-width: 950px) {
          body.about #company ul li:first-child {
            width: 100%;
            padding-left: 0; } }
      body.about #company ul li:last-child {
        width: calc(100% - 220px); }
        @media only screen and (max-width: 950px) {
          body.about #company ul li:last-child {
            width: 100%;
            padding-left: 0; } }
  body.about #company iframe {
    margin-top: 60px;
    width: 100%;
    height: 440px; }
    @media only screen and (max-width: 950px) {
      body.about #company iframe {
        height: 350px; } }

body.consult #sec01 {
  padding: 80px 0;
  text-align: center; }
  @media only screen and (max-width: 950px) {
    body.consult #sec01 {
      padding: 20px 0; } }
  body.consult #sec01 .catch, .catchb  {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    font-family: serif;
    color: #695c5c;
    line-height: 1.666666667; }
    @media only screen and (max-width: 950px) {
      body.consult #sec01 .catch, .catchb {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.2em; } }
  body.consult #sec01 .message {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 30px;
    font-weight: bold;
  }
    @media only screen and (max-width: 950px) {
      body.consult #sec01 .message {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }
body.consult p{color: #857272;}
body.consult #sec02 {
  background: #f7f9fa;
  padding: 60px 0 70px; }
  @media only screen and (max-width: 950px) {
    body.consult #sec02 {
      padding: 30px 0 30px; } }
  body.consult #sec02 h2 {
    text-align: center;
    color: #695c5c;
    font-family: serif;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;font-size: 2.8rem;
    letter-spacing: 0.3em;
    margin-top: 10px;line-height: 38px; }
    body.consult #sec02 h3{
    text-align: left;
    color: #695c5c;
    padding: 18px 0px 5px 0;
    font-size: 24px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    line-height: 32px;}
    body.consult #sec02 h6 span,
    body.consult #sec02 h6 em {
      display: block; }
    body.consult #sec02 h6 span {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 950px) {
        body.consult #sec02 h6 span {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.2em; } }

      @media only screen and (max-width: 950px) { }
  body.consult #sec02 p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    font-weight: bold;
    text-align: left; }
    body.consult #sec02 span{font-weight: bold;color: #a7886d;}
    @media only screen and (max-width: 950px) {
      body.consult #sec02 p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 10px;
        text-align: left; } }
  body.consult #sec02 .flex-row {
    max-width: 1100px;
    margin: auto;
    margin-top: 30px; }
    @media only screen and (max-width: 950px) {
      body.consult #sec02 .flex-row {
        margin-top: 20px; } }
    body.consult #sec02 .flex-row .box {
      width: 48%;
      background: #fff;
      border: 1px solid #000;
      text-align: center;
      font-family: serif;
      color: #695c5c;
      padding: 25px 0 30px; }
      @media only screen and (max-width: 950px) {
        body.consult #sec02 .flex-row .box {
          width: 100%;
          text-align: center; }
          body.consult #sec02 .flex-row .box:last-child {
            margin-top: 25px; } }
      body.consult #sec02 .flex-row .box span {
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.3em; }
      body.consult #sec02 .flex-row .box p {
        vertical-align: text-bottom;
        margin-top: 15px;
        line-height: 1; }
        @media only screen and (max-width: 950px) {
          body.consult #sec02 .flex-row .box p {
            width: 100%;
            text-align: center; } }
        body.consult #sec02 .flex-row .box p.red {
          color: red; }
        body.consult #sec02 .flex-row .box p em {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.3em; }
body.consult #form {
  padding: 100px 0 90px; }
  @media only screen and (max-width: 950px) {
    body.consult #form {
      padding: 40px 0 40px; } }
  body.consult #form h6 {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    font-family: serif;
    color: #695c5c;
    line-height: 1.666666667;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      body.consult #form h6 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.2em; } }
  body.consult #form p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 30px;
    text-align: center; }
    @media only screen and (max-width: 950px) {
      body.consult #form p {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }
  body.consult #form .form-table {
    margin-top: 60px; }
  body.consult #form ul {
    border-bottom: 1px solid #e0e0e0;
    margin: auto;
    margin-top: 20px;
    max-width: 940px;
    padding: 0 20px 20px;
    font-size: 0; }
    @media only screen and (max-width: 950px) {
      body.consult #form ul {
        margin-top: 10px;
        max-width: 940px;
        padding: 0 10px 10px; } }
    body.consult #form ul:last-child {
      border-bottom: none; }
    body.consult #form ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.5;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 950px) {
        body.consult #form ul li {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.1em;
          line-height: 2; } }
      body.consult #form ul li textarea,
      body.consult #form ul li input {
        width: 100%;
        border: none;
        background: transparent;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0.075em; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li textarea,
          body.consult #form ul li input {
            font-size: 14px;
            font-size: 1.4rem; } }
      body.consult #form ul li textarea {
        min-height: 300px; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li textarea {
            min-height: 200px; } }
      body.consult #form ul li:first-child {
        width: 300px;
        padding-left: 40px; }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li:first-child {
            width: 100%;
            padding-left: 0; } }
      body.consult #form ul li:last-child {
        width: calc(100% - 300px); }
        @media only screen and (max-width: 950px) {
          body.consult #form ul li:last-child {
            width: 100%;
            padding-left: 0; } }
  body.consult #form .doui-box {
    margin-top: 50px; }
    body.consult #form .doui-box .box {
      border: 1px solid #e0e0e0;
      margin: 40px 0 0;
      height: 280px;
      overflow: auto; }
      body.consult #form .doui-box .box .box-inner {
        padding: 30px 50px;
        line-height: 2;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left; }
        @media only screen and (max-width: 950px) {
          body.consult #form .doui-box .box .box-inner {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 20px 15px; } }
  body.consult #form .doui {
    text-decoration: underline; }
  body.consult #form .doui-check {
    text-align: center;
    margin-top: 100px; }
    @media only screen and (max-width: 950px) {
      body.consult #form .doui-check {
        margin-top: 40px; } }
    body.consult #form .doui-check label {
      cursor: pointer;
      font-size: 16px;
      font-size: 1.6rem;
      height: 80px; }
      body.consult #form .doui-check label span {
        position: relative; }
        body.consult #form .doui-check label span:after {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          margin: 20px auto 0;
          border: 1px solid; }
      body.consult #form .doui-check label input {
        display: none; }
        body.consult #form .doui-check label input:checked + span {
          display: block; }
          body.consult #form .doui-check label input:checked + span:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 8px;
            border-bottom: 4px solid;
            border-right: 4px solid;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            bottom: 8px;
            left: 0px;
            right: 0;
            margin: auto; }
  body.consult #form button {
    display: block;
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #695c5c;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.consult #form button {
        width: 100%;
        padding: 18px 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 768px) {
      body.consult #form button:hover {
        opacity: 1;
        color: #fff; }
        body.consult #form button:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.consult #form button:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.consult #form button:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #695c5c;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.consult #form button span {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em;
      font-family: serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.consult #form button span {
          font-size: 20px;
          font-size: 2rem; } }
      body.consult #form button span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.consult #form button span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.daily #daily-title {
  margin: auto;
  margin-top: 190px;
  text-align: center;
  max-width: 1060px;
  position: relative; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-title {
      margin-top: 100px; } }
  body.daily #daily-title img {
    height: 152px; }
    @media only screen and (max-width: 950px) {
      body.daily #daily-title img {
        height: 72px; } }
  body.daily #daily-title h1 {
    display: inline-block; }
    body.daily #daily-title h1 span {
      display: block;
      text-align: center;
      position: relative;
      font-family: serif;
      color: #000; }
    body.daily #daily-title h1 > span {
      position: relative; }
      body.daily #daily-title h1 > span:before, body.daily #daily-title h1 > span:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #000;
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      body.daily #daily-title h1 > span:before {
        left: -50px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span:before {
            left: -30px; } }
      body.daily #daily-title h1 > span:after {
        right: -50px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span:after {
            right: -30px; } }
      body.daily #daily-title h1 > span > span:nth-child(1) {
        font-size: 56px;
        font-size: 5.6rem;
        letter-spacing: 0.25em; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span > span:nth-child(1) {
            font-size: 26px;
            font-size: 2.6rem; } }
      body.daily #daily-title h1 > span > span:nth-child(2) {
        font-size: 26px;
        font-size: 2.6rem;
        letter-spacing: 0.2em;
        margin-top: 15px; }
        @media only screen and (max-width: 950px) {
          body.daily #daily-title h1 > span > span:nth-child(2) {
            font-size: 16px;
            font-size: 1.6rem; } }
  body.daily #daily-title p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.375;
    margin-top: 80px; }
    @media only screen and (max-width: 950px) {
      body.daily #daily-title p {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-top: 20px; } }

body.daily #dailies {
  margin-top: 30px; }
  body.daily #dailies .flex-row::before {
    content: "";
    display: block;
    width: 22.5%;
    order: 1; }
  body.daily #dailies .flex-row::after {
    content: "";
    display: block;
    width: 22.5%; }
  body.daily #dailies .flex-row .col {
    width: 22.5%;
    margin-top: 30px; }
    @media only screen and (max-width: 950px) {
      body.daily #dailies .flex-row .col {
        width: 49%; } }
    body.daily #dailies .flex-row .col a {
      display: block; }
      body.daily #dailies .flex-row .col a:hover {
        opacity: 1; }
        body.daily #dailies .flex-row .col a:hover figure .img-box img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
    body.daily #dailies .flex-row .col figure .img-box {
      width: 100%;
      overflow: hidden; }
      body.daily #dailies .flex-row .col figure .img-box img {
        width: 100%;
        transition: all 0.3s; }
    body.daily #dailies .flex-row .col figure figcaption {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      line-height: 2;
      margin-top: 20px; }
      @media only screen and (max-width: 950px) {
        body.daily #dailies .flex-row .col figure figcaption {
          margin-top: 5px;
          font-size: 11px;
          font-size: 1.1rem; } }

body.daily #daily-single .inner {
  max-width: 1120px;
  margin: auto; }

body.daily #daily-single .prbg {
  font-family: serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.3em;
  color: #695c5c;
  margin-top: 75px; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-single .prbg {
      margin-top: 40px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0.1em; } }

body.daily #daily-single .date {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.09em;
  text-align: center; }

body.daily #daily-single .icatch {
  margin-top: 40px; }
  body.daily #daily-single .icatch img {
    width: 100%; }

body.daily #daily-single__content p {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0.09em; }
  @media only screen and (max-width: 950px) {
    body.daily #daily-single__content p {
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2; } }
body.process #sec02 {
  padding-top: 150px; }
  @media only screen and (max-width: 950px) {
    body.process #sec02 {
      padding-top: 60px; } }
  body.process #sec02 .inner .prbg {
    text-align: center;
    position: relative; }
    body.process #sec02 .inner .prbg:before {
      content: "";
      background: #695c5c;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 1px; }
    body.process #sec02 .inner .prbg span {
      z-index: 1;
      font-size: 28px;
      font-size: 2.8rem;
      font-family: serif;
      color: #695c5c;
      letter-spacing: 0.3em;
      position: relative;
      width: 260px;
      display: block;
      margin: auto;
      background: #fff;
      text-align: center;
      padding-left: 15px; }
      @media only screen and (max-width: 950px) {
        body.process #sec02 .inner .prbg span {
          font-size: 22px;
          font-size: 2.2rem;
          width: 200px; } }
  body.process #sec02 .inner .flex-row {
    padding-top: 60px;
    padding-bottom: 80px;
    align-items: center;
    border-bottom: 1px solid #695c5c; }
    @media only screen and (max-width: 950px) {
      body.process #sec02 .inner .flex-row {
        padding-top: 60px;
        padding-bottom: 60px; } }
    body.process #sec02 .inner .flex-row .text {
      width: 44.921875%; }
      @media only screen and (max-width: 950px) {
        body.process #sec02 .inner .flex-row .text {
          width: 100%;
          order: 2; } }
      body.process #sec02 .inner .flex-row .text h3 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.388888889; }
        @media only screen and (max-width: 950px) {
          body.process #sec02 .inner .flex-row .text h3 {
            margin-top: 20px;
            font-size: 26px;
            font-size: 2.6rem; } }
      body.process #sec02 .inner .flex-row .text p {
        margin-top: 40px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        line-height: 2.375; }
        @media only screen and (max-width: 950px) {
          body.process #sec02 .inner .flex-row .text p {
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0.1em;
            line-height: 2;
            margin-top: 30px; } }
    body.process #sec02 .inner .flex-row .image {
      width: 47%; }
      @media only screen and (max-width: 950px) {
        body.process #sec02 .inner .flex-row .image {
          width: 100%;
          order: 1; } }

body.process #sec03 {
  background: #f7f9fa;
  padding: 80px 0;
  margin-top: 80px; }
  @media only screen and (max-width: 950px) {
    body.process #sec03 {
      padding: 40px 0; } }
  body.process #sec03 .prbg {
    text-align: center;
    color: #695c5c;
    font-family: serif;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.3em;
    padding-bottom: 30px;}
    @media only screen and (max-width: 950px) {
      body.process #sec03 .prbg {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.3em;
        padding-bottom: 20px; } }
  body.process #sec03 .desc {
    padding-top: 30px;
    padding-bottom: 95px; }
    @media only screen and (max-width: 950px) {
      body.process #sec03 .desc {
        padding-bottom: 40px; } }
    body.process #sec03 .desc ul {
      text-align: center; }
      body.process #sec03 .desc ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-right: 45px; }
        @media only screen and (max-width: 950px) {
          body.process #sec03 .desc ul li {
            margin-right: 0;
            display: block; } }
        body.process #sec03 .desc ul li:last-child {
          margin-right: 0; }
        body.process #sec03 .desc ul li span {
          position: relative;
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em;
          padding-left: 40px;
          font-family: serif;
          color: #695c5c; }
          @media only screen and (max-width: 950px) {
            body.process #sec03 .desc ul li span {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 2; } }
          body.process #sec03 .desc ul li span:before {
            content: "";
            width: 18px;
            height: 18px;
            border: 1px solid #695c5c;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
          body.process #sec03 .desc ul li span:after {
            content: "";
            width: 20px;
            height: 1px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            top: 0;
            bottom: 7px;
            left: 8px;
            margin: auto;
            background: #695c5c; }
  body.process #sec03 .step {
    background: #fff;
    border-bottom: 5px solid #f7f9fa;
    align-items: center; }
    body.process #sec03 .step li:nth-child(1) {
      width: 290px;
      padding: 28px 0;
      font-size: 0;
      color: #fff;
      background: #988879;
      padding-left: 15px; }
      @media only screen and (max-width: 950px) {
        body.process #sec03 .step li:nth-child(1) {
          width: 100%;
          padding: 20px 0;
          padding-left: 20px; } }
      body.process #sec03 .step li:nth-child(1).dark {
        background: #695c5c; }
      body.process #sec03 .step li:nth-child(1) img {
        display: inline-block;
        vertical-align: middle;
        height: 20px; }
      body.process #sec03 .step li:nth-child(1) span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        color: #fff;
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        font-family: serif; }
        @media only screen and (max-width: 950px) {
          body.process #sec03 .step li:nth-child(1) span {
            padding-left: 20px; } }
    body.process #sec03 .step li:nth-child(2) {
      width: calc(100% - 290px);
      padding-left: 30px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      line-height: 2.375; }
      @media only screen and (max-width: 950px) {
        body.process #sec03 .step li:nth-child(2) {
          padding-left: 20px;
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.1em;
          line-height: 2;
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 950px) {
        body.process #sec03 .step li:nth-child(2) {
          width: 100%; } }
  body.process #sec03 .inner-small > a {
    display: block;
    max-width: 600px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #695c5c;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.process #sec03 .inner-small > a {
        width: 100%;
        padding: 18px 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 768px) {
      body.process #sec03 .inner-small > a:hover {
        opacity: 1;
        color: #fff; }
        body.process #sec03 .inner-small > a:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.process #sec03 .inner-small > a:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.process #sec03 .inner-small > a:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #695c5c;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.process #sec03 .inner-small > a span {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em;
      font-family: serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.process #sec03 .inner-small > a span {
          font-size: 20px;
          font-size: 2rem; } }
      body.process #sec03 .inner-small > a span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.process #sec03 .inner-small > a span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.process #mid-title {
  margin-top: 60px; }
body.process #mid-title p{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
  max-width: 1330px;
  padding: 15px 30px;
  margin: 0 auto;}
  @media only screen and (max-width: 950px) {
body.process #mid-title {
      margin-top: 50px; } }
body.qa #mid-title h1 {
      text-align: center;
      font-size: 30px;
      letter-spacing: 0.2em;
      color: #695c5c;
      line-height: 1.666666667;
      font-family: serif;
      font-weight: bold;
      padding: 10px;
  }
  body.process #mid-title h1 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.2em;
    color: #695c5c;
    line-height: 1.666666667;
    font-family: serif; 
    font-weight: bold;}
body.process #mid-title h2{color: #695c5c;text-align: center;
  font-weight: bold;
  font-size: 25px;}
    @media only screen and (max-width: 950px) {
      body.process #mid-title h1 {
        font-weight: bold;
        font-size: 25px;} }
body.process #points {
  margin-top: 100px; }
  @media only screen and (max-width: 950px) {
    body.process #points {
      margin-top: 0px; } }
  body.process #points .col {
    width: 31%; }
    @media only screen and (max-width: 950px) {
      body.process #points .col {
        width: 100%;
        margin-top: 40px; } }
    body.process #points .col .num {
      text-align: center; }
      body.process #points .col .num img {
        height: 27px; }
    body.process #points .col > img {
      width: 100%;
      margin-top: 25px; }
    body.process #points .col .title {
      color: #695c5c;
      font-family: serif;
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      letter-spacing: 0.1em;
      margin-top: 45px; 
      font-weight: bold;}
      @media only screen and (max-width: 950px) {
        body.process #points .col .title {
          font-size: 18px;
          font-size: 1.8rem;
          margin-top: 30px; } }
    body.process #points .col .d {
      font-size: 16px;
      letter-spacing: 0.075em;
      line-height: 2.571428571;
      margin-top: 30px;
      font-weight: 500;}
      @media only screen and (max-width: 950px) {
        body.process #points .col .d {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.075em;
          line-height: 2;
          margin-top: 20px; } }
  body.process #points a {
    display: block;
    max-width: 680px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #695c5c;
    color: #000;
    text-align: center;
    padding: 27px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s; }
    @media only screen and (max-width: 950px) {
      body.process #points a {
        width: 100%;
        padding: 9px 0;
        padding-left: 25px;
        margin-top: 20px;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      body.process #points a:hover {
        opacity: 1;
        color: #fff; }
        body.process #points a:hover:before {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          width: 300%;
          height: 200%;
          left: -100%;
          transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); } }
    body.process #points a:after {
      content: "";
      width: 12px;
      height: 12px;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      z-index: 1; }
    body.process #points a:before {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      background: #695c5c;
      top: -100%;
      left: -63%;
      z-index: 0;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg);
      transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.process #points a span {
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 0.3em;
      font-family: serif;
      position: relative;
      z-index: 1;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        body.process #points a span {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7; } }
      body.process #points a span em {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.3em; }
        @media only screen and (max-width: 950px) {
          body.process #points a span em {
            font-size: 13px;
            font-size: 1.3rem; } }

body.think .inner h4 {
  text-align: center;
  padding-top: 90px; }
  @media only screen and (max-width: 950px) {
    body.think .inner h4 {
      padding-top: 20px; } }
  body.think .inner h4 span {
    padding-bottom: 6px;
    position: relative; }
    body.think .inner h4 span:before {
      content: "";
      position: absolute;
      left: 0;
      top: auto;
      border-radius: 0%;
      bottom: 0;
      width: 100%;
      height: 22px;
      z-index: -1;
      background: #d5ccbd; }

body.think .inner h5 {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  font-family: serif;
  letter-spacing: 0.3em;
  border-bottom: none;
  margin-top: 75px; }
  @media only screen and (max-width: 950px) {
    body.think .inner h5 {
      margin-top: 30px;
      font-size: 24px;
      font-size: 2.4rem; } }
  body.think .inner h5:nth-child(5) {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 50px; }
    @media only screen and (max-width: 950px) {
      body.think .inner h5:nth-child(5) {
        font-size: 26px;
        font-size: 2.6rem;
        margin-top: 40px; } }

body.think .inner .flex-row {
  margin-top: 100px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .flex-row {
      margin-top: 40px; } }
  body.think .inner .flex-row .col {
    width: 48%; }
    @media only screen and (max-width: 950px) {
      body.think .inner .flex-row .col {
        width: 100%; } }
    body.think .inner .flex-row .col .title {
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.think .inner .flex-row .col .title {
          text-align: left; } }
      body.think .inner .flex-row .col .title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        background: #000000;
        z-index: -1; }
        @media only screen and (max-width: 950px) {
          body.think .inner .flex-row .col .title:before {
            content: none; } }
      body.think .inner .flex-row .col .title span {
        background: #fff;
        padding: 0 20px;
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: 0.3em;
        font-family: serif;
        color: #695c5c; }
        @media only screen and (max-width: 950px) {
          body.think .inner .flex-row .col .title span {
            font-size: 20px;
            font-size: 2rem;
            letter-spacing: 0.1em;
            padding: 0; } }
    body.think .inner .flex-row .col .desc {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.09em;
      line-height: 2.375;
      margin-top: 20px;
      padding-bottom: 30px;
      border-bottom: 1px solid #000000; }
      @media only screen and (max-width: 950px) {
        body.think .inner .flex-row .col .desc {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.09em;
          line-height: 2;
          border-bottom: 0; } }

body.think .inner .img-box {
  margin-top: 30px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .img-box {
      margin-top: 20px; } }

body.think .inner .coting {
  max-width: 1030px;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 30px; }
  @media only screen and (max-width: 950px) {
    body.think .inner .coting {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2; } }

body.think .inner .howto {
  text-align: center;
  margin-top: 20px; }
  body.think .inner .howto img {
    height: 115px; }

body.think .inner .points .point {
  position: relative;
  width: 25%; }
  @media only screen and (max-width: 950px) {
    body.think .inner .points .point {
      width: 100%;
      margin-top: 50px; } }
  body.think .inner .points .point:before {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: #f2f2f2; }
  body.think .inner .points .point:nth-child(4):before {
    content: none; }
  body.think .inner .points .point .num {
    text-align: center; }
    body.think .inner .points .point .num span {
      position: relative; }
      body.think .inner .points .point .num span:before {
        content: "";
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        bottom: 14px;
        left: 0;
        right: 0;
        margin: auto;
        background: #d5ccbd;
        border-radius: 44px;
        z-index: -1; }
      body.think .inner .points .point .num span img {
        height: 26px; }
  body.think .inner .points .point .t {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    color: #695c5c;
    font-family: serif;
    margin-top: 50px; }
  body.think .inner .points .point .d {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.375;
    letter-spacing: 0.1em;
    margin-top: 25px;
    padding: 0 15px 0 20px; }

body.think #secpoints {
  background: #f7f9fa;
  position: relative;
  margin-top: 90px;
  padding-bottom: 90px; }
  body.think #secpoints:before {
    content: "";
    background: #f7f9fa;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto; }
  body.think #secpoints .inner {
    padding-top: 70px; }
    body.think #secpoints .inner .upper-ttl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      letter-spacing: 0.3em;
      color: #695c5c;
      text-align: center;
      font-family: serif; }
    body.think #secpoints .inner .bottom-ttl {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 2;
      letter-spacing: 0.3em;
      color: #695c5c;
      text-align: center;
      font-family: serif; }
    body.think #secpoints .inner .sub {
      padding-top: 45px;
      border-top: 1px solid #000;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      letter-spacing: 0.1em;
      margin-top: 30px; }
    body.think #secpoints .inner .flex-row {
      margin-top: 40px; }
      body.think #secpoints .inner .flex-row .col {
        width: 22.2%;
        background: #fff;
        margin-top: 45px;
        cursor: pointer; }
        @media only screen and (max-width: 950px) {
          body.think #secpoints .inner .flex-row .col {
            width: 47%;
            margin-top: 20px; } }
        body.think #secpoints .inner .flex-row .col .cardheader {
          background: #695c5c;
          text-align: center;
          padding: 12px 0; }
          body.think #secpoints .inner .flex-row .col .cardheader p {
            font-size: 22px;
            font-size: 2.2rem;
            letter-spacing: 0.2em;
            font-family: serif;
            color: #fff; }
            @media only screen and (max-width: 950px) {
              body.think #secpoints .inner .flex-row .col .cardheader p {
                font-size: 15px;
                font-size: 1.5rem;
                letter-spacing: 0.1em; } }
        body.think #secpoints .inner .flex-row .col .img-box {
          text-align: center; }
          body.think #secpoints .inner .flex-row .col .img-box img {
            max-height: 155px; }
        body.think #secpoints .inner .flex-row .col .desc {
          text-align: center;
          margin-top: 10px;
          border-bottom: none;
          line-height: 1.7; }

body.think .modal-inner {
  padding: 40px; }

body.think .iziModal_group .prbg {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #695c5c;
  font-family: serif;
  letter-spacing: 0.3em;
  line-height: 1.75; }

body.think .iziModal_group .icatch {
  text-align: center; }
  body.think .iziModal_group .icatch img {
    width: 70%; }

body.think .iziModal_group h3 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #695c5c;
  font-family: serif;
  letter-spacing: 0.3em;
  line-height: 1.75; }

body.think .iziModal_group p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em; }

body.think #footer-news .inner .flex-row {
  margin-top: 0; }

.iziModal_group .scroll-content {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .iziModal_group .scroll-content {
      height: 200px;
      overflow: auto; }
      .iziModal_group .scroll-content p {
        margin-top: 0; } }

/**

 */
body.top .wrap {
  padding-top: 0;
  overflow: hidden; }

body.top #mainv {
  height: 100vh;
  position: relative; }
  body.top #mainv .scroll {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
    body.top #mainv .scroll:hover {
      opacity: 1; }
      body.top #mainv .scroll:hover span:before {
        height: 0; }
    body.top #mainv .scroll span {
      font-family: serif;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.2em;
      color: #fff;
      padding-bottom: 140px;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.top #mainv .scroll span {
          padding-bottom: 40px; } }
      body.top #mainv .scroll span:before {
        content: "";
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        height: 135px;
        width: 1px;
        margin: auto;
        transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1); }
        @media only screen and (max-width: 950px) {
          body.top #mainv .scroll span:before {
            height: 35px; } }
  body.top #mainv .main-slider {
    height: 100%;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), filter 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.top #mainv .main-slider.initialized {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    body.top #mainv .main-slider .slick-list,
    body.top #mainv .main-slider .slick-slide,
    body.top #mainv .main-slider .slick-slide > div,
    body.top #mainv .main-slider .slick-track {
      height: 100%; }
    body.top #mainv .main-slider .slider {
      height: 100%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      body.top #mainv .main-slider .slider img {
        position: absolute;
        top: 16%;
        height: 73%;
        left: 20%;
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 0;
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        filter: blur(6px);
        transition: transform 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.8s cubic-bezier(0.38, 0.005, 0.215, 1), filter 0.8s cubic-bezier(0.38, 0.005, 0.215, 1); }
    body.top #mainv .main-slider .slick-slide.active .slider img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      filter: blur(0px);
      transition: transform 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s, opacity 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s, filter 1.5s cubic-bezier(0.38, 0.005, 0.215, 1) 1s; }

body.top #sec01 {
  padding-top: 20px; }
  @media only screen and (max-width: 950px) {
    body.top #sec01 {
      padding-top: 40px; } }
  body.top #sec01 .ser_tit {
    position: relative;
    background: #fff; }
    body.top #sec01 .ser_tit:before {
      content: "";
      background: #9a9a9a;
      position: absolute;
      bottom: 0;
      left: 300px;
      width: calc(100% - 740px);
      height: 1px; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .ser_tit:before {
          content: none; } }
    body.top #sec01 .ser_tit p {
      font-family: serif;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.3em; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .ser_tit p {
          font-size: 22px;
          font-size: 2.2rem;
          letter-spacing: 0.2em; } }
      body.top #sec01 .ser_tit p span {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle;
        margin-left: 30px; }
        @media only screen and (max-width: 950px) {
          body.top #sec01 .prbg p span {
            font-size: 13px;
            font-size: 1.3rem;
            margin-left: 20px; } }
    body.top #sec01 .ser_tit em {
      font-family: serif;
      position: absolute;
      right: 0;
      bottom: 3px;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.3em;
      vertical-align: middle; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .ser_tit em {
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.3em;
          display: block;
          line-height: 1.6;
          margin-top: 20px;
          position: relative;
          background: transparent;
          bottom: 0; } }
  body.top #sec01 .flex-row::before {
    content: "";
    display: block;
    width: 22%;
    order: 1; }
  body.top #sec01 .flex-row::after {
    content: "";
    display: block;
    width: 22%; }
  body.top #sec01 .flex-row.on .col {
    opacity: 1;
    top: 0; }
  body.top #sec01 .flex-row .col {
    margin-top: 50px;
    width: 22%;
    position: relative;
    opacity: 0;
    top: 10px;
    transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
    color: #7f6853;
  }
    @media only screen and (max-width: 950px) {
      body.top #sec01 .flex-row .col {
        width: 48%;
        margin-top: 25px; } }
    body.top #sec01 .flex-row .col:nth-child(2) {
      transition-delay: 0.3s; }
    body.top #sec01 .flex-row .col:nth-child(3) {
      transition-delay: 0.6s; }
    body.top #sec01 .flex-row .col:nth-child(4) {
      transition-delay: 0.9s; }
    body.top #sec01 .flex-row .col a:hover {
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        body.top #sec01 .flex-row .col a:hover .img-box img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); } }
    body.top #sec01 .flex-row .col a figure .img-box {
      overflow: hidden;
      position: relative;
      border-radius: 20px;
      box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; }
      body.top #sec01 .flex-row .col a figure .img-box img {
        transition: all 0.7s cubic-bezier(0.38, 0.005, 0.215, 1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    body.top #sec01 .flex-row .col a figure figcaption p:nth-child(1) {
      margin-top: 20px;
      font-size: 14px;
      font-size: 18px;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .flex-row .col a figure figcaption p:nth-child(1) {
          font-size: 10px;
          font-size: 16px;
          margin-top: 10px; } }
    body.top #sec01 .flex-row .col a figure figcaption p:nth-child(2) {
      margin-top: 5px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      letter-spacing: 0.08em;
      font-feature-settings: "palt";
      list-style-type: disc !important; }
      @media only screen and (max-width: 950px) {
        body.top #sec01 .flex-row .col a figure figcaption p:nth-child(2) {
          font-size: 11px;
          font-size: 1.1rem; } }
  body.top #sec01 .view-all {
    margin-top: 60px;
    position: relative; }
    body.top #sec01 .view-all:before, body.top #sec01 .view-all:after {
      content: "";
      top: 0;
      bottom: 0;
      background: #9a9a9a;
      position: absolute;
      margin: auto;
      width: calc(50% - 80px);
      height: 1px; }
    body.top #sec01 .view-all:before {
      left: 0; }
    body.top #sec01 .view-all:after {
      right: 0; }
    body.top #sec01 .view-all a {
      text-align: center;
      display: block;
      width: 75px;
      margin: auto; }
      body.top #sec01 .view-all a:hover {
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          body.top #sec01 .view-all a:hover > span {
            top: 10px; }
          body.top #sec01 .view-all a:hover em {
            opacity: 0; } }
      body.top #sec01 .view-all a > span {
        width: 25px;
        height: 15px;
        margin: auto;
        display: block;
        position: relative;
        top: 0;
        transition: top 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }
        body.top #sec01 .view-all a > span span {
          position: absolute;
          width: 100%;
          left: 0;
          height: 1px;
          background: #000; }
          body.top #sec01 .view-all a > span span:nth-child(1) {
            top: 0; }
          body.top #sec01 .view-all a > span span:nth-child(2) {
            top: 7px; }
          body.top #sec01 .view-all a > span span:nth-child(3) {
            bottom: 0; }
      body.top #sec01 .view-all a em {
        font-size: 10px;
        font-size: 1rem;
        font-family: serif;
        letter-spacing: 0.2em;
        display: block;
        margin-top: 10px;
        transition: opacity 0.5s cubic-bezier(0.38, 0.005, 0.215, 1); }

body.top #sec02 {
  overflow: hidden; }

body.top .vision-section {
  margin-top: 115px; }
  @media only screen and (max-width: 950px) {
    body.top .vision-section {
      margin-top: 70px; } }
  body.top .vision-section .text-col {
    width: 50%;
    padding-right: 35px; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section .text-col {
        order: 2;
        width: 100%;
        padding-right: 0; } }
    body.top .vision-section .text-col h1 {
      color: #695c5c;
      position: relative; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col h1 {
          margin-top: 25px; } }
      body.top .vision-section .text-col h1 p {
        font-family: serif;
        line-height: 1;
        display: inline;
        position: relative;
        padding-bottom: 13px; }
        @media only screen and (max-width: 950px) {
          body.top .vision-section .text-col h1 p {
            padding-bottom: 6px; } }
        body.top .vision-section .text-col h1 p:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 22px;
          z-index: -1;
          background: #d5ccbd; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h1 p:before {
              height: 16px; } }
        body.top .vision-section .text-col h1 p span {
          font-size: 28px;
          font-size: 2.8rem;
          letter-spacing: 0.3em; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h1 p span {
              font-size: 22px;
              font-size: 2.2rem; } }
        body.top .vision-section .text-col h1 p em {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.2em;
          margin-left: 15px; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h1 p em {
              font-size: 12px;
              font-size: 1.2rem;
              margin-left: 10px; } }
    body.top .vision-section .text-col h4,.text-col h2 {
      font-family: serif;
      position: relative;
      font-size: 36px;
      font-size: 3.6rem;
      letter-spacing: 0.3em;
      color: #695c5c; }
      @media only screen and (max-width: 1260px) {
        body.top .vision-section .text-col h4,.text-col h2 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col h4,.text-col h2 {
          font-size: 28px;
          font-size: 2.8rem; } }
      body.top .vision-section .text-col h4 > span {
        display: block; }
      body.top .vision-section .text-col h2 > span {
        display: block; }
        body.top .vision-section .text-col h4 > span:nth-child(1) {
          margin-top: 75px; }
        body.top .vision-section .text-col h2 > span:nth-child(1) {
          margin-top: 75px; }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h4 > span:nth-child(1) {
              margin-top: 35px; } 
            body.top .vision-section .text-col h2 > span:nth-child(1) {
              margin-top: 35px; } }
        body.top .vision-section .text-col h4 > span:nth-child(2) {
          margin-top: 15px;
          padding-left: 93px; }
        body.top .vision-section .text-col h2 > span:nth-child(2) {
          margin-top: 15px;
          padding-left: 93px; }
          @media only screen and (max-width: 1260px) {
            body.top .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 33px; } }
          @media only screen and (max-width: 950px) {
            body.top .vision-section .text-col h4 > span:nth-child(2) {
              padding-left: 0px; } 
            body.top .vision-section .text-col h2 > span:nth-child(2) {
              padding-left: 0px; } }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(1) span {
        transition-delay: 0.05s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(2) span {
        transition-delay: 0.1s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(3) span {
        transition-delay: 0.15s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(4) span {
        transition-delay: 0.2s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(5) span {
        transition-delay: 0.25s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(6) span {
        transition-delay: 0.3s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(7) span {
        transition-delay: 0.35s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(8) span {
        transition-delay: 0.4s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(9) span {
        transition-delay: 0.45s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(10) span {
        transition-delay: 0.5s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(11) span {
        transition-delay: 0.55s; }
      body.top .vision-section .text-col h4 .animate-text-span {
        line-height: 1;
        overflow: hidden; }
        body.top .vision-section .text-col h4 .animate-text-span > span {
          line-height: 1;
          position: relative;
          top: 10px;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
      body.top .vision-section .text-col h4.on .animate-text-span span {
        opacity: 1;
        top: 0; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.65s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.7s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 1.05s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1.1s; }
      body.top .vision-section .text-col h4.s .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1.15s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 1.05s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1.1s; }
      body.top .vision-section .text-col h4.t .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1.15s; }

 body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(1) span {
        transition-delay: 0.05s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(2) span {
        transition-delay: 0.1s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(3) span {
        transition-delay: 0.15s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(4) span {
        transition-delay: 0.2s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(5) span {
        transition-delay: 0.25s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(6) span {
        transition-delay: 0.3s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(7) span {
        transition-delay: 0.35s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(8) span {
        transition-delay: 0.4s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(9) span {
        transition-delay: 0.45s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(10) span {
        transition-delay: 0.5s; }
      body.top .vision-section .text-col h4 .animate-text.first .animate-text-span:nth-child(11) span {
        transition-delay: 0.55s; }
      body.top .vision-section .text-col h4 .animate-text-span {
        line-height: 1;
        overflow: hidden; }
        body.top .vision-section .text-col h4 .animate-text-span > span {
          line-height: 1;
          position: relative;
          top: 10px;
          opacity: 0;
          transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
      body.top .vision-section .text-col h4.on .animate-text-span span {
        opacity: 1;
        top: 0; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(1) span {
        transition-delay: 0.65s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(2) span {
        transition-delay: 0.7s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(3) span {
        transition-delay: 0.75s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(4) span {
        transition-delay: 0.8s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(5) span {
        transition-delay: 0.85s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(6) span {
        transition-delay: 0.9s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(7) span {
        transition-delay: 0.95s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(8) span {
        transition-delay: 1s; }
      body.top .vision-section .text-col h4.f .animate-text.second .animate-text-span:nth-child(9) span {
        transition-delay: 1s; }
        /* -----------------首頁h2特效設定-------------------- */
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(1) span {
          transition-delay: 0.05s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(2) span {
          transition-delay: 0.1s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(3) span {
          transition-delay: 0.15s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(4) span {
          transition-delay: 0.2s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(5) span {
          transition-delay: 0.25s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(6) span {
          transition-delay: 0.3s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(7) span {
          transition-delay: 0.35s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(8) span {
          transition-delay: 0.4s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(9) span {
          transition-delay: 0.45s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(10) span {
          transition-delay: 0.5s; }
        body.top .vision-section .text-col h2 .animate-text.first .animate-text-span:nth-child(11) span {
          transition-delay: 0.55s; }
        body.top .vision-section .text-col h2 .animate-text-span {
          line-height: 1;
          overflow: hidden; }
          body.top .vision-section .text-col h2 .animate-text-span > span {
            line-height: 1;
            position: relative;
            top: 10px;
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.38, 0.005, 0.215, 1); }
        body.top .vision-section .text-col h2.on .animate-text-span span {
          opacity: 1;
          top: 0; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(1) span {
          transition-delay: 0.65s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(2) span {
          transition-delay: 0.7s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(3) span {
          transition-delay: 0.75s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(4) span {
          transition-delay: 0.8s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(5) span {
          transition-delay: 0.85s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(6) span {
          transition-delay: 0.9s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(7) span {
          transition-delay: 0.95s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(8) span {
          transition-delay: 1s; }
        body.top .vision-section .text-col h2.f .animate-text.second .animate-text-span:nth-child(9) span {
          transition-delay: 1s; }
        

    body.top .vision-section .text-col p {
      margin-top: 50px;
      font-size: 17px;
      letter-spacing: 0.1em;
      line-height: 2.571428571;
      transition-delay: 0.6s; }
    body.top .vision-section .text-col .btn {
      transition-delay: 0.3s; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .text-col .btn {
          margin-top: 40px; } }
  body.top .vision-section .image-col {
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section .image-col {
        order: 1;
        width: 100%;
        height: 200px; } }
    body.top .vision-section .image-col:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50px;
      width: 130%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../img/ab01.jpg); }
      @media only screen and (max-width: 950px) {
        body.top .vision-section .image-col:before {
          left: 0;
          width: calc(100% + 15px); } }
  body.top .vision-section:nth-child(even) .text-col {
    order: 2;
    padding-right: 0;
    padding-left: 35px; }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(even) .text-col {
        padding-left: 0; } }
  body.top .vision-section:nth-child(even) .image-col {
    order: 1; }
    body.top .vision-section:nth-child(even) .image-col:before {
      right: 50px;
      left: auto; }
      @media only screen and (max-width: 950px) {
        body.top .vision-section:nth-child(even) .image-col:before {
          right: 0; } }
  body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
    padding-left: 156px; }
    @media only screen and (max-width: 1260px) {
      body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 86px; } }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(2) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.top .vision-section:nth-child(2) .image-col:before {
    background-image: url(../img/ab02.jpg); }
  body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
    padding-left: 166px; }
    @media only screen and (max-width: 1260px) {
      body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 80px; } }
    @media only screen and (max-width: 950px) {
      body.top .vision-section:nth-child(3) .text-col h4 > span:nth-child(2) {
        padding-left: 0px; } }
  body.top .vision-section:nth-child(3) .image-col:before {
    background-image: url(../img/ab03.jpg); }
/* new */
.lang{display: flex;font-size: 15px;font-weight: bold;}
.ser_txt{font-weight: bold;}
.links{display: inline-block;width: 70%;text-align: center;margin: 2% 0px 0px 14%;}
.links a{display: inline-block;background-color: #e1d7ce;padding: 10px;margin: 3px;font-weight: 600;color: #887660;line-height: 20px;}
.know_links{text-align: center;padding: 20px 0 0 0;}
.know_links a{display: inline-block;background-color: #e1d7ce;padding: 15px;margin: 3px;font-weight: 600;color: #887660;line-height: 20px;border-radius: 27px;width: 235px;}
.link2 a{display: inline-block;background-color: #e1d7ce;padding: 10px;margin: 3px;font-weight: 600;color: #887660;line-height: 20px;}
#page-top img{padding: 59px 0px 0px 0px;}
.tour {text-align: left;list-style-type: square;padding: 1% 17%;font-size: 16px;font-weight: 600;color: #77726e;line-height: 24px;background: #e3e0e0;}
.footer_p{text-align: center;font-size: 14px;padding: 20px;font-weight: bold;color: #896a4c;line-height: 21px;}
.footer_p p{font-size: 11px;color: #ab3737;width: 100%;}
.announce{text-align: center;padding: 30px 14px 0px 14px;}
.spcon_call,.spcon_line,.spcon_ig,.spcon_fb {display: none;}
.remark{max-width: 1330px;padding: 0 30px;margin: 0 auto;}
.remark p{padding-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #a38571;}
.conform{max-width: 1030px;padding: 0 30px;margin: 0 auto;}
.conform h3{font-size: 20px;padding: 20px 0;color: #736150;}
.conform input{    display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 3px 0;
  border: 2px solid #988879;
  border-radius: 10px;background-color: #fff;}
.conform textarea{width: 100%;border: 2px solid #988879;border-radius: 10px;}
.conform .btn{    color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  background-color: #a77a5f;cursor: pointer; }
.right_layer {position: fixed;bottom: 200px;right: 0;z-index: 999;}
.right_layer img{padding: 0 0 10px;}
.footer__nav .place a{color: #4d936d;}
/* 表格 */
table {
  border: 0;
  border-collapse: collapse;
  border-radius: 8px;
  width: 100%;
}
th {
  border: solid 1px #75573f;
  padding: 16px 8px;
  background: #83755b;
  color: #ffffff;
  text-align: center;
}
td {
  border: solid 1px #d3ad8a;
  text-align: center;
  padding: 10px;
  color: #7f6a58;
  font-weight: bold;
}
.tbtit {
  font-weight: 600;
  color: #512e0f;
  white-space: nowrap;
}
.t3{background-color: #e1d7ce;}

/* FAQ */
#faq {
  max-width: 1000px;
  margin: auto;
  padding: 10px 15px;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h2 {
  color: rgb(105, 92, 92);
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
  font-weight: 500;
}

#faq ul li.active h2 {
  color: #3c5896;
}

#faq p {
  color: rgb(105, 92, 92);
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #988879;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li p {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  overflow: hidden;
}

#faq ul li.active p {
  max-height: 1000px; /* 視內容長度調整 */
  opacity: 1;
}

/* 箭頭旋轉效果 */
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li.active i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li.active i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

ul {
  padding: 0;
  list-style: none;
}

@media (max-width: 425px) {
#faq p{
  font-size: 14px;
}
}
@media (max-width: 425px) {
  #faq h2{
    font-size: 16px;
    margin-right: 10px;
  }
  }
/* FAQ end */

/* 保鑣分頁 */
.tab-container{
	margin: 5% 10%;
	/* background-color: #c1e3d9; */
	padding: 3%;
	border-radius: 4px;
  position: relative;
}
.tab-menu{}
.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
  margin: 20px 0;
}
.tab-menu ul li a{
	text-decoration: none;
	color: #fff;
	background-color:rgb(199, 171, 138);
	padding: 7px 25px;
	border-radius: 4px;
}

@media (max-width: 425px) {
  .tab-menu ul li a{
	padding: 7px 16px;
}
}


.tab-menu ul li a.active-a{
	background-color: rgb(136, 118, 96);
	color: #ffffff;
}
.tab{
	display: none;
}
.tab h2{
	color: rgba(0,0,0,.7);
}
.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.tab-active{
	display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}



@media (max-width: 768px) {
  .box_item {
    /* width: 50%; */
    margin: 0 auto;
  }
}

/* 漢堡按鈕 */
.hamburger {
  display: none;
  padding-left: 10px;
  margin-bottom: 10px;
  background-color:rgb(199, 171, 138) ;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
}

/* 手機版 */
@media (max-width: 0px) {
  .hamburger {
    display: block; /* 顯示漢堡 */
  }
  .tab-menu ul {
    display: none; /* 預設隱藏 */
    flex-direction: column;
    background: rgb(199, 171, 138);
    padding: 10px;
    border-radius: 6px;
  }
  .tab-menu ul.show {
    display: flex; /* 點擊時展開 */
  }
  .tab-menu ul li {
    display: block;
    margin: 5px 0;
  }
  .tab-menu ul li a {
    display: block;
    text-align: center;
    padding: 10px;
  }
}

  /* 卡片 */
  .card1 {
    display: block;
    height: 100%;
    text-decoration: none;
    background-color: white;
    border-radius: 2rem !important;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
            box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
    /* padding: 10px; */
    position: relative;
  }
  
  .card__img {
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0  ;
  }
  
  .card__img img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
    -moz-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0.01deg);
    transform-origin: 50%;
    -webkit-transform-origin: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transform: all 0.5s ease-out;
            transform: all 0.5s ease-out;
  }
  
  .card1:hover .card__img img {
    transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0.01deg);
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0.01deg);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate3d(0, 0, 0, 0.01deg);
  }
  
  .card1:hover .card__button__text {
    color: white;
  }
  
  .card1:hover .card__button__hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
  
  .card__bigger {
    font-size: 2em;
  }

  /* 工具 */
.fzM {
    font-size: 18px;
  }
  
  @media (max-width: 576px) {
    .fzM {
      font-size: 14px;
    }
  }

.fwB {
    font-weight: bold;
  }
  
.taC {
    text-align: center;
  }

.mbS {
  margin-bottom: 16px;
}

.mbS1 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.colo{
  color: #857272;
}

.pd{
  padding: 0 15px;
}

.pdB{
  padding-bottom: 20px;
}

/* 頁碼切換 */
#pagination {
    margin-top: 20px;
    margin-bottom: 70px;
}

#pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

#pagination a.active {
    background-color: rgb(199, 171, 138);
    color: white;
    border: 1px solid rgb(199, 171, 138);
}

#pagination a:hover:not(.active) {background-color: #ddd;}

.hidE{
  display: none ;
}

/* 保鑣分頁end */

/* 輪播 */
.slider.kv01 {background-image: url(https://www.e-cool.com.tw/img/kv01.jpg);}
.slider.kv02 {background-image: url(https://www.e-cool.com.tw/img/kv02.jpg);}
.slider.kv03 {background-image: url(https://www.e-cool.com.tw/img/kv03.jpg);}
@media (max-width: 800px) {
.slider.kv01 {background-image: url(https://www.e-cool.com.tw/img/kv01-sp.jpg);}
.slider.kv02 {background-image: url(https://www.e-cool.com.tw/img/kv02-sp.jpg);}
.slider.kv03 {background-image: url(https://www.e-cool.com.tw/img/kv03-sp.jpg);}
}
@media (min-width: 801px) and (max-width: 1562px) {
.slider.kv01 {background-image: url(https://www.e-cool.com.tw/img/kv01-sp2.jpg);}
.slider.kv02 {background-image: url(https://www.e-cool.com.tw/img/kv02-sp2.jpg);}
.slider.kv03 {background-image: url(https://www.e-cool.com.tw/img/kv03-sp2.jpg);}
}
/* new sp */
@media only screen and (max-width: 950px) {
.tour{padding: 2% 6%;}
.links a{width: 100%;}
.footer_p {text-align: left;}
.daily-bnr{display:none;}
/* 最下方LINE與電話 */
.spcon_call a,.spcon_line a,.spcon_ig a,.spcon_fb a{color: #FFF;font-size:15px;text-decoration: none;font-weight: bold;}
.spcon_line{display:block;background: #72a581;width: 25%;position: fixed;bottom: 0px;float: left;margin-left: 75%;height: 35px;padding: 10px;text-align: center;}
.spcon_ig{display:block;background: #ec6c17;width: 25%;position: fixed;bottom: 0px;float: left;margin-left: 50%;height: 35px;padding: 10px;text-align: center;}
.spcon_fb{display:block;background: #1877f2;width: 25%;position: fixed;bottom: 0px;float: left;margin-left: 25%;height: 35px;padding: 10px;text-align: center;}
.spcon_call{display:block;background: #a56b67;width: 25%;position: fixed;bottom: 0px;float: left;height: 35px;padding: 10px;text-align: center;}
/* SP FOOTER */
.footer__nav .ser_foot li{padding: 10px;}
.place{display: block;}
.footer__nav .place li{padding-left: 15px;display: inline-block;}
}

.footer-container {
max-width: 1830px;
padding: 0 30px;
margin: 0 auto;
}
.footer-row{
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foicon{
   display: flex;
  flex-direction: column; /* 改成直向排列 */
  align-items: flex-start; /* 左對齊 */
  margin: 40px 0;
  padding: 20px;
}

/* .foicon .logo img{
  width: 200px;
  height: auto;
  margin-bottom: 20px;
} */

.foL{
  width: 26.25%;
  align-items: center;
  justify-content: center;
}

.foicon .social {
  display: flex;
  gap: 26px;
  margin-top: 20px;
}

.foicon .social img {
  width: 30px;
  height: auto;
}

.foR{
  width: 73.25%;
}

.foicon img {
  width: 200px;
  height: auto;
}

.focontent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

.focontent ul li {
  width: 15%; /* 四欄式設計 */
  min-height: 300px; /* 你希望的高度 */
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  list-style: none;
}

.focontent ul li a {
  display: block;
  margin: 40px 0;
  color: #887660;
}


/* 服務範圍 */
details{
  background-color:#887660;
  font-size: 13px;
  color: #FFF;
  padding: 20px;
  width: 700px;

}
/* label{
  height: 500px;
} */

/* #details ul li{
width: 500px;
} */

#details ul li {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 12px;
    margin: 20px; 
}

.ab ul {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  gap: 20px; 
  padding: 0;
  margin: 15px;
}

.ab ul li{
  margin: 10px;
}

.ab ul li {
  /* margin-bottom: 30px; */
  list-style: none;
}

.ab ul li a {
  display: block;
  margin: 13px 0;
  color: #fff;
  text-decoration: none;
}

/* 資訊 */
.contact_bar{
  display: flex;
  justify-content: center;
  align-items:stretch;
  align-content: center;
  flex-wrap: wrap;
  margin: 50px 0 75px 0;
}

.contact_box{
  text-align: center;
  width: calc(25% - 1px);
  padding: 0 2.5%;
  box-sizing: border-box;
  border-right: 1px solid #e2e2db;
  P{
    font-size: 14PX;
  }
}

.contact_box:last-child {
    border-right: none;
}

.contact_box span{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 25px 0;
    font-size: 18px;
  }

/* 聯絡我們動態 */
.box {
    width: 105vmin;
    height: 10vmin;
    display: grid;
    margin:  0 auto;
    place-content: center;
    color: white;
    /* text-shadow: 0 1px 0 #000; */
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), #fff, #fff 5%, #fff 60%, #ffffff 95%);
    border: solid 1px transparent;
    border-radius: 1em;
    --gradient-border: conic-gradient(
  from var(--border-angle),
  #17384c 0deg,
  #b6975e 90deg,
  #ffffff 180deg,
  #ffffff 270deg,
   transparent 99%
);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 5s linear infinite;

}

    @media only screen and (max-width: 425px) {
    .box {
    width: 90vmin;
    height: 15vmin;
    }
    .footer__cvarea a{
      margin-top: unset;
    }
    .contact_box p{
      display: none;
    }
    .contact_box span{
      display: none;
    }
    .footer__cvarea p{
      font-size: 16px;
      letter-spacing: 5px;
      line-height: 1.5;
    }
  }

.box:hover {
  animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
