@charset "UTF-8";
/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.7; }

[v-cloak] {
  display: none; }

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2vw, 17px);
  letter-spacing: .05em; }

.en {
  font-family: "Cormorant Garamond", serif; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #030d06;
  text-decoration: none;
  transition: .3s; }
  a:hover {
    opacity: .8; }

h1 {
  font-size: clamp(24px, 3vw, 26px); }

h2 {
  font-size: clamp(22px, 2.5vw, 24px); }

h3 {
  font-size: clamp(20px, 2vw, 22px); }

h4 {
  font-size: clamp(18px, 2vw, 20px); }

h5 {
  font-size: clamp(17px, 2vw, 18px); }

h6 {
  font-size: clamp(16px, 2vw, 17px); }

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

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

.disc {
  list-style: disc;
  padding-left: clamp(20px, 3vw, 40px); }

ol {
  padding-left: clamp(20px, 3vw, 40px); }
  ol li {
    padding-left: 5px; }
    ol li:not(:last-of-type) {
      margin-bottom: 10px; }

.in-bl {
  display: inline-block; }

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

.container {
  padding: 0 25px; }
  @media screen and (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 1300px;
      padding: 0;
      width: 80%; } }

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

@media screen and (min-width: 768px) {
  .tab-under {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .tab-over {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }

.grecaptcha-badge {
  visibility: hidden; }

/*------------------------------------------------------------------------------ 
  Common
------------------------------------------------------------------------------*/
/* Flex
-----------------------------------------------------------*/
.flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(20px, 3vw, 40px); }

.between {
  justify-content: space-between; }

.around {
  justify-content: space-around; }

/* Pc Flex
-----------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1025px) {
  .pc-between {
    justify-content: space-between; } }

/* Grid
-----------------------------------------------------------*/
.grid {
  display: grid; }

/* Button
-----------------------------------------------------------*/
.btn a {
  background: #fff;
  border: 1px solid #626663;
  display: block;
  margin: auto;
  max-width: 300px;
  padding: 20px;
  text-align: center; }

.arrow-btn a {
  display: inline-block;
  padding-left: 90px;
  position: relative; }
  .arrow-btn a:hover {
    opacity: 1; }
    .arrow-btn a:hover:after {
      transform: translateY(-50%) scale(1); }
    .arrow-btn a:hover .icon:before {
      transform: translate(250%, -50%); }
    .arrow-btn a:hover .icon:after {
      transform: translate(-50%, -50%); }
  .arrow-btn a:before, .arrow-btn a:after {
    border: 1px solid #166734;
    border-radius: 50%;
    content: '';
    height: 75px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    width: 75px; }
  .arrow-btn a:before {
    background: #fff;
    z-index: 1; }
  .arrow-btn a:after {
    background: #166734;
    transform: translateY(-50%) scale(0);
    z-index: 2; }
  .arrow-btn a .icon {
    height: 100%;
    left: 26px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    z-index: 5; }
    .arrow-btn a .icon:before, .arrow-btn a .icon:after {
      background: #166734;
      content: '';
      height: 17px;
      left: 50%;
      position: absolute;
      top: 50%;
      transition: .4s;
      width: 17px;
      mask-image: url(../img/common/arrow.svg) no-repeat center/cover;
      -webkit-mask: url(../img/common/arrow.svg) no-repeat center/cover; }
    .arrow-btn a .icon:before {
      background: #166734;
      transform: translate(-50%, -50%); }
    .arrow-btn a .icon:after {
      background: #fff;
      transform: translate(-250%, -50%); }

/* Cta Area
-----------------------------------------------------------*/
.cta-area {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: clamp(45px, 5vw, 60px) auto 0;
  max-width: 900px;
  row-gap: 35px; }
  .cta-area .btn {
    height: 90px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .cta-area .btn {
        max-width: 400px;
        width: 47%; } }
    .cta-area .btn a {
      background: none;
      border: 1px solid #a1a6a2;
      height: 100%;
      max-width: 100%;
      padding: 25px; }
  .cta-area .mail a {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center; }
  .cta-area .tel a {
    font-size: 21px; }
    .cta-area .tel a .num {
      letter-spacing: 2px; }

/* Works Category List
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .works_cat-li {
    display: grid; } }
.works_cat-li li a {
  display: block;
  padding: 15px;
  position: relative; }
  .works_cat-li li a:before {
    background: #030d06;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; }

/* Map
-----------------------------------------------------------*/
.map,
.full-map {
  filter: saturate(0.3);
  height: 0;
  padding-top: 70%;
  position: relative; }
  @media screen and (min-width: 600px) {
    .map,
    .full-map {
      padding-top: 40%; } }
  .map iframe,
  .full-map iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

@media screen and (min-width: 1025px) {
  .map {
    padding-top: 45%; } }

@media screen and (min-width: 1025px) {
  .full-map {
    padding-top: 38%; } }
@media screen and (min-width: 1280px) {
  .full-map {
    padding-top: 32%; } }

/* Table
-----------------------------------------------------------*/
table th,
table td {
  padding: 15px; }
  @media screen and (max-width: 767px) {
    table th,
    table td {
      display: block; } }
table th {
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    table th {
      text-align: left; } }

/*------------------------------------------------------------------------------ 
  Header
------------------------------------------------------------------------------*/
header {
  padding: 10px; }
  @media screen and (min-width: 1025px) {
    header {
      padding: 10px 20px;
      width: calc(100% - 75px); } }
  @media screen and (min-width: 1280px) {
    header {
      width: calc(100% - 90px); } }
  header h1,
  header .logo {
    font-size: 2em;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      header h1,
      header .logo {
        padding: 10px; } }
    header h1 img,
    header .logo img {
      width: clamp(160px, 16vw, 200px); }
  @media screen and (min-width: 1025px) {
    header #nav {
      max-width: 950px;
      width: 76%; } }
  header #nav input[type="checkbox"] {
    display: none; }
  header #nav input[type="checkbox"]:checked ~ .toggle span {
    top: 50%; }
    header #nav input[type="checkbox"]:checked ~ .toggle span:first-of-type {
      transform: translate(-50%, -50%) rotate(-135deg); }
    header #nav input[type="checkbox"]:checked ~ .toggle span:last-of-type {
      transform: translate(-50%, -50%) rotate(135deg); }
  header #nav input[type="checkbox"]:checked ~ .nav-wrap {
    opacity: 1;
    visibility: visible; }
  header #nav .toggle {
    background: #fff;
    border: 1px solid #030d06;
    border-radius: 50%;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 12px;
    width: 50px;
    z-index: 1000; }
    header #nav .toggle:hover {
      cursor: pointer; }
    @media screen and (min-width: 768px) {
      header #nav .toggle {
        height: 60px;
        width: 60px; } }
    @media screen and (min-width: 1280px) {
      header #nav .toggle {
        height: 65px;
        right: 15px;
        top: 15px;
        width: 65px; } }
    header #nav .toggle span {
      background: #030d06;
      display: block;
      height: 1px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      transition: .4s;
      width: 20px; }
      @media screen and (min-width: 768px) {
        header #nav .toggle span {
          width: 25px; } }
      header #nav .toggle span:first-of-type {
        top: 42%; }
      header #nav .toggle span:last-of-type {
        bottom: 42%; }
  header #nav .nav-li li a,
  header #nav .nav-li li label,
  header #nav .pc-nav li a,
  header #nav .pc-nav li label {
    display: block;
    line-height: 1.5;
    transition: .3s; }
    header #nav .nav-li li a:hover,
    header #nav .nav-li li label:hover,
    header #nav .pc-nav li a:hover,
    header #nav .pc-nav li label:hover {
      color: #166734;
      opacity: 1; }
    header #nav .nav-li li a .en,
    header #nav .nav-li li label .en,
    header #nav .pc-nav li a .en,
    header #nav .pc-nav li label .en {
      display: block;
      font-weight: 600; }
  header #nav .nav-wrap {
    background: #f5f7f6;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 40px 20px 90px;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      header #nav .nav-wrap {
        padding: 60px 0 120px; } }
    @media screen and (min-width: 768px) {
      header #nav .nav-wrap .nav-in {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 2fr;
        margin: auto;
        width: 90%; } }
    @media screen and (min-width: 1025px) {
      header #nav .nav-wrap .nav-in {
        gap: 50px;
        grid-template-columns: 1fr 1.5fr 2.5fr; } }
    @media screen and (min-width: 1280px) {
      header #nav .nav-wrap .nav-in {
        grid-template-columns: 1fr 1fr 3fr;
        max-width: 1200px; } }
    header #nav .nav-wrap .nav-in .nav-li {
      font-size: 16px;
      text-transform: capitalize;
      width: 100%; }
      header #nav .nav-wrap .nav-in .nav-li li a,
      header #nav .nav-wrap .nav-in .nav-li li label {
        padding: 15px; }
      header #nav .nav-wrap .nav-in .nav-li .parent {
        position: relative; }
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .dwn span:first-of-type {
          left: 35%;
          transform: translateY(-50%) rotate(-45deg); }
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .dwn span:last-of-type {
          right: 34%;
          transform: translateY(-50%) rotate(45deg); }
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .plus span:first-of-type {
          transform: rotate(225deg); }
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .plus span:last-of-type {
          transform: rotate(135deg); }
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .nav-li_menu,
        header #nav .nav-wrap .nav-in .nav-li .parent input[type="checkbox"]:checked ~ .works_cat-li {
          margin-bottom: 15px;
          max-height: 200vh; }
        header #nav .nav-wrap .nav-in .nav-li .parent .dwn,
        header #nav .nav-wrap .nav-in .nav-li .parent .plus {
          display: block;
          height: 78px;
          position: absolute;
          right: 0;
          top: 0;
          width: 65px; }
          header #nav .nav-wrap .nav-in .nav-li .parent .dwn span,
          header #nav .nav-wrap .nav-in .nav-li .parent .plus span {
            background: #030d06;
            height: 1px;
            position: absolute;
            top: 50%;
            transition: .3s;
            width: 12px; }
        header #nav .nav-wrap .nav-in .nav-li .parent .dwn span:first-of-type {
          left: 35%;
          transform: translateY(-50%) rotate(45deg); }
        header #nav .nav-wrap .nav-in .nav-li .parent .dwn span:last-of-type {
          right: 34%;
          transform: translateY(-50%) rotate(-45deg); }
        @media screen and (min-width: 1280px) {
          header #nav .nav-wrap .nav-in .nav-li .parent .plus {
            display: none; } }
        header #nav .nav-wrap .nav-in .nav-li .parent .plus span:first-of-type {
          transform: rotate(90deg);
          left: 39%;
          width: 15px; }
        header #nav .nav-wrap .nav-in .nav-li .parent .plus span:last-of-type {
          transform: rotate(0deg);
          right: 38%;
          width: 15px; }
        header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu {
          font-size: 15px;
          padding-left: clamp(15px, 1.5vw, 20px); }
          @media screen and (max-width: 767px) {
            header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu {
              max-height: 0;
              overflow: hidden;
              transition: margin-bottom .4s, max-height .4s; } }
          @media screen and (min-width: 1025px) {
            header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu {
              border-left: 1px solid #a1a6a2;
              margin: 15px 0 0 20px; } }
          header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li {
            position: relative; }
            @media screen and (min-width: 768px) {
              header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li:first-of-type a {
                padding-top: 10px; } }
            @media (min-width: 1025px) {
              header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li:nth-of-type(3) .works_cat-li {
                grid-template-columns: 1fr 1.5fr; } }
            @media (min-width: 1280px) {
              header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li:nth-of-type(3) .works_cat-li {
                grid-template-columns: 1fr 1fr 1fr 1.6fr; } }
            header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li .works_cat-li {
              font-size: 15px;
              padding-left: 25px; }
              @media screen and (min-width: 768px) {
                header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li .works_cat-li {
                  gap: 0 15px;
                  grid-template-columns: repeat(2, 1fr); } }
              @media screen and (max-width: 1279px) {
                header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li .works_cat-li {
                  max-height: 0;
                  overflow: hidden;
                  transition: max-height .4s;
                  transition: margin-bottom .4s, max-height .4s; } }
              @media screen and (min-width: 1280px) {
                header #nav .nav-wrap .nav-in .nav-li .parent .nav-li_menu li .works_cat-li {
                  grid-template-columns: repeat(4, 1fr);
                  margin-bottom: 25px; } }
      @media screen and (min-width: 768px) {
        header #nav .nav-wrap .nav-in .nav-li .works .dwn {
          display: none; } }
      @media screen and (min-width: 1025px) {
        header #nav .nav-wrap .nav-in .nav-li .company .dwn {
          display: none; } }
      @media screen and (max-width: 1024px) {
        header #nav .nav-wrap .nav-in .nav-li .company .nav-li_menu {
          max-height: 0;
          overflow: hidden;
          transition: max-height .4s;
          transition: margin-bottom .4s, max-height .4s; } }
  header #nav .pc-nav {
    font-size: 14px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      header #nav .pc-nav {
        font-size: 16px;
        padding-right: 20px; } }

