 @charset "UTF-8";
 /*
* Theme Name: 
* Author: 丸栄木材株式会社
* Version: 
* Description: 
*/
 * {
   -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;
 }
 html {
   font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
   scroll-behavior: smooth;
 }
 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;
   font-weight: 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;
 }
 /* 比率を与える用（例） */
 img.ar-3-2 {
   aspect-ratio: 3 / 2;
 }
 img.ar-16-9 {
   aspect-ratio: 16 / 9;
 }
 /* 歪み防止：画像の元比率を維持して枠内に収める */
 img[class*="ar-"] {
   width: 100%;
   height: auto; /* 高さは aspect-ratio で算出 */
   /*object-fit: contain; /* ← 歪まない */
   object-fit: cover; /* ← 歪まない */
   background: rgba(255, 255, 255, 0); /* 余白が出た時の背景色 */
 }
 /* トリミングしていっぱいに見せたい時 */
 img.fit-cover {
   object-fit: cover;
 }
 /*
.nothing-you-could-do-regular {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
*/
 body {
   font-size: 1.8rem;
   font-optical-sizing: auto;
   line-height: 1.8;
   color: #002300;
   font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.05em;
   background: url("images/shared/bg_body.webp") no-repeat center center/cover;
   background-attachment: fixed;
 }
 main {
   overflow: hidden;
 }
 @media only screen and (max-width: 800px) {
   body {
     font-size: 1.4rem;
   }
 }
 /********【a:link a:hover設定】********/
 a:link, a:visited {
   color: #002300;
   text-decoration: none;
 }
 /********【PC/SP表示設定】********/
 @media (max-width: 750px) {
   .hidden-s {
     display: none !important;
   }
 }
 @media (min-width: 751px) {
   .hidden-l {
     display: none !important;
   }
 }
 /********【サイト幅設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）】********/
 .container {
   max-width: 1240px;
   margin: auto;
   padding: 0 20px;
 }
 .container:before, .container:after {
   content: " ";
   display: table;
 }
 .container:after {
   clear: both;
 }
 @media only screen and (max-width: 800px) {
   .container {
     width: 100%;
   }
 }
 /********【コンテンツ】********/
 .contents {
   float: left;
   width: 700px;
   padding: 0 0 80px;
 }
 @media only screen and (max-width: 800px) {
   .contents {
     float: none;
     width: auto;
     padding: 0 0 60px;
   }
 }
 /********【テーブルレスポンシブ仕様】********/
 @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;
 }
 /***************************/
 /********【ヘッダー】********/
 /***************************/
 #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
   margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
   padding-top: 120px; /* 打ち消し用のパディング */
 }
 @media only screen and (max-width: 800px) {
   #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
     margin-top: -80px; /* 固定ナビの高さ分のネガティブマージン */
     padding-top: 80px; /* 打ち消し用のパディング */
   }
 }
 .no-link {
   pointer-events: none;
 }
 /*------header-----*/
 .head_ar {
   width: 100%;
   min-width: 1000px;
   height: 100px;
   padding: 0px 15px;
   position: relative;
   z-index: 2;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 /****/
 .head_ar.clone-nav {
   position: fixed;
   top: 0;
   z-index: 10;
   background: url("images/shared/bg_header.webp") no-repeat center center/cover;
   transition: all .2s ease-in;
   transform: translateY(-100%);
   /* boxshadow */
   box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
 }
 .head_ar.is-show {
   transform: translateY(0);
 }
 /****/
 .head_ar .logo {
   max-width: 260px;
   height: 77px;
 }
 .head_ar .nav {}
 .head_ar .nav ul {
   /* flexbox */
   display: flex;
   justify-content: flex-end;
   align-items: center;
 }
 .head_ar .nav ul li {
   text-align: center;
   line-height: 1.2;
 }
 .head_ar .nav ul li a {
   color: #fff;
   display: block;
   padding: 15px 22px;
   transition: .3s;
   position: relative;
 }
 /****animation****/
 .head_ar .nav ul li a::after {
   position: absolute;
   left: 0;
   content: '';
   width: 60px;
   height: 2px;
   background: #fff;
   bottom: -1px;
   transform: scale(0, 1);
   transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
   transition: transform 0.3s; /*変形の時間*/
   margin: auto;
   left: 0;
   right: 0;
 }
 .head_ar .nav ul li a:hover:after {
   transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
   transform-origin: left top; /*左から右に向かう*/
 }
 /****End animation****/
 .head_ar .nav ul li .eng {
   font-family: "Nothing You Could Do", cursive;
   font-size: 1.4rem;
   display: block;
 }
 .head_ar .nav ul li .jp {
   font-size: 1.6rem;
   font-weight: 700;
   display: block;
 }
 /****/
 .head_ar .nav ul li.contact a {
   background: #fff;
   color: #000;
   border-radius: 50px;
   padding: 15px 30px 15px 60px;
   position: relative;
   transition: .3s;
 }
 .head_ar .nav ul li.contact a:before {
   position: absolute;
   content: "";
   background: url("images/shared/ico_mail_s_bk.svg") no-repeat center center/cover;
   width: 23px;
   height: 18px;
   left: 30px;
   top: 18px;
   transition: .3s;
 }
 /****animation****/
 .head_ar .nav ul li.contact a:hover {
   background: #0A5530;
   color: #fff;
 }
 .head_ar .nav ul li.contact a:hover:before {
   background: url("images/shared/ico_mail_s_wh.svg") no-repeat center center/cover;
 }
 .head_ar .nav ul li.contact a::after {
   display: none;
 }
 /****End animation****/
 /*------slider-----*/
 .top_slider_ar {
   width: 100%;
   height: 100vh;
   position: relative;
   z-index: 1;
   top: -100px;
   max-height: 1080px;
 }
 /****/
 .top_slider_ar .top_slider_bx {
   margin: auto;
   position: relative;
 }
 .top_slider {
   visibility: hidden;
   display: none;
   opacity: 0;
   transition: .5s;
 }
 .top_slider.slick-initialized {
   visibility: visible;
   display: block;
   opacity: 1;
 }
 .top_slider_ar .bx_catch {
   width: 100%;
   padding: 100px 20px;
   color: #fff;
   text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
 }
 .top_slider_ar .catch_jp {
   font-family: "Zen Old Mincho", serif;
   /*フォントサイズ最大値と最小値の間の値を設定:「12px」と「50px」の間で「2.5vw」が適用*/
   font-size: clamp(12px, 2.5vw, 50px);
   text-align: center;
 }
 .top_slider_ar .catch_logo {
   max-width: 180px;
   margin: auto;
   padding: 20px 0;
   text-align: center;
 }
 @media only screen and (max-width: 800px) {
   .top_slider_ar {
     top: 0px;
     height: inherit;
   }
   /****/
   .top_slider_ar .bx_catch {
     padding: 20px 10px;
   }
   .top_slider_ar .catch_jp {
     font-size: 2.4rem;
     line-height: 1.5;
   }
   .top_slider_ar .catch_logo {
     max-width: 120px;
     padding: 30px 0;
   }
 }
 /***************************/
 /********【フッター】********/
 /***************************/
 /*------footer-----*/
 #foot_ar {
   position: relative;
   width: 100%;
   background: url("images/shared/bg_foot.webp") no-repeat center center/cover;
   margin: 150px 0 0;
   padding: 80px 0 10px;
   text-align: center;
   color: #fff;
 }
 #foot_ar a {
   color: #fff;
   transition: .3s;
 }
 #foot_ar a:hover {
   opacity: .7;
 }
 #foot_ar .logo {
   margin: 0 0 60px;
 }
 #foot_ar .add {
   margin: 0 0 60px;
   font-size: 1.6rem;
   font-weight: 500;
 }
 #foot_ar .nav {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   padding: 10px 40px;
   margin: 0 auto 60px;
 }
 #foot_ar .nav ul {
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: center;
 }
 #foot_ar .nav ul li a {
   font-size: 1.5rem;
   font-weight: 700;
   display: block;
   color: #fff;
   padding: 10px 25px;
   transition: .3s;
   position: relative;
 }
 /****animation****/
 #foot_ar .nav ul li a::after {
   position: absolute;
   left: 0;
   content: '';
   width: 60px;
   height: 2px;
   background: #fff;
   bottom: 2px;
   transform: scale(0, 1);
   transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
   transition: transform 0.3s; /*変形の時間*/
   margin: auto;
   left: 0;
   right: 0;
 }
 #foot_ar .nav ul li a:hover:after {
   transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
   transform-origin: left top; /*左から右に向かう*/
 }
 /****End animation****/
 #foot_ar .copy {
   font-size: 1.2rem;
 }
 @media only screen and (max-width: 800px) {
   #foot_ar {
     position: relative;
     width: 100%;
     min-width: inherit;
     background: url("images/shared/bg_foot_sp.webp") no-repeat center center/cover;
     margin: 100px 0 0;
     padding: 60px 0 60px;
   }
   #foot_ar .logo {
     margin: 0 0 40px;
   }
   #foot_ar .add {
     margin: 0 0 40px;
     font-size: 1.4rem;
   }
   #foot_ar .copy {
     font-size: 1.1rem;
   }
 }
 /*------sp_foot_nav-----*/
 @media only screen and (max-width: 800px) {
   .sp_foot_nav {
     width: 100%;
     position: fixed;
     z-index: 11;
     padding: 0px 0 0;
     bottom: 0px;
     box-shadow: 0px -3px 10px 3px rgba(0, 0, 0, 0.15);
     background: #fbfbfb;
     /* flexbox */
     display: flex;
     justify-content: flex-start;
     align-items: center;
   }
   .sp_foot_nav .bt_tel, .sp_foot_nav .bt_mail, .sp_foot_nav .bt_access {
     width: 33.333%;
     text-align: center;
   }
   .sp_foot_nav .bt_tel, .sp_foot_nav .bt_access {
     background: #E2E2E2;
   }
   .sp_foot_nav .bt_mail {
     background: #EFEFEF;
   }
   .sp_foot_nav .bt_tel a, .sp_foot_nav .bt_mail a, .sp_foot_nav .bt_access a {
     position: relative;
     font-size: 1.15rem;
     font-weight: 500;
     letter-spacing: 0;
     padding: 28px 5px 0px;
     display: block;
   }
   .sp_foot_nav .bt_tel a:before, .sp_foot_nav .bt_mail a:before, .sp_foot_nav .bt_access a:before {
     position: absolute;
     content: "";
     margin: auto;
     left: 0;
     right: 0;
   }
   .sp_foot_nav .bt_tel a:before {
     background: url("images/shared/ico_tel_bk.svg") no-repeat center center/cover;
     width: 20px;
     height: 22px;
     top: 7px;
   }
   .sp_foot_nav .bt_mail a:before {
     background: url("images/shared/ico_mail_bk.svg") no-repeat center center/cover;
     width: 19px;
     height: 15px;
     top: 10px;
   }
   .sp_foot_nav .bt_access a:before {
     background: url("images/shared/ico_access_bk.svg") no-repeat center center/cover;
     width: 20px;
     height: 20px;
     top: 7px;
   }
 }
 /***************************/
 /********【index】********/
 /***************************/
 /********01********/
 #cont01_ar {
   clear: both;
   padding: 0px 0px 150px;
 }
 #cont01_ar .bx_ar {
   background-color: rgba(255, 255, 255, 0.7);
   padding: 50px 60px 30px;
   position: relative;
   z-index: 2;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
 }
 #cont01_ar .bx_ttl {
   width: 25%;
 }
 #cont01_ar .bx_post {
   width: 75%;
 }
 /****/
 #cont01_ar .ttl {
   margin: 0 0 40px;
 }
 #cont01_ar .ttl .jp {
   font-size: 3.6rem;
   color: #0A5530;
   font-weight: 700;
   padding: 0 0 40px;
   position: relative;
 }
 #cont01_ar .ttl .jp:after {
   position: absolute;
   content: "";
   background: #0A5530;
   width: 40px;
   height: 2px;
   left: 0px;
   bottom: 20px;
 }
 #cont01_ar .ttl .eng {
   font-family: "Nothing You Could Do", cursive;
   font-size: 2.4rem;
   color: #0A5530;
 }
 #cont01_ar .bt {}
 @media only screen and (max-width: 800px) {
   #cont01_ar {
     padding: 50px 0 50px;
   }
   #cont01_ar .bx_ar {
     background-color: inherit;
     padding: 0px 0px;
     /* flexbox */
     display: block;
   }
   #cont01_ar .bx_ttl {
     width: 100%;
     text-align: center;
   }
   #cont01_ar .bx_post {
     width: 100%;
   }
   /****/
   #cont01_ar .ttl {
     margin: 0 0 20px;
   }
   #cont01_ar .ttl .jp {
     font-size: 2.4rem;
     padding: 0 0 20px;
   }
   #cont01_ar .ttl .jp:after {
     left: 0px;
     right: 0;
     margin: auto;
     bottom: 10px;
   }
   #cont01_ar .ttl .eng {
     font-size: 2.0rem;
   }
   #cont01_ar .bt {
     text-align: center;
     padding: 10px 0 0;
   }
 }
 /********02********/
 #cont02_ar {
   clear: both;
 }
 #cont02_ar .container {
   max-width: 1340px;
 }
 @media only screen and (max-width: 800px) {
   #cont02_ar {
     min-width: inherit;
     padding: 50px 0px 0px 0px;
   }
   #cont02_ar .container {
     max-width: 100%;
   }
 }
 /********03********/
 #cont03_ar {
   margin: -80px 0 0;
 }
 #cont03_ar .bg {
   width: 100%;
   background: url("images/top_con_05.webp")no-repeat center center/100% auto;
   padding: 66px 50px;
   text-align: center;
   color: #fff;
 }
 #cont03_ar .ttl {
   font-size: 2.4rem;
   font-weight: 700;
   text-align: center;
   display: inline-block;
   padding: 0 50px;
   margin: 0 0 50px;
   position: relative;
 }
 #cont03_ar .ttl:before, #cont03_ar .ttl:after {
   position: absolute;
   content: "";
   width: 17px;
   height: 42px;
   top: 5px;
 }
 #cont03_ar .ttl:before {
   background: url("images/shared/bg_ttl_l_wh.svg") no-repeat center center/cover;
   left: 0px;
 }
 #cont03_ar .ttl:after {
   background: url("images/shared/bg_ttl_r_wh.svg") no-repeat center center/cover;
   right: 0px;
 }
 #cont03_ar .bx_ar {
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }
 #cont03_ar .bx {
   width: 50%;
 }
 #cont03_ar .bx:first-child {
   border-right: solid 1px #fff;
 }
 #cont03_ar .ttl_s {
   font-size: 2.0rem;
   font-weight: 700;
   margin: 0 0 20px;
 }
 #cont03_ar .tel {
   margin: 0 auto 5px;
   max-width: 360px;
 }
 #cont03_ar .time {
   font-size: 1.6rem;
   font-weight: 700;
 }
 #cont03_ar .mail {}
 #cont03_ar .bt {
   text-align: center;
 }
 @media only screen and (max-width: 800px) {
   #cont03_ar {
     margin: -80px 0 0;
   }
   #cont03_ar .bg {
     background: url("images/top_con_05sp.webp")no-repeat center center/100% 100%;
     padding: 40px 25px;
   }
   #cont03_ar .ttl {
     font-size: 1.5rem;
     padding: 0 20px;
     margin: 0 0 30px;
   }
   #cont03_ar .ttl:before, #cont03_ar .ttl:after {
     position: absolute;
     content: "";
     width: 10px;
     height: 35px;
     top: 18px;
   }
   #cont03_ar .bx_ar {
     /* flexbox */
     display: block;
   }
   #cont03_ar .bx {
     width: 100%;
   }
   #cont03_ar .bx:first-child {
     border-right: none;
     border-bottom: solid 1px #fff;
     padding: 0 0 30px;
     margin: 0 0 30px;
   }
   #cont03_ar .ttl_s {
     font-size: 1.5rem;
     margin: 0 0 10px;
   }
   #cont03_ar .time {
     font-size: 1.3rem;
   }
 }
 /***************************/
 /********【common】********/
 /***************************/
 /****common_arc_post****/
 .common_arc_post {
   max-width: 900px;
   margin: auto;
 }
 .common_arc_post .post_ar {
   overflow: hidden;
   position: relative;
 }
 .common_arc_post .post_ar a {
   display: block;
   border-bottom: solid 1px #A8C2B5;
   padding: 0 0 20px;
   margin: 0 0 25px;
   transition: .5s;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
 }
 .common_arc_post .post_ar a:hover {
   text-decoration: none;
 }
 /* scroll animation */
 .common_arc_post .post_ar a:hover:before {
   position: absolute;
   content: "";
   width: 10px;
   height: 10px;
   border-radius: 50%;
   transition-duration: .5s;
   background: #0A5530;
   bottom: 21px;
   right: 0;
   padding: 0 0px 0 0;
   margin: 0 0px 0 0;
   animation: fix02 1.0s ease-in-out;
 }
 @keyframes fix02 {
   0% {
     left: 0%;
   }
   100% {
     left: 99%;
     right: 0;
   }
 }
 .common_arc_post .post_ar a:hover:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   transition-duration: .5s;
   background: #0A5530;
   bottom: 25px;
   border-bottom: solid 1px #0A5530;
   animation: fix03 1.0s ease-in-out;
 }
 @keyframes fix03 {
   0% {
     left: -100%;
   }
   100% {
     left: 0%;
   }
 }
 /* End scroll animation */
 .common_arc_post .post_date {
   font-size: 1.5rem;
   color: #0A5530;
   padding: 0 40px 0 0;
 }
 .common_arc_post .post_ttl {
   font-size: 1.6rem;
   font-weight: 500;
   /****末尾を三点リーダー****/
   width: 100%;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 .common_arc_post .bt {
   padding: 20px 0 0;
   text-align: center;
 }
 @media only screen and (max-width: 800px) {
   .common_arc_post {
     min-width: inherit;
     padding: 0px 0px 0px 0px;
   }
   .common_arc_post .post_ar {
     margin: 0 0 0px;
   }
   .common_arc_post .post_ar a {
     padding: 0 0 10px;
     margin: 0 0 15px;
     display: block;
   }
 }
 /****common_2cols_ar****/
 .common_2cols_ar {
   margin: 0 0 140px;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .common_2cols_ar .bx_img, .common_2cols_ar .bx_txt {
   position: relative;
 }
 .common_2cols_ar .bx_img {
   width: 750px;
   z-index: 1;
 }
 .common_2cols_ar .bx_txt {
   width: 640px;
   background-color: rgba(255, 255, 255, 0.8);
   padding: 40px 40px 40px;
   z-index: 2;
 }
 /****/
 .common_2cols_ar .left {
   margin: 0 -190px 0 0;
 }
 .common_2cols_ar .right {
   margin: 0 0 0 -190px;
 }
 .common_2cols_ar .left .eng_com {
   left: 10px;
 }
 .common_2cols_ar .right .eng_com {
   right: 10px;
 }
 /****/
 .common_2cols_ar .img {
   text-align: center;
 }
 .common_2cols_ar .eng_com {
   font-family: "Nothing You Could Do", cursive;
   font-size: 10.0rem;
   color: rgba(255, 255, 255, 0.8);
   position: absolute;
   bottom: -70px;
   letter-spacing: -0.05em;
 }
 /****/
 .common_2cols_ar .txt {
   font-size: 1.5rem;
   line-height: 2.0;
   margin: 0 0 0px;
 }
 .common_2cols_ar .bt {
   text-align: right;
   margin: 30px 0 -60px;
   position: relative;
   z-index: 3;
 }
 /****/
 .common_2cols_ar.map {
   padding: 0 0 150px;
 }
 .common_2cols_ar .bx_map {
   width: 550px;
   z-index: 1;
   position: relative;
   padding: 0 0 0 5vw;
 }
 .common_2cols_ar .bx_map .mie {
   max-width: 50vw;
   position: absolute;
   top: -180px;
   left: -150px;
 }
 .common_2cols_ar .bx_map .mie img {
   height: 100%;
 }
 .common_2cols_ar .bx_img.map {
   z-index: 1;
 }
 .common_2cols_ar .bx_map .h3_ar {
   margin: -80px 0 0;
 }
 .common_2cols_ar .bx_map .bt {
   text-align: center;
   margin: 150px 150px 0px 0px;
 }
 @media only screen and (max-width: 800px) {
   /****common_2cols_ar****/
   .common_2cols_ar {
     margin: 0 0 60px;
     /* flexbox */
     display: block;
   }
   .common_2cols_ar .bx_img {
     width: 100%;
     /****画面幅100％****/
     width: 100vw;
     position: relative;
     z-index: 1;
     left: 50%;
     transform: translateX(-50%);
   }
   .common_2cols_ar .bx_txt {
     width: 100%;
     background-color: inherit;
     padding: 20px 0px;
   }
   /****/
   .common_2cols_ar .left, .common_2cols_ar .right {
     margin: 0 0px 0 0;
   }
   .common_2cols_ar .right .eng_com, .common_2cols_ar .left .eng_com, .common_2cols_ar .bx_img.map .eng_com {
     right: 10px;
     left: inherit;
     top: -10px;
     text-align: right;
   }
   /****/
   .common_2cols_ar .eng_com {
     font-size: 4.0rem;
     width: 100%;
     padding: 0 10px 0 0;
     bottom: inherit;
     /****画面幅100％****/
     width: 100vw;
     left: 50%;
     transform: translateX(-50%);
   }
   /****/
   .common_2cols_ar .txt {
     font-size: 1.4rem;
   }
   .common_2cols_ar .bt {
     text-align: center;
     margin: 30px 0 0px;
   }
   /****/
   .common_2cols_ar.map {
     padding: 0 0 0px;
     margin: 0 0 -320px;
   }
   .common_2cols_ar .bx_map {
     width: 100%;
     padding: 0 0 0 0vw;
   }
   .common_2cols_ar .bx_map .mie {
     max-width: 100vw;
     position: relative;
     top: -120px;
     bottom: 0;
     right: 0;
     left: 0px;
     margin: auto;
     text-align: center;
   }
   .common_2cols_ar .bx_map .h3_ar {
     margin: 0px 0 0;
     position: relative;
     top: -500px;
   }
   .common_2cols_ar .bx_map .bt {
     margin: 150px 0px 0px 0px;
     position: relative;
     top: -500px;
   }
 }
 /********【アニメーション】********/
 .eachTextAnime span {
   opacity: 0;
   font-weight: bold;
 }
 .eachTextAnime.appeartext span {
   animation: text_anime_on .3s ease-out forwards;
 }
 @keyframes text_anime_on {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 /*transition: transition-propertyの値 transition-durationの値 transition-delayの値 transition-timing-functionの値;*/
 /*clip-path: inset(上 右 下 左);*/
 /****visible_amination****/
 .visible_amination_txt, .visible_amination_alpha {
   will-change: transform, opacity;
   backface-visibility: hidden;
   -webkit-font-smoothing: antialiased;
 }
 /**** 画像 ****/
 .visible_amination_img {
   opacity: 0;
   transition: opacity .6s ease-out;
 }
 .visible_amination_img.isActive {
   opacity: 1;
 }
 /**** テキスト ****/
 .visible_amination_txt {
   opacity: 0;
   transition: transform 1s .1s ease-out, opacity 1s .1s ease-out;
 }
 .visible_amination_txt.isActive {
   opacity: 1;
 }
 /**** アルファ ****/
 .visible_amination_alpha {
   opacity: 0;
   transition: opacity .5s ease-out;
 }
 .visible_amination_alpha.isActive {
   opacity: 1;
 }
 /**** キャッチコピー ****/
 .visible_amination_catch {
   opacity: 0;
   transition: transform .3s .3s ease-out, opacity .3s .6s ease-out;
 }
 .visible_amination_catch.isActive {
   clip-path: inset(0 0 0 0);
   opacity: 1;
 }
 /**** タイトル ****/
 .visible_amination_title {
   clip-path: inset(0% 100% 0% 0);
   /*clip-path: inset(上 右 下 左);*/
   transition: .6s ease-out;
 }
 .visible_amination_title.isActive {
   transition: clip-path 2.5s /*cubic-bezier(0.175, 0, 0.175, 1) 1.75s*/ ;
   clip-path: inset(0 0 0 0);
   transition-delay: 200ms;
 }
 /********【button】********/
 .css_bt_st a {
   display: inline-block;
   padding: 5px 1em 9px;
   vertical-align: middle;
   min-width: 180px;
   border: solid 2px #023A1E;
   transition: .3s;
   position: relative;
   text-align: left;
   background: #fff;
 }
 .css_bt_st a:after {
   position: absolute;
   content: "";
   background: url(images/shared/btn_arr_gr.svg) no-repeat center center;
   width: 9px;
   height: 16px;
   right: 10px;
   top: 51%;
   transform: translate(0%, -50%);
   -webkit-transform: translate(0%, -50%);
   -ms-transform: translate(0%, -50%);
 }
 .css_bt_st a:hover {
   background-color: #023A1E;
   color: #fff !important;
   text-decoration: none;
 }
 .css_bt_st a:hover:after {
   background: url(images/shared/btn_arr_wh.svg) no-repeat center center;
 }
 .css_bt_fo {
   font-size: 1.5rem;
   font-weight: 700;
 }
 .css_bt_st a:link, .css_bt_st_wh a:hover, .css_bt_st_wh a:visited {
   color: #023A1E;
 }
 @media only screen and (max-width: 800px) {
   .css_bt_st a {
     padding: 5px 1em 5px;
   }
   .css_bt_fo {
     font-size: 1.4rem;
   }
 }
 /****/
 .css_bt_st_mail a {
   display: inline-block;
   padding: 15px 2em 15px 5.5em;
   text-align: center;
   vertical-align: middle;
   min-width: 280px;
   border: solid 1px #fff;
   transition: .3s;
   position: relative;
   border-radius: 100px;
 }
 .css_bt_st_mail a:after {
   position: absolute;
   content: "";
   background: url(images/shared/ico_mail_l_wh.svg) no-repeat center center/cover;
   width: 50px;
   height: 20px;
   left: 40px;
   top: 53%;
   transform: translate(0%, -50%);
   -webkit-transform: translate(0%, -50%);
   -ms-transform: translate(0%, -50%);
 }
 .css_bt_st_mail a:hover {
   background-color: #0A5530;
   color: #fff !important;
   text-decoration: none;
   border: solid 1px #0A5530;
 }
 .css_bt_fo_mail {
   font-size: 2.2rem;
   font-weight: 600;
 }
 .css_bt_st_mail a:link, .css_bt_st_mail a:hover, .css_bt_st_mail a:visited {
   color: #fff;
 }
 @media only screen and (max-width: 800px) {
   .css_bt_st_mail a {
     padding: 10px 2em 10px 4.5em;
     min-width: 250px;
   }
   .css_bt_st_mail a:after {
     width: 35px;
     height: 20px;
     left: 16px;
     top: 51%;
     background: url(images/shared/ico_mail_l_wh.svg) no-repeat center center/100% auto;
   }
   .css_bt_fo_mail {
     font-size: 1.5rem;
   }
 }
 /********【bread nav】********/
 .cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .cp_breadcrumb {
   margin: -100px auto 100px;
   padding: 20px 20px 20px 40px;
   font-size: 1.4rem;
   width: 100%;
   line-height: 1.5em;
   position: relative;
 }
 .cp_breadcrumb:before {
   position: absolute;
   content: "";
   background: #0A5530;
   width: 5px;
   height: 25px;
   left: 25px;
   top: 18px;
 }
 .cp_breadcrumb a {
   text-decoration: none;
   transition: 0.3s;
 }
 .cp_breadcrumb span a:hover {
   opacity: 0.7;
 }
 .cp_breadcrumb .breadcrumbs {
   padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
 }
 .cp_breadcrumb span {
   display: inline-block;
   position: relative;
   margin: 0 2px;
 }
 .cp_breadcrumb span:last-child {
   margin-right: 0;
   padding-right: 0;
 }
 .cp_breadcrumb span:last-child::before {
   content: normal;
 }
 .breadcrumbs span[property="name"] {
   display: inline-block;
   padding: 0;
   margin-top: -3px;
   vertical-align: middle;
   max-width: 200px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 @media only screen and (max-width: 800px) {
   .cp_breadcrumb {
     font-size: 1.2rem;
     margin: 0px auto 50px;
     padding: 20px 10px 20px 20px;
   }
   .cp_breadcrumb:before {
     width: 3px;
     height: 18px;
     left: 10px;
     top: 19px;
   }
   .breadcrumbs span[property="name"] {
     max-width: 100px;
   }
 }
 /********【table】********/
 .common_tbl2 {
   width: 100%;
 }
 .common_tbl2.w30 th {
   width: 30%;
 }
 .common_tbl2.w30 td {
   width: 70%;
 }
 .common_tbl2 tr {
   width: 100%;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: stretch;
   margin: 0 0 10px;
 }
 .common_tbl2 th, .common_tbl2 td {
   display: block;
   font-weight: 500;
   font-size: 1.5rem;
   padding: 1em 1em;
 }
 .common_tbl2 th {
   background-image: linear-gradient(90deg, #c3d6be, #eaf1ee);
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .common_tbl2 td {
   text-align: left;
   background: #fff;
 }
 .tbl_pad {
   display: block;
   padding: 0 0 20px;
 }
 @media only screen and (max-width: 800px) {
   .common_tbl2.w30 th {
     width: 100%;
   }
   .common_tbl2.w30 td {
     width: 100%;
   }
   .common_tbl2 tr {
     margin: 0 0 0px;
     display: block;
   }
   .common_tbl2 th, .common_tbl2 td {
     font-size: 1.4rem;
     padding: .5em 1em;
   }
   .common_tbl2 th {
     justify-content: flex-start;
   }
 }
 /********【list】********/
 .disc_list_style {
   text-align: left;
 }
 .disc_list_style ul li {
   list-style-position: inside;
   list-style: disc;
   margin: 0px 0px 7px 20px;
 }
 .decimal_list_style {
   text-align: left;
 }
 .decimal_list_style ul li {
   list-style-position: inside;
   list-style: decimal;
   margin: 0px 0px 7px 20px;
 }
 /********【post】********/
 .no_comment {
   padding: 40px 0;
   text-align: center;
 }
 /********【ページネーション】********/
 .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: #0A5530; /*変更*/
   background-color: #ffffff;
   border: 1px solid #0A5530; /*変更*/
   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: #0A5530; /*変更*/
   background-color: #CBDFD5; /*変更（淡色）*/
   border-color: #0A5530; /*変更*/
 }
 .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: #0A5530; /*変更*/
   border-color: #0A5530; /*変更*/
   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;
 }
 /********【ページャー】********/
 .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: #CBDFD5; /*変更（淡色）*/
   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: #0A5530; /*変更*/
   color: #fff;
   text-decoration: none;
 }
 .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
   color: #FFF;
   background: #0A5530; /*変更*/
   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;
 }
 /********【headline】********/
 .h2_st {
   width: 100%;
   padding: 220px 20px 200px;
   position: relative;
   top: -100px;
   color: #fff;
   /* boxshadow */
   box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
 }
 .h2_st .ttl_ar {
   text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: baseline;
 }
 .h2_st .jp {
   font-family: "Zen Old Mincho", serif;
   font-size: 4.0rem;
   letter-spacing: 0.2em;
 }
 .h2_st .eng {
   font-family: "Nothing You Could Do", cursive;
   font-size: 3.0rem;
   padding: 0 0 0 80px;
   position: relative;
   letter-spacing: -0.05em;
 }
 .h2_st .eng::before {
   position: absolute;
   content: "";
   background: #fff;
   ;
   width: 40px;
   height: 2px;
   left: 20px;
   top: 18px;
 }
 .h2_st .logo {
   width: 100px;
   position: absolute;
   right: 10px;
   bottom: 10px;
 }
 @media only screen and (max-width: 800px) {
   .h2_st {
     padding: 100px 20px 100px;
     top: 0px;
   }
   .h2_st .ttl_ar {
     /* flexbox */
     display: block;
     text-align: center;
   }
   .h2_st .jp {
     font-size: 2.6rem;
   }
   .h2_st .eng {
     font-size: 2.2rem;
     padding: 10px 0 0 0px;
   }
   .h2_st .eng::before {
     left: 0px;
     top: 5px;
     right: 0;
     margin: auto;
   }
   .h2_st .logo {
     width: 60px;
     position: absolute;
     right: 10px;
     bottom: 10px;
   }
 }
 /****/
 .h2_st.business {
   background: url("images/business/h2_business.webp") no-repeat center center/cover;
 }
 .h2_st.company {
   background: url("images/company/h2_company.webp") no-repeat center center/cover;
 }
 .h2_st.contact {
   background: url("images/contact/h2_contact.webp") no-repeat center center/cover;
 }
 .h2_st.news {
   background: url("images/news/h2_news.webp") no-repeat center center/cover;
 }
 .h2_st.policy {
   background: url("images/policy/h2_policy.webp") no-repeat center center/cover;
 }
 @media only screen and (max-width: 800px) {
   .h2_st.business {
     background: url("images/business/h2_business_sp.webp") no-repeat center center/cover;
   }
   .h2_st.company {
     background: url("images/company/h2_company_sp.webp") no-repeat center center/cover;
   }
   .h2_st.contact {
     background: url("images/contact/h2_contact_sp.webp") no-repeat center center/cover;
   }
   .h2_st.news {
     background: url("images/news/h2_news_sp.webp") no-repeat center center/cover;
   }
   .h2_st.policy {
     background: url("images/policy/h2_policy_sp.webp") no-repeat center center/cover;
   }
 }
 /****/
 .h3_ar {
   margin: 0 0 20px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
   position: relative;
   z-index: 3;
 }
 .h3_ar.center {
   text-align: center;
   justify-content: center;
 }
 .h3_ar .jp {
   font-size: 3.4rem;
   color: #0A5530;
   font-weight: 700;
   padding: 0 60px 0 0;
   position: relative;
 }
 .h3_ar .jp:after {
   position: absolute;
   content: "";
   background: #0A5530;
   width: 2px;
   height: 40px;
   right: 30px;
   top: 15px;
 }
 .h3_ar .eng {
   font-family: "Nothing You Could Do", cursive;
   font-size: 2.2rem;
   color: #0A5530;
   padding: 12px 0 0;
 }
 /****/
 .h3_ar .jp.wh {
   color: #fff;
 }
 .h3_ar .jp.wh:after {
   background: #fff;
 }
 .h3_ar .eng.wh {
   color: #fff;
 }
 @media only screen and (max-width: 800px) {
   .h3_ar {
     /* flexbox */
     display: block;
     text-align: center;
   }
   .h3_ar .jp {
     font-size: 2.4rem;
     padding: 0 0 20px;
   }
   .h3_ar .jp:after {
     width: 40px;
     height: 2px;
     right: 0px;
     top: inherit;
     left: 0px;
     right: 0;
     margin: auto;
     bottom: 10px;
   }
   .h3_ar .eng {
     font-size: 2.0rem;
     padding: 0;
   }
 }
 /****/
 .h4_ar {
   margin: 0 0 20px;
   padding: 0 0 5px;
   border-bottom: 5px solid;
   border-image: linear-gradient(to right, #023A1E, #AECEC0) 1;
 }
 .h4_ar .jp {
   font-size: 2.4rem;
   font-weight: 700;
   color: #0A5530;
 }
 @media only screen and (max-width: 800px) {
   .h4_ar {
     margin: 0 0 15px;
   }
   .h4_ar .jp {
     font-size: 1.8rem;
   }
 }
 /***************************/
 /********【page_business】********/
 /***************************/
 /********【common】********/
 .page_business {}
 /********【cont01】********/
 .page_business .cont01 {
   padding: 0 0 0px;
 }
 @media only screen and (max-width: 800px) {}
 /********【cont02】********/
 .page_business .cont02 {
   max-width: 1040px;
   padding: 0 20px;
   margin: auto;
 }
 .page_business .cont02 .com {
   text-align: center;
   margin: 0 0 60px;
 }
 .page_business .cont02 .bx_ar {
   margin: 0 -1.5% 60px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   align-items: stretch; /*隣の要素に合わせる*/
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 .page_business .cont02 .img {
   width: 30.333%;
   margin: 0 1.5% 30px;
   position: relative;
   z-index: 1;
	 transition: .3s;
 }
 .page_business .cont02 .img:hover {
	 opacity: .7;
 }
 .page_business .cont02 .img::after {
   position: absolute;
   content: "";
   background: rgba(0, 129, 65, .3);
   width: 95%;
   height: 95%;
   right: 12px;
   bottom: -5px;
 }
 .page_business .cont02 .img img {
   position: relative;
   z-index: 3;
 }
 @media only screen and (max-width: 800px) {
   .page_business .cont02 .com {
     text-align: left;
     margin: 0 0 40px;
   }
   .page_business .cont02 .bx_ar {
     margin: 0 -2.5% 15px;
   }
   .page_business .cont02 .img {
     width: 45.0%;
     margin: 0 2.5% 15px;
   }
   .page_business .cont02 .img::after {
     left: 6px;
     top: 1px;
   }
 }
/* スマートフォン向けのスタイル (例: 画面幅が768px以下の場合) */
@media only screen and (max-width: 800px) {
    /* コンテンツ自体の左右の余白を調整 */
    .fancybox-content {
        padding-left: 15px; /* 左余白 */
        padding-right: 15px; /* 右余白 */
        /* padding: 10px; と記述すると上下左右全てに適用されます */
    }

    /* 画像など、コンテンツの種類によっては別のセレクタが必要になる場合があります */
    .fancybox-slide--image .fancybox-content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

 /***************************/
 /********【page_company】********/
 /***************************/
 /********【common】********/
 .page_company {}
 /********【cont01】********/
 .page_company .cont01 {
   padding: 0 0 100px;
 }
 .page_company .cont01 .common_2cols_ar {
   align-items: flex-start;
 }
 .page_company .cont01 .bx_txt {
   margin: 100px 0 0;
 }
 .page_company .cont01 .txt {
   margin: 0 0 20px;
 }
 .page_company .cont01 .name {
   text-align: right;
   font-size: 1.6rem;
 }
 .page_company .cont01 .position {
   font-size: 1.4rem;
   padding: 0 20px 0 0;
 }
 @media only screen and (max-width: 800px) {
   .page_company .cont01 {
     padding: 0 0 0px;
   }
   .page_company .cont01 .bx_txt {
     margin: 0px 0 0;
   }
   .page_company .cont01 .name {
     font-size: 1.5rem;
   }
   .page_company .cont01 .position {
     font-size: 1.2rem;
     padding: 0 15px 0 0;
   }
 }
 /********【cont02】********/
 .page_company .cont02 {
   padding: 100px 20px 0px;
   background: url("images/company/company02.webp") no-repeat center center/cover;
   background-attachment: fixed;
 }
 .page_company .cont02 .container {
   max-width: 1000px;
   margin: auto;
 }
 .page_company .cont02 .tbl {
   margin: 0 0 80px;
 }
 @media only screen and (max-width: 800px) {
   .page_company .cont02 {
     padding: 50px 0px 0px;
     background: url("images/company/company02.webp") no-repeat center center/cover;
     background-attachment: fixed;
   }
   .page_company .cont02 .tbl {
     margin: 0 0 50px;
   }
 }
 /********【cont03】********/
 .page_company .cont03 {}
 .page_company .cont03 .map {}
 .page_company .cont03 iframe {
   width: 100%;
   height: 600px;
   /* 画像グレースケール */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: .5s;
 }
 .page_company .cont03 .add_ar {
   max-width: 800px;
   background-color: rgba(255, 255, 255, 0.8);
   padding: 40px 20px;
   text-align: center;
   margin: -100px auto 0;
   position: relative;
   z-index: 2;
 }
 .page_company .cont03 .logo {
   max-width: 200px;
   margin: 0 auto 20px;
 }
 .page_company .cont03 .add {
   margin: 0 0 30px;
 }
 .page_company .cont03 .tel_ar {
   /* flexbox */
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .page_company .cont03 .tel, .page_company .cont03 .fax {
   width: 50%;
   padding: 0 30px;
 }
 .page_company .cont03 .tel {
   text-align: right;
 }
 .page_company .cont03 .fax {
   text-align: left;
 }
 @media only screen and (max-width: 800px) {
   .page_company .cont03 iframe {
     height: 500px;
   }
   .page_company .cont03 .add_ar {
     background-color: inherit;
     padding: 50px 20px 0;
     margin: 0px auto 0;
   }
   .page_company .cont03 .tel_ar {
     display: block;
   }
   .page_company .cont03 .tel, .page_company .cont03 .fax {
     width: 100%;
     padding: 0 0 10px;
     text-align: center;
   }
 }
 /***************************/
 /********【page_contact】********/
 /***************************/
 /********【common】********/
 .page_contact {}
 /********【cont01】********/
 .page_contact .cont01 {
   padding: 0 0 0px;
 }
 .page_contact .cont01 .com {
   text-align: center;
   margin: 0 0 80px;
 }
 @media only screen and (max-width: 800px) {
   .page_contact .cont01 .com {
     text-align: left;
     margin: 0 0 50px;
   }
 }
 /****ここからコピー****/
 /****contactform7****/
 .contact_form_custom {
   margin: 0 auto 0px;
   max-width: 1000px;
 }
 /****cols1****/
 .contact_form_custom .cols1, .contact_form_custom .cols3 {
   display: flex;
   justify-content: flex-start;
   align-items: stretch;
   border-bottom: 1px solid #B5C2BB;
   font-size: 1.6rem;
 }
 .contact_form_custom .cols1:first-child {
   border-top: 1px solid #B5C2BB;
 }
 .contact_form_custom .cols1_title {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   background-image: linear-gradient(90deg, #c3d6be, #eaf1ee);
   padding: 1.5em 2em;
   width: 30%;
 }
 .contact_form_custom .cols1_input, .contact_form_custom .cols3_input {
   padding: 1.5em 2em;
   width: 70%;
   background: #fff;
 }
 /****cols3****/
 .contact_form_custom .cols3_title {
   margin: 0 0;
   padding: 0 1em 0 0;
   text-align: right;
 }
 .contact_form_custom .cols3_title, .contact_form_custom .cols3_input {
   width: 16.666%;
 }
 .contact_form_custom .cols3_title.zip, .contact_form_custom .cols3_input.zip {
   width: 10.0%;
 }
 .contact_form_custom .cols3_title.pref, .contact_form_custom .cols3_input.pref {
   width: 10.0%;
 }
 .contact_form_custom .cols3_input.add input {
   width: 260.0%;
 }
 /****common****/
 .contact_form_custom .required {
   color: #FF0000;
   border: 1px solid #FF0000;
   padding: 2px 10px;
   background: #fff;
   font-size: 1.3rem;
   font-weight: 700;
   display: inline-block;
   margin: 2px 10px 0px 10px;
   vertical-align: top;
 }
 .contact_form_custom input, .contact_form_custom textarea {
   border: 1px solid #707070;
   padding: .5em .5em;
   border-radius: 5px;
   width: 100%;
   font-size: 1.5rem;
 }
 /****/
 .contact_form_custom .com_notice {
   text-align: center;
   padding: 50px 0 20px;
 }
 .contact_form_custom .com_policy {
   font-size: 1.5rem;
   margin: 0 0 20px;
   text-align: center;
 }
 .contact_form_custom .com_policy a {
   font-weight: 700;
   color: #0A5530;
 }
 .contact_form_custom .com_consent {
   display: inline-block;
   padding: 0 0 50px;
   font-size: 1.5rem;
 }
 /****/
 .contact_form_custom .checkbox {
   text-align: center;
 }
 .contact_form_custom .submit {
   text-align: center;
   padding: 30px 0 0;
 }
 .contact_form_custom .submit input {
   border: 1px solid #707070;
   padding: 1em .5em;
   border-radius: 50px;
   max-width: 300px;
   margin: auto;
   background: #fff;
   transition: .3s;
 }
 .contact_form_custom .submit input:hover {
   border: 1px solid #0A5530;
   background: #0A5530;
   color: #fff;
 }
 .wpcf7-not-valid-tip {
   font-size: 12px;
 }
 /****同意ボタン****/
 .wpcf7-list-item {}
 .wpcf7-list-item label input {
   display: inline-block;
   width: 23px;
   height: 23px;
   margin: -3px 10px 0 0;
 }
 .wpcf7-list-item .wpcf7-list-item-label {
   font-size: 1.5rem;
 }
.wpcf7-list-item {
  margin: 0 0 0 0em;
	display: block;
	text-align: center;
}
.wpcf7-spinner {
  display: none;
}
 @media only screen and (max-width: 800px) {
   /****cols1****/
   .contact_form_custom .cols1, .contact_form_custom .cols3 {
     display: block;
     font-size: 1.4rem;
   }
   .contact_form_custom .cols1_title {
     padding: .5em 1em;
     width: 100%;
   }
   .contact_form_custom .cols1_input, .contact_form_custom .cols3_input {
     padding: .75em 1em;
     width: 100%;
   }
   /****common****/
   .contact_form_custom .required {
     padding: 0px 10px;
     font-size: 1.1rem;
     margin: 2px 5px;
   }
   .contact_form_custom input, .contact_form_custom textarea {
     font-size: 1.4rem;
   }
   /****/
   .contact_form_custom .com_notice {
     text-align: left;
     padding: 40px 0 20px;
   }
   .contact_form_custom .com_policy {
     font-size: 1.4rem;
     text-align: left;
   }
   .contact_form_custom .com_consent {
     padding: 0 0 40px;
     font-size: 1.4rem;
   }
   /****/
   .contact_form_custom .checkbox {
     text-align: left;
   }
   .contact_form_custom .submit input {
     padding: .5em .5em;
     max-width: 250px;
   }
   .contact_form_custom .submit input {
     border: 1px solid #0A5530;
     padding: 1em .5em;
     border-radius: 50px;
     max-width: 300px;
     margin: auto;
     transition: .3s;
     background: #0A5530;
     color: #fff;
   } 
 }
 /****ここまでコピー****/
 /***************************/
 /********【page_news】********/
 /***************************/
 /********【common】********/
 .page_news {}
 /********【archive】********/
 .page_news .archive .h3_ar {
   margin: 0 0 50px;
 }
 @media only screen and (max-width: 800px) {
   .page_news .archive .h3_ar {
     margin: 0 0 30px;
   }
 }
 /***************************/
 /********【page_news】********/
 /***************************/
 /********【common】********/
 .page_news {}
 /********【single】********/
 .page_news .single {
   max-width: 1000px;
   margin: 0 auto;
 }
 .page_news .single .h3_ar {
   margin: 0 0 50px;
 }
 .page_news .single .post_date {
   font-size: 1.5rem;
   color: #0A5530;
   margin: 0 0 10px;
 }
 .page_news .single .post_ttl {
   font-size: 2.4rem;
   font-weight: 700;
   padding: 0 0 5px;
   margin: 0 0 30px;
   border-bottom: 2px solid #0A5530;
 }
 @media only screen and (max-width: 800px) {
   .page_news .single .h3_ar {
     margin: 0 0 40px;
   }
   .page_news .single .post_date {
     font-size: 1.3rem;
   }
   .page_news .single .post_ttl {
     font-size: 2.0rem;
     padding: 0 0 5px;
     line-height: 1.5;
   }
 }
 /********【single post】********/
 .postdata p, .postdata ul, .postdata ol {
   margin: 0 0 30px;
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 .postdata::after {
   clear: both;
   content: "";
   display: block;
 }
 .postdata p img {
   margin: 0 0 30px;
 }
 .postdata h3 {
   font-size: 2.2rem;
   font-weight: bold;
   color: #005000;
   position: relative;
   padding: 0 0px 5px 30px;
   margin: 0 0 30px;
 }
 .postdata h3:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 18px;
   height: 18px;
   left: 0px;
   top: 12px;
 }
 .postdata h4 {
   font-size: 2.0rem;
   font-weight: bold;
   color: #005000;
   position: relative;
   padding: 0 0px 0px 15px;
   margin: 0 0 20px;
 }
 .postdata h4:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 5px;
   height: 25px;
   left: 0px;
   top: 5px;
 }
 .postdata h5 {
   font-size: 1.8rem;
   font-weight: bold;
   color: #005000;
   position: relative;
   padding: 0 0px 0px 20px;
   margin: 0 0 10px;
 }
 .postdata h5:before {
   position: absolute;
   content: "";
   background: #005000;
   width: 15px;
   height: 15px;
   left: 0px;
   top: 9px;
   border-radius: 50%;
 }
 .postdata ul li {
   list-style: disc;
   list-style-position: inside;
   padding-left: 1em;
   text-indent: -1em;
 }
 .postdata ol li {
   list-style: decimal;
   list-style-position: inside;
   padding-left: 1em;
   text-indent: -1em;
 }
 .postdata strong {
   font-weight: bold;
 }
 .postdata section em {
   font-style: italic; /*斜体*/
 }
 .postdata .aligncenter {
   margin: 0 auto !important;
   text-align: center !important;
   display: block;
 }
 .postdata em {
   font-style: italic;
 }
 .postdata a {
   text-decoration: underline;
 }
 .postdata a:hover {
   text-decoration: none;
 }
 /* 投稿画像 */
 .postdata img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }
 .postdata img.alignright {
   margin: 15px 0px 15px 20px;
   float: right;
 }
 .postdata img.alignleft {
   margin: 15px 20px 15px 0px;
   float: left;
 }
 .postdata img.alignnone {
   margin: 15px 20px 15px 0px;
 }
 .postdata img.aligncenter {
   display: block;
   margin: 15px auto;
 }
 @media only screen and (max-width: 800px) {
   .postdata p {
     margin: 0 0 20px;
   }
   .postdata p img {
     margin: 0 0 20px;
   }
   .postdata h3 {
     font-size: 1.8rem;
     padding: 0 0px 5px 20px;
     margin: 0 0 20px;
     line-height: 1.5;
   }
   .postdata h3:before {
     width: 15px;
     height: 15px;
     top: 6px;
   }
   .postdata h4 {
     font-size: 1.6rem;
     padding: 0 0px 0px 12px;
     margin: 0 0 15px;
     ine-height: 1.5;
   }
   .postdata h4:before {
     width: 4px;
     height: 18px;
     top: 4px;
   }
   .postdata h5 {
     font-size: 1.5rem;
     padding: 0 0px 0px 18px;
     ine-height: 1.5;
   }
   .postdata h5:before {
     width: 12px;
     height: 12px;
     top: 6px;
   }
 }
 /***************************/
 /********【page_policy】********/
 /***************************/
 /********【common】********/
 .page_policy {}
 /********【cont01】********/
 .page_policy .cont01 {
   max-width: 800px;
   margin: auto;
 }
 .page_policy .cont01 .h3_ar {
   margin: 0 0 50px;
 }
 .page_policy .cont01 .txt_ar {
   margin: 0 0 30px;
 }
 .page_policy .cont01 .ttl {
   font-size: 1.6rem;
   font-weight: 600;
   margin: 0 0 10px;
 }
 .page_policy .cont01 .txt {
   font-size: 1.5rem;
 }
 @media only screen and (max-width: 800px) {
   .page_policy .cont01 .h3_ar {
     margin: 0 0 40px;
   }
   .page_policy .cont01 .txt_ar {
     margin: 0 0 20px;
   }
   .page_policy .cont01 .ttl {
     font-size: 1.4rem;
   }
   .page_policy .cont01 .txt {
     font-size: 1.3rem;
   }
 }
 /***************************/
 /********【page_404】********/
 /***************************/
 .page_404 {
	 text-align: center;
	 padding: 80px 0 100px;
 }
 .page_404 .txt{
	 margin: 0 0 80px;
 }