@charset "utf-8";
/* ***** original ***** */
/* 全ページ共通 */
html {
    scroll-padding-top: 90px; /* ヘッダーの高さに合わせる */
}
body {
    line-height: 1.7;
    color: #4d4d4d;
}
main{
    display: block;
    background-color: #fff;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 {
    font-size: 6rem;
    font-weight: 900 !important;
    color: #333333;
    line-height: 1.1;
}
h1 span.small {
    font-size: 100%;
    font-weight: 900;
}
@media (min-width: 992px) {
h1 span.small {
    font-size: 60%;
    }
}
h2, h3 {
    color: #333;
}
a[target="_blank"]:not(:has(img)):after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1rem;
    content: "\f35d";
    margin: 0 0 0 5px;
}
.lead {
    font-size: 1rem;
    font-weight:500;
    text-align: justify;
}
.br-sp{display: none;}
.text-center-pc{text-align:center;}
.width-70-pc{width: 70%;/* 画像サイズ調整用*/}
.circle {
    border-radius: 0 25%;
    border: 1px solid #4d4d4d40;
}
@media (min-width: 992px) { /* PCサイズ（992px以上） */
    body {
        line-height: 2;
    }
    .w-lg-50 {
        width: 50%!important
    }
    .w-lg-75 {
        width: 75%!important
    }
    .w-lg-100 {
        width: 100%!important
    }
    .w-lg-25{
        width: 25%!important
    }
}

/* 全ページ共通 - ヘッダー (navbar) */
.navbar {
    border-bottom: 1px solid #ffe78c;
    background-color: #ffce11;
}
.navbar-nav {
    text-align: center;
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand {
    margin-right: 0;
    /* height: 50px; */
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link {
    color: #4d4d4d;
    font-weight: bold;
    border-bottom: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #4d4d4d;
    font-weight: bold;
    border-bottom: solid 2px #ffce11;
}
li.nav-item {
    background-color: #fbbc00;
}
li.nav-item.active {
    background-color: #ffe189;
}
li.nav-item.btn_to_form{
    background: #fff;
    border-radius: .5rem;
    padding: 0 1rem;
}
li.nav-item.btn_to_form a {
    color: #00c000 !important;
}
li.nav-item.btn_to_form a.nav-link {
    border-bottom: none;
}
.navbar .navbar-nav li.btn_to_form .nav-link:hover {
    border-bottom: none;
}
.navbar .navbar-nav li.btn_to_form:hover {
    background: #00c000;
}
.navbar .navbar-nav li.btn_to_form:hover a {
    color: #fff !important;
}
.navbar .navbar-nav .nav-link:hover {
    color: #4d4d4d;
    border-bottom: none;
}
.dropdown-menu.show {
    background-color: #ffce11;
    border: none;
    border-radius: 0;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    li.nav-item,li.nav-item.active {
        background: none;
    }
    .navbar .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #4d4d4d;
        border-bottom: solid 2px #4d4d4d;
    }
}
@media (min-width: 992px) {/* PCサイズ（992px以上）で上書き */
    .navbar .navbar-nav .active > .nav-link {
        border-bottom: solid 2px #4d4d4d;
    }
    .navbar-light .navbar-nav .nav-link {
        border-bottom: none;
    }
}
/* 全ページ共通 - フッター領域 */
#footer {
    background: #e6fbff url(../img/img_top_04.webp) no-repeat right bottom;
    background-size: 80%;
}
#footer .container {
    color: #4d4d4d;
}
#footer .container a{
    color: #4d4d4d;
    text-decoration: underline;
}
#footer address p{
    margin-bottom: 0.5rem;
}
#footer h5.btn{
    width: 100%;
    border-radius: .3rem;
}
#footer h5.btn a{
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}
#footer h5.btn a:hover{
    color:#4d4d4d;
    text-decoration: none;
}
#footer .container ul {
    list-style-type: none;
    padding: 0;
}
#footer .container ul li:before {
    content: "・";
}
#footer-banner {
    margin-bottom: 8rem;
}
#footer-banner img{
    border: 1px solid #4d4d4d40;
}
#footer #copyright {
    border-top: 1px solid #a5cbf7;
    background-color: #78a1cf;
    color: #fff;
}
@media (min-width: 992px) {/* PCサイズ（992px以上）で上書き */
    #footer{
        background-size: 30%;
    }
    #footer .container a{
        text-decoration: none;
    }
    #footer .container a:hover{
        text-decoration: underline;
    }
    #footer-banner {
        margin-bottom: 0rem;
    }
}
/* 全ページ共通 - PAGETOP（画面右下） */
button.page-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: none;
    transition: .2s;
}
button.page-top p{
    writing-mode: vertical-rl;
    text-decoration: none;
    text-transform: uppercase;
    height: 50px;
    margin: 0;
    letter-spacing: 2px;
    text-align: right;
    font-size: 12px;
    color: #000;
}
button.page-top p:before {
    content: "";
    position: absolute;
    top: 2px;
    right: -5px;
    width: 2px;
    height: 20px;
    background: #000;
    transform: skewX(-150deg);
}
button.page-top p:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 2px;
    height: 50px;
    background: #000;
}
button.page-top.is-active {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) { /* PCサイズ（992px以上）で上書き */
    button.page-top {
        right: 40px;
        bottom: 20px;
    }
    button.page-top p {
        height: 85px;
        letter-spacing: 5px;
        font-size:16px ;
    }
    button.page-top p:after {
        height: 85px;
    }
}
/* TOP - メイン画像 */
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}
span.catchcopy {
    font-size: .9rem; /* モバイル用に小さめに */
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin: 4rem 0 .5rem 0;
    display: block;
}
.btn-outline-warning {
    color: #fff;
    background-color: #00c000;
    border-color: #00c000 !important;
}
@media (min-width: 992px) { /* PCサイズ（992px以上） */
    #page-top .jumbotron-fluid .btn {
        margin-top: 1.5rem;
    }
    span.catchcopy {
        margin: 3rem 0 .5rem 0;
        font-size: 1.8rem;
    }
}
/* TOP - セクション */
#page-top section {
    background-color: #fff;
    padding: 5rem 0;
    border-bottom: 1px solid #e1ffe1;
}
#page-top section:nth-child(odd) {
    background-color: #eeffee;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
