/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.c-card-lg__box {
    margin-right: 3.1% !important;
}

.c-card-lg__box:nth-child(3n) {
    margin-right: 0% !important;
}

@media (max-width: 750px) {
    .c-card-lg__box {
        margin-right: auto !important;
    }
}

.c-post-content__text,
.c-top-information__text {
    /* text-decoration: underline; */
}

.c-post-content__block.is-link-hiddin .c-post-content__text {
    text-decoration: none;
}

.c-top-information__post.is-link-hiddin .c-top-information__text {
    text-decoration: none;
}

.c-post-content__block.is-link-hiddin:hover {
    opacity: 1;
}

.c-top-information__post.is-link-hiddin:hover {
    opacity: 1;
}

@media (min-width: 751px) {

    .c-eizoukiki-button__block.left .c-eizoukiki-button__button-block a:first-child,
    .c-eizoukiki-button__block.left .c-eizoukiki-button__button-block a:nth-child(2) {
        width: 24%;
        margin-right: 1%;
    }

    .c-eizoukiki-button__block.left .c-eizoukiki-button__button-block a:last-child {
        width: 50%;
    }
}

@media (max-width: 750px) {

    .c-eizoukiki-button__block.left .c-eizoukiki-button__button-block a:first-child,
    .c-eizoukiki-button__block.left .c-eizoukiki-button__button-block a:nth-child(2) {
        margin-bottom: 8px;
    }
}

.c-lang-menu {
    display: flex;
    align-items: center;
    position: absolute;
    right: 22px;
    top: 120px;
	background-color: #ffffff;
    padding: 10px;
	border: 1px solid #ca2122;
}

.c-lang-menu__button {
    display: block;
    text-decoration: none;
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.c-lang-menu__button.is-active {
    color: #ca2122 !important;
    cursor: auto;
}

.c-lang-menu__button.is-active:hover {
    opacity: 1;
}

.c-lang-menu__button:first-child,.c-lang-menu__button:nth-child(2) {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}

.c-lang-menu__button:first-child:after,.c-lang-menu__button:nth-child(2):after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}

@media (max-width: 750px) {
    .c-lang-menu {
        position: static;
        margin-left: 16px;
        font-size: 15px;
		width:210px;
    }

    .c-slidebar-menu .c-slidebar-menu__list-parent {
        padding-bottom: 24px;
    }

    .c-slidebar-menu ul li:last-child a {
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    }

    .c-slidebar-menu-inner {
        background-color: #2a2a2a;
        padding-bottom: 80px;
    }
}

.l-header.is-fixed .c-lang-menu {
    display: none;
}

@media (min-width: 751px) {
    .l-footer__siteseal {
        margin-right: 24px;
    }

    .l-footer__copyright .l-container {
        align-items: center;
        padding: 8px 0;
    }

    .l-footer__copyright-copyright {
        margin-left: auto;
    }
}

@media (max-width: 750px) {
    .l-footer__copyright .l-container {
        flex-wrap: wrap;
        align-items: center;
        padding: 2px 0 8px;
    }

    .l-footer__copyright-copyright {
        width: 100%;
        text-align: center;
    }

    .l-footer__siteseal {
        margin: 16px auto;
    }
}

.c-page-header__subtitle {
    background-color: transparent;
}

@media (min-width: 751px) {
    .c-table.is-large th span {
        display: block;
    }
}

.l-footer__bnr__inner {
    flex-wrap: wrap;
}

.l-footer__bnr__block {
    margin-bottom: 12px;
}

@media (min-width: 751px) {

    .c-table tbody tr th,
    .c-table thead tr th {
        width: 250px !important;
    }

    .c-table tbody tr td,
    .c-table thead tr td {
        width: calc(100% - 250px) !important;
    }
}

@media (max-width: 750px) {
    .page-id-46 .c-table {
        font-size: 11px;
        letter-spacing: 0;
    }

    .page-id-46 .c-table tbody tr th,
    .page-id-46 .c-table thead tr th {
        width: 9.5rem !important;
    }

    .page-id-46 .c-table tbody tr td,
    .page-id-46 .c-table thead tr td {
        width: calc(100% - 9.5rem) !important;
    }
}

.c-products-head {
    display: flex;
    align-items: flex-start;
}

.c-products-head__images {
    width:65%;
}

