/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.3.6. Please refer to the <a target="_blank" href="https://picostrap.com/documentation/">documentation</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      4.0.0
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*

Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

To recompile the SASS bundle, click the "RECOMPILE SASS" link on top.

To edit the  SCSS pipeline, view and edit the file: sass/main.scss

*/



@font-face {
font-family: '07ltg';
src: url('fonts/07LogoTypeGothic.eot');
src: url('fonts/07LogoTypeGothic.eotiefix') format('eot'),
url('fonts/07LogoTypeGothic.woff')  format('woff'),
url('fonts/07LogoTypeGothic.woff2')  format('woff2'),
url('fonts/07LogoTypeGothic.ttf')  format('truetype'),
url('fonts/07LogoTypeGothic.svg#svgFontName')  format('svg');
}


/* 基本設定 */
:root {
    --main-color: #127547;
    --bg-lightgray: #f0f2f5;
    --text-color: #333;
    --wp--preset--color--lime: #91cfcf;
    --font-base: 'Noto Sans JP', sans-serif;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    --ltr-space-default: .1em;
    --line-height-default: 2;
    --line-height-hdr: 1.4;
    --line-height-none: 1;
    --fz-primary: 1.125rem;
    --fz-half: .5rem;
    margin: 0;
    font-family: var(--font-base);
    color: var(--text-color);
    line-height: 1.8;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    line-height: 2;
    letter-spacing: 0.15px;
    font-size: 1.75rem;
}

h5 {
    font-size: 1.8rem;
}

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

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

div {
    font-size: 1.8rem;
    line-height: 1.7;
}
dd {
    font-size: 1.7rem;
}
dt {
    font-size: 1.7rem;
}
li {
    font-size: 1.7rem;
}

strong {
    font-weight: 600;
    color: #044d46;
    font-size: 100%;
}

.color-lime {
    color: #91cfcf;
}
.bg-lightgray {
    background-color: var(--bg-lightgray);
}


.br768, .br679 {
    display: block;
}

@media only screen and (max-width:768px){
p {
    font-size: 1.5rem;
    line-height: 1.8;
}
li {
    font-size: 1.5rem;
}
.br768, .br679 {
    display: none;
}
}
.container {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
@media only screen and (max-width:1680px){
.container {
    max-width: 95%;
}
.no-thumbnail .container {
    max-width: 100%;
    padding: 1rem !important;
}
}
@media only screen and (max-width:1280px){
.container {
    max-width: 1280px;
}
}
.section-padding {
    padding: 60px 0 60px;
}

/*======================================================================
||
||    COMMON
||
======================================================================*/

.index008 {
    font-family: var(--sv-serif);
    font-size: clamp(17px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: .06em;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}
.p008 {
    line-height: 2.4;
    letter-spacing: 0.15px;
    font-size: clamp(15px, 2.3vw, 19px);
    font-weight: 500;
    font-family: var(--sv-serif);
    text-align: center;
    color: #000;
}

html {
    font-size: 62.5%;
}

.c-link {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    margin: 0 0 20px;
    padding: 0 20px;
    color: #26959a;
    align-items: center;
    justify-content: end;
}
.c-link:after {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 10px;
    content: "";
    background: url(img/arrow_green.svg);
    background-size: cover;
}
.dl01 {
    width: 100%;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    border-bottom: 2px dotted #b5b5b5;
    display: inline-block;
}


.dl01 .dd-price {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    color: #009688;
}

    
.dl01 dt {
    float: left;
    width: 140px;
    padding: 5px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 500;
}
.dl01 dd {
    max-width: calc(100% - 160px);
    width: 100%;
    float: left;
    line-height: 1.5;
    padding: 5px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    text-align: left;
    color: #009488;
}

.dl01 dd span {
    font-size: 80%;
}

.dl01 dt:first-child{
     border-top:none;
}

.dl01 dt:first-child + .dl01 dd {
     border-top:none;
}

.dl01 dd div {
    border: 2px solid #009588;
    padding: 0 15px;
    border-radius: 23px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #009588;
    float: left;
    margin: 0 5px 5px 0;
}

.borderradius8px {
    border-radius: 8px;
}
.borderradius30px{
    border-radius: 30px;
}
.a_inderline01 {
    color: #009688;
    text-decoration: underline;
    font-weight: 600;
}

.arrow_r {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow_r:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #5d5d5d;
    border-right: solid 2px #5b5b5b;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}



.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_s_b:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #1da39a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
}




.boxflex {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.boxshadow01 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
}

.boxshadow02 {
    box-shadow: 0 3px 5px rgb(0 0 0 / 11%);
}

.border5f7f7f7 {
    border: 5px solid #f7f7f7;
}

.sv_effect {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}

.padding10px {
    padding: 10px;
}
.padding15px {
    padding: 15px;
}
.padding20px {
    padding: 10px 20px;
}
.margin0px {
    margin: 0px;
}
.floatleft {
    float: left;
}

.paddingbottom70 {
   padding-bottom: 70px
}

.border-radius10 {
    border-radius: 10% !important;
}
.border-radius5{
    border-radius: 5% !important;
}
.border-radius50 {
    border-radius: 50% !important;
}

.border-radius10px {
    border-radius: 10px !important;
}
@media only screen and (max-width:768px){
.border-radius10px {
    border-radius: 8px !important;
}
}
@media only screen and (max-width:680px){
.border-radius10px {
    border-radius: 5px !important;
}
}

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

.text-align-left {
    text-align: left !important;
}

.roma {
    font-family: Comfortaa;
}



.width90per {
    width: 90%;
    margin: 0 auto;
}


/*===リボン==*/

.ribbon21-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 300px;
  background: #f1f1f1;
  }
.ribbon21 {
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 17px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: white;
    background: #ff7470;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}
.ribbon21:before {
  position: absolute;
  content: '';
  top: -8px;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #ff7470;
  border-radius: 5px 0 0 5px;
}
.ribbon21:after {
  position: absolute;
  content: '';
  top: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #b25552;
  border-radius: 5px 0 0 5px;
}

.fuchidori01 {
    color: #000;
    text-shadow: 4px 4px 0 #FFF, -4px -4px 0 #FFF, -4px 4px 0 #FFF, 4px -4px 0 #FFF, 0px 4px 0 #FFF, 0 -1px 0 #FFF, -4px 0 0 #FFF, 4px 0 0 #FFF;
}



/*======================================================================
||
||    COMMON TOP PAGE
||
======================================================================*/
.p-introduction05 {
    display: none;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    width: calc(100% - 30px);
    margin: 0px auto 14px;
}
.p-introduction06 {
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    width: calc(100% - 30px);
    margin: 0px auto 14px;
}

/*======================================================================
||
||    COMMON ANIME
||
======================================================================*/


.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* Lightboxの全体的なスタイル */
/* --- 1. 基本設定 --- */

.gallery-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    padding: 15px;
}


/* 画像のラッパー（リボンを表示するために必要） */
.img-wrapper {
    width: calc(25% - 12px);
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background: #fff;
    cursor: pointer;
}
.img-wrapper:hover { transform: translateY(-5px); }

.img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* --- 2. CLICKリボン --- */
.click-ribbon::before {
    content: "CLICK";
    position: absolute;
    top: -11px;
    left: -40px;
    transform: rotate(-45deg);
    width: 100px;
    padding: 24px 0 5px 0;
    background-color: #ff9900;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    pointer-events: none;
}

        /* --- 3. ライトボックス本体 --- */
        #lightbox {
            position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%;
            background-color: rgba(0, 0, 0, 0.9); 
            cursor: pointer; /* 背景もクリックできることを示す */
            
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            opacity: 0; visibility: hidden; pointer-events: none;
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }
        #lightbox.active {
            opacity: 1; visibility: visible; pointer-events: auto;
        }

        /* --- 4. 閉じるボタン --- */
        .close-btn {
            position: absolute; top: 20px; right: 30px;
            color: #fff; font-size: 50px; line-height: 1; font-weight: 100;
            cursor: pointer; z-index: 10000; opacity: 0.8;
        }
        .close-btn:hover { opacity: 1; }

        /* --- 5. ローディング --- */
        .loader {
            border: 4px solid rgba(255, 255, 255, 0.3); border-radius: 50%;
            border-top: 4px solid #fff; width: 40px; height: 40px;
            animation: spin 1s linear infinite; position: absolute;
            display: none;
        }
        #lightbox.loading .loader { display: block; }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

        /* --- 6. 画像とALTテキスト --- */
        #lightbox-img, #lightbox-caption {
            opacity: 0; transform: translateY(20px);
            transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        }
        
        #lightbox-img.loaded, #lightbox-caption.loaded {
            opacity: 1; transform: translateY(0);
        }
#lightbox-img {
    max-width: max-content;
    max-height: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    cursor: pointer;
}

#lightbox-caption {
    color: #fff; margin-top: 15px; font-size: 16px;
    text-align: center; max-width: 80%; line-height: 1.5;
    transition-delay: 0.1s;
    cursor: pointer; /* テキストをクリックしても閉じるように見せる */
}

body.no-scroll { overflow: hidden; }

@media only screen and (max-width:768px){
.gallery-container {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    padding: 15px;
    flex-wrap: wrap;
}
    .img-wrapper {
        width: calc(50% - 5px);
        border-radius: 5px;
    }

}

/* メインコンテンツ */
.hero {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('hero-image.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero .container {
    position: relative;
    z-index: 5;
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}


.hero-visual .splide__arrow {
    background: unset !important;
}
.hero .section-ec .splide__slide img {
    border-radius: 20px;
    width: 100%;
}

.hero .section-ec {
    padding: 0 15px 20px;
}



.hero-visual .splide__arrow--prev {
    left: 0em !important;
}
.hero-visual .splide__arrow--next {
    right: 0em !important;
}
.hero-visual .splide__arrow {
    height: 3em !important;
    width: 3em !important;
}
.hero-visual .splide__arrow svg {
    fill: #5150504f;
    height: 2.2em !important;
    width: 2.2em !important;
}

.hero-text {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    padding-top: 200px;
}

.splide__pagination {
    bottom: 30px !important;
}


.section-title {
    text-align: center;
    font-size: clamp(30px, 8vw, 82px);
    letter-spacing: 6px;
    line-height: 1.5;
    color: var(--main-color);
    font-weight: 300;
    position: relative;
    padding: 0px 0 0 0vw;
}


.title-circle::before {
    content: '';
    position: absolute;
    display: block;
    width: clamp(130px, 12vw, 190px);
    height: clamp(130px, 12vw, 190px);
    background-color: rgba(77, 181, 166, 0.1);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%);
    z-index: -1;
}

.section-title span {
    display: block;
    padding: 0px 0 0 0.5vw;
    font-size: clamp(25px, 2vw, 35px);
    line-height: 0.3;
    margin-bottom: 0px;
    font-weight: 300;
}


@media only screen and (max-width:1380px){
.logo-sticky svg {
    padding: 12px 0 0 0;
    max-width: 280px;
}
.nav-wrapper {
    gap: 12px;
}
.nav ul {
    gap: 15px;
}
.nav-buttons {
    gap: 5px;
}
}
@media only screen and (max-width:1280px){
.logo-sticky svg {
    padding: 15px 0 0 0;
    max-width: 270px;
}
.nav ul {
    gap: 8px;
}
.nav-wrapper {
    gap: 5px;
}
.nav {
    padding-right: 10px;
}

.header:not(.is-scrolled) .nav a, .header.is-scrolled .nav a {
   font-size: 1.5rem;
}
.hero .container {
    max-width: 99%;
}
.nav-buttons {
    gap: 5px;
}
}

@media only screen and (max-width:1080px){
.logo-sticky svg {
    padding: 15px 0 0 0;
    max-width: 211px;
}
.nav-buttons {
        gap: 5px;
    }
.nav ul {
    gap: 10px;
}
}



@media only screen and (max-width:979px){
.nav-wrapper {
    gap: 0px;
}
.nav ul {
    gap: 10px;
}
.nav {
    padding-right: 6px;
}
.header:not(.is-scrolled) .nav a, .header.is-scrolled .nav a {
    font-size: 1.3rem;
}
}
@media only screen and (max-width:899px){
.nav {
        display: none;
    }
.header .is-scrolled .nav-buttons .seikyuu, .header .is-scrolled .nav-buttons .contact {
    background-color: unset;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    width: 70px;
    text-align: center;
    margin: 0 auto;
}
}
@media only screen and (max-width:768px){
.hero .section-ec .splide__slide img {
    border-radius: 10px;
    width: 100%;
}
    .section-title {
        font-size: 3.5rem;
        letter-spacing: 6px;
        line-height: 1.5;
        color: var(--main-color);
        font-weight: 300;
        padding: 0px 0 0 8px;
    }
	.title-circle::before {
		transform: translate(-22%, -50%);
	}
	.section-title span {
		padding: 0 0 0 5px;
		font-size: 1.5rem;
		letter-spacing: 2px;
	}
}

@media only screen and (max-width:599px){
.nav-buttons {
    gap: 2px;
   
}
.is-scrolled .nav-btn {
    width: 36px;
}
.logo-sticky svg {
    padding: 20px 0 0 0;
    max-width: 170px;
}
.section-title {
    font-size: 2.5rem;
}
.is-scrolled .seikyuu svg {
    width: 24px;
}
.is-scrolled .contact svg {
    width: 25px;
}
}






/* 目的別ナビゲート */

.easy-navi {
    padding: 60px 0;
    margin: 0 auto;
}

.navi-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.easy-navi .index005{
    width: calc(100% - 30px);
    margin: 0 auto 16px;
}

.en-text {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4FB3B8;
    background: linear-gradient(transparent 60%, #FDE2E4 60%);
    padding: 0 4px;
}

.navi-grid {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}

/* EASY NAVI 動画 */
.navi-video {
    flex: 0 0 520px;
    max-width: 520px;
    width: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}
.navi-video-ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
@supports not (aspect-ratio: 16 / 9) {
    .navi-video-ratio::before { content: ""; display: block; padding-top: 56.25%; }
}
.navi-video-ratio > iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ボタンの基本デザイン */
.navi-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #707070;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

/* ★SVGアイコンのスタイル調整 */
.icon-arrow {
    width: 8px;          /* 画像に合わせた細めの幅 */
    height: auto;
    margin-right: 12px; /* 文字との間隔 */
    transition: transform 0.3s ease; /* アニメーション用 */
    /* SVG内のstrokeの色を、親要素（.navi-item）のcolorと連動させる */
    color: inherit; 
}

/* ホバーエフェクト（優しい印象） */
.navi-item:hover {
    background-color: #f8fcfc; /* 薄い青緑 */
    border-color: #4FB3B8;     /* アクセントカラー */
    color: #4FB3B8;            /* 文字とSVGの色が変わる */
    top: -2px;
    box-shadow: 0 4px 10px rgba(79, 179, 184, 0.15);
}

/* ホバー時にSVGだけ右に動かす */
.navi-item:hover .icon-arrow {
    transform: translateX(5px);
}

/* 矢印が右に動く演出は維持（直感的な操作感のため） */
.navi-item:hover::before {
    transform: translateX(5px);
}

@media (max-width: 1300px) {
.navi-video {
    flex: 0 0 450px;
}
.icon-arrow {
    width: 10px;
}
}
@media (max-width: 1200px) {
    .easy-navi .index005{ margin-bottom: 14px; }
    .navi-item {
        padding: 10px 10px;
        font-size: 16px;
    }
    .navi-video {
        flex: 0 0 400px;
    }
}
@media (max-width: 1100px) {
.navi-video {
    flex: 0 0 340px;
}
.icon-arrow {
    width: 8px;
    height: auto;
    margin-right: 6px;
}
.navi-item {
    padding: 8px 8px;
    font-size: 15px;
}
}

/* EASY NAVI: stack earlier to avoid cramped buttons */
@media (max-width: 979px) {
    .navi-container { flex-direction: column; gap: 25px; }
    .navi-video { flex-basis: auto; max-width: 100%; }
    .navi-grid {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}
@media (max-width: 940px) {
    .easy-navi .index005{ margin-bottom: 12px; }
}
@media (max-width: 850px) {
    .navi-container { flex-direction: column; gap: 25px; }
    .navi-video { flex-basis: auto; max-width: 100%; }
    .navi-item { padding: 10px 10px; font-size: 15px; }
    .navi-item::before { margin-right: 6px; }
}
@media (max-width: 679px) {
.navi-grid { grid-template-columns: 1fr; width: 100%; }
}
/* VOICE (home.php): align to heading; arrows absolutely outside */
.voice-slider{
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.voice-slider .splide__track{
    overflow: hidden;
}
#splide-voice .splide__arrow{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
#splide-voice .splide__arrow--prev{
    left: -25px !important;
}
#splide-voice .splide__arrow--next{
    right: -25px !important;
}


@media (max-width: 360px) {
.easy-navi {
    padding: 45px 10px;
}
.navi-item {
    padding: 10px 10px;
    font-size: 14px;
}
}

/* ================================================================
   TOP PAGE (home.php) – Utilities / BUSINESS
================================================================ */

/* Utilities used in home.php (no inline styles) */
.u-mt-60 { margin-top: 60px; }
.u-pt-60 { padding-top: 60px; }

/* BUSINESS cards (image top + text bottom) */
.business-products { padding: 60px 0; }
.business-products__lead {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
    padding-left: 15px;
}
.business-products__grid {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.business-products__item {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform .18s ease, box-shadow .18s ease;
    position: relative;
}
.business-products__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.business-products__media {
    display: block;
    width: 100%;
    position: relative;
    background: #1B3829;
    aspect-ratio: 16 / 10;
}
@supports not (aspect-ratio: 16 / 10) {
    .business-products__media::before { content: ""; display: block; padding-top: 62.5%; }
}
.business-products__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.95) contrast(1.05);
}
.business-products__body {
    display: block;
    padding: 16px 16px 18px;
    color: #111;
    background: #fff;
}
.business-products__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.25;
}
.business-products__title::before {
    content: "▶";
    display: inline-block;
    margin-right: 2px;
    font-size: 1.1rem;
    transform: translateY(-1px);
}
.business-products__desc {
    display: block;
    margin-top: 10px;
    font-size: 1.35rem;
    line-height: 1.7;
    color: #222;
}
@media only screen and (max-width: 1200px) {
    .business-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media only screen and (max-width: 900px) {
    .business-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media only screen and (max-width: 520px) {
    .business-products__grid { grid-template-columns: 1fr; gap: 14px; }
    .business-products__title { font-size: 1.55rem; }
    .business-products__desc { font-size: 1.25rem; margin-top: 8px; }
}

.section-title2 {
 text-align: center;
    padding: 0px;
    font-size: clamp(25px, 16vw, 60px);
    letter-spacing: 8px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 4.8rem;
    font-family: "Barlow", sans-serif;
    color: #0c0c0c;
}
.section-title2 span {
    line-height: 1.5;
    font-weight: 400;
    font-size: 40%;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
}

.section-title10 {
    text-align: left;
    font-size: clamp(30px, 5.6vw, 85px);
    letter-spacing: 3px;
    line-height: 1.5;
    color: var(--main-color);
    font-weight: 600;
    position: relative;
    padding: 0 0 0 0;
}
.section-title10 span {
    font-size: 2.5rem;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    padding: 0 0 0 5px;
}

.section-title05 {
    text-align: center;
    font-size: clamp(20px, 4.5vw, 4.6rem);
    letter-spacing: 0;
    line-height: 1.5;
    color: #1e7b7f;
    font-weight: 300;
    position: relative;
    padding: 0px 0px 10px 15px;
}
.title-circle05::before {
    content: '';
    position: absolute;
    display: block;
    width: clamp(130px, 12vw, 140px);
    height: clamp(130px, 12vw, 140px);
    background-color: rgba(77, 181, 166, 0.1);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%);
    z-index: -1;
}
.section-title05 span {
    display: block;
    padding: 0px 0 0 0.2vw;
    font-size: clamp(15px, 2vw, 20px);
    line-height: 0.8;
    margin-bottom: 0px;
    font-weight: 300;
}


@media only screen and (max-width:768px){
.section-title05 {
    font-size: clamp(25px, 3vw, 40px);
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
}
}

/* イントロダクション (Intro) */
.intro {
    background-color: var(--main-color);
    color: #fff;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

.intro-section .reverse{
    grid-template-columns: 4fr 5fr;
}

.intro-grid:last-child {
    margin-bottom: 0;
}

.intro-grid.reverse > .intro-text {
    order: 2;
}

.intro-section h2 {
    font-size: clamp(28px, 3.5vw, 82px);
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: right;
}
.intro-section p {
    font-size: clamp(13px, 1.6vw, 35px);
    line-height: 2.5;
    font-weight: 400;
    text-align: right;
}
.intro-images-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.intro-images-1 img:first-child {
    grid-column: 1 / 3;
}
.intro-images-1 img {
    padding: 10px;
}
.intro-images-2 {
    display: grid;
    gap: 15px;
    width: 100%;
    padding: 10px;
}
.intro-images-2 img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.intro-images-2 img:nth-child(4) {
    grid-column: 2 / 4;
}

@media only screen and (max-width:1080px){
.intro-section h2 {
    font-size: clamp(28px, 4.5vw, 82px);
    text-align: right;
}
}
@media only screen and (max-width:768px){
.intro-grid {
    display: inline-block;
    margin-bottom: 0px;
}
.intro-grid .intro-text, .intro-grid .intro-images-1 {
    display: block;
    width: 100%;
    padding: 5px;
}
.intro-images-1 img {
    width: 100%;
    padding: 8px;
}
.intro-section h2 {
    font-size: clamp(28px, 6vw, 55px);
    line-height: 1.6;
    text-align: left;
    padding: 7px;
}
.intro-section p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    padding: 7px;
}
}
@media only screen and (max-width:480px){
.intro-section p {
    font-size: 1.6rem;
    padding: 5px;
}
}

@media only screen and (max-width:380px){
.section-title10 {
    font-size: clamp(25px, 5.6vw, 90px);
}
.section-title10 span {
    font-size: 1.7rem;
    text-align: center;
}
}
/* お悩み解決 (Solve) */

.solve-title {
}


.solve-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.solve-left {
    flex: 6;
}

.solve-right {
    flex: 4;
    padding-top: 20px;
}

.problems-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: flex-start;
}

.problem-btn, .problem-placeholder {
    border: 0px solid var(--main-color);
    border-radius: 37px;
    padding: 5px 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #5b5b5b;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 2px 3px 3px rgb(229 229 229 / 60%);
}

.illustration-area {
    position: relative;
    text-align: center;
}
.illustration-area img {
    max-width: 656px;
    width: 100%;
    height: auto;
    vertical-align: middle;
}


@media only screen and (max-width:1380px){
.problems-list {
    gap: 10px
}
.problem-btn, .problem-placeholder {
    padding: 4px 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
}
}

@media only screen and (max-width:979px){
.solve-right {
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
    flex: unset;
}
.solve-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    padding: 0 10px;
    flex-direction: column;
}
.illustration-area img {
    max-width: 610px;
    height: auto;
    vertical-align: middle;
}
}

@media only screen and (max-width:768px){
.problem-btn, .problem-placeholder {
    font-size: 1.3rem;
}
}
.problem-btn {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
}
.problem-btn::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-top: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    transform: rotate(45deg);
    transition: border-color 0.3s;
}

.problem-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.problem-btn:hover::before {
    border-color: #fff #fff transparent transparent;
}

