@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
/*under construction*/
#header.HeightMin ul > li > a::after {
  bottom: 0;
}

@media (max-width: 1030px) {
  #header.HeightMin ul > li > a::after {
    bottom: -3px;
  }
}

@media (max-width: 977px) {
  #header.HeightMin ul > li > a::after {
    bottom: -6px;
  }
}

#header.HeightMin {
  height: 50px;
  -webkit-animation: DownAnime 1s forwards;
          animation: DownAnime 1s forwards;
}

#header.HeightMin .logo {
  height: auto;
  width: 60px;
  bottom: 4px;
}

@media (max-width: 970px) {
  #header.HeightMin .header_inner nav ul > li > a {
    padding: 8px 9px;
  }
}

#header.HeightMin nav ul > li.sns_wrap .sns_link a img {
  width: 25px;
}

#header.HeightMin nav ul > li.sns_wrap .sns_link {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#header.HeightMin .header_inner nav ul {
  bottom: -5px;
}

#header.HeightMin header .header_inner nav ul > li > a::after {
  bottom: 0px;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#header.HeightMin header .header_inner nav {
  right: 0;
}

#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: center;
}

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

#Top .uc_footer {
  margin-top: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*end under construction*/
body {
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
span,
tr {
  font-size: 16px;
  line-height: 1.5;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:visited {
  color: #000;
}

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

a:active {
  color: #000;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

a.link:hover {
  opacity: .7;
}

.tel-link {
  pointer-events: none;
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
main {
  display: block;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 102px;
}

header .header_inner {
  position: relative;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: white;
}

header .header_inner .shadow {
  -webkit-box-shadow: 0px 0px 5px #878f97;
          box-shadow: 0px 0px 5px #878f97;
}

header .header_inner .logo {
  width: 110px;
  height: 70px;
  position: absolute;
  left: 20px;
  bottom: 15px;
}

@media (max-width: 1060px) {
  header .header_inner .logo {
    width: 84px;
    height: auto;
    bottom: 23px;
  }
}

header .header_inner .logo a {
  display: block;
}

header .header_inner .logo img {
  width: 100%;
  max-width: 105px;
}

header .header_inner nav {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: calc(100% - 194px);
}

@media (max-width: 1063px) {
  header .header_inner nav {
    width: calc(100% - 168px);
  }
  header .header_inner nav ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 925px) {
  header .header_inner nav {
    width: calc(100% - 166px);
  }
}

header .header_inner nav ul {
  /*padding-left: 30px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-right: 100px;
}

@media (max-width: 977px) {
  header .header_inner nav ul {
    padding-left: 0;
    padding-top: 7px;
  }
}

header .header_inner nav ul > li {
  display: inline-block;
}

header .header_inner nav ul > li:nth-of-type(8) {
  padding-right: 127px;
}

@media (max-width: 920px) {
  header .header_inner nav ul > li:nth-of-type(8) {
    padding-right: 115px;
  }
  header .header_inner nav ul > li:nth-of-type(8) > a {
    font-size: 12px;
  }
}

header .header_inner nav ul > li > a {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  color: #32231b;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1030px) {
  header .header_inner nav ul > li > a {
    padding: 11px;
  }
}

@media (max-width: 925px) {
  header .header_inner nav ul > li > a {
    padding: 10px;
  }
}

header .header_inner nav ul > li > a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  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;
}

@media (max-width: 1060px) {
  header .header_inner nav ul > li > a::after {
    bottom: -5px;
  }
}

@media (max-width: 1030px) {
  header .header_inner nav ul > li > a::after {
    bottom: -8px;
  }
}

header .header_inner nav ul > li > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 977px) {
  header .header_inner nav ul > li > a {
    font-size: 13px;
  }
}

header .header_inner nav ul > li.sns_wrap {
  display: inline;
}

header .header_inner nav ul > li.sns_wrap .sns_link {
  position: absolute;
  right: 0px;
  bottom: 3px;
}

header .header_inner nav ul > li.sns_wrap .sns_link a:first-child {
  padding: 10px 3px 10px 10px;
}

header .header_inner nav ul > li.sns_wrap .sns_link a:last-child {
  padding: 10px 0px 10px 3px;
}

header .header_inner nav ul > li.sns_wrap .sns_link a img {
  width: 40px;
}

main {
  margin-top: 102px;
}

main .lead_txt {
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}

.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  /*box-sizing: border-box;*/
}

@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row .col_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row .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;
}

.row .col_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.triangle_r {
  padding-right: 10px;
}

.link_btn {
  text-align: center;
}

.link_btn a {
  max-width: 260px;
  width: 100%;
  display: inline-block;
  padding: 16px 70px 16px;
  position: relative;
  background-color: black;
  color: white;
  font-size: 19px;
  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;
}

.anc {
  display: block;
  margin-top: -102px;
  padding-top: 102px;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
main .lead_sec {
  padding-top: 70px;
  padding-bottom: 100px;
}

main .lead_sec .second_tit {
  font-size: 30px;
  position: relative;
  padding-bottom: 36px;
  text-align: center;
}

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

main .lead_sec p {
  padding-top: 43px;
  text-align: center;
  line-height: 1.7;
}

.sub-header {
  height: 270px;
  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/sub_header03.jpg) no-repeat center bottom;
  position: relative;
  background-size: 100%;
}

@media (max-width: 1110px) {
  .sub-header {
    height: 230px;
  }
}

@media (max-width: 950px) {
  .sub-header {
    height: 220px;
  }
}

.sub-header::after {
  content: "";
  width: 100%;
  height: 270px;
  /*background-color: rgba(0, 0, 0, 0.17);*/
  position: absolute;
  left: 0;
  top: 0;
}

.sub-header h1 {
  font-size: 33px;
  position: relative;
  color: white;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  text-shadow: 0 0 8px black;
  z-index: 1;
}

.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
  letter-spacing: 0.2rem;
}

#blog .sub-header {
  background: #979797;
}

#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/sub_header03.jpg) no-repeat center bottom;
  background-size: 100%;
}

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

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

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

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

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

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

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

