@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------------
	base setting
-----------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,button,h1,h2,h3,h4,h5,h6,input,option,select,table,textarea{
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Roboto","游ゴシック Medium","Yu Gothic Medium","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
	line-height: 1.1;
}

/* <uniquifier>: Use a unique and descriptive class name */
/* <weight>: Use a value from 100 to 900 */

.m-plus-2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-color: #f6f6f6;
  font-size: 16px;
}

ul, ol {
  list-style: none;
}

a:link {
	color: #0d7c4a;
	text-decoration: none;
}

a:visited {
	color: #0d7c4a;
	text-decoration: none;
}

a:hover {
	color: #0d7c4a;
	text-decoration: underline;
}

a:active {
	color: #0d7c4a;
	text-decoration: none;
}

a:img {
  display: block;
  transition: 0.3s;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.btn {
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.5;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------------
	common layout
-----------------------------------------------------------------------------------------------------------*/
#wraper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

.content-width {
	width: 100%;
	margin: 0 auto;
}

.pc-only {
  display: block;
}
.tab-only {
  display: block;
}
.sp-only {
  display: none;
}
.sp-tab-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 24px;
    margin: 0 auto;
  }

  .content-width {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .sp-tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px){
  .container {
    width: 100%;
  }

  .content-width {
    width: 92vw;
  }

  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tab-only {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	text
-----------------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,.num,.btn {
  font-feature-settings: "palt" 1;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.h-large {
  font-size: 133%;
}
.h-num {
  font-size: 167%;
}
.txt {
  font-feature-settings: "pkna" 1;
}
.bold {
  font-weight: 700;
}
.body-txt {
  font-size: 18px;
  font-feature-settings: "pkna" 1;
  line-height: 1.75em;
  text-align: justify;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.white {
  color: #ffffff !important;
}
.blue {
  color: #00afcc !important;
}
.orange {
  color: #0d7c4a !important;
}
.red {
  color: #ff0000 !important;
}
.marker {
  background: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {

}

@media screen and (max-width: 767px) {
  .body-txt {
    font-size: 1em;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------------------------*/
header {
  display: flex;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  align-items: center;
  z-index: 100;
}

header .inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-title {
  display: flex;
  align-items: center;
  gap: 3em;
}

header .header-title .logo {
  width: 210px;
  height: 72px;
  background-image: url("../img/and-exterior/head-logo.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header .header-cta {
  display: flex;
  justify-content: center;
}
header .header-cta a {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: 60px;
  background-color: #0d7c4a;
  border-radius: 100vmax;
  padding: 20px;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
header .header-cta a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/and-exterior/icon-entry.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mitsu__page .page-header .form .link {
  background-color: #33b16d;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 80px;
  }
  header .header-title {
    gap: 1em;
  }
  header .header-title .logo {
    width: 168px;
    height: 57.6px;
  }

  header .site-lead {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #303030;
    padding-left: 26px;
    line-height: 1.15;
  }

  header .header-cta a {
    width: 240px;
    height: 60px;
    padding: 20px;
    font-size: 1.125em;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 16vw;
    padding: 1.33vw 2.67vw;
  }

  header .header-title .logo {
    width: 31.33vw;
    height: 10.67vw;
  }

  header .site-lead {
    display: none;
  }

  header .header-cta a {
    width: 50vw;
    height: 10.67vw;
    padding: 1vw;
    font-size: 3.2vw;
  }

  header .header-cta a::before {
    left: 20px;
    width: 4.8vw;
    height: 4.8vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	業者一覧・業者詳細・口コミ詳細ページ＜共通＞
-----------------------------------------------------------------------------------------------------------*/
/*------------------------
星評価
------------------------*/
.evaluation {
  display: flex;
  align-items: center;
}
.evaluation h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin-right: 1.5em;
}
/*-- 星部分 --*/
.star-rating {
  position: relative;
  display: flex;
  height: 30px;
  line-height: 1;
  margin-right: 20px;
}
.star-rating span {
  display: inline-flex;
  width: 30px;
  height: 29px;
}
.star-rating span:not(:first-child) {
  margin-left: 5px;
}
.star-rating > span {
  background-image: url("../img/and-exterior/review-star-off.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 29px;
}
.star-rating-visible {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
}
.star-rating-visible > span {
  background-image: url("../img/and-exterior/review-star-on.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 29px;
}
/*評価0.5*/
.star-rating-05 .star-rating-visible {
  width: calc(30px * 0.5);
}
/*評価1*/
.star-rating-1 .star-rating-visible {
  width: 30px;
}
/*評価1.5*/
.star-rating-15 .star-rating-visible {
  width: calc(30px * 1.5 + 5px);
}
/*評価2*/
.star-rating-2 .star-rating-visible {
  width: calc(30px * 2 + 5px);
}
/*評価2.5*/
.star-rating-25 .star-rating-visible {
  width: calc(30px * 2.5 + 10px);
}
/*評価3*/
.star-rating-3 .star-rating-visible {
  width: calc(30px * 3 + 10px);
}
/*評価3.5*/
.star-rating-35 .star-rating-visible {
  width: calc(30px * 3.5 + 15px);
}
/*評価4*/
.star-rating-4 .star-rating-visible {
  width: calc(30px * 4 + 15px);
}
/*評価4.5*/
.star-rating-45 .star-rating-visible {
  width: calc(30px * 4.5 + 20px);
}
/*評価5*/
.star-rating-5 .star-rating-visible {
  width: calc(30px * 5 + 20px);
}

.evaluation .score {
  font-size: 1.125em;
  font-weight: 600;
  color: #2c2c2c;
}
.evaluation .score .point-num {
  font-size: 2.5em;
  color: #0d7c4a;
}

/*-- 施工事例Photo --*/
.com-example ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.com-example ul li {
  width: 135px;
  height: auto;
}
.com-example ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .evaluation h4 {
    font-size: 1.125em;
    margin-right: 1.5em;
  }

  /*-- 星部分 --*/
  .star-rating {
    height: 24px;
    margin-right: 20px;
  }
  .star-rating span {
    width: 24px;
    height: 24px;
  }
  .star-rating span:not(:first-child) {
    margin-left: 5px;
  }
  .star-rating > span {
    background-size: 24px;
  }
  .star-rating-visible {
    height: 24px;
  }
  .star-rating-visible > span {
    background-size: 24px;
  }
  /*評価0.5*/
  .star-rating-05 .star-rating-visible {
    width: calc(24px * 0.5);
  }
  /*評価1*/
  .star-rating-1 .star-rating-visible {
    width: 24px;
  }
  /*評価1.5*/
  .star-rating-15 .star-rating-visible {
    width: calc(24px * 1.5 + 5px);
  }
  /*評価2*/
  .star-rating-2 .star-rating-visible {
    width: calc(24px * 2 + 5px);
  }
  /*評価2.5*/
  .star-rating-25 .star-rating-visible {
    width: calc(24px * 2.5 + 10px);
  }
  /*評価3*/
  .star-rating-3 .star-rating-visible {
    width: calc(24px * 3 + 10px);
  }
  /*評価3.5*/
  .star-rating-35 .star-rating-visible {
    width: calc(24px * 3.5 + 15px);
  }
  /*評価4*/
  .star-rating-4 .star-rating-visible {
    width: calc(24px * 4 + 15px);
  }
  /*評価4.5*/
  .star-rating-45 .star-rating-visible {
    width: calc(24px * 4.5 + 20px);
  }
  /*評価5*/
  .star-rating-5 .star-rating-visible {
    width: calc(24px * 5 + 20px);
  }

  .evaluation .score {
    font-size: 1.125em;
  }
  .evaluation .score .point-num {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .evaluation h4 {
    font-size: 1.125em;
    margin-right: 3vw;
  }
  .evaluation .star-rating,
  .score-header .star-rating {
    height: 4.4vw;
    margin-right: 3vw;
  }
  .evaluation .star-rating span,
  .score-header .star-rating span {
    width: 4.5vw;
    height: 4.4vw;
  }
  .evaluation .star-rating span:not(:first-child),
  .score-header .star-rating span:not(:first-child) {
    margin-left: 1vw;
  }
  .evaluation .star-rating > span,
  .score-header .star-rating > span {
    background-size: 4.5vw 4.4vw;
  }
  .evaluation .star-rating-visible,
  .score-header .star-rating-visible {
    height: 4.4vw;
  }
  .evaluation .star-rating-visible > span,
  .score-header .star-rating-visible > span {
    background-size: 4.5vw 4.4vw;
  }
  /*評価0.5*/
  .star-rating-05 .star-rating-visible {
    width: calc(4.5vw * 0.5);
  }
  /*評価1*/
  .star-rating-1 .star-rating-visible {
    width: 4.5vw;
  }
  /*評価1.5*/
  .star-rating-15 .star-rating-visible {
    width: calc(4.5vw * 1.5 + 1vw);
  }
  /*評価2*/
  .star-rating-2 .star-rating-visible {
    width: calc(4.5vw * 2 + 1vw);
  }
  /*評価2.5*/
  .star-rating-25 .star-rating-visible {
    width: calc(4.5vw * 2.5 + 2vw);
  }
  /*評価3*/
  .star-rating-3 .star-rating-visible {
    width: calc(4.5vw * 3 + 2vw);
  }
  /*評価3.5*/
  .star-rating-35 .star-rating-visible {
    width: calc(4.5vw * 3.5 + 3vw);
  }
  /*評価4*/
  .star-rating-4 .star-rating-visible {
    width: calc(4.5vw * 4 + 3vw);
  }
  /*評価4.5*/
  .star-rating-45 .star-rating-visible {
    width: calc(4.5vw * 4.5 + 4vw);
  }
  /*評価5*/
  .star-rating-5 .star-rating-visible {
    width: calc(4.5vw * 5 + 4vw);
  }

  .evaluation .score {
    font-size: 3.6vw;
  }
  .evaluation .score .point-num {
    font-size: 6vw;
  }

  /*-- 施工事例Photo --*/
  .com-example ul li {
    width: 27vw;
    height: 20vw;
    margin-bottom: 2vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	MV
-----------------------------------------------------------------------------------------------------------*/
.mv, .mv-under {
  background-color: #fff;
  border: 1px solid #0d7c4a;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.mv h1, .mv-under h2 {
  font-size: 2em;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.2;
}

.mv .mv-kuchi, .mv-under .mv-kuchi {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mv, .mv-under {
    padding: 32px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .mv, .mv-under {
    border-radius: 10px;
    padding: 4vw 5vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .mv h1, .mv-under h2 {
    font-size: 6vw;
  }
  .mv .mv-kuchi, .mv-under .mv-kuchi {
    font-size: 4vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	会社一覧ページ
-----------------------------------------------------------------------------------------------------------*/
/*-- 市区町村一覧リスト --*/
#city-container {
  margin: 3% 0;
}

ul.city-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
  width: 100%;
}

ul.city-list li {
  width: 17%;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
}
/*最後の行にある要素だけマージンをなくす*/
ul.city-list li:nth-last-child(-n + 5) {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.city-list li {
    margin-bottom: 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.city-list {
    align-items: flex-start;
    gap: 4%;
  }
  ul.city-list li {
    width: 22%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.2;
  }
}

/*-- 会社一覧・口コミ一覧タブ --*/
.switch-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 20px;
  margin: 0 auto 20px;
}
.switch-btn {
  display: inline-flex;
  flex: 0 0 49%;
  height: auto;
  padding: 20px 0;
  background-color: #0d7c4a;
  border-radius: 100vmax;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.switch-btn.disabled {
  background-color: #fff;
  border: 1px solid #0d7c4a;
  color: #0d7c4a;
}
/*-- アイコン・タブ選択時 --*/
.switch-btn:first-child .tab-txt::before {
  background-image: url("../img/and-exterior/icon-shop-on.svg");
}
.switch-btn:last-child .tab-txt::before {
  background-image: url("../img/and-exterior/icon-review-on.svg");
}
/*-- アイコン・タブ非選択時 --*/
.switch-btn.disabled:first-child .tab-txt::before {
  background-image: url("../img/and-exterior/icon-shop-off.svg");
}
.switch-btn.disabled:last-child .tab-txt::before {
 background-image: url("../img/and-exterior/icon-review-off.svg");
}
.switch-btn .tab-txt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.switch-btn .tab-txt {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .switch-btn {
    font-size: 1.25em;
  }

  .switch-btn .tab-txt::before {
    width: 25.6px;
    height: 25.6px;
  }
}

@media screen and (max-width: 767px) {
  .switch-btn-wrap {
    column-gap: 2.67vw;
    margin: 0 auto;
  }
  .switch-btn {
    padding: 2.4vw 0;
    font-size: 4vw;
    line-height: 1.2;
  }
  .switch-btn .tab-txt::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .switch-btn .tab-txt {
    column-gap: 2.4vw;
    text-align: center;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	業者/口コミ一覧・業者/口コミ詳細＜一部共通＞
-----------------------------------------------------------------------------------------------------------*/
.shop-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.shop-container .shop-box,
.shop-container .review-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
.shop-container .shop-box:not(:last-child),
.shop-container .review-box:not(:last-child) {
  margin-bottom: 50px;
}

.shop-box .head/*,
.review-box .review-head*/ {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.shop-box .head .shop-name,
.review-box .shop-name {
  padding: 10px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /*--業者一覧・業者詳細＜共通＞--*/
  .shop-container .shop-box,
  .shop-container .review-box {
    padding: 32px;
  }

  .shop-container .shop-box:not(:last-child),
  .shop-container .review-box:not(:last-child) {
    margin-bottom: 40px;
  }

  .shop-box .head/*,
.review-box .review-head*/ {
    display: block;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .shop-container {
    border-radius: 0;
    padding: 5vw 4vw;
  }

  /*--業者一覧・業者詳細＜共通＞--*/
  .shop-container .shop-box,
  .shop-container .review-box {
    padding: 5vw 4vw;
  }

  .shop-container .shop-box:not(:last-child),
  .shop-container .review-box:not(:last-child) {
    margin-bottom: 8vw;
  }

  .shop-box .head/*,
.review-box .review-head*/ {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5vw;
  }
}

/*--------------------------------------
　一覧/詳細ページ社名
--------------------------------------*/
.shop-box .shop-name h2,
.review-box .shop-name h2,
.shop-review-name h1,
.shop-detail-name h1,
.shop-box.detail h2,
.other-container h3 {
  display: flex;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  color: #0d7c4a;
  margin-bottom: 30px;
}

/* 所在地 */
.shop-box .shop-name h3,
.review-box .shop-name h3,
.shop-detail-name h2,
.other-container h4 {
  font-size: 1.125em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop-box .shop-name h2,
  .review-box .shop-name h2,
  .shop-review-name h1,
  .shop-detail-name h1,
  .shop-box.detail h2,
  .other-container h3 {
    display: block;
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  /* 所在地 */
  .shop-box .shop-name h3,
  .review-box .shop-name h3,
  .shop-detail-name h2,
  .other-container h4 {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .shop-box .shop-name h2,
  .review-box .shop-name h2,
  .shop-review-name h1,
  .shop-detail-name h1,
  .shop-box.detail h2,
  .other-container h3 {
    display: block;
    font-size: 1.5em;
    margin-bottom: 3vw;
  }

  /* 所在地 */
  .shop-box .shop-name h3,
  .shop-detail-name h2 {
    font-size: 1em;
    margin-bottom: 3vw;
  }
}

/*--------------------------------------
　会社一覧ページ
--------------------------------------*/
.shop-box .short-range {
  width: fit-content;
  background-color: #f6f6f6;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #0d7c4a;
  margin-bottom: 1em;
}
.shop-box .head .evaluation {
  width: 520px;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 30px;
  display: inline-flex;
  align-items: flex-end;
  word-break: break-all;
}

.shop-box .shop-body {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.shop-box .shop-body .logo {
  width: 280px;
  height: 200px;
  border: 5px solid #f5f5f5;
  padding: 20px;
  align-content: center;
  text-align: center;
}
.shop-box .shop-body .logo img {
  display: inline-block;
  width: 180px;
}

.shop-box .shop-body .body-txt {
  width: 750px;
}

.shop-box .construction h4 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 32px;
  padding-left: 50px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 600;
  color: #0d7c4a;
}
.shop-box .construction h4::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../img/and-exterior/icon-const-h.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.shop-box .construction ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 40px;
}
.shop-box .construction ul li {
  display: flex;
  flex-wrap: nowrap;
  width: 255px;
  height: auto;
  padding: 10px;
  border: 1px solid #d1dfd7;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: 600;
  color: #0d7c4a;
}
.shop-box .construction ul li .pic {
  background-color: #eaf4ee;
  border-radius: 100vmax;
  width: 60px;
  height: 60px;
}
.shop-box .construction ul li .txt {
  width: 180px;
  text-align: center;
  align-content: center;
  line-height: 1.25;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop-box .head .evaluation {
    width: 520px;
    padding: 24px;
  }

  .shop-box .shop-body {
    margin-bottom: 48px;
  }
  .shop-box .shop-body .logo {
    width: 25%;
    height: 160px;
    padding: 16px;
  }
  .shop-box .shop-body .logo img {
    display: inline-block;
    width: 144px;
  }

  .shop-box .shop-body .body-txt {
    width: 70%;
  }

  #boss .shop-body .boss-photo {
    width: 25%;
    height: 160px;
    padding: 16px;
  }

  .shop-box .construction h4::before {
    width: 32px;
    height: 32px;
  }

  .shop-box .construction ul li {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 767px) {
  /*------ 会社一覧/会社詳細 ------*/
  .shop-box .short-range {
    font-size: 0.8em;
    margin-bottom: 0.5em;
  }
  .shop-box .head .evaluation {
    width: 100%;
    border-radius: 2.5px;
    padding: 3vw;
    font-size: 3vw;
  }

  .shop-box .shop-body {
    width: 100%;
    display: block;
    justify-content: none;
    margin-bottom: 10vw;
  }
  .shop-box .shop-body .logo {
    width: 100%;
    height: auto;
    padding: 6vw 10vw;
    margin-bottom: 4vw;
  }
  .shop-box .shop-body .logo img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .shop-box .shop-body .body-txt {
    width: 100%;
  }
  #boss .shop-body .boss-photo {
    width: 100%;
    height: 50vw;
    max-height: 280px;
    padding: 6vw 10vw;
    margin-bottom: 4vw;
  }
  .shop-box .construction h4 {
    min-height: 6.4vw;
    padding-left: 10vw;
    margin-bottom: 2.67vw;
    font-size: 1.25em;
  }
  .shop-box .construction h4::before {
    width: 6.4vw;
    height: 6.4vw;
  }

  .shop-box .construction ul {
    gap: 1.33vw;
    margin: 2vw auto 8vw;
  }
  .shop-box .construction ul li {
    width: 41.33vw;
    padding: 1.33vw;
    font-size: 1em;
    column-gap: 2vw;
  }
  .shop-box .construction ul li .pic {
    width: 9.6vw;
    height: 9.6vw;
  }
  .shop-box .construction ul li .txt {
    width: 28vw;
  }
}

/*--------------------------------------
　口コミ一覧ページ（口コミ詳細も含む）
--------------------------------------*/
.review-box .head {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px auto;
}
.review-box .head:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  background-image: url("../img/and-exterior/kuchi-person.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.review-box .head .customer {
  padding-left: 100px;
  width: 50%;
  line-height: 1.75em;
}
.review-box .head .customer-name {
  font-size: 1.5em;
  font-weight: 600;
}

/*.口コミ詳細ページ用ヘッダー（アイコンなし） */
.review-box .kuchikomi .head {
  margin: 0 auto;
}
.review-box .kuchikomi .head:before {
  content: none;
  position: relative;
  width: 0;
  height: 0;
  background-image: none;
}
.review-box .kuchikomi .customer {
  padding-left: 0;
}
/*--------------------------------------*/

.review-box .head .prof {
  font-size: 1.125em;
  font-weight: 300;
}
.review-box .head .price {
  font-size: 1.25em;
  font-weight: 600;
}

.review-box ul.rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border: 5px solid #eaf4ee;
  border-radius: 100vmax;
  padding: 10px 60px;
}
.review-box ul.rating li {
  color: #0d7c4a;
  font-size: 1.125em;
  font-weight: 600;
  margin-left: 0.2em;
}
.review-box ul.rating li::after {
  content: '/';
  font-size: 1.2em;
  font-weight: 100;
  vertical-align: text-bottom;
  margin-left: 0.4em;
}
.review-box ul.rating li:last-child::after {
  content: '';
}
.review-box .comment {
  position: relative;
  border-radius: 10px;
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin-top: 40px;
  margin-bottom: 40px;
}
.review-box .comment::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -20px;
  border: 16px solid transparent;
  border-bottom: 24px solid #f6f6f6;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .review-box .head {
    margin: 30px auto;
  }
  .review-box .head:before {
    width: 60px;
    height: 60px;
  }
  .review-box .head .customer {
    padding-left: 80px;
  }

  /*.口コミ詳細ページ用ヘッダー（アイコンなし） */
  .review-box .kuchikomi .head {
    margin: 0 auto;
    font-size: 0.9em;
  }
  .review-box .kuchikomi .head:before {
    content: none;
    position: relative;
    width: 0;
    height: 0;
    background-image: none;
  }
  .review-box .kuchikomi .customer {
    width: 35%;
    padding-left: 0;
  }
  /*--------------------------------------*/

  .review-box .head .prof {
    font-size: 1.125em;
    font-weight: 300;
  }
  .review-box .head .price {
    font-size: 1.25em;
    font-weight: 600;
  }

  .review-box ul.rating {
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: normal;
    padding: 8px 48px;
  }

  .review-box .comment {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  /*------ 口コミ一覧 ------*/
  .review-box .head {
    display: block;
    margin: 6.4vw auto;
  }
  .review-box .head:before {
    width: 15vw;
    height: 15vw;
  }
  .review-box .head .customer {
    padding-left: 18.67vw;
    width: 100%;
    line-height: 1.75em;
  }
  .review-box .head .customer-name {
    font-size: 1.25em;
  }
  .review-box .head .prof {
    font-size: 1em;
  }
  .review-box .head .price {
    font-size: 1.25em;
  }
  .review-box .head .evaluation {
    margin-left: 18.67vw;
    margin-top: 1em;
  }

  /*.口コミ詳細ページ用ヘッダー（アイコンなし） */
  .review-box .kuchikomi .head:before {
    width: 0;
    height: 0;
  }
  .review-box .kuchikomi .customer {
    padding-left: 0;
  }
  .review-box .kuchikomi .head .evaluation {
    margin-left: 0
  }

  .review-box ul.rating {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 4vw;
    padding: 2vw 3vw;
  }
  .review-box ul.rating li {
    font-size: 1em;
    line-height: 1.25;
  }
  .review-box ul.rating li::after {
    font-size: 1.2em;
  }
  .review-box .comment {
    padding: 4vw;
    margin-top: 6.4vw;
    margin-bottom: 4vw;
  }
}

/*--------------------------------------
会社詳細/口コミをもっと見る/見積もりボタン（共通）
--------------------------------------*/
.shop-cta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 40px;
}

.btn-detail a,
.btn-estimate a {
  position: relative;
  display: flex;
  width: 520px;
  height: auto;
  border-radius: 100vmax;
  padding: 30px;
  margin-top: 20px;
  font-size: 1.5em;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  cursor: pointer;
}

.btn-detail a::before,
.btn-estimate a::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-detail a::after,
.btn-estimate a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn-detail a:hover,
.btn-estimate a:hover {
  text-decoration: none;
}

/* 会社詳細ボタン */
.btn-detail a {
  background-color: #eaf4ee;
  color: #0d7c4a;
}

.btn-detail a::before {
  background-image: url("../img/and-exterior/icon-detail.svg");
}
.btn-detail a::after {
  border-top: 3px solid #0d7c4a;
  border-right: 3px solid #0d7c4a;
}

.btn-estimate a {
  background-color: #f47a37;
  color: #fff;
}

/* 見積もりボタン */
.btn-estimate a::before {
  background-image: url("../img/and-exterior/icon-estimate.svg");
}
.btn-estimate a::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .btn-detail a, .shop-cta .btn-estimate a {
    padding: 24px;
    margin-top: 20px;
    font-size: 1.5em;
    column-gap: 15px;
  }

  .btn-detail a::before,
  .btn-estimate a::before {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  /*--------------------------------------
  会社詳細/口コミをもっと見るボタン（共通）
  --------------------------------------*/
  .shop-cta {
    display: block;
  }

  .btn-detail, .btn-estimate {
    display: block;
  }
  .btn-detail a,
  .btn-estimate a {
    width: 100%;
    padding: 4vw;
    margin-top: 3vw;
    font-size: 1.15em;
    column-gap: 2vw;
  }
  .btn-detail a::before,
  .btn-estimate a::before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .btn-detail a::after,
  .btn-estimate a::after {
    right: 5vw;
    width: 8px;
    height: 8px;
  }
  .btn-detail a::after {
    border-top: 2px solid #0d7c4a;
    border-right: 2px solid #0d7c4a;
  }
  .btn-estimate a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	会社詳細/口コミ詳細
-----------------------------------------------------------------------------------------------------------*/
/* 一覧に戻るボタン */
.back-list {
  display: inline-flex;
  width: fit-content;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 1em;
  color: #0d7c4a;
  column-gap: 10px;
  align-items: center;
  margin-top: 2em;
}
.back-list::before {
  content: '<';
  color: #0d7c4a;
}
.back-list:hover {
  text-decoration: none;
}

/* 口コミ・評価ページ 見出し */
.shop-detail-name, .shop-review-name {
  margin: 30px 0;
}

/*-----------------------------------------------
　ページ内ナビゲーションバー（会社/口コミ）
-----------------------------------------------*/
ul.shop-nav, ul.review-nav {
  position: sticky;
  top: 20px;
  scroll-margin-top: 60px;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60px;
  border-radius: 100vmax;
  padding: 1em 40px;
  background-color: #0d7c4a;
  margin-bottom: 50px;
  z-index: 9999;
}
.shop-nav li, .review-nav li {
  width: calc(100% / 6);
  flex-grow: 1;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
.shop-nav li:last-child, .review-nav li:last-child {
  border: none;
}
.shop-nav li a, .review-nav li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 1em;
  color: #fff;
}
.shop-nav li a::before, .review-nav li a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------ 会社ナビバー ------*/
.shop-nav li:nth-of-type(n+1) a::before {
  background-image: url("../img/and-exterior/icon-feature.svg");
}
.shop-nav li:nth-of-type(n+2) a::before {
  background-image: url("../img/and-exterior/icon-const.svg");
}
.shop-nav li:nth-of-type(n+3) a::before {
  background-image: url("../img/and-exterior/icon-area.svg");
}
.shop-nav li:nth-of-type(n+4) a::before {
  background-image: url("../img/and-exterior/icon-review.svg");
}
.shop-nav li:nth-of-type(n+5) a::before {
  background-image: url("../img/and-exterior/icon-company.svg");
}
.shop-nav li a:hover, .review-nav li a:hover {
  text-decoration: none;
}
/*------ 口コミナビバー ------*/
.review-nav li:nth-of-type(n+1) a::before {
  background-image: url("../img/and-exterior/icon-outline.svg");
}
.review-nav li:nth-of-type(n+2) a::before {
  background-image: url("../img/and-exterior/icon-photo.svg");
}
.review-nav li:nth-of-type(n+3) a::before {
  background-image: url("../img/and-exterior/icon-overall.svg");
}
.review-nav li:nth-of-type(n+4) a::before {
  background-image: url("../img/and-exterior/icon-trigger.svg");
}
.review-nav li:nth-of-type(n+5) a::before {
  background-image: url("../img/and-exterior/icon-review.svg");
}

.shop-nav li a:hover, .review-nav li a:hover {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.shop-nav, ul.review-nav {
    top: 16px;
    scroll-margin-top: 48px;
    padding: 1em 10px;
    margin-bottom: 40px;
  }
  .shop-nav li a, .review-nav li a {
    column-gap: 0.5em;
    font-size: 0.8em;
  }
  .shop-nav li a::before, .review-nav li a::before {
    width: 21px;
    height: 21px;
  }
}

@media screen and (max-width: 767px) {
  /* 一覧に戻るボタン */
  .back-list {
    font-size: 0.8em;
    padding: 0.5em 1em;
    column-gap: 5px;
    margin-top: 0;
    margin-bottom: 1em;
  }

  /* 口コミ・評価ページ 見出し */
  .shop-detail-name, .shop-review-name {
    margin: 3vw 0 6vw;
  }
  .shop-detail-name h1 {
    line-height: 1.5;
  }
  /* 所在地 */
  .shop-detail-name h2 {
    font-size: 1em;
  }

  /*-----------------------------------------------
   ページ内ナビゲーションバー（会社/口コミ）
  -----------------------------------------------*/
  ul.shop-nav, ul.review-nav {
    top: 1em;
    scroll-margin-top: 60px;
    min-height: 12vw;
    padding: 3vw 4vw;
    margin-bottom: 8vw;
  }
  .shop-nav li a, .review-nav li a {
    display: block;
    font-size: 2vw;
    text-align: center;
  }
  .shop-nav li a::before, .review-nav li a::before {
    display: flex;
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 auto 2vw;
  }
}

/*-----------------------------------------------
　会社/口コミ詳細ページ・各項目見出し
-----------------------------------------------*/
.shop-box.detail h2, .review-box.detail h2 {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5em;
}
.shop-box.detail h2::before, .review-box.detail h2::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
/*------ 会社詳細ページ ------*/
.shop-box.detail h2.feature::before {
  background-image: url("../img/and-exterior/icon-feature-h.svg");
}
.shop-box.detail h2.const::before {
  background-image: url("../img/and-exterior/icon-const-h.svg");
}
.shop-box.detail h2.area::before {
  background-image: url("../img/and-exterior/icon-area-h.svg");
}
.shop-box.detail h2.review::before {
  background-image: url("../img/and-exterior/icon-review-h.svg");
}
.shop-box.detail h2.info::before {
  background-image: url("../img/and-exterior/icon-company-h.svg");
}
.shop-box.detail h2.boss::before {
  background-image: url("../img/and-exterior/boss.png");
}
#boss .shop-body .boss-photo {
  width: 280px;
  height: 200px;
  border: 5px solid #f5f5f5;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
#boss .shop-body .boss-photo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/*------ 口コミページ ------*/
.review-box.detail h2.outline::before {
  background-image: url("../img/and-exterior/icon-outline-h.svg");
}
.review-box.detail h2.photo::before {
  background-image: url("../img/and-exterior/icon-photo-h.svg");
}
.review-box.detail h2.overall::before {
  background-image: url("../img/and-exterior/icon-overall-h.svg");
}
.review-box.detail h2.trigger::before {
  background-image: url("../img/and-exterior/icon-trigger-h.svg");
}
.review-box.detail h2.other::before {
  background-image: url("../img/and-exterior/icon-review-h.svg");
}

.review-box.detail h2.feature, .review-box.detail h2.feature {
  margin-bottom: 1.25em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop-box.detail h2, .review-box.detail h2 {
    font-size: 1.5em;
  }
  .shop-box.detail h2::before, .review-box.detail h2::before {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .shop-box.detail h2::before, .review-box.detail h2::before {
    width: 6.4vw;
    height: 6.4vw;
  }

  .shop-box.detail h2.feature, .review-box.detail h2.feature {
    margin-bottom: 0.5em;
  }
}

/*------ 会社の特長 ------*/
.shop-box .evaluation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 40px 30px;
}

.shop-box .evaluation .content-1,
.shop-box .evaluation .content-2 {
  width: 48%;
}

.shop-box .evaluation .content-1 .overall {
  display: flex;
  align-items: baseline;
  padding-bottom: 1em;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2em;
}

.shop-box .evaluation .content-1 ol {
  display: block;
  counter-reset: num;
  padding: 0;
  columns: auto;
  column-count: 2;
  column-gap: 0;
}

.shop-box .evaluation .content-1 ol li {
  position: relative;
  width: auto;
  padding-left: 2em;
  margin-bottom: 0.8em;
  font-size: 1.125em;
  font-weight: 600;
  align-items: center;
  break-inside: avoid;
}
.shop-box .evaluation .content-1 ol li:not(:last-of-type) {
  margin-bottom: 2em;
}
.shop-box .evaluation .content-1 ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-color: #0d7c4a;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-box .evaluation .content-1 ol li .value {
  color: #0d7c4a;
  font-size: 1.3em;
  margin-left: 0.2em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop-box .evaluation {
    padding: 40px 30px;
  }

  .shop-box .evaluation .content-1 .overall {
    font-size: 0.8em;
  }

  .shop-box .evaluation .content-1 ol li {
    padding-left: 2em;
    margin-bottom: 0.8em;
    font-size: 1em;
  }
  .shop-box .evaluation .content-1 ol li:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .shop-box .evaluation .content-1 ol li::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  .shop-box .evaluation {
    display: block;
    padding: 4vw 3vw;
  }

  .shop-box .evaluation .content-1,
  .shop-box .evaluation .content-2 {
    width: 100%;
  }

  .shop-box .evaluation .content-1 ol {
    columns: auto;
    column-count: 2;
    column-gap: 0;
    margin-bottom: 1em;
  }

  .shop-box .evaluation .content-1 ol li {
    padding-left: 1.75em;
    font-size: 0.8em;
    margin-bottom: 0.8em;
  }
}

/*------ 評価レーダーチャート ------*/
.radar-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
}

.radar-chart svg {
  width: 100%;
  height: 100%;
}

.radar-chart dl {
  position: absolute;
  width: 100%;
  height: 100%;
}

.radar-chart dl > div {
  position: absolute;
  color: #333;
  font-size: .9em;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.radar-chart dl > div:nth-child(1) {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  /*text-align: left;*/
}

.radar-chart dl > div:nth-child(2) {
  top: 15%;
  right: -10%;
  transform: translateX(50%);
  /*text-align: left;*/
}

.radar-chart dl > div:nth-child(3) {
  bottom: 15%;
  right: -10%;
  transform: translateX(50%);
  /*text-align: left;*/
}

.radar-chart dl > div:nth-child(4) {
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  /*text-align: center;*/
}

.radar-chart dl > div:nth-child(5) {
  bottom: 15%;
  left: -10%;
  transform: translateX(-50%);
  /*text-align: right;*/
}

.radar-chart dl > div:nth-child(6) {
  top: 15%;
  left: -10%;
  transform: translateX(-50%);
  /*text-align: right;*/
}

.radar-chart dd {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .radar-chart {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 20px;
  }

  .radar-chart svg {
    width: 100%;
    height: 100%;
  }

  .radar-chart dl {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .radar-chart dl > div {
    font-size: .8em;
  }

  .radar-chart dl > div:nth-child(1) {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .radar-chart dl > div:nth-child(2) {
    top: 15%;
    right: -8%;
    transform: translateX(50%);
  }

  .radar-chart dl > div:nth-child(3) {
    bottom: 15%;
    right: -8%;
    transform: translateX(50%);
  }

  .radar-chart dl > div:nth-child(4) {
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
  }

  .radar-chart dl > div:nth-child(5) {
    bottom: 15%;
    left: -8%;
    transform: translateX(-50%);
  }

  .radar-chart dl > div:nth-child(6) {
    top: 15%;
    left: -8%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  /*------ 評価レーダーチャート ------*/
  .radar-chart {
    width: 36vw;
    height: 36vw;
    margin-top: 3em;
    margin-bottom: 1em;
  }

  .radar-chart svg {
    width: 100%;
    height: 100%;
  }

  .radar-chart dl {
    width: 100%;
    height: 100%;
  }

  .radar-chart dl > div {
    font-size: .75em;
  }
}

/*------ 対応可能エリア ------*/
.shop-box .pref {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 3;
  margin-bottom: 1em;
}

/*------ 会社の口コミ ------*/
.kuchikomi {
  width: 100%;
  height: auto;
  border: 1px solid #d2d2d2;
  padding: 0 0 40px;
}

.kuchikomi .head {
  background-color: #eaf4ee;
  padding: 30px;
  align-items: center;
  margin-bottom: 0;
}
.kuchikomi .head .customer p {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: .5em;
}
.kuchikomi .head .evaluation {
  background-color: #eaf4ee;
  width: fit-content;
  height: fit-content;
  padding: 0;
}

.kuchikomi .inner {
  padding: 40px 30px 0;
}

/*-- 口コミ詳細ページ・施工概要用table --*/
.kuchikomi .table-container {
  display: flex;
  flex-direction: row; /* PCでは横に並列 */
  /*column-gap: 16px;*/
  gap: 16px;
  width: 100%;
  font-weight: 600;
  align-items: flex-start; /* それぞれのテキスト量にフィット */
}
.table, .custom-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  flex: 1; /* 左右のtableを等幅に */
}

.table-container .custom-table + .custom-table {
  margin-top: 0;
}

.table tr, .custom-table tr {
  margin-bottom: 1em;
}

.table th,
.table td,
.custom-table th,
.custom-table td {
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  border-bottom: 20px solid transparent;
  background-clip: padding-box;
}

.table th, .custom-table th {
  background-color: #eeeeee;
  color: #2c2c2c;
  font-size: 1.25em;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
.table th {
  width: 160px;
}
.custom-table th {
  width: 40%;
}

.table td, .custom-table td {
  background-color: #fff;
  font-weight: 600;
}
.custom-table td {
  width: 70%;
}

.table .item-value, .custom-table .item-value {
  font-size: 1.25em;
  color: #0d7c4a;
}

.kuchikomi .const-tag {
  display: inline-block;
  width: fit-content;
  background-color: #eaf4ee;
  font-weight: 400;
  padding: 0.3em 1em;
  border-radius: 5px;
  color: #0d7c4a;
}
.kuchikomi .const-tag:not(:last-child) {
  margin-right: 0.5em;
  margin-bottom: 1em;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .table .item-value, .custom-table {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 767px) {
  .kuchikomi .head .customer p {
    font-size: 1.25em;
  }
  .kuchikomi .table-container {
    flex-direction: column; /* スマホでは縦に直列 */
    gap: 0;
  }

  .table-container .custom-table + .custom-table {
    margin-top: -20px;
  }

  .custom-table:first-child {
    margin-bottom: 1em;
  }
  .table .custom-table th,
  .table .custom-table td {
    border-bottom: 5px solid transparent;
  }

  .table th,
  .table td,
  .custom-table th,
  .custom-table td {
    font-size: 1em;
    padding: 1em;
    border-bottom: 3vw solid transparent;
  }

  .kuchikomi .const-tag:not(:last-child) {
    margin-bottom: 0em;
  }
}

.btn-shop-estimate {
  display: flex;
  justify-content: center;
}
.btn-shop-estimate a {
  position: relative;
  display: flex;
  width: 720px;
  height: auto;
  padding: 1em 0;
  background-color: #f47a37;
  border-radius: 100vmax;
  align-items: center;
  justify-content: center;
  font-size: 1.875em;
  font-weight: 600;
  color: #fff;
  column-gap: 0.5em;
  margin: 40px auto 80px;
}
.btn-shop-estimate a::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/and-exterior/icon-estimate.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-shop-estimate a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-shop-estimate a:hover {
  text-decoration: none;
}

/*------ 会社基本情報 ------*/
.com-info {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.com-info th,
.com-info td {
  padding: 1.5em;
}
.com-info th {
  background-color: #d3e3da;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.com-info td {
  border-bottom: 1px solid #d3e3da;
}

.com-info .body-txt {
  text-align: left;
}

.com-info .btn-map {
  display: inline-flex;
  margin-left: 1em;

}
.com-info .btn-map a {
  display: flex;
  background-color: #0d7c4a;
  border-radius: 100vmax;
  width: fit-content;
  height: auto;
  padding: 0.5em 2.25em;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  column-gap: 0.2em;
}
.com-info .btn-map a::before {
  content: '';
  display: inline-block;
  background-image: url("../img/and-exterior/icon-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 0.5em;
}
/*------ 会社地図（Google Map） ------*/
#map {
  width: 100%;
  height: auto;
}

#map h4 {
  display: inline-flex;
  font-size: 1.25em;
  font-weight: 600;
  color: #0d7c4a;
  align-content: center;
  margin-bottom: 0.5em;
  column-gap: 0.25em;
}
#map h4::before {
  content: '';
  background-image: url("../img/and-exterior/icon-map-h.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

#map .map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  background-color: #f6f6f6;
}
#map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------ 近隣のエクステリア会社 ------*/
.near-shop h2 {
  display: inline-flex;
  font-size: 1.5em;
  font-weight: 600;
  color: #0d7c4a;
  align-items: center;
  margin-bottom: 1em;
  column-gap: 0.25em;
}
.near-shop h2::before {
  content: '';
  background-image: url("../img/and-exterior/icon-company-h.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.near-shop .shop-container {
  display: flex;
  justify-content: space-between;
}

.near-shop .shop-container .near-box {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  height: auto;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 30px;
}

.near-shop .near-box .name {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  color: #009040;
  margin-bottom: 1em;
}
.near-shop .near-box .name span {
  font-size: 0.85em;
  font-weight: 300;
}

.near-shop .near-box .body-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 行数 */
  overflow: hidden;
}

.near-shop .near-box .const-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
  color: #a6c5b4;
  column-gap: 1em;
  margin: 1.5em 0;
}

.near-shop .near-box a.btn-shop-detail {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #eaf4ee;
  border-radius: 100vmax;
  padding: 1em 0;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
  justify-content: center;
  color: #0d7c4a;
  cursor: pointer;
}
.near-shop .near-box a.btn-shop-detail::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #0d7c4a;
  border-right: 3px solid #0d7c4a;
  transform: rotate(45deg);
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .near-shop .shop-container .near-box {
    width: calc((100% - 40px) / 3);
    padding: 24px;
  }

  .near-shop .near-box a.btn-shop-detail {
    padding: 0.6em 0;
    font-size: 1.125em;
    line-height: normal;
  }
}

@media screen and (max-width: 767px) {
  /*------ 対応可能エリア ------*/
  .shop-box .pref {
    line-height: 2;
    margin-bottom: 0.5em;
  }

  /*------ 会社の口コミ ------*/
  .kuchikomi {
    padding: 0 0 5vw;
  }

  .kuchikomi .head {
    padding: 4vw;
  }
  .kuchikomi .head .customer h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.7em;
  }
  .kuchikomi .head .evaluation {
    margin-top: 1em;
  }

  .kuchikomi .inner {
    padding: 4vw 4vw 0;
  }

  .kuchikomi table {
    font-size: 1em;
    margin-bottom: 1.25em;
  }
  .kuchikomi table tr {
    margin-bottom: 0.5em;
  }
  .kuchikomi table th,
  .kuchikomi table td {
    padding: 0.5em;
  }
  .kuchikomi table th {
    width: 30vw;
  }
  .kuchikomi .const-tag {
    display: block;
    padding: 0.3em 0.75em;
  }
  .kuchikomi .const-tag:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5em;
  }

  .kuchikomi .p-gallery {
    margin-top: 8vw;
  }

  .kuchikomi .shop-cta {
    width: 76vw;
    margin: 0 auto;
  }

  .btn-shop-estimate a {
    width: 84vw;
    padding: 1em 0;
    font-size: 1em;
    column-gap: 0.5em;
    margin: 6vw auto 12vw;
  }
  .btn-shop-estimate a::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .btn-shop-estimate a::after {
    right: 5vw;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /*------ 会社基本情報 ------*/
  .com-info {

    margin-bottom: 8vw;
  }
  .com-info th,
  .com-info td {
    display: block;
    width: 100%;
    padding: 1em;
  }

  .com-info .btn-map {
    display: inline-flex;
    margin-left: 0;
    margin-top: 1em;
  }
  .com-info .btn-map a {
    column-gap: 0.2em;

  }
  .com-info .btn-map a::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 0.5em;
  }

  /*------ 近隣のエクステリア会社 ------*/
  .near-shop h2 {
    font-size: 1.25em;
  }
  .near-shop h2::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .near-shop .shop-container {
    display: block;
    padding: 0;
  }

  .near-shop .shop-container .near-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5vw 4vw;
  }
  .near-shop .shop-container .near-box:not(:last-child) {
    margin-bottom: 4vw;
  }

  .near-shop .near-box .name {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .near-shop .near-box .name span {
    font-size: 0.85em;
  }

  .near-shop .near-box a.btn-shop-detail {
    padding: 1em 0;
    font-size: 1.25em;
  }
  .near-shop .near-box a.btn-shop-detail::after {
    right: 5vw;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0d7c4a;
    border-right: 2px solid #0d7c4a;
  }
}

/*------------------------
得意な工事
------------------------*/
/*--工事内容タグ--*/
.specialty .tag {
  margin-bottom: 30px;
}
.specialty .tag span {
  width: auto;
  height: auto;
  color: #ae4d00;
  font-size: 1em;
  font-weight: 600;
  padding: .2em 1em;
  background-color: #fff7f1;
  border: 1px solid #0d7c4a;
  border-radius: 9999px;
  margin-right: 5px;
}
.specialty .tag span:last-child {
  margin-right: 0;
}

/*-------- 工事の実績 --------*/
.data-box .ranking li {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  align-items: center;
}
.data-box .ranking li:last-child {
  margin-bottom: 0;
}
.data-box .ranking li span {
  width: 140px;
  height: auto;
  background-color: #eee;
  padding: 0.3em 30px;
  font-weight: 700;
  text-align: center;
  margin-right: 20px;
}
.data-box .ranking li .rank-no1::before,
.data-box .ranking li .rank-no2::before,
.data-box .ranking li .rank-no3::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  margin-right: 5px;
}
.data-box .ranking li .rank-no1 {
  color: #c1ab05;
}
.data-box .ranking li .rank-no1::before {
  background-image: url("../img/and-exterior/icon-crown-1.png");
}
.data-box .ranking li .rank-no2 {
  color: #7994a8;
}
.data-box .ranking li .rank-no2::before {
  background-image: url("../img/and-exterior/icon-crown-2.png");
}
.data-box .ranking li .rank-no3 {
  color: #c87e2f;
}
.data-box .ranking li .rank-no3::before {
  background-image: url("../img/and-exterior/icon-crown-3.png");
}

/*-------- 価格帯 --------*/
.price-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.price-chart > div {
  width: 180px;
  height: 180px;
  margin: 0;
  border-radius: 50%;
  background-image: conic-gradient(#ffdb32 27%, #0d7c4a 27% 97%, #ff5932 97% 100%);
}

.price-chart ol {
  width: 160px;
  height: auto;
  background-color: #f6f6f6;
  padding: 10px;
}

.price-chart li {
  display: flex;
  list-style-type: none;
  align-items: center;
  font-size: 0.875em;

}
.price-chart li:not(:last-child) {
  margin-bottom: 20px;
}

.price-chart li::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  content: '';
}

.price-chart li:nth-child(1)::before {
  background-color: #ffdb32;
}

.price-chart li:nth-child(2)::before {
  background-color: #0d7c4a;
}

.price-chart li:nth-child(3)::before {
  background-color: #ff5932;
}

.price-chart span {
  margin-right: 10px;
  font-weight: 600;
}

.kuchi-box td {
  word-break: keep-all;
}
.kuchi-box .item-value {
  color: #ae4d00;
}

/*--工事内容タグ--*/
.kuchi-box .tag {
  margin-bottom: 30px;
}
.kuchi-box .tag span {
  width: auto;
  height: auto;
  color: #ae4d00;
  font-size: 16px;
  padding: 0.2em 0.8em;
  background-color: #fff7f1;
  border: 1px solid #0d7c4a;
  border-radius: 9999px;
  line-height: 2em;
}
.kuchi-box .tag span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .shop-box .detail-head h3 {
    display: block;
    font-size: 4.8vw;
    margin-bottom: 3.7vw;
  }

  .shop-box .detail-head .logo {
    width: 40vw;
    height: 40vw;
    padding: 4vw;
    align-items: center;
    margin: 0 auto;
  }

  .shop-box .detail-head .evaluation {
    width: 100%;
    border-radius: 2.5px;
    padding: 3vw;
    font-size: 3vw;
  }

  /*------------------------
  得意な工事
  ------------------------*/

  /*--工事内容タグ--*/
  .specialty .tag {
    margin-bottom: 3vw;
  }
  .specialty .tag span {
    display: inline-block;
    font-size: 3.6vw;
    padding: .2em 1em;
    margin-right: 0.2vw;
    margin-bottom: 2vw;
  }
  .specialty .tag span:last-child {
    margin-right: 0;
  }

  /*-------- 価格帯 --------*/
  .price-chart {
    padding: 0;
  }
  .price-chart > div {
    width: 36vw;
    height: 36vw;
  }
  .price-chart ol {
    width: 32vw;
    padding: 3vw 2vw;
  }
  .price-chart li {
    font-size: 2.8vw;
  }
  .price-chart li:not(:last-child) {
    margin-bottom: 4vw;
  }
  .price-chart li::before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 1vw;
  }

  /*-------- 戸建てとマンションの比率 --------*/
  .ratio-chart {
    width: 100%;
    margin: 0 auto;
  }

  .ratio-chart .bar-graph-1,
  .ratio-chart .bar-graph-2 {
    height: auto;
    font-size: 3.6vw;
    padding: 1em;
    text-align: center;
  }
  .ratio-chart .bar-graph-1 {
    width: 64%;
  }
  .ratio-chart .bar-graph-2 {
    width: 37%;
  }

  /*------------------------
  会社の特長
  ------------------------*/
  /*-------- 工事の実績 --------*/
  .data-box .ranking li {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .data-box .ranking li span {
    width: 24vw;
    padding: 0.3em;
    margin-right: 2vw;
  }
  .data-box .ranking li .rank-no1::before,
  .data-box .ranking li .rank-no2::before,
  .data-box .ranking li .rank-no3::before {
    width: 4.4vw;
    height: 3.47vw;
    margin-right: 1.33vw;
  }

  /*------------------------
  ロコミ
  ------------------------*/
  .kuchi-box th,
  .kuchi-box td {
    padding: 0 .5em 1em 0;
    font-size: 3.6vw;
  }

  /*--工事内容タグ--*/
  .kuchi-box .tag span {
    font-size: 3.2vw;
    padding: 0.2em 0.8em;
  }

  /*------------------------
  ロコミ・施工事例ボタン
  ------------------------*/
  .kuchikomi .btn-kuchikomi,
  .example .btn-example {
    width: 100%;
    padding: 2.67vw 4vw;
    border-radius: 5px;
    font-size: 4.8vw;
    margin: 0 auto 8vw;
  }
  .kuchikomi .btn-kuchikomi a::before {
    width: 5.6vw;
    height: 4.8vw;
  }
  .example .btn-example a::before {
    width: 5.6vw;
    height: 4.27vw;
  }
  .kuchikomi .btn-kuchikomi a::after,
  .example .btn-example a::after {
  }
}

/*-----------------------------------------------------------------------------------------------------------
	口コミ詳細ページ
-----------------------------------------------------------------------------------------------------------*/
/*------------------------
口コミ・評価
------------------------*/
.review-box h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d7c4a;
  margin-bottom: 30px;
}
.review-box .voice {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.review-box .voice .pic {
  width: 100px;
  height: 100px;
}
.review-box .voice .fukidashi {
  position: relative;
  display: inline-block;
  width: 720px;
  height: auto;
  padding: 10px 20px;
  border: 3px solid #0d7c4a;
  border-radius: 10px;
  background-color: #fff7f1;
  line-height: 2;
}
.review-box .voice .fukidashi::before,
.review-box .voice .fukidashi::after {
  content: '';
  position: absolute;
  border: solid transparent;
  width: 0;
  height: 0;
  top: 50%;
}
.review-box .voice .fukidashi::before {
  border: 12px solid transparent;
  border-right: 12px solid #fff7f1;
  left: -24px;
  margin-top: -12px;
  z-index: 2;
}
.review-box .voice .fukidashi::after {
  border: 14px solid transparent;
  border-right: 14px solid #0d7c4a;
  left: -30px;
  margin-top: -14px;
  z-index: 1;
}

.rating ol {
  counter-reset: number;
  list-style-type: none!important;
}
.rating ol li {
  position: relative;
  padding-left: 28px;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 30px;
}
.rating ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background-color: #ae4d00;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rating ol li .num {
  font-size: 1.2em;
  color: #0d7c4a;
}

.review-box .block {
  margin-bottom: 60px;
}
.review-box .block:last-child {
  margin-bottom: 20px;
}
.review-box .block h3 {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: 700;
  background-color: #ae4d00;
  color: #fff;
  padding: 0.5em 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .review-box h2 {
    font-size: 5.33vw;
    margin-bottom: 6.67vw;
  }
  .review-box .voice {
    margin-bottom: 5.33vw;
  }
  .review-box .voice .pic {
    width: 13.33vw;
    height: 13.33vw;
  }
  .review-box .voice .fukidashi {
    width: 66.67vw;
    padding: 2vw 4vw;
    border: 2px solid #0d7c4a;
    border-radius: 5px;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .review-box .voice .fukidashi::before,
  .review-box .voice .fukidashi::after {
    top: 25%;
  }
  .review-box .voice .fukidashi::before {
    border: 8px solid transparent;
    border-right: 8px solid #fff7f1;
    left: -15px;
    margin-top: -8px;
  }
  .review-box .voice .fukidashi::after {
    border: 10px solid transparent;
    border-right: 10px solid #0d7c4a;
    left: -20px;
    margin-top: -10px;
  }

  .rating ol li {
    padding-left: 0;
    font-size: 3.2vw;
    padding: 1.3vw 1.3vw 1.3vw 6vw;
  }
  .rating ol li::before {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
  }

  .review-box .block {
    margin-bottom: 8vw;
  }
  .review-box .block:last-child {
    margin-bottom: 0;
  }
  .review-box .block h3 {
    font-size: 4vw;
    padding: 3vw;
    margin-bottom: 4vw;
  }
}

/*------------------------
施工写真一覧
------------------------*/
.example-photo {
  width: 100%;
  height: auto;
}

/*------------------------
施工会社の総合評価
------------------------*/
#overall .rating-container {
  width: 100%;
  height: auto;
  border: 1px solid #009040;
  padding: 0 30px;
}

#overall .rating-container .evaluation {
  width: fit-content;
  background: none;
  padding: 0;
}

/*-- 評価詳細 --*/
.rating-score-list {
  width: 100%;
  height: auto;
  background-color: #eaf4ee;
  border-radius: 5px;
  padding: 40px 30px;
  margin-top: 50px;
}
.rating-score-list .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rating-score-list .header h3 {
  color: #0d7c4a;
  font-size: 1.75em;
  font-weight: 600;
}
.rating-score-list .header .evaluation {
  width: fit-content;
  background: none;
  font-size: 75%;
  align-items: baseline;
  padding: 0;
}
.rating-score-list .date {
  text-align: right;
  margin-bottom: 40px;
}
.rating-score-list ol {
  display: grid;
  width: fit-content;
  column-gap: 20px;
  grid-template-columns: repeat(2, auto);
}
.rating-score-list ol li {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.rating-score-list ol li:nth-last-of-type(n+3) {
  margin-bottom: 20px;
}
.rating-score-list .score-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.rating-score-list .score-header h4 {
  position: relative;
  font-size: 1.25em;
  padding-left: 2em;
}
.rating-score-list .score-header h4 .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-color: #0d7c4a;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rating-score-list .header h3 {
    font-size: 1.5em;
  }
  .rating-score-list .score-header {
    display: block;
    margin-bottom: 1em;
  }
  .rating-score-list .score-header h4 {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  /*------------------------
  施工会社の総合評価
  ------------------------*/
  #overall .rating-container {
    padding: 0 3vw;
  }

  /*-- 評価詳細 --*/
  .rating-score-list {
    padding: 4vw 3vw;
    margin-top: 8vw;
  }
  .rating-score-list .header {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 2.67vw;
  }
  .rating-score-list .header h3 {
    font-size: 4.8vw;
  }
  .rating-score-list .header h4 {
    font-size: 3.6vw;
  }
  .rating-score-list .date {
    font-size: 3.2vw;
  }
  .rating-score-list .header h3,
  .rating-score-list .date {
    margin-bottom: 5vw;
  }

  .rating-score-list .header .evaluation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .rating-score-list .date {
    margin-bottom: 10vw;
  }
  .rating-score-list .header h3,
  .rating-score-list .date {
    margin-bottom: 5vw;
  }
  .rating-score-list ol {
    display: block;
    column-gap: 0;
  }
  .rating-score-list ol li {
    padding: 4vw;
  }
  .rating-score-list ol li:not(:last-child) {
    margin-bottom: 4vw;
  }

  .rating-score-list .score-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .rating-score-list .score-header h4 {
    font-size: 3.6vw;
  }
}

/*------------------------------------------
Swiper関連（口コミ詳細ページ スライド用）
------------------------------------------*/
.swiper {
  max-width: 780px;
}
.swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  width: 180px;
  height: auto;
  min-height: 150px;
}

.swiper-slide .ex-item,
.swiper-slide .area-item {
  transition: 0.3s;
}
.swiper-slide .ex-item .photo img,
.swiper-slide .area-item .photo img {
  width: 180px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}
.swiper-slide .ex-item .txt,
.swiper-slide .area-item .txt {
  width: 180px;
  font-size: 1em;
  line-height: 1.5;
}
.swiper-slide .ex-item:hover,
.swiper-slide .area-item:hover {
  text-decoration: none;
  opacity: 0.6;
}
.swiper-slide .ex-item a,
.swiper-slide .area-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*-- 施工写真一覧・その他の口コミ・同じエリアの口コミ --*/
.swiper-container {
  margin-inline: auto;
  width: 860px;
  height: auto;
}
.swiper-container .swiper-inner {
  position: relative;
  width: 100%;
}

/*-- ボタン・ページネーション --*/
.swiper-inner .swiper-button-prev,
.swiper-inner .swiper-button-next {
  position: absolute;
  width: 35px;
  height: 150px;
  top: 22px;
}
.swiper-inner .swiper-button-prev {
  left: 0;
}
.swiper-inner .swiper-button-next {
  right: 0;
}

.swiper-inner .swiper-button-prev::after,
.swiper-inner .swiper-button-next::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}
.swiper-button-prev::after {
  background-image: url("../img/and-exterior/slide-btn-prev.png");
}
.swiper-button-next::after {
  background-image: url("../img/and-exterior/slide-btn-next.png");
}

@media screen and (max-width: 767px) {
  .swiper {
    max-width: 64vw;
  }
  .swiper .swiper-wrapper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    width: 64vw;
    height: auto;
    min-height: 46.67vw;
  }

  .swiper-slide .ex-item .photo img,
  .swiper-slide .area-item .photo img {
    width: 64vw;
    height: 46.67vw;
    object-fit: cover;
    margin-bottom: 1vw;
  }
  .swiper-slide .ex-item .txt,
  .swiper-slide .area-item .txt {
    width: 64vw;
    font-size: 3.6vw;
  }

  /*-- 施工写真一覧・その他の口コミ・同じエリアの口コミ --*/
  .swiper-container {
    width: 84vw;
    height: auto;
  }
  .swiper-container .swiper-inner {
    position: relative;
    width: 100%;
  }

  /*-- ボタン・ページネーション --*/
  .swiper-inner .swiper-button-prev,
  .swiper-inner .swiper-button-next {
    position: absolute;
    width: 8vw;
    height: 46.67vw;
    top: 5.25vw;
  }
  .swiper-inner .swiper-button-prev {
    left: 0;
  }
  .swiper-inner .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev::after {
    background-image: url("../img/and-exterior/slide-btn-prev-sp.png");
  }
  .swiper-button-next::after {
    background-image: url("../img/and-exterior/slide-btn-next-sp.png");
  }
}

/*------------------------
きっかけ・決め手
------------------------*/
.cue.block {
  margin-bottom: 80px;
}
.cue-container {
  width: 100%;
  margin: 40px auto;
}
.cue-container:last-child {
  margin-bottom: 0;
}

.balloon-Q, .balloon-A {
  display: flex;
  align-items: flex-start;
}

.speech-icon {
  flex-shrink: 0;
  width: 75px;
  height: 75px;

}
.speech-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 吹き出し-質問 */
.balloon-Q {
  margin-bottom: 20px;
}

.balloon-Q .speech-icon {
  margin-right: 40px;
}

.balloon-Q .speech-left {
  position: relative;
  padding: 15px 20px;
  background-color: #d7e9de;
  border-radius: 10px;
  max-width: 500px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  color: #0d7c4a;
}

.balloon-Q .speech-left::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -30px;
  margin-top: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 30px solid #d7e9de;
}

/* 吹き出し-回答 */
.balloon-A {
  justify-content: flex-end;
}
.balloon-A:not(:last-child) {
  margin-bottom: 60px;
}

.balloon-A .speech-icon {
  margin-left: 40px;
}

.balloon-A .speech-right {
  position: relative;
  padding: 15px 20px;
  background-color: #ededed;
  border-radius: 10px;
  max-width: 800px;
}

.balloon-A .speech-right::before {
  position: absolute;
  content: '';
  top: 20px;
  right: -30px;
  margin-top: 5px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 30px solid #ededed;
}

/*.きっかけ・決め手CTA */
#trigger .shop-cta {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cue.block {
    margin-bottom: 40px;
  }

  .cue-container {
    margin: 32px auto;
  }

  /* 吹き出し-回答 */
  .balloon-A:not(:last-child) {
    margin-bottom: 48px;
  }

  /*.きっかけ・決め手CTA */
  #trigger .shop-cta {
    display: flex;
    gap: 30px;
  }

  #trigger .btn-detail,
  #trigger .btn-estimate {
    display: block;
    flex: 1;
  }

  #trigger .btn-detail a,
  #trigger .btn-estimate a {
    width: 100%;
    font-size: 1.25em;
    line-height: normal;
    text-align: center;
    padding: 16px;
  }

  #trigger .btn-detail a::before,
  #trigger .btn-estimate a::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  /*------------------------
  きっかけ・決め手
  ------------------------*/
  .cue.block {
    margin-bottom: 8vw;
  }
  .cue-container:not(:last-child) {
    margin: 0 auto 8vw;
  }

  .speech-icon {
    width: 16vw;
    height: 16vw;
  }

  /* 吹き出し-質問 */
  .balloon-Q .speech-icon {
    margin-right: 6vw;
  }

  .balloon-Q .speech-left {
    padding: 4vw;
    max-width: 132vw;
    font-size: 1.125em;
  }

  .balloon-Q .speech-left::before {
    top: 5.33vw;
    left: -6vw;
    margin-top: 1.33vw;
    border-top: 4.8vw solid transparent;
    border-right: 8vw solid #d7e9de;
  }

  /* 吹き出し-回答 */
  .balloon-A {
    margin-bottom: 0;
  }
  .balloon-A .speech-icon {
    margin-left: 6vw;
  }

  .balloon-A .speech-right {
    padding: 4vw;
    max-width: 132vw;
  }

  .balloon-A .speech-right::before {
    top: 5.33vw;
    right: -6vw;
    margin-top: 1.33vw;
    border-top: 4.8vw solid transparent;
    border-left: 8vw solid #ededed;
  }

  /*.きっかけ・決め手CTA */
  #trigger .shop-cta {
    display: block;
  }
}

/*------------------------
その他の口コミ
------------------------*/
#other .other-container {
  width: 100%;
  height: auto;
  border: 1px solid #009040;
  padding: 30px;
}

#other .other-container:not(:last-child) {
  margin-bottom: 40px;
}

#other .other-container .evaluation {
  width: fit-content;
  background: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #other .other-container {
    padding: 4vw
  }

  #other .other-container:not(:last-child) {
    margin-bottom: 8vw;
  }
}

