/*#region var*/
:root {
    --pxunit: 10px;
    --fontB: 'Noto Sans JP'; /* Base font */
    --fontO: 'Outfit';
    --fontH: 'Helvetica';
    --fontR: 'Roboto';
    --fontCardo: 'Cardo';
    --bg-font-color: #221E1F;
    --bg-grey-color: #EDEDED;
    --bg-black-color: #171E1E;
    --bg-green-color: #007571;
    --bg-orange-color: #FF5000;
}
@media (max-width: 1600px) {
    :root {
        --pxunit: 9px;
    }   
}
@media (max-width: 1440px) {
    :root {
        --pxunit: 8px;
    }   
}
@media (max-width: 991px) {
    :root {
        --pxunit: 7px;
    }   
}
@media (max-width: 768px) {
    :root {
        --pxunit: 6px;
    }   
}
@media (max-width: 450px) {
    :root {
        --pxunit: 5px;
    }   
}
/*#endregion var*/
*{
    box-sizing: border-box;
    color: var(--bg-font-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1;
}
html {
    font-size: .625vw;
}
@media (max-width: 768px) {
    html {
        font-size: 2.5vw;
    }
}

body {
    background-color: var(--bg-grey-color);
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
html, body {overflow-x: hidden;}
html{scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
input{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
input:hover, input:focus, input:active{outline:none;}
input::-webkit-input-placeholder{color:#333333;}
input::-moz-placeholder{color:#333333;}
input:-ms-input-placeholder{color:#333333;}
input:-moz-placeholder{color:#333333;}
textarea::-webkit-input-placeholder{color:#333333;}
textarea::-moz-placeholder{color:#333333;}
textarea:-ms-input-placeholder{color:#333333;}
textarea:-moz-placeholder{color:#333333;}
button:focus {outline:0;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{border:0px;}
.clearfix{clear:both; overflow:hidden;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
    &#160;&#160;  -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
    &#160;&#160;  -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
    &#160;&#160;  -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
    &#160;&#160;  -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
    &#160;&#160;  -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; } 
.initani.initani_bkw::before { background-color: #1A1A1A; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/


/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}
/* -----theme block start------- */
.w_50{
    width: 50%;
}
.w_45{
    width: 45%;
}

.w_48{
    width: 48%;
}
.w_60{
    width: 60%;
}
.w_35{
    width: 35%;
}
.w_25{
    width: 25%;
}
.w_100{
    width: 100%;
}
.w_70{
    width: 70%;
}

img{
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.bg-grey-color {
    background-color: var(--bg-grey-color);
}
.bg-black-color {
    background-color: var(--bg-black-color);
}
.sp_break {
    display: none !important;
}
.hide-scroll {
    overflow: hidden;
}
@media (max-width: 450px){
    .sp_hide{
        display: none !important;
    }
    .sp_break {
        display: block !important;
    }
}



/* -----------page content style---------- */
.container {
    width: auto;
    margin: 0 12rem;
}
.l-container {
    width: auto;
    margin: 0 5rem;
}
.block_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.block_title p {
    font-size: 1.5rem;
    font-family: var(--fontO);
    color: var(--bg-green-color);
    text-transform: uppercase;
}
.block_title h1 {
    font-size: 5rem;
    line-height: 1.2;
}
.m-inner {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.l-inner {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}
@media (max-width: 991px) {
    .container {
        margin: 0 10rem;
    }
}
@media (max-width: 768px) {
    .container, .l-container {
        width: 100%;
        padding: 0 1.5rem;
        margin: 0;
    }
    .block_title {
        gap: 7px;
    }
    .block_title p {
        font-size: 16px;
    }
    .block_title h1 {
        font-size: 1.8rem;
    }
    .m-inner {
        gap: 30px;
    }
    .l-inner {
        gap: 2rem;
    }
}
@media (max-width: 450px) {
    .container, .l-container {
        padding: 0 15px;
    }
    .block_title p {
        font-size: 15px;
    }
    .block_title h1 {
        font-size: 24px;
    }
    .l-inner {
        gap: 30px;
    }
}
/* --------button------- */
.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 500px;
    background: #f05323;
    padding: 20px 60px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
    line-height: 1.8;
    outline: none;
    box-shadow: 0 6px 0 #b03e16, 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: ease 0.2s;
    border: 1px solid transparent;
  }
  
  /* ボタン内テキスト */
  .button a span {
    position: relative;
    z-index: 3;
    color: #fff;
  }
  
  /* ホバー時の文字色変化 */
  .button a:hover span {
    color: #000;
  }
  
  /* ホバー時の枠線 */
  .button a:hover {
    border-color: #f05323;
  }

  /* 背景スライドアニメーション */
  .button a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}
  @keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button a:after {
    content: '≫';
    display: inline-block;
    color: #fff;
    padding-left: 15px;
    font-size: 20px;
    white-space: nowrap;
}
/* --------section banner------- */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.header_logo {
    position: absolute;
    top: 4rem;
    left: 5rem;
    width: 15rem;
    line-height: 0;
}
.header_logo img {
    width: 120%;
}
.banner .banner_img {
    display: flex;
    width: 100%;
    height: 100%;
}
.banner_img img {
    width: 50%;
    height: 100%;
}
@media (max-width: 1300px) {
    .banner {
        height: auto;
    }
    .header_logo {
        width: 20rem;
    }
}
@media (max-width: 768px) {
    .header_logo {
        width: 120px;
        top: 30px;
        left: 30px;
    }
}
@media (max-width: 450px) {
    .header_logo {
        width: 100px;
        left: 20px;
        top: 20px;
    }
}

.banner_txt {
    position: absolute;
    top: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
}
.banner_txt_top,
.banner_txt_bottom {
    box-sizing: border-box;
    width: 100%;
    max-width: min(1400px, 60vw);
    margin: 0 auto;
    background: #f2f7fb;
    padding: 1rem;
    border-radius: clamp(4px, 0.5vw, 8px);
    box-shadow: 0 clamp(1px, 0.2vw, 2px) clamp(3px, 1vw, 8px) rgba(0, 0, 0, 0.1);
}
.banner_txt_top {
    margin-bottom: 4rem;
}
@media (max-width: 991px) {
    .banner_txt_top {
        max-width: 95vw;
        padding: 0 10px;
    }
}
.banner_txt_top h3 {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    color: var(--bg-green-color);
    margin-bottom: 0.4em;
}
.banner_txt_top h3:nth-child(1) {
    text-align: center;
}
.banner_txt_top h3 span {
    font-weight: 700;
    color: var(--bg-orange-color);
}
.banner_txt_top h3:nth-child(2) {
    background-color: var(--bg-green-color);
    color: #FFF;
    padding: .42rem;
    width: 100%;
    text-align: center;
}
.banner_txt_inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 991px) {
    .banner_txt_inner {
      max-width: 95vw;
      padding: 0 10px;
    }
}
.banner_txt_top h1 {
    font-size: clamp(2.8rem, 4vw, 6.5rem);
    line-height: 1.2; 
    font-weight: 900;
    color: var(--bg-green-color);
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
}
.banner_txt_bottom {
    box-sizing: border-box;
    width: 100%;
    max-width: min(1400px, 60vw);
    margin: 0 auto;
    background: #f2f7fb;
    padding: 1rem;
    border-radius: clamp(4px, 0.5vw, 8px);
    box-shadow: 0 clamp(1px, 0.2vw, 2px) clamp(3px, 1vw, 8px) rgba(0, 0, 0, 0.1);
}
.banner_txt_bottom table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0;
}
.banner_txt_bottom td > div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 1rem 0.5rem;
    gap: 0.5rem;
}
.banner_txt_bottom td > div > span {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}
.banner_txt_bottom td > div > p {
    text-align: left;
    margin: 0;
}
.banner_txt_bottom td {
    padding: 0;
}
@media (max-width: 991px) {
    .banner_txt_bottom {
        max-width: 95vw;
        padding: 0 10px;
    }
}
.banner_txt_bottom table, .banner_txt_bottom tr, .banner_txt_bottom td {
    border-collapse: collapse;
    border: 1px solid var(--bg-green-color);
}
.banner_txt_bottom td div {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.banner_txt_bottom td div > span {
    height: 3.3rem;
}
.banner_txt_bottom td svg {
    height: 100%;
    width: auto;
}
.banner_txt_bottom p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--bg-green-color);
}
.banner_txt_bottom p span {
    font-size: 2.6rem;
    font-weight: 700;
    font-family: var(--fontO);
    color: var(--bg-orange-color);
} 
@media (max-width: 768px) {
    .banner {
        height: 60vh;
    }
    .banner_txt {
        top: 30%;
        gap: 1rem;
    }
    .banner_txt_top {
        gap: .6rem;
        padding: .6rem;
    }
    .banner_txt_top h3 {
        font-size: 1rem;
    }
    .banner_txt_top h3:nth-child(2) {
        padding: .1rem;
    }
    .banner_txt_top h1 {
        font-size: 2rem;
    }
    .banner_txt_bottom {
        padding: .6rem;
    }
    .banner_txt_bottom td div {
        padding: .5rem;
        gap: .5rem;
    }
    .banner_txt_bottom td div > span {
        height: 1.5rem;
    }
    .banner_txt_bottom p {
        font-size: calc(var(--pxunit) * 1.5);
    }
    .banner_txt_bottom p span {
        font-size: calc(var(--pxunit) * 1.8);
    }
}
@media (max-width: 450px) {
    .banner {
        height: 50vh;
    }
    .banner_txt {
        top: 25%;
    }
    .banner_txt_top {
        gap: 6px;
        padding: 5px 10px;
    }
    .banner_txt_top h3 {
        font-size: 12px;
    }
    .banner_txt_top h3:nth-child(2) {
        font-size: 14px;
        padding: 3px;
    }
    .banner_txt_top h1 {
        font-size: 20px;
    }
    .banner_txt_bottom p {
        font-size: calc(var(--pxunit) * 1.5);
    }
    .banner_txt_bottom p span {
        font-size: calc(var(--pxunit) * 1.8);
    }
    .banner_txt_bottom td div > span {
        height: 16px;
    }
    .banner_txt_bottom td div {
        gap: 3px;
    }
}

.banner_txt_bottom td > div,
.banner_txt_bottom td div {
    gap: 0.05rem;
}

/* ------section contact------- */
.contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(20px);
    z-index: 999;
}
.contact_inner {
    padding: 2rem 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}
.contact_btn {
    animation: btnanimation 2s linear 0s infinite alternate;
}
@keyframes btnanimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }    
}
.contact_btn_top {
    border-radius: 9999px;
    border: 1px solid var(--bg-orange-color);
    padding: 3px 2.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    width: fit-content;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    z-index: 10;
}
.contact_btn_top:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 2rem solid #FFF;
    position: absolute;
    bottom: -.9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .3s;
}
.contact_btn_bottom {
    margin-top: -1.5rem;
    width: 45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
    background-color: var(--bg-orange-color);
    border-radius: 9999px;
    box-shadow: 0px 4px 0px 0px #972F00;
    border: 1px solid var(--bg-orange-color);
    transition: all .3s;
}
.contact_btn_bottom svg {
    width: 2.5rem;
    transition: all .3s;
}
.contact_btn_bottom span {
    font-size: 2rem;
    line-height: 1.6;
    color: #FFF;
    transition: all .3s;
}
.contact_btn:hover .contact_btn_bottom {
    background-color: #FFF;
}
.contact_btn:hover .contact_btn_bottom span {
    color: var(--bg-orange-color);
}
.contact_btn:first-child:hover .contact_btn_bottom svg path {
    fill: var(--bg-orange-color);
}
.contact_btn:last-child:hover .contact_btn_bottom svg path {
    stroke: var(--bg-orange-color);
}
.contact_btn:hover .contact_btn_top:after {
    opacity: 0;
}
@media (max-width: 768px) {
    .contact_inner {
        gap: 1rem;
    }
    .contact_btn {
        width: 50%;
        margin: 0 auto;
    }
    .contact_btn_top {
        padding: 3px 1rem;
        font-size: .7rem;
    }
    .contact_btn_top:after {
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: 1rem solid #FFF;
        bottom: -.5rem;
    }
    .contact_btn_bottom {
        width: 100%;
        margin-top: -.8rem;
        padding: .8rem 0;
        gap: 10px;
    }
    .contact_btn_bottom span {
        font-size: 1rem;
    }
    .contact_btn_bottom svg {
        width: 1.5rem;
    }
}
@media (max-width: 450px) {
    .contact_btn_top:after {
        bottom: -8px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #FFF;
    }
    .contact_btn_bottom {
        width: 100%;
        margin-top: -.8rem;
        padding: 10px 0;
        gap: 5px;
    }
    .contact_btn_bottom span {
        font-size: 13px;
    }
    .contact_btn_bottom svg {
        width: 20px;
    }
}


/* ------section about------- */
.about {
    padding: 0;
}
.about .block_title {
    text-align: left;
}
.about_inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
}
.about_left {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: stretch;
}
.about_left .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 0;
}
.about_left .col img {
    width: 100%;
    height: auto;
}
.about_center {
    position: absolute !important;
    top: 50% !important;
    left: 60% !important;
    transform: translate(-50%, -50%) !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    padding: 2rem !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
    max-width: 90% !important;
    text-align: left !important;
    margin: 0 !important;
}
.about_center .block_title {
    margin-bottom: 2rem;
}
.about_center p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.about_center p span {
    font-weight: 700;
    color: var(--bg-green-color);
}
.about_center p:last-child {
    font-size: 1.4rem;
    font-weight: 400;
}
@media (max-width: 991px) {
    .about {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .about {
        padding: 0 1.5rem;
    }
    .about .block_title h1 br {
        display: none;
    }
    .about_inner {
        flex-direction: column;
        position: relative !important;
    }
    .about_left {
        width: 100%;
        gap: 8px;
    }
    .about_left .col img {
        width: 100%;
        height: auto;
    }
    .about_center {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        width: 95% !important;
        max-width: 95% !important;
        padding: 1.5rem !important;
        z-index: 10 !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
        text-align: left !important;
    }
    .about_center p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }
    .about_center p:last-child {
        font-size: 1.2rem;
    }
}
@media (max-width: 450px) {
    .about {
        padding: 0 15px;
    }
    .about_left {
        gap: 5px;
    }
    .about_left .col img {
        width: 100%;
        height: auto;
    }
    .about_center {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        width: 95% !important;
        max-width: 95% !important;
        padding: 1rem !important;
        z-index: 10 !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
        text-align: left !important;
    }
    .about .block_title h1 br {
        display: block;
    }
    .about_center p {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .about_center p:last-child {
        font-size: 1rem;
    }
}


/* ------section about------- */
@media (max-width: 991px) {
    .various_img {
        width: 35%;
    }
    .various_img img {
        width: 100%;
        height: auto;
    }
}
.various_inner {
    display: flex;
    flex-direction: column;
}
.various_content {
    background-color: #FFF;
    padding: 0 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.various_img {
    width: 25%;
    line-height: 0;
}
.various_img img {
    width: 100%;
}
.various_txt {
    width: fit-content;
}
.various_txt p {
    padding: 1.6rem 0;
    display: flex;
    align-items: center;
    gap: 3rem;
    border-top: 1px solid #CCCCCC;
    font-size: 2.7rem;
    line-height: 1.6;
}
.various_txt p:first-child {
    border: none;
}
.various_txt p img {
    width: 2.5rem;
}
.various_inner > span {
    width: 7rem;
    line-height: 0;
    display: inline-block;
    margin: 0 auto;
}
.various_inner > span svg {
    width: 100%;
}
.various_inner h2 {
    font-size: 4rem;
    background-color: var(--bg-green-color);
    padding: 2rem 0;
    text-align: center;
    color: #FFF;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .various_content {
        padding: 1.5rem;
        flex-direction: column;
        padding-bottom: 0;
    }
    .various_img {
        width: 40%;
        margin: 0 auto;
    }
    .various_img img {
        width: 100%;
        height: auto;
    }
    .various_txt p {
        gap: 10px;
        padding: 15px 0;
        font-size: 1rem;
    }
    .various_txt p img{
        width: 1rem;
    }
    .various_inner > span {
        width: 3rem;
    }
    .various_inner h2 {
        padding: 1rem;
        font-size: 1.3rem;
    }
}
@media (max-width: 450px) {
    .various_content {
        padding: 15px;
        padding-bottom: 0;
    }
    .various_img {
        width: 30%;
    }
    .various_txt p {
        gap: 5px;
        padding: 13px 0;
        font-size: 14px;
        align-items: flex-start;
    }
    .various_txt p img{
        width: 14px;
        margin-top: 4px;
    }
    .various_inner > span {
        width: 36px;
    }
    .various_inner h2 {
        font-size: 16px;
    }
}


/* ------section consultant------- */
.consultant {
    display: flex;
    justify-content: center;
    padding: 3rem 10px;
    width: 100%;
    background-color: #FFFFFFCC;
    backdrop-filter: blur(20px);
    z-index: 999;
}
.consultant_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: btnanimation1 2s linear 0s infinite alternate;
}
@keyframes btnanimation1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }    
}
.consultant_btn_top {
    border-radius: 9999px;
    border: 1px solid var(--bg-orange-color);
    padding: 3px 2.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    width: fit-content;
    margin: 0 auto;
    background-color: #FFF;
    position: relative;
    z-index: 10;
}
.consultant_btn_top:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 2rem solid #FFF;
    position: absolute;
    bottom: -.9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .3s;
}
.consultant_btn_bottom {
    margin-top: -1.5rem;
    width: 45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0;
    background-color: var(--bg-orange-color);
    border-radius: 9999px;
    box-shadow: 0px 4px 0px 0px #972F00;
    border: 1px solid var(--bg-orange-color);
    transition: all .3s;
}
.consultant_btn_bottom svg {
    width: 2.5rem;
    transition: all .3s;
}
.consultant_btn_bottom span {
    font-size: 2rem;
    line-height: 1.6;
    color: #FFF;
    transition: all .3s;
}
.consultant_btn:hover .consultant_btn_bottom {
    background-color: #FFF;
}
.consultant_btn:hover .consultant_btn_bottom span {
    color: var(--bg-orange-color);
}
.consultant_btn:first-child:hover .consultant_btn_bottom svg path {
    fill: var(--bg-orange-color);
}
.consultant_btn:last-child:hover .consultant_btn_bottom svg path {
    stroke: var(--bg-orange-color);
}
.consultant_btn:hover .consultant_btn_top:after {
    opacity: 0;
}
@media (max-width: 768px) {
    .consultant {
        padding: 25px 0;
    }
    .consultant_btn_top {
        padding: 3px 1rem;
        font-size: .7rem;
    }
    .consultant_btn_top:after {
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: 1rem solid #FFF;
        bottom: -.5rem;
    }
    .consultant_btn_bottom {
        width: 25rem;
        margin-top: -.8rem;
        padding: 1rem 0;
        gap: 10px;
    }
    .consultant_btn_bottom span {
        font-size: 1rem;
    }
    .consultant_btn_bottom svg {
        width: 1.5rem;
    }
}
@media (max-width: 450px) {
    .consultant_btn_top {
        font-size: 10px;
    }
    .consultant_btn_top:after {
        bottom: -7px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #FFF;
    }
    .consultant_btn_bottom {
        width: 280px;
        margin-top: -.8rem;
        padding: 12px 0;
        gap: 10px;
    }
    .consultant_btn_bottom span {
        font-size: 16px;
    }
    .consultant_btn_bottom svg {
        width: 24px;
    }
}



/* ------section feature------- */
.strengths .block_title span {
    font-size: 7.5rem;
    color: var(--bg-green-color);
}
.strengths_content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.strengths_item {
    border-top: 1px solid var(--bg-green-color);
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.strengths_top {
    display: flex;
    justify-content: space-between;
}
.strengths_top div:first-child {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
.strengths_top div:first-child h5 {
    font-size: 2rem;
    font-family: var(--fontO);
    color: var(--bg-green-color);
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    border-right: 1px solid var(--bg-green-color);
}
.strengths_top div:first-child h5 span {
    position: relative;
    font-size: 8rem;
    font-family: var(--fontO);
    color: #FFF;
    margin-left: -2rem;
    z-index: -1;
    line-height: 1;
}
.strengths_top h3 {
    font-size: 3.5rem;
    color: var(--bg-green-color);
}
.strengths_top div:last-child {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    justify-content: flex-end;
}
.strengths_top div:last-child h5 {
    font-size: 2rem;
    line-height: 1.6;
}
.strengths_top div:last-child h5 .no-break {
    white-space: nowrap;
}
.strengths_top div:last-child p {
    font-size: 1.5rem;
    line-height: 1.6;
}
.strengths_bottom {
    display: flex;
    gap: 0;
    margin-bottom: 4rem
}
.strengths_bottom .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 0;
}
.strengths_bottom .col img {
    width: 100%;
}
.strengths_bottom .col div {
    display: flex;
    flex-direction: column;
    padding: 3.3rem 1.6rem;
    gap: 2rem;
}
.strengths_bottom .col h4 {
    font-size: 2.8rem;
    color: var(--bg-green-color);
    line-height: 1.2;
}
.strengths_bottom .col p {
    font-size: 2rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .strengths .block_title span {
        font-size: 3rem;
    }
    .strengths_content {
        gap: 2rem;
    }
    .strengths_item {
        padding-top: 1.5rem;
        gap: 1.5rem;
    }
    .strengths_top {
        flex-direction: column;
        gap: 1rem;
    }
    .strengths_top h3 {
        font-size: 1.5rem;
    }
    .strengths_top div:first-child {
        gap: 1rem;
    }
    .strengths_top div:first-child h5 {
        font-size: 1.2rem;
        padding-right: 1rem;
    }
    .strengths_top div:first-child h5 span {
        font-size: 3rem;
        margin-left: -1rem;
    }
    .strengths_top div:last-child {
        gap: .5rem;
    }
    .strengths_top div:last-child h5 {
        font-size: 1rem;
    }
    .strengths_top div:last-child h5 .no-break {
        white-space: nowrap;
    }
    .strengths_top div:last-child p {
        font-size: .8rem;
    }
    .strengths_bottom .col div {
        gap: .8rem;
        padding: 1rem .5rem;
    }
    .strengths_bottom .col h4 {
        font-size: 1.1rem;
    }
    .strengths_bottom .col p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .strengths .block_title span {
        font-size: 38px;
    }
    .strengths_content {
        gap: 30px;
    }
    .strengths_item {
        gap: 30px;
        padding-top: 30px;
    }
    .strengths_top h3 {
        font-size: 17px;
        line-height: 1.3;
    }
    .strengths_top div:first-child h5 {
        font-size: 13px;
    }
    .strengths_top div:first-child h5 span {
        font-size: 36px;
    }
    .strengths_top div:last-child h5 {
        font-size: 14px;
    }
    .strengths_top div:last-child p {
        font-size: 12px;
    }
    .strengths_bottom {
        flex-direction: column;
        gap: 10px;
    }
    .strengths_bottom .col div {
        gap: 8px;
        padding: 10px 0;
    }
    .strengths_bottom .col h4 {
        font-size: 16px;
    }
    .strengths_bottom .col p {
        font-size: 13px;
    }
}
.strengths_item:nth-child(4) .strengths_bottom img {
    width: 60%;
    margin: 0 auto;
}
.strengths_bottom.has_back {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding: 3.3rem;
}
.strengths_item:last-child .strengths_bottom.has_back {
    gap: 0;
    padding: 0;
}
.strengths_bottom.has_back .row {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    align-items: center;
    padding: 3.3rem;
}
.strengths_bottom.has_back .row:first-child {
    padding: 8.5rem 3.3rem;
}
.strengths_bottom h3 {
    font-size: 3.5rem;
    line-height: 1.4;
    text-align: center;
    color: var(--bg-green-color);
}
.strengths_bottom table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.strengths_bottom table, .strengths_bottom tr, .strengths_bottom td {
    border-collapse: collapse;
    border: 1px solid var(--bg-green-color);
}
.strengths_bottom table td > div {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    text-align: center;
    padding: 1.6rem 0;
}
.strengths_bottom table td span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap; /* 改行を防ぐ */
}

/* 画面サイズごとのフォントサイズ調整（比率1.65を維持） */
@media screen and (max-width: 1440px) {
    .strengths_bottom table td span {
        font-size: 1.8rem;
    }
    .strengths_bottom table td span span {
        font-size: 3rem; /* 1.8 × 1.65 = 2.97 &#8776; 3rem */
    }
}

@media screen and (max-width: 1200px) {
    .strengths_bottom table td span {
        font-size: 1.6rem;
    }
    .strengths_bottom table td span span {
        font-size: 2.6rem; /* 1.6 × 1.65 = 2.64 &#8776; 2.6rem */
    }
}

@media screen and (max-width: 1024px) {
    .strengths_bottom table td span {
        font-size: 1.4rem;
    }
    .strengths_bottom table td span span {
        font-size: 2.3rem; /* 1.4 × 1.65 = 2.31 &#8776; 2.3rem */
    }
}

/* 統合されたメディアクエリ - テーブルセルの表示調整 */
@media screen and (max-width: 768px) {
    .strengths_bottom table td span {
        font-size: 10px !important;
    }
    .strengths_bottom table td span span {
        font-size: 14px !important;
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.6rem;
    }
    
    /* より具体的なセレクタで確実に適用 */
    .strengths_bottom.has_back .row:first-child table td span {
        font-size: 7px !important;
    }
    .strengths_bottom.has_back .row:first-child table td span span {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .strengths_bottom table td span {
        font-size: 8px !important;
    }
    .strengths_bottom table td span span {
        font-size: 12px !important;
    }
    .strengths_bottom table td > div {
        padding: 0.9rem 0.7rem;
    }
}

@media screen and (max-width: 450px) {
    .strengths_bottom table td span {
        font-size: 7px !important;
    }
    .strengths_bottom table td span span {
        font-size: 10px !important;
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.5rem;
    }
}

@media screen and (max-width: 450px) {
    .strengths_bottom table td span {
        font-size: 0.6rem !important;
    }
    .strengths_bottom table td span span {
        font-size: 1rem !important; /* 0.6 × 1.65 = 0.99 &#8776; 1rem */
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.4rem !important; /* 横のパディングを調整 */
    }
}

@media screen and (max-width: 400px) {
    .strengths_bottom table td span {
        font-size: 6px !important;
    }
    .strengths_bottom table td span span {
        font-size: 9px !important;
    }
    .strengths_bottom table td > div {
        padding: 0.7rem 0.4rem;
    }
}

@media screen and (max-width: 320px) {
    .strengths_bottom table td span {
        font-size: 5px !important;
    }
    .strengths_bottom table td span span {
        font-size: 8px !important;
    }
    .strengths_bottom table td > div {
        padding: 0.6rem 0.3rem;
    }
}

.strengths_bottom table td span span {
    font-size: 3.3rem !important;
    color: var(--bg-green-color);
    line-height: 1.4;
}
.strengths_bottom p {
    font-size: 2rem;
    line-height: 1.5;
}
.strengths_item:last-child .strengths_bottom h5 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.strengths_bottom .row:first-child > div {
    padding: 0 4.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.strengths_bottom .row:first-child > div div {
    margin-top: 2.5rem;
    display: flex;
    border: 1px solid var(--bg-orange-color);
}
.strengths_bottom .row:first-child > div span {
    font-size: 1.33rem;
    line-height: 1.6;
    padding: 1rem;
}
.strengths_bottom .row:first-child > div span:first-child {
    background-color: var(--bg-orange-color);
    color: #FFF;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.strengths_item:last-child .strengths_bottom .row img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.strengths_item:last-child .strengths_bottom .row .schedule-50-img {
    max-width: 15%;
    margin: 0 auto;
    display: block;
}
.strengths_item:last-child .strengths_bottom .row:last-child img {
    width: 58%;
    margin: 0 auto;
}
.strengths_item:last-child .strengths_bottom .row > span {
    width: 2rem;
    margin: 0 auto;
}
.strengths_item:last-child .strengths_bottom .row > span svg {
    width: 100%;
}
.strengths_item:last-child .strengths_bottom .row:last-child > div {
    width: fit-content;
    margin: 0 auto;
}
.strengths_item:last-child .strengths_bottom .row:last-child > div div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg-green-color);
    border: 1px solid var(--bg-green-color);
    font-size: 3.5rem;
    padding: 1rem;
    font-weight: 700;
    border-radius: 3px;
}
.strengths_item:last-child .strengths_bottom .row:last-child > div p {
    font-size: 3.5rem;
    line-height: 1.6;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.strengths_item:last-child .strengths_bottom .row:last-child > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.strengths_item:last-child .strengths_bottom .row:last-child > div:last-child div {
    font-size: 2rem;
    line-height: 1.6;
    padding: 1rem .8rem;
    font-weight: 400;
    color: var(--bg-font-color);
    position: relative;
}
.strengths_bottom .row:last-child > div:last-child div:first-child:after {
    content: "メリット01";
}
.strengths_bottom .row:last-child > div:last-child div:last-child:after {
    content: "メリット02";
}
.strengths_bottom .row:last-child > div:last-child div:after {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bg-green-color);
    color: #FFF;
    font-size: 1.2rem;
    padding: .4rem 1.3rem;
    border-radius: 999999px;
    font-weight: 700;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .strengths_bottom.has_back {
        padding: 2rem 1rem;
    }
    .strengths_bottom.has_back .row {
        gap: 15px;
        padding: 2rem 1rem;
    }
    .strengths_bottom.has_back .row:first-child {
        padding: 3rem 1rem;
    }

    .strengths_bottom table td > div {
        gap: .5rem;
        padding: .8rem 0;
    }
    .strengths_bottom table td span {
        font-size: .8rem;
    }
    .strengths_bottom table td span span {
        font-size: 1rem;
    }
    .strengths_item:last-child .strengths_bottom h5 {
        font-size: 1rem;
    }
    .strengths_bottom .row:first-child > div {
        padding: 0 1rem;
        gap: 8px;
    }
    .strengths_bottom .row:first-child > div div {
        margin-top: 15px;
        display: flex;
        border: 1px solid var(--bg-orange-color);
    }
    .strengths_bottom .row:first-child > div span {
        font-size: .7rem;
        padding: .8rem;
    }
    .strengths_bottom .row:first-child > div span:first-child {
        background-color: var(--bg-orange-color);
        color: #FFF;
    }
    .strengths_bottom h3 {
        font-size: 2rem;
    }
    .strengths_bottom p {
        font-size: .8rem;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child img {
        width: 80%;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div div {
        font-size: 1rem;
        padding: .6rem;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div p {
        font-size: .9rem;
    }
    .strengths_item:last-child .strengths_bottom .row > span {
        width: 1rem;
    }
    .strengths_item:nth-child(4) .strengths_bottom img {
        width: 80%;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div p {
        font-size: 1rem;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div:last-child {
        gap: 1rem;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div:last-child div {
        font-size: .8rem;
        padding: .5rem .3rem;
    }
    .strengths_bottom .row:last-child > div:last-child div:after {
        top: -.8rem;
        font-size: .6rem;
        padding: .2rem .8rem;
    }
}
@media (max-width: 450px) {
    .strengths_bottom.has_back {
        padding: 20px 15px;
    } 
    .strengths_bottom.has_back .row:first-child {
        padding: 30px 15px;
        padding-bottom: 0;
    }
    .strengths_bottom .row:first-child > div {
        padding: 0;
    }
    .strengths_bottom table td span {
        font-size: .9rem;
    }
    .strengths_item:last-child .strengths_bottom h5 {
        font-size: 16px;
    }
    .strengths_item:last-child .strengths_bottom .row .schedule-50-img {
        max-width: 45%;
    }
    .strengths_bottom .row:first-child > div div {
        margin-top: 10px;
    }
    .strengths_bottom table td span span {
        font-size: 1.1rem;
    }
    .strengths_bottom .row:first-child > div span {
        font-size: 12px;
        padding: 10px;
    }
    .strengths_bottom.has_back .row {
        padding: 30px 15px;
        gap: 10px;
    }
    .strengths_bottom h3 {
        font-size: 20px;
    }
    .strengths_bottom p {
        font-size: 13px;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child img {
        width: 100%;
    } 
    .strengths_item:nth-child(4) .strengths_bottom img {
        width: 100%;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div div {
        font-size: 14px;
        padding: 8px 10px;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div p {
        font-size: 14px;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div:last-child {
        gap: 20px;
        flex-direction: column;
        margin-top: 10px;
    }
    .strengths_item:last-child .strengths_bottom .row:last-child > div:last-child div {
        font-size: 12px;
        padding: 10px;
    }
    .strengths_bottom .row:last-child > div:last-child div:after {
        top: -10px;
        font-size: 10px;
        padding: 2px 8px;
    }
}

/* ------section spirit------- */
.spirit_header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: fit-content;
    margin: 0 auto;
}
.spirit_header h3 {
    font-size: 3.3rem;
    line-height: 1.4;
}
.spirit_header p {
    font-size: 2rem;
    line-height: 1.4;
}
.spirit_content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.spirit_item {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.spirit_left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    width: calc(47% + 10rem);
    padding: 5rem;
    background-color: #FFF;
    margin-right: -5rem;
    margin-left: -5rem;
    z-index: 10;
}
.spirit_left h1 {
    font-size: 5.3rem;
    color: #30B7AC;
    font-family: var(--fontCardo);
    margin-top: -7.5rem;
}
.spirit_left h3 {
    font-size: 3.5rem;
    line-height: 1.4;
    color: var(--bg-green-color);
}
.spirit_left p {
    font-size: 2rem;
    line-height: 1.6;
}
.spirit_left a {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem;
    border: 1px solid #CCCCCC;
    transition: all .4s;
}
.spirit_left a:hover {
    border-color: var(--bg-green-color);
}
.spirit_left a > span {
    font-size: 1.6rem;
    line-height: 1.6;
}
.spirit_left a div {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 2.5rem;
}
.spirit_left a div span {
    font-size: 1.5rem;
    line-height: 1.6;
    display: inline-block;
    will-change: background-size;
    background-image: linear-gradient(transparent 96%, #303030 96%);
    background-repeat: no-repeat;
    -webkit-background-position: right bottom;
    background-position: right bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
@keyframes hoverLineLink {
    0% {
        background-position: 100% 100%;
        background-size: 100% 100%
    }

    50% {
        background-position: 100% 100%;
        background-size: 0 100%
    }

    51% {
        background-position: 0 100%;
        background-size: 0 100%
    }

    to {
        background-position: 0 100%;
        background-size: 100% 100%
    }
}
.spirit_left a:hover div span {
    -webkit-animation:hoverLineLink 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation: hoverLineLink 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: var(--bg-green-color);
    background-image: linear-gradient(transparent 96%, var(--bg-green-color) 96%);
}
.spirit_left a div svg {
    width: 2rem;
}
.spirit_left a div svg path {
    transition: .4s;
}
.spirit_left a:hover div svg path {
    fill: var(--bg-green-color);
}
.spirit_img {
    width: 53%;
    line-height: 0;
}
.spirit_img img {
    width: 100%;
}
@media (max-width: 768px) {
    .spirit_content {
        gap: 3rem;
    }
    .spirit_header {
        gap: .8rem;
    }
    .spirit_header h3 {
        text-align: center;
        font-size: 1.3rem;
    }
    .spirit_header p {
        font-size: .8rem;
        text-align: center;
    }
    .spirit_left {
        padding: 2rem .8rem;
        width: 49%;
        gap: .8rem;
        margin-right: 0;
        margin-left: 0;
    }
    .spirit_left h1 {
        font-size: 1.8rem;
        margin-top: -3rem;
    }
    .spirit_left h3 {
        font-size: 1.1rem;
    }
    .spirit_left p {
        font-size: .8rem;
    }
    .spirit_left a {
        padding: .8rem .5rem;
        gap: .8rem;
    }
    .spirit_left a > span {
        font-size: .7rem;
    }
    .spirit_left a div {
        gap: 1rem;
    }
    .spirit_left a div span {
        font-size: .6rem;
    }
    .spirit_left a div svg {
        width: 1rem;
    }
}
@media (max-width: 450px) {
    .spirit_content {
        gap: 30px;
    }
    .spirit_header {
        gap: 5px;
    }
    .spirit_header h3 {
        font-size: 16px;
    }
    .spirit_header p {
        font-size: 13px;
    }
    .spirit_item {
        flex-direction: column-reverse;
    }
    .spirit_img {
        width: 100%;
    }
    .spirit_left {
        padding: 20px 15px;
        gap: 10px;
        width: 100%;
    }
    .spirit_left h1 {
        font-size: 34px;
        margin-top: 0;
    }
    .spirit_left h3 {
        font-size: 18px;
    }
    .spirit_left p {
        font-size: 12px;
    }
    .spirit_left a {
        padding: 10px;
        gap: 10px;
    }
    .spirit_left a > span {
        font-size: 12px;
    }
    .spirit_left a div {
        gap: 10px;
    }
    .spirit_left a div span {
        font-size: 12px;
    }
    .spirit_left a div svg {
        width: 18px;
    }
}


/* ------section record------- */
.record_content {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}
.record_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.record_left {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    padding: 3.3rem;
}
.record_left span {
    font-size: 10rem;
    font-family: var(--fontO);
    color: #FFF;
}
.record_left div {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.record_left h4 {
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
}
.record_left h4 span {
    font-size: 5.3rem;
    color: var(--bg-green-color);
}
.record_left svg {
    height: 7.5rem;
}
.record_left p {
    font-size: 2rem;
    line-height: 1.6;
}
.record_item img {
    width: 45%;
}
@media (max-width: 768px) {
    .record_content {
        gap: 2rem;
    }
    .record_left {
        padding: 1rem;
        gap: 1rem;
    }
    .record_left span {
        font-size: 3rem;
    }
    .record_left div {
        font-size: 1rem;
        gap: .6rem;
    }
    .record_left h4 {
        font-size: 1rem;
    }
    .record_left h4 span {
        font-size: 2rem;
    }
    .record_left svg {
        height: 2.5rem;
    }
    .record_left p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .record_content {
        gap: 30px;
    }
    .record_item {
        flex-direction: column;
    }
    .record_item img {
        width: 100%;
    }
    .record_left {
        padding: 10px 0;
        gap: 10px;
        align-items: center;
    }
    .record_left span {
        font-size: 42px;
    }
    .record_left div {
        gap: 10px;
    }
    .record_left h4 {
        font-size: 18px;
    }
    .record_left h4 span {
        font-size: 24px;
    }
    .record_left svg {
        height: 36px;
    }
    .record_left p {
        font-size: 13px;
    }
}


/* ------section management------- */
.management_inner {
    background-color: #FFF;
    padding: 10rem 7rem;
}
.management_inner > p {
    font-size: 2rem;
    line-height: 1.6;
}
.management_rental {
    display: flex;
    flex-direction: column;
}
.rental_top {
    position: relative;
    background-color: #EDF5F5;
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
}
.management_rental h3 {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1.4;
}
.rental_top:after {
    position: absolute;
    content: "";
    background-image: url(../img/poligon.svg);
    background-size: 100% 100%;
    bottom: -3.3rem;
    height: 3.5rem;
    width: 14.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.rental_top > div {
    width: 70%;
}
.rental_top div div {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    border-top: 1px solid #CCCCCC;
    padding: 1.6rem 0;
}
.rental_top div img {
    width: 2.5rem;
}
.rental_top div p {
    font-size: 2.7rem;
    line-height: 1.6;
}
.rental_top div p span {
    color: var(--bg-green-color);
}
.rental_top div div:first-child {
    border: none;
}
.rental_bottom {
    background-color: var(--bg-green-color);
    text-align: center;
    padding: 1.6rem 3.3rem;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.rental_bottom p {
    color: #FFF;
    font-size: 2rem;
    line-height: 1.6;
}
.management_cost {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
}
.management_cost h3 {
    font-size: 3.5rem;
    line-height: 1.4;
}
.management_cost p {
    font-size: 2rem;
    line-height: 1.6;
}
.management_cost p span {
    font-size: 1.5rem;
    line-height: 1.6;
}
.management_cost img {
    width: 45%;
    margin: 1.6rem;
}
.management_cost > span {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.6;
    width: 100%;
    text-align: left;
}
@media (max-width: 768px) {
    .management_inner {
        padding: 60px 2rem;
    }
    .management_inner > p {
        font-size: .8rem;
    }
    .rental_top {
        padding: 2rem 1rem;
        gap: 1rem;
    }
    .rental_top:after {
        width: 7rem;
        height: 2rem;
        bottom: -1.8rem;
    }
    .management_rental h3 {
        font-size: 1.5rem;
    }
    .rental_top > div {
        width: 100%;
    }
    .rental_top div div {
        gap: .8rem;
        padding: .8rem 0;
    }
    .rental_top div p {
        font-size: 1.2rem;
    }
    .rental_top div img {
        width: 1rem;
    }
    .rental_bottom {
        padding: 2rem 1rem;
        gap: 1rem;
    }
    .rental_bottom p {
        font-size: .9rem;
    }
    .management_cost {
        gap: 1rem;
    }
    .management_cost h3 {
        font-size: 1.8rem;
    }
    .management_cost p {
        font-size: .9rem;
    }
    .management_cost p span {
        font-size: .8rem;
    }
    .management_cost img {
        width: 50%;
        margin: 10px;
    }
    .management_cost > span {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .management_inner {
        padding: 40px 15px;
    }
    .management_inner > p {
        font-size: 13px;
    }
    .management_rental h3 {
        font-size: 18px;
    }
    .rental_top {
        padding: 20px 10px;
        gap: 20px;
    }
    .rental_top div img {
        width: 14px;
        margin-top: 4px;
    }
    .rental_top div div {
        gap: 5px;
        padding: 13px 0;
        align-items: flex-start;
    }
    .rental_top div p {
        font-size: 14px;
    }
    .rental_bottom p {
        font-size: 13px;
    }
    .management_cost {
        gap: 10px;
    }
    .management_cost h3 {
        font-size: 20px;
    }
    .management_cost p {
        font-size: 13px;
    }
    .management_cost p span{
        font-size: 12px;
    }
    .management_cost img {
        margin: 10px 0;
        width: 100%;
    }
    .management_cost > span {
        font-size: 12px;
    }
}


/* ------section voice------- */
.voice .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.voice_inner > p {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
}
.voice_content {
    position: relative;
}
.voice_item {
    display: flex;
}
.voice_img {
    width: 37.5%;
    line-height: 0;
}
.voice_img img {
    width: 100%;
}
.voice_txt {
    background-color: #FFF;
    padding: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.voice_txt h3 {
    font-size: calc(var(--pxunit)*3.4);
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: keep-all;
}
.voice_txt div {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.voice_txt span {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice_txt span img {
    width: 100%;
    height: 100%;
}
.voice_txt h4 {
    font-size: 2.6rem;
    color: var(--bg-green-color);
    line-height: 1.2;
}
.voice_txt p {
    font-size: 2rem;
    line-height: 1.6;
}
.voice .owl-carousel .owl-nav button.owl-prev, .voice .owl-carousel .owl-nav button.owl-next {
    width: 5rem;
    height: 5rem;
}
.voice .owl-carousel .owl-nav button.owl-prev {
    left: -7rem;
    background-image: url(../img/left_arrow_slider02.svg);
}
.voice .owl-carousel .owl-nav button.owl-next {
    right: -7rem;
    background-image: url(../img/right_arrow_slider02.svg);
}
@media (max-width: 768px) {
    .voice_inner > p {
        font-size: .8rem;
    }
    .voice_item {
        flex-direction: column;
    }
    .voice_img {
        width: 100%;
    }
    .voice_img img {
        height: 25rem;
        object-position: center;
    }
    .voice_txt {
        padding: 1.5rem;
        gap: 1rem;
    }
    .voice_txt h3 {
        font-size: 1.5rem;
    }
    .voice_txt h3 br {
        display: none;
    }
    .voice_txt div {
        gap: 20px;
    }
    .voice_txt span {
        width: 70px;
        height: 70px;
    }
    .voice_txt h4 {
        font-size: 1.3rem;
    }
    .voice_txt p {
        font-size: .9rem;
    }
    .voice .owl-carousel .owl-nav button.owl-prev, .voice .owl-carousel .owl-nav button.owl-next {
        width: 2.5rem;
        height: 2.5rem;
    }
    .voice .owl-carousel .owl-nav button.owl-next {
        right: -1rem;
    }
    .voice .owl-carousel .owl-nav button.owl-prev {
        left: -1rem;
    }
}
@media (max-width: 450px) {
    .voice_content {
        padding: 0 5px;
    }
    .voice_inner > p {
        font-size: 14px;
    }
    .voice_img img {
        height: 40vh;
        object-position: center;
    }
    .voice_txt {
        padding: 10px 10px;
        gap: 8px;
    }
    .voice_txt h3 {
        font-size: 17px;
    }
    .voice_txt div {
        gap: 15px;
    }
    .voice_txt h4 {
        font-size: 16px;
    }
    .voice_txt p {
        font-size: 12px;
    }
    .voice_txt span {
        width: 60px;
        height: 60px;
    }
    .voice .owl-carousel .owl-nav button.owl-prev, .voice .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
    }
    .voice .owl-carousel .owl-nav button.owl-next {
        right: -13px;
    }
    .voice .owl-carousel .owl-nav button.owl-prev {
        left: -13px;
    }
}


/* ------section case------- */
.owl-item.center {
    transform: scale(1.2);
}
.owl-item {
    transition: all .5s;
    background-color: #FFF;
}
.case_item div:last-child {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem;
    
}
.case_item h5 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--bg-green-color);
}
.case_item table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.case_item td {
    padding: 2px 2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: 25%;
    vertical-align: top;
    border: 1px solid #ccc;
}

/* 施工実績テーブルの列幅調整 */
.case_item table td:nth-child(1) {
    width: 20% !important;
    vertical-align: middle !important;
}
.case_item table td:nth-child(2) {
    width: 25% !important;
    vertical-align: middle !important;
}
.case_item table td:nth-child(3) {
    width: 20% !important;
    vertical-align: middle !important;
}
.case_item table td:nth-child(4) {
    width: 35% !important;
    vertical-align: middle !important;
}

@media (max-width: 768px) {
    .case_item td {
        font-size: .7rem;
        padding: 3px .5rem;
        word-break: keep-all;
        overflow-wrap: break-word;
        border: 1px solid #ccc;
    }
    /* 施工実績テーブルの列幅調整（タブレット） */
    .case_item table td:nth-child(1) {
        width: 20% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(2) {
        width: 20% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(3) {
        width: 25% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(4) {
        width: 35% !important;
        vertical-align: middle !important;
    }
}

@media (max-width: 450px) {
    .case_item td {
        font-size: 9px;
        word-break: keep-all;
        overflow-wrap: break-word;
        padding: 3px 5px;
        border: 1px solid #ccc;
    }
    /* 施工実績テーブルの列幅調整（スマートフォン） */
    .case_item table td:nth-child(1) {
        width: 20% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(2) {
        width: 20% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(3) {
        width: 25% !important;
        vertical-align: middle !important;
    }
    .case_item table td:nth-child(4) {
        width: 35% !important;
        vertical-align: middle !important;
    }
}
.case_img {
    width: 100%;
}
.case_img img {
    width: 100%;
    aspect-ratio: 1200/800;
    object-fit: cover;
    object-position: center !important;
}

/* メディアクエリで高さを指定して重なりを防止 */
@media (min-width: 1440px) {
    .case_img img {
        height: 450px;
    }
}

@media (min-width: 991px) and (max-width: 1439px) {
    .case_img img {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .case_img img {
        height: 350px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .case_img img {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .case_img img {
        height: 280px;
    }
}

/* 画像とテキストの重なりを完全に防止 */
.case_item {
    position: relative;
    display: block;
}

.case_img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.case_item > div:last-child {
    position: relative;
    z-index: 2;
    margin-top: 0;
    background: #fff;
    padding-top: 1rem;
}
.case .owl-carousel .owl-nav button.owl-next, .case .owl-carousel .owl-nav button.owl-prev {
    top: 50%;
}
.case .owl-carousel .owl-nav button.owl-prev {
    left: 30rem;
}
.case .owl-carousel .owl-nav button.owl-next {
    right: 30rem;
}
@media (max-width: 768px) {
    .case_item div:last-child {
        gap: 10px;
        padding: 15px;
    }
    .case_item h5 {
        font-size: .8rem;
    }
    .case_item td {
        font-size: 9px;
        word-break: keep-all;
        overflow-wrap: break-word;
        border: 1px solid #ccc;
    }
    .owl-item.center {
        transform: scale(1.1);
    }
    .case .owl-carousel .owl-nav button.owl-prev {
        left: 4rem;
    }
    .case .owl-carousel .owl-nav button.owl-next {
        right: 4rem;
    }
}
@media (max-width: 450px) {
    .case .hx12 {
        height: 30px;
    }
    .case_content {
        padding: 0 25px;
    }
    .case_item div:last-child {
        padding: 10px;
    }
    .case_item h5 {
        font-size: 11.5px;
    }
    .case_item td {
        font-size: 9px;
        border: 1px solid #ccc;
    }
    .owl-item.center {
        transform: scale(1);
    }
    .case .owl-carousel .owl-nav button.owl-prev {
        left: 5px;
    }
    .case .owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }
}

/* ------section faq------- */
.faq_content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* アコーディオン用のスタイル（デスクトップでは非表示） */
.faq-toggle-icon {
    display: none;
    width: 20px;
    height: 20px;
    color: #FFF;
    transition: transform 0.3s ease;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.faq-toggle-icon svg {
    width: 100%;
    height: 100%;
    color: #FFF;
}

.faq-toggle-icon svg path {
    stroke: #FFF;
}

.faq-item-active .faq-toggle-icon {
    transform: translateY(-50%) rotate(180deg);
    display: block !important;
}
.faq_item {
    background-color: #FFF;
    position: relative;
}
.faq_top {
    padding: 2.5rem 2rem;
    background-color: var(--bg-green-color);
    display: flex;
    gap: 2rem;
    align-items: center;
    padding-right: 0;
    position: relative;
}
.faq_top span {
    font-size: 2.5rem;
    font-family: var(--fontH);
    line-height: 1;
    color: #FFF;
}
.faq_top h4 {
    font-size: 2.7rem;
    line-height: 1.2;
    color: #FFF;
}
.faq_bottom {
    padding: 3.5rem 2.3rem;
    display: flex;
    gap: 2rem;
    transition: all 0.3s ease;
}
.faq_bottom span {
    font-size: 2.5rem;
    font-family: var(--fontH);
    line-height: 1;
}
.faq_bottom p {
    font-size: 2rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .faq_content {
        gap: 1rem;
    }
    .faq_top {
        padding: 1.2rem 1rem;
        gap: .8rem;
        cursor: pointer;
        padding-right: 3.5rem;
    }
    .faq_top h4 {
        font-size: 1rem;
    }
    .faq_top span {
        font-size: 1.5rem;
    }
    .faq-toggle-icon {
        display: block;
        width: 20px;
        height: 20px;
    }
    .faq_bottom {
        padding: 1.5rem 1rem;
        gap: .8rem;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .faq-item-active .faq_bottom {
        max-height: 500px;
        opacity: 1;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .faq_bottom span {
        font-size: 1.5rem;
    }
    .faq_bottom p {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .faq_content {
        gap: 20px;
    }
    .faq_top {
        padding: 8px 6px;
        gap: 6px;
        cursor: pointer;
        padding-right: 30px;
    }
    .faq_top h4 {
        font-size: 12px;
        line-height: 1.5;
    }
    .faq_top span {
        font-size: 18px;
    }
    .faq-toggle-icon {
        display: block !important;
        width: 16px;
        height: 16px;
        right: 6px;
    }
    
    .faq-item-active .faq-toggle-icon {
        display: block !important;
        transform: translateY(-50%) rotate(180deg) !important;
    }
    .faq_bottom {
        padding: 8px 6px;
        gap: 4px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .faq-item-active .faq_bottom {
        max-height: 500px;
        opacity: 1;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .faq_bottom span {
        font-size: 18px;
    }
    .faq_bottom p {
        font-size: 11px
    }
}



/* ------section profile------- */
.profile_inner {
    background-color: #FFF;
    padding: 60px 7rem;
}
.profile_content {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.profile_img {
    width: 28%;
    line-height: 0;
}
.profile_img img {
    width: 70%;
    padding: 10px 10px 0 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.profile_table {
    flex: 1;
}
.profile_table dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 2.5rem 0;
}
.profile_table dl:first-child {
    border-top: 1px solid #CCCCCC;
}
.profile_table dt, dd {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
}
.profile_table dt {
    width: 20rem;
}
@media (max-width: 768px) {
    .profile_inner {
        padding: 40px 2rem;
    }
    .profile_content {
        gap: 1.5rem;
    }
    .profile_table dl {
        padding: 1rem 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .profile_table dt, dd {
        font-size: .9rem;
    }
    .profile_img {
        width: 35%;
    }
}
@media (max-width: 450px) {
    .profile_inner {
        padding: 30px 20px;
        flex-direction: column;
    }
    .profile_content {
        gap: 1.5rem;
        flex-direction: column;
    }
    .profile_table dl {
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .profile_table dt, dd {
        font-size: 14px;
    }
    .profile_table dt {
        font-weight: 700;
    }
    .profile_img {
        width: 100%;
    }
}
/* -----------footer style----------- */
footer {
    position: relative;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    align-items: center;
    padding: 40px 0;
    z-index: 9999;
}
footer a {
    width: 15rem;
    line-height: 0;
}
footer a img {
    width: 100%;
}
footer p {
    font-size: 2rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    footer {
        gap: 20px;
    }
    footer a {
        width: 130px;
    }
    footer p {
        font-size: 1rem;
    }
}
@media (max-width: 450px) {
    footer {
        padding: 25px 0;
    }
    footer a {
        width: 120px;
    }
    footer p {
        font-size: 11px;
    }
}



/* ----------section plan----------- */
.plan_inner {
    padding: 60px 7rem;
    background-color: #FFF;
}
.plan_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8.3rem;
    padding: 0 3rem;
}
.plan_top_txt {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    flex: 1;
}
.plan_top_txt p {
    display: flex;
    gap: 2rem;
    font-size: 2rem;
    line-height: 1.6;
}
.plan_top_txt p span:last-child {
    flex: 1;
    line-height: 1.6;
}
.plan_top_txt p span:first-child {
    line-height: 1.6;
    color: var(--bg-green-color);
    width: 15rem;
}
.plan_top_img {
    width: 42%;
    line-height: 0;
}
.plan_top_img img {
    width: 100%;
}
@media (max-width: 768px) {
    .plan_inner {
        padding: 40px 20px;
    }
    .plan_top {
        gap: 2rem;
        padding: 0;
    }
    .plan_top_txt {
        gap: 1rem;
    }
    .plan_top_txt p {
        font-size: .7rem;
        gap: .8rem;
    }
    .plan_top_txt p span:first-child {
        width: 4rem;
    }
}
@media (max-width: 450px) {
    .plan_inner {
        padding: 30px 15px;
    }
    .plan_top {
        flex-direction: column;
    }
    .plan_top_txt {
        gap: 10px;
    }
    .plan_top_txt p {
        font-size: 12px;
        gap: 0;
    }
    .plan_top_txt p span:first-child {
        width: 70px;
    }
    .plan_top_img {
        width: 95%;
    }
}


.plan_content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.plan_item {
    border-top: 1px solid var(--bg-green-color);
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    padding-top: 3.5rem;
}
.plan_item_ttl {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.plan_item_ttl p {
    text-align: center;
    color: var(--bg-green-color);
    font-size: 1.5rem;
    border-right: 1px solid var(--bg-green-color);
    padding-right: 1rem;
}
.plan_item_ttl p span {
    font-family: var(--fontR);
    font-size: 6.2rem;
    color: var(--bg-green-color);
}
.plan_item_ttl h3 {
    font-size: 3.5rem;
    line-height: 1.4;
    flex: 1;
}
.plan_item > p {
    font-size: 2rem;
    line-height: 1.6;
}
.plan_item.first .plan_des {
    display: flex;
    justify-content: space-between;
}
.first .plan_des .col img {
    width: 100%;
}
.first .plan_des .col:first-child {
    width: 36%;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.first .plan_des .col:nth-child(2) {
    width: 26%;
}
.first .plan_des .col:nth-child(3) {
    width: 27%;
    background-color: var(--bg-grey-color);
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.first .plan_des .col:nth-child(3) img {
    width: 60%;
    margin: 0 auto;
}
.plan_des .col h3 {
    font-size: 3.5rem;
    color: var(--bg-green-color);
    line-height: 1.4;
}
.plan_des .col p {
    font-size: 2rem;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .plan_content {
        gap: 30px
    }
    .plan_item {
        padding-top: 1.5rem;
        gap: 1.2rem;
    }
    .plan_item_ttl {
        gap: .5rem;
    }
    .plan_item_ttl p {
        font-size: .8rem;
        padding-right: .5rem;
    }
    .plan_item_ttl p span {
        font-size: 3rem;
    }
    .plan_item_ttl h3 {
        font-size: 1.5rem;
    }
    .plan_item > p {
        font-size: 1rem;
    }
    .plan_des .col h3 {
        font-size: 1.5rem;
    }
    .plan_des .col p {
        font-size: .7rem;
    }
    .first .plan_des .col:nth-child(3) {
        padding: .8rem; 
        gap: .8rem;
        width: 30%;
    }
    .first .plan_des .col:first-child {
        gap: 1rem;
    }
}
@media (max-width: 450px) {
    .plan_item {
        gap: 20px;
        padding-top: 20px;
    }
    .plan_item_ttl p span {
        font-size: 30px;
    }
    .plan_item_ttl h3 {
        font-size: 17px;
    }
    .plan_item_ttl p {
        font-size: 10px;
    }
    .plan_item.first .plan_des {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .first .plan_des .col:first-child {
        width: 100%;
        gap: 10px;
    }
    .plan_item > p {
        font-size: 14px;
    }
    .plan_des .col h3 {
        font-size: 20px;
    }
    .plan_des .col p {
        font-size: 12px;
    }
    .first .plan_des .col:nth-child(2) {
        width: 45%;
    }
    .first .plan_des .col:nth-child(3) {
        width: 53%;
    }
    .first .plan_des .col:nth-child(3) img {
        width: 70%;
    }
}

.second .plan_img {
    line-height: 0;
    position: relative;
    margin: 2rem 2.5rem;
}
.second .plan_img img {
    width: 100%;
}
.plan_img .col {
    top: 0;
    position: absolute;
    width: 32rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.plan_img .col h4 {
    font-size: 2.6rem;
    line-height: 1.2;
}
.plan_img .col p {
    font-size: 2rem;
    line-height: 1.6;
}
.plan_img .col:first-child {
    left: 0;
}
.plan_img .col:last-child {
    right: 0;
}
@media (max-width: 768px) {
    .plan_img .col h4 {
        font-size: .9rem;
    }
    .plan_img .col p {
        font-size: .7rem;
    }
    .plan_img .col {
        gap: .5rem;
        width: 9.5rem;
    }
    .plan_img .col {
        position: relative;
    }
    .second .plan_img {
        margin: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .plan_img .col:first-child {
        order: 0;
    }
    .second .plan_img img {
        order: 2;
        margin-top: -5rem;
    }
    .plan_img .col:last-child {
        order: 1;
    }
}
@media (max-width: 768px) {
    .plan_img .col h4 {
        font-size: 14px;
    }
    .plan_img .col p {
        font-size: 11px;
    }
    .plan_img .col {
        gap: 10px;
        width: 48%;
    }
    .plan_img .col {
        position: relative;
    }
    .second .plan_img img {
        margin-top: 0;
    }
}
.plan_des {
    position: relative;
}
.plan_txt {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 43rem;
    z-index: 10;
}
.plan_txt p {
    font-size: 2rem;
    line-height: 1.6;
}
.third .plan_img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    gap: 2rem;
}
.third .plan_img img:last-child {
    width: 60%;
}
.third .plan_img img:first-child {
    width: 23%;
}
@media (max-width: 768px) {
    .plan_txt {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        gap: 0;
        margin-bottom: 15px;
    }
    .plan_txt p {
        font-size: .9rem;
    }
    .plan_txt p br {
        display: none;
    }
}
@media (max-width: 768px) {
    .plan_txt p {
        font-size: 12px;
    }
    .third .plan_img {
        justify-content: space-between;
        gap: 0;
    }
    .third .plan_img img:last-child {
        width: 70%;
    }
    .third .plan_img img:first-child {
        width: 25%;
    }
}

.fourth .plan_img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    gap: 2rem;
}
.fourth .plan_img .row:last-child {
    display: flex;
    gap: 1rem;
    width: 61%;
}
.fourth .plan_img .row:first-child {
    width: 21%;
}
.fourth .plan_img .row img {
    width: 100%;
}
.fourth .plan_img .row div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}
.fourth .plan_img p {
    font-size: 1.7rem;
    line-height: 1.6;
}.fourth .plan_img .row div p {
    text-align: right;
}
@media (max-width: 768px) {
    .fourth .plan_img {
        gap: 0;
        justify-content: space-between;
    }
    .fourth .plan_img .row div {
        gap: 8px;
    }
    .fourth .plan_img .row:first-child {
        width: 25%;
    }
    .fourth .plan_img .row:last-child {
        width: 73%;
    }
    .fourth .plan_img p {
        font-size: .6rem;
    }
    .fourth .plan_img .row:last-child {
        gap: .5rem;
    }
}
@media (max-width: 450px) {
    .fourth .plan_img {
        gap: 20px;
        flex-direction: column;
    }
    .fourth .plan_img .row:first-child {
        width: 100%;
    }
    .fourth .plan_img .row:first-child p {
        font-size: 12px;
    }
    .fourth .plan_img .row:last-child {
        width: 73%;
    }
    .fourth .plan_img p {
        font-size: 7px;
    }
    .fourth .plan_img .row:last-child {
        width: 100%;
        gap: 5px;
    }
}

/* ----------popup style---------- */
.popupbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(38, 37, 37,0.82);
    z-index: 9999;
    transition: all .5s;
}
.popupbox.has-hide {
    opacity: 0;
    pointer-events: none;
}
.popupbox_inner {
    position: relative;
    overflow: hidden;
    width: 1000px;
    max-width: 1000px;
    height: 85vh;
    max-height: 85vh;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px #00000060;
    padding: 60px 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    transition: all .5s;
    transition-delay: .3s;
    opacity: 1;
}
.has-hide .popupbox_inner {
    transform: scale(.9);
    opacity: 0;
}
.popupbox_close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popupbox_close svg {
    width: 100%;
    height: 100%;
}
.popupbox_content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
}
.popupbox_content h3 {
    font-size: 3.3rem;
    line-height: 2;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 600;
}
.popupbox_content p {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 2.5rem;
}
@media (max-width: 1040px) {
    .popupbox {
        padding: 0 40px;
    }
    .popupbox_content {
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .popupbox_content h3 {
        font-size: 1.3rem;
        margin-bottom: 1.7rem;
    }
    .popupbox_content p {
        font-size: .8rem;
        margin-bottom: 1.2rem;
    }
}
@media (max-width: 450px) {
    .popupbox {
        padding: 0 10px;
    }
    .popupbox_inner {
        padding: 60px 20px;
        padding-bottom: 30px;
        padding-right: 15px;
    }
    .popupbox_close {
        right: 15px;
        
    }
    .popupbox_content h3 {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .popupbox_content p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

.strengths_bottom .col div h4,
.strengths_bottom .col div p {
    text-align: left !important;
}

  /* ----------アニメーション定義---------- */
  @keyframes skewanime {
    100% {
      left: -10%;
    }
  }
  
  .support-block {
    background: #00807a !important;
    border-radius: 0;
    padding: 40px 0 40px 0;
    text-align: center;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    overflow: hidden;
  }
  .support-block::before,
  .support-block::after {
    display: none !important;
    content: none !important;
    background: none !important;
  }
  .support-block h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 32px;
    line-height: 1.4;
  }
  .support-block .support-btn {
    display: inline-block;
    background: #f05323;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 14px 60px;
    border-radius: 3px;
    text-decoration: none;
    margin: 24px auto 0 auto;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .support-block .support-btn:hover {
    background: #d9431a;
  }
  
  @media (max-width: 600px) {
    .note {
      font-size: 0.5rem;
    }
    .button a {
      font-size: 1.6rem;
      padding: 15px 30px;
      max-width: 90vw;
      white-space: nowrap;
      word-break: keep-all;
      overflow-wrap: normal;
    }
    .button a:after {
        padding-left: 10px;
        font-size: 16px;
    }
  }
  
  @media (min-width: 601px) {
    .button a {
      font-size: 3rem;
      padding: 20px 60px;
      max-width: 500px;
      white-space: nowrap;
      word-break: keep-all;
      overflow-wrap: normal;
    }
    .button a:after {
        padding-left: 15px;
        font-size: 20px;
    }
  }

.owl-item.center .case_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* 小さな画面での改行対応 */
@media (max-width: 767px) {
    .banner_txt_top h1 {
        white-space: normal;
        word-break: break-all;
    }
}

/* レスポンシブ画像切り替えのサポート */
.responsive-image {
    transition: opacity 0.3s ease-in-out;
}

/* 改行制御 */
.no-break {
    white-space: nowrap;
}

/* スマートフォンでの改行制御強化 */
@media (max-width: 768px) {
    .strengths_top div:last-child h5 {
        word-break: keep-all;
        overflow-wrap: normal;
    }
}

.responsive-image.loading {
    opacity: 0.7;
}

/* スマートフォン用画像の最適化 */
@media (max-width: 768px) {
    img[src*="_sp."] {
        max-width: 100%;
        height: auto;
    }
}

/* Owl Carouselの重なり問題を解決 */
.case_content.owl-carousel .owl-item {
    /* floatは維持しつつ、重なりを防ぐ */
    overflow: hidden;
}

.case_content.owl-carousel .case_item {
    /* 各アイテム内での重なりを防ぐ */
    position: relative;
    overflow: hidden;
}

.case_content.owl-carousel .case_img {
    /* 画像の重なりを防ぐ */
    position: relative;
    z-index: 1;
}

.case_content.owl-carousel .case_item > div:last-child {
    /* テキスト部分の重なりを防ぐ */
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

/* 50年保証テーブルの強制的なフォントサイズ調整 */
@media (max-width: 450px) {
    .strengths_bottom table td span {
        font-size: 0.6rem !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td span span {
        font-size: 1rem !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.6rem !important;
    }
}

@media (max-width: 400px) {
    .strengths_bottom table td span {
        font-size: 0.5rem !important;
        line-height: 1.1 !important;
    }
    .strengths_bottom table td span span {
        font-size: 0.8rem !important;
        line-height: 1.1 !important;
    }
    .strengths_bottom table td > div {
        padding: 0.6rem 0.4rem !important;
    }
}

/* 768px付近での表示調整（既存スタイルとの整合性を保つ） */
@media (max-width: 768px) {
    .strengths_bottom table td span {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td span span {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.6rem !important;
    }
}

/* 550px付近での表示調整（既存スタイルとの整合性を保つ） */
@media (max-width: 550px) {
    .strengths_bottom table td span {
        font-size: 0.7rem !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td span span {
        font-size: 1.1rem !important;
        line-height: 1.2 !important;
    }
    .strengths_bottom table td > div {
        padding: 0.8rem 0.6rem !important;
    }
}