.problem-placeholder {
    background-color: transparent;
}

.cta-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.cta-btn {
    display: inline-block;
    padding: 10px 5px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    width: 240px;
    margin: 0px 2px;
}

.cta-btn.main {
    background-color: var(--main-color);
    color: #fff;
}

.cta-btn.main:hover {
    background-color: #fff;
    color: var(--main-color);
}

.cta-btn:not(.main) {
    background-color: #fff;
    color: var(--main-color);
}

.cta-btn:not(.main):hover {
    background-color: var(--main-color);
    color: #fff;
}


@media only screen and (max-width:540px){
.cta-buttons {
    gap: 10px
}
.cta-btn {
    padding: 5px 10px;
    width: 210px;
    margin: 0 auto;
}
}



.page .cta-buttons {
    gap: 10px;
    padding: 10px;
}

.page .cta-buttons2 {
    width: 100%;
    padding: 40px 10px;
}
.page .cta-btn {
    display: inline-block;
    width: 240px;
    padding: 7px 40px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}


.page .cta-btn2 {
    display: inline-block;
    width: 300px;
    padding: 9px 0px;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 1.5rem;
}

/* サービス (Service) */

.service-section {
    background: #f5f5f5;
}

.service-section .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 15px;
    padding: 30px 0 50px;
}

.service-item {
    background-color: #ffffff;
    color: #797979;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    overflow: hidden;
    box-shadow: 4px 5px 5px rgb(215 211 211 / 60%);
}
.service-item img{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.service-item h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #5d5f5f;
    text-align: left;
    padding: 5px 2px 0;
    margin: 0;
}
.service-item p {
    padding: 10px 2px 5px;
    min-height: 140px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
    text-align: left;
    color: #4f5457;
}

@media only screen and (max-width:1300px){
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}
}


@media only screen and (max-width:768px){
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 5px;
}
.service-grid h2 {
    font-size: 1.8rem;
    margin: 0;
    padding: 10px 0 0;
}
.service-item p {
    min-height: 160px;
}
.illustration-area img {
    max-width: 570px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.cta-buttons2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
}

@media only screen and (max-width:679px){
    .service-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }
    .service-grid h2 {
        font-size: 1.9rem;
        font-weight: 500;
        letter-spacing: 1px;
    }
.service-item p {
    margin: 0;
    padding: 5px 2px 0 4px;
    font-size: 1.6rem;
    line-height: 1.7;
    min-height: 150px;
}
.service-item {
    padding: 8px;
}
.service-item:has(.bt-type01) p.service-desc {
    font-size: 1.5rem;
    padding: 0;
}
}

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

.service-grid {
    display: block;
}
.service-item {
    width: 100%;
}
.service-item {
    width: 100%;
    margin: 0 0 20px;
}
.service-grid h2 {
    font-size: 1.9rem;
    margin: 0;
    padding: 10px 0 0;
}
.service-item p {
    min-height: auto;
    padding: 10px 0 10px;
}
}



/* ------------------------------ */
/*                                */
/* TOP 霊園・墓地の紹介 (Service) */
/*                                */
/* ------------------------------ */

.section-box-top-cometery {
    padding: 0px 0 2px;
    background: #1a697a;
}

.box-feature-txt {
    padding: 15px;
    min-height: clamp(300px, 730px, 760px);
}


.box-feature-txt h4 .hl {
    font-size: inherit;
}

.section-box-top-cometery h4 {
    font-weight: 500;
    font-size: clamp(2rem, 4.3vw, 5.5rem);
    padding: 0;
    margin: 4vw 0 0;
    line-height: 1.4;
    color: #4c4c4c;
    font-family: var(--sv-serif);
}
.section-box-top-cometery h4 span {
}

.section-box-top-cometery h5 {
    font-size: clamp(1.7rem, 2.5vw, 3.8rem);
    padding: 0;
    margin: 25px 0;
    font-weight: 400;
}

.section-box-top-cometery .inbox01 {
    padding: 60px 0 30px;
    margin: 0 0 3px;
    position: relative;
    overflow: hidden;
}

.section-box-top-cometery .inbox01::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(35 35 35 / 20%);
    pointer-events: none;
    z-index: 1;
}
.section-box-top-cometery .inbox01 > .container {
    position: relative;
    z-index: 2;
}

/* 背景スライドショー（3枚フェード切替）
   ・切替間隔は home.php の data-interval（ms）、フェード時間は data-fade（ms）で調整 */
.cometery-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.cometery-slide {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1600ms ease-in-out;
}
.cometery-slide.is-active {
    opacity: 1;
}


/* ご挨拶 (Greeting) */

.greeting-section {
    padding: 80px 0 0;
}
.greeting-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
}

.greeting-text {
    flex: 2;
    padding: 5px;
}

.greeting-image {
    flex: 1;
    padding: 0;
}
.greeting-image img {
    width: 100%;
}
.greeting-name {
    text-align: right;
    font-weight: bold;
    margin-top: 30px;
}

.greeting p {
    font-weight: 400;
    color: #005149;
}
@media only screen and (max-width:1280px){
.greeting-text {
    margin: -80px 0 0 0;
}
}

@media only screen and (max-width:980px){
.greeting-text {
    margin: 0;
}
.greeting-image {
    flex: 1;
    padding: 200px 0 0 0;
}
}

@media only screen and (max-width:768px){
.section-padding {
        padding: 30px 0 30px;
    }
.greeting-flex {
    flex-direction: column;
    padding: 10px 10px 0 10px;
}
.greeting-image {
    padding: 0;
}
}




/*======================================================================
||
||    FOOTER
||
======================================================================*/

.site-footer {
    background: #1D3D2C;
}

.footer-main {
    max-width: calc(1200px + 2rem);
    margin: 0 auto;
    padding-top: 4em;
    padding-bottom: 1em;
    overflow: hidden;
    background: url(img/stripe03.png);
    background-attachment: fixed;
}
.footer-main .icon-logo-head:before {
    content: "\e900";
    font-weight: normal;
    color: #ffffff;
    font-size: 5.5rem;
    padding: 0;
}

.footer-main .container {
    max-width: calc(1260px + 2rem);
    background: unset !important;
}

.footer-main .copyright {
    color: #fff;
    font-size: 1.6rem;
}



.footer .footer-link-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}
#footer-info-box {
    width: 35%;
    float: left;
    padding: 15px;
}
#footer-link-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    float: right;
}
#footer-info {
    font-size: 14px;
    line-height: 1.3;
    list-style: none;
}
#footer-link-box dl {
    margin-bottom: 30px;
}

#footer-link-box dl {
    margin-bottom: 30px;
    margin-top: 0;
}
#footer-link-box dt {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 500;
}
.footer-link-box dd {
    margin-inline-start: 10px;
    line-height: 2.1;
    letter-spacing: 0;
}

#footer-link-box a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.has-mobile-footer .site-footer {
    padding-bottom: 4em;
    padding: 0;
}

.footer-main .map-google {
    padding: 20px;
    display: block;
    height: auto;
}

.breadcrumbs__list {
    margin: 0;
    padding: 1.9rem 0;
}
.breadcrumbs__item {
    display: inline;
    margin-left: .5em;
    font-size: 1.5rem;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}
.breadcrumbs__item:before {
    margin-right: .25em;
    content: ">";
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
}


@media only screen and (max-width:1180px){
#footer-link-box {
    max-width: 65%;
}
}

@media only screen and (max-width:970px){
#footer-link-box {
    display: inline-block;
}
#footer-link-box div {
    width: 50%;
    display: block;
    float: left;
}
#footer-link-box a {
    font-size: 16px;
}
}

.footer-logo {
    color: #fff;
    font-family: 'altehaasgroteskbold';
    font-size: 3.8rem;
    font-weight: 100;
    padding: 5px 0 15px;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
}
.footer-logo-index {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 0;
    letter-spacing: 2.5px;
}
.footer-logo-sub {
    color: #fff;
    font-size: 1.6rem !important;
    padding: 0 !important;
    margin: 0;
    background: unset !important;
    letter-spacing: 2.5px;
}

.footer-adds {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0 0 0 0px;
    margin: 0;
}
.footer-tel {
    color: #fff !important;
    font-size: 2rem;
    padding: 2px 0 !important;
    font-family: 'Bebas Neue', cursive;
    background: unset !important;
    font-weight: 100;
    line-height: 0.8;
}

.footer-index05 {
    color: #fff;
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
}

.footer-like-bn01, .footer-like-bn02 {
    display: inline-block;
}

.footer-like-bn01 img {
    max-width: 120px;
    float: left;
}
.footer-like-bn01 p, .footer-like-bn02 p {
    color: #fff;
    padding: 3px 0 0 10px;
    float: left;
    font-size: 17px;
}

.footer-like-bn01 p {
    color: #fff;
    padding: 3px 0 0 10px;
    float: left;
}

.footer-like-bn02 img {
    max-width: 120px;
    float: left;
}
.footer-like-bn02 p {
    color: #fff;
    padding: 0px 0 0 10px;
    margin: 12px 0;
    float: left;
}

@media only screen and (max-width:1079px){
.footer-logo-index {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.footer-like-bn01 img, .footer-like-bn02 img {
    max-width: 80px;
}
.footer-like-bn01 p, .footer-like-bn02 p {
    color: #fff;
    padding: 0px 0 0 10px;
    margin: 5px 0;
    float: left;
    font-size: 16px;
}
.footer-adds {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 400;
}
}


@media only screen and (max-width:880px){
.footer-like-bn01 img, .footer-like-bn02 img {
    max-width: 70px;
}
.footer-like-bn01 p, .footer-like-bn02 p {
    color: #fff;
    padding: 0 0 0 4px;
    margin: 2px 0;
    float: left;
    font-size: 14px;
}
}

@media only screen and (max-width:768px){
#footer-info-box, #footer-link-box {
    width: 100%;
    max-width: 100%;
    padding: 40px 10px 50px;
}
#footer-link-box {
    padding: 5px;
}
#footer-link-box div {
    width: 100%;
}
#footer-link-box dl {
    margin: 0;
    width: 100%;
    display: flow-root;
}
#footer-link-box dt {
    margin-top: 40px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
}
#footer-link-box dd {
    margin: 0;
    padding: 0 8px 0;
    line-height: 1.9;
    float: left;
}
.footer-logo-index {
    font-size: 2rem;
    text-align: left;
}
.footer-adds {
    font-size: 1.6rem;
    text-align: left;
}
.footer-like-bn01, .footer-like-bn02 {
    display: flex;
}
.footer-like-bn01 img, .footer-like-bn02 img {
    max-width: 80px;
}
.footer-like-bn01 p, .footer-like-bn02 p {
    color: #fff;
    padding: 0 0 0 7px;
    margin: 5px 0;
    float: left;
    font-size: 16px;
}
.footer-index05 {
    text-align: left;
}
}
@media only screen and (max-width:480px){
#footer-link-box {
    padding: 5px;
}
#footer-link-box dt {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.4rem;
}
.footer-logo, .footer-logo-sub, .footer-adds, .footer-tel {
    text-align: left;
    background: unset !important;
    color: #fff !important;
}
.footer-logo-index {
    font-size: 1.6rem;
}
.footer-adds {
    font-size: 1.4rem;
}
.footer-index05 {
    font-size: 1.3rem;
    text-align: left;
}
}

@media only screen and (max-width:360px){
#footer-link-box div {
    width: 100%;
    display: block;
    float: left;
}
#footer-link-box dl {
    margin: 0;
    padding: 0 0 15px;
    display: table;
    width: 100%;
}
.joto-logo {
    font-size: 34px !important;
    width: 100% !important;
}
}

.footer-copy {
    text-align: center;
    display: inline-block;
    width: 100%;
}



/*======================================================================
||
||    SINGLE
||
======================================================================*/

    
/* レスポンシブ (SP) */
@media screen and (max-width: 767px) {
.section-entry-index {
        padding: 0;
        margin: 0px 0 15px;
}

 }
    
    
    

#container-content-single .post-author {
    display: none;
}
.container-fluid {
    max-width: 1000px;
    width: calc(100% - 20px);
    margin: -10.9vw auto 0;
    padding: 4px;
    background: #fff;
}

.container-fluid img {
    width: 100%;
}

#container-content-single .wp-block-heading {
    font-weight: 500;
    position: relative;
    padding-left: 1px;
    line-height: 1.7;
}

#container-content-single h1.wp-block-heading {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 3rem 0 1.5rem;
    border-bottom: 2px solid #053159;
    padding-bottom: 0.2rem;
    color: #053159;
}


#container-content-single h2.wp-block-heading {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 2.8rem 0px 1.5rem;
    padding-left: 0;
    border-left: unset;
    line-height: 1.8;
}


#container-content-single h3.wp-block-heading {
    font-size: 2.1rem;
    font-weight: 500;
    margin: 2.5rem 0px 1.3rem;
    padding-left: 0;
    border-left: unset;
    line-height: 1.8;
}

/* H4見出し (参考サイトの「ルールベース型」など) */
#container-content-single h4.wp-block-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    border-bottom: 2px solid #7d7d7d;
    margin: 2rem 0 1rem;
    line-height: 1.6;
}

/* H5, H6も念のため定義 */
#container-content-single .col-md-8.offset-md-2 h5.wp-block-heading,
#container-content-single .col-md-8.offset-md-2 h6.wp-block-heading {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    margin: 2rem 0 1rem;
}


#container-content-single .row.text-center {
    text-align: left !important;
    margin: 0 auto;
    max-width: 1170px;
    padding: 30px 15px 5px;
}

/* カテゴリ（タグ）のスタイル */

.archive .container h1 {
    font-size: 5rem;
    font-family: Bebas Neue;
    font-weight: 100;
    color: #25959a;
}



.archive .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 50px 0;
}
.archive .container .col-md-4 {
    width: calc(50% - 10px);
    margin: 5px 5px;
}

.archive .container .card {
    position: relative;
    display: flow-root;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 6px;
}

.archive .container img {
    float: left;
    margin: 0 15px 0 0;
    width: 100%;
    border-radius: 4px;
}
.archive .container h2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}
.archive .container p {
}

.entry-categories .entry-categories-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.6rem;
    justify-content: flex-start !important; /* 左揃え */
}

.entry-categories .entry-categories-inner a {
    font-size: 1.6rem;
    background-color: #F5F5F5;
    color: #333;
    border-radius: 16px;
    padding: 6px 16px;
    text-decoration: none;
    line-height: 1.5;
}
.entry-categories .entry-categories-inner a:hover {
    opacity: 0.8;
}

/* ================================================================
   共通: 各 single テンプレートのアイキャッチ（タイトル・本文上部の全幅画像）
   single.php / single-topics.php / single-voice.php で共有
================================================================ */
.entry-eyecatch img {
    object-fit: cover;
}

/* ================================================================
   お客様の声 詳細 (single-voice.php / .voice-single)
================================================================ */
.voice-single {
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 15px 100px;
    box-sizing: border-box;
    background: #fff;
}


/* 記入日・タイトル */
.voice-single .voice-head {
    max-width: 840px;
    margin: 0 auto 30px;
    line-height: 2.1;
}
.voice-single .voice-head .date {
    font-size: 16px;
    text-align: right;
    line-height: 1;
    letter-spacing: 1px;
    color: #43353b;
    margin-bottom: .8em;
    padding: 0 15px;
}
.voice-single .voice-head h1.title {
    font-weight: normal;
    font-size: 27px;
    letter-spacing: .1em;
    line-height: 1.4;
    padding-bottom: .6em;
    border-bottom: solid 1px #4b4b4c;
    margin: 0 15px;
    overflow-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}

/* アイキャッチ画像 */
.voice-single .main-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.voice-single .main-visual img {
    max-width: 780px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    box-sizing: border-box;
    box-shadow: 4px 5px 8px rgb(215 211 211 / 50%);
}

/* 本文ラッパ */
.voice-single .lowerContent {
    margin-bottom: 0;
    padding: 0 10px;
}
.voice-single .voice-post {
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
    line-height: 2.1;
    box-sizing: border-box;
}
.voice-single .voice-lead {
    margin: 0 15px 30px;
}

/* Q&A テーブル */
.voice-single .voice-data-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.voice-single .voice-data-table tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.voice-single .voice-data-table tr {
    width: calc(50% - 0px);
    padding: 5px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}
.voice-single .voice-data-table th {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    padding: 0 0 0 8px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
}
.voice-single .voice-data-table td {
    background: #ffffff00;
    padding: 0 4px 0 10px;
    border-radius: 16px;
    margin: 0 15px;
    box-sizing: border-box;
}
.voice-single .voice-data-table .full {
    width: 100%;
}
.voice-single .voice-data-table .full th {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    padding: 15px 8px 0;
    font-size: 22px;
}
.voice-single .voice-data-table .full td {
    width: 100%;
    display: block;
    margin: 10px 0 0;
}

@media only screen and (max-width: 610px) {
    .voice-single {
        padding: 30px 10px 70px;
    }
    .voice-single .voice-head h1.title {
        font-size: 19px;
    }
}
@media only screen and (max-width: 429px) {
    .voice-single .voice-data-table tr {
        width: 100%;
    }
    .voice-single .voice-data-table th,
    .voice-single .voice-data-table .full th {
        font-size: 16px;
    }
    .voice-single .voice-head .date {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/* ================================================================
   カード共通: 画像内に「カテゴリ ｜ 日付」の半透明白ラベル
   (loops/cards.php = 各アーカイブ / home.php = VOICE)
================================================================ */
.pic-card,
.voice-card-inner .pic {
    position: relative;
}
.info-category.info-overlay {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    margin: 0;
    min-width: 0;
    max-width: 92%;
    padding: 4px 8px;
    border-radius: 0 4px 4px 0;
    background: rgba(255, 255, 255, 0.82);
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
}
.info-category.info-overlay .ic-cat {
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-category.info-overlay .ic-sep {
    margin: 0 2px;
    color: #0a0a0a;
    font-weight: 400;
}
.info-category.info-overlay .ic-date {
    color: #333;
    font-weight: 600;
}

/* アーカイブカードの「from ○○」表記 */
.card-body .voice-from {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .info-category.info-overlay {
        font-size: 1.05rem;
        padding: 3px 8px;
    }
}


/*======================================================================
||
||   ARCHIVE
||
======================================================================*/


.page-template-mixed-posts .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 50px 0;
}
.page-template-mixed-posts .col-md-4 {
    width: calc(25% - 10px);
    margin: 5px 5px;
}

.page-template-mixed-posts .col-md-4 img {
    border-radius: 5px 6px 0 0;
}

.page-template-mixed-posts .col-md-4 h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    min-height: 115px;
    margin: 0 0 5px;
}
.pic-card {
    width: 40%;
    float: left;
}

.card-body {
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    float: left;
    width: 60%;
}

.box-list-three03 .text-date {
        position: absolute;
        right: 5px;
        bottom: 4px;
        padding: 0 7px;
        font-size: 12px;
        color: #937e7e;
        text-shadow: unset;
        background: #f9f9f9;
        border-radius: 15px;
    }



.page-template-mixed-posts .pic-card {
    width: 100%;
    float: left;
    position: relative;
}
.page-template-mixed-posts .card-body {
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    float: left;
    width: 100%;
}

.archive .info-category, .page-template-mixed-posts .info-category {
    position: absolute;
    left: 0px;
    bottom: 11px;
    border-radius: 0;
    padding: 1px 0;
}

.post-type-archive-topics .topics-genre {
    background: #fff;
    width: auto;
    display: table-cell;
    padding: 0 5px;
    font-size: 1.4rem;
    border: 1px solid #dddddd;
}

@media only screen and (max-width:979px){
.page-template-mixed-posts .col-md-4 h2 {
    font-size: 1.5rem;
}
}
@media only screen and (max-width:768px){
.page-template-mixed-posts .col-md-4 {
    width: calc(50% - 10px);
    margin: 5px 5px;
}
.pic-card {
    float: left;
    width: 40%;
    float: left;
}
.card-body {
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    float: left;
    width: 60%;
}
.archive .container h2 {
    font-size: 1.4rem;
    line-height: 1.4;
}

.page-template-mixed-posts .pic-card, .page-template-mixed-posts .card-body {
    width: 100%;
    float: unset;
}

}

@media only screen and (max-width:410px){
.page-template-mixed-posts .col-md-4 {
    width: calc(100% - 10px);
    margin: 5px 5px;
}
.page-template-mixed-posts .col-md-4 h2 {
    min-height: auto;
}
}
/* 記事タイトル (h1.display-4) */
h1.display-4 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #474747;
    line-height: 1.4;
    margin-bottom: 1.6rem;
}

/* メタ情報（日付・著者） */
#single-post-meta {
    margin-bottom: 2.5rem; /* 本文との間隔 */
}
#single-post-meta p.lead {
    font-size: 1.6rem;
    color: #555;
    opacity: 1;
    margin-bottom: 0;
}

/* 5. 記事本文エリア */

#container-content-single .col-md-8.offset-md-2 {
    width: 100%;
    max-width: 1170px;
    flex: 0 0 100%;
    margin: 0 auto;
    padding: 5px 20px 20px;
}

/* 本文の基本スタイル */
#container-content-single .col-md-8.offset-md-2 {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}
#container-content-single .col-md-8.offset-md-2 p {
    margin-bottom: 1.5em;
}


/* HTMLソースに空の見出しがあったため、非表示にします */
.wp-block-heading:empty {
    display: none;
}


/* リスト */
#container-content-single .col-md-8.offset-md-2 ul {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
#container-content-single .col-md-8.offset-md-2 ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
}

/* 6. PREV/NEXT 投稿ナビゲーション */
/* PHP側で the_post_navigation() を追加した場合に適用されます */
.post-navigation {
    margin-top: 3.5rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 2rem;
}
.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1 1 45%;
    min-width: 250px;
}
.post-navigation a {
    display: block;
    border: 2px solid #005bac;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    height: 100%;
    transition: background-color 0.2s ease;
}
.post-navigation a:hover {
    background-color: #f7faff;
}
.post-navigation .meta-nav {
    font-size: 0.85rem;
    color: #555;
    display: block;
    margin-bottom: 0.35rem;
}
.post-navigation .post-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #005bac;
    line-height: 1.4;
}
.post-navigation .nav-next {
    text-align: right;
}


@media only screen and (max-width:979px){
h1.display-4 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
}
#container-content-single .row.text-center {
    padding: 30px 10px 5px;
}
#container-content-single .col-md-8.offset-md-2 {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    padding: 0px 10px 20px;
}
#container-content-single {
        margin: 20px auto !important;
        padding: 20px 10px;
    }
}

@media (max-width: 767.98px) {
.container-fluid {
    width: calc(100% - 20px);
    padding: 5px;
    margin: -13.5vw auto 0;
}
}
.archive .container .row {
    padding: 5px 0;
}
.archive .container .col-md-4 {
    width: 100%;
    margin: 5px 5px;
}
#container-content-single {
    margin: 20px auto;
    padding: 20px 10px;
    max-width: 1040px;
    width: calc(100% - 20px);
}