/*-----------------------------------------------------------------------------------------------------------
	ページネーション
-----------------------------------------------------------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 1px solid #311700;
  border-radius: 5px;
  color: #311700;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e1d2c6;
}

.pagination .current a {
  background-color: #0d7c4a;
  border: none;
  color: #fff;
  pointer-events: none;
}

.pagination .end a {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  pointer-events: none;
}

.pagination .prev a,
.pagination .next a {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1;
}
.pagination .prev a::before,
.pagination .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: '';
}

.pagination .prev a::before {
  border-bottom: 2px solid #311700;
  border-left: 2px solid #311700;
}

.pagination .prev.end a::before {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
}

.pagination .next a::after {
  border-top: 2px solid #311700;
  border-right: 2px solid #311700;
}

.pagination .next.end a::after {
  border-top: 2px solid #311700;
  border-right: 2px solid #311700;
}


/*-----------------------------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------------------------*/
footer {
  background-color: #fff;
  margin-top: 100px;
}

/*------------------------------------
	パンくずリスト / ▲page-top
------------------------------------*/
footer .breadcrumbs {
  background-color: #0d7c4a;
  width: 100%;
  font-size: 1em;
  margin-bottom: 40px;
}

footer .breadcrumbs .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .breadcrumbs .pc-only {
  display: inline-flex;
}