#page-top section#sec2{
    line-height: 180%;
    padding: 2rem 1rem 6rem 1rem;
    background-image: url(../img/img_top_03.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec2 .btn, #footer h5.btn ,#page .btn,#sec0 .btn{
    background-color: #00c000;
    padding: 1rem 0;
    color: #fff;
}
#sec2 a:hover.btn, #footer h5:hover.btn, #sec0 a:hover.btn {
    color: #4d4d4d;
    background-color: #ffc107;
    border-color: #ffc107;
}
@media (min-width: 992px) {/* PCサイズ（992px以上）で上書き */
    #page-top section#sec2{
        padding: 2rem 1rem 5rem 1rem;
    }
    #sec2 .btn, #footer h5.btn, #sec0 .btn {
        width: 50%;
    }
    #sec2 {
        background-size: 75%;
        padding-bottom: 20rem !important;
    }
}
#page-top h2{
    font-weight:700;
}
/* TOP - 社員インタビュー */
.card {
    background-color: #ffffff;
    border: none;
    filter: drop-shadow(5px 5px 5px #e9e9e9);
}
.c-bnr-staff{
    display: inline-block;
    width: 100%;
    min-height: 270px;
}
.c-bnr-staff.stf01{
    background: url(../img/img_interview01_01.webp) no-repeat center center / cover;
}
.c-bnr-staff.stf02{
    background: url(../img/img_interview02_01.webp) no-repeat center center / cover;
}
.c-bnr-staff.stf03{
    background: url(../img/img_interview03_01.webp) no-repeat center center / cover;
}
.c-bnr-staff.stf04{
    background: url(../img/img_interview04_01.webp) no-repeat center center / cover;
}
.c-bnr-staff.stf05{
    background: url(../img/img_interview05_01.webp) no-repeat center center / cover;
}
.c-bnr.bg,.c-bnr-staff.bg {
    position: relative;
    overflow: hidden;
}
.c-bnr.bg::before,.c-bnr.bg::after,
.c-bnr-staff.bg::before,.c-bnr-staff.bg::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
}
.c-bnr.bg::before,.c-bnr-staff.bg::before {
    background: rgb(0 192 0 / 60%);
    width: 100%;
    height: 100%;
}
.c-bnr.bg::after,.c-bnr-staff.bg::after {
    color: #fff;
    content: "Read More";
    font-size: 22px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem 1rem 1.5rem 1rem;
}
@media (min-width: 992px) {/* PCサイズ（992px以上）で上書き */
    .card-body {
        padding: 1.25rem;
    }
}
.card-body a {
    color:#4d4d4d !important;
    text-decoration: underline;
}
.card-body a:hover {
    text-decoration: none;
}
.card-subtitle {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #528b67;
    line-height: 1.6;
    font-weight: 600;
}
/* TOP - 仕事を知る */
#sec1 h3{
    font-size: 1.75rem;
}
a:hover.topmenu-link{
    text-decoration:none;
}
a:hover.topmenu-link h3{
    color: #4d4d4d;
    text-decoration: underline;
}
a.topmenu-link h3::after{
    content: "\00BB";
    font-size: 129%;
    margin-left:5px;
}
.topmenu-link {
    display: block;
    text-align: center;
}
.img-hover {
    position: relative;
    width: 100%;
    max-width: 350px;/* 最大幅指定 */
    aspect-ratio: 24 / 13;/* 画像比率に合わせて指定（例: 4:3） */
    overflow: hidden;/* はみ出し防止 */
    margin: 0 auto;
    display: block;
    background-color: #00c000;
}
.img-hover img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;/* 親の枠いっぱいに表示し、比率を保つ */
    display: block;
}
.img-hover img.hover {
    opacity: 0;
    pointer-events: none;
}
.img-hover:hover img.hover {
    opacity: 1;
}
.img-hover:hover img.normal {
    opacity: 0;
}