h1.display-4 {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
}

    /* 本文中の見出し */
    #container-content-single .col-md-8.offset-md-2 h1.wp-block-heading {
        font-size: 1.8rem;
    }
    #container-content-single .col-md-8.offset-md-2 h2.wp-block-heading {
        font-size: 1.7rem; /* 25px */
    }
    #container-content-single .col-md-8.offset-md-2 h3.wp-block-heading {
        font-size: 1.6rem;
        margin: 2.5rem 0 0.5rem;
    }
    #container-content-single .col-md-8.offset-md-2 h4.wp-block-heading {
        font-size: 1.5rem; /* H4も少し小さく */
    }

    /* PREV/NEXT を縦積みに */
    .post-navigation .nav-links {
         flex-direction: column;
         gap: 1.6rem;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        flex-basis: 100%;
        min-width: 0;
    }
    .post-navigation .nav-next {
        text-align: left; /* 縦積みになったら左揃えに */
    }
}



/* -- strange  --  */


.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table;
}

.wp-block-image figure {
    margin: 0;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.liquid-speech-balloon-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 1;
    flex-shrink: 0;
    background-image: url(../images/avatar.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.liquid-speech-balloon-avatar::after {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    left: -5%;
    top: 84px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.3px;
}
.liquid-speech-balloon-text {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 15px 20px;
    width: 100%;
    margin-left: 20px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}



.nav-links {
    display: flex;
    gap: 5px;
}
.nav-links .page-numbers {
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0;
}
.nav-links .next, .nav-links .prev {
    width: 50px;
    height: 23px;
    border-radius: 0;
    background: #ffffff;
    border: 0px solid #eeeeee !important;
}


@media only screen and (max-width:768px){
.liquid-speech-balloon-avatar {
    position: relative;
    width: 65px;
    height: 65px;
}
}

/* =========================================
   ページネーション 装飾の最終適用 (形状分離)
   ========================================= */

/* 1. 全リンク要素の共通設定 (横並びと間隔は維持) */
.all-pagination-block a.page-link, .all-pagination-block span.page-link {
    display: inline-block !important;
    margin: 0 1px !important;
    padding: 10px 18px !important;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 500;
    color: #495057 !important;
    border: 1px solid #ced4da !important;
    background-color: #f8f9fa !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-decoration: none !important;
}

/* 2. 【数字（1, 2, 3...）】の形状を「四角」に設定 */
/* 数字の部分は「prev/next」クラスを持たない */
.all-pagination-block a.page-link:not(.prev):not(.next), .all-pagination-block span.page-link:not(.prev):not(.next) {
    border-radius: 1px !important;
    padding: 1px 5px !important;
}

/* 3. 【前へ / 次へ】の形状を「丸（楕円）」に設定 */
.all-pagination-block a.prev, .all-pagination-block a.next {
    border-radius: 30px !important;
    padding: 4px 9px !important;
    border: none !important;
    background-color: unset !important;
    box-shadow: unset;
}

/* 4. ホバー時の装飾 (共通) */
.all-pagination-block a.page-link:hover {
    color: #fff !important;           
    background-color: #007bff !important; 
    border-color: #007bff !important;
    box-shadow: 0 6px 10px rgba(0, 123, 255, 0.4); 
    transform: translateY(-2px); 
}

/* 5. アクティブなページ（現在地）の強調装飾 (共通) */
.all-pagination-block .current-active {
    background-color: #dc3545 !important; 
    color: #fff !important;
    border-color: #dc3545 !important;
    font-weight: bold !important;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.5);
}










/* --- インフォメーションコーナー --- */
.information { padding-bottom: 60px; }
.info-list {
    list-style: none;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 5px 0 30px;
}
.info-item {
    display: flex;
    align-items: center;
    padding: 20px 5px;
    border-bottom: 1px dotted #9f9f9f;
}
.info-item:first-child { border-top: 1px solid #dddddd; }
.info-date {
    width: 110px;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-light);
}
.info-category {
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 5px 5px;
    border-radius: 16px;
    margin-right: 15px;
    flex-shrink: 0;
    min-width: 110px;
    text-align: center;
}
.cat-news { background-color: #7cb342; }
.type-info { background-color: #f4511e; }
.type-event { background-color: #25959a; }
.cat-event { background-color: #039be5; }
.info-text {
    flex-grow: 1;
    transition: color 0.3s;
    font-size: 1.5rem;
    font-weight: 600;
    color: #080808;
}
.guide-text {
    flex-grow: 1;
    transition: color 0.3s;
    color: #080808;
}
.info-item:hover .info-text { color: var(--brand-red); }



@media only screen and (max-width:768px){
.info-item {
    padding: 12px 5px;
}
.info-text, .info-date {
        font-size: 1.6rem;
        font-weight: 500;
    }
.info-category {
    font-size: 12px;
    padding: 2px;
    line-height: 1.6;
}
.info-item {
    display: flex;
    align-items: baseline;
    padding: 20px 5px;
    border-bottom: 1px dotted #9f9f9f;
    flex-direction: column;
}
}
@media only screen and (max-width:480px){
.info-text, .info-date {
        font-size: 1.5rem;
        line-height: 1.7;
        font-weight: 400;
    }
}
.d-inline-block h2 {
    display: none;
}

ul.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 10px;
}
.pagination .current {
    background: #d7393e;
    color: #fff;
}

.pagination a, .pagination input[type=submit], .pagination span {
    line-height: 1;
    background: #ededed;
    border-radius: 3px;
    padding: 8px 12px;
    color: inherit;
    display: block;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 500;
}

/*======================================================================
||
||    LAYOUT COMMON
||
======================================================================*/


.section-1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flow-root;
}
.section-1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.section-full-eeeeee{
    background: #eeeeee;
    padding: 30px 15px;
    margin: 30px auto;
}

.box-list-three01 {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0 auto 15px;
    display: inline-block;
    list-style: none;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.box-list-three01 .inbox {
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background: #ffffff;
}

.box-list-three01 .item {
    width: 33.333%;
    padding: 5px;
    float: left;
}
.box-list-three01 .name {
    background: #fff;
    display: inline-block;
    width: 100%;
}
.box-list-three01 .item:nth-of-type(1) .name {
}
.box-list-three01 .item:nth-of-type(2) .name {
}
.box-list-three01 .item:nth-of-type(3) .name {
}

.box-list-three01 .item-pic {
    width: 100%;
    padding: 33.5px 0 10px;
    position: relative;
    text-align: center;
}
.box-list-three01 .item-pic img {
    background: #eee;
    border-radius: 50%;
}

.box-list-three01 .box-list-three01 .item-type {
    width: 100%;
    padding: 0;
}
.box-list-three01 .box-list-three01 .item-type-text {
    width: 100%;
    margin: 15px auto;
    padding: 0;
    display: inline-block;
}
.box-list-three01 .box-list-three01 .name-txt {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 1px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #1da39a;
    color: #1da39a;
    margin: 0;
    padding: 15px 0;
    border-radius: 6px;
    min-height: 70px;
}


.box-list-three01 .name-txt span {
    display: block;
    font-size: 70%;
    padding: 6px 0 0 0;
}

.box-list-three01 .item-type-name01, .box-list-three01 .item-type-name02 {
    width: 100%;
    font-size: 15px;
    padding: 10px 2px;
    font-weight: 600;
    letter-spacing: 1px;
}
.box-list-three01 .item-type-name01 {
    color: #1da39a;
    background: #f7f8f9;
    margin: 0;
}
.box-list-three01 .item-type-name02 {
    color: #1da39a;
    margin: 0;
}
.box-list-three01 .item-type-name01 span, .box-list-three01 .item-type-name02 span {
    font-size: 10px;
}

.item-type-size div {
    background: #009688;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 0;
    color: #ffffff;
    vertical-align: baseline;
    display: inline-block;
    border-radius: 31px;
    width: 100%;
    line-height: 1;
}
.item-type-size div span {
    font-size: 70%;
    font-weight: 500;
    padding: 2px;
    letter-spacing: 1px;
}
.item-type-place div {
    color: #1da39a;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 5px 0 0 0;
    border: 2px solid;
    border-radius: 31px;
    padding: 7px 0px;
}
.item-type-place div span {
    font-size: 80%;
}
.item-type-price {
    border-radius: 5px;
    padding: 0;
}
.item-type-price dd {
    font-family: "Oswald", Sans-Serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    color: #009688;
}
.item-type-price dd span {
    font-size: 1.9rem;
}

.item-type-price dt {
    background: #009688;
    font-weight: 500;
    color: #ffff;
    border-radius: 15px;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width:979px){
.box-list-three01 .item {
    width: 50%;
    padding: 5px;
    float: left;
}
.box-list-three01 .item-type-name01, .box-list-three01 .item-type-name02 {
    padding: 5px 2px;
}
}
@media only screen and (max-width:768px){

}

@media only screen and (max-width:680px){
.box-list-three01 {
    padding: 0
}
.box-list-three01 .inbox {
    padding: 15px 10px;
}
.box-list-three01 .item {
    width: 100%;
    padding: 5px;
    float: unset;
}
.box-list-three01 .item-type-text {
    padding: 0;
}
.box-list-three01 .item-type-name01, .box-list-three01 .item-type-name02 {
    width: 50%;
    font-size: 12px;
    padding: 5px 3px;
    font-weight: 600;
    letter-spacing: 0;
    color: #1da39a;
    background: #f7f8f9;
    margin: 0;
    float: left;
    border: 2px solid #fff;
}
.box-list-three01 .item-type-name01 span, .box-list-three01 .item-type-name02 span {
    font-size: 7px;
}
.item-type-price {
    border-radius: 0;
    display: table;
    padding: 0;
    width: 100%;
}
}



.box-list-three02 {
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
    display: flex;
    list-style: none;
    gap: 10px;
    position: relative;
    flex-direction: column;
    padding: 0;
}
.box-list-three02 .item {
    width: 100%;
    padding: 30px 0;
}
.box-list-three02 .name-txt {
    width: 100%;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1da39a;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.box-list-three02 .name-txt span {
    font-size: 65%;
    padding: 0 10px;
}
.box-list-three02 .item-pic {
    max-width: 35%;
    width: 100%;
    padding: 10px 20px 10px 10px;
    position: relative;
    text-align: center;
    float: left;
}
.box-list-three02 .item-pic img {
    width: 100%;
}
.box-list-three02 .item-type {
    width: 65%;
    float: left;
    padding: 10px 10px 10px 30px;
}
.box-list-three02 .item-size div {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
    line-height: 1;
    text-align: left;
}

.box-list-three02 .item-size div span {
    font-size: 70%;
    font-weight: 500;
    padding: 2px;
    letter-spacing: 1px;
}

.box-list-three02 .item-type-guide {
    text-align: left;
    line-height: 1.6;
    padding: 0px 0 15px 2px;
}

.box-list-three03 {
    width: 100%;
    height: auto;
    margin: 0px auto 15px;
    display: flex;
    list-style: none;
    gap: 20px;
    position: relative;
    flex-direction: row;
    padding: 0 15px 15px;
}

.box-list-three03 .item {
    width: 100%;
    max-width: 25%;
    padding: 0;
}

.box-list-three03 .pic {
    position: relative;
}
.box-list-three03 .txt {
    position: relative;
    background: #efefef;
    margin: 0;
    padding: 4px 2px 0 7px;
    border-radius: 0 0 10px 10px;
    min-height: 100px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.6rem;
}

.box-list-three03 .info-category {
    position: absolute;
    bottom: 7px;
    left: 0px;
    border-radius: 0px;
    padding: 2px 6px;
    text-align: center;
    background-color: #e9f5f5d4;
    color: #000;
}

.box-list-three03 img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}


@media screen and (max-width: 979px) {
.box-list-three03 {
   display: flex;
   margin: 0;
   gap: 10px;
   padding: 0 15px 15px;
   flex-wrap: wrap;
   width: 100%;
}
.box-list-three03 .item {
    width: calc(50% - 5px);;
    margin: 0;
    padding: 0;
}
.box-list-three03 .txt {
    min-height: 120px;
}
.box-list-three02 .name-txt {
    font-size: 2.9rem;
}
}
@media screen and (max-width: 768px) {
.box-list-three02 .item-pic, .box-list-three02 .item-type {
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
.box-list-three03 .item {
    max-width: 50%;
}
.box-list-three03 img {
    border-radius: 6px 6px 0 0;
}
.box-list-three03 .txt {
    border-radius: 0 0 6px 6px;
    min-height: 100px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 20px;
}
.box-list-three03 .text-date {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    color: #232323;
    text-shadow: unset;
}
}

@media screen and (max-width: 480px) {
.box-list-three03 .item {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    background: #f5f5f5;
    position: relative;
}
.box-list-three03 .inbox {
    width: 100%;
}
.box-list-three03 .pic {
    width: 40%;
    float: left;
}
.box-list-three03 img {
    border-radius: 6px 0 0 0;
    aspect-ratio: 6 / 4;
    object-fit: cover;
}
.box-list-three03 .txt {
    font-size: 1.4rem;
    font-weight: 600;
    min-height: auto;
    line-height: 20px;
    width: 60%;
    float: left;
    padding: 2px 0 0 5px;
    margin: 0;
    position: unset;
    background: unset;
}
.box-list-three03 .info-category {
    width: 100%;
    bottom: 0;
    font-size: 11px;
    left: 0px;
    margin: 0;
    border-radius: 0px;
    padding: 2px 0;
    text-align: center;
    background-color: #e9f5f5d4;
    color: #000;
}

}

@media screen and (max-width: 430px) {
.box-list-three03 .info-category {
    font-size: 10px;
}
}



.ul-circle01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px;
    gap: 5px;
    max-width: 1400px;
    margin: 0 auto;
}

.ul-circle01 li {
    width: calc(20% - 8px);
    text-align: center;
    border: 2px solid #555555;
    border-radius: 20px;
    font-weight: 500;
    font-size: 15px;
    padding: 3px 0;
    margin: 0;
    color: #555555;
}





.layout-left-pic03 {
    display: flex;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 50px 5px 0px;
    margin: 0px auto;
    flex-direction: row;
    gap: 30px;
}
.layout-left-pic03 .left {
    float: left;
    width: 45%;
    margin: 0;
    padding: 15px;
}
.layout-left-pic03 .right {
    width: 55%;
}
.layout-left-pic03 h3, .layout-right-pic03 h3 {
    font-size: 2.8rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.3;
}
.layout-left-pic03 h4, .layout-right-pic03 h4 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 50px 0 0 0;
    padding: 0px 8px;
    border-bottom: 1px solid;
}
.layout-left-pic03 p, .layout-right-pic03 p {
    font-size: 1.0rem;
}


.section-page-choose-topics {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.section-page-choose-topics ul {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
}

.section-page-choose-topics li {
    width: 50%;
    height: auto;
    padding: 5px;
}

.section-page-choose-topics li div {
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}

.section-page-choose-topics li h3 {
    font-weight: 400;
    font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
.section-page-choose-topics li h3 {
    font-weight: 400;
    font-size: 1.6rem;
}
}

@media screen and (max-width: 540px) {
.section-page-choose-topics li h3 {
    font-size: 1.5rem;
}
.section-page-choose-topics li div {
    padding: 0 5px;
}
.arrow_r {
    padding-left: 15px;
}
.arrow_r:before {
    width: 7px;
    height: 7px;
    border-top: solid 1px #5d5d5d;
    border-right: solid 1px #5b5b5b;
}
.arrow_r:before {
    top: 1px;
}
}
@media screen and (max-width: 480px) {
.section-page-choose-topics li {
    width: 100%;
    padding: 2px;
}
.section-page-choose-topics li h3 {
    font-size: 1.4rem;
    margin: 5px 0;
}
.arrow_r:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #5d5d5d;
    border-right: solid 1px 
}
.section-page-choose-topics li div {
    padding: 0 4px;
}

.section-page-choose-topics li .arrow_r {
    position: relative;
    display: inline-block;
    padding-left: 11px;
}
}

@media screen and (max-width: 400px) {
.box-list-three03 .item {
    width: 100%;
    margin: 0;
    padding: 0;
}
}


.layout-left-pic02 {
    display: inline-block;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 25px 10px 25px;
    margin: 0px auto;
}
.layout-left-pic02 .left {
    float: left;
    width: 32%;
    margin: 0;
    padding: 5px;
}
.layout-left-pic02 img {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    background: #ffffff;
}
.layout-left-pic02 .right {
    width: 68%;
    float: right;
    padding: 0 0 0 30px;
}
.layout-left-pic02 h3 {
    font-size: 2.9rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}
.layout-left-pic02 h5 {
    padding: 0;
    margin: 15px 0 5px 0;
    font-size: 1.4rem;
    font-weight: 500;
    background: #0c7d72;
    color: #fff;
    width: 150px;
    border-radius: 5px;
    text-align: center;
}

.layout-left-pic02 p {
    margin: 15px 0 10px;
    line-height: 1.8;
}


@media only screen and (max-width:960px){
.layout-left-pic02 h3 {
    font-size: 2.7rem;
}
.layout-left-pic02 p {
    margin: 8px 0 0;
    line-height: 1.7;
}
}

@media only screen and (max-width:768px){
.layout-left-pic02 .left, .layout-left-pic02 .right {
    float: left;
    width: 100%;
    padding: 15px 5px;
}
.layout-left-pic02 h3 {
    font-size: 2.5rem;
}
}


.layout-left-pic02 h6 {
    font-size: 3.6rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
}
.layout-left-pic02 h6 span {
    font-size: 50%;
}
.layout-left-pic02 h6 div {
    font-size: 50%;
    font-weight: 600;
    margin: 0 10px;
}



.section-lr01 {

}
.section-lr01 .pic-list {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.section-lr01 .pic-list li {
    text-decoration: none;
    max-width: calc(50% - 20px);
    float: left;
    width: 100%;
    padding: 5px;
}
.section-lr01 .pic-list li img {
    text-decoration: none;
    width: 100%;
    border-radius: 5px;
}

@media only screen and (max-width:768px){
.section-lr01 .pic-list {
    width: 100%;
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
}


.square-object{
      display: inline-block;
      position: relative;
      width: 100%;
      max-width: 270px;
    }
    .square-object::before{
      content: "";
      display: block;
      padding-top: 100%;
    }
    .square-object img{
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: 0 0;
    }

.index003 {
    border-bottom: 1px solid;
    width: calc(100% - 30px);
    margin: 90px auto 0;
    font-size: 3.8rem;
    font-weight: 400;
}
.index003 span {
    font-size: 70%;
    padding: 0 15px;
    color: #061673;
}
.index003 h3 {
    font-size: 1.4rem;
    color: var(--main-color);
    font-weight: 500;
    margin-top: 0;
}
.index005 {
    border-bottom: 0px solid;
    width: calc(100% - 30px);
    margin: 0px auto 0;
    font-size: 4.8rem;
    font-family: "Barlow", sans-serif;
    color: #222222;
    font-weight: 500;
    letter-spacing: 8px;
}
.index005 span {
    font-size: 40%;
    padding: 0 5px;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
}
.index006 {
    font-size: 2.2rem;
    color: var(--main-color);
    font-weight: 500;
    margin-top: 0;
}
.index007 {
    font-size: 2.3rem;
    color: #103e41;
    font-weight: 400;
    margin: 0;
    border-bottom: 0px dashed;
}
@media only screen and (max-width:980px){
.index006 {
    font-size: 2.4rem;
    margin: 0 0 10px;
}
}
@media only screen and (max-width:768px){
.index003 {
    border-bottom: 1px solid;
    width: calc(100% - 30px);
    margin: 90px auto 0;
    font-size: 2.7rem;
}
.index003 span {
    font-size: 66%;
}
.index005 {
    font-size: 2.8rem;
}
.index006 {
    font-size: 1.8rem;
    font-weight: 500;
}
}

@media only screen and (max-width:439px){
.index006 {
    font-size: 1.5rem;
}
.index005 {
    letter-spacing: 2px;
}
}


/* ================================================================

    CARD GRID（共通カードグリッド）

================================================================ */



.card-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.card-ratio-type01 {
    width: 100%;
    aspect-ratio: 16 / 8;
    overflow: hidden;
}

@media (max-width: 1180px) {
.card-ratio-type01 {
    width: 100%;
    aspect-ratio: 16 / 10;
}
}
/* ===========================
    3 CARD GRID
============================== */

.section-box-003 {
    padding: 60px 0 80px;
    background: #fff;
}
.section-box-003 .index005 {
    margin-bottom: 4px;
}
.section-box-003 .index006 {
    margin-bottom: 24px;
}
.box-003-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.box-003-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
    transition: transform .25s, box-shadow .25s;
}
.box-003-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,.28);
}
.box-003-img {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
}
.box-003-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.box-003-card:hover .box-003-img img {
    transform: scale(1.04);
}
.box-003-body {
    padding: 14px 16px 18px;
}
.box-003-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.4;
}
.box-003-desc {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.box-003-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4FB3B8;
    flex-shrink: 0;
}

@media (max-width: 940px) {
.box-003-grid {
    grid-template-columns: repeat(2, 1fr);
}
.card-ratio-type01 {
    width: 100%;
    aspect-ratio: 16 / 8;
}
}

@media (max-width: 768px) {
    .box-003-grid { 
       grid-template-columns: 1fr;
    }
    .card-ratio-type01 {
       width: 100%;
       aspect-ratio: 16 / 8;
    }
}

/* ===========================
    4 CARD GRID
============================== */

.section-box-004 {
    padding: 60px 0 80px;
    background: #fff;
}
.section-box-004 .index005 {
    margin-bottom: 4px;
}
.section-box-004 .index006 {
    margin-bottom: 24px;
}
.box-004-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.box-004-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.18);
    transition: transform .25s, box-shadow .25s;
}
.box-004-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,.28);
}
.box-004-img {
    width: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
}
.box-004-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.box-004-card:hover .box-004-img img {
    transform: scale(1.04);
}
.box-004-body {
    padding: 14px 16px 18px;
}
.box-004-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.4;
}
.box-004-desc {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}
.box-004-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4FB3B8;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .box-004-grid { grid-template-columns: 1fr; }
}




/*======================================================================
||
||    PAGE COMMON
||
======================================================================*/


.section-entry-index {
    position: relative;
    z-index: -1;
}

.index-section01 {
    text-align: center;
    margin: 0 auto;
    padding: 70px 20px 15px;
    display: block;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000;
    font-size: 3.5rem;
    display: flow-root;
}
.index-section01 h3 {
    font-size: 5rem;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 1.3;
    padding: 0;
    border-bottom: 1px solid;
    margin: 0;
}
.index-section01 div {
    line-height: 1.8;
    font-size: 2.5rem;
    font-weight: 300;
    padding: 0 7px;
}

.section-post-intro {
    margin: 30px auto;
    padding: 0;
}

.section-post-intro h3 {
    font-size: 3.7rem;
    font-weight: 400;
    margin: 0;
}

.section-page-title01 {
    text-align: center;
    font-size: 5.6rem;
    letter-spacing: 6px;
    line-height: 1.3;
    font-weight: 300;
    position: relative;
    padding: 40px 0 15px 0;
    margin: 0;
}
.section-page-title01 span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 1.5px;
}
.section-page-title02 {
    text-align: center;
    font-size: 4.6rem;
    letter-spacing: 0px;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
    padding: 60px 0 30px 0;
    margin: 0;
}
.section-page-title02 span {
    display: block;
    font-size: 50%;
    letter-spacing: 1px;
}


@media only screen and (max-width:1200px){
.index-section01 h3 {
    font-size: 4.2rem;
}
.index-section01 div {
    font-size: 2.1rem;
}
}



