/*
Theme Name: Snow Monkey Child
Theme URI: https://example.com/
Description: Snow Monkey用の子テーマです
Author: あなたの名前
Author URI: https://takaman-shouten.tink-hldgs.com/
Template: snow-monkey
Version: 1.0
*/

/* ここからCSSを書いていきます */

/* まずはリセットcss */
/* コンテナのパディング削除 */
.c-container, .c-fluid-container {
	padding-left: 0 !important;
	padding-right: 0!important;
}

.l-contents__inner:last-child {
	padding-bottom: 0;
}

.l-contents__inner:first-child {
	padding-top: 0;
}

.smb-section {
	padding: 0;
}

a {
	text-decoration: none;
}

/* コンテナの両脇の削除c-container-noneを追記する */
.c-container-none .c-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

[data-has-sidebar=false] .c-entry__content>.alignfull {
    margin-left: 0;
    margin-right: 0;
}
.l-footer--default .l-footer-widget-area {
    padding-bottom: 0;
    padding-top: 0;
}

/* コピーライト背景 */
.c-copyright--inverse {
	background-color: #21348c;
}

/* コピーライトパディング */
.c-copyright {
	padding-top: 5px;
	padding-bottom: 5px;
}
.c-fluid-container {
	text-align: center !important;
}

/* ニュース一覧ページの余白 */
body.category-news .l-contents__inner {
	margin-top: 80px;
	margin-bottom: 80px;
/* 	padding-left: 30px; */
/*     padding-right: 30px; */
}
/* ニュース一覧のパンくずリスト消す */
.p-breadcrumbs-wrapper {
	display: none;
}

/* 記事の投稿者の名前消す */
.c-meta__item--author {
	display: none !important;
}

/* ニュースの記事の余白 */
.category-news .c-entry__header {
	margin-top : 80px;
/* 	margin-bottom: 80px; */
	padding-left: 30px;
    padding-right: 30px;
}

.category-news .c-entry__body {
	padding-left: 30px;
    padding-right: 30px;
	max-width: 1280px;
}

.c-entry__body {
/* 	max-width: none; */
}




/* 記事の前後の投稿案内の背景色 */
.c-prev-next-nav__item>a {
	background-color: transparent;
	color: #333;
}

.c-prev-next-nav__item-figure {
	background-color: transparent;
}
@media (max-width: 768px) {
	.c-prev-next-nav__item>a {
		padding:0 10px 10px;
	}
	
	.c-prev-next-nav__item:not(:first-child) {
		margin-top: 5px;
	}
}

/* ヘッダーの両端にパディング */
.l-header {
	padding-left: 30px;
    padding-right: 30px;
}

/* ページタイトル削除----------------- */
/* 事業案内 */
body.page-id-19 .c-entry__header {
	display: none !important;
}

/* 会社概要 */
body.page-id-21 .c-entry__header {
	display: none !important;
}

/* 採用情報 */
body.page-id-23 .c-entry__header {
	display: none !important;
}

/* 事業案内ページ上のパディング削除 */
.l-contents {
    --contents--gap: 0;
    overflow-x: clip;
}

/* 事業案内のマージン */
body.page-id-19 :where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width:none;
}

/* 採用情報のマージン */
body.page-id-23 :where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width:none;
}

body.page-id-23 .p-entry-content>:not(:first-child), .textwidget>:not(:first-child)  {
	margin-top: 0;
}

/* 会社概要のマージン */
body.page-id-21 :where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width:none;
}

/* フッターの上の謎の白線 */
.l-footer {
	border-top: none;
}

/* リンクのスムーススクロール */
html {
  scroll-behavior: smooth;
}

/* sp 携帯のメニュー */
/* 背景 */
.c-drawer {
/* 	background-color: #0b308e !important; */
	background-color: #fff !important;
}

.c-drawer a {
	color: #333;
	font-weight: bold;
}

/* 下矢印の色 */
.c-drawer .c-ic-angle-right:before {
	border-color: #333;
}

/* パディング調整 */
.c-drawer__inner {
	padding: 30px 60px;
}

/* ここまではスノーモンキーの削除css */

/* 構築する方はこちらに記載 始まり--------------------------- */
/* 共通始まり */
/*-- PC版表示CSS  --*/
.pc {
    display: block;
}

.sp {
    display: none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
}

/*-- 消す時 PC版表示CSS  --*/
.pc-none {
    /* display: block; */
}

.sp-none {
    /* display: none; */
}

/*-- 消す時 スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {

    .pc-none {
        display: none;
    }

    .sp-none {
        display: block;
    }
}

/* フローの切り替え専用 */
.pc-1050 {
    display: block;
}

.sp-1050 {
    display: none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 1050px) {
    .pc-1050 {
        display: none !important;
    }

    .sp-1050 {
        display: block;
    }
}

/* コンテナsp-345 */
.container2 {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    position: relative;
}

@media (max-width: 1050px) {

    /* コンテナ */
    .container2 {
        max-width: 700px;
    }
}

@media (max-width: 768px) {

    /* コンテナ */
    .container2 {
        max-width: 450px;
    }
}

@media (max-width: 520px) {

    /* コンテナ */
    .container2 {
        max-width: 345px;
    }
}

/* コンテナ */
.container {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    position: relative;
}

@media (max-width: 1050px) {

    /* コンテナ */
    .container {
        max-width: 700px;
    }
}

@media (max-width: 768px) {

    /* コンテナ */
    .container {
        max-width: 450px;
    }
}

@media (max-width: 520px) {

    /* コンテナ */
    .container {
        max-width: 300px;
    }
}

/* 追加共通 始まり 記載したらコメントアウトは削除 */
/* コンテナ */
.container-345 {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    position: relative;
}

@media (max-width: 1050px) {

    /* コンテナ */
    .container-345 {
        max-width: 700px;
    }
}

@media (max-width: 768px) {

    /* コンテナ */
    .container-345 {
        max-width: 450px;
    }
}

@media (max-width: 520px) {

    /* コンテナ */
    .container-345 {
        max-width: 345px;
        /* padding-left: 22px; */
        /* padding-right: 22px; */
    }
}

/* ロゴなしのタイトル */
.no-logo-title-section {
    text-align: center;
}

.no-logo-sub-title {
    font-size: 12px;
    line-height: 0.8;
    letter-spacing: 0.05em;
    color: #70b42c;
    font-weight: bold;
    margin-bottom: 16px;
	text-align: center;
}

.no-logo-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: bold;
}

.no-logo-title-fff {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: bold;
}

.no-logo-title-blue {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #0b308e;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .no-logo-title {
        font-size: 30px;
    }

    .no-logo-title-fff {
        font-size: 30px;
    }

    .no-logo-title-blue {
        font-size: 30px;
    }
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-120 {
    margin-top: 120px;
}

/* フッター始まり ----------- */
footer {}

.footer-contact-section {
    background-color: #0b308e;
    background-image: url('https://takaman-shouten.tink-hldgs.com/wp-content/uploads/2025/07/footer-logo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    /* ← 元サイズで表示 */
    height: 282px;
    color: #fff;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.footer-contact-title {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
	text-align: center;
}

.footer-contact-text {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 8px;
    font-weight: normal;
	text-align: center;
}

.footer-contact-tel-wrap {
    pointer-events: none;
    /* クリック無効化 */
    color: inherit;
    /* リンク色やめる */
    text-decoration: none;
    /* 下線消す */
    cursor: default;
    display: flex;
    margin: 16px auto;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
}

.footer-contact-tel-img {
    margin-right: 7px;
    width: 22px;
    height: 22px;
}

.footer-contact-tel {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

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


    .footer-contact-title {
        font-size: 28px;
        line-height: 1.5;
		text-align: left;
    }
	
	.footer-contact-text {
        text-align: left;
    }
}

@media screen and (max-width: 520px) {
    .footer-contact-section {
        background-position: center bottom;
        background-size: auto 196px;
        height: 386px;
        /* 横幅いっぱい、縦は比率に応じて縮小拡大 */
        text-align: left;
    }




    /* 電話番号クリックで有効 */
    .footer-contact-tel-wrap {
        pointer-events: auto;
        /* クリック有効化 */
        cursor: pointer;
        justify-content: flex-start;
    }
}

/* フッター本番始まり */
.footer-section-3 {
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
    flex-wrap: wrap;
    margin: 80px auto;
    color: #333;
}

.footer-section-item1 {}

.footer-item1-title-wrap {
    display: flex;
}

.footer-item1-title-img {
    width: 95px;
    margin-right: 25px;
}

.footer-item1-title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: 600;

}

