@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap'); .blog_wrap {
    padding: 60px 80px;
    margin: 60px auto;
    max-width: 1280px
}

.blog-header {
    position: relative;
    background-color: inherit;
    box-shadow: none;
    z-index: 0
}

.main-blog-ct {
    background-color: #fff;
    width: 68%;
    margin-right: 2%;
    float: left
}

.mgb-30 {
    margin-bottom: 30px
}

.header-blog {
    position: relative;
    font-weight: 700;
    color: #555;
    line-height: 140%;
    border-bottom: 3px solid #38393c;
    font-size: 26px;
    text-align: left
}

.header-blog:after {
    border-bottom: 3px solid #38393c
}

.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef
}

.list-posts .post a {
    display: flex;
    flex-wrap: wrap
}

.blog-photo {
    width: 25%;
    float: left
}

.blog-photo img {
    height: 150px;
    width: 100%;
    object-fit: cover
}

.list-posts .post a .info {
    width: 100%;
    padding-left: 15px
}

.info {
    font-size: 16px;
    line-height: 160%
}

.info div {
    line-height: 160%
}

.info .info-title {
    font-weight: 700;
    font-size: 18px
}

.info .date {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0
}

.info .excerpt {
    font-weight: 400
}

h2.widgettitle {
    font-size: 24px;
    color: #555;
    padding: 5px;
    border-bottom: 3px solid #38393c;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px
}

.sidebar {
    padding: 0 15px;
    margin-top: -20px;
    width: 30%;
    float: left
}

.sidebar-wrap {
    padding: 17px 10px 30px;
    background-color: #fff
}

.sidebar ul {
    list-style-type: none
}

.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0
}

.sidebar ul li a {
    color: #000
}

.sidebar ul li:first-child {
    padding-top: 0
}

.single img {
    max-width: 100%;
    height: auto
}

.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0
}

.single-ct p {
    line-height: 160%
}

.single-ct strong {
    font-weight: bolder
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: 700
}

.pagination .page-numbers {
    padding: 7px 15px
}

.pagination .current {
    background-color: #38393c;
    color: #fff
}

.clear {
    clear: both
}

#useful-information {
    padding: max(4.2vw, 60px) 0;
    color: #000
}

#useful-information-list {
    margin: 0 auto;
    padding: 0 15px 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/../images/bg-info.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%
}

.useful-information-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    max-width: 1460px;
    margin: 0 auto;
    gap: 20px
}

.useful-information-item {
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
    color: #000;
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(217,217,217,1);
    box-shadow: 2px 4px 4px rgba(0,0,0,.2)
}

.useful-information-item2 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 30px;
    border: 1px solid #000;
    box-sizing: border-box
}

.useful-information-item:last-child {
    margin-right: 0
}

.useful-information-item2 a {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item2 a:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 323/200;
    object-fit: cover
}

.useful-information-item-img {
    padding: 0 15px
}

.useful-information-item2 .useful-information-item-img {
    padding: 0
}

.useful-information-item-content {
    margin-top: 10px
}

.useful-information-details {
    padding: 0 10px;
    color: rgba(51,51,51,1);
    font-size: 16px
}

.useful-information-main {
    margin-top: 40px
}

.useful-information-sidebar {
    margin-top: -40px
}

.useful-information-pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px
}

.useful-information-pagination a.page-numbers {
    border: 1px solid rgba(191,40,37,1);
    color: rgba(51,51,51,1);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none
}

.useful-information-pagination a.page-numbers:hover {
    background: rgba(191,40,37,1);
    color: #fff
}

.useful-information-pagination .page-numbers.current {
    border: 1px solid rgba(191,40,37,1);
    background: rgba(191,40,37,1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none
}

.useful-information-pagination .page-numbers {
    margin-right: 10px
}

.useful-information-item-readmore {
    margin-top: 10px
}

.useful-information-item-readmore a {
    color: rgba(51,51,51,1)
}

.useful-information-item-readmore a:hover {
    color: rgba(191,40,37,1);
    text-decoration: none
}

.useful-information-item-readmore a img {
    margin-left: 5px;
    position: relative;
    top: -2px;
    width: 24px
}

.sidebar-item {
    margin-top: 40px;
    border: 1px solid #000;
    padding: 20px;
    background: #fff
}

.sidebar-item-content-wrap {
    list-style: none;
    padding-left: 0
}

.sidebar-item-title {
    position: relative;
    font-size: 21px;
    color: rgba(51,51,51,1)
}

.sidebar-item-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #000
}

.sidebar-item-list {
    margin-bottom: 0;
    padding-left: 0
}

.sidebar-item-list>li {
    list-style: none
}

.sidebar-banner img {
    width: 100%
}

.sidebar-item-content-item {
    display: flex;
    flex-wrap: wrap;
    color: rgba(51,51,51,1);
    border-bottom: 1px solid rgba(182,182,182,1);
    padding-top: 30px
}

.sidebar-item-content-item:hover {
    color: rgba(242,89,133,1);
    text-decoration: none
}

.sidebar-item-content-item-img {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0
}

.sidebar-item-content-item-img img {
    width: 100%;
    aspect-ratio: 323/200;
    object-fit: cover
}

.sidebar-item-content-item-title {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0
}

.post-title {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.post-date {
    font-weight: 700;
    margin: 10px 0 60px
}

.post-date a {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.post-date a:hover {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.post-image img {
    width: 100%
}

.post-content {
    margin-top: 60px
}

.table-contents {
    margin-top: 60px;
    border: 1px solid #000;
    background: #fff;
    padding: 30px;
    color: rgba(51,51,51,1)
}

.table-contents h3 {
    text-align: center
}

.table-contents h3 {
    font-size: 24px;
    font-weight: 700
}

.tabel-contents-item {
    margin-top: 40px
}

.tabel-contents-item a {
    display: block;
    color: rgba(51,51,51,1);
    line-height: 2.4em
}

.tabel-contents-item a:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.post-content-body {
    margin-top: 80px
}

.post-content-body-title h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.post-content-body h3 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 36px
}

.post-content-body h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.post-content-body h4 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.post-content-body h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    right: -4px;
    height: .5em;
    background-color: rgba(255,0,0,.2);
    z-index: -1
}

.post-content-body-article {
    margin-top: 30px
}

.post-content-body a {
    text-decoration: underline
}

.related-article {
    margin-top: 80px;
    border: 3px solid #000;
    position: relative;
    min-height: 150px
}

.related-title {
    position: absolute;
    left: 40px;
    top: -40px
}

.related-title h3 {
    color: #000;
    font-size: 20px;
    text-align: left;
    background: #fff;
    padding: 0 10px
}

.related-title h3 img {
    margin-right: 10px
}

.related-title h3:before {
    display: none
}

.related-title p {
    color: #000;
    font-size: 20px;
    text-align: left;
    background: #fff;
    padding: 0 10px
}

.related-title p img {
    margin-right: 10px
}

.related-title p:before {
    display: none
}

.related-article-item {
    position: absolute;
    left: 10px;
    top: 40%
}

.related-article-item a {
    font-size: 16px;
    color: rgba(51,51,51,1);
    padding-left: 0;
    text-decoration: none;
    display: block;
    padding-right: 20px;
    text-decoration: underline
}

.related-article-item a:hover {
    color: rgba(51,51,51,1);
    text-decoration: underline
}

.related-article-item ul li {
    list-style: none;
    position: relative
}

.related-article-item ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 55%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    display: none
}

.post-content #section1:before,.post-content #section2:before,.post-content #section3:before,.post-content #section4:before {
    display: block;
    content: "";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    pointer-events: none
}

.useful-information-nav {
    margin-top: 80px;
    display: flex
}

.useful-information-nav {
    margin: 50px -10px 0
}

.useful-information-nav-item {
    width: 50%;
    color: #000;
    padding: 0 10px
}

.useful-information-nav-item:hover {
    color: #000;
    text-decoration: none
}

.useful-information-nav-item:first-child {
    border-right: 1px solid rgba(182,182,182,1)
}

.useful-information-nav-item:last-child {
    margin-left: 40px
}

.useful-information-nav-item:last-child p {
    text-align: right
}

.useful-information-nav-item-prev {
    display: flex;
    gap: 10px
}

.useful-information-nav-item-next {
    display: flex;
    gap: 10px
}

.useful-information-nav-item-img {
    width: 220px;
    height: 100px
}

.useful-information-nav-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.useful-information-nav-item .arrow-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #000;
    margin-right: 15px
}

.useful-information-nav-item .arrow-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #000;
    margin-left: 15px
}

.useful-information-head {
    color: #000;
    position: relative;
    font-size: 21px
}

.useful-information-head:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000
}

ul.cat__list {
    margin-top: 15px;
    margin-left: -40px
}

ul.cat__list li {
    list-style: none;
    border-bottom: 1px solid rgba(182,182,182,1);
    padding: 10px 0
}

ul.cat__list li a {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.useful-information-item-date {
    color: rgba(51,51,51,1);
    margin: 10px 0 0
}

.useful-information-item-date img {
    position: relative;
    top: 0
}

.icon-category {
    margin: 0;
    width: 20px;
    height: 20px
}

.useful-information-main.blog-single-main {
    margin-top: 0
}

.useful-information-head img,.sidebar-item-title img {
    position: relative;
    top: 0
}

.useful-information-thumbnail {
    margin-bottom: 20px
}

.useful-information-date-wrap {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.useful-information-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.useful-information-date img {
    display: inline-block
}

.useful-information-category {
    display: flex;
    align-items: center;
    gap: 5px
}

.useful-information-category img {
    display: inline-block
}

.useful-information-category a,.useful-information-category ul,.useful-information-category li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0
}

.useful-information-category ul {
    display: inline
}

ul.post-categories li a {
    color: #000;
    text-decoration: none
}

ul.post-categories li a:hover {
    color: #000;
    text-decoration: none
}

#useful-information .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

#useful-information .blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

#useful-information .blog-main {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
    box-sizing: border-box
}

#useful-information .blog-sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box
}

.main-header {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.sub-header {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 36px
}

.sub-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.txt-highlight {
    font-size: 20px;
    font-weight: 400;
    display: inline;
    padding-bottom: .05em;
    background-image: linear-gradient(to top,rgba(255,0,0,.2) .35em,transparent .35em);
    background-repeat: no-repeat;
    background-size: 100% .5em;
    background-position: 0 100%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

@media screen and (max-width: 480px) {
    .txt-highlight {
        background-size:100% .4em
    }
}

.blog-table table tr td:first-child {
    background: #f1f1f1
}

.blog-table table tr td {
    padding: 15px
}

.main-toc {
    margin: 40px 0;
    border: 1px solid #000;
    padding: 15px
}

ul.simpletoc-list {
    margin-left: -30px!important
}

ul.simpletoc-list li {
    list-style: none
}

ul.simpletoc-list li ul {
    margin-left: -22px!important
}

.keypoints {
    margin: 40px 0
}

.keypoints-title {
    background: #bf2826;
    color: #fff;
    font-weight: 700;
    padding: 2px 20px;
    width: fit-content;
    border: 2px solid #bf2826;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.keypoints-item {
    background: #fff;
    border: 2px solid #bf2826;
    padding: 10px 20px
}

.lwptoc-autoWidth .lwptoc_i {
    display: block!important
}

.lwptoc_header {
    text-align: center
}

.lwptoc_title {
    font-size: 24px;
    font-weight: 700
}

.lwptoc_itemWrap {
    margin-top: 40px
}

.lwptoc {
    margin-top: 60px;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 10px;
    color: rgba(51,51,51,1)
}

.lwptoc_item_number {
    display: none
}

.lwptoc_item {
    font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 2.4em
}

.lwptoc_item a {
    display: block;
    color: rgba(51,51,51,1)!important;
    line-height: 2.4em
}

.lwptoc_item a:hover {
    text-decoration: none!important;
    border-bottom: none!important;
    border: none!important
}

.lwptoc-light .lwptoc_i {
    background: #fff!important
}

.lwptoc_toggle {
    display: none!important
}

@media screen and (max-width: 834px) {
    .blog_wrap {
        padding:60px 40px
    }

    .main-blog-ct {
        width: 60%
    }

    .sidebar {
        width: 38%
    }
}

@media screen and (max-width: 768px) {
    h2.widgettitle {
        font-size:18px;
        font-weight: 700
    }

    .pagination {
        float: left;
        display: flex;
        justify-content: center;
        font-weight: 700
    }
}

@media screen and (max-width: 767px) {
    .blog_wrap {
        padding:100px 10px
    }

    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px;
        width: 100%;
        margin-right: 0
    }

    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .list-posts .post a .info {
        width: 100%;
        padding-left: 0
    }

    .sidebar {
        padding: 0;
        width: 100%
    }

    .blog-photo {
        margin-right: 1%
    }
}

@media (max-width: 767px) {
    #useful-information .blog-main,#useful-information .blog-sidebar {
        flex:0 0 100%;
        max-width: 100%
    }

    #useful-information .blog-sidebar {
        margin-top: 80px
    }

    .useful-information-nav-item-prev {
        flex-wrap: wrap
    }

    .useful-information-nav-item-img {
        width: 100%;
        order: 1
    }

    .useful-information-nav-item-title {
        order: 2
    }

    .useful-information-nav-item-next {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .useful-information-item2 {
        flex:0 0 100% !important;
        max-width: 100% !important
    }
}

.div_banner2 {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 12px;
    margin-top: 5px
}

.div_banner2 .title {
    position: relative;
    z-index: 1
}

.div_banner2 .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0
}

.div_banner2 .title span {
    font-weight: 700;
    font-size: 16px;
    background-color: #f0f0f0;
    padding-right: 20px
}

.div_banner2 .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 10px
}

.div_banner2 .img {
    width: 14.493%;
    height: 100px;
    margin-left: 3.188%;
    margin-right: 2.174%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.div_banner2 .all_text {
    width: 79.71%
}

.div_banner2 .all_text .txt_note {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.div_banner2 .all_text .txt {
    font-size: 13px
}

@media screen and (max-width: 1200px) {
    .div_banner2 .img {
        height:82px
    }
}

@media screen and (max-width: 980px) {
    .div_banner2 .img {
        height:59px
    }
}

@media screen and (max-width: 768px) {
    .div_banner2 .img {
        height:59px
    }
}

@media screen and (max-width: 767px) {
    .div_banner2 .img {
        margin-left:0;
        width: 17.681%;
        height: 83px
    }
}

@media screen and (max-width: 560px) {
    .div_banner2 .img {
        height:14.31vw
    }
}

@media screen and (max-width: 376px) {
    .related-title {
        left:10px
    }

    .related-article {
        min-height: 180px
    }
}

@font-face {
    font-family: 'Futura PT';
    src: url(//24road.jp/wp-content/themes/torque-theme/css/../fonts/Futura%20PT%20Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(//24road.jp/wp-content/themes/torque-theme/css/../fonts/Futura%20PT%20Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Futura PT';
    src: url(//24road.jp/wp-content/themes/torque-theme/css/../fonts/Futura%20PT%20Heavy.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

.title-wrap {
    text-align: center
}

.title-wrap img {
    max-width: 100%
}

.txt-black {
    color: #000
}

.txt-bold {
    font-weight: 700
}

.container {
    max-width: 1460px
}

.sp-show {
    display: none
}

.sp-none {
    display: inline-block
}

option.sp-show {
    display: none !important
}

option.sp-none {
    display: block
}

.mgt-10 {
    margin-top: 10px
}

.mgt-20 {
    margin-top: 20px
}

.mgt-30 {
    margin-top: 30px
}

.mgt-40 {
    margin-top: 40px
}

.mgt-60 {
    margin-top: 60px
}

.mgt-80 {
    margin-top: 80px
}

.mgt-100 {
    margin-top: 100px
}

.mgb-10 {
    margin-bottom: 10px
}

.mgb-20 {
    margin-bottom: 20px
}

.mgb-30 {
    margin-bottom: 30px
}

.mgb-40 {
    margin-bottom: 40px
}

.mgb-60 {
    margin-bottom: 60px
}

.mgb-80 {
    margin-bottom: 80px
}

#main {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden
}

#main .container-fluid {
    padding: 0
}

#main .main-img {
    width: 100%;
    height: auto;
    position: relative
}

.btn-top {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,rgba(142,2,0,1),rgba(191,40,38,1));
    font-size: 16px;
    font-weight: 400;
    padding: 0 40px 0 0
}

.btn-top:hover {
    text-decoration: none;
    color: #fff
}

.btn-top img:last-child {
    margin-left: 10px;
    height: 15px
}

.btn-top2 {
    position: sticky;
    top: 98px;
    z-index: 20;
    color: #fff;
    background: linear-gradient(to right,rgba(142,2,0,1),rgba(191,40,38,1));
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-left: auto;
    display: block;
    width: fit-content
}

.btn-top2:hover {
    text-decoration: none;
    color: #fff
}

.btn-top2 img:first-child {
    margin-right: 20px
}

.btn-top2 img:last-child {
    margin-left: 20px;
    height: 15px
}

.btn-top3 {
    z-index: 1;
    color: #fff;
    background: linear-gradient(to right,rgba(142,2,0,1),rgba(191,40,38,1));
    font-size: 16px;
    font-weight: 400;
    padding: 20px
}

.btn-top3:hover {
    text-decoration: none;
    color: #fff
}

.btn-top3 img:first-child {
    margin-right: 20px
}

.btn-top3 img:last-child {
    margin-left: 20px;
    height: 15px
}

.main-content-wrapper {
    position: relative
}

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%)
}

.main-content-text {
    display: inline-block;
    text-align: left
}

.main-content-text p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

.main-content-text p.main-small {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center
}

.btn-trial {
    border: 1px solid rgba(205,116,116,1);
    background: rgba(205,116,116,1);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content;
    display: inline-block;
    margin-top: 40px
}

.btn-trial:hover {
    background: rgba(205,116,116,1);
    color: #fff;
    text-decoration: none
}

.main-content-lp {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center
}

.main-title-lp {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    background: #000;
    padding: 10px 40px;
    width: fit-content;
    margin: 0 auto;
    position: relative
}

.badge-img-lp {
    position: absolute;
    top: -78%;
    right: -21%
}

.main-small-lp {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    left: 24%
}

.main-title-lp .main-title-lp-span .txt-red-lp {
    color: rgba(191,40,38,1)
}

.main-title-lp .main-title-lp-span .txt-yellow-lp {
    color: rgba(250,204,21,1)
}

.main-small-lp .txt-red-lp {
    color: rgba(191,40,38,1)
}

.main-small-lp .txt-yellow-lp {
    color: rgba(250,204,21,1)
}

#search-bar {
    padding: 80px 0 80px
}

.top-search-wrap {
    position: relative;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    z-index: 10
}

.top-search-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(142,2,0,1);
    border-radius: 4px;
    padding: 40px 200px;
    gap: 20px
}

.top-search-label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    font-family: "Noto Serif JP",serif
}

.top-search-select-wrapper {
    flex: 1;
    position: relative
}

.top-search-select {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(217,217,217,1);
    border-radius: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    font-family: "Noto Serif JP",serif
}

.top-search-select:focus {
    outline: none;
    border-color: rgba(142,2,0,1)
}

.top-search-select:disabled {
    opacity: 1;
    cursor: default;
    pointer-events: none
}

.top-search-select option {
    color: #000
}

.top-search-button {
    background: linear-gradient(to right,rgba(142,2,0,1),rgba(191,40,38,1));
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Serif JP",serif
}

.top-search-button img {
    height: 13px;
    width: auto
}

.banner-lower {
    position: relative;
    padding: 0 !important;
    height: 600px
}

.banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover
}

.banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-family: "Noto Serif JP",serif
}

.banner-txt-profile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    width: 100%;
    text-align: center
}

.banner-txt-profile-txt1 {
    font-size: 60px;
    font-weight: 700
}

.banner-txt-profile-txt2 {
    font-size: 25px;
    font-weight: 700
}

.banner-txt-profile-txt3 {
    font-size: 30px;
    font-weight: 700
}

.banner-txt-wrapper {
    position: relative;
    display: inline-block
}

.banner-txt-profile-txt4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right,rgba(191,40,38,1),rgba(142,2,0,1));
    width: 113px;
    height: 113px;
    border-radius: 50%;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -20%
}

#partner {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-partner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.partner-content {
    color: #fff;
    text-align: center
}

.partner-content-title {
    font-size: 20px;
    font-weight: 700
}

.partner-content-btn {
    text-align: center
}

.partner-content-btn a {
    color: #fff;
    background: linear-gradient(to bottom,rgba(191,40,38,1),rgba(142,2,0,1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block
}

.partner-content-btn a:hover {
    background: linear-gradient(to bottom,rgba(191,40,38,1),rgba(142,2,0,1));
    color: #fff;
    text-decoration: none
}

.partner-content-btn a img {
    margin-left: 10px;
    height: 15px
}

.btn-partner1 {
    position: relative;
    display: inline-block;
    margin: 40px auto 20px
}

.btn-badge {
    position: absolute;
    top: -90%;
    left: -46%
}

.btn-partner2 {
    background: rgba(48,48,48,1)!important;
    color: #fff!important;
    border: 3px solid rgba(191,40,38,1)!important
}

#secure {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-secure.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.secure-img-wrapper {
    display: flex;
    justify-content: center
}

.secure-video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px
}

.secure-video {
    width: 68%;
    margin: 0 auto
}

.site-photos-item2 {
    width: 100%
}

.site-photos__layout2 {
    position: relative;
    width: calc(84% - 60px);
    margin: auto
}

.slider__container-site-photos {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: -3%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden
}

.secure-txt-title {
    font-size: 20px;
    font-weight: 700
}

.txt-red {
    color: rgba(191,40,38,1);
    font-weight: 600
}

#premium-partners {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px
}

#selection-articles {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px
}

.selection-articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px
}

