@charset "UTF-8";
/* ///////////////////////////////////////////////

事業紹介 のスタイル

/////////////////////////////////////////////// */
/* ページタイトル */
.pagetitle {
  background-image: url(../img/service/bg-pagetitle.jpg);
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}

.menu_list li {
  width: 25%;
  padding: 25px 15px;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .menu_list li {
    padding: 15px 10px;
  }
}

@media (max-width: 520px) {
  .menu_list li {
    width: 50%;
  }
}

.menu_list a {
  display: block;
  margin-bottom: .6em;
  position: relative;
}

.menu_list a::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2E8E39;
  mix-blend-mode: multiply;
}

.menu_list a::after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_list .current a::before {
  content: "";
}

.menu_list .current a::after {
  content: url(../img/service/txt-click.svg);
}

/*
  インデックスページ
----------------------------------------------- */
.service_menu {
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  margin: 150px auto 200px;
}

@media screen and (max-width: 960px) {
  .service_menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*
  下層ページ
----------------------------------------------- */
/* レイアウト */
.sec {
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  padding-top: 150px;
  padding-bottom: 200px;
}

@media screen and (max-width: 960px) {
  .sec {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sec.bg {
  background: #F2F2F2;
  padding-top: 180px;
}

@media (max-width: 960px) {
  .sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec.bg {
    padding-top: 290px;
  }
}

/* ページ上部のリード文 */
#top_lead {
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  margin: 140px 0 -90px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  #top_lead {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#top_lead .h2 {
  width: 100%;
}

#top_lead .text {
  width: 50%;
}

#top_lead .text p {
  font-size: 18rem;
  font-weight: bold;
  line-height: 2;
}

#top_lead .image {
  width: 50%;
  padding-left: 100px;
}

@media (max-width: 960px) {
  #top_lead {
    margin: 70px 0 -190px;
  }
  #top_lead .h2 br {
    display: none;
  }
  #top_lead .h2 .ja {
    font-size: 24px;
  }
  #top_lead .text {
    width: 100%;
  }
  #top_lead .text p {
    font-size: 16rem;
  }
  #top_lead .image {
    width: auto;
    padding: 30px 0 0;
    margin-right: -30px;
  }
}

/* ※※※※ 実績一覧 */
#works {
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  margin: 150px 0;
  display: none;
}

@media screen and (max-width: 960px) {
  #works {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 960px) {
  #works {
    margin: 100px 0;
  }
}

#works .works_slider {
  margin-bottom: 80px;
}

#works .works_slider::after {
  position: absolute;
  top: -10px;
  bottom: -20px;
  right: calc(100% + 10px);
  width: 100%;
  content: "";
  background: #fff;
}

@media (max-width: 960px) {
  #works .works_slider {
    margin-bottom: 50px;
  }
}

#works .works_slider .works_item {
  width: 320px;
  margin: 0 15px;
}

@media (max-width: 960px) {
  #works .works_slider .works_item {
    width: 230px;
    margin: 0 10px;
  }
}

#works .works_slider .works_item .category {
  font-size: 20rem;
}

@media (max-width: 960px) {
  #works .works_slider .works_item .category {
    font-size: 14px;
  }
}

#works .works_slider .works_item .post_meta .date {
  font-size: 12rem;
}

#works .works_slider .works_item .post_meta .title {
  font-size: 18rem;
}

@media (max-width: 960px) {
  #works .works_slider .works_item .post_meta .title {
    font-size: 16rem;
  }
}

/* お問い合わせ */
.nav_contact {
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  margin: 150px 0 200px;
}

@media screen and (max-width: 960px) {
  .nav_contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nav_contact a {
  display: flex;
  background: #2E8E39;
}

.nav_contact a:hover {
  text-decoration: none;
}

.nav_contact a:hover img {
  opacity: 1;
}

.nav_contact a:hover .text .label::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.nav_contact .image {
  width: 40%;
}

.nav_contact .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.nav_contact .text .ja {
  font-size: 36rem;
}

.nav_contact .text .en {
  margin-top: .5em;
  font-size: 18rem;
  opacity: .5;
}

.nav_contact .text .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 65px;
  padding: 0 30px;
  background: #000;
}

.nav_contact .text .label::after {
  content: url(../img/common/mrk-right-w.svg);
  transition: all .2s;
}

