@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: 62.5%;
  scroll-padding-top: 12rem;
}

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

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

.wrapper {
  min-width: 1280px;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  /*ヘッダー追従の時はここにmax-width:1920px;,overflow-x:hidden;をかける*/
}

.com-inbox {
  width: 1080px;
}

/*ロゴのホバー処理*/
.logo a:hover {
  transition: opacity 0.3s;
}
.logo a:hover:hover {
  opacity: 0.5;
}

/*パンくずリスト*/
.breadcrumb {
  padding-block: 1rem;
  border-block: 1px solid var(--color-orange);
}
.breadcrumb__list {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
}
.breadcrumb__item {
  display: flex;
  font-size: 1.5rem;
}
.breadcrumb__item::after {
  content: "｜";
  margin-left: 0.25em;
  pointer-events: none;
}
.breadcrumb__item:last-child {
  display: block;
  max-width: 23rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a:hover {
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover:hover {
  opacity: 0.5;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  padding-inline: 3rem;
}
.header .util__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
  margin-bottom: 1.5rem;
}
.header .gnav__list {
  gap: 3em;
  padding-bottom: 1.4rem;
}
.header .gnav__item {
  font-size: 1.6rem;
  line-height: 1;
}

/*==============================
    メインビジュアル
==============================*/
.mv-link__item {
  width: 50%;
  aspect-ratio: 960/360;
  transition: all 0.3s;
}
.mv-link__item:hover {
  opacity: 0.5;
}
.mv-link__item a {
  padding-inline: clamp(53px, 4.17vw, 80px);
}
.mv-link__item a::after {
  width: clamp(47px, 3.65vw, 70px);
}
.mv-link__item a img {
  height: clamp(143px, 11.15vw, 214px);
  width: auto;
}
.mv-cont .com-inbox {
  width: clamp(960px, 75vw, 1440px);
}
.mv-cont::before {
  width: clamp(187px, 14.64vw, 281px);
}
.mv-cont::after {
  left: calc(50% + 25.9rem);
  width: clamp(467px, 36.51vw, 701px);
}
.mv-copy {
  padding-block: clamp(53px, 4.17vw, 80px);
  padding-left: clamp(40px, 3.13vw, 60px);
  gap: clamp(20px, 1.56vw, 30px);
}
.mv-copy .tag {
  font-size: clamp(24px, 1.88vw, 36px);
  padding: clamp(13px, 1.04vw, 20px);
}
.mv-copy .sub {
  font-size: clamp(29px, 2.29vw, 44px);
}
.mv-copy .sub .line {
  font-size: clamp(35px, 2.71vw, 52px);
}
.mv-copy .sub::before {
  height: clamp(20px, 1.56vw, 30px);
}
.mv-copy .main {
  font-size: clamp(35px, 2.71vw, 52px);
  margin-top: clamp(13px, 1.04vw, 20px);
}
.mv-copy .main strong {
  font-size: clamp(40px, 3.13vw, 60px);
}
.mv-copy .main .shadow {
  font-size: clamp(52px, 4.06vw, 78px);
  margin-right: clamp(13px, 1.04vw, 20px);
  -webkit-text-stroke: clamp(6px, 0.47vw, 9px) var(--color-navy);
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: clamp(293px, 22.92vw, 440px);
}
.sv::before {
  width: clamp(187px, 14.64vw, 281px);
}
.sv::after {
  width: clamp(293px, 22.86vw, 439px);
}
.sv__title {
  right: calc(50% + clamp(60px, 4.69vw, 90px));
  min-width: clamp(420px, 32.81vw, 630px);
  font-size: clamp(35px, 2.71vw, 52px);
  padding-block: clamp(15px, 1.15vw, 22px) clamp(15px, 1.2vw, 23px);
  padding-inline: clamp(5px, 0.36vw, 7px);
}
.sv__container {
  left: calc(50% - clamp(127px, 9.9vw, 190px));
}

/*各ページの画像設定*/
.news_sv {
  background: url(../img/sv/sv.jpg) top left/cover no-repeat;
}

/*==============================
    各種ホバー処理
==============================*/
header .gnav__link {
  transition: all 0.3s;
}
header .gnav__link:hover {
  opacity: 0.5;
}

.com-btn {
  transition: all 0.3s;
}
.com-btn::before {
  transition: all 0.3s;
}
.com-btn:hover {
  background-color: var(--color-white);
  color: var(--color-navy);
}
.com-btn:hover::before {
  background: url(../img/common/btn_arw_hover.png) top left/contain no-repeat;
}

.mail-btn {
  transition: all 0.3s;
}
.mail-btn::before, .mail-btn::after {
  transition: all 0.3s;
}
.mail-btn:hover {
  color: var(--color-navy);
  background-color: var(--color-white);
}
.mail-btn:hover::before {
  background: url(../img/common/icon_mai_b.png) top left/contain no-repeat;
}
.mail-btn:hover::after {
  background: url(../img/common/arw01_hover.png) top left/contain no-repeat;
}

.top-link__item {
  transition: all 0.3s;
}
.top-link__item:hover {
  filter: brightness(1.1);
}

.achievement-section__image {
  overflow: hidden;
}
.achievement-section__image img {
  -o-object-position: center center;
     object-position: center center;
}
.achievement-section__item {
  transition: all 0.3s;
}
.achievement-section__item img {
  transition: all 0.3s;
}
.achievement-section__item:hover {
  opacity: 0.5;
}
.achievement-section__item:hover img {
  transform: scale(1.1);
}

.footer__box-btn {
  transition: all 0.3s;
}
.footer__box-btn::after {
  transition: all 0.3s;
}
.footer__box-btn:hover {
  background-color: var(--color-white);
  color: var(--color-navy);
}
.footer__box-btn:hover::after {
  background: url(../img/common/icon_link_b.png) top left/contain no-repeat;
}

.follow_btn {
  transition: all 0.3s;
}
.follow_btn:hover {
  opacity: 0.5;
  bottom: 2.5rem;
}

.paginated__link:hover {
  opacity: 0.5;
}

/*ページネーション*/
.pagenation li:not(.current) a:hover {
  opacity: 0.5;
}

.com-textlink:hover, .complete__btn:hover {
  opacity: 0.5;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 42rem;
  height: 10rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table__wrap {
  padding: 5rem 9rem;
}
.com-table tr th {
  width: 19rem;
}

/*==============================
    TOP
==============================*/
/*こんな症状があればご依頼ください*/
.top-symptom {
  padding-block: clamp(92px, 7.19vw, 138px) clamp(33px, 2.6vw, 50px);
}
.top-symptom .com-title01 {
  font-size: clamp(36px, 2.81vw, 54px);
  margin-bottom: clamp(53px, 4.17vw, 80px);
}
.top-symptom .com-title01 strong {
  font-size: clamp(43px, 3.33vw, 64px);
}
.top-symptom .com-title01::before, .top-symptom .com-title01::after {
  width: clamp(47px, 3.7vw, 71px);
}
.top-symptom .com-inbox {
  width: clamp(960px, 75vw, 1440px);
}
.top-symptom__list {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(20px, 1.56vw, 30px);
}
.top-symptom__list::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(720px, 56.25vw, 1080px);
  aspect-ratio: 1080/640;
  background: url(../img/top/symptoms_pc.jpg) top left/contain no-repeat;
}
.top-symptom__item {
  width: clamp(227px, 17.71vw, 340px);
}
.top-symptom__item p {
  font-size: clamp(15px, 1.15vw, 22px);
  width: calc(100% - clamp(33px, 2.6vw, 50px));
  height: clamp(44px, 3.44vw, 66px);
}
.top-symptom__item:nth-child(odd) {
  justify-self: start;
}
.top-symptom__item:nth-child(even) {
  justify-self: end;
}

/*外壁・屋根塗装なら橘建装へ*/
.top-coating {
  padding-block: clamp(107px, 8.33vw, 160px) clamp(139px, 10.89vw, 209px);
}
.top-coating .com-inbox {
  justify-content: space-between;
  width: clamp(960px, 75vw, 1440px);
  align-items: flex-start;
}
.top-coating .com-title01 {
  align-items: flex-start;
  margin-top: clamp(33px, 2.6vw, 50px);
  font-size: clamp(36px, 2.81vw, 54px);
  gap: clamp(23px, 1.77vw, 34px);
  margin-bottom: clamp(53px, 4.17vw, 80px);
}
.top-coating .com-title01 strong {
  font-size: clamp(43px, 3.33vw, 64px);
}
.top-coating .com-btn {
  margin-top: clamp(53px, 4.17vw, 80px);
  width: clamp(280px, 21.88vw, 420px);
  height: clamp(67px, 5.21vw, 100px);
  font-size: clamp(15px, 1.15vw, 22px);
}
.top-coating .com-btn::before {
  left: clamp(13px, 1.04vw, 20px);
  width: clamp(27px, 2.08vw, 40px);
}
.top-coating__image {
  width: clamp(420px, 32.81vw, 630px);
}
.top-coating__text p {
  font-size: clamp(12px, 0.94vw, 18px);
}

/*橘建装が皆さまに選ばれる理由*/
.top-reason {
  padding-block: 0 16rem;
}
.top-reason::before {
  width: 16.1rem;
  left: calc(50% + 42.9rem);
}
.top-reason .com-title01 {
  margin-bottom: clamp(87px, 6.77vw, 130px);
}
.top-reason .com-title01 strong {
  font-size: clamp(43px, 3.33vw, 64px);
}
.top-reason .com-title01::before, .top-reason .com-title01::after {
  width: clamp(47px, 3.7vw, 71px);
}
.top-reason .com-inbox {
  width: clamp(853px, 66.67vw, 1280px);
}
.top-reason__list {
  gap: clamp(87px, 6.77vw, 130px) clamp(13px, 1.04vw, 20px);
}
.top-reason__item {
  width: calc((100% - clamp(13px, 1.04vw, 20px) * 2) / 3);
  aspect-ratio: 400/80;
  font-size: clamp(15px, 1.15vw, 22px);
  gap: clamp(11px, 0.83vw, 16px);
}
.top-reason__item img {
  height: clamp(31px, 2.4vw, 46px);
  width: auto;
}
.top-reason__item::before {
  font-size: clamp(43px, 3.33vw, 64px);
}
.top-reason .com-btn {
  margin-inline: auto;
  margin-top: clamp(53px, 4.17vw, 80px);
  width: clamp(280px, 21.88vw, 420px);
  height: clamp(67px, 5.21vw, 100px);
  font-size: clamp(15px, 1.15vw, 22px);
}
.top-reason .com-btn::before {
  left: clamp(13px, 1.04vw, 20px);
  width: clamp(27px, 2.08vw, 40px);
}

/*下層リンク*/
.top-link .com-inbox {
  width: 1280px;
}
.top-link__list {
  display: flex;
  justify-content: center;
}
.top-link__item {
  width: 50%;
  aspect-ratio: 640/250;
}

/*お知らせ*/
.top-news {
  padding-block: 12rem;
}
.top-news .com-title01 {
  font-size: 6.4rem;
  margin-bottom: 0;
}
.top-news .com-inbox {
  display: flex;
  justify-content: space-between;
  gap: 9rem;
}
.top-news .com-btn {
  margin-top: auto;
  width: 34rem;
}
.top-news__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-news .com-news__list {
  min-height: 32.8rem;
}

/*==============================
    外壁・屋根塗装
==============================*/
/*こんなお悩みありませんか？*/
.coating-worry {
  padding-block: 12rem;
}
.coating-worry::before {
  width: 17.6rem;
  left: calc(50% + 34.4rem);
}
.coating-worry__list {
  padding: 5.3rem 9rem;
}
.coating-worry__item {
  width: 43.5rem;
}

/*サービス紹介*/
.coating-solution {
  padding-block: 12rem;
}
.coating-solution::before {
  width: 16.1rem;
  left: calc(50% + 42.9rem);
}
.coating-solution__wrap {
  justify-content: center;
  gap: 6rem;
}
.coating-solution__image {
  flex-shrink: 0;
  width: 48rem;
  aspect-ratio: 480/350;
}
.coating-solution__text {
  width: 54rem;
  flex-shrink: 0;
}
.coating-solution__check-list {
  padding: 5.3rem 9rem;
}

/*塗装をするメリット*/
.coating-merit {
  padding-block: 12rem;
}
.coating-merit__list {
  margin-bottom: 12rem;
}
.coating-merit__item {
  gap: 7.6rem;
}
.coating-merit__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.coating-merit__image {
  flex-shrink: 0;
  width: 45rem;
  aspect-ratio: 450/320;
}
.coating-merit__text {
  width: 54rem;
}

/*その他にもこんなメリットが・・・！*/
.coating-merit__other-item {
  width: 40rem;
  height: 8rem;
}

/*==============================
    選ばれる理由
==============================*/
.reason-section {
  padding-block: 12rem;
}
.reason-section__item {
  align-items: center;
}
.reason-section__item:nth-child(even) {
  flex-direction: row-reverse;
}
.reason-section__text {
  width: 58rem;
}
.reason-section__image {
  flex-shrink: 0;
  width: 40rem;
  aspect-ratio: 400/300;
}

/*==============================
    対応実績
==============================*/
.achievement-qa__link {
  padding-block: 12rem;
}

.achievement-section {
  padding-bottom: 12rem;
}
.achievement-section::before {
  width: 16.1rem;
  left: calc(50% + 42.9rem);
}
.achievement-section__item {
  width: 34rem;
}

/*==============================
    対応実績詳細
==============================*/
.achievement-detail {
  padding-block: 12rem;
}
.achievement-detail__image {
  flex-shrink: 0;
  width: 48rem;
  aspect-ratio: 480/350;
}
.achievement-detail__cont dt {
  width: 19rem;
}
.achievement-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: flex-start;
}
.achievement-detail__gallery {
  width: 34rem;
  aspect-ratio: 340/240;
}
.achievement-detail__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==============================
    よくある質問
