@charset "UTF-8";

:root {
    --color-text-h: #333;
    --color-text-p: #474747;
    --color-text-p-secondary: #808080;
    --color-text-white: #fff;
    --color-text-a: #474747;
    --color-text-a-hover: #002A3A;
    --color-text-a-visited: #474747;
    --color-text-red: #ED2621;
    --color-bg: #EFF4F4;
    --color-bg-white: #fff;
    --color-bg-dark: #403D3C;
    --color-bg-primary: #002A3A;
    --color-bg-primary-hover: #053649;
    --color-bg-secondary: #0870d3;
    --color-bg-secondary-hover: #075cad;
    --color-bg-tertiary: #2E505D;
    --color-bg-success: #002A3A;
    --color-bg-success-hover: #053649;
    --color-bg-danger: #ED2621;
    --color-bg-danger-hover: #FF241E;
    --color-bg-01: #EFEFEF;
    --color-bg-02: #eaf5ff;
    --color-bg-03: linear-gradient(180deg,rgba(72, 1, 7, 0.06) 0%, rgba(154, 0, 21, 0.12) 100%);
    --color-bg-04: linear-gradient(180deg,rgb(72, 1, 16) 0%, rgb(154, 0, 26) 100%);
    --color-bg-05: #ddeeff;
    --color-bg-06: #e4f1ff;
    --shadow-01: 0 0 1px rgb(60 64 67/ 0.1) , 0 0 2px rgb(60 64 67 / 0.1) ;
    --shadow-02: 0 1px 2px rgb(60 64 67/0.08), 0 1px 3px rgb(60 64 67 / 0.08);
    --shadow-03: 0 2px 3px rgb(60 64 67 /0.05), 0 2px 4px rgb(60 64 67 / 0.05) ;
    --shadow-white01:  0 0 12px rgb(255 255 255 / 1), 0 0 24px rgb(255 255 255 / 1);
    --font-1: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    --font-2: 'Noto Sans JP',"YuGothic","Yu Gothic Medium","Yu Gothic", sans-serif;
    /*--font-2: "YuGothic","Yu Gothic Medium","Yu Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
    --font-3: 'Font Awesome 7 Free';
    --header-fixed: 72px;
    --brand: var(#002A3A);

}
/*============================================================*/
/* common */
/*============================================================*/

input[type="button"],
input[type="submit"],
button{
    -webkit-appearance: none;
}

html{
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
    scrollbar-color: var(--brand) Canvas;
}

body{
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    font-size: 1.08rem;
    font-family: var(--font-2);
    color: var(--color-text-p);
    background: var(--color-bg-white);
    position: relative;
}

.h1, h1,.h2, h2,.h3, h3,.h4, h4,.h5, h5,.h6, h6{
    font-feature-settings: "palt";
    font-weight: 600;
    padding: .5rem 0;
    color: var(--color-text-h);
}

.h1, h1 {font-size: clamp(38px, 3vw, 46px); font-weight: bold; margin: 0 0 1.8rem;}
.h2, h2 {font-size: clamp(24px, 2.3vw, 32px); line-height: 1.4 !important;}
.h3, h3 {font-size: clamp(26px, 3vw, 30px);  line-height: 1.6 !important;}
.h4, h4 {font-size: clamp(22px, 3vw, 26px);  line-height: 1.6 !important;}
.h5, h5 {font-size: clamp(16px, 3vw, 18px);  line-height: 1.6 !important;}

p,
li{
    color: var(--color-text-p);
    word-break: break-all;
    line-height: 1.6;
}

.container,
.container-fluid{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

ul{
    list-style: none;
    padding: 0;
}

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

a,
a:link,
a:visited,
a:active{
    color: var(--color-text-a);
    text-decoration: none;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--color-bg-primary) !important;
}

/*--text-link--*/

.text-link{
    text-decoration:underline !important;
    color:var(--color-text-a);
}

.text-link:visited{
    color: var(--color-text-a-visited);
}

/*--text-red--*/

.text-red{
    color: var(--color-text-red);
}

/*--button--*/

.btn,
.btn:focus {
    outline: none !important;
    font-weight: normal;
    display: block;
    text-align: center;
    border-radius: 4px;
}

.btn-text {
    --bs-btn-border-color: none;
}

.btn-lg {
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-padding-x: 1.5rem;
    font-size: 1.05rem;
    font-weight: bold;
}

.btn-xl{
    padding: 2rem 30px;
    font-weight: bold;
    font-size: 1.26rem;
}

.btn-block{
    width: 100%;
}

.btn,
.btn:active,
.btn:focus-visible{
    color: var(--color-text-a);
}

.btn:hover{
    color: var(--color-text-a-hover);
}

.btn-white,
.btn-white:hover,
.btn-white:active,
.btn-white:focus-visible{
    background: var(--color-bg-white) !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus-visible{
    background: var(--color-bg-primary) !important;
    border-color: var(--color-bg-primary) !important;
    color: var(--color-text-white) !important;
}

.btn-primary:hover {
    background: var(--color-bg-primary-hover) !important;
    border-color: var(--color-bg-primary) !important;
    color: var(--color-text-white) !important;
}

.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:focus-visible{
    background: var(--color-bg-white) !important;
    border-color: var(--color-text-p-secondary) !important;
    color: var(--color-text-p-secondary) !important;
}

.btn-outline-primary:hover {
    background: var(--color-bg-white) !important;
    border-color: var(--color-bg-primary) !important;
    color: var(--color-bg-primary) !important;
}

.btn-outline-primary:active{
    border-color: var(--color-bg-primary) !important;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus-visible{
    background: var(--color-bg-secondary) !important;
    border-color: var(--color-bg-secondary) !important;
    color: var(--color-text-white) !important;
}

.btn-secondary:hover {
    background: var(--color-bg-secondary-hover) !important;
    border-color: var(--color-bg-secondary) !important;
    color: var(--color-text-white) !important;
}

/*--brand--*/

:root { accent-color: var(--brand); }
:focus-visible { outline-color: var(--brand); }
::selection { background-color: #fff; color: var(--brand);}
::marker { color: var(--brand); }



.bg-02{
    background: var(--color-bg-02);
}
.bg-03{
    background: var(--color-bg-03);
}
.bg-05{
    background: var(--color-bg-05);
}
.bg-06{
    background: var(--color-bg-06);
}

.bg-ring::after{
    content: '';
    display: block;
    height: 100%;
    width: 33.333333%;
    position: absolute;
    right: -20px;
    top: 0%;
    z-index: 3;
    background:url(../img/ring-image.png) right center / contain no-repeat;
}

/*--inview--*/

.inview {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.inview.view {
    opacity: 1;
    transform: translateY(0);
}

.inview.view-delay02 {transition-delay: 0.2s;}
.inview.view-delay03 {transition-delay: 0.3s;}
.inview.view-delay04 {transition-delay: 0.4s;}
.inview.view-delay05 {transition-delay: 0.5s;}
.inview.view-delay06 {transition-delay: 0.6s;}

.mbr-block{
    display: none;
}

/*============================================================*/
/* header */
/*============================================================*/

header{
    width: 100%;
    height: 80px;
    padding : 0;
    background:  var(--color-bg-03);
    box-shadow: var(--shadow-03);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

header .container-fluid{
    padding-top: 0;
    padding-bottom: 0;
}

header .container-fluid,
header .row{
    height: 100%;
}

.logo{
    margin: 0 0 1rem;
    width: 50%;
    min-width: 160px;
}

.logo img{
    display: block;
    width: 42%;
     width: 350px;
}


header figure{
    margin: 0;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

/*--header-menu--*/

.header-menu{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu ul{
    display: flex;
    align-items: center;
}

/*============================================================*/
/* footer */
/*============================================================*/

footer{
    background: #242937;
}

.head-back{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

footer small{
    display: block;
    width: 100%;
    color: #92949b;
    text-align: center;
    padding: 1rem 15px;
    border-top: 1px solid #92949b;
}

footer .container-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo{
    width: 207px;
    display: block;
}

footer dl{
    color: #92949b;
    border-left: 1px solid #92949b;
    padding: 0 0 0 30px;
}

footer dl dt{
    color: #92949b;
    margin: 0 0 .2rem;
    font-size: 1.1rem;
}

footer dl dd{
    color: #92949b;
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.45;
}

footer dl ul{
    display: flex;
}

footer dl li{
    color: #92949b;
    line-height: 1.45;
    padding: 0 1rem 0 0;
}

/*============================================================*/
/* contact (form.cssの設定もセット)*/
/*============================================================*/

.btn-group{
    display: flex;
    justify-content: center;
    margin: 0;
}

.btnInq a {
    display: block;
    text-align: center;
    width: 480px;
    padding: 19px 0 20px;
    margin: 0 40px 0 0;
    border-radius: 3px;
    background-color: #036;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.btnInq a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/icon_mail.png) no-repeat 0 0 / cover;
}

.btnInq a span {
    display: block;
    font-size: 60%;
    line-height: 1.45;
}

.btnInq a:hover {
    text-decoration: none;
    opacity: .7;
}

.btnPp a {
    width: 168px;
    height: 100%;
    padding-top: 9px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: bold;
}

.btnPp a img {
    width: 33px;
    height: auto;
    margin-bottom: 5px;
}

/*============================================================*/
/* main */
/*============================================================*/

main section{
    padding-top: 80px;
    padding-bottom: 80px;
}

main .section-btn-group{
    padding-top: 27px;
    padding-bottom: 27px;
}

/*--hero--*/
/*

/*--hero--*/

.hero-section{
    height: 76dvh;
    padding: 0;
    overflow: hidden; /* 🌟必須：はみ出た画像を隠す */
    position: relative;
    z-index: 2!important;
}

/* 🌟新しく追加：ライブラリが自動生成するラッパーを画面いっぱいに広げる */
.hero-section .simpleParallax {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1!important;
}

/* 🌟パララックス画像自体の設定を調整 */
.hero-parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(134deg,rgb(60 62 87 / .6) 0%, rgb(255 255 255 / 0) 100%);
    z-index: 4!important; /* 🌟画像ラッパー(z-index:1)より上に重ねる */
}

.hero-section .container-fluid{
    position: relative;
    z-index: 5!important; /* 🌟文字やロゴを最前面に保持 */
    height:  100%;
    padding: 0;
}

.hero-section .container-fluid > div{
    height: 100%;
}


.hero-content-main-1,
.hero-content-main-2{
    width: 100%;
    position: relative;
}

.hero-content-main-1{
    padding: 30px 5% 30px 10.8%;
}

.hero-content h1,
.hero-content h2,
.hero-content p{
    color: #fff!important;
    text-shadow: 0 0 48px rgb(0 0 0 /.48), 0 0 3px rgb(0 0 0 /.68);
}

.hero-content h1 span{
    font-size: 50%;
    display: block;
}

.hero-content h1 figure{
    width: 250px;
}

.hero-content h2{
    font-size: 1.48rem;
    font-weight: normal;
    color: #fff;
    
    /*
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.19em;
    line-height: 1.6;
    text-shadow: 
    0px 0px 60px rgb(73 153 202 / 1),
    0px 0px 45px rgb(73 153 202 / 1),
    0px 0px 35px rgb(73 153 202 / 1),
    0px 0px 20px rgb(42 76 121 / 1),
    0px 0px 20px rgb(42 76 121 / 1),
    0px 0px 16px rgb(42 76 121 / 1),
    0px 0px 12px rgb(42 76 121 / .6),
    0px 0px 10px rgb(42 76 121 / .6),
    0px 0px 6px rgb(42 76 121 / .6),
    0px 0px 4px rgb(42 76 121 / .6),
    0px 0px 2px rgb(42 76 121 / .6),
    0px 0px 1px rgb(14 32 56 / .7);
    font-size: 1.6dvw; */
}

.hero-content p{
    font-size: 1rem;
}


/*---------------*/

.glass-lt{
    border-top: 1px solid rgb(255 255 255 /.25);
    border-left: 1px solid rgb(255 255 255 /.25);    
}

.glass-rb{
    border-right: 1px solid rgb(0 0 0 /.15);
    border-bottom: 1px solid rgb(0 0 0 /.15);  
}

/*--section-01--*/

.section-01 figure{
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.section-01 h3,
.section-01 h4,
.section-01 h5{
    text-align: center;
}

.section-01 h3{
    margin: 0 auto 1.6rem;
    display: flex;
    justify-content: center;
    max-width: 800px;
    position: relative;
}

.section-01 h3::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 1px solid #435da5;
    z-index: 2;
}

.section-01 h3 span{
    display: inline-block;
    padding: .5rem 20px;
    background: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    z-index: 3;
    color: #222;
}

.section-01 h4{
    padding: .2rem 0;
}

.section-01 h5{
    padding: .2rem 0;
}

.section-01 .subgrid-content p {
    font-size: 1rem;
    line-height: 1.48;
}

.section-01 .grid-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 35px;
}

.section-01 .subgrid-content{
    display: grid;
     grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    padding: 30px;
    border-radius: 10px;
    background: #eff7ff;
    box-shadow: 0 1px 2px rgb(0 0 0 /.08);
}


/*--section-02--*/

.section-02 .section-main{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 /.1);
    overflow: hidden;
}

.section-02 .section-main h4 {
    font-size: clamp(18px, 3vw, 22px);  line-height: 1.6 !important;
}

.section-02 .section-main p {
    font-size: 1rem;
    line-height: 1.48;
}

.section-02 .section-main-1,
.section-02 .section-main-2{
    padding: 30px 40px;
}

.section-02 .section-main-1{
    background: #fff;
}

.section-02 .section-main-1 figure{
    text-align: center;
}

.section-02 .section-main-2{
    background: rgb(255 255 255 /.65);
}

.section-02 dl{
    margin: 0 0 1rem;
}

.section-02 dl dt{
    font-size: 1.22rem;
    font-weight: bold;
    margin: 0 0 .5rem;
}

.section-02 dl dd li{
    font-size: 1rem;
    padding: .2rem 0 .2rem 30px;
    position: relative;
}

.section-02 dl dd li:before{
    content: '\f00c';
    font-family: var(--font-3);
    color: #C21515;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 3px;
    left: 0;
}

.section-02{
    overflow: hidden;
    position: relative;
    z-index: 2!important;
}

.section-02 .simpleParallax {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1!important;
}

.section-02-parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75;
}

.section-02::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(134deg,rgb(239 249 255  / .75) 0%, rgb(239 249 255 / .3) 100%);
    z-index: 4!important; /* 🌟画像ラッパー(z-index:1)より上に重ねる */
}

.section-02 .container{
    position: relative;
    z-index: 5!important; /* 🌟文字やロゴを最前面に保持 */
}

/*--section-03 04--*/

.section-03 ol{
    list-style: none;
    display: flex;
    gap: 0 35px;
    padding: 0;
    flex: 0 0 100%;
}

.section-03 ol li{
    flex: 1 0 auto;
    background: #fff;
    border-radius: 10px;
    display: grid;
    padding: 20px;
    grid-template-rows: auto auto;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 /.08);
    z-index: 3;
}

.section-03 ol li:not(:last-child)::before{
    content: '';
    display: block;
    width: 30px;
    height: 50px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #ffffff;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 1px 2px rgb(0 0 0 /.08);
    z-index: 2;
}

.section-03 ol li figure{
    display: block;
    max-width: 120px;
    margin: 0 auto .4rem;
}

.bg-image-01{
    background: url(../img/image-01.jpg) right center /35% no-repeat;
}

/*--section-05--*/

.msj-dl dt{
    position: relative;
    display: flex;
    font-size: clamp(18px, 3vw, 24px);
    padding: .5rem 0 .5rem 28px;
}

.msj-dl dd{
    padding: 0 0 1rem 28px;
    font-size: 1rem;
    line-height: 1.48;
}

.msj-dl dt::before,
.msj-dl dt::after{
    content: '';
    height: 15px;
    width: 8px;
    background: #0076B0;
    position: absolute;
    top: 10px;
    left: 0;
}

.msj-dl dt::before{
    background: #0076B0;
    top: 10px;
    left: 0;
}

.msj-dl dt::after{
    background: #3EB8EB;
    top: 25px;
    left: 0;
}

.list-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 40px;
    list-style: none;
    padding: 0;
}

.list-1 li{
    flex: 0 0 320px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 /.08);
}

.list-1 li dt{
    font-size: 1.38rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 15px 0.8rem;
}

.list-1 li dd{
    padding: 0 15px;
    font-size: 1rem;
}

.list-1 li figure{
    background-color: #DDE5ED;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem;
    box-shadow: 0 1px 10px rgb(0 0 0 / .06) inset;

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: relative;
}

.list-1 li figure::before{
    content: '';
    height: 100%;
    width:  100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: 2;
    background: rgb(255 255 255 / .25);
}


.list-1 li figure img{
    height: 100px;
    width: 100px;
    display: block;
    position: relative;
    z-index: 3;
}

/*--number-list-1--*/

.number-list-1 {
    list-style: none; /* デフォルトのマーカーを消す */
    padding: 0;
    counter-reset: item-counter; /* カウンターのリセット */
    display: flex;
    flex-direction: column;
}

.number-list-1 li {
    position: relative;
    padding: 0 0 0 80px;
    margin: 0 0 1rem;
    counter-increment: item-counter; /* 各liでカウンターを+1 */
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    font-size: 1.262rem;
}

.number-list-1 li::before {
    content: counter(item-counter);
    position: absolute;
    font-weight: normal;
    font-size: 1.58rem;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--color-bg-tertiary);
    color: var(--color-text-white);
    text-align: center;
    box-sizing: border-box;
}

