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

下層ページ用css

----------------------------------------------------------- */
/*-------------------------------------------
下層ページ共通
-------------------------------------------*/
.contents {
  padding-top: 52px;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  .contents {
    padding-top: 90px;
  }
}
/* メインタイトル */
.atcl-ttl {
  padding: 30px;
  text-align: center;
  color: var(--color-main);
}
.atcl-ttl .jp {
  font-weight: bold;
  font-size: var(--fz22);
}
.atcl-ttl .en {
  font-size: var(--fz16);
  margin-top: 10px;
}
/* サブタイトル */
.atcl-sub-ttl {
  background: var(--color-base-light);
  text-align: center;
  font-size: var(--fz20);
  font-weight: bold;
  padding: 11px 0;
}
/* サブタイトルのサブ */
.atcl-sub-ttl span {
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  color: #666;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  .atcl-ttl {
    padding-top: 50px;
  }
}
/*
対応エリア
-------------------------------------------*/
.coverage-area {
  padding: 0 15px 20px;
  margin: 0 auto;
}
.coverage-area .box {
  font-size: var(--lfz13-area);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  padding: 0 15px 15px;
  border-radius: 15px;
  font-weight: bold;
}
.coverage-area .ttl {
  background: var(--color-main);
  color: var(--color-white);
  display: inline-block;
  border-radius: 30px;
  padding: 2px 10px;
  position: relative;
  left: calc(50% - 42px);
  top: -12px;
}
.coverage-area .municipalities {
  width: fit-content;
  margin-inline: auto;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  .coverage-area {
    border-radius: 30px;
    max-width: 1030px;
  }
  .coverage-area .box {
    padding-bottom: 30px;
    letter-spacing: -0.01em;
  }
}
/*
写真の案内
-------------------------------------------*/
.pic-guide .balloon {
  background: var(--color-base-ref);
  padding: 15px 25px 25px;
  margin: 15px auto;
  /* max-width: 1000px; */
  border-radius: 15px;
}
.pic-guide .balloon::after {
  content: "";
  display: block;
  width: 48px;
  height: 20px;
  margin: -20px auto 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--color-base-ref);
  position: relative;
  top: 45px;
}
.pic-guide .balloon .ttl {
  color: var(--color-point);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pic-guide .balloon .ttl::before {
  content: " ";
  display: block;
  background: url(../img/ico_camera.png) no-repeat left 2px;
  background-size: 53px 53px;
  height: 53px;
  width: 53px;
  margin-right: 10px;
  position: relative;
  top: -10px;
}
.pic-guide .balloon .text {
  padding: 15px 10px 0;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  .lead-line-friend,
  .pic-guide .balloon .ttl {
    font-size: var(--fz20);
  }
}
/*----- 写真の撮り方 -----*/
.pic-guide .howto-take-pics .text-lead span {
  font-weight: bold;
  color: var(--color-alert);
}
.pic-guide .howto-take-pics {
  background: var(--color-base-mono);
  margin: 30px auto 0;
  padding: 15px 15px 35px;
}
.pic-guide .howto-take-pics .ttl {
  font-weight: bold;
  font-size: var(--fz22);
  text-align: center;
  margin: 15px 0 20px;
}
.pic-guide .howto-take-pics .ttl span {
  font-weight: normal;
  font-size: var(--fz14);
  color: #666;
  display: block;
  margin-top: 5px;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  /* 「タップすると開きます」を非表示 */
  .pic-guide .howto-take-pics .ttl span {
    display: none;
  }
}
/* アコーディオン */
.howto-take-pics .accordion-item {
  background: #fff;
  border: 1px solid var(--color-main);
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.howto-take-pics .accordion-item:not(:first-of-type) {
  margin-top: 1em;
}
.howto-take-pics .accordion-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 15px;
  font-size: var(--fz20);
  font-weight: bold;
  color: var(--color-main);
}
.howto-take-pics .accordion-title p {
  margin: 0 auto;
}
.howto-take-pics .accordion-content {
  padding: 15px;
  display: none;
  overflow: hidden;
}
.howto-take-pics .accordion-content .pic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.howto-take-pics .accordion-content .pic-item {
  width: 48%;
  margin-top: 20px;
}
.howto-take-pics .accordion-content .pic-item .place {
  color: var(--color-main);
  font-weight: bold;
}
.howto-take-pics .accordion-content .pic-item .image {
  margin-top: 5px;
}
.howto-take-pics .accordion-content .pic-item .text {
  margin-top: 5px;
  font-size: var(--fz14);
}
.howto-take-pics .accordion-content .text-alert {
  color: var(--color-alert);
  margin-top: 30px;
  font-size: var(--fz14);
  padding-left: 0.875rem;
}
.howto-take-pics .accordion-content .text-alert p {
  text-indent: -0.678rem;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  .howto-take-pics .accordion-item {
    border-radius: 30px;
    padding: 15px 0;
    border: none;
  }
  .howto-take-pics .accordion-item:not(:first-of-type) {
    margin-top: 2em;
  }
  .howto-take-pics .toggle-mark {
    display: none;
  }
  .howto-take-pics .accordion-title {
    cursor: default;
  }
  .howto-take-pics .accordion-content {
    display: block !important;
    padding: 0 30px 30px;
  }
  .howto-take-pics .accordion-content .text-lead {
    margin: 20px 0;
  }
  .howto-take-pics .accordion-content .pic-item {
    width: 24%;
  }
  .howto-take-pics .accordion-item.toilet .pic-list {
    justify-content: space-around;
  }
}
/*
安心のお約束
-------------------------------------------*/
.promise-for-relief {
  margin: 1em 0 2em;
  max-width: 1030px;
  margin-inline: auto;
}
.promise-for-relief .outer {
  background: var(--color-base-mono);
  padding: 2em;
  margin-inline: 15px;
}
.promise-for-relief .promise-title {
  text-align: center;
  font-size: var(--fz20);
  font-weight: 700;
}
.promise-for-relief .promise-list {
  font-weight: 500;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5em;
}
.promise-for-relief .promise-list li {
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 2px dotted #ccc;
  padding: 1em 0 1em 1em;
}
/*
共通業者＆担当者情報
-------------------------------------------*/
.staff-company-info {
  max-width: 1000px;
  margin: 0 auto;
}
.staff-company-info .outer {
  display: flex;
  gap: 2em;
  background: var(--color-base-mono);
  padding: 3em;
}
.staff-company-info .staff-info {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
}
.staff-company-info .staff-info .staff {
  text-align: center;
}
.staff-company-info .staff-info .staff .comment {
  font-size: var(--fz18);
  font-weight: bold;
}
.staff-company-info .staff-info .staff .comment span {
  font-size: 1.5em;
}
.staff-company-info .staff-info .staff .comment::before,
.staff-company-info .staff-info .staff .comment::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 30px;
}
.staff-company-info .staff-info .staff .comment::before {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
}
.staff-company-info .staff-info .staff .comment::after {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
  transform: rotateY(180deg);
}
.staff-company-info .staff-info .staff .avatar img {
  border-radius: 50%;
  object-fit: cover;
  width: 29.3vw;
  height: 29.3vw;
  max-height: 200px;
  max-width: 200px;
}
.staff-company-info .staff-info .staff .name {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0.5em 0 1em;
  color: #666;
}
.staff-company-info .staff-info .message {
  text-align: left;
  background: var(--color-white);
  padding: 2em;
  border-radius: 1em;
  position: relative;
  top: 15px;
  font-weight: 500;
}
.staff-company-info .staff-info .message::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  top: -40px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--color-white);
}
.staff-company-info .company-info {
  flex: 1 1 35%;
  margin-top: 40px;
}
.staff-company-info .company-info dt {
  font-weight: bold;
  color: var(--color-main);
  margin-top: 2em;
}
.staff-company-info .company-info dd {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .staff-company-info .outer {
    padding: 3em 15px;
  }
  .staff-company-info .outer {
    flex-direction: column;
  }
  .staff-company-info .company-info {
    margin-top: 0;
  }
}

