@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #322013;
  --color-white: #ffffff;
  --color-green:#6f9e13;
  --color-orange:#e68800;
  --color-beige:#f4e4cc;
  /*カレントカラー*/
  --color-current: #e68800;
  /*テキストリンクカラー*/
  --color-textlink:#e68800;
  /*必須ボタンカラー*/
  --color-required: #e68800;
  /*任意ボタンカラー*/
  --color-optional: #e68800;
  /*ラジオボタンカラー*/
  --color-radio: #e68800;
  /*チェックボタンカラー*/
  --color-check: #e68800;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-m: "M PLUS 1p", sans-serif;
  --font-family-yuji: "Yuji Syuku", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.25;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.03em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #322013;
  --color-white: #ffffff;
  --color-green:#6f9e13;
  --color-orange:#e68800;
  --color-beige:#f4e4cc;
  /*カレントカラー*/
  --color-current: #e68800;
  /*テキストリンクカラー*/
  --color-textlink:#e68800;
  /*必須ボタンカラー*/
  --color-required: #e68800;
  /*任意ボタンカラー*/
  --color-optional: #e68800;
  /*ラジオボタンカラー*/
  --color-radio: #e68800;
  /*チェックボタンカラー*/
  --color-check: #e68800;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Maru Gothic", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-m: "M PLUS 1p", sans-serif;
  --font-family-yuji: "Yuji Syuku", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.25;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.03em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

/*sns*/
.sns__list {
  gap: 20px;
  justify-content: center;
}
.sns__item .ig img,
.sns__item .mail img {
  width: 40px;
  height: auto;
}

/*電話番号*/
.tel-box p .tag {
  padding: 0.5rem 2rem;
}

