@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

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

/* ===============================================
 全体
=============================================== */
html {
  scroll-padding-top: clamp(100px, 7.8125vw, 130px);
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 1850px;
  height: clamp(100px, 7.8125vw, 130px);
  padding-inline: clamp(30px, 2.3391812865vw, 40px);
  border-radius: 0 0 clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px);
}
#header .header__logo {
  width: clamp(162px, 12.6506024096vw, 210px);
}
#header .header__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  row-gap: clamp(15px, 1.1695906433vw, 20px);
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
  padding-bottom: 4px;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(20px, 1.5625vw, 30px);
       column-gap: clamp(20px, 1.5625vw, 30px);
}
#header .header__tel {
  row-gap: 0.625em;
}
#header .header__tel .com-tel-num {
  font-size: 1.875em;
}
#header .header__tel .com-tel-num::before {
  font-size: clamp(1.4rem, 1.0810810811vw, 1.6rem);
}
#header .header__line {
  width: 15.9375em;
  height: max(45px, 3.125em);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8rem;
}
#footer::before {
  height: clamp(270px, 17.4479166667vw, 335px);
}
#footer::after {
  width: 93.75%;
  max-width: 1800px;
  height: clamp(264px, 20.5208333333vw, 394px);
  background-size: clamp(60px, 4.6875vw, 90px);
  left: calc(50% + 1rem);
  top: clamp(44px, 3.4375vw, 66px);
}
#footer .footer__inner {
  display: grid;
  grid-template: "logo sns fnav" 7.4rem "info info fnav" 1fr "info info links" auto/21rem 1fr 51.5rem;
  gap: 4rem 6.5rem;
  align-items: center;
  width: 1080px;
  background: var(--color-white);
  padding: 5rem;
  border-radius: 3rem;
}
#footer .footer__logo {
  grid-area: logo;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3.4rem;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  grid-area: info;
  margin-bottom: auto;
}
#footer .footer__info > * {
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__links {
  grid-area: links;
  margin-top: auto;
}
#footer .footer__link {
  width: 25rem;
  height: 6rem;
}
#footer .footer__sns {
  grid-area: sns;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  grid-area: fnav;
}
.footer-nav__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 3.4rem 8rem;
}
.footer-nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::before {
  content: "・";
  color: var(--color-main);
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
.visual {
  margin-top: clamp(-130px, -7.8125vw, -100px);
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(clamp(480px, 37.5vw, 720px) + clamp(100px, 7.8125vw, 130px));
  padding: clamp(100px, 7.8125vw, 130px) 0 clamp(26px, 1.9791666667vw, 38px);
}
.visual__main::before {
  background-size: clamp(510px, 39.7395833333vw, 763px);
}
.visual__main::after {
  height: clamp(37px, 2.8645833333vw, 55px);
}
.visual__main-catch {
  width: clamp(667px, 52.0833333333vw, 1000px);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(clamp(250px, 19.2708333333vw, 370px) + clamp(100px, 7.8125vw, 130px));
  padding: clamp(100px, 7.8125vw, 130px) 0 clamp(22px, 1.71875vw, 33px);
}
.visual__sub::before {
  background-size: cover, clamp(510px, 39.7395833333vw, 763px), clamp(510px, 39.7395833333vw, 763px);
}
.visual__sub::after {
  height: clamp(37px, 2.8645833333vw, 55px);
}
.visual__sub-catch {
  width: 56.25%;
  max-width: 1080px;
  height: clamp(160px, 12.2395833333vw, 235px);
  border-radius: clamp(20px, 1.5625vw, 30px);
}
.visual__sub-catch > span {
  font-size: clamp(3.2rem, 2.3958333333vw, 4.6rem);
  -webkit-text-stroke: clamp(6px, 0.4166666667vw, 8px) var(--color-white);
  paint-order: stroke;
}
.visual__sub-catch::before {
  width: calc(100% + clamp(140px, 10.8333333333vw, 208px));
  height: calc(100% + clamp(14px, 1.09375vw, 21px));
  top: 0;
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-kaku);
  font-weight: var(--font-weight-bold);
  line-height: 2;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: var(--letter-spacing-sm);
}
.gnav__item::after {
  content: "・";
  color: var(--color-main);
  margin-inline: 1em;
}
.gnav__item:last-of-type {
  margin-right: calc(var(--letter-spacing-sm) * -1);
}
.gnav__item:last-of-type::after {
  display: none;
}
.gnav__link {
  display: block;
}
.gnav__link:hover {
  color: var(--color-main);
}
.gnav__link.current {
  color: var(--color-accent);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb__list {
  width: 1080px;
}
.breadcrumb + .section::before {
  width: 90%;
  max-width: 1565px;
  height: clamp(120px, 8.59375vw, 165px);
  top: clamp(40px, 3.125vw, 60px);
}

/*===============================================
  main共通
===============================================*/
.section--bg::before {
  height: clamp(322px, 25.15625vw, 483px);
}
.section--bg::after {
  width: calc(50% + 223px);
  height: 150px;
  left: calc(50% - 223px);
}
.section--wave::after {
  height: clamp(37px, 2.8645833333vw, 55px);
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn--line {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.com-btn--line::before {
  width: 2.2rem;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  width: 20rem;
  padding: 2.25rem 3rem;
}
.com-table tr td {
  padding: 2.25rem 3rem;
}
.com-table tr:first-of-type th {
  border-top-left-radius: 0.8rem;
}
.com-table tr:first-of-type td {
  border-top-right-radius: 0.8rem;
}
.com-table tr:last-of-type th {
  border-bottom-left-radius: 0.8rem;
}
.com-table tr:last-of-type td {
  border-bottom-right-radius: 0.8rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__link {
  padding-right: 9rem !important;
}
.com-post__link::after {
  font-size: 3rem;
  right: 3rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  min-height: 8rem;
}
.com-title01 > span:has(.first)::before {
  width: 8rem;
  top: calc(-2rem - (1em - 1lh) / 2);
}
.com-title01 > span .first {
  width: 8rem;
  margin-right: 0.8rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact::before {
  width: 1278px;
  height: 221px;
  background-position: left top, right 9px bottom;
  top: 19px;
}
.com-contact__box {
  padding: 0 3rem 5rem;
}
.com-contact__box::before {
  height: calc(100% - 4rem);
  border-radius: 3rem;
}
.com-contact__box::after {
  width: calc(100% - 120px);
  height: 180px;
  top: -13px;
}
.com-contact__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-top: 4.5rem;
}
.com-contact__tel .com-tel-num {
  font-size: 4.2rem;
}
.com-contact__tel .com-tel-num > span {
  margin: -0.9rem 0 -0.3rem;
}

/*ボタンリンクセクション
-----------------------------*/
.com-links__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.com-links__items .com-links__item {
  width: 520px;
}
.com-links__items .com-links__item:nth-of-type(2) {
  border-top: dotted 2px var(--color-main);
}
.com-links__item {
  padding: 3.5rem 3rem;
}

/*===============================================
  トップページ
===============================================*/
/*こんなお悩みございませんか？
-----------------------------*/
.top-trouble::before {
  height: calc(100% - 25rem);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(130px, 9.8958333333vw, 190px)), 50% 100%, 0 calc(100% - clamp(130px, 9.8958333333vw, 190px)));
}
.top-trouble__title {
  margin-bottom: 9px;
}
.top-trouble__inner {
  padding-top: 187px;
  position: relative;
}
.top-trouble__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 0;
}
.top-trouble__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}
.top-trouble__item p {
  text-align: center;
  font-size: var(--font-size-h6);
  line-height: 1.25;
  font-weight: var(--font-weight-bold);
  word-break: keep-all;
  padding-inline: 4rem;
}
.top-trouble__item--lt {
  width: 270px;
  height: 207px;
  padding-bottom: 39px;
  top: 0;
  left: 249px;
}
.top-trouble__item--lt::before {
  background: url(../img/index/balloon_trouble03.png) no-repeat center/100% 100%;
}
.top-trouble__item--left {
  width: 282px;
  height: 209px;
  padding-top: 7px;
  padding-right: 15px;
  top: 117px;
  left: 0;
}
.top-trouble__item--left::before {
  background: url(../img/index/balloon_trouble02.png) no-repeat center/100% 100%;
}
.top-trouble__item--lb {
  width: 275px;
  height: 203px;
  padding-bottom: 33px;
  bottom: -9px;
  left: 120px;
}
.top-trouble__item--lb::before {
  background: url(../img/index/balloon_trouble01.png) no-repeat center/100% 100%;
}
.top-trouble__item--rt {
  width: 267px;
  height: 219px;
  padding-bottom: 14px;
  top: 2px;
  right: 244px;
}
.top-trouble__item--rt::before {
  background: url(../img/index/balloon_trouble04.png) no-repeat center/100% 100%;
}
.top-trouble__item--right {
  width: 270px;
  height: 207px;
  padding-left: 6px;
  padding-bottom: 28px;
  top: 119px;
  right: 10px;
}
.top-trouble__item--right::before {
  background: url(../img/index/balloon_trouble03.png) no-repeat center/100% 100%;
  transform: scale(-1, 1);
}
.top-trouble__item--rb {
  width: 275px;
  height: 203px;
  padding-left: 7px;
  padding-bottom: 32px;
  bottom: -9px;
  right: 120px;
}
.top-trouble__item--rb::before {
  background: url(../img/index/balloon_trouble01.png) no-repeat center/100% 100%;
  transform: scale(-1, 1);
}
.top-trouble__image {
  text-align: center;
}
.top-trouble__answer {
  padding-block: 5rem;
}
.top-trouble__answer-text {
  height: 15rem;
  font-size: var(--font-size-h4);
  line-height: 1.625;
  border-radius: 3rem;
}
.top-trouble__answer-text::before {
  width: 168px;
  top: -2.6rem;
  left: 0;
}
.top-trouble__answer-text::after {
  width: 167px;
  right: 0;
  bottom: -5rem;
}
.top-trouble__answer-text p {
  margin-top: calc((1em - 1lh) / 2);
}
.top-trouble__answer-text .label {
  font-size: var(--font-size-h3);
  line-height: 1.5;
}

