@charset "UTF-8";

/*
Theme Name: roofs_theme
Author: mi-se designstudio
*/

html,
body {
  width: 100vw;
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Noto Sans', "Hiragino Sans W3", '游ゴシック体', 'Yu Gothic',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo',
    sans-serif;
  color: #141414;
  font-weight: 400;
  scroll-behavior: smooth;
  /*--ページ内リンクのスクロール指定---*/
  -webkit-text-size-adjust: 100%;
  /*--デバイス間でのフォントサイズ統一---*/
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #141414;
}

li {
  list-style: none;
}

/*-----Zen Maru フォント共通----*/
.header-wrap__nav a,
.header-wrap__nav-sp a,
.section-title,
.header-wrap__contactbtn-pc,
.header-wrap__contactbtn-sp,
.works__wrap__btn,
.flow__box::before,
.flow__num,
.modal_title,
.modal-catch,
.modal__img-top,
.modal__box__caution,
/* .contact__item__btn, */
.contact__bottomarea__toptext,
.contact__bottomarea__bottomtext,
.profile__area__text,
.footer__nav {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}

/*---全体の動き＿jQuery----*/
.fadeLeftTrigger,
.zoomInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-----h1タイトル共通----*/
.section-title {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  text-align: center;
}

.h1-underline {
  width: 66px;
  height: 1px;
  background-color: #336537;
  margin: 0 auto;
  margin-top: 1em;
}

/*js__スクロールイベントでlineを伸ばす*/
.h1-underline.active {
  background-color: #5c9161;
  width: 150px;
  height: 2px;
  transition: 0.4s;
}

/*----------*/

/*-----セクション幅共通----*/
.greeting-box,
.works-box,
.profile__box,
.profile__area__box {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
}

/*--------#header---------*/
.header__bg-img-pc {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 860px;
  background-image: url(../image/top/mv_bg.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: -100;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 610px;
  height: 1000px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.header-wrap__top-text p {
  padding: 1.2em 0 0.5em 1.2em;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.header-wrap__top-logo {
  max-width: 610px;
  width: 86vw;
  margin: 0 auto;
}

.header-wrap__nav {
  width: 550px;
  padding: 3em 0 0 2em;
}

.header-wrap__nav li {
  padding-bottom: 2.2em;
}

.header-wrap__nav li a::before {
  display: inline-block;
  content: "";
  margin-top: 0.5em;
  margin-right: 0.5em;
  width: 15px;
  height: 1px;
  vertical-align: top;
  background-color: #315734;
}

.header-wrap__nav li a {
  display: inline-block;
  transition: all .4s ease 0s;
}

.header-wrap__nav li a:hover {
  opacity: 0.8;
  color: #2f5532;
  transform: scale(1.1);
}

.sp__nav-box {
  display: none;
}

/*-----
スライダー
-----*/
.header-wrap__slider {
  position: relative;
  margin-left: 48%;
  width: 45vw;
  max-width: 670px;
  height: 457px;
  -moz-border-radius: 60px 0 0 0;
  -webkit-border-radius: 60px 0 0 0;
  border-radius: 60px 0 0 0;
  overflow: hidden;
  z-index: 1;
}

.header-wrap__slider__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  animation: slider 15s linear infinite;
}

.header-wrap__slider-pc__img:nth-child(1) {
  background-image: url(../image/top/slide01.png);
  animation-delay: 0s;
}

.header-wrap__slider-pc__img:nth-child(2) {
  background-image: url(../image/top/slide02.png);
  animation-delay: 3s;
}

.header-wrap__slider-pc__img:nth-child(3) {
  background-image: url(../image/top/slide03.png);
  animation-delay: 6s;
}

.header-wrap__slider-pc__img:nth-child(4) {
  background-image: url(../image/top/slide04.png);
  animation-delay: 9s;
}

.header-wrap__slider-pc__img:nth-child(5) {
  background-image: url(../image/top/slider05.png);
  animation-delay: 12s;
}

@keyframes slider {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  18% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.05);
  }

  90% {
    opacity: 0;
    transform: scale(1.05);
  }

  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.header-wrap__slider-sp {
  display: none;
}

/*---お問い合わせボタン---*/
.header-wrap__contactbtn-pc {
  position: absolute;
  top: 102px;
  left: 104%;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  width: 160px;
  height: 40px;
  font-size: 1rem;
  transition: 0.3s;
}

.material-icons-outlined {
  padding-right: 0.5em;
  font-size: 22px;
  color: #336537;
  vertical-align: bottom;
}

/*---btnのホバーアクション---*/
.header-wrap__contactbtn:hover {
  cursor: pointer;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

/*---ボタン下の線を伸ばす--*/
.header-wrap__contactbtn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #336537;
  bottom: -1px;
  transform: scale(0.3, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.header-wrap__contactbtn:hover::after {
  transform: scale(1, 1);
}

/*--------#greeting---------*/
#greeting {
  padding-top: 240px;
  background-color: #fff;
}

.greeting-wrap {
  padding-top: 6em;
  padding-bottom: 10em;
  display: flex;
  justify-content: space-between;
}

.greeting-wrap__img {
  padding-right: 3em;
}

.greeting-wrap__text-title-pc {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: bold;
}

.greeting-wrap__text-title-sp {
  display: none;
}

.greeting-wrap__text-sentence {
  padding-top: 2em;
  line-height: 1.8em;
  letter-spacing: 0.06em;
}

.text-bold {
  font-weight: bold;
}

.greeting-wrap__text-sign {
  padding-top: 3em;
  text-align: right;
  letter-spacing: 0.1em;
}

/*------topへ戻るボタン------*/
.top-btn__wrap {
  position: fixed;
  right: 26px;
  bottom: 54px;
  z-index: 300;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(120px);
}

.top-btn {
  width: 45px;
  height: 45px;
  border: solid 1px #336537;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.top-btn__arrow {
  position: absolute;
  color: #336537;
  font-size: 4.375rem;
  top: -30%;
  transform: rotate(-90deg);
}

.top-btn__wrap:hover {
  background-color: #95b898;
  transition: 0.3s;
  opacity: 0.8;
}

/*--topボタン＿上に上がる動き--*/

#js-top-btn.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--topボタン＿上に上がる動き--*/

#js-top-btn.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(120px);
  }
}


