@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 95%;
  max-width: 1050px;
  box-sizing: border-box;
  margin: 12px auto 0;
}

#breadcrumb ul {
  display: flex;
}

#breadcrumb ul li {
  font-size: 12px;
  color: #333;
}

#breadcrumb ul li a {
  font-size: 12px;
  color: #333;
}

#breadcrumb ul li:after {
  content: ">";
  margin: 0 8px;
}

#breadcrumb ul li:last-of-type:after {
  content: none;
}

#secondmainimage {
  background: url("../images/second/bg_mainimage.png") no-repeat center top/cover;
  padding: 80px 0;
}

.secondmainimage_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondmainimage_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
}

.ttlconts {
  display: flex;
  flex-direction: column-reverse;
}

.ttlcontsmain01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}

.ttlcontsmain01 span.br {
  display: block;
}

.ttlcontsmain01 span.br strong {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ece677 60%);
}

.ttlcontssub01 {
  font-size: 16px;
  font-weight: bold;
  color: #d2c8ba;
  margin-bottom: 0;
}

.second_ttl01 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 48px;
  background: url("../images/second/bg_icon01.png") no-repeat center center;
}

.second_ttl01-mainttl {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.second_ttl01-subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #d2c8ba;
  line-height: 1.5;
}

.second_ttl02 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}

.second_ttl02-mainttl {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.second_ttl02-subttl {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #d2c8ba;
  line-height: 1.5;
}

.tbl01 {
  display: block;
}

.tbl01 tbody {
  display: block;
}

.tbl01 tbody tr {
  display: flex;
  border-top: 1px solid #222;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #222;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td {
  display: block;
  box-sizing: border-box;
}

.tbl01 tbody tr th {
  width: 12em;
  border-right: 1px solid #222;
  padding: 12px;
}

.tbl01 tbody tr td {
  width: calc(100% - 12em);
  padding: 12px 24px;
}

.tbl02 {
  display: block;
}

.tbl02 thead {
  display: block;
}

.tbl02 thead tr {
  display: flex;
  border-top: 1px solid #222;
}

.tbl02 thead tr th,
.tbl02 thead tr td {
  display: block;
  box-sizing: border-box;
  background: #a69175;
  color: #fff;
  font-weight: bold;
}

.tbl02 thead tr th {
  width: 30%;
  border-right: 1px solid #222;
  padding: 12px;
}

.tbl02 thead tr td {
  width: 70%;
  padding: 12px 24px;
}

.tbl02 tbody {
  display: block;
}

.tbl02 tbody tr {
  display: flex;
  border-top: 1px solid #222;
}

.tbl02 tbody tr:last-of-type {
  border-bottom: 1px solid #222;
}

.tbl02 tbody tr th,
.tbl02 tbody tr td {
  display: block;
  box-sizing: border-box;
}

.tbl02 tbody tr th {
  width: 30%;
  border-right: 1px solid #222;
  padding: 12px;
}

.tbl02 tbody tr td {
  width: 70%;
  padding: 12px 24px;
}

.tbl02 tfoot {
  display: block;
}

.tbl02 tfoot tr {
  display: flex;
}

.tbl02 tfoot tr:last-of-type {
  border-bottom: 1px solid #222;
}

.tbl02 tfoot tr td {
  width: 100%;
  padding: 12px 24px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #c51616;
}

/*初めての方へ
----------------------------------------------------*/
.about_conts01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.about_conts02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.about_conts02 .about_conts01-img {
  margin-left: 0;
  margin-right: 56px;
}

.about_conts01-img {
  margin-left: 56px;
}

.about_conts01-img img {
  width: 30vw;
  max-width: 320px;
  height: auto;
}

.about_profile-conts {
  margin-top: 32px;
}

.about_profile-text p {
  margin-bottom: 1em;
}

.about_profile-text p:last-of-type {
  margin-bottom: 0;
}

.about_list01 ul {
  display: flex;
  flex-direction: column;
}

.about_list01 ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.about_list01 ul li:last-of-type {
  margin-bottom: 0;
}

.about_list01 ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #a67330;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_flow {
  display: flex;
  flex-wrap: wrap;
}

.about_flowconts {
  width: calc(100% / 4 - 30px);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}

.about_flowconts:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url("../images/second/about_flow-arrow01.png") no-repeat left top/contain;
  position: absolute;
  right: -27px;
  top: 22%;
}