.footer-item1-date-wrap {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 32px;
    color: #333 !important;
}

/* フッター住所・TEL・FAXの下線・青色を消し、タップも無効化 */
.footer-item1-date-wrap span {
    text-decoration: none !important;
    /* 下線消す */
    color: inherit !important;
    /* 青色にならない */
    pointer-events: none;
    /* タップ無効化 */
}

.footer-item1-sns {
    margin-top: 16px;
    width: 28px;
    display: block;
}

.footer-section-item2 {
    width: 424px;
}

.footer-calendar-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 アスペクト比 */
    overflow: hidden;
}

.footer-calendar-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-section-item3 {
    text-align: right;
}

.footer-section-item3 a {
    font-size: 14px;
    color: #333;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    font-weight: 600;
    display: block;
}

@media (max-width: 1050px) {
    .footer-section-3 {
        max-width: 424px;
        row-gap: 40px;
    }

    .footer-section-item3 {
        display: none;
    }
}

@media (max-width: 520px) {
    .footer-section-3 {
        max-width: 300px;
    }

    .footer-calendar-wrapper {
        padding-top: 100%;
        /* 正方形に変更 */
    }
}

/* フェードインアニメーションのcss */
.fade-in-takaman {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition-delay: 0.2s;
}

.fade-in-takaman.show {
    opacity: 1;
    transform: translateY(0);
}

/* ↓ 遅延バリエーション（必要に応じて追加） */
.fade-in-takaman.delay-1 {
    transition-delay: 0.4s;
}

.fade-in-takaman.delay-2 {
    transition-delay: 0.6s;
}

.fade-in-takaman.delay-3 {
    transition-delay: 0.8s;
}

.fade-in-takaman.delay-4 {
    transition-delay: 1s;
}

/* お知らせパディング */
.is-style-RJE_R002LP_news_list:not(:root) .c-entries--text2 {
	padding-left: 20px;
	padding-right: 20px;
}

/* Safariの電話の色対策 */
a[href^="tel"],
a[href^="fax"] {
    color: inherit !important;
    /* 親の色を引き継ぐ */
    text-decoration: none !important;
    font-style: normal !important;
}

/* 文末を揃える */
body, p, li, div {
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 共通終わり------------------------------ */

/* トップビジュアル始まり */
.top-visual-section {
    position: relative;
}

/* トップビジュアル背景 */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 1rem;
}

.top-v-logo {
    width: 359px;
}

/* トップビジュアルきれいな未来へ繋ぐ */
.top-v-subtitle {
    font-size: clamp(48px, 4.44vw, 64px);
    line-height: 1.28;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 0.5rem;
}

.top-v-sub-text {
    font-size: clamp(18px, 2.1vw, 24px);
}

@media (max-width: 768px) {
    .top-v-logo {
        width: 245px;
        font-size: 48px;
    }

    .top-v-subtitle {
        letter-spacing: 0.1em;
        margin-top: 60px;
        margin-bottom: 3rem;
    }

    .top-v-sub-text {
        /* font-size: clamp(18px, 2vw, 24px); */
    }
}

@media (max-width: 520px) {
    .top-v-logo {
        /* width: 50px; */
    }

    .top-b-subtitle {
        /* font-size: 5vw; */
    }

    .top-b-sub-text {
        /* font-size: 4vw; */
    }
}

/* トップアバウト--------------------------- */
.top-about-bg {
    background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/top-about_3.svg');
    /* 背景画像を指定 */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #21348c;
    /* background-attachment: fixed; */
    /* 背景を固定 */
    height: 670px;
    /* 画面いっぱいに表示 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    /* position: relative; */
}

.top-about-flex {
    display: flex;
    align-items: center;
    padding-top: 200px;
}

.top-about-flex-item-left {
    margin-right: 150px;
}

.top-about-flex-item-left-sub-title-wrap {
    display: flex;
    align-items: center;
}

.top-about-flex-item-left-sub-title-logo {
    width: 25px;
    height: 13px;
}

.top-about-flex-item-left-sub-title {
    font-size: 12px;
    color: #70b42c;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: 0.05em;
    line-height: 2.4;
}

.top-about-flex-item-left-title {
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #333;
    margin-top: 10px;
	text-align: left; /* 左揃えに戻す */
  	text-justify: auto; /* 文字間調整を元に戻す */
}

.top-about-flex-item-left-title-under_line {
    display: block;
    margin-top: 15px;
}

.top-about-flex-item-right {
    color: #333;
    text-align: left;
    max-width: 565px;
}

.top-about-flex-item-right-title {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #21348c;
}

/* 一文字ずつ出てくるアニメーションのために */
.top-about-flex-item-right-title span {
    opacity: 0;
    display: inline-block;
    transform: translateY(1em);
    animation: fadeInUp 1.8s forwards;
}

/* animation: fadeInUp 1.5s forwards;数字で文字がゆっくり */

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

.top-about-flex-item-right-text {
    margin-top: 64px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

@media (max-width: 1050px) {
    .top-about-flex {
        flex-direction: column;
    }

    .top-about-flex-item-left {
        margin: 0 auto 40px;
        max-width: 565px;
        width: 100%;
        text-align: left;
    }

    .top-about-flex-item-right-text {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .top-about-flex-item-left {
        margin: 0 auto 40px;
        max-width: 300px;
        width: 100%;
        text-align: left;
    }

    .top-about-flex-item-left-title {
        font-size: 20px;
        line-height: 2.5;
        margin-top: 0px;
    }

    .top-about-flex-item-left-title-under_line {
        margin-top: 0px;
    }

    .top-about-flex-item-right {
        max-width: 300px;
    }

    .top-about-flex-item-right-title {
        font-size: 27px;
    }

    .top-about-flex-item-right-text {
        margin-top: 60px;
    }
}

@media (max-width: 520px) {

    /* トップアバウト */
    .top-about-bg {
        /* background-image: url('https://takaman-shouten.tink-hldgs.com/wp-content/uploads/2025/06/sp-top-about_3.svg'); */
        /* height: 150px; */
/*         background-image: url('https://takaman-shouten.tink-hldgs.com/wp-content/uploads/2025/06/sp-top-about_3.png'); */
		background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/sp-top-about_3.png');
        height: 700px;
    }

    .top-about-flex {
        padding-top: 0px;
    }

    .top-about-flex-item-left {
        padding-top: 200px;
    }

    .top-about-flex-item-right-text {
        font-weight: normal;
    }
}

/* トップ　トラック走行アニメーション-------------------------- */
.wrap-box {
    overflow: hidden;
}

.top-truck-section {
    position: relative;
    width: 100vw;
    height: auto;
    aspect-ratio: 2560 / 250;
    /* 背景画像の比率を保持 */
    overflow: hidden;
}

.top-truck-section-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/truck-bg.png');
    /* 地面＋木の背景画像URLに差し替えてください */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.top-truck-section-truck {
    position: absolute;
    bottom: 10%;
    /* 背景に合わせて調整（％にすると柔軟） */
    width: 11%;
    /* トラックサイズを画面幅に応じて調整 */
    max-width: 150px;
    /* 大きすぎないように上限を設定 */
    animation: truckMove 10s linear infinite;
    z-index: 2;
}

@keyframes truckMove {
    0% {
        left: 100%;
    }

    100% {
        left: -10%;
        /* トラックの幅＋少し余白（例：150px＋50px） */
    }
}

/* スマホ専用のアニメーション（%ではなく pxで明示） */
@keyframes truckMoveSp {
    0% {
        left: 100%;
    }

    100% {
        left: -40%;
        /* トラック画像の幅＋余白を考慮（適宜調整） */
    }
}

@media (max-width: 1050px) {

    /* トップ　トラック走行アニメーション */
    .top-truck-section {
        aspect-ratio: 2560 / 240;
        /* 背景画像の比率を保持 */
        margin-top: 80px;
    }
}

@media (max-width: 768px) {

    /* トップ　トラック走行アニメーション */
    .top-truck-section {
        aspect-ratio: 2560 / 240;
        /* 背景画像の比率を保持 */
        margin-top: 80px;
    }

    .top-truck-section-truck {
        position: absolute;
        bottom: 10%;
        /* 背景に合わせて調整（％にすると柔軟） */
        width: 12%;
        /* トラックサイズを画面幅に応じて調整 */
        max-width: 150px;
        /* 大きすぎないように上限を設定 */
        animation: truckMove 10s linear infinite;
        z-index: 2;
    }
}

@media (max-width: 520px) {

    /* トップ　トラック走行アニメーション */
    .top-truck-section {
        aspect-ratio: 200 / 70;
        /* 背景画像の比率を保持 */
        margin-top: 80px;
    }

    .top-truck-section-background-image {
/*         background-image: url('https://takaman-shouten.tink-hldgs.com/wp-content/uploads/2025/06/sp-truck-bg.svg'); */
		background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/sp-truck-bg.svg');
    }

    .top-truck-section-truck {
        position: absolute;
        bottom: 16%;
        /* 背景に合わせて調整（％にすると柔軟） */
        width: 150px;
        /* トラックサイズを画面幅に応じて調整 */
        max-width: 150px;
        /* 大きすぎないように上限を設定 */
        animation: truckMoveSp 5s linear infinite;
        z-index: 2;
    }

}

/* トップお知らせのタイトル----------------------- */
.top-news-title-wrap {
    margin: 120px auto 80px;
    text-align: center;
}

.top-news-sub-title {
    font-size: 12px;
    color: #70b42c;
    font-weight: 600;
    /* margin-left: 10px; */
    letter-spacing: 0.05em;
    line-height: 2.4;
	text-align: center;
}

.top-news-title {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #333;
}

/* トップの事業案内------------------------------ */
.top-service-section {
    position: relative;
    background-color: #f5f5f5;
    /* グレー背景 */
    padding: 120px 0;
    overflow: hidden;
    /* はみ出た線を隠さないように */
}

.top-service-section::before,
.top-service-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    background-color: #0b308e;
    /* 青色（必要に応じて変更） */
    z-index: 1;
}

.top-service-section::before {
    left: 0;
}

.top-service-section::after {
    right: 0;
}

.top-service-section .content {
    position: relative;
    z-index: 2;
    /* 青線より前面に表示 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    /* 内側に余白を取る */
}

/* トップ事業案内タイトル包み */
.top-service-title-wrap {}

.top-service-title-logo {
    display: block;
    margin: 0 auto;
    max-width: 28px;
    width: 100%;
}

.top-service-sub-title {
    font-size: 12px;
    text-align: center;
    color: #0b308e;
    /* line-height: 4.2; */
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 8px;
    font-family: "Helvetica", "Arial", sans-serif;
}

.top-service-title {
    font-size: 32px;
    text-align: center;
    color: #0b308e;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.top-service-title-under_line {
    display: block;
    margin: 5px auto 0;
    width: 40px;
}

/* トップ事業案内 各リンク包み */
.top-service-item-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 80px;
}

