@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
/*under construction*/
#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}

#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}

#Top .undercon .logo nav {
  display: none;
}

#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:active {
  color: #000;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 10;
  /* ハンバーガーメニュー */
  /*end*/
}

header .logo {
  margin: 14px 0 0 20px;
}

header .logo a {
  width: 72px;
  display: block;
}

header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease .4s;
  transition: ease .4s;
}

header .header_nav > ul {
  margin-top: 0;
}

header .header_nav > ul > li {
  border-bottom: 1px solid #1eaa39;
  background-color: rgba(255, 255, 255, 0.8);
  /*ナビゲーションメニュー背景色*/
}

header .header_nav > ul > li.spmenu_insta {
  background-color: rgba(75, 75, 75, 0.8);
  /*ナビゲーションメニュー背景色*/
  border-bottom: none;
}

header .header_nav > ul > li.spmenu_insta > a {
  color: white;
  background: url(/images/common/sp/spmenu_arrow_w.svg) no-repeat right 20px center;
  background-size: 9px;
}

header .header_nav > ul > li > a {
  padding: 14px 20PX;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: url(/images/common/sp/spmenu_arrow.svg) no-repeat right 20px center;
  width: 100%;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 9px;
}

header .header_hamburger {
  width: 36px;
  height: 32px;
}

header .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

header .hamburger span {
  width: 100%;
  height: 4px;
  background-color: #000;
  position: relative;
  -webkit-transition: ease .4s;
  transition: ease .4s;
  display: block;
}

header .hamburger span:nth-child(1) {
  top: 0;
}

header .hamburger span:nth-child(2) {
  margin: 8px 0;
}

header .hamburger span:nth-child(3) {
  top: 0;
}

header .header_nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .hamburger.active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .hamburger.active span:nth-child(2) {
  opacity: 0;
}

header .hamburger.active span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#all-wrap {
  z-index: 0;
}

main {
  display: block;
  margin-top: 70px;
  /*タイトル共通*/
}

main .title {
  text-align: center;
  padding-bottom: 45px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link_btn {
  text-align: center;
  margin-left: -6px;
}

.link_btn a {
  max-width: 232px;
  width: 100%;
  display: inline-block;
  padding: 10px 40px 10px;
  position: relative;
  background-color: black;
  color: white;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-box-shadow: 7px 7px #1eaa39;
          box-shadow: 7px 7px #1eaa39;
}

.link_btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 7px;
  left: 7px;
  -webkit-box-shadow: 0 0 #1eaa39;
          box-shadow: 0 0 #1eaa39;
}

.link_btn a::before {
  content: "";
  display: block;
  background: url(/images/common/link-btn_tri.svg) no-repeat center;
  position: absolute;
  right: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 12px;
}

