/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ヘッダースタイルは style.css に移動しました */

/* ヒーローセクション */
.fl_hero {
    position: relative;
}
.fl_hero .hero-title {
    position: absolute;
    top: -5000px;
}
@media screen and (max-width: 768px) {
.fl_hero .hero-slide img {
    width: 100%;
    height: auto;
}
}

/* CTA部分 */
.fl_cta-section {
    background-color: #08519B;
    padding: 40px 0;
}

.fl_cta-section .container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.fl_cta-section .contact-cta {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.fl_cta-section .cta-phone, 
.fl_cta-section .cta-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fl_cta-section .cta-copy {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fl_cta-section .cta-line {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
.fl_cta-section .cta-line::before,
.fl_cta-section .cta-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: white;
}
.fl_cta-section .cta-line::before{
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.fl_cta-section .cta-line::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.fl_cta-section .cta-line span{
  color: #FFEE03;
}
.fl_cta-section .cta-copy p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0.03em;
  color: #fff;
}
.fl_cta-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_cta-section .phone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl_cta-section .phone-icon-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.fl_cta-section .phone-icon-box img {
  width: 24px;
  height: 24px;
}
.fl_cta-section .phone-icon-box span {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.fl_cta-section .phone-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.667;
  color: #fff;
}

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

.fl_cta-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_cta-section .envelope-icon img {
  width: 20px;
  height: 20px;
}

/* 会社紹介セクション */
.fl_about-section {
    background-color: #fff;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 50px 0;
    position: relative;
}

.fl_about-section .container {
    display: flex;
    align-items: center;
    gap: 1px;
}

.fl_about-section .about-image-left, .fl_about-section .about-image-right {
    position: relative;
    flex: 1;
    transform: scale(1.5);
}

.fl_about-section .about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 545px;
    padding: 0px 90px;
}

.fl_about-section .about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 443px;
}

.fl_about-section .about-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}

.fl_about-section .about-icon img {
    width: 100%;
    height: 100%;
}

.fl_about-section .about-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    color: #0280A4;
}

.fl_about-section .about-title span {
    font-size:28px;
    letter-spacing: 3.5px;
}

.fl_about-section .about-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    width: 100%;
    border-bottom: 1px dashed #0280A4;
}

.fl_about-section .about-subtitle p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #0280A4;
}

.fl_about-section .about-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.571;
    text-align: center;
    color: #333333;
}

.fl_about-section .reason-text {
    display: flex;
    padding-top: 50px;
}

.fl_about-section .reason-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7971E;
    border-radius: 1000px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: auto;
    padding: 15px 30px;
}

.fl_about-section .reason-text span {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

/* 施工事例セクション */
.fl_work-section {
    background-color: #CCE6EC;
    padding: 50px 0;
}

.fl_work-section .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.fl_work-section .section-title-en {
    font-family: 'DIN 2014', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.276;
    text-align: center;
    color: #979797;
    letter-spacing: 1px;
}

.fl_work-section .section-line {
    width: 40px;
    height: 2px;
    background-color: #979797;
}

.fl_work-section .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #0280A4;
}

.fl_work-section .work-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}

.fl_work-section .tab {
    position: relative;
    width: 20%;
    height: 64px;
    cursor: pointer;
}

.fl_work-section .tab .tab_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px 8px;
    background-color: #ffffff;
    border: 1px solid #0280A4;
    border-radius: 6px 6px 0 0;
}

.fl_work-section .tab.active .tab_inner {
    background-color: #0280A4;
    position: relative;
}

.fl_work-section .tab-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}


.fl_work-section .tab:not(.active) .tab_inner div {
    color: #0280A4;
    font-weight: 700;
    font-size: 16px;
}

.fl_work-section .tab-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0280A4;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.fl_work-section .work-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.fl_work-section .work-slider {
    width: 100%;
}

.fl_work-section .work-slider .swiper-wrapper {
    display: flex;
}

.fl_work-section .work-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border: 0.7px solid #00000040;
}

.fl_work-section .work-image {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.fl_work-section .work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fl_work-section .new-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl_work-section .new-tag img {
    width: 60px;
    height: 60px;
}

.fl_work-section .new-tag span {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.fl_work-section .work-content {
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fl_work-section .work-client {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}

.fl_work-section .work-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fl_work-section .work-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333;
}

.fl_work-section .work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fl_work-section .location-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 16px;
    background-color: #0280A4;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
}

.fl_work-section .work-age {
    display: flex;
    gap: 8px;
    letter-spacing:0.04em;
}

.fl_work-section .age-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 16px;
    background-color: #E0E0E0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333;
}