#Material .sub-header {
  background: #c0c0c0 url(/images/common/sub_header02-1.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/sub_header05.jpg) no-repeat right center;
}

/*404*/
.page404_title {
  font-size: 20px;
  padding-bottom: 15px;
}

a.link_top {
  color: #1eaa39;
  font-weight: bold;
}

a.link_top:active, a.link_top:visited, a.link_top:hover {
  color: #1eaa39;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
/*タイトル共通*/
.title {
  text-align: center;
  padding-bottom: 70px;
}

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

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

.sec_works .lead_txt {
  padding-bottom: 75px;
  text-align: center;
}

.sec_works .sliderArea {
  /*max-width: 100%;*/
  max-width: 1780px;
  overflow: hidden;
  margin: 0 auto 58px;
  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;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.sec_works .slick-slide a .text:hover {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  opacity: .7;
}

.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, .sec_works .slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  background: black;
}

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

.sec_works .slick-prev:hover::before, .sec_works .slick-next:hover::before {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.sec_works .slick-next:before {
  content: "";
  display: block;
  background: url(/images/common/slider_next.svg) no-repeat center;
  width: 18px;
  height: 30px;
  position: absolute;
  right: 16px;
  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: 630px;
  margin: 0 auto;
}

.sec_material .bg_gray {
  padding-top: 94px;
  padding-bottom: 93px;
}

.sec_material .bg_gray .lead_txt {
  padding-bottom: 75px;
  text-align: center;
}

.sec_material .bg_gray .row {
  margin: 0 -11px;
}

.sec_material .bg_gray .row .col_4 {
  padding: 0 11px;
  position: relative;
}

.sec_material .bg_gray .row .col_4 .link img {
  -webkit-transition: .3s;
  transition: .3s;
}

.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: 232px;
  height: 50px;
  left: 50%;
  bottom: -26px;
  -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: 50px;
  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: 85px;
}

.sec_area {
  padding-top: 77px;
  padding-bottom: 80px;
}

.sec_area .lead_txt {
  padding-bottom: 75px;
  text-align: center;
}

.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;
  width: calc(100% - 368px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.sec_area .area_box .text .detail .ward {
  padding-bottom: 5px;
  line-height: 1.6;
}

.sec_area .area_box .map {
  float: right;
  width: 368px;
}

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

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

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

.sec_contact .bg_contact .contact_box .phone {
  font-size: 60px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
  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;
  border-bottom: 2px solid #1eaa39;
}

.sec_contact .bg_contact .contact_box .phone .phone_icon {
  padding-right: 28px;
  margin-top: -8px;
  display: inline-block;
  padding-right: 20px;
}

.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: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}

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

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

footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  padding-right: 20px;
  padding-left: 20px;
}