.link_btn02 {
  background-color: black;
  color: white;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
  height: 38px;
  display: inline-block;
  padding: 0px 35px 0 25px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.link_btn02:hover, .link_btn02:visited {
  color: white;
  opacity: .7;
}

.link_btn02:after {
  content: "";
  display: block;
  background: url(/images/common/arrow_r.svg) no-repeat;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.link_btn:visited {
  color: white;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.sec_works {
  padding-bottom: 70px;
  /*.sliderArea.w300 {
      max-width: 300px;
    }*/
  /*====================================================================
    .full-screen
    ====================================================================*/
}

.sec_works h2 {
  padding-top: 58px;
}

.sec_works h2 > img {
  width: 117px;
  margin: auto;
}

.sec_works .lead_txt {
  padding-bottom: 47px;
  text-align: left;
}

.sec_works .sliderArea {
  /*max-width: 100%;
      max-width: 1780px;*/
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0 25px 50px;
}

.sec_works .slick-slide {
  margin: 0 15px 0;
  position: relative;
}

.sec_works .slick-slide a {
  -webkit-transition: .3s;
  transition: .3s;
}

.sec_works .slick-slide a img {
  width: 100%;
  height: auto;
}

.sec_works .slick-slide a .text {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 202px;
  padding: 8px;
  border: 1px solid #1eaa39;
  background: white;
  text-align: center;
  font-weight: bold;
}

.sec_works .slick-prev:hover, .sec_works .slick-prev:focus, .sec_works .slick-next:hover, .sec_works .slick-next:focus {
  color: white;
  outline: none;
  background: black;
}

.sec_works .slick-prev {
  left: 0px;
}

.sec_works .slick-next {
  right: 0px;
}

.sec_works .slick-prev, .sec_works .slick-next {
  z-index: 1;
  width: 42px;
  height: 42px;
  background: black;
}

.sec_works .slick-prev:before, .sec_works .slick-next:before {
  opacity: 1;
}

.sec_works .slick-prev:before {
  content: "";
  display: block;
  background: url(/images/common/slider_prev.svg) no-repeat center;
  width: 16px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_works .slick-next:before {
  content: "";
  display: block;
  background: url(/images/common/slider_next.svg) no-repeat center;
  width: 16px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_works .thumb {
  margin: 20px 0 0;
}

.sec_works .thumb .slick-slide {
  cursor: pointer;
}

.sec_works .thumb .slick-slide:hover {
  opacity: .7;
}

.sec_works .full-screen .slick-list {
  overflow: visible;
}

.sec_works .full-screen.slider {
  max-width: 320px;
  margin: 0 auto;
}

.sec_material .bg_gray {
  padding-top: 58px;
  padding-bottom: 64px;
}

.sec_material .bg_gray h2 > img {
  width: 164px;
}

.sec_material .bg_gray .lead_txt {
  padding-bottom: 44px;
  text-align: left;
}

.sec_material .bg_gray .row .col_4 {
  position: relative;
  margin-bottom: 40px;
}

.sec_material .bg_gray .row .col_4 .link {
  display: block;
  margin: auto;
  max-width: 318px;
  width: 100%;
}

.sec_material .bg_gray .row .col_4 .link img:hover {
  opacity: .7;
}

.sec_material .bg_gray .row .col_4 .link .material_tit {
  position: absolute;
  width: 210px;
  height: 40px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #1eaa39;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  background-color: white;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}

.sec_material .bg_gray .row .col_4 .link .material_tit:hover {
  opacity: .7;
}

.sec_material .bg_gray .link_btn {
  padding-top: 30px;
}

.sec_area {
  padding-top: 58px;
  padding-bottom: 60px;
}

.sec_area h2 > img {
  width: 83px;
}

.sec_area .lead_txt {
  padding-bottom: 60px;
  text-align: left;
}

.sec_area .area_box {
  background-color: #f4f4f4;
  max-width: 720px;
  width: 100%;
  min-height: 270px;
  margin: -11px auto auto;
}

.sec_area .area_box .text {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_area .area_box .text h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #1eaa39;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sec_area .area_box .text .detail h4 {
  font-weight: bold;
  padding-bottom: 6px;
}

.sec_area .area_box .text .detail .ward {
  padding-bottom: 8px;
}

.sec_area .area_box .text .detail:last-child {
  padding-top: 5px;
}

.sec_area .area_box .map {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.sec_contact .bg_contact {
  padding-top: 48px;
  padding-bottom: 63px;
  background: black url(/images/common/contact_bg.jpg) no-repeat center;
}

.sec_contact .bg_contact h2 > img {
  width: 152px;
}

.sec_contact .bg_contact .lead_txt {
  padding-bottom: 38px;
  text-align: center;
  color: white;
}

.sec_contact .bg_contact .contact_box {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  border-radius: 15px;
  margin: auto;
  padding: 25px 20px 42px;
  color: black;
}

.sec_contact .bg_contact .contact_box .phone {
  font-size: 32px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #1eaa39;
}

.sec_contact .bg_contact .contact_box .phone .phone_icon {
  display: block;
  padding-bottom: 5px;
  margin: auto;
  width: 31px;
}

.sec_contact .bg_contact .contact_box .phone .phone_icon > img {
  width: 100%;
}

.sec_contact .bg_contact .contact_box .recep_time, .sec_contact .bg_contact .contact_box .fax {
  text-align: center;
  font-weight: bold;
}

.sec_contact .bg_contact .contact_box .fax {
  font-size: 23px;
  padding-top: 14px;
  padding-bottom: 28px;
  line-height: 1.2;
}

.sec_contact .bg_contact .contact_box .fax .text_s {
  font-size: 15px;
}

.sec_contact .bg_contact .contact_box .contact_btn {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.sec_contact .bg_contact .contact_box .contact_btn a {
  color: white;
  background: black url(/images/common/sp/arrow_w.svg) no-repeat center right 20px;
  background-size: 8px;
  padding: 14px 45px;
}

.sec_contact .bg_contact .contact_box .contact_btn a .triangle_r img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer {
  background: #7b7b7b;
  color: white;
}

footer .footer_inner {
  margin: 0 auto;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

footer .footer_inner .logo {
  text-align: center;
}

footer .footer_inner .logo a {
  padding: 34px 16px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  margin: auto;
  background-color: white;
}

footer .footer_inner .logo a img {
  width: 94px;
  height: 62px;
}

footer .footer_inner .detail {
  padding: 41px 0 80px;
  width: 100%;
}

footer .footer_inner .detail .about {
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

footer .footer_inner .detail address {
  line-height: 1.9;
  font-style: normal;
  font-size: 15px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer_inner .detail .g_map {
  padding-bottom: 50px;
  margin-left: -8px;
  text-align: center;
}

footer .footer_inner .detail .g_map a {
  font-size: 15px;
  color: white;
}

footer .footer_inner .detail .copy {
  text-align: center;
}

footer .footer_inner .detail .copy small {
  color: white;
  font-size: 12px;
}

footer .footer_inner .footer_menu {
  padding: 54px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_inner .footer_menu .f_menu-home {
  padding-right: 24px;
  font-size: 14px;
  line-height: 2;
}

footer .footer_inner .footer_menu .f_menu-home > a {
  position: relative;
  color: white;
}

footer .footer_inner .footer_menu .f_menu-home > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

footer .footer_inner .footer_menu .f_menu-home > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #c3d600;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer .footer_inner .footer_menu > ul {
  padding-left: 24px;
  border-left: 2px solid #c3d600;
}

footer .footer_inner .footer_menu > ul > li > a {
  line-height: 2;
  font-size: 14px;
  position: relative;
  color: white;
}

footer .footer_inner .footer_menu > ul > li > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

footer .footer_inner .footer_menu > ul > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #c3d600;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer .footer_btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 1;
}

footer .footer_btns a {
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

footer .footer_btns a .icon {
  display: inline-block;
  line-height: 40px;
}

footer .footer_btns a.btn_tel {
  background-color: #17842a;
}

footer .footer_btns a.btn_tel .icon > img {
  width: 23px;
  height: auto;
  padding-right: 3px;
}

footer .footer_btns a.btn_mail {
  background-color: #8f9b00;
}

footer .footer_btns a.btn_mail .icon > img {
  width: 27px;
  height: auto;
  padding-bottom: 9px;
}

footer .footer_btns a.btn_line {
  background-color: #3f3f3f;
}

footer .footer_btns a.btn_line .icon > img {
  width: 34px;
  height: auto;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.sub-header {
  height: 160px;
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c0c0c0 url(/images/common/sp/sub_header03.jpg) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 30px;
  position: relative;
  /*&::after {
     content: "";
     width: 100%;
     height: 160px;
     background-color: rgba(0, 0, 0, 0.12);
     position: absolute;
     left: 0;
     top: 0;
   }*/
}

.sub-header h1 {
  font-size: 20px;
  position: relative;
  color: white;
  line-height: 1.3;
  /*z-index: 10;*/
  letter-spacing: 0.08em;
  text-shadow: 0px 0px 8px black;
  text-align: center;
}

.sub-header h1 .ttl_en {
  font-size: 13px;
  display: block;
  line-height: 1.7;
  text-align: center;
  padding-top: 4px;
  color: white;
  letter-spacing: 0.2rem;
  padding-top: 12px;
  text-shadow: 0px 0px 8px black;
}

#blog .sub-header {
  background: #979797;
  padding: 0 20px;
}

#blog .sub-header h1 {
  text-shadow: none;
}

#blog .sub-header h1 .ttl_en {
  text-shadow: none;
}

#blog .sub-header::after {
  display: none;
}

#blog .works .sub-header {
  background: #c0c0c0 url(/images/common/sp/sub_header03.jpg) no-repeat center bottom;
  background-size: 100%;
}

#blog .works .sub-header h1 {
  text-shadow: 0px 0px 8px black;
}

#blog .works .sub-header .ttl_en {
  text-shadow: none;
}

#blog .works.work .sub-header {
  background: #6aac74;
}

#blog .works.work .sub-header h1 {
  text-shadow: none;
}

#about .sub-header {
  background: #c0c0c0 url(/images/common/sp/sub_header04.jpg) no-repeat center bottom;
  background-size: 100%;
}

.lead_sec {
  padding-bottom: 20px;
}

.lead_sec .second_tit {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
}

.lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #1eaa39;
  position: absolute;
  left: 50%;
  bottom: 9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lead_sec p {
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

#service .sub-header, #company .sub-header {
  background: #c0c0c0 url(/images/common/sp/sub_header03.jpg) no-repeat center;
  background-size: 100%;
}

#service .sub-header h1, #company .sub-header h1 {
  text-shadow: 0px 0px 8px black;
}

#Material .sub-header {
  background: #c0c0c0 url(/images/common/sp/sub_header02.jpg) no-repeat center;
  background-size: 100%;
}