/* Top Header
-----------------------------------------------------------*/
.top-header {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100; }
  .top-header #nav .pc-nav li a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(3, 13, 6, 0.7); }
    .top-header #nav .pc-nav li a:hover {
      color: #a1a6a2; }

/*------------------------------------------------------------------------------ 
  Hero
------------------------------------------------------------------------------*/
@keyframes slide {
  0% {
    opacity: 1;
    transform: translateX(0);
    z-index: 1; }
  25% {
    opacity: 1;
    transform: translateX(-15%); }
  26% {
    opacity: 0;
    transform: translateX(-15%);
    z-index: 0; }
  100% {
    opacity: 0;
    transform: translateX(-15%);
    z-index: 0; } }
@keyframes slide-pc {
  0% {
    opacity: 1;
    transform: scale(1);
    z-index: 1; }
  25% {
    opacity: 1;
    transform: scale(1.05); }
  26% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 0; }
  100% {
    opacity: 0;
    transform: scale(1.05);
    z-index: 0; } }
@media screen and (max-width: 767px) {
  #hero {
    position: relative; } }
@media screen and (min-width: 768px) {
  #hero {
    display: flex; } }
@media screen and (min-width: 768px) {
  #hero .left-cont {
    height: 100%;
    position: relative;
    width: 28%; } }
@media screen and (min-width: 1025px) {
  #hero .left-cont {
    width: 21%; } }
#hero .left-cont h2 {
  bottom: 10px;
  font-size: clamp(18px, 1.8vw, 22px);
  left: 35px;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  width: fit-content;
  z-index: 50; }
  @media screen and (max-width: 767px) {
    #hero .left-cont h2 {
      color: #fff;
      text-shadow: 1px 1px 1px rgba(3, 13, 6, 0.7); } }
  @media screen and (min-width: 768px) {
    #hero .left-cont h2 {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; } }
  @media screen and (min-width: 1025px) {
    #hero .left-cont h2 {
      bottom: 30px; } }
#hero .slide {
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    #hero .slide {
      width: 72%; } }
  @media screen and (min-width: 1025px) {
    #hero .slide {
      width: 79%; } }
  #hero .slide:after {
    background: rgba(3, 13, 6, 0.25);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
  #hero .slide span {
    animation: slide 16s 0s linear infinite;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      #hero .slide span {
        animation: slide-pc 16s 0s linear infinite;
        width: 100%; } }
    #hero .slide span:first-of-type {
      background: url(../img/header/slide/slide-01.jpg) no-repeat 75% 50%/cover; }
      @media screen and (min-width: 1280px) {
        #hero .slide span:first-of-type {
          background: url(../img/header/slide/slide-01.jpg) no-repeat center/cover; } }
    #hero .slide span:nth-of-type(2) {
      animation-delay: 4s;
      background: url(../img/header/slide/slide-02.jpg) no-repeat 40% 50%/cover; }
      @media screen and (min-width: 1280px) {
        #hero .slide span:nth-of-type(2) {
          background: url(../img/header/slide/slide-02.jpg) no-repeat left center/cover; } }
    #hero .slide span:nth-of-type(3) {
      animation-delay: 8s;
      background: url(../img/header/slide/slide-03.jpg) no-repeat 70% 50%/cover; }
      @media screen and (min-width: 1280px) {
        #hero .slide span:nth-of-type(3) {
          background: url(../img/header/slide/slide-03.jpg) no-repeat center/cover; } }
    #hero .slide span:last-of-type {
      animation-delay: 12s;
      background: url(../img/header/slide/slide-04.jpg) no-repeat center/cover; }
      @media screen and (min-width: 1280px) {
        #hero .slide span:last-of-type {
          background: url(../img/header/slide/slide-04.jpg) no-repeat center/cover; } }