.selection-articles-item {
    width: calc((100% - 2 * 20px) / 3);
    padding: 10px;
    background: #000;
    border: 1px solid;
    border-image: linear-gradient(to right,rgba(83,81,81,1),rgba(217,217,217,1)) 1
}

.selection-articles-item-content1 {
    text-align: center;
    color: #fff;
    margin: 20px auto
}

.selection-articles-item-location {
    background: rgba(59,57,57,1);
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px
}

.selection-articles-item-company {
    font-weight: 600
}

.selection-articles-item-content2 {
    margin: 20px auto;
    text-align: center;
    color: #fff
}

.selection-articles-item-more {
    margin: 20px auto;
    text-align: center
}

#exclusive-interviews {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px
}

.premiun-partners-intro {
    text-align: center;
    color: #fff;
    font-size: 20px
}

.premium-partners-list {
    max-width: 1200px;
    margin: 0 auto
}

.premium-partners-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.premium-partners-item-img {
    flex: 100%;
    max-width: 30%;
    margin: 0 0 30px
}

.premium-partners-item-img img {
    width: 100%
}

.premium-partners-item-img2 {
    max-width: calc(30% - 30px);
    margin: 0 30px 30px 0
}

.premium-partners-item-text {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 30px 0;
    color: #fff;
    padding: 0 0 0 80px
}

.premium-partners-item-text2 {
    padding: 0 80px 0 0
}

.pp-name {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid rgba(90,88,88,1);
    padding-bottom: 15px
}

.pp-location {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: rgba(59,57,57,1);
    margin-right: 10px;
    padding: 5px 20px
}

p.pp-desc {
    margin: 20px 0 40px
}

a.btn-pp {
    color: rgba(191,40,37,1);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 12px 40px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(191,40,38,1),rgba(142,2,0,1)) 1
}

.btn-pp img {
    height: 13px;
    margin-left: 10px
}

a.btn-pp:hover {
    background: #fff;
    color: rgba(191,40,37,1);
    text-decoration: none;
    transition: all .3s ease
}

#search-job {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

a.btn-search-job {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px;
    display: block;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

a.btn-search-job img {
    height: 13px;
    margin-left: 20px;
    position: relative;
    top: -2px
}

#new-job-listing {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.job-opening-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box
}

.job-opening-item {
    width: calc((100% - 2 * 40px) / 3);
    color: #000
}

.job-opening-item:last-child {
    margin-right: 0
}

.job-opening-item:hover {
    text-decoration: none;
    color: #000
}

.job-opening-item-img img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.job-opening-item-content {
    padding: 20px 0
}

.job-opening-item-table {
    min-height: 220px
}

.job-opening-item-content {
    min-height: 220px
}

.job-opening-item-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(90,88,88,1)
}

.job-badge {
    display: inline-block;
    background: rgba(59,57,57,1);
    color: #fff;
    border: 1px solid rgba(59,57,57,1);
    width: 102px;
    padding: 3px 10px;
    text-align: center;
    font-weight: 400;
    flex-shrink: 0
}

.job-opening-item-name {
    color: #000;
    font-weight: 400;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.job-badge,.job-opening-item-name {
    line-height: 1.6
}

.job-opening-item-content {
    padding-top: 10px
}

.job-opening-item-type {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(90,88,88,1);
    padding-bottom: 15px;
    font-weight: 700
}

.job-opening-item-details {
    margin: 0
}

.job-opening-item-details-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px
}

.job-opening-item-details dt,.job-opening-item-details dd {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px 0
}

.job-opening-item-details dt {
    border: 1px solid rgba(90,88,88,1);
    color: #000;
    width: 100px;
    padding: 5px 10px;
    text-align: center
}

.job-opening-item-details dd {
    width: calc(100% - 120px);
    padding-top: 4px;
    margin-bottom: 10px
}

.dd-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.5;
    max-height: calc(1.5em * 2)
}

.job-opening-item-title {
    border: none!important;
    text-align: left!important;
    padding-left: 0!important;
    font-weight: 600;
    width: 100%!important
}

.job-opening-job-details {
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

a.btn-more {
    color: rgba(191,40,37,1);
    Â  Â font-weight: 400;
    Â  Â font-size: 16px;
    text-decoration: none;
    padding: 12px 40px;
    display: inline-block;
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(191,40,38,1),rgba(142,2,0,1)) 1
}

.btn-more img {
    height: 13px;
    margin-left: 10px
}

#wrecker {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#road24 {
    padding: 80px 0 80px
}

.road24-item-img img {
    width: 100%
}

.road24-item-content-text img {
    margin-right: 10px
}

.road24-item-title {
    color: rgba(191,40,37,1);
    font-size: 28px;
    font-weight: 500
}

.road24-item-content-desc {
    margin-top: 20px
}

#instagram {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.sbi_feedtheme_header_text {
    color: #000
}

.instagram-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    box-sizing: border-box
}

.instagram-item {
    width: calc((100% - 4 * 40px) / 5);
    text-align: center;
    box-sizing: border-box
}

.instagram-item img {
    width: 100%
}

footer {
    background: #000;
    color: #fff;
    padding: 80px 0 40px
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    box-sizing: border-box;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 15px
}

.footer-left {
    width: calc((100% - 1 * 40px) / 2);
    display: flex;
    flex-wrap: wrap
}

.footer-left1 {
    flex: 100%;
    max-width: calc(30% - 30px);
    margin: 0 30px 30px 0
}

.footer-left2 {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 30px 0
}

.footer-right {
    width: calc((100% - 1 * 40px) / 2)
}

.ft-menu1 ul li {
    list-style: none;
    margin-bottom: 15px
}

.ft-menu1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}

.ft-menu1 ul li a .menu-jp {
    width: 130px;
    display: inline-block
}

.ft-menu1 ul li a .menu-en {
    color: rgba(191,40,37,1);
    font-size: 16px;
    font-weight: 450
}

.ft-menu2 {
    width: 90%
}

.ft-menu2 ul li {
    list-style: none;
    border-bottom: 1px solid rgba(90,88,88,1);
    padding-bottom: 5px;
    margin-bottom: 30px
}

.ft-menu2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}

.ft-sns-wrap {
    margin-top: 200px;
    padding: 0 0 0 40px
}

.ft-sns-list {
    padding: 0;
    margin: 0
}

.ft-sns {
    display: inline-block;
    margin-right: 10px
}

.ft-sns img {
    height: 36px;
    width: auto
}

.copyright {
    padding: 40px 0 0;
    text-align: center;
    font-size: 16px
}

.ft-logo img {
    max-width: 200px
}

.road24-item-logo {
    max-width: 100px
}

#contact {
    padding: 80px 0 80px;
    background: rgba(255,250,250,1)
}

.contact-desc {
    text-align: center
}

.contact-form {
    width: 80%;
    margin: 40px auto 0
}

.line-icon img {
    max-width: 100%
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    white-space: nowrap;
    color: #fff;
    margin-right: 30px
}

.form-group .required {
    color: #fff;
    background: rgba(205,116,116,1);
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: right
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89,89,89,1)
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89,89,89,1)
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000
}

.form-group .form-control02 {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000
}

.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    resize: vertical;
    border: none
}

.wpcf7-list-item {
    width: 210px
}

.btn-submit {
    cursor: pointer
}

#lp1 {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-lp1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px
}

.lp1-wrap {
    text-align: center;
    position: relative;
    top: 130px
}

.lp1-content {
    display: inline-block;
    text-align: center
}

.lp1-title {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700
}

.lp1-subtitle {
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 700;
    margin-top: -10px;
    font-size: 20px
}

.lp1-subtitle img {
    margin-right: 10px
}

.lp1-wrap2 {
    max-width: 900px;
    margin: 40px auto 0
}

.lp1-desc-title {
    font-size: 20px;
    font-weight: 700;
    color: #facc15;
    margin-bottom: 40px
}

.lp1-desc {
    color: #fff;
    text-align: left
}

.txt-yellow {
    color: #facc15
}

.lp1-wrap3 {
    text-align: center;
    margin-top: 40px
}

a.btn-yellow {
    color: #000;
    background: rgba(250,204,21,1);
    text-decoration: none;
    border: 1px solid rgba(250,204,21,1);
    padding: 10px 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px
}

a.btn-yellow img {
    height: 12px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

#problem-solution {
    padding: 80px 0 80px;
    background: #000
}

.title-wrap-lp {
    text-align: center
}

.title-jp-lp {
    font-size: 40px;
    font-weight: 700;
    color: #facc15;
    position: relative;
    display: inline-block
}

.title-jp-lp:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 1px;
    background: rgba(250,204,21,1);
    transform: translateY(-50%)
}

.title-jp-lp:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    width: 50px;
    height: 1px;
    background: rgba(250,204,21,1);
    transform: translateY(-50%)
}

.title-en-lp {
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.problem-solution-intro {
    color: #fff
}

.problem-solution-intro-title {
    font-weight: 700;
    font-size: 20px
}

.problem-solution-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 0;
    gap: 20px;
    justify-content: space-around
}

.problem-solution-item-content {
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    background: rgba(76,76,76,.8);
    padding: 20px;
    border: 1px solid #facc15;
    border-radius: 8px;
    color: #fff;
    list-style: none
}

.problem-solution-item-img {
    text-align: center;
    margin-bottom: 20px
}

.problem-solution-item-img img {
    height: 94px
}

.problem-solution-item-content-text-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center
}

#strategy {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-strategy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.strategy1-title h3 {
    color: #facc15;
    font-size: 32px;
    font-weight: 700
}

.strategy1-title h4 {
    color: #facc15;
    font-size: 32px;
    font-weight: 700
}

.strategy1-content {
    color: #facc15;
    font-size: 20px;
    font-weight: 700
}

.strategy1-sns a {
    display: inline-block;
    margin-right: 10px
}

.strategy1-sns a img {
    height: 48px
}

.strategy1-sns a:last-child {
    margin-right: 0
}

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

.strategy2-img {
    flex: 100%;
    max-width: calc(50% - 30px);
    margin: 0 30px 0 0
}

.strategy2-img img {
    width: 100%
}

.strategy2-content {
    flex: 100%;
    max-width: calc(50% - 30px);
    margin: 0 30px 0 0
}

.strategy2-content-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.strategy2-content-desc {
    color: #fff;
    margin-bottom: 0
}

.strategy-list-ul {
    color: #fff;
    margin-top: 20px
}

.strategy-list-ul {
    color: #fff;
    margin-top: 20px;
    list-style: none;
    padding-left: 0
}

.strategy-list-ul li {
    line-height: 1.8em;
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/lp/check.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 20px 20px;
    margin-bottom: 5px
}

#visual {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-visual.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.visual-intro {
    color: #fff
}

.visual-item-img img {
    width: 100%
}

.visual-btn {
    text-align: center
}

.visual-btn a {
    color: #fff;
    background: #000;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px
}

.visual-btn a img {
    margin-left: 10px
}

.txt-visual-sp {
    color: #fff;
    margin: 20px 0
}

#portal {
    padding: 80px 0 80px;
    background: #000
}

.portal-intro {
    color: #fff
}

.portal-intro h4 {
    font-size: 20px;
    font-weight: 700
}

.portal-details {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    border: 5px solid #fff
}

.portal-detail-row {
    display: flex;
    width: 100%;
    gap: 5px
}

.portal-detail-heading {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    width: 33.33%;
    background-color: #000;
    color: #fff
}

.portal-detail-description {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 33.33%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff
}

.portal-detail-example {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    width: 33.33%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff
}

.portal-detail-heading img {
    display: block;
    margin: 0 auto 10px;
    height: 24px
}

.portal-detail-example a {
    color: #facc15;
    text-decoration: underline
}

.portal-btn {
    text-align: center
}

.portal-btn a {
    color: #fff;
    background: #000;
    text-decoration: none
}

.btn-portal {
    color: #fff;
    background: #303030;
    border: 3px solid #facc15;
    text-decoration: none;
    padding: 12px 40px;
    display: inline-block;
    border-radius: 5px
}

.btn-portal img {
    height: 12px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.portal-table-sp {
    display: none
}

.tbl-portal-sp1 {
    width: 100%;
    border-collapse: collapse
}

.tbl-portal-sp1 tr th {
    background: rgba(250,204,21,1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.tbl-portal-sp1 tr td:first-child {
    background: rgba(245,245,245,1);
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 5px solid rgba(67,67,67,1);
    text-align: center;
    width: 52%
}

.tbl-portal-sp1 tr td:first-child img {
    display: block;
    margin: 0 auto 10px
}

.tbl-portal-sp1 tr td:last-child {
    border: 5px solid rgba(250,204,21,1);
    background: rgba(255,255,255,1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 38%
}

.tbl-portal-sp2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px
}

.tbl-portal-sp2 tr th {
    background: rgba(169,169,169,1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.tbl-portal-sp2 tr td:first-child {
    background: rgba(245,245,245,1);
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 5px solid rgba(67,67,67,1);
    text-align: center;
    width: 52%
}

.tbl-portal-sp2 tr td:first-child img {
    display: block;
    margin: 0 auto 10px
}

.tbl-portal-sp2 tr td:last-child {
    border: 5px solid rgba(169,169,169,1);
    background: rgba(255,255,255,1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 48%
}

.portal-table-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    border-collapse: collapse
}

.portal-table-header-empty {
    background: 0 0;
    border: none;
    padding: 0
}

.portal-table-header-yellow {
    background: rgba(250,204,21,1);
    color: #000;
    padding: 25px 20px 35px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 5px solid rgba(250,204,21,1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.portal-table-header-grey {
    background: rgba(169,169,169,1);
    color: #000;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 5px solid rgba(169,169,169,1);
    border-bottom: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    align-self: end
}

.portal-table-cell-label {
    background: rgba(245,245,245,1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(67,67,67,1);
    border-right: 5px solid rgba(67,67,67,1);
    border-top: 5px solid rgba(67,67,67,1);
    border-bottom: 5px solid rgba(67,67,67,1);
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.portal-table-cell-label:first-of-type {
    border-top-left-radius: 10px
}

.portal-table-cell-label img {
    height: 24px;
    display: block;
    margin: 0 auto 10px
}

.portal-table-cell-yellow {
    background: rgba(255,255,255,1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(250,204,21,1);
    border-top: none;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.portal-table-cell-yellow:first-of-type {
    padding-top: 54px
}

.portal-table-cell-grey {
    background: rgba(245,245,245,1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(169,169,169,1);
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.portal-note {
    background: rgba(76,76,76,.8);
    padding: 20px;
    color: #fff;
    border: 1px solid rgba(76,76,76,1)
}

.portal-note-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.portal-note-title img {
    margin-right: 20px
}

.portal-note-content p {
    margin-bottom: 0
}

#reason-lp {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-strategy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.reason-lp-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.reason-lp-wrap-left {
    flex: 100%;
    max-width: calc(60% - 20px);
    margin: 0 20px 0 0
}

.reason-lp-wrap-right {
    flex: 100%;
    max-width: calc(40% - 20px);
    margin: 0 0 0 20px
}

.reason-lp-wrap-left h3 {
    color: #facc15;
    font-size: 30px;
    font-weight: 700
}

.reason-lp-wrap-left h4 {
    color: #facc15;
    font-size: 32px;
    font-weight: 700
}

.reason-lp-wrap-left p {
    color: #fff
}

.reason-lp-box {
    background: #4C4C4CCC;
    padding: 30px;
    text-align: center
}

.reason-lp-box-title h4 {
    color: #fff;
    border-bottom: 3px solid #facc15;
    font-size: 24px;
    font-weight: 900;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;
    margin-bottom: 10px
}

.reason-lp-box-content p {
    color: #fff;
    font-size: 32px;
    font-weight: 700
}

.reason-lp-box-content p .txt-yellow {
    color: #facc15
}

#new-project {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/lp/bg-project.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 900px
}

.new-project-title {
    text-align: center;
    margin-bottom: 40px
}

.new-project-title img {
    max-width: 100%
}

.new-project-content-desc {
    color: #fff;
    margin-bottom: 20px
}

.new-project-content-footer {
    color: #facc15;
    font-size: 32px;
    font-weight: 700
}

#site-content {
    padding: 80px 0 80px;
    background: #000
}

.site-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    padding-left: 0
}

.site-content-wrap-content {
    width: calc((100% - 2 * 40px) / 3);
    list-style: none
}

.site-content-wrap-content-img {
    margin-bottom: 10px
}

.site-content-wrap-content-img img {
    width: 100%
}

.site-content-wrap-content-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #facc15;
    margin-bottom: 20px
}

.site-content-wrap-content-text p {
    color: #fff
}

#media-power {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-visual.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.media-power-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.media-power-wrap-text {
    flex: 100%;
    max-width: calc(60% - 40px);
    margin: 0 40px 0 0;
    padding-left: 0
}

.media-power-wrap-text li {
    list-style: none
}

.media-power-wrap-text h3 {
    font-size: 24px;
    font-weight: 900;
    color: #facc15;
    margin-bottom: 10px
}

.media-power-wrap-text h3 img {
    margin-right: 10px
}

.media-power-wrap-text p {
    color: #fff;
    margin-bottom: 20px
}

.media-power-wrap-img {
    flex: 100%;
    max-width: 40%
}

.media-power-wrap-img img {
    width: 100%
}

#place-search {
    padding: 80px 0 80px;
    background: #000
}

.place-search-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.place-search-img {
    flex: 100%;
    max-width: calc(40% - 40px);
    margin: 0 40px 0 0
}

.place-search-img img {
    width: 100%
}

.place-search-text {
    flex: 100%;
    max-width: calc(60% - 40px)
}

.place-search-text p {
    color: #fff
}

.place-search-box {
    background: #4C4C4CCC;
    border: 5px solid #facc15;
    padding: 20px;
    margin-top: 40px
}

.place-search-box-title {
    color: #facc15;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px
}

.place-search-box-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

#podcast {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/lp/bg-podcast.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.podcast-header {
    color: #facc15;
    font-weight: 700
}

.podcast-header h3 {
    font-size: 32px;
    font-weight: 700
}

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

.podcast-wrap-content {
    flex: 100%;
    max-width: calc(60% - 40px);
    margin: 0 40px 0 0
}

.podcast-wrap-content p {
    color: #fff;
    margin-bottom: 20px
}

.podcast-people-img {
    margin-top: 40px
}

.podcast-people-img img {
    width: 130px;
    height: 100%;
    object-fit: cover;
    margin-right: 20px
}

.podcast-wrap-img {
    flex: 100%;
    max-width: 40%
}

.podcast-wrap-img img {
    width: 100%
}

#message-lp {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-strategy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.message-lp-wrap-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.message-lp-wrap-content-img {
    flex: 100%;
    max-width: calc(30% - 60px);
    margin: 0 60px 0 0
}

.message-lp-wrap-content-img img {
    width: 100%
}

.message-lp-wrap-content-text {
    flex: 100%;
    max-width: 70%;
    margin: 0;
    color: #fff
}

.message-job-position,.message-note {
    font-weight: 700
}

.message-name,.message-title {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px
}

.message-desc {
    margin-top: 20px
}

#change {
    padding: 80px 0 80px;
    background: #000
}

.change-intro {
    color: #fff
}

.change-intro-title {
    font-size: 20px;
    font-weight: 700
}

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

.change-box {
    flex: 100%;
    max-width: calc(100% / 2);
    background: rgba(76,76,76,.8);
    color: #fff;
    border: 3px solid rgba(76,76,76,1);
    padding: 30px
}

.change-box:last-child {
    border: 5px solid rgba(250,204,21,1)
}

.change-title1,.change-title2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative
}

.change-title1:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #fff
}

.change-title2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 2px;
    background: rgba(250,204,21,1)
}

.change-content1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.change-content1-icon {
    flex: 100%;
    max-width: 10%
}

.change-content1-text {
    flex: 100%;
    max-width: 90%
}

#who {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-who.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.who-intro {
    color: #fff
}

.who-intro-title {
    font-size: 20px;
    font-weight: 700
}

.who-item-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.who-item-content {
    flex: 100%;
    max-width: calc(100% / 3);
    margin: 0 0 30px;
    text-align: center
}

.who-item-content-img {
    margin-bottom: 20px
}

.who-item-content-text-title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0
}

.who-note-wrap {
    border-left: 5px solid rgba(250,204,21,1);
    padding-left: 20px
}

.who-note-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.who-note-content {
    color: #fff
}

#plan {
    padding: 80px 0 80px;
    background: #000
}

.plan-intro {
    color: #fff
}

.plan-table {
    display: block
}

.plan-table-sp {
    display: none
}

.plan-table-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    width: 100%;
    border-collapse: collapse
}

.plan-table-header-empty {
    background: 0 0;
    border: none;
    padding: 0
}