/* TOP - 会社を知る */
.bgwh{
    background-color:#ffffff;
}
.c-bnr {
    display: inline-block;
    width: 100%;
    min-height: 200px;
}
.c-bnr.can01 {
    background: url(../img/img_goodpoint01_sp.webp) no-repeat center center / cover;
}
.c-bnr.can02 {
    background: url(../img/img_goodpoint02_sp.webp) no-repeat center center / cover;
}
.c-bnr.can03 {
    background: url(../img/img_goodpoint03_sp.webp) no-repeat center center / cover;
}
.c-bnr.can04 {
    background: url(../img/img_goodpoint04_sp.webp) no-repeat center center / cover;
}
.c-bnr.can05 {
    background: url(../img/img_goodpoint05_sp.webp) no-repeat center center / cover;
}
.c-bnr.bg:hover::before,.c-bnr.bg:hover::after,
.c-bnr-staff.bg:hover::before,.c-bnr-staff.bg:hover::after{
    opacity: 1;
}
p.goodpoint {
    color: #4d4d4d;
    line-height: 1.5;
}
.col-lg-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) { /* PCサイズ（992px以上）で上書き */
    .c-bnr.can01 {
        background: url(../img/img_goodpoint01.webp) no-repeat center center / cover;
    }
    .c-bnr.can02 {
        background: url(../img/img_goodpoint02.webp) no-repeat center center / cover;
    }
    .c-bnr.can03 {
        background: url(../img/img_goodpoint03.webp) no-repeat center center / cover;
    }
    .c-bnr.can04 {
        background: url(../img/img_goodpoint04.webp) no-repeat center center / cover;
    }
    .c-bnr.can05 {
        background: url(../img/img_goodpoint05.webp) no-repeat center center / cover;
    }
    .col-lg-2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* 下層ページ - 共通 */
#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .contents-subtitle {
    font-weight: bold;
    text-align:center;
}
h1.page-title {
    font-size: 1.75rem;
    font-weight: 700 !important;
}
@media (min-width: 992px) { /* PCサイズ（992px以上） */
    h1.page-title {
        font-size: 3rem;
    }
}
/* 下層ページ - 共通／ぱんくず */
#breadcrumb-wrapper{
    margin-top: 65px; /* ナビバーの高さに合わせて調整 */
}
#breadcrumb-wrapper,.breadcrumb{
    font-size: 0.9rem;
    background-color: #4d4d4d;
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
@media (min-width: 992px) { /* PCサイズ（992px以上） */
    #breadcrumb-wrapper {
        padding: 0 1rem;
        margin-top: 75px; /* ナビバーの高さに合わせて調整 */
}
    }
}
/* 下層ページ - 共通／メイン画像 */
h1.page-ttl {
    font-size:2rem; 
}
p.page-ttl{
    font-weight: 700 !important;
    line-height:1.4;
    text-shadow: 1px 1px 0 #f9f783, -1px 1px 0 #f9f783, 1px -1px 0 #f9f783, -1px -1px 0 #f9f783, 3px 3px 8px #f9f783;
}
@media (min-width: 992px) {
    h1.page-ttl {
        font-size:3rem; 
    }
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 3rem 2rem;
    }
}
/* 下層ページ - 社員インタビュー */
#interview h2.contents-subtitle,#goodpoints h2.contents-subtitle,#form h2.contents-subtitle,#job h2.contents-subtitle,#form h3{
    font-size:1.5rem;
    text-align:center;
}
#interview h3,#goodpoints h3{
    text-align:center;
    font-weight:700;
    font-size: 1.5rem;
}