footer .footer_inner .logo {
  padding: 0 16px;
  background-color: white;
  margin: 0 40px 0 50px;
  background: white;
  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;
}

@media (max-width: 1100px) {
  footer .footer_inner .logo {
    margin: 0 40px 0 30px;
  }
}

footer .footer_inner .logo img {
  width: 140px;
  height: 80px;
}

footer .footer_inner .detail {
  padding: 54px 0 60px;
  width: 45%;
}

@media (max-width: 1075px) {
  footer .footer_inner .detail {
    width: 40%;
  }
}

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

footer .footer_inner .detail address {
  line-height: 1.9;
  font-style: normal;
  font-size: 15px;
  padding-bottom: 5px;
}

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

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

footer .footer_inner .detail .copy small {
  color: white;
  text-align: left;
  font-size: 13px;
}

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

@media (max-width: 1100px) {
  footer .footer_inner .footer_menu {
    padding: 54px 30px 54px 0px;
  }
}

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;
}

#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;
}

#pageTop a:hover {
  opacity: 0.7;
}

/* 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;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
/*@keyframes fade-in {
  from {
      opacity: 0;
      transform: translateY(100px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.slide-content-active {
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: both;
}*/
#Top main {
  /*animation*/
  /*@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  .swiper-slide-active {
           
    p {
        animation-name: fade-in;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: both;
    }
  }*/
}

#Top main .swiper_con {
  position: relative;
}

#Top main .swiper {
  width: 100%;
  margin: 0px 0 30px;
  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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /*height: 586px;*/
  width: 100%;
  max-width: auto;
}

#Top main .swiper .swiper-slide {
  background-color: black;
  position: relative;
}

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

#Top main .swiper .swiper-slide .slide_ttl {
  color: #FFF;
  font-size: 55px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1050px) {
  #Top main .swiper .swiper-slide .slide_ttl {
    font-size: 40px;
  }
}

#Top main .swiper .swiper-slide .slide-content .text {
  color: #FFF;
  text-shadow: 0.5px 0.5px 3px black;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
  padding-top: 30px;
  font-weight: bold;
}

#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-top: 20px;
  padding-bottom: 52px;
}

#Top main .sec_news h2 {
  font-size: 28px;
  padding-bottom: 30px;
  text-align: center;
}

#Top main .sec_news h2 span {
  font-size: 16px;
  display: block;
  font-weight: 300;
  padding-top: 5px;
}

#Top main .sec_news ul {
  width: 72.5%;
  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;
}

#Top main .sec_news ul li .permalink .date {
  float: left;
  width: 210px;
  text-align: center;
}

#Top main .sec_news ul li .permalink h4 {
  width: calc(100% - 210px);
  display: inline-block;
  text-align: left;
  font-weight: 500;
}

#Top main .sec_news .news_list a {
  background-color: black;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px auto 0;
  width: 180px;
  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: 10px;
}

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

#Top main .sec_about h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: .1rem;
  padding-bottom: 26px;
}

#Top main .sec_about .lead_txt {
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding: 0 70px 0;
}

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

#Top main .sec_about .space_area {
  position: relative;
}

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

#Top main .sec_about .space_area .title02 {
  padding-top: clamp(3rem, 4rem, 4rem);
  font-size: 26px;
}

#Top main .sec_about .space_area .title02 span {
  border-bottom: 1px solid #000000
}

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

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