#Material .sub-header h1 {
  text-shadow: 0px 0px 8px black;
}

#Flow .sub-header {
  background: #c0c0c0 url(/images/common/sp/sub_header05.jpg) no-repeat center;
  background-size: 100%;
}

#Flow .sub-header h1 {
  text-shadow: 0px 0px 8px black;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
/*footer {
  margin-top: 50px;
  background: #000;
  color: white;
  padding: 30px 0;
  nav {
    ul>li {
      list-style: none;
    }
  }
  .copy {
    text-align: center;
    small {
      color: white;
      text-align: center;
    }
  }
}*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html {
  overflow: auto;
}

html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #000;
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

.news_ul {
  margin: 0 0 19px;
}

.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}

.news_ul .news_li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}

.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}

@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}

@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
	ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}

@media (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}

.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
}

.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}

.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}

.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}

.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}

.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}

.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}

.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}

.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}

.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*==========================================
  Base
==========================================*/
/* ＝＝＝＝＝＝top＝＝＝＝＝＝　*/
#Top main .swiper_con {
  position: relative;
}

#Top main .swiper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}

#Top main .swiper .swiper-slide {
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Top main .swiper .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#Top main .swiper .swiper-slide {
  background-color: black;
  position: relative;
  /*height: 579px;*/
  height: calc(100vh - 70px);
}