==============================*/
.qa-section {
  padding-block: 12rem;
}

/*==============================
    会社情報
==============================*/
/*橘建装の想い*/
.company-greeting {
  padding-block: 12rem;
}

/*会社概要*/
.company-detail {
  padding-block: 12rem 0;
}
.company-detail .map {
  height: 40rem;
  margin-top: 12rem;
}
.company-detail .map::before {
  width: 16.1rem;
  left: calc(50% + 42.8rem);
}

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

/*お知らせ共通部分*/
.com-news__list {
  width: 80rem;
}
.com-news__item a:hover {
  transition: opacity 0.3s;
}
.com-news__item a:hover:hover {
  opacity: 0.5;
}

/*タグリスト(PC)
-----------------------------*/
.tag-select {
  text-align: right;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 24rem;
}
.tag-select__dropdown {
  line-height: 1;
  padding: 12px 48px 12px 12px;
  background-color: var(--color-white);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 12rem;
}
.news-detail__box {
  padding: 4rem 4rem 6rem 4rem;
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 12rem;
}
.contact .com-table {
  margin-bottom: 3rem;
}
.contact .com-table tr th,
.contact .com-table tr td {
  padding-inline: 1rem;
}
.contact .com-table tr th {
  width: 40%;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 5rem;
  width: 30rem;
  height: 10rem;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 12rem;
}
.complete__box {
  text-align: center;
}
.complete__btn {
  margin-top: 5rem;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
　プライバシーポリシー
==============================*/
.privacy {
  padding-block: 12rem;
}
.privacy__box {
  margin-bottom: 5rem;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    サイトマップ
==============================*/
.site {
  padding-block: 12rem;
}
.site .com-inbox {
  width: 70rem;
}
.site__list {
  display: flex;
  flex-direction: column;
}
.site__item {
  height: 7.5rem;
}
.site__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.site__item a::after {
  transform: rotate(-45deg);
  width: 1rem;
}
.site__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.site__item a:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
  transition: all 0.3s;
}

/*==============================
    このページは存在しません
==============================*/
.e404 {
  padding-block: 10rem;
}
/*==============================
    フッター
==============================*/
.footer__inner {
  padding-block: 10rem;
  display: flex;
  width: 1080px;
  justify-content: space-between;
  margin-inline: auto;
}
.footer-nav__list {
  display: flex;
  justify-content: center;
  background-color: var(--color-whiteblue);
  padding-block: 2.3rem;
  line-height: 1;
  font-size: 1.4rem;
  gap: 2em;
}
.footer-nav__item a {
  transition: all 0.3s;
}
.footer-nav__item a:hover {
  opacity: 0.5;
}
.footer__contact .mail-btn {
  margin-top: auto;
}
.footer small {
  font-size: 1.4rem;
  line-height: 1;
}