@media (max-width: 960px) {
  .nav_contact {
    margin: 100px 0;
  }
  .nav_contact a {
    max-width: 300px;
    margin: auto;
    flex-direction: column;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .nav_contact .image {
    width: 100%;
  }
  .nav_contact .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nav_contact .text {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 30px 20px 80px;
    color: #fff;
  }
  .nav_contact .text .ja {
    font-size: 18px;
  }
  .nav_contact .text .en {
    font-size: 12px;
  }
  .nav_contact .text .label {
    width: 185px;
    height: 50px;
    padding: 0 20px;
  }
}

/* 事業紹介メニュー */
.other_service {
  background: url(../img/service/bg-other.jpg) center/cover;
  padding-left: calc(50% - 450px);
  padding-right: calc(50% - 450px);
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 960px) {
  .other_service {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.other_service .h2 {
  color: #fff;
}

.other_service .menu_list {
  color: #fff;
}

@media (max-width: 960px) {
  .other_service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.dismantling .other_service .dismantling a::before,
.asbest .other_service .asbest a::before,
.public .other_service .public a::before,
.property .other_service .property a::before,
.architecture .other_service .architecture a::before,
.recycle .other_service .recycle a::before,
.mowing .other_service .mowing a::before,
.snow .other_service .snow a::before {
  content: "";
}

.dismantling .other_service .dismantling a::after,
.asbest .other_service .asbest a::after,
.public .other_service .public a::after,
.property .other_service .property a::after,
.architecture .other_service .architecture a::after,
.recycle .other_service .recycle a::after,
.mowing .other_service .mowing a::after,
.snow .other_service .snow a::after {
  content: url(../img/service/txt-click.svg);
}

/* 番号付きの【画像＋テキスト】ブロック */
.numbered_sec {
  display: flex;
  flex-wrap: wrap;
}

.numbered_sec + .numbered_sec {
  margin-top: 100px;
}

@media (max-width: 960px) {
  .numbered_sec {
    flex-direction: column-reverse;
  }
}

.numbered_sec .text {
  width: 60%;
  padding: 0 75px;
}

.numbered_sec .text h3 {
  margin-bottom: .7em;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .numbered_sec .text {
    width: 100%;
    padding: 25px 0 0;
  }
}

.numbered_sec .image {
  width: 40%;
  position: relative;
}

.numbered_sec .image::after {
  position: absolute;
  top: -.35em;
  color: #2E8E39;
  font-size: 100rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 960px) {
  .numbered_sec .image {
    width: 100%;
  }
}

.numbered_sec:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.numbered_sec:nth-of-type(odd) .image::after {
  left: -.2em;
}

@media (max-width: 960px) {
  .numbered_sec:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.numbered_sec:nth-of-type(even) .image::after {
  right: -.2em;
}

.numbered_sec:nth-of-type(1) .image::after {
  content: "01";
}

.numbered_sec:nth-of-type(2) .image::after {
  content: "02";
}

.numbered_sec:nth-of-type(3) .image::after {
  content: "03";
}

.numbered_sec:nth-of-type(4) .image::after {
  content: "04";
}

.numbered_sec:nth-of-type(5) .image::after {
  content: "05";
}

.numbered_sec:nth-of-type(6) .image::after {
  content: "06";
}

.boxW {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
}

@media (max-width: 960px) {
  .boxW {
    padding: 30px;
  }
}

.boxW h3 {
  margin-bottom: 1.1em;
  font-size: 18rem;
  font-weight: bold;
}

.boxW h3.border {
  border-bottom: 1px solid #ccc;
  padding-bottom: .7em;
  margin-bottom: .6em;
}

/*
  解体工事
----------------------------------------------- */
/* ページタイトル */
.dismantling .pagetitle {
  background-image: url(../img/service/dismantling/bg-pagetitle.jpg);
}

/*
  不動産
----------------------------------------------- */
/* ページタイトル */
.property .pagetitle {
  background-image: url(../img/service/property/bg-pagetitle.jpg);
}

/* 晴耕舎の不動産サービス */
#property_service .services {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  #property_service .services {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
  }
}

#property_service .services > * {
  flex-basis: 33.333%;
  flex-grow: 9;
  min-width: 300px;
}

#property_service .services i {
  color: #2E8E39;
  font-size: 100rem;
  font-weight: bold;
  font-style: normal;
}

#property_service .services h3 {
  margin-top: .6em;
  margin-bottom: .8em;
  font-size: 24rem;
  font-weight: bold;
}

#property_service .boxW {
  margin: 100px 0;
}

#property_service .boxW p + h3 {
  margin-top: 2.2em;
}

#property_service .boxW .btn_more {
  margin-left: 0;
  margin-top: 2em;
}

#property_service .btn_information {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 0 70px;
  border: 5px solid #000;
  position: relative;
}

@media (max-width: 960px) {
  #property_service .btn_information {
    padding: 0 40px 30px;
    height: 250px;
  }
}

#property_service .btn_information h2 {
  margin-bottom: 0;
}

#property_service .btn_information .label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 65px;
  padding: 0 30px;
  background: #000;
  color: #fff;
}

