@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1f1f1f;
  --color-white: #ffffff;
  --color-whiteblue: #eef7ff;
  --color-whiteorange: #fef4e5;
  --color-orange: #f9a014;
  --color-lightorange: #ffd28a;
  --color-navy: #024177;
  --color-blue: #058aff;
  --color-gray: #727272;
  --color-red: #f94a14;
  /*カレントカラー*/
  --color-current: #f9a014;
  /*テキストリンクカラー*/
  --color-textlink:#f9a014;
  /*必須ボタンカラー*/
  --color-required: #f9a014;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #f9a014;
  /*チェックボタンカラー*/
  --color-check: #f9a014;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1f1f1f;
  --color-white: #ffffff;
  --color-whiteblue: #eef7ff;
  --color-whiteorange: #fef4e5;
  --color-orange: #f9a014;
  --color-lightorange: #ffd28a;
  --color-navy: #024177;
  --color-blue: #058aff;
  --color-gray: #727272;
  --color-red: #f94a14;
  /*カレントカラー*/
  --color-current: #f9a014;
  /*テキストリンクカラー*/
  --color-textlink:#f9a014;
  /*必須ボタンカラー*/
  --color-required: #f9a014;
  /*任意ボタンカラー*/
  --color-optional: #1035a9;
  /*ラジオボタンカラー*/
  --color-radio: #f9a014;
  /*チェックボタンカラー*/
  --color-check: #f9a014;
  /*==============================
      フォントファミリー
  ==============================*/
  /*本文*/
  --font-family-body: "Noto", sans-serif;
  --font-family-noto: "Noto", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.8rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.222;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0;
}

@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto";
  src: url(/font/NotoSansCJKjp-Black.otf) format("opentype");
  font-weight: 900;
}
/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
  scroll-padding-top: 10rem;
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

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

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

.logo {
  height: 4rem;
}
.logo a {
  height: 100%;
  width: auto;
}
.logo a img {
  height: 100%;
  width: auto;
}

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

/*追従ボタン*/
.follow_btn a {
  width: 60px;
}

/*==============================
    ヘッダー
==============================*/
.header .logo {
  height: 4rem;
}
.header__inner {
  margin-block: auto;
  height: 10rem;
  padding: 1.5rem;
  box-sizing: border-box;
}

/*==============================
    メインビジュアル
==============================*/
.mv-link__list {
  flex-direction: column;
  gap: 0;
}
.mv-link__item a {
  padding: 3rem 2rem;
}
.mv-link__item a img {
  height: 10rem;
  width: auto;
}
.mv-link__item a::after {
  width: 5rem;
}
.mv-cont {
  padding-block: 5rem 10rem;
}
.mv-cont::before {
  width: 20%;
}
.mv-cont::after {
  width: 60%;
  right: 0;
  max-width: 300px;
}
.mv-copy {
  align-items: center;
  gap: 1.5rem;
}
.mv-copy .tag {
  font-size: 2rem;
  padding: 1rem;
}
.mv-copy .sub {
  font-size: 2.5rem;
  line-height: 1.5;
  -webkit-text-stroke: 0.5rem var(--color-white);
  paint-order: stroke;
}
.mv-copy .sub .line {
  font-size: 2.8rem;
  display: inline-block;
}
.mv-copy .sub .line::before {
  height: 2rem;
}
.mv-copy .main {
  font-size: 2.8rem;
  margin-top: 0;
  line-height: 1.3;
  -webkit-text-stroke: 0.5rem var(--color-white);
  paint-order: stroke;
}
.mv-copy .main .shadow {
  font-size: 5rem;
  -webkit-text-stroke: 0.5rem var(--color-navy);
  margin-right: 1rem;
}
.mv-copy .main strong {
  font-size: 3.5rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 25rem;
}
.sv::before {
  width: 20%;
  z-index: 1;
}
.sv::after {
  width: 30%;
}
.sv__container {
  width: 95%;
  aspect-ratio: unset;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv__title {
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  padding: 2rem 3rem;
  min-width: 70%;
  line-height: 1.3;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 3.5rem;
  margin-bottom: 6rem;
}
.com-title01 .line {
  line-height: 1.3;
  padding-bottom: 1.2rem;
}
.com-title01 .line::before {
  height: 2.5rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  max-width: 285px;
  height: 60px;
  margin-inline: auto;
  font-size: 1.8rem;
}

.mail-btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-inline: auto;
}

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