@media only screen and (max-width:768px){
.index-section01 {
    padding: 0px 15px 5px;
}
.index-section01 h3 {
    font-size: 3.4rem;
    line-height: 1.7;
}
.index-section01 div {
    line-height: 1.9;
    font-size: 1.8rem;
    padding: 0 2px;
}
.section-page-title02 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
    padding: 40px 0 10px 0;
}
.section-page-title01 {
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 20px 0 0 0;
}
.section-post-intro {
    margin: 30px auto;
    padding: 0;
}
.section-post-intro h3 {
    font-size: 2.6rem;
}
}
.section-entry-index .bg-image.master {
    background-repeat: no-repeat;
    background-position: center top;
    filter: brightness(70%);
}

.section-entry-index .section-inner {
    z-index: 15;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
}


.single-post .section-entry-index .section-inner {
    z-index: 15;
    width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.single-post .section-entry-index .blog-title {
    padding: 15vw 15px 28vw;
    backdrop-filter: brightness(85%);
    background: unset;
    font-family: 'Julius Sans One', sans-serif;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 1px #b5b5b5, 0px 0px 1px #5f5f5f, 0px 0px 3px #e9e9e9, 0px 0px 3px #5f5f5f, 0px 0px 4px #5f5f5f;
}

.page-template-contract-process .section-entry-index .blog-title, .page-template-contact-page .section-entry-index .blog-title {
    padding: 8.8vw 15px 8.8vw;
    backdrop-filter: brightness(85%);
    background: unset;
    font-family: 'Julius Sans One', sans-serif;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 1px #b5b5b5, 0px 0px 1px #5f5f5f, 0px 0px 3px #e9e9e9, 0px 0px 3px #5f5f5f, 0px 0px 4px #5f5f5f;
}

.archive .section-entry-index .blog-title {
    padding: 7.8vw 15px 7.8vw;
    backdrop-filter: brightness(85%);
    background: unset;
    font-family: 'Julius Sans One', sans-serif;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 1px #b5b5b5, 0px 0px 1px #5f5f5f, 0px 0px 3px #e9e9e9, 0px 0px 3px #5f5f5f, 0px 0px 4px #5f5f5f;
}
.section-entry-index .blog-title {
    padding: 10.8vw 0 10.8vw;
    backdrop-filter: brightness(85%);
    background: unset;
    font-family: 'Julius Sans One', sans-serif;
    text-align: left;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 1px #b5b5b5, 0px 0px 1px #5f5f5f, 0px 0px 3px #e9e9e9, 0px 0px 3px #5f5f5f, 0px 0px 4px #5f5f5f;
}


.archive .section-entry-index .blog-title h3 {
    max-width: 1160px;
    padding: 10px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}
.page-template-mixed-posts .section-entry-index .blog-title h3 {
    max-width: 1560px;
    padding: 10px;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.2;
}

.section-entry-index .blog-title h3 {
    max-width: calc(1000px + 20px);
    padding: 10px;
    margin: 0 auto;
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 1.2;
}
.section-entry-index .blog-title span {
    font-size: 60%;
    padding: 2px 2px;
    margin: 0;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
    text-align: left;
    display: block;
    position: relative;
    font-style: unset;
    text-shadow: 0px 0px 2px #b5b5b5, 0px 0px 2px #5f5f5f, 0px 0px 3px #e9e9e9, 0px 0px 3px #5f5f5f, 0px 0px 4px #5f5f5f;
}

.archive .section-entry-index .blog-title span {
    font-size: 2rem;
}




@media only screen and (max-width:480px){
.archive .section-entry-index .blog-title span {
    font-size: 1.3rem;
}
}

@media only screen and (max-width:420px){
.index-section01 h3 {
        font-size: 2.6rem;
        line-height: 1.7;
    }
.index-section01 div {
        line-height: 1.9;
        font-size: 1.5rem;
}
}

.page-template-contract-process .blog-title h3, .page-template-contact-page .blog-title h3, .page-template-real-estate-support .blog-title h3, .page-template-biohazard-cleaning  .blog-title h3 {
    color: #196b6f;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 1px #fbfbfb, 0px 0px 5px #e9e9e9, 0px 0px 3px #ffffff, 0px 0px 4px #d5d5d5;
}
.page-template-contract-process .blog-title span, .page-template-contact-page .blog-title span, .page-template-real-estate-support .blog-title span, .page-template-biohazard-cleaning .blog-title span  {
    color: #196b6f;
    text-shadow: 0px 0px 4px #fbfbfb, 0px 0px 4px #f3f3f3, 0px 0px 5px #e9e9e9, 0px 0px 5px #e1e1e1, 0px 0px 4px #ebebeb;
}

.page-template-qanda  .section-entry-index .blog-title h3 {
    max-width: 1370px;
    color: #196b6f;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 1px #fbfbfb, 0px 0px 5px #e9e9e9, 0px 0px 3px #ffffff, 0px 0px 4px #d5d5d5;
}
.page-template-qanda  .section-entry-index .blog-title h3 span {
    color: #196b6f;
    text-shadow: 0px 0px 4px #fbfbfb, 0px 0px 4px #f3f3f3, 0px 0px 5px #e9e9e9, 0px 0px 5px #e1e1e1, 0px 0px 4px #ebebeb;
}


@media only screen and (max-width:768px){
.archive .section-entry-index .blog-title h3 {
    font-size: 25px;
}
.section-entry-index .blog-title h3 {
    font-size: 30px;
    padding: 0 10px;
}
.section-entry-index .blog-title span {
    font-size: 1.5rem;
}
}
@media only screen and (max-width:460px){
.archive .section-entry-index .blog-title h3 {
    font-size: 2rem;
}
.section-entry-index .blog-title span {
    font-size: 1.9rem;
}
.archive .container h2 {
    font-size: 1.5rem;
}
.section-entry-index .blog-title h3 {
    font-size: 22px;
}
.section-entry-index .blog-title span {
    font-size: 15px;
}
}
.section-page01 {
    margin: 0 auto;
    padding: 10px 0px 50px;
}

.section-main {
}

.layout-left-pic, .layout-right-pic {
    display: inline-block;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 30px 5px 60px;
    margin: 0px auto;
}
.layout-left-pic .left {
    float: left;
    width: 50%;
    margin: 0px 2.8vw 0px 0px;
    padding: 15px;
}
.layout-left-pic .left2 {
    float: left;
    width: 39%;
    margin: 0px 2.8vw 0px 0px;
    padding: 15px;
}

.layout-right-pic .right {
    float: right;
    width: 50%;
    margin: 0px 0px 0px 2.3vw;
    padding: 10px;
}
.layout-right-pic .right2 {
    float: right;
    width: 23%;
    margin: 0px 0px 0px 2.8vw;
    padding: 10px;
}

.layout-right-pic .left {
}
.layout-left-pic .right {
}

.layout-left-pic h3, .layout-right-pic h3 {
    font-size: clamp(17px, 2.5vw, 28px);
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}
.layout-left-pic .right2 h3, .layout-right-pic .left2 h3 {
    font-size: 3.3rem;
}

.layout-left-pic h4, .layout-right-pic h4 {
    margin: 20px 0 0 0;
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: 500;
}
.layout-left-pic p, .layout-right-pic p {
    font-size: clamp(15px, 1.9vw, 18px);
}
.layout-left-pic img, .layout-right-pic img {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    background: #ffffff;
}

@media only screen and (max-width:768px){
.layout-left-pic, .layout-right-pic {
        padding: 50px 0px 0px;
    }
.layout-left-pic h3, .layout-right-pic h3 {
    font-size: clamp(18px, 2.9vw, 22px);
    padding: 5px 0 10px;
    font-weight: 500;
}
.layout-left-pic .right2 h3, .layout-right-pic .left2 h3 {
    font-size: 2.6rem;
    padding: 15px 0 20px;
}
.layout-left-pic p, .layout-right-pic p {
    margin: 0;
    padding: 5px 0;
    font-size: 1.6rem;
}
.layout-right-pic .left, .layout-right-pic .right, .layout-left-pic .left, .layout-left-pic .right {
    float: right;
    width: 100%;
    margin: 0;
    padding: 5px 0;
}
}

@media only screen and (max-width:400px){
.layout-left-pic .right h3, .layout-right-pic .left h3, .layout-left-pic .right2 h3, .layout-right-pic .left2 h3 {
        font-size: 2rem;
        padding: 15px 0 20px;
    }
}
@media only screen and (max-width:360px){
.page .cta-btn2 {
    display: inline-block;
    width: 100%;
    padding: 9px 0px;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 1.3rem;
}
}


/* LEFT PIC FORM 01 */

.layout-left-pic-form01 {
    width: 50%;
    padding: 10px;
}

.layout-left-pic-form01 .boxflex {

}
.layout-left-pic-form01 .inbox {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
}
.layout-left-pic-form01 .left {
    float: left;
    max-width: 20%;
    width: 100%;
    margin: 0px 0.5rem 0px 0px;
    padding: 5px;
}
.layout-left-pic-form01 img {
    width: 100%;
    padding: 0px;
    border-radius: 4px;
    background: #ffffff;
}
.layout-left-pic-form01 h3 {
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0 5px;
    line-height: 1.3;
}
.layout-left-pic-form01 p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 0px;
}





.layout-overpic-left {
    display: flex;
    width: 100%;
    padding: 50px 5px 0px;
    margin: 40px auto;
    flex-wrap: nowrap;
}

.layout-overpic-left .left {
    position: relative;
    left: 0;
    width: 38%;
    padding: 10px;
    margin: 0px 0 0px -35px;
}
.layout-overpic-left img, .layout-overpic-right img {
    width: 100%;
}
.layout-overpic-left .right {
    width: 100%;
    max-width: 900px;
    margin: 0;
    padding: 10px 25px 10px 30px;
}
.layout-overpic-left h3, .layout-overpic-right h3 {
    font-size: 3.3vw;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 50px;
}
.layout-overpic-left h3 span, .layout-overpic-right h3 span {
    display: block;
    padding: 0 4px;
    font-size: 1.8vw;
}
.layout-overpic-left h3 .subtxt01, .layout-overpic-left h3 .subtxt01 {
    display: block;
    font-size: 2.2vw;
    line-height: 1;
}
.layout-overpic-left p, .layout-overpic-right p {
    width: 100%;
    color: #4f4f4f;
    font-size: 17px;
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: .03em;
    text-align: justify;
    padding: 0;
}
.layout-overpic-left strong, .layout-overpic-right strong {
    font-weight: 600;
    color: #044d46;
    font-size: 130%;
}
.layout-overpic-left h5, .layout-overpic-right h5 {
    font-weight: 400;
    font-size: 1.6rem;
    margin: 35px 0 5px;
    letter-spacing: 2px;
}


.layout-overpic-right {
    display: flex;
    width: 100%;
    padding: 50px 5px 0px;
    margin: 40px auto;
    flex-wrap: nowrap;
    float: right;
    flex-direction: row-reverse;
}
.layout-overpic-right .right {
    position: relative;
    left: 0;
    width: 38%;
    padding: 10px;
    margin: 0px -35px 0 0;
}

.layout-overpic-right .left {
    width: 100%;
    max-width: 900px;
    margin: 0;
    padding: 10px 30px 10px 25px;
}

@media only screen and (max-width:1200px){
.layout-overpic-left .left, .layout-overpic-right .right {
    width: 70%;
}
}
@media only screen and (max-width:768px){
.layout-overpic-right .left {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 15px 10px 10px;
}
.layout-overpic-left p, .layout-overpic-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
}

.layout-center01 {
    max-width: 780px;
    margin: 59px auto;
}

.layout-center01 h3 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 50px;
}

.layout-center01 h3 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.layout-center01 p {
    width: 100%;
    color: #393939;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: .03em;
    text-align: justify;
    padding: 0;
}


.box-additional {
    padding: 10px 5px 30px;
    display: inline-block;
    width: 100%;
}

.ul-additional-six {
    list-style: none;
    padding: 5px 5px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}

.ul-additional-six li {
    width: 16.66666%;
    padding: 10px;
    float: left;
}


.ul-additional-six h4 {
    font-size: 2rem;
    font-weight: 400;
    margin: 12px 0;
    line-height: 1.3;
    text-align: center;
}

.ul-additional-six h5 {
    text-align: center;
    font-weight: 500;
    margin: 15px auto 0;
    padding: 3px;
    width: 140px;
    line-height: 1.4;
    background: #ffffff;
    border-radius: 18px;
}

.ul-additional-list-two {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ul-additional-list-two li {
    width: 50%;
    float: left;
    padding: 10px;
}
.ul-additional-list-two li .inbox {
    padding: 10px;
    border: 0px solid #e6ebb3;
    border-radius: 5px;
    display: inline-block;
    background: #f7f7f7;
    width: 100%;
    position: relative;
}
.ul-additional-list-two li img {
    width: 35%;
    float: left;
}
.ul-additional-list-two li h5 {
    margin: 0 0 5px;
    padding: 0 10px 0px;
    float: left;
    width: 65%;
    font-size: 1.9rem;
    font-weight: 500;
}
.ul-additional-list-two li p {
    float: left;
    width: 65%;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.7;
}
@media only screen and (max-width:1200px){
.ul-additional-six li {
    padding: 5px;
}
.ul-additional-six h5 {
    width: auto;
    font-size: 1.5rem;
    margin: 4px 0;
}
.ul-additional-list-two li {
    width: 100%;
    border-radius: 0;
    padding: 0 0 5px;
}
.ul-additional-list-two li .inbox {
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
}
.ul-additional-list-two li img {
    width: 170px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 0 !important;
}
.ul-additional-list-two li h5 {
     margin: 0px;
     padding: 0px;
     font-size: 1.7rem;
     border-bottom: 0;
     width: auto;
     float: unset;
 }
.ul-additional-list-two li p {
    font-size: 1.4rem;
    padding: 3px;
    line-height: 1.6;
    width: 100%;
    float: unset;
}
}

@media only screen and (max-width:768px){
.box-additional {
    padding: 10px 0 30px
}
.ul-additional-list-two li {
    width: 50%;
    float: left;
    padding: 1px;
}
.ul-additional-list-two li .inbox {
    padding: 5px;
    border-radius: 0;
    box-shadow: unset;
    min-height: 340px;
}
.ul-additional-list-two li img {
    width: 100%;
    border-radius: 0 !important;
}
}

@media only screen and (max-width:399px) {
.box-additional {
    padding: 10px 0 30px;
}
}

/* Q AND A */


.notice-qanda {
    padding: 30px 15px 50px;
    text-align: center;
}


.section-page-qanda {
    padding: 10px;
}

.section-page-qanda .inbox {
    padding: 5px;
}

.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3.3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.6em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .0em 3em 1.5em 3.3em;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 0.9;
    content: "A";
    margin: 0 0 0 2px;
}



@media only screen and (max-width:979px){
.notice-qanda {
    padding: 30px 5px 50px;
    text-align: left;
    font-size: 15px;
}
.qa-1 summary::after {
    margin-left: 8px;
}
.qa-1 summary {
    padding: 1em 1em 1em 3.5em;
    line-height: 1.3;
    font-size: 1.5rem;
}
.qa-1 p {
    padding: 1em 1em 1em 3.5em;
    font-size: 1.5rem;
}
}





.layout-point01 {
    width: 50%;
    padding: 10px;
}
.num-box {
    margin-top: 100px;
    background: #f6f6f6;
    padding: 25px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 200px;
    margin: 25px 0 0 0;
}
.num-box .num {
    font-family: "Oswald", Sans-Serif;
    font-size: 80px;
    font-weight: bold;
    color: #25959a;
    line-height: 1;
    position: absolute;
    top: -45px;
    left: 30px;
    margin: 0;
}
.num-box .ttl {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 30px 0 0 0;
    color: #25959a;
}
.num-box .txt {
    margin: 20px 0 0;
    line-height: 1.5;
}


@media only screen and (max-width:1200px){
.num-box .ttl {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}
.num-box {
    padding: 15px 5px;
}
}

@media only screen and (max-width:768px){
.num-box {
    padding: 15px 20px 30px;
    min-height: auto;
}
.num-box .num {
    font-size: 58px;
    top: -30px;
    left: 15px;
}
.layout-point01 {
    width: 100%;
    padding: 10px;
}
.num-box .ttl, .num-box .txt {
    text-align: left;
}
ul-additional-six {
    list-style: none;
    padding: 0;
}
.ul-additional-six li {
    padding: 5px;
    width: 25%;
}
}

@media only screen and (max-width:599px){
.ul-additional-six li {
    padding: 5px;
    width: 33.333%;
}
}





.flow_design08 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow08 {
  padding-left: 0;
}

.flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #F4F6FA;
  position: relative;
  padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow08 > li dl dt {
  font-size: 1.2em;
  font-weight: 700;
  width: 20%;
  min-width: 7em;
}

.flow08 > li .icon08 {
  color: #8EB83C;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}



.box-flow {
    padding: 5px 15px 50px;
}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
    list-style-type: none;
    width: 100%;
    max-width: calc(33.333% - 40px);
    display: flex;
}

.flow04 > li .icon04 {
    line-height: 2;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #fff;
    background: #25959a;
    margin: 0 auto 10px;
    display: block;
    border-radius: 100vh;
    position: relative;
}
.flow04 > li .icon04::before {
    content: "";
    border: solid transparent;
    border-width: 7px;
    border-top-color: #25959a;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow04 > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #25959a;
    position: relative;
    border-radius: 10px;
}

.flow04 > li:not(:first-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #25959a;
    border-right: 4px solid #25959a;
    position: absolute;
    top: calc(50% - 14px);
    left: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flow04 > li dl dt {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 600;
    color: #25959a;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 979px){
.flow04 > li {
    max-width: 340px;
}
}
@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}






.stepbar {
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}


.stepbar .steppic {
    float: left;
    padding: 0px 15px 0 10px;
    width: 300px;
}
.stepbar .steppic img {
    max-width: 290px;
    width: 100%;
    border-radius: 5px;
}


.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background-color: #25959a;
    z-index: 2;
}

.stepbar .stepbarwrap .steptitle .stepnum {
    padding: 5px 0 3px 0;
    margin: 0 0 0 15px;
    width: 145px;
    text-align: center;
    font-size: 1.2em;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
    background: #009688;
    border-radius: 24px;
}

.stepbar .stepbarwrap .steptitle .title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #25959a;
    margin: 0 0 0 8px;
}
.stepbar .stepbarwrap .steptxt {
    display: table;
    width: 100%;
    padding: 0.3rem 0 1rem 2.5rem;
}
.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .txt {
    font-size: 1.7rem;
    line-height: 1.7;
    width: auto;
}
.stepbar .stepbarwrap .steptitle .title {
    font-size: 1.6rem;
}
.stepbar .stepbarwrap .stepline {
    width: 5px;
    height: calc(100% + 2.5em);
    background-color: #e3e3e3;
    position: absolute;
    top: 1em;
    left: 2.1em;
    z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}


.stepbar .step-circle {
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
    border-radius: 50%;
    background-color: #25959a;
    z-index: 2;
}
.stepbar .step-num {
    padding: 14px 0 3px 0;
    margin: 0 0 0 14px;
    width: 44px;
    text-align: center;
    font-size: 0.9em;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 24px;
}
.stepbar .step-num span {
    display: block;
    font-size: 1.9rem;
    padding: 3px;
}
@media screen and (max-width: 960px) {
.stepbar .steppic {
    width: 250px;
}
}
@media screen and (max-width: 768px) {
.stepbar .stepbarwrap .steptitle .title {
    font-size: 1.9rem;
    line-height: 1.4;
}
.stepbar .step-circle {
    width: 50px;
    height: 50px;
}
.stepbar .step-num {
    padding: 11px 0 0px 0;
    margin: 0 0 0 11px;
    width: 30px;
    font-size: 0.6em;
}
.stepbar .steppic {
    float: left;
    padding: 0px 15px 0 10px;
    width: 220px;
}
.stepbar .step-num span {
    display: block;
    font-size: 1.9rem;
    padding: 2px;
}
.stepbar .stepbarwrap .steptxt .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
    padding: 10px;
}
.stepbar .stepbarwrap .stepline {
    width: 4px;
    height: calc(100% + 2.5em);
    background-color: #e3e3e3;
    position: absolute;
    top: 1em;
    left: 1.4em;
    z-index: -1;
}
}
@media screen and (max-width: 480px) {
.stepbar .steppic {
    float: unset;
    padding: 0px 15px 0 10px;
    width: 100%;
}
.stepbar .steppic img {
    max-width: 100%;
    width: 100%;
}
}

.section-page-timeline {
    padding: 10px;
    max-width: 1400px;
    margin: 25px auto;
}
.section-page-timeline::after {
    content: "";
    display: table;
    clear: both;
}

.balloon-right {
    display: flex;
    left: -5px;
    top: -50px;
    position: absolute;
}

.balloon-right-circle {
    position: relative;
    display: inline-block;
    margin: 20px 10px 10px -15px;
    padding: 0 5px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: #137f50;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}
.balloon-right-circle p {
    font-size: 1.5rem;
    line-height: 0.2;
    font-family: var(--sv-serif);
    letter-spacing: 1px;
    font-weight: 400;
    margin: 19px 0 0 0;
}
.balloon-right-circle p span {
    font-size: 145%;
    font-family: var(--sv-serif);
    display: block;
    line-height: 1.5;
    font-weight: 600;
}

.balloon-right-circle:before {
    z-index: 0;
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -4px;
    bottom: -3px;
    border-left: 15px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(45deg);
}
.balloon-right-circle:after {
    z-index: 0;
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -2px;
    bottom: -1px;
    border-left: 16px solid #137f50;
    border-top: 7px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(45deg);
}
.balloon-right-text {
    margin: 0.3em 0 0 0;
    padding: 0;
}

.step-bar .steppic img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
    padding: 5px;
    background: #fff;
}

.step-bar {
    margin: 0 auto;
    width: 50%;
    padding: 15px 15px;
    display: inline-block;
    float: left;
}
.step-bar-100 {
    width: 100%;
    max-width: 1100px;
    float: unset;
    display: block;
}

.step-bar .steppic {
    position: relative;
    float: left;
    padding: 5px 15px 0 0;
    width: 33%;
}

.step-bar-100 .steppic {
    float: left;
    padding: 5px 15px 0 0;
    width: 20%;
}
.step-bar .stepbarwrap {
    margin: 2rem 0;
    position: relative;
    width: 100%;
    padding: 0;
}

.step-bar .stepbarwrap .steptex {
    display: block;
    float: left;
    width: 65%;
}

.step-bar .stepbarwrap .steptex .stepcircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background-color: #25959a;
    z-index: 2;
}

.step-bar .stepbarwrap .steptex .stepnum {
    padding: 5px 0 3px 0;
    margin: 0 0 0 15px;
    width: 145px;
    text-align: center;
    font-size: 1.2em;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
    background: #009688;
    border-radius: 24px;
}

.step-bar .stepbarwrap .steptex .title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #25959a;
    margin: 0 0 0 8px;
}
.step-bar .stepbarwrap .steptxt {
    display: table;
    width: 100%;
    padding: 0.5rem 0 1rem 2.5rem;
}
.step-bar .stepbarwrap .steptxt .title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 2rem;
    display: block;
}

.step-bar .stepbarwrap .steptxt .txt {
    font-size: 1.6rem;
}