/*logo*/
.logo {
  height: 5rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/pt__texture_01.png) top left/1200px 1200px repeat;
}
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  padding-top: 10rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.mv__container {
  width: 80%;
}
.mv__title {
  margin-top: -5rem;
  width: 80%;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  padding-block: 0 !important;
}
.sv__title {
  width: 77%;
  left: 5%;
  text-align: center;
}
.sv__title > span {
  font-size: 2.8rem;
  width: 100%;
  padding-block: 2rem;
  padding-inline: 1rem;
}
.sv__title > span > span {
  padding-bottom: 1rem;
  line-height: 1.3;
}
.sv__container {
  width: 70%;
  aspect-ratio: 7/6;
  border-radius: 0 0 0 5rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  gap: 2rem;
  margin-bottom: 5rem;
}
.com-title01 .en {
  font-size: 2rem;
}
.com-title01 .ja {
  text-align: center;
  font-size: 2.8rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 270px;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th,
.com-table tr td {
  padding-inline: 1.5rem;
}
.com-table tr th {
  width: 30%;
}

/*==============================
    エントランス
==============================*/
.entrance-section {
  padding-block: 10rem 0 !important;
}
.entrance-section__item {
  width: 90%;
}
.entrance-section__item a {
  aspect-ratio: 880/560;
}
.entrance-section__item a::before {
  width: 2rem;
  top: -2.5rem;
}
.entrance-section__title {
  width: 85%;
  padding-block: 4rem;
  max-width: 420px;
}
.entrance-section__title .ja {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}

.entrance-news {
  padding-block: 5rem !important;
}
.entrance-news__h3 {
  font-size: 2.8rem;
}

/*==============================
    TOP
==============================*/
.top-intro {
  padding-block: 5rem 10rem !important;
  overflow: hidden;
}
.top-intro__h3 {
  gap: 1.5rem;
}
.top-intro__h3 .sub {
  line-height: 1.5;
  font-size: 2.2rem;
}
.top-intro__h3 .sub strong {
  display: inline-block;
}
.top-intro__h3 .main {
  font-size: 3rem;
}
.top-intro__h3 .main::after {
  width: 9.5rem;
}
.top-intro .com-inbox {
  flex-direction: column-reverse;
  gap: 6rem;
}
.top-intro__image {
  position: relative;
  left: 38%;
  transform: translateX(-50%);
}

.top-worry {
  padding-block: 10rem 5rem !important;
}
.top-worry::before {
  width: 20%;
  top: 5rem;
  right: 5%;
  max-width: 95px;
}
.top-worry .com-inbox > .top-worry__image {
  margin-bottom: 5rem;
}
.top-worry__h3 {
  gap: 2rem;
  margin-bottom: 5rem;
}
.top-worry__h3 .en {
  font-size: 2rem;
}
.top-worry__h3 .ja {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}
.top-worry__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.top-worry__item {
  padding: 1rem;
  /*青テープ*/
}
.top-worry__item:first-child::before, .top-worry__item:last-child::before {
  width: 5rem;
  top: -1rem;
  right: -1rem;
}
.top-worry__item {
  /*黄テープ*/
}
.top-worry__item:nth-child(2)::before, .top-worry__item:nth-child(3)::before {
  width: 5rem;
  top: -1rem;
  left: -1rem;
}
.top-worry__item {
  /*橙テープ*/
}
.top-worry__item:nth-child(4)::before {
  width: 5rem;
  top: -1rem;
  right: -1rem;
}

.top-leave__h3 {
  margin-bottom: 6rem;
}
.top-leave__h3::before {
  right: calc(100% + 1rem);
  width: 10%;
}
.top-leave__h3::after {
  width: 50%;
  right: -6rem;
  bottom: 60%;
  left: unset;
  top: unset;
  transform: translateY(0);
}
.top-leave__h3 .sub {
  font-size: 2rem;
}
.top-leave__h3 .main {
  font-size: 2.8rem;
}
.top-leave__text::before {
  width: 20%;
  left: unset;
  right: 0;
  top: unset;
  bottom: -3rem;
  max-width: 77px;
}
.top-leave__text > div {
  padding: 4rem 3rem 5rem;
}
.top-leave__text p:last-child {
  background: unset;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 1px;
  -webkit-text-decoration: underline dashed var(--color-font) 2px;
          text-decoration: underline dashed var(--color-font) 2px;
}
.top-leave__list {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.top-leave__item p {
  font-size: 1.4rem;
}
.top-leave__item .top-leave__image {
  width: 100%;
}
.top-leave__item .top-leave__image::before {
  width: 6rem;
}

.top-link {
  padding-block: 0 !important;
}
.top-link__list {
  width: 90%;
  margin-inline: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.top-link__item::before {
  width: 2rem;
  top: -2rem;
}

.top-campaign .com-inbox {
  flex-direction: column;
  align-items: center;
  padding: 5rem 3rem 4rem 3rem;
  gap: 5rem;
}
.top-campaign .com-inbox::before {
  width: 20%;
  top: -1rem;
  left: -1rem;
}
.top-campaign .com-inbox::after {
  position: absolute;
  right: 1rem;
  bottom: calc(100% - 5rem);
  content: "";
  display: block;
  aspect-ratio: 88/128;
  width: 20%;
  max-width: 80px;
  background: url(../img/top/deco-balloon.png) top left/contain no-repeat;
}
.top-campaign__title {
  font-size: 2.6rem;
  margin-inline: auto;
}
.top-campaign__title::before {
  display: none;
}
.top-campaign__text p .gray {
  display: inline-block;
}
.top-campaign__list {
  justify-content: center;
}
.top-campaign__image {
  max-width: 550px;
}

.top-targetlinks {
  padding-block: 5rem !important;
}
.top-targetlinks__list {
  flex-wrap: wrap;
  gap: 2rem;
}
.top-targetlinks__item {
  width: 19rem;
}
.top-targetlinks__item a {
  padding-left: 2rem;
  aspect-ratio: 180/71;
}
.top-targetlinks__title {
  font-size: 1.6rem;
  -webkit-text-stroke: 3px var(--color-green);
  paint-order: stroke;
}

.top-news .com-inbox {
  flex-direction: column;
  align-items: center;
}
.top-news__h3 {
  gap: 2rem;
  align-items: center;
}
.top-news__h3 .en {
  font-size: 2rem;
}
.top-news__h3 .ja {
  font-size: 2.8rem;
}
.top-news .com-btn {
  margin-top: 5rem;
}

/*==============================
    塗装工事
==============================*/
.coating-service .com-service__item:first-child .com-service__title::after, .coating-service .com-service__item:nth-child(2) .com-service__title::after {
  width: 6rem;
  right: 5%;
  bottom: 100%;
}

/*==============================
    リフォーム・外構工事
==============================*/
/*==============================
    防水工事
==============================*/
/*==============================
    下層共通デザイン
==============================*/
.com-reason {
  padding-block: 3rem 0 !important;
}
.com-reason__h3 {
  gap: 2rem;
  padding-block: 5rem;
}
.com-reason__h3 .en {
  font-size: 2rem;
}
.com-reason__h3 .ja {
  font-size: 2.8rem;
  line-height: 1.3;
}
.com-reason__h3::before {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.com-reason__wrap {
  flex-direction: column-reverse;
  gap: 1rem;
}
.com-reason__wrap::before {
  width: 20%;
  margin-left: auto;
}
.com-reason__container {
  margin-inline: auto;
  max-width: 445px;
  gap: 1rem;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.com-reason__box {
  aspect-ratio: 230/104;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding-block: 1.5rem;
  letter-spacing: 0.01em;
}
.com-reason__item {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.com-reason__title {
  font-size: 2.1rem;
  gap: 1rem;
}
.com-reason__title::before {
  width: 3rem;
}

.com-service__list {
  gap: 4rem 2rem;
}
.com-service__item {
  justify-content: space-between;
}
.com-service__title {
  font-size: 2.1rem;
}
.com-service__title small {
  font-size: 1.3rem;
}
.com-service__btn {
  width: 100%;
  margin-inline: auto;
  max-width: 600px;
  margin-top: 7rem;
  aspect-ratio: 960/270;
  padding-left: 3rem;
}
.com-service__btn h5 {
  gap: 1rem;
}
.com-service__btn h5 .en {
  font-size: 1.8rem;
}
.com-service__btn h5 .en::before {
  width: 2.5rem;
}
.com-service__btn h5 .ja {
  font-size: 2.2rem;
}
.com-service__btn h5 .ja small {
  font-size: 2rem;
}

/*==============================
    アクセス・会社概要
==============================*/
.access-company__wrap::before {
  width: 95vw;
}
.access-company .map {
  height: 35rem;
}

.access-area {
  padding-block: 0 10rem !important;
}
.access-area .com-inbox {
  flex-direction: column;
  gap: 6rem;
}
.access-area__text {
  width: 100%;
}
.access-area__text::before {
  width: 25%;
}
.access-area__text > div {
  padding: 4rem 2rem 5rem;
}
.access-area__h3 {
  font-size: 2.5rem;
}
.access-area__image {
  width: 80%;
}

.access-greeting__title {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.access-greeting__wrap {
  flex-direction: column;
  align-items: center;
}
.access-greeting__image {
  max-width: 500px;
}

.access-staff {
  position: relative;
  z-index: 0;
}
.access-staff__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.access-staff__item:nth-child(even)::before {
  top: 50%;
}
.access-staff .com-title01 {
  position: unset;
}
.access-staff .com-title01::before {
  z-index: -1;
  top: 4rem;
  left: 5%;
  width: 25%;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail__title {
  font-size: 2.2rem;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact .com-table th,
.contact .com-table td {
  padding-inline: 1rem;
  border-bottom: none;
}
.contact .required-mark {
  font-size: 1.6rem;
  line-height: 2;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}
.contact .contact-recaptcha-wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 16px 0;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__title {
  font-size: 2.2rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__box {
  padding-top: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid #d9d9d9;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid #d9d9d9;
}
.footer-nav__item {
  border-top: 1px solid #d9d9d9;
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  padding-block: 1.5rem;
}