/*--dl--*/

.dl-01 dt{
    font-size: 1.32rem;
}

.dl-01 dd{
    font-size: 1rem;
    margin: 0 0 1.6rem;
    opacity: .9;
}

.dl-02 dt{
    font-size: 1.64rem;
}

.dl-02 dd{
    font-size: 1.08rem;
    margin: 0;
    opacity: .9;
}

/*--tel-info2--*/

.tel-info2{
    padding: 2rem 40px;
    background: rgb(0 0 0 /.06);    
}

.tel-section{
    display: flex;
    justify-content: center;
    gap: 0 35px;
}

.tel-section dt{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C4554;
    color: #fff;
    font-size: 1.32rem;
    font-weight: normal;
    padding: 0 30px;
}

.tel-section dd{
    display: flex;
    align-items: center;
    color: #3C4554;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.16;
}

.company-section{
    margin: 0;
}

.company-section dt{
    font-weight: bold;
}


.ta-btn > span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ta-btn i {
    display: block;
    margin: 0 15px 0 0;
    font-size: 2.7rem;
}

.ta-btn i + strong{
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
}

.ta-btn i + strong span{
    font-size: 75%;
    font-weight: normal;
    display: block;
}

 /*============================================================*/
/* responsive PC-first */
/*============================================================*/