/*------------------------------------------------------------------------------ 
  Top Page
------------------------------------------------------------------------------*/
#top-page {
  overflow: hidden; }
  #top-page section {
    padding: clamp(81px, 14vw, 170px) 0 clamp(80px, 10vw, 140px);
    padding: clamp(80px, 12vw, 150px) 0 clamp(80px, 10vw, 140px); }
    #top-page section:nth-of-type(odd) {
      background: #f5f7f6;
      position: relative;
      z-index: 1; }
      #top-page section:nth-of-type(odd) h2:before {
        color: rgba(161, 166, 162, 0.2); }
    #top-page section h2 {
      margin-bottom: clamp(65px, 7vw, 90px);
      position: relative; }
      #top-page section h2:before {
        bottom: -20px;
        color: #ebedec;
        font-family: "Cormorant Garamond", serif;
        font-size: 60px;
        font-size: clamp(60px, 9vw, 100px);
        font-weight: bold;
        left: 10px;
        position: absolute;
        text-transform: uppercase;
        z-index: -1; }
        @media screen and (min-width: 1025px) {
          #top-page section h2:before {
            bottom: -40px; } }
    #top-page section .cont {
      display: grid;
      gap: 0; }
      @media screen and (min-width: 1025px) {
        #top-page section .cont {
          gap: 0 clamp(50px, 5vw, 60px);
          grid-template-columns: 1fr 2fr; } }
    #top-page section .arrow-btn {
      margin-top: clamp(60px, 9vw, 90px); }
  #top-page #works .arrow-btn,
  #top-page #info .arrow-btn {
    text-align: right; }
  #top-page #reasons h2 {
    line-height: 1.2;
    margin-bottom: clamp(75px, 8vw, 100px);
    text-align: center; }
    #top-page #reasons h2 .num {
      color: #166734;
      font-size: 40px;
      font-weight: bold; }
    #top-page #reasons h2:before {
      bottom: 45px;
      content: 'reasons';
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 1025px) {
        #top-page #reasons h2:before {
          bottom: 40px; } }
  #top-page #reasons .reasons-li {
    counter-reset: counter;
    gap: 70px clamp(20px, 2vw, 30px); }
    @media screen and (min-width: 1025px) {
      #top-page #reasons .reasons-li {
        grid-template-columns: repeat(3, 1fr);
        margin: auto;
        max-width: 1300px;
        width: 95%; } }
    #top-page #reasons .reasons-li li {
      background: #fff;
      padding: 45px clamp(25px, 2vw, 30px) 30px;
      position: relative; }
      #top-page #reasons .reasons-li li .num {
        border-bottom: 1px solid #a1a6a2;
        color: #a1a6a2;
        font-size: clamp(40px, 4vw, 45px);
        font-weight: 500;
        left: 50%;
        position: absolute;
        top: -40px;
        transform: translateX(-50%); }
        @media screen and (min-width: 1025px) {
          #top-page #reasons .reasons-li li .num {
            top: -45px; } }
        #top-page #reasons .reasons-li li .num:after {
          content: counter(counter,decimal-leading-zero);
          counter-increment: counter; }
      #top-page #reasons .reasons-li li h3 {
        color: #166734;
        font-size: 17px;
        margin-bottom: 30px; }
        @media screen and (min-width: 1025px) {
          #top-page #reasons .reasons-li li h3 {
            font-size: clamp(16px, 1.6vw, 19px); } }
        #top-page #reasons .reasons-li li h3 span {
          font-size: clamp(19px, 1.8vw, 22px);
          font-weight: 600; }
  #top-page #works h2 {
    margin-bottom: clamp(65px, 10vw, 120px); }
    #top-page #works h2:before {
      content: 'works'; }
  #top-page #works .cont {
    padding: 0; }
    @media screen and (min-width: 768px) {
      #top-page #works .cont {
        margin: 0 auto clamp(60px, 8vw, 80px);
        width: 85%; } }
    @media screen and (min-width: 1025px) {
      #top-page #works .cont {
        display: block;
        margin-bottom: 120px;
        max-width: 1600px;
        position: relative;
        width: 100%; } }
    @media screen and (min-width: 1280px) {
      #top-page #works .cont {
        margin-bottom: clamp(230px, 18vw, 250px); } }
    @media screen and (min-width: 1025px) {
      #top-page #works .cont .left-cont {
        left: 0;
        max-width: 750px;
        position: absolute;
        top: 70px;
        width: 60%; } }
    #top-page #works .cont .left-cont a {
      display: block;
      overflow: hidden;
      position: relative; }
      #top-page #works .cont .left-cont a:hover {
        opacity: 1; }
        #top-page #works .cont .left-cont a:hover:before {
          opacity: 1; }
        #top-page #works .cont .left-cont a:hover img {
          transform: scale(1.03); }
      #top-page #works .cont .left-cont a:before, #top-page #works .cont .left-cont a:after {
        position: absolute; }
      #top-page #works .cont .left-cont a:before {
        background: rgba(3, 13, 6, 0.3);
        content: '';
        height: 100%;
        left: 0;
        transition: .3s;
        top: 0;
        width: 100%; }
        @media screen and (min-width: 1025px) {
          #top-page #works .cont .left-cont a:before {
            opacity: 0; } }
      #top-page #works .cont .left-cont a:after {
        bottom: 10px;
        color: #fff;
        content: 'view more';
        font-weight: 500;
        font-size: 20px;
        font-family: "Cormorant Garamond", serif;
        right: clamp(20px, 4vw, 30px);
        text-transform: uppercase; }
        @media screen and (min-width: 1025px) {
          #top-page #works .cont .left-cont a:after {
            font-size: 25px;
            left: 30px;
            right: auto;
            text-shadow: 1.5px 1.5px 1px #626663;
            transition: opacity .3s; } }
      #top-page #works .cont .left-cont a h3.sp {
        color: #fff;
        font-size: clamp(19px, 3vw, 24px);
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(3, 13, 6, 0.7);
        transform: translate(-50%, -50%);
        width: 100%; }
        #top-page #works .cont .left-cont a h3.sp .en {
          display: block;
          text-transform: capitalize; }
          #top-page #works .cont .left-cont a h3.sp .en span {
            font-weight: bold;
            text-transform: uppercase; }
      #top-page #works .cont .left-cont a img {
        position: relative;
        transition: .3s;
        z-index: -1; }
    @media screen and (min-width: 1025px) {
      #top-page #works .cont .right-cont {
        backdrop-filter: blur(10px);
        background: rgba(245, 247, 246, 0.8);
        margin-left: auto;
        padding: clamp(35px, 4vw, 60px);
        width: 55%; } }
    #top-page #works .cont .right-cont h3.pc .jp {
      display: block; }
    #top-page #works .cont .right-cont h3.pc .en {
      display: inline-block;
      padding-right: 15px;
      position: relative;
      text-transform: capitalize; }
      #top-page #works .cont .right-cont h3.pc .en span {
        color: #166734;
        font-weight: bold;
        text-transform: uppercase; }
      #top-page #works .cont .right-cont h3.pc .en:after {
        background: #a1a6a2;
        content: '';
        height: 1px;
        left: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px; }
    #top-page #works .cont .right-cont .works_cat-li {
      border: 2px solid #07913a;
      font-weight: 500;
      padding: 30px 45px; }
      @media screen and (max-width: 767px) {
        #top-page #works .cont .right-cont .works_cat-li {
          display: none; } }
      @media screen and (min-width: 768px) {
        #top-page #works .cont .right-cont .works_cat-li {
          gap: 15px;
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1025px) {
        #top-page #works .cont .right-cont .works_cat-li {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 1280px) {
        #top-page #works .cont .right-cont .works_cat-li {
          grid-template-columns: repeat(3, 1fr);
          padding: 30px; } }
      #top-page #works .cont .right-cont .works_cat-li li {
        padding-left: 20px; }
        #top-page #works .cont .right-cont .works_cat-li li a:hover {
          color: #166734;
          opacity: 1; }
  @media screen and (min-width: 1025px) {
    #top-page #works .detached-house .left-cont {
      left: auto;
      right: 0; }
      #top-page #works .detached-house .left-cont a:after {
        left: auto;
        right: 30px; } }
  @media screen and (min-width: 1025px) {
    #top-page #works .detached-house .right-cont {
      margin: 0; } }
  @media screen and (min-width: 1025px) {
    #top-page #works .new-construction {
      margin-bottom: 220px; } }
  @media screen and (min-width: 1280px) {
    #top-page #works .new-construction {
      margin-bottom: clamp(330px, 24vw, 350px); } }
  @media screen and (min-width: 1280px) {
    #top-page #works .new-construction .right-cont {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    #top-page #works .new-construction .right-cont .works_cat-li {
      grid-template-columns: 1fr 1.5fr; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #top-page #works .new-construction .right-cont .works_cat-li li:last-of-type {
      grid-column: span 2; } }
  @media (min-width: 1025px) and (max-width: 1279px) {
    #top-page #works .new-construction .right-cont .works_cat-li li {
      padding-left: 10px; } }
  @media (min-width: 1280px) {
    #top-page #works .new-construction .right-cont .works_cat-li li:last-of-type {
      grid-column: span 2; } }
  @media screen and (min-width: 1025px) {
    #top-page #works .store-renovation {
      margin-bottom: clamp(150px, 15vw, 170px); } }
  @media screen and (min-width: 1025px) {
    #top-page #works .store-renovation .left-cont {
      margin-left: auto;
      position: static;
      transform: translateY(50px); } }
  @media screen and (min-width: 1025px) {
    #top-page #works .store-renovation .right-cont {
      position: absolute;
      top: 0; } }
  @media screen and (min-width: 1025px) {
    #top-page #works .arrow-btn {
      margin-top: 0; } }
  @media screen and (max-width: 1024px) {
    #top-page #company {
      padding-bottom: 0; } }
  #top-page #company h2:before {
    content: 'company'; }
  #top-page #company .cont {
    align-items: flex-start;
    row-gap: 60px; }
    @media screen and (min-width: 1025px) {
      #top-page #company .cont {
        grid-template-columns: 1fr 2.5fr; } }
    @media screen and (min-width: 1280px) {
      #top-page #company .cont {
        grid-template-columns: 1fr 3.5fr; } }
    #top-page #company .cont .left-cont .company-li {
      border-left: 1px solid #a1a6a2;
      padding-left: 10px; }
      @media screen and (max-width: 599px) {
        #top-page #company .cont .left-cont .company-li {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 600px) {
        #top-page #company .cont .left-cont .company-li {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 768px) and (max-width: 1024px) {
        #top-page #company .cont .left-cont .company-li {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 768px) {
        #top-page #company .cont .left-cont .company-li {
          margin-left: 15px; } }
      @media screen and (max-width: 1024px) {
        #top-page #company .cont .left-cont .company-li {
          display: grid;
          gap: 5px 10px; } }
      @media screen and (max-width: 599px) {
        #top-page #company .cont .left-cont .company-li li:last-of-type {
          grid-column: span 2; } }
      #top-page #company .cont .left-cont .company-li li a {
        display: block;
        padding: 12px; }
        #top-page #company .cont .left-cont .company-li li a:hover .en {
          color: #166734;
          font-weight: 500; }
        #top-page #company .cont .left-cont .company-li li a .jp {
          font-size: 15px; }
        #top-page #company .cont .left-cont .company-li li a .en {
          display: block;
          font-size: clamp(11px, 1.4vw, 14px);
          text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      #top-page #company .cont .left-cont .arrow-btn {
        text-align: right; } }
    #top-page #company .cont .right-cont table {
      margin-bottom: 45px; }
      @media screen and (max-width: 1279px) {
        #top-page #company .cont .right-cont table th,
        #top-page #company .cont .right-cont table td {
          display: block; } }
      @media screen and (min-width: 1280px) {
        #top-page #company .cont .right-cont table th,
        #top-page #company .cont .right-cont table td {
          padding: 20px 15px; } }
      #top-page #company .cont .right-cont table th {
        text-align: left; }
        @media screen and (max-width: 1279px) {
          #top-page #company .cont .right-cont table th {
            padding-bottom: 0; } }
        @media screen and (min-width: 1280px) {
          #top-page #company .cont .right-cont table th {
            vertical-align: baseline;
            width: 28%; } }
      @media screen and (max-width: 1279px) {
        #top-page #company .cont .right-cont table td {
          padding-top: 5px; } }
      #top-page #company .cont .right-cont table td ol {
        margin: 10px 0 0;
        padding-left: 30px; }
        @media screen and (min-width: 1280px) {
          #top-page #company .cont .right-cont table td ol {
            margin: 0;
            padding-left: 25px; } }
    @media screen and (max-width: 1024px) {
      #top-page #company .cont .right-cont .map {
        margin: 0 calc(50% - 50vw); } }
    @media screen and (min-width: 600px) {
      #top-page #company .cont .right-cont .map {
        padding-top: 45%; } }
    @media screen and (min-width: 1280px) {
      #top-page #company .cont .right-cont .map {
        padding-top: 37%; } }
  @media screen and (min-width: 1025px) {
    #top-page #info {
      padding-bottom: 150px; } }
  @media screen and (max-width: 767px) {
    #top-page #info h2 {
      padding: 0 25px; } }
  #top-page #info h2:before {
    content: 'infomation'; }
  #top-page #info .cont {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    position: relative; }
    @media screen and (min-width: 768px) {
      #top-page #info .cont {
        display: block; } }
    #top-page #info .cont .left-cont {
      width: 100%; }
      @media screen and (max-width: 767px) {
        #top-page #info .cont .left-cont {
          padding: 0 25px; } }
      @media screen and (min-width: 768px) {
        #top-page #info .cont .left-cont {
          width: 68%; } }
      #top-page #info .cont .left-cont .info article a {
        border-bottom: 1px solid #ebedec;
        padding: clamp(20px, 2.5vw, 30px);
        position: relative;
        row-gap: 5px; }
        #top-page #info .cont .left-cont .info article a:hover {
          opacity: 1; }
          #top-page #info .cont .left-cont .info article a:hover:before {
            width: 100%; }
          #top-page #info .cont .left-cont .info article a:hover h3 {
            color: #166734; }
        #top-page #info .cont .left-cont .info article a:before {
          background: #166734;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          bottom: 0;
          transition: .3s;
          width: 0; }
        #top-page #info .cont .left-cont .info article a time {
          color: #663f15;
          width: 150px; }
        #top-page #info .cont .left-cont .info article a h3 {
          font-size: clamp(16px, 2vw, 17px);
          font-weight: 400;
          margin: 0;
          width: 100%; }
          @media screen and (min-width: 1280px) {
            #top-page #info .cont .left-cont .info article a h3 {
              width: calc(100% - 150px); } }
    #top-page #info .cont .right-cont {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #top-page #info .cont .right-cont {
          position: absolute;
          right: -11vw;
          top: -30px;
          width: 37%;
          z-index: 10; } }
      @media screen and (min-width: 1280px) {
        #top-page #info .cont .right-cont {
          top: -15%; } }
      @media screen and (min-width: 1280px) {
        #top-page #info .cont .right-cont {
          top: -30%; } }
      @media screen and (min-width: 1440px) {
        #top-page #info .cont .right-cont {
          top: -50%; } }
      @media screen and (min-width: 768px) {
        #top-page #info .cont .right-cont img {
          aspect-ratio: 3 / 5;
          border-radius: 10px;
          object-fit: cover; } }
      @media screen and (min-width: 1280px) {
        #top-page #info .cont .right-cont img {
          aspect-ratio: 5 / 7; } }
  #top-page #contact {
    color: #fff;
    overflow: hidden;
    padding-top: clamp(100px, 14vw, 180px);
    position: relative; }
    #top-page #contact:before, #top-page #contact:after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    #top-page #contact:before {
      background: url(../img/header/slide/slide-02.jpg) no-repeat center/cover;
      filter: blur(5px);
      z-index: -1; }
    #top-page #contact:after {
      background: rgba(3, 13, 6, 0.6);
      z-index: -1; }
    #top-page #contact .container {
      max-width: 1000px; }
      #top-page #contact .container h2 {
        margin-bottom: 60px; }
        #top-page #contact .container h2:before {
          bottom: 5px;
          content: 'contact';
          color: rgba(255, 255, 255, 0.5);
          font-size: clamp(60px, 8vw, 90px);
          z-index: 1; }
      #top-page #contact .container .cta-area .btn a {
        border: 1px solid #fff;
        color: #fff; }