.plan-table-header-yellow {
    background: rgba(250,204,21,1);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border: 5px solid rgba(250,204,21,1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    line-height: 1.4
}

.plan-table-header-grey {
    background: rgba(169,169,169,1);
    color: #000;
    padding: 15px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border: 5px solid rgba(169,169,169,1);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.plan-table-cell-label {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    border: 5px solid #000;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    border: 5px solid #fff
}

.plan-table-cell-label:first-of-type {
    border-top-left-radius: 10px
}

.plan-table-cell-label:last-of-type {
    border-bottom-left-radius: 10px
}

.plan-table-cell-yellow {
    background: rgba(255,255,255,1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(250,204,21,1);
    border-top: none;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5
}

.plan-table-cell-yellow:first-of-type {
    padding-top: 54px
}

.plan-table-cell-yellow:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.plan-table-cell-price {
    font-size: 32px;
    font-weight: 900;
    color: rgba(250,204,21,1);
    padding: 30px 24px
}

.plan-table-cell-grey {
    background: rgba(255,255,255,1);
    color: #000;
    padding: 24px;
    text-align: center;
    border: 5px solid rgba(169,169,169,1);
    border-top: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700
}

.plan-table-cell-grey:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.f20 {
    font-size: 20px
}

.tbl-plan-sp1 {
    width: 100%;
    border-collapse: collapse;
    border: 10px solid rgba(250,204,21,1)
}

.tbl-plan-sp1 tr th {
    background: rgba(250,204,21,1);
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.tbl-plan-sp1 tr td:first-child {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 8px solid #fff;
    text-align: center;
    width: 52%
}

.tbl-plan-sp1 tr td:last-child {
    border: 10px solid rgba(250,204,21,1);
    background: rgba(255,255,255,1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 48%
}

.tbl-plan-sp1 tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.tbl-plan-price-yellow {
    font-size: 28px;
    font-weight: 900;
    color: rgba(250,204,21,1)
}

.tbl-plan-sp2 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    border: 10px solid rgba(169,169,169,1)
}

.tbl-plan-sp2 tr th {
    background: rgba(169,169,169,1);
    color: #000;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.tbl-plan-sp2 tr td:first-child {
    background: #000;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 900;
    border: 8px solid #fff;
    text-align: center;
    width: 52%
}

.tbl-plan-sp2 tr td:last-child {
    border: 10px solid rgba(169,169,169,1);
    background: rgba(255,255,255,1);
    color: #000;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 48%
}

.tbl-plan-sp2 tr:last-child td:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.tbl-plan-price-grey {
    font-size: 20px;
    font-weight: 900
}

.plan-note {
    color: #fff
}

.plan-price-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.plan-price-wrap-content {
    flex: 100%;
    max-width: calc(60% - 40px);
    margin: 0 40px 0 0
}

.plan-price-wrap-content dt {
    font-size: 24px;
    font-weight: 900;
    color: #facc15
}

.plan-price-wrap-content dd {
    color: #fff;
    margin-bottom: 30px
}

.plan-price-wrap-content p:last-of-type {
    margin-bottom: 0
}

.plan-price-wrap-img {
    flex: 100%;
    max-width: 40%
}

.plan-price-wrap-img img {
    width: 100%
}

.plan-banner {
    text-align: center
}

.plan-banner-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #4C4C4CCC;
    border: 5px solid #facc15;
    color: #fff;
    padding: 20px
}

.plan-banner-wrap-left {
    flex: 100%;
    max-width: 50%;
    text-align: center
}

.plan-banner-wrap-right {
    flex: 100%;
    max-width: 50%;
    text-align: left
}

.txt-center-left {
    display: inline-block;
    text-align: left
}

.plan-price {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px
}

.plan-price2 {
    font-size: 32px;
    font-weight: 900;
    display: block;
    margin-top: 10px
}

.btn-black2 {
    color: #fff;
    background: rgba(48,48,48,1);
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 5px
}

.btn-black2 img {
    margin-left: 10px;
    height: 24px
}

.plan-btn {
    text-align: center
}

.plan-btn .btn-black2 {
    margin-right: 30px
}

.plan-btn .btn-black2:hover {
    text-decoration: none;
    color: #fff
}

#faq-lp {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-strategy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#future {
    padding: 40px 0 80px;
    background: rgba(250,204,21,1)
}

.title-jp-lp2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.title-en-lp2 {
    color: rgba(250,177,21,.76);
    font-size: 100px;
    font-weight: 700;
    position: relative;
    top: 60px;
    z-index: 1
}

.future-desc {
    text-align: center;
    font-weight: 700
}

.future-btn {
    text-align: center
}

.future-btn .btn-black2 {
    background: #000
}

.future-btn .btn-black2:hover {
    text-decoration: none;
    color: #fff
}

#contact-lp {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-visual.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.contact-intro {
    color: #fff;
    text-align: center
}

.contact-form {
    width: 80%;
    margin: 40px auto 0
}

.line-icon img {
    max-width: 100%
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    white-space: nowrap
}

.form-group .required {
    color: #000;
    background: rgba(250,204,21,1);
    font-weight: 700;
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 25px;
    float: right
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89,89,89,1)
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89,89,89,1)
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000
}

.form-group .form-control02 {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000
}

.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    resize: vertical;
    border: none
}

.wpcf7-list-item {
    width: 210px
}

.btn-submit {
    cursor: pointer
}

.wpcf7-text:focus,.wpcf7-textarea:focus {
    outline: none !important
}

.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important
}

.wpcf7 input:focus,.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s
}

input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none
}

.btn-submit {
    background: rgba(250,204,21,1);
    color: #000;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none
}

.btn-submit:hover {
    color: #000!important;
    text-decoration: none
}

.btn-submit img {
    height: 12px;
    margin-left: 10px
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff
}

#interview-introduction {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-interview.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.interview-introduction-intro-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.interview-introduction-content-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.interview-introduction-content-item-img {
    flex: 100%;
    max-width: calc(40% - 60px);
    margin: 0 60px 0 0
}

.interview-introduction-content-item-img img {
    width: 100%
}

.interview-introduction-content-item-text {
    flex: 100%;
    max-width: 60%
}

.interview-introduction-content-item-text-title {
    background: rgba(59,57,57,1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px
}

#interview {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-interview2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.interview-content-item {
    margin-bottom: 40px
}

.interview-content-item-title {
    background: rgba(59,57,57,1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 20px
}

#behind-the-scenes {
    padding: 80px 0 80px
}

.behind-the-scenes-intro {
    text-align: center
}

.site-photos-cont {
    max-width: 1200px;
    margin: 60px auto 0;
    position: relative
}

.site-photos-flex {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 50px
}

.site-photos-item {
    width: calc(25% - 15px);
    min-width: calc(25% - 15px);
    flex-shrink: 0;
    position: relative
}

.site-photos__layout {
    position: relative;
    width: calc(100% - 40px);
    margin: auto
}

.slider__container-site-photos {
    width: 96%;
    height: 100%;
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden
}

.slider__item-site-photos>video {
    width: 100%;
    object-fit: cover
}

#site-photos {
    background-color: #000;
    padding: 80px 0
}

.slider__item-site-photos {
    height: 100%
}

.video__controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.video__play-pause {
    background: rgba(0,0,0,.0);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(195,34,39,1);
    transition: background-color .3s
}

.play-icon,.pause-icon {
    font-size: 36px
}

i.fa.fa-pause {
    font-size: 30px;
    color: #c73420
}

button.slider-navi__pause.dl-pausevid {
    background: 0 0;
    border: none
}

i.fa.fa-play {
    font-size: 30px;
    color: #c73420
}

.slider__item-site-photos.frame img {
    width: 100%;
    height: 100%
}

.slider-nav__arrows-site-photos.slider-navi.slider-navi_main {
    text-align: center;
    margin-top: 20px
}

.scroll-indicator {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10
}

.scroll-indicator.show {
    display: block !important
}

.scroll-indicator img {
    width: 30px;
    height: auto
}

#inside-field-company {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-inside.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.inside-field-company-intro {
    text-align: center
}

.inside-field-company-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    padding: 30px 20px
}

.inside-field-company-content .inside-text-box {
    box-shadow: none
}

.inside-field-company-content-left {
    flex: 100%;
    max-width: calc(36% - 30px);
    margin: 0 30px 0 0
}

.inside-field-company-content-left-img {
    width: 100%
}

.inside-field-company-content-left-img img {
    width: 100%
}

.inside-field-company-content-right {
    flex: 100%;
    max-width: 64%
}

table.tbl-inside {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 20px 0 40px
}

table.tbl-inside tr td {
    border: 1px solid #000;
    padding: 20px 10px
}

table.tbl-inside tr td:first-child {
    width: 35%;
    text-align: center
}

.inside-sns-box {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(83,81,81,1),rgba(217,217,217,1)) 1;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}

a.inside-sns-box-item {
    display: inline-block;
    color: #000;
    text-align: center
}

a.inside-sns-box-item:hover {
    text-decoration: none
}

a.inside-sns-box-item img {
    height: 44px;
    width: auto
}

.inside-text-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    margin-bottom: 20px
}

.qa-section {
    max-width: 100%
}

.qa-question {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px
}

.qa-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: rgba(191,40,38,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.qa-question-text {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding-top: 8px;
    color: #000
}

.qa-answer {
    display: flex;
    margin-bottom: 20px;
    gap: 0;
    align-items: flex-start
}

.qa-answer-label {
    min-width: 130px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.qa-answer-manager .qa-answer-label {
    border: 1px solid rgba(191,40,37,1)
}

.qa-answer-manager .qa-answer-label.no-box {
    border: none
}

.qa-answer-interviewer .qa-answer-label {
    border: 1px solid rgba(217,217,217,1);
    background: #f5f5f5
}

.qa-answer-content {
    flex: 1;
    padding: 0 15px;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    color: #000
}

.qa-answer-content p {
    margin: 0
}

#summary {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-summary.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.summary-content {
    color: #fff
}

#company-intro {
    padding: 80px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.company-intro-content {
    text-align: center
}

.company-intro-content-title {
    font-size: 20px;
    font-weight: 700
}

.company-table {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-items: flex-start
}

.company-table-label {
    min-width: 270px;
    padding: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(83,81,81,1),rgba(217,217,217,1)) 1
}

.company-table-content {
    flex: 1;
    padding: 15px;
    line-height: 1.6;
    color: #000;
    border-bottom: 1px solid rgba(90,88,88,1)
}

.company-table-content a {
    color: #000;
    text-decoration: none;
    word-break: break-all
}

.company-table-content a:hover {
    text-decoration: none;
    color: #000
}

.company-intro-content-sns-box {
    border: 1px solid rgba(90,88,88,1);
    padding: 20px;
    text-align: center
}

.company-intro-content-sns-box-title {
    color: rgba(191,40,37,1);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    position: relative;
    top: -36px;
    padding: 0 20px
}

.company-intro-content-sns-box-sns {
    display: flex;
    justify-content: center;
    gap: 20px
}

.company-intro-content-sns-box-sns a {
    color: #000;
    text-decoration: none
}

.company-intro-content-sns-box-sns a img {
    height: 44px;
    width: auto
}

.company-intro-content-btn {
    text-align: center
}

.company-intro-content-btn .btn-company {
    color: #fff;
    background: linear-gradient(to bottom,rgba(191,40,38,1),rgba(142,2,0,1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block
}

.company-intro-content-btn .btn-company:hover {
    text-decoration: none;
    color: #fff
}

.company-intro-content-btn .btn-company img {
    margin-left: 10px;
    height: 15px
}

#contact-top {
    padding: 80px 0 80px
}

#contact-top .form-group p label,#membership .form-group p label {
    color: #000
}

#contact-top .form-group .required,#membership .form-group .required {
    background: rgba(59,57,57,1);
    color: #fff
}

#contact-top .btn-submit,#membership .btn-submit {
    color: #fff;
    background: linear-gradient(to bottom,rgba(191,40,38,1),rgba(142,2,0,1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block
}

#contact-top .btn-submit:hover,#membership .btn-submit:hover {
    color: #fff!important
}

.faq-top span.qnum {
    color: rgba(191,40,38,1)
}

.faq-top #faq-box .q-txt:after {
    border-top: solid 2px rgba(191,40,38,1);
    border-right: solid 2px rgba(191,40,38,1)
}

#slider-profile .owl-carousel {
    position: relative
}

#slider-profile .owl-theme:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #000;
    z-index: 1
}

#slider-profile .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    background: 0 0;
    margin: 0
}

#slider-profile .owl-theme .owl-nav button {
    pointer-events: all;
    background: rgba(191,40,38,1) !important;
    border: none;
    color: rgba(191,40,38,1) !important;
    font-size: 28px;
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
    outline: none;
    transition: opacity .3s;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

#slider-profile .owl-theme .owl-nav button:hover {
    opacity: .8;
    background: rgba(191,40,38,1) !important;
    color: rgba(191,40,38,1) !important
}

#slider-profile .owl-theme .owl-nav button span {
    color: #000;
    font-size: 28px;
    font-weight: 700
}

#slider-profile .owl-theme .owl-nav button.owl-prev {
    right: calc(50% + 50px)
}

#slider-profile .owl-theme .owl-nav button.owl-next {
    left: calc(50% + 50px)
}

#slider-profile .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    z-index: 5;
    background: 0 0;
    margin: 0;
    padding: 0
}

#slider-profile .owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
    cursor: pointer
}

#slider-profile .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff !important;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    transition: background .3s
}

#slider-profile .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,.8) !important
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    background: #000
}

.owl-theme .owl-dots .owl-dot {
    color: #fff
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    color: rgba(191,40,38,1)
}

#message-president {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-message-president.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.president-signature {
    text-align: right
}

.signature-name {
    font-size: 22px;
    margin-left: 20px
}

#ceo-interview {
    padding: 80px 0 80px
}

.my-interview-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.my-interview-image {
    flex: 100%;
    max-width: 55%;
    display: flex;
    align-items: stretch
}

.my-interview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.my-interview-content-outer {
    flex: 100%;
    max-width: 45%;
    display: flex;
    align-items: stretch;
    background: linear-gradient(to right,rgba(228,228,228,1),rgba(115,115,115,1))
}

.my-interview-content-inner {
    width: 100%;
    height: 86%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-my-interview.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -20px
}

.my-interview-text-wrapper {
    text-align: center;
    width: 100%
}

.my-interview-content-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.5
}

.my-interview-content-name {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5
}

iframe.youtube-shorts-embed {
    height: 100%;
    width: 100%
}

.my-interview-faq {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-interview-faq.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.faq-interview #faq-box .q-txt {
    background: #fff;
    color: #000
}

.faq-interview #faq-box {
    border: solid rgba(191,40,38,1)
}

.faq-interview #faq-box .q-txt {
    border-bottom: 1px solid rgba(191,40,38,1)
}

#employee-interview {
    padding: 80px 0 80px
}

#training-thoughts {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-tow-truck.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.training-thoughts-content {
    max-width: 1000px;
    margin: 0 auto
}

.row.no-gutters {
    padding-left: 0;
    padding-right: 0
}

.training-thoughts-btn {
    text-align: center
}

.btn-red {
    color: #fff;
    background: linear-gradient(to bottom,rgba(191,40,38,1),rgba(142,2,0,1));
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block
}

.btn-red:hover {
    text-decoration: none;
    color: #fff
}

.btn-red img {
    margin-left: 10px;
    height: 15px
}

#message-profile {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-inside.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.message-profile-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.message-profile-item-img {
    flex: 100%;
    max-width: calc(30% - 40px);
    margin: 0 40px 0 0
}

.message-profile-item-img img {
    width: 100%
}

.message-profile-item-text {
    flex: 100%;
    max-width: 70%
}

.message-profile-item-text-post {
    border-bottom: 1px solid rgba(217,217,217,1);
    margin-bottom: 10px
}

.message-profile-item-text-name {
    font-size: 30px;
    margin-bottom: 10px
}

.message-profile-item-text-note {
    background: rgba(217,217,217,1);
    padding: 10px 20px;
    margin-bottom: 40px
}

#advantages-torque {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-advantages.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.advantages-torque-content {
    padding-left: 0
}

.advantages-torque-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.advantages-torque-item-img {
    flex: 100%;
    max-width: 40%
}

.advantages-torque-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantages-torque-item-text {
    flex: 100%;
    max-width: 60%;
    background: #fff;
    padding: 30px
}

.advantages-torque-item-text-title {
    font-size: 20px;
    font-weight: 700
}

.advantages-torque-item-text-num {
    color: rgba(191,40,37,1);
    font-size: 60px;
    font-weight: 400;
    font-family: "Allura",cursive;
    margin-right: 10px
}

.advantages-torque-item:nth-child(even) .advantages-torque-item-img {
    order: 2
}

.advantages-torque-item:nth-child(even) .advantages-torque-item-text {
    order: 1
}

#about-torque {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-inside.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.about-torque-intro {
    text-align: center
}

table.tbl-about {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(217,217,217,1);
    max-width: 800px;
    margin: 0 auto
}

table.tbl-about tr th {
    padding: 20px 30px;
    background: #000;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #fff
}

table.tbl-about tr td {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(217,217,217,1)
}

#workplace-location {
    padding: 80px 0 80px
}

.workplace-location-content {
    max-width: 1000px;
    margin: 0 auto
}

.workplace-location-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.workplace-location-item-img {
    flex: 100%;
    max-width: 50%
}

.workplace-location-item-img img {
    width: 100%
}

.workplace-location-item-text {
    flex: 100%;
    max-width: 50%;
    padding: 0 30px
}

.workplace-location-item-text-title {
    color: rgba(191,40,37,1);
    border-bottom: 1px solid rgba(191,40,37,1);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px
}

.workplace-location-item-text-desc {
    font-weight: 600;
    line-height: 1.2em;
    display: flex
}

.workplace-location-item-text-desc-num {
    color: rgba(191,40,37,1);
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px
}

.workplace-location-item-text .workplace-location-item-text-title:nth-of-type(2) {
    margin-top: 40px
}

#benefits {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-message-president.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.benefits-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    padding-left: 0
}

.benefits-item {
    width: calc((100% - 2 * 40px) / 3);
    list-style: none
}

.benefits-item-img img {
    width: 100%
}

.benefits-item-content {
    background: #fff;
    padding: 30px 20px;
    min-height: 315px
}

.benefits-item-title {
    margin-bottom: 20px
}

.benefits-item-title-text {
    font-size: 20px;
    font-weight: 700
}

.benefits-item-title-num {
    font-family: "Allura",cursive;
    color: rgba(191,40,37,1);
    font-size: 60px;
    font-weight: 400;
    margin-right: 10px
}

.benefits-box {
    border: 1px solid rgba(90,88,88,1);
    text-align: center;
    margin-top: 60px;
    padding: 0 0 30px
}

.benefits-box-title {
    color: rgba(191,40,37,1);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -28px;
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
    z-index: 1;
    background: #d5d3d5
}

#membership {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-interview.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.membership-intro {
    text-align: center
}

.membership-intro-title {
    font-size: 20px;
    font-weight: 700
}

.membership-note {
    border: 1px solid rgba(90,88,88,1);
    background: rgba(255,255,255,.5);
    padding: 40px
}

.membership-note-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.membership-note-title img {
    margin-right: 10px
}

ul.ul-membership-note {
    margin-left: -15px
}

ul.ul-membership-note li::marker {
    color: rgba(191,40,38,1)
}

.ul-membership-note-item {
    line-height: 1.8em
}

.ul-membership-note-item-text {
    color: rgba(191,40,38,1);
    font-weight: 700
}

.ul-membership-note-item-p {
    margin-bottom: 0
}

.membership-footer {
    text-align: center
}

.membership-footer-title {
    font-size: 20px;
    font-weight: 700
}

.membership-footer-image img {
    max-width: 300px;
    margin: 30px auto 0
}

#faq-torque {
    padding: 80px 0 80px
}

#job-information {
    padding: 80px 0 80px;
    background-color: #f5f5f5
}

.job-row {
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.job-label {
    width: 22.5%;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 700;
    margin-top: 25px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(83,81,81,1),rgba(217,217,217,1)) 1
}

.job-data {
    min-height: 115px;
    width: calc(77.5% - 40px);
    display: inline-flex;
    align-items: center;
    border-bottom: 1px dashed #535151;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 30px;
    padding-bottom: 30px
}

.job-data p {
    width: 100%;
    margin-bottom: 1.5rem
}

.job-data p:last-child {
    margin-bottom: 0
}

.job-data strong {
    width: 100%;
    display: block;
    margin-bottom: -1.2rem
}

#job-recruitment {
    padding: 80px 0 80px;
    background-color: #fff
}

.recruitment_container {
    margin-top: 55px;
    margin-bottom: 60px
}

.job_container {
    margin-top: 55px;
    margin-bottom: 60px
}

.desc-recruitment {
    margin-top: 40px;
    text-align: center
}

.recruitment-row {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto 0px;
    padding-bottom: 35px;
    gap: 35px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/line-5.png);
    background-repeat: repeat-y;
    background-position: 49px top;
    background-size: 3px auto
}

.recruitment__container .recruitment-row:last-child {
    background-image: none
}

.recruitment-i {
    width: 100px;
    background-color: #fff
}

.recruitment-title-wrapper {
    font-size: 16px
}

.recruitment-info {
    width: calc(100% - 135px);
    padding-top: 5px
}

.recruitment-info strong {
    display: block;
    margin-bottom: 15px
}

.recruitment-step {
    color: #fff;
    background-color: #3b3939;
    border-radius: 99px;
    text-align: center;
    padding: 3px 15px 2px;
    display: inline-block;
    margin-right: 20px
}

.recruitment-text {
    line-height: 1.75;
    margin-bottom: 0
}

.recruitment__container {
    margin-top: 65px;
    padding-left: 0
}

.job-item {
    list-style: none;
    max-width: 1200px;
    margin: 0 auto 20px;
    border-bottom: 1px dashed #535151
}

.job-list {
    padding-left: 0;
    padding-bottom: 1px
}

.job-link {
    display: block;
    padding-top: 30px;
    color: initial;
    padding-bottom: 1px
}

.job-link:hover {
    color: initial;
    text-decoration: none
}

.job-title,.job-area {
    font-size: 18px;
    display: inline-block
}

.job-area-cat {
    font-size: 16px;
    margin-bottom: 1rem
}

.job-title {
    margin-bottom: 0
}

.job-date {
    text-align: center;
    padding: 5px 20px 4px;
    color: #fff;
    background-color: #c73420;
    display: inline-block;
    margin-right: 20px
}

.group_title_job {
    font-weight: 700;
    margin-bottom: 25px
}

.result-job-area {
    border: 1px solid transparent;
    border-image: linear-gradient(to right,rgba(83,81,81,1),rgba(191,142,142,1)) 1;
    padding: 23px 40px 3px;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 30px)
}

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

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

.row__form {
    gap: 20px;
    padding-left: 1px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    align-items: center
}

#search-jobs {
    padding: 90px 0 55px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/a.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.search__form_top {
    margin-top: 115px
}

.top-search-button {
    cursor: pointer
}

.top-search-inner {
    justify-content: center;
    padding: 40px min(10.417vw, 200px)
}

.useful-information-pagination {
    font-weight: 700
}