/*
スタッフコメント（旧）
-------------------------------------------*/
.staff-comment {
  text-align: center;
}
.staff-comment .comment {
  font-size: var(--fz18);
  font-weight: bold;
}
.staff-comment .comment span {
  font-size: 1.5em;
}
.staff-comment .comment::before,
.staff-comment .comment::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 30px;
}
.staff-comment .comment::before {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
}
.staff-comment .comment::after {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
  transform: rotateY(180deg);
}
.staff-comment .staff .avatar img {
  border-radius: 50%;
  object-fit: cover;
  width: 29.3vw;
  height: 29.3vw;
  max-height: 200px;
  max-width: 200px;
}
.staff-comment .staff .name {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0.5em 0 1em;
  color: #666;
}

/*-------------------------------------------
mail.html
-------------------------------------------*/
#mail .contact-tel .tel-detail {
  display: flex;
  padding: 1em;
  justify-content: center;
  align-items: center;
}
#mail .contact-tel .tel-detail .staff .avatar img {
  border-radius: 50%;
  object-fit: cover;
  width: 29.3vw;
  height: 29.3vw;
  max-height: 200px;
  max-width: 200px;
}
#mail .contact-tel .tel-detail .staff .name {
  text-align: center;
  margin-top: 6px;
  font-size: 0.8em;
  color: #666;
}
#mail .contact-tel .tel-detail .tel {
  margin-left: 15px;
}
#mail .contact-tel .tel-detail .tel .number {
  font-weight: bold;
  font-size: 2rem; /* 32px */
  white-space: nowrap;
  text-decoration: none;
}
#mail .contact-tel .tel-detail .tel .business-hours {
  font-weight: 500;
  padding-bottom: 0.5em;
}
#mail .contact-tel .tel-detail .tel .annotation {
  color: #666;
  font-size: var(--fz14);
  margin-top: 0.5em;
  font-weight: 500;
}
#mail .contact-tel .btn-call-number {
  padding: 15px;
  max-width: 460px;
  margin: 0 auto;
}
#mail .contact-tel .btn-call-number a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  background: var(--color-main);
}
#mail .contact-tel .btn-call-number a::before {
  content: "";
  background: url(../img/ico_call.png) no-repeat center center;
  height: 33px;
  width: 33px;
  background-size: 33px 33px;
  margin-right: 10px;
}
#mail .contact-mail {
  margin-top: 30px;
}
#mail .contact-mail .mail-detail {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}
#mail .contact-mail .mail-detail p {
  margin-top: 15px;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  #mail .contact-tel .btn-call-number {
    display: none;
  }
  #mail .contact-mail .mail-detail {
    text-align: center;
  }
}
/*
問い合わせフォーム
-------------------------------------------*/
#mail .mail-form {
  max-width: 1000px;
  margin: 0 auto;
}
#mail .mail-form .title {
  font-size: var(--fz22);
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
#mail .mail-form .form-wrap {
  padding: 0 15px;
}
#mail .mail-form table.formTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
#mail .mail-form table.formTable tr {
  display: flex;
  flex-direction: column;
}
#mail .mail-form table.formTable th {
  font-size: var(--fz18);
  font-weight: bold;
  display: flex;
  align-items: center;
}
#mail .mail-form table.formTable th .rqrd {
  background-color: var(--color-alert);
  color: var(--color-white);
  font-size: var(--fz12);
  font-weight: normal;
  padding: 2px 6px;
  margin-left: 3px;
}
#mail .mail-form table.formTable th .limit {
  font-size: 0.875em;
  color: #666;
  margin-left: 5px;
  font-weight: normal;
}
#mail .mail-form table.formTable td {
  padding: 15px 0 30px;
  display: flex;
  align-items: center;
}
#mail .mail-form table.formTable input[type="text"],
#mail .mail-form table.formTable input[type="email"],
#mail .mail-form table.formTable input[type="tel"] {
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 1px solid #666;
  box-sizing: border-box;
  line-height: 1;
}
#mail .mail-form table.formTable textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 15px;
  border: 1px solid #666;
  box-sizing: border-box;
}
#mail .mail-form input[type="reset"],
#mail .mail-form input[type="submit"] {
  width: 50%;
  height: 60px;
  padding: 0;
  border-radius: 30px;
  line-height: 60px;
  font-size: var(--fz20);
  font-weight: bold;
  text-align: center;
}
#mail .mail-form input:focus,
#mail .mail-form textarea:focus {
  background-color: var(--color-base-light);
}
@media (hover: hover) and (pointer: fine) {
  /*ホバーアクションはPCのみ適用*/
  #mail .mail-form input[type="reset"]:hover,
  #mail .mail-form input[type="submit"]:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
#mail .mail-form input[type="reset"] {
  background: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  width: 38%;
}
#mail .mail-form input[type="submit"] {
  background: var(--color-main);
  color: var(--color-white);
  width: 60%;
}
#mail .mail-form .btn-wrap {
  display: flex;
  padding: 0 0 30px;
  justify-content: space-between;
}
#mail .mail-form label.btn-file {
  display: block;
  color: var(--color-main);
  font-weight: bold;
  font-size: var(--fz18);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 30px;
  max-width: 240px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 240px;
}
#mail .mail-form .btn-file {
  /* 「選択されていません（選択後はファイル名）」のスタイル */
  font-size: var(--fz14);
}
#mail .mail-form .btn-file::file-selector-button {
  /* 「ファイルを選択」ボタンのスタイル */
  font-size: var(--fz16);
  font-weight: bold;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 30px;
  height: 60px;
  text-align: center;
  padding: 0 30px;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  /*ホバーアクションはPCのみ適用*/
  #mail .mail-form .btn-file::file-selector-button:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  #mail .mail-form table.formTable tr {
    flex-direction: row;
  }
  #mail .mail-form table.formTable th {
    width: 25%;
  }
  #mail .mail-form table.formTable td {
    width: 75%;
  }
}
/* プライバシーポリシー */
#mail .privacy-policy {
  padding: 30px 15px 60px;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 0.8em;
}
#mail .privacy-policy .ttl {
  font-weight: bold;
  margin-bottom: 30px;
}
#mail .privacy-policy ol,
#mail .privacy-policy ul {
  padding-left: 1.5rem;
}
#mail .privacy-policy ol li {
  list-style: decimal;
}
#mail .privacy-policy ul li {
  list-style: disc;
}
/*-------------------------------------------
line.html
-------------------------------------------*/
#line .contact-line .line-detail {
  padding: 35px 15px 0;
  margin: 0 auto;
  max-width: fit-content;
}
#line .contact-line .lead-line-friend {
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
#line .contact-line .lead-line-friend span {
  font-size: 1.5em;
}
#line .contact-line .lead-line-friend::before,
#line .contact-line .lead-line-friend::after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 30px;
}
#line .contact-line .lead-line-friend::before {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
}
#line .contact-line .lead-line-friend::after {
  clip-path: polygon(12% 32%, 85% 100%, 20% 22%);
  /* 鈍角三角形 */
  background: var(--color-main);
  transform: rotateY(180deg);
}
/* 友だち追加ボタン */
#line .btn-line-friend {
  padding: 15px;
  max-width: 460px;
  margin: 0 auto;
}
#line .btn-line-friend a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.6875rem; /* 27px */
  font-weight: bold;
  text-align: center;
  line-height: 75px;
  border-radius: 15px;
  background: var(--color-line);
}
#line .btn-line-friend a::before {
  content: "";
  background: url(../img/ico_line.png) no-repeat center center;
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
}
/* QRコード */
#line .qr-code {
  /* SPでは非表示 */
  display: none;
}
@media screen and (min-width: 901px) {
  #line .qr-code {
    /* PCでは非表示 */
    display: block;
    margin: 0 auto;
    width: 200px;
  }
}