/*------------------------------------------------------------------------------ 
  Sub Header
------------------------------------------------------------------------------*/
#sub-head h1,
#sub-hero h1 {
  line-height: 1.2;
  margin: 0; }
  #sub-head h1 .en,
  #sub-hero h1 .en {
    color: #07913a;
    display: block;
    font-size: clamp(35px, 6vw, 80px);
    font-weight: bold;
    text-transform: capitalize; }
  #sub-head h1 .jp,
  #sub-hero h1 .jp {
    font-size: clamp(18px, 2vw, 25px); }

/* Sub Head
------------------------------------------------------------------------------*/
#sub-head {
  display: flex;
  justify-content: center;
  padding: clamp(70px, 10vw, 120px) 20px; }

/* Sub Hero
------------------------------------------------------------------------------*/
#sub-hero {
  position: relative; }
  #sub-hero:before, #sub-hero:after {
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  #sub-hero:before {
    z-index: -2; }
    @media screen and (min-width: 768px) {
      #sub-hero:before {
        left: auto;
        right: 0;
        width: 65%; } }
  #sub-hero:after {
    z-index: -1; }
    @media screen and (max-width: 767px) {
      #sub-hero:after {
        background: rgba(3, 13, 6, 0.3);
        background: #626663;
        opacity: .4; } }
    @media screen and (min-width: 768px) {
      #sub-hero:after {
        left: auto;
        right: 0;
        width: 65%; } }
  #sub-hero .ttl {
    padding: clamp(90px, 12vw, 150px) 0;
    position: relative; }
    @media screen and (min-width: 768px) {
      #sub-hero .ttl {
        display: flex;
        justify-content: center;
        width: 35%; } }
    @media screen and (max-width: 767px) {
      #sub-hero .ttl h1 {
        color: #fff;
        text-align: center; }
        #sub-hero .ttl h1 .en {
          color: #fff; } }
  #sub-hero .img {
    aspect-ratio: 4 / 3; }
    @media screen and (min-width: 768px) {
      #sub-hero .img {
        aspect-ratio: 7 / 3; } }
    #sub-hero .img img {
      height: 100%;
      object-fit: cover; }