/*--------#service---------*/
#service {
  background-color: #EEE9E4;
  padding: 8em 0 10em;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.service-wrap {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5em;
}

.service__section-title__text {
  max-width: 800px;
  width: 86vw;
  margin: 0 auto;
  font-size: 1.125rem;
  padding: 3em 2em 0 2em;
  line-height: 1.6em
}

.service-wrap__box {
  background-color: #fff;
  border-radius: 2px 2px 50px 2px;
  width: 85vw;
  max-width: 420px;
  margin-top: 1.5em;
  text-align: center;
  position: relative;

}

.service-wrap__box__icon {
  padding-top: 3em;
  z-index: 0;
}

.service-wrap__box-01::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url(../image/icon/icon_text01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.5em;
  left: 1.5em;
}

.service-wrap__box-02::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url(../image/icon/icon_text02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.5em;
  left: 1.5em;
}

.service-wrap__box-03::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url(../image/icon/icon_text03.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.5em;
  left: 1.5em;
}

.service-wrap__box-04::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url(../image/icon/icon_text04.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.5em;
  left: 1.5em;
}

.service-wrap__box__text-wrap {
  text-align: left;
  padding: 1em 2em 2em;
}

.service-wrap__box__text-title {
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.8em;
  position: relative;
}

.service-wrap__box__list,
.service-wrap__box__list li {
  line-height: 1.2em;
}

.service-wrap__box__list-03 {
  /*--板金工事のみ左右の余白・行間を調整--*/
  padding: 0em 0.6em;
  line-height: 1.6em;
}

.service-wrap__box__text-title {
  line-height: 1.2em;
}

.service-wrap__box__text-title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 22px;
  position: absolute;
  top: 0.9em;
  background-color: #CAD0D6;
}

/*---イメージ画像＿パララックス----*/