/*小さなトラブルも、
丁寧・迅速に対応します。
-----------------------------*/
.top-about {
  padding: 5rem 0 0;
}
.top-about::after {
  bottom: 1rem;
}
.top-about__inner {
  padding-left: 420px;
}
.top-about__title {
  align-items: flex-start;
  padding-left: 40px;
}
.top-about__title > span:has(.first) + span {
  margin-left: 8.8rem;
}
.top-about__text {
  margin-block: 0;
  padding: calc(3rem + (1em - 1lh) / 2) 40px;
  background: var(--color-white);
  border-radius: 3rem;
}
.top-about__image {
  width: calc(50% - 160px);
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 3rem 3rem 0;
}
.top-about__image::after {
  width: 17.4rem;
  right: 3rem;
}

/*萬工事本舗豊橋支店の強み
-----------------------------*/
.top-strengths::before {
  width: calc(100% - 6rem);
  max-width: 1860px;
  height: clamp(624px, 48.6979166667vw, 935px);
  top: 3rem;
  background-size: 18.603%;
}
.top-strengths__inner {
  padding: 5rem 3rem;
  margin-inline: 3rem;
  border-radius: 3rem;
}
.top-strengths__inner::before {
  width: calc(100% + 4rem);
  height: 165px;
  top: -2rem;
}
.top-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
}
.top-strengths__icon {
  margin-bottom: 1.5rem;
}
.top-strengths__text {
  font-size: var(--font-size-h5);
  line-height: 1.25;
}
.top-strengths__text .min {
  font-size: var(--font-size-h6);
}
.top-strengths__btn {
  margin: 3rem auto 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding: 3rem 0 5rem;
}
.top-bnr::before {
  height: 100%;
  max-height: 354px;
}
.top-bnr__links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5rem 8rem;
}
.top-bnr__link {
  width: 43.8rem;
  height: 35.5rem;
}
.top-bnr__link::before {
  filter: drop-shadow(0 0.8rem 0 #0a8ca6);
  inset: 0;
}
.top-bnr__link--service::before {
  background: url(../img/index/bg_bnr-service.png) no-repeat center/contain;
}
.top-bnr__link--price::before {
  background: url(../img/index/bg_bnr-price.png) no-repeat center/contain;
}
.top-bnr__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 39rem;
}
.top-bnr__balloon {
  width: 21.9rem;
  height: 18.6rem;
  padding-bottom: 4.2rem;
  margin-left: auto;
  margin-bottom: -11.6rem;
}