.concept:before {
  background: url(../img/header/sub/concept.jpg) no-repeat center/cover; }

.flow:before {
  background: url(../img/header/sub/flow.jpg) no-repeat center/cover; }

.company:before {
  background: url(../img/header/sub/company.jpg) no-repeat center/cover; }

.contact:before {
  background: url(../img/header/sub/contact.jpg) no-repeat 0 50%/cover; }

/*------------------------------------------------------------------------------ 
  Breadcrumbs
------------------------------------------------------------------------------*/
.breadcrumbs {
  font-size: 15px;
  padding: clamp(10px, 2vw, 20px); }
  @media screen and (min-width: 600px) {
    .breadcrumbs {
      text-align: right; } }
  .breadcrumbs li {
    display: inline-block;
    margin-left: 5px;
    position: relative; }
    .breadcrumbs li:not(:last-of-type) {
      padding-right: 20px; }
      .breadcrumbs li:not(:last-of-type):after {
        color: #626663;
        content: ' > ';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .breadcrumbs li:last-of-type {
      color: #166734; }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
.sub-bg {
  padding-top: 0 !important; }
  .sub-bg .bg {
    background: #f5f7f6;
    padding: clamp(70px, 8vw, 100px) 0; }

#sub {
  /* heading
  -----------------------------------------------------------*/
  /* Table
  -----------------------------------------------------------*/
  /* Txt Image
  -----------------------------------------------------------*/
  /* Concept ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Company ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Ishigaki 
  -----------------------------------------------------------*/
  /* Hotel 
  -----------------------------------------------------------*/
  /* Wet Towel 
  -----------------------------------------------------------*/
  /* Flow -----------------------------------------------------
  -----------------------------------------------------------*/
  /* Subsidy --------------------------------------------------
  -----------------------------------------------------------*/
  /* Contact ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Privacy Policy -------------------------------------------
  -----------------------------------------------------------*/ }
  #sub section,
  #sub .sec {
    padding: clamp(60px, 7vw, 85px) 0; }
    #sub section:last-of-type,
    #sub .sec:last-of-type {
      padding-bottom: clamp(90px, 14vw, 180px); }
    @media screen and (min-width: 768px) {
      #sub section .cont,
      #sub .sec .cont {
        margin: auto;
        width: 95%; } }
    #sub section ul li:not(:last-of-type),
    #sub .sec ul li:not(:last-of-type) {
      margin-bottom: 10px; }
    #sub section .emphasis,
    #sub .sec .emphasis {
      color: #b31212;
      font-size: clamp(22px, 2vw, 25px);
      font-weight: 500; }
    #sub section .inner,
    #sub .sec .inner {
      margin: clamp(70px, 8vw, 90px) 0; }
      #sub section .inner:last-of-type,
      #sub .sec .inner:last-of-type {
        margin-bottom: 0; }
  #sub .anchor {
    margin-top: -80px;
    padding-top: 80px; }
  #sub .main-img {
    margin: 0 calc(50% - 50vw); }
  #sub .under-line {
    color: #626663;
    margin-bottom: clamp(45px, 5vw, 60px);
    position: relative; }
    #sub .under-line .jp {
      color: #663f15;
      display: block;
      font-size: clamp(17px, 2vw, 19px); }
    #sub .under-line .en {
      font-size: clamp(45px, 5vw, 60px);
      text-transform: uppercase; }
    #sub .under-line:after {
      background: #a1a6a2;
      content: "";
      display: block;
      height: 1px;
      margin: 30px 0 0;
      width: 80px; }
      @media screen and (min-width: 1025px) {
        #sub .under-line:after {
          width: 120px; } }
  #sub .en-border {
    font-size: clamp(22px, 2vw, 23px); }
    #sub .en-border .jp {
      display: block; }
    #sub .en-border .en {
      color: #626663;
      display: inline-block;
      font-size: clamp(26px, 2vw, 28px);
      position: relative;
      text-transform: capitalize; }
      #sub .en-border .en:first-letter {
        color: #07913a;
        font-weight: bold; }
      #sub .en-border .en:after {
        background: #a1a6a2;
        content: '';
        height: 1px;
        left: calc(100% + 20px);
        position: absolute;
        width: 70px;
        top: 50%;
        transform: translateY(-50%); }
  #sub .home-icon {
    margin: 15px 0;
    padding-left: 45px;
    position: relative; }
    #sub .home-icon:before {
      background: url(../img/common/home.svg) no-repeat center/cover;
      content: '';
      height: 35px;
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 35px; }
  #sub table {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #sub table {
        margin: auto;
        width: 95%; } }
    #sub table th,
    #sub table td {
      padding: 20px; }
    #sub table td ol,
    #sub table td ul {
      margin: 10px 0 0;
      padding-left: 30px; }
      @media screen and (min-width: 768px) {
        #sub table td ol,
        #sub table td ul {
          margin: 0;
          padding-left: 25px; } }
  #sub .regular-table {
    margin: clamp(70px, 9vw, 100px) 0; }
    #sub .regular-table th {
      color: #626663;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #sub .regular-table th {
          padding-bottom: 0; } }
      @media screen and (min-width: 768px) {
        #sub .regular-table th {
          border-bottom: 1px solid #07913a; } }
    #sub .regular-table td {
      border-bottom: 1px solid #a1a6a2; }
      @media screen and (max-width: 767px) {
        #sub .regular-table td {
          padding-top: 15px; } }
  #sub .txt-img {
    display: grid; }
    @media screen and (min-width: 768px) {
      #sub .txt-img {
        position: relative; } }
    @media screen and (max-width: 767px) {
      #sub .txt-img .txt {
        order: 2;
        padding: 30px 20px; }
        #sub .txt-img .txt h3 {
          border-bottom: 1px solid #166734;
          padding-bottom: 5px; } }
    @media screen and (min-width: 768px) {
      #sub .txt-img .txt {
        background: #f5f7f6;
        padding: clamp(35px, 4vw, 60px);
        width: 53%; } }
    @media screen and (max-width: 767px) {
      #sub .txt-img img {
        order: 1; } }
    @media screen and (min-width: 768px) {
      #sub .txt-img img {
        position: absolute;
        right: 0;
        top: 35px;
        width: 50%;
        z-index: -1; } }
  #sub #concept .txt-img .txt {
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sub #concept .txt-img .txt {
        padding: 30px 10px; } }
    #sub #concept .txt-img .txt h2 {
      border-bottom: 2px solid #166734;
      font-size: clamp(20px, 2vw, 22px);
      margin-bottom: 35px;
      padding-bottom: 10px; }
    #sub #concept .txt-img .txt p {
      line-height: 1.8; }
      #sub #concept .txt-img .txt p span {
        color: #166734;
        font-weight: 500;
        background: linear-gradient(transparent 65%, rgba(7, 145, 58, 0.3) 60%); }
  @media screen and (min-width: 768px) {
    #sub #concept .txt-img img {
      min-height: 500px;
      object-fit: cover; } }
  @media screen and (min-width: 1025px) {
    #sub #concept .txt-img img {
      min-height: 450px; } }
  @media screen and (min-width: 1280px) {
    #sub #concept .txt-img img {
      min-height: 400px; } }
  @media screen and (min-width: 768px) {
    #sub #concept .txt-img:nth-of-type(even) .txt {
      margin-left: auto; } }
  @media screen and (min-width: 768px) {
    #sub #concept .txt-img:nth-of-type(even) img {
      left: 0;
      right: auto; } }
  #sub #company #pageLink .link-li {
    display: grid;
    gap: 0 30px;
    margin: 70px auto 0;
    max-width: 500px;
    position: relative; }
    @media screen and (min-width: 768px) {
      #sub #company #pageLink .link-li {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%; }
        #sub #company #pageLink .link-li:before, #sub #company #pageLink .link-li:after {
          background: #a1a6a2;
          content: '';
          height: 100%;
          position: absolute;
          top: 0;
          width: 1px; }
        #sub #company #pageLink .link-li:before {
          left: 33%; }
        #sub #company #pageLink .link-li:after {
          right: 33%; } }
    #sub #company #pageLink .link-li li a {
      display: block;
      font-size: clamp(18px, 1.5vw, 20px);
      padding: clamp(30px, 3vw, 40px) 0;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #sub #company #pageLink .link-li li a {
          border-top: 1px solid #a1a6a2;
          padding: 20px 0 40px; } }
      #sub #company #pageLink .link-li li a:hover {
        opacity: 1; }
        #sub #company #pageLink .link-li li a:hover:after {
          bottom: 8px; }
          @media screen and (min-width: 1025px) {
            #sub #company #pageLink .link-li li a:hover:after {
              bottom: 3px; } }
        #sub #company #pageLink .link-li li a:hover .jp {
          color: #663f15; }
      #sub #company #pageLink .link-li li a:after {
        background: #626663;
        bottom: 13px;
        content: '';
        height: 17px;
        position: absolute;
        right: 20px;
        transform: rotate(90deg);
        transition: .4s;
        width: 17px;
        mask-image: url(../img/common/arrow.svg) no-repeat center/cover;
        -webkit-mask: url(../img/common/arrow.svg) no-repeat center/cover; }
        @media screen and (min-width: 1025px) {
          #sub #company #pageLink .link-li li a:after {
            bottom: 8px; } }
    #sub #company #pageLink .link-li li .jp {
      display: block;
      font-weight: 500; }
    #sub #company #pageLink .link-li li .en {
      color: #166734;
      font-size: clamp(20px, 2vw, 22px);
      font-weight: bold;
      text-transform: uppercase; }
  #sub #company #overview table th {
    vertical-align: baseline; }
  #sub #company #overview table td ul {
    padding-left: 0; }
  #sub #company #overview .access .map-grid {
    gap: 45px 35px; }
    #sub #company #overview .access .map-grid .map-area p {
      margin-top: 0; }
  #sub #company #staff h2 {
    margin-bottom: clamp(70px, 8vw, 90px); }
  #sub #company #staff .staff-li {
    background: #f5f7f6;
    border-radius: 10px;
    gap: clamp(30px, 4vw, 40px);
    margin: 0 calc(50% - 50vw);
    padding: 60px clamp(25px, 5vw, 60px); }
    @media screen and (min-width: 1025px) {
      #sub #company #staff .staff-li {
        grid-template-columns: repeat(2, 1fr);
        margin: 0; } }
    #sub #company #staff .staff-li li {
      background: #fff;
      border-radius: 8px;
      margin: 0;
      padding: 30px; }
      @media screen and (min-width: 1025px) {
        #sub #company #staff .staff-li li {
          display: flex;
          flex-direction: column; } }
      @media screen and (min-width: 1025px) {
        #sub #company #staff .staff-li li:first-of-type {
          grid-column: span 2; } }
      @media screen and (min-width: 1280px) {
        #sub #company #staff .staff-li li:first-of-type .grid {
          gap: 45px;
          grid-template-columns: 1fr 8fr; } }
      @media (min-width: 1025px) and (max-width: 1279px) {
        #sub #company #staff .staff-li li:first-of-type .grid img {
          margin: auto;
          width: 50%; } }
      @media screen and (min-width: 1025px) {
        #sub #company #staff .staff-li li:nth-of-type(2) .txt {
          flex: 0; } }
      #sub #company #staff .staff-li li .grid {
        align-items: center;
        gap: clamp(20px, 3vw, 30px) 30px; }
        @media screen and (min-width: 600px) {
          #sub #company #staff .staff-li li .grid {
            grid-template-columns: 1fr 3fr; } }
        @media screen and (min-width: 768px) {
          #sub #company #staff .staff-li li .grid {
            grid-template-columns: 1fr 4fr; } }
        @media screen and (min-width: 1025px) {
          #sub #company #staff .staff-li li .grid {
            flex: 1;
            grid-template-columns: 1fr 2fr; } }
        @media screen and (min-width: 1280px) {
          #sub #company #staff .staff-li li .grid {
            grid-template-columns: 1fr 3fr; } }
        #sub #company #staff .staff-li li .grid img {
          border-radius: 50%; }
          @media screen and (max-width: 599px) {
            #sub #company #staff .staff-li li .grid img {
              margin: auto;
              max-width: 200px;
              width: 60%; } }
        #sub #company #staff .staff-li li .grid .name h3 {
          color: #166734;
          font-size: 20px; }
        #sub #company #staff .staff-li li .grid .name .license {
          background: #f5f7f6;
          border-radius: 3px;
          display: inline-block;
          font-size: clamp(15px, 2vw, 16px);
          margin-top: 0;
          padding: 5px 10px; }
      @media screen and (min-width: 1025px) {
        #sub #company #staff .staff-li li .txt {
          flex: 1; } }
  #sub #company #business .business-li {
    margin-top: clamp(70px, 8vw, 90px); }
    @media screen and (min-width: 768px) {
      #sub #company #business .business-li {
        display: grid;
        grid-template-columns: repeat(3, 1fr); } }
    #sub #company #business .business-li .business {
      overflow: hidden; }
      #sub #company #business .business-li .business a {
        display: block;
        position: relative; }
        #sub #company #business .business-li .business a:hover {
          opacity: 1; }
          #sub #company #business .business-li .business a:hover img {
            transform: scale(1.05); }
        #sub #company #business .business-li .business a:after {
          background: rgba(3, 13, 6, 0.5);
          content: '';
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        #sub #company #business .business-li .business a img {
          transition: transform .3s; }
        #sub #company #business .business-li .business a h3 {
          color: #fff;
          left: 50%;
          line-height: 1.5;
          margin: 0;
          position: absolute;
          text-align: center;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          z-index: 1; }
          #sub #company #business .business-li .business a h3 .en {
            display: block;
            text-transform: capitalize; }
  #sub #ishigaki .under-line {
    color: #626663; }
    #sub #ishigaki .under-line:after {
      margin: clamp(40px, 5vw, 50px) 0 0;
      width: 120px; }
      @media screen and (min-width: 1025px) {
        #sub #ishigaki .under-line:after {
          width: 150px; } }
  #sub #ishigaki .bg {
    background: #f5f7f6;
    padding: clamp(30px, 4vw, 40px) 40px; }
    #sub #ishigaki .bg h3 {
      color: #166734; }
    #sub #ishigaki .bg .disc {
      margin: clamp(40px, 5vw, 50px) 0; }
  @media (min-width: 768px) {
    #sub #ishigaki .staff {
      margin-bottom: 100px; } }
  @media (min-width: 1280px) {
    #sub #ishigaki .staff {
      margin-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    #sub #ishigaki .staff .grid {
      gap: 0 clamp(40px, 4vw, 50px);
      grid-template-columns: repeat(2, 1fr);
      position: relative; } }
  @media screen and (min-width: 768px) {
    #sub #ishigaki .staff .grid:after {
      background: #f5f7f6;
      content: '';
      height: calc(100% + 50px);
      right: -40px;
      position: absolute;
      width: 63%;
      top: 40px;
      z-index: -1; } }
  @media screen and (min-width: 1280px) {
    #sub #ishigaki .staff .grid:after {
      height: calc(100% + 20px); } }
  @media screen and (max-width: 767px) {
    #sub #ishigaki .staff .grid .name {
      background: #f5f7f6;
      padding: 30px 40px; } }
  @media screen and (min-width: 768px) {
    #sub #ishigaki .staff .grid .name {
      position: relative;
      right: 0;
      top: 60px; } }
  #sub #ishigaki .staff .grid .name li:not(:last-of-type) {
    margin-bottom: 50px; }
  #sub #ishigaki .staff .grid .name li h4 {
    border-bottom: 1px solid #166734;
    color: #166734;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 8px; }
  #sub #ishigaki .works h3 {
    margin-bottom: 35px; }
  #sub #ishigaki .works .works-li {
    display: grid;
    gap: 30px; }
    @media screen and (min-width: 1280px) {
      #sub #ishigaki .works .works-li {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 600px) {
      #sub #ishigaki .works .works-li .work {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    #sub #ishigaki .works .works-li .work .before,
    #sub #ishigaki .works .works-li .work .after {
      position: relative; }
      #sub #ishigaki .works .works-li .work .before:after,
      #sub #ishigaki .works .works-li .work .after:after {
        background: rgba(3, 13, 6, 0.7);
        bottom: 0;
        color: #fff;
        font-size: 22px;
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
        padding: 3px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase; }
    #sub #ishigaki .works .works-li .work .before:after {
      content: 'before'; }
    #sub #ishigaki .works .works-li .work .after:after {
      content: 'after'; }