#property_service .btn_information .label::after {
  content: url(../img/common/mrk-right-w.svg);
  transition: all .2s;
}

@media (max-width: 960px) {
  #property_service .btn_information .label {
    width: 185px;
    height: 50px;
    padding: 0 20px;
  }
}

#property_service .btn_information:hover {
  text-decoration: none;
  background: url(../img/service/property/bg-info.png) no-repeat center/cover;
  color: #fff;
}

#property_service .btn_information:hover .label::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.property_contact {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 40px 30px;
}

.property_contact a {
  display: inline-block;
  background: none;
}

.property_contact h3 {
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.7;
}

.property_contact p {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  line-height: 1;
}

.property_contact .tel {
  font-size: 36rem;
  white-space: nowrap;
  font-weight: bold;
}

.property_contact .tel a {
  font-size: 54rem;
  box-shadow: none;
}

.property_contact small {
  margin: 1em 0 1.5em;
}

@media (max-width: 960px) {
  .property_contact {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0px;
  }
  .property_contact p {
    padding: 20px 0 0;
  }
  .property_contact .tel {
    font-size: 29rem;
  }
  .property_contact .tel a {
    font-size: 42rem;
  }
}

/*
  土木工事
----------------------------------------------- */
/* ページタイトル */
.public .pagetitle {
  background-image: url(../img/service/public/bg-pagetitle.jpg);
}

/*
  アスベスト除去
----------------------------------------------- */
/* ページタイトル */
.asbest .pagetitle {
  background-image: url(../img/service/asbest/bg-pagetitle.jpg);
}

/* 資格者 */
#qualification {
  padding-bottom: 0;
}

#qualification .boxW p {
  width: 100%;
  font-weight: bold;
}

#qualification .boxW section {
  width: 50%;
  margin-top: 50px;
}

#qualification .boxW section:nth-of-type(1) {
  padding-right: 25px;
}

#qualification .boxW section:nth-of-type(2) {
  padding-left: 25px;
}

#qualification .boxW section dl {
  display: flex;
  flex-wrap: wrap;
}

#qualification .boxW section dl dt {
  width: calc(100% - 3em);
}

#qualification .boxW section dl dd {
  width: 3em;
  text-align: right;
}

@media (max-width: 960px) {
  #qualification .boxW section {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
  }
}

/* アスベスト工数件数 */
#data {
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  #data {
    padding-bottom: 30px;
  }
}

#data .data {
  width: 100%;
  margin: -5px 0;
}

#data .data th, #data .data td {
  padding: 5px 0;
  font-size: 18rem;
  font-weight: bold;
  white-space: nowrap;
}

#data .data th {
  padding-right: 1.5em;
}

#data .data th i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  width: 37px;
  height: 22px;
  background: #2E8E39;
  border-radius: 3px;
  color: #fff;
  font-style: normal;
  font-size: 14rem;
}

#data .data td {
  width: 100%;
}

#data .data td span {
  display: inline-block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  margin-right: 10px;
  height: 40px;
  background-image: linear-gradient(to right, #64FF76, #2E8E39);
}

#data .data td em {
  font-family: 'Roboto', sans-serif;
  font-size: 32rem;
}

@media (max-width: 960px) {
  #data .data th, #data .data td {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 17rem;
  }
  #data .data td span {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    height: 25px;
  }
}

/* アスベスト除去工事の主な流れ */
@media (max-width: 960px) {
  #flow {
    padding-top: 100px;
  }
  #flow .flow_wrap {
    overflow-x: scroll;
  }
}

#flow ol li {
  display: flex;
  align-items: center;
  position: relative;
}

#flow ol li::before {
  position: absolute;
  top: 25px;
  left: 120px;
  bottom: -75px;
  width: 3px;
  content: "";
  background: #2E8E39;
}

#flow ol li:last-child::before {
  display: none;
}

#flow ol li + li {
  margin-top: 50px;
}

@media (max-width: 960px) {
  #flow ol {
    display: flex;
    width: 2500px;
  }
  #flow ol li {
    flex-direction: column;
    width: 150px;
    margin-right: 100px;
    padding-top: 90px;
  }
  #flow ol li::before {
    top: 60px;
    left: 20px;
    right: -130px;
    width: auto;
    height: 3px;
  }
  #flow ol li + li {
    margin-top: 0;
  }
}

#flow i {
  position: absolute;
  top: 0;
  left: 0;
  color: #2E8E39;
  font-size: 64rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

#flow i::after {
  position: absolute;
  top: 50%;
  left: 111.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "";
  background: #2E8E39;
}

