/*
Theme Name: s-guard_ver1.5
Version: 1.0
*/
@import url("css/reset.css");
@import url("css/drawer.css");
@import url("css/vegas.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Serif+JP:wght@400;700&family=Lato:wght@900&display=swap");
@import url("//use.fontawesome.com/releases/v5.13.1/css/all.css");

body {
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    transition: 0.2s
}

a:hover {
    opacity: 0.5;
}

img {
    display: block;
    max-width: 100%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 1px 3px rgba(31, 31, 31, 0.1);
    z-index: 4
}

.header-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.6rem 0
}

@media screen and (max-width:1024px) {
    .header-inner {
        padding: 1.6rem 1rem
    }
}

.header-logo {
    width: 300px
}

.header-logo img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto
}

.header-logo .logo-img {
    font-size: 1rem;
    color: #5B5B5B;
    margin-bottom: 0.5rem
}

.header-info {
    width: calc(100% - 300px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width:1024px) {
    .header-info {
        padding-right: 6rem;
        width: auto
    }
}

.header-btn {
    padding: 1.2rem 2.6rem;
    border: 1px solid #fff;
    border-radius: 4rem;
    color: #fff;
    font-weight: 700;
    transition: 0.2s;
    line-height: 1;
    background: linear-gradient(90deg, #FFC319, #FF5E00)
}

@media screen and (max-width:1024px) {
    .header-btn {
        display: none
    }
}

.header-btn:hover {
    background: transparent;
    border-color: #ff7166;
    color: #ff7166
}

.header-btn i {
    margin-right: 1rem
}

.adjust {
    padding-top: 14rem
}

@media screen and (max-width:1024px) {
    .adjust {
        padding-top: 8.4rem
    }
}

.globalNav {
    background: #006AB3
}

@media screen and (max-width:1024px) {
    .globalNav {
        display: none
    }
}

.globalNav ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.globalNav li {
    width: calc(100% / 5);
    text-align: center;
    position: relative
}

.globalNav a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.6rem 0;
    transition: 0.3s
}

.globalNav a:hover {
    background: rgba(255, 255, 255, 0.15)
}

.globalNav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(41, 171, 226, 0.9)
}

.globalNav .sub-menu li {
    width: 100% !important;
    border-bottom: 1px solid #fff
}


#menu-item-657 {
    display: none;
}

#menu-item-656 {
    display: none;
}

#menu-item-661 {
    display: none;
}


#menu-item-650 {
    display: none;
}

#menu-item-649 {
    display: none;
}

#menu-item-651 {
    display: none;
}

#menu-item-675 .sub-menu {
    display: block !important;
}


.menu-footernav02-container {
    margin-bottom: 2rem;
}

.contact-ttl {
    font-size: 3rem;
    font-weight: 700;
    color: #0A1841;
    text-align: center;
    margin-bottom: 2rem
}

@media screen and (max-width:480px) {
    .contact-ttl {
        font-size: 2.4rem
    }
}

.mv {
    width: 100%
}

.mainVisual {
    width: 100%;
    height: 100vh;
    max-height: 650px
}

@media screen and (max-width:768px) {
    .mainVisual {
        justify-content: center;
        max-height: 600px
    }
}

.mainVisual-txt {
    position: absolute;
    height: 280px;
    width: 100%;
    top: 0;
    right: 5vw;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:768px) {
    .mainVisual-txt {
        width: 90%
    }
}

.mainVisual-ttl {
    position: relative;
    padding: 4rem;
    color: #1f1f1f;
    font-size: 4.6rem;
    font-weight: 900;
    line-height: 1.3;
    z-index: 3;
    font-family: "Lato", "Noto Sans JP", sans-serif
}

@media screen and (max-width:768px) {
    .mainVisual-ttl {
        font-size: 4.2rem
    }
}

@media screen and (max-width:480px) {
    .mainVisual-ttl {
        font-size: 3.2rem
    }
}

.first {
    padding: 4rem 2rem;
    background: url(images/top-bg01.png) center no-repeat;
    background-size: cover
}

.first .top-h1 {
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
    font-size: 20px;
}

.first-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.first-box>img:nth-of-type(1) {
    max-width: 320px;
}

.first img {
    margin: 0 2rem
}

.current_page_item {
    background: rgba(0, 106, 179, 0.2)
}

.mw_wp_form_confirm .contact-tbl+.align-center {
    display: none
}

.mw_wp_form_confirm p.mb-4 {
    display: none
}

.drawer-menu ul.sub-menu {
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px dotted #fff
}

.drawer-menu .menu-item-563>a {
    position: relative;
    transition: 0.3s;
}