.job-opening-item-table tr:last-child td,.job-opening-item-table tr:nth-last-child(2) td {
    max-width: 100%
}

.job-opening-item-table tr:last-child td .data_value,.job-opening-item-table tr:nth-last-child(2) td .data_value {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 48px
}

.data_value p {
    margin-bottom: 0
}

.contact-sin .wpcf7 form.sent .wpcf7-response-output {
    color: #000
}

@media (max-width: 767px) {
    #search-jobs {
        padding:80px 0 45px
    }

    .search__form_top {
        margin-top: 95px
    }

    #job-recruitment .title-en {
        font-size: 38px
    }

    .job-row {
        gap: 0
    }

    .job-label,.job-data {
        width: 100%
    }

    .job-data {
        min-height: initial
    }

    .job_container {
        margin-top: 35px;
        margin-bottom: 60px
    }

    .job-date {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        max-width: 150px
    }

    .recruitment-i {
        width: 80px
    }

    .recruitment-row {
        gap: 15px
    }

    .recruitment-info {
        width: calc(100% - 95px);
        padding-top: 5px
    }

    .recruitment-tag {
        margin-top: 10px;
        display: block;
        text-align: center
    }

    .result-job-area {
        padding: 23px 10px 3px
    }

    .recruitment-step {
        margin: 0 auto
    }

    .recruitment-info strong {
        text-align: center
    }

    .recruitment-row {
        background-position: 39px top
    }
}

#company-future {
    padding: 80px 0 40px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-company.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.company-future-content {
    color: #fff
}

.company-future-content-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

#company-mission {
    padding: 80px 0 40px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-mission.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.company-mission-content {
    color: #333
}

.mission-content-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px
}

.company-mission-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    padding-left: 0;
    list-style: none
}

.company-mission-list-item {
    width: calc((100% - 2 * 20px) / 3);
    border: 1px solid #bf2826;
    border-radius: 8px;
    padding: 20px 10px;
    background: #FFFFFFCC
}

.company-mission-list-item-img {
    text-align: center;
    margin-bottom: 20px
}

.company-mission-list-item-img img {
    width: 128px;
    height: auto;
    max-width: 100%
}

.mission-content-title2 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #333;
    margin-bottom: 20px
}

.mission-content-description {
    color: #333
}

#company-vision {
    padding: 80px 0 40px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-vision.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.vision-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center
}

.vision-content-left {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0
}

.vision-content-right {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0
}

.vision-content-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px
}

.vision-content-right {
    text-align: center
}

.vision-content-right img {
    max-width: 100%
}

#company-value {
    padding: 80px 0 40px;
    background: #d9d9d9
}

.value-item {
    margin-bottom: 40px
}

#company-message {
    padding: 80px 0 40px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-company-message.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

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

.company-message-image {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 30px 0
}

.company-message-image img {
    width: 100%;
    max-width: 100%
}

.company-message-text {
    flex: 100%;
    max-width: calc(60% - 30px);
    margin: 0 30px 30px 0
}

.company-message-text-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 40px
}

.company-message-text-description {
    color: #333
}

.company-message-text-position {
    color: #333;
    text-align: right;
    margin-top: 20px
}

.company-message-text-signature {
    color: #333;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif
}

.br390 {
    display: none
}

#corporate-information {
    padding: 80px 0 80px;
    background: #fff
}

.corporate-information-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px
}

.corporate-information-th {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 100%;
    max-width: calc(20% - 30px);
    margin: 0 30px 0 0;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    min-height: 68px;
    max-height: 68px;
    border: 1px solid transparent;
    background: linear-gradient(var(--th-bg,#fff),var(--th-bg,#fff)) padding-box,linear-gradient(to right,#535151,#d9d9d9) border-box
}

.corporate-information-th span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.corporate-information-td {
    display: flex;
    align-items: center;
    flex: 100%;
    max-width: 80%;
    min-height: 68px;
    border-bottom: 1px dotted #5a5858;
    margin-bottom: 0
}

.corporate-information-td span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.corporate-information-wrap:last-child .corporate-information-td {
    border-bottom: none
}

.corporate-information-list {
    margin: 0 0 0 -15px
}

#four-promises {
    padding: 80px 0;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-promises.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%
}

.promises-intro {
    text-align: center;
    font-size: 18px
}

.promises-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 16px
}

.promises-item {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.promises-item-left {
    flex: 100%;
    max-width: calc(35% - 10px);
    margin: 0 10px 30px 0
}

.promises-item-left img {
    max-width: 100%
}

.promises-item-right {
    flex: 100%;
    max-width: calc(65% - 10px);
    margin: 0 10px 30px 0
}

.promises-item-label {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.promises-item-label span:first-child {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    flex-shrink: 0
}

.promises-item-label span:last-child {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    flex: 1
}

.promises-item-title {
    color: #e51f00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0
}

.promises-item-desc {
    font-size: 18px;
    font-weight: 400
}

.banner-txt-recruit {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 2%;
    color: #fff;
    width: 100%;
    font-family: "Futura PT",sans-serif
}

.banner-txt-recruit-txt1 {
    font-size: 70px;
    font-weight: 700
}

.banner-txt-recruit-txt2 {
    font-size: 20px;
    font-weight: 700
}

.banner-txt-recruit-badge-item {
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 4px 26px;
    margin-right: 5px;
    border-radius: 100px
}

.banner-txt-recruit-btn-wrapper {
    margin-top: 60px
}

.btn-top-recruit1 {
    background: linear-gradient(to right,#8e0200,#bf2826);
    border: 1px solid transparent;
    border-image: linear-gradient(to right,#8e0200,#bf2826) 1;
    color: #fff;
    font-weight: 700;
    padding: 15px 50px;
    margin-right: 20px
}

.btn-top-recruit1 img {
    margin-left: 10px;
    width: 13px
}

.btn-top-recruit2 {
    background: #dd9700;
    border: 1px solid #666;
    color: #fff;
    font-weight: 700;
    padding: 15px 50px
}

.btn-top-recruit2 img {
    margin-left: 10px;
    width: 13px
}

.btn-top-recruit1:hover {
    text-decoration: none;
    color: #fff
}

.btn-top-recruit2:hover {
    text-decoration: none;
    color: #fff
}

#worries {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-worry.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.title-en-sm {
    color: #bf2825;
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Serif JP",serif
}

.worry-intro {
    text-align: center;
    font-family: "Noto Sans JP",sans-serif
}

.worry-list {
    max-width: 800px;
    margin: 0 auto
}

.worry-item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px
}

.worry-item:last-child {
    margin-bottom: 0
}

.worry-item-number {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bf2825;
    color: #bf2825;
    font-family: "Noto Serif JP",serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.worry-item-desc {
    flex: 1;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.6
}

.worry-banner-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px
}

.worry-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    padding: 48px 0 0
}

.worry-banner-box {
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 100%;
    margin: 0;
    padding: 15px 48px;
    border: 1px solid #000;
    text-align: center
}

.worry-banner-line {
    margin: 0;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.8
}

.worry-banner-line+.worry-banner-line {
    margin-top: 4px
}

.worry-banner-highlight {
    background: linear-gradient(transparent 50%,#fee000 35%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.worry-banner-deco {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: auto;
    pointer-events: none
}

.worry-banner-deco--left {
    left: 0;
    width: 200px
}

.worry-banner-deco--right {
    right: 0;
    width: 240px
}

@media (max-width: 767px) {
    .worry-banner {
        min-height:160px;
        padding-top: 32px
    }

    .worry-banner-box {
        margin: 0 56px;
        padding: 24px 16px
    }

    .worry-banner-line {
        font-size: 14px;
        line-height: 1.7
    }

    .worry-banner-deco--left {
        width: 100px
    }

    .worry-banner-deco--right {
        width: 120px
    }

    .worry-item {
        gap: 16px;
        margin-bottom: 24px
    }

    .worry-item-number {
        width: 48px;
        height: 48px;
        font-size: 18px
    }

    .worry-item-desc {
        font-size: 14px
    }
}

#why-roadside-service {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-roadside-service.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.why-roadside-service-intro {
    text-align: center
}

.why-roadside-service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px
}

.why-roadside-service-item {
    width: calc((100% - 2 * 40px) / 3)
}

.why-roadside-service-item-img img {
    width: 100%
}

.why-roadside-service-item {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column
}

.why-roadside-service-item-img img {
    display: block
}

.why-roadside-service-item-title {
    display: flex;
    align-items: stretch;
    margin: 15px 15px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 5px
}

.why-roadside-service-item-title-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bf2825;
    color: #fff;
    font-family: "Noto Serif JP",serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 5px;
    min-width: 45px
}

.why-roadside-service-item-title-text {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.why-roadside-service-item-desc {
    padding: 20px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000
}

@media (max-width: 991px) {
    .why-roadside-service-item {
        width:calc((100% - 40px) / 2)
    }
}

@media (max-width: 767px) {
    .why-roadside-service-item {
        width:100%
    }
}

#job-content {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-job-content.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.job-content-intro {
    text-align: center
}

.job-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px
}

.job-content-item-left {
    width: calc((100% - 40px) * 0.45)
}

.job-content-item-right {
    width: calc((100% - 40px) * 0.55)
}

.job-content-header {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp",sans-serif;
    margin-bottom: 24px;
    color: #000
}

.job-content-header:after {
    content: '';
    flex: 1;
    height: 1px;
    background: #333
}

.job-content-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.job-content-item-list {
    border: 1px solid #333;
    background: #f5f5f5
}

.job-content-item-list-title {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 12px 20px 12px 12px
}

.job-content-item-list-title-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(to bottom right,#626262 50%,#000 50%);
    color: #fff;
    font-family: "Noto Serif JP",serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.job-content-item-list-title-text {
    margin-left: 24px;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4
}

@media (max-width: 767px) {
    .job-content-item-list-title {
        min-height:56px;
        padding: 10px 14px 10px 10px
    }

    .job-content-item-list-title-number {
        width: 44px;
        height: 44px;
        font-size: 18px
    }

    .job-content-item-list-title-text {
        margin-left: 16px;
        font-size: 16px
    }
}

.job-content-item-right-wrapper {
    position: relative;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-job-content-item.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 36px 32px 40px;
    overflow: hidden
}

.job-content-item-right-wrapper>* {
    position: relative;
    z-index: 1
}

.job-content-item-right-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2;
    white-space: nowrap
}

.job-content-item-right-header:after {
    content: '';
    flex: 1;
    height: 1px;
    background: #fff
}

.job-content-item-right-content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    --job-timeline-gap: 42px;
    --job-timeline-time-width: 104px;
    gap: var(--job-timeline-gap)
}

.job-content-item-right-content-item-title {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1
}

.job-content-item-right-content-item-title-time {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--job-timeline-time-width);
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #fff;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    text-align: center
}

.job-content-item-right-content-item-title:not(:last-child) .job-content-item-right-content-item-title-time:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    height: var(--job-timeline-gap);
    transform: translateX(-50%);
    border-left: 1px dashed rgba(255,255,255,.85)
}

.job-content-item-right-content-item-title-text {
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

@media (max-width: 767px) {
    .job-content-item-left,.job-content-item-right {
        width:100%
    }

    .job-content-item-right-wrapper {
        padding: 28px 20px 32px
    }

    .job-content-item-right-header {
        font-size: 18px;
        margin-bottom: 24px
    }

    .job-content-item-right-content-item {
        --job-timeline-gap: 18px;
        --job-timeline-time-width: 88px
    }

    .job-content-item-right-content-item-title {
        gap: 14px
    }

    .job-content-item-right-content-item-title-time {
        font-size: 16px;
        min-height: 36px
    }

    .job-content-item-right-content-item-title-text {
        font-size: 15px
    }
}

#reason-for-remote-workers {
    padding: 80px 0 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-reason-recruit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.reason-for-remote-workers-list {
    max-width: 900px;
    margin: 0 auto
}

.reason-for-remote-workers-item {
    --reason-number-gap: .35em;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: var(--reason-number-gap);
    row-gap: 16px
}

.reason-for-remote-workers-item+.reason-for-remote-workers-item {
    margin-top: 56px
}

.reason-for-remote-workers-item-title {
    display: contents
}

.reason-for-remote-workers-item-title-number {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    font-family: "Noto Serif JP",serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    color: #bf2825;
    margin-right: 10px
}

.reason-for-remote-workers-item-title-text {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.5
}

.reason-for-remote-workers-item-title-highlight {
    background: linear-gradient(transparent 50%,#fee000 35%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.reason-for-remote-workers-item-desc {
    grid-column: 1/-1;
    grid-row: 2;
    margin: 0;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #333
}

@media (max-width: 767px) {
    .reason-for-remote-workers-item {
        --reason-number-gap:.3em;
        row-gap: 12px
    }

    .reason-for-remote-workers-item+.reason-for-remote-workers-item {
        margin-top: 40px
    }

    .reason-for-remote-workers-item-title-number {
        font-size: 52px
    }

    .reason-for-remote-workers-item-title-text {
        font-size: 20px
    }

    .reason-for-remote-workers-item-desc {
        font-size: 15px;
        line-height: 1.75
    }
}

#dormitory {
    padding: 80px 0 0;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-dormitory.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.dormitory-intro {
    text-align: center
}

.dormitory-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 60px
}

.dormitory-item {
    position: relative;
    width: calc((100% - 60px) * 0.5);
    overflow: hidden
}

.dormitory-item-img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

.dormitory-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 10px;
    background: rgba(0,0,0,.8);
    box-sizing: border-box
}

.dormitory-item-content-info {
    flex-shrink: 0;
    border: 1px solid #fff;
    padding: 14px 22px;
    text-align: center;
    color: #fff;
    line-height: 1.35
}

.dormitory-item-en {
    display: block;
    font-family: "Noto Serif JP",serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em
}

.dormitory-item-ja {
    display: block;
    margin-top: 4px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 15px;
    font-weight: 700
}

.dormitory-item-content-title {
    margin: 0;
    color: #fff;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

@media (max-width: 767px) {
    .dormitory-wrapper {
        gap:24px
    }

    .dormitory-item {
        width: 100%
    }

    .dormitory-item-content {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px 18px
    }

    .dormitory-item-en {
        font-size: 18px
    }

    .dormitory-item-content-title {
        font-size: 16px
    }
}

.dormitory-middle {
    margin-top: 48px
}

.dormitory-middle-box {
    margin: 0;
    padding: 0 20px 40px;
    min-width: 0;
    border: 1px solid #000;
    text-align: center
}

.dormitory-middle-title {
    display: block;
    width: max-content;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0 15px;
    font-family: "Noto Serif JP",serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    color: #000
}

.dormitory-middle-inner {
    display: flex;
    align-items: stretch;
    text-align: left;
    padding: 40px 0 0
}

.dormitory-middle-img {
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden
}

.dormitory-middle-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(to right,rgba(242,242,242,0),#f2f2f2);
    pointer-events: none
}

.dormitory-middle-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.dormitory-middle-list {
    flex: 1;
    margin: 0;
    padding: 8px 0 0 48px;
    list-style: none
}

.dormitory-middle-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #bf2825
}

.dormitory-middle-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.dormitory-middle-list-item:first-child {
    padding-top: 0
}

.dormitory-middle-list-num {
    flex-shrink: 0;
    font-family: "Noto Serif JP",serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #bf2825
}

.dormitory-middle-list-text {
    margin: 0;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    color: #000
}

@media (max-width: 991px) {
    .dormitory-middle-title {
        font-size:18px;
        padding: 0 16px;
        max-width: calc(100% - 24px)
    }

    .dormitory-middle-box {
        padding: 0 24px 28px
    }

    .dormitory-middle-inner {
        flex-direction: column
    }

    .dormitory-middle-img {
        flex: none;
        max-width: 100%;
        margin-bottom: 28px
    }

    .dormitory-middle-img:after {
        display: none
    }

    .dormitory-middle-list {
        padding: 0
    }

    .dormitory-middle-list-num {
        font-size: 44px
    }

    .dormitory-middle-list-text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .dormitory-middle {
        margin-top:32px
    }

    .dormitory-middle-title {
        font-size: 16px;
        line-height: 1.5
    }

    .dormitory-middle-list-item {
        gap: 14px;
        padding: 18px 0
    }

    .dormitory-middle-list-num {
        font-size: 38px
    }

    .dormitory-middle-list-text {
        font-size: 15px
    }
}

.dormitory-bottom-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 240px
}

.dormitory-bottom-deco {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    z-index: 0;
    pointer-events: none;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-dormitory-bottom.png) left bottom/100% auto no-repeat
}

.dormitory-bottom-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 240px
}

.dormitory-bottom-item-img-deco1,.dormitory-bottom-item-img-deco2 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    line-height: 0
}

.dormitory-bottom-item-img-deco1 img,.dormitory-bottom-item-img-deco2 img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: bottom
}

.dormitory-bottom-item-img-deco1 img {
    max-height: 230px
}

.dormitory-bottom-item-img-deco2 img {
    max-height: 240px
}

.dormitory-bottom-item-text {
    flex: 1 1 auto;
    min-width: 0;
    align-self: center;
    text-align: center;
    font-family: "Noto Serif JP",serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.9;
    color: #000;
    padding: 0 12px 24px
}

@media (max-width: 991px) {
    .dormitory-bottom-wrapper {
        padding:0;
        min-height: 220px
    }

    .dormitory-bottom-deco {
        height: 70%;
        background-size: 120% auto
    }

    .dormitory-bottom-item-img-deco1 img {
        max-height: 150px
    }

    .dormitory-bottom-item-img-deco2 img {
        max-height: 180px
    }

    .dormitory-bottom-item-text {
        font-size: 18px;
        line-height: 1.75;
        padding-bottom: 16px
    }
}

@media (max-width: 767px) {
    .dormitory-bottom-item {
        flex-direction:column;
        gap: 24px;
        min-height: 0
    }

    .dormitory-bottom-item-img-deco1,.dormitory-bottom-item-img-deco2 {
        order: 2
    }

    .dormitory-bottom-item-text {
        order: 1
    }
}

#voices-recruit {
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-voices-recruit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 80px
}

.voice-video {
    width: 65%
}

.voices-recruit-content-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp",sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 5px
}

.voices-recruit-content-desc {
    font-family: "noto-sans-cjk-jp",sans-serif
}

#benefits-recruit {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-benefits.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.benefits-recruit-content {
    display: flex
}

.benefits-recruit-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px
}

.benefits-recruit-content-item1 {
    width: calc((100% - 40px) * 0.5);
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-benefits-item1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 36px 32px 40px;
    overflow: hidden;
    color: #fff
}

.benefits-recruit-content-item2 {
    width: calc((100% - 40px) * 0.5);
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-benefits-item2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 36px 32px 40px;
    overflow: hidden;
    color: #fff
}

.benefits-recruit-content-item-location {
    font-family: "Noto Sans JP",sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px
}

.benefits-recruit-content-item-company {
    font-size: 24px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp",sans-serif
}

#application-flow {
    padding: 80px 0 80px;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-application-flow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.application-flow-intro {
    text-align: center
}

.application-flow-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    gap: 20px
}

.application-flow-content-item {
    position: relative;
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 6px;
    text-align: center;
    overflow: visible
}

.application-flow-content-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 28px;
    left: calc(100% - 28px);
    width: calc(56px + 20px);
    height: 0;
    border-top: 2px dotted #b0b0b0;
    z-index: 0;
    pointer-events: none
}

.application-flow-content-item-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 56px;
    margin: 0 0 16px;
    padding: 10px 12px 10px 52px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1
}

.application-flow-content-item-title-number {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-family: "Noto Serif JP",serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background: #e8a020;
    border-radius: 50%;
    z-index: 2
}

.application-flow-content-item-title-text {
    flex: 1;
    text-align: center;
    line-height: 1.3
}

.application-flow-content-item-desc {
    font-family: "noto-sans-cjk-jp",sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: center
}

@media (max-width: 991px) {
    .application-flow-content {
        flex-wrap:wrap;
        justify-content: center;
        gap: 32px 16px
    }

    .application-flow-content-item {
        flex: 0 0 calc(50% - 16px);
        max-width: 280px
    }

    .application-flow-content-item:not(:last-child):after {
        display: none
    }
}

@media (max-width: 575px) {
    .application-flow-content-item {
        flex:0 0 100%;
        max-width: 320px
    }
}

#faq-recruit {
    padding: 80px 0;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-faq-recruit.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#faq-recruit .faq-recruit-list {
    max-width: 900px;
    margin: 0 auto
}

#faq-recruit .faq-item {
    margin-bottom: 16px
}

#faq-recruit .faq-recruit-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 24px;
    margin: 0;
    border: 1px solid rgba(191,40,38,1);
    background: #fff;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: #000
}

#faq-recruit .faq-recruit-q {
    flex-shrink: 0;
    font-family: "Noto Serif JP",serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: rgba(191,40,38,1)
}

#faq-recruit .faq-recruit-question-text {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "noto-sans-cjk-jp",sans-serif
}

#faq-recruit .faq-recruit-toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(191,40,38,1);
    border-radius: 50%;
    position: relative
}

#faq-recruit .faq-recruit-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(191,40,38,1);
    border-right: 2px solid rgba(191,40,38,1);
    transform: translate(-50%,-50%) rotate(45deg);
    transition: transform .3s ease
}

#faq-recruit .faq-item.active .faq-recruit-toggle:after,#faq-recruit .faq-item.is-open .faq-recruit-toggle:after {
    transform: translate(-50%,-30%) rotate(135deg)
}

#faq-recruit .faq-recruit-answer {
    display: none;
    padding: 20px 24px 8px 5px;
    background: 0 0;
    border: none;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-family: "Noto Sans JP",sans-serif
}

#faq-recruit .faq-item.active .faq-recruit-answer,#faq-recruit .faq-item.is-open .faq-recruit-answer {
    display: block
}

