/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.7; }

*,
*: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, 25px); }

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

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

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

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

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

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

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

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

/* 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; } }

/* 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: #626663;
      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: #626663;
      transform: translate(-50%, -50%); }
    .arrow-btn a .icon:after {
      background: #fff;
      transform: translate(-250%, -50%); }

/* 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; }

/*------------------------------------------------------------------------------ 
  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 .pc-nav li a {
    display: block;
    line-height: 1.5; }
    header #nav .nav-li li a:hover,
    header #nav .pc-nav li a:hover {
      color: #166734;
      opacity: 1; }
    header #nav .nav-li li a .en,
    header #nav .pc-nav li a .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 {
        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 .3s, max-height .3s; } }
          @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; } }

/*------------------------------------------------------------------------------ 
  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: 8px;
    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 Head
------------------------------------------------------------------------------*/
#sub-head .archive-ttl {
  margin: 0; }
  #sub-head .archive-ttl .en {
    color: #07913a;
    font-weight: bold;
    text-transform: capitalize; }
  #sub-head .archive-ttl .jp {
    font-weight: 500; }
#sub-head .work-head {
  display: grid; }
  @media screen and (min-width: 600px) {
    #sub-head .work-head {
      grid-template-columns: repeat(2, 1fr); } }

.home,
.post-type-archive,
.single-post {
  display: flex;
  justify-content: center;
  padding: clamp(70px, 10vw, 120px) 20px; }
  .home .archive-ttl,
  .post-type-archive .archive-ttl,
  .single-post .archive-ttl {
    line-height: 1.2; }
    .home .archive-ttl .en,
    .post-type-archive .archive-ttl .en,
    .single-post .archive-ttl .en {
      display: block;
      font-size: clamp(55px, 6vw, 80px); }
    .home .archive-ttl .jp,
    .post-type-archive .archive-ttl .jp,
    .single-post .archive-ttl .jp {
      font-size: clamp(20px, 2vw, 25px); }

.tax .archive-ttl .en {
  display: inline; }
.tax .archive-ttl .jp {
  font-size: clamp(17px, 2vw, 21px); }

.single-works {
  padding: 30px 0 0; }
  .single-works .ttl-area h1 {
    color: #663f15;
    font-size: clamp(20px, 2vw, 25px);
    margin-top: clamp(40px, 5vw, 60px); }
  .single-works .cat .cat-name {
    font-size: clamp(16px, 2vw, 17px); }