.image-para-photo01 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -200;
  background-image: url(../image/profile-image/image-photo01_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.image-para-photo02 {
  width: 100%;
  height: 400px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -110;
  background-image: url(../image/profile-image/image-photo02_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*---ワークス＿施工例セクション---*/
#works {
  /*--パララックスのための余白---*/
  margin-top: 400px;
  padding: 8em 0;
  background-color: rgba(255, 255, 255);
  position: relative;
  z-index: 1;
}

.works__wrap__box {
  display: flex;
  justify-content: space-between;
  padding: 8em 0;
}

.works__wrap__box-title {
  width: 190px;
  height: 200px;
  border: solid 1px #141414;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
}

.works__wrap__img {
  width: 280px;
}

.works__wrap__box-title-circle {
  background-color: #EEE9E4;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 0.8em;
  color: #333682;
}

.works__wrap__underline {
  width: 70vw;
  max-width: 600px;
  height: 1px;
  background-color: #9C9C9C;
  margin: 0 auto;
}

.works__wrap__underline-sp {
  display: none;
}

.works__wrap__btn {
  margin-top: 1.6em;
  background-color: #fff;
  border: solid 1px #336537;
  border-radius: 2px;
  width: 160px;
  height: 40px;
  font-size: 1rem;
  transition: 0.3s;
  cursor: pointer;
}

.works__wrap__btn:hover {
  background-color: #95b898;
  border: none;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

.works__wrap__btn a:hover {
  color: #ffffff;
}

.works__wrap__box-rev {
  flex-direction: row-reverse;
}

/*------モーダルパネル×8__jQuery実装---*/
.modal__box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-y: auto;
}

/*モーダルbox背景共通*/
.modal__box__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

/*----モーダルコンテンツ共通---*/

/*1つだけ上が見切れる問題解決
.modal__box__content {
  position: absolute;
  max-width: 650px;
  width: 90vw;
  padding: 2.4em 2em;
  background-color: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}contact__bottomarea__bottomtext
  */

.modal__box__content {
  position: relative;
  max-width: 650px;
  width: 90vw;
  margin: 5vh auto;
  /* 上下に余白 + 左右中央寄せ */
  padding: 2.4em 2em;
  background-color: #fff;
  border-radius: 2px;
  overflow-y: auto;
  max-height: 90vh;
  box-sizing: border-box;
}



/*--雨樋02のみ位置調整--*/
/*
.modal__box__content-amadoi02 {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
*/
/*モーダルタイトル/✕ボタン共通*/
.modal_title {
  display: flex;
  justify-content: space-between;
  font-size: 1.75rem;
}

.modal_title-green {
  color: #336537;
  line-height: 0.4em;
}

/*---スマホのみの改行のため無効に--*/
.modal__title-br {
  display: none;
}

.modal__brsp {
  display: none;
}

/*板金ウィンドウの(フルオーダー)部分*/
.modal_title-small {
  color: #336537;
  font-size: 1.375rem;
  margin-left: 6em;

}

.modal__batsu_mark {
  display: block;
  position: relative;
  width: 30px;
  height: 24px;
  /*--位置調整--*/
  top: -20px;
  right: -10px;
  cursor: pointer;
}

.modal__batsu_mark::before,
.modal__batsu_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 27px;
  background: #336537;
}

.modal__batsu_mark::before {
  transform: translate(-50%, -50%) rotate(65deg);
}

.modal__batsu_mark::after {
  transform: translate(-50%, -50%) rotate(-65deg);
}

.modal__roof01-images,
.modal__roof02-images,
.modal__amadoi01-images,
.modal__amadoi02-images,
.modal__bankin01-images,
.modal__bankin02-images,
.modal__others01-images,
.modal__others02-images {
  display: flex;
  justify-content: space-between;
  padding-top: 3.2em;
}

figcaption {
  text-align: left;
  font-size: 1.25rem;
  padding-top: 0.8em;
  padding-bottom: 2.4em;
  line-height: 1.2em;
}

figcaption p {
  font-size: 1rem;
  line-height: 0;
}

/*-PCでは上のキャプション非表示-*/
.sp-modal__roof02-images__caption {
  display: none;
}

.modal__amadoi02__caption-pc {
  padding-bottom: 0;
  line-height: 1em;
}

.modal__amadoi02__caption-sp {
  display: none;
}

.modal__amadoi02__price {
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-catch {
  font-size: 1.25rem;
  background-color: #D2EEA9;
  padding: 1em;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.4em;
}

.modal__images__arrow {
  font-size: 2rem;
  color: #336537;
  font-weight: bold;
  padding-top: 3.4em;
}

.modal__img-top {
  font-size: 1.125rem;
  color: #336537;
  text-align: left;
  padding-bottom: 0.2em;
}

.modal__box__caution {
  display: flex;
  font-size: 1.125rem;
  text-align: left;
  padding-top: 3.6em;
  line-height: 1.4em;
  padding-bottom: 0.8em;
}

.material-icons-round {
  font-size: 3.125rem;
  color: #CFA6A6;
  padding-right: 0.2em;
}

/*板金ウィンドウのスタイル*/
.modal__box__text01 {
  display: flex;
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding-top: 3em;
  padding-bottom: 3.4em;
}

.modal__box__text02 {
  display: flex;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 3em;
  padding-bottom: 3.4em;
}

.modal__box__text-bankin {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: bold;
  padding-left: 0.8em;
}

/*その他ウィンドウ*/
.modal__box-others02-titleP {
  text-align: left;
  font-size: 1.25rem;
  padding-top: 2em;
}

.modal__others02-images {
  padding-top: 0.4em;
}

.modal__others02-catch {
  margin-top: 2em;
}

/*-------ご利用の流れセクション-------*/
#flow {
  background-color: #fff;
  padding-bottom: 8em;
  /*余白調整*/
  margin-top: -2px;
}

.flow__box__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  text-align: center;
  line-height: 1.4em;
}