.fl_work-section .age-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    display: flex;
    align-items: center;
}

.fl_work-section .work-divider {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
}

.fl_work-section .service-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 16px;
    background-color: #FFFCEF;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333333;
}

.fl_work-section .work-card-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 24px 8px 12px;
    background-color: #fff;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    letter-spacing: 0.1em;
}

.fl_work-section .chevron-right {
    width: 16px;
    height: 16px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.fl_work-section .work-more {
    display: flex;
    justify-content:center;
    padding-top: 80px;
}

.fl_work-section .more-button {
    border: 2px solid #0280A4;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fl_work-section .more-button a {
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 80px;
    gap: 32px;
}

.fl_work-section .more-button:hover {
    background-color: rgba(25, 60, 90, 0.1);
}

.fl_work-section .more-button span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #0280A4;
}

.fl_work-section .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl_work-section .card-new {
    width: 100px;
    background: #e60012;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    top: 0px;
    left: 0px;
    padding: 4px 0;
    position: absolute;
    transform-origin: left top;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top-left-radius: 10px;
}
.fl_work-section .card-new span {
    position: absolute;
    top: 15px;
    left: 10px;
    transform: rotate(-45deg);
}

.fl_work-section .other-works-pagination {
    margin-top: 24px;
    text-align: center;
}

.fl_work-section .other-works-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin: 0 4px;
}

.fl_work-section .other-works-pagination .swiper-pagination-bullet-active {
    background-color: #0280A4;
}

/* お客様の声セクション */
svg {
  display: block;
  margin: 0;
  padding: 0;

}
.svg-wrapper {
  line-height: 0;
}

.fl_testimonial-section {
  position: relative;
  background: url(../images/top-voice-back.png) center/cover no-repeat;
  width: 100%;
  height: auto;
  overflow:hidden;
}

.fl_testimonial-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0.7;
}

.fl_testimonial-section .testimonial-wave-top {
  position: relative;
  z-index: 2;
}

.fl_testimonial-section .testimonial-wave-bottom {
  position: relative;
  z-index: 2;
}

.fl_testimonial-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 3;
}

.fl_testimonial-section .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.fl_testimonial-section .section-title-en {
    font-family: 'DIN 2014', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.276;
    text-align: center;
    color: #979797;
}

.fl_testimonial-section .section-line {
    width: 40px;
    height: 2px;
    background-color: #979797;
}

.fl_testimonial-section .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #0280A4;
}

.fl_testimonial-section .testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.fl_testimonial-section .testimonial-card {
    display: flex;
    gap: 24px;
    padding: 24px 32px;
    background-color: #F6FDFF;
    border: 1px solid #0280A4;
    border-radius: 16px;
    width: 982px;
    color: inherit;
}

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

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

.fl_testimonial-section .testimonial-image .customer-location {
    position: absolute;
    top: 11%;
    left: 4%;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    z-index: 3;
}

.fl_testimonial-section .testimonial-image .customer-name {
    position: absolute;
    top: 42%;
    left: 2%;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    z-index: 3;
}

.fl_testimonial-section .testimonial-image .customer-item-title{
    position: absolute;
    top: 61%;
    left: 3%;
    color: #006699;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 2px 16px;
    display: inline-block;
    z-index: 3;
}

.fl_testimonial-section .testimonial-image .customer-item .logo {
    position: absolute;
    top: 78%;
    left: 13%;
    width: 37px;
    z-index: 3;
}

.fl_testimonial-section .testimonial-image .customer-item .line {
    position: absolute;
    top: 0px;
    left: -67px;
    width: auto;
    height: 100%;
    z-index: 3;
}

.fl_testimonial-section .testimonial-image .photo {
    position: absolute;
    top: 0;
    left: 82px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fl_testimonial-section .testimonial-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
}

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

.fl_testimonial-section .testimonial-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    height: 122px;
    overflow: hidden;
}

.fl_testimonial-section .testimonial-info {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: right;
    color: #333;
}

.fl_testimonial-section .testimonial-more {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}

.fl_testimonial-section .more-button {
    border: 2px solid #0280A4;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fl_testimonial-section .more-button a {
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 80px;
    gap: 32px;
}

.fl_testimonial-section .more-button:hover {
    background-color: rgba(25, 60, 90, 0.1);
}