.top-service-item {
    max-width: 300px;
    width: 100%;
    height: 396px;
    background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/top-service-item-green.png');
    padding: 16px;
    text-align: center;
}

.top-service-item-2 {
    max-width: 300px;
    width: 100%;
    height: 396px;
    background-image: url('https://takaman.co.jp/wp-content/uploads/2025/06/top-service-item-blue.png');
    padding: 16px;
    text-align: center;
}

.top-service-item-number {
    display: block;
    width: 45px;
    margin: 16px auto 0;
}

.top-service-item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
}

/* 事業案内各リンクのボタン始め */
.top-service-item-btn {
    display: block;
    width: 260px;
    /* height: 60px; */
    background-color: #fff;
    border-radius: 35px;
    margin: 7px auto 0;
    /* アニメーション */
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: color 0.2s;
}

.top-service-item-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffdd00;
	border-radius: 35px;
    mix-blend-mode: normal;
    opacity: 1;
    will-change: transform;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    z-index: -1;
}

/* ホバー時に左→右に背景が流れる */
.top-service-item-btn:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}

/* ホバーが外れたときに右→左に戻る */
.top-service-item-btn::after {
    /* 通常時は transform-origin: right; で戻るように設定 */
    /* transform-origin: right center; */
}

.top-service-item-btn-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 24px;
    position: relative;
    z-index: 1;
    /* テキストなどが背景より前に来るように */
}

.top-service-item-btn p {
    font-size: 16px;
    color: #0b308e;
    line-height: 3;
    font-weight: 600;
    padding-right: 43px;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.top-service-item-btn:hover p {
    color: #0b308e;
}



.top-service-item-btn img {
    width: 30px;
    position: relative;
    z-index: 2;

}

@media (max-width: 1050px) {
    .top-service-item-wrap {
        flex-wrap: wrap;
        margin: 50px auto 80px;
        row-gap: 25px;
        /* 上縦 下横 */
        column-gap: 25px;
    }
}

@media (max-width: 768px) {
    .top-service-item-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px auto 80px;
        row-gap: 25px;
        /* 上縦 下横 */
        column-gap: 25px;
    }
}

/* トップのQ&Aのセクションタイトル初め--------------------- */
.top-accordion-section {
    margin: 120px auto !important;
}

.top-accordion-title-wrap {
    margin-bottom: 40px;
}

.top-accordion-title-logo {
    display: block;
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
}

.top-accordion-sub-title {
    font-size: 12px;
    text-align: center;
    color: #70b42c;
    /* line-height: 4.2; */
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 8px;
    font-family: "Helvetica", "Arial", sans-serif;
}

.top-accordion-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.top-accordion-title-under_line {
    display: block;
    margin: 5px auto 0;
    width: 40px;
}

/* トップのQ&Aのアコーディオン初め */
.top-accordion-container {}

.accordion-item {
    /* margin-bottom: 10px; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* アコーディオン閉まってる時のラベル */
.top-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0b308e;
    color: #fff;
    cursor: pointer;
    padding: 30px 40px;
    transition: background-color 0.3s ease;
    height: 92px;
}

.accordion-item.active .top-accordion-header {
    background-color: #f5f5f5;
    color: #333;
}

/* Q */
.top-accordion-label {
/*     font-weight: bold; */
    font-size: 24px;
    width: 18px;
    flex-shrink: 0;
    color: #70b42c;
	font-family: "Helvetica", "Arial", sans-serif;
}

/* 質問文 */
.top-accordion-text {
    flex: 1;
    margin: 0 10px 0 16px;
    font-size: 18px;
    line-height: 1;
}

/* ＋ */
.top-accordion-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background-color: #70b42c;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    /* padding-top: 7px; */
}

.icon-plus {
    padding-top: 7px;
}

.icon-minus {
    padding-top: 2px;
}


.top-accordion-content {
    display: block;
    background-color: #f5f5f5;
    color: #333;
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.6s ease;
    /* あげれば遅くなる */
    opacity: 0;
}

/* A */
.top-accordion-answer-label {
    color: #70b42c;
/*     font-weight: bold; */
    font-size: 24px;
    width: 18px;
    flex-shrink: 0;
    margin-right: 16px;
    line-height: 1;
    margin-top: 2px;
	font-family: "Helvetica", "Arial", sans-serif;
}

.accordion-item.active .top-accordion-content {
    display: block;
}

/* 開いた時の線 */
.top-qa-divider {
    width: 800px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 0px auto 20px;
}

.top-accordion-content-text-wrap {
    display: flex;
    align-items: flex-start;
}

.top-accordion-content-text {
    font-size: 18px;
    width: 800px;
}

/* ▼ 追加：アイコンの文字色・線の色変更（active時） */
.accordion-item.active .top-accordion-icon {
    background-color: #f5f5f5;
    color: #70b42c;
    border: 2px solid #70b42c;
    /* 任意で線入れるなら */
}

/* ▼ 追加：dividerの色をアクティブ時に変化 */
.accordion-item.active .top-qa-divider {
    /* background-color: #70b42c; */
}

/* ▼ アニメーション用：アクティブ時に開く */
.accordion-item.active .top-accordion-content {
    max-height: 500px;
    /* これ以上開くなら適宜調整（内容の高さに応じて） */
    padding: 0px 40px 30px;
    opacity: 1;
}

