@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');

.h2-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-btn {
    background: #FFA826;
    color: #fff;
    border-radius: 50em;
    padding: 0.5rem 2rem;
}

nav#gnav {
    margin: 1rem 0;
}

.header {
	position: relative;
}
.kv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.kv img {
    width: 100%;
    height: auto;
    vertical-align: bottom; /* 画像下部の余白を削除 */
}

section.cta-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5em;
    width: 100%;
}
.cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.cta-inner img {
    width: 20%;
}

a.cta-btn {
    color: #fff;
    background: #ffa826;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: bold;
}
.top {
	background: #ECFCFF;
}
.top #content {
    padding: 0px;
	
}
.l-content {
	margin-bottom: 0px;
}

.first .h2-title{
    text-align: left;
}

.first .first-img {
    width: 50%;
}

.first .container {
    display: flex;
    max-width: 1200px;
    padding: 8em 2em 0em;
    align-items: center;
    gap: 2rem;
}

.first-txt {
    margin-bottom: 3em;
}

.first-txt p {
	margin-bottom: 1em;
}

.first .is-style-btn_line a {
    background: #fff;
    border: 1px solid;
    color: var(--the-btn-color, var(--color_main));
    position: relative;
    transition: background-color .25s;
}

.onayami {
	padding-top: 3em;
}
section#price {
    margin-top: 4em;
}
.price-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.price p {
    text-align: center;
    padding: 0 2em;
    margin-bottom: 0.5em;
}
.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}

.price-card {
    width: 18rem;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 8px 12px 0px rgba(151, 186, 192, 0.30);
}

.price-card-header {
    background-color: #FFA826;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: white;
}

.price-card-content {
  padding: 1.5rem;
}

.price-txt {
	font-family: "Afacad", "Noto Sans JP";
    text-align: center;
    font-size: 3.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.price-txt span {
    font-size: 2rem;
	 letter-spacing: 0.25rem;
}

.details {
  color: #4b5563;
  text-align: center;
}

.details p {
  margin: 0.5rem 0;
}
.ihinseiri {
	margin: 2rem auto 6rem;
	display: block;
}

.area {
    background: #fff;
    padding: 4rem;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
}

.area-ttl {
	text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.area-dec {
	display: flex;
	max-width: 800px;
	margin: 0 auto 5rem;
	gap:2rem;
}

.area-dec img {
    width: 55%;
}

.area-box {
    background-color: #fff;
    border: 2px solid #2CBAD3;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 0 auto 30px;
}

.area-title {
    color: #fff;
    background: #2CBAD3;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 17px 17px 0 0;
}
.area-text {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}


@media screen and (max-width:760px) {
	.ihinseiri {
    padding: 0 3em;
	}
	.area-dec {
		flex-direction: column;
	}
	.area {
    background: #fff;
    padding: 2rem;
	}
	.area-dec img {
		width: 100%;
	}
}
.riyu .container {
            border: 1px solid #333333;
            border-radius: 8px;
            overflow: hidden;
            max-width: 1200px;
            margin: 0 auto;
        }

       .riyu .header {
            background-color: #333333;
            padding: 32px;
            text-align: center;
        }

        .riyu .header h2 {
            color: white;
            font-size: 24px;
            font-weight: bold;
        }

        .riyu .header span {
            color: #FDB913;
        }

        .riyu .content {
            background-color: #F5F5F5;
            padding: 32px;
        }

        .riyu .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .riyu .card {
            background: white;
            border: 1px solid #333333;
            border-radius: 8px;
            padding: 24px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .riyu .card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 16px;
        }

        .riyu .card h3 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 12px;
            white-space: pre-line;
        }

        .riyu .card p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .riyu .grid {
                grid-template-columns: 1fr;
            }

            .riyu .content {
                padding: 16px;
            }

            .riyu .card {
                padding: 16px;
            }
        }

.my-swiper-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
  box-sizing: border-box;
}

.swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.swiper-slide p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.custom-button-prev {
  left: -10px;
}
.custom-button-next {
  right: -10px;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
  .swiper-slide {
    padding: 15px;
  }
	.custom-button-prev {
  left: 10px;
}
.custom-button-next {
  right:10px;
}
}

.custom-button-prev,
.custom-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

/* 前へボタンだけアイコンを左右反転 */
.custom-button-prev img {
  transform: scaleX(-1);
}

.custom-button-prev img,
.custom-button-next img {
  width: 100%;
  height: auto;
}