.c-products-head__content {
    width: 30%;
    margin-left: auto;
}

.c-products-head__title {
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.c-products-head__text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.c-products-head__description__title {
    font-weight: 700;
    margin-bottom: 6px;
}

.c-products-head__description {
    font-size: 15px;
    line-height: 1.7;
}

.c-products-head__buttons {
    display: flex;
    margin-top: 24px;
}


.c-products-head__buttons .c-button {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
}

.c-products-head__buttons .c-button:nth-child(2n) {
    margin-left: auto;
}

.c-block-merit__block {
    margin-bottom: 32px;
}

.c-block-merit__title {
    font-size: 24px;
    color: #ca2122;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
}

.c-block-merit__number {
    color: #ca2122;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.c-block-merit__number small {
    font-size: 16px;
    padding-top: 8px;
    padding-right: 8px;
    display: block;
}

.c-block-merit__number span {
    font-size: 48px;
    display: block;
}

.c-block-merit__images {
    display: flex;
    align-items: flex-start;
    margin-top: 32px;
}

.c-block-merit__images__block {
    width: calc(33.333% - 16px);
    margin-right: 24px;
    margin-bottom: 40px;
}

.c-block-merit__images__block:nth-child(3n) {
    margin-right: 0;
}

.c-block-merit__images__image {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
}

.c-block-merit__images__title {
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    line-height: 1.7;
}

@media (max-width: 750px) {
    .c-block-merit__title {
        font-size: 18px;
        text-align: left;
        margin-bottom: 12px;
    }

    .c-block-merit__number {
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .c-block-merit__number small {
        font-size: 16px;
        padding-right: 4px;
    }

    .c-block-merit__number span {
        font-size: 34px;
    }

    .c-block-merit__images {
        display: block;
    }

    .c-block-merit__images__block {
        width: 100%;
        margin-bottom: 24px;
    }

    .c-block-merit__images__image {
        height: 55vw;
    }

    .c-block-merit__images__title {
        font-size: 16px;
    }
}

.c-card-example {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 32px;
}

.c-card-example__block {
    width: calc(33.333% - 16px);
    margin-right: 24px;
    margin-bottom: 40px;
}

.c-card-example__block:nth-child(3n) {
    margin-right: 0;
}

.c-card-example__image {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
}

.c-card-example__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 750px) {
    .c-card-example {
        display: block;
    }

    .c-card-example__block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .c-card-example__image {
        height: 55vw;
    }
}

.c-block-kikaku__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}

.c-block-kikaku__image {
    width: calc(42% - 40px);
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.c-block-kikaku__content {
    width: 58%;
    margin-left: auto;
}

.c-block-kikaku__content table {
    width: 100%;
    border-top: 1px solid #CCC;
}

.c-block-kikaku__content table th,
.c-block-kikaku__content table td {
    border-bottom: 1px solid #CCC;
    word-break: break-all;
    padding: 8px 16px;
}

.c-block-kikaku__content table th {
    border-bottom-color: #ca2122;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    text-align: left;
    vertical-align: top;
}

.c-block-kikaku__content table td {
    width: calc(100% - 120px);
}

@media (max-width: 750px) {
    .c-block-kikaku__block {
        display: block;
    }

    .c-block-kikaku__image {
        width: calc(100% - 80px);
        height: 80vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }

    .c-block-kikaku__content {
        width: 100%;
    }
}

.c-block-movie {
    width: 100%;
    margin: 0 auto;
    max-width: 740px;
}

.c-block-movie iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #CCC;
    background-color: #CCC;
}

@media (max-width: 750px) {
    .c-block-movie iframe {
        height: 60vw;
    }
}

.c-osusume ul li {
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}

@media (max-width: 750px) {
    .c-osusume ul li {
        font-size: 14px;
        padding-left: 18px;
    }
}

.c-osusume ul li:before {
    content: "●";
    color: #ca2122;
    position: absolute;
    top: 0;
    left: 0;
}