.flow__box {
  max-width: 400px;
  width: 74vw;
  margin: 2.4em auto 1.4em;
  background-color: #EEE9E4;
  border-radius: 2px 2px 30px 2px;
  padding: 2em;
  position: relative;
}

.flow__box01 {
  margin-top: 6em;
}

.flow__box__text {
  display: flex;
  justify-content: center;
  padding-top: 1.8em;
  line-height: 1.6em;
}

.flow__box__title-br-sp {
  display: none;
}

.flow__num {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: -40px;
  left: -40px;
  background-color: #C3DE9A;
  color: #333682;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}

/*js__スクロールイベントで拡大*/
.flow__num.active {
  width: 90px;
  height: 90px;
  transition: 0.6s;
}

/*---------------*/

.flow__box__arrow {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-right: solid 2px #848484;
  border-bottom: solid 2px #848484;
  transform: rotate(45deg);
}

/*-------お問い合わせセクション-------*/
#contact {
  background-color: #F5F3F1;
  padding: 8em 0 10em;
  margin-top: -1px;
}

.contact__wrap {
  max-width: 520px;
  width: 86vw;
  margin: 0 auto;
}

.contact__form {
  padding-top: 6em;
}

.contact__item-label {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 3em;
}

.contact__item-input {
  border: none;
  width: 100%;
  background-color: rgb(255, 255, 255, 0);
  border-bottom: solid 1px #336537;
  font-size: 1rem;
  padding: 0.5em 1em;
  margin-top: 1em;
}


.contact__item-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #336537;
  margin-top: 0.5em;
}

.contact__checkbox-input {
  padding: 1em 0em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.contact__checkbox-input-input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.contact__checkbox-labeltext {
  margin-left: 0.3em;
}

.contact__item-naiyou {
  margin-bottom: 1em;
}

.contact__item-textarea {
  display: inline-block;
  width: 86vw;
  max-width: 520px;
  min-width: 200px;
  min-height: 230px;
  border-radius: 2px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255, 0);
  border: solid 1px #336537;
  padding: 1em;
  font-size: 1rem
}

/*--- フォーム内inputタグのスタイル_iphone/ipad特有のスタイルを打ち消す？---*/
/* input[type="text"] {
  appearance: none;
  -webkit-appearance: none; */
/* border-radius: 2px; */
.wpcf7 input {
  border-radius: none;
}

/*--------ZenMaruフォントはiPhoneのbuttonタグでは表示できず、M+へ変更。-------*/
.contact__item__btn {
  max-width: 520px;
  width: 86vw;
  margin: 5em auto 0;
  font-size: 1.125rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: #141414;
  letter-spacing: 0.5em;
  padding: 0.6em;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #336537;
  cursor: pointer;
}

.contact__item__btn:hover {
  background-color: #95b898;
  border: none;
  color: #fff;
  transition: 0.3s;
  border: solid 1px #95b898;
}

.contact__bottomarea {
  margin-top: 6em;
  text-align: center;
}

.contact__bottomarea__toptext {
  font-size: 1.25rem;
}

.contact__bottomarea__toptext::before {
  display: inline-block;
  position: relative;
  font-family: 'Material Icons';
  content: "call";
  font-size: 2rem;
  color: #336537;
  top: 0.3em;
  left: -0.1em;
  transform: scale(-1, 1);
}

.contact__bottomarea__tel {
  width: 266px;
  margin: 0.8em auto 0;
  background-color: #336537;
  border-radius: 20px 2px 2px 2px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0.6em;
  cursor: pointer;
  transition: 0.3s;
}