.about_flowconts:nth-of-type(4n) {
  margin-right: 0;
}

.about_flowconts:nth-of-type(4n):after {
  content: none;
}

.about_flowconts:last-of-type:after {
  content: none;
}

.about_flowconts .about_flowconts-img {
  line-height: 0;
}

.about_flowconts .about_flowconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.about_flowconts .about_flowconts-ttl {
  margin-top: 16px;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column-reverse;
}

.about_flowconts .about_flowconts-mainttl,
.about_flowconts .about_flowconts-subttl {
  text-align: center;
}

.about_flowconts .about_flowconts-mainttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
}

.about_flowconts .about_flowconts-subttl {
  font-weight: bold;
  line-height: 1;
}

.about_flowconts .about_flowconts-textarea {
  line-height: 1.8;
}

.about_selectconts {
  margin-top: 40px;
}

.about_selectconts:first-of-type {
  margin-top: 0;
}

.about_area-conts {
  margin-top: 40px;
}

.about_area-textarea {
  margin-top: 32px;
}

.history_conts {
  display: flex;
  margin-top: 16px;
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
}

.history_conts:first-of-type {
  margin-top: 0;
}

.history_conts-age {
  width: 6em;
}

.history_conts-text {
  width: calc(100% - 6em);
}

.about_tbl01 {
  margin-bottom: 16px;
}

/*サービス費用
----------------------------------------------------*/
.price_list01 {
  margin-bottom: 1em;
}

.service_conts p {
  margin-bottom: 1em;
}

.service_conts p:last-of-type {
  margin-bottom: 0;
}

.service_priceconts {
  margin-top: 56px;
}

.service_priceconts:first-of-type {
  margin-top: 0;
}

.service_subconts {
  margin-top: 40px;
}

.service_subconts:first-of-type {
  margin-top: 0;
}

.service_textconts01 {
  margin-top: 24px;
}

/*施工事例
----------------------------------------------------*/
.works_list {
  display: flex;
  flex-wrap: wrap;
}

.works_listconts {
  width: calc(100% / 4 - 22px);
  margin-right: 28px;
  margin-bottom: 40px;
}

.works_listconts:nth-of-type(4n) {
  margin-right: 0;
}

.works_listconts:last-of-type {
  margin-right: 0;
}

.works_listconts a {
  color: #222;
  text-decoration: none;
  overflow: hidden;
}

.works_listconts a:hover .top_worksconts-img img {
  transform: scale(1.08);
}

.works_listconts-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}

.works_listconts-img {
  overflow: hidden;

  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebe7e1;
}

.works_listconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: all 0.25s linear 0s;
}

.works_pagination {
  margin-top: 40px;
}

.works_pagination ul {
  display: flex;
  justify-content: center;
}

.works_pagination ul li {
  margin: 0 6px;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid;
}

.works_pagination ul li a {
  text-decoration: none;
}

/*施工事例 記事ページ
----------------------------------------------------*/
.works_single p {
  margin-bottom: 1em;
}

.works_ba {
  display: flex;
  justify-content: space-between;
}

.works_ba-conts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 41vw;
  max-width: 465px;
}

.works_ba-conts:last-of-type {
  margin-right: 0;
}

.works_ba-conts img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 380px;
}

.works_ba-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48vw;
  max-height: 380px;
}

.works_before .works_ba-img {
  background: #ebebeb;
}

.works_after .works_ba-img {
  background: #ebe7e1;
}

.works_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 380px;
}

.works_ba-ttl01 {
  margin-top: 8px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.works_single-photolist {
  margin-top: 64px;
}

.works_single-photolist ul {
  display: flex;
  flex-wrap: wrap;
}

.works_single-photolist ul li {
  width: calc(100% / 4 - 22px);
  margin-right: 28px;
  margin-bottom: 16px;
  line-height: 0;
}

.works_single-photolist ul li:nth-of-type(4n) {
  margin-right: 0;
}

.works_single-photolist ul li:last-of-type {
  margin-right: 0;
}

.works_single-photolist ul li a {
  color: #222;
  text-decoration: none;
  overflow: hidden;
  min-height: 180px;
  max-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebe7e1;
}

.works_single-photolist ul li a:hover .top_worksconts-img img {
  transform: scale(1.08);
}

.works_single-photolist ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*お客様の声
----------------------------------------------------*/
.voice_list {
  display: flex;
  flex-wrap: wrap;
}

.voice_listconts {
  width: calc(100% / 4 - 22px);
  margin-right: 28px;
  margin-bottom: 40px;
  width: calc(100% / 4 - 22px);
  margin-right: 28px;
}

.voice_listconts:nth-of-type(4n) {
  margin-right: 0;
}

.voice_listconts a {
  color: #222;
  text-decoration: none;
  transition: all 0.25s linear 0s;
}

.voice_listconts a:hover .top_voiceconts-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.voice_listconts:last-of-type {
  margin-right: 0;
}

.voice_listconts-img {
  text-align: center;
  margin-bottom: 12px;
}

.voice_listconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.25s linear 0s;
}