/*--xl-1800px未満--*/
@media (max-width: 1799.98px) {

}

/*--xl-1200px未満--*/
@media (max-width: 1199.98px) {

    .mbr{
        display: none;
    }

    .hero-section {
        height: auto;
    }

    .hero-content-main-1 {
        padding: 100px 10.8% 100px 10.8%;
    }

    .section-01 .grid-content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 0 0;
    }

    .section-01 .subgrid-content {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-template-rows: auto auto auto;
        gap: 0 24px; 
        margin-bottom: 2rem;
        grid-row: span 3;
    }

    /* 1. アイコン（figure）の配置設定 */
    .section-01 .subgrid-content figure {
        grid-column: 1;
        grid-row: 1 / 4; 
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    /* 2. 見出し（h4）の配置設定 */
    .section-01 .subgrid-content h4 {
        grid-column: 2; /* 2列目に配置 */
        grid-row: 1;    /* 1行目に配置 */
        text-align: left;
    }

    /* 3. サブ見出し（h5）の配置設定 */
    .section-01 .subgrid-content h5 {
        grid-column: 2; /* 2列目に配置 */
        grid-row: 2;    /* 2行目に配置 */
        text-align: left;
    }

    /* 4. 説明文（p）の配置設定 */
    .section-01 .subgrid-content p {
        grid-column: 2; /* 2列目に配置 */
        grid-row: 3;    /* 3行目に配置 */
    }
    
    .section-03 ol li figure{
        max-width: 84px;
    }

    .section-04 figure{
        max-width: 380px;
        margin: 0 auto;
    }

/*
    .hero-section {
        height: auto;
    }

    .w58p.hero-content{
        width: 100% !important;
    }

    .hero-content-main {
        padding: 50px 7.8%;
    }

    .logo {
        width: 240px;
        display: block;
        margin: 1rem auto;
    }

    .hero-content + div{
        height: 250px;
    }

    .list-1 {
        gap: 25px 25px;
    }

    .list-1 li{
        flex: 0 0 45%;
    }

    .edge-l::before,
    .edge-r::before{
        width: 100%;
        height: 40px;
        top: -1px;
    }

    .dl-01{
        margin: 0 0 2.6rem;
    }
        */
}