.contact__bottomarea__tel a {
  color: #ffffff;
}

.contact__bottomarea__tel:hover {
  background-color: #95b898;
  border: none;
  letter-spacing: 0.05em;
}

.contact__bottomarea__midtext {
  font-size: 0.875rem;
  padding-top: 0.8em;
}

.contact__bottomarea__bottomtext {
  width: 80vw;
  max-width: 670px;
  margin: 0 auto;
  border: solid 1px #336537;
  border-radius: 30px 2px 2px 2px;
  font-size: 1.625rem;
  padding: 1.1em;
  margin-top: 1.6em;
}

.br-sp {
  display: none;
}

.reCAPTCHA__text {
  padding-top: 1em;
  font-size: 0.875rem;
  line-height: 1.4em;
  color: #768f78;
}

.reCAPTCHA__text a {
  color: #233f25;
}

/*-------プロフィールセクション-------*/
#profile {
  background-color: #ffffff;
  padding: 8em 0 8em;
}

.profile__line {
  max-width: 448px;
  width: 70vw;
  margin: 0 auto;
  height: 1px;
  background: #336537;
}

.section-title-profile {
  padding-top: 3em;
}

.profile__box {
  display: flex;
  justify-content: space-around;
  padding-top: 4em;
}

.profile__box__text {
  width: 90vw;
  max-width: 456px;
}

.profile__box__text-title {
  position: relative;
}

.profile__box__text-title::after {
  content: "";
  position: absolute;
  max-width: 560px;
  width: 70vw;
  height: 1px;
  background: #336537;
  top: 1.8em;
  left: -8em;
}

.profile__box__text-p {
  line-height: 1.6em;
  letter-spacing: 0.06em;
}

.profile__box__text-spbr {
  display: none;
}

.profile__line-bottom {
  margin-top: 5em;
}

.profile__area {
  padding: 8em 0 0;
}

.profile__area__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 4em;
}

.profile__area__map {
  max-width: 500px;
  width: 80vw;
}

.profile__area__text {
  width: 86%;
  max-width: 280px;
  margin-top: 3.6em;
  padding: 3em 0;
  border-top: solid 1px #336537;
  font-size: 1.25rem;
  line-height: 1.4em;
}


.profile__area__text-catch {
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 400;
}

.profile__area__text-line {
  width: 100%;
  height: 1px;
  background-color: #336537;
  margin-top: 3em;
}

.profile__area__address {
  font-family: 'Noto Sans JP', 'Noto Sans', "Hiragino Sans W3", '游ゴシック体', 'Yu Gothic',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 4em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

.profile__area__address-bold {
  font-weight: bold;
  font-size: 1.25rem;
}

/*---footerセクション---*/
#footer {
  width: 100vw;
  background-color: #336537;
  text-align: center;
}

.footer__nav {
  width: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
  align-items: center;
}

.footer__nav li {
  font-weight: 400;
  border-right: solid 1px #ffffff;
  padding-right: 1em;
  transition: 0.4s;
}

.footer__nav a {
  color: #ffffff;
}

.footer__nav li:last-child {
  border: none;
  padding-right: 0;
}

.footer__nav li:hover {
  opacity: 0.6;
  transform: translateY(-20%);
}

.footer__logo img {
  max-width: 500px;
  width: 86vw;
  padding-top: 1em;
  border-bottom: solid 1px #ffffff;
}

.footer__logo__address {
  display: none;
}

.footer__bottom__wrap {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.6em;
  padding-bottom: 1em;
}

.footer__bottom__copylight {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #B1B1B1;
}

.footer__bottom__sns-list {
  display: flex;
  gap: 1.4em;
}

.footer__bottom__sns-list iframe {
  display: inline-block;
}