.c-block-banners__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.c-block-banners__image {
    width: calc(50% - 40px);
    height: 300px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.c-block-banners__text {
    width: 50%;
    margin-left: auto;
    line-height: 1.7;
}

@media (max-width: 750px) {
    .c-block-banners__block {
        display: block;
    }

    .c-block-banners__image {
        width: 100%;
        height: 60vw;
        margin-bottom: 16px;
    }

    .c-block-banners__text {
        width: 100%;
    }
}

.c-products-head__images__main {
    width: 100%;
    height: 400px;
    background-size: cover;
    border: 1px solid #CCC;
    background-position: center center;
    transition: all .2s;
}

.c-products-head__images__thumbnails {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
}

.c-products-head__images__thumbnail {
    width: calc(25% - 12px);
    margin-right: 16px;
    height: 100px;
    background-size: cover;
    border: 1px solid #CCC;
    background-position: center center;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}

.c-products-head__images__thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: all .2s;
    pointer-events: none;
}

.c-products-head__images__thumbnail:hover:after {
    opacity: 0.4;
}

.c-products-head__images__thumbnail:nth-child(4n) {
    margin-right: 0 !important;
}

@media (max-width: 750px) {
    .c-products-head {
        display: block;
    }

    .c-products-head__images {
        width: 100%;
    }

    .c-products-head__images__main {
        height: 80vw;
    }

    .c-products-head__content {
        width: 100%;
    }

    .c-products-head__images__thumbnails {
        margin-top: 8px;
    }

    .c-products-head__images__thumbnail {
        width: calc(25% - 3px);
        height: 20vw;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .c-products-head__content {
        margin-top: 32px;
    }

    .c-products-head__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .c-products-head__text,
    .c-products-head__description {
        font-size: 13px;
    }
}

.c-service-card__box {
    display: block;
    text-decoration: none;
    transition: all .2s;
    color: #111;
}

.c-service-card__image {
    border: 1px solid #CCC;
}

.c-block-banners__pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.c-block-banners__pop.is-active {
    visibility: visible;
    opacity: 1;
}


.c-block-banners__pop__image {
    width: calc(100% - 48px);
    max-width: 944px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
}

.c-block-banners__close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

@media (max-width: 750px) {
    .c-block-banners__close {
        right: 0;
    }

    .c-tabs__navs li a:after {
        display: none;
    }

    .c-service-card__image {
        min-height: 40vw;
    }
}

.c-block-banners__close:after,
.c-block-banners__close:before {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    background-color: #FFF;
    position: absolute;
    top: 40px;
    left: 15px;
}

.c-block-banners__close:after {
    transform: rotate(45deg);
}

.c-block-banners__close:before {
    transform: rotate(-45deg);
}

.c-tabs__navs {
    justify-content: flex-start;
}

@media (min-width:1140px) {
    .c-other-content__inner.is-flex {
        flex-wrap: wrap;
        max-width: 1140px;
        width: calc(100% - 32px);
        margin: 0 auto;
        justify-content: flex-start;
    }

    .c-other-content__inner.is-flex .c-other-content__block {
        width: calc(25% - 8px);
        margin: 0 4px 8px 4px;
    }
}



.l-container .alignfull {
    margin-left: calc((1140px - 100vw)/2);
    margin-right: calc((1140px - 100vw)/2);
    width: 100vw;
    max-width: 100vw
}

.l-container .alignwide {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 1200px;
    margin-left: -60px;
    margin-right: -60px
}

*[class*="wp-block"] {
    letter-spacing: 0.05em;
}

*[class*="wp-block"] hr {
    margin-top: 3em;
    margin-bottom: 3em;
}

@media (max-width: 1140px) {
    .l-container .alignfull {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .l-container .alignwide {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }
}

/* すりガラス */
.vkp_filter_blur {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    /* 半透明 */
    border-radius: 2rem;
    /* 角丸 */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    /* 影 */
    max-width: 600px;
    /* 最大幅 */
    margin: 0 auto;
    /* 中央揃え */
}

/* 線 */
.vkp_hr_short {
    width: 3rem;
    height: 2px;
}

.l-post-content.block-editor * {
    letter-spacing: 0.02em;
}

*[class*="wp-block"] ol li,
.l-post-content.block-editor ol li {
    list-style: decimal;
}

*[class*="wp-block"] ul,
.l-post-content.block-editor ul {
    padding-left: 2em;
}

*[class*="wp-block"] ul li,
.l-post-content.block-editor ul li {
    list-style: disc;
}

*[class*="wp-block"] pre,
.l-post-content.block-editor pre {
    padding: 16px 24px;
    background: #e8e8e8;
    line-height: 1.5;
}

.wp-block-group.has-background {
    padding: 1em 2em;
}