#interview h4{
    font-size:1.25rem;
}
#interview h4,#goodpoints h4{
    font-weight:700;
    text-align: center;
}
h2.job_ttl {
    display: flex;
    align-items: center;
    text-align: center;
}
h3.interview_ttl {
    display: flex;
    align-items: center;
    text-align: center;
    font-size:1.5rem;
}
h3.interview_ttl::after, h3.interview_ttl::before, h2.job_ttl::after, h2.job_ttl::before{
    border-top: 3px dotted;
    content: "";
    display: inline;
    flex-grow: 1;
}
h3.interview_ttl::before, h2.job_ttl::before{
    margin: 0.5em 0.5em 0.5em 0;
}
h3.interview_ttl::after, h2.job_ttl::after{
    margin: 0.5em 0 0.5em 0.5em;
}
.gaku {
    position: relative;
    padding: 1em 1.5em;
    text-align: center;
}
.gaku:before,.gaku:after {
    position: absolute;
    content: '';
}
.gaku:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.gaku:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
h4.under_menu a {
    color: #4d4d4d;
    font-size: 1rem;
}
a.interview_top {
    color: #4d4d4d;
    text-decoration: underline;
}
a:hover.interview_top {
    text-decoration: none;
}
.interview_link{
    position:relative;
}
.interview_link_inner{
    position:absolute;
    bottom: 0.5rem;
    right: 1rem;
    pointer-events: none;
}
@media (max-width: 767.98px) {
    .interview_link_inner {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    text-align: center;
    }
}
.interview_link_inner h3{
    border-bottom:1px solid #fff;
    padding:0 0 0.5rem 1rem;
    margin-bottom:0;
    text-shadow:2px 2px 3px #333;
    box-shadow: 0 6px 6px -5px rgba(0,0,0,0.5)
}
.interview_link_inner h4{
    padding:0.5rem 0 0 1rem;
    text-shadow:2px 2px 3px #333;
}
@media (min-width: 992px) {/* PCサイズ（992px以上） */
    #interview h2.contents-subtitle,#goodpoints h2.contents-subtitle,#form h2.contents-subtitle,#job h2.contents-subtitle{
        font-size:2rem;
    }
    h3.interview_ttl{
        margin:3rem 0 !important;
    }
    h3.interview_ttl.message{
        margin: 0 0 2rem 0 !important;
    }
    .gaku {
        padding: 1em 2em;
        margin-bottom:3rem !important;
    }
    #interview h3,#goodpoints h3{
        font-size: 1.75rem;
    }
    h4.under_menu a {
    font-size: 1.25rem;
    }
}
.interview_link_inner h3,.interview_link_inner h4{
    color:#fff;
}
/* 下層ページ - 社員インタビュー／TOP */
.img_wrapper {
    position: relative;
    overflow: hidden;
}
.img_wrapper::before,.img_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    margin: auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
    pointer-events: none;
}
.img_wrapper::before {
    background: rgb(0 192 0 / 60%);
    width: 100%;
    height: 100%;
}
.img_wrapper:hover::before,.img_wrapper:hover::after {
    opacity: 1;
}
/* 下層ページ - 仕事を知る／仕事内容詳細 */
#job h3{
    line-height:1.5;
    font-size: 1.5rem;
    text-align: justify;
}
.job-back{
    background-color: #eeffee;
}
.job-back p img{
    text-align:center;
    margin:0 auto;
}
.job-back h3{
    font-size:2rem;
    font-weight: 700;
}
.job-back h4{
    line-height: 1.4;
}
@media (min-width: 992px) {
    #job h3{
        font-size: 1.75rem;
    }
}
/* 下層ページ - 仕事を知る／募集要項 */
table.simple {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table.simple tr {
    border-bottom: 1px solid #dee2e6;
}
table.simple th,table.simple td {
    display: block;
    width: 100%;
    padding: .75rem;
}
table.simple th {
    padding-bottom: 0;
    font-size: 1.25rem;
}
table.simple td {
    text-align: justify;
    font-weight: 500;
}
table.simple table th,table.simple table td {
    display: table-cell !important;
    width: auto;
    vertical-align: middle;
    padding: .75rem;
}
table.salary{
    border: 1px solid #dee2e6;
}
table.salary th, table.salary td {
    border: 1px solid #dee2e6;
    text-align:center;
}
table.salary th {
    background-color:#eeffee;
    vertical-align:middle;
}
table.salary th.diagonal {
    background-image: linear-gradient(to right top,
            transparent calc(50% - 0.5px),
            #dee2e6 50%,
            #dee2e6 calc(50% + 0.5px),
            transparent calc(50% + 1px));
}
table.simple td ul {
    padding-inline-start: 20px !important;
}
#job table.simple h3 {
    font-size: 1.25rem;
    font-weight: bold;
}
table.simple h3::before {
    content: "\25BE";
}
.step {
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 15px 0 5px 55px;
    min-height: 60px;
}
.step p {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}
.step.st01 {background-image: url(../img/step01.webp);}
.step.st02 {background-image: url(../img/step02.webp);}
.step.st03 {background-image: url(../img/step03.webp);}
.step.st04 {background-image: url(../img/step04.webp);}
.step.st05 {background-image: url(../img/step05.webp);}
section#job a {
    text-decoration: underline;
}
@media (min-width: 992px) {/* PCサイズ（992px以上） */
    .step-back {
        background-image: url(../img/step-back.webp);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 27%;
    }
    table.simple th,
    table.simple td {
        display: table-cell;
        width: auto;
    }
    table.simple th {
        vertical-align: top;
    }
}
/* 下層ページ - 会社を知る／私たちについて */
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;/* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 下層ページ - 会社を知る／杉浦会計を見える化 */
.comment p{
    line-height:1.4;
}
.comment hr{
    border:1.4px #000 dotted;
    margin: 0.5rem;
}
p#income a{
    font-size:1rem;
}
p#income a.btn{
    padding:0.5rem;
}
p#income a.btn:hover{
    background-color:#ffce11;
    color:#333;
}