/*---
レスポンシブ
---*/
@media screen and (max-width: 1025px) {
  .pc-header__nav {
    display: none;
  }

  .sp__nav-box {
    display: block;
  }

  .header-wrap {
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }

  /*練馬区の屋根修理屋さん*/
  .header-wrap__top-text p {
    padding-bottom: 1em;
  }

  .header-wrap__top {
    margin: 1em auto 0;
  }

  .header-wrap__top-logo {
    max-width: 610px;
    width: 86vw;
    margin: 0 auto;
  }

  /*---SP/TB用 トグルボタン--*/
  #js-nav-toggle {
    width: 42px;
    height: 14px;
    position: fixed;
    z-index: 400;
    top: 22px;
    right: 22px;
    cursor: pointer;
  }

  .nav-toggle__line01,
  .nav-toggle__line02 {
    position: absolute;
    height: 2px;
    background-color: #336537;
    transition: ease .3s;
  }

  .nav-toggle__line01 {
    width: 42px;
    top: 1px;
    right: 0px;
  }

  .nav-toggle__line02 {
    width: 42px;
    top: 10px;
    right: 0px;
  }

  /*--aciveクラス付与＿ボタンが✕に変化--*/
  .header-wrap__nav-toggle.active div:nth-child(1) {
    top: 18px;
    right: 5px;
    transform: translateY(6px) rotate(-14deg);
  }

  .header-wrap__nav-toggle.active div:nth-child(2) {
    top: 30px;
    right: 5px;
    transform: translateY(-6px) rotate(14deg);
  }

  /*---SP/TB用 ナビメニュー---*/
  .sp__nav-box {
    position: fixed;
    width: 100vw;
    max-width: 428px;
    height: 100vh;
    max-height: 812px;
    border-radius: 80px 3px 3px 3px;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    text-align: center;
    z-index: 300;
    transition: all ease-in-out 0.4s;
    transform: translateX(100%);
  }

  /*--付与クラス--*/
  #js-sp__nav-box.sp__nav-box__open {
    transform: translateX(0);
  }

  .sp__nav-menu {
    padding-top: 6em;
  }

  .header-wrap__nav-sp {
    width: 280px;
    padding: 0;
    padding-left: 4em;
  }

  .header-wrap__nav-sp li {
    padding-bottom: 2.4em;
  }

  .header-wrap__contactbtn-pc {
    display: none;
  }

  .header-wrap__contactbtn-sp {
    margin-top: 7em;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    width: 160px;
    height: 40px;
    margin: 2em auto;
    font-size: 0.875rem;
    transition: 0.3s;
  }

  .header-wrap__contactbtn-sp:hover {
    border: solid 1px #336537;
  }

  /*---ボタン下の線を伸ばすのはナシ--*/
  .header-wrap__contactbtn::after {
    display: none;
  }

  .header-wrap__nav-sp {
    text-align: left;
  }

  .sp__nav__logo {
    margin-top: 2em;
    width: 86vw;
    max-width: 325px;
  }

  .sp__nav__address {
    font-size: 0.875rem;
    line-height: 1.4em;
    margin-top: 1em;
    margin-left: 3em;
    text-align: left;
  }

  /*---タブレットでのスライダー位置調整--*/
  .header-wrap__slider-pc {
    margin-top: 320px;
  }

  /*--------#greeting---------*/
  .greeting-wrap {
    justify-content: space-around;
  }

  /*--------#service---------*/
  .service-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
  }

  .service-wrap__box__icon {
    padding-top: 4em;
  }

  .service__section-title__text {
    width: 96vw;
    font-size: 1rem;
  }

  .image-para-photo01 {
    background-image: url(../image/profile-image/image-photo01_sp-.jpg);
  }

  /*----------#works----------*/
  #works {
    /*--パララックスのための余白---*/
    margin-top: 320px;
  }

  .works__wrap__box {
    flex-direction: column;
    align-items: center;
    padding: 5em 0 1em 0;
  }

  .works__wrap__box-title {
    width: 150px;
    height: 150px;
    margin-left: -8em;
  }

  .works__wrap__box-title-circle {
    width: 84px;
    height: 84px;
    font-size: 1.375rem;
    line-height: 1.16em;
    letter-spacing: 0.18em;
    padding-top: 0.7em;
  }

  .works__wrap__img-btn {
    padding-top: 3em;
    text-align: right;
  }

  .works__wrap__img-btn-01 {
    order: 1;
  }

  .works__wrap__underline {
    display: none;
  }

  .works__wrap__underline-sp {
    display: block;
    width: 70vw;
    max-width: 240px;
    height: 1px;
    background-color: #9C9C9C;
    margin: 6em auto 0 auto;
  }

  .image-para-photo02 {
    margin-top: -1px;
    height: 320px;
    background-image: url(../image/profile-image/image-photo02_sp.jpg);
    background-position: 50% 45%;
  }

  /*----タブレット以降のモバイルでは改行されてしまう為無効に！----*/
  .works__wrap__btn:hover {
    letter-spacing: 0em;
  }
}