/*施工実績
-----------------------------*/
.top-works::before {
  content: "";
  width: 1796px;
  height: 489px;
  background: url(../img/index/bg-works-deco-left.png) no-repeat left center, url(../img/index/bg-works-deco-right.png) no-repeat right center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.top-works__inner {
  display: grid;
  grid-template: 8rem 1fr/auto 30rem;
  align-items: flex-end;
  min-height: 370px;
  gap: 3rem;
}
.top-works__title {
  align-items: flex-start;
  margin-bottom: 0;
  order: 0;
}
.top-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.top-works__list,
.top-works .com-empty {
  grid-column: span 2;
  order: 2;
  margin-bottom: auto;
}
.top-works__item {
  padding: 4rem 3.5rem;
}
.top-works__item .com-works__image--after {
  min-width: 25rem;
}
.top-works__item .com-works__image--after img {
  aspect-ratio: 1.329787234;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__btn {
  order: 1;
}

/*ボタンリンクセクション
-----------------------------*/
.top-links::before {
  height: clamp(322px, 25.15625vw, 483px);
}
.top-links::after {
  width: calc(50% + 223px);
  height: 150px;
  left: 0;
  bottom: 0;
}
.top-links__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 49rem;
}
.top-links__items {
  width: 640px;
}
.top-links__image {
  width: calc(50% - 160px);
  height: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
}
.top-links__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0 0 3rem;
}
.top-links__image::after {
  width: 34rem;
  left: 0.8rem;
}