.faq-section {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
	position: relative;
        }

        .faq-title {
            text-align: center;
            font-size: 2em;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .faq-item {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .faq-question {
            display: flex;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            position: relative;
            gap: 15px;
        }

        .faq-question:hover {
            background-color: #fafafa;
        }

        .faq-icon {
            flex-shrink: 0;
			    height: 30px;
        }

        .faq-text {
            flex-grow: 1;
            font-size: 15px;
            line-height: 1.6;
        }

        .faq-toggle {
            width: 20px;
            height: 20px;
            position: relative;
            flex-shrink: 0;
        }

        .faq-toggle::before,
        .faq-toggle::after {
            content: '';
            position: absolute;
            background-color: #333;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: transform 0.3s ease;
        }

        .faq-toggle::before {
            width: 2px;
            height: 12px;
        }

        .faq-toggle::after {
            width: 12px;
            height: 2px;
        }

        .faq-answer {
            display: flex;
            align-items: center;
            padding: 0 20px;
            gap: 15px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item.active .faq-answer {
            padding: 20px;
            max-height: 500px;
        }

        .faq-item.active .faq-toggle::before {
            transform: translate(-50%, -50%) rotate(90deg);
        }
.column {
    padding: 6rem 2em 2em;
}

/* お問い合わせセクション全体のスタイル */
.contact-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* タイトルのスタイル */
.contact-title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 説明文のスタイル */
.contact-description {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}
.contact-content {
    padding: 2em;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 3px 8px 12px 0px rgba(151, 186, 192, 0.30);
}

/* フォーム全体を囲むスタイル */
.wpcf7 {
    padding: 30px;
}

/* 必須マーク */
.wpcf7 .required {
    background: #FDB913;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-right: 8px;
    border-radius: 4px;
}

/* ラベルのスタイル */
.wpcf7 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* 入力フィールドの共通スタイル */
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 16px;
	background: #fff;
}

/* テキストエリアの高さ設定 */
.form-textarea {
    height: 150px;
    resize: vertical;
}

/* 送信ボタンのラッパー */
.submit-wrapper {
    text-align: center;
}

/* 送信ボタン */
.submit-button {
    background: #2CBAD3;
    color: #fff;
    padding: 15px 60px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background: #5BB1C7;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin: 20px 0;
    padding: 12px;
    border-radius: 6px;
}
@media (min-width:769px) {
	.sp {
		display: none;
	}
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
	.pc {
		display: none;
	}
    .contact-section {
        padding: 40px 15px;
    }
    
    .wpcf7 {
        padding: 20px;
    }
    
    .submit-button {
        width: 100%;
        padding: 15px;
    }
	.cta-inner img {
    width: 30%;
}
	.onayami {
    padding-top: 5em;
}
}

img.bk_icon {
    position: absolute;
    bottom: 0px;
    right: -12em;
    width: 150px;
}

img.bk_icon2 {
    position: absolute;
    bottom: 0px;
    width: 150px;
}

.floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.floating-banner.hide {
    transform: translateY(100%);
}

.floating-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.floating-banner__logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.floating-banner__logo img {
    height: 40px;
    width: auto;
}

.floating-banner__logo p {
    color: #76C5DA;
    font-size: 16px;
    margin: 0;
}

.floating-banner__buttons {
    display: flex;
    gap: 15px;
}

.floating-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 0.3s;
}

.floating-banner__button:hover {
    opacity: 0.9;
}

.floating-banner__button.line {
    background-color: #4CC764;
}

.floating-banner__button.contact {
    background-color: #FFA826;
}
.single .l-footer {
    margin-top: 6em;
}
/* スマートフォン用スタイル */
@media (max-width: 767px) {
    .floating-banner__inner {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .floating-banner__logo {
        text-align: center;
    }

    .floating-banner__logo img {
        height: 30px;
    }

    .floating-banner__logo p {
        font-size: 14px;
    }

    .floating-banner__buttons {
        width: 100%;
    }

    .floating-banner__button {
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }
}
/*作業事例*/
.case-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 左上のバッジ */
.case-badge {
  position: absolute;
    top: -30px;
    left: -30px;
    background: var(--1, linear-gradient(155deg, #2CBAD3 13.3%, #A0D5DF 88.32%));
    color: #fff;
    padding: 12px 18px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-family: "Afacad", "Noto Sans JP";
}

.case-badge span {
  font-size: .8rem;
    line-height: 1;
    position: relative;
    top: .6rem;
    font-family: "Noto Sans JP";
    letter-spacing: .03rem;
}

.case-badge strong {
  font-size: 2.3rem;
}

/* Before / After 画像 */
.case-images {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.case-images img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.case-before,
.case-after {
  position: relative;
  flex: 1;
}

.case-card .label {
  position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 2.5rem;
    border-radius: 15px 0px;
    font-size: 1.3rem;
    font-family: "Afacad", "Noto Sans JP";
}

.case-card .label.after {
  background: #f7a500; /* Afterの黄色 */
}

/* 地域・作業日数・作業員数 */
.case-info {
  display: flex;
  gap: 20px; /* タグ同士の余白 */
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

/* 各ボックス */
.case-info .info-box {
  display: flex;
  border: 2px solid #00BBD4; /* 枠線カラー */
  border-radius: 8px;
  overflow: hidden;
  min-width: 160px;
  height: 40px;
}

/* 左側：タグ部分 */
.case-info .info-box .tag {
  background: #00BBD4;
  color: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

/* 右側：値部分 */
.case-info .info-box .value {
  background: #fff;
  color: #000;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}


/* コメント枠 */
.case-comment {
  border: 2px solid #00bcd4;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
}

.case-card .comment-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

@media (max-width: 767px) {
	.case-images {
    flex-direction: column;
}
	.case-card {
    padding: 3rem;
	}
	.case-badge {
    top: -30px;
    left: -5px;
	}
}

/* Contact Form 7のすべての自動メッセージを非表示 */
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-spinner {
    display: none !important;
}