@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html {
    scroll-behavior: smooth;
}

/* 両サイドのスペース削除 */
.main {
  padding: 0;
}

/* ヘッダーの調整 */
#header-container {
  height: 70px;
}
.navi-in ul {
  padding: 5px;
  align-items: center;
}

.hlt-tm-right .navi-in ul {
  justify-content: center;
}
/* ナビゲーションメニューの調整 */
#navi .navi-in ul li {
  width: auto;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 900;
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

#menu-nav li a{
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

#menu-nav li.current a,
#menu-nav li a:hover{
  color: #0481A2 !important;
}

#menu-nav li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #0481A2;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
#menu-nav li.current a::after,
#menu-nav li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}


/* ロゴ下の余白削除 */
.content {
  margin-top: 0;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 3em;
  letter-spacing: 0.11vw;
  line-height: 1em;
}

.date-tags {
  margin-bottom: 0;
}

.main {
  border-top: none;
}

.row-center {
  align-items: center;
  text-align: center;
}

.article h2 {
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);;
  padding: 0;
    /* background-color: var(--cocoon-xx-thin-color); */
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
	margin-bottom: 0.62vw;
	background: none;
}

.fz-24px{
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem) !important;
} 

.fz-18px {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem) !important;
}

.posi-reative {
  position: relative;
}

.sub-midashi {
  color: var(--cocoon-blue-color);
}

.boldtext {
	font-weight: 900;
}

.logo-circle img {
  animation: 12s linear infinite rotation;
}

/* トップへ戻るボタン */
.go-to-top-button {
  padding: 28px;
/*   width: 60px; */
/*   height: 60px; */
  border-radius: 5px;
}
.go-to-top-button :hover {
  transform: translatey(-5px);
  transition:all 0.7s;
}

/* ■■■■■■■■■■■■■■■■■■■■■
  MAIN VISUAL
  メインビジュアル */

.main-visual {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 80vh;
  color: #fff;
}

.main-visual-photo {
  object-fit: cover;
  clip-path: inset(0 0 0 8%);
  object-position: 88% 100%;
  width: 100%;
  height: 80vh;
}


/* メインビジュアルのテキストエリア設定start */
.main-visual-messages-area {
  position: absolute;
  left: 4%;
  z-index: 10;
  top: 11vh;
  letter-spacing: 0.25vw;
}

.main-visual-messages-area-row-01 {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem); /*13-16px */
  font-weight: 900;
}

.main-visual-messages-area-row-02 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem); /*24-40px */
  font-weight: 900;
}

.main-visual-messages-area-row-03 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem); /*16-20px */
  font-weight: 900;
  margin-bottom: 6vh;
}

.markertext {
  display: inline-block;
  background: #ffffff;
  line-height: 1.5;
  margin: 0px 0;
  color: #232323;
  padding: 0 10px;
}

.contact-button-area{
  display: inline-block;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.05vw;
}

.contact-button-area-row-01 {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.button-icon-32px {
  width: 28px !important;
  height: 28px !important;
}

.contact-button-area-row-01 div p {
  margin: -8px 0px -8px 10px;
  color: #222222;
}

/* お問い合わせボタン */
.gradient1{
  /*ボタンの形状*/
  display: inline-block;
  color:#fff;
  padding: 12px 40px;
  border-radius: 32px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #e94a24 0%, #e94a24 25%, #FA9F19 51%, #FA7F39 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
  color: #fff;
  background-position: 99% 50%;
}
/* メインビジュアルのテキストエリア設定end */

/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 10%;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: -11px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .75;
  animation: pulse 2s linear alternate infinite;
  letter-spacing: 0.02vw;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*スクロールダウン設定終了*/

/* ■■■■■■■■■■■■■■
 私たちのミッション */
.mission-col-left {
  max-width: 50%;
}

.mission-col-right {
  max-width: 80%;
}
.column-wrap {
  justify-content: center;
}

.section-bg-textarea {
  position: relative;
}

.section-bg-text {
  position: absolute;
  /* word-break: break-all; */
  /* line-height: 1em; */
  top: -28vh;
  left: 0;
  font-size: clamp(5rem, 3.545rem + 7.27vw, 9rem);
  font-style: italic;
  font-weight: 900;
  font-family: 'Josefin Sans';
  z-index: 0;
  color: #e6f4ff;
}

/* ■■■■■■■■■■■■■■
 サービス */

section#service {
  background-color: #f6fbff;
  padding-top: 14vh !important;
}