.step-bar .stepbarwrap .stepline {
    width: 5px;
    height: calc(100% + 2.5em);
    background-color: #d3e1e3;
    position: absolute;
    top: 1em;
    left: 2em;
    z-index: -1;
    display: none;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 979px) {
.step-bar .stepbarwrap .steptxt .txt {
    font-size: 1.5rem;
    line-height: 1.5;
}
.step-bar .stepbarwrap .steptxt .title {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 1.8rem;
    display: block;
}
.step-bar .stepbarwrap .steptxt {
    padding: 0.5rem 0 1rem 1.5rem;
}

.balloon-right-circle {
    width: 70px;
    height: 70px;
    line-height: 65px;
}
    .balloon-right-circle p {
        font-size: 1.5rem;
        line-height: 0.2;
    }
.balloon-right-circle p span {
    font-size: 165%;
    font-family: Bebas Neue;
    display: block;
    line-height: 1.3;
    font-weight: 500;
}
.step-bar .steppic {
    width: 40%;
}
.step-bar .stepbarwrap .steptex {
    display: block;
    float: left;
    width: 60%;
}
}

@media screen and (max-width: 768px) {
.step-bar {
    width: 100%;
}
.section-page-timeline {
    padding: 10px;
}
.step-bar {
    padding: 5px;
}
.step-bar .stepbarwrap {
    margin: 1rem 0;
    width: 100%;
}
.step-bar .steppic {
    width: 30%;
}
.step-bar .stepbarwrap .steptex {
    display: block;
    float: left;
    width: 70%;
}
}
@media screen and (max-width: 410px) {
.step-bar .steppic {
    width: 35%;
}
.step-bar .stepbarwrap .steptex {
    display: block;
    float: left;
    width: 60%;
}
}




.block02 .pic img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
}

.block02 {
    margin: 0 auto;
    width: 50%;
    padding: 0 20px;
    display: inline-block;
    float: left;
}
.block02 .txt {
    line-height: 1.7;
    font-size: 1.6rem;
}
.block02-100 {
    width: 100%;
    max-width: 1100px;
    float: unset;
    display: block;
}

.block02 .pic {
    float: left;
    padding: 5px 15px 0 5px;
    width: 35%;
}

.block02-100 .pic {
    float: left;
    padding: 5px 15px 0 0;
    width: 20%;
}
.block02 .inbox {
    margin: 2rem 0;
    position: relative;
    width: 100%;
    padding: 0;
}

.block02 .inbox .txtarea {
    display: block;
    float: left;
    width: 65%;
}

.block02 .inbox .txtarea .stepcircle {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background-color: #25959a;
    z-index: 2;
}

.block02 .inbox .txtarea .stepnum {
    padding: 5px 0 3px 0;
    margin: 0 0 0 15px;
    width: 145px;
    text-align: center;
    font-size: 1.2em;
    font-family: "Comfortaa", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1px;
    background: #009688;
    border-radius: 24px;
}

.block02 .inbox .txtarea .title {
    font-size: 2rem;
    font-weight: 600;
    color: #25959a;
    margin: 0;
}
.block02 .inbox .intable{
    display: table;
    width: 100%;
    padding: 0.5rem 0 1rem 0;
}
.block02 .inbox .intable.title {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 1.3em;
    display: block;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 979px) {
.block02 .inbox .intable.txt {
    font-size: 1.5rem;
    line-height: 1.5;
}
.block02 .inbox .txtarea .title {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 1.7em;
    display: block;
}
.block02 .pic {
    width: 36%;
}
.block02 .inbox .txtarea {
    display: block;
    float: left;
    width: 64%;
}
}

@media screen and (max-width: 768px) {
.block02 {
    width: 100%;
}
.section-page-timeline {
    padding: 10px;
}
.block02 {
    padding: 0px;
}
.block02 .inbox {
    margin: 1rem 0;
    width: 100%;
}
.block02 .pic {
    width: 35%;
}
.block02 .inbox .txtarea {
    display: block;
    float: left;
    width: 65%;
}
.block02 .inbox .intable {
    padding: 10px;
}
}
@media screen and (max-width: 410px) {
.block02 .pic {
    width: 40%;
}
.block02 .inbox .txtarea {
    display: block;
    float: left;
    width: 60%;
}
}














.section-grave-list {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width:680px){
.section-grave-list {
    padding: 0px;
}
}


.introduction-locatiion {
    display: flex;
    list-style: none;
    padding: 10px;
    gap: 20px;
    flex-wrap: wrap;
}

.introduction-locatiion li {
    width: calc(50% - 10px);
    position: relative;
}
.introduction-locatiion li picture {
}

.introduction-locatiion li img {
    width: 100%;
}
.introduction-locatiion li h3 {
    font-size: 1.3vw;
    font-weight: 700;
    margin: 0;
    padding: 5px 10px;
    color: #1da39a;
}

.introduction-locatiion li .txt {
    position: absolute;
    bottom: 8px;
    left: 0px;
    background: #ffffffde;
}

.introduction-locatiion .arrow_s_b {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 22px;
}

.access_teikei {
    display: none;
}

.section-place-map img {
    width: 100%;
}

.lr-map {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
}
.lr-map .left {
    width: 50%;
    padding: 0;
}
.lr-map .right {
    width: 50%;
    padding: 0;
}
.lr-map h2 {
    font-weight: 400;
    font-size: 3.2rem;
    margin: 0 0 20px 0;
    color: #009688;
}
.lr-map dl {
    width: 100%;
    padding: 0px 0 0 0;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 2px dotted #b5b5b5;
    display: inline-block;
}
.lr-map dt {
    float: left;
    width: 140px;
    padding: 5px;
    line-height: 1.5;
    font-weight: 500;
}
.lr-map dd {
    max-width: calc(100% - 160px);
    width: 100%;
    float: left;
    line-height: 1.5;
    padding: 5px;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.layout-area .center-txt {
    text-align: center;
    padding: 50px 15px;
    font-size: 17px;
}

@media only screen and (max-width:1280px){
.introduction-locatiion li h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 4px 10px 0 5px;
    line-height: 1.2;
    color: #1da39a;
}
}

@media only screen and (max-width:768px){
.introduction-locatiion li h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 3px 4px;
    line-height: 1.1;
    color: #1da39a;
}
.lr-map {
    gap: 20px;
    flex-direction: column;
}
.lr-map .left, .lr-map .right {
    width: 100%;
}
}
@media only screen and (max-width:680px){

.introduction-locatiion {
    display: flex;
    list-style: none;
    padding: 20px;
    gap: 20px;
}
.introduction-locatiion li {
    width: 100%;
    position: relative;
}
.introduction-locatiion li h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 5px;
}
}





/*======================================================================
||
||    ABOUT-US
||
======================================================================*/


.company-data-outer {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.company-data {
    width: 100%;
    display: table;
}
.company-data-row {
    display: table-row;
}
.company-data-row:first-child .company-data-td, .company-data-row:first-child .company-data-th {
    border-top: solid 1px #ccc;
}

.company-data-th {
    width: 22%;
    min-width: 6em;
}
.company-data-td, .company-data-th {
    padding: 28px 0;
    border-bottom: solid 1px #ccc;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    line-height: 2;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #252938;
}
.company-data-row:first-child .company-data-td, .company-data-row:first-child .company-data-th {
    border-top: solid 1px #ccc;
}


@media(max-width:980px) {
.company-data-outer {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
}


.table-type01 {
}


.table-index01 {
    width: 30%;
    background: #009688;
    color: #fff;
}

.table-type02 tr:nth-child(even) {
    background-color: unset;
}

/*======================================================================
||
||    CONTACT FORM
||
======================================================================*/

.section-contact {
    padding: 60px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.box-form {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}
.wpcf7 {
    width: 100%;
    border: 0 !important;
    background: unset !important;
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
}
 .wpcf7 p {
    display: inline;
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.wpcf7 .caution {
    font-size: 1.4rem;
    margin: 15px 0 20px;
    line-height: 1.7;
}
.table-contact {
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    border-top: 0px;
}
.table-contact .half-tr-left {
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
    float: left;
    margin: 0;
    border: 0;
    min-height: 80px;
}
.table-contact th {
    font-weight: 600;
    color: #565656;
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: table;
    background: none;
    border: 0;
    text-align: left;
}
.table-contact td {
    width: 100%;
    padding: 1px;
    display: block;
    border: 0;
}

.table-contact p {
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 1.5;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.table-contact tr {
    padding: 10px;
    border-left: 1px solid #dddddd;
    display: block;
    border: 0;
}

input[type=email], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    display: block;
    width: 100%;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    background: #f9f9f9;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0.5em 1em 0.5em 0 !important;
}

.pic-coupon, .pic-sonota {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: unset;
}

.table-contact .radio-genre span {
    font-size: 1.6rem;
    font-weight: 600;
}
.required-contactform7 {
    background: #f15bb5;
    color: #fff;
    padding: 1px 10px 3px;
    margin: 0px 0 0 4px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 1.5px;
    border-radius: 15px;
}
.box-contact-privacy {
    width: 100%;
    padding: 8px;
}
.contact-privacy {
    width: 100%;
    height: 300px;
    padding: 20px 30px;
    margin: 0 auto;
    border: 6px solid #eee;
    overflow-y: scroll;
}
.contact-privacy h5 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #565656;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
}
.contact-privacy p {
    font-size: 1.6rem;
    color: #565656;
    line-height: 1.8;
}

.coution-contact p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.15px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.coution-contact {
    padding: 40px 15px 30px;
    color: #2f2f2f;
}

.coution-contact h5 {
    font-size: 1.9rem;
    padding: 0 5px 0;
    margin: 30px 0 0 0;
    font-weight: 500;
}

.conversion-box {
    width: 100%;
    position: relative;
    padding: 0;
    display: inline-block;
}

.conversion-box .inbox {
    display: inline-block;
    width: 100%;
}
.conversion-box .box-number {
    width: 100%;
    padding: 5px;
    display: inline-block;
    max-width: 50%;
    float: left;
}
.conversion-box .box-number .inbox {
    width: 100%;
    padding: 15px 20px;
    background: #ececec;
}


.conversion-box .tel-number {
    font-family: 'Comfortaa', sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    color: #0f3d65;
    text-align: center;
}

.conversion-box .tel-number span {
    font-size: 66%;
    padding: 0 5px 0 0;
}
.conversion-box .tel-number .tel-link {
    line-height: 1.2;
    color: #0f3d65;
}
.conversion-box .tel-open {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    border-radius: 12px;
    margin: 0;
    padding: 0px 0 3px;
    color: #0f3d65;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.conversion-box .tel-open {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    border-radius: 12px;
    margin: 0;
    padding: 0px 0 3px;
    color: #0f3d65;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.conversion-box p {
    padding: 5px;
    margin: 0 0 40px;
}

.wpcf7 input[type=text],.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    padding: 3px 5px 4px;
    font-size: 1.4rem;
}
.btn-success {
    min-width: 230px;
    display: block !important;
    font-weight: 700;
    padding: 1.7rem 0 !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    background-color: #e72996 !important;
    color: #ffffff;
    font-size: 1.7rem !important;
    letter-spacing: 1.4px;
    text-decoration: none !important;
    transition: all .3s !important;
    margin: 0 auto;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}
.iframe-aspect {
  aspect-ratio: 30 / 20;
  max-width: 600px;
}
.iframe-aspect iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 879px) {
.contact-privacy {
    width: 100%;
    height: 300px;
    padding: 15px 20px;
}
.contact-privacy h5 {
    font-size: 1.6rem;
    margin: 20px 0 35px;
}
.contact-privacy p {
}
.table-contact .half-tr-left, .table-contact .half-tr-right {
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: auto;
}
.table-contact tr {
    width: 100%;
    padding: 0;
    border-left: 1px solid #dddddd;
    border: 0;
    display: inline-block;
}
.box-contact-privacy {
    width: 100%;
    padding: 0;
}
}
@media screen and (max-width: 780px) {
.conversion-box .tel-number {
    font-size: 2rem;
    font-weight: 800;
}
.contact-privacy {
    padding: 10px 10px;
}
}

@media screen and (max-width: 680px) {
.conversion-box .tel-number {
    font-size: 1.6rem;
    font-weight: 800;
}
}


@media only screen and (max-width: 580px) {
.conversion-box .box-number .inbox {
    width: 100%;
    padding: 10px 10px;
}
.conversion-box .tel-number {
    font-size: 1.7rem;
    font-weight: 800;
}
.table-contact {
    padding: 0px;
}
.conversion-box .box-number {
    width: 100%;
    max-width: 100%;
    padding: 5px;
}
.coution-contact p {
    line-height: 2;
    letter-spacing: 0.15px;
}
}

@media only screen and (max-width: 460px) {
.contact-privacy h5 {
    font-size: 1.5rem;
}
.contact-privacy p {
    line-height: 1.5;
}
}
.picselect input {
    background: unset;
    border: 0;
}



.cover-index01 {
    padding: 15px;
}
.site-content .content__main {
    padding: 0;
}
.site-content .content__main .entry-content {
    padding: 0;
}

.site-content .container {
    padding: 0;
}

.table-contact .b_day, .table-contact .b_time {
    width: 50px;
    float: left;
}

.table-contact .b_day_time span {
    display: inline-flex;
    margin: 0 4px 0 0;
}

.b_radiobox .wpcf7-form-control-wrap {
    position: relative;
    float: left;
}



.contract-process .introduction h2 {
    color: #1f7f83;
    font-size: 1.8rem;
    font-weight: 700;
    height: auto;
    line-height: 1.8;
    padding: 15px;
    text-align: center;
    width: auto;
}

.contract-process .introduction h3 {
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
    line-height: 2;
    padding: 15px;
}

.contract-process .picture {
    max-width: 700px;
    margin: 30px auto;
}

@media only screen and (max-width: 960px) {
.contract-process .introduction h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
}
.contract-process .introduction h3 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}
}

@media only screen and (max-width: 680px) {
.contract-process .introduction h2 {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
}
.contract-process .introduction h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
}
}




.section-box-sitemap .inbox {
    padding: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.box-sitemap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 100px;
    padding: 25px;
    float: right;
}
.box-sitemap dt {
    margin-bottom: 9px;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 500;
}
.box-sitemap dd {
    margin-inline-start: 10px;
    line-height: 2.2;
}
.box-sitemap a {
    color: #000000;
    text-decoration: none;
    font-size: 1.6rem;
}
.sitemap-link-box dl {
    margin-bottom: 30px;
}