@media screen and (max-width: 767px) {
    #faq-recruit .faq-recruit-question {
        padding:16px;
        gap: 12px
    }

    #faq-recruit .faq-recruit-answer {
        padding: 16px 16px 8px
    }
}

#recruit-bottom {
    padding: 80px 0;
    background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/bg-recruit-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.recruit-bottom-title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    font-family: "Futura PT",sans-serif;
    text-align: center
}

.recruit-bottom-intro {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp",sans-serif
}

@media screen and (min-width: 1690px) and (max-width:1920px) {
    .secure-video {
        width:62%
    }

    .main-small-lp {
        position: relative;
        left: 16%
    }

    .lp1-wrap {
        top: 240px
    }

    .banner-txt-recruit {
        padding-left: 12%
    }
}

@media screen and (min-width: 1550px) and (max-width:1690px) {
    .main-small-lp {
        left:17%
    }
}

@media screen and (min-width: 1230px) and (max-width:1550px) {
    .main-small-lp {
        left:17%
    }
}

@media screen and (max-width: 1024px) {
    .main-content-text p {
        font-size:42px
    }

    .ft-menu1 ul li a .menu-jp {
        width: 125px
    }

    .ft-sns {
        margin-bottom: 10px
    }

    .badge-img-lp {
        top: 70%;
        right: -6%;
        width: 140px
    }

    .main-small-lp {
        text-shadow: 4px 4px 8px rgba(255,255,255,1)
    }

    .banner-txt {
        font-size: 40px
    }

    .benefits-item-content {
        min-height: 360px
    }

    .job-opening-item-table {
        min-height: 250px
    }

    .title-jp-lp {
        font-size: 30px
    }

    .reason-lp-box-content p {
        font-size: 28px
    }

    .reason-lp-wrap-left h4 {
        font-size: 30px
    }

    .company-mission-list-item {
        min-height: 380px
    }

    .footer-left1 {
        max-width: 100%;
        margin: 0 0 30px
    }

    .footer-left2 {
        max-width: 100%;
        margin: 0 0 30px
    }

    .ft-sns-wrap {
        margin-top: 40px
    }

    #new-project {
        min-height: 650px
    }

    .banner-txt-recruit-txt1 {
        font-size: 58px
    }

    .dormitory-bottom-item-text {
        font-size: 18px
    }

    .application-flow-content {
        gap: 0
    }

    .application-flow-content-item-title-text {
        font-size: 14px
    }

    .application-flow-content-item-desc {
        text-align: left
    }
}

@media screen and (max-width: 834px) {
    .main-content-text p {
        font-size:34px
    }

    .title-jp-lp {
        font-size: 24px
    }

    .footer-wrap {
        gap: 20px
    }

    .footer-left {
        width: calc((100% - 1 * 20px) / 2)
    }

    .footer-right {
        width: calc((100% - 1 * 20px) / 2)
    }

    .ft-menu1 {
        margin-left: -35px
    }

    .ft-menu1 ul li a .menu-jp {
        width: 105px
    }

    .ft-sns-wrap {
        padding: 0
    }

    .change-content1-icon {
        max-width: 15%
    }

    .main-title-lp {
        font-size: 24px
    }

    .badge-img-lp {
        right: -9%;
        width: 120px
    }

    .main-small-lp {
        font-size: 34px
    }

    .main-small-lp span {
        font-size: 40px
    }

    .lp1-content {
        position: relative;
        top: -58px
    }

    .banner-txt {
        font-size: 34px
    }

    table.tbl-inside tr td:first-child {
        width: 41%
    }

    .inside-sns-box {
        gap: 10px
    }

    a.inside-sns-box-item img {
        height: 44px;
        width: 44px;
        object-fit: cover
    }

    .secure-video {
        width: 80%
    }

    .banner-txt-profile-txt1 {
        font-size: 52px
    }

    .banner-txt-profile-txt2 {
        font-size: 23px
    }

    .banner-txt-profile-txt3 {
        font-size: 25px
    }

    .advantages-torque-item-text-title {
        font-size: 19px;
        display: flex;
        align-items: center
    }

    .benefits-item-content {
        min-height: 440px
    }

    .job-opening-item-table {
        min-height: 312px
    }

    .reason-lp-box-content p {
        font-size: 21px
    }

    .podcast-people-img img {
        width: 120px
    }

    .site-content-wrap-content-text h4 {
        min-height: 55px
    }

    .company-mission-list-item {
        min-height: 425px
    }

    .promises-item {
        max-width: 100%
    }

    .banner-txt-recruit-txt1 {
        font-size: 50px
    }

    .worry-banner-line {
        font-size: 20px
    }

    .worry-banner-deco--left {
        width: 145px
    }

    .worry-banner-deco--right {
        width: 134px
    }

    .dormitory-item {
        width: 100%
    }

    .dormitory-bottom-item-img-deco1 img {
        max-height: 130px
    }

    .dormitory-bottom-item-img-deco2 img {
        max-height: 130px
    }

    .recruit-bottom-title {
        font-size: 40px
    }
}

@media screen and (max-width: 768px) {
    .main-content-text p {
        font-size:30px
    }

    .job-opening-item-table {
        min-height: 225px
    }

    .ft-menu1 ul li a .menu-en {
        font-size: 13px
    }

    .selection-articles-item {
        min-height: 390px
    }

    .selection-articles-item-content1 {
        min-height: 40px
    }

    .change-content1-icon {
        max-width: 14%
    }

    .change-title1,.change-title2 {
        font-size: 23px
    }

    .change-content1-text {
        font-size: 15px
    }

    .main-title-lp {
        font-size: 24px
    }

    .badge-img-lp {
        right: -6%;
        width: 120px
    }

    .main-small-lp {
        font-size: 34px
    }

    .main-small-lp span {
        font-size: 40px
    }

    .banner-txt {
        font-size: 30px
    }

    .inside-field-company-content-left {
        max-width: calc(36% - 20px);
        margin: 0 20px 0 0
    }

    table.tbl-inside tr td:first-child {
        width: 44%
    }

    .banner-txt-profile-txt2 {
        font-size: 21px
    }

    .banner-txt-profile-txt3 {
        font-size: 23px
    }

    .banner-txt-profile-txt4 {
        font-size: 24px;
        width: 95px;
        height: 95px
    }

    .benefits-item-content {
        min-height: 460px
    }

    .job-opening-item-table {
        min-height: 340px
    }

    .reason-lp-box-title h4 {
        font-size: 22px
    }

    .reason-lp-box-content p {
        font-size: 19px
    }

    .reason-lp-wrap-left h4 {
        font-size: 22px
    }

    .podcast-people-img img {
        width: 110px
    }

    .corporate-information-th {
        max-width: calc(22% - 30px)
    }

    .corporate-information-td {
        max-width: calc(78% - 30px)
    }

    .banner-txt-recruit-txt1 {
        font-size: 46px
    }

    #voices-recruit .title-en {
        font-size: 34px
    }

    #benefits-recruit .title-en {
        font-size: 32px
    }

    .application-flow-content-item {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .main-img {
        height:auto;
        object-fit: cover;
        margin-top: 90px
    }

    .main-content {
        padding: 0 15px
    }

    .btn-top {
        top: 44px
    }

    .top-search-wrap {
        width: 95%;
        bottom: 20px
    }

    .top-search-inner {
        flex-wrap: wrap;
        padding: 12px 15px;
        gap: 12px
    }

    .top-search-label {
        width: 100%;
        font-size: 14px
    }

    .top-search-select-wrapper {
        flex: 1;
        min-width: 0
    }

    .top-search-button {
        padding: 10px 20px;
        font-size: 14px
    }

    .contact-desc {
        text-align: left
    }

    .contact-form {
        width: 100%
    }

    .form-group p label {
        min-width: 100%
    }

    .main-content-text p {
        text-align: left
    }

    .main-content-text p.main-small {
        text-align: left;
        font-size: 22px
    }

    .premium-partners-item-img {
        max-width: 100%;
        margin: 0 0 20px
    }

    .premium-partners-item-text {
        max-width: 100%;
        margin: 0 0 60px;
        padding: 0 15px
    }

    .premium-partners-item-text2 {
        padding: 0 15px
    }

    .premium-partners-item:nth-child(even) .premium-partners-item-img,.premium-partners-item-img {
        order: 1
    }

    .premium-partners-item:nth-child(even) .premium-partners-item-text,.premium-partners-item-text {
        order: 2
    }

    .premium-partners-item-text .btn-pp {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: fit-content
    }

    .job-opening-item {
        width: 100%
    }

    .job-opening-item-table {
        min-height: auto
    }

    .blog-item {
        max-width: 100%;
        margin: 0 0 30px
    }

    .blog-item:nth-child(n+4) {
        display: none
    }

    .instagram-item {
        width: 100%
    }

    .footer-left {
        width: 100%
    }

    .footer-right {
        width: 100%
    }

    .footer-left1 {
        max-width: 100%;
        margin: 0 0 30px
    }

    .footer-left2 {
        max-width: 100%;
        margin: 0 0 30px
    }

    .ft-logo {
        text-align: center
    }

    .ft-menu1 {
        margin-left: 0
    }

    .ft-sns-wrap {
        text-align: center;
        margin-top: 40px
    }

    .premiun-partners-intro {
        text-align: left
    }

    .ft-menu1 ul li a .menu-en {
        font-size: 16px
    }

    .selection-articles-item {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto
    }

    .selection-articles-item-content1 {
        min-height: auto
    }

    .road24-item-img {
        margin-bottom: 20px
    }

    .road24-item-content-text {
        text-align: center
    }

    .main-img-lp {
        height: auto
    }

    .lp1-desc {
        text-align: left
    }

    .problem-solution-item-content {
        max-width: 100%!important;
        margin: 0 0 30px 0!important
    }

    .problem-solution-item-img {
        text-align: center
    }

    .problem-solution-item-content-text-title {
        text-align: center
    }

    .strategy2-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .strategy2-content {
        max-width: 100%;
        margin: 0 0 30px
    }

    .portal-table img {
        width: 1000px;
        max-width: 1000px
    }

    .scroll-hint-icon {
        position: absolute;
        top: 60px!important;
        width: 180px!important;
        min-height: 100px
    }

    .message-lp-wrap-content-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .message-lp-wrap-content-text {
        max-width: 100%
    }

    .change-box {
        max-width: 100%
    }

    .change-title1,.change-title2 {
        font-size: 24px
    }

    .change-content1-text {
        font-size: 16px
    }

    .who-item-content {
        max-width: 100%;
        margin: 0 0 30px
    }

    .plan-table {
        display: none
    }

    .plan-table-sp {
        display: block
    }

    .plan-btn .btn-black2 {
        margin-right: 0;
        margin-bottom: 20px
    }

    .plan-note {
        margin-top: -40px
    }

    .future-desc {
        text-align: left
    }

    .sp-show {
        display: inline-block
    }

    .sp-none {
        display: none
    }

    option.sp-show {
        display: block !important
    }

    option.sp-none {
        display: none !important
    }

    .contact-intro {
        text-align: left
    }

    .title-jp-lp:before,.title-jp-lp:after {
        width: 30px;
        display: none
    }

    .main-lp {
        margin-top: 40px
    }

    .strategy1-sns a {
        margin-bottom: 10px
    }

    .main-title-lp {
        width: 97%;
        font-size: 20px;
        padding: 10px 20px
    }

    .main-small-lp {
        font-size: 20px
    }

    .main-small-lp span {
        font-size: 28px
    }

    .badge-img-lp-sp {
        position: absolute;
        bottom: 20px;
        right: 10px
    }

    .lp1-title {
        font-size: 34px
    }

    .portal-table {
        display: none
    }

    .portal-table-sp {
        display: block
    }

    .banner-txt {
        font-size: 26px;
        text-align: left;
        padding: 0 15px;
		width: calc(100% - 30px);
    }
	
	 .blog-single-pg .banner-txt {
        text-align: center;
    }
	
	.wp-embedded-content {
		width: 100%;
	}

    .interview-introduction-content-item-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .interview-introduction-content-item-text {
        max-width: 100%
    }

    .behind-the-scenes-intro {
        text-align: left
    }

    .site-photos-flex {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        gap: 20px;
        padding-bottom: 50px
    }

    .site-photos-item {
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
        margin: 0 0 30px;
        position: relative
    }

    .slider__item-site-photos {
        height: 100%
    }

    .slider__item-site-photos>video {
        height: 100%;
        top: 0;
        border-radius: 10px
    }

    .vid-frame {
        height: 100%;
        max-height: unset
    }

    .scroll-indicator img {
        width: 40px;
        height: auto
    }

    .inside-field-company-intro {
        text-align: left
    }

    .inside-field-company-content-left {
        max-width: 100%;
        margin: 0 0 30px
    }

    .inside-field-company-content-right {
        max-width: 100%
    }

    table.tbl-inside tr td:first-child {
        width: 30%
    }

    .company-intro-content-desc {
        text-align: left
    }

    .company-table {
        flex-direction: column;
        gap: 0
    }

    .company-table-label {
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px
    }

    .company-table-content {
        width: 100%;
        flex: none
    }

    .company-intro-content-sns-box-title {
        font-size: 16px
    }

    .company-intro-content-sns-box-sns {
        flex-wrap: wrap
    }

    .company-intro-content-btn .btn-company {
        padding: 15px 20px
    }

    .partner-content {
        text-align: left
    }

    #secure .vid-frame {
        height: 100%
    }

    .membership-intro-title {
        text-align: left
    }

    .membership-intro-desc {
        text-align: left
    }

    .btn-partner1 {
        margin: 80px auto 20px
    }

    .btn-badge {
        top: -215%;
        left: 0
    }

    .qa-answer {
        flex-direction: column
    }

    .qa-answer-manager .qa-answer-label {
        margin-bottom: 10px
    }

    .btn-top2 {
        top: 115px
    }

    .banner-txt-profile-txt1 {
        font-size: 48px;
        line-height: 1.2em
    }

    .banner-txt-wrapper {
        top: 90px
    }

    .banner-txt-profile-txt4 {
        left: 50%;
        transform: translateX(-50%);
        top: -73%
    }

    .btn-top3 {
        position: relative;
        top: 80px
    }

    #secure .vid-frame,#tow-truck-crew-wanted .vid-frame,#message-president .vid-frame,#employee-interview .vid-frame {
        height: 100%
    }

    .my-interview-content {
        flex-direction: column
    }

    .my-interview-image {
        max-width: 100%
    }

    .my-interview-content-outer {
        max-width: 100%
    }

    .my-interview-content-inner {
        left: 0;
        padding: 0 15px
    }

    .my-interview-content-desc {
        text-align: left
    }

    .message-profile-item-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .message-profile-item-text {
        max-width: 100%
    }

    .advantages-torque-item-img {
        max-width: 100%
    }

    .advantages-torque-item-text {
        max-width: 100%
    }

    .advantages-torque-item:nth-child(even) .advantages-torque-item-img {
        order: 1
    }

    .advantages-torque-item:nth-child(even) .advantages-torque-item-text {
        order: 2
    }

    .about-torque-intro {
        text-align: left
    }

    table.tbl-about tr th {
        display: block
    }

    table.tbl-about tr td {
        display: block
    }

    .workplace-location-item-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .workplace-location-item-text {
        max-width: 100%
    }

    .benefits-item {
        width: 100%
    }

    .benefits-item-content {
        min-height: auto
    }

    #faq-box .q-txt {
        height: auto!important
    }

    .job-opening-item-table {
        min-height: auto
    }

    .reason-lp-wrap-left {
        max-width: 100%;
        margin: 0 0 30px
    }

    .reason-lp-wrap-right {
        max-width: 100%;
        margin: 0
    }

    .reason-lp-box-title h4 {
        font-size: 24px
    }

    .reason-lp-box-content p {
        font-size: 27px
    }

    .site-content-wrap-content {
        width: 100%
    }

    .site-content-wrap-content-text h4 {
        min-height: auto
    }

    .media-power-wrap-text {
        max-width: 100%;
        margin: 0;
        order: 2
    }

    .media-power-wrap-img {
        max-width: 100%;
        order: 1;
        margin: 0 0 30px
    }

    .place-search-img {
        max-width: 100%;
        margin: 0 0 30px
    }

    .place-search-text {
        max-width: 100%
    }

    .podcast-wrap-content {
        max-width: 100%;
        margin: 0;
        order: 2
    }

    .podcast-wrap-img {
        order: 1;
        max-width: 100%;
        margin: 0 0 30px
    }

    .plan-price-wrap-content {
        max-width: 100%;
        order: 2;
        margin: 0
    }

    .plan-price-wrap-img {
        order: 1;
        max-width: 100%;
        margin: 0 0 30px
    }

    .plan-banner-wrap-left {
        max-width: 100%;
        margin: 0 0 30px
    }

    .plan-banner-wrap-right {
        max-width: 100%;
        padding-left: 20px
    }

    .txt-center-left-sp {
        display: inline-block;
        text-align: left
    }

    .podcast-header h3 {
        font-size: 26px
    }

    .main-img-lp {
        margin-top: 0
    }

    table.tbl-portal tr td {
        text-align: left
    }

    .company-future-content-title {
        font-size: 28px
    }

    .company-mission-list-item {
        min-height: auto;
        width: 100%
    }

    .vision-content-left {
        max-width: 100%;
        margin: 0 0 30px;
        order: 2
    }

    .vision-content-right {
        max-width: 100%;
        margin: 0 0 30px;
        order: 1
    }

    .company-message-image {
        max-width: 100%;
        margin: 0 0 30px
    }

    .company-message-text {
        max-width: 100%;
        margin: 0
    }

    .corporate-information-th {
        max-width: 100%;
        margin: 0
    }

    .corporate-information-td {
        max-width: 100%;
        margin: 0
    }

    .corporate-information-list {
        margin-top: 25px
    }

    .promises-item {
        margin: 0 0 30px
    }

    .promises-item-left {
        max-width: 100%;
        margin: 0 0 30px
    }

    .promises-item-right {
        max-width: 100%;
        margin: 0 0 30px
    }

    .promises-intro {
        text-align: left
    }

    #new-project {
        background: url(//24road.jp/wp-content/themes/torque-theme/css/../images/lp/bg-project-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 1000px
    }

    #new-project .title-jp-lp {
        text-align: left;
        font-size: 24px
    }

    .new-project-content-footer {
        font-size: 22px
    }

    .banner-txt-recruit {
        margin-top: 20px
    }

    .banner-txt-recruit-txt1 {
        font-size: 28px
    }

    .banner-txt-recruit-txt2 {
        font-size: 18px
    }

    .banner-txt-recruit-badge-wrapper {
        margin-bottom: -40px
    }

    .banner-txt-recruit-badge-item {
        display: block;
        width: fit-content;
        margin-bottom: 10px
    }

    .btn-top-recruit1 {
        display: block;
        width: fit-content;
        margin-bottom: 20px
    }

    .worry-intro {
        text-align: left
    }

    .worry-banner-box {
        margin: 0;
        text-align: left
    }

    .worry-banner-deco--left {
        display: none
    }

    .worry-banner-deco--right {
        display: none
    }

    .why-roadside-service-intro {
        text-align: left
    }

    .job-content-intro {
        text-align: left
    }

    .dormitory-intro {
        text-align: left
    }

    .dormitory-item-content-info {
        padding: 14px 12px
    }

    .dormitory-item-content {
        gap: 8px
    }

    .dormitory-item-en {
        font-size: 16px
    }

    .dormitory-bottom-item-img-deco1 {
        display: none
    }

    .dormitory-bottom-item-img-deco2 {
        display: none
    }

    .dormitory-bottom-item-text {
        padding-top: 48px
    }

    .benefits-recruit-content-item1 {
        width: 100%
    }

    .benefits-recruit-content-item2 {
        width: 100%
    }

    .application-flow-intro {
        text-align: left
    }

    .application-flow-content-item-desc {
        text-align: center
    }

    .recruit-bottom-title {
        font-size: 30px
    }

    .recruit-bottom-intro {
        text-align: left
    }
}

@media screen and (max-width: 395px) {
    .road24-item-title {
        font-size:22px
    }

    .btn-badge {
        top: -222%;
        left: 0
    }

    .partner-content-btn a {
        padding: 15px 45px
    }

    .podcast-people-img img {
        width: 100px
    }

    .podcast-people-img img:last-child {
        margin-right: 0
    }

    .message-name,.message-title {
        font-size: 24px
    }

    .dormitory-item-content {
        padding: 16px 5px
    }

    .dormitory-bottom-item-text {
        font-size: 17px
    }

    .recruit-bottom-title {
        font-size: 26px
    }
}

@media screen and (max-width: 390px) {
    .br390 {
        display:inline-block
    }
}

@media screen and (min-width: 377px) and (max-width:385px) {
    .btn-badge {
        top:-150%;
        left: 0
    }

    .partner-content-btn a {
        padding: 15px 45px
    }
}

@media screen and (max-width: 376px) {
    .main-content-text p {
        font-size:28px
    }

    .lp1-title {
        font-size: 28px
    }

    .main-lp {
        margin-top: 80px
    }

    .main-img-lp {
        height: auto
    }

    table.tbl-inside tr td:first-child {
        width: 31%
    }

    .company-intro-content-sns-box-title {
        font-size: 14px;
        padding: 0 10px
    }

    .company-intro-content-btn .btn-company {
        font-size: 14px
    }

    .banner-txt-profile-txt4 {
        top: -73%
    }

    .banner-txt-profile-txt2 {
        font-size: 20px
    }

    .benefits-box-title {
        font-size: 16px
    }

    .partner-content-btn a {
        padding: 15px 40px
    }

    .btn-badge {
        top: -227%
    }

    .reason-lp-box-content p {
        font-size: 25px
    }

    .media-power-wrap-text h4 {
        font-size: 20px
    }

    .podcast-header h3 {
        font-size: 22px
    }

    .podcast-people-img img {
        width: 98px
    }

    .message-name,.message-title {
        font-size: 23px
    }

    .plan-price {
        font-size: 36px
    }

    .dormitory-item-en {
        font-size: 14px
    }

    .dormitory-item-ja {
        font-size: 13px
    }

    .dormitory-bottom-item-text {
        padding: 40px 10px 24px
    }

    #benefits-recruit .title-en {
        font-size: 30px
    }

    #application-flow .title-en {
        font-size: 23px
    }
}

