 @charset "UTF-8";
 /*
* Theme Name: temp_woodtec-architect
* Author: 
* Version: 
* Description: 
*/
 html {
   font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
   scroll-behavior: smooth;
 }
 /************************************ iPhone用　scroll-behavior: smooth;設定 */
 /* TOPページだけ：一時的にスムーズを切るためのフラグ用 */
 html.no-smooth {
   scroll-behavior: auto !important;
 }
 /* ヘッダーかぶり対策（すでにあるならそのままでOK） */ :root {
   --headerH: 50px;
 } /* 実機に合わせて調整 */
 html {
   scroll-padding-top: var(--headerH);
 }
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-style: normal;
   vertical-align: baseline;
   background: transparent;
 }
 body {
   line-height: 1;
 }
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
 }
 ul {
   list-style: none;
 }
 blockquote, q {
   quotes: none;
 }
 blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
 }
 a {
   margin: 0;
   padding: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
 }
 /* change colours to suit your needs */
 ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
 }
 /* change colours to suit your needs */
 mark {
   background-color: #ff9;
   color: #000;
   font-style: italic;
   font-weight: bold;
 }
 del {
   text-decoration: line-through;
 }
 abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 /* change border colour to suit your needs */
 hr {
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #cccccc;
   margin: 1em 0;
   padding: 0;
 }
 input, select {
   vertical-align: middle;
 }
 img {
   max-width: 100%;
   height: auto;
   border: none;
 }
 body {
   font-size: 1.5rem;
   line-height: 1.6;
   font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
   font-weight: 600;
   font-style: normal;
   letter-spacing: 0.01em;
   color: #fff;
   background: #1e1e1e;
 }
 @media only screen and (max-width: 800px) {
   body {
     font-size: 1.4rem;
   }
 }
 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .container, .container02 {
   margin-right: auto;
   margin-left: auto;
   padding-left: 20px;
   padding-right: 20px;
 }
 /************************************ a:link a:hoverの設定*/
 a:link, a:visited {
   color: #000;
   text-decoration: none;
 }
 a:hover, a:active {
   text-decoration: underline;
 }
 /************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
 .container {
   /*max-width: 1240px;*/
   max-width: 1200px;
   min-width: 1000px;
 }
 @media only screen and (max-width: 800px) {
   .container {
     width: 100%;
     min-width: inherit;
   }
 }
 /************************************ コンテンツ*/
 /************************************テーブルレスポンシブ仕様*/
 @media only screen and (max-width: 800px) {
   .sp-listlayout {
     border: none !important
   }
   .sp-listlayout tr {
     display: block;
     margin-bottom: 5px
   }
   .sp-listlayout th {
     border: none !important;
     display: list-item;
     width: 100%;
   }
   .sp-listlayout td {
     border: none !important;
     display: list-item;
     list-style: none;
     width: 100%;
   }
   .sp-listlayout {
     table-layout: fixed
   }
   .sp-listlayout * {
     word-wrap: break-word
   }
 }
 /************************************投稿本文内の表示崩れについて*/
 /*WP必須クラス*/
 .wp-caption {
   max-width: 100%;
   margin-bottom: 10px;
 }
 .wp-caption-text {
   padding: 10px;
   margin-bottom: 0;
 }
 .sticky {
   background: #FAFAFA;
   border-top: 4px solid #F00;
   margin-left: -20px;
   margin-right: -20px;
   padding: 18px 20px;
 }
 .gallery-caption {
   font-size: 0.8em;
 }
 .bypostauthor {
   color: #999;
 }
 .screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
 }
 pre {
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   white-space: pre-wrap;
   word-wrap: break-word;
 }
 h1, h2, h3, h4, h5 {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 /*---投稿大枠---*/
 .postdata {
   text-align: left;
 }
 .postdata p {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 .postdata::after {
   clear: both;
   content: "";
   display: block;
 }
 /*---配置　右---*/
 .postdata .alignright {
   float: right;
   margin-left: 20px;
   margin-bottom: 20px;
 }
 /*---配置　左---*/
 .postdata .alignleft {
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
 }
 /*---配置　中央---*/
 .postdata .aligncenter {
   clear: both;
   display: block;
   margin: 0 auto 20px;
 }
 /*---テーブル---*/
 .postdata table {
   border-left: 1px solid #bfbfbf;
   border-top: 1px solid #bfbfbf;
   border-right: 1px solid #bfbfbf;
 }
 .postdata table th {
   border-bottom: 1px solid #bfbfbf;
 }
 .postdata table td {
   border-bottom: 1px solid #bfbfbf;
 }
 /*---フォント---*/
 .postdata em {
   font-style: italic !important;
 }
 .postdata strong {
   font-weight: bold !important;
 }
 .postdata iframe {
   max-width: 100%;
 }
 /* スマホ時に回り込みを解除*/
 @media only screen and (max-width: 800px) {
   .postdata .alignright {
     float: none;
     display: block;
     margin: 0 auto 20px;
     text-align: center;
   }
   .postdata .alignleft {
     float: none;
     display: block;
     margin: 0 auto 20px;
     text-align: center;
   }
 }
 .postdata p {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 /*ページネーション*/
 .pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px;
 }
 .pagination > li {
   display: inline;
 }
 .pagination > li > a, .pagination > li > span {
   position: relative;
   float: left;
   padding: 6px 12px;
   line-height: 1.42857143;
   text-decoration: none;
   color: #333; /*変更*/
   background-color: #ffffff;
   border: 1px solid #333; /*変更*/
   margin-left: -1px;
   transition: .2s;
 }
 .pagination > li:first-child > a, .pagination > li:first-child > span {
   margin-left: 0;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
 }
 .pagination > li:last-child > a, .pagination > li:last-child > span {
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
 }
 .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
   color: #333; /*変更*/
   background-color: #ddd; /*変更（淡色）*/
   border-color: #333; /*変更*/
 }
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   z-index: 2;
   color: #ffffff;
   background-color: #333; /*変更*/
   border-color: #333; /*変更*/
   cursor: default;
 }
 .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
   color: #777777;
   background-color: #ffffff;
   border-color: #c7436f;
   cursor: not-allowed;
 }
 /*ページャー*/
 /*--
Pager
--*/
 .number {
   text-align: center;
   margin-bottom: 20px;
 }
 .number a {
   background: #FFFAE6;
   border-radius: 4px;
   color: #333;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
   text-decoration: none;
   transition: .2s;
 }
 .number a:hover {
   background: #c7436f;
   color: #fff;
   text-decoration: none;
 }
 .number .current {
   color: #fff;
   background: #c7436f;
   border-radius: 5px;
   box-shadow: 0 2px 0 #ddd;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
 }
 /*ページャー*/
 .pager {
   padding-left: 0;
   margin: 20px 0;
   list-style: none;
   text-align: center;
 }
 .pager li {
   display: inline;
 }
 .pager li > a, .pager li > span {
   background: #ddd; /*変更（淡色）*/
   border-radius: 4px;
   color: #333;
   display: inline-block;
   margin: 0 5px 10px;
   padding: 5px 15px;
   text-decoration: none !important;
   transition: .2s;
 }
 .pager li > a:hover, .pager li > a:focus {
   background: #333; /*変更*/
   color: #fff;
   text-decoration: none;
 }
 .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
   color: #FFF;
   background: #333; /*変更*/
   cursor: not-allowed;
   text-decoration: none;
 }
 @media only screen and (max-width: 800px) {
   .pager li > a, .pager li > span {
     font-size: 12px;
     padding: 3px 15px;
   }
 }
 .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .rob:before, .rob:after, .pager:before, .pager:after {
   content: " ";
   display: table;
 }
 .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .rob:after, .pager:after {
   clear: both;
 }
 /*サイズによる消去*/
 @media (max-width: 800px) {
   .hidden-s {
     display: none !important;
   }
 }
 @media (min-width: 801px) {
   .hidden-l {
     display: none !important;
   }
 }
 /***************************/
 /********【ヘッダー】********/
 /***************************/
 #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
   margin-top: -80px !important;
   padding-top: 80px !important;
 }
 @media only screen and (max-width: 800px) {
   #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
     margin-top: 0px !important;
     padding-top: 0px !important;
   }
 }
 .head_ar {
   width: 100%;
   min-width: 1054px;
   height: 80px;
   position: fixed;
   z-index: 10;
   background: #1E1E1E;
   padding: 17px 20px;
 }
 .head_ar .bx_ar {
   max-width: 1500px;
   margin: auto;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .head_ar .logo {
   width: 437px;
 }
 /****/
 .head_ar .nav_bx {}
 .head_ar .nav_bx ul {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .head_ar .nav_bx ul li {
   position: relative;
   padding: 3px 3em 0 0;
 }
 .head_ar .nav_bx ul li:after {
   position: absolute;
   content: "";
   background: #fff;
   width: 1px;
   height: 30px;
   right: 1.5em;
   top: 50%;
   transform: translate(0%, -50%);
 }
 .head_ar .nav_bx ul li a {
   color: #fff;
   display: block;
   font-weight: bold;
   transition: .3s;
 }
 .head_ar .nav_bx ul li a:hover {
   text-decoration: none;
   opacity: 0.5;
 }
 .head_ar .nav_bx ul li:last-child {
   padding: 0 0em 0 0;
 }
 .head_ar .nav_bx ul li:last-child:after {
   display: none;
 }
 .head_ar .nav_bx ul li a .img {
   width: 116px;
 }
 @media only screen and (max-width: 800px) {
   .head_ar {
     min-width: inherit;
     height: 50px;
     padding: 6px 10px;
   }
   .head_ar .bx_ar {
     max-width: inherit;
   }
   .head_ar .logo {
     width: 125px;
   }
   /****/
   .head_ar .nav_bx {
     padding: 0 0px 0 0;
   }
   .head_ar .nav_bx ul li {
     position: relative;
     padding: 3px 1em 0 0;
   }
   .head_ar .nav_bx ul li:first-child {
     padding: 0px 1em 0 0;
   }
   .head_ar .nav_bx ul li:after {
     position: absolute;
     content: "";
     background: #fff;
     width: 1px;
     height: 20px;
     right: 0.5em;
     top: 50%;
     transform: translate(0%, -50%);
   }
   .head_ar .nav_bx ul li a {
     font-size: 1.2rem;
     line-height: 1.0;
   }
   .head_ar .nav_bx ul li a .img {
     width: 80px;
     margin: 0px 0 0;
   }
 }
 /***************************/
 /********【フッター】********/
 /***************************/
 /****common****/
 .common_bt_ar {
   margin: 0 -1%;
   text-align: center;
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: flex-start;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 .common_bt_ar a {
   display: block;
   transition: .3s;
 }
 .common_bt_ar a:hover {
   text-decoration: none;
   opacity: 0.5;
 }
 .common_bt_ar .bt100 {
   width: 100%;
   margin: 0 1% 20px;
 }
 .common_bt_ar .bt50 {
   width: 48%;
   margin: 0 1% 20px;
 }
 @media only screen and (max-width: 800px) {
   /****common****/
   .common_bt_ar {
     margin: 0 -1%;
     text-align: center;
     /* flexbox */
     display: flex;
     justify-content: center;
     align-items: flex-start;
     align-content: start; /*複数行にした時の揃え*/
     flex-direction: row; /*子要素の並ぶ向き*/
     flex-wrap: wrap; /*子要素の折り返し*/
   }
   .common_bt_ar a {
     display: block;
     transition: .3s;
   }
   .common_bt_ar a:hover {
     text-decoration: none;
     opacity: 0.5;
   }
   .common_bt_ar .bt100 {
     width: 100%;
     margin: 0 1% 5px;
   }
   .common_bt_ar .bt100 img {
     width: 100%;
   }
   .common_bt_ar .bt50 {
     width: 48%;
     margin: 0 1% 10px;
   }
   .common_bt_ar .bt img {
     width: 100%;
   }
 }
 /*------footer info-----*/
 #foot_info_ar {
   width: 100%;
   min-width: 1054px;
   background: #E6E6E6;
   padding: 50px 0 70px;
   clear: both;
 }
 @media only screen and (max-width: 800px) {
   #foot_info_ar {
     min-width: inherit;
     padding: 30px 0 20px;
   }
 }
 /*------footer-----*/
 #foot_ar {
   width: 100%;
   min-width: 1054px;
   padding: 15px 0 15px;
   background: #000;
 }
 #foot_ar .bx_ar {
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
 }
 #foot_ar .bx_l {
   width: 50%;
 }
 #foot_ar .logo {
   width: 160px;
   margin: 0 0 35px;
 }
 #foot_ar .foot_nav ul {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 #foot_ar .foot_nav ul li a {
   color: #989898;
   display: block;
   padding: 1em 2em 0em 0;
   font-size: 1.3rem;
   font-weight: 500;
   letter-spacing: 0;
 }
 #foot_ar .bx_r {
   width: 50%;
   color: #989898;
   text-align: right;
 }
 #foot_ar .name {
   font-size: 1.4rem;
 }
 #foot_ar .copy {
   font-size: 1.2rem;
   font-weight: 400;
   letter-spacing: 0;
 }
 @media only screen and (max-width: 800px) {
   #foot_ar {
     width: 100%;
     min-width: inherit;
     padding: 30px 0 20px;
     margin: 0px 0 0;
   }
   #foot_ar .bx_ar {
     /* flexbox */
     display: block;
     justify-content: space-between;
     align-items: flex-end;
   }
   #foot_ar .bx_l {
     width: 100%;
   }
   #foot_ar .logo {
     width: 100px;
     margin: 0 0 0px;
   }
   #foot_ar .foot_nav ul li a {
     font-size: 1.3rem;
     padding: 1em 1em 0em 0;
   }
   #foot_ar .bx_r {
     width: 100%;
     text-align: left;
     padding: 20px 0 0;
   }
   #foot_ar .name {
     font-size: 1.2rem;
   }
   #foot_ar .copy {
     font-size: 1.0rem;
   }
 }
 /***************************/
 /********【index】********/
 /***************************/
 /********【common project】********/
 .common_project .bx_ar {
   margin: 0 -2%;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 .common_project .bx {
   width: 29.333%;
   margin: 0 2% 40px;
 }
 .common_project .bx a {
   color: #fff;
   transition: .3s;
   display: block;
 }
 .common_project .bx a:hover {
   transform: scale(1.05);
   text-decoration: none;
 }
 .common_project .img {
   text-align: center;
   width: 100%;
   max-width: 575px;
   margin: 0 auto 10px;
 }
 .common_project .img img {
   width: 384px;
   height: 266px;
   object-fit: cover;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 .common_project .post_ar {}
 .common_project .post_name {
   margin: 0 0 10px;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 .common_project .post_designer, .common_project .post_item {
   margin: 0 0 3px;
   font-feature-settings: "palt";
   font-weight: 500;
 }
 .common_project .post_designer span, .common_project .post_item span {
   padding: 0 0 0 0px;
 }
 .common_project .post_item span:nth-child(4), .common_project .post_item span:nth-child(7) {
   position: relative;
   padding: 0 0 0 .5em;
 }
 .common_project .post_item span:nth-child(4):before, .common_project .post_item span:nth-child(7):before {
   position: absolute;
   content: "、";
   top: -3px;
   left: -3px;
 }
 @media only screen and (max-width: 800px) {
   .common_project .bx_ar {
     margin: 0 0%;
     display: block;
     padding: 0 30px;
   }
   .common_project .bx {
     width: 100%;
     margin: 0 0% 40px;
   }
   .common_project .img {
     text-align: center;
     width: 100%;
     max-width: 575px;
     margin: 0 auto 10px;
   }
   .common_project .img img {
     width: 100%;
     height: 187px;
     object-fit: cover;
     font-family: 'object-fit: cover;'; /*IE対策*/
   }
   .common_project .post_item {
     -webkit-line-clamp: 2;
   }
   .common_project .post_designer span, .common_project .post_item span {
     padding: 0 0 0 0px;
   }
 }
 /*------slider-----*/
 /****slick****/
 .top_slider_ar {
   width: 100%;
   min-width: 1054px;
   padding: 80px 0 0;
 }
 /****/
 .top_slider_ar .top_slider_bx {
   margin: auto;
   height: 1006px; /*施工事例一覧に戻るボタンTOPページ高さ取得*/
 }
 .top_slider {
   visibility: hidden;
   display: none;
   opacity: 0;
   transition: .5s;
 }
 .top_slider_bx ul li a {
   display: block;
 }
 .top_slider.slick-initialized {
   visibility: visible;
   display: block;
   opacity: 1;
 }
 .top_slider .slick-slide img {
   width: auto;
   object-fit: cover;
   font-family: 'object-fit: cover;'; /*IE対策*/
   margin: auto;
 }
 .top_slider_ar li.bg01, .top_slider_ar li.bg02, .top_slider_ar li.bg03, .top_slider_ar li.bg04, .top_slider_ar li.bg05 {
   width: 100vw;
   height: 1000px;
 }
 .top_slider_ar li.bg01 {
   background: url("images/top_main_01.webp")no-repeat center center/cover;
 }
 .top_slider_ar li.bg02 {
   background: url("images/top_main_02.webp")no-repeat center center/cover;
 }
 .top_slider_ar li.bg03 {
   background: url("images/top_main_03.webp")no-repeat center center/cover;
 }
 .top_slider_ar li.bg04 {
   background: url("images/top_main_04.webp")no-repeat center center/cover;
 }
 .top_slider_ar li.bg05 {
   background: url("images/top_main_05.webp")no-repeat center center/cover;
 }
 @media only screen and (max-width: 800px) {
   .top_slider_ar {
     min-width: inherit;
     padding: 50px 0 0;
     height: auto; /*施工事例一覧に戻るボタンTOPページ高さ取得*/
   }
   .top_slider {
     height: inherit;
   }
   /****/
   .top_slider_ar .top_slider_bx {
     text-align: center;
     margin: auto;
     height: 495px;
     /* flexbox */
     display: block;
   }
   .top_slider_ar li.bg01, .top_slider_ar li.bg02, .top_slider_ar li.bg03, .top_slider_ar li.bg04, .top_slider_ar li.bg05 {
     height: 495px;
   }
   .top_slider_ar li.bg01 {
     background: url("images/top_main_01sp.webp")no-repeat center center/cover;
   }
   .top_slider_ar li.bg02 {
     background: url("images/top_main_02sp.webp")no-repeat center center/cover;
   }
   .top_slider_ar li.bg03 {
     background: url("images/top_main_03sp.webp")no-repeat center center/cover;
   }
   .top_slider_ar li.bg04 {
     background: url("images/top_main_04sp.webp")no-repeat center center/cover;
   }
   .top_slider_ar li.bg05 {
     background: url("images/top_main_05sp.webp")no-repeat center center/cover;
   }
 }
 /********01********/
 #cont01_ar {
   width: 100%;
   min-width: 1054px;
   background: url("images/top_con_01.webp") no-repeat center center/cover;
   background-attachment: fixed;
   clear: both;
   padding: 50px 0px;
   margin: -10px 0 0;
 }
 #cont01_ar .bx_ar {
   background: url("images/top_con_02.png") no-repeat center center/100% 100%;
   padding: 50px 20px 40px;
   letter-spacing: 0.15em;
   line-height: 1.6;
 }
 #cont01_ar .ttl {
   text-align: center;
 }
 #cont01_ar .txt {
   text-align: center;
 }
 @media only screen and (max-width: 800px) {
   #cont01_ar {
     width: 100%;
     min-width: inherit;
     background: url("images/top_con_01sp.webp") no-repeat center center/cover;
     background-attachment: inherit;
     margin: 0px 0 0;
     padding: 30px 0px;
   }
   #cont01_ar .bx_ar {
     background: url("images/top_con_02sp.png") no-repeat center center/100% 100%;
     padding: 20px 10px
   }
 }
 /********02********/
 #cont02_ar {
   width: 100%;
   min-width: 1054px;
   clear: both;
   padding: 80px 0px;
   height: 753px; /*施工事例一覧に戻るボタンTOPページ高さ取得*/
 }
 #cont02_ar .ttl {
   position: relative;
   padding: 0 0 0 25px;
   margin: 0 0 10px;
 }
 #cont02_ar .ttl:before {
   position: absolute;
   content: "";
   background: #fff;
   width: 18px;
   height: 1px;
   left: 0px;
   top: 50%;
 }
 /****slick****/
 .slider_project .slick-track {
   float: none;
   display: flex;
   /*(589 / 2) + (24 / 2) = 306.5px*/
   left: -300.5px;
   gap: 24px;
   transform: none;
 }
 .slider_project .slick-track .slick-slide {
   width: 100%;
   max-width: 574px;
 }
 .slider_project .slick-arrow {
   width: 1200px;
   margin: auto;
   left: 0;
   right: 0;
   z-index: 9;
 }
 @media only screen and (max-width: 800px) {
   .slider_project .slick-track {
     left: 0px;
     gap: 10px;
   }
   .slider_project .slick-track .slick-slide {
     max-width: 300px;
   }
   .slider_project .slick-arrow {
     width: 100%;
     bottom: -51px;
     top: inherit;
   }
 }
 /****End slick****/
 #cont02_ar .slider_project a {
   transition: .3s;
   display: block;
 }
 #cont02_ar .slider_project a:hover {
   transform: scale(1.05);
   text-decoration: none;
 }
 #cont02_ar .bx a {
   display: block;
   color: #fff;
 }
 #cont02_ar .img {
   text-align: center;
   width: 100%;
   max-width: 575px;
   margin: 0 auto 10px;
 }
 #cont02_ar .img img {
   width: 574px;
   height: 408px;
   object-fit: cover;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 /****/
 #cont02_ar .post_ar {
   padding: 0 0px 10px;
 }
 #cont02_ar .post_name {
   margin: 0 0 10px;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 #cont02_ar .post_designer, #cont02_ar .post_item {
   margin: 0 0 5px;
   font-feature-settings: "palt";
   font-weight: 500;
 }
 #cont02_ar .post_designer span, #cont02_ar .post_item span {
   padding: 0 0 0 0px;
   position: relative;
 }
 #cont02_ar .post_designer span, #cont02_ar .post_item span:nth-child(4), #cont02_ar .post_designer span, #cont02_ar .post_item span:nth-child(7) {
   padding: 0 0 0 10px;
 }
 #cont02_ar .post_item span:nth-child(4):before, #cont02_ar .post_item span:nth-child(7):before {
   position: absolute;
   content: "、";
   left: 0px;
   bottom: -3px;
 }
 @media only screen and (max-width: 800px) {
   #cont02_ar {
     min-width: inherit;
     padding: 50px 0px 0px 0px;
     height: auto; /*施工事例一覧に戻るボタンTOPページ高さ取得*/
     /*min-height: 412px;*/
   }
   #cont02_ar .img {
     max-width: 300px;
   }
   #cont02_ar .img img {
     width: 300px;
     height: 207px;
   }
   /****/
   #cont02_ar .post_name {
     margin: 0 0 10px;
     /****末尾を三点リーダー****/
     width: 100%;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
   }
   #cont02_ar .post_designer, #cont02_ar .post_item {
     padding: 0 0 0 5px;
   }
   #cont02_ar .post_item {
     -webkit-line-clamp: 2;
   }
   #cont02_ar .post_designer span, #cont02_ar .post_item span {
     padding: 0 0 0 5px;
   }
 }
 /********03********/
 #cont03_ar {
   clear: both;
   padding: 0px 0px 80px;
 }
 @media only screen and (max-width: 800px) {
   #cont03_ar {
     min-width: inherit;
     padding: 50px 0px 10px;
   }
 }
 /***************************/
 /********【common】********/
 /***************************/
 /********【button】********/
 .css_bt_st a {
   display: inline-block;
   padding: 15px 1em;
   text-align: center;
   vertical-align: middle;
   min-width: 425px;
   border: solid 1px #000;
   background: #fff;
   transition: .3s;
   position: relative;
 }
 .css_bt_st a:hover {
   background: #000;
   color: #fff !important;
   text-decoration: none;
 }
 .css_bt_fo {
   font-size: 1.6rem;
   font-weight: 600;
 }
 .css_bt_st a:link, .css_bt_st_wh a:hover, .css_bt_st_wh a:visited {
   color: #000;
 }
 @media only screen and (max-width: 800px) {
   .css_bt_st a {
     padding: 10px 1em;
     min-width: 300px;
   }
   .css_bt_st a:hover {
     background: #fff !important;
     color: #000 !important;
     text-decoration: none;
   }
   .css_bt_fo {
     font-size: 1.4rem;
   }
 }
 /********【sigle contents】********/
 /********【headline】********/
 .h3_ar {
   text-align: center;
   margin: 0 0 20px;
 }
 @media only screen and (max-width: 800px) {
   .h3_ar {
     margin: 0 0 10px;
   }
 }
 /**************************/
 /********下層ページ用********/
 /**************************/
 /***************************/
 /********【page_archives】********/
 /***************************/
 .page_archives {
   padding: 200px 0 80px;
 }
 @media only screen and (max-width: 800px) {
   .page_archives {
     padding: 100px 0 50px;
   }
 }
 /***************************/
 /********【page_single】********/
 /***************************/
 .page_single {
   background: #ffffff;
   color: #231815;
 }
 /********【01】********/
 .page_single .cont01 {
   max-width: 1000px;
   margin: auto;
 }
 /****/
 .page_single .detail_ar {
   background: #ffffff;
   padding: 120px 0 15px;
   box-shadow: 0px 5px 10px 12px rgba(0, 0, 0, 0.1);
 }
 .page_single .type {
   margin: 0 0 5px;
   font-feature-settings: "palt";
   font-weight: 500;
 }
 .page_single .name_ar {
   margin: 0 0 15px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: baseline;
   font-feature-settings: "palt";
 }
 .page_single .name {
   line-height: 1.4;
   font-feature-settings: "palt";
 }
 .page_single .pref {
   padding: 0 0 0 1em;
   font-feature-settings: "palt";
   font-weight: 500;
 }
 .page_single .nav_ar {
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
 }
 .page_single .item_ar {
   width: 70%;
 }
 .page_single .item_ar span, .page_single .item_ar .designer {
   font-weight: 500;
 }
 .page_single .item_ar .item.item02, .page_single .item_ar .item.item03 {
   padding: 0 0 0 5.15em;
 }
 .page_single .item_ar span.url {
   padding: 0 0 0 1em;
 }
 .page_single .item_ar span.url a {
   display: inline-block;
   text-decoration: underline;
   transition: .3s;
 }
 .page_single .item_ar span.url a:hover {
   opacity: 0.5;
 }
 .page_single .page_nav {
   width: 30%;
   margin: 0 0 -10px;
 }
 .page_single .page_nav ul {
   /* flexbox */
   display: flex;
   justify-content: flex-end;
   align-items: center;
 }
 .page_single .page_nav ul li a {
   padding: 0.5em 0em;
   font-weight: 700;
   transition: .3s;
 }
 .page_single .page_nav ul li a:hover {
   opacity: 0.5;
   text-decoration: none;
 }
 .page_single .page_nav ul li {
   display: block;
   padding: 0em 1em;
   position: relative;
   letter-spacing: 0;
 }
 .page_single .page_nav ul li:last-child {
   padding: 0.5em 0em 0.5em 1em;
 }
 .page_single .page_nav ul li:after {
   position: absolute;
   content: "";
   background: #000;
   width: 1px;
   height: 16px;
   right: 0px;
   top: 4px;
 }
 .page_single .page_nav ul li:last-child:after {
   display: none;
 }
 @media only screen and (max-width: 800px) {
   .page_single .detail_ar {
     background: #ffffff;
     padding: 70px 0 20px;
     margin: 0 0 15px;
   }
   .page_single .type_ar {
     margin: 0 0 20px;
     border-bottom: solid 1px #1E1E1E;
     padding: 0 0 5px;
     /* flexbox */
     display: flex;
     justify-content: space-between;
     align-items: center;
   }
   .page_single .type {
     margin: 0;
   }
   .page_single .name_ar {
     /* flexbox */
     display: block;
   }
   .page_single .pref {
     padding: 0 0 0 2em;
     text-align: right;
   }
   .page_single .nav_ar {
     /* flexbox */
     display: block;
   }
   .page_single .item_ar {
     width: 100%;
   }
   .page_single .item_ar span {
     display: block;
   }
   .page_single .item_ar span.url {
     padding: 0 0 0 0em;
   }
   .page_single .item_ar .item.item01, .page_single .item_ar .item.item02, .page_single .item_ar .item.item03 {
     padding: 0 0 0 0em;
     display: block;
   }
   .page_single .item_ar .item.item01 span:first-child {
     display: block;
   }
   .page_single .item_ar .item.item02 span:first-child, .page_single .item_ar .item.item03 span:first-child {
     display: inline;
   }
   .page_single .item_ar .item.item01 span, .page_single .item_ar .item.item02 span, .page_single .item_ar .item.item03 span {
     padding: 0 0 0 0em;
     display: inline;
   }
   .page_single .designer {
     margin: 0 0 5px;
   }
   .page_single .page_nav {
     width: 100%;
     margin: 0 0 0px;
     padding: 0 0 15px;
   }
   .page_single .page_nav ul {
     text-align: center;
     /* flexbox */
     display: flex;
     justify-content: center;
     align-items: center;
   }
   .page_single .page_nav ul li a {
     padding: 1em 0em;
   }
 }
 /********【02】********/
 .page_single .cont02 {
   text-align: center;
   padding: 50px 0;
   max-width: 1000px;
   margin: auto;
 }
 .page_single .cont02 .img {
   margin: 0 0 20px;
 }
 @media only screen and (max-width: 800px) {
   .page_single .cont02 {
     padding: 0px 0;
   }
   .page_single .cont02 .img {
     margin: 0 0 10px;
   }
 }
 /********【03】********/
 .page_single .cont03 {
   padding: 0px 0 20px;
   max-width: 1000px;
   margin: auto;
 }
 .page_single .cont03 .txt_ar {
   margin: 0 0 40px;
   font-weight: 500;
   line-height: 2.0em;
 }
 .page_single .cont03 .ttl {
   background: #C8C8C8;
   padding: 5px 20px;
   margin: 0 0 20px;
 }
 @media only screen and (max-width: 800px) {
   .page_single .cont03 {
     padding: 30px 0 0;
   }
   .page_single .cont03 .txt_ar {
     margin: 0 0 30px;
   }
   .page_single .cont03 .ttl {
     padding: 5px 15px;
     margin: 0 0 10px;
   }
 }
 /********【04】********/
 .page_single .cont04 {
   padding: 0px 0 100px;
   max-width: 1000px;
   margin: auto;
 }
 .page_single .cont04 .item_ar {
   width: 100%;
   background: #E1E1E1;
   padding: 0 40px 20px;
   margin: 0 0 50px;
 }
 .page_single .cont04 .ttl {
   background: #1E1E1E;
   padding: 10px 20px;
   text-align: center;
   margin: 0 -40px 20px;
 }
 .page_single .cont04 .bx_ar {
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .page_single .cont04 .bx_txt {
   width: 50%;
   padding: 0 30px 0 0;
 }
 .page_single .cont04 .bx_img {
   width: 50%;
 }
 .page_single .cont04 .item_comment {
   margin: 0 0 3px;
   line-height: 1.3;
 }
 .page_single .cont04 .item_species, .page_single .cont04 .item_pitch {
   margin: 0 0 20px;
   line-height: 1.3;
   font-weight: 500;
   display: inline-block;
 }
 .page_single .cont04 .item_name {
   margin: 0 0 5px;
   line-height: 1.4;
 }
 .page_single .cont04 .item_type {
   margin: 0 0 40px;
   line-height: 1.4;
 }
 .page_single .cont04 .bt_site a {
   display: block;
   background: #646464;
   padding: 5px 15px;
   margin: 0 0 15px;
   text-align: center;
   color: #fff;
   position: relative;
   transition: .3s;
   font-weight: 700;
 }
 .page_single .cont04 .bt_site a:after {
   position: absolute;
   content: "";
   background: url("images/shared/btn_arr_wh.svg") no-repeat center center/cover;
   width: 13px;
   height: 19px;
   right: 20px;
   top: 30%;
 }
 .page_single .cont04 .bt_site a:hover {
   text-decoration: none;
   transform: translateX(5px);
 }
 .page_single .cont04 .img {
   text-align: center;
 }
 .page_single .cont04 .img img {
   width: 436px;
   height: 342px;
   object-fit: cover;
   font-family: 'object-fit: cover;'; /*IE対策*/
 }
 .page_single .cont04 .bt {
   text-align: center;
 }
 @media only screen and (max-width: 800px) {
   .page_single .cont04 {
     padding: 0px 0 50px;
   }
   .page_single .cont04 .item_ar {
     padding: 0 20px 15px;
     margin: 0 0 20px;
     /****画面幅100％****/
     width: 100vw;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
   }
   .page_single .cont04 .ttl {
     padding: 5px 15px;
     margin: 0 -20px 20px;
   }
   .page_single .cont04 .bx_ar {
     /* flexbox */
     display: block;
   }
   .page_single .cont04 .bx_txt {
     width: 100%;
     padding: 0 0 0px;
   }
   .page_single .cont04 .bx_img {
     width: 100%;
     margin: 0 0 5px;
   }
   .page_single .cont04 .item_species {
     margin: 0 0 10px;
   }
   .page_single .cont04 .item_category {
     margin: 0 0 10px;
   }
   .page_single .cont04 .item_name {
     margin: 0 0 3px;
   }
   .page_single .cont04 .item_type {
     margin: 0 0 20px;
   }
   .page_single .cont04 .bt_site a {
     display: block;
     background: #646464;
     padding: 5px 15px;
     margin: 0 0 10px;
   }
   .page_single .cont04 .img {
     text-align: center;
   }
   .page_single .cont04 .img img {
     width: 100%;
     min-height: 176px;
     height: 50vw;
   }
   .page_single .cont04 .bt {
     text-align: center;
   }
   .page_single .cont04 .bt_site a:after {
     width: 10px;
     height: 13px;
     right: 15px;
   }
 }
 /********【05】********/
 .page_single .cont05 {
   width: 100%;
   padding: 60px 0 30px;
   margin: auto;
   background: #1e1e1e;
   color: #fff;
 }
 .page_single .cont05 .ttl {
   text-align: center;
   margin: 0 0 20px;
 }
 @media only screen and (max-width: 800px) {
   .page_single .cont05 {
     padding: 50px 0 20px;
   }
 }
 /***************************/
 /********【page_single】********/
 /***************************/
 .no_comment {
   width: 100%;
   text-align: center;
   padding: 100px 0;
 }