.top-accordion-answer-link {
    color: #10a4ff;
    display: inline;
	position: relative;
	text-decoration: underline;
  	text-underline-offset: 4px; 
}

.top-accordion-answer-link::after {
/*     content: ""; */
    position: absolute;
    left: 0;
    bottom: 2px;
    /* ← この値を調整して下線との余白を増減 */
    width: 100%;
    height: 1px;
    background-color: currentColor;
    /* 文字と同じ色の下線 */
}

@media (max-width: 1050px) {
    .top-qa-divider {
        max-width: 560px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .top-accordion-header {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        padding: 30px 20px;
    }

    .accordion-item.active .top-accordion-content {
        max-height: 500px;
        /* これ以上開くなら適宜調整（内容の高さに応じて） */
        padding: 0px 20px 30px;
        opacity: 1;
    }

    .top-accordion-icon {
        align-self: flex-end;
        margin-top: 10px;
    }

    .top-qa-divider {
        max-width: 350px;
    }
}

@media (max-width: 520px) {
    .top-accordion-header {
        align-items: baseline;
        padding: 30px 20px;
        height: 110px;
    }

    .top-accordion-icon {
        align-self: flex-start;
        margin-top: 0px;
    }

    .top-accordion-label {
        line-height: 1;
        padding-top: 2px;
    }

    .top-accordion-text {
        line-height: 1.5;
    }

    .top-qa-divider {
        max-width: 300px;
    }
}

/* トップバナーセクション始まり-------------------- */

.top-banner-section {}

.top-banner-wrap {}

.top-banner-wrap img {}

.top-banner {
    margin-bottom: 25px;
}

.top-banner2 {
    margin-bottom: 80px;
}

.top-banner3 {
    margin-bottom: 120px;
}

.top-banner,
.top-banner2,
.top-banner3 {
    display: block;
    margin-bottom: 30px;
    /* バナー同士の間隔調整 */
}

.top-banner img,
.top-banner2 img,
.top-banner3 img {
    display: block;
    width: 100%;
    /* 950pxにフィット */
    box-shadow: 9px 0 15px rgba(0, 0, 0, 0.2);
    /* 右に9pxふわっとシャドウ */
    border-radius: 8px;
    /* オプション：バナーの角を滑らかに */
}

/* モバイル対応 */
@media (max-width: 520px) {
    .top-banner-wrap {
        max-width: 345px;
    }
}

/* バナー専用コンテナsp-345 */
.container3 {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    position: relative;
    overflow: visible;
}

@media (max-width: 1050px) {

    /* コンテナ */
    .container3 {
        max-width: 700px;
    }
}

@media (max-width: 768px) {

    /* コンテナ */
    .container3 {
        max-width: 450px;
    }
}

@media (max-width: 520px) {

    /* コンテナ */
    .container3 {
        max-width: 345px;
    }
}

/* ここからカスタムcssにまだアップロードしてない */
/* 事業案内ページここから----------------------- */
.service-top-img {
    width: 100%;
}

/* 事業案内タイトル包み始まり */
.service-top-link-section {}

.service-title-wrap {
    margin: 120px auto 40px;
}

.service-title-logo {
    display: block;
    margin: 0 auto;
    max-width: 28px;
    width: 100%;
}

.service-sub-title {
    font-size: 12px;
    text-align: center;
    color: #70b42c;
    /* line-height: 4.2; */
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 12px;
    font-family: "Helvetica", "Arial", sans-serif;
}

.service-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 8px;
}

/* 事業案内アンカーリンク始まり */
.service-links {
    display: flex;
    /* max-width: 950px; */
    margin: 0 auto 120px;
}

.service-link {
    font-size: 18px;
    flex: 1;
    text-decoration: none;
    color: #70b42c;
    font-weight: bold;
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #70b42c;
}

.service-link:first-child {
    border-left: none;
}

.service-link .num {
    margin-right: 0px;
/*     font-family: monospace; */
	font-family: 'Noto Sans JP', sans-serif;
}

.service-link .service-link-icon {
    width: 30px;
    height: 30px;
    margin-left: 16px;
}

.scroll-target {
    scroll-margin-top: 100px;
    /* ← 固定ヘッダーの高さ分だけ調整 */
}

/* SPスタイル */
@media screen and (max-width: 1050px) {
    .service-links {
        flex-direction: column;
        width: 300px;
        border-top: 1px solid #70b42c;
        border-bottom: none;
        /* ←下線は各項目で制御 */
    }

    .service-link {
        border-left: none;
        border-top: 1px solid #70b42c;
        padding: 20px 0;
        justify-content: space-between;
        position: relative;
    }

    .service-link:first-child {
        border-top: none;
    }

    .service-link:last-child {
        border-bottom: 1px solid #70b42c;
        /* ← 03だけが下線を持つように */
    }

    .service-link .text {
        padding-left: 24px;
        font-size: 16px;
        line-height: 1.4;
    }

    .service-link .service-link-icon {
        width: 24px;
        height: 24px;
        margin-right: 24px;
    }
}

/* 事業案内アンカーリンク終わり */

/* 事業案内各セクション始まり */
.service-item-title-section {
    margin-bottom: 80px !important;
}

.service-item-title-wrap {
    display: flex;
}

.service-item-title-wrap-mt-80 {
    margin-top: 80px;
}

.service-item-title-wrap-mt-120 {
    margin-top: 120px !important;
}

.service-item-title-wrap img {
    width: 49px;
}

.service-item-title {
    font-size: 40px;
    color: #70b42c;
    margin-left: 34px;
}

@media (max-width: 768px) {
    .service-item-title-wrap {
        margin: 0 auto;
        max-width: 300px;
    }

    .service-item-title-wrap img {
        width: 30px;
    }

    .service-item-title {
        font-size: 30px;
        margin-left: 16px;
    }
}

/* 共通コンテンツ */
.service-item-contents-wrap {
    display: flex;
    align-items: center;
    /* align-content: flex-start; */
    justify-content: space-between;
    margin-top: 40px;
}

.service-item-contents-wrap p {
    color: #333;
    line-height: 2;
    max-width: 450px;
    letter-spacing: 0.04em;
}

.service-item-contents-wrap img {
    max-width: 450px;
}

/* 灰色背景 gray */
.bg-gray {
    background-color: #f5f5f5;
    padding: 75px 0 120px;
/*     margin-bottom: 120px !important; */
}

/* 3こ包み */
.service-item-01-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 要素1個 */
.service-item-01 {
    background-color: #fff;
    border-radius: 20px;
    padding: 48px 37px;
    max-width: 300px;
    max-height: 450px;
    /* height: 450px; */
}

/* 要素のタイトル */
.service-item-01-title-wrap {
    display: flex;
    align-items: baseline;
}

.service-item-01-title-wrap img {
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-2px);
}

.service-item-01-title {
    font-size: 20px;
    line-height: 1.2;
    /* letter-spacing: 0.05em; */
    color: #333;
}

.service-item-01-text {
    line-height: 1.9;
    letter-spacing: -0.05em;
    font-weight: normal;
    color: #333;
    margin-top: 30px;
}

@media (max-width: 1050px) {

    .service-item-contents-wrap p {
        max-width: 300px;
    }

    .service-item-contents-wrap img {
        max-width: 380px;
    }

    /* 3こ包み */
    .service-item-01-box {
        flex-wrap: wrap;
        row-gap: 20px;
        /* justify-content: center; */
    }
}

@media (max-width: 768px) {
    .service-item-contents-wrap {
        flex-wrap: wrap;
    }

    .service-item-contents-wrap p {
        max-width: 300px;
        margin: 0 auto;
    }

    .service-item-contents-wrap img {
        max-width: 300px;
        margin: 48px auto 0;
    }

    .service-item-01-box {
        justify-content: center;
    }
}

/* 営業エリア始まり */

.title-h4-green {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #70b42c;
    text-align: center;
}

.sales-area-section {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 48px;
    margin: 16px auto 0;
}

.sales-area-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #333;

}

.sales-area-text {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 16px;
	letter-spacing: 0.01em;
}

/* pcフローの流れ始まり */
.service-flow-section {
    margin: 120px auto 0;
}

.service-flow-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
}

@media screen and (max-width: 768px) {
    .service-flow-title {
        line-height: 1.3;
    }
}