.steps{
  width: 100px;/*1フレーム分の横幅*/
  height: 100px;/*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: 8vw;
    top: 3vw;
}

@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: 30px;
}

#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: 77px;
}

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

#Top main .sec_about .detail_box h3 {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 23px;
}

#Top main .sec_about .detail_box .text {
  line-height: 1.9;
  text-align: center;
}

#Top main .sec_about .detail_box .detail_cards {
  padding-top: 66px;
  margin: 0 -12px;
}

#Top main .sec_about .detail_box .detail_cards .card {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

#Top main .sec_about .detail_box .detail_cards .card .text {
  background-color: white;
  border-radius: 0 0 0 50px;
  padding: 0 40px 40px;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 940px) {
  #Top main .sec_about .detail_box .detail_cards .card .text {
    padding: 0 30px 30px;
  }
}

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

#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: 5px;
  background-color: #1eaa39;
}

#Top main .sec_about .detail_box .detail_cards .card .text p {
  padding-top: 10px;
  line-height: 1.7;
  text-align: left;
}

#Top main .sec_about .detail_box .president_box {
  padding-top: 87px;
  padding-bottom: 100px;
  max-width: 752px;
  margin: auto;
}

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

#Top main .sec_about .detail_box .president_box .photo {
  float: left;
  width: 250px;
  position: relative;
}

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

#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: 28px;
  letter-spacing: 0.1em;
}

#Top main .sec_about .detail_box .president_box .text {
  padding-top: 65px;
  margin-left: 250px;
  padding-left: 37px;
  position: relative;
}

#Top main .sec_about .detail_box .president_box .text::before {
  content: "";
  display: block;
  width: 138px;
  height: 5px;
  background-color: white;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  position: absolute;
  top: 21px;
}

#Top main .sec_about .detail_box .president_box .text::after {
  content: "";
  display: block;
  width: 138px;
  height: 5px;
  background-color: white;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  position: absolute;
  bottom: -42px;
}

#Top main .sec_about .detail_box .president_box .text p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: -0.06em;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
#blog main {
  /*シングルページ*/
  /*施工事例 works single*/
  /* .sec_works {
            display: none;
        }*/
}

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

#blog main .wrapper .container02 {
  /*max-width: 1024px;*/
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

#blog main .wrapper .container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -22px auto;
}

#blog main .wrapper ul.blog_con > li {
  width: 33.333%;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 22px 30px;
}

#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  padding-bottom: 40px;
  position: relative;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .blog_thumb:hover {
  opacity: .7;
}

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

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

#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;
  text-align: center;
  margin-top: 20px;
  line-height: 26px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 25px;
  width: 125px;
  height: 26px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: .7;
}

#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  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 .wrapper {
  min-height: 300px;
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
}

#blog main.single-page .wrapper .cont .entryinfo {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#blog main.single-page .wrapper .cont .entryinfo .categories {
  width: 100px;
}

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

#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
}

#blog main.single-page .wrapper p {
  line-height: 1.7;
  padding-bottom: 15px;
}

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

#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 .lead_sec {
  padding-top: 88px;
  padding-bottom: 100px;
}

#blog main.works .lead_sec .second_tit {
  font-size: 30px;
  position: relative;
  padding-bottom: 36px;
  text-align: center;
}

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

#blog main.works .lead_sec p {
  padding-top: 25px;
  text-align: center;
  line-height: 1.7;
}

#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_works {
  display: none;
}

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

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

#blog main.single-page.works.work .container {
  max-width: 918px;
}

#blog main.single-page.works.work .bg_wh {
  padding-top: 50px;
  padding-bottom: 50px;
  background: white;
}

#blog main.single-page.works.work .swiper-slide {
  max-height: 500px;
  height: auto;
  width: auto;
}

@media (max-width: 1200px) {
  #blog main.single-page.works.work .swiper-slide {
    max-height: 400px;
    height: auto;
    width: auto;
  }
}

#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: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  /*padding: 10px 0;*/
}

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

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

#blog main.single-page.works.work .swiper_thumb .swiper-slide-thumb-active {
  /*opacity: 1;*/
  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 .work_detail {
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 20px 30px;
  margin: auto;
  background: #ececec;
  border-radius: 10px;
}

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

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

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

#blog main.single-page.works.work .work_detail .work_detail_text > dl > dd {
  margin-left: 120px;
  width: calc(100% - 120px);
}

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

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

#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 .work_detail .work_detail_text > dl.voice > dd {
  width: 100%;
  margin: 0;
}

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

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

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

#service main .lead_sec .sec_anc-buttons {
  padding-top: 75px;
  max-width: 890px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1100px) {
  #service main .lead_sec .sec_anc-buttons {
    max-width: 730px;
    padding-top: 65px;
  }
  #service main .lead_sec .sec_anc-buttons > a {
    width: 200px !important;
    height: 200px !important;
  }
  #service main .lead_sec .sec_anc-buttons > a div.anc-btn h3 {
    font-size: 26px;
  }
  #service main .lead_sec .sec_anc-buttons > a div.anc-btn h3.ttl_exterior, #service main .lead_sec .sec_anc-buttons > a div.anc-btn h3 .ttl_const {
    font-size: 22px;
  }
}

#service main .lead_sec .sec_anc-buttons > a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  border: 3px solid black;
  border-radius: 50%;
  height: 230px;
  width: 230px;
  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;
}