/* サービス1行目 */
.service-contents-low-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
}

.service-contents-low-01-left {
  text-align: center;
  padding: 32px;
  margin-right: -4vw;
/*     transform: translate(0%, -10%); */
  background-color: #fff;
  box-shadow: 0px 0px 10px 12px rgba(0, 0, 0, 0.02);
/* 	border-radius: 10px; */
  z-index: 10;
}

.service-contents-low-01-left-titlearea {
  margin-bottom: 24px;
}

.service-contents-low-01-left-titlearea div:first-child {
/*     padding: 8px 0; */
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
}

.service-contents-low-01-left-titlearea p {
  display: inline-block;
  padding: 8px 0;
  font-weight: 900;
}

.service-contents-low-01-left-pricearea {
  padding: 16px;
  font-size: 18px;
  color: #0095d9;
  font-weight: 900;
  line-height: 1.5;
}

.service-contents-low-01-left-pricearea p {
  font-size: 13px;
  color: #333333;
}

.service-contents-low-01-right {
  position: relative;
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.service-contents-low-01-right img {
    /* clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%); */
  position: static;
  object-fit: cover;
  object-position: 50% 80%;
  height: 500px;
  width: 48vw;
  transition-duration: 2.5s;
}

.service-contents-low-01-right img:hover {
  transform: scale(1.10, 1.10);
}
	
/* サービス2行目 */
.flex-reverse {
  flex-direction: row-reverse;
}

.service-contents-low-02-right {
  text-align: center;
  padding: 32px;
  margin-left: -4vw;
  background-color: #fff;
  box-shadow: 0px 0px 10px 12px rgba(0, 0, 0, 0.02);
  z-index: 10;
}

/* サービス3行目 */
.service-contents-low-03 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.service-contents-low-03-left {
  position: relative;
  max-width: 700px;
  padding: 16px;
  margin-right: -8vw;
  transform: translate(0%, 8%);
  z-index: 10;
}

.service-contents-low-03-left::after {
  content: "";
  position: absolute;
  left: -80px;
  top: -47px;
  width: 150px;
  height: 150px;
  background: url(https://jyoushin-solar.com/wp-content/uploads/2024/05/8db24f0fadd86be8ea3effab450b7a36.png) no-repeat;
  background-size: contain;
  animation: 12s linear infinite rotation;
}

@keyframes rotation {
0% {
    transform: rotate(0);
}

100% {
    transform: rotate(-360deg);
}
}

.service-contents-low-03-left-titlearea {
  margin-bottom: 48px;
}

.service-contents-low-03-left-titlearea p {
  font-size: 24px;
  font-weight: 900;
  color: #0095d9;
}

.p-bold-text {
  position: relative;
  display:inline-block;
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  margin-bottom: 32px;
}

.p-bold-text:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: calc(50% - 1px);
  right: -70px;
}

.service-contents-low-03-left-textarea {
  font-size: 18px;
  margin-bottom: 40px;
}

.service-contents-low-03-right img {
  object-fit: cover;
  object-position: 88% 0%;
  height: 450px;
  width: 40vw;
  border-radius: 8px 0 0 8px;
}


/* ■■■■■■■■■■■■■■
 お客様の声 */
.customer-voice-wrapper {
  width: 100%;
  background-color: #ffffff; /* 背景色を必要に応じて変更 */
  padding: 20px 0;
  position: relative;
}

.customer-voice-section {
  margin-bottom: 40px;
}

.voice-section-title {
  text-align: center;
}

.customer-voice-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px; /* 左右に余白を追加 */
}

.customer-voice-card {
  background-color: #ffffff; /* カードの背景色 */
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: transform 0.3s ease; /* ホバー時のトランジション */
  box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
}

.customer-voice-card:hover {
  transform: scale(1.05); /* カードをズームアップ */
  z-index: 1; /* 他のカードより前面に表示 */
}