.fl_testimonial-section .more-button span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #0280A4;
}

.fl_testimonial-section .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* サービス紹介セクション */
.fl_service-section {
    background-color: #CCE6EC;
    padding: 24px 0 80px;
}

.fl_service-section .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.fl_service-section .service-title-en {
    color: #979797;
    font-family: 'DIN 2014', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.276;
    text-align: center;
}

.fl_service-section .section-line {
    background-color: #979797;
    width: 40px;
    height: 2px;
}

.fl_service-section .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #0280A4;
}

.fl_service-section .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列固定 */
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.fl_service-section .service-grid a {
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #6d7d84;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: transform 0.2s;
}

.fl_service-section .service-grid a:hover {
  transform: scale(1.1);
}

.fl_service-section .service-grid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  border-radius: 16px;
}

.fl_service-section .service-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    z-index: 1;
}

/* 料金表セクション */
.fl_price-section {
  position: relative;
  background: url(../images/top-price-back.jpg) center/cover no-repeat;
  width: 100%;
  height: auto;
  overflow:hidden;
}

.fl_price-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #CCE6EC;
  z-index: 1;
  opacity: 0.7;
}

.fl_price-section .price-wave-top {
  position: relative;
  z-index: 2;
}

.fl_price-section .container {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 3;
}

.fl_price-section .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.fl_price-section .section-title-en {
    font-family: 'DIN 2014', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.276;
    text-align: center;
    color: #979797;
}

.fl_price-section .section-line {
    width: 40px;
    height: 2px;
    background-color: #979797;
}

.fl_price-section .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #0280A4;
}

.fl_price-section .price-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}

.fl_price-section .tab {
    position: relative;
    width: 20%;
    height: 64px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
}

.fl_price-section .tab .tab_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px 8px;
    background-color: #ffffff;
    border: 1px solid #0280A4;
    border-radius: 6px 6px 0 0;

}

.fl_price-section .tab.active .tab_inner {
    background-color: #0280A4;
    color: #ffffff;
    border: none;
}