#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: 30px;
  text-align: center;
}

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

#service main .lead_sec .sec_anc-buttons > a .anc-btn h3.ttl_exterior, #service main .lead_sec .sec_anc-buttons > a .anc-btn h3.ttl_const {
  font-size: 25px;
  line-height: 1.4;
}

#service main .fix_img {
  background-image: url(/images/service/fix_img01.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 410px;
}

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

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

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

#service main .box_sec .text_box h3 {
  font-size: 22px;
  text-align: center;
}

#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: 77px;
  padding-bottom: 80px;
}

#service main .sec_construction h2 {
  width: 565px;
  margin: auto;
}

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

#service main .sec_construction .box_sec .text_box {
  width: 48%;
}

#service main .sec_design {
  padding-top: 77px;
  padding-bottom: 80px;
}

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

#service main .sec_design .box_sec {
  max-width: 700px;
  margin: auto;
}

#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 {
  float: right;
  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: calc(100% - 228px);
  padding-right: 20px;
  -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: 77px;
  padding-bottom: 40px;
}

#service main .sec_gardener h2 {
  width: 227px;
  margin: auto;
}

#service main .sec_gardener .box_sec {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service main .sec_gardener .box_sec .text_box {
  width: 48%;
}

#service main .sec_gardener .box_sec.row.row_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service main .last_txt {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  max-width: 700px;
  margin: auto;
}

#service main .last_txt::before {
  content: "";
  display: block;
  background: url(/images/service/line.svg) no-repeat center left;
  width: 107px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 80px;
}

#service main .last_txt::after {
  content: "";
  width: 107px;
  height: 100px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  display: block;
  background: url(/images/service/line.svg) no-repeat center right;
  position: absolute;
  right: 15px;
  bottom: 80px;
}

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

#Material main .notice {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 5px;
}

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

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

#Material main .lead_sec p {
  padding-bottom: 100px;
  text-shadow: 0 -2px 1px #FFF;
}

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

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

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

@media (max-width: 1200px) {
  #Material main .image_box .text .bg_wh {
    padding: 20px 27px 25px;
  }
  #Material main .image_box .text .bg_wh .point {
    bottom: 20%;
    padding-top: 20px;
  }
  #Material main .image_box .text .bg_wh .point > li {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  #Material main .image_box .text .bg_wh {
    padding: 15px 20px 15px;
  }
}

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

@media (max-width: 1000px) {
  #Material main .image_box .text .bg_wh .point {
    bottom: 12% !important;
    padding-top: 20px;
  }
  #Material main .image_box .text .bg_wh .point > li {
    font-size: 16px;
  }
}

#Material main .image_box .text .bg_wh .list {
  padding-left: 190px;
  padding-top: 16px;
}

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

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

@media (max-width: 1090px) {
  #Material main .image_box .text .bg_wh .list {
    padding-top: 24px;
  }
}

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

#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: 20px;
}

#Material main .image_box .stone_type.row > .type_photo.col_4 {
  padding: 0 10px;
  position: relative;
}

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

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

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

#Material main .wrapper .container .sec_stones .lead_text {
  text-align: center;
  padding-bottom: 72px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2 {
  padding-top: 110px;
  padding-bottom: 30px;
  position: relative;
  font-size: 27px;
  margin-bottom: 35px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2::after {
  content: "";
  display: block;
  width: 80px;
  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 .stones_ex.row {
  margin: 0 -10px;
}

#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#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 13px 13px;
  -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: 1090px) {
  #Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 > .text {
    padding: 25px 15px;
  }
}

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

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

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

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

#Material main .sec_plants .title {
  padding-top: 88px;
  padding-bottom: 70px;
  width: 226px;
  margin: auto;
}

#Material main .sec_plants .lead_text {
  padding-bottom: 72px;
  text-align: center;
}

#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 > .text {
  line-height: 1.3;
  font-size: 14px;
  padding: 6px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

@media (max-width: 1100px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 950px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
    line-height: 1.2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

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

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

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

#Material main .sec_material {
  display: none;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
/* ＝＝＝＝＝＝flow＝＝＝＝＝＝　*/
#Flow main .flow_img {
  padding-bottom: 45px;
  margin: auto;
  padding-top: 50px;
}

#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 50px;
}

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

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

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

#Flow main .flow_boxes .box h3 > .num::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -1px;
  bottom: 3px;
  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: 34px 35px 40px;
}