/* === 追記：アニメーション用スタイル === */

.service-flow-outer {
    /* position: relative; */
    overflow: hidden;
    height: auto;
    /* 森さん追記 */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100vw;
}

.service-flow-wrap {
    display: flex;
    /* transform: translateX(100%); */
    /* transition: transform 0.3s ease-out; */
    /* will-change: transform; */
    flex-wrap: nowrap;
    /* 森さん追記 */
    align-items: flex-start;
    width: fit-content;
    margin: 40px 0 20px;
    will-change: transform;
}

.service-flow-wrap {
    /* margin: 40px 0 20px; */
    /* display: flex; */
    /* align-items: flex-start; */
    /* gap: 24px; */
    /* transform: translateX(100vw); */
    /* 初期状態は右側に隠れる */
    /* transition: none; */
    /* will-change: transform; */
}

.service-flow-item {
    max-width: 300px;
/*     width: 100%; */
	width: 300px;
}

.flow-img {
    width: 100%;
    height: auto;
    display: block;
}


.service-flow-item-title {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.25;
}

.service-flow-item-text-wrap {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
}

.service-flow-item-text-wrap img {
    margin: 7px 6px 0 0;
    /* width: 7px; */
}

.service-flow-item-text {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

.service-flow-item-text span {
    /* white-space: nowrap; */
    font-weight: 600;

}

.service-flow-item-text-link {
    display: inline-block;
    text-decoration: underline;
    color: #333 !important;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
    .tel-link {
        pointer-events: none;
        /* クリック無効 */
        cursor: default;
        /* 通常のカーソルにする */
        color: inherit;
        /* リンク色を通常色に戻す（任意） */
        /* text-decoration: none; */
    }
}

/* フロー流れの間の矢印 */
.service-flow-arrow {
    margin: 100px 8px 0px 12px;
    width: 10px;
}

/* pc版フロー流れアニメーションここまでで終わり-------- */

/* 768px以下携帯版フローの流れ 始まり */

.sp-service-flow-section {
    margin-top: 11px;
    margin-bottom: 48px;
}


.scrollable-hint {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
}

@media screen and (min-width: 1050px) {
    .scrollable-hint {
        display: none;
    }
}

.scroll-inner {
    display: flex;
    gap: 8px;
    min-width: 1000px;
    align-items: flex-start;
    /* 上揃え */
}

.sp-service-flow-item {
    width: 195px;
    height: auto;
}

.sp-service-flow-item-img {
    width: 195px;
    height: 140px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    /* 横方向中央 */
    align-items: center;
    /* 縦方向中央 */
    overflow: hidden;
    /* はみ出し防止（必要に応じて） */
}

.sp-service-flow-item-img-1-1 {
    width: 180px;
}

.sp-service-flow-item-img-1-2 {
    width: 190px;
}

.sp-service-flow-item-img-1-3 {
    width: 190px;
}

.sp-service-flow-item-img-1-4 {
    width: 190px;
}

.sp-service-flow-item-img-1-5 {
    width: 190px;
}

.sp-service-flow-item-img-2-4 {
    width: 110px;
}

.sp-service-flow-item-img-2-2-1 {
    width: 95px;
}

.sp-service-flow-item-img-2-2-2 {
    width: 88px;
}

.sp-service-flow-item-img-2-2-3 {
    width: 52px;
}

.sp-service-flow-item-img-2-2-4 {
    width: 65px;
}

.sp-service-flow-item-img-2-2-5 {
    width: 140px;
}

.sp-service-flow-item-img-2-2-6 {
    width: 32px;
}

.sp-service-flow-item-title {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    margin-top: 24px;
}

.sp-service-flow-item-title-left {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #333;
    text-align: left;
    margin-top: 24px;
}

.sp-service-flow-item-text-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}

.sp-service-flow-item-text-wrap img {
    width: 5px;
    margin-top: 10px;
    margin-right: 5px;
}

.sp-service-flow-item-text {
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333;
}

.sp-service-flow-arrow {
    width: 15px;
    margin: 65px 0px 0 2px;
}



/* 768px以下携帯版フローの流れ 終わり */

/* 改修工事始まり */
.kaishu-section {
    margin: 120px 0 0px;
}

.kaishu-section-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #70b42c;
    font-weight: 600;
}

.kaishu-section-text {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.05em;
    max-width: 660px;
    width: 100%;
    margin: 32px auto 32px;
    font-weight: 600;
}

@media (max-width: 520px) {
    .kaishu-section-title {
        width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .kaishu-section-text {
        width: 300px;
        margin: 32px auto 32px;
    }
}

/* 背景白のアスベスト事前調査ワラップ */
.kaishu-section-wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 48px;

}

.kaishu-section-wrap-title-wrap {
    display: flex;
    margin: 0 auto 13px;
    justify-content: center;
}

.kaishu-section-wrap-title-dot-img {
    display: inline-block;
    width: 15px;
    margin-right: 8px;
}

.kaishu-section-wrap-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 600;
}

.kaishu-section-wrap p {
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.05em;
}

/* 改修アスベスト2カラム */
.kaishu-section-wrap-img-wrap {
    display: flex;
    margin: 48px auto;
    justify-content: space-between;
}

.kaishu-section-wrap-img-item1 {
    background-color: #f5f5f5;
    width: 411px;
    height: 411px;
    border-radius: 20px;
    padding: 76px 70px 0px;
}

.kaishu-section-wrap-img-item1 img {
    width: 231.5px;
    margin: 0 auto 38px;
    display: block;
}

.kaishu-section-wrap-img-item-title {
    font-size: 18px;
    line-height: 1.7 !important;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.kaishu-section-wrap-img-item-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000;
    text-align: center;
    margin-top: 3px;
}

.kaishu-section-wrap-img-item2 {
    background-color: #f5f5f5;
    width: 411px;
    height: 411px;
    border-radius: 20px;
    padding: 88px 72px 0px;
}

.kaishu-section-wrap-img-item2 img {
    width: 180.5px;
    margin: 0 auto 38px;
    display: block;
}

.kaishu-section-wrap-img-item-title2 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 600;

}

@media (max-width: 1050px) {
    .kaishu-section-wrap-img-wrap {
        flex-direction: column;
        row-gap: 24px;
    }

    .kaishu-section-wrap-img-item1 {
        margin: 0 auto;
    }

    .kaishu-section-wrap-img-item2 {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .kaishu-section-wrap-img-item1 {
        width: 300px;
        height: 300px;
        padding: 44px 16px 0px;
    }

    .kaishu-section-wrap-img-item1 img {
        width: 192px;
        margin: 0 auto 35px;
        display: block;
    }

    .kaishu-section-wrap-img-item-title {
        line-height: 1 !important;
    }

    .kaishu-section-wrap-img-item2 {
        width: 300px;
        height: 300px;
        padding: 44px 19px 0px;
    }

    .kaishu-section-wrap-img-item2 img {
        width: 132px;
        margin: 0 auto 32px;
        display: block;
    }

    .kaishu-section-wrap-img-item-title2 {
        text-align: center;
        line-height: 1.3 !important;
    }
}

@media (max-width: 520px) {
    .kaishu-section-wrap {
        background-color: #fff;
        border-radius: 20px;
        padding: 48px 20px;
    }

    .kaishu-section-wrap-img-wrap {
        width: 300px;
    }
}

/* 改修お任せ */
.kaishu-omakase-wrap {
    margin: 32px auto 0;
}

.kaishu-omakase-wrap img {
    width: 64px;
    display: block;
    margin: 0 auto;
}

.kaishu-omakase-wrap p {
    font-size: 24px;
    line-height: 1.5;
    color: #70b42c;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 32px auto 0;
    font-weight: 600;
}

@media (max-width: 520px) {
    .kaishu-omakase-wrap p {
        font-size: 20px;
        line-height: 1.5;
        color: #70b42c;
        letter-spacing: 0.05em;
        text-align: left;
        margin: 32px auto 0;
        font-weight: 600;
        width: 300px;
    }
}

.service-item-02 {}

.service-item-02-title {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #70b42c;
    font-weight: 600;
    text-align: center;
}

.service-item-02-2column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service-item-02-2column-item {
    background-color: #fff;
    border-radius: 20px;
    max-width: 460px;
    width: 100%;
    height: 214px;
    padding: 40px 40px 0;
}

.service-item-02-2column-item-title-wrap {
    display: flex;
    justify-content: center;
}

.service-item-02-2column-item-title-wrap img {
    width: 10px;
    margin-right: 8px;
}

.service-item-02-2column-item-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 600;
}