@media only screen and (max-width: 970px) {
    .box-sitemap dt {
        margin-top: 25px;
        margin-bottom: 4px;
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .box-sitemap {
        padding: 5px;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }
    .box-sitemap div {
        width: 100%;
    }
    .box-sitemap dl {
        margin: 0;
        width: 100%;
        display: flow-root;
    }
    .box-sitemap div {
        width: 50%;
        display: block;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .box-sitemap div {
        width: 100%;
    }
    .box-sitemap dd {
        margin: 0;
        padding: 0 8px 0;
        float: left;
    }
}



/*======================================================================
||
||    POST CARDS (VOICE / COLUMN / INFO)
||
======================================================================*/

/* --- 1. カード全体の枠組みと影用の余白 (VOICE/COLUMN共通) --- */
.voice-card-inner {
    height: calc(100% - 10px);
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

/* サムネイル画像エリア */
.voice-card-inner .pic {
    position: relative;
}

.voice-card-inner .pic img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* 日付バッジ */
.voice-card-inner .info-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    color: #fff;
    padding: 4px 15px;
    font-size: 1.2rem;
    border-radius: 0 4px 0 0;
}

.voice-card-inner .txt {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* タイトルリンク */
.voice-card-inner .txt a {
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

/* from 〇〇様 */
.voice-card-inner .txt small {
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #353535;
    font-size: 1.3rem;
}


/* --- 2. VOICE スライダー固有調整 --- */

/* スライダーの横幅を見出し(index005)と正確に揃えて左端のズレを直す */
.voice-slider {
    width: calc(100% - 30px);
    margin: 0 auto;
}

/* 4件しかなくて続きがない（スライドできない）時は矢印を完全に隠す */
#splide-voice button.splide__arrow:disabled {
    display: none;
}

/* スライダーの矢印を黒にする（!importantを排除し詳細度で上書き） */
#splide-voice button.splide__arrow {
    background: transparent;
}
#splide-voice button.splide__arrow svg {
    fill: #222;
}


/* --- 3. 汎用パーツ (MOREリンク・INFORMATION調整) --- */

/* 青文字の > MORE リンク */
.more-link-blue {
    display: block;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 600;
    color: #4a6c9e;
    letter-spacing: 1px;
    margin-top: 15px;
    padding-right: 15px;
    text-decoration: none;
}
.more-link-blue:hover {
    color: #335079;
    text-decoration: underline;
}

/* 最初のINFORMATION要素の上ボーダーを画像通りに調整 */
.info-list .info-item:first-child {
    border-top: 1px solid #ccc;
}

/* --- 4. COLUMN 専用調整 --- */
.section-column {
    margin-top: 60px;
}
.column-subtitle {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
    padding-left: 15px; /* インデックスと合わせる微調整 */
}
/* リスト幅をインデックスと合わせる */
.column-list {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.column-item {
    width: calc(50% - 10px); /* 2列配置 */
}
@media screen and (max-width: 768px) {
    .column-item {
        width: 100%; /* スマホは1列 */
    }
}
/* カードの構造 */
.column-card-inner {
    height: 100%;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}
.column-card-inner .pic {
    width: 40%;
    flex-shrink: 0;
}
.column-card-inner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column-card-inner .txt {
    width: 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column-title {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
.column-title a {
    color: #333;
    text-decoration: none;
}
/* カテゴリ（ONなど）のテキスト設定 */
.column-term {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
}
.column-term a {
    font-size: 1.4rem; /* フォントサイズ1.4rem */
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    transition: color 0.3s;
}
.column-term a:hover {
    color: #4a6c9e; /* ホバーで青系に */
}
/* SVGアイコンのスタイル */
.icon-arrow-right {
    width: 1.2em;
    height: 1.2em;
    margin-right: 2px;
}
/* MOREリンクのラッパー */
.more-link-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
}
.no-post-msg {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-left: 15px;
}


/* ==========================================================================
   レイアウトコンポーネント: 2列カードリスト (Pattern A: 横並び画像左)
   [検索タグ: #CARD-LIST-2COL-A]
   ========================================================================== */
.section-column {
    margin-top: 60px;
}

.section-subtitle {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
    padding-left: 15px;
}

.card-list-2col-a-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.card-list-2col-a {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: calc(100% - 0px);
    margin: 0 auto;
}

.card-list-2col-a > li {
    width: 100%;
    padding: 0;
}

.card-list-2col-a > li .inbox {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 0;
}

/* 画像エリア */
.card-list-2col-a > li .pic {
    flex: 0 0 200px;
    aspect-ratio: 11 / 7;
    overflow: hidden;
    align-self: center;
}
.card-list-2col-a > li .pic a {
    display: block;
    width: 100%;
    height: 100%;
}
.card-list-2col-a > li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* テキストエリア */
.card-list-2col-a > li .txt {
    flex: 1;
    min-width: 0;
    padding: 10px 12px 0px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-list-2col-a > li .card-title {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
}
.card-list-2col-a > li .card-title a {
    color: #333;
    text-decoration: none;
}

/* カテゴリリンク (ONなど) 1.4rem + SVG */
.card-list-2col-a > li .term-link {
    text-align: right;
    margin: auto 0 0;          /* 右下に寄せる */
}
.card-list-2col-a > li .term-link a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    transition: color 0.3s;
}
.card-list-2col-a > li .term-link a:hover {
    color: #4a6c9e;
}
.card-list-2col-a > li .icon-arrow-svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 2px;
}

/* 汎用クラス */
.text-right { text-align: right; }
.mt-15 { margin-top: 15px; }

/* レスポンシブ対応 */
@media only screen and (max-width: 1199px) {
.card-list-2col-a > li .pic {
        flex: 0 0 150px;
        aspect-ratio: 12 / 9;
    }
.card-list-2col-a > li .txt {
    flex: 1;
    min-width: 0;
    padding: 6px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
}
@media only screen and (max-width: 768px) {
    .card-list-2col-a {
        margin: 0;
        width: 100%;
        gap: 10px;
    }
    /* カード内部を縦積みに（2列は維持） */
    .card-list-2col-a > li .inbox { flex-direction: column; }
    .card-list-2col-a > li .pic {
        flex: unset;
        aspect-ratio: unset;
        overflow: hidden;
        align-self: center;
    }
.card-list-2col-a > li .card-title {
    font-size: 1.5rem;
    min-height: 60px;
    }
    .card-list-2col-a > li .txt { width: 100%; }
}
@media only screen and (max-width: 560px) {
    .card-list-2col-a > li .card-title {
        font-size: 1.4rem;
        min-height: 80px;
    }
}
@media only screen and (max-width: 359px) {
    /* 359px以下のみ1列に */
    .card-list-2col-a > li { width: 100%; padding: 0; 
    }
    .card-list-2col-a {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
}
}






/* ==========================================================================
   レイアウトコンポーネント: 2列サービスカード (BUSINESS 私たちに出来ること 用)
   [検索タグ: #L-SERVICE-CARD-2COL]
   ========================================================================== */
.bg-service-green {
    background-color: #dae2d4; 
}

.l-service-card-2col-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: none;
}

/* 親：gapで隙間を制御 */
.l-service-card-2col {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 25px 20px;
}

/* 子：2列計算 */
.l-service-card-2col > li {
    width: calc((100% - 20px) / 2); 
    padding: 0;
    display: flex;
}

.l-service-card-2col > li .inbox {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    padding: 6px;
    text-decoration: none;
    color: #333;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.l-service-card-2col > li .inbox:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* 画像エリア */
.l-service-card-2col > li .pic {
    max-width: 260px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    background: #429596;
    border-radius: 4px;
    overflow: hidden;
}

.l-service-card-2col > li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* テキストエリア：上揃え */
.l-service-card-2col > li .txt {
    flex: 1;
    padding: 0 5px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}

.l-service-card-2col > li .card-title {
    margin: 0 0 8px 0;
    font-size: 2rem;
    font-weight: 500;
    color: #252525;
    line-height: 1.3;
}

.l-service-card-2col > li .card-desc {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #333;
}

/* 矢印エリア：align-selfで単独中央配置 */
.l-service-card-2col > li .arrow {
    width: 24px;
    flex-shrink: 0;
    align-self: center; /* 矢印だけ上下中央 */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.l-service-card-2col > li .arrow svg {
    width: 24px;
    height: 24px;
}

/* --- レスポンシブ対応 --- */

/* 979px以下：2列維持、中身を微調整 */
@media only screen and (max-width: 979px) {
    .l-service-card-2col { gap: 15px 15px; }
    .l-service-card-2col > li { width: calc((100% - 15px) / 2); }
    .l-service-card-2col > li .pic { width: 110px; height: 85px; }
    .l-service-card-2col > li .txt { padding: 0 10px 0 15px; }
    .l-service-card-2col > li .card-title {
    margin: 0 0 6px 0;
    font-size: 1.5rem;
}
}

/* 768px以下：1列に切替 */
@media only screen and (max-width: 768px) {
    .l-service-card-2col { gap: 15px 0; }
    .l-service-card-2col > li { width: 100%; }
    .l-service-card-2col > li .pic {
        width: 110px;
        height: auto;
    }
    .l-service-card-2col > li .card-title { font-size: 1.6rem; }
    .l-service-card-2col > li .card-desc { font-size: 1.25rem; }
}

/* 480px以下：スマホ最適化 */
@media only screen and (max-width: 480px) {
    .l-service-card-2col > li .pic { width: 85px; height: 70px; }
    .l-service-card-2col > li .card-title { font-size: 1.4rem; }
    .l-service-card-2col > li .card-desc { font-size: 1.15rem; }
}



/* ==========================================================================
   経営哲学 (PHILOSOPHY) セクション
   ========================================================================== */


/* ==========================================================================
   PHILOSOPHY INTRO
   ========================================================================== */
.philo-intro2 {
    padding: 0px 0 0px;
    position: relative;
}
.layout-column-full {
    margin: 0 auto;
    padding: 15px 15px;
    width: 100%;
    max-width: 1500px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
@media screen and (max-width:760px) {
    .layout-column-full {
        padding: 10px;
    }
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    padding: 5px;
    margin: 0;
}
.philo-intro2 .div-bt01 {
    padding: 10px 0 60px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.philo-intro4r .ph4-actions {
    padding: 10px 0 60px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}


.philo-intro4r .ph4-op {
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: row-reverse;
}

.philo-intro4r {
    padding-bottom: 86px;
}
.philo-intro4r .ph4-op img {
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    border: 0;
    vertical-align: top;
    pointer-events: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: yurayura 2.0s infinite;
}
.philo-intro4r .ph4-op01 {
    margin-right: -35px;
    margin-top: 5vw;
    max-width: 25vw;
    background: #ffffff;
    padding: 6px;
    right: 0;
}
.philo-intro4r .ph4-op02 {
    margin-left: 2vw;
    margin-top: 28vw;
    max-width: 14vw;
    background: #ffffff;
    padding: 6px;
}
.philo-intro4r .ph4-op03 {
    margin-right: 100px;
    margin-top: 38vw;
    max-width: 16vw;
    background: #ffffff;
    padding: 6px;
}
.philo-intro4r .wp-block-genesis-blocks-gb-column {
    vertical-align: top;
}
.philo-intro4r .gb-block-layout-column-inner {
    display: block;
}
.op-pick img {
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    border: 0;
    vertical-align: top;
    pointer-events: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation: yurayura 2.0s infinite;
}
.philo-intro3 .op-pick {
    position: relative;
    min-height: 860px;
}
.op01 {
    margin-left: -15px;
    margin-top: 50px;
    max-width: 29vw !important;
    background: #ffffff;
    padding: 6px;
}
.op02 {
    margin-left: 16vw;
    margin-top: 27vw;
    max-width: 16vw;
    background: #ffffff;
    padding: 6px;
}
.op03 {
    margin-left: 2vw;
    margin-top: 36vw;
    max-width: 20vw;
    background: #ffffff;
    padding: 6px;
}
@media only screen and (max-width: 1100px) {
.op01 {
        margin-left: -26px;
        margin-top: 30px;
        max-width: 32vw !important;
    }
    .op02 {
        margin-left: 9vw;
        margin-top: 32vw;
        max-width: 19vw;
        padding: 5px;
    }
    .op03 {
        margin-left: 0vw;
        margin-top: 48vw;
        max-width: 22vw;
        padding: 4px;
    }
}
@media only screen and (max-width: 980px) {
    .op01 {
        max-width: 30vw !important;
    }
    .op02 {
        margin-left: 9vw;
        margin-top: 29vw;
        max-width: 24vw !important;
        padding: 5px;
    }
    op03 {
        margin-left: 0vw;
        margin-top: 44vw;
        max-width: 26vw !important;
        padding: 4px;
    }
}
@media only screen and (max-width: 980px) {
    .op-pick img {
        position: relative;
        opacity: 1;
        max-width: calc(33.333% - 10px) !important;
        margin: 5px;
        padding: 0;
        float: left;
        border-radius: 10px;
    }
    .philo-intro3 .op-pick {
        min-height: 0;
    }
    .philo-intro3 .op-pick::after {
        content: "";
        display: block;
        clear: both;
    }
    .philo-intro4r .ph4-op {
        min-height: 0;
    }
    .philo-intro4r .ph4-op::after {
        content: "";
        display: block;
        clear: both;
    }
    .philo-intro4r .ph4-op img {
        position: relative;
        opacity: 1;
        max-width: calc(33.333% - 10px) !important;
        margin: 5px;
        padding: 0;
        float: left;
        border-radius: 10px;
    }
}
.index-introduce01 {
    font-size: 7rem;
    font-weight: 200;
    color: #535353;
    letter-spacing: 0;
    font-size: clamp(3.2rem, 6.2vw, 10.6rem);
    line-height: 1.3;
}
.philo-intro4r .ph4-title01 {
    font-size: 7rem;
    font-weight: 200;
    color: #535353;
    letter-spacing: 0;
    font-size: clamp(3.2rem, 6.2vw, 10.6rem);
    line-height: 1.3;
}
.index-introduce03 {
    color: #4e2b2b;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
}
.philo-intro4r .ph4-title03 {
    color: #4e2b2b;
    font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.6;
    font-weight: 500;
}
.txt-top-introduction {
    color: #4b4b4b;
    line-height: 2;
    font-weight: 400;
    font-size: 2.1rem;
    padding: 5px;
}
.philo-intro4r .ph4-desc {
    color: #4b4b4b;
    line-height: 2;
    font-weight: 400;
    font-size: 2.1rem;
    padding: 5px;
}
@media only screen and (max-width: 1180px) {
    .txt-top-introduction {
        font-size: 1.8rem;
    }
    .philo-intro4r .ph4-desc {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 1120px) {
.index-introduce01 {
        font-size: 8.4vw;
    }
    .index-introduce03 {
        font-size: 3vw;
    }
    .philo-intro4r .ph4-title01 {
        font-size: 8.4vw;
    }
    .philo-intro4r .ph4-title03 {
        font-size: 3vw;
    }
}
@media only screen and (max-width: 980px) {
    .philo-intro2 .wp-block-genesis-blocks-gb-column {
        display: inline-block;
        padding: 0 0 30px;
        width: 100%;
    }
    .philo-intro4r .wp-block-genesis-blocks-gb-column {
        display: inline-block;
        padding: 0 0 30px;
        width: 100%;
    }
    .philo-intro3 .wp-block-genesis-blocks-gb-column {
        display: inline-block;
        padding: 0 0 30px;
        width: 100%;
    }
    .index-introduce01 {
        font-size: 5vw;
        text-align: center;
        font-weight: 500;
    }
    .index-introduce03 {
        font-size: 3rem;
        text-align: center;
        font-weight: 600;
    }
    .philo-intro4r .ph4-title01 {
        font-size: 5vw;
        text-align: center;
        font-weight: 500;
    }
    .philo-intro4r .ph4-title03 {
        font-size: 3rem;
        text-align: center;
        font-weight: 600;
    }
    .philo-intro2 .txt-top-introduction {
        line-height: 2;
        font-size: 1.5rem;
        text-align: center !important;
    }
    .philo-intro4r .ph4-desc {
        line-height: 2;
        font-size: 1.5rem;
        text-align: center !important;
    }
    .philo-intro3 .txt-top-introduction {
        line-height: 2;
        font-size: 1.5rem;
        text-align: center !important;
    }
    .wp-block-buttons.is-content-justification-right {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 780px) {
    .index-introduce01 {
        font-size: 5.8vw;
        text-align: center;
        font-weight: 500;
    }
    .philo-intro2 .txt-top-introduction {
        text-align: left !important;
    }
    .philo-intro4r .ph4-desc {
        text-align: left !important;
    }
    .philo-intro3 .txt-top-introduction {
        text-align: left !important;
    }
}
@media only screen and (max-width: 680px) {
    .philo-intro2 .txt-top-introduction {
        line-height: 2;
        font-size: 1.4rem;
        text-align: left !important;
    }
    .philo-intro4r .ph4-desc {
        line-height: 2;
        font-size: 1.4rem;
        text-align: left !important;
    }
    .philo-intro3 .txt-top-introduction {
        line-height: 2;
        font-size: 1.4rem;
        text-align: left !important;
    }
}
@media only screen and (max-width: 420px) {
    .philo-intro2 .txt-top-introduction {
        line-height: 1.9;
        font-size: 1.3rem;
    }
    .philo-intro4r .ph4-desc {
        line-height: 1.9;
        font-size: 1.3rem;
    }
    .philo-intro3 .txt-top-introduction {
        line-height: 1.9;
        font-size: 1.3rem;
    }
}

/* @keyframes yurayura {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(8px, 4px) rotateZ(1deg)}
    50% {transform: translate(0px, 8px) rotateZ(0deg)}
    75% {transform: translate(4px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
*/
section#philosophy .introduction-img img {
    animation: none !important;
    transition: none !important;
}














.box-reason-item--reverse .box-reason-img  { grid-column: 2; grid-row: 1; }
.box-reason-item--reverse .box-reason-body { grid-column: 1; grid-row: 1; }

.box-reason-item {
    display: grid;
    grid-template-columns: 10fr 11fr;
    overflow: hidden;
    background: var(--sv-white);
    max-width: 1300px;
    padding: 15px;
    margin: 10px auto 40px;
    align-items: start;
}

.box-reason-item--reverse {
    grid-template-columns: 11fr 10fr;
}

.box-reason-img {
    min-height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.box-reason-img img {
    inset: 0;
    height: 100% !important;
    display: block;
    width: 100%;
    aspect-ratio: 14 / 8;
    object-fit: cover;
    display: block;
}
.box-reason-body {
    padding: 0px 40px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 14px;
    align-content: center;
}
.box-reason-num {
    font-family: var(--sv-serif);
    font-size: 5rem;
    font-weight: 600;
    color: var(--sv-warm);
    line-height: 1;
    letter-spacing: -.02em;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.box-reason-num span {
    font-size: 50%;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
}
.box-reason-tag {
    font-size: 2.6rem;
    font-family: var(--sv-serif);
    line-height: 1.2;
    letter-spacing: 4px;
    color: var(--sv-warm);
    font-weight: 700;
    align-self: center;
    margin: 18px 0 0;
}
.box-reason-title {
    font-family: var(--sv-serif);
    font-size: clamp(19px, 2.2vw, 25px);
    font-weight: 600;
    color: var(--sv-forest);
    line-height: 1.4;
    letter-spacing: .04em;
    margin: 8px 0 16px;
    grid-column: 1 / -1;
}
.box-reason-txt {
    font-size: clamp(16px, 1.5vw, 18px);
    color: var(--sv-ink2);
    line-height: 1.8;
    margin: 0;
    min-height: 110px;
    grid-column: 1 / -1;
}
.box-reason-badge {
    display: inline-block;
    background: #fff; border: 1px solid #3b3934;
    color: var(--sv-ink2); font-size: 1.5rem;
    padding: 5px 14px; border-radius: 5px; margin-top: 20px; grid-column: 1 / -1; justify-self: start; }
.box-reason-item--reverse .box-reason-body  { grid-template-columns: 1fr auto auto; }
.box-reason-item--reverse .box-reason-num   { grid-column: 2; grid-row: 1; }
.box-reason-item--reverse .box-reason-tag   { grid-column: 3; grid-row: 1; }
.box-reason-item--reverse .box-reason-title,
.box-reason-item--reverse .box-reason-badge { text-align: right; }
.box-reason-item--reverse .box-reason-badge { justify-self: end; }
.box-reason-item--reverse .box-reason-txt   { text-align: left; }

@media only screen and (max-width: 1179px) {
    .box-reason-body {
        padding: 0px 20px;
        column-gap: 0;
    }
.box-reason-num {
    font-size: 3.6rem;
}
.box-reason-tag {
    font-size: 2.4rem;
    margin: 8px 0 0;
    letter-spacing: 3px;
}
.box-reason-txt {
     min-height: unset;
}
}

@media only screen and (max-width: 979px) {
.box-reason-img img {
    aspect-ratio: 14 / 10;
}
}

@media only screen and (max-width: 768px) {
    .box-reason-item {
        grid-template-columns: 1fr;
        margin: 0px auto;
        padding: 15px;
    }
    .box-reason-item--reverse .box-reason-img {
        grid-column: 1;
        grid-row: 1;
        aspect-ratio: 20 / 10;
        overflow: hidden;
    }
    .box-reason-item--reverse .box-reason-body {
        grid-column: unset;
        grid-row: unset;
        grid-template-columns: auto auto 1fr;
        column-gap: 0;
    }
    
    .box-reason-img {
        position: static;
        min-height: 0;
        aspect-ratio: 20 / 10;
        overflow: hidden;
    }
    .box-reason-img img {
        position: static !important;
        inset: auto !important;
        height: auto !important;
        width: 100% !important;
        object-fit: unset !important;
    }
    .box-reason-body {
        padding: 15px 0;
        column-gap: 0;
    }
    .box-reason-num {
        font-size: 2.6rem;
    }
    .box-reason-tag {
        font-size: 1.7rem;
        margin: 8px 0 0;
        padding: 0 0 0 5px;
        letter-spacing: 1px;
    }
    .box-reason-item--reverse .box-reason-num,
    .box-reason-item--reverse .box-reason-tag,
    .box-reason-item--reverse .box-reason-title,
    .box-reason-item--reverse .box-reason-badge { text-align: left; }
    .box-advisor-inner   { flex-direction: column; }
    .box-advisor-img     { width: 100%; max-height: 180px; overflow: hidden; padding-top: 0; }
    .box-advisor-img img { max-width: 140px; margin: 0 auto; }
    .box-advisor-content { padding: 32px 28px; }
    .box-cta-band        { padding: 60px 20px; }
}
}

/*======================================================================
||
||    サービスページ共通コンポーネント
||    （tombstone.php / kuyou.php などすべてのサービスページ共通）
||
||    クラス接頭辞: sv-
||    スコープなし（グローバル定義）
||
======================================================================*/

/* ================================================================
   TOKENS
================================================================ */
:root {
    --sv-max-w:     1300px;
    --sv-forest:    #1B3829;
    --sv-sage:      #127547;
    --sv-cream:     #F7F4EE;
    --sv-parchment: #EDE8DF;
    --sv-warm:      #D9D2C5;
    --sv-ink:       #1A1714;
    --sv-ink2:      #3D3830;
    --sv-ink3:      #6E6760;
    --sv-gold:      #C09A3E;
    --sv-gold-lt:   #D4B05A;
    --sv-white:     #FFFFFF;
    --sv-serif:     'Noto Serif JP','Noto Sans JP',serif;
    --sv-sans:      'Noto Sans JP',sans-serif;
    --sv-forest2:  #26513B;
    --sv-gold-pale: #FAF3E0;
    --sv-sec-pad:   80px;
}

/* ================================================================
   INNER CONTAINER
================================================================ */
.sv-inner {
    max-width: var(--sv-max-w);
    margin: 0 auto;
    padding: 15px 20px 35px;
}
.sv-inner2 {
    max-width: var(--sv-max-w);
    margin: 0 auto;
    padding: 15px 15px 10px;
}
.sv-inner3 {
    max-width: 1340px;
    margin: 0 auto;
    padding: 15px 20px 10px;
}
.pv-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px 0px;
}
.dv-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 20px 0px;
}
@media only screen and (max-width: 768px) {
.sv-inner {
    padding: 15px 15px 15px;
}
}
/* ================================================================
   HERO
================================================================ */
.sv-hero {
    background: var(--sv-forest);
    background-size: cover;
    background-position: center;
    padding: 80px 40px 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sv-hero--full {
    padding: 150px 40px 140px;
    min-height: 550px;
}
.sv-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--sv-max-w);
    margin: 0 auto;
    text-align: center;
}
.sv-hero-eyebrow {
    display: block;
    font-size: clamp(14px, 2.5vw, 20px);
    letter-spacing: .22em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 16px;
}
.sv-hero-heading {
    font-family: var(--sv-serif);
    font-size: clamp(20px, 4.5vw, 52px);
    font-weight: 600;
    color: var(--sv-white);
    line-height: 1.4;
    letter-spacing: .06em;
    margin: 0 0 5px;
}
.sv-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(35 35 35 / 24%);
    pointer-events: none;
}

@media only screen and (max-width: 640px) {
    .sv-hero {
        padding: 48px 16px 40px;
        min-height: 300px;
    }
}
/* ================================================================
   JUMP NAVIGATION
================================================================ */
.sv-jumpnav {
    background: var(--sv-white);
    padding: 30px 20px 10px;
    margin: 0 auto;
}
.sv-jumpnav-inner {
    max-width: var(--sv-max-w);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.sv-jumpnav-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 25px 20px;
    border: 1.5px solid #9d9d9d;
    border-radius: 4px;
    font-family: var(--sv-sans);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--sv-forest);
    background: var(--sv-white);
    line-height: 1.4;
    transition: background .2s, border-color .2s, color .2s;
    cursor: pointer;
    text-decoration: none;
}
.sv-jumpnav-btn::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 1l6 5.5L1 12' stroke='%236E6760' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.sv-jumpnav-btn:hover {
    background: var(--sv-parchment);
    border-color: var(--sv-ink3);
    color: var(--sv-forest);
}

/* ================================================================
   BUTTONS
================================================================ */
.sv-action-primary,
a.sv-action-primary,
.sv-action-ghost,
a.sv-action-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 14px 32px;
    border-radius: 32px;
    line-height: 1;
    transition: background .2s, border-color .2s, color .2s, transform .15s;
    cursor: pointer;
}
.sv-action-primary,
a.sv-action-primary {
    background: var(--sv-gold);
    color: var(--sv-forest);
    border: 1.5px solid var(--sv-gold);
}
.sv-action-primary:hover,
a.sv-action-primary:hover {
    background: var(--sv-gold-lt);
    border-color: var(--sv-gold-lt);
    transform: translateY(-2px);
}
.sv-action-ghost,
a.sv-action-ghost {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,.45);
    color: var(--sv-white);
}
.sv-action-ghost:hover,
a.sv-action-ghost:hover {
    border-color: var(--sv-white);
    transform: translateY(-2px);
}

/* ================================================================
   CONCERN SECTIONS
================================================================ */
.sv-concern-sec {
    padding: var(--sv-sec-pad) 0;
    background: var(--sv-white);
}
.sv-concern-sec--alt {
    background: #f5f5f5;
}
.sv-concern-head {
    margin-bottom: 64px;
}
.sv-concern-quotes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
    text-align: right;
}
.sv-concern-quote {
    font-size: clamp(17px, 1.8vw, 33px);
    font-weight: 400;
    color: var(--sv-ink3);
    letter-spacing: .04em;
    line-height: 1.8;
    margin: 0;
}
.sv-concern-title {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 400;
    color: var(--sv-forest);
    letter-spacing: .04em;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #454545;
}
.sv-concern-lead {
    font-size: 1.8rem;
    color: var(--sv-ink2);
    line-height: 2;
    margin: 24px 0 0;
}

/* ================================================================
   SERVICE ITEMS
   レイアウト: 1列リスト、画像左・テキスト右の横並び
================================================================ */
.sv-services {
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
    gap: 20px;
}
.sv-service-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.sv-service-img {
    width: 340px;
    flex-shrink: 0;
    aspect-ratio: 4 / 3; /* 固定比率で写真が常に正しく見える */
    overflow: hidden;
    border-radius: 6px;
    background: var(--sv-warm);
}
.sv-service-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
.sv-service-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 4px 0;
}
.sv-service-title {
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 500;
    color: #2d2d2d;
    line-height: 1.4;
    letter-spacing: .03em;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #b7b7b7;
}
.sv-service-txt {
    font-size: 1.7rem;
    color: #3D3830;
    line-height: 1.8;
    margin: 0;
}
.sv-service-price {
    font-size: 1.5rem;
    color: var(--sv-ink3);
    margin-top: 8px;
    letter-spacing: .03em;
}
.sv-service-price strong {
    color: #c0185e;
    font-size: 2.0rem;
    font-weight: 700;
    margin-left: 4px;
    white-space: nowrap;
}

/* サブタイトル（タイトル横） */
.sv-service-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--sv-ink3);
    margin-left: 10px;
    letter-spacing: .02em;
    vertical-align: middle;
}

/* 施設・内容・メリット・価格 行リスト */
.sv-service-dl {
    width: 100%;
    border-top: 1px dotted var(--sv-warm);
    margin-top: 6px;
    overflow: hidden;
}
.sv-service-dl dt {
    float: left;
    clear: left;
    width: 110px;
    padding: 9px 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--sv-ink3);
    line-height: 1.5;
    border-bottom: 1px dotted var(--sv-warm);
}
.sv-service-dl dd {
    float: left;
    width: calc(100% - 110px);
    margin: 0;
    padding: 6px 0 6px 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    border-bottom: 1px dotted var(--sv-warm);
    min-height: 38px;
}
/* タグバッジ: ブランドカラーのアクセント */
.sv-tag {
    display: inline-block;
    border: 1.5px solid var(--sv-sage);
    border-radius: 20px;
    padding: 2px 13px;
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--sv-sage);
    background: #f2f8f4;
    white-space: nowrap;
    line-height: 1.6;
}
/* 価格 dd */
.sv-service-dl .dd-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #009688;
    letter-spacing: .02em;
}