.drawer-menu .menu-item-563>a::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    margin: 0 0 3px 10px;
    transition: 0.3s;
}

.drawer-menu .menu-item-563>a.menu-sp-on::after {
    transform: rotate(-45deg);
    margin: 0 0 -3px 10px;
}

.drawer-menu .menu-item-563>a+ul {
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.drawer-menu .menu-item-563>a.menu-sp-on+ul {
    height: auto;
    opacity: 1;
}

.drawer-menu ul.sub-menu li {
    border-bottom: 1px dotted #fff;
    padding-left: 3rem;
    position: relative
}

.drawer-menu ul.sub-menu li:after {
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: ""
}

.drawer-menu ul.sub-menu li:last-child {
    border-bottom: 0;
}

.top-ttl_lg {
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #006AB3;
    line-height: 1.2
}

@media screen and (max-width:600px) {
    .top-ttl_lg {
        font-size: 4rem
    }
}

@media screen and (max-width:480px) {
    .top-ttl_lg {
        font-size: 3.6rem
    }
}

.top-ttl_sub {
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem
}

.flow-btm {
    font-size: 2rem;
    color: #fff;
    font-weight: 700
}

.s-ttl {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 1px solid #29ABE2;
    color: #29ABE2;
    text-align: center
}

.sa-ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 6rem
}

.gre {
    color: #29ABE2;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.txt-sm {
    font-size: 1.4rem;
    font-weight: 400
}

.pickup-col {
    width: 30%;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.15)
}

@media screen and (max-width:1024px) {
    .pickup-col {
        width: 45%;
        margin: 2%
    }
}

@media screen and (max-width:600px) {
    .pickup-col {
        width: 96%
    }
}

.pickup-img {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
}

.pickup-img img {
    display: block;
    max-width: 100%
}

.pickup-name {
    color: #006AB3;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}

.pickup-txt {
    margin-bottom: 2rem;
    padding: 1.6rem;
    min-height: 176px
}

@media screen and (min-width:768px) {
    .pickup-txt {
        height: 220px;
    }
}

.pickup-btn {
    display: block;
    width: 95%;
    text-align: center;
    background: #006AB3;
    color: #fff;
    padding: 1.6rem;
    margin: 0 auto 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    border-radius: 10px
}

.pickup-btn i {
    margin-left: 1rem
}

.bg-lineup {
    position: relative;
}

.bg-lineup:nth-of-type(1) {
    margin: 0 0 60px;
}

.bg-pickup {
    width: 100vw;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0rem;
    background: url(images/top-bg02.png) center no-repeat;
    background-size: cover;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
}

.bg-gray {
    background: #f5f5f5
}

.banner-link {
    width: 31.3%;
    margin: 1%;
    display: block;
    position: relative
}

@media screen and (max-width:1024px) {
    .banner-link {
        width: 46%;
        margin: 2%
    }
}

@media screen and (max-width:600px) {
    .banner-link {
        width: 96%
    }
}

.banner-name {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff
}

.banner-name i {
    margin-left: 1rem
}

.banner-box a img {
    transition: 0.2s
}

.banner-box a img:hover {
    opacity: 0.8
}

.media-box {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-flow: column;
    gap: 30px;
    background: #f5f5f5;
    padding: 30px;
    margin: 0 auto;
}

.media-box a {
    width: fit-content;
    display: flex;
    gap: 0 20px;
    border-bottom: 1px solid;
}

@media screen and (max-width:768px) {
    .media-box a {
        flex-flow: column;
    }
}

video {
    width: 100%;
    height: auto
}

.contact-box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .contact-box {
        width: 90%
    }
}

.contact-tbl {
    width: 100%
}

.contact-tbl th {
    color: #0A1841;
    text-align: left;
    width: 240px;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .contact-tbl th {
        display: block;
        width: 100%
    }
}

.contact-tbl td {
    padding: 1.6rem
}

@media screen and (max-width:768px) {
    .contact-tbl td {
        display: block;
        width: 100%;
        padding-left: 0
    }
}

.contact-tbl td input[type="text"],
.contact-tbl td input[type="email"],
.contact-tbl td textarea {
    width: 100%;
    padding: 1rem 1.6rem;
    border: 1px solid #ddd;
    font-size: 1.6rem
}