footer .breadcrumbs ul {
  list-style-type: none;
  display: flex;
  white-space: nowrap;
  color: #a6c5b4;
}
footer .breadcrumbs ul li a {
  color: #fff;
}
footer .breadcrumbs ul li a:link {
  text-decoration: none;
}
footer .breadcrumbs ul li a:hover {
  text-decoration: underline;
}
footer .breadcrumbs ul li::after {
  content: '>';
  margin: 0 10px;
}
footer .breadcrumbs ul li:last-child::after {
  content: '';
}

footer .breadcrumbs .backto-top a {
  position: relative;
  display: block;
	width: 80px;
	height: 70px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding-top: 20px;
  margin-top: 10px;
  text-align: center;
  align-content: center;
}
footer .breadcrumbs .backto-top a::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 5px solid #0d7c4a;
  border-right: 5px solid #0d7c4a;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
footer .breadcrumbs .backto-top a:hover {
  text-decoration: none;
}

footer .container {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  line-height: 1.5;
}

footer .container .link {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 80px;
}

footer .container .btn-entry {
  display: flex;
  justify-content: center;
}
footer .container .btn-entry a {
  position: relative;
  display: inline-flex;
  width: 280px;
  height: 60px;
  background-color: #0d7c4a;
  border-radius: 100vmax;
  padding: 20px;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
footer .container .btn-entry a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/and-exterior/icon-entry.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

footer address {
  font-style: normal;
}

footer .copyright {
  margin-bottom: 0;
}

footer .link-l a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: inherit;
  padding: 0 2px;
  margin: 0 2px;
}

footer p, footer address {
  margin-bottom: 30px;
}


@media (min-width: 768px) and (max-width: 1024px) {
  footer .container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 10vw;
  }

  /*------------------------------------
    パンくずリスト / ▲page-top
  ------------------------------------*/
  footer .breadcrumbs {
    font-size: 0.8em;
    margin-bottom: 5vw;
    padding: 0 4vw;
  }
  footer .breadcrumbs .container ul {
    max-width: 75vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  footer .breadcrumbs .pc-only {
    display: none;
  }
  footer .breadcrumbs .backto-top a {
    width: 13.33vw;
    height: 11.6vw;
    padding-top: 3vw;
    margin-top: 1.73vw;
  }
  footer .breadcrumbs .backto-top a::before {
    top: 3.2vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #0d7c4a;
    border-right: 3px solid #0d7c4a;
  }

  footer .container .btn-entry a {
    width: 60%;
    height: auto;
    padding: 4vw;
    column-gap: 3vw;
    font-size: 1.15em;
  }
  footer .container .btn-entry a::before {
    width: 4vw;
    height: 4vw;
  }
  footer .container .link {
    display: block;
    margin-bottom: 8vw;
  }

  footer .link-l a,
  footer p, footer address {
    font-size: 0.9em;
  }
}