/* ================================================================
   ADVISOR
================================================================ */
.sv-advisor {
    background: var(--sv-white);
    border: 1px solid var(--sv-warm);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.sv-advisor-inner {
    display: flex;
    align-items: flex-start;
}
.sv-advisor-content {
    flex: 1;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sv-advisor-label {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #7b7b7b;
    border: 1px solid #d5d5d5;
    width: fit-content;
    padding: 0 10px;
    border-radius: 6px;
}
.sv-advisor-q {
    font-size: 2rem;
    font-weight: 600;
    color: var(--sv-forest);
    line-height: 1.6;
    margin: 0;
}
.sv-advisor-a {
    font-size: 1.6rem;
    color: var(--sv-ink2);
    line-height: 1.7;
    padding-left: 5px;
    margin: 0;
}
.sv-advisor-img {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: var(--sv-parchment);
    padding-top: 20px;
    align-self: stretch;
}
.sv-advisor-img img {
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

/* ================================================================
   CTA BAND
================================================================ */
.sv-cta-band {
    background: var(--sv-forest);
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sv-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        135deg,
        transparent, transparent 30px,
        rgba(255,255,255,.02) 30px,
        rgba(255,255,255,.02) 31px
    );
    pointer-events: none;
}
.sv-cta-heading {
    font-family: var(--sv-serif);
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 400;
    color: var(--sv-white);
    letter-spacing: .06em;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}
.sv-cta-band p.sv-cta-lead {
    font-size: 1.8rem;
    color: rgba(255,255,255,.6);
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    line-height: 1.9;
}
.sv-cta-band a.sv-cta-tel {
    display: block;
    font-family: var(--sv-serif);
    font-size: clamp(32px, 5vw, 46px);
    font-weight: 600;
    color: var(--sv-gold-lt) !important;
    letter-spacing: .08em;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}
.sv-cta-band p.sv-cta-tel-sub {
    font-size: 1.5rem;
    color: rgba(255,255,255,.6);
    letter-spacing: .08em;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.sv-cta-band .sv-cta-btn-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.sv-cta-band a.sv-action-primary {
    color: var(--sv-forest);
}
.sv-cta-band a.sv-action-ghost {
    color: var(--sv-white);
}

/* ================================================================
   SECTION WRAPPER
================================================================ */
.sv-sec {
    padding: 0;
}
.sv-sec-head {
    text-align: center;
    padding: 60px 0 20px;
}


@media only screen and (max-width: 768px) {
.sv-sec-head {
    text-align: center;
    padding: 30px 0 15px;
}
}
/* ================================================================
   WORRY SECTION
================================================================ */
.sv-worry-sec  { background: var(--sv-white); }
.sv-worry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.sv-worry-item {
    background: #F5F1EC;
    padding: 32px 36px;
    border-radius: 12px;
}
.sv-worry-col  { display: flex; flex-direction: column; gap: 16px; }
.sv-worry-row  { display: flex; align-items: flex-start; gap: 14px; }
.sv-worry-row--a { background: none; border: none; padding: 0; }
.sv-worry-q,
.sv-worry-a-badge {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    font-family: var(--sv-serif);
    font-size: 1.3rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin-top: 2px; line-height: 1;
}
.sv-worry-q        { background: var(--sv-ink3); color: var(--sv-white); }
.sv-worry-a-badge  { background: #fff; color: #080704; }
.sv-worry-question {
    font-family: var(--sv-serif);
    font-size: 1.9rem; font-weight: 500;
    color: var(--sv-ink); line-height: 1.5; margin: 0;
}
.sv-worry-answer {
    font-size: 1.7rem;
    color: var(--sv-ink2); line-height: 1.8; margin: 0;
}

/* ================================================================
   REASON SECTION
================================================================ */
.sv-reason-sec { background: var(--sv-cream); }

.sv-reason-item.first-item {
    border-top: 1px solid #e1e1e1;
}

.sv-reason-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--sv-warm);
    border: 0px;
    overflow: hidden;
    background: var(--sv-white);
    margin-bottom: 2px;
}
.sv-reason-item--reverse .sv-reason-img  { grid-column: 2; grid-row: 1; }
.sv-reason-item--reverse .sv-reason-body { grid-column: 1; grid-row: 1; }
.sv-reason-img { min-height: 320px; overflow: hidden; position: relative; }
.sv-reason-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
.sv-reason-body {
    padding: 52px 56px;
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 14px;
    align-content: center;
}
.sv-reason-num {
    font-family: var(--sv-serif);
    font-size: 5rem;
    font-weight: 600;
    color: var(--sv-warm);
    line-height: 1;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.sv-reason-num span {
    font-size: 50%;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
}
.sv-reason-tag {
    font-size: 2.6rem;
    font-family: var(--sv-serif);
    line-height: 1.2;
    letter-spacing: 4px;
    color: var(--sv-warm);
    font-weight: 700;
    align-self: center;
    margin: 18px 0 0;
}
.sv-reason-title {
    font-family: var(--sv-sans);
    font-size: clamp(20px, 1.6vw, 25px);
    font-weight: 600;
    color: var(--sv-forest);
    line-height: 1.4;
    letter-spacing: .04em;
    margin: 8px 0 16px;
    grid-column: 1 / -1;
}
.sv-reason-txt {
    font-size: 17px;
    color: var(--sv-ink2);
    line-height: 1.7;
    margin: 0;
    min-height: 110px;
    grid-column: 1 / -1;
}
.sv-reason-badge {
    display: inline-block;
    background: #fff; border: 1px solid #3b3934;
    color: var(--sv-ink2); font-size: 1.5rem;
    padding: 5px 14px; border-radius: 5px; margin-top: 20px; grid-column: 1 / -1; justify-self: start; }
.sv-reason-item--reverse .sv-reason-body  { grid-template-columns: 1fr auto auto; }
.sv-reason-item--reverse .sv-reason-num   { grid-column: 2; grid-row: 1; }
.sv-reason-item--reverse .sv-reason-tag   { grid-column: 3; grid-row: 1; }
.sv-reason-item--reverse .sv-reason-title,
.sv-reason-item--reverse .sv-reason-badge { text-align: right; }
.sv-reason-item--reverse .sv-reason-badge { justify-self: end; }
.sv-reason-item--reverse .sv-reason-txt   { text-align: left; }

@media only screen and (max-width: 1179px) {
.sv-reason-body {
    padding: 40px 36px;
    column-gap: 8px;
}
.sv-reason-num {
    font-size: 3.6rem;
}
    .sv-reason-tag {
        font-size: 2.4rem;
        margin: 8px 0 0;
        letter-spacing: 3px;
    }
    .sv-reason-txt {
         min-height: unset;
    }
}
@media only screen and (max-width: 979px) {

}


/* ================================================================
   MERIT SECTION
================================================================ */
.sv-merit-sec  { background: var(--sv-cream); }
.sv-merit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.sv-merit-item {
    background: var(--sv-parchment);
    padding: 40px 32px; border-radius: 3px;
}
.sv-merit-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.sv-merit-icon {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4f4f4f;
}

.sv-merit-title {
    font-family: var(--sv-serif);
    font-size: 2.0rem; font-weight: 500;
    color: var(--sv-forest); line-height: 1.4; margin: 0;
}
.sv-merit-txt { font-size: 1.7rem; color: var(--sv-ink3); line-height: 1.9; }
.sv-merit-grid--2col { grid-template-columns: repeat(2, 1fr); }

/* ================================================================
   QUOTE BAND
================================================================ */
.sv-quote-band {
    background: var(--sv-forest);
    background-size: cover;
    background-position: center top;
    padding: 0 40px;
    position: relative; overflow: hidden;
}
.sv-quote-band::before {
    content: ''; position: absolute; inset: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent, transparent 79px,
        rgba(255,255,255,.03) 79px,
        rgba(255,255,255,.03) 80px
    );
    pointer-events: none;
}
.sv-quote-inner {
    max-width: var(--sv-max-w); margin: 0 auto;
    display: flex; align-items: center; gap: 48px;
}
.sv-quote-content {
    flex: 1; padding: 72px 0;
    position: relative; z-index: 1;
}
.sv-quote-text {
    font-family: var(--sv-serif);
    font-size: clamp(18px, 2.3vw, 20px); font-weight: 400;
    color: var(--sv-white); line-height: 1.7;
    letter-spacing: .06em; margin: 0;
}
.sv-quote-text span { font-size: 140%; font-weight: 500; display: block; padding: 0 0 8px; }
.sv-quote-text em   { font-style: normal; color: var(--sv-gold-lt); }
.sv-quote-attr {
    font-size: 1.5rem;
    color: rgb(255 255 255 / 92%);
    margin-top: 24px; letter-spacing: .08em;
}
.sv-quote-attr span { font-size: 140%; padding: 0 8px; }
.sv-quote-president {
    flex-shrink: 0; padding: 30px 0 0;
    width: 230px; position: relative; z-index: 1;
    display: flex; align-items: flex-end;
}
.sv-quote-president img { width: 100%; height: auto; object-fit: contain; object-position: bottom; }

/* ================================================================
   LINEUP SECTION
================================================================ */
.sv-lineup-sec  { background: var(--sv-parchment); }
.sv-models-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 26px;
}
.sv-models-image {
    border: 1px solid var(--sv-warm);
    border-radius: 10px;
    background: var(--sv-warm);
    min-height: 360px;
    overflow: hidden;
}
.sv-models-image img {
    width: 100%;
    height: auto;
    display: block;
}
.sv-models-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}
.sv-lineup-note {
    background: var(--sv-white);
    border: 1px solid var(--sv-warm);
    border-radius: 10px;
    padding: 18px 18px;
    color: var(--sv-ink3);
    line-height: 1.9;
    font-size: 1.6rem;
}
.sv-lineup-note p { margin: 0 0 10px; }
.sv-lineup-note ul { margin: 0; padding-left: 1.3em; }
.sv-lineup-note li { margin: 4px 0; }

.sv-models-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.sv-models-card {
    background: var(--sv-white);
    border: 1px solid var(--sv-warm);
    border-radius: 10px;
    padding: 14px 16px;
}
.sv-models-title {
    margin: 0 0 8px;
    font-family: var(--sv-serif);
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--sv-forest);
}
.sv-models-spec {
    margin: 0 0 8px;
    padding-left: 1.25em;
    color: var(--sv-ink3);
    font-size: 1.45rem;
    line-height: 1.7;
}
.sv-models-desc {
    margin: 0;
    color: var(--sv-ink2);
    font-size: 1.45rem;
    line-height: 1.7;
}

@media only screen and (max-width: 980px) {
    .sv-models-grid {
        grid-template-columns: 1fr;
    }
    .sv-models-image {
        min-height: 260px;
    }
}
.sv-lineup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sv-lineup-card {
    background: var(--sv-white);
    border: 1px solid var(--sv-warm);
    border-radius: 10px; overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.sv-lineup-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(27,56,41,.12);
}
.sv-lineup-card-img { aspect-ratio: 4/3; overflow: hidden; background: var(--sv-warm); }
.sv-lineup-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sv-lineup-card:hover .sv-lineup-card-img img { transform: scale(1.04); }
.sv-lineup-card-body { padding: 24px 26px 28px; }
.sv-lineup-card-label {
    font-size: .9rem; letter-spacing: .16em; font-weight: 700;
    color: var(--sv-gold); border: 1px solid var(--sv-gold);
    padding: 2px 8px; border-radius: 1px;
    display: inline-block; margin-bottom: 12px;
}
.sv-lineup-card-title {
    font-family: var(--sv-serif);
    font-size: 2.1rem; font-weight: 500;
    color: var(--sv-forest); line-height: 1.4; margin: 0 0 10px;
}
.p-service.sv-page #ts-lineup .sv-lineup-card-title {
    font-family: var(--sv-sans);
}
.sv-lineup-card-txt  { font-size: 1.7rem; color: var(--sv-ink3); line-height: 1.9; }
.sv-spec-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sv-spec-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 999px;
    background: var(--sv-white);
    font-size: 1.35rem;
    color: var(--sv-ink2);
    line-height: 1.2;
    white-space: nowrap;
}
.sv-spec-desc {
    margin: 10px 0 0;
    font-size: 1.45rem;
    line-height: 1.8;
    color: var(--sv-ink3);
}
.sv-lineup-card-more {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 16px; font-size: 1.2rem; font-weight: 700;
    color: var(--sv-sage); letter-spacing: .06em;
}
.sv-lineup-card-more--cta {
    border: 1px solid var(--sv-sage);
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    background: var(--sv-white);
}
.sv-lineup-card-more--cta::after { content: none; }
.sv-lineup-card-more--cta:hover { background: rgba(130, 155, 124, .10); }
.sv-lineup-card-more--cta::before { content: none; }
.sv-lineup-card-more::after { content: '→'; transition: transform .2s; }
.sv-lineup-card:hover .sv-lineup-card-more::after { transform: translateX(5px); }

/* FLOW PLEDGE */
.sv-flow-pledge {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    border-radius: 6px; margin-bottom: 48px; overflow: hidden;
}
.sv-flow-pledge-inner {
    display: flex; align-items: center;
    gap: 28px; padding: 28px 36px;
}
.sv-flow-pledge-icon {
    width: 60px; height: 60px; border-radius: 50%;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: var(--sv-forest);
}
.sv-flow-pledge-title {
    display: block;
    font-family: var(--sv-serif);
    font-size: 2.0rem; font-weight: 700;
    color: #5b5b5b; letter-spacing: .06em; margin-bottom: 8px;
}
.sv-flow-pledge-txt {
    font-size: 1.7rem;
    color: var(--sv-ink2); line-height: 1.8; margin: 0;
}



/* ================================================================
   SMOOTH SCROLL
================================================================ */
html {
    scroll-behavior: smooth;
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media only screen and (max-width: 900px) {
    :root { --sv-sec-pad: 52px; }
    .sv-hero            { padding: 60px 20px 52px; }
    .sv-jumpnav         { position: static; padding: 16px 20px; }
    .sv-service-item    { gap: 24px; padding: 28px 0; }
    .sv-service-img     { width: 240px; }
    /* reasonセクション: 900px以下で縦積み */
    .sv-reason-item {
        grid-template-columns: 1fr;
    }
    .sv-reason-item--reverse .sv-reason-img {
        grid-column: 1;
        grid-row: 1;
        aspect-ratio: 20 / 10;
        overflow: hidden;
    }
    .sv-reason-item--reverse .sv-reason-body { grid-column: 1; grid-row: 2; }
    /* 縦積み時: absolute解除して画像をフル表示 */
    .sv-reason-img {
        position: static;
        min-height: 0;
        aspect-ratio: 20 / 10;
        overflow: hidden;
    }
    .sv-reason-img img {
        position: static !important;
        inset: auto !important;
        height: auto !important;
        width: 100% !important;
        object-fit: unset !important;
    }
    .sv-reason-body { padding: 36px 32px; }
    .sv-reason-item--reverse .sv-reason-num,
    .sv-reason-item--reverse .sv-reason-tag,
    .sv-reason-item--reverse .sv-reason-title,
    .sv-reason-item--reverse .sv-reason-badge { text-align: left; }
    .sv-reason-body, .sv-reason-item--reverse .sv-reason-body {
        grid-template-columns: auto auto 1fr;
        column-gap: 0;
     }
     .sv-reason-tag {
        font-size: 1.8rem;
        margin: 8px 0 0 4px;
        letter-spacing: 1px;
    }
    .sv-advisor-inner   { flex-direction: column; }
    .sv-advisor-img     { width: 100%; max-height: 180px; overflow: hidden; padding-top: 0; }
    .sv-advisor-img img { max-width: 140px; margin: 0 auto; }
    .sv-advisor-content { padding: 32px 28px; }
    .sv-cta-band        { padding: 60px 20px; }
}
@media only screen and (max-width: 640px) {
    .sv-hero            { padding: 48px 16px 40px; }
    .sv-jumpnav-inner   { grid-template-columns: 1fr; gap: 8px; }
    /* 640px以下: 画像上・テキスト下の縦積み */
    .sv-service-item    { flex-direction: column; gap: 0; padding: 28px 0; }
    .sv-service-img     { width: 100%; aspect-ratio: 16 / 9; border-radius: 6px 6px 0 0; }
    .sv-service-body    { padding: 20px 0 0; }
    .sv-advisor-content { padding: 24px 20px; }
    .sv-cta-band        { padding: 52px 20px; }
    .sv-cta-btn-row     { flex-direction: column; align-items: center; }
    .sv-action-primary,
    .sv-action-ghost    { width: 100%; max-width: 320px; justify-content: center; }
    .sv-reason-body {
        padding: 25px 15px;
    }
    .sv-reason-num {
        font-size: 3.2rem;
    }
    .sv-reason-tag {
        font-size: 1.8rem;
        margin: 8px 0 0 4px;
        letter-spacing: 1px;
    }
}

/* ================================================================
   FOOTER (ft- クラス接頭辞)
   スコープ: footer.php 内の .ft-footer 以下
   ベースカラーは sv- トークンを使用
================================================================ */
.ft-footer {
    font-family: var(--sv-sans);
}

/* --- MAIN NAV AREA --- */
.ft-nav {
    background: #111e17; /* forest よりやや濃い色 */
    padding: 56px 0 44px;
}

.ft-logo-name {
    font-family: var(--sv-serif);
    font-size: 2.2rem;
    color: var(--sv-white);
    font-weight: 600;
    margin: 0;
    letter-spacing: .06em;
}
.ft-tagline {
    font-size: 1.35rem;
    color: rgba(255,255,255,.45);
    margin: 0;
    letter-spacing: .04em;
}
.ft-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.ft-col-title {
    font-size: 1.15rem;
    font-weight: 600;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: rgba(255, 255, 255, .97);
    letter-spacing: .1em;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.ft-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.ft-col ul li a {
    font-size: 1.4rem;
    color: rgba(255,255,255,.68);
    text-decoration: none;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
}
.ft-col ul li a::before {
    content: '–';
    color: rgba(255, 255, 255, .35);
    font-size: 1.1rem;
    flex-shrink: 0;
}
.ft-col ul li a:hover { color: var(--sv-white); }

/* 会社情報カラム */
.ft-info-address {
    font-size: 1.35rem;
    color: rgba(255,255,255,.55);
    line-height: 1.9;
    margin: 0 0 12px;
}

/* --- BOTTOM BAR --- */
.ft-bottom {
    background: #0c1610;
    padding: 16px 0;
}
.ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.ft-bottom-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.ft-bottom-links a {
    font-size: 1.3rem;
    color: rgba(255,255,255,.38);
    text-decoration: none;
    transition: color .2s;
}
.ft-bottom-links a:hover { color: rgba(255,255,255,.7); }
.ft-copy {
    font-size: 1.25rem;
    color: rgba(255,255,255,.35);
    margin: 0;
}

/* --- FOOTER RESPONSIVE --- */
@media only screen and (max-width: 1100px) {
    .ft-nav-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 40px; }
}
@media only screen and (max-width: 600px) {
    .ft-nav      { padding: 40px 0 32px; }
    .ft-nav-grid { grid-template-columns: 1fr; gap: 28px; }
    .ft-logo-row { flex-direction: column; gap: 4px; }
    .ft-bottom-inner { flex-direction: column; align-items: flex-start; }
}























/*======================================================================
||
||    PAGE: 墓石の販売 (tombstone.php)
||
||    スコープ: .p-service
||    ※ SVコンポーネントはすべて sv-shared.css 参照。
||    ※ ここには .p-service 固有リセット + ts-stat-* のみ記載。
||
======================================================================*/

/* ================================================================
   TOKENS（固有値のみ）
================================================================ */
.p-service {
    --ts-sec-pad: 88px; /* tombstone固有のセクション間隔 */
}

/* BASE RESET → sv-shared.css の .sv-page に定義済み。p色も .sv-page p に移動済み。 */


/* ================================================================
   STAT STRIP（tombstone固有）
================================================================ */
.p-service .ts-stat-strip {
    background: var(--sv-forest2);
    padding: 32px 40px;
}
.p-service .ts-stat-inner {
    max-width: var(--sv-max-w);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.p-service .ts-stat-item {
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,.12);
}
.p-service .ts-stat-item:last-child { border-right: none; }
.p-service .ts-stat-num {
    font-family: var(--sv-serif);
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 600;
    color: var(--sv-gold-lt);
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 6px;
}
.p-service .ts-stat-num sup,
.p-service .ts-stat-num sub { font-size: .45em; }
.p-service .ts-stat-label {
    font-size: 1.1rem;
    color: rgba(255,255,255,.55);
    letter-spacing: .1em;
}

/* ================================================================
   RESPONSIVE
================================================================ */
@media only screen and (max-width: 900px) {
    .p-service { --ts-sec-pad: 52px; }
    .p-service .ts-stat-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        background: rgba(255,255,255,.12);
    }
    .p-service .ts-stat-item {
        padding: 20px;
        background: var(--sv-forest2);
    }
}
@media only screen and (max-width: 640px) {
    .p-service .ts-stat-strip { padding: 24px 16px; }
}






/*==== ねこねこ  ====*/
/*======================================================================
||
||    PAGE: 供養の悩み解決します (kuyou.php)
||
||    スコープ: .p-kuyou（ページラッパー固有リセットのみ）
||    sv- コンポーネント共通スタイル → sv-shared.css 参照
||
======================================================================*/

/* トークンはすべて sv-shared.cssの :rootに定義済み。ここには重複定義しない。 */

/* ---- BASE RESET ---- */
.p-kuyou {
    background: var(--sv-white);
    color: var(--sv-ink);
    line-height: 1.8;
    overflow-x: hidden;
}





/*======================================================================
||
||    HEADER
||    対象: .header / .logo-hero / .logo-sticky / .headline1 / .headline2
||          .head-buttons / .nav / .nav-scrolled / .drawer
||
||    HTML構造 (header.php):
||    <header class="header">
||      <div class="logo-hero-sub">  ← ライセンスバー（直接子要素）
||      <div class="container">
||        <div class="headline1">   ← ロゴ / スクロール時ナビ / ボタン / ドロワー
||        <div class="headline2">   ← メインナビ（非スクロール時）
||        <div class="logo-sticky"> ← スクロール時ロゴ
||
======================================================================*/