@keyframes carousel {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
  #sub #hotel #carousel {
    align-items: center;
    display: flex;
    margin: clamp(70px, 8vw, 80px) calc(50% - 50vw) clamp(90px, 10vw, 120px);
    overflow: hidden; }
    #sub #hotel #carousel .carousel {
      animation: carousel 40s 1s linear infinite both;
      display: flex; }
      #sub #hotel #carousel .carousel img {
        width: clamp(170px, 25vw, 400px); }
  #sub #hotel .inner table {
    margin-top: clamp(25px, 4vw, 50px); }
  #sub #hotel .arrow-btn {
    margin-top: clamp(80px, 9vw, 100px); }
    @media screen and (min-width: 600px) {
      #sub #hotel .arrow-btn {
        text-align: right; } }
    #sub #hotel .arrow-btn a:hover .icon:after {
      background: #030d06; }
    #sub #hotel .arrow-btn a:after {
      display: none; }
  @media screen and (min-width: 768px) {
    #sub #wet-towel #overview table th {
      width: 33%; } }
  @media screen and (min-width: 1025px) {
    #sub #wet-towel #overview table th {
      width: 25%; } }
  @media screen and (max-width: 360px) {
    #sub #wet-towel #overview .en-border .en:after {
      display: none; } }
  #sub #wet-towel #overview .product {
    background: #f5f7f6;
    display: grid;
    row-gap: 30px;
    margin-bottom: 40px;
    padding: clamp(30px, 4vw, 40px); }
    @media screen and (min-width: 768px) {
      #sub #wet-towel #overview .product {
        gap: 60px;
        grid-template-columns: 1.2fr 1fr; } }
    #sub #wet-towel #overview .product:first-of-type .disc {
      margin-bottom: 40px; }
    #sub #wet-towel #overview .product h4 {
      border-bottom: 1px solid #166734;
      padding-bottom: 8px;
      color: #166734;
      margin-top: 15px; }
  @media screen and (min-width: 600px) {
    #sub #wet-towel .arrow-btn {
      text-align: right; } }
  #sub #flow h2 {
    color: #166734;
    margin-bottom: clamp(40px, 5vw, 50px); }
    @media screen and (min-width: 768px) {
      #sub #flow h2 {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    #sub #flow .flow-li h2 {
      padding: 0 25px; } }
  #sub #flow .flow-li ol {
    counter-reset: counter;
    list-style: none; }
    #sub #flow .flow-li ol li {
      align-items: center;
      background: #fff;
      border: 1px solid #a1a6a2;
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: clamp(40px, 4vw, 55px);
      padding: 20px 0; }
      @media screen and (min-width: 1025px) {
        #sub #flow .flow-li ol li {
          padding: 20px clamp(25px, 3vw, 35px); } }
      #sub #flow .flow-li ol li .step-num {
        align-items: center;
        border-right: 1px solid #a1a6a2;
        color: #030d06;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 0;
        width: 50%; }
        @media screen and (min-width: 1025px) {
          #sub #flow .flow-li ol li .step-num {
            padding: 40px clamp(50px, 5vw, 60px) 40px 25px;
            width: auto; } }
        #sub #flow .flow-li ol li .step-num:before {
          color: #626663;
          content: 'step';
          font-family: "Cormorant Garamond", serif;
          font-size: clamp(20px, 2vw, 25px);
          font-weight: bold;
          line-height: 1;
          text-transform: uppercase; }
        #sub #flow .flow-li ol li .step-num:after {
          color: #626663;
          content: counter(counter,decimal-leading-zero);
          counter-increment: counter;
          font-size: clamp(35px, 4vw, 40px);
          line-height: 1.2; }
      #sub #flow .flow-li ol li .icon {
        text-align: center;
        width: 50%; }
        @media screen and (min-width: 1025px) {
          #sub #flow .flow-li ol li .icon {
            width: clamp(60px, 6vw, 80px); } }
        @media screen and (max-width: 1024px) {
          #sub #flow .flow-li ol li .icon img {
            width: 60px; } }
      #sub #flow .flow-li ol li .txt {
        padding: 20px 30px;
        width: 100%; }
        @media screen and (min-width: 1025px) {
          #sub #flow .flow-li ol li .txt {
            padding: 0;
            width: calc(100% - clamp(270px, 25vw, 350px)); } }
        #sub #flow .flow-li ol li .txt h3 {
          color: #166734; }
      #sub #flow .flow-li ol li .cta-area {
        margin: 40px 0 30px;
        max-width: 700px;
        row-gap: 25px; }
        #sub #flow .flow-li ol li .cta-area .btn {
          height: 70px; }
          #sub #flow .flow-li ol li .cta-area .btn a {
            padding: 15px; }
            #sub #flow .flow-li ol li .cta-area .btn a:hover {
              background: #166734;
              color: #fff; }
  #sub #flow .temporary-housing .about .bg {
    margin-top: clamp(30px, 4vw, 40px);
    padding: 20px 40px; }
  #sub #flow .temporary-housing .comparison .comparison-table {
    margin-top: clamp(35px, 4vw, 50px); }
    @media screen and (max-width: 767px) {
      #sub #flow .temporary-housing .comparison .comparison-table {
        border-spacing: 0 5px; } }
    @media screen and (max-width: 767px) {
      #sub #flow .temporary-housing .comparison .comparison-table thead {
        display: none; } }
    #sub #flow .temporary-housing .comparison .comparison-table th,
    #sub #flow .temporary-housing .comparison .comparison-table td {
      background: #fff; }
    #sub #flow .temporary-housing .comparison .comparison-table th {
      border: 1.5px solid #07913a; }
    #sub #flow .temporary-housing .comparison .comparison-table td {
      border: 1px solid #a1a6a2; }
      @media screen and (max-width: 767px) {
        #sub #flow .temporary-housing .comparison .comparison-table td {
          border-top: none; }
          #sub #flow .temporary-housing .comparison .comparison-table td:before {
            display: block;
            font-weight: 500;
            margin-bottom: 10px; }
          #sub #flow .temporary-housing .comparison .comparison-table td:first-of-type:before {
            content: '弊社'; }
          #sub #flow .temporary-housing .comparison .comparison-table td:last-of-type:before {
            content: '一般の賃貸不動産'; } }
    @media screen and (min-width: 768px) {
      #sub #flow .temporary-housing .comparison .comparison-table tbody th {
        width: 22%; } }
  #sub #flow .temporary-housing .comparison .emphasis {
    margin-top: clamp(30px, 4vw, 40px);
    text-align: center; }
  #sub #flow .info .regular-table {
    margin: clamp(30px, 5vw, 70px) 0 50px; }
    @media screen and (min-width: 768px) {
      #sub #flow .info .regular-table th {
        width: 23%; } }
  #sub #flow .info .bold {
    font-weight: 500; }
  #sub #flow .info .img-area {
    display: grid;
    gap: clamp(10px, 2vw, 20px);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      #sub #flow .info .img-area {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 767px) {
      #sub #flow .info .img-area img:first-of-type {
        grid-column: span 2; } }
  #sub #subsidy h2 {
    color: #166734;
    font-size: clamp(24px, 2vw, 26px);
    text-align: center; }
  #sub #subsidy .txt {
    margin-bottom: 50px; }
    @media screen and (min-width: 600px) {
      #sub #subsidy .txt {
        text-align: center; } }
  #sub #subsidy .inner {
    margin: clamp(70px, 8vw, 100px) 0; }
    #sub #subsidy .inner .home-icon {
      margin-bottom: 45px; }
    #sub #subsidy .inner img:not(:last-of-type) {
      margin-bottom: clamp(45px, 6vw, 70px); }
  #sub #subsidy .border {
    border-bottom: 1px solid #a1a6a2;
    padding-bottom: clamp(75px, 8vw, 90px); }
  #sub #subsidy .bnr {
    text-align: center; }
    #sub #subsidy .bnr img {
      max-width: 500px; }
  #sub #contact {
    padding-top: clamp(60px, 7vw, 85px);
    padding-bottom: clamp(90px, 14vw, 180px); }
    #sub #contact .txt {
      border-bottom: 1px solid #a1a6a2;
      margin: 0 auto clamp(65px, 7vw, 90px);
      max-width: 600px;
      padding-bottom: clamp(45px, 6vw, 70px);
      width: 95%; }
      @media screen and (min-width: 768px) {
        #sub #contact .txt {
          max-width: 900px; } }
    #sub #contact .form .caution {
      margin: 0 auto clamp(30px, 4vw, 45px);
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .caution {
          max-width: 800px; } }
      #sub #contact .form .caution span {
        color: #b31212;
        font-weight: bold; }
    #sub #contact .form .wpcf7 label {
      display: block;
      margin: 0 auto clamp(30px, 4vw, 45px);
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .wpcf7 label {
          max-width: 800px; } }
      #sub #contact .form .wpcf7 label:last-of-type .form-txt {
        margin-bottom: auto; }
      #sub #contact .form .wpcf7 label .form-txt .required {
        color: #b31212;
        font-weight: bold;
        padding: 5px; }
      #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap {
        display: block;
        margin-top: 7px; }
        @media screen and (min-width: 768px) {
          #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap {
            margin-top: 12px; } }
        #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
        #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
          background: #f5f7f6;
          border: 1px solid #ebedec;
          border-radius: 2px;
          padding: 8px;
          width: 100%; }
          @media screen and (min-width: 768px) {
            #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
            #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
              padding: clamp(13px, 1.5vw, 18px); } }
        #sub #contact .form .wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          color: #fff; }
    #sub #contact .form .wpcf7 .radio {
      margin: 0 auto 45px;
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .wpcf7 .radio {
          max-width: 800px; } }
      #sub #contact .form .wpcf7 .radio .wpcf7-radio {
        display: grid;
        gap: 10px; }
        @media screen and (min-width: 768px) {
          #sub #contact .form .wpcf7 .radio .wpcf7-radio {
            grid-template-columns: repeat(3, 1fr);
            text-align: center; } }
        #sub #contact .form .wpcf7 .radio .wpcf7-radio .wpcf7-list-item input {
          height: 18px;
          margin-right: 7px;
          vertical-align: -3px;
          width: 18px; }
    #sub #contact .form .wpcf7 input[type="checkbox"] {
      display: inline-block;
      height: 18px;
      vertical-align: -3px;
      width: 35px; }
    #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
      display: block;
      margin: 0; }
      #sub #contact .form .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
        margin: 45px auto 20px; }
    #sub #contact .form .wpcf7 .check {
      margin: 0 auto 45px;
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .wpcf7 .check {
          max-width: 800px; } }
    #sub #contact .form .wpcf7 input.wpcf7-submit {
      background: #fff;
      border: 2px solid #166734;
      border-radius: 2px;
      color: #030d06;
      display: block;
      font-size: clamp(17px, 2vw, 19px);
      font-weight: 500;
      letter-spacing: 8px;
      margin: clamp(20px, 3vw, 30px) auto;
      padding: 25px 0;
      transition: .2s;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #sub #contact .form .wpcf7 input.wpcf7-submit {
          max-width: 600px;
          width: 75%; } }
      #sub #contact .form .wpcf7 input.wpcf7-submit:hover {
        background: #166734;
        color: #fff;
        cursor: pointer; }
      #sub #contact .form .wpcf7 input.wpcf7-submit:disabled {
        cursor: not-allowed !important; }
    #sub #contact .form .wpcf7 .recaptcha {
      font-size: clamp(14px, 2vw, 15px); }
      @media screen and (min-width: 1280px) {
        #sub #contact .form .wpcf7 .recaptcha {
          text-align: center; } }
      #sub #contact .form .wpcf7 .recaptcha a {
        font-weight: bold; }
    #sub #contact .form .wpcf7 .wpcf7-response-output {
      color: #030d06;
      font-size: clamp(16px, 2vw, 18px); }
  #sub #privacy-policy .txt {
    padding: clamp(60px, 7vw, 85px) 0; }
  #sub #privacy-policy section {
    padding-top: 0; }
    #sub #privacy-policy section .bg {
      background: #f5f7f6;
      padding: 40px; }
      #sub #privacy-policy section .bg .disc {
        margin-top: 35px; }
      #sub #privacy-policy section .bg p .num {
        font-size: 22px; }
      @media screen and (max-width: 599px) {
        #sub #privacy-policy section .bg p .in-bl {
          display: block; } }
      @media screen and (min-width: 600px) {
        #sub #privacy-policy section .bg p .in-bl {
          margin-left: 20px; } }
      #sub #privacy-policy section .bg .btn {
        margin-top: 35px; }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