/*---profile__areaのみの為のブレークポイント---*/
@media screen and (max-width: 869px) {
  .profile__area__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .profile__area__map {
    width: 90vw;
    margin-top: -1em;
  }

  .profile__area__text {
    margin-top: 2em;
    padding: 2.2em 0;
  }

  .profile__area__address {
    display: none;
  }

  /*----------#works----------*/
  .works__wrap__btn:hover {
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 769px) {

  /*----padding共通----*/
  #service,
  #works,
  #contact {
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .header__bg-img-pc {
    display: none;
  }

  .header__bg-img-sp {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background-image: url(../image/top/mv_bg-sp.jpg);
    background-position: center 10%;
    background-size: cover;
    overflow: hidden;
    z-index: -100;
  }

  .header-wrap__slider-pc {
    display: none;
  }

  .header-wrap__slider-sp {
    display: block;
  }

  .header-wrap__slider {
    position: relative;
    margin-left: 18%;
    margin-top: 300px;
    width: 80vw;
    max-width: 670px;
    height: 350px;
    border-radius: 60px 0 0 0;
  }


  .header-wrap__slider-sp__img:nth-child(1) {
    background-image: url(../image/top/sp_slide01.png);
    animation-delay: 0s;
  }

  .header-wrap__slider-sp__img:nth-child(2) {
    background-image: url(../image/top/sp_slide02.png);
    animation-delay: 3s;
  }

  .header-wrap__slider-sp__img:nth-child(3) {
    background-image: url(../image/top/sp_slide03.png);
    animation-delay: 6s;
  }

  .header-wrap__slider-sp__img:nth-child(4) {
    background-image: url(../image/top/sp_slide04.png);
    animation-delay: 9s;
  }

  .header-wrap__slider-sp__img:nth-child(5) {
    background-image: url(../image/top/sp_slide05.png);
    animation-delay: 12s;
  }

  /*--------#greeting---------*/
  #greeting {
    padding-top: 14em;
  }

  .greeting-wrap {
    flex-direction: column;
    padding-top: 3em;
    padding-bottom: 5em;
    width: 84vw;
    margin: 0 auto;
  }

  .greeting-wrap__text {
    text-align: left;
  }

  .greeting-wrap__text-title-pc {
    display: none;
  }

  .greeting-wrap__text-title-sp {
    display: block;
    width: 290px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: bold;
    /* margin-left: -50px;
      opacity: 0; */
  }

  .greeting-wrap__img {
    text-align: center;
    padding-top: 2em;
    padding-right: 0;
  }

  .greeting-wrap__text-sign {
    text-align: left;
  }

  /*--------#service---------*/
  /*--スマホでは改行しない--*/
  .service__br-pc {
    display: none;
  }

  /*--スマホでは文字空け表示しない--*/
  .service__bl-pc {
    display: none;
  }

  /*モーダル*/

  /*レイアウト崩れのため 改善2025.07.27リニューアル
  .modal__box__content {
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
*/
  .modal_title {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  /*スマホのみ改行*/
  .modal__title-br {
    display: block;
  }

  .modal__brsp {
    display: block;
  }

  /*PCのみ改行(フルオーダー)部分*/
  .modal__bankin__brpc {
    display: none;
  }

  .modal__roof01-images,
  .modal__roof02-images,
  .modal__amadoi01-images,
  .modal__amadoi02-images,
  .modal__bankin01-images,
  .modal__bankin02-images,
  .modal__others01-images,
  .modal__others02-images {
    flex-direction: column;
    padding-top: 2.2em;
    align-items: center;
  }

  figcaption {
    font-size: 1rem;
    padding-top: 0.4em;
    padding-bottom: 2em;
  }

  .modal-catch {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 2em;
  }

  .modal__images__arrow {
    font-weight: normal;
    padding: 0;
    padding-left: 0.6em;
    padding-bottom: 0.2em;
    transform: rotate(90deg);
    text-align: center;
    justify-content: center
  }

  /*-スマホでは下のキャプション非表示-*/
  .modal__roof02-left figcaption {
    display: none;
  }

  .sp-modal__roof02-images__caption {
    display: inline-block;
    padding-bottom: 0.6em;
    margin-left: -4.6em;
  }

  .modal__box__caution {
    flex-direction: column;
    font-size: 1.125rem;
    text-align: left;
    padding-top: 2em;
    line-height: 1.4em;
    padding-bottom: 0em;
  }

  /*--雨樋--*/
  .modal__box__caution-sp {
    padding-top: 1em;
  }

  .modal__amadoi02-left-sp {
    padding-top: 2em;
  }

  .modal__amadoi02__caption-pc {
    display: none;
  }

  .modal__amadoi02__caption-sp {
    display: block;
    padding-top: 1em;
    line-height: 0.8em;
  }

  .modal__amadoi02__caption-sp p {
    font-size: 0.875rem
  }

  .modal__amadoi02__price {
    font-size: 1.125rem;
  }

  /*--スマホ版はスペースなし*/
  .modal__amadoi02__sp-br {
    display: none;
  }

  /*板金*/
  .modal_title-green-bankin,
  .modal_title-green-others02,
  .modal_title-green-bankin02 {
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    line-height: 0.5em;
  }

  .modal_title-green-bankin02,
  .modal_title-green-others {
    font-size: 1.125rem;
  }

  .modal_title-small {
    font-size: 1rem;
    margin-left: 0em;
  }

  .modal__bankin01-images {
    padding-top: 1.6em;
  }

  .modal__box__text01,
  .modal__box__text02 {
    flex-direction: column;
  }

  .modal__bankin-icon {
    width: 60px;
  }

  .modal__box__text-bankin {
    font-size: 1.125rem;
    line-height: 1.6em;
    font-weight: bold;
    padding-left: 0em;
    padding-top: 0.4em;
  }

  .modal__bankin-catch,
  .modal__others-catch {
    margin-top: -2em;
  }

  .modal__box__text-bankin br {
    display: none;
  }

  /*その他ウィンドウ*/

  .modal__box-others02-titleP {
    font-size: 1rem;
    padding-bottom: 0;
  }

  .box-others02-titleP02 {
    margin-top: 1.4em;
  }

  .modal__others02-left {
    margin-top: -1.4em;
  }

  /*-------ご利用の流れセクション-------*/

  .flow__box__text {
    text-align: center;
  }

  .flow__box__text br {
    display: none;
  }

  /*03のタイトル改行調整*/
  .flow__box__title-br-sp {
    display: block;
  }

  .flow__box07 {
    margin-bottom: -1em;
  }

  /*-------お問い合わせセクション-------*/
  .contact__checkbox-input {
    font-size: 0.875rem;
    margin-left: -1em;
  }

  .contact__form {
    padding-top: 2.6em;
  }

  .contact__item__btn {
    margin: 3em auto 0;
  }

  .contact__bottomarea__bottomtext {
    font-size: 1.375rem;
    line-height: 1.4em;
  }

  .br-sp {
    display: inline;
  }

  /*-------プロフィールセクション-------*/
  #profile {
    padding: 8em 0 1.6em;
  }

  .profile__line-top,
  .profile__line-bottom {
    width: 60px;
  }

  .section-title-profile {
    padding-top: 1.6em;
  }

  .profile__box {
    flex-direction: column-reverse;
    align-items: center;
  }

  .profile__box__img {
    margin-top: -1.6em;
  }

  .profile__box__text-title {
    padding-top: 2.4em;
    line-height: 1.4em;
  }

  .profile__box__text-title::after {
    display: none;
  }

  /*--余白・改行調整-*/
  .profile__box__text-spbr {
    display: block;
  }

  .profile__box__text-pcbr {
    display: none;
  }

  /*---------------*/
  .profile__box__text-p {
    line-height: 1.4em;
    letter-spacing: 0em;
  }

  .profile__line-bottom {
    margin-top: 3em;
    margin-bottom: 1em;
  }

  .profile__box__text-small {
    font-size: 0.875rem
  }

  .profile__area__text {
    font-size: 1.125rem;
  }

  /*---footerセクション---*/
  .footer__nav {
    display: none;
  }

  .footer__logo img {
    padding-top: 1.4em;
    border-bottom: none;
  }

  .footer__logo__address {
    display: block;
    color: #ffffff;
    text-align: left;
    padding-left: 2.3em;
    line-height: 1.3em;
  }

  .footer__logo__address-line-sp {
    width: 70vw;
    max-width: 260px;
    height: 1px;
    background-color: #ffffff;
    margin: 2em auto 0.8em;
  }

  .footer__bottom__wrap {
    padding-bottom: 0.6em;
  }
}