/*==============================
    TOP
==============================*/
/*こんな症状があればご依頼ください*/
.top-symptom .com-inbox {
  display: flex;
  flex-direction: column;
}
.top-symptom .com-inbox::before {
  content: "";
  display: block;
  width: 100%;
  order: 1;
  margin-inline: auto;
  max-width: 500px;
  aspect-ratio: 850/545;
  background: url(../img/top/symptoms_sp.jpg) top left/contain no-repeat;
}
.top-symptom .com-title01 {
  order: 0;
  font-size: 3.2rem;
}
.top-symptom .com-title01 strong {
  font-size: 3.5rem;
}
.top-symptom .com-title01 .rb {
  margin-right: 0.3rem;
}
.top-symptom__list {
  margin-top: 5rem;
  order: 2;
  gap: 1rem;
  counter-reset: num 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.top-symptom__item {
  width: 100%;
  aspect-ratio: 16/9;
  counter-increment: num;
}
.top-symptom__item::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: counter(num, decimal-leading-zero);
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-white);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 6rem;
  box-sizing: border-box;
  border: 0.4rem solid var(--color-white);
  background-color: var(--color-orange);
  border-radius: 100vh;
  box-shadow: 0.4rem 0.4rem 0 rgba(114, 114, 114, 0.3);
}
.top-symptom__item p {
  font-size: clamp(10px, 2.2rem, 18px);
}
.top-symptom__image {
  width: 100%;
  height: 100%;
}
.top-symptom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*外壁・屋根塗装なら橘建装へ*/
.top-coating {
  padding-block: 10rem 15rem !important;
}
.top-coating .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.top-coating .com-title01 {
  order: 0;
  gap: 0.5rem;
}
.top-coating .com-title01 strong {
  font-size: 3.8rem;
}
.top-coating__image {
  width: 90%;
  max-width: 400px;
}
.top-coating__image img:last-child {
  right: -2rem;
  left: unset;
}
.top-coating .com-btn {
  margin-top: 5rem;
}

/*橘建装が皆さまに選ばれる理由*/
.top-reason .com-title01 {
  margin-bottom: 12rem;
}
.top-reason .com-title01 strong {
  font-size: 4rem;
}
.top-reason::before {
  width: 25%;
  right: 5%;
  max-width: 115px;
}
.top-reason__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8rem;
}
.top-reason__item {
  width: 100%;
  max-width: 400px;
  height: 7rem;
}
.top-reason__item::before {
  font-size: 5rem;
}

/*下層リンク*/
.top-link__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.top-link__item {
  aspect-ratio: 640/250;
}
.top-link__item:first-child img {
  height: 5rem;
}
.top-link__item:last-child img {
  height: 10rem;
}
.top-link__item a {
  padding: 2rem 4rem;
}
.top-link__item a::after {
  width: 4rem;
}

/*お知らせ*/
.top-news {
  padding-bottom: calc(15rem + 60px) !important;
}
.top-news .com-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10rem;
}

/*==============================
    外壁・屋根塗装
==============================*/
/*こんなお悩みありませんか？*/
.coating-worry::before {
  width: 30%;
  right: 5%;
  max-width: 156px;
}
.coating-worry__list {
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  margin-inline: 2rem;
}