footer {
  background: #f5f7f6;
  padding-top: clamp(55px, 6vw, 75px); }
  @media screen and (min-width: 768px) {
    footer .container {
      width: 85% !important; } }
  footer #foot-in {
    gap: clamp(40px, 8vw, 65px) 40px;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 1025px) {
      footer #foot-in {
        grid-template-columns: 1fr 3fr; } }
    @media screen and (min-width: 1270px) {
      footer #foot-in {
        gap: 120px;
        max-width: 1100px; } }
    footer #foot-in .foot-left .foot-logo {
      width: 180px; }
    footer #foot-in .foot-left .foot-info .address {
      font-size: 16px; }
    footer #foot-in .foot-left .foot-info .tel {
      font-size: clamp(17px, 2vw, 18px);
      margin: 30px 0; }
      @media screen and (min-width: 768px) {
        footer #foot-in .foot-left .foot-info .tel {
          margin: 0 0 30px; } }
    @media screen and (min-width: 768px) {
      footer #foot-in .foot-right {
        gap: 35px;
        grid-template-columns: 1fr 1fr 1.8fr; } }
    footer #foot-in .foot-right .foot-nav {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        footer #foot-in .foot-right .foot-nav {
          display: grid;
          font-size: 15px;
          gap: 0 20px;
          grid-template-columns: repeat(2, 1fr);
          margin: auto;
          max-width: 450px;
          text-align: center;
          width: 100%; } }
      footer #foot-in .foot-right .foot-nav li a {
        display: block;
        padding: 15px 0; }
        footer #foot-in .foot-right .foot-nav li a:hover {
          color: #166734;
          opacity: 1; }
        @media screen and (min-width: 768px) {
          footer #foot-in .foot-right .foot-nav li a {
            padding: 12px; } }
        footer #foot-in .foot-right .foot-nav li a .en {
          display: block;
          font-weight: 600;
          line-height: 1.5; }
      footer #foot-in .foot-right .foot-nav li .foot-nav_menu {
        border-left: 1px solid #a1a6a2;
        font-size: 15px;
        margin: 15px 0 0 15px;
        padding-left: 10px; }
  footer #foot-bottom {
    padding: 20px 25px;
    text-align: right; }
    @media screen and (min-width: 768px) {
      footer #foot-bottom {
        padding: 40px 0 20px; } }
    footer #foot-bottom .banner {
      margin: 25px auto 35px;
      max-width: 300px;
      width: 90%; }
      @media screen and (min-width: 768px) {
        footer #foot-bottom .banner {
          margin: 25px 0 35px auto; } }
    footer #foot-bottom .policy {
      font-size: 15px;
      margin-bottom: 10px; }
      footer #foot-bottom .policy a:hover {
        color: #166734;
        opacity: 1; }
    footer #foot-bottom #copyrights {
      font-size: 14px; }

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