.customer-voice-card h4 {
  position: relative;
  font-style: italic;
  font-family: 'Josefin Sans';
  font-size: 13px;
}

.customer-voice-card h4:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 3px;
  background-color: #38a2ff;
  top: calc(50% - 2px);
  left: -10px;
}

.customer-voice-card p {
  color: #555555;
  line-height: 1.5;
}

/* ■■■■■■■■■■■■■■
 太陽光パネル洗浄のBeforeAfter */
.beforeafter-container {
/*   width: 1000px; */
}

.beforeafter-casearea {
  display: flex;
  justify-content: center;
	align-items: center;
  padding: 2em;
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
}

img.margin-allow {
  margin: 0 24px;
}

.before-01, .after-01 {
  position: relative;
}

	
.before-01 img, .after-01 img {
  object-fit: cover;
  object-position:50% 80%;
    /* max-height: 24vw; */
    /* min-height: 350px; */
    /* width: 72vw; */
}

.before-01 span, .after-01 span {
  position: absolute;
  display: inline-block;
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  top: -16px;
  left: -24px;
  padding: 8px 16px;
}

.before-01 span {
  background-color: #3F3F3F;
}

.after-01 span {
  background-color: #359CD6;
}

/* ■■■■■■■■■■■■■■
  企業情報 */

.table-container {
  display: flex;
  justify-content: center; /* 水平方向に中央揃え */
  align-items: center; /* 垂直方向に中央揃え */
}

.company-info {
  width: 100%;
  max-width: 800px; /* テーブルの最大幅を設定 */
  border-collapse: collapse; /* スペーシングを削減 */
}

.company-info td {
  padding: 24px;
  border: 1px solid #e9e9e9 !important; /* 全てのセルにボーダーを追加 */
  border-left: none !important; /* 左側のボーダーを削除 */
  border-right: none !important; /* 右側のボーダーを削除 */
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}

.company-info tr:first-child td {
  border-top: none !important; /* 最初の行の上部ボーダーを削除 */
}

.company-info tr:last-child td {
  border-bottom: none !important; /* 最後の行の下部ボーダーを削除 */
}

.company-info .label {
  font-weight: bold;
  width: 30%; /* 項目名セルの幅を30%に設定 */
}

.company-info .content {
  width: 70%; /* 内容セルの幅を70%に設定 */
}




/* ■■■■■■■■■■■■■■
 お問い合わせ */
#contact .contact-button-area{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.05vw;
}

#contact .contact-button-area-row-01 {
  display: flex;
  align-items: center;
margin-bottom: 0;
  }

#contact .button-icon-32px {
  width: 28px !important;
  height: 28px !important;
}

#contact .contact-button-area-row-01 div p {
  margin: -8px 0px -8px 10px;
  color: #222222;
}

/* お問い合わせボタン */
#contact .gradient1{
  /*ボタンの形状*/
  display: inline-block;
  color:#fff;
  padding: 12px 40px;
  border-radius: 32px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #e94a24 0%, #e94a24 25%, #FA9F19 51%, #FA7F39 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
#contact .gradient1:hover {
  color: #fff;
  background-position: 99% 50%;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
  /* モバイルヘッダーの高さ表示調整 */
  .mobile-menu-buttons {
    box-shadow: 0 0 17px 0px #d1d1d194;
    display: flex;
    align-items: stretch;;
    min-height: 64px;
  }

  /* モバイルメニューボタンの大きさ調整 */
  .mobile-menu-buttons .menu-icon {
    font-size: 32px;
  }

  /* モバイル 検索ボタン非表示設定 */
  li.search-menu-button.menu-button {
    display: none;
  }

  /* モバイルメニュー表示設定 */
  .menu-drawer a {
    padding: 16px;
  }

  /* ヘッダーのスペース削除 */
  #header-container {
    height: 0px;
  }
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