#Top main .swiper .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  /* IE: not support */
  width: 100%;
  height: 100%;
}

#Top main .swiper .swiper-slide .slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -30px;
}

#Top main .swiper .swiper-slide .slide_ttl {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.01em;
}

#Top main .swiper .swiper-slide .slide-content .text {
  color: #FFF;
  text-shadow: 0.5px 0.5px 3px rgba(0, 0, 0, 0.9);
  padding: 30px 20px 0;
  line-height: 2;
  font-weight: bold;
  text-align: left;
  max-width: 500px;
  margin: auto;
  letter-spacing: 0.05em;
}

#Top main .btn_custom {
  color: white;
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 5px;
}

#Top main .swiper-pagination-bullet-active {
  background: black;
}

#Top main .swiper-button-next::after, #Top main .swiper-button-prev::after, #Top main .swiper-button-next::before, #Top main .swiper-button-prev::before {
  font-size: 23px;
}

#Top main .sec_news {
  padding: 57px 0px 62px;
}

#Top main .sec_news h2 {
  padding-bottom: 45px;
  text-align: center;
}

#Top main .sec_news h2 img {
  width: 87px;
}

#Top main .sec_news ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#Top main .sec_news ul li {
  border-top: 1px solid #1eaa39;
  list-style: none;
  padding: 0px 0px;
  width: 100%;
}

#Top main .sec_news ul li:last-child {
  border-bottom: 1px solid #1eaa39;
}

#Top main .sec_news ul li .permalink {
  padding: 15px 0;
  display: block;
  text-align: center;
}

#Top main .sec_news ul li .permalink .date {
  width: 100%;
  font-size: 16px;
}

#Top main .sec_news ul li .permalink h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

#Top main .sec_news .news_list a {
  background-color: black;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  margin: 37px auto 0;
  width: 252px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

#Top main .sec_news .news_list a .triangle_r img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

#Top main .sec_about {
  padding: 60px 0 70px;
}

#Top main .sec_about h2 > img {
  width: 167px;
}

#Top main .sec_about h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.7;
}

#Top main .sec_about h3.title02 {
  letter-spacing: -0.079em;
}

#Top main .sec_about .lead_txt {
  text-align: left;
  line-height: 1.8;
  padding: 0;
}

#Top main .sec_about .lead_txt .border01 {
  border-bottom: 4px dotted white;
  display: block;
  width: 100%;
  padding-top: 55px;
}

#Top main .sec_about .space_area {
  padding-bottom: 20px;
  position: relative;
}

#Top main .sec_about .space_area img {
  max-width: 500px;
  width: 100%;
  margin: auto;
  display: flex;
  padding-top: 30px;
}

#Top main .sec_about .space_area h3.title02 {
  padding-top: 30px !important;
  padding-bottom: 20px;
  font-size: 20px;
}

#Top main .sec_about .space_area h3.title02 span {
  border-bottom: 1px solid #000000;
  font-size: 15px;
  padding-bottom: 3px;
}

#Top main .sec_about .space_area p {
  text-align: center;
}

/*=============== 画面が読み込まれるとpng画像がループして動く =================*/


.steps{
  width: 100px;/*1フレーム分の横幅*/
  height: 90px;/*1フレーム分の縦幅*/
  background: url("/images/top/steps.png") no-repeat;/*背景画像の読み込み*/
  animation: stepsline 5s steps(5) infinite;
	/*stepsline→アニメーション名
    1s→アニメーションをする時間
    step→（）の中には、1フレーム分最後に余白を持たせてループをさせたいので、アニメーション制作コマ数+1の値を入れる（例：4コマ+1コマ=5コマ）
    infinite→無限ループ*/
    margin:0 auto;
    position: absolute;
    left: -10px;
    top: 3vw;
    max-width: 80px;
}

@keyframes stepsline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -500px 0;/*1フレーム分最後に余白を持たせてループをさせたいので、アニメーション制作コマ数から1コマ分足した横幅（今回は1フレーム100pxで制作しているので全体の400px+100px=500px⇒-500px）を指定。*/
  }
}

#Top main .sec_about .sec_about_text .video_area {
  padding-top: 20px;
  padding-bottom: 25px;
}

#Top main .sec_about .sec_about_text .video_area video {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: auto;
}

#Top main .sec_about .detail_box .symbol {
  text-align: center;
  padding-top: 41px;
}

#Top main .sec_about .detail_box .symbol > img {
  width: 70px;
}

#Top main .sec_about .detail_box h3 {
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 28px;
}

#Top main .sec_about .detail_box .text {
  line-height: 1.7;
  text-align: left;
}

#Top main .sec_about .detail_box .detail_cards {
  padding-top: 45px;
}