/*--lg-992px未満--*/
@media (max-width: 991.98px) {

    .section-03 ol li figure{
        width: 56px;
    }

    .section-03 ol li {
        font-size: .875rem;
    }

    /*
    .list-1 {
        gap: 25px 25px;
        flex: 0 0 400px;
    }

    .section-03 .section-main-content-block{
        padding: 100px 0 0;
    }

    .section-03 .section-main-content > figure {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        margin: 0 20px 0 0;
        padding: 20px 20px;
        height: 100px;
        width: 100%;
        border-top: 1px solid rgb(255 255 255 /.3);
        border-left: 1px solid rgb(255 255 255 /.3);
    }

    .dl-02 dt {
        font-size: 1.36rem;
        padding: .5rem 0;
    }

    .bg-image-01{
        background: none; 
    }

    .bg-image-01 figure{
        max-width: 400px;
        margin: 0 auto;
    }
        */
}

/*--md-768px未満--*/
@media (max-width: 767.98px) {

    .hero-section h1{
        font-size: 1.76rem;
    }

    .section-01 .subgrid-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        grid-row: span 4;
    }

    /* 1. アイコン（figure）の配置設定 */
    .section-01 .subgrid-content figure {
        grid-column: 1;
        grid-row: 1; 
        height: auto;
        margin: 0 auto;
    }

    /* 2. 見出し（h4）の配置設定 */
    .section-01 .subgrid-content h4 {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
    }

    /* 3. サブ見出し（h5）の配置設定 */
    .section-01 .subgrid-content h5 {
        grid-column: 1;
        grid-row: 3;
        text-align: center;
    }

    /* 4. 説明文（p）の配置設定 */
    .section-01 .subgrid-content p {
        grid-column: 1;
        grid-row: 4;
    }
        

    .section-02 .section-main-1,
    .section-02 .section-main-2 {
        padding: 15px 20px;
    }    

    .section-03 ol{
        flex-direction: column;
        gap: 0 35px;
    }
    .section-03 ol li:not(:last-child){
        margin: 0 0 1.2rem;
    }

    .section-03 ol li:not(:last-child)::before {
        width: 30px;
        height: 15px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        right: auto;
        left: 50%;
        top: auto;
        bottom: -13px;
        transform: translateX(-50%);
        transform: translateY(auto);
        box-shadow: 1px 0 2px rgb(0 0 0 / .08);
    }

    .tel-section{
        flex-direction: column;
        gap: 20px 0;
    }

    .tel-section dt{
        padding: .4rem 0;
    }

    .tel-section dd{
        font-size: 1.86rem;
    }

    .mbr-block{
        display: inline-block;
    }


    .footer-logo {
        margin: 0 auto;
    }

    footer dl {
        color: #92949b;
        border-left: none;
        padding: 0;
    }

    footer dl dt,
    footer dl dd{
        text-align: center;
    }

    footer dl ul {
        justify-content: center;
    }

    .btn-group{
        flex-direction: column;
    }

    .btn-group li{
        display: flex;
        justify-content: center;
    }

    .btnInq a {
        width: 240px;
        padding: 10px 0;
        margin: 0 0 1.4rem;
        font-size: 1.1rem;
    }

    .btnPp a {
        width: 240px;
        padding-top: 0;
    }

    .tel-info {
        padding: 1rem 20px;
        background: rgb(0 0 0 / .06);
    }

    .contact-btn a i{
        display: none;
    }

    .list-1 li {
        flex: 0 0 100%;
    }

    .logo {
        width: 160px;
    }

}

/*--sm-576px未満--*/
@media (max-width: 575.98px) {

    .ta-btn > span{
        flex-direction: column;
        justify-content: center;
    }

    .ta-btn i{
        display: flex;
        height: 50px;
        align-items: center;
        margin: 0;
    }

    .ta-btn i + strong {
        font-size: 1.3rem;
        text-align: center;
    }

}

/*--380px未満--*/
@media (max-width: 379.98px) {

}