/*サービス紹介*/
.coating-solution::before {
  width: 25%;
  right: 5%;
  max-width: 115px;
}
.coating-solution .com-title01 {
  gap: 1rem;
}
.coating-solution .com-title01 .sub {
  font-size: 2.3rem;
}
.coating-solution .com-title01 .sub::before, .coating-solution .com-title01 .sub::after {
  width: 3.5rem;
}
.coating-solution__list {
  gap: 6rem;
}
.coating-solution__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
.coating-solution__title {
  font-size: 2.8rem;
  width: 100%;
  margin-bottom: 5rem;
}
.coating-solution__wrap {
  flex-direction: column-reverse;
  gap: 5rem;
}
.coating-solution__image {
  width: 80%;
  max-width: 450px;
}
.coating-solution__sign {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 3rem auto;
}
.coating-solution__sign::before {
  display: none;
}
.coating-solution__sign span {
  position: relative;
  z-index: 0;
}
.coating-solution__sign span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 0.3em);
  height: 1.8rem;
  background: url(../img/common/pat01.jpg) bottom left/1.6rem 1.6rem repeat;
}
.coating-solution__check-list {
  width: 100%;
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
}

/*塗装をするメリット*/
.coating-merit__list {
  gap: 6rem;
  margin-bottom: 10rem;
}
.coating-merit__item {
  flex-direction: column-reverse;
  align-items: center;
  padding: 2rem;
  gap: 5rem;
}
.coating-merit__title {
  font-size: 2.8rem;
}
.coating-merit__image {
  width: 80%;
  max-width: 450px;
}

/*その他にもこんなメリットが・・・！*/
.coating-merit__other-list {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.coating-merit__other-item {
  width: 100%;
  max-width: 400px;
}

/*==============================
    選ばれる理由
==============================*/
.reason-section__item {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.reason-section__title {
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.reason-section__title::before {
  font-size: 4rem;
}
.reason-section__title span:not(.inline-block) {
  font-size: 2.3rem;
}
.reason-section__image {
  width: 90%;
  max-width: 400px;
}

/*==============================
    対応実績
==============================*/
.achievement-qa__link {
  padding-inline: 5%;
}
.achievement-qa__link-list {
  display: grid;
  justify-content: center;
  gap: 4rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.achievement-qa__link-item .com-btn {
  max-width: unset;
}

.achievement-section {
  padding-top: 0 !important;
}
.achievement-section::before {
  width: 25%;
  right: 5%;
  max-width: 115px;
}
.achievement-section__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/*==============================
    対応実績詳細
==============================*/
.achievement-detail__title {
  font-size: 2.8rem;
}
.achievement-detail__wrap {
  gap: 2rem;
}
.achievement-detail__wrap::before {
  width: 2rem;
  flex-shrink: 0;
}
.achievement-detail__image {
  width: calc((100% - 6rem) / 2);
  aspect-ratio: 480/350;
}
.achievement-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-detail__image::before {
  bottom: 2rem;
}
.achievement-detail__cont dt {
  width: 30%;
}
.achievement-detail__cont dt,
.achievement-detail__cont dd {
  padding-inline: 1.5rem;
}
.achievement-detail__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.achievement-detail__gallery {
  width: 100%;
  aspect-ratio: 340/240;
}
.achievement-detail__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================
    よくある質問
==============================*/
.qa-section__item::before {
  width: 5rem;
}
.qa-section__item dt {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

/*==============================
    会社情報
==============================*/
/*橘建装の想い*/
/*会社概要*/
.company-detail {
  padding-bottom: 0 !important;
}
.company-detail .map {
  height: 30rem;
  margin-top: 10rem;
}
.company-detail .map::before {
  width: 25%;
  right: 5%;
  max-width: 115px;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__title {
  font-size: 2.8rem;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.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;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 60px;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  width: 100%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  font-size: 1.8rem;
}
.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;
}

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

/*==============================
プライバシーポリシー
==============================*/
.privacy__title {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.privacy__box {
  margin-bottom: 3rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

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

/*==============================
    フッター
==============================*/
.footer__inner {
  padding: 6rem 2rem;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  background-color: var(--color-whiteblue);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  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 {
  font-size: 1.4rem;
  padding-block: 2.5rem;
  border-top: 1px solid var(--color-white);
  background-color: var(--color-whiteblue);
}
.footer .footer__box-btn,
.footer .mail-btn {
  height: 60px;
  width: 100%;
  max-width: 280px;
}
.footer .mail-btn {
  margin: 0;
}