#Top main .sec_about .detail_box .detail_cards .card {
  padding: 0;
  max-width: 400px;
  margin: 0 auto 20px;
}

#Top main .sec_about .detail_box .detail_cards .card img {
  border-radius: 0 30px 0 0;
}

#Top main .sec_about .detail_box .detail_cards .card .text {
  background-color: white;
  border-radius: 0 0 0 30px;
  padding: 0 30px 30px;
}

#Top main .sec_about .detail_box .detail_cards .card .text h4 {
  padding-top: 24px;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

#Top main .sec_about .detail_box .detail_cards .card .text h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #1eaa39;
}

#Top main .sec_about .detail_box .detail_cards .card .text p {
  padding-top: 10px;
}

#Top main .sec_about .detail_box .president_box {
  padding-top: 0;
  padding-bottom: 79px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#Top main .sec_about .detail_box .president_box::after {
  content: "";
  display: block;
  clear: both;
}

#Top main .sec_about .detail_box .president_box .photo {
  width: 200px;
  position: relative;
  padding-top: 42px;
  margin: auto;
}

#Top main .sec_about .detail_box .president_box .photo .name_wrap {
  position: absolute;
  bottom: -29px;
  left: 50%;
  background-color: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 30px;
  width: 160px;
  height: 57px;
}

#Top main .sec_about .detail_box .president_box .photo .name_wrap .name {
  position: absolute;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  left: 23px;
  letter-spacing: 0.1em;
}

#Top main .sec_about .detail_box .president_box .text {
  padding-top: 24px;
  position: relative;
}

#Top main .sec_about .detail_box .president_box .text::before {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  background-color: white;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
  position: absolute;
  bottom: 4px;
  left: -10px;
}

#Top main .sec_about .detail_box .president_box .text::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  background-color: white;
  -webkit-transform: rotate(-51deg);
          transform: rotate(-51deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

#Top main .sec_about .detail_box .president_box .text p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

/*==================================
  Blog
==================================*/
#blog main {
  /*シングルページ*/
  /*施工事例 works single*/
}

#blog main .wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #ececec;
  /*pager*/
}

#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}

#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}

#blog main .wrapper ul.blog_con > li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #1eaa39;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #1eaa39;
  letter-spacing: 0.08em;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 13px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: black;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 20px;
  width: 144px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}

#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}

#blog main .wrapper .page-numbers {
  margin: 0 6px;
}

#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}

#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}

#blog main .wrapper .page-numbers.current {
  margin: 0 .28em;
}

#blog main .wrapper .pnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}

#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 .28em;
}

#blog main.single-page {
  background-color: white;
}

#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}

#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #1eaa39;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #1eaa39;
  letter-spacing: 0.08em;
}

#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}

#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}

#blog main.single-page .wrapper .nav-links {
  clear: both;
  padding-top: 50px;
}

#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#blog main.single-page .wrapper .nav-previous {
  float: left;
}

#blog main.single-page .wrapper .nav-next {
  float: right;
}

#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #156f23;
  letter-spacing: 0.01em;
}

#blog main.works .sec_works {
  display: none;
}

#blog main.works .wrapper {
  padding-bottom: 60px;
  padding-top: 20px;
}

#blog main.works .blog_con .card_wrapper .client {
  padding-top: 20px;
  font-size: 14px;
}

#blog main.works .blog_con .card_wrapper .text_wrapper > a > h4.title_blog {
  margin-top: 0;
}

#blog main.works .sec_material .bg_gray {
  background-color: #fff;
}

#blog main.works .sec_area {
  background-color: #ececec;
}

#blog main.single-page.works.work .bg_wh {
  background: white;
  border-radius: 13px;
}

#blog main.single-page.works.work .swiper {
  max-width: 800px;
  width: 100%;
}

#blog main.single-page.works.work .swiper > img {
  width: 100%;
}

#blog main.single-page.works.work .swiper .swiper-button-next, #blog main.single-page.works.work .swiper .swiper-button-prev {
  color: #000 !important;
}

#blog main.single-page.works.work .swiper_thumb {
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

#blog main.single-page.works.work .swiper_thumb:hover {
  cursor: pointer;
}

#blog main.single-page.works.work .swiper_thumb .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#blog main.single-page.works.work .swiper_thumb .swiper-slide {
  width: 20% !important;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-bottom: 10px;
  /*opacity: 0.4;*/
}

#blog main.single-page.works.work .swiper_thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

#blog main.single-page.works.work .swiper_thumb .swiper-slide-thumb-active {
  /*opacity: 1;*/
  cursor: pointer;
}

#blog main.single-page.works.work .work_detail {
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 20px;
  margin: auto;
  background: white;
  border-radius: 10px;
}