.voice_listconts-ttl {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}

/*会社概要
----------------------------------------------------*/
.company_area {
  margin-top: 32px;
}

.company_map {
  margin-top: 40px;
}

.company_map iframe {
  width: 100%;
  min-height: 480px;
}

/*採用情報
----------------------------------------------------*/
.recruit_point {
  display: flex;
  width: 100%;
  margin: 40px auto;
}

.recruit_pointconts {
  display: block;
  width: calc(100% / 3);
  max-width: 326px;
  margin-right: 32px;
  position: relative;
  z-index: 1;
}

.recruit_pointconts:last-of-type {
  margin-right: 0;
}

.recruit_pointconts-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #c0b2a0;
  padding: 24px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

.recruit_pointconts-bg01 {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #c0b2a0;
  border-radius: 4px;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}

.recruit_point-img {
  margin-bottom: 16px;
}

.recruit_point-ttl {
  font-size: 26px;
  font-weight: bold;
  color: #c0b2a0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.recruit_point-ttlsub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #d2c8ba;
  line-height: 1.5;
  margin-top: 4px;
}

.recruit_subconts {
  margin-top: 40px;
}

.recruit_subconts:first-of-type {
  margin-top: 0;
}

.recruit_worklist {
  display: block;
  padding: 16px 32px 8px;
  border: 2px solid #c0b2a0;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.recruit_worklist ul {
  display: flex;
  flex-wrap: wrap;
}

.recruit_worklist ul li {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin-right: 32px;
  margin-bottom: 8px;
}

.recruit_worklist ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #c0b2a0;
  position: absolute;
  left: 0;
  top: 14px;
}

/*お問い合わせ
----------------------------------------------------*/
.contact_tel {
  margin-top: 0;
}

.contact_telnum {
  font-size: 24px;
  font-weight: bold;
  color: #a67330;
  margin-top: 16px;
}

.contact_telnum span {
  font-size: 1.5em;
  text-decoration: underline;
  line-height: 1;
}

.contact_faxnum {
  margin-top: 8px;
  font-weight: bold;
}

.contact_faxnum span {
  font-size: 1.5em;
  line-height: 1;
}

.contact_form {
  margin-top: 40px;
}

.tbl_form {
  display: block;
}

.tbl_form tbody {
  display: block;
}

.tbl_form tbody tr {
  display: flex;
  border-top: 1px solid #ccc;
}

.tbl_form tbody tr:last-of-type {
  border-bottom: 1px solid #ccc;
}

.tbl_form tbody tr th,
.tbl_form tbody tr td {
  display: block;
  padding: 16px 24px;
  box-sizing: border-box;
  background: #fff;
}

.tbl_form tbody tr th {
  width: 20em;
  text-align: left;
  border-right: 1px solid #ccc;
}

.tbl_form tbody tr th span.required {
  display: inline-block;
  margin-left: 16px;
  background: #ec1414;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
}

.tbl_form tbody tr td {
  width: calc(100% - 20em);
}

.tbl_form tbody tr td input,
.tbl_form tbody tr td textarea {
  font-size: 17px;
  box-sizing: border-box;
}

.tbl_form tbody tr td input {
  width: 100%;
}

.tbl_form tbody tr td input[type=radio] {
  width: 1em;
}

.tbl_form tbody tr td input[type=checkbox] {
  width: 1em;
}

.tbl_form tbody tr td textarea {
  width: 100%;
  min-height: 300px;
}

.form_confirm {
  margin-top: 40px;
  text-align: center;
}

.form_confirm input {
  width: 100%;
  max-width: 400px;
  padding: 12px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #a67330;
  border-radius: 8px;
  -webkit-appearance: none;
}

.form_confirm input:disabled{
  background: #999;
}