/*お知らせ
-----------------------------*/
.top-news__list {
  background: var(--color-white);
  border-radius: 3rem;
  padding: 3rem 4rem;
  position: relative;
  z-index: 0;
}
.top-news__list::before {
  content: "";
  width: 11.3rem;
  aspect-ratio: 113/137;
  background: url(../img/common/clip.png) no-repeat left top/contain;
  position: absolute;
  top: -9.8rem;
  left: -1.7rem;
  z-index: -1;
}
.top-news__list::after {
  content: "";
  width: 20.7rem;
  aspect-ratio: 207/95;
  background: url(../img/common/pencil.png) no-repeat right top/contain;
  position: absolute;
  top: -8.6rem;
  right: 1.6rem;
  z-index: -1;
}
.top-news__btn {
  margin: 3rem auto 0;
}

/*===============================================
  サービス
===============================================*/
/*対応サービス
-----------------------------*/
.service-list__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 1.5rem 3rem;
  padding-top: 5rem;
}
.service-list__image {
  min-height: 32rem;
}
.service-list__image figcaption {
  line-height: 1.25;
  padding-inline: 0.5em;
}
.service-list__message {
  text-align: center;
  padding: 3rem;
  margin-top: 7.6rem;
  border-radius: 3rem;
}
.service-list__message::before {
  width: 168px;
  top: -2.6rem;
  left: 0;
}
.service-list__message::after {
  width: 167px;
  right: 0;
  bottom: -5rem;
}
.service-list__btn {
  margin: 5rem auto 0;
}