#blog main.single-page.works.work .work_detail .work_detail_text .initial {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #1eaa39;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 20px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl {
  padding-bottom: 8px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl > dt.work_tit {
  background-color: #1eaa39;
  color: white;
  line-height: 25px;
  width: 80px;
  text-align: center;
  border-radius: 13px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl > dd {
  padding-top: 5px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl.voice {
  border: 1px solid #1eaa39;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px 20px;
  line-height: 1.5;
  margin-top: 10px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl.voice > dt {
  background-color: white;
  color: #156f23;
  font-size: 18px;
  font-weight: bold;
  padding-left: 41px;
  position: relative;
  padding-bottom: 5px;
}

#blog main.single-page.works.work .work_detail .work_detail_text > dl.voice > dt::after {
  content: "";
  display: block;
  width: 43px;
  height: 30px;
  background: url(/images/works/voice_icon.svg) no-repeat center left;
  position: absolute;
  left: 0;
  top: -6px;
  background-size: contain;
}

#blog main.single-page.works.work .link_btn {
  margin-top: 80px;
}

/* ＝＝＝＝＝＝Service＝＝＝＝＝＝　*/
#service main {
  /*共通*/
  /*end*/
}

#service main .lead_sec {
  padding-bottom: 48px;
}

#service main .lead_sec .sec_anc-buttons {
  padding-top: 35px;
  margin: auto;
}

#service main .lead_sec .sec_anc-buttons > a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  border: 2px solid black;
  border-radius: 50%;
  height: 200px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  transition: .3s;
  margin: 0 auto 20px;
}

#service main .lead_sec .sec_anc-buttons > a:hover {
  background-color: #000000;
  color: white;
}

#service main .lead_sec .sec_anc-buttons > a:hover::after {
  background: url(/images/service/arrow_w.svg) no-repeat center bottom;
}

#service main .lead_sec .sec_anc-buttons > a::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  bottom: -29px;
  left: 0%;
  background: url(/images/service/arrow.svg) no-repeat center bottom;
}

#service main .lead_sec .sec_anc-buttons > a .anc-btn h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}

#service main .lead_sec .sec_anc-buttons > a .anc-btn h3 > .btn_en {
  display: block;
  font-size: 16px;
}

#service main .lead_sec .sec_anc-buttons > a .anc-btn h3.ttl_exterior {
  line-height: 1.4;
}

#service main .fix_img {
  background-size: cover;
  background-position: center top;
  height: 220px;
  background-image: url(/images/service/sp/service_fix_img.jpg);
}

#service main .ttl_jp {
  font-size: 20px;
  padding-top: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}

#service main .second_lead {
  text-align: left;
  line-height: 1.7;
  padding-bottom: 50px;
}

#service main .box_sec .text_box {
  border: 2px solid black;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  background-color: white;
  margin-bottom: 33px;
  width: 100%;
}

#service main .box_sec .text_box h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

#service main .box_sec .text_box > p {
  text-align: center;
}

#service main .box_sec .text_box::before {
  content: "";
  display: block;
  background-image: url(/images/service/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
}

#service main .sec_construction {
  padding-top: 58px;
  padding-bottom: 60px;
}

#service main .sec_construction h2 {
  max-width: 355px;
  width: 100%;
  margin: auto;
}

#service main .sec_construction .box_sec .text_box {
  width: 100%;
  max-width: 400px;
  margin: auto auto 40px auto;
}

#service main .sec_design {
  padding-top: 58px;
  padding-bottom: 60px;
}

#service main .sec_design h2 {
  width: 253px;
  margin: auto;
}

#service main .sec_design .box_sec {
  margin: auto;
}

#service main .sec_design .box_sec .text_box {
  max-width: 270px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 40px;
}

#service main .sec_design .box_sec .text_box > dl::after {
  content: "";
  clear: both;
  display: block;
}

#service main .sec_design .box_sec .text_box > dl dt {
  width: 228px;
  border-radius: 10px;
}

#service main .sec_design .box_sec .text_box > dl dt > img {
  border-radius: 10px;
}

#service main .sec_design .box_sec .text_box > dl dd {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#service main .sec_design .box_sec .text_box > dl dd > h3 {
  padding-bottom: 6px;
  padding-top: 15px;
  text-align: left;
}

#service main .sec_gardener {
  padding-top: 58px;
  padding-bottom: 40px;
}

#service main .sec_gardener h2 {
  max-width: 124px;
  width: 100%;
  margin: auto;
}

#service main .sec_gardener .box_sec {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service main .sec_gardener .box_sec .text_box {
  width: 100%;
  max-width: 400px;
  margin: auto auto 33px;
}

#service main .last_txt {
  font-size: 18px;
  line-height: 2;
  padding: 0 10px 60px;
  text-align: left;
  position: relative;
  max-width: 88%;
  margin: auto;
}

#service main .last_txt > span {
  border-bottom: 1px solid #1eaa39;
}

/* ＝＝＝＝＝＝Material＝＝＝＝＝＝*/
/* lightbox.css */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1 !important;
}

#Material main {
  /*stones plants 共通*/
}

#Material main .notice {
  text-indent: -19px;
  padding-left: 25px;
  padding-top: 10px;
  line-height: 1.3;
}