@media (max-width: 960px) {
  #flow i {
    font-size: 42px;
  }
  #flow i::after {
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13px;
    height: 13px;
  }
}

#flow .image {
  width: 50%;
  padding-left: 180px;
}

@media (max-width: 960px) {
  #flow .image {
    width: 100%;
    padding: 0 0 15px;
  }
}

#flow .text {
  width: 50%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

#flow .text strong {
  margin-bottom: .4em;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 960px) {
  #flow .text {
    width: 100%;
    padding: 0;
  }
  #flow .text strong {
    font-size: 18px;
  }
}

/*
  建築
----------------------------------------------- */
/* ページタイトル */
.architecture .pagetitle {
  background-image: url(../img/service/architecture/bg-pagetitle.jpg);
}

/* 晴耕舎の建築 */
#architecture_about .numbered_sec .befor-after {
  margin-top: 30px;
  width: 70%;
}

#architecture_about .numbered_sec .befor-after.right {
  margin-right: auto;
}

#architecture_about .numbered_sec .befor-after.left {
  margin-left: auto;
}

@media (max-width: 960px) {
  #architecture_about .numbered_sec {
    flex-direction: column;
  }
  #architecture_about .numbered_sec .image {
    order: 0;
  }
  #architecture_about .numbered_sec .text {
    order: 2;
  }
  #architecture_about .numbered_sec .befor-after {
    order: 1;
    width: 100%;
  }
}

#architecture_about .boxW {
  margin-top: 100px;
}

#architecture_about .boxW h3 {
  width: 100%;
}

#architecture_about .boxW h4 {
  border-bottom: 1px solid #aaa;
  padding-bottom: .9em;
  margin-bottom: .6em;
  font-weight: bold;
}

#architecture_about .boxW section {
  width: 50%;
  margin-top: 10px;
}

#architecture_about .boxW section:nth-of-type(1) {
  padding-right: 25px;
}

#architecture_about .boxW section:nth-of-type(2) {
  padding-left: 25px;
}

#architecture_about .boxW section .btn_more {
  margin-top: 15px;
}

@media (max-width: 960px) {
  #architecture_about .boxW section {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px;
  }
}

/*
  コンクリートリサイクル
----------------------------------------------- */
/* ページタイトル */
.recycle .pagetitle {
  background-image: url(../img/service/recycle/bg-pagetitle.jpg);
}

.recycle #top_lead {
  margin-bottom: 100px;
}

/* 処分費・販売価格 */
#recycle_price {
  padding-top: 100px;
}

#recycle_price .lead {
  margin-bottom: 4em;
}

#recycle_price .flex {
  margin: 0 -30px;
}

#recycle_price .flex section {
  width: 50%;
  padding: 0 30px;
}

#recycle_price .flex section + section {
  border-left: 1px solid #ccc;
}

@media (max-width: 960px) {
  #recycle_price .flex section {
    width: 100%;
  }
  #recycle_price .flex section + section {
    border: none;
    margin-top: 50px;
  }
}

#recycle_price h3 {
  margin-bottom: .9em;
  font-size: 24rem;
  font-weight: bold;
}

#recycle_price p {
  font-weight: bold;
}

#recycle_price ul {
  margin-top: .8em;
}

/* 五十土プラント */
#ikazuchi_plant {
  padding-left: calc(50% - 450px);
  padding-top: 150px;
}

@media screen and (max-width: 960px) {
  #ikazuchi_plant {
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  #ikazuchi_plant {
    padding-top: 100px;
  }
}

#ikazuchi_plant .gmap iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 960px) {
  #ikazuchi_plant .gmap {
    margin: 0 -20px;
  }
  #ikazuchi_plant .gmap iframe {
    height: 200px;
  }
}

#ikazuchi_plant .access {
  display: flex;
  flex-wrap: wrap;
}

#ikazuchi_plant .access dt, #ikazuchi_plant .access dd {
  margin-top: 1.5em;
}

#ikazuchi_plant .access dt {
  width: 180px;
  font-weight: bold;
}

#ikazuchi_plant .access dd {
  width: calc(100% - 180px);
}

@media (max-width: 960px) {
  #ikazuchi_plant .access {
    flex-direction: column;
  }
  #ikazuchi_plant .access dt, #ikazuchi_plant .access dd {
    width: 100%;
  }
  #ikazuchi_plant .access dd {
    margin-top: .4em;
  }
}

/*
  草刈り・伐採
----------------------------------------------- */
/* ページタイトル */
.mowing .pagetitle {
  background-image: url(../img/service/mowing/bg-pagetitle.jpg);
}

/*
  除雪
----------------------------------------------- */
/* ページタイトル */
.snow .pagetitle {
  background-image: url(../img/service/snow/bg-pagetitle.jpg);
}
