@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #1a1311;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
  background: #f4f1ea;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: 0;
}
@media screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    counter-reset: 0;
  }
}
main {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 400;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  font-size: 0;
  text-align: left;
}
li {
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  li {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #1a1311;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp50 {
  animation-name: fadeInUp50;
  animation-duration: 1s;
}
@keyframes fadeInUp100 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp100 {
  animation-name: fadeInUp100;
  animation-duration: 1s;
}
@keyframes fadeInUp150 {
  from {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp150 {
  animation-name: fadeInUp150;
  animation-duration: 1s;
}
@keyframes fadeInUp200 {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp200 {
  animation-name: fadeInUp200;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner {
    margin: 0 5rem;
    position: relative;
  }
  .tab {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 1025px){
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  .pc {
    display: block!important;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/* カラー */
.color_black {color: #464646;}
.color_white {color: #fff;}
.color_red {color: #1a1311;}
.blue {color: #1a1311;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "Noto Serif JP", serif;
}
.text-xlarge {font-size: 3.6rem;}
.text-large {font-size: 2.7rem;}
.color-red {color: #f90;}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  margin-top: 1em;
  padding: 1.2em 0;
}
#breadcrumb li {
  display: inline-block;
  color: #1a1311;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: #1a1311;
}
#breadcrumb li a:hover {
  color: #1a1311;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
}
#pagination li a:hover {
  background: #1a1311;
}
#pagination li span.current {
  background: #1a1311;
}
#pagination li span.dots {
  color: #1a1311;
  background: none;
}
/*****************************************************************
WP投稿設定
*****************************************************************/  
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
/******************************************************
固定ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    padding: 20px;
    padding-top: 160px;
    padding-left: calc((100% - 1200px) / 2);
  }
  #page_catch .catch_cover {
    width: 100%;
  }
  #page_catch h1 {
    font-size: 4.2rem;
    letter-spacing: .3em;
    font-family: "Noto Serif JP", serif; 
  }
  /******************************************************
  領域
  ******************************************************/
  #page {
    padding: 12rem 0;
  }
  #page section {
    margin-bottom: 12rem;
  }
  #page .section {
    margin-top: -9rem;
    padding-top: 9rem;
  }
  #page .inner .box {
    margin: 4rem 0 8rem;
  }
  #page .inner .s_box {
    margin: 2rem 0 4rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page .page_title_a {
    margin-bottom: 2em;
    font-size: 3rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;    
  }
  #page .page_title_b {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;    
  }
  #page .page_title_b:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .6em;
    height: .6em;  
    margin-top: -.3em;
    line-height: 1;
    background: #1a1311;
  }
  /******************************************************
  パーツ
  ******************************************************/
  /* マップ */
  #page .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 480px;
    position: relative;
    filter: grayscale(100%);    
  }
  #page .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  /******************************************************
  投稿
  ******************************************************/
  #page .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .blog_list .list {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #page .blog_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #page .blog_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page .blog_list .list .image {
    margin-bottom: 1rem;
  }
  #page .blog_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .blog_list .list .time {
    font-size: 1.2rem;
  }  
  #page .information_list {
    border-top: 1px solid #464646;
  }
  #page .information_list .list {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #464646; 
  }
  #page .information_list .list a {
    display: block;
  }
  #page .information_list .list a .data {
    margin: 0;
    padding: 1em 0;
  }
  #page .information_list .list a .data .time {
    width: 100px;
    line-height: 1.5;
  }
  #page .information_list .list a .data .title {
    width: calc(100% - 100px);
    line-height: 1.5;
  }  
  #page #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #464646; 
  }
  #page #post_data .title {
    font-size: 2.4rem;
  }
  #page #post_data .time {
  }
  #page #post_contents h1,
  #page #post_contents h2,
  #page #post_contents h3,
  #page #post_contents h4 {
  }
  #page #post_contents h1 {
    font-size: 2.4rem;
  }
  #page #post_contents h2 {
    font-size: 2rem;
  }
  #page #post_contents h3 {
    font-size: 1.8rem;
  }
  #page #post_contents h4 {}
  #page #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page #post_contents table th,
  #page #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
}
@media screen and (max-width: 1024px) {
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    padding: 3rem 1.5rem 0;
  }
  #page_catch .catch_cover {
    width: 100%;
  }
  #page_catch h1 {
    font-size: 2.4rem;
    letter-spacing: .3em;
    font-family: "Noto Serif JP", serif; 
  }
  /******************************************************
  領域
  ******************************************************/
  #page {
    padding: 5rem 0;   
  }
  #page section {
    margin-bottom: 5rem;
  }
  #page .section {
    margin-top: -7rem;
    padding-top: 7rem;
  }  
  #page .box {
    margin-bottom: 5rem;
  }
  #page .s_box {
    margin-bottom: 3rem;
  }
  #page section > *:last-child {
    margin-bottom: 0;
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page .page_title_a {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;    
  }
  #page .page_title_b {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;    
  }
  #page .page_title_b:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: .6em;
    height: .6em;  
    margin-top: -.3em;
    line-height: 1;
    background: #1a1311;
  }
  /******************************************************
  パーツ
  ******************************************************/
  /* マップ */
  #page .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    filter: grayscale(100%);    
  }
  #page .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }    
  /******************************************************
  投稿
  ******************************************************/
  #page .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .blog_list .list {
    width: calc((100% / 2) - 5px);
    margin-right: 1rem;
  }
  #page .blog_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #page .blog_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page .blog_list .list .image {
    margin-bottom: 1rem;
  }
  #page .blog_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .blog_list .list .time {
    font-size: 1.2rem;
  }  
  #page .information_list {
    border-top: 1px solid #464646;
  }
  #page .information_list .list {
    border-bottom: 1px dotted #464646; 
  }
  #page .information_list .list a {
    display: block;
  }
  #page .information_list .list a .data {
    margin: 0;
    padding: 1em 0;
  }
  #page .information_list .list a .data .time {
    width: 100px;
    line-height: 1.5;
  }
  #page .information_list .list a .data .title {
    width: calc(100% - 100px);
    line-height: 1.5;
  }  
  #page #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #464646; 
  }
  #page #post_data .title {
    font-size: 2.4rem;
  }
  #page #post_data .time {
  }
  #page #post_contents h1,
  #page #post_contents h2,
  #page #post_contents h3,
  #page #post_contents h4 {
  }
  #page #post_contents h1 {
    font-size: 2.4rem;
  }
  #page #post_contents h2 {
    font-size: 2rem;
  }
  #page #post_contents h3 {
    font-size: 1.8rem;
  }
  #page #post_contents h4 {}
  #page #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page #post_contents table th,
  #page #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  } 
}
/******************************************************
サイドバー
******************************************************/
@media screen and (min-width:1025px) {
  .post_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post_left {
    float: left;
    width: 70%;
  }
  .post_right {
    float: right;
    width: 26%;
  }
  .side_title {
    position: relative;
    display: block;
    margin-bottom: 1em;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #1a1311;
  }
  .side_list {
    margin-bottom: 3rem;
  }
  .side_list li {
    padding-left: 0!important;
  }
  .side_list li:before {
    display: none!important;
  }
  .side_list li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-right: 3em;
    line-height: 1.5;
    border-bottom: 1px dotted #464646; 
  }
  .side_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
}
@media screen and (max-width:1024px) {
  .post_left {
    margin-bottom: 3rem;
  }
  .side_title {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    color: #fff!important;
    text-align: center;
    line-height: 5rem;
    text-decoration: none!important;
    background: #1a1311;
  }
  .side_list {
    margin-bottom: 3rem;
  }
  .side_list li {
    padding-left: 0!important;
  }
  .side_list li:before {
    display: none!important;
  }  
  .side_list li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-right: 3em;
    line-height: 1.5;
    border-bottom: 1px dotted #464646; 
  }
  .side_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #h_cover {
    position: fixed;
    width: 360px;
    height: 100vh;
    padding: 4rem 8rem;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;  
  }
  #h_cover.off {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-345px);
    -moz-transform: translateX(-345px);
    -ms-transform: translateX(-345px);
    -o-transform: translateX(-345px);
    transform: translateX(-345px);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;        
    background: rgba(223,219,208,.9);
  }
  #h_cover:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;  
    background: none;
  }
  #h_logo {
    margin-bottom: 8rem;
  }
  #h_logo img {
    width: 180px;
    height: auto;
  }
  #h_nav li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #h_nav li a {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;     
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }  
  #h_nav li a:hover {
    opacity: .5;
  }
  #h_toggle_btn {
    display: none;
  }  
  #fix_btn {
    position: fixed;
    top: 0;
    right: 4rem;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
  }
  #fix_btn .btn:nth-child(n+2) {
    margin-left: 1rem;
  }
  #fix_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;      
    background: #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a span {
    display: inline-block;
    position: relative;
    padding: 0 1.5em;
  }
  #fix_btn .btn a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
  }  
  #fix_btn .btn.contact a span:before {
    background: url(/wp-content/uploads/images/icon_mail.svg) center center;
    background-size: contain;
  }
  #fix_btn .btn.tel a span:before {
    background: url(/wp-content/uploads/images/icon_phone.svg) center center;
    background-size: contain;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }    
  #page_top a:hover {
    opacity: .7;
  }
  #page_top a:before,
  #page_top a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 1.4rem;
    margin-top: -.7rem;
    background: #fff;
  }
  #page_top a:before {
    transform-origin: top right;
    transform: rotate(-45deg);
  }
  #page_top a:after {
    transform-origin: top left;
    transform: rotate(45deg);
  }
  
}
@media screen and (max-width: 1024px) {
  #header {
    height: 7rem;
  }
  #h_cover {
    position: fixed;
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;  
    /*background: #f4f1ea;    */
  }
  /*
  #h_cover.off {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-345px);
    -moz-transform: translateX(-345px);
    -ms-transform: translateX(-345px);
    -o-transform: translateX(-345px);
    transform: translateX(-345px);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;        
    background: rgba(223,219,208,.9);
  }
  #h_cover:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;  
    background: none;
  }
  */
  #h_logo a {
    display: block;
    padding: 1.5rem;
  }
  #h_logo img {
    width: auto;
    height: 4rem;
  }
  #fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 99;
  }
  #fix_btn .btn {
    width: 50%;
    box-sizing: border-box;
  }
  #fix_btn .btn:nth-child(n+2) {
    border-left: 1px solid #ccc;
  }
  #fix_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;      
    background: #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #fix_btn .btn a
  #fix_btn .btn a:hover {
    opacity: .7;
  }
  #fix_btn .btn a span {
    display: inline-block;
    position: relative;
    padding: 0 1.5em;
  }
  #fix_btn .btn a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
  }  
  #fix_btn .btn.contact a span:before {
    background: url(/wp-content/uploads/images/icon_mail.svg) center center;
    background-size: contain;
  }
  #fix_btn .btn.tel a span:before {
    background: url(/wp-content/uploads/images/icon_phone.svg) center center;
    background-size: contain;
  }
  #page_top {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }    
  #page_top a:before,
  #page_top a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 1.4rem;
    margin-top: -.7rem;
    background: #fff;
  }
  #page_top a:before {
    transform-origin: top right;
    transform: rotate(-45deg);
  }
  #page_top a:after {
    transform-origin: top left;
    transform: rotate(45deg);
  }
  
  #h_toggle_btn {
    position: fixed;
    top: 0;
    right: 0;
  }
  #h_toggle_btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 70px;
    color: #1a1311;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn.active {}
  #h_toggle_btn span {
    display: block;
    width: 32px;
    height: 1px;
    background: #1a1311;
    position: absolute;
    left: 19px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 28px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 35px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 42px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }    
  #h_nav {
    background: #f2eee5;
    display: block;
    width: calc(100% - 7rem);
    max-width: 420px;
    height: 100%;
    padding: 6rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
  }
  #h_nav.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li:nth-child(n+2) {
    border-top: 1px solid #dfdbd0;
  }
  #h_nav li a {
    display: block;
    padding: .8em;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #footer {
    padding: 0 6.25vw;
  }
  #f_inner {
    border-top: 1px solid #1a1311;
    padding: 8rem 0;
  }
  #f_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #f_data_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
  }
  #f_logo {
    margin-bottom: 3rem;
  }
  #f_logo img {
    width: 150px;
    height: auto;
  }
  #f_name {
    font-size: 2.4rem;
    font-weight: 600;
  }
  #f_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 420px;
  }
  #f_nav_list .list {
    width: 50%;
  }
  #f_nav_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #f_nav_list li:nth-child(n+2) {
    margin-top: .6em;
  }
  #f_nav_list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  #f_map {
    width: calc(100% - 840px);
  }
  #f_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 400px;
    position: relative;
    filter: grayscale(100%);
  }
  #f_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 0 1.5rem;
    padding-bottom: 2.5rem;
  }
  #f_inner {
    border-top: 1px solid #1a1311;
    padding: 5rem 0;
  }
  #f_flex {
  }
  #f_data {
  }
  #f_data_box {
    margin-bottom: 3rem;
  }
  #f_logo {
    margin-bottom: 2rem;
    text-align: center;
  }
  #f_logo img {
    width: 80px;
    height: auto;
  }
  #f_name {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  #f_address {
    text-align: center;
  }
  #f_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #f_nav_list .list {
    width: 50%;
  }
  #f_nav_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #f_nav_list li:nth-child(n+2) {
    margin-top: .6em;
  }
  #f_nav_list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  #copyright {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_map {
  }
  #f_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    filter: grayscale(100%);
  }
  #f_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1025px) {
  /****************************************************
  共通
  ****************************************************/
  .main_title {
    margin-bottom: 6rem;
    font-size: 4.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;  
  }
  .main_title img {
    width: 8rem;
    height: auto;
  }
  .sub_title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
  }
  .top_btn a {
    position: relative;
    display: inline-block;
    padding: 0 1em .5em;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .top_btn a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #1a1311;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;    
  }
  .top_btn a:hover:after {
    width: 0;
  }
  .top_btn a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: "";
    background: #ccc;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;    
  }
  .top_btn a:hover:before {
    width: 100%;
  }  
  .top_btn a span {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
  }
  .top_btn a span:before,
  .top_btn a span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .6em;
    height: 1px;
    background: #1a1311;
  }
  .top_btn a span:before {
    transform-origin: right top;
    transform: rotate(-35deg);
  }
  .top_btn a span:after {
    transform-origin: right bottom;
    transform: rotate(35deg);
  }
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    height: 100vh;
    padding: 160px 20px 20px 440px;
    background: url(/wp-content/uploads/images/bg_main.webp) top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
  }
  #top_main .slider_area {
    position: relative;
  }
  #top_main .fix_btn {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
  }
  #top_main .catch_copy {
    position: absolute;
    top: -8rem;
    left: 8rem;
    writing-mode: vertical-rl;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
  }
  #top_main .catch_copy span {
    display: inline-block;
    padding: .8em 0;
    background: #fff;
  }
  #top_main .catch_copy div:nth-child(n+2) {
    margin-right: 1rem
  }
  #top_main #main_slider {
    height: calc(100vh - 180px);
    overflow: hidden;
  }
  /****************************************************
  お知らせ
  ****************************************************/
  #top_information {
    position: relative;
    margin-top: -14rem;
    padding-left: 260px;
    z-index: 1;
  }
  #top_information .information_title h2 {
    padding: 0 1em .5em;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;   
  }
  #top_information .information_list {
    width: 800px;
    padding: 0 4rem;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
  }
  #top_information .information_list .list:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }
  #top_information .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 8rem;
  }
  #top_information .information_list .list a .time,
  #top_information .information_list .list a .title {
    vertical-align: baseline;
    line-height: 1.5;
  }
  #top_information .information_list .list a .time {
    width: 6em;
  }
  #top_information .information_list .list a .title {
    width: calc(100% - 6em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
  }
  /****************************************************
  コンセプト
  ****************************************************/
  #top_concept {
    position: relative;
    margin-bottom: 12rem;
  }
  #top_concept .concept_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #top_concept .concept_image_3 {
    position: absolute;
    top: 0;
    left: calc(100% - 5rem);
    display: block;
    width: 360px;
  }
  #top_concept .concept_title {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #top_concept .concept_title h2 {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    font-size: 4.8rem;
    font-family: "Noto Serif JP", serif;      
  }
  #top_concept .concept_title h2 .top {
    padding-bottom: 2em;
    text-align: left;
  }
  #top_concept .concept_title h2 .bottom {
    text-align: right;
  }    
  #top_concept .concept_image {
    position: relative;
    width: calc(100% - 240px);
    padding-top: 8rem;
  }
  #top_concept .concept_image_2 {
    position: absolute;
    bottom: -120px;
    left: -240px;
    width: 480px;
    height: 360px;
    display: block;
  }
  #top_concept .concept_comment {
    position: relative;
    width: 600px;
    margin-top: -8rem;
    margin-left: auto;
    padding: 6rem 0 0 6rem;
    background: #f4f1ea;
    z-index: 1;
    box-sizing: border-box;
  }  
  #top_concept .btn_cover {
    display: flex;
    flex-wrap: wrap;
  }
  #top_concept .top_btn:nth-child(n+2) {
    margin-left: 4rem;
  }
  /****************************************************
  できること
  ****************************************************/
  #top_service {
    padding-bottom: 12rem;
    background-image: linear-gradient(0deg, rgba(237, 230, 224, 1), rgba(244, 241, 234, 1) 50%, rgba(244, 241, 234, 1));
  }
  #top_service .service_title {
    display: flex;
    justify-content: center;
    width: 50%;
    padding-left: calc((100% - 1200px) / 2);
    box-sizing: border-box;
  }
  #top_service .service_title h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 2em;
    writing-mode: vertical-rl;
    font-size: 4.8rem;
    font-family: "Noto Serif JP", serif;   
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: url(/wp-content/uploads/images/bg_service.webp) center center;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_service .service_title h2 .top {
    text-align: left;
  }
  #top_service .service_title h2 .bottom {
    text-align: right;
  }  
  #top_service .service_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto; 
    margin-top: -3rem;
  }
  #top_service .service_list .list {
    width: 50%;
    margin-bottom: 5rem;
  }
  #top_service .service_list .list:nth-child(2n+1) {
    margin-top: -270px;
  }
  #top_service .service_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;    
    padding: 9rem;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #top_service .service_list .list a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  #top_service .service_list .list a:hover:after {
    opacity: .75;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }  
  #top_service .service_list .list:nth-child(1) a:after {
    background: url(/wp-content/uploads/images/top_service_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(2) a:after {
    background: url(/wp-content/uploads/images/top_service_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(3) a:after {
    background: url(/wp-content/uploads/images/top_service_img003.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(4) a:after {
    background: url(/wp-content/uploads/images/top_service_img004.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(5) a:after {
    background: url(/wp-content/uploads/images/top_service_img005.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list a .title {
    position: relative;
    flex-grow: 1;
    writing-mode: vertical-rl;
    font-size: 3.6rem;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
  }
  #top_service .service_list .list .btn {
    position: relative;
    display: inline-block;
    padding: 0 1em .5em;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
  }
  #top_service .service_list .list .btn:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
  }
  #top_service .service_list .list .btn span {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
  }
  #top_service .service_list .list .btn span:before,
  #top_service .service_list .list .btn span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .6em;
    height: 1px;
    background: #fff;
  }
  #top_service .service_list .list .btn span:before {
    transform-origin: right top;
    transform: rotate(-35deg);
  }
  #top_service .service_list .list .btn span:after {
    transform-origin: right bottom;
    transform: rotate(35deg);
  }
  /****************************************************
  選ばれる理由
  ****************************************************/
  #top_reason {
    margin-bottom: 12rem;
    background: #ede6e0;
  }
  #top_reason .reason_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_reason .reason_image {
    width: calc(100% - 1200px);
    background: url(/wp-content/uploads/images/top_reason_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    padding: 6rem;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 4rem;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list:nth-child(2n+1) {
    padding-left: 0;
    border-right: 1px solid #1a1311;
  }
  #top_reason .reason_list .list:nth-child(2n) {
    padding-right: 0;
  }
  #top_reason .reason_list .list:nth-child(n+3) {
    border-top: 1px solid #1a1311;
  }
  #top_reason .reason_list .list .text {
    flex-grow: 1;
    margin-bottom: 5rem;
  }
  #top_reason .reason_list .list .number {
    font-size: 2.4rem;
    font-weight: 600;
  }
  #top_reason .reason_list .list .number span {
    font-size: 3.6rem;
  }
  #top_reason .reason_list .list .title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 600;
  }
  #top_reason .reason_list .list .btn_cover {
    text-align: right;
  }
  
  /****************************************************
  施工実績
  ****************************************************/
  #top_works {
    margin-bottom: 12rem;
  }
  #top_works .works_cover {
    display: flex;
    flex-wrap: wrap;
    justify-contetn: space-between;
  }
  #top_works .works_cover .works_title {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #top_works .works_cover .works_title h2 {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    font-size: 4.8rem;
    font-family: "Noto Serif JP", serif;      
  }
  #top_works .works_cover .works_title h2 .top {
    padding-bottom: 2em;
    text-align: left;
  }
  #top_works .works_cover .works_title h2 .bottom {
    text-align: right;
  }  
  #top_works .works_cover .works_data {
    position: relative;
    width: calc(100% - 360px);
    padding-top: 8rem;
  }
  #top_works .works_cover .works_slider_list {
    position: static;
    margin-bottom: 6rem;
  }
  #top_works .works_cover .works_slider_list .list {
    width: 420px;
    text-align: left;
  }
  #top_works .works_cover .works_slider_list .list:nth-child(n+2) {
    margin-left: 30px;
  }
  #top_works .works_cover .works_slider_list .list .image {
    margin-bottom: 2rem;
  }  
  #top_works .works_cover .works_slider_list .list .image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_works .works_cover .works_slider_list .slick_prev,
  #top_works .works_cover .works_slider_list .slick_next {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: #dfdbd0;
    border: 1px solid #dfdbd0;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #top_works .works_cover .works_slider_list .slick_prev:hover,
  #top_works .works_cover .works_slider_list .slick_next:hover {
    background: #f4f1ea;
  }  
  #top_works .works_cover .works_slider_list .slick_next {
    left: 70px;
  }
  #top_works .works_cover .works_slider_list .slick_prev:before,
  #top_works .works_cover .works_slider_list .slick_prev:after,
  #top_works .works_cover .works_slider_list .slick_next:before,
  #top_works .works_cover .works_slider_list .slick_next:after {
    position: absolute;
    top: 50%;
    left: 22px;
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    background: #1a1311;
  }
  /* 前へ */
  #top_works .works_cover .works_slider_list .slick_prev:before {
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  #top_works .works_cover .works_slider_list .slick_prev:after {
    transform-origin: left bottom;
    transform: rotate(45deg);
  }
  /* 次へ */
  #top_works .works_cover .works_slider_list .slick_next:before {
    transform-origin: right top;
    transform: rotate(-45deg);
  }
  #top_works .works_cover .works_slider_list .slick_next:after {
    transform-origin: right bottom;
    transform: rotate(45deg);
  }  
  #top_works .btn_cover {
    padding: 0 8rem;
    text-align: right;
  }  
  /****************************************************
  ご挨拶
  ****************************************************/
  #top_greeting {
    margin-bottom: 12rem;
  }
  #top_greeting .title_1 {
    margin-bottom: 3rem;
    text-align: right;
  }
  #top_greeting .title_2 {
    text-align: left;
  }
  #top_greeting .greeting_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_greeting .greeting_flex .image {
    width: 300px;
  }
  #top_greeting .greeting_flex .text {
    width: calc(100% - 300px - 60px);
  }
  #top_greeting .greeting_flex .data_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;    
  }
  #top_greeting .greeting_flex .name {
    width: 200px;
    line-height: 1.5;
  }
  #top_greeting .greeting_flex .name .jap {
    font-size: 2rem;
    font-weight: 600;
  }
  #top_greeting .greeting_flex .name .jap span {
    margin-left: .5em;
    font-size: 3rem;
  }
  #top_greeting .greeting_flex .name .eng {
    font-size: 1.8rem;
    letter-spacing: .15em;
  }
  #top_greeting .greeting_flex .data {
    width: calc(100% - 200px - 60px);
  }
  #top_greeting .greeting_flex .data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_greeting .greeting_flex .data table tr {
    border-bottom: 1px solid #ccc;
  }
  #top_greeting .greeting_flex .data table th,
  #top_greeting .greeting_flex .data table td {
    padding: .8em 0;
    text-align: left;
    vertical-align: top;
  }
  #top_greeting .greeting_flex .data table th {
    width: 120px;
  }
  #top_greeting .greeting_flex .comment {
    margin-bottom: 6rem;
  }
  #top_greeting .greeting_flex .btn_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #top_greeting .greeting_flex .btn_cover .top_btn:nth-child(n+2) {
    margin-left: 4rem;
  }
  /****************************************************
  インスタグラム
  ****************************************************/
  #top_instagram {
    margin-bottom: 12rem;
  }
  #top_instagram .instagram_title {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_instagram .instagram_title img {
    width: 8rem;
    height: auto;
  }
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
  }
  #top_instagram .instagram_list .list {
    width: calc((100% / 6) - 10px);
    margin-left: 12px;
  }
  #top_instagram .instagram_list .list:nth-child(6n+1) {
    margin-left: 0;
  }
  #top_instagram .instagram_list .list:nth-child(n+7) {
    margin-top: 12px;
  }
  /****************************************************
  バナー
  ****************************************************/
  #top_banner {
    margin-bottom: 12rem;
  }
  #top_banner .banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_banner .banner_list .list {
    width: calc(50% - 10px);
  }
  #top_banner .banner_list .list:nth-child(n+3) {
    margin-top: 20px;
  }
  #top_banner .banner_list .list_3 {
    width: 100%;
  }
  #top_banner .banner_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;    
    background: #1a1311;
    overflow: hidden; 
  }
  #top_banner .banner_list .list a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  #top_banner .banner_list .list a:hover:after {
    opacity: .75;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  #top_banner .banner_list .list_1 a:after {
    background: url(/wp-content/uploads/images/bg_banner001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list_2 a:after {
    background: url(/wp-content/uploads/images/bg_banner002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list_3 a:after {
    background: url(/wp-content/uploads/images/bg_banner003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list a span {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    z-index: 1;    
  }
  #top_banner .banner_list .list_1 a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
    background: url(/wp-content/uploads/images/icon_faq.svg) center center;
    background-size: contain;
  }
  #top_banner .banner_list .list_2 a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
    background: url(/wp-content/uploads/images/icon_mail.svg) center center;
    background-size: contain;
  }
  #top_banner .banner_list .list a span.large {
    font-size: 4.2rem;
  }
  #top_banner .banner_list .list a span.small {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  /****************************************************
  共通
  ****************************************************/
  .main_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;  
  }
  .main_title img {
    width: 4rem;
    height: auto;
  }
  .sub_title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  .top_btn a {
    position: relative;
    display: inline-block;
    padding: 0 1em .5em;
    font-size: 1.4rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  .top_btn a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #1a1311;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;    
  }
  .top_btn a:hover:after {
    width: 0;
  }
  .top_btn a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: "";
    background: #ccc;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;    
  }
  .top_btn a:hover:before {
    width: 100%;
  }  
  .top_btn a span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  .top_btn a span:before,
  .top_btn a span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .6em;
    height: 1px;
    background: #1a1311;
  }
  .top_btn a span:before {
    transform-origin: right top;
    transform: rotate(-35deg);
  }
  .top_btn a span:after {
    transform-origin: right bottom;
    transform: rotate(35deg);
  }
  /****************************************************
  メインビジュアル
  ****************************************************/
  #top_main {
    background: url(/wp-content/uploads/images/bg_main.webp) top center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin-bottom: 5rem;
  }
  #top_main .slider_area {
    position: relative;
    margin-top: 3rem;
  }
  #top_main .fix_btn {
    padding: 1.5rem;
    padding-bottom: 0;
    z-index: 1;
  }
  #top_main .catch_copy {
    position: absolute;
    top: -1.5rem;
    left: 1.5rem;
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #top_main .catch_copy div:nth-child(n+2) {
    margin-right: 1rem;
  }
  #top_main .catch_copy span {
    display: inline-block;
    padding: .8em 0;
    background: #fff;
  }
  #top_main #main_slider {
    overflow: hidden;
  }
  #top_main #main_slider img {
    object-fit: cover;
    aspect-ratio: 5 / 4;
  }
  /****************************************************
  お知らせ
  ****************************************************/
  #top_information {
    position: relative;
    margin-bottom: 5rem;
    padding: 0 1.5rem;
    z-index: 1;
  }
  #top_information .information_title h2 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;   
  }
  #top_information .information_list {
    box-sizing: border-box;
  }
  #top_information .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .8em;
  }
  #top_information .information_list .list a .time,
  #top_information .information_list .list a .title {
    vertical-align: baseline;
    line-height: 1.5;
  }
  #top_information .information_list .list a .time {
    width: 6em;
  }
  #top_information .information_list .list a .title {
    width: calc(100% - 6em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
  }
  /****************************************************
  コンセプト
  ****************************************************/
  #top_concept {
    position: relative;
    margin-bottom: 5rem;
  }
  #top_concept .concept_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  /*
  #top_concept .concept_image_3 {
    position: absolute;
    top: 0;
    left: calc(100% - 5rem);
    display: block;
    width: 360px;
  }
  */
  #top_concept .concept_title {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #top_concept .concept_title h2 {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;      
  }
  #top_concept .concept_title h2 .top {
    padding-bottom: 2em;
    text-align: left;
  }
  #top_concept .concept_title h2 .bottom {
    text-align: right;
  }    
  #top_concept .concept_image {
    position: relative;
    width: calc(100% - 80px);
    padding-top: 3rem;
  }
  /*
  #top_concept .concept_image_2 {
    position: absolute;
    bottom: -120px;
    left: -240px;
    width: 480px;
    height: 360px;
    display: block;
  }
  */
  #top_concept .concept_image {
    margin-bottom: 3rem;
  }
  #top_concept .concept_image_2,
  #top_concept .concept_image_3 {
    display: none;
  }
  #top_concept .concept_comment {
    position: relative;
    margin-bottom: 3rem;
    z-index: 1;
    box-sizing: border-box;
  }  
  #top_concept .btn_cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }
  #top_concept .top_btn:nth-child(n+2) {
    margin-top: 1rem;
  }
  /****************************************************
  できること
  ****************************************************/
  #top_service {
    padding-bottom: 5rem;
    background-image: linear-gradient(0deg, rgba(237, 230, 224, 1), rgba(244, 241, 234, 1) 50%, rgba(244, 241, 234, 1));
  }
  #top_service .service_title {
    display: flex;
    justify-content: center;
    width: 65%;
    box-sizing: border-box;
    margin: 0 auto 3rem;
  }
  #top_service .service_title h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 2em;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;   
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: url(/wp-content/uploads/images/bg_service.webp) center center;
    background-size: cover;
    box-sizing: border-box;
  }
  #top_service .service_title h2 .top {
    text-align: left;
  }
  #top_service .service_title h2 .bottom {
    text-align: right;
  }  
  #top_service .service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1.5rem;
  }
  #top_service .service_list .list {
    width: calc(50% - 5px);
    margin-left: 1rem;
  }
  #top_service .service_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_service .service_list .list:nth-child(n+3) {
    margin-top: 1rem;
  }
  #top_service .service_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;    
    padding: 1.5em;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #top_service .service_list .list a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
  }
  #top_service .service_list .list:nth-child(1) a:after {
    background: url(/wp-content/uploads/images/top_service_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(2) a:after {
    background: url(/wp-content/uploads/images/top_service_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(3) a:after {
    background: url(/wp-content/uploads/images/top_service_img003.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(4) a:after {
    background: url(/wp-content/uploads/images/top_service_img004.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list:nth-child(5) a:after {
    background: url(/wp-content/uploads/images/top_service_img005.webp) center center no-repeat;
    background-size: cover;
  }
  #top_service .service_list .list a .title {
    position: relative;
    flex-grow: 1;
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
  }
  #top_service .service_list .list .btn {
    position: relative;
    display: inline-block;
    padding: 0 1em .5em;
    font-size: 1.2rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    z-index: 1;
  }
  #top_service .service_list .list .btn:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
  }
  #top_service .service_list .list .btn span {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
  }
  #top_service .service_list .list .btn span:before,
  #top_service .service_list .list .btn span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .6em;
    height: 1px;
    background: #fff;
  }
  #top_service .service_list .list .btn span:before {
    transform-origin: right top;
    transform: rotate(-35deg);
  }
  #top_service .service_list .list .btn span:after {
    transform-origin: right bottom;
    transform: rotate(35deg);
  }
  /****************************************************
  選ばれる理由
  ****************************************************/
  #top_reason {
    margin-bottom: 5rem;
    background: #ede6e0;
  }
  #top_reason .reason_flex {}
  #top_reason .reason_image {
    width: 100%;
    height: 56.25vw;
    background: url(/wp-content/uploads/images/top_reason_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list {
    padding: 1.5rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #1a1311;
  }
  #top_reason .reason_list .list .text {
    flex-grow: 1;
    margin-bottom: 2rem;
  }
  #top_reason .reason_list .list .number {
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_reason .reason_list .list .number span {
    font-size: 2.4rem;
  }
  #top_reason .reason_list .list .title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #top_reason .reason_list .list .btn_cover {
    text-align: right;
  }
  
  /****************************************************
  施工実績
  ****************************************************/
  #top_works {
    margin-bottom: 5rem;
  }
  #top_works .works_cover {
    display: flex;
    flex-wrap: wrap;
    justify-contetn: space-between;
  }
  #top_works .works_cover .works_title {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #top_works .works_cover .works_title h2 {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;      
  }
  #top_works .works_cover .works_title h2 .top {
    padding-bottom: 2em;
    text-align: left;
  }
  #top_works .works_cover .works_title h2 .bottom {
    text-align: right;
  }  
  #top_works .works_cover .works_data {
    position: relative;
    width: calc(100% - 115px);
    padding-top: 3rem;
  }
  #top_works .works_cover .works_slider_list {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
    position: relative;
  }
  #top_works .works_cover .works_slider_list .list {
    width: calc(100vw - 115px);
    text-align: left;
  }
  #top_works .works_cover .works_slider_list .list:nth-child(n+2) {
    margin-left: 10px;
  }
  #top_works .works_cover .works_slider_list .list .image {
    margin-bottom: 2rem;
  }  
  #top_works .works_cover .works_slider_list .list .image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_works .works_cover .works_slider_list .slick_prev,
  #top_works .works_cover .works_slider_list .slick_next {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background: #dfdbd0;
    border: 1px solid #dfdbd0;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #top_works .works_cover .works_slider_list .slick_prev:hover,
  #top_works .works_cover .works_slider_list .slick_next:hover {
    background: #f4f1ea;
  }  
  #top_works .works_cover .works_slider_list .slick_next {
    left: 50px;
  }
  #top_works .works_cover .works_slider_list .slick_prev:before,
  #top_works .works_cover .works_slider_list .slick_prev:after,
  #top_works .works_cover .works_slider_list .slick_next:before,
  #top_works .works_cover .works_slider_list .slick_next:after {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    content: "";
    width: 12px;
    height: 1px;
    background: #1a1311;
  }
  /* 前へ */
  #top_works .works_cover .works_slider_list .slick_prev:before {
    transform-origin: left top;
    transform: rotate(-45deg);
  }
  #top_works .works_cover .works_slider_list .slick_prev:after {
    transform-origin: left bottom;
    transform: rotate(45deg);
  }
  /* 次へ */
  #top_works .works_cover .works_slider_list .slick_next:before {
    transform-origin: right top;
    transform: rotate(-45deg);
  }
  #top_works .works_cover .works_slider_list .slick_next:after {
    transform-origin: right bottom;
    transform: rotate(45deg);
  }  
  #top_works .btn_cover {
    text-align: right;
  }  
  /****************************************************
  ご挨拶
  ****************************************************/
  #top_greeting {
    margin-bottom: 5rem;
  }
  #top_greeting .title_1,
  #top_greeting .title_2 {
    text-align: center;
  }

  #top_greeting .greeting_flex {}
  #top_greeting .greeting_flex .image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #top_greeting .greeting_flex .image img {
    max-width: 60%;
    height: auto;
  }
  #top_greeting .greeting_flex .text {}
  #top_greeting .greeting_flex .data_flex {
    margin-bottom: 3rem;    
  }
  #top_greeting .greeting_flex .name {
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.5;
  }
  #top_greeting .greeting_flex .name .jap {
    font-weight: 600;
  }
  #top_greeting .greeting_flex .name .jap span {
    margin-left: .5em;
    font-size: 2rem;
  }
  #top_greeting .greeting_flex .name .eng {
    font-size: 1.2rem;
    letter-spacing: .15em;
  }
  #top_greeting .greeting_flex .data {
  }
  #top_greeting .greeting_flex .data table {
    width: 100%;
    table-layout: fixed;
  }
  #top_greeting .greeting_flex .data table tr {
    border-bottom: 1px solid #ccc;
  }
  #top_greeting .greeting_flex .data table th,
  #top_greeting .greeting_flex .data table td {
    padding: .8em 0;
    text-align: left;
    vertical-align: top;
  }
  #top_greeting .greeting_flex .data table th {
    width: 80px;
  }
  #top_greeting .greeting_flex .comment {
    margin-bottom: 3rem;
  }
  #top_greeting .greeting_flex .btn_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_greeting .greeting_flex .btn_cover .top_btn:nth-child(n+2) {
    margin-left: 1rem;
  }
  /****************************************************
  インスタグラム
  ****************************************************/
  #top_instagram {
    margin-bottom: 5rem;
  }
  #top_instagram .instagram_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.5rem;
  }
  #top_instagram .instagram_list .list {
    width: calc((100% / 3) - 4px);
    margin-left: 6px;
  }
  #top_instagram .instagram_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_instagram .instagram_list .list:nth-child(n+4) {
    margin-top: 6px;
  }
  /****************************************************
  バナー
  ****************************************************/
  #top_banner {
    margin-bottom: 5rem;
  }
  #top_banner .banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_banner .banner_list .list {
    width: calc(50% - 3px);
  }
  #top_banner .banner_list .list:nth-child(n+3) {
    margin-top: 6px;
  }
  #top_banner .banner_list .list_3 {
    width: 100%;
  }
  #top_banner .banner_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;    
    background: #1a1311;
    overflow: hidden; 
  }
  #top_banner .banner_list .list a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
  }
  #top_banner .banner_list .list_1 a:after {
    background: url(/wp-content/uploads/images/bg_banner001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list_2 a:after {
    background: url(/wp-content/uploads/images/bg_banner002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list_3 a:after {
    background: url(/wp-content/uploads/images/bg_banner003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_banner .banner_list .list a span {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    z-index: 1;    
  }
  #top_banner .banner_list .list_1 a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
    background: url(/wp-content/uploads/images/icon_faq.svg) center center;
    background-size: contain;
  }
  #top_banner .banner_list .list_2 a span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin-top: -.6em;
    line-height: 1;
    content: "";
    background: url(/wp-content/uploads/images/icon_mail.svg) center center;
    background-size: contain;
  }
  #top_banner .banner_list .list a span.large {
    font-size: 1.8rem;
  }
  #top_banner .banner_list .list a span.small {
    font-size: 1.4rem;
  }
}
/******************************************************
固定ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /****************************************************
  事務所紹介
  ****************************************************/
  #page .company_image {
    width: 100%;
    margin-bottom: 6rem;
  }
  #page .company_image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .company_table {
    width: 100%;
    border-top: 1px solid #1a1311;
  }
  #page .company_table th,
  #page .company_table td {
    padding: 1.2em;
    border-bottom: 1px solid #1a1311;
  }
  #page .company_table th {
    width: 25%;
  }
  #page .company_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .company_list .list {
    width: calc((100% / 3) - 40px);
    margin-left: 60px;
  }
  #page .company_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #page .company_list .list:nth-child(n+4) {
    margin-top: 6rem;
  }
  #page .company_list .list .image {
    margin-bottom: 2rem;
  }
  #page .company_list .list .title {
    margin-bottom: .8em;
    font-weight: 600;
  }
  /****************************************************
  コンセプト
  ****************************************************/
  #page .concept_list .list:nth-child(n+2) {
    margin-top: 12rem;
  }
  #page .concept_list .list .concept_title h2 {
    margin-bottom: 2em;
    font-size: 3rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;      
  }
  #page .concept_list .list .concept_image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .concept_list .list .concept_comment {
    position: relative;
    margin-top: -12rem;
    background: #f4f1ea;
    z-index: 1;
  }
  #page .concept_list .list:nth-child(odd) .concept_comment {
    margin-left: 240px;
    padding: 6rem 0 0 6rem;
  }
  #page .concept_list .list:nth-child(even) .concept_comment {
    margin-right: 240px;
    padding: 6rem 6rem 0 0;
  }
  /****************************************************
  業務内容
  ****************************************************/
  #page .service_box {
    margin: 4rem 0 8rem;
  }
  #page .service_box .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .service_box .comment {
    position: relative;
    margin-top: -12rem;
    background: #f4f1ea;
    z-index: 1;
  }  
  #page .service_box .comment .message {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;   
  }  
  #page .service_box .comment.right {
    margin-left: 240px;
    padding: 6rem 0 0 6rem;
  }
  #page .service_box .comment.left {
    margin-right: 240px;
    padding: 6rem 6rem 0 0;
  }  
  #page .service_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #page .service_flex .image {
    width: 360px;
  }
  #page .service_flex .comment {
    width: calc(100% - 440px);
  }
  /****************************************************
  スタッフ紹介
  ****************************************************/  
  #page .staff_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .staff_flex .image {
    width: 360px;
  }
  #page .staff_flex .comment {
    width: calc(100% - 440px);
  }  
  #page .interview_list .list:nth-child(n+2) {
    margin-top: 8rem;
    padding-top: 8rem;
    border-top: 1px solid #1a1311;;
  }
  #page .interview_list .list .title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;   
  }
  #page .interview_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .interview_list .list .flex.reverse {
    flex-direction: row-reverse;
  }
  #page .interview_list .list .flex .image {
    width: 360px;
  }
  #page .interview_list .list .flex .text {
    width: calc(100% - 440px);
  }
  /****************************************************
  設計の流れ
  ****************************************************/  
  #page .flow_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 0 8rem 12rem;
  }
  #page .flow_list .list:before {
    position: absolute;
    top: 0;
    left: 4rem;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #ccc;
  }
  #page .flow_list .list .number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;  
    background: #1a1311;
  }
  #page .flow_list .list .image {
    width: 300px;
  }
  #page .flow_list .list .text {
    width: calc(100% - 380px);
  }  
  #page .flow_list .list .text.full {
    width: 100%;
  }
  #page .flow_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8rem;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;  
  }
  #page .flow_list .list .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .flow_list .list .comment p.large {
    font-size: 1.2em;
    font-weight: 600;
  }
  /****************************************************
  ご検討中の方へ
  ****************************************************/ 
  #page .message_list .list:nth-child(n+2) {
    margin-top: 12rem;
  }
  #page .message_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #page .message_list .list:nth-child(odd) .flex {
    flex-direction: row-reverse;
  }
  #page .message_list .list .image,
  #page .message_list .list .comment {
    width: calc(50% - 40px);
  }
  /****************************************************
  よくあるご質問
  ****************************************************/ 
  #page .faq dl:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #ccc;
  }
  #page .faq dt {
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    padding-left: 3em;
    font-weight: 600;
    cursor: pointer;
  }
  #page .faq dt:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    content: "";
    width: 15px;
    line-height: 1;
    border-bottom: 1px solid #1a1311;
  }
  #page .faq dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 27px;
    margin-top: -7px;
    content: "";
    height: 15px;
    line-height: 1;
    border-left: 1px solid #1a1311;
  }
  #page .faq dt.active:after {
    display: none;
  }
  #page .faq dt span:before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 1em;
    color: #1a1311;
    line-height: 1;
    margin-top: -.5em;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }
  #page .faq dd {
    position: relative;
    margin-bottom: 3rem;
    padding: 3rem;
    padding-left: 3em;
    display: none;
    background: #f2eee5;
  }
  #page .faq dd.first {
    display: block;
  }
  /****************************************************
  お問い合わせ
  ****************************************************/ 
  #page .contact_tel {
    font-size: 4.8rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;  
  }
  #page .contact_form {
    width: 100%;
    margin-bottom: 5rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .contact_form th,
  #page .contact_form td {
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .contact_form th {
    width: 30%;
    color: #fff;
    background: #1a1311;
  }
  #page .contact_form th span {
    margin-left: 1rem;
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email] {
    width: 100%;
    padding: .8em;
    background: #f4f1ea;
  }
  #page .contact_form select {
    padding: .8em;
  }
  #page .contact_form input[type=tel] {
    width: 25%;
    padding: .8em;
    background: #f4f1ea;
    border: 1px solid #ccc;
  }
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
    background: #f4f1ea;
  }
  #page .contact_form .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input {
    width: 300px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 8rem;
    background: #1a1311;
  }  
  /****************************************************
  業務実績
  ****************************************************/ 
  #page .works_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .works_list .list {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
  #page .works_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .works_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #page .works_list .list a {
    position: relative;
    display: block;
  }
  #page .works_list .list .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  #page .works_list .list .icon span {
    display: flex;
    flex-direction: column;
    jusitfy-content: center;
    padding: .4em .8em;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    background: #1a1311;
  }
  #page .works_list .list .image {
    width: 100%;
    margin-bottom: 1rem;
  }
  #page .works_list .list .image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }   
  #page .works_link_list {
    margin-bottom: 6rem;
  }
  #page .works_link_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #page .works_link_list li {
    margin-left: 6px;
  }
  #page .works_link_list li:first-child {
    margin-left: 0;
  }
  #page .works_link_list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: .6em 1.2em;
    line-height: 1;
    border: 1px solid #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .works_link_list li.current-cat a {
    color: #fff;
    background: #1a1311;
  }
  #page .works_link_list li a:hover {
    color: #fff;
    background: #1a1311;
  }
  #page #works_slider_list {
    margin-bottom: 1rem;
  }
  #page #works_slider_list .list {
    width: 100%;
  }
  #page #works_slider_list .list img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #page #thumbnail-list {
    display: flex;
    flex-wrap: wrap;
  }
  #page #thumbnail-list .thumbnail-item {
    width: calc((100% / 5) - 8px);
    margin-left: 1rem;
  }
  #page #thumbnail-list .thumbnail-item:nth-child(5n+1) {
    margin-left: 0;
  }
  #page #thumbnail-list .thumbnail-item:nth-child(n+6) {
    margin-top: 1rem;
  }
  #page #thumbnail-list .thumbnail-item img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  /****************************************************
  サイトマップ
  ****************************************************/ 
  #page .sitemap_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .sitemap_list .list {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #page .sitemap_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .sitemap_list .list:nth-child(n+3) {
    margin-top: 20px;
  }
  #page .sitemap_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    text-align: center;
    border: 1px solid #1a1311;
  }
}
@media screen and (max-width: 1024px) {
  /****************************************************
  事務所紹介
  ****************************************************/
  #page .company_image {
    width: 100%;
    margin-bottom: 3rem;
  }
  #page .company_image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .company_table {
    width: 100%;
    border-top: 1px solid #1a1311;
  }
  #page .company_table th,
  #page .company_table td {
    padding: .8em 0;
    border-bottom: 1px solid #1a1311;
  }
  #page .company_table th {
    width: 120px;
  }
  #page .company_list {}
  #page .company_list .list {}
  #page .company_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .company_list .list .image {
    margin-bottom: 2rem;
  }
  #page .company_list .list .title {
    margin-bottom: .8em;
    font-weight: 600;
  }
  /****************************************************
  コンセプト
  ****************************************************/
  #page .concept_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #page .concept_list .list .concept_title h2 {
    margin-bottom: 2em;
    font-size: 2rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;      
  }
  #page .concept_list .list .concept_image {
    margin-bottom: 2rem;
  }
  #page .concept_list .list .concept_image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .concept_list .list .concept_comment {
    position: relative;
  }
  /****************************************************
  業務内容
  ****************************************************/
  #page .service_box {
    margin-bottom: 5rem;
  }
  #page .service_box .image {
    margin-bottom: 2rem;
  }
  #page .service_box .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .service_box .comment .message {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;   
  }  
  #page .service_box .comment.right {

  }
  #page .service_box .comment.left {

  }  
  #page .service_flex {}
  #page .service_flex .image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #page .service_flex .image img {
    width: 60%;
  }
  #page .service_flex .comment {}
  /****************************************************
  スタッフ紹介
  ****************************************************/  
  #page .staff_flex {}
  #page .staff_flex .image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #page .staff_flex .image img {
    width: 60%;
  }
  #page .staff_flex .comment {}  
  #page .interview_list .list:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #1a1311;;
  }
  #page .interview_list .list .title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;   
  }
  #page .interview_list .list .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /****************************************************
  設計の流れ
  ****************************************************/  
  #page .flow_list .list {
    position: relative;
    padding: 0 0 4rem 6.5rem;
  }
  #page .flow_list .list:before {
    position: absolute;
    top: 0;
    left: 2.5rem;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #ccc;
  }
  #page .flow_list .list .number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;  
    background: #1a1311;
  }
  #page .flow_list .list .image {
    margin-bottom: 2rem;
  }
  #page .flow_list .list .text {}  
  #page .flow_list .list .text.full {}
  #page .flow_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif; 
    margin-bottom: 2rem;
  }
  #page .flow_list .list .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .flow_list .list .comment p.large {
    font-size: 1.2em;
    font-weight: 600;
  }
  /****************************************************
  ご検討中の方へ
  ****************************************************/ 
  #page .message_list .list:nth-child(n+2) {
    margin-top: 5rem;
  }
  #page .message_list .list .flex {}
  #page .message_list .list .image {
    margin-bottom: 2rem;
  }
  /****************************************************
  よくあるご質問
  ****************************************************/ 
  #page .faq dl:nth-child(n+2) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
  }
  #page .faq dt {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 3em;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5;
  }
  #page .faq dt:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    content: "";
    width: 15px;
    line-height: 1;
    border-bottom: 1px solid #1a1311;
  }
  #page .faq dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 27px;
    margin-top: -7px;
    content: "";
    height: 15px;
    line-height: 1;
    border-left: 1px solid #1a1311;
  }
  #page .faq dt.active:after {
    display: none;
  }
  #page .faq dt span:before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 1em;
    color: #1a1311;
    line-height: 1;
    margin-top: -.5em;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  }
  #page .faq dd {
    position: relative;
    margin-bottom: 3rem;
    padding: 3rem;
    padding-left: 3em;
    display: none;
    background: #f2eee5;
  }
  #page .faq dd.first {
    display: block;
  }
  /****************************************************
  お問い合わせ
  ****************************************************/ 
  #page .contact_tel {
    font-size: 3rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;  
  }
  #page .contact_form {
    width: 100%;
    margin-bottom: 5rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .contact_form th,
  #page .contact_form td {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .contact_form th {
    color: #fff;
    background: #1a1311;
  }
  #page .contact_form th span {
    margin-left: 1rem;
  }
  #page .contact_form input[type=text],
  #page .contact_form input[type=email] {
    width: 100%;
    padding: .8em;
    background: #f4f1ea;
  }
  #page .contact_form select {
    padding: .8em;
  }
  #page .contact_form input[type=tel] {
    width: 25%;
    padding: .8em;
    background: #f4f1ea;
    border: 1px solid #ccc;
  }
  #page .contact_form textarea {
    width: 100%;
    padding: .8em;
    background: #f4f1ea;
  }
  #page .contact_form .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }
  #page .form_btn {
    text-align: center;
  }
  #page .form_btn input {
    width: 240px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 6rem;
    background: #1a1311;
  }  
  /****************************************************
  業務実績
  ****************************************************/ 
  #page .works_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .works_list .list {
    width: calc(50% - 3px);
    margin-left: 6px;
  }
  #page .works_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .works_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #page .works_list .list a {
    position: relative;
    display: block;
  }
  #page .works_list .list .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }
  #page .works_list .list .icon span {
    display: flex;
    flex-direction: column;
    jusitfy-content: center;
    padding: .4em .8em;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    background: #1a1311;
  }
  #page .works_list .list .image {
    width: 100%;
    margin-bottom: 1rem;
  }
  #page .works_list .list .image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }   
  #page .works_link_list {
    margin-bottom: 3rem;
  }
  #page .works_link_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #page .works_link_list li {
    margin-left: 6px;
  }
  #page .works_link_list li:first-child {
    margin-left: 0;
  }
  #page .works_link_list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: .4em .8em;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #1a1311;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #page .works_link_list li.current-cat a {
    color: #fff;
    background: #1a1311;
  }
  #page .works_link_list li a:hover {
    color: #fff;
    background: #1a1311;
  }
  #page #works_slider_list {
    margin-bottom: 6px;
  }
  #page #works_slider_list .list {
    width: 100%;
  }
  #page #works_slider_list .list img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #page #thumbnail-list {
    display: flex;
    flex-wrap: wrap;
  }
  #page #thumbnail-list .thumbnail-item {
    width: calc((100% / 5) - 3px);
    margin-left: 6px;
  }
  #page #thumbnail-list .thumbnail-item:nth-child(5n+1) {
    margin-left: 0;
  }
  #page #thumbnail-list .thumbnail-item:nth-child(n+6) {
    margin-top: 6px;
  }
  #page #thumbnail-list .thumbnail-item img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  /****************************************************
  サイトマップ
  ****************************************************/ 
  #page .sitemap_list {}
  #page .sitemap_list .list {
    width: 100%;
  }
  #page .sitemap_list .list:nth-child(n+2) {
    margin-top: 10px;
  }
  #page .sitemap_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    text-align: center;
    border: 1px solid #1a1311;
  }
}