.submit-btn {
    margin: 2%;
    display: inline-block;
    width: 200px;
    padding: 2rem 2.6rem;
    border: 1px solid #fff;
    border-radius: 8rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    transition: 0.2s;
    line-height: 1;
    border: 0;
    background: linear-gradient(90deg, #FFC319, #FF5E00)
}

.require {
    color: #d00
}

.bd-ttl {
    position: relative;
    padding: 1rem 0;
    font-size: 2.4rem;
    color: #006AB3
}

.bd-ttl:after {
    display: block;
    margin-top: 1rem;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    margin-bottom: 2rem;
    content: ""
}

@media screen and (max-width:480px) {
    .bd-ttl {
        font-size: 2rem
    }
}

.bd-box {
    border: 1px solid #006AB3;
    padding: 1rem 2rem 3rem;
    border-radius: 10px;
    align-items: center;
    background: #fff
}

.bd-box img {
    margin-right: 1rem
}

.bg-thin {
    background: #EBF4FB
}

.bar-ttl {
    font-size: 3.4rem;
    color: #006AB3;
    text-align: center
}

@media screen and (max-width:768px) {
    .bar-ttl {
        font-size: 2.6rem
    }
}

.bar-ttl:after {
    display: block;
    width: 80px;
    height: 3px;
    margin: 1rem auto 4rem;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    content: ""
}

.bar-ttl_sub {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center
}

.bar-txt {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
}

.mainte-card {
    background: #fff;
    border: 1px solid #006AB3;
    padding: 1.6rem;
    height: 100%;
    border-radius: 8px
}

.company-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.company-left {
    width: 280px;
    margin-right: 40px
}

@media screen and (max-width:1024px) {
    .company-left {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        order: 2
    }
}

.company-right {
    width: calc(100% - 320px)
}

@media screen and (max-width:1024px) {
    .company-right {
        width: 100%;
        order: 1
    }
}

.company-tbl {
    width: 100%
}

.company-tbl th {
    padding: 1.6rem;
    width: 160px;
    vertical-align: middle;
    font-size: 1.8rem;
    text-align: left;
    border-bottom: 1px solid #006AB3
}

@media screen and (max-width:480px) {
    .company-tbl th {
        font-size: 1.6rem;
        padding: 1.6rem 1.2rem;
        width: 110px
    }
}

.company-tbl td {
    padding: 1.6rem;
    font-size: 1.8rem;
    text-align: left;
    border-bottom: 1px solid #f5f5f5
}

@media screen and (max-width:480px) {
    .company-tbl td {
        font-size: 1.6rem
    }
}

.company-tbl2 {
    width: 100%
}

.company-tbl2 td {
    background: #EBF4FB;
    padding: 1.6rem;
    font-size: 2rem;
    color: #006AB3;
    border: 4px solid #fff;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .company-tbl2 td {
        font-size: 1.6rem
    }
}

.spoint_card {
    width: 46%;
    margin: 2%
}

@media screen and (max-width:600px) {
    .spoint_card {
        width: 96%
    }
}

.spoint_card img {
    margin-bottom: 1rem
}