.tax,
.custom_term {
  padding: 30px 0 0; }
  .tax .cat .cat-name,
  .custom_term .cat .cat-name {
    font-size: clamp(16px, 1.8vw, 22px); }
    .tax .cat .cat-name .in-bl,
    .custom_term .cat .cat-name .in-bl {
      color: #663f15; }

.tax,
.custom_term,
.single-works {
  display: grid;
  gap: 10px 0; }
  @media screen and (min-width: 768px) {
    .tax,
    .custom_term,
    .single-works {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1280px) {
    .tax,
    .custom_term,
    .single-works {
      grid-template-columns: 1.5fr 1fr; } }
  @media screen and (min-width: 768px) {
    .tax .left-cont,
    .custom_term .left-cont,
    .single-works .left-cont {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .tax .left-cont .ttl-area,
    .custom_term .left-cont .ttl-area,
    .single-works .left-cont .ttl-area {
      max-width: 600px;
      width: 85%; } }
  @media screen and (max-width: 767px) {
    .tax .left-cont .ttl-area .archive-ttl,
    .custom_term .left-cont .ttl-area .archive-ttl,
    .single-works .left-cont .ttl-area .archive-ttl {
      padding: 0 20px;
      text-align: right; } }
  .tax .left-cont .ttl-area .archive-ttl .en,
  .custom_term .left-cont .ttl-area .archive-ttl .en,
  .single-works .left-cont .ttl-area .archive-ttl .en {
    font-size: 27px; }
    @media screen and (min-width: 768px) {
      .tax .left-cont .ttl-area .archive-ttl .en,
      .custom_term .left-cont .ttl-area .archive-ttl .en,
      .single-works .left-cont .ttl-area .archive-ttl .en {
        font-size: clamp(55px, 6vw, 80px); } }
  .tax .left-cont .ttl-area .archive-ttl .jp,
  .custom_term .left-cont .ttl-area .archive-ttl .jp,
  .single-works .left-cont .ttl-area .archive-ttl .jp {
    font-size: clamp(17px, 2vw, 21px); }
  @media screen and (max-width: 767px) {
    .tax .left-cont .ttl-area .cat,
    .custom_term .left-cont .ttl-area .cat,
    .single-works .left-cont .ttl-area .cat {
      padding: 0 20px;
      text-align: right; } }
  .tax .left-cont .ttl-area .cat .cat-name,
  .custom_term .left-cont .ttl-area .cat .cat-name,
  .single-works .left-cont .ttl-area .cat .cat-name {
    font-weight: 500;
    margin: 0 0 0; }
  @media screen and (max-width: 767px) {
    .tax .thumb,
    .custom_term .thumb,
    .single-works .thumb {
      aspect-ratio: 5 / 3; } }
  @media screen and (min-width: 768px) {
    .tax .thumb,
    .custom_term .thumb,
    .single-works .thumb {
      aspect-ratio: 3 / 2; } }
  .tax .thumb img,
  .custom_term .thumb img,
  .single-works .thumb img {
    height: 100%;
    object-fit: cover; }

/*------------------------------------------------------------------------------ 
  Block Common
------------------------------------------------------------------------------*/
.post-cont {
  /* Block
  -----------------------------------------------------------*/
  /* Heading
  -----------------------------------------------------------*/
  /* Group
  -----------------------------------------------------------*/
 /* Image
-----------------------------------------------------------*/
  /* Button
  -----------------------------------------------------------*/
  /* Table
  -----------------------------------------------------------*/
 /* Contact Form
-----------------------------------------------------------*/ }
  .post-cont .has-background {
    margin: 25px 0;
    padding: clamp(20px, 2vw, 25px) clamp(20px, 3vw, 40px); }
  .post-cont ul,
  .post-cont ol {
    margin: clamp(30px, 4vw, 40px) 0;
    padding-left: clamp(25px, 3vw, 30px); }
    .post-cont ul li,
    .post-cont ol li {
      margin-bottom: 8px; }
  .post-cont ul {
    list-style: disc; }
  .post-cont strong {
    font-weight: 500; }
  .post-cont h2 {
    margin: clamp(65px, 7vw, 80px) 0 25px; }
  .post-cont h3 {
    margin: clamp(50px, 5vw, 60px) 0 25px; }
  .post-cont h4 {
    margin: clamp(28px, 4vw, 40px) 0 20px; }
  .post-cont .wp-block-group {
    margin: clamp(65px, 7vw, 80px) 0; }
    .post-cont .wp-block-group .wp-block-gallery,
    .post-cont .wp-block-group .wp-block-columns {
      margin: clamp(20px, 4vw, 40px) 0; }
  .post-cont .wp-block-columns {
    gap: 1em;
    margin: clamp(40px, 6vw, 60px) 0; }
    .post-cont .wp-block-columns .wp-block-image {
      margin: 0; }
    .post-cont .wp-block-columns .wp-block-gallery {
      margin: 0; }
  .post-cont .wp-block-media-text {
    margin: clamp(15px, 3vw, 30px) 0; }
    @media screen and (max-width: 599px) {
      .post-cont .wp-block-media-text .wp-block-media-text__content p {
        margin-top: 8px; } }
    .post-cont .wp-block-media-text .has-normal-font-size {
      font-size: clamp(16px, 2vw, 17px); }
  .post-cont .wp-block-image {
    margin: clamp(25px, 4vw, 45px) 0; }
  .post-cont .wp-block-gallery {
    margin: clamp(40px, 4vw, 50px) 0; }
    .post-cont .wp-block-gallery .wp-block-image {
      margin: 0; }
  .post-cont .wp-block-buttons {
    margin: clamp(40px, 5vw, 60px) 0; }
    .post-cont .wp-block-buttons .wp-block-button .wp-block-button__link {
      font-size: clamp(16px, 2vw, 17px); }
    .post-cont .wp-block-buttons .wp-block-button .wp-block-button.has-custom-font-size .wp-block-button__link {
      font-size: inherit; }
    .post-cont .wp-block-buttons .wp-block-button .has-background {
      padding: clamp(16px, 2vw, 20px); }
    .post-cont .wp-block-buttons .btn {
      margin: auto;
      width: 95%; }
      .post-cont .wp-block-buttons .btn a {
        border-radius: 0;
        color: #030d06; }
        .post-cont .wp-block-buttons .btn a:hover {
          background: #a1a6a2;
          color: #fff;
          opacity: 1; }
  .post-cont .wp-block-table {
    margin: clamp(40px, 5vw, 65px) 0; }
    .post-cont .wp-block-table table {
      border-collapse: collapse; }
      .post-cont .wp-block-table table td {
        padding: 15px; }
        @media screen and (max-width: 767px) {
          .post-cont .wp-block-table table td {
            display: block; } }
  @media screen and (max-width: 767px) {
    .post-cont .is-style-regular table {
      border-bottom: 1px solid #a1a6a2; } }
  .post-cont .is-style-regular table td {
    border: 1px solid #a1a6a2; }
    @media screen and (max-width: 767px) {
      .post-cont .is-style-regular table td {
        border-bottom: none; } }
  @media screen and (max-width: 767px) {
    .post-cont .is-style-stripes td:nth-of-type(odd) {
      border-bottom: 1px solid #a1a6a2; } }
  .post-cont .wpcf7 {
    margin: 50px 0; }
    .post-cont .wpcf7 label {
      display: block;
      margin: 0 auto clamp(30px, 4vw, 45px);
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 label {
          max-width: 800px; } }
      .post-cont .wpcf7 label:last-of-type .form-txt {
        margin-bottom: auto; }
      .post-cont .wpcf7 label .wpcf7-form-control-wrap {
        display: block;
        margin-top: 7px; }
        @media screen and (min-width: 768px) {
          .post-cont .wpcf7 label .wpcf7-form-control-wrap {
            margin-top: 12px; } }
        .post-cont .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
        .post-cont .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) {
            .post-cont .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
            .post-cont .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
              padding: clamp(13px, 1.5vw, 18px); } }
        .post-cont .wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          color: #fff; }
    .post-cont .wpcf7 .radio {
      margin: 0 auto 45px;
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 .radio {
          max-width: 800px; } }
      .post-cont .wpcf7 .radio .wpcf7-radio {
        display: grid;
        gap: 10px; }
        @media screen and (min-width: 768px) {
          .post-cont .wpcf7 .radio .wpcf7-radio {
            grid-template-columns: repeat(3, 1fr);
            text-align: center; } }
        .post-cont .wpcf7 .radio .wpcf7-radio .wpcf7-list-item input {
          height: 18px;
          margin-right: 7px;
          vertical-align: -3px;
          width: 18px; }
    .post-cont .wpcf7 input[type="checkbox"] {
      display: inline-block;
      height: 18px;
      vertical-align: -3px;
      width: 35px; }
    .post-cont .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
      display: block;
      margin: 0; }
      .post-cont .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
        margin: 45px auto 20px; }
    .post-cont .wpcf7 .check {
      margin: 0 auto 45px;
      max-width: 500px;
      width: 95%; }
      @media screen and (min-width: 768px) {
        .post-cont .wpcf7 .check {
          max-width: 800px; } }
    .post-cont .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) {
        .post-cont .wpcf7 input.wpcf7-submit {
          max-width: 600px;
          width: 75%; } }
      .post-cont .wpcf7 input.wpcf7-submit:hover {
        background: #166734;
        color: #fff;
        cursor: pointer; }
      .post-cont .wpcf7 input.wpcf7-submit:disabled {
        cursor: not-allowed !important; }
    .post-cont .wpcf7 .recaptcha {
      font-size: clamp(14px, 2vw, 15px); }
      @media screen and (min-width: 1280px) {
        .post-cont .wpcf7 .recaptcha {
          text-align: center; } }
      .post-cont .wpcf7 .recaptcha a {
        font-weight: bold; }
    .post-cont .wpcf7 .wpcf7-response-output {
      color: #030d06;
      font-size: clamp(16px, 2vw, 18px); }

/*------------------------------------------------------------------------------ 
  Sidebar
------------------------------------------------------------------------------*/
#works-tax-sidebar .tax-heading {
  font-size: 17px;
  margin-bottom: clamp(80px, 9vw, 90px);
  position: relative; }
  @media screen and (min-width: 768px) {
    #works-tax-sidebar .tax-heading {
      font-size: clamp(15px, 1.2vw, 16px); } }
  #works-tax-sidebar .tax-heading:before, #works-tax-sidebar .tax-heading:after {
    left: 0;
    position: absolute; }
  #works-tax-sidebar .tax-heading:before {
    background: #626663;
    bottom: -10px;
    content: '';
    height: 1px;
    width: 200px; }
  #works-tax-sidebar .tax-heading:after {
    bottom: -60px;
    color: #626663;
    content: 'Category';
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 2vw, 25px); }
#works-tax-sidebar .works_cat-li {
  font-size: 16px;
  padding-left: clamp(15px, 2vw, 20px); }
  #works-tax-sidebar .works_cat-li li a {
    padding: 10px 10px 10px 25px; }
    #works-tax-sidebar .works_cat-li li a:hover {
      color: #07913a;
      opacity: 1; }
    #works-tax-sidebar .works_cat-li li a:before {
      width: 16px; }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