/*-------------------------------------------
flow.html
-------------------------------------------*/
#flow .step-contents {
  max-width: 1000px;
  padding: 3em 15px;
  margin: 0 auto;
}
#flow .step-container {
  margin-left: 25px;
}
#flow .step-container .ttl {
  font-size: var(--fz20);
  font-weight: bold;
  display: flex;
  align-items: center;
  background: var(--color-base-light);
  height: 36px;
}
#flow .step-container .ttl .order {
  background: var(--color-main);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  margin-left: -20px;
}
#flow .step-container .ttl .label {
  margin-left: 15px;
  display: block;
}
#flow .step-container .ttl span {
  font-size: 0.66em;
  font-weight: normal;
  color: var(--color-white);
  background-color: var(--color-point);
  padding: 2px 5px;
  margin-left: 3px;
}
#flow .step-container .detail {
  padding: 2em 0 2em 2em;
  border-left: 5px dotted var(--color-main);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2em;
}
#flow .step-container .detail p {
  width: 100%;
}
#flow .step-container .detail .img-step {
  min-width: 112px;
  width: 100%;
  text-align: center;
}
#flow .step-container.step5 .detail {
  border-left: none;
}
#flow .step-container.step5 .detail p {
  width: 100%;
}
@media screen and (min-width: 901px) {
  #flow .step-container .detail {
    flex-direction: row;
  }
  #flow .step-container .detail p {
    width: 70%;
  }
  #flow .step-container .detail .img-step {
    width: 30%;
  }
}