#Material main .notice > strong {
  font-size: 13px;
}

#Material main .lead_sec {
  padding-bottom: 0;
}

#Material main .lead_sec > .container {
  position: relative;
  background: url(/images/material/lead_img.png) no-repeat bottom -20px left 0px;
  background-size: 30%;
}

@media (max-width: 500px) {
  #Material main .lead_sec > .container {
    background-size: 50%;
  }
}

#Material main .lead_sec p {
  padding-bottom: 100px;
  text-shadow: 0 -2px 1px #FFF;
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

#Material main .image_box {
  margin: 0 -10px;
}

#Material main .image_box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

#Material main .image_box .stone_type.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Material main .image_box .text {
  padding: 0 10px;
}

#Material main .image_box .text .bg_wh {
  background-color: white;
  height: 100%;
  padding: 28px 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#Material main .image_box .text .bg_wh .point {
  position: absolute;
  left: 13%;
  bottom: 16%;
  width: 123px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

@media (max-width: 580px) {
  #Material main .image_box .text .bg_wh .point {
    left: 8%;
  }
}

@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .point {
    bottom: 14%;
    width: 95px;
    left: 5%;
  }
}

#Material main .image_box .text .bg_wh .list {
  max-width: 250px;
  margin: auto;
  padding-left: 175px;
  padding-top: 30px;
}

@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .list {
    padding-left: 139px;
    padding-top: 16px;
  }
}

#Material main .image_box .text .bg_wh .list > li {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}

@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .list > li {
    font-size: 16px;
    line-height: 1.4;
  }
}

#Material main .image_box .text .bg_wh .list > li::after {
  content: "●";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -26px;
  top: 0;
}

#Material main .image_box .photo {
  padding: 0 10px;
}

#Material main .image_box .text, #Material main .image_box .photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Material main .image_box .stone_type.row {
  padding-top: 10px;
  margin: 0 5px;
}

#Material main .image_box .stone_type.row > .type_photo.col_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  position: relative;
}

#Material main .image_box .stone_type.row > .type_photo.col_4 > .text {
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  text-align: center;
  padding: 5px;
}

@media (max-width: 768px) {
  #Material main .image_box .stone_type.row > .type_photo.col_4 > .text {
    position: static;
    width: 100%;
    font-size: 12px;
  }
}

#Material main .wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ececec;
}

#Material main .wrapper .container .sec_stones h2 {
  text-align: center;
}

#Material main .wrapper .container .sec_stones .lead_text {
  padding-bottom: 52px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2 {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
  padding-top: 70px;
  margin-bottom: 27px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #1eaa39;
  position: absolute;
  left: 50%;
  bottom: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .notice {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row {
  margin: 0 -10px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 {
  padding: 0 10px;
  margin: auto;
  max-width: 341px;
  width: 100%;
  margin-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 img {
  border-radius: 0 30px 0 0;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 > .text {
  padding: 30px 20px;
  background-color: white;
  border-radius: 0 0 0 30px;
}

#Material main .wrapper .container .sec_stones .kanri {
  padding-bottom: 40px;
}

#Material main .wrapper .container .sec_stones .kanri h2 {
  padding-top: 50px;
}

#Material main .wrapper .container .sec_stones .kanri .lead_text {
  padding-bottom: 30px;
}

#Material main .wrapper .container .sec_stones .kanri .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Material main .wrapper .container .sec_stones .kanri .row .col_6 {
  width: 50%;
}

@media (max-width: 480px) {
  #Material main .wrapper .container .sec_stones .kanri .row .col_6 {
    width: 100%;
  }
}

#Material main .sec_plants {
  padding-bottom: 80px;
}

@media (max-width: 420px) {
  #Material main .sec_plants {
    padding-bottom: 50px;
  }
}

#Material main .sec_plants .title {
  padding-top: 58px;
  padding-bottom: 45px;
  width: 123px;
  margin: auto;
}

#Material main .sec_plants .lead_text {
  padding-bottom: 30px;
}

@media (max-width: 428px) {
  #Material main .sec_plants .image_box > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#Material main .sec_plants .image_box .text .bg_wh {
  background-color: #e5e6e7;
}

#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 428px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px;
  }
}

#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
  line-height: 1.3;
  font-size: 14px;
  padding: 6px 15px;
  background-color: #e5e6e7;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /* 値を 3 つ指定: flex-grow | flex-shrink | flex-basis */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 428px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
    padding: 20px 15px;
  }
}

#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text > p {
  font-size: 14px;
}

@media (max-width: 400px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text > p {
    font-size: 13px;
  }
}

#Material main .info01 {
  padding-bottom: 70px;
  text-align: center;
}

#Material main .info01 > span {
  border-bottom: 1px solid #1eaa39;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
}

#Material main .sec_works {
  background-color: #ececec;
}

#Material main .sec_material {
  display: none;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
#Flow main .flow_img {
  padding-bottom: 45px;
  margin: auto;
  padding-top: 30px;
  max-width: 450px;
  margin: auto;
}