/* mainの隙間を無くす */
  .main {
    padding: 0px !important;
    margin: 0px;
  }

  /* ■■■■■■■■■■■■■■
  サービス */
    
  section#service {
    padding-top: 0px !important;
  }
    
  /* サービス1行目 */
  .service-contents-low-01 {
    display: block;
  }

  .service-contents-low-01-left {
    padding: 24px;
    margin-right: 0;
  }

  .service-contents-low-01-left-titlearea {
    margin-bottom: 0px;
  }

  .service-contents-low-01-right {
    margin-bottom: 42px !important;
  }

  .service-contents-low-01-right img {
    height: 320px;
    width: 100vw;
  }

  /* サービス2行目 */
  .service-contents-low-02 {
    display: block;
  }

  .service-contents-low-02-left img {
    height: 320px;
    width: 10vw;
  }

  .service-contents-low-02-right {
    padding: 24px;
    margin-left: 0;
  }

  .service-contents-low-02-right-titlearea {
    margin-bottom: 0px;
  }

  /* サービス3行目 */
  .service-contents-low-03 {
    display: block;
  }
  .service-contents-low-03-left {
    margin-right: 0;
  }
    
  .service-contents-low-03-right img {
    object-fit: cover;
    object-position: 88% 0%;
    height: 400px;
    width: 100vw;
    border-radius: 8px 0 0 8px;
    margin-top: -24vw;
  }

  /* ■■■■■■■■■■■■■■
  お客様の声 */
  .customer-voice-card {
    margin: 10px 10px;
  }
  .customer-voice-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

/*767px以下*/
@media screen and (max-width: 767px){
  /*必要ならばここにコードを書く*/

  /* エディタのスペーサーを解除 */
  .wp-block-spacer {
    display: none;
  }

  /* ■■■■■■■■■■■■■■■■■■■■■
  MAIN VISUAL
  メインビジュアル */
  .main-visual {
    height: 83dvh;
    height: 83vh;
  }
  
  .main-visual-photo {
    clip-path: inset(0 0 0 0);
    object-position: 25% 100%;
    height: 83dvh;
    height: 83vh;
  }

  .main-visual-messages-area {
    left: 0%;
  }
  
  .contact-button-area {
    padding: 24px;
  }
	
  /* ■■■■■■■■■■■■■■
  サービス */
    
  section#service {
    padding-top: 0px !important;
  }
    
  /* サービス1行目 */
  .service-contents-low-01 {
    display: block;
  }

  .service-contents-low-01-left {
    padding: 24px;
    margin-right: 0;
  }

  .service-contents-low-01-left-titlearea {
    margin-bottom: 0px;
  }

  .service-contents-low-01-right img {
    height: 320px;
    width: 100vw;
  }

  /* サービス2行目 */
  .service-contents-low-02 {
    display: block;
  }

  .service-contents-low-02-left img {
    height: 320px;
    width: 10vw;
  }

  .service-contents-low-02-right {
    padding: 24px;
    margin-left: 0;
  }

  .service-contents-low-02-right-titlearea {
    margin-bottom: 0px;
  }

  /* サービス3行目 */
  .service-contents-low-03 {
    display: block;
  }
  .service-contents-low-03-left {
    margin-right: 0;
  }
    
  .service-contents-low-03-right img {
    object-fit: cover;
    object-position: 88% 0%;
    height: 400px;
    width: 100vw;
    border-radius: 8px 0 0 8px;
    margin-top: -24vw;
  }
    
  /* ■■■■■■■■■■■■■■
  お客様の声 */
  .customer-voice-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .customer-voice-card h4:before {
    left: -16px;
  }
	
  /* ■■■■■■■■■■■■■■
  太陽光パネル洗浄のBeforeAfter */
  .beforeafter-casearea {
    flex-direction: column;
    padding: 1em;
  }

  /* 矢印の調整 */
  img.margin-allow {
    margin: 16px 0px;
    padding: 10px 10px 10px 0px;
    transform: rotate(90deg);
	width: 70px;
  }

  .before-01 span, .after-01 span {
    top: -12px;
    left: -12px;
    padding: 4px 12px;
  }

  /* ■■■■■■■■■■■■■■
  企業情報 */

  .company-info td {
    padding: 16px;
  }
	
  .company-info .label {
    width: 35%;
  }

  .company-info .content {
    width: 65%;
  }
}


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /* ■■■■■■■■■■■■■■
  お客様の声 */	
  .customer-voice-container {
    grid-template-columns: 1fr;
  }
}