.widget {
    margin-bottom: 2rem
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget li {
    border-left: 6px solid #006AB3;
    border-bottom: 1px solid #006AB3
}

.widget li a {
    display: block;
    padding: 1.2rem;
    color: #006AB3;
    transition: 0.2s
}

.widget li a:hover {
    background: #006AB3;
    color: #fff
}

.side-ttl {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px dotted #006AB3;
    font-size: 2.4rem;
    color: #006AB3
}

.side-ttl span {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1.6rem
}

.blue {
    color: #006AB3
}

.bold {
    font-weight: 700
}

.vision-box {
    padding: 6rem 2rem
}

.vision-head {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem
}

.greeting-head {
    display: inline-block;
    color: #fff;
    padding: 1rem;
    position: absolute;
    top: -2.4rem;
    left: -0.1rem;
    font-weight: 700;
    font-size: 2rem;
    background: linear-gradient(90deg, #29ABE2, #006AB3)
}

@media screen and (max-width:768px) {
    .greeting-head {
        font-size: 1.6rem;
        top: -5px
    }
}

.greeting-box {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #006AB3;
    border-radius: 10px;
    background: #fff;
    padding: 5rem 2rem 2rem
}

@media screen and (max-width:768px) {
    .greeting-box {
        margin-bottom: 2rem
    }
}

.greeting-left {
    width: 180px;
    margin-right: 2rem
}

@media screen and (max-width:600px) {
    .greeting-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.greeting-right {
    width: calc(100% - 200px)
}

@media screen and (max-width:600px) {
    .greeting-right {
        width: 100%;
        margin-right: 0
    }
}

.env-head {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 4rem
}

.env-box {
    background: #fff;
    padding: 2rem;
    border: 1px solid #006AB3;
    border-radius: 10px;
    height: 100%
}

.access-top span {
    display: inline-block;
    line-height: 1.2;
    padding: 0.5rem;
    background: #006AB3;
    color: #fff;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    font-size: 1.4rem
}

.access-btm span {
    width: 140px;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    padding: 0.5rem;
    background: #006AB3;
    color: #fff;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    font-size: 1.4rem
}

.society-ttl {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    padding: 1.6rem;
    margin-bottom: 6rem
}

@media screen and (max-width:480px) {
    .society-ttl {
        font-size: 2.2rem
    }

    .society-ttl br {
        display: none
    }
}

.society-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.society-left {
    width: 200px;
    height: 200px;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 2.4rem
}

@media screen and (max-width:480px) {
    .society-left {
        margin: 0 auto 3rem
    }
}

.society-right {
    width: calc(100% - 220px)
}

@media screen and (max-width:480px) {
    .society-right {
        width: 100%
    }
}

.flow-box {
    width: calc(50% - 100px)
}

@media screen and (max-width:600px) {
    .flow-box {
        width: 90%;
        margin: 0 auto
    }
}

.flow-box p {
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #006AB3
}

.flow-box+p {
    display: flex;
    align-items: center
}

@media screen and (max-width:600px) {
    .flow-box+p {
        width: 100%;
        justify-content: center;
        margin: 2rem 0
    }

    .flow-box+p img {
        width: 100px;
        transform: rotate(90deg)
    }
}

.flow-card {
    position: relative;
    width: 23%;
    margin: 1%;
    background: #fff;
    border-radius: 16px;
    padding: 5px
}

@media screen and (max-width:768px) {
    .flow-card {
        width: 48%
    }
}

@media screen and (max-width:480px) {
    .flow-card {
        width: 98%;
        margin-bottom: 2rem
    }
}

.flow-card:nth-child(1):after,
.flow-card:nth-child(2):after,
.flow-card:nth-child(3):after {
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/arrow_sm.svg) center no-repeat;
    position: absolute;
    top: 16%;
    right: -16%;
    margin: auto;
    z-index: 1;
    content: "";
    -webkit-filter: drop-shadow(1px 1px 3px rgba(31, 31, 31, 0.15));
    filter: drop-shadow(1px 1px 3px rgba(31, 31, 31, 0.15))
}

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

    .flow-card:nth-child(1):after,
    .flow-card:nth-child(2):after,
    .flow-card:nth-child(3):after {
        top: 20%;
        right: -10%
    }
}

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

    .flow-card:nth-child(1):after,
    .flow-card:nth-child(2):after,
    .flow-card:nth-child(3):after {
        top: auto;
        right: 0;
        left: 0;
        bottom: -4rem;
        transform: rotate(90deg)
    }
}

@media screen and (max-width:768px) {
    .flow-card:nth-child(2):after {
        display: none
    }
}

@media screen and (max-width:600px) {
    .flow-card:nth-child(2):after {
        display: block
    }
}

.flow-card p {
    font-size: 1.4rem;
    padding: 1rem
}

.flow-bg {
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    position: relative
}

.flow-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #fff transparent transparent transparent;
    content: ""
}

.flow-ttl_w {
    font-size: 3rem;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem
}

.movie-head {
    display: block;
    width: 200px;
    padding: 1rem;
    border: 1px solid #006AB3;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 4rem;
    color: #006AB3;
    text-align: center
}

.scroll {
    width: 100%
}

@media screen and (max-width:600px) {
    .scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:600px) {
    .scroll table {
        width: 600px !important
    }
}

.footer {
    background: url(images/footer-bg.png) center no-repeat;
    background-size: cover
}

.footer-ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0rem;
    border-bottom: 1px solid #fff;
    color: #fff
}

.footer-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 6rem 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .footer-inner {
        width: 95%;
        margin: 0 auto;
        justify-content: center !important
    }
}

.footer-inner a {
    color: #fff
}

.footer-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-inner li {
    width: 48%;
    margin-bottom: 1rem;
    font-weight: 700
}

.footer-info {
    color: #fff
}

@media screen and (max-width:768px) {
    .footer-info a {
        margin: 0 auto
    }
}

.footer-head {
    display: inline-block;
    width: 60px;
    margin-right: 0.5rem;
    background: #fff;
    font-size: 1.2rem;
    padding: 0.4rem;
    color: #1f1f1f;
    text-align: center;
    line-height: 1
}

.footer-logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 1.6rem
}

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

@media screen and (max-width:768px) {
    .footer-logo {
        width: 200px
    }
}

.footer .col1-3 {
    margin-bottom: 3rem
}