#sub {
  padding: 40px 0 clamp(90px, 12vw, 150px);
  /* Pagination
  -----------------------------------------------------------*/
  /* Post Cont
  -----------------------------------------------------------*/
  /* Infomation ------------------------------------------------
  -----------------------------------------------------------*/
  /* Single ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Works List
  -----------------------------------------------------------*/
  /* Main & Sidebar
  -----------------------------------------------------------*/
  /* Works  ---------------------------------------------------
  -----------------------------------------------------------*/
  /* Single Works ---------------------------------------------
  -----------------------------------------------------------*/
  /* 404 ------------------------------------------------------
  -----------------------------------------------------------*/ }
  #sub .soon {
    font-size: clamp(30px, 4vw, 40px);
    text-transform: capitalize; }
  #sub .pagination {
    font-size: clamp(18px, 2vw, 22px);
    margin-top: clamp(90px, 12vw, 150px);
    text-align: center; }
    #sub .pagination .screen-reader-text {
      display: none; }
    #sub .pagination .nav-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #sub .pagination .nav-links .page-numbers {
        align-items: center;
        background: #fff;
        display: flex;
        justify-content: center;
        height: clamp(40px, 5vw, 50px);
        margin: 10px 7px;
        padding: 0;
        width: clamp(42px, 5vw, 50px); }
        #sub .pagination .nav-links .page-numbers:hover {
          background: #166734;
          color: #fff;
          opacity: 1; }
      #sub .pagination .nav-links .current {
        background: #663f15;
        color: #fff;
        font-weight: 500; }
        #sub .pagination .nav-links .current:hover {
          background: #663f15; }
      #sub .pagination .nav-links .dots:hover {
        background: #fff;
        color: #030d06; }
  #sub #info {
    max-width: 1200px; }
    #sub #info article a {
      border-bottom: 1px solid #ebedec;
      padding: clamp(20px, 2.5vw, 30px);
      position: relative;
      row-gap: 5px; }
      #sub #info article a:hover {
        opacity: 1; }
        #sub #info article a:hover:before {
          width: 100%; }
        #sub #info article a:hover h2 {
          color: #166734; }
      #sub #info article a:before {
        background: #a1a6a2;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        bottom: 0;
        transition: .5s;
        width: 0; }
      #sub #info article a time {
        color: #663f15;
        width: 150px; }
      #sub #info article a h2 {
        font-size: clamp(16px, 2vw, 17px);
        font-weight: 400;
        margin: 0;
        width: 100%; }
        @media screen and (min-width: 1025px) {
          #sub #info article a h2 {
            width: calc(100% - 150px); } }
  #sub #single article time {
    border-bottom: 1px dotted #626663;
    color: #663f15;
    display: block;
    margin-bottom: clamp(70px, 8vw, 90px);
    padding-bottom: 40px; }
  #sub #single .btn {
    margin-top: clamp(55px, 6vw, 65px); }
  #sub #single .arrow-btn {
    margin-top: clamp(90px, 12vw, 150px);
    text-align: center; }
  #sub .works-li {
    display: grid;
    gap: clamp(60px, 7vw, 80px) clamp(20px, 2vw, 30px); }
    @media screen and (min-width: 600px) {
      #sub .works-li {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (min-width: 1025px) {
      #sub .works-li {
        grid-template-columns: repeat(3, 1fr); } }
    #sub .works-li a {
      display: block; }
      #sub .works-li a:hover {
        opacity: 1; }
        #sub .works-li a:hover .thumb:before {
          background: rgba(3, 13, 6, 0.4); }
        #sub .works-li a:hover .thumb:after {
          opacity: 1; }
        #sub .works-li a:hover img {
          transform: scale(1.03); }
      #sub .works-li a .thumb {
        border: 1px solid #a1a6a2;
        overflow: hidden;
        position: relative; }
        #sub .works-li a .thumb img {
          aspect-ratio: 16 / 10;
          object-fit: cover;
          transition: .3s; }
        #sub .works-li a .thumb:before, #sub .works-li a .thumb:after {
          position: absolute;
          transition: .3s; }
        #sub .works-li a .thumb:before {
          content: '';
          height: 100%;
          left: 0;
          top: 0;
          width: 100%;
          z-index: 1; }
        #sub .works-li a .thumb:after {
          bottom: 10px;
          color: #fff;
          content: 'view more';
          font-weight: 500;
          font-size: 20px;
          font-family: "Cormorant Garamond", serif;
          opacity: 0;
          right: clamp(20px, 4vw, 30px);
          text-transform: uppercase;
          z-index: 2; }
      #sub .works-li a .ttl {
        color: #166734;
        font-size: clamp(17px, 1.7vw, 18px); }
    #sub .works-li .term a {
      border: 1px solid #166734;
      border-radius: 3px;
      display: inline-block;
      font-size: 15px;
      margin: 5px;
      padding: 2px 10px; }
      #sub .works-li .term a:hover {
        background: rgba(22, 103, 52, 0.2); }
  #sub .main-side {
    display: grid;
    gap: 80px clamp(45px, 6vw, 80px); }
    @media screen and (min-width: 768px) {
      #sub .main-side {
        grid-template-columns: 2.3fr 1fr;
        max-width: 1400px;
        width: 95%; } }
    @media screen and (min-width: 1025px) {
      #sub .main-side {
        grid-template-columns: 3fr 1fr; } }
    @media screen and (min-width: 1280px) {
      #sub .main-side {
        grid-template-columns: 4fr 1fr;
        width: 90%; } }
  @media screen and (min-width: 1025px) {
    #sub #taxonomy-archive,
    #sub #tax-works {
      padding-top: 50px; } }
  #sub #works .cat-li {
    display: grid;
    gap: 0 30px;
    margin: 0 auto clamp(70px, 10vw, 150px);
    max-width: 500px;
    width: 90%; }
    @media screen and (min-width: 768px) {
      #sub #works .cat-li {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1300px;
        width: 95%; } }
    @media screen and (min-width: 1280px) {
      #sub #works .cat-li {
        grid-template-columns: 1.2fr 1.2fr 1fr 1fr; } }
    @media screen and (min-width: 768px) {
      #sub #works .cat-li li {
        position: relative; }
        #sub #works .cat-li li:before, #sub #works .cat-li li:after {
          background: #a1a6a2;
          content: '';
          position: absolute; } }
    @media (min-width: 768px) and (max-width: 1279px) {
      #sub #works .cat-li li:nth-of-type(odd):before {
        height: 100%;
        right: -16px;
        top: 0;
        width: 1px; }
      #sub #works .cat-li li:nth-of-type(-n+2):after {
        bottom: -16px;
        height: 1px;
        left: 0;
        width: 100%; } }
    @media screen and (min-width: 1280px) {
      #sub #works .cat-li li:not(:last-of-type):after {
        height: 100%;
        right: -16px;
        top: 0;
        width: 1px; } }
    #sub #works .cat-li li a {
      display: block;
      font-size: 18px;
      padding: 40px 0;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #sub #works .cat-li li a {
          border-top: 1px solid #a1a6a2;
          padding: 20px 0 40px; } }
      #sub #works .cat-li li a:hover {
        opacity: 1; }
        #sub #works .cat-li li a:hover:after {
          right: 15px; }
        #sub #works .cat-li li a:hover .jp {
          color: #663f15; }
      #sub #works .cat-li li a:after {
        background: #626663;
        bottom: 13px;
        content: '';
        height: 17px;
        position: absolute;
        right: 20px;
        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 #works .cat-li li a:after {
            bottom: 8px; } }
      #sub #works .cat-li li a .jp {
        display: block;
        font-weight: 500; }
      #sub #works .cat-li li a .en {
        text-transform: capitalize; }
        #sub #works .cat-li li a .en span {
          color: #166734;
          font-weight: bold;
          text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    #sub #works .works-li {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1025px) {
    #sub #works .works-li {
      grid-template-columns: repeat(3, 1fr); } }
  #sub #single-works .main-side {
    row-gap: clamp(30px, 6vw, 40px); }
    @media screen and (min-width: 768px) {
      #sub #single-works .main-side {
        grid-template-columns: 1fr;
        width: 80%; } }
    @media screen and (min-width: 1025px) {
      #sub #single-works .main-side {
        grid-template-columns: 3fr 1fr;
        width: 88%; } }
    @media screen and (min-width: 1280px) {
      #sub #single-works .main-side {
        grid-template-columns: 3.5fr 1fr; } }
    @media screen and (min-width: 1440px) {
      #sub #single-works .main-side {
        grid-template-columns: 4fr 1fr;
        width: 85%; } }
    #sub #single-works .main-side article h1 {
      color: #663f15; }
    #sub #single-works .main-side article .post-cont h2 {
      color: #626663;
      margin-bottom: clamp(45px, 5vw, 60px);
      position: relative; }
      #sub #single-works .main-side article .post-cont h2:after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        background: #a1a6a2;
        margin: 30px 0 0; }
    #sub #single-works .main-side article .post-cont h3 {
      background: linear-gradient(transparent 68%, rgba(102, 63, 21, 0.3) 65%);
      display: inline-block;
      color: #626663;
      margin-bottom: 0; }
    #sub #single-works .main-side article .post-cont h4 {
      color: #626663;
      margin: clamp(60px, 7vw, 70px) 0 0;
      padding-left: 20px;
      position: relative; }
      #sub #single-works .main-side article .post-cont h4:before {
        background: #626663;
        content: '';
        height: 10px;
        left: 3px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 10px; }
    #sub #single-works .main-side article .post-cont .btn {
      margin-top: clamp(55px, 6vw, 65px); }
    @media screen and (min-width: 1025px) {
      #sub #single-works .main-side #works-tax-sidebar {
        padding-top: 60px; } }
  #sub #single-works .other-work {
    border-top: 1px solid #a1a6a2;
    margin-top: clamp(80px, 10vw, 120px);
    padding: clamp(70px, 9vw, 100px) 0 0; }
    @media screen and (max-width: 767px) {
      #sub #single-works .other-work {
        margin-left: 25px;
        margin-right: 25px; } }
    #sub #single-works .other-work h3 {
      font-size: clamp(22px, 2vw, 24px);
      margin: 10px 0 clamp(45px, 5vw, 60px); }
    #sub #single-works .other-work .works-li {
      row-gap: 40px; }
      #sub #single-works .other-work .works-li h4 {
        color: #166734;
        font-size: clamp(17px, 1.7vw, 18px);
        margin-top: 10px; }
  #sub .not-found {
    text-align: center; }
    #sub .not-found h1 {
      font-size: clamp(23px, 3vw, 32px);
      font-weight: 500; }
    #sub .not-found .btn {
      margin: 90px auto 0;
      max-width: 350px; }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
footer {
  background: #f5f7f6;
  padding-top: clamp(55px, 6vw, 75px); }
  @media screen and (min-width: 768px) {
    footer .container {
      width: 85% !important; } }
  footer #foot-in {
    display: grid;
    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 {
        display: grid;
        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 */