/*-------------------------------------------
price.html
-------------------------------------------*/
#price .price-intro {
  max-width: 1030px;
  margin: 0 auto;
  padding: 1em 15px 3em;
}
#price .price-intro .title {
  font-size: var(--fz20);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#price .price-intro .text {
  line-height: 2;
  font-weight: 500;
}
/*----- 標準工事費 -----*/
#price .price-normal {
  padding: 30px 0 60px;
}
#price .category-ttl {
  text-align: center;
  font-weight: bold;
  color: var(--color-main);
  padding: 40px 0 20px;
}
#price .category-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
#price .category {
  margin: 0 auto;
}
#price .price-table {
  padding: 0 15px;
}
#price .price-table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
#price .price-table .row div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#price .price-table .row div:not(:first-of-type) {
  margin-left: 5px;
}
#price .price-table .row .price {
  color: var(--color-price);
  font-weight: bold;
}
#price .price-table .row .price span {
  font-weight: normal;
  font-size: 0.625rem;
}
#price .price-table .row .price span > span {
  color: #666;
}
/* 標準工事費テーブル */
#price .price-table.normal .row div:nth-of-type(1) {
  flex-basis: 15%;
}
#price .price-table.normal .row div:nth-of-type(1) img {
  max-height: 50px;
}
#price .price-table.normal .row div:nth-of-type(2) {
  flex-basis: 25%;
}
#price .price-table.normal .row div:nth-of-type(2) img {
  max-height: 15px;
}
#price .price-table.normal .row div:nth-of-type(3) {
  flex-basis: 30%;
}
#price .price-table.normal .row div:nth-of-type(4) {
  flex-basis: 35%;
}
/*----- 追加工事費 -----*/
#price .price-additional {
  padding-bottom: 60px;
}
#price .price-additional .wrap {
  margin: 0 auto;
  max-width: 1000px;
}
/* 追加工事費テーブル */
#price .price-table.additional .row div:nth-of-type(1) {
  flex-basis: 70%;
  justify-content: normal;
}
#price .price-table.additional .row div:nth-of-type(2) {
  flex-basis: 30%;
}
/* お支払いと工事保証について */
#price .guarantee {
  background: var(--color-base-light);
  margin-inline: auto;
  margin-bottom: 3em;
}
#price .guarantee .outer {
  padding: 3em 0;
  max-width: 1030px;
  margin-inline: auto;
  width: fit-content;
  display: flex;
  row-gap: 3em;
}
#price .guarantee .content {
  flex: 1 1 50%;
  padding: 0 2em;
}
#price .guarantee .content:nth-of-type(2) {
  border-left: 1px solid #ccc;
}
#price .guarantee .title {
  font-size: var(--fz18);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  #price .category-ttl {
    font-size: var(--fz20);
  }
  #price .price-table.additional .row {
    padding-left: 30px;
  }
  #price .price-table.normal .row div:nth-of-type(2) img {
    height: 40px;
  }
  #price .price-table .row .price {
    font-size: var(--fz22);
  }
  #price .price-table .row .price span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #price .guarantee .outer {
    flex-direction: column;
  }
  #price .guarantee .content:nth-of-type(2) {
    border-left: none;
  }
}
/*-------------------------------------------
company.html
-------------------------------------------*/
#company .info-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 50px;
}
#company .info-list dt {
  font-weight: bold;
  padding: 30px 0 5px;
}
#company .info-list dd {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 30px;
}
#company .info-list dd.certificates {
  display: flex;
  gap: 2em 1em;
}
#company .info-list dd.certificates figure {
  flex: 1 1 48%;
}
#company .info-list dd.certificates figure p {
  font-size: var(--fz14);
  color: #666;
  margin-top: 1em;
}
/* 代表挨拶 */
#company .message-from-ceo {
  background: var(--color-base-mono);
  padding: 3em 15px;
}
#company .message-from-ceo .outer {
  max-width: 1030px;
  margin-inline: auto;
}
#company .message-from-ceo .title {
  font-size: var(--fz20);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#company .message-from-ceo .message-content {
  display: flex;
  gap: 2em;
}
#company .message-from-ceo .ceo-photo {
  max-height: 200px;
  max-width: 200px;
}
#company .message-from-ceo .ceo-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#company .message-from-ceo .ceo-message {
  flex: 1;
  line-height: 2;
  font-weight: 500;
}
#company .message-from-ceo .ceo-message .text {
  margin: 1em 0;
}
#company .message-from-ceo .ceo-message .text-end {
  margin-top: 2em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #company .message-from-ceo .message-content {
    flex-direction: column;
    align-items: center;
  }
  #company .info-list dd.certificates {
    flex-direction: column;
    align-items: center;
  }
}
/* アクセス */
#company .access-info {
  padding: 3em 0;
  /* max-width: 1000px; */
  /* margin-inline: auto; */
}
#company .access-info .title {
  font-size: var(--fz22);
  font-weight: bold;
  text-align: center;
  margin: 0 15px 1em;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  #company .info-list dl {
    display: flex;
    flex-wrap: wrap;
  }
  #company .info-list dt,
  #company .info-list dd {
    padding: 30px 0;
    display: inline-block;
    border-bottom: 1px solid #ccc;
  }
  #company .info-list dt {
    width: 30%;
  }
  #company .info-list dd {
    width: 70%;
  }
}

/*-------------------------------------------
area.html
-------------------------------------------*/
#area .area-list dl {
  padding: 0 15px 2em;
  max-width: 1000px;
  margin: 0 auto;
}
#area .area-list dt {
  font-weight: bold;
  color: var(--color-main);
  padding: 30px 0 5px;
  font-size: var(--fz20);
}
#area .area-list dd {
  padding: 15px 0;
}
/* -----for PC----- */
@media screen and (min-width: 901px) {
  #area .area-list dl {
    display: flex;
    flex-wrap: wrap;
  }
  #area .area-list dt,
  #area .area-list dd {
    padding: 30px 15px;
    display: inline-block;
  }
  #area .area-list dt {
    width: 30%;
    text-align: right;
  }
  #area .area-list dd {
    width: 70%;
  }
}