.service-item-02-2column-text {
    width: 380px;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #333;
    margin-top: 32px;
}

@media (max-width: 1050px) {
    .service-item-02-2column {
        flex-direction: column;
        row-gap: 24px;
    }

    .service-item-02-2column-item {
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .service-item-02-2column-item {
        padding: 48px 20px;
        height: auto;
    }

    .service-item-02-2column-text {
        width: 300px;
        letter-spacing: 0.04em;
    }
}

.service-check {
    display: flex;
    margin: 40px auto;
    background-color: #ffdd00;
    border-radius: 50px;
    width: 100%;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}

.service-check img {
    width: 18px;
    margin-right: 5px;
}

.service-check-title {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #70b42c;
    font-weight: 600;
}

.service-check-text-green {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 600;
    color: #70b42c;
}

.service-check-text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #333;
    margin: 8px 0;
}

@media (max-width: 520px) {
    .service-check {
        width: 300px;
        margin: 40px auto 16px;
    }

    .service-check-text-green {
        width: 300px;
        margin: 0 auto;
    }

    .service-check-text {
        width: 300px;
        margin: 8px auto;
    }
}

/* 2-1フローサブタイトル */
.service-flow-title-sub1 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #70b42c;
    margin-top: 24px;
}

/* 03再生資源加工処理------ */
.service-item-contents-wrap-03-title-wrap {
    max-width: 450px;

}

.service-item-contents-wrap-03-title {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #70b42c;
    font-weight: 600;
}

.service-item-contents-wrap-03-sub-title {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #70b42c;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .service-item-contents-wrap-03-title-wrap {
        max-width: 450px;
        margin: 0 auto;
    }
}

/* 事業案内03取扱品目 */
.service-03-title {
    font-size: 24px;
    color: #70b42c;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
}

/* 2カラム4アイテムの包み */
.service-03-2column-4item-wrap {
    margin-top: 40px;
}

.service-03-2column {
    display: flex;
    justify-content: space-between;
}

.service-03-2column2 {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.service-03-2column-4item-1 {
    width: 460px;
    height: 420px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

.service-03-2column-4item-2 {
    width: 460px;
    height: 347px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 0 40px;
}

.service-03-sub-title-wrap {
    display: flex;
    justify-content: center;
}

.service-03-sub-title-wrap img {
    width: 10px;
    margin-right: 8px;
}

.service-03-sub-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: 600;
}

.service-03-2column-4item-1-p1 {
    width: 380px;
    color: #333;
    line-height: 1.9;
    letter-spacing: 0;
    margin: 24px 0 90px;
}

.service-03-2column-4item-1-img {
    width: 100%;
}

.service-03-2column-4item-1-p2 {
    width: 380px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 24px 0;
}

.service-03-2column-4item-1-p3 {
    width: 380px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 24px 0;
}

.service-03-2column-4item-1-p4 {
    width: 380px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 24px 0 50px;
	text-align: center;
}

.service-03-2column-4item-1-p4-sub {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: right;
}

/* 事業案内03リサイクル */
.service-03-recycling-wrap {
    margin-top: 80px;
    text-align: center;
}

.service-03-recycling-title {
    color: #70b42c;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
	text-align: center;
}

.service-03-recycling-text {
    line-height: 1.5;
    letter-spacing: 0;
    color: #333;
    margin-top: 8px;
	text-align: center;
}

@media (max-width: 1050px) {
    .service-03-2column {
        flex-direction: column;
        row-gap: 32px;
    }

    .service-03-2column2 {
        flex-direction: column;
        row-gap: 32px;
        margin-top: 32px;
    }

    .service-03-2column-4item-1 {
        width: 460px;
        height: 420px;
        padding: 40px 20px 24px;
        margin: 0 auto;
    }

    .service-03-2column-4item-2 {
        width: 460px;
        height: 347px;
        background-color: #fff;
        border-radius: 20px;
        padding: 40px 20px 24px;
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .service-03-2column-4item-1 {
        width: 345px;
        height: auto;
        padding: 40px 20px 24px;
        margin: 0 auto;
    }

    .service-03-2column-4item-2 {
        width: 345px;
        height: auto;
        background-color: #fff;
        border-radius: 20px;
        padding: 40px 20px 24px;
        margin: 0 auto;
    }

    .service-03-2column-4item-1-p1 {
        width: 300px;
        margin: 24px 0;
    }

    .service-03-2column-4item-1-p2 {
        width: 300px;
        margin: 24px 0;
    }

    .service-03-2column-4item-1-p3 {
        width: 300px;
        margin: 24px 0;
    }

    .service-03-2column-4item-1-p4 {
        width: 300px;
        margin: 24px 0;
    }

    .service-03-recycling-text {
        width: 300px;
        text-align: left;
        margin: 8px auto 0;
    }
}

/* 事業案内ここまで----------- */

/* 会社概要ページ始まり---------- */
.company-section {}

/* 会社概要テーブル */
.company-table {
    color: #333;
    width: 100%;
    margin: 80px 0 0 0;
}

.company-table tr {
    /* border: none; */
    /* border-bottom: 1px solid #e7e7e7; */
}

.company-table th,
.company-table td {
    padding: 32px 0;
    border: none;
    line-height: 1.6;
    border-bottom: 1px solid #e7e7e7;
}

.company-table th {
    width: 32%;
    text-align: left;
    padding-left: 30px;
}

.company-table td {}

.company-google-map-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.company-google-map-btn img {
    width: 160px;
    vertical-align: middle;
    padding-bottom: 5px;
}

/* sp */
@media only screen and (max-width: 768px) {

    .company-table th,
    .company-table td {
        width: 100%;
        display: block;
    }

    .company-table th {
        width: 100%;
        border-bottom: none;
        padding-bottom: 24px;
        padding-left: 0;
    }

    .company-table td {
        padding-top: 0;
    }

    .company-google-map-btn {
        display: block;
        margin-left: 0px;
        margin-top: 16px;
    }
}

/* 賞状セクション */
.shoujyou-section {
    margin: 60px auto 120px;
    max-width: 700px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 80px;
}

.shoujyou-section img {
    width: 300px;
}

@media only screen and (max-width: 768px) {
    .shoujyou-section {
        flex-direction: column;
        row-gap: 40px;
    }
}

/* 営業エリアセクション始まり */
.area-section {
    background-color: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 120px;
}

.aria-h4-title {
    font-size: 24px;
    color: #70b42c;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .aria-h4-title {
        font-size: 20px;
    }
}

/* 営業エリア産業廃棄物 */
.aria-sangyou-wrap {
    margin-top: 40px;
}

.aria-sangyou {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 48px;
    color: #333;
    margin-top: 16px;
}

.aria-sangyou-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.aria-sangyou-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    max-width: 854px;
    width: 100%;
}

.aria-haikibutu-saisei-wrap {
    margin-top: 48px;
}

.aria-1pan {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 0px;
    color: #333;
    margin-top: 16px;
}

.aria-1pan-text {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
}

@media only screen and (max-width: 520px) {
    .aria-sangyou {
        padding: 32px 22px;
    }

    .aria-1pan {
        padding: 32px 22px;
    }

    .aria-1pan-text {
        text-align: left;
    }
}

/* 加盟団体・許認可始まり */
.kamei-section {
    margin: 120px auto 0;
}

.kamei-wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 0;
    margin-top: 16px;
}

.kamei-text {
/*     max-width: 624px; */
	max-width: 632px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .kamei-wrap {
        padding: 32px 22px;
    }

    .kamei-text {
        max-width: 300px;
    }
}

/* 部分的に消す */
.yohaku-pc-none {
    display: none;
}

@media screen and (max-width: 768px) {
    .yohaku-pc-none {
        display: inline;
    }
}

/* 健康経営への取り組み初め */
.company-commitment-section {
    margin: 120px auto !important;
}