@media screen and (max-width: 321px) {
    .main-content-text p {
        font-size:24px
    }

    .main-content-text p.main-small {
        font-size: 18px
    }

    .banner-txt {
        padding-left: 15px
    }

    .ft-sns-wrap {
        text-align: left;
        margin-left: 30px
    }

    .title-jp-lp:before,.title-jp-lp:after {
        width: 20px;
        display: none
    }

    .title-jp-lp:before {
        left: -30px
    }

    .title-jp-lp:after {
        right: -30px
    }

    .title-jp-lp2 {
        font-size: 36px
    }

    .title-en-lp2 {
        font-size: 80px
    }

    .lp1-title {
        font-size: 24px
    }

    .change-content1-icon {
        max-width: 20%
    }

    .change-content1-text {
        max-width: 80%
    }

    .main-title-lp {
        padding: 10px
    }

    .road24-item-title {
        font-size: 17px
    }

    .benefits-box-title {
        padding: 0 8px
    }

    .partner-content-btn a {
        padding: 15px 10px
    }

    .btn-badge {
        top: -215%
    }

    .reason-lp-box-content p {
        font-size: 20px
    }

    .media-power-wrap-text h4 {
        font-size: 18px
    }

    .podcast-header h3 {
        font-size: 19px
    }

    .podcast-people-img img {
        margin-bottom: 20px
    }

    .podcast-people-img img:last-child {
        margin-bottom: 0
    }

    .plan-price {
        font-size: 30px
    }

    .plan-price2 {
        font-size: 26px
    }

    .plan-banner-wrap-right {
        padding-left: 0
    }

    .company-future-content-title {
        font-size: 22px
    }

    .mission-content-title2 {
        font-size: 17px
    }

    .corporate-information-list {
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .form-group {
        flex-direction:column;
        align-items: flex-start
    }

    .form-group label {
        margin-bottom: 5px
    }

    .form-group .form-control {
        width: 100%
    }
}

@media (max-width: 767px) {
    .contact-form {
        width:88%
    }

    .form-group p label {
        margin-right: 0;
        min-width: 100%
    }

    .url_auto_custom {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        right: auto;
        display: block;
        min-width: 250px
    }

    .title-en {
        font-size: 28px
    }
}

.am-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1440px
}

.am-container.style2 {
    max-width: 1000px
}

.am-container.style3 {
    max-width: 1200px
}

.am-container.style5 {
    width: calc(100% - 120px)
}

.am-container.bg-grey {
    background: #f5f5f5
}

.am-flex {
    display: flex
}

.am-flex.wrap {
    flex-wrap: wrap
}

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

.am-flex.center {
    justify-content: center
}

.am-flex.vert-center {
    align-items: center
}

.am-flex.vert-stretch {
    align-items: stretch
}

.am-flex.vert-fl-end {
    align-items: flex-end
}

.am-col1 {
    width: calc(100% / 12)
}

.am-col2 {
    width: calc(100% / 12 * 2)
}

.am-col3 {
    width: calc(100% / 12 * 3)
}

.am-col4 {
    width: calc(100% / 12 * 4)
}

.am-col5 {
    width: calc(100% / 12 * 5)
}

.am-col6 {
    width: calc(100% / 12 * 6)
}

.am-col7 {
    width: calc(100% / 12 * 7)
}

.am-col8 {
    width: calc(100% / 12 * 8)
}

.am-col9 {
    width: calc(100% / 12 * 9)
}

.am-col10 {
    width: calc(100% / 12 * 10)
}

.am-col11 {
    width: calc(100% / 12 * 11)
}

.am-hide {
    display: none
}

.am-center {
    text-align: center
}

.am-sp {
    display: none
}

.am-pc {
    display: block
}

.am-modal__min-btn {
    border: unset;
    background: unset;
    margin: 0 auto;
    display: block
}

dialog.am-modal__max {
    width: 100%;
    height: 100%;
    border: unset;
    background: #0003
}

.am-modal__max-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: calc(100% - 80px);
    height: calc(100% - 120px);
    padding: 20px;
    border-radius: 10px
}

.am-modal__max-pix {
    width: calc(100% - 100px);
    height: calc(100% - 150px);
    overflow: auto;
    padding: 50px;
    box-shadow: 0 0 10px #8888 inset;
    border: 1px solid #888
}

.am-modal__max-pix>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto
}

.am-modal__max-pix.zoom>img {
    width: auto;
    height: auto;
    max-width: 200vw;
    max-height: 200vh
}

.am-modal__max-close.lp-btn {
    margin: 10px auto;
    display: block;
    padding: 10px;
    min-width: 140px
}

.am-modal__max-close.lp-btn:after {
    content: unset
}

.am-bg-pix>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
    top: unset;
    left: unset;
    height: auto
}

.am-bg-layout.style2 .am-bg-pix>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    height: auto
}

#sect-banner .am-bg-pix>img {
    object-position: right
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0
}

.sect-cont {
    padding: 80px 0
}

.sect-cont.style2 {
    padding: 60px 0
}

header {
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 0 0
}

.hdr__layout {
    height: 75px
}

.hdr__logo {
    margin: 0 auto 0 0
}

.hdr__logo>a>img {
    height: 85px;
    vertical-align: middle;
}

.hdr__navi-menu {
    display: block
}

.hdr__navi-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 10px 0 0;
    width: 450px
}

.hdr__navi-menu li {
    list-style: none;
    text-align: center;
    display: block;
    line-height: 1
}

.hdr__navi-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    padding: 15px;
    width: calc(100% - 30px);
    display: block;
    white-space: nowrap;
    font-size: 16px
}

.hdr__navi-menu li a span {
    margin-left: 10px;
    color: rgba(191,40,37,1);
    font-size: 15px;
    font-weight: 450
}

.hdr__navi-lang a {
    color: #ffff;
    text-decoration: none
}

.hdr__navi-lang a.active {
    color: blue
}

.hdr__logo a {
    color: #000;
    text-decoration: none
}

.btn-request {
    background: rgba(48,48,48,1)!important;
    color: #fff!important;
    padding: 8px 30px 8px 10px!important;
    border-radius: 5px!important;
    font-weight: 700!important;
    width: fit-content!important;
    text-align: center!important;
    position: relative;
    top: 5px
}

.btn-request img {
    height: 16px;
    margin-right: 10px
}

.btn-contact {
    background: rgba(250,204,21,1);
    color: #000;
    font-weight: 700!important;
    border-radius: 5px!important;
    width: fit-content!important;
    padding: 8px 30px 8px 10px!important;
    position: relative;
    top: 5px;
    margin-left: 20px
}

.btn-contact img {
    height: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.hdr__menu-btn {
    position: absolute;
    top: calc(90px / 2);
    right: 15px;
    border: 2px solid #000;
    background: 0 0;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    display: none
}

.hdr__menu-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.hdr__menu-btn-icon:before,.hdr__menu-btn-icon:after,.hdr__menu-btn-icon>span {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    margin: 8px 0;
    transition: .5s ease;
    opacity: 1
}

header.hdr__menu--show {
    height: 100vh;
    overflow: auto
}

.bnr__pix>video {
    width: 100%;
    height: auto
}

.bnr__ov {
    position: absolute;
    bottom: 25px;
    right: 10px
}

@media screen and (max-width: 1024px) {
    .af-topgap {
        height:70px
    }

    .hdr__menu-btn {
        display: block
    }

    header {
        position: fixed;
        z-index: 5;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0
    }

    header .am-container {
        width: 100%
    }

    .hdr__logo>a {
        display: block;
        position: absolute;
        top: 50px;
        width: calc(100% - 70px);
        text-align: left;
        transform: translateY(-50%);
    }

    .hdr__logo img {
        width: auto;
        height: 50px
    }

    .hdr__layout {
        display: block;
        height: auto;
        width: 100%;
        position: relative
    }

    .hdr__logo {
        text-align: center;
        height: 90px
    }

    .hdr__navi {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s linear;
        flex-wrap: wrap
    }

    .hdr__navi-cont {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        min-height: max(710px, calc(100vh - 125px))
    }

    .hdr__navi-menu {
        position: relative;
        margin: 0;
        width: calc(100% - 1px)
    }

    .hdr__navi-menu-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .hdr__navi-menu {
        display: block;
        position: relative;
        z-index: 2
    }

    .hdr__navi-menu li,.hdr__navi-menu li:last-child {
        border: solid #000;
        border-width: 1px 0 0
    }

    .hdr__navi-menu li:last-child {
        border: solid #000;
        border-width: 1px 0
    }

    .hdr__navi-menu li a,.hdr__navi-menu li:last-child a {
        padding: 30px 0;
        color: #000;
        font-weight: 400;
        width: 100%;
        text-align: center;
        font-size: 20px
    }

    .hdr__navi-btn-cont .hdr__navi-btn:last-child,.hdr__navi-btn-cont .hdr__navi-btn:first-child {
        border-radius: 25px;
        display: block;
        margin: 50px auto 10px;
        font-size: 16px
    }

    .hdr__navi-lang {
        position: absolute;
        top: 60px;
        transform: translateY(-50%);
        right: 80px
    }

    .hdr__navi-btn-cont .hdr__navi-btn:last-child {
        margin: 0 auto
    }

    .hdr__navi-btn-cont {
        text-align: center
    }

    .hdr__menu--show .hdr__menu-btn-icon>span {
        opacity: 0
    }

    .hdr__menu--show .hdr__menu-btn-icon:before {
        transform: translateY(10px) rotate(225deg)
    }

    .hdr__menu--show .hdr__menu-btn-icon:after {
        transform: translateY(-10px) rotate(-225deg)
    }

    .hdr__menu--show .hdr__navi {
        max-height: 1000px
    }

    header .ftr__cont {
        display: block
    }

    .hdr__ftr.ftr__cont {
        padding: 30px 0 0;
        min-height: calc(100vh - 461px);
        display: flex;
        flex-direction: column
    }

    .hdr__ftr .ftr__socmed {
        padding: 0 10px
    }

    .hdr__ftr .ftr__addr {
        margin: auto 20px 30px;
        text-align: center;
        display: none
    }

    .hdr__ftr .ftr__socmed-link {
        text-align: center;
        width: calc(50% - 25px);
        margin: 0 10px 20px;
        padding: 5px 0
    }

    .hdr__ftr .ftr__cpright {
        margin: auto 0 0;
        padding: 15px 0
    }

    .btn-contact,.btn-request {
        margin: 30px auto
    }
}

.faq-wrap {
    margin: 0 auto
}

.faq-item {
    overflow: hidden;
    cursor: pointer;
    margin: 0
}

.faq-question {
    background: #fce8e8;
    border: 1px solid #fce8e8;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: all .3s ease
}

.faq-question:hover {
    background: #f5d5d5
}

.faq-q-icon {
    background: #e08c8c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0
}

.faq-question-text {
    flex: 1;
    line-height: 1.5
}

.faq-toggle {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
    flex-shrink: 0
}

.faq-answer {
    background: #fff;
    border-left: 1px solid #fce8e8;
    border-right: 1px solid #fce8e8;
    border-bottom: 1px solid #fce8e8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.faq-answer-content {
    padding: 20px;
    display: flex;
    align-items: flex-start
}

.faq-a-icon {
    background: #fff;
    color: #e08c8c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e08c8c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px
}

.faq-answer-text {
    flex: 1;
    line-height: 1.8;
    color: #000;
    font-size: 16px
}

.faq-item.active .faq-toggle {
    transform: rotate(0deg)
}

.faq-item:not(.active) .faq-toggle {
    transform: rotate(0deg)
}

span.faq-toggle {
    color: rgba(205,116,116,1)
}

@media screen and (max-width: 768px) {
    .faq-question {
        padding:15px;
        font-size: 15px
    }

    .faq-answer-content {
        padding: 15px
    }

    .faq-q-icon,.faq-a-icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin-right: 10px
    }

    .faq-answer-text {
        font-size: 14px
    }
}

@media screen and (max-width: 480px) {
    .faq-question {
        padding:12px;
        font-size: 14px
    }

    .faq-answer-content {
        padding: 12px
    }

    .faq-question-text {
        line-height: 1.4
    }
}

#faq-box {
    border: solid rgba(76,76,76,.8);
    border-width: 2px 2px 0
}

#faq-box .q-txt {
    border-bottom: 1px solid rgba(76,76,76,.8)
}

#faq-box .q-txt2 {
    border-bottom: 1px solid rgba(76,76,76,.8)
}

#faq-box .a-txt {
    background: #fff;
    border-bottom: 1px solid rgba(76,76,76,.8)
}

#faq-box .q-txt,#faq-box .a-txt {
    position: relative;
    color: #000
}

#faq-box .q-txt:before,#faq-box .a-txt:before {
    position: absolute;
    left: 15px;
    width: 60px;
    text-align: center
}

#faq-box .q-txt {
    font-size: 16px;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
    margin: 0;
    background: rgba(76,76,76,.8);
    color: #fff;
    display: flex;
    align-items: center
}

#faq-box .q-txt:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(250,204,21,1);
    border-right: solid 2px rgba(250,204,21,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box .q-txt.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box .q-txt2,#faq-box .a-txt {
    position: relative;
    color: #000
}

#faq-box .q-txt2 {
    font-size: 18px;
    padding: 20px 50px 20px 30px;
    cursor: pointer;
    letter-spacing: .05em;
    margin: 0;
    background: #e7f6f8;
    color: rgba(129,36,43,1)
}

#faq-box .q-txt2:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(129,36,43,1);
    border-right: solid 2px rgba(129,36,43,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box .q-txt2.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box .a-txt .inner {
    padding: 20px 30px;
    background: #000
}

#faq-box .a-txt p,#faq-box .a-txt ul,#faq-box .a-txt ol {
    font-size: 15px;
    line-height: 1.8em
}

#faq-box .a-txt ul,#faq-box .a-txt ol {
    margin-left: 24px
}

#faq-box .a-txt ul {
    list-style: disc
}

#faq-box .a-txt ol {
    list-style: decimal
}

#faq-box .a-txt p+p {
    margin-top: 15px
}

#faq-box .a-txt a {
    color: #0101df;
    box-shadow: 0 1px 0 currentColor
}

#faq-box2 {
    border: solid rgba(191,40,38,1)
}

#faq-box2 .q-txt {
    border-bottom: 1px solid rgba(142,2,0,1)
}

#faq-box2 .a-txt {
    background: rgba(0,0,0,1);
    color: #fff;
    border-bottom: 1px solid rgba(142,2,0,1)
}

#faq-box2 .q-txt,#faq-box2 .a-txt {
    position: relative;
    color: #000
}

#faq-box2 .q-txt:before,#faq-box2 .a-txt:before {
    position: absolute;
    left: 15px;
    width: 60px;
    text-align: center
}

#faq-box2 .q-txt {
    font-size: 16px;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
    margin: 0;
    background: rgba(255,255,255,1);
    color: #000;
    display: flex;
    align-items: center
}

#faq-box2 .q-txt:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(191,40,37,1);
    border-right: solid 2px rgba(191,40,37,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box2 .q-txt.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box2 .q-txt2,#faq-box2 .a-txt {
    position: relative;
    color: #000
}

#faq-box2 .q-txt2 {
    font-size: 18px;
    padding: 20px 50px 20px 30px;
    cursor: pointer;
    letter-spacing: .05em;
    margin: 0;
    background: #e7f6f8;
    color: rgba(129,36,43,1)
}

#faq-box2 .q-txt2:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(129,36,43,1);
    border-right: solid 2px rgba(129,36,43,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box2 .q-txt2.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box2 .a-txt .inner {
    padding: 20px 30px;
    background: #000
}

#faq-box2 .a-txt p,#faq-box2 .a-txt ul,#faq-box2 .a-txt ol {
    font-size: 15px;
    line-height: 1.8em
}

#faq-box2 .a-txt ul,#faq-box2 .a-txt ol {
    margin-left: 24px
}

#faq-box2 .a-txt ul {
    list-style: disc
}

#faq-box2 .a-txt ol {
    list-style: decimal
}

#faq-box2 .a-txt p+p {
    margin-top: 15px
}

#faq-box2 .a-txt a {
    color: #0101df;
    box-shadow: 0 1px 0 currentColor
}

#faq-box2 span.qnum {
    font-family: 'A-OTF Ryumin Pro';
    font-size: 25px;
    font-weight: 700;
    color: rgba(191,40,37,1);
    padding: 15px 10px;
    margin-right: 20px
}

#faq-box3 {
    border: solid rgba(191,40,38,1)
}

#faq-box3 .q-txt {
    border-bottom: 1px solid rgba(142,2,0,1)
}

#faq-box3 .a-txt {
    background: rgba(0,0,0,1);
    color: #fff;
    border-bottom: 1px solid rgba(142,2,0,1)
}

#faq-box3 .q-txt,#faq-box3 .a-txt {
    position: relative;
    color: #000
}

#faq-box3 .q-txt:before,#faq-box3 .a-txt:before {
    position: absolute;
    left: 15px;
    width: 60px;
    text-align: center
}

#faq-box3 .q-txt {
    font-size: 16px;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
    margin: 0;
    background: rgba(255,255,255,1);
    color: #000;
    display: flex;
    align-items: center
}

#faq-box3 .q-txt:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(191,40,37,1);
    border-right: solid 2px rgba(191,40,37,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box3 .q-txt.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box3 .q-txt2,#faq-box3 .a-txt {
    position: relative;
    color: #000
}

#faq-box3 .q-txt2 {
    font-size: 18px;
    padding: 20px 50px 20px 30px;
    cursor: pointer;
    letter-spacing: .05em;
    margin: 0;
    background: #e7f6f8;
    color: rgba(129,36,43,1)
}

#faq-box3 .q-txt2:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px rgba(129,36,43,1);
    border-right: solid 2px rgba(129,36,43,1);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    transition: all .3s;
    -webkit-transition: all .3s
}

#faq-box3 .q-txt2.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

#faq-box3 .a-txt .inner {
    padding: 20px 30px;
    background: #000
}

#faq-box3 .a-txt p,#faq-box3 .a-txt ul,#faq-box3 .a-txt ol {
    font-size: 15px;
    line-height: 1.8em
}

#faq-box3 .a-txt ul,#faq-box3 .a-txt ol {
    margin-left: 24px
}

#faq-box3 .a-txt ul {
    list-style: disc
}

#faq-box3 .a-txt ol {
    list-style: decimal
}

#faq-box3 .a-txt p+p {
    margin-top: 15px
}

#faq-box3 .a-txt a {
    color: #0101df;
    box-shadow: 0 1px 0 currentColor
}

#faq-box3 span.qnum {
    font-family: 'A-OTF Ryumin Pro';
    font-size: 25px;
    font-weight: 700;
    color: rgba(191,40,37,1);
    padding: 15px 10px;
    margin-right: 20px
}

span.qnum {
    font-size: 25px;
    font-weight: 700;
    color: rgba(250,204,21,1);
    padding: 15px 10px;
    margin-right: 20px
}

span.anum {
    font-size: 25px;
    font-weight: 700;
    color: rgba(250,204,21,1);
    padding: 15px 10px
}

span.answer {
    position: relative;
    left: 0;
    display: block;
    top: -30px;
    line-height: 1.8em;
    padding-left: 10px;
    margin-bottom: -30px;
    font-size: 16px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .faq-wrapper {
        padding:20px 0 40px
    }

    #faq-box .q-txt:before,#faq-box .a-txt:before {
        left: 10px;
        font: normal 26px/1 'Noto Serif JP',serif;
        width: 30px
    }

    #faq-box .q-txt:before {
        top: 15px
    }

    #faq-box .a-txt:before {
        top: 15px
    }

    #faq-box .q-txt {
        font-size: 16px;
        margin: 0;
        padding: 15px 30px 15px 50px
    }

    #faq-box .q-txt:after {
        right: 15px
    }

    #faq-box .q-txt.active:after {
        margin-top: -3px
    }

    #faq-box .a-txt .inner {
        padding: 15px 20px 15px 50px
    }

    #faq-box .a-txt p,#faq-box .a-txt ul,#faq-box .a-txt ol {
        font-size: 14px;
        line-height: 1.8em
    }

    #faq-box .a-txt p+p {
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    #faq-box .q-txt {
        padding:15px 30px 15px 15px;
        line-height: 2.4em;
        height: 95px
    }

    span.question {
        position: relative;
        left: 0;
        display: block;
        top: 0;
        font-size: 16px;
        padding-left: 0;
        line-height: 1.8em
    }

    span.question-b {
        display: block;
        padding-left: 47px;
        position: relative;
        top: -40px
    }

    #faq-box .a-txt .inner {
        padding: 15px;
        text-align: justify
    }
}

img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram #sbi_images,#sb_instagram.sbi_fixed_height {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#sb_instagram:after,.sbi_lb-commentBox:after,.sbi_lb-data:after,.sbi_lb-dataContainer:after,.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

#sb_instagram #sbi_images {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    padding: 12px 0
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none
}

#sb_instagram .sbi_header_link:hover,.sbi_lightbox a img {
    border: none
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom:1;margin: 0!important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0
}

#sb_instagram.sbi_col_1 #sbi_images,#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1,1fr)
}

#sb_instagram.sbi_col_2 #sbi_images,#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2,1fr)
}

#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3,1fr)
}

#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4,1fr)
}

#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5,1fr)
}

#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6,1fr)
}

#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7,1fr)
}

#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8,1fr)
}

#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9,1fr)
}

#sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10,1fr)
}

#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_photo_wrap {
    position: relative
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    vertical-align: middle
}