.fl_price-section .tab .tab_inner div {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.fl_price-section .tab.active {
  background-color: #0280A4;
  position: relative;
}

.fl_price-section .tab:not(.active) .tab_inner div {
    color: #0280A4;
    font-weight: 700;
    font-size: 16px;
}

.fl_price-section .tab-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.fl_price-section .tab-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0280A4;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.fl_price-section .price-value {
  border-color: #0280A4;
}

.fl_price-section .price-table {
    display: flex;
    flex-direction: column;
}

.fl_price-section .price-row {
    display: flex;
    align-items: center;
}

.fl_price-section .price-name {
    width: 434px;
    background-color: #0280A4;
    border-bottom: 1px solid #fff;
    padding: 16px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl_price-section .price-name p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.fl_price-section .price-value {
    width: 434px;
    border: 1px solid #0280A4;
    background-color: #fff;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl_price-section .price-numbers {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

.fl_price-section .price-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: right;
    color: #E70C0F;
}

.fl_price-section .price-unit {
    font-weight: 700;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: right;
    color: #E70C0F;
}

.fl_price-section .price-notice {
    width: 100%;
    text-align: right;
    padding: 8px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}

.price-images {
    display: flex;
}

.price-image-item {
    overflow: hidden;
}

.price-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

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

    .fl_about-section .about-image-left, .fl_about-section .about-image-right {
        transform: scale(1);
    }

    .fl_about-section .about-content {
        padding: 0px 20px;
    }

    .fl_testimonial-section .testimonial-card {
        width: 100%;
        color: inherit;
    }

    .fl_price-section .price-table {
        width: 100%;
        padding: 0 80px;
        gap: 20px;
    }

    .fl_price-section .price-row {
        flex-direction: column;
    }

    .fl_price-section .price-name, .fl_price-section .price-value {
        width: 100%;
    }

    .fl_price-section .price-images {
        flex-wrap: wrap;
        justify-content: center;
    }

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

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

    .fl_hero .pointer {
        transform: scale(0.7);
        top: -40%;
        left: 38%;
    }

    .fl_hero .area-badge {
        font-size: 36px;
    }

    .fl_hero .hero-first-line span, .fl_hero .hero-main-text {
        font-size: 36px;
    }

    .fl_hero .service-tags {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fl_hero .service-tag {
        font-size: 28px;
        width: 28%;
    }

    .fl_hero .service-tags span {
        font-size: 36px;
        padding-right: 27%;
    }

    .fl_hero .hero-second-text {
        padding-right: 32%;
    }
    
    .fl_hero .hero-second-text p {
        font-size: 36px;
        text-align: left;
        line-height: 1.3;
        padding: 0;
    }

    .fl_hero .hero-second-text .sp {
        display: block;
    }

    .fl_hero .hero_image {
        transform: scale(1);
        top: 60%;
        left: 10%;
    }

    .fl_hero .circle-outer {
        width: 685px;
        height: 685px;
    }

    .fl_hero .circle-inner {
        width: 650px;
        height: 650px;
    }

    .fl_testimonial-section .testimonial-image .deco{
        max-width: 61%;
    }

  .fl_cta-section .contact-text a {
    width: 500px;
  }

  .fl_price-section .price-table {
    padding: 0 80px;
    gap: 20px;
  }

}

@media (max-width: 768.98px) {

    .fl_hero .hero-content {
        padding: 0 10px;
    }

    .fl_hero .pointer {
        transform: scale(0.7);
        top: -56%;
        left: 35%;
    }

    .fl_hero .area-badge {
        font-size: 18px;
    }

    .fl_hero .hero-first-line span, .fl_hero .hero-main-text {
        font-size: 21px;
    }

    .fl_hero .service-tags {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fl_hero .service-tag {
        font-size: 18px;
        width: 28%;
    }

    .fl_hero .service-tags span {
        font-size: 24px;
        padding-right: 25%;
    }

    .fl_hero .hero-second-text {
        padding-right: 25%;
    }
    
    .fl_hero .hero-second-text p {
        font-size: 28px;
        text-align: left;
        line-height: 1.3;
        padding: 0;
    }

    .fl_hero .hero-second-text .sp {
        display: block;
    }

    .fl_hero .hero_image {
        transform: scale(1);
        top: 60%;
        left: 10%;
    }

    .fl_hero .circle-outer {
        width: 485px;
        height: 485px;
    }

    .fl_hero .circle-inner {
        width: 450px;
        height: 450px;
    }

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

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

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

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

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

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

    .fl_about-section .about-content {
        width: 100%;
    }

    .fl_about-section .about-image-left, .fl_about-section .about-image-right {
        display: none;
    }

    .fl_about-section .reason-text span {
        font-size: 16px;
    }

    .fl_work-section .work-tabs, .fl_price-section .price-tabs {
        flex-wrap: wrap;
    }

    .fl_price-section .price-notice  {
        text-align:left;
    }

    .fl_testimonial-section .container {
        padding: 50px 20px;
    }

    .fl_testimonial-section .testimonial-card {
        flex-direction: column;
        align-items: center;
        padding: 20px 15px;
        color: inherit;
    }

    .fl_testimonial-section .testimonial-image {
        width: 100%;

    }

    .fl_testimonial-section .testimonial-image .customer-location {
        left: 2%;
        font-size: clamp(12px, 4vw, 29px);
    }

    .fl_testimonial-section .testimonial-image .customer-name {
        top: 45%;
        font-size: clamp(12px, 5vw, 36px);
    }

    .fl_testimonial-section .testimonial-image .customer-item-title {
        font-size: clamp(12px, 3vw, 18px);
    }

    .fl_testimonial-section .testimonial-image .customer-item .logo{
        width: clamp(34px, 6vw, 57px);
    }

    .fl_testimonial-section .testimonial-image .customer-item .line {
        left: -107px;
    }

    .fl_testimonial-section .testimonial-content {
        width: 100%;
        margin-left: 0;
    }

    .fl_service-section {
        padding: 50px 0px;
    }
    
    .fl_service-section .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .price-images {
        flex-direction: column;
    }

}


@media (max-width: 480px) {
  .fl_service-section .service-grid {
    grid-template-columns: 1fr;
  }

  .fl_about-section .about-header {
    width: 100%;
  }

  .fl_testimonial-section .testimonial-image .customer-item .line {
    left: -71px;
  }

  .fl_testimonial-section .more-button a {
    padding: 20px 20px 20px 35px;
    gap: 5px;
  }

  .fl_price-section .price-table {
    padding: 0;
  }

  .fl_work-section .tab, .fl_price-section .tab {
    width: 100%
  }

  .fl_work-section .more-button a {
    padding: 20px 20px 20px 35px;
    gap: 5px;
  }

}