@media screen and (max-width:600px) {
    .footer .col1-3 {
        width: 96%
    }
}

.check-ttl {
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 6rem;
    color: #006AB3;
    padding-left: 6rem
}

@media screen and (max-width:600px) {
    .check-ttl {
        font-size: 2rem
    }
}

.check-ttl:before {
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/check.svg) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ""
}

.check-txt b {
    font-size: 130%;
    color: #29ABE2
}

.product-tbl {
    width: 100%;
    margin-bottom: 2rem
}

.product-tbl th {
    background: #006AB3;
    padding: 1.6rem;
    color: #fff;
    border: 3px solid #fff;
    font-size: 1.2rem;
    text-align: left
}

.product-tbl td {
    padding: 1.6rem;
    font-weight: 700;
    font-size: 1.2rem
}

.product-tbl tr:first-child td:nth-child(2),
.product-tbl tr:first-child td:nth-child(3) {
    color: #006AB3;
    font-weight: 700;
    background: #EBF4FB
}

.product-tbl tr:first-child td:nth-child(4),
.product-tbl tr:first-child td:nth-child(5) {
    color: #d00;
    font-weight: 700;
    background: #FBEBEB
}

.product-tbl tr:nth-child(2n-1) td:nth-child(2),
.product-tbl tr:nth-child(2n-1) td:nth-child(3) {
    background: #EBF4FB
}

.product-tbl tr:nth-child(2n-1) td:nth-child(4),
.product-tbl tr:nth-child(2n-1) td:nth-child(5) {
    background: #FBEBEB
}

.copyright {
    padding: 1.6rem;
    color: #1f1f1f;
    font-size: 1.2rem;
    text-align: center;
    background: #fff
}

.red {
    color: #d00
}

.lblue,
.light {
    color: #29abe2
}

.in {
    padding: 6rem 2rem
}

.bread {
    background: #f8f8f8
}

.breadcrumbs {
    width: 100%;
    padding: 0.6rem;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.4rem
}

.breadcrumbs a {
    font-size: 1.4rem;
    text-decoration: underline;
    color: #006AB3
}

.circle-ttl {
    position: relative;
    padding: 3rem 0;
    padding-left: 13rem;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700
}

@media screen and (max-width:600px) {
    .circle-ttl {
        padding-top: 0;
        padding-left: 9rem;
        font-size: 2rem
    }
}

.circle-ttl img {
    display: block;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

@media screen and (max-width:600px) {
    .circle-ttl img {
        width: 80px
    }
}

.kinou-card {
    box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.15);
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.kinou-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.kinou-head {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.2rem;
    color: #fff;
    background: linear-gradient(90deg, #29ABE2, #006AB3)
}

.kinou-txt {
    padding: 1.6rem
}

.kinou-txt b {
    color: #29ABE2
}

.structure-head {
    display: inline-block;
    padding: 1.6rem;
    background: #006AB3;
    color: #fff;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 1rem
}

.bg-half {
    background: #E8E8E8;
    position: relative
}

.bg-half:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #C2CDD3;
    content: ""
}

.bg-half div {
    position: relative
}

.panel-ttl {
    color: #29ABE2;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem
}

.panel-ttl span {
    font-size: 2.4rem
}

.panel-tbl {
    width: 100%
}

.panel-tbl th {
    padding: 1.6rem;
    font-size: 2.4rem;
    color: #fff;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    text-align: center
}

@media screen and (max-width:600px) {
    .panel-tbl th {
        font-size: 2rem
    }
}

.panel-tbl td {
    font-size: 2rem;
    font-weight: 700;
    padding: 1.6rem;
    color: #006AB3;
    background: #fff;
    border: 3px solid #f5f5f5
}

@media screen and (max-width:600px) {
    .panel-tbl td {
        font-size: 1.6rem
    }
}

.panel-tbl tr:nth-child(2n-1) td {
    background: #ebf4fb
}

.panel-area {
    position: relative
}

.panel-area img {
    margin-bottom: 1rem
}

.panel-area.col1-2 {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(31, 31, 31, 0.15)
}

.panel-head {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: 700;
    padding: 1.2rem;
    color: #fff;
    background: linear-gradient(90deg, #29ABE2, #006AB3)
}

.f-txt {
    padding: 1.6rem;
    font-size: 2rem;
    font-weight: 700
}

.line-ttl {
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    color: #006AB3
}

.line-ttl_md {
    font-size: 2rem;
    color: #006AB3;
    margin-bottom: 1rem;
    font-weight: 700
}

.works-ttl {
    font-size: 2.4rem;
    color: #006AB3;
    overflow: hidden;
    margin-bottom: 1rem
}

.works-ttl span {
    float: right;
    color: #1f1f1f;
    font-size: 1.4rem;
    line-height: 2.4
}

.works-tbl {
    width: 100%
}

.works-tbl th {
    padding: 1.6rem;
    font-size: 1.8rem;
    background: #006AB3;
    border: 1px solid #f5f5f5;
    color: #fff
}

.works-tbl td {
    padding: 1.6rem;
    background: #eee;
    border: 1px solid #f5f5f5
}

.spacer {
    padding: 6rem 0
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .inner {
        width: 95%
    }
}

.inner_md {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .inner_md {
        width: 85%
    }
}

.font-lg {
    font-size: 2.4rem;
    color: #006AB3;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .font-lg {
        font-size: 2rem
    }
}

.font-md {
    font-size: 2rem;
    color: #29ABE2;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .font-md {
        font-size: 1.8rem
    }
}