/* ================================================================
   1. ヘッダー基盤
================================================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: background-color .3s ease-in-out;
}

.header .container {
    max-width: 100%;
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

/* ================================================================
   2. ライセンスバー（宅地建物取引業 / 免許番号）
      header の直接子要素として通常フローで配置
================================================================ */
.header > .logo-hero-sub {
    background: #f9f9f9;
    color: #333333;
    padding: 5px 20px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.header > .logo-hero-sub img.hato-mark {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* スクロール時はライセンスバーを非表示 */
body.is-scrolled .header > .logo-hero-sub {
    display: none;
}

/* ================================================================
   3. ロゴ共通
================================================================ */
.logo {
    margin: 0;
    line-height: 1;
    flex-shrink: 0;
}

/* ================================================================
   3a. ヒーローロゴ（非スクロール時表示）
================================================================ */
.logo-hero {
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    flex-shrink: 0;
    margin-right: auto; /* ロゴを左端に固定、残りを右寄せ */
    display: flex;
    flex-direction: column;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
}

.logo-hero .logo-hero-main a {
    font-family: '07ltg', sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1;
    display: block;
    text-decoration: none;
}

/* スクロール時にヒーローロゴを隠す + レイアウトから除外 */
body.is-scrolled .logo-hero {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    flex: 0 0 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* ================================================================
   3b. スティッキーロゴ（スクロール時表示）
================================================================ */
.logo-sticky {
    height: 0;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    order: -1;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.logo-sticky a {
    font-family: '07ltg', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

.header.is-scrolled .logo-sticky {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-right: 20px;
}

/* ================================================================
   4. HEADLINE 1: ロゴ / スクロール時ナビ / ボタン / ドロワー
================================================================ */
.headline1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    position: relative;
}



/* ================================================================
   5. ヘッドボタン（電話 / コンタクト）
================================================================ */
.header .head-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* responsived アイコンはデフォルト非表示 */
.head-buttons .responsived {
    display: none;
}
/* responsived SVG: 20px アイコン（40px丸の内側） */
.head-buttons .responsived svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* 電話番号 */
.phone-buttons a {
    font-family: "Barlow", sans-serif;
    font-size: 3.4rem;
    font-weight: 500;
    color: #1B3829;
    text-decoration: none;
    line-height: 1.1;
    padding: 0 5px 0 0;
    white-space: nowrap;
}
.phone-buttons a span {
    font-size: 55%;
    font-weight: 600;
}

/* ご相談・お問合せボタン */
.contact-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #707070;
    border-radius: 50px;
    background-color: #ffffff;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.contact-button::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-right: 8px;
    flex-shrink: 0;
}

/* ================================================================
   7. スクロール時ナビゲーション（.nav-scrolled）
      headline1 内に配置。デフォルト非表示
================================================================ */
.nav-scrolled {
    display: none;
    padding-right: 0;
}

/* ================================================================
   8. スクロール状態
================================================================ */
.header.is-scrolled {
    height: 68px;
    padding: 0;
    background-color: #0d5f3c;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
}

.header.is-scrolled .container {
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.header.is-scrolled .headline1 {
    flex: 1;
    height: 100%;
    min-width: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    position: relative; /* 内部のabsolute配置の基準点 */
}

.header.is-scrolled .headline2 {
    display: none;
}

/* スクロール時の電話・ボタン色 */
.header.is-scrolled .phone-buttons a {
    color: #ffffff;
}

.header.is-scrolled .contact-button {
    border-color: rgba(255,255,255,.6);
    color: #ffffff;
    background: transparent;
}

.header.is-scrolled .contact-button::before {
    border-color: #ffffff;
}

/* スクロール時: テキスト → アイコン 切替 */
.header.is-scrolled .head-buttons .not-responsived {
    display: none;
}
.header.is-scrolled .head-buttons {
    margin-left: auto; /* 常に右端に固定 */
    flex-shrink: 0;
}
.header.is-scrolled .head-buttons .responsived {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.8);
    padding: 0;
    flex-shrink: 0;
    color: #ffffff;
}

/* ================================================================
   9. コンテンツオフセット
      JS が header.getBoundingClientRect().bottom を
      CSS変数 --header-h に設定し、ここで参照
================================================================ */
#theme-main {
    padding-top: var(--header-h, 135px); /* JSが--header-hを設定、未設定時135px */
}

/* ================================================================
   10. レスポンシブ
================================================================ */

@media only screen and (max-width: 1280px) {
    .header .container { max-width: 100%; }
    .nav ul { gap: 8px; }
    .header:not(.is-scrolled) .nav a,
    .header.is-scrolled .nav a { font-size: 1.5rem; }
}

@media only screen and (max-width: 979px) {
    .nav ul { gap: 10px; }
}

/* 900px以上: スクロール時にナビ + 丸アイコン表示 */
@media only screen and (min-width: 900px) {
    .header:not(.is-scrolled) .head-buttons .responsived { display: none; }

    .header.is-scrolled .head-buttons .not-responsived { display: none; }
    .header.is-scrolled .head-buttons .responsived {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1.5px solid rgba(255,255,255,.8);
        padding: 0;
        flex-shrink: 0;
        color: #ffffff;
    }
    .header.is-scrolled .head-buttons .responsived svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }

    /* スクロール時ナビ */
    .header.is-scrolled .nav-scrolled {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
        align-items: center;
        display: none;
    }
    .header.is-scrolled .head-buttons {
        flex-shrink: 0;
        /* margin-left: auto は上の共通ルールで適用済み */
    }
    .header.is-scrolled .nav-scrolled ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header.is-scrolled .nav-scrolled li { display: block; }
    .header.is-scrolled .nav-scrolled a {
        color: rgba(255,255,255,.9);
        white-space: nowrap;
        font-size: 1.4rem;
        letter-spacing: 1px;
        text-decoration: none;
    }
    .header.is-scrolled .nav-scrolled a:hover { color: #ffffff; }
}

/* 899px以下: ナビ非表示 / 常時丸アイコン */
@media only screen and (max-width: 899px) {
    .nav,
    .headline2 { display: none; }

    /* アイコンを右端に寄せる（flexbox方式） */
    .header.is-scrolled .head-buttons {
        margin-left: auto;
    }

    .header .head-buttons .not-responsived { display: none; }
    .header .head-buttons .responsived {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1.5px solid #1B3829;
        padding: 0;
        flex-shrink: 0;
        color: #1B3829;
    }
    .header .head-buttons .responsived svg {
        width: 20px;
        height: 20px;
        fill: #1B3829;
    }
    .header.is-scrolled .head-buttons .responsived {
        border-color: rgba(255,255,255,.8);
        color: #ffffff;
    }
    .header.is-scrolled .head-buttons .responsived svg {
        fill: #ffffff;
    }
}


/*======================================================================
||
||    HEADER
||    対象: .header / .logo-hero / .logo-sticky / .headline1 / .headline2
||          .head-buttons / .nav / .nav-scrolled / .drawer
||
||    HTML構造 (header.php):
||    <header class="header">
||      <div class="logo-hero-sub">  ← ライセンスバー（直接子要素）
||      <div class="container">
||        <div class="headline1">   ← ロゴ / スクロール時ナビ / ボタン / ドロワー
||        <div class="headline2">   ← メインナビ（非スクロール時）
||        <div class="logo-sticky"> ← スクロール時ロゴ
||
======================================================================*/

/* ================================================================
   1. ヘッダー基盤
================================================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: background-color .3s ease-in-out;
}

.header .container {
    max-width: 100%;
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

/* ================================================================
   2. ライセンスバー（宅地建物取引業 / 免許番号）
      header の直接子要素として通常フローで配置
================================================================ */
.header > .logo-hero-sub {
    background: #f9f9f9;
    color: #333333;
    padding: 5px 20px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.header > .logo-hero-sub img.hato-mark {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* スクロール時はライセンスバーを非表示 */
body.is-scrolled .header > .logo-hero-sub {
    display: none;
}

/* ================================================================
   3. ロゴ共通
================================================================ */
.logo {
    margin: 0;
    line-height: 1;
    flex-shrink: 0;
}

/* ================================================================
   3a. ヒーローロゴ（非スクロール時表示）
================================================================ */
.logo-hero {
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    flex-shrink: 0;
    margin-right: auto; /* ロゴを左端に固定、残りを右寄せ */
    display: flex;
    flex-direction: column;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
}

.logo-hero .logo-hero-main a {
    font-family: '07ltg', sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1;
    display: block;
    text-decoration: none;
}

/* スクロール時にヒーローロゴを隠す + レイアウトから除外 */
body.is-scrolled .logo-hero {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    flex: 0 0 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* ================================================================
   3b. スティッキーロゴ（スクロール時表示）
================================================================ */
.logo-sticky {
    height: 0;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    order: -1;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.logo-sticky a {
    font-family: '07ltg', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

.header.is-scrolled .logo-sticky {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-right: 20px;
}

/* ================================================================
   4. HEADLINE 1: ロゴ / スクロール時ナビ / ボタン / ドロワー
================================================================ */
.headline1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    position: relative;
}

/* ================================================================
   6. HEADLINE 2: メインナビゲーション（非スクロール時）
================================================================ */
.headline2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 3px 0 15px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav {
    padding-right: 0;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav li {
    margin: 0;
}

.nav a {
    font-weight: bold;
    transition: color .3s;
}

.header:not(.is-scrolled) .nav a {
    color: #3f3d3d;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.header:not(.is-scrolled) .nav a:hover {
    color: var(--main-color);
}

/* ================================================================
   5. ヘッドボタン（電話 / コンタクト）
================================================================ */
.header .head-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* responsived アイコンはデフォルト非表示 */
.head-buttons .responsived {
    display: none;
}
/* responsived SVG: 20px アイコン（40px丸の内側） */
.head-buttons .responsived svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ご相談・お問合せボタン */
.contact-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #707070;
    border-radius: 50px;
    background-color: #ffffff;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.contact-button::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-right: 8px;
    flex-shrink: 0;
}

/* ================================================================
   6. HEADLINE 2: メインナビゲーション（非スクロール時）
================================================================ */

.nav {
    padding-right: 0;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav li {
    margin: 0;
}

.nav a {
    font-weight: bold;
    transition: color .3s;
}

.header:not(.is-scrolled) .nav a {
    color: #3f3d3d;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.header:not(.is-scrolled) .nav a:hover {
    color: var(--main-color);
}

/* ================================================================
   7. スクロール時ナビゲーション（.nav-scrolled）
      headline1 内に配置。デフォルト非表示
================================================================ */
.nav-scrolled {
    display: none;
    padding-right: 0;
}

/* ================================================================
   8. スクロール状態
================================================================ */
.header.is-scrolled {
    height: 68px;
    padding: 0;
    background-color: #0d5f3c;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
}

.header.is-scrolled .container {
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.header.is-scrolled .headline1 {
    flex: 1;
    height: 100%;
    min-width: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    position: relative; /* 内部のabsolute配置の基準点 */
}

.header.is-scrolled .headline2 {
    display: none;
}

/* スクロール時の電話・ボタン色 */
.header.is-scrolled .phone-buttons a {
    color: #ffffff;
}

.header.is-scrolled .contact-button {
    border-color: rgba(255,255,255,.6);
    color: #ffffff;
    background: transparent;
}

.header.is-scrolled .contact-button::before {
    border-color: #ffffff;
}

/* スクロール時: テキスト → アイコン 切替 */
.header.is-scrolled .head-buttons .not-responsived {
    display: none;
}
.header.is-scrolled .head-buttons {
    margin-left: auto; /* 常に右端に固定 */
    flex-shrink: 0;
}
.header.is-scrolled .head-buttons .responsived {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.8);
    padding: 0;
    flex-shrink: 0;
    color: #ffffff;
}

/* ================================================================
   9. コンテンツオフセット
      JS が header.getBoundingClientRect().bottom を
      CSS変数 --header-h に設定し、ここで参照
================================================================ */
#theme-main {
    padding-top: var(--header-h, 135px); /* JSが--header-hを設定、未設定時135px */
}

/* ================================================================
   10. レスポンシブ
================================================================ */

@media only screen and (max-width: 1280px) {
    .header .container { max-width: 100%; }
    .nav ul { gap: 8px; }
    .header:not(.is-scrolled) .nav a,
    .header.is-scrolled .nav a { font-size: 1.5rem; }
}

@media only screen and (max-width: 979px) {
    .nav ul { gap: 10px; }
}

/* 900px以上: スクロール時にナビ + 丸アイコン表示 */
@media only screen and (min-width: 900px) {
    .header:not(.is-scrolled) .head-buttons .responsived { display: none; }

    .header.is-scrolled .head-buttons .not-responsived { display: none; }
    .header.is-scrolled .head-buttons .responsived {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1.5px solid rgba(255,255,255,.8);
        padding: 0;
        flex-shrink: 0;
        color: #ffffff;
    }
    .header.is-scrolled .head-buttons .responsived svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }

    /* スクロール時ナビ: アイコン重なり防止のため非表示 */
    .header.is-scrolled .nav-scrolled {
        display: none;
    }
    .header.is-scrolled .head-buttons {
        flex-shrink: 0;
        /* margin-left: auto は上の共通ルールで適用済み */
    }
    .header.is-scrolled .nav-scrolled ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header.is-scrolled .nav-scrolled li { display: block; }
    .header.is-scrolled .nav-scrolled a {
        color: rgba(255,255,255,.9);
        white-space: nowrap;
        font-size: 1.4rem;
        letter-spacing: 1px;
        text-decoration: none;
    }
    .header.is-scrolled .nav-scrolled a:hover { color: #ffffff; }
}

/* 899px以下: ナビ非表示 / 常時丸アイコン */
@media only screen and (max-width: 899px) {
    .nav,
    .headline2 { display: none; }

    /* アイコンを右端に寄せる（flexbox方式） */
    .header.is-scrolled .head-buttons {
        margin-left: auto;
    }

    .header .head-buttons .not-responsived { display: none; }
    .header .head-buttons .responsived {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1.5px solid #1B3829;
        padding: 0;
        flex-shrink: 0;
        color: #1B3829;
    }
    .header .head-buttons .responsived svg {
        width: 20px;
        height: 20px;
        fill: #1B3829;
    }
    .header.is-scrolled .head-buttons .responsived {
        border-color: rgba(255,255,255,.8);
        color: #ffffff;
    }
    .header.is-scrolled .head-buttons .responsived svg {
        fill: #ffffff;
    }
}

@media only screen and (max-width: 768px) {
    .header .container { padding: 0 10px; }
    .headline1 { gap: 6px; padding: 6px 0; }
    .logo-hero .logo-hero-main a { font-size: 2.2rem; }
}

@media only screen and (max-width: 480px) {
    .logo-hero .logo-hero-main a { font-size: 1.9rem; }
    .header > .logo-hero-sub { padding: 2px 12px; font-size: 0.95rem; }
    .headline1 { gap: 0; }
    .header .head-buttons .responsived,
    .header.is-scrolled .head-buttons .responsived {
        width: 33px;
        height: 33px;
    }
}

/* 極小画面（~360px）: スティッキーロゴ・アイコン・ハンバーガーが右端に収まるようサイズ調整 */
@media only screen and (max-width: 360px) {
    .header.is-scrolled .logo-sticky { margin-right: 8px; }
    .header.is-scrolled .logo-sticky a { font-size: 1.8rem; }
    .header .head-buttons .responsived,
    .header.is-scrolled .head-buttons .responsived {
        width: 28px;
        height: 28px;
    }
    .drawer-open { width: 44px; height: 44px; }
}

/*------------------------------
  ハンバーガーメニュー（ドロワー）
------------------------------*/

.header .container .drawer {
    position: relative;
    left: 0;
    top: 0;
    flex-shrink: 0; /* ハンバーガーは縮小しない */
    z-index: 2;     /* アイコンやナビより常に前面 */
}

.drawer-hidden {
    display: none;
}

.drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.drawer-open span,
.drawer-open span::before,
.drawer-open span::after {
    content: '';
    display: block;
    height: 4px;
    width: 35px;
    border-radius: 3px;
    background: #1b3829;
    transition: .5s;
    position: absolute;
}

.header.is-scrolled .drawer-open span,
.header.is-scrolled .drawer-open span::before,
.header.is-scrolled .drawer-open span::after {
    background: #ffffff;
}

.drawer-open span::before { bottom: 9px; }
.drawer-open span::after  { top: 9px; }

#drawer-check:checked ~ .drawer-open span {
    background: rgba(255,255,255,0);
}
#drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #ffffff;
}
#drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #ffffff;
}





@media only screen and (max-width: 980px) {
    .bt-menu { width: 50%; }
}

@media only screen and (max-width: 480px) {
    .drawer-content .in-space {
        max-width: 100%;
        padding: 50px 10px 0;
    }
    .drawer-menu {
        width: 100%;
        float: left;
        padding: 0;
    }
    .drawer-index {
        font-size: 1.9rem;
        margin: 10px 0 0;
        padding: 0;
    }
    .bt-menu { padding: 1px; }
    .bt-menu a {
        font-size: 13px;
        padding: 2px 5px 3px;
        border-radius: 3px;
    }
}



.unclaimed-grave-case h4 {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 1px solid #111111;
    color: var(--sv-forest);
    margin: 20px 0 0px;
    padding-left: 0;
    border-left: unset;
}

.unclaimed-grave-case p {
    line-height: 1.7;
    letter-spacing: 0.15px;
    margin: 10px 0 40px;
    padding: 1px;
    font-size: 1.75rem;
}

/* 無縁墓 #flow のみ: 既定の step-bar=float を維持し、段ずれだけ clear で抑える */
.p-muenbo #flow .section-page-timeline .step-bar:nth-child(2n + 1) {
    clear: both;
}

/* =============================================================================
   サイトマップ（.wsp-container / .wsp-pages-list 用）
   .kv / .breadcrumb / .news-single / .main-content と併用
   ============================================================================= */
   
.p-sitemap-layout .kv.news_kv {
    background: linear-gradient(135deg, #f4f6f8 0%, #e8ecf2 100%);
    border-bottom: 1px solid #dde2ea;
}

.p-sitemap-layout .kv.news_kv .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1rem 2rem;
}

.p-sitemap-layout .kv__txts {
    text-align: left;
}

.p-sitemap-layout .kv__ttl-en {
    margin: 0;
    padding: 2px;
    font-family: "Barlow", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1c2330;
}

.p-sitemap-layout .kv__ttl-jp {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 500;
    color: #1a2430;
}

.p-sitemap-layout .breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e5e9ef;
}

.p-sitemap-layout .breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.4rem 0.8rem;
    font-size: 1.5rem;
    color: #4a5560;
}

/* 区切り: .contact-button::before と同系のボーダー＋45°回転シェブロン */
.p-sitemap-layout .breadcrumb__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.25em;
    height: 1em;
    margin: 0 0.15em;
    vertical-align: middle;
}

.p-sitemap-layout .breadcrumb__sep::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0d5f3c;
    border-right: 1px solid #0d5f3c;
    opacity: 0.65;
    transform: rotate(45deg);
}

.p-sitemap-layout .breadcrumb a {
    font-size: 1.4rem;
    color: #0d5f3c;
    text-decoration: none;
}

.p-sitemap-layout .breadcrumb a:hover {
    text-decoration: underline;
}

.p-sitemap-layout .breadcrumb .current-item {
    font-size: 1.4rem;
}

.p-sitemap-layout .news-single.sec-wrap {
    padding: 2.5rem 0 4rem;
    background: #fff;
}

.p-sitemap-layout .main-content.m_auto {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 1200px);
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .p-sitemap-layout .main-content:has(.wsp-pages-list) {
        width: min(100%, 1200px);
    }
}

.p-sitemap-layout .wsp-container {
    width: 100%;
}

.p-sitemap-layout .wsp-pages-list {
    display: grid;
    gap: 3rem;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

@media (min-width: 768px) {
    .p-sitemap-layout .wsp-pages-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 5rem;
    }
}

.p-sitemap-layout .wsp-pages-list .page_item a {
    position: relative;
    text-decoration: none;
}

.p-sitemap-layout .wsp-pages-list .page_item a::before {
    content: "\276F";
    position: absolute;
    font-size: 0.65em;
    line-height: 1;
    top: 50%;
    translate: 0 -50%;
    opacity: 0.85;
}

.p-sitemap-layout .wsp-pages-list .wsp-index {
    display: block;
    padding: 0.5em 1em 0.5em 0.9em;
    background: #105f3d;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
}

.p-sitemap-layout .wsp-pages-list > .page_item > a:hover {
    background: var(--wsp-accent-hover);
    color: #fff;
}

.p-sitemap-layout .wsp-pages-list .children {
    padding-left: 0;
    margin: 0.75rem 0 0;
    list-style-type: none;
}

.p-sitemap-layout .wsp-pages-list .children .page_item {
    padding-left: 0.6em;
    margin-top: 0.5em;
}

.p-sitemap-layout .wsp-pages-list .children a {
    display: inline-block;
    padding: 0.15em 0 0.15em 0.7em;
    color: #1a2430;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.p-sitemap-layout .wsp-pages-list .children a:hover {
    color: var(--wsp-accent);
    border-bottom-color: rgba(0, 0, 85, 0.25);
}

.p-sitemap-layout .wsp-pages-list .children a::before {
    top: 1.9em;
    left: 0;
    color: var(--wsp-accent);
    font-size: 0.55em;
}

/* ================================================================
   HAJIMETE GUIDE: お墓選びのポイント グリッド (first-guide.php)
================================================================ */

.bkf9f9f9-01{
    background: #f9f9f9;
    padding: 20px 0;
}
.fg-style-sec {
    background: #f9f9f9;
    padding: 80px 0;
}
.fg-style-heading {
    width: fit-content;
    margin: 0 0 52px;
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 400;
    color: #111;
    letter-spacing: .12em;
    line-height: 1.35;
}
.fg-style-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.fg-style-card {
    display: grid;
    grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
    align-items: start;
    gap: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 12%);
}
.fg-style-media {
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #999;
}
.fg-style-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fg-style-title {
    margin: 0 0 10px;
    font-size: clamp(18px, 2.4vw, 22px);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #111;
}
.fg-style-txt {
    margin: 0;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 400;
    line-height: 1.6;
    color: #555555;
}


.fg-director-name {
    margin-top: 10px;
    font-size: 1.8rem;
    color: var(--sv-ink);
    position: absolute;
    bottom: 7px;
    right: 15px;
    text-shadow: 2px 2px 0 #f9f9f9, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
.fg-director-copy {
    flex: 1;
    min-width: 0;
    border: 4px solid;
    border-radius: 12px;
    padding: 32px 36px;
    background: #ffffff;
}
.fg-director-title {
    font-weight: 500;
    color: #2d2d2d;
    line-height: 1.5;
    letter-spacing: .04em;
    margin: 0 0 16px;
    font-family: var(--sv-sans);
    font-size: clamp(20px, 1.8vw, 25px);
}
.fg-director-text {
    font-size: 1.7rem;
    line-height: 1.9;
    color: #47423b;
    margin: 0;
}







.fg-director-quote {
    padding: 15px 20px;
    max-width: 1340px;
    margin: 0 auto;
}
.fg-strength-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
        margin: 0 auto 0px;
        width: 100%;
        max-width: 1340px;
        padding: 0 20px;
    }
.fg-strength-item {
    background: #fff;
    min-height: 150px;
    border: 4px solid;
    border-radius: 12px;
    padding: 32px 36px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
}

.fg-strength-item .fg-strength-item .sv-reason-txt {
    min-height: 90px;
}

.fg-strength-item .sv-reason-tag {
    margin: 0 0 8px;
    font-size: 1.5rem;
    letter-spacing: .18em;
}
.fg-strength-item .sv-reason-title {
    text-align: left;
    margin: 8px 0 14px;
    letter-spacing: 1.5px;
}
.fg-strength-item .sv-reason-title span {
    font-size: 85%;
}
.fg-point-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.fg-point-item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    background: #fff;
    border-radius: 6px;
    padding: 10px 10px 10px;
    position: relative;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}
.fg-point-media {
    margin: 0;
    width: 140px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.fg-point-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fg-point-body {
    min-width: 0;
}
.fg-point-head {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 0 0 2px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1px;
}
.fg-point-num {
    font-family: "Oswald", sans-serif;
    font-size: 3.8rem;
    font-weight: bold;
    color: #26513b;
    line-height: 1;
    letter-spacing: -.02em;
    flex-shrink: 0;
    position: absolute;
    left: -8px;
    top: -8px;
    text-shadow: 2px 2px 0 #f9f9f9, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
.fg-point-title {
    font-size: clamp(16px, 2.6vw, 20px);
    font-weight: 500;
    color: #1b3829;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin: 0;
}
.fg-point-txt {
    font-size: 1.6rem;
    font-weight: 500;
    color: #474747;
    line-height: 1.6;
    margin: 0;
}

.fg-point-txt span {
    display: block;
    font-size: 90%;
    font-weight: 600;
    color: #ad174a;
}

@media only screen and (max-width: 979px) {
.fg-style-card {
    grid-template-columns: minmax(230px, 210px) minmax(0, 1fr);
    gap: 15px;
}
.fg-style-media {
    margin: 0;
    aspect-ratio: 12 / 9;
}
}
@media only screen and (max-width: 679px) {
.fg-director-title {
    font-weight: 500;
    font-family: var(--sv-sans);
    line-height: 1.5;
}
.fg-director-text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0 0 40px;
}
.fg-style-card {
    grid-template-columns: 1fr;
    gap: 6px;
}
.fg-style-media {
    margin: 0;
    aspect-ratio: 12 / 5;
}
.fg-style-title {
    margin: 0 0 5px;
}
.fg-strength-list {
    grid-template-columns: 1fr;
}
.fg-strength-item {
    background: #fff;
    min-height: 150px;
    padding: 18px 20px;
}
.fg-point-item {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    background: #fff;
    padding: 10px 10px 10px;
}
.fg-point-media {
    margin: 0;
    width: 85px;
}
.fg-point-head {
    display: flex;
    align-items: baseline;
    gap: 7px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 4px;
}
.fg-point-num {
    font-size: 2rem;
}
.fg-point-txt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0;
}

}
@media only screen and (max-width: 768px) {
    .fg-director-quote {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .fg-director-photo {
        width: 220px;
    }
    .fg-point-grid { grid-template-columns: 1fr; }
    .fg-point-item {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 16px;
        padding: 6px 6px;
    }
    .fg-point-media {
        width: 88px;
    }
}

a.bt-type05 {
    margin: 1px 0 0 0;
    display: inline-flex;
    width: 210px;
    align-items: center;
    padding: 1px 10px 3px;
    border: 1px solid #707070;
    border-radius: 50px;
    text-decoration: none;
    color: #333 !important;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    background-color: #fff;
    transition: all 0.3s ease;
}
a.bt-type05::before {
    margin: 2px 0 0 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate(45deg);
    margin-right: 10px;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}