/*
Theme Name: takei
*/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin-top: 0!important;
}
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family:   "RocknRoll One", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
body.open {
  overflow: hidden;
}
a {
  color: #fff;
  display: block;
}
a:link {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
}
h1 {
  font-size: 3rem;
  line-height: 1.5;
}
h2 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
h3 {
  font-size: 1.7rem;
  text-align: center;
}
img {
  display: block;
  width: fit-content;
}
input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
}
button {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
button:hover {
  cursor: pointer;
}
/*---------- header ----------*/
/* ヘッダー */
.fl_header {
  background-color: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.fl_header a {
  color: inherit;
}

.fl_header .container {
  display: flex;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
}

.fl_header .main-nav ul {
  display: flex;
  gap: 3vw;
  padding-right: 40px;
}

.fl_header .nav-item {
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 16px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #0280A4;
}

.nav-item.active .nav-line {
  display: none;
}

.fl_header .nav-item.active .nav-line {
  width: 100%;
  height: 2px;
  background-color: #0280A4;
  display: block;
}

.fl_header .header-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fl_header .phone-box .phone-info{
  background-color: #fff;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
  border: 1px solid #0280A4;
  border-radius: 80px;
  padding: 12px 24px;
}

.fl_header .phone-box .phone-info .phone-icon {
  width: 20px;
  height: 20px;
}

.fl_header .phone-icon img {
  width: 20px;
  height: 20px;
}

.fl_header .phone-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fl_header .phone-number :first-child {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #0280A4;
}

.fl_header .phone-number span {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #0280A4;
  line-height: 1;
}

.fl_header .contact-button .envelope-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 60px;
  background-color: #F7971E;
  border: 1px solid transparent;
  border-radius: 80px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.fl_header .contact-button:hover {
  opacity: 0.9;
}

.fl_header .envelope-icon img {
  width: 20px;
  height: 20px;
}

/* メインビジュアル */
.fl_service-mv {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fl_service-mv .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  z-index: 1;
}

.fl_service-mv .mv-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

}

.fl_service-mv .mv-title-box {

  text-align: center;
}

.fl_service-mv .mv-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.fl_service-mv .mv-subtitle {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.fl_service-mv .mv-cta {
  display: flex;
  gap: 24px;
}

.fl_service-mv .phone-button {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: white;
  border-radius: 80px;
  padding: 10px 20px;
  width: 350px;
  height: 70px;
  text-decoration: none;
}

/* CTA共通スタイル */
.fl_service-mv .cta-copy {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.fl_service-mv .cta-copy p {
  color: white;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

.fl_service-mv .cta-line {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-weight: bold;
  color: white;
}


.fl_service-mv .cta-line::before,.cta-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: white;
}

.fl_service-mv .cta-line::before{
  left: 0;
  transform: translateY(-50%) rotate(45deg);

}

.fl_service-mv .cta-line::after{
  right: 0;
  transform: translateY(-50%) rotate(-45deg);

}


/* 電話CTA */
.fl_service-mv .cta-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.fl_service-mv .phone-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fl_service-mv .phone-icon-box {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  gap: 4px;
}

.fl_service-mv .phone-icon-box img {
  width: 24px;
  height: 24px;
}

.fl_service-mv .phone-icon-box span {
  font-size: 32px;
  font-weight: 700;
  color: #0280A4;
  line-height: 0.95;
  letter-spacing: 1px;
  line-height: 35px;
}

.fl_service-mv .phone-time {
  font-size: 12px;
  color: #0280A4;
  line-height: 15px;
}

/* お問い合わせCTA */
.fl_service-mv .cta-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fl_service-mv .contact-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #F7971E 0%, #FFD200 100%);
  border-radius: 80px;
  padding: 20px 30px;
  gap: 12px;
  width: 350px;
  height: 70px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.fl_service-mv .envelope-icon img {
  width: 24px;
  height: 24px;
}

.fl_service-mv .contact-text span {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 10px #00000040;
}

/*　サイドバー(お問い合わせ)　*/
.fl_contact-sidebar {
  position: fixed;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 100;
}

.fl_contact-sidebar .contact-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7971E;;
  padding: 20px 10px;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fl_contact-sidebar .contact-icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.fl_contact-sidebar .contact-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}


/* ----------------------------------------
  施工事例一覧　メインビジュアル
---------------------------------------- */
.fl_works_mv {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 120px 160px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fl_works_mv .works-mv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fl_works_mv .works-mv-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.fl_works_mv .works-mv-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.fl_works_mv .works-mv-area {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.fl_works_mv .works-mv-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

/* ----------------------------------------
  お客様の声 template:voice-block
---------------------------------------- */
.fl_testimonials .testimonial-item {
  display: flex;
  background-color: #F6FDFF;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  padding: 24px 32px;
  gap: 24px;
  margin-bottom: 24px;
  max-height: 200px;
}

.fl_testimonials .testimonial-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.fl_testimonials .testimonial-image {
  position: relative;
  width: 40%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.fl_testimonials .deco {
  position: absolute;
  top: 0;
  max-width: 50%;
  height: 100%;
  z-index: 2;
}

.fl_testimonials .customer-location {
  position: absolute;
  top: 2%;
  left: 2%;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}

.fl_testimonials .customer-name {
  position: absolute;
  top: 43%;
  left: 4%;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  z-index: 3
}

.fl_testimonials .customer-item-title{
  position: absolute;
  top: 66%;
  left: 4%;
  color: #006699;
  font-size: 10px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1px 7px;
  display: inline-block;
  z-index: 3;
}

.fl_testimonials .customer-item .logo {
  position: absolute;
  top: 81%;
  left: 11%;
  width: 33px;
  z-index: 3;
}

.fl_testimonials .customer-item .line {
  position: absolute;
  top: 0px;
  left: -48px;
  width: auto;
  height: 100%;
  z-index: 3;
}

.fl_testimonials .photo {
  position: absolute;
  top: 0;
  left: 78px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.fl_testimonials .testimonial-content {
  width: 60%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fl_testimonials .testimonial-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.fl_testimonials .testimonial-text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  max-height: 104px;
}

.fl_testimonials .testimonial-card-body {
  overflow: hidden;
}

.fl_testimonials .testimonial-info {
  color: #0280A4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* ----------------------------------------
  お客様の声 template:lp-voices
---------------------------------------- */
.fl_roof-testimonials .testimonial-image,
.fl_wall-testimonials .testimonial-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 15px;
}

.fl_roof-testimonials .deco,
.fl_wall-testimonials .deco {
  position: absolute;
  top: 0;
  max-width: 50%;
  height: 100%;
  z-index: 2;
}

.fl_roof-testimonials .customer-location,
.fl_wall-testimonials .customer-location  {
  position: absolute;
  top: 5%;
  left: 2%;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  z-index: 3;
}

.fl_roof-testimonials .customer-name,
.fl_wall-testimonials .customer-name  {
  position: absolute;
  top: 43%;
  left: 4%;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  z-index: 3;
}

.fl_roof-testimonials .customer-item-title,
.fl_wall-testimonials .customer-item-title {
  position: absolute;
  top: 62%;
  left: 4%;
  color: #006699;
  font-size: 9px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1px 7px;
  display: inline-block;
  z-index: 3;
}

.fl_roof-testimonials .customer-item .logo,
.fl_wall-testimonials .customer-item .logo {
  position: absolute;
  top: 78%;
  left: 11%;
  width: 31px;
  z-index: 3;
}

.fl_roof-testimonials .customer-item .line,
.fl_wall-testimonials .customer-item .line {
  position: absolute;
  top: 0px;
  left: -48px;
  width: auto;
  height: 100%;
  z-index: 3;
}

.fl_roof-testimonials .photo,
.fl_wall-testimonials .photo  {
  position: absolute;
  top: 0;
  left: 78px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/* Add responsive styling for header */
@media (max-width: 1200px) {
  .fl_header .container {
    padding: 16px;
  }
  
  .fl_header .main-nav ul {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .fl_header .container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 10px;
  }

  .fl_header .logo {
    width: 120px;
    text-align: center;
  }

  .fl_header .logo a {
    display: inline-block;
  }

  .fl_header .main-nav ul {
    display: none;
  }
  
  .fl_header .header-contact {
    display: none;
  }
  .fl_works_mv {
        padding: 80px 20px;
  }

  .fl_works_mv .works-mv-area {
      font-size: 28px;
  }

  .fl_works_mv .works-mv-title {
      font-size: 40px;
  }
}

/*---------- main ----------*/
.frame {
  width: 98rem;
  padding: 0 1rem;
  margin: 0 auto;
}
/*---------- footer ----------*/
.fl_footer {
  background-color: #08519B;
  color: #FFFFFF;
  padding: 0;
}
.fl_footer .fl_contact-section {
  background-color: #08519B;
  padding: 40px 0;
}
.fl_footer .fl_contact-section .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl_footer .fl_contact-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.fl_footer .fl_contact-section .contact-title-en, 
.fl_footer .fl_contact-section .contact-title {
  color: #fff;
}
.fl_footer .fl_contact-section .contact-title-en {
  font-family: 'DIN 2014', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.276;
  letter-spacing: 1px;
  text-align: center;
}
.fl_footer .fl_contact-section .section-line {
  background-color: #fff;
  width: 30px;
  height: 2px;
}
.fl_footer .fl_contact-section .contact-description {
  text-align: center;
  margin: 20px 0;
}
.fl_footer .fl_contact-section .contact-description p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.fl_footer .fl_contact-section .contact-cta {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.fl_footer .fl_contact-section .cta-phone, 
.fl_footer .fl_contact-section .cta-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fl_footer .fl_contact-section .cta-copy {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fl_footer .fl_contact-section .cta-line {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.fl_footer .fl_contact-section .cta-line::before,
.fl_footer .fl_contact-section .cta-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: white;
}
.fl_footer .fl_contact-section .cta-line::before{
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.fl_footer .fl_contact-section .cta-line::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.fl_footer .fl_contact-section .cta-line span{
  color: #FFEE03;
}
.fl_footer .fl_contact-section .cta-copy p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0.03em;
  color: #fff;
}
.fl_footer .fl_contact-section .phone-button {
  border: 1px solid #fff;
  border-radius: 300px;
  padding: 8px 64px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
.fl_footer .fl_contact-section .phone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl_footer .fl_contact-section .phone-icon-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.fl_footer .fl_contact-section .phone-icon-box img {
  width: 24px;
  height: 24px;
}
.fl_footer .fl_contact-section .phone-icon-box span {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.fl_footer .fl_contact-section .phone-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.667;
  color: #fff;
}

.fl_footer .fl_contact-section .contact-button-large:hover {
  opacity: 0.9;
}
.fl_footer .fl_contact-section .contact-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fl_footer .fl_contact-section .contact-text span {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

.fl_footer .fl_contact-section .contact-text a {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #F7971E;
  border-radius: 1000px;
  padding: 27px 40px;
  width: 449px;
  height: 92px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.fl_footer .fl_contact-section .envelope-icon img {
  width: 20px;
  height: 20px;
}
.fl_footer_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 160px;
}
.fl_footer_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 56px;
}
.fl_footer_divider {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #FFFFFF;
}
.fl_footer_logo_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.fl_footer_logo {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.fl_footer_logo img {
  width: 100%;
  height: auto;
}
.fl_footer_company p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
}
.fl_footer_address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fl_footer_zipcode p,
.fl_footer_location p,
.fl_footer_contact_item p,
.fl_footer_contact_item a {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
}
.fl_footer_contact_item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fl_footer_icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.fl_footer_icon img {
  width: 100%;
  height: auto;
}
.fl_footer_nav {
  display: flex;
  gap: 8px;
}
.fl_footer_nav_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 196px;
}
.fl_footer_nav_item a {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity 0.3s ease;
}
.fl_footer_nav_item a:hover {
  opacity: 0.7;
}
.copyright {
  text-align: center;
  padding: 16px 0;
  background-color: #333333;
}
.copyright p {
  font-size: 14px;
  margin: 0;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
}
/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
.pcDisNon {
  display: none;
}
/*---------- header ----------*/
.nav_list li.sub_link {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.nav_list .main_link {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 0 4rem;
}
.nav_list .main_link:first-of-type {
  padding-left: 0;
}
.nav_list .main_link:last-of-type {
  border-right: none;  
}
.nav_list .main_link a {
  position: relative;
}
.nav_list .main_link.active a {
  color: #0280A4;
}
.globalnav .nav_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/*---------- main ----------*/
/*---------- footer ----------*/
}
/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/
/*---------- main ----------*/
.fl_works_mv {
  padding: 80px 20px;
}

.fl_works_mv .works-mv-area {
  font-size: 32px;
}

.fl_works_mv .works-mv-title {
  font-size: 44px;
}

/*---------- お客様の声 template:voice-block ----------*/
.fl_testimonials .photo {
  left: 64px;
}

.fl_testimonials .customer-location {
  font-size: clamp(10px, 1.3vw, 14px);
}

.fl_testimonials .customer-item-title {
  font-size: clamp(10px, 1.2vw, 15px);
}

.fl_testimonials .customer-name {
  font-size: clamp(10px, 2vw, 21px);
}

.fl_testimonials .customer-item .logo {
  top: 82%;
  left: 13%;
  width: clamp(15px, 3.3vw, 37px);
}

/* お客様の声 template:lp-voices */
.fl_roof-testimonials .photo,
.fl_wall-testimonials .photo {
  left: 46px;
}

.fl_roof-testimonials .customer-location,
.fl_wall-testimonials .customer-location {
  top: 5%;
  left: 1%;
  font-size: clamp(7px, 1vw, 12px);
}

.fl_roof-testimonials .customer-name,
.fl_wall-testimonials .customer-name  {
  top: 40%;
  left: 1%;
  font-size: clamp(6px, 1vw, 13px);
}

.fl_roof-testimonials .customer-item-title,
.fl_wall-testimonials .customer-item-title {
  top: 58%;
  left: 4%;
  font-size: clamp(6px, 0.7vw, 8px);
}

.fl_roof-testimonials .customer-item .logo,
.fl_wall-testimonials .customer-item .logo {
  top: 75%;
  left: 11%;
  width: clamp(6px, 3vw, 32px);
}

/*---------- footer ----------*/
.fl_footer .fl_contact-section .contact-text a {
  width: 500px;
}


}
/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {
.spDisNon {
  display: none;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
/*---------- header ----------*/
.header_logo {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0;
  width: fit-content;
}
.header_logo p {
  margin: 0;
}
.header_logo img {
  width: auto;
  height: 3rem;
}
.header_box {
  height: 5rem;
  padding: 0 5rem 0 2rem;
  background-color: #000;
}
.nav_list > li > a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  color: #0280A4;
  font-weight: 450;
  font-size: 16px;
}
.nav_list > li > a:hover {
  opacity: 1;
}
.nav_list a:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.md_gl_nav .tog_bar.active + ul {
  border-bottom: solid .1rem #fff;
}
.md_gl_nav .tog_bar.active:after {
  content: "\f068";
}
.md_gl_nav .md_gl_nav_inner {
  display: none;
  padding: 1rem 0;
}
.md_gl_nav .md_gl_nav_inner li {
  margin: 0 2.3rem 0;
}
.md_gl_nav .md_gl_nav_inner li a {
  display: block;
  padding: 1rem 0;
}
.md_gl_nav {
  background-color: #FFF;
  height: 100%;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 10rem;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100vw;
  top: 7.3rem;
  right: 0;
  z-index: 6;
  text-align: center;
}
.md_gl_nav .header-contact {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 0 30px;
}
.md_gl_nav .phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #0280A4;
  border-radius: 80px;
  padding: 10px 24px;
  background-color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  height: 65px;
}
.md_gl_nav .phone-info {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.md_gl_nav .phone-icon img {
  width: 20px;
  height: 20px;
}
.md_gl_nav .phone-number {
  display: flex;
  flex-direction: column;
}
.md_gl_nav .phone-number span:first-child {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #0280A4;
}
.md_gl_nav .phone-number span {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #0280A4;
  line-height: 1;
}
.md_gl_nav .contact-button .envelope-icon a {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, #F7971E 0%, #FFD200 100%);
  border: 1px solid transparent;
  border-radius: 80px;
  padding: 12px 45px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
  height: 65px;
  justify-content: center;
}
.overlay {
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 4.8rem;
  left: 0;
  z-index: 5;
  opacity: 0;
}
.globalnav-wrap .globalnav .md_gl_nav {
  -webkit-transition: all .2s;
  transition: all .2s;
  right: -100vw;
}
.globalnav-wrap.open .globalnav .md_gl_nav {
  right: 0;
}
.globalnav-wrap.open .overlay {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  height: 100%;
}
.globalnav-wrap a {
  color: black;
}
.nav-button-wrap {
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    top: 2.4rem;
    right: 1.7rem;
}
.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-button {
  z-index: 20;
  width: 25px;
  height: 17px;
  position: relative;
}
.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 8px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}
.active .nav-button span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.active .nav-button span:nth-of-type(2) {
  opacity: 0;
}
.active .nav-button span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
/*---------- main ----------*/
.header_frame {
  padding: 0;
  height: inherit;
}
.frame {
  width: 100%;
  padding: 0 1rem;
}

/* サービス */
.fl_service-mv .mv-title {
  font-size: 24px;
}

.fl_service-mv .mv-subtitle {
  font-size: 38px;
}

.fl_service-mv .mv-cta {
  flex-direction: column;
}
.fl_service-mv .phone-button {
  width: 100%;
  text-decoration: none;
}
.fl_service-mv .contact-button-large {
  width: 100%;
}
.fl_service-mv .mv-title-box {
  padding: 0 20px;
}


/* 施工事例一覧 */
.fl_works_mv .works-mv-area {
  font-size: 19px;
}

.fl_works_mv .works-mv-title {
  font-size: 27px;
}

/* お客様の声 template:voice-block */
.fl_testimonials .testimonial-item {
  flex-direction: column;
  align-items: center;
  max-height: none;
}

.fl_testimonials .testimonial-image {
  width: 100%;
}

.fl_testimonials .photo {
  left: 64px;
}

.fl_testimonials .customer-location {
  left: 2%;
  font-size: clamp(8px, 3.2vw, 26px);
}

.fl_testimonials .customer-name {
  top: 48%;
  font-size: clamp(15px, 4.5vw, 34px);
}

.fl_testimonials .customer-item-title {
  font-size: clamp(10px, 2.5vw, 20px);
}

.fl_testimonials .customer-item .logo {
  width: clamp(29px, 7vw, 50px);
}

.fl_testimonials .testimonial-content{
  width:100%;
}

/* お客様の声 template:lp-voices */
.fl_roof-testimonials .photo,
.fl_wall-testimonials .photo {
  left: 46px;
}

.fl_roof-testimonials .customer-location,
.fl_wall-testimonials .customer-location {
  top: 5%;
  left: 1%;
  font-size: clamp(6px, 1vw, 24px);
}

.fl_roof-testimonials .customer-name,
.fl_wall-testimonials .customer-name {
  top: 40%;
  left: 1%;
  font-size: clamp(8px, 2vw, 15px);
}

.fl_roof-testimonials .customer-item-title,
.fl_wall-testimonials .customer-item-title  {
  top: 58%;
  left: 4%;
  font-size: clamp(6px, 1vw, 9px);
}

.fl_roof-testimonials .customer-item .logo,
.fl_wall-testimonials .customer-item .logo {
  top: 75%;
  left: 11%;
  width: clamp(12px, 5vw, 28px);
}

/*---------- footer ----------*/
.fl_footer_inner {
    padding: 56px 24px;
  }
  
.fl_footer_divider {
  width: 80%;
}

.fl_footer_info {
  flex-direction: column;
  gap: 40px;
}

.fl_footer_nav {
  flex-direction: column;
  gap: 24px;
}

.fl_footer_nav_column {
  width: 100%;
}

.fl_footer .fl_contact-section .phone-button {
  width: 100%;
  height: 65px;
  padding: 8px 20px;
  text-decoration: none;
}

.fl_footer .fl_contact-section .contact-button-large {
  padding: 0px;
  width: 100%;
}

.fl_footer .fl_contact-section .contact-description p {
  font-size: 16px;
}
.fl_footer .fl_contact-section .phone-icon-box span {
  font-size:24px;
}

.fl_footer .fl_contact-section .contact-text span {
  font-size: 24px;
}

.fl_footer .fl_contact-section .contact-text a {
  width: 100%;
  height: 65px;
}

.fl_footer .fl_contact-section .cta-copy p {
  font-size:18px;
}

}
/*---------- レイアウト微調整 ----------*/
/*---------- headter ----------*/
@media screen and (max-width: 1100px) { 
  .fl_header .nav-item {
    font-size: 12px;
  }
}
/*---------- footer ----------*/
@media screen and (max-width: 1024px) {
  .fl_header .main-nav ul {
    padding-right: 10px;
    gap: 20px;
  }
  .fl_footer_inner {
    padding: 56px 80px;
  }

  .fl_footer_divider {
    width: 80%;
  }

  .fl_footer_info {
    flex-direction: column;
    gap: 40px;
  }

  .fl_footer_nav {
    justify-content: space-between;
    width: 100%;
  }

  .fl_footer .fl_contact-section .contact-cta {
    flex-direction: column;
    gap: 30px;
  }

  .fl_footer .fl_contact-section .contact-button-large {
    width: 100%;
  }
}

@media (max-width: 900px) {
.nav_list .main_link {
  padding: 0 0 0 2rem;
}
}
@media (max-width: 600px) {
.nav_list .main_link {
  padding: 0;
}
}

.spDisOnly {
  display: none;
}



@media (max-width: 500px) {
.spDisOnly {
  display: block;
}
.spDisNon {
  display: none;
}
}
@media (max-width: 370px) {
  /* parts top case */
.fl_top_case .heading_image {
  width: 90%;
}
}