/*萬工事本舗豊橋支店の強み
-----------------------------*/
.service-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 3rem;
  padding-top: 1rem;
}
.service-strengths__icon {
  margin-bottom: 1.5rem;
}
.service-strengths__heading {
  font-size: var(--font-size-h5);
  line-height: 1.25;
}
.service-strengths__heading .min {
  font-size: var(--font-size-h6);
}
.service-strengths__body {
  padding-inline: 1rem;
}
.service-strengths__body p {
  display: inline;
}
.service-strengths__btn {
  margin: 5rem auto 0;
}

/*よくある質問
-----------------------------*/
.service-faq__list {
  background: var(--color-white);
  border-radius: 3rem;
  padding: 3rem 4rem;
  position: relative;
  z-index: 0;
}
.service-faq__list::before {
  content: "";
  width: 11.3rem;
  aspect-ratio: 113/137;
  background: url(../img/common/clip.png) no-repeat left top/contain;
  position: absolute;
  top: -9.8rem;
  left: -1.7rem;
  z-index: -1;
}
.service-faq__list::after {
  content: "";
  width: 20.7rem;
  aspect-ratio: 207/95;
  background: url(../img/common/pencil.png) no-repeat right top/contain;
  position: absolute;
  top: -8.6rem;
  right: 1.6rem;
  z-index: -1;
}
.service-faq__item {
  padding: 4rem 3rem 3rem;
}
.service-faq__body {
  line-height: 1.5625;
  margin-block: calc((1em - 1lh) / 2);
}

/*===============================================
  料金表
===============================================*/
/*料金表　一覧
-----------------------------*/
.price-list__items {
  padding-inline: 9rem;
}
.price-list__item {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 3rem;
  padding: 4rem;
}
.price-list__image {
  order: 2;
}
.price-list__heading {
  grid-column: span 2;
  margin-bottom: -1.5rem;
  order: 0;
}
.price-list__fee {
  grid-column: span 2;
  order: 1;
}
.price-list__body {
  order: 3;
}

/*ご依頼の流れ
-----------------------------*/
.price-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.6666666667rem;
       column-gap: 2.6666666667rem;
  padding-top: 1rem;
}
.price-flow__item {
  min-height: 525px;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
.price-flow__item::before {
  width: calc(100% + 2rem);
  height: 0.3rem;
  top: 1rem;
  left: 50%;
  transform: translateY(-50%);
}
.price-flow__item::after {
  width: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.price-flow__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.price-flow__icon::before {
  font-size: 2.4rem;
  margin-top: -0.4rem;
}
.price-flow__icon::after {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.price-flow__body {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding-inline: 2rem;
}
.price-flow__body p {
  display: inline;
}

/*===============================================
  施工実績
===============================================*/
/*施工実績 一覧
-----------------------------*/
.works-list__items {
  padding-inline: 9rem;
}

/*===============================================
  店舗案内
===============================================*/
/*代表挨拶
-----------------------------*/
.info-greeting__inner {
  display: grid;
  grid-template-columns: 34rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding-top: 1rem;
}
.info-greeting__image img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*店舗情報
-----------------------------*/
.info-shop__table tr th,
.info-shop__table tr td {
  border-bottom: solid 0.5rem var(--color-white);
}
.info-shop__table tr:last-of-type th,
.info-shop__table tr:last-of-type td {
  border-bottom: none;
}
.info-shop__map {
  height: 45rem;
  margin-top: 5rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 4rem;
  margin-inline: 4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 380px;
  text-align: left;
  line-height: 2.375;
  border-bottom: solid 0.3rem var(--color-white);
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  border-bottom: solid 0.3rem var(--color-bg);
}
.contact-form__table tr:last-of-type th,
.contact-form__table tr:last-of-type td {
  border-bottom: none;
}
.contact-form .contact-submits-wrap > * {
  width: 300px;
  height: 70px;
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  padding: 4rem;
}
.sitemap-list__item:nth-of-type(5n + 1) {
  border-top: dotted 2px var(--color-main);
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 2rem;
}

/*===============================================
  404エラー
===============================================*/