#Flow main .flow_boxes {
  padding-bottom: 60px;
  margin: auto;
}

#Flow main .flow_boxes .box {
  background-color: white;
  border: 1px solid #899332;
  max-width: 855px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto auto 30px;
}

#Flow main .flow_boxes .box h3 {
  font-size: 20px;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}

#Flow main .flow_boxes .box h3::after {
  display: block;
  height: 1px;
  background-color: #899332;
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px;
}

#Flow main .flow_boxes .box h3 > .num {
  font-size: 20px;
  position: relative;
  color: white;
  padding-left: 2px;
  display: inline-block;
  margin-right: 20px;
  z-index: 10;
}

#Flow main .flow_boxes .box h3 > .num::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 33px;
  left: -8px;
  bottom: -6px;
  background-color: #899332;
  border-radius: 50%;
  z-index: -1;
}

#Flow main .flow_boxes .box .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Flow main .flow_boxes .box .row .text_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Flow main .flow_boxes .box .row .text_box .kome {
  text-indent: -16px;
  padding-left: 16px;
  font-size: 14px;
}

#Flow main .flow_boxes .box .row .text_box h3 {
  font-size: 30px;
}

#Flow main .flow_boxes .box .row .text_box h4 {
  padding-top: 20px;
  padding-bottom: 13px;
}

#Flow main .flow_boxes .box .row .text_box .howto > ul > li {
  font-size: 14px;
  padding-bottom: 8px;
}

#Flow main .flow_boxes .box .row .text_box .howto > ul > li > a {
  text-decoration: underline;
}

#Flow main .flow_boxes .box .row .text_box .howto > ul > li .icon {
  padding-bottom: 4px;
  padding-right: 10px;
}

#Flow main .flow_boxes .box .row .text_box .howto > ul > li .icon > img {
  max-width: 20px;
  vertical-align: middle;
}

#Flow main .flow_boxes .box .row .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 476px;
  width: 100%;
  padding-bottom: 20px;
}

#Flow main .flow_boxes .box.support .text_box h4 {
  padding-top: 0px;
  padding-bottom: 10px;
}

#Flow main .flow_boxes .box.support .text_box h4.support_ttl {
  padding-top: 20px;
}

/* ＝＝＝＝＝＝company＝＝＝＝＝＝*/
#company main .lead_sec {
  padding-bottom: 40px;
}

#company main .detail_box {
  padding-top: 32px;
  padding-bottom: 80px;
}

#company main .detail_box .tbl01 {
  margin: auto;
  width: 100%;
}

#company main .detail_box .tbl01 th {
  background-color: #6a6a6a;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}

#company main .detail_box .tbl01 td {
  background: white;
  padding: 20px 15px 25px;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#company main .detail_box .tbl01 td > ul > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  padding-bottom: 10px;
}

#company main .detail_box .tbl01 td > ul > li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1eaa39;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

/* ＝＝＝＝＝＝about＝＝＝＝＝＝ */
#about main {
  /*共通*/
}

#about main .lead_sec {
  padding-bottom: 0;
}

#about main .lead_sec .comment_box > .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about main .lead_sec .comment_box > .text_box > img {
  max-width: 500px;
  width: 100%;
}

#about main .lead_sec .comment_box > .photo {
  max-width: 150px;
  margin: auto;
}

#about main .title {
  padding-bottom: 37px;
}

#about main .container02 {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}

#about main .ttl_jp {
  text-align: center;
  margin: auto;
  font-size: 19px;
  padding-top: 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
  /* &::after {
            content: "";
            display: block;
            position: absolute;
            bottom: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 80px;
            height: 5px;
            background-color: black;
        }*/
}

#about main .sec_cont01, #about main .sec_cont02, #about main .sec_cont03, #about main .sec_cont04 {
  padding-top: 50px;
  padding-bottom: 40px;
}

#about main .sec_cont01 .text_box p, #about main .sec_cont02 .text_box p, #about main .sec_cont03 .text_box p, #about main .sec_cont04 .text_box p {
  padding-bottom: 25px;
  line-height: 1.7;
}

#about main .sec_cont02 h2.title {
  position: relative;
}

#about main .sec_cont02 h2.title::after {
  content: "";
  display: block;
  width: 46px;
  height: 79px;
  background: url(/images/about/bulb2.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: -90px;
}

#about main .sec_cont02 .ukeoi {
  max-width: 320px;
  margin: auto;
  padding-top: 5px;
  margin-bottom: 12px;
}

#about main .sec_cont03 .pers {
  text-align: center;
  padding-top: 10px;
  max-width: 90%;
  margin: auto auto 10px auto;
}

#about main .sec_cont04 .stones {
  text-align: center;
  padding-top: 10px;
  max-width: 260px;
  margin: auto;
}

#about main .sec_works, #about main .sec_area {
  background-color: #ececec;
}

#about main .sec_material .bg_gray {
  background-color: white;
}