#sb_instagram .sbi_no_js img,#sb_instagram br,#sb_instagram p:empty,#sb_instagram.sbi_no_js .sbi_load_btn,#sb_instagram.sbi_no_js .sbi_photo img {
    display: none
}

#sb_instagram a,#sb_instagram a:active,#sb_instagram a:focus,#sb_instagram a:hover,.sbi_lightbox a:active,.sbi_lightbox a:focus,.sbi_lightbox a:hover {
    outline: 0
}

#sb_instagram img {
    display: block;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%!important;
    opacity: 1!important
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom:1}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px
}

#sb_instagram .sbi_link a:focus,#sb_instagram .sbi_link a:hover {
    text-decoration: underline
}

#sb_instagram .sbi_photo_wrap:focus .sbi_link,#sb_instagram .sbi_photo_wrap:hover .sbi_link {
    display: block
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block
}

#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .sbi_playbtn,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel .fa-clone {
    display: block!important;
    position: absolute;
    z-index: 1;
    color: rgba(255,255,255,.9);
    font-style: normal!important;
    text-shadow: 0 0 8px rgba(0,0,0,.8)
}

#sb_instagram .sbi_type_carousel .sbi_playbtn,#sb_instagram .sbi_type_video .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,.3)
}

#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,.sbi_type_carousel svg.fa-clone {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4))
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: rgba(0,0,0,.5);
    border-radius: 100%;
    -webkit-animation: 1s ease-in-out infinite sbi-sk-scaleout;
    animation: 1s ease-in-out infinite sbi-sk-scaleout
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

#sb_instagram .fa-spin,#sbi_lightbox .fa-spin {
    -webkit-animation: 2s linear infinite fa-spin;
    animation: 2s linear infinite fa-spin
}

#sb_instagram .fa-pulse,#sbi_lightbox .fa-pulse {
    -webkit-animation: 1s steps(8) infinite fa-spin;
    animation: 1s steps(8) infinite fa-spin
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.sbi-screenreader {
    text-indent: -9999px!important;
    display: block!important;
    width: 0!important;
    height: 0!important;
    line-height: 0!important;
    text-align: left!important;
    overflow: hidden!important
}

#sb_instagram .sb_instagram_header,.sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0
}

#sb_instagram .sb_instagram_header a,.sb_instagram_header a {
    transition: color .5s;
    text-decoration: none
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.75)
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear,color .6s linear;
    -moz-transition: background .6s linear,color .6s linear;
    -o-transition: background .6s linear,color .6s linear;
    transition: background .6s linear,color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear,color .2s linear;
    -moz-transition: background .2s linear,color .2s linear;
    -o-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear
}

@media all and (min-width: 480px) {
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,.sb_instagram_header.sbi_medium .sbi_header_img,.sb_instagram_header.sbi_medium .sbi_header_img img {
        width:80px;
        height: 80px;
        border-radius: 50%
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
        font-size: 14px
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_medium .sbi_header_text h3 {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,.sb_instagram_header.sbi_large .sbi_header_img,.sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,.sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,.sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
        font-size: 16px
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img,.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.75);
    z-index: 2;
    transition: opacity .4s ease-in-out
}

#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden
}

#sb_instagram .sb_instagram_header .sbi_fade_in,.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity .2s ease-in-out
}

#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition,.sb_instagram_header a:focus .sbi_header_img_hover,.sb_instagram_header a:hover .sbi_header_img_hover,.sbi_lb-nav a.sbi_lb-next:hover,.sbi_lb-nav a.sbi_lb-prev:hover {
    opacity: 1
}

#sb_instagram .sb_instagram_header .sbi_header_text,.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px
}

#sb_instagram .sb_instagram_header h3,.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0
}

#sb_instagram .sb_instagram_header p,.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px!important
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: .5s ease-in
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px
}

#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a,.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom:1;padding: 7px 14px;
    margin: 5px auto 0;
    background: #333;
    text-decoration: none;
    line-height: 1.5
}

#sb_instagram .sbi_load_btn .sbi_btn_text,#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: .1s ease-in
}

#sb_instagram .sbi_hidden {
    opacity: 0!important
}

#sb_instagram #sbi_load .sbi_load_btn,#sb_instagram .sbi_follow_btn a {
    border: none;
    color: #fff;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .1s ease-in
}

.sbi_lb-nav a.sbi_lb-next,.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom:1;text-align: center
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff
}

#sb_instagram #sbi_load .sbi_load_btn:focus,#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: 0;
    box-shadow: inset 0 0 20px 20px rgba(255,255,255,.25)
}

#sb_instagram .sbi_follow_btn a:focus,#sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 20px #359dff
}

#sb_instagram #sbi_load .sbi_load_btn:active,#sb_instagram .sbi_follow_btn a:active {
    box-shadow: inset 0 0 10px 20px rgba(0,0,0,.3)
}

#sb_instagram .sbi_follow_btn .fa,#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#sbi_mod_error br {
    display: initial!important
}

#sbi_mod_error p {
    padding: 5px 0!important;
    margin: 0!important;
    line-height: 1.3!important
}

#sbi_mod_error ol,#sbi_mod_error ul {
    padding: 5px 0 5px 20px!important;
    margin: 0!important
}

#sbi_mod_error li {
    padding: 1px 0!important;
    margin: 0!important
}

#sbi_mod_error span {
    font-size: 12px
}

#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_medium .sbi_playbtn {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px
}

#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play,#sb_instagram.sbi_small .sbi_playbtn {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px
}

@media all and (max-width: 640px) {
    #sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns:repeat(2,1fr)
    }

    #sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_9 #sbi_images {
        grid-template-columns: repeat(4,1fr)
    }

    #sb_instagram.sbi_width_resp {
        width: 100%!important
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0!important
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: rgba(0,0,0,.1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: rgba(0,0,0,.15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

#sb_instagram.sbi_palette_dark,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_dark {
    background-color: rgba(0,0,0,.85);
    color: rgba(255,255,255,.75)
}

#sb_instagram.sbi_palette_dark .sbi_caption,#sb_instagram.sbi_palette_dark .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_dark,.sbi_header_palette_dark .sbi_bio {
    color: rgba(255,255,255,.75)
}

#sb_instagram.sbi_palette_dark .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_dark a {
    color: #fff
}

#sb_instagram.sbi_palette_light,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,.sbi_header_outside.sbi_header_palette_light {
    color: rgba(0,0,0,.85);
    background-color: rgba(255,255,255,.75)
}

#sb_instagram.sbi_palette_light .sbi_caption,#sb_instagram.sbi_palette_light .sbi_meta,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,.sbi_header_palette_light,.sbi_header_palette_light .sbi_bio {
    color: rgba(0,0,0,.85)
}

#sb_instagram.sbi_palette_light .sbi_expand a,#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,.sbi_header_palette_light a {
    color: #000
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns:repeat(10,1fr)
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9,1fr)
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8,1fr)
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7,1fr)
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6,1fr)
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5,1fr)
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4,1fr)
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3,1fr)
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2,1fr)
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr
    }
}

@media all and (max-width: 480px) {
    #sb_instagram.sbi_col_10 #sbi_images,#sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_3 #sbi_images,#sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_4 #sbi_images,#sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_5 #sbi_images,#sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_6 #sbi_images,#sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_7 #sbi_images,#sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_8 #sbi_images,#sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_col_9 #sbi_images,#sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,#sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns:1fr
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2,1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3,1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4,1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5,1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6,1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7,1fr)
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8,1fr)
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9,1fr)
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10,1fr)
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none!important
}

body:after {
    content: url(//24road.jp/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png);
    display: none
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
    opacity: .9;
    display: none
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sbi_lb-container-wrapper {
    height: 100%
}

.sbi_lb-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(//24road.jp/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat
}

.sbi_lb-container>.nav {
    left: 0
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: 0;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.sbi_lb-next,.sbi_lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.sbi_lb-nav a.sbi_lb-prev {
    left: -70px;
    float: left;
    transition: opacity .2s
}

.sbi_lb-nav a.sbi_lb-next {
    right: -70px;
    float: right;
    transition: opacity .2s
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0;
    background: url(//24road.jp/wp-content/plugins/instagram-feed/css/../img/sbi-sprite.png) no-repeat
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px!important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block!important;
    width: 100%;
    margin-top: 20px;
    padding: 4px
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block!important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: 700;
    text-decoration: none
}

.sbi_lb-commenter:hover,.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lb-data .sbi_lb-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px
}

#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username {
    color: #333
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: 700;
    font-size: 13px
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px;
    font-size: 12px;
    color: #999
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    opacity: 1;
    color: #fff
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: auto
}

.sbi-feed-block-cta,.sbi-feed-block-cta-img-ctn {
    width: 100%!important;
    position: relative!important
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative!important
}

.sbi_lb-container {
    padding: 0
}

.sbi-feed-block-cta {
    border: 1px solid #e8e8eb!important;
    border-radius: 2px!important;
    text-align: center!important
}

.sbi-feed-block-cta-img-ctn {
    float: left!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin-top: 50px!important;
    margin-bottom: 35px!important
}

.sbi-feed-block-cta-img {
    width: 65px!important;
    height: 65px!important;
    position: relative!important;
    border: 2px solid #dcdde1!important;
    border-radius: 16px!important;
    -webkit-transform: rotate(-3deg)!important;
    transform: rotate(-3deg)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important
}

.sbi-feed-block-cta-img span svg {
    float: left!important
}

.sbi-feed-block-cta-img>* {
    -webkit-transform: rotate(3deg)!important;
    transform: rotate(3deg)!important
}

.sbi-feed-block-cta-logo {
    position: absolute!important;
    right: -15px!important;
    bottom: -19px!important;
    z-index: 1!important
}

.sbi-feed-block-cta-heading {
    font-size: 19px!important;
    padding: 0!important;
    margin: 0 0 30px!important;
    display: inline-block!important;
    width: 100%!important;
    font-weight: 700!important;
    line-height: 1.4em!important
}

.sbi-feed-block-cta-btn {
    background: #0068a0!important;
    border-radius: 2px!important;
    padding: 8px 20px 8px 38px!important;
    cursor: pointer!important;
    color: #fff!important;
    position: relative!important;
    margin-bottom: 30px!important
}

.sbi-feed-block-cta-btn:after,.sbi-feed-block-cta-btn:before {
    content: ''!important;
    position: absolute!important;
    width: 2px!important;
    height: 12px!important;
    background: #fff!important;
    left: 20px!important;
    top: 14px!important
}

.sbi-feed-block-cta-btn:after {
    -webkit-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important
}

.sbi-feed-block-cta-desc {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 20px!important;
    background: #f9f9fa!important;
    border-top: 1px solid #e8e8eb!important;
    margin-top: 35px!important;
    flex-direction: column!important
}

.sbi-feed-block-cta-desc strong {
    color: #141b38!important;
    font-size: 16px!important;
    font-weight: 600!important;
    margin-bottom: 8px!important
}

.sbi-feed-block-cta-desc span {
    color: #434960!important;
    font-size: 14px!important;
    line-height: 1.5em!important;
    padding: 0 20%!important
}

.sbi-feed-block-cta-desc span a,.sbi-feed-block-cta-selector span a {
    text-transform: capitalize!important;
    text-decoration: underline!important;
    font-weight: 600!important
}

.sbi-feed-block-cta-selector {
    width: 100%!important;
    padding: 0 20%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column!important;
    margin-bottom: 45px!important
}

.sbi-feed-block-cta-feedselector {
    border: 1px solid #d0d1d7!important;
    padding: 8px 16px!important;
    margin-bottom: 15px!important;
    max-width: 100%!important;
    min-width: 400px!important
}

.sbi-feed-block-cta-selector span {
    color: #2c324c!important
}

.sbi-feed-block-cta-selector span a:after {
    color: #2c324c!important;
    margin-left: 2px!important;
    font-weight: 400!important;
    text-decoration-color: #fff!important
}

.sbi-feed-block-cta-selector span a:first-of-type:after {
    content: ','!important
}

.sbi-feed-block-cta-selector span a:nth-of-type(2):after {
    content: 'or'!important;
    margin-left: 5px!important;
    margin-right: 2px!important
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    content: ''!important;
    height: 16px!important;
    font-variant: normal!important;
    background-position: center center!important;
    background-repeat: no-repeat!important
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A")
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A")
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    border: none;
    color: #fff;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:after,.et-db #et-boc .et-l .et_pb_module .sbi-feed-block-cta-btn:before {
    top: 10px!important
}

img.wp-smiley,img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:root {
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122,0,223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0,124,186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0,107,160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0,90,135;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution: 192dpi) {
    :root {
        --wp-admin-border-width-focus:1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.has-fit-text {
    white-space: nowrap!important
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

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

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0px
    }
}

h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-spacer {
    clear: both
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

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

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table.is-style-stripes {
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>* {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px #fff,6px 6px #000;
    --wp--preset--shadow--crisp: 6px 6px 0px #000
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flex {
    display: flex
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

.is-layout-flex>:is(*,div) {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

.is-layout-grid>:is(*,div) {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 .hidden-fields-container {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

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

.wpcf7-list-item-label:before,.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.blog_wrap {
    padding: 60px 80px;
    margin: 60px auto;
    max-width: 1280px
}

.blog-header {
    position: relative;
    background-color: inherit;
    box-shadow: none;
    z-index: 0
}

.main-blog-ct {
    background-color: #fff;
    width: 68%;
    margin-right: 2%;
    float: left
}

.mgb-30 {
    margin-bottom: 30px
}

.header-blog {
    position: relative;
    font-weight: 700;
    color: #555;
    line-height: 140%;
    border-bottom: 3px solid #38393c;
    font-size: 26px;
    text-align: left
}

.header-blog:after {
    border-bottom: 3px solid #38393c
}

.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef
}

.list-posts .post a {
    display: flex;
    flex-wrap: wrap
}

.blog-photo {
    width: 25%;
    float: left
}

.blog-photo img {
    height: 150px;
    width: 100%;
    object-fit: cover
}

.list-posts .post a .info {
    width: 100%;
    padding-left: 15px
}

.info {
    font-size: 16px;
    line-height: 160%
}

.info div {
    line-height: 160%
}

.info .info-title {
    font-weight: 700;
    font-size: 18px
}

.info .date {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0
}

.info .excerpt {
    font-weight: 400
}

h2.widgettitle {
    font-size: 24px;
    color: #555;
    padding: 5px;
    border-bottom: 3px solid #38393c;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px
}

.sidebar {
    padding: 0 15px;
    margin-top: -20px;
    width: 30%;
    float: left
}

.sidebar-wrap {
    padding: 17px 10px 30px;
    background-color: #fff
}

.sidebar ul {
    list-style-type: none
}

.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0
}

.sidebar ul li a {
    color: #000
}

.sidebar ul li:first-child {
    padding-top: 0
}

.single img {
    max-width: 100%;
    height: auto
}

.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0
}

.single-ct p {
    line-height: 160%
}

.single-ct strong {
    font-weight: bolder
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

.pagination {
    display: flex;
    justify-content: center;
    font-weight: 700
}

.pagination .page-numbers {
    padding: 7px 15px
}

.pagination .current {
    background-color: #38393c;
    color: #fff
}

.clear {
    clear: both
}

#useful-information {
    padding: max(4.2vw, 60px) 0;
    color: #000
}

#useful-information-list {
    margin: 0 auto;
    padding: 0 15px 80px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/../images/bg-info.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%
}

.useful-information-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    max-width: 1460px;
    margin: 0 auto;
    gap: 20px
}

.useful-information-item {
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
    color: #000;
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(217,217,217,1);
    box-shadow: 2px 4px 4px rgba(0,0,0,.2)
}

.useful-information-item2 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 30px;
    border: 1px solid #000;
    box-sizing: border-box
}

.useful-information-item:last-child {
    margin-right: 0
}

.useful-information-item2 a {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item2 a:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.useful-information-item-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 323/200;
    object-fit: cover
}

.useful-information-item-img {
    padding: 0 15px
}

.useful-information-item2 .useful-information-item-img {
    padding: 0
}

.useful-information-item-content {
    margin-top: 10px
}

.useful-information-details {
    padding: 0 10px;
    color: rgba(51,51,51,1);
    font-size: 16px
}

.useful-information-main {
    margin-top: 40px
}

.useful-information-sidebar {
    margin-top: -40px
}

.useful-information-pagination {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px
}

.useful-information-pagination a.page-numbers {
    border: 1px solid rgba(191,40,37,1);
    color: rgba(51,51,51,1);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none
}

.useful-information-pagination a.page-numbers:hover {
    background: rgba(191,40,37,1);
    color: #fff
}

.useful-information-pagination .page-numbers.current {
    border: 1px solid rgba(191,40,37,1);
    background: rgba(191,40,37,1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none
}

.useful-information-pagination .page-numbers {
    margin-right: 10px
}

.useful-information-item-readmore {
    margin-top: 10px
}

.useful-information-item-readmore a {
    color: rgba(51,51,51,1)
}

.useful-information-item-readmore a:hover {
    color: rgba(191,40,37,1);
    text-decoration: none
}

.useful-information-item-readmore a img {
    margin-left: 5px;
    position: relative;
    top: -2px;
    width: 24px
}

.sidebar-item {
    margin-top: 40px;
    border: 1px solid #000;
    padding: 20px;
    background: #fff
}

.sidebar-item-content-wrap {
    list-style: none;
    padding-left: 0
}

.sidebar-item-title {
    position: relative;
    font-size: 21px;
    color: rgba(51,51,51,1)
}

.sidebar-item-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #000
}

.sidebar-item-list {
    margin-bottom: 0;
    padding-left: 0
}

.sidebar-item-list>li {
    list-style: none
}

.sidebar-banner img {
    width: 100%
}

.sidebar-item-content-item {
    display: flex;
    flex-wrap: wrap;
    color: rgba(51,51,51,1);
    border-bottom: 1px solid rgba(182,182,182,1);
    padding-top: 30px
}

.sidebar-item-content-item:hover {
    color: rgba(242,89,133,1);
    text-decoration: none
}

.sidebar-item-content-item-img {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0
}

.sidebar-item-content-item-img img {
    width: 100%;
    aspect-ratio: 323/200;
    object-fit: cover
}

.sidebar-item-content-item-title {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0
}

.post-title {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.post-date {
    font-weight: 700;
    margin: 10px 0 60px
}

.post-date a {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.post-date a:hover {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.post-image img {
    width: 100%
}

.post-content {
    margin-top: 60px
}

.table-contents {
    margin-top: 60px;
    border: 1px solid #000;
    background: #fff;
    padding: 30px;
    color: rgba(51,51,51,1)
}

.table-contents h3 {
    text-align: center
}

.table-contents h3 {
    font-size: 24px;
    font-weight: 700
}

.tabel-contents-item {
    margin-top: 40px
}

.tabel-contents-item a {
    display: block;
    color: rgba(51,51,51,1);
    line-height: 2.4em
}

.tabel-contents-item a:hover {
    text-decoration: none;
    color: rgba(51,51,51,1)
}

.post-content-body {
    margin-top: 80px
}

.post-content-body-title h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.post-content-body h3 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 36px
}

.post-content-body h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.post-content-body h4 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.post-content-body h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    right: -4px;
    height: .5em;
    background-color: rgba(255,0,0,.2);
    z-index: -1
}

.post-content-body-article {
    margin-top: 30px
}

.post-content-body a {
    text-decoration: underline
}

.related-article {
    margin-top: 80px;
    border: 3px solid #000;
    position: relative;
    min-height: 150px
}

.related-title {
    position: absolute;
    left: 40px;
    top: -40px
}

.related-title h3 {
    color: #000;
    font-size: 20px;
    text-align: left;
    background: #fff;
    padding: 0 10px
}

.related-title h3 img {
    margin-right: 10px
}

.related-title h3:before {
    display: none
}

.related-title p {
    color: #000;
    font-size: 20px;
    text-align: left;
    background: #fff;
    padding: 0 10px;
	margin: 0;
}

.related-title p img {
    margin-right: 10px;
	vertical-align: middle;
}

.related-title p:before {
    display: none
}

.related-article-item {
    position: absolute;
    left: 10px;
    top: 40px;
}

.related-article-item a {
    font-size: 16px;
    color: rgba(51,51,51,1);
    padding-left: 0;
    text-decoration: none;
    display: block;
    padding-right: 20px;
    text-decoration: underline
}

.related-article-item a:hover {
    color: rgba(51,51,51,1);
    text-decoration: underline
}

.related-article-item ul li {
    list-style: none;
    position: relative
}

.related-article-item ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 55%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    display: none
}

.post-content #section1:before,.post-content #section2:before,.post-content #section3:before,.post-content #section4:before {
    display: block;
    content: "";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    pointer-events: none
}

.useful-information-nav {
    margin-top: 80px;
    display: flex
}

.useful-information-nav {
    margin: 50px -10px 0
}

.useful-information-nav-item {
    width: 50%;
    color: #000;
    padding: 0 10px
}

.useful-information-nav-item:hover {
    color: #000;
    text-decoration: none
}

.useful-information-nav-item:first-child {
    border-right: 1px solid rgba(182,182,182,1)
}

.useful-information-nav-item:last-child {
    margin-left: 40px
}

.useful-information-nav-item:last-child p {
    text-align: right
}

.useful-information-nav-item-prev {
    display: flex;
    gap: 10px
}

.useful-information-nav-item-next {
    display: flex;
    gap: 10px
}

.useful-information-nav-item-img {
    width: 220px;
    height: 100px
}

.useful-information-nav-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.useful-information-nav-item .arrow-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: #000;
    margin-right: 15px
}

.useful-information-nav-item .arrow-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #000;
    margin-left: 15px
}

.useful-information-head {
    color: #000;
    position: relative;
    font-size: 21px
}

.useful-information-head:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000
}

ul.cat__list {
    margin-top: 15px;
    margin-left: -40px
}

ul.cat__list li {
    list-style: none;
    border-bottom: 1px solid rgba(182,182,182,1);
    padding: 10px 0
}