.company-commitment-sub-title-text {
    margin: 80px auto;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.company-commitment-title {
    color: #70b42c;
    font-size: 24px;
    line-height: 72px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    height: 72px;
    border-top: 1px solid #70b42c;
    border-bottom: 1px solid #70b42c;
}

.company-commitment-text {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

/* 健康経営賞状包み始まり */
.company-commitment-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 16px;
    margin-top: 48px;
}

.company-commitment-img {
    width: 300px;
}


@media screen and (max-width: 768px) {
    .company-commitment-img-wrap {
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
    }

    .company-commitment-img {
        width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 520px) {
    .company-commitment-title {
        width: 300px !important;
        margin: 0 auto;
    }
}

/* 健康経営セミナー包み始まり */
.company-commitment-img-wrap2 {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.company-commitment-img-item {
    width: 460px;
}

.company-commitment-img-item img {
    width: 100%;
}

.company-commitment-img-item p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 8px;
    color: #333;
}

@media (max-width: 1050px) {
    .company-commitment-img-wrap2 {
        flex-direction: column;
        row-gap: 32px;
        margin: 50px auto 0;
    }

    .company-commitment-img-item {
        margin: 0px auto 0;
    }
}

@media (max-width: 768px) {
    .company-commitment-img-item {
        width: 300px;
    }
}

/* SDGsの取り組み初め */
.sdgs-section {
    margin: 180px auto 120px;
}

.sdgs-wrap {
    margin-top: 80px;
}

.sdgs-title {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
}

.sdgs-title img {
    width: 15px;
    margin-right: 8px;
}

/* 2つ並び包み1つ目 */
.sdgs-item-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.sdgs-item-left1 {
    width: 50%;
}

.sdgs-item-left1 p {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
    letter-spacing: 0.05em;
    max-width: 400px;
}

.sdgs-item-right1 {
    max-width: 424px;
    margin: 0 auto;
}

.sdgs-item-right1-img1 {
    width: 386px;
    margin: 0 auto;
    display: block;
}

.sdgs-item-right1-text {
    font-size: 14px;
    color: #000;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 16px auto 24px;
    max-width: 393px;
}

.sdgs-item-right1-img2 {
    width: 424px;
}

/* sdgs2つ目 */
.sdgs-item-wrap2 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.sdgs-item-wrap2-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.sdgs-item-left2 {
    width: 50%;
}

.sdgs-item-left2 img {
    width: 316px;
}

.sdgs-item-right2 {
    width: 50%;
    color: #333;
}

.sdgs-item-right2 h6 {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.sdgs-item-right2 p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 16px;
}

/* 山銀宣言書 */
.sdgs-yamagin-section {
    margin: 120px auto 0;
}

.sdgs-yamagin-title {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.sdgs-yamagin-btn {
    display: flex;
    background-color: #70b42c;
    border-radius: 35px;
    justify-content: flex-end;
    align-items: center;
    width: 260px;
    margin: 0 auto;
    padding: 10px 8px;
    color: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 600;
}


.sdgs-yamagin-btn img {
    margin-left: 55px;
}

@media (max-width: 1050px) {
    .sdgs-item-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .sdgs-item-left1 {
        width: 100%;
    }

    .sdgs-item-left1 p {
        margin: 0 auto 80px;
        max-width: 700px;
        letter-spacing: 0.04em;
    }

    .sdgs-item-right1 {
        max-width: 700px;
        margin: 0 auto;
    }

    .sdgs-item-right1-img1 {
        width: 100%;
    }

    .sdgs-item-right1-text {
        margin: 16px 0 24px 0;
    }

    .sdgs-item-right1-img2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sdgs-title {
        letter-spacing: 0.04em;
        font-size: 19px;
    }

    .sdgs-item-wrap2 {
        flex-direction: column;
        justify-content: center;
    }

    .sdgs-item-wrap2-2 {
        flex-direction: column;
        justify-content: center;
    }

    .sdgs-item-left2 {
        width: 100%;
    }

    .sdgs-item-left2 img {
        width: 100%;
    }

    .sdgs-item-right2 {
        width: 100%;
        margin-top: 24px;
    }
}

@media (max-width: 520px) {
    .sdgs-yamagin-title {
        text-align: left !important;
        text-justify: auto !important;
        letter-spacing: 0.04em;
    }

}

/* 採用情報ページ始まり-------------------------- */

.recruitment-information-section {
    background-color: #0b308e;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 10px;
}

.recruit-about {
    width: 650px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    margin: 0 auto 80px;
    font-weight: 600;

}


@media (max-width: 1050px) {
    .recruit-about {
        width: 100%;
        line-height: 1.9;
        letter-spacing: 0.04em;
        margin: 0 auto 80px;
        font-weight: 600;

    }
}

.recruit-none-title {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    margin: 24px auto 32px;
}


/* 営業エリアアコーディオンカモフラージュセクション */
.recruit-none-accordion-section {
    margin-bottom: 120px;
}

.recruit-none-accordion {
    width: 100%;
    color: #fff;
    background-color: #70b42c;
    text-align: center;
    border-radius: 10px;
    height: 112px;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    /* 横方向中央 */
    align-items: center;
    /* 縦方向中央 */
}

.recruit-none-accordion2 {
    width: 100%;
    color: #fff;
    background-color: #70b42c;
    text-align: center;
    border-radius: 10px;
    height: 112px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    /* 横方向中央 */
    align-items: center;
    /* 縦方向中央 */
}

/* 営業エリアアコーディオンのセクションタイトル初め--------------------- */
.recruit-accordion-section {
    margin: 120px auto !important;
}

.recruit-accordion-title-wrap {
    margin-bottom: 40px;
}

.recruit-accordion-title-logo {
    display: block;
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
}

.recruit-accordion-sub-title {
    font-size: 12px;
    text-align: center;
    color: #70b42c;
    /* line-height: 4.2; */
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 8px;
    font-family: "Helvetica", "Arial", sans-serif;
}

.recruit-accordion-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.recruit-accordion-title-under_line {
    display: block;
    margin: 5px auto 0;
    width: 40px;
}

/* トップのQ&Aのアコーディオン初め */
.recruit-accordion-container {}

.accordion-item {
    /* margin-bottom: 10px; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* アコーディオン閉まってる時のラベル */
.recruit-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #70b42c;
    color: #fff;
    cursor: pointer;
    padding: 45px 45px 45px 45px;
    transition: background-color 0.3s ease;
    height: 92px;
}

.accordion-item.active .recruit-accordion-header {
    background-color: #f5f5f5;
    color: #333;
}

/* Q */
.recruit-accordion-label {
    font-weight: bold;
    font-size: 24px;
    width: 18px;
    flex-shrink: 0;
    color: #70b42c;
}

/* 質問文 */
.recruit-accordion-text {
    flex: 1;
    margin: 0 10px 0 16px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

/* ＋ */
.recruit-accordion-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background-color: #0b308e;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    /* padding-top: 7px; */
}

/* Q&Aの＋の位置 */
.icon-plus {
    padding-top: 6px;
}

/* Q&Aの-の位置 */
.icon-minus {
    padding-top: 2px;
}

@media (max-width: 768px) {
    .icon-minus {
        padding-top: 4px;
    }
}


.recruit-accordion-content {
    display: block;
    background-color: #f5f5f5;
    color: #333;
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.6s ease;
    /* あげれば遅くなる */
    opacity: 0;
}

/* A */
.recruit-accordion-answer-label {
    color: #70b42c;
    font-weight: bold;
    font-size: 24px;
    width: 18px;
    flex-shrink: 0;
    margin-right: 16px;
    line-height: 1;
    margin-top: 2px;
}

.accordion-item.active .recruit-accordion-content {
    display: block;
}

/* 開いた時の線 */
.recruit-qa-divider {
    width: 860px;
    height: 1px;
    background-color: #d9d9d9;
    margin: 30px auto;
}

.recruit-accordion-content-text-wrap {
    display: flex;
    align-items: flex-start;
}

.recruit-title-pt {
    padding-top: 120px;
}

.recruit-accordion-content-text-wrap-title {
    width: 220px;
    padding-left: 18px;
    font-weight: 600;
}

.recruit-accordion-content-text {
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.accordion-item.active .recruit-accordion-text {
    color: #0b308e;
}


/* ▼ 追加：アイコンの文字色・線の色変更（active時） */
.accordion-item.active .recruit-accordion-icon {
    background-color: #f5f5f5;
    color: #0b308e;
    border: 2px solid #0b308e;
    /* 任意で線入れるなら */
}

/* ▼ 追加：dividerの色をアクティブ時に変化 */
.accordion-item.active .recruit-qa-divider {
    /* background-color: #70b42c; */
}

/* ▼ アニメーション用：アクティブ時に開く */
.accordion-item.active .recruit-accordion-content {
    max-height: 1125px;
    /* これ以上開くなら適宜調整（内容の高さに応じて） */
    padding: 120px 45px;
    opacity: 1;
}

.recruit-accordion-answer-link {
    color: #10a4ff;
    display: inline-block;
}

@media (max-width: 1050px) {
    .recruit-qa-divider {
        max-width: 700px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .recruit-accordion-header {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        padding: 30px 20px;
    }

    .accordion-item.active .recruit-accordion-content {
        max-height: 2000px;
        /* これ以上開くなら適宜調整（内容の高さに応じて） */
        padding: 120px 50px;
        opacity: 1;
    }

    .recruit-accordion-icon {
        align-self: flex-end;
        margin-top: 10px;
    }

    .recruit-qa-divider {
        max-width: 350px;
        margin: 50px auto 50px;
    }

    .recruit-accordion-content-text-wrap {
        flex-direction: column;
    }

    .recruit-accordion-content-text-wrap-title {
        padding-left: 0px;
        margin-bottom: 24px;
    }
}

@media (max-width: 520px) {
    .recruit-accordion-header {
        align-items: baseline;
        padding: 30px 20px;
        /* height: 110px; */
    }

    .recruit-accordion-icon {
        align-self: flex-start;
        margin-top: 0px;
    }

    .recruit-accordion-label {
        line-height: 1;
        padding-top: 2px;
    }

    .accordion-item.active .recruit-accordion-content {
        padding: 120px 22px;
    }

    .recruit-accordion-text {
        line-height: 1.5;
    }

    .recruit-qa-divider {
        max-width: 300px;
        margin: 30px auto;
    }

    .recruit-accordion-content-text {
        letter-spacing: 0.04em;
    }
}

/* 採用情報 社員の声 */
.recruit-voices-section {
    background-color: #0b308e;
    padding-bottom: 120px;
}

.recruit-voices-wrap {
    background-color: #fff;
    padding: 120px 45px;
    border-radius: 10px;
}

.recruit-voice-mt {
    margin-top: 80px;
}

.recruit-voices-wrap-q-area {
    max-width: 780px;
    display: flex;
    align-items: center;
    margin: 0px auto 0;
}

.recruit-voices-wrap-q {
    /* width: 43px; */
    font-size: 24px;
    color: #70b42c;
    margin-left: 0px;
    margin-right: 16px;
	font-family: "Helvetica", "Arial", sans-serif;

}

.recruit-voices-wrap-q-text {
    line-height: 1.9;
    letter-spacing: 0.05em;
}

.recruit-voices-wrap-a-area {
    max-width: 780px;
    display: flex;
    align-items: flex-start;
    margin: 24px auto 0;
}

.recruit-voices-wrap-a {
    /* width: 64px; */
    font-size: 24px;
    color: #70b42c;
    margin-left: 0px;
    margin-right: 16px;
	font-family: "Helvetica", "Arial", sans-serif;

}

.recruit-voices-wrap-a-text {
/*     line-height: 1.5; */
	line-height: 1.9;
    margin-top: 5px;
    letter-spacing: 0.05em;
	text-align: left; /* 左揃えに戻す */
  	text-justify: auto; /* 文字間調整を元に戻す */
	max-width: 727px;
}

.recruit-voices-wrap-a-text span {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

/* 社員の声の線 */
.recruit-voice-divider {
    width: 860px;
    height: 1px;
    background-color: #70b42c;
    margin: 40px auto;
}

@media (max-width: 1050px) {
    .recruit-voice-divider {
        width: 100%;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .recruit-voices-wrap {
        padding: 120px 50px;
    }

    .recruit-voice-divider {
        max-width: 350px;
    }
}

@media (max-width: 520px) {
    .recruit-voices-wrap {
        padding: 120px 22px;
    }
}

/* 採用情報 取り組み */
.recruit-commitment-section {
    padding-top: 120px;
}

.recruit-commitment-about {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin: 80px auto;
}

@media (max-width: 520px) {
    .recruit-commitment-about {
        max-width: 300px;
    }
}

.recruit-commitment-title {
    color: #70b42c;
    font-size: 24px;
    line-height: 72px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    height: 72px;
    border-top: 1px solid #70b42c;
    border-bottom: 1px solid #70b42c;
}

@media screen and (max-width: 520px) {
    .recruit-commitment-title {
        width: 300px !important;
        margin: 0 auto;
    }
}

.recruit-commitment-text {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

/* 採用ページ健康経営賞状包み始まり */
.recruit-commitment-img-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 16px;
    margin-top: 48px;
}

.recruit-commitment-img {
    width: 300px;
}


@media screen and (max-width: 768px) {
    .recruit-commitment-img-wrap {
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
    }

    .recruit-commitment-img {
        width: 300px;
        margin: 0 auto;
    }
}

/* 採用ページ健康経営セミナー包み始まり */
.recruit-commitment-img-wrap2 {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.recruit-commitment-img-item {
    width: 460px;
}

.recruit-commitment-img-item img {
    width: 100%;
}

.recruit-commitment-img-item p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 8px;
    color: #333;
}

@media (max-width: 1050px) {
    .recruit-commitment-img-wrap2 {
        flex-direction: column;
        row-gap: 32px;
        margin: 50px auto 0;
    }

    .recruit-commitment-img-item {
        margin: 0px auto 0;
    }
}

@media (max-width: 768px) {
    .recruit-commitment-img-item {
        width: 300px;
    }
}

/* やまがた健康企業宣言はじめ */
.recruit-kenkou-wrap {
    margin: 120px auto;
}

/* 灰色背景 */
.recruit-kenkou-gray-wrap {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 32px 0px;
    margin: 50px auto 80px;
}

.recruit-kenkou-gray-text {
    max-width: 680px;
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin: 0 auto;
    color: #333;
}

@media (max-width: 1050px) {
    .recruit-kenkou-gray-wrap {
        padding: 32px 32px;
    }
}

@media screen and (max-width: 768px) {
    .recruit-kenkou-gray-wrap {
        padding: 32px 21px;
    }
}

/* 採用ページ健康企業宣言img */
.recruit-kenkou-img-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    column-gap: 16px;
}

.recruit-kenkou-img-item1 {
    width: 313px;
    /* display: inline-block; */
}

.recruit-kenkou-img-item2 {
    width: 285px;
    /* display: inline-block; */
}

@media screen and (max-width: 768px) {
    .recruit-kenkou-img-wrap {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        row-gap: 16px;
    }
}

/* 採用情報エントリーセクション */
.recruit-entry-section {
    background-color: #0b308e;
    padding-top: 120px;
    padding-bottom: 120px;
}

.recruit-entry-title {
    font-size: 40px;
    color: #70b42c;
    letter-spacing: 0.05em;
    text-align: center;
}

.recruit-entry-btn-wrap {
    background-color: #fff;
    margin: 40px auto 0;
    width: 650px;
    border-radius: 35px;
    z-index: -2;
}

.recruit-entry-btn {
    /* background-color:rgba(0, 0, 0, 0.4); */
    /* opacity: 0.4; */
    border-radius: 35px;
    display: flex;
    padding: 20px 0;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.recruit-entry-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top: 0; right: 0; bottom: 0; left: 0; の省略形 */
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: none;
}

.recruit-entry-btn-text {
    font-size: 20px;
    color: #0b308e;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-right: 95px;
}

.recruit-entry-btn-img {
    margin-right: 32px;
    position: relative;
    z-index: 1;
}

.recruit-entry-btn-text,
.recruit-entry-btn-img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .recruit-entry-section {
        background-color: #0b308e;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .recruit-entry-btn-wrap {
        width: 300px;
    }

    .recruit-entry-btn {
        padding: 15px 0;
    }

    .recruit-entry-btn-text {
        margin-right: 15px;
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
    }

    .recruit-entry-btn-img {
        margin-right: 24px;
    }
}