b {
    font-weight: 700;
    color: #006AB3
}

.flex-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.flex-box.lineup-box {
    justify-content: center;
    gap: 50px;
}

.fl-item01 {
    width: 67%;
}

.fl-item02 {
    width: 30%;
}


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

    .fl-item01,
    .fl-item02 {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.item-center {
    align-items: center
}

.col1-2 {
    width: 48%;
    margin: 1%
}

@media screen and (max-width:768px) {
    .col1-2 {
        width: 98%
    }
}

.col1-3 {
    width: 30%;
    margin: 1%
}

@media screen and (max-width:768px) {
    .col1-3 {
        width: 48%
    }
}

@media screen and (max-width:480px) {
    .col1-3 {
        width: 98%
    }
}

.col1-3n {
    width: calc(100% / 3)
}

@media screen and (max-width:768px) {
    .col1-3n {
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .col1-3n {
        width: 100%
    }
}

.col1-4 {
    width: 21%;
    margin: 2%
}

@media screen and (max-width:768px) {
    .col1-4 {
        width: 46%
    }
}

.col1-5 {
    width: 18%;
    margin: 1%
}

@media screen and (max-width:768px) {
    .col1-5 {
        width: 48%
    }
}

.col-ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 95%;
    padding: 0.8rem 1.6rem;
    border: #006AB3;
    background: linear-gradient(90deg, #006AB3, #006AB3, transparent);
    color: #fff;
    font-size: 2rem
}

.border {
    border: 1px solid #eee
}

.border-col:hover {
    color: #006AB3
}

.box {
    padding: 3rem
}

.box_solid {
    padding: 3rem;
    border: 1px solid #eee
}

.box_dot {
    padding: 3rem;
    border: 1px dotted #eee
}

.box_dashed {
    padding: 3rem;
    border: 1px dashed #eee
}

.box_txt {
    padding: 1.6rem
}

.box_sm {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.relative {
    position: relative
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.mt-1 {
    margin-top: 1rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.pb-4 {
    padding-bottom: 4rem !important
}

.pb-6 {
    padding-bottom: 6rem !important
}

.pb-8 {
    padding-bottom: 8rem !important
}

.animate-f {
    opacity: 0
}

.animate-f:nth-of-type(1) {
    transition-delay: 0.2s
}

.animate-f:nth-of-type(2) {
    transition-delay: 0.6s
}

.animate-f:nth-of-type(3) {
    transition-delay: 1s
}

.animate-f:nth-of-type(4) {
    transition-delay: 1.4s
}

.animate-f:nth-of-type(8) {
    transition-delay: 1s
}

.animate {
    opacity: 0;
    transform: translateY(40px)
}

.animate:nth-of-type(2) {
    transition-delay: 0.2s
}

.animate:nth-of-type(3) {
    transition-delay: 0.4s
}

.animate:nth-of-type(4) {
    transition-delay: 0.6s
}

.animate:nth-of-type(5) {
    transition-delay: 0.8s
}

.animate:nth-of-type(6) {
    transition-delay: 1s
}

.fadeIn {
    transition: all 0.2s ease-in;
    opacity: 1 !important
}

.fadeInUp {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
    opacity: 1 !important
}


.h-adjustment {
    margin-top: -140px;
    padding-top: 140px;
}

/*フッター固定メニュー*/

.footer-fix-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e5e5e5;
    display: none;
}

.footer-flex {
    display: flex;
    position: relative;
    padding: 10px;
}

.footer-flex img {
    height: auto;
}

.footer-fix-menu-txt {
    color: #858987;
    padding-left: 20px;
}

.fixed-img {
    position: absolute;
    bottom: 0;
    width: 110px;
    right: 0;
}

.footer-fix-menu {
    display: none
}

@media screen and (max-width: 480px) {
    .footer {
        padding-bottom: 68px;
    }

    .footer-fix-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #e5e5e5;
        display: block;
    }

    .footer-flex {
        display: flex;
        position: relative;
        justify-content: flex-end;
        padding: 10px;
    }

    .footer-flex img {
        height: auto;
    }

    .footer-fix-menu-txt {
        color: #858987;
        padding-right: 75px;
    }

    .fixed-img {
        position: absolute;
        bottom: 0;
        width: 90px;
        right: 0;
    }
}


/*勝手にガード
******************************************/

.sm-tit {
    text-align: center;
    font-weight: 700;
    color: #006AB3;
    margin-bottom: 1rem;

}

.a-items {
    align-items: center;
}

.desc-box {
    border: solid 1px #006ab3;
    padding: 2rem;
    color: #006ab3;
    font-weight: 700;
}

.title-bar {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    background: #006ab3;
    padding: 1rem 0;
    color: #fff;
}

/*手動でガード
******************************************/

.fl-item03 {
    width: 52%
}

.fl-item04 {
    width: 46%
}


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

    .fl-item03,
    .fl-item04 {
        width: 100%;
    }
}


/*0714追加　文言：シャッターBOXが*/

.guard-text {
    font-size: 1.7rem;
    font-weight: 700;
    padding: 0px 101px;
}

/*文言：シャッターBOXが*/

/*Youtube埋め込み*/
.youtube {
    width: 100%;
    aspect-ratio: 16/9;
}

.youtube iframe {
    width: 100%;
    height: 100% !important;
}

/*わんぱくロック追加CSS*/

.sp_wpk {
    display: none;
}

.bnr_wpk {
    margin-bottom: 2rem;
}

.check-img {
    padding-top: 2rem;
}

.check-img img {
    margin: 0 auto;
}

.check-ttl_wpk {
    margin-bottom: 2rem;
}

.check-txt_wpk:not(:last-child) {
    margin-bottom: 6rem;
}

.in_wpk {
    margin-bottom: 4rem;
}

.patent {
    background-color: #006AB3;
    color: #fff;
    padding: 0.6rem;
    font-size: 2rem;
    margin-left: 1rem;
}

.bd_wpk {
    margin-bottom: 1.5rem;
}

.bold_wpk {
    text-decoration: underline;
}

.flex-box_wpk {
    display: flex;
    padding: 0 2rem 0 0;
}

.wpk-arrow {
    margin: 0 5rem 4rem 0;
    flex-shrink: 0;
}

.structure-img {
    margin-bottom: 5rem;
}

.wpk_pac {
    display: flex;
    background: linear-gradient(90deg, #29ABE2, #006AB3);
    padding: 3rem;
}

.wpk_pac_img {
    max-width: 300px;
    margin-right: 3rem;
}

.wpk_pac_txt {
    color: #fff;
}

.wpk_pac_txt_heading {
    position: relative;
    padding: 1rem 0;
    font-size: 2.4rem;
    font-weight: 600;
}

.wpk_pac_txt_heading::after {
    display: block;
    background-color: #fff;
    margin-top: 1rem;
    width: 100%;
    height: 3px;
    margin-bottom: 2rem;
    content: "";
}

.wpk_pac_txt_detail {
    margin-bottom: 3rem;
}

.wpk_pac_txt_detail_line {
    text-decoration: underline;
}

.wpk_amazon {
    align-items: end;
}

.wpk_amazon>div img {
    max-width: 250px;
    height: auto;
    object-fit: contain;
    margin: 0 auto 10px;
}

@media(max-width: 600px) {
    .sp_wpk {
        display: block;
    }

    .flex-box_wpk {
        display: block;
        padding: 0;
    }

    .flex-box-txt_wpk {
        margin-bottom: 4rem;
    }

    .wpk_pac {
        display: block;
        margin-bottom: 3rem;
    }

    .wpk_pac_img {
        margin: 0 0 2rem 0;
    }

    .wpk_pac_txt_heading {
        font-size: 2rem;
    }
}

@media (max-width: 400px) {
    .sp_wpk {
        display: none;
    }
}

/*わんぱくガード追加CSS*/

.bd-box_wpkg {
    padding: 2rem;
}

.bd_wpk_wpkg {
    margin-bottom: 0;
    text-align: center;
}

.wpkg_img_1_pc {
    margin-bottom: 5rem;
}

.wpkg_img_1_pc img {
    width: 100%;
}

.wpkg_img_1_sp {
    display: none;
}

.wpkg_img_2_sp {
    display: none;
}

.wpkg_no_1::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(https://www.s-guard.co.jp/wp-content/uploads/2023/10/wpkg_no_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
}

.wpkg_no_2::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(https://www.s-guard.co.jp/wp-content/uploads/2023/10/wpkg_no_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
}

.wpkg_no_3::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(https://www.s-guard.co.jp/wp-content/uploads/2023/10/wpkg_no_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
}

.wpkg_type {
    font-weight: 600;
    margin-top: 2rem;
}

.wpkg_type p {
    margin-bottom: 0.3em;
}

.type {
    color: #f1722b;
}

.type_br_sp {
    display: none;
}

@media(max-width: 600px) {
    .wpkg_img_1_sp {
        display: block;
        margin-bottom: 4rem
    }

    .wpkg_img_1_pc {
        display: none;
    }

    .wpkg_img_2_sp {
        display: block;
    }

    .wpkg_img_2_pc {
        display: none;
    }

    .wpkg_no_1::before {
        width: 1.6rem;
        height: 1.6rem;
    }

    .wpkg_no_2::before {
        width: 1.6rem;
        height: 1.6rem;
    }

    .wpkg_no_3::before {
        width: 1.6rem;
        height: 1.6rem;
    }

    .type_br_sp {
        display: block;
    }

    .wpkg_type p {
        text-indent: -1em;
        padding-left: 1em;
    }
}

.bd-ttl2 span {
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    padding: 0.5rem 1rem;
    background: #006AB3;
    color: #fff;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    font-size: 22px;
}

.inner-contact {
    width: 100%;
    max-width: 812px;
    margin: 0 auto;
    text-align: right;
}

.inner-contact a {
    text-decoration: underline;
    font-size: 20px;
    padding-top: 10px;
    padding-right: 15px;
}

@media screen and (max-width:1024px) {
    .inner-contact {
        width: 95%;
    }

    .inner-contact a {
        font-size: 16px;
    }
}

.arrow_s {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.arrow_s::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 5px;
    /*  left: 0;*/
    bottom: 0;
    margin: auto;
}

.spacer-bnr {
    padding: 0 0 6em 0;
}

/*汎用パーツ*/

.w-100 {
    width: 100%;
}

.g-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
}

.common-btn,
.amazon-btn {
    width: 100%;
    max-width: 400px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    border-radius: 100vw;
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
    transition: 0.2s;
}

.common-btn {
    color: #fff;
    background: linear-gradient(90deg, #FFC319, #FF5E00);
    border: 1px solid #fff;
}

.amazon-btn {
    color: #1e1e1e;
    background: #fff;
    border: 5px solid #ff9900;
}

.common-btn:hover {
    color: #ff7166;
    background: #fff;
    border-color: #ff7166;
    opacity: 1;
}

.amazon-btn:hover {
    color: #fff;
    background: #ff9900;
    opacity: 1;
}

.common-btn:hover::after {
    background: #ff7166;
}

.amazon-btn:hover::after {
    background: #fff;
}

.common-btn::after,
.amazon-btn::after {
    content: "";
    width: 15px;
    height: 13px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-90deg);
    margin: 0 0 0 10px;
}

.common-btn::after {
    background: #fff;
}

.amazon-btn::after {
    background: #1e1e1e;
}

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

    .common-btn,
    .amazon-btn {
        font-size: 2rem;
    }

    .g-2 {
        grid-template-columns: 1fr;
    }
}

/*汎用パーツ ここまで*/

/*----- カテゴリ -----*/

.category_box {
    max-width: 800px;
    margin: 30px auto 60px;
}

.category_box h1 {
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #006AB3;
    line-height: 1.2;
}

.category_box a>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 1rem;
}

.category_box a {
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
}

.category_box a>div:nth-of-type(1)>p {
    color: #fff;
    font-size: 1.4rem;
    background: #006AB3;
    padding: 2px 10px;
}

.category_box a>div:nth-of-type(2) h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .category_box {
        width: 85%;
    }
}


/*----- カテゴリ ここまで -----*/

/*----- メディア -----*/

.single-content {
    max-width: 800px;
    margin: 30px auto 60px;
}

.single-content h1 {
    color: #006AB3;
    font-size: 2.4rem;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #29ABE2, #006AB3) 1;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.single-content p {
    margin-bottom: 2rem;
}

.single-content p:last-of-type {
    margin-bottom: 0;
}

.single-content img {
    margin-bottom: 2rem;
}

.single-content a {
    color: #006AB3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media screen and (max-width: 1024px) {
    .single-content {
        width: 85%;
    }
}

/*----- メディア ここまで -----*/