ul.cat__list li a {
    color: rgba(51,51,51,1);
    text-decoration: none
}

.useful-information-item-date {
    color: rgba(51,51,51,1);
    margin: 10px 0 0
}

.useful-information-item-date img {
    position: relative;
    top: 0
}

.icon-category {
    margin: 0;
    width: 20px;
    height: 20px
}

.useful-information-main.blog-single-main {
    margin-top: 0
}

.useful-information-head img,.sidebar-item-title img {
    position: relative;
    top: 0
}

.useful-information-thumbnail {
    margin-bottom: 20px
}

.useful-information-date-wrap {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.useful-information-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.useful-information-date img {
    display: inline-block
}

.useful-information-category {
    display: flex;
    align-items: center;
    gap: 5px
}

.useful-information-category img {
    display: inline-block
}

.useful-information-category a,.useful-information-category ul,.useful-information-category li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0
}

.useful-information-category ul {
    display: inline
}

ul.post-categories li a {
    color: #000;
    text-decoration: none
}

ul.post-categories li a:hover {
    color: #000;
    text-decoration: none
}

#useful-information .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

#useful-information .blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

#useful-information .blog-main {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
    box-sizing: border-box
}

#useful-information .blog-sidebar {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box
}

.main-header {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    color: rgba(51,51,51,1)
}

.sub-header {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 36px
}

.sub-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(//24road.jp/wp-content/themes/torque-theme/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.txt-highlight {
    font-size: 20px;
    font-weight: 400;
    display: inline;
    padding-bottom: .05em;
    background-image: linear-gradient(to top,rgba(255,0,0,.2) .35em,transparent .35em);
    background-repeat: no-repeat;
    background-size: 100% .5em;
    background-position: 0 100%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

@media screen and (max-width: 480px) {
    .txt-highlight {
        background-size:100% .4em
    }
}

.blog-table table tr td:first-child {
    background: #f1f1f1
}

.blog-table table tr td {
    padding: 15px
}

.main-toc {
    margin: 40px 0;
    border: 1px solid #000;
    padding: 15px
}

ul.simpletoc-list {
    margin-left: -30px!important
}

ul.simpletoc-list li {
    list-style: none
}

ul.simpletoc-list li ul {
    margin-left: -22px!important
}

.keypoints {
    margin: 40px 0
}

.keypoints-title {
    background: #187fc3;
    color: #fff;
    font-weight: 700;
    padding: 2px 20px;
    width: fit-content;
    border: 2px solid #187fc3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.keypoints-item {
    background: #fff;
    border: 2px solid #187fc3;
    padding: 10px 20px
}

.lwptoc-autoWidth .lwptoc_i {
    display: block!important
}

.lwptoc_header {
    text-align: center
}

.lwptoc_title {
    font-size: 24px;
    font-weight: 700
}

.lwptoc_itemWrap {
    margin-top: 40px
}

.lwptoc {
    margin-top: 60px;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 10px;
    color: rgba(51,51,51,1)
}

.lwptoc_item_number {
    display: none
}

.lwptoc_item {
    font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 2.4em
}

.lwptoc_item a {
    display: block;
    color: rgba(51,51,51,1)!important;
    line-height: 2.4em
}

.lwptoc_item a:hover {
    text-decoration: none!important;
    border-bottom: none!important;
    border: none!important
}

.lwptoc-light .lwptoc_i {
    background: #fff!important
}

.lwptoc_toggle {
    display: none!important
}

@media screen and (max-width: 834px) {
    .blog_wrap {
        padding:60px 40px
    }

    .main-blog-ct {
        width: 60%
    }

    .sidebar {
        width: 38%
    }
}

@media screen and (max-width: 768px) {
    h2.widgettitle {
        font-size:18px;
        font-weight: 700
    }

    .pagination {
        float: left;
        display: flex;
        justify-content: center;
        font-weight: 700
    }
}

@media screen and (max-width: 767px) {
    .blog_wrap {
        padding:100px 10px
    }

    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px;
        width: 100%;
        margin-right: 0
    }

    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .list-posts .post a .info {
        width: 100%;
        padding-left: 0
    }

    .sidebar {
        padding: 0;
        width: 100%
    }

    .blog-photo {
        margin-right: 1%
    }
}

@media (max-width: 767px) {
    #useful-information .blog-main,#useful-information .blog-sidebar {
        flex:0 0 100%;
        max-width: 100%
    }

    #useful-information .blog-sidebar {
        margin-top: 80px
    }

    .useful-information-nav-item-prev {
        flex-wrap: wrap
    }

    .useful-information-nav-item-img {
        width: 100%;
        order: 1
    }

    .useful-information-nav-item-title {
        order: 2
    }

    .useful-information-nav-item-next {
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .useful-information-item2 {
        flex:0 0 100% !important;
        max-width: 100% !important
    }
}

.div_banner2 {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 12px;
    margin-top: 5px
}

.div_banner2 .title {
    position: relative;
    z-index: 1
}

.div_banner2 .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0
}

.div_banner2 .title span {
    font-weight: 700;
    font-size: 16px;
    background-color: #f0f0f0;
    padding-right: 20px
}

.div_banner2 .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 10px
}

.div_banner2 .img {
    width: 14.493%;
    height: 100px;
    margin-left: 3.188%;
    margin-right: 2.174%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.div_banner2 .all_text {
    width: 79.71%
}

.div_banner2 .all_text .txt_note {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.div_banner2 .all_text .txt {
    font-size: 13px
}

@media screen and (max-width: 1200px) {
    .div_banner2 .img {
        height:82px
    }
}

@media screen and (max-width: 980px) {
    .div_banner2 .img {
        height:59px
    }
}

@media screen and (max-width: 768px) {
    .div_banner2 .img {
        height:59px
    }
}

@media screen and (max-width: 767px) {
    .div_banner2 .img {
        margin-left:0;
        width: 17.681%;
        height: 83px
    }
}

@media screen and (max-width: 560px) {
    .div_banner2 .img {
        height:14.31vw
    }
}

@media screen and (max-width: 376px) {
    .related-title {
        left:10px
    }

    .related-article {
        min-height: 180px
    }
}

.lwptoc {
    margin: 32px 0
}

.lwptoc:first-child {
    margin-top: 16px
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left
}

.lwptoc_header {
    margin-bottom: 6px
}

.rtl .lwptoc_header {
    text-align: right
}

.lwptoc_toggle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%
}

.rtl .lwptoc_toggle {
    margin-left: 0;
    margin-right: 4px
}

.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
}

.lwptoc_toggle_label {
    margin: 0 1px
}

.lwptoc_item {
    margin-top: 2px
}

.rtl .lwptoc_item {
    text-align: right
}

LI.lwptoc_item {
    margin: 2px 0 0 0!important;
    padding: 0!important;
    list-style: none!important
}

.lwptoc_item:first-child {
    margin-top: 0
}

LI.lwptoc_item:first-child {
    margin-top: 0!important
}

.lwptoc_item_number {
    margin-right: 2px
}

.rtl .lwptoc_item_number {
    margin-right: 0;
    margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 0;
    margin-right: 14px
}

OL.lwptoc_itemWrap,UL.lwptoc_itemWrap {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

OL.lwptoc_itemWrap OL.lwptoc_itemWrap,OL.lwptoc_itemWrap UL.lwptoc_itemWrap,UL.lwptoc_itemWrap OL.lwptoc_itemWrap,UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin: 2px 0 0 14px!important
}

.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
    margin-left: 0!important;
    margin-right: 14px!important
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block
}

.lwptoc-left {
    float: left;
    margin-top: 0;
    margin-right: 32px
}

.lwptoc-right {
    float: right;
    margin-top: 0;
    margin-left: 32px
}

.lwptoc-rightwithoutflow {
    text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
    display: inline-block
}

.lwptoc-center {
    text-align: center
}

.lwptoc-center .lwptoc_i {
    margin-left: auto;
    margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
    font-size: 90%
}

.lwptoc-notInherit .lwptoc_i DIV A {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover {
    box-shadow: none!important;
    border: none!important;
    text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px dotted!important
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: #fafafa
}

.lwptoc-light .lwptoc_i A {
    color: #3175e4
}

.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-dark .lwptoc_i {
    color: #d3d5d8;
    background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
    color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover {
    color: #96c6ff;
    border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
    color: #53a1ff
}

.lwptoc-white .lwptoc_i {
    color: #333;
    background: #fff
}

.lwptoc-white .lwptoc_i A {
    color: #3175e4
}

.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover {
    color: #3175e4;
    border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
    color: #000394
}

.lwptoc-transparent .lwptoc_i {
    border: 1px solid #eee
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: none !important
}


.main-lower.blog-single-pg .banner-lower {
    margin: 98px 0 0;
}

/* =========================================================
   このファイル自体の見た目(サンプルページの外枠)
   ========================================================= */
:root{
  --blue:#1B67B3;
  --blue-dark:#114C87;
  --blue-pale:#EDF4FB;
  --orange:#F08300;
  --ink:#2B3A4A;
  --gray:#6B7684;
  --line:#D8E1EA;
}

.main-single-page  {    
	margin: 98px 0 0;
}

.single-page .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}


/* ---- 記事ページ本文エリア ---- */
.post-hero{background:linear-gradient(120deg,var(--blue-dark),var(--blue));color:#fff;text-align:center;padding:34px 24px}
.post-hero h2{margin:0;font-size:20px;font-weight:700}
.post-layout{display:flex;gap:36px;padding:50px 0 56px;align-items:flex-start}
.post-main{flex:1;min-width:0}
.post-title{font-size:22px;font-weight:700;border-bottom:2px solid var(--line);padding-bottom:16px;margin-bottom:6px;color:var(--ink)}
.post-meta{font-size:12.5px;color:var(--gray);margin-bottom:26px;display:flex;gap:16px}
.post-body p{font-size:14.5px;margin:0 0 20px;color:#333}
.post-eyecatch{width:100%;position:relative; overflow:hidden; border-radius:10px;background:linear-gradient(135deg,#c0473f,#7a7a7a);margin-bottom:28px}
.post-eyecatch img{display:inline-block; width: 100%; vertical-align: bottom;}
/* ===== ▼ 選定デザイン実装 ===== */

/* 見出し2:案A ブルー縦バー+2色下線 */
.post-body h2{
  font-size:22px;font-weight:700;color:#2B3A4A;
  padding:6px 0 12px 18px;
  border-left:6px solid #1B67B3;
  position:relative;line-height:1.5;margin:44px 0 22px;
}
.post-body h2::after{
  content:"";position:absolute;left:0;bottom:0;
  width:100%;height:3px;
  background:linear-gradient(to right,#F08300 0 64px,#1B67B3 64px);
}

/* 見出し3:案B 2色スラッシュ+下線 */
.post-body h3{
  font-size:17.5px;font-weight:700;color:#2B3A4A;
  padding:0 0 10px 30px;position:relative;
  border-bottom:2px solid #D8E1EA;line-height:1.5;
  margin:32px 0 18px;
}
.post-body h3::before{
  content:"";position:absolute;left:2px;top:3px;
  width:8px;height:16px;background:#F08300;
  transform:skewX(-20deg);border-radius:2px;
}
.post-body h3::after{
  content:"";position:absolute;left:14px;top:3px;
  width:8px;height:16px;background:#1B67B3;
  transform:skewX(-20deg);border-radius:2px;
}

/* 表:v2(左列ブルー+横罫線/3列以上は自動ゼブラ) */
.post-body table{
  width:100%;border-collapse:collapse;font-size:14px;
  border-top:2px solid #1B67B3;margin:0 0 28px;
}
.post-body th,.post-body td{
  padding:13px 15px;border:none;text-align:left;vertical-align:top;
  border-bottom:1px solid #E3EAF2;background:#fff;
}
/* 左見出し列(行内にthが1つだけ) */
.post-body tr>th:only-of-type{
  background:#EDF4FB;color:#114C87;font-weight:700;
  border-bottom:1px solid #C9D9E8;
}
/* 幅30%は2列表のときだけ */
.post-body tr>th:first-child:nth-last-child(2){width:30%}
/* 3列以上はゼブラを自動適用 */
.post-body table:has(tr>:nth-child(3)) tbody tr:nth-child(even) td{background:#F7FAFD}
.post-body table:has(tr>:nth-child(3)) tbody tr:nth-child(even) th:only-of-type{background:#E4EFF9}
/* 見出し行(ヘッダーセクションON時のみ) */
.post-body thead th{
  background:#EDF4FB;color:#114C87;font-weight:700;width:auto;
  font-size:13.5px;border-bottom:2px solid #1B67B3;
}
.post-author h2 {margin-top: 0 !important}

/* CTA:案A オレンジ大型ボタン+マイクロコピー */
.krs-cta{text-align:center;margin:44px 0}
.krs-cta-micro{display:inline-block;font-size:13.5px;font-weight:700;
  color:#F08300;margin-bottom:10px;position:relative;padding:0 26px}
.krs-cta-micro::before,.krs-cta-micro::after{content:"";position:absolute;
  top:50%;width:16px;height:2px;background:#F08300}
.krs-cta-micro::before{left:0;transform:rotate(55deg)}
.krs-cta-micro::after{right:0;transform:rotate(-55deg)}
.krs-cta-btn{display:block;max-width:440px;margin:0 auto;
  background:linear-gradient(180deg,#FF9E1F,#F08300);
  color:#fff;font-size:16.5px;font-weight:700;text-decoration:none;
  padding:18px 40px 18px 26px;border-radius:60px;position:relative;
  box-shadow:0 6px 0 #C96E00,0 10px 18px rgba(240,131,0,.35);
  transition:.2s;line-height:1.4}
.krs-cta-btn::after{content:"";position:absolute;right:22px;top:50%;
  width:9px;height:9px;border-top:3px solid #fff;
  border-right:3px solid #fff;transform:translateY(-50%) rotate(45deg)}
.krs-cta-btn:hover{transform:translateY(3px);
  box-shadow:0 3px 0 #C96E00,0 6px 12px rgba(240,131,0,.35)}
.krs-cta-sub{display:block;font-size:12px;font-weight:500;
  opacity:.92;margin-top:2px}

/* 記事リンクボックス:シンプル帯型 */
.krs-card-s{display:block;background:#EDF4FB;
  border-left:5px solid #F08300;border-radius:0 8px 8px 0;
  padding:15px 40px 15px 18px;text-decoration:none;
  position:relative;margin:30px 0;transition:.2s}
.krs-card-s:hover{background:#E0EDF9}
.krs-card-s-lbl{display:block;font-size:11.5px;font-weight:700;
  color:#F08300;margin-bottom:3px}
.krs-card-s-ttl{display:block;font-size:14.5px;font-weight:700;
  color:#114C87;line-height:1.6;text-decoration:underline;
  text-decoration-color:rgba(17,76,135,.35);text-underline-offset:4px}
.krs-card-s::after{content:"";position:absolute;right:16px;top:50%;
  width:8px;height:8px;border-top:2.5px solid #F08300;
  border-right:2.5px solid #F08300;
  transform:translateY(-50%) rotate(45deg)}
.krs-card-s br{display: none;}
/* 出典表記 */
.post-source{font-size:12px;color:#8A96A3;margin:0 0 32px;line-height:1.8}
.post-source a{color:#6a8fb8}

/* ---- サイドバー(採用デザイン) ---- */
.post-side{flex:0 0 260px}
.side-widget{background:#fff;border:none;border-radius:12px;
  box-shadow:0 4px 14px rgba(20,50,90,.10);overflow:hidden;margin-bottom:22px}
.side-widget .sh{background:linear-gradient(105deg,#114C87,#1B67B3);
  color:#fff;font-size:14.5px;font-weight:700;padding:12px 16px;position:relative}
.side-widget .sh::before{content:"";display:inline-block;width:8px;height:8px;
  background:#F08300;border-radius:2px;transform:rotate(45deg);
  margin-right:9px;vertical-align:1px}
.side-widget ul{list-style:none;margin:0;padding:6px 0}
.side-widget li a{display:block;padding:10px 16px 10px 32px;font-size:13px;
  color:#2B3A4A;text-decoration:none;position:relative;
  border-bottom:1px solid #EEF2F6;transition:.15s}
.side-widget li:last-child a{border-bottom:none}
.side-widget li a::before{content:"";position:absolute;left:14px;top:50%;
  width:6px;height:6px;border-top:2px solid #F08300;
  border-right:2px solid #F08300;transform:translateY(-50%) rotate(45deg)}
.side-widget li a:hover{background:#EDF4FB;color:#114C87}

/* ---- 記事一覧ページ ---- */
.list-hero{background:linear-gradient(120deg,var(--blue-dark),var(--blue));
  color:#fff;text-align:center;padding:44px 24px}
.list-hero h2{margin:0;font-size:24px;font-weight:700}
.list-layout{display:flex;gap:36px;padding:50px 15px 0;align-items:flex-start}
.list-main{flex:1;min-width:0}

/* 一覧見出し:2色バー+部分下線 */
.blog-list-title{font-size:19px;font-weight:700;color:#114C87;
  padding:0 0 10px 14px;border-bottom:3px solid #E3EAF2;
  position:relative;margin-bottom:20px}
.blog-list-title::before{content:"";position:absolute;left:0;top:4px;
  bottom:14px;width:5px;border-radius:3px;
  background:linear-gradient(180deg,#F08300 0 40%,#1B67B3 40%)}
.blog-list-title::after{content:"";position:absolute;left:0;bottom:-3px;
  width:78px;height:3px;background:#1B67B3}

/* 一覧カード:枠線レス浮遊カード+カテゴリラベル */
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.blog-item{border:none;border-radius:12px;overflow:hidden;
  background:#fff;box-shadow:0 4px 14px rgba(20,50,90,.10);
  transition:.25s;text-decoration:none;display:block;color:inherit}
.blog-item:hover{transform:translateY(-4px);
  box-shadow:0 10px 22px rgba(20,50,90,.16)}
.blog-item .thumb{
  aspect-ratio: 1.9 / 1;
  position:relative;
  background:linear-gradient(135deg,#c0473f 0%,#7a7a7a 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.blog-item .thumb .cat{position:absolute;left:0;bottom:0;
  background:#F08300;color:#fff;font-size:11px;font-weight:700;
  padding:4px 14px;border-radius:0 8px 0 0}
.blog-item .body{padding:14px 16px 18px}
.blog-item .date{font-size:11.5px;color:#8A96A3;letter-spacing:.04em}
.blog-item .ttl{font-size:14.5px;font-weight:700;color:#2B3A4A;
  line-height:1.6;margin-top:5px}

@media (max-width:720px){
  .post-layout,.list-layout{flex-direction:column}
  .post-side{flex:none;width:100%}
  .blog-grid{grid-template-columns:1fr}
  .site-nav{display:none}
}


/* =========================================================
   ▼ 表デザイン(採用版:案2ベース)
   ========================================================= */

/* ---- 基本(全ての表 共通) ---- */
.krs-table{width:100%;border-collapse:collapse;font-size:14px;
  border-top:2px solid #1B67B3;margin:0 0 10px;line-height:1.7}
.krs-table th,.krs-table td{padding:13px 15px;border:none;
  border-bottom:1px solid #E3EAF2;text-align:left;vertical-align:top;background:#fff}

/* ---- 2列表:左見出し列(現行デザインのまま) ---- */
.krs-table tr > th:only-of-type{background:#EDF4FB;color:#114C87;font-weight:700;
  border-bottom:1px solid #C9D9E8}
.krs-table tr > th:first-child:nth-last-child(2){width:32%}

/* ---- 3列以上:ゼブラ(1行おき色付き) ---- */
.krs-multi tbody tr:nth-child(even) td,
.krs-multi tbody tr:nth-child(even) th{background:#F7FAFD}

/* ---- 見出し行(ヘッダーセクションON時のみ):案2ライトヘッダー ---- */
.krs-multi thead th{background:#EDF4FB;color:#114C87;font-weight:700;
  border-bottom:2px solid #1B67B3;width:auto;font-size:13.5px;padding:12px 15px}

/* ---- 3列以上で左見出し列を使う場合(th+td+td…の行) ---- */
.krs-multi tbody th:only-of-type{background:#EDF4FB;width:auto}
.krs-multi tbody tr:nth-child(even) th:only-of-type{background:#E4EFF9}

/* ○×アイコン風の中央寄せセル */
.c{text-align:center !important;font-weight:700}
.ok{color:#1B67B3}
.no{color:#C0473F}
.mid{color:#F08300}

/* =========================================================
   ▼ スマホ表示デモ
   ========================================================= */
.phone{width:375px;max-width:100%;margin:0 auto;border:10px solid #2B3A4A;border-radius:28px;
  overflow:hidden;background:#fff;box-shadow:0 14px 30px rgba(20,50,90,.25)}
.phone .bar{background:#2B3A4A;color:#fff;text-align:center;font-size:10.5px;padding:4px 0 8px;letter-spacing:.06em}
.phone .scr{padding:18px 14px 26px}
.phone .scr h4{font-size:14px;margin:0 0 10px;color:var(--ink)}

.krs-scrollwrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 6px;
  border-right:1px solid #E3EAF2}
.krs-scrollwrap .krs-table{min-width:560px;font-size:13px}
.krs-scrollwrap .krs-table th,.krs-scrollwrap .krs-table td{padding:10px 12px}
.scroll-hint{font-size:11px;color:#F08300;font-weight:700;text-align:center;margin:0 0 4px}
/* 1列目固定(sticky)デモ */
.krs-sticky th:first-child,.krs-sticky td:first-child{position:sticky;left:0;z-index:1}
.krs-sticky tbody tr:nth-child(odd) td:first-child{background:#fff}
.krs-sticky tbody tr:nth-child(even) td:first-child{background:#F7FAFD}
.krs-sticky td:first-child{box-shadow:4px 0 6px -3px rgba(20,50,90,.18)}
.krs-sticky thead th:first-child{box-shadow:4px 0 6px -3px rgba(20,50,90,.25)}