/* 下層ページ - 会社を知る／杉浦会計のいいところ */
.description {
    font-size: 1rem;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
}
/* メイン画像の設定（TOP、下層） */
#page-top .jumbotron-fluid,#page .jumbotron{
    position: relative;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; /* テキスト用 */
}
#page .jumbotron{/* 251行目編集 */
    height: auto;
}
/* 透過画像を背景として配置（動かさない） */
#page-top .jumbotron-fluid::before, #page .jumbotron::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/top-main_sp.webp") no-repeat center center;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
}
#page .jumbotron::before{
    background-size: 100%;
}
@media (min-width: 992px) {
    #page-top .jumbotron-fluid::before{
        background: url("../img/top-main.webp") no-repeat center center;
        background-size: contain;
    }
    #page .jumbotron::before {
        background: url(../img/top-main.webp) no-repeat right 0px top -100px;
        background-size: 80%;
    }
}
#page-top .jumbotron-fluid::after, #page .jumbotron::after {/* アニメーション付きグラデーションを一番下に配置 */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffff00, #ffffe8);
    background-size: 200% 200%;
    background-position: 0% 50%;
    z-index: 1;
    animation: Grad 5s ease infinite;
    pointer-events: none;
}
#page-top .jumbotron-fluid > .container {/* テキストなどは相対位置でz-index:3相当 */
    position: relative;
    z-index: 3;
}
#page .jumbotron > .container {
    position: relative;
    z-index: 3;
}
@keyframes Grad {
    0%     { background-position: 0% 50%; }
    50%    { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* 整理中 */
@media screen and (min-width: 1200px) {
    #footer #footer-contents > div {
        border-left: none !important;
    }
    #footer #footer-contents > div:last-child {
        border-right: none !important;
    }
}
@media screen and (max-width: 991.98px) {
    #footer #footer-contents > div {
        border-bottom: none !important;
    }
}
@media screen and (max-width: 1080px) {
    .br-pc {display: none;}
    .br-sp {display: inline-block;}
    .text-center-sp{text-align:center;}
    .text-left-sp{text-align:justify;}
    .width-70-pc{width: 100%;}
    #page-top section {padding: 2rem 0;}
    .noimg-sp{display: none;}
    .navbar {
    padding: .5rem;
    }
    .logo-img {
    max-width: 300px; /* 例：必要に応じて調整 */
    width: 100%;
    height: auto;
    }
}