@charset "utf-8";
/*
Theme Name: RUSH DESIGN THEME
Author: RUSH DESIGN
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=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url("https://use.typekit.net/wbh8pyl.css");
/******************************************************
リセット
******************************************************/
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: 500;
	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: #333;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
  background: #fff;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", 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: 500;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 500;
}
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: #333;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes boxShadow {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  50% {
    opacity: 1;
    box-shadow: none;
  }
  100% {
    box-shadow: -3rem 3rem 0 0 rgba(238,238,238,1);
  }
}
.fadeInUpShadow {
  animation-name: boxShadow;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/******************************************************
回り込み解除 ※解除したい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: #000;}
.blue {color: #000;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "Noto Serif JP", serif;
}
.text-xlarge {font-size: 3.6rem;}
.text-large {font-size: 2.7rem;}
.color-red {color: #000;}
/******************************************************
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 {
  padding: 1.2em 0;
}
#breadcrumb br {
  display: none;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: #000;
}
#breadcrumb li a:hover {
  color: #000;
}
#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: #000;
}
#pagination li span.current {
  background: #000;
}
#pagination li span.dots {
  color: #000;
  background: none;
}
/******************************************************
固定ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page,
  #post {
    padding: 12rem 0;
  }
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    position: relative;
    margin-bottom: 3rem;
    background: #fff;
  }
  #page_catch:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: calc(100% - ((100% - 1440px) / 2));
    height: 100%;
    background-image: linear-gradient(90deg, rgba(250,250,250,1), rgba(253,253,253,1));
  }
  #page_catch .catch_cover {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  #page_catch h1 {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #page_catch h1 .eng {
    margin-bottom: .2em;
    color: #ddd;
    font-size: 8rem;
    font-weight: 900; 
    letter-spacing: .04em;
    line-height: 1;
  }
  #page_catch h1 .jap {
    font-size: 2.4rem;
    font-weight: 700;
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page .page_title_a {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 1.2em;
    font-size: 3rem;
    font-weight: 700;
  }
  #page .page_title_a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .5em;
    height: .5em;
    margin-top: -.2em;
    line-height: 1;
    background: #56981f;
  }
  #page .page_title_b {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 2.4rem;
    border-bottom: 1px solid #ccc;
  }
  #page .page_title_service {
    margin-bottom: 1.2em;
    font-size: 3rem;
    font-weight: 700;
  }
  #page .page_contact_title {
    margin-bottom: 1.2em;
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
  }
  /******************************************************
  パーツ
  ******************************************************/
  #page .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    height: 80px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  #page .btn a:after {
    position: absolute;
    top: 50%;
    right: 3rem;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow_w.webp) center center no-repeat;
    background-size: contain;
  }  
  
  /* カバー */
  #page .inner *:last-child,
  #page .page_section *:last-child,
  #page .box *:last-child,
  #page .s_box *:last-child {
    margin-bottom: 0;
  }
  #page .page_section {
    margin-bottom: 12rem;
  }
  #page .box {
    margin-bottom: 6rem;
  }
  #page .s_box {
    margin-bottom: 3rem;
  }
  #page .bg_box {
    padding: 6rem;
    background: #fafafa;
  }
  #page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page p a {
    text-decoration: underline;
  }
  #page p a:hover {
    text-decoration: none;
  }
  /* フレックス */
  #page .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  #page .flex_box.reverse {
    flex-direction: row-reverse;
  }
  #page .flex_box.center {
    align-items: center;
  }
  #page .flex_box .col_2 {
    width: calc(50% - 3rem);
  }
  #page .flex_box .col_3 {
    width: calc((100% / 3) - 2rem);
  }
  #page .flex_comment .message {
    margin-bottom: 1.2em;
    font-size: 1.3em;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
  #page .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .flex_image {
    width: calc(50% - 3rem);
  }
  #page .flex_comment {
    width: calc(50% - 3rem);
  }
  #page .company_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #page .company_flex .company_image {
    width: calc(50% - 3rem);
  }
  #page .company_flex .company_comment {
    width: calc(50% - 3rem);
  }
  #page .iso_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 6rem;
    border: 1px solid #ccc;
  }
  #page .iso_flex .iso_image {
    width: 240px;
    text-align: right;
  }
  #page .iso_flex .iso_comment {
    width: calc(100% - 300px);
  }
  #page .iso_flex .iso_comment .large {
    font-size: 2.4rem;
    font-weight: 600;
  }
  /* リスト */
  #page .policy_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #page .policy_list ul.first-list > li {
    font-weight: 600;
  }
  #page .policy_list ul.first-list > li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .policy_list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .policy_list li:nth-child(1):before {
    content: "1.";
  }
  #page .policy_list li:nth-child(2):before {
    content: "2.";
  }
  #page .policy_list li:nth-child(3):before {
    content: "3.";
  }
  #page .policy_list li:nth-child(4):before {
    content: "4.";
  }
  #page .policy_list li:nth-child(5):before {
    content: "5.";
  }
  #page .policy_list ul.second-list > li {
    font-weight: 500;
  }
  
  
  /* テーブル */
  #page .page_table_a table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #page .page_table_a th,
  #page .page_table_a td {
    padding: 1.2em 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_a th {
    width: 25%;
    font-weight: 700;
  }
  #page .page_table_b table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .page_table_b th,
  #page .page_table_b td {
    padding: 1.2em;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_b th {
    width: 25%;
    font-weight: 700;
    background: #fafafa;
  }
  #page .page_table_permit table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page .page_table_permit th,
  #page .page_table_permit td {
    padding: .8em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_permit th {
    width: 240px;
    background: #fafafa;
  }
  #page .page_table_permit .title td {
    color: #333;
    text-align: left;
    writing-mode: vertical-rl;          /* 縦書きにするための指定 */
    -webkit-writing-mode: vertical-rl;  /* Chrome、Safari用 */
    -moz-writing-mode: vertical-rl;     /* Firefox用 */
    -ms-writing-mode: tb-rl;  
    background: #fafafa;
  }
  #page .page_table_permit td {
    color: #c7b330;
  }
  
  /* Googleマップ */
  #page .map {
    position: relative;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    overflow: hidden;    
  }
  #page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
  }  
  /******************************************************
  お問い合わせ
  ******************************************************/
  #page .contact_req {
    color: #c7b330;
  }
  #page .contact_tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #page .contact_tel .tel_comment,
  #page .contact_tel .tel_number {
    width: calc(50% - 3rem);
  }
  #page .contact_tel .tel_number a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10rem;
    color: #000;
    text-align: center;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #000;
  }
  #page .contact_tel .tel_number a .time {
    font-size: 1.8rem;
  }
  #page .contact_tel .tel_number a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  #page .contact_tel .tel_number a .number:before {
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
    background: url(/wp-content/uploads/images/icon_phone.webp) center center no-repeat;
    background-size: contain;
  }  
  
  #page .page_contact_form table .contact_req {
    margin-left: 1em;
  }
  #page .page_contact_form table {
    width: 100%;
    margin-bottom: 5rem;
    table-layout: fixed;
  }
  #page .page_contact_form th,
  #page .page_contact_form td {
    padding: 1.2em;
    background: #f2f2f2;
  }
  #page .page_contact_form tr:nth-child(n+2) th,
  #page .page_contact_form tr:nth-child(n+2) td {
    border-top: 10px solid #fff;
  }
  #page .page_contact_form th {
    width: 25%;
    font-weight: 700;
  }
  #page .page_contact_form table input,
  #page .page_contact_form table select,
  #page .page_contact_form table textarea {
    border: none;
  }
  #page .page_contact_form table input[type=text],
  #page .page_contact_form table input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page .page_contact_form table select {
    padding: .8em;
  }
  #page .page_contact_form table input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page .page_contact_form table textarea {
    width: 100%;
    padding: .8em;
  }
  #page .page_contact_form table .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }  
  #page .page_contact_form .form_btn {
    text-align: center;
  }
  #page .page_contact_form .form_btn input[type=submit] {
    width: 360px;
    height: 8rem;
    color: #fff;
    font-size: 1.6rem;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  /******************************************************
  サイトマップ
  ******************************************************/ 
  #page .sitemap_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #h_nav_list .h_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    line-height: 1.5;
  }
  #page .sitemap_list .list_title .eng {
    font-weight: 900;
    font-size: 3rem;  
  }
  #page .sitemap_list .list_title .jap {
    margin-left: 1em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #page .sitemap_list .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .sitemap_list .list li {
    width: calc((100% / 2) - 15px);
    border-bottom: 1px solid #666;
  }
  #page .sitemap_list .list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: .8em .4em;
    line-height: 1.5;
  }
  #page .sitemap_list .list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #page .sitemap_list .list li a .eng {
    font-size: 1.8rem;
    font-weight: 900;
  }
  #page .sitemap_list .list li a .jap {
    font-size: 1.4rem;
    font-weight: 700;
  }  
  /******************************************************
  お知らせ
  ******************************************************/  
  #page .information_list {
    margin-bottom: 5rem;
  }
  #page .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #page .information_list .list:nth-child(1) {
    border-top: 1px solid #ccc;
  }
  #page .information_list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 7rem 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #page .information_list a:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background: url(/wp-content/uploads/images/icon_arrow.webp) center center no-repeat;
    background-size: contain;
  } 
  #page .information_list a .time {
    width: 6em;
    font-weight: 900;
    line-height: 1.5;
  }
  #page .information_list a .title {
    width: calc(100% - 6em);
    line-height: 1.5;
  }
  /******************************************************
  画像リスト
  ******************************************************/
  #page .page_permit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .page_permit_list .list {
    width: calc((100% / 3) - 2rem);
    margin-left: 3rem;
  }
  #page .page_permit_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #page .page_permit_list .list:nth-child(n+4) {
    margin-top: 6rem;
  }
  #page .page_permit_list .list .image {
    margin-bottom: 1em;
  }
  #page .page_permit_list .list h3 {
    font-weight: 600;
  }
  
  /******************************************************
  中間処理
  ******************************************************/
  #page .service_image {
    max-width: 800px;
    margin: 0 auto;
  }
  #page .service_flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .service_flow_list .list {
    position: relative;
    width: calc((100% / 5) - 20px);
  }
  #page .service_flow_list .list div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 12rem;
    text-align: center;
    background: #ccc;
  }
  #page .service_flow_list .list div:nth-child(n+2) {
    margin-top: 25px;
  }
  #page .service_flow_list .list div.type_a:before {
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background: #ccc;
  }  
  #page .service_flow_list .list div.type_b:before {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-top: -12px;
    margin-right: -8px;
    background: #ccc;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);    
  }
  #page .service_flow_list .list div.c_yellow {
    background: #f4f0d6;
  }
  #page .service_flow_list .list div.c_green {
    background: #ddead2;
  }
  #page .service_flow_list .list div.c_blue {
    background: #d8dfef;
  }
  #page .service_flow_list .list div .title i {
    display: inline-block;
    padding: 0 3rem;
    color: #fff;
    font-weight: 700;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #56981f;
  }
  /******************************************************
  個別記事
  ******************************************************/
  #post #post_data {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #ccc; 
  }
  #post #post_data .title {
    margin-bottom: 1.2em;
    font-weight: 700;
    font-size: 2.4rem;
  }
  #post #post_data .time {
    display: block;
    font-weight: 900;
  }
  #post #post_thumbnail {
    margin-bottom: 6rem;
  }
  #post #post_thumbnail img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #post #post_contents h1,
  #post #post_contents h2,
  #post #post_contents h3,
  #post #post_contents h4 {
    margin: .8em 0 1.2em;
    font-weight: 700;
  }
  #post #post_contents h1 {
    font-size: 1.8em;
  }
  #post #post_contents h2 {
    font-size: 1.6em;
  }
  #post #post_contents h3 {
    font-size: 1.4em;
  }
  #post #post_contents h4 {
    font-size: 1.2em;
  }
  #post #post_contents p {
    margin: .8em 0 1.2em;
  }
  #post #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #post #post_contents table th,
  #post #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
  #post #post_contents a {
    text-decoration: underline;
  }
  #post #post_contents p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page,
  #post {
    padding: 5rem 0;
  }
  /******************************************************
  キャッチコピー
  ******************************************************/
  #page_catch {
    position: relative;
    margin-bottom: 1.5rem;
    background: #fff;
  }
  #page_catch:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(250,250,250,1), rgba(253,253,253,1));
  }
  #page_catch .catch_cover {
    padding: 0 1.5rem;
    position: relative;
    box-sizing: border-box;
  }
  #page_catch h1 {
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #page_catch h1 .eng {
    margin-bottom: .2em;
    color: #ddd;
    font-size: 3rem;
    font-weight: 900; 
    letter-spacing: .04em;
    line-height: 1;
  }
  #page_catch h1 .jap {
    font-weight: 700;
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  #page .btn a:after {
    position: absolute;
    top: 50%;
    right: 3rem;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow_w.webp) center center no-repeat;
    background-size: contain;
  }  
  
  #page .page_title_a {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 1.2em;
    font-size: 2rem;
    font-weight: 700;
  }
  #page .page_title_a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: .5em;
    height: .5em;
    margin-top: -.2em;
    line-height: 1;
    background: #56981f;
  }
  #page .page_title_b {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
  }
  #page .page_title_service {
    margin-bottom: 1.2em!important;
    font-size: 2rem;
    font-weight: 700;
  }
  #page .page_contact_title {
    margin-bottom: 1.2em;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
  /******************************************************
  パーツ
  ******************************************************/
  /* カバー */
  #page .inner *:last-child,
  #page .page_section *:last-child,
  #page .box *:last-child,
  #page .s_box *:last-child {
    margin-bottom: 0;
  }
  #page .page_section {
    margin-bottom: 5rem;
  }
  #page .box {
    margin-bottom: 3rem;
  }
  #page .s_box {
    margin-bottom: 1.5rem;
  }
  #page .bg_box {
    padding: 3rem;
    background: #fafafa;
  }
  #page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page p a {
    text-decoration: underline;
  }
  #page p a:hover {
    text-decoration: none;
  }
  /* フレックス */
  #page .flex_box {}
  #page .flex_box.center {
    align-items: center;
  }
  #page .flex_box .col_2,
  #page .flex_box .col_3 {
    margin-bottom: 1.2em;
  }
  #page .flex_comment .message {
    margin-bottom: 1.2em;
    font-size: 1.3em;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
  #page .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .flex_image {
    margin-bottom: 3rem;
  }
  #page .company_flex {}
  #page .company_flex .company_image {
    margin-bottom: 3rem;
  }
  #page .company_flex .company_comment {}
  #page .iso_flex {
    padding: 3rem;
    border: 1px solid #ccc;
  }
  #page .iso_flex .iso_image {
    margin-bottom: 3rem;
    text-align: center;
  }
  #page .iso_flex .iso_comment {
  }
  #page .iso_flex .iso_comment .large {
    font-size: 1.6rem;
    font-weight: 600;
  }  
  /* リスト */
  #page .policy_list li {
    position: relative;
    padding-left: 1.5em;
  }
  #page .policy_list ul.first-list > li {
    font-weight: 600;
  }
  #page .policy_list ul.first-list > li:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .policy_list li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .policy_list li:nth-child(1):before {
    content: "1.";
  }
  #page .policy_list li:nth-child(2):before {
    content: "2.";
  }
  #page .policy_list li:nth-child(3):before {
    content: "3.";
  }
  #page .policy_list li:nth-child(4):before {
    content: "4.";
  }
  #page .policy_list li:nth-child(5):before {
    content: "5.";
  }
  #page .policy_list ul.second-list > li {
    font-weight: 500;
  }  
  /* テーブル */
  #page .page_table_a table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #page .page_table_a th,
  #page .page_table_a td {
    display: block;
    width: 100%;
    text-align: left;
  }
  #page .page_table_a th {
    padding: 1.2em 0 .3em;
    font-weight: 700;
  }
  #page .page_table_a td {
    padding: .3em 0 1.2em;
    border-bottom: 1px solid #ccc;
  }
  #page .page_table_b table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .page_table_b th,
  #page .page_table_b td {
    display: block;
    width: 100%;
    padding: 1.2em;
    text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .page_table_b th {
    font-weight: 700;
    background: #fafafa;
  }
  #page .page_table_permit {
    overflow-x: scroll;
  }
  #page .page_table_permit table {
    min-width: 100%;
    white-space: nowrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .page_table_permit th,
  #page .page_table_permit td {
    padding: .4em .8em;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  #page .page_table_permit th {
    min-width: 5em;
    background: #fafafa;
  }
  #page .page_table_permit .title td {  
    min-width: 2.6em;
    color: #333;
    text-align: center;
    vertical-align: top;
    background: #fafafa;
  }
  #page .page_table_permit .title td span {
    display: inline-block;
    line-height: 1;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
  #page .page_table_permit td {
    min-width: 2.6em;
    color: #c7b330;
    line-height: 1;
  }  
  /* Googleマップ */
  #page .map {
    position: relative;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    overflow: hidden;    
  }
  #page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
  }  
  /******************************************************
  事業案内用
  ******************************************************/
  #page .service_flex {}
  #page .service_flex.reverse {
    flex-direction: row-reverse;
  }
  #page .service_title {}
  #page .service_flex.reverse .service_title {}
  #page .service_box {}
  #page .service_box .service_image {
    width: 100%;
    margin-bottom: 1.2em;
  }
  #page .service_box .service_image img { 
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #page .service_box .service_comment {
    width: 100%;
  }
  #page .service_box .service_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page .service_works_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .service_works_list .list {
    width: calc((100% / 2) - 3px);
    margin-left: 6px;
  }
  #page .service_works_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .service_works_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }  
  #page .service_works_list .list .image {
    margin-bottom: 1.2em;
  }
  #page .service_works_list .list .title {
    font-weight: 700;
  }  
  
  
  #page .contact_box {
    padding: 3rem;
    background: #fafafa;
  }
  #page .contact_box {
    text-align: center;
  }
  #page .contact_box .contact_comment {
    margin-bottom: 3rem;
  }
  #page .contact_box .btn_list {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #page .contact_box .btn_list .btn {
    width: 280px;
    margin: 0 auto;
  }
  #page .contact_box .btn_list .btn:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page .contact_box .btn_list .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7rem;
    text-align: center;
    border: 1px solid #000;
  }
  #page .contact_box .btn_list .btn.tel a {
    font-size: 2.4rem;
    font-weight: 900;
  }
  #page .contact_box .btn_list .btn.form a {
    font-size: 1.8rem;
    font-weight: 700;
  }
  /******************************************************
  お問い合わせ
  ******************************************************/
  #page .contact_req {
    color: #c7b330;
  }
  #page .contact_tel {}
  #page .contact_tel .tel_comment {
    margin-bottom: 1.2em;
  }
  #page .contact_tel .tel_number a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 8rem;
    color: #000;
    text-align: center;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #000;
  }
  #page .contact_tel .tel_number a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  #page .contact_tel .tel_number a .number:before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    background: url(/wp-content/uploads/images/icon_phone.webp) center center no-repeat;
    background-size: contain;
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #page .page_contact_form table .contact_req {
    margin-left: 1em;
  }
  #page .page_contact_form table {
    width: 100%;
    margin-bottom: 3rem;
    table-layout: fixed;
    box-sizing: border-box;
  }
  #page .page_contact_form th,
  #page .page_contact_form td {
    display: block;
    width: 100%;
    text-align: left;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #page .page_contact_form tr:nth-child(n+2) th {
    border-top: 5px solid #fff;
  }
  #page .page_contact_form th {
    padding: 1.2em 1.2em .3em;
    font-weight: 700;
  }
  #page .page_contact_form td {
    padding: .3em 1.2em 1.2em;
  }
  #page .page_contact_form table input,
  #page .page_contact_form table select,
  #page .page_contact_form table textarea {
    border: none;
  }
  #page .page_contact_form table input[type=text],
  #page .page_contact_form table input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page .page_contact_form table select {
    padding: .8em;
  }
  #page .page_contact_form table input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page .page_contact_form table textarea {
    width: 100%;
    padding: .8em;
  }
  #page .page_contact_form table .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }  
  #page .page_contact_form .form_btn {
    text-align: center;
  }
  #page .page_contact_form .form_btn input[type=submit] {
    width: 280px;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  
  /******************************************************
  サイトマップ
  ******************************************************/ 
  #page .sitemap_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #h_nav_list .h_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    line-height: 1.5;
  }
  #page .sitemap_list .list_title .eng {
    font-weight: 900;
    font-size: 2rem;  
  }
  #page .sitemap_list .list_title .jap {
    margin-left: 1em;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #page .sitemap_list .list ul {}
  #page .sitemap_list .list li {
    border-bottom: 1px solid #ccc;
  }
  #page .sitemap_list .list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.2em .6em;
    line-height: 1.5;
  }
  #page .sitemap_list .list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #ccc;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #page .sitemap_list .list li a .jap {
    font-weight: 700;
  }  
  /******************************************************
  お知らせ
  ******************************************************/  
  #page .information_list {
    margin-bottom: 3rem;
  }
  #page .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #page .information_list .list:nth-child(1) {
    border-top: 1px solid #ccc;
  }
  #page .information_list .list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 1.2em .8em;
    padding-right: 6rem;
  }
  #page .information_list .list a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow.webp) center center no-repeat;
    background-size: contain;
  }
  #page .information_list .list a .time {
    display: block;
    font-weight: 900;
    line-height: 1.5;
  }
  #page .information_list .list a .title {
    line-height: 1.5;
  }  
  /******************************************************
  施工実績
  ******************************************************/
  #page .works_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page .works_list .list {
    width: calc((100% / 2) - .3rem);
    margin-left: .6rem;
  }
  #page .works_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .works_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #page .works_list .list .image {
    margin-bottom: 1.2em;
  }
  #page .works_list .list .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #page .works_list .list .title {
    position: relative;
    font-weight: 700;
  }
  #page .works_list .list .title:after {
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    background: url(/wp-content/uploads/images/icon_arrow_small.webp) center center no-repeat;
    background-size: contain;
  }
  /******************************************************
  画像リスト
  ******************************************************/
  #page .page_permit_list {}
  #page .page_permit_list .list {}
  #page .page_permit_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page .page_permit_list .list .image {
    margin-bottom: 1em;
  }
  #page .page_permit_list .list h3 {
    font-weight: 600;
  }  
  /******************************************************
  中間処理
  ******************************************************/
  #page .service_image {
    max-width: 800px;
    margin: 0 auto;
  }
  #page .service_flow_list {
    display: flex;
    flex-direction: column;
  }
  #page .service_flow_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page .service_flow_list .list:nth-child(n+2) {
    margin-top: 2rem;
  }
  #page .service_flow_list .list div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 8rem;
    text-align: center;
    background: #ccc;
  }
  #page .service_flow_list .list.half div {
    width: calc(50% - 10px);
  }
  #page .service_flow_list .list div.type_a:before {
    position: absolute;
    bottom: 100%;
    right: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc;
  }  
  #page .service_flow_list .list div.type_b:before {
    position: absolute;
    bottom: 100%;
    right: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc; 
  }
  #page .service_flow_list .list div.type_c:after {
    position: absolute;
    top: 100%;
    right: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #ccc;
  }    
  #page .service_flow_list .list div.type_d:before {
    display: none!important;
  }
  #page .service_flow_list .list div.c_yellow {
    background: #f4f0d6;
  }
  #page .service_flow_list .list div.c_green {
    background: #ddead2;
  }
  #page .service_flow_list .list div.c_blue {
    background: #d8dfef;
  }
  #page .service_flow_list .list div .title i {
    display: inline-block;
    padding: 0 3rem;
    color: #fff;
    font-weight: 700;
    line-height: 3rem;
    border-radius: 1.5rem;
    background: #56981f;
  }  
  /******************************************************
  個別記事
  ******************************************************/
  #post #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc; 
  }
  #post #post_data .title {
    margin-bottom: 1.2em;
    font-weight: 700;
    font-size: 2rem;
  }
  #post #post_data .time {
    display: block;
    font-weight: 900;
  }
  #post #post_thumbnail {
    margin-bottom: 3rem;
  }
  #post #post_thumbnail img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #post #post_contents h1,
  #post #post_contents h2,
  #post #post_contents h3,
  #post #post_contents h4 {
    margin: .8em 0 1.2em;
    font-weight: 700;
  }
  #post #post_contents h1 {
    font-size: 1.8em;
  }
  #post #post_contents h2 {
    font-size: 1.6em;
  }
  #post #post_contents h3 {
    font-size: 1.4em;
  }
  #post #post_contents h4 {
    font-size: 1.2em;
  }
  #post #post_contents p {
    margin: .8em 0 1.2em;
  }
  #post #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #post #post_contents table th,
  #post #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
  #post #post_contents a {
    text-decoration: underline;
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1240px) {
  #header {
    position: relative;
    height: 10rem;
  }
  #header.top-page {
    height: 0;
  }
  #h_cover {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_cover.active {
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  #h_logo a {
    display: block;
    padding: 2rem;
    color: #333;
    font-size: 2.4rem;
    font-weight: 900;
  }
  #h_logo a span {
    margin-left: .2em;    
    font-size: 3rem;
  }
  #h_logo a img {
    width: auto;
    height: 6rem;
  }
  #h_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_menu_list ul.first-menu {
    display: flex;
  }
  #h_menu_list li.first-list {
    position: relative;
    margin-left: 1.5em;
    line-height: 10rem;
  }
  #h_menu_list a.first-link {
    font-weight: 600;
  }
  #h_menu_list ul.second-menu {
    display: none;
    min-width: 480px;
  }
  #h_menu_list ul.second-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
  #h_menu_list li.second-list:nth-child(n+2) {
    border-top: 1px solid #666;
  }
  #h_menu_list a.second-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8rem;
    padding: 2rem;
    color: #fff;
    text-align: left;          
    line-height: 1.5;
    box-sizing: border-box;
    background: rgba(44,44,44,.9);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_menu_list a.second-link:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  #h_menu_list a.second-link:hover {
    background: rgba(44,44,44,1);
  }
  #h_menu_list a.second-link .eng {
    font-weight: 900;
  }
  #h_menu_list a.second-link .jap {
    font-size: 1.4rem;
    font-weight: 700;
  }
  #h_icon_list {
    display: flex;
  }
  #h_icon_list .list {
    margin-left: 2rem;
    line-height: 10rem;
  }
  #h_icon_list .list img {
    width: 3.6rem;
    height: auto;
  }
  #h_toggle_btn {
    position: relative;
    width: 10rem;
    height: 10rem;
    cursor: pointer;
    z-index: 101;
  }
  #h_toggle_btn span {
    position: absolute;
    left: 3rem;
    width: 4rem;
    height: 1px;
    background: #333;
    -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: 38px;
  }
  #h_toggle_btn span:nth-child(2) {
    top: 50px;
  }
  #h_toggle_btn span:nth-child(3) {
    top: 62px;
  }
  #h_toggle_btn.open span {
    background: #fff;
  }  
  #h_toggle_btn.open span:nth-child(1) {
    top: 50px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50px;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 50px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }    
  #h_nav {
    background: #2a6561;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }
  #h_nav_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  #h_nav_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #h_nav_list .h_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
    color: #fff;
    line-height: 1.5;
  }
  #h_nav_list .h_title .eng {
    font-weight: 900;
    font-size: 3rem;  
  }
  #h_nav_list .h_title .jap {
    margin-left: 1em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #h_nav_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #h_nav_list li {
    width: calc((100% / 2) - 15px);
    border-bottom: 1px solid #265b57;
  }

  #h_nav_list li a {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: .8em .4em;
    line-height: 1.5;
  }
  #h_nav_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #h_nav_list li a .jap {
    font-size: 1.8rem;
    font-weight: 700;
  }
  
  #fix_btn_list {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 1;
  }
  #fix_btn_list .list:nth-child(n+2) {
    margin-top: 1rem;
  }
  #fix_btn_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;    
  }
  #fix_btn_list .list a:before {
    diplay: block;
    content: "";
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1em;
  }
  #fix_btn_list .list.access a {
    background: #c7b330;
  }
  #fix_btn_list .list.access a:before {
    background: url(/wp-content/uploads/images/icon_map.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list.mail a {
    background: #56981f;
  }
  #fix_btn_list .list.mail a:before {
    background: url(/wp-content/uploads/images/icon_mail.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list.tel a {
    background: #2a6561;
  }
  #fix_btn_list .list.tel a:before {
    background: url(/wp-content/uploads/images/icon_phone_w.webp) center center no-repeat;
    background-size: contain;
  }  
  /* トップページ　ヘッダー */
  #header.top-page #h_logo a {
    color: #fff;
  }  
  #header.top-page #h_menu_list a.first-link {
    color: #fff;
  }
  #header.top-page #h_toggle_btn span {
    background: #fff;
  }
  #header.top-page #h_cover.active #h_logo a {
    color: #333;
  }
  #header.top-page #h_cover.active #h_menu_list a.first-link {
    color: #333;
  }
  #header.top-page #h_cover.active #h_toggle_btn span {
    background: #333;
  }  
  #header.top-page #h_cover.active #h_toggle_btn.open span {
    background: #fff;
  }
}
@media screen and (max-width: 1239px) {
  #header {
    position: relative;    
    height: 7rem;
    background: #fff;
  }
  #h_cover {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  #h_cover.active {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  #h_logo a {
    display: block;
    padding: 1.5rem;
    color: #333;
    font-size: 1.6rem;
    font-weight: 900;
  }
  #h_logo a span {
    margin-left: .2em;    
    font-size: 2rem;
  }
  #h_logo a img {
    width: auto;
    height: 4rem;
  }

  #h_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_menu_list {
    display: none;
  }
  #h_menu_list ul.first-menu {
    display: flex;
  }
  #h_menu_list li.first-list {
    position: relative;
    margin-left: 2rem;
    line-height: 10rem;
  }
  #h_menu_list ul.second-menu {
    display: none;
    min-width: 480px;
  }
  
  #h_menu_list ul.second-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
  #h_menu_list li.second-list:nth-child(n+2) {
    border-top: 1px solid #666;
  }
  #h_menu_list a.second-link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8rem;
    padding: 2rem;
    color: #fff;
    text-align: left;          
    line-height: 1.5;
    box-sizing: border-box;
    background: rgba(44,44,44,.9);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_menu_list a.second-link:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  #h_menu_list a.second-link:hover {
    background: rgba(44,44,44,1);
  }
  #h_menu_list a.second-link .eng {
    font-weight: 900;
  }
  #h_menu_list a.second-link .jap {
    font-size: 1.4rem;
    font-weight: 700;
  }
  #h_toggle_btn {
    position: relative;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 101;
  }
  #h_toggle_btn span {
    position: absolute;
    left: 2rem;
    width: 3rem;
    height: 1px;
    background: #000;
    -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 span {
    background: #fff;
  }  
  #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: 35px;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }    
  #h_nav {
    background: #2a6561;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 6rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }
  #h_nav_inner {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;
    box-sizing: border-box;
    overflow: auto;
  }
  #h_nav_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #h_nav_list .h_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    line-height: 1.5;
  }
  #h_nav_list .h_title .eng {
    font-weight: 900;
    font-size: 2rem;  
  }
  #h_nav_list .h_title .jap {
    margin-left: 1em;
    font-weight: 700;
  }
  #h_nav_list ul {}
  #h_nav_list li {
    border-bottom: 1px solid #265b57;
  }
  #h_nav_list li a {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1.2em .6em;
    line-height: 1.5;
  }
  #h_nav_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #h_nav_list li a .eng {
    font-size: 1.4rem;
    font-weight: 900;
  }
  #h_nav_list li a .jap {
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  #fix_btn_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
  }
  #fix_btn_list .list {
    width: calc(100% / 3);
  }
  #fix_btn_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 7rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;    
  }
  #fix_btn_list .list a:before {
    diplay: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 auto .2em;
  }
  #fix_btn_list .list.access a {
    background: #c7b330;
  }
  #fix_btn_list .list.access a:before {
    background: url(/wp-content/uploads/images/icon_map.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list.mail a {
    background: #56981f;
  }
  #fix_btn_list .list.mail a:before {
    background: url(/wp-content/uploads/images/icon_mail.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list.tel a {
    background: #2a6561;
  }
  #fix_btn_list .list.tel a:before {
    background: url(/wp-content/uploads/images/icon_phone_w.webp) center center no-repeat;
    background-size: contain;
  }    
  
  
  
  
  
  
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #footer {
    border-top: 1px solid #ccc;
  }
  #footer.top-page {
    border-top: none;
  }
  #f_inner {
    padding: 18rem 0;
    text-align: center
  }
  #f_data {
    margin-bottom: 6rem;
  }
  #f_logo {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 900
  }
  #f_logo span {
    font-size: 3rem;
    margin-left: .2em;
  }
  #f_logo img {
    width: auto;
    height: 10rem;
  }
  #f_address {
    margin-bottom: 1.2em;
    font-size: 1.4rem;
  }  
  #f_tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    line-height: 1.3;
    background: #fff;
  }
  #f_tel a .time {
    font-size: 1.8rem;
  }
  #f_tel a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  #f_tel a .number:before {
    display: block;
    content: "";
    width: 3.6rem;
    height: 3.6rem;
    margin-right: .5rem;
    background: url(/wp-content/uploads/images/icon_phone.webp) center center no-repeat;
    background-size: contain;
  }  
  #f_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_nav li {
    display: flex;
    line-height: 1;
    font-weight: 600;
    margin: .6em 0;
  }
  #f_nav li:nth-child(n+2):before {
    display: block;
    content: "";
    width: 1px;
    height: 1em;
    margin: 0 1.2em;
    background: #000;
  }
  #copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 12rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
    background: #2a6561;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 7rem;
    border-top: 1px solid #ccc;
  }
  #footer.top-page {
    border-top: none;
  }
  #f_inner {
    padding-top: 5rem;
    text-align: center
  }
  #f_data {
    margin-bottom: 3rem;
  }
  #f_logo {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 900
  }
  #f_logo span {
    font-size: 2rem;
    margin-left: .2em;
  }
  #f_logo img {
    width: auto;
    height: 6rem;
  }
  #f_address {
    margin-bottom: 1.2em;
    font-size: 1.4rem;
  }
  #f_tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    line-height: 1.3;
    background: #fff;
  }
  #f_tel a .time {
  }
  #f_tel a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  #f_tel a .number:before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .5rem;
    background: url(/wp-content/uploads/images/icon_phone.webp) center center no-repeat;
    background-size: contain;
  }    
  
  #f_nav ul {}
  #f_nav li {
    border-top: 1px solid #ccc;
  }
  #f_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    font-weight: 600;
  }
  #f_nav li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    color: #ccc;
    font-weight: normal;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 6rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
    background: #2a6561;
    border-bottom: 1px solid #265b57;
  }
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1025px) {
  .main_title {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 6rem;
  }
  .main_title .eng {
    color: #f2f2f2;
    font-size: 16rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  .main_title .jap {
    margin-top: -.8em;
    font-size: 6.4rem;
    font-weight: 600;
    letter-spacing: .06em;
  }
  .top_btn_cover {
    margin-left: calc((100% - 1200px) / 2);
    padding-right: 8rem;
    box-sizing: border-box;
  }
  .top_btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 360px;
    height: 80px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  .top_btn a:after {
    position: absolute;
    top: 50%;
    right: 3rem;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow_w.webp) center center no-repeat;
    background-size: contain;
  }
  .sp-image {
    display: none;
  }
  /******************************************************
  メインビジュアル
  ******************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 18rem;
    color: #fff;
    overflow: hidden;
    background: #002825;
  }
  #top_main:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.2));
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0 20rem;
    z-index: 1;
    box-sizing: border-box;
    text-shadow: 2px 2px 6px #335351, -2px 2px 6px #335351, 2px -2px 6px #335351, -2px -2px 6px #335351;
  }
  #catch_copy .title {
    font-size: 16rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
    line-height: 1;
  }
  #catch_copy .name {
    font-size: 6.4rem;
    font-weight: 900;
    letter-spacing: .02em;
  }
  #catch_copy .message {
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.5;
  }
  #main_visual {
    opacity: .6;
    z-index: 0;
  }
  #main_visual .image {
    width: 100%;
    height: 100vh;
  }
  #main_visual .image.image_a {
    background: url(/wp-content/uploads/images/main_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image.image_b {
    background: url(/wp-content/uploads/images/main_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image.image_c {
    background: url(/wp-content/uploads/images/main_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #jqa_mark {
    position: absolute;
    bottom: 6rem;
    left: 6rem;
    z-index: 2;
  }
  /******************************************************
  SERVICE
  ******************************************************/
  #top_service {
    margin-bottom: 12rem;
  }
  #top_service .main_title .eng {
    /*margin-left: -1em;*/
  }
  #top_service .text {
    margin-bottom: 8rem;
  }
  #top_service .comment {
    font-size: 2rem;
  }
  #top_service .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12rem;
  }
  #top_service .pc-image {
    width: 50%;
  }
  #top_service .message {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #top_service .message .line {
    font-size: 6.4rem;
    font-weight: 600;    
    line-height: 1;
  }
  #top_service .message .line:nth-child(n+2) {
    margin-top: .3em;
  }
  #top_service .message span {
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(199,179,48,0) 80%, rgba(199,179,48,1) 80%);
  }
  /******************************************************
  RECYCLE
  ******************************************************/
  #top_recycle {
    margin-bottom: 12rem;
  }
  #top_recycle .main_title {
    text-align: center;
  }
  #top_recycle .text {
    margin-bottom: 8rem;
    text-align: center;
  }
  #top_recycle .comment {
    font-size: 2rem;
  }
  #top_recycle .top_btn a {
    margin: 0 auto;
  }
  /******************************************************
  SLIDER
  ******************************************************/
  #top_slider {
    margin-bottom: 12rem;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 1.5rem;
    margin: 0;
    width: 540px;
    height: 360px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
  }    
  #image-scroll.simply-scroll-list .image:nth-child(odd) {
    margin-bottom: 6rem;
  }
  #image-scroll.simply-scroll-list .image:nth-child(even) {
    margin-top: 6rem;
  }
  /******************************************************
  FUTURE
  ******************************************************/
  #top_future {
    margin-bottom: 12rem;
  }
  #top_future .main_title .eng {
    /*margin-left: -1em;*/
  }  
  #top_future .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #top_future .text {
    margin-left: calc((100% - 1200px) / 2);
  }
  #top_future .comment {
    margin-bottom: 8rem;
    font-size: 2rem;
  }
  #top_future .image {
    width: 50%;
  }
  /******************************************************
  INFORMATION
  ******************************************************/
  #top_information {
    margin-bottom: 12rem;
  }
  #top_information .main_title {
    text-align: center;
  }
  #top_information .information_list {
    margin-bottom: 8rem;
  }
  #top_information .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_information .information_list .list a:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    background: url(/wp-content/uploads/images/icon_arrow.webp) center center no-repeat;
    background-size: contain;
  }
  #top_information .information_list .list .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 7em;
    height: 12rem;
  }
  #top_information .information_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 7em);
    height: 12rem;
    padding-right: 5rem;
    box-sizing: border-box;
  }
  #top_information .top_btn a {
    margin: 0 auto;
  }
  /******************************************************
  ABOUT US
  ******************************************************/
  #top_about {
    margin-bottom: 12rem;
  }
  #top_about .main_title .eng {
    /*margin-left: -1em;*/
  }
  #top_about .data {
    margin-bottom: 8rem;
  }
  #top_about .data table {
    width: 600px;
    max-width: 100%;
  }
  #top_about .data tr:nth-child(n+2) th,
  #top_about .data tr:nth-child(n+2) td {
    padding-top: .5em;
  }
  #top_about .data th,
  #top_about .data td {
    font-size: 2rem;
    text-align: left;
  }
  #top_about .data th {
    width: 8em;
  }
  #top_about .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12rem;
  }
  #top_about .pc-image {
    width: 50%;
    box-shadow: -3rem 3rem 0 0 rgba(238,238,238,1);
  }

  
  
  /******************************************************
  マップ
  ******************************************************/
  #top_map {
    padding: 0 4rem;
  }
  #top_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 540px;
    position: relative;
  }
  #top_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }  
  
  
}
@media screen and (max-width: 1024px) {
  .main_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    margin-bottom: 3rem;
  }
  .main_title .eng {
    color: #f2f2f2;
    font-size: 4.8rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
  }
  .main_title .jap {
    margin-top: .5em;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .06em;
  }
  .top_btn_cover {
    margin: 0 auto;
  }
  .top_btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(45deg, rgba(42, 101, 97, 1), rgba(86, 152, 31, 1));
  }
  .top_btn a:after {
    position: absolute;
    top: 50%;
    right: 3rem;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow_w.webp) center center no-repeat;
    background-size: contain;
  }
  .pc-image {
    display: none;
  }
  /******************************************************
  メインビジュアル
  ******************************************************/
  #top_main {
    position: relative;
    width: 100%;
    height: 75vh;
    margin-bottom: 5rem;
    color: #fff;
    overflow: hidden;
    background: #002825;
  }
  #top_main:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.2));
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 75vh;
    padding: 0 1.5rem;
    z-index: 1;
    box-sizing: border-box;
    text-shadow: 1px 1px 3px #335351, -1px 1px 3px #335351, 1px -1px 3px #335351, -1px -1px 3px #335351;
  }
  #catch_copy .title {
    font-size: 4.8rem;
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 600;
    line-height: 1;
  }
  #catch_copy .name {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: .02em;
  }
  #catch_copy .message {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.5;
  }
  #main_visual {
    opacity: .6;
    z-index: 0;
  }
  #main_visual .image {
    width: 100%;
    height: 100vh;
  }
  #main_visual .image.image_a {
    background: url(/wp-content/uploads/images/main_img001sp.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image.image_b {
    background: url(/wp-content/uploads/images/main_img002sp.webp) top center no-repeat;
    background-size: cover;
  }
  #main_visual .image.image_c {
    background: url(/wp-content/uploads/images/main_img003sp.webp) top center no-repeat;
    background-size: cover;
  }
  #jqa_mark {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 2;
  }
  #jqa_mark img {
    width: 6rem;
    height: auto;
  }
  /******************************************************
  SERVICE
  ******************************************************/
  #top_service {
    margin-bottom: 5rem;
  }
  #top_service .text {
    margin-bottom: 3rem;
  }
  #top_service .comment br {
    display: none;
  }
  #top_service .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #top_service .sp-image {
    margin-bottom: 3rem;
  }
  #top_service .message {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #top_service .message .line {
    font-size: 2.4rem;
    font-weight: 600;    
    line-height: 1;
  }
  #top_service .message .line:nth-child(n+2) {
    margin-top: .6em;
  }
  #top_service .message span {
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(199,179,48,0) 80%, rgba(199,179,48,1) 80%);
  }
  /******************************************************
  RECYCLE
  ******************************************************/
  #top_recycle {
    margin-bottom: 5rem;
  }
  #top_recycle .main_title {
    text-align: center;
  }
  #top_recycle .text {
    margin-bottom: 3rem;
  }
  #top_recycle .comment br {
    display: none;
  }
  #top_recycle .top_btn a {
    margin: 0 auto;
  }
  /******************************************************
  SLIDER
  ******************************************************/
  #top_slider {
    margin-bottom: 5rem;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list div {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 210px;
    height: 140px;
    list-style:none!important;
  }    
  #image-scroll.simply-scroll-list img {
    display: block;
  }   
  /*
  #image-scroll.simply-scroll-list .image:nth-child(odd) {
    margin-bottom: 1rem;
  }
  #image-scroll.simply-scroll-list .image:nth-child(even) {
    margin-top: 1rem;
  }
  */
  /******************************************************
  FUTURE
  ******************************************************/
  #top_future {
    margin-bottom: 5rem;
  }
  #top_future .flex {
    padding: 0 1.5rem;
  }
  #top_future .text {}
  #top_future .comment {
    margin-bottom: 3rem;
  }
  #top_future .image {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_future .image img {
    width: 75%;
  }
  /******************************************************
  INFORMATION
  ******************************************************/
  #top_information {
    margin-bottom: 5rem;
  }
  #top_information .main_title {
    text-align: center;
  }
  #top_information .information_list {
    margin-bottom: 3rem;
  }
  #top_information .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1em 0;
    padding-right: 4rem;
  }
  #top_information .information_list .list a:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    background: url(/wp-content/uploads/images/icon_arrow.webp) center center no-repeat;
    background-size: contain;
  }
  #top_information .information_list .list .time {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #top_information .information_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  #top_information .top_btn a {
    margin: 0 auto;
  }
  /******************************************************
  ABOUT US
  ******************************************************/
  #top_about {
    margin-bottom: 5rem;
  }
  #top_about .data {
    margin-bottom: 3rem;
  }
  #top_about .sp-image {
    margin-bottom: 3rem;
  }
  #top_about .data table {
    width: 100%;
  }
  #top_about .data tr:nth-child(n+2) th,
  #top_about .data tr:nth-child(n+2) td {
    padding-top: .5em;
  }
  #top_about .data th,
  #top_about .data td {
    text-align: left;
  }
  #top_about .data th {
    width: 8em;
  }  
  /******************************************************
  マップ
  ******************************************************/
  #top_map {}
  #top_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  #top_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
  }  
}