#Flow main .flow_boxes .box .row .text_box {
  padding-right: 25px;
  width: calc(100% - 240px);
  -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: 30px;
}

#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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 240px;
}

#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 .detail_box {
  padding-top: 77px;
  padding-bottom: 120px;
}

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

#company main .detail_box .tbl01 th {
  background-color: #6a6a6a;
  border-bottom: 1px solid #fff;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px 60px;
  text-align: center;
  white-space: nowrap;
  width: 5em;
  font-size: 18px;
  vertical-align: middle;
}

#company main .detail_box .tbl01 td {
  background: white;
  border-bottom: 1px dotted #b1b1b1;
  padding: 30px 20px 30px 40px;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}

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

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

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

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

#about main .lead_sec .comment_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

#about main .lead_sec .comment_box > .text_box > img {
  width: 600px;
}

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

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

#about main .ttl_jp {
  text-align: center;
  margin: auto;
  font-size: 28px;
  padding-top: 20px;
  font-weight: bold;
  position: relative;
  /* &::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: 90px;
  padding-bottom: 90px;
}

#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: 70px;
  height: 122px;
  background: url(/images/about/bulb2.svg) no-repeat;
  position: absolute;
  right: 107px;
  top: -157px;
}

#about main .sec_cont02 .ukeoi {
  width: 400px;
  margin: auto;
  padding-top: 30px;
}

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

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

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

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

/*==========================================
  Base
==========================================*/
/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}

main#Contact input {
  -webkit-appearance: none;
}

main#Contact input[type='text'] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

main#Contact input[type='radio'] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}

main#Contact input[type='radio']:checked + label {
  background: #ff0000;
}

main#Contact input[type='checkbox'] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}

main#Contact input[type='checkbox']:checked + label {
  background: #ff0000;
}

main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}

main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::placeholder {
  color: #b7b7b7;
}

main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}

main#Contact button,
main#Contact input[type='button'],
main#Contact input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}

main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: white !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

main#Contact input[type="text"]:focus,
main#Contact input[type="email"]:focus,
main#Contact input[type="tel"]:focus,
main#Contact input[type="search"]:focus,
main#Contact input[type="url"]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}

main#Contact .ERR {
  color: #cc0303;
}

main#Contact input[type="text"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  width: 100%;
}

main#Contact input[type="text"].zip {
  max-width: 247px;
  width: 100%;
}

main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}

main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}

main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}

main#Contact input[type="button"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

main#Contact input[type="button"]:hover {
  background: none;
}

main#Contact input[type="checkbox"] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}

main#Contact input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact input[type="checkbox"] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

main#Contact input[type="checkbox"]:checked + label {
  background: none;
}

main#Contact input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

main#Contact input[type="radio"] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}

main#Contact input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

main#Contact input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}

main#Contact input[type="radio"]:checked + label {
  background: none;
}

main#Contact input[type="radio"]:checked + label::after {
  opacity: 1;
}

main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}

main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 38px 12px 21px;
}

main#Contact .select-box select::-ms-expand {
  display: none;
}

main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}

main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}

main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}

main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}

main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}

main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}

main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}

main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}

main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}

main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#Contact .submit_area span input[type="submit"] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact .submit_area span:hover {
  background: none;
}

main#Contact .submit_area span:hover input[type="submit"] {
  color: #000;
}

main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}

main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5f4b08;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#Contact .submit_area ul.koumoku li input[type="submit"] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}

main#Contact .submit_area ul.koumoku li:hover input[type="submit"] {
  color: #000;
}

main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}

main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

main#Contact .contact_back a:hover {
  color: #000;
  background: none;
}

/*==================================
  Contact
==================================*/
main#Contact .container {
  margin: auto;
}

main#Contact .container p > a {
  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;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}

main#Contact .container p > a:hover {
  color: #704f00;
  background: -webkit-gradient(linear, left top, left bottom, from(#704f00), to(#704f00)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}

main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}

main#Contact .need {
  color: #cc0303;
}

main#Contact table {
  display: block;
}

main#Contact table tbody {
  display: block;
}

main#Contact table tr {
  display: block;
  margin-bottom: 30px;
}

main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}

main#Contact table tr td {
  display: block;
}

main#Contact table tr td .text02 {
  margin-top: 8px;
}

main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}

main#Contact .check-list li {
  display: inline-block;
}

main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
