@charset "UTF-8";
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.tc {
    display: block !important;
}

.tb {
    display: none !important;
}

@media print, screen and (max-width: 991px) {
    .tc {
        display: none !important;
    }

    .tb {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media print, screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

#wrapper {
    position: relative;
    width: 100%;
}

main {
    position: relative;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.2rem 1.6rem;
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    color: #000000;
    outline: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    select,
    textarea {
        padding: 1.0rem 1.2rem;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
    height: 4.8rem;
}

@media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    select {
        height: 4.5rem;
    }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #16389A;
}

select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-down.png);
    background-position: calc(100% - 1.2rem) 50%;
    background-size: 1.2rem 0.6rem;
    background-repeat: no-repeat;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    select {
        background-position: calc(100% - 1.0rem) 50%;
    }
}

picture,
figure,
.image_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
    width: 100%;
}

.scroll {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: auto;
}

@media only screen and (max-width: 768px) {
    .scroll {
        padding-bottom: 1.2rem;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #F5F5F5;
        border-radius: 0.6rem;
    }

    .scroll::-webkit-scrollbar {
        height: 0.6rem;
        background-color: #F5F5F5;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 0.6rem;
        background-color: #FCEE21;
    }
}

.common-section {
    position: relative;
    padding: 6.0rem 0 7.0rem;
}

@media only screen and (max-width: 768px) {
    .common-section {
        padding: 5.0rem 0 6.0rem;
    }
}

.main-section {
    position: relative;
    padding: 5.0rem 0 7.0rem;
}

@media only screen and (max-width: 768px) {
    .main-section {
        padding: 5.0rem 0 6.0rem;
    }
}

.column-section {
    position: relative;
    padding: 6.0rem 0;
}

@media only screen and (max-width: 768px) {
    .column-section {
        padding: 5.0rem 0;
    }
}

.p-archive-section {
    position: relative;
    padding: 7.0rem 0;
}

@media only screen and (max-width: 768px) {
    .p-archive-section {
        padding: 6.0rem 0;
    }
}

.mx-txt {
    position: relative;
    font-weight: normal;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .mx-txt {
        font-size: 1.6rem;
    }
}

.m-ttl {
    position: relative;
    font-weight: 500;
    font-size: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .m-ttl {
        font-size: 1.8rem;
    }
}

.text-list {
    position: relative;
    list-style-type: "・";
    padding-left: 1.8rem;
}

.underline_bg {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #FBB03B));
    background: linear-gradient(transparent 68%, #FBB03B 0%);
}

.section-title {
    position: relative;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #808080;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .section-title {
        padding-bottom: 1.4rem;
    }
}

.section-title .lead {
    position: relative;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .section-title .lead {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}

.section-title .sub {
    position: relative;
    font-family: "Bahnschrift";
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 3.0rem;
    letter-spacing: 0.05em;
    color: #999999;
    text-align: center;
    margin-top: 0.2rem;
}

@media only screen and (max-width: 768px) {
    .section-title .sub {
        margin-top: 0;
    }
}

.section-lead {
    position: relative;
    font-weight: 900;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 5.0rem;
}

@media only screen and (max-width: 768px) {
    .section-lead {
        letter-spacing: 0.05em;
        margin-bottom: 4.0rem;
    }
}

.section-lead strong {
    font-size: 2.4rem;
}

.bg-1 {
    background-image: url(../img/bg-1.png);
    background-repeat: repeat;
    background-clip: padding-box;
}

.bg-2 {
    background-image: url(../img/bg-2.png);
    background-repeat: repeat;
    background-clip: padding-box;
}

.bg-3 {
    background-image: url(../img/bg-3.png);
    background-repeat: repeat;
    background-clip: padding-box;
}

.bg-wood {
    background-image: url(../img/wood-deck-01.png);
    background-repeat: repeat;
    background-clip: padding-box;
}

/* btn */
.btn_wrap {
    position: relative;
}

.btn {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    max-width: 240px;
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    border: 1px solid #858585;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #1A1A1A;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .btn {
        height: 45px;
        max-width: 200px;
    }
}

.btn span {
    position: relative;
    color: inherit;
    text-decoration: none;
    z-index: 3;
}

.btn:hover {
    background: #A10707;
    border-color: #A10707;
    color: #FFFFFF;
}

.viewmore_link_wrap {
    position: relative;
}

.viewmore_link_wrap .viewmore_link {
    position: relative;
    display: inline-block;
    font-family: "Ubuntu";
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    color: #FF7100;
    text-decoration: none;
}

.viewmore_link_wrap .viewmore_link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF7100;
}

.viewmore_link_wrap .viewmore_link::after {
    content: ">";
    display: inline-block;
    line-height: 1;
    margin-left: 6px;
    vertical-align: text-bottom;
}

.viewmore_link_wrap .viewmore_link:hover::before {
    width: 100%;
    animation: link-lineloop 0.6s ease-out;
    -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
    position: relative;
}

.link-btn {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 1.2rem;
    max-width: 40.0rem;
    width: 100%;
    height: 6.0rem;
    background-color: #16389A;
    border: 2px solid #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    border-radius: 1.0rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .link-btn {
        max-width: 24.0rem;
    }
}

.link-btn span {
    position: relative;
    color: inherit;
    text-decoration: none;
    z-index: 3;
}

.link-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

.link-btn:hover {
    color: #16389A;
}

.link-btn:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    padding: 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
    position: relative;
    max-width: 70.0rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
    margin: auto;
}

.modal .modal-content {
    position: relative;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}

.modal .close {
    position: absolute;
    top: -1.0rem;
    right: -1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    width: 3.0rem;
    height: 3.0rem;
    background-color: #FCEE21;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1;
    z-index: 3;
}

.modal .modal-body {
    position: relative;
    padding: 2.0rem;
}

.modal.show {
    opacity: 1;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open {
    overflow: hidden;
}

.wp-pagination {
    position: relative;
    margin-top: 6.0rem;
}

@media only screen and (max-width: 768px) {
    .wp-pagination {
        margin-top: 5.0rem;
    }
}

.wp-pagination .wp-pagenavi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-pagination .wp-pagenavi span,
.wp-pagination .wp-pagenavi a {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.8rem;
    padding: 0.7rem 1.5rem;
    min-width: 40px;
    border: 1px solid #16389A;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: center;
    color: #16389A;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .wp-pagination .wp-pagenavi span,
    .wp-pagination .wp-pagenavi a {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        margin-bottom: 0.6rem;
        padding: 0.6rem 1.2rem;
    }
}

.wp-pagination .wp-pagenavi span:hover,
.wp-pagination .wp-pagenavi a:hover {
    background: #16389A;
    color: #FFFFFF;
}

.wp-pagination .wp-pagenavi span {
    background: #16389A;
    color: #FFFFFF;
}

.wp-pagination .wp-pagenavi span.pages {
    display: none;
}

#toc_container {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 1.5rem;
    font-size: 100%;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 2.4rem;
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    #toc_container {
        letter-spacing: 0;
        padding: 1.8rem;
        margin-top: 2.4rem;
        margin-bottom: 2.5rem;
        border-radius: 1.2rem;
    }
}

#toc_container .toc_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    #toc_container .toc_title {
        font-size: 1.6rem;
    }
}

#toc_container .toc_list {
    margin-top: 1.0rem !important;
}

#toc_container .toc_list .toc_number {
    margin-right: 0.4rem;
}

.p-archive-single {
    position: relative;
    max-width: 97.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-archive-single .single-date {
    position: relative;
    display: block;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: 0.05em;
    color: #808080;
    margin-bottom: 0.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-date {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 0.2rem;
    }
}

.p-archive-single .single-title {
    position: relative;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-title {
        font-size: 1.8rem;
        line-height: 3.0rem;
        letter-spacing: 0.05em;
        margin-bottom: 2.4rem;
    }
}

.p-archive-single .single-thumb {
    position: relative;
    width: 100%;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-thumb {
        margin-bottom: 2.4rem;
    }
}

.p-archive-single .single-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.p-archive-single .single-meta {
    position: relative;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-meta {
        margin-bottom: 2.4rem;
    }
}

.p-archive-single .single-meta .cat {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.6rem;
    background-color: #169E49;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border-radius: 1.6rem;
}

.p-archive-single .single-meta .cat + .cat {
    margin-left: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-meta .cat + .cat {
        margin-left: 0.8rem;
    }
}

.p-archive-single .single-meta a.cat {
    cursor: pointer;
}

.p-archive-single .single-meta a.cat:hover {
    opacity: 0.7;
}

.p-archive-single .single-meta .date {
    position: relative;
    display: inline-block;
    font-family: "Oswald";
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #999999;
    margin-left: 1.2rem;
}

.p-archive-single .share-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-archive-single .share-links .label {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
    color: #000000;
    margin-right: 1.2rem;
    padding-bottom: 0.2rem;
}

.p-archive-single .share-links a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 3.6rem;
    line-height: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.p-archive-single .share-links a i {
    vertical-align: middle;
}

.p-archive-single .share-links a:not(:first-of-type) {
    margin-left: 0.8rem;
}

.p-archive-single .share-links a:hover {
    opacity: 0.7;
}

.p-archive-single .share-links .twitter-link {
    color: #1D9BF0;
}

.p-archive-single .share-links .facebook-link {
    color: #1877F2;
}

.p-archive-single .share-links .line-link {
    color: #00C300;
}

.p-archive-single .share-links .line-link i {
    font-size: 90%;
}

.p-archive-single .blog-content {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content {
        letter-spacing: 0.05em;
    }
}

.p-archive-single .blog-content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content p {
        margin: 1.2rem 0;
    }
}

.p-archive-single .blog-content ul {
    position: relative;
    list-style: disc;
    padding-left: 1.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content ul {
        margin: 1.2rem 0;
    }
}

.p-archive-single .blog-content strong, .p-archive-single .blog-content b {
    font-weight: bold;
}

.p-archive-single .blog-content i {
    font-style: italic;
}

.p-archive-single .blog-content a {
    position: relative;
    color: inherit;
    text-decoration: underline;
}

.p-archive-single .blog-content img {
    max-width: 100%;
    display: block;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content img {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

.p-archive-single .blog-content h1, .p-archive-single .blog-content h2 {
    position: relative;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content h1, .p-archive-single .blog-content h2 {
        font-size: 1.8rem;
        line-height: 3.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.p-archive-single .blog-content h3 {
    position: relative;
    font-size: 2.0rem;
    line-height: 3.2rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content h3 {
        font-size: 1.8rem;
        line-height: 3.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.p-archive-single .blog-content h4 {
    position: relative;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content h4 {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.p-archive-single .blog-content h5, .p-archive-single .blog-content h6 {
    position: relative;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content h5, .p-archive-single .blog-content h6 {
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

.p-archive-single .blog-content blockquote {
    position: relative;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #000000;
    border-radius: 1.6rem;
    background: #FFFFFF;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .blog-content blockquote {
        padding: 2.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

.p-archive-single .single-share {
    position: relative;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .single-share {
        margin-bottom: 2.0rem;
    }
}

.p-archive-single .author-box {
    position: relative;
    padding: 2.4rem 2.4rem 2.4rem;
    border: 1px solid #D9D9D9;
    border-radius: 1.5rem;
    margin-top: 4.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .author-box {
        padding: 1.8rem 1.8rem;
        border-radius: 1.2rem;
        margin-top: 3.0rem;
    }
}

.p-archive-single .author-box .avatar {
    position: relative;
    width: 10.0rem;
    float: right;
    margin-left: 2.0rem;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .author-box .avatar {
        margin-left: 1.5rem;
        margin-bottom: 1.0rem;
    }
}

.p-archive-single .author-box .label {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .author-box .label {
        font-size: 1.6rem;
        margin-bottom: 1.0rem;
    }
}

.p-archive-single .author-box .name {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.0rem;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .author-box .name {
        font-size: 1.8rem;
    }
}

.p-archive-single .author-box .text {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000000;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .p-archive-single .author-box .text {
        font-size: 1.4rem;
    }
}

.single-pagination {
    position: relative;
    display: block;
    margin-top: 5.0rem;
}

@media only screen and (max-width: 768px) {
    .single-pagination {
        margin-top: 4.0rem;
    }
}

.single-pagination::after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.single-pagination .page-btn {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #808080;
    padding: 0.8rem 2.0rem;
    border: 1px solid #808080;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .single-pagination .page-btn {
        padding: 0.6rem 1.6rem;
    }
}

.single-pagination .page-btn:hover {
    background: #808080;
    color: #FFFFFF;
}

.single-pagination .page-btn.prev-btn {
    float: left;
}

.single-pagination .page-btn.next-btn {
    float: right;
}

#tinymce,
body.wp-autoresize {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    #tinymce,
    body.wp-autoresize {
        letter-spacing: 0.05em;
    }
}

#tinymce p,
body.wp-autoresize p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce p,
    body.wp-autoresize p {
        margin: 1.2rem 0;
    }
}

#tinymce ul,
body.wp-autoresize ul {
    position: relative;
    list-style: disc;
    padding-left: 1.8rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce ul,
    body.wp-autoresize ul {
        margin: 1.2rem 0;
    }
}

#tinymce strong, #tinymce b,
body.wp-autoresize strong,
body.wp-autoresize b {
    font-weight: bold;
}

#tinymce i,
body.wp-autoresize i {
    font-style: italic;
}

#tinymce a,
body.wp-autoresize a {
    position: relative;
    color: inherit;
    text-decoration: underline;
}

#tinymce img,
body.wp-autoresize img {
    max-width: 100%;
    display: block;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    #tinymce img,
    body.wp-autoresize img {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

#tinymce h1, #tinymce h2,
body.wp-autoresize h1,
body.wp-autoresize h2 {
    position: relative;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce h1, #tinymce h2,
    body.wp-autoresize h1,
    body.wp-autoresize h2 {
        font-size: 1.8rem;
        line-height: 3.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

#tinymce h3,
body.wp-autoresize h3 {
    position: relative;
    font-size: 2.0rem;
    line-height: 3.2rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce h3,
    body.wp-autoresize h3 {
        font-size: 1.8rem;
        line-height: 3.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

#tinymce h4,
body.wp-autoresize h4 {
    position: relative;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce h4,
    body.wp-autoresize h4 {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

#tinymce h5, #tinymce h6,
body.wp-autoresize h5,
body.wp-autoresize h6 {
    position: relative;
    font-weight: bold;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    #tinymce h5, #tinymce h6,
    body.wp-autoresize h5,
    body.wp-autoresize h6 {
        margin-top: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

#tinymce blockquote,
body.wp-autoresize blockquote {
    position: relative;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #000000;
    border-radius: 1.6rem;
    background: #FFFFFF;
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    #tinymce blockquote,
    body.wp-autoresize blockquote {
        padding: 2.0rem;
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(22 56 154);
    padding: 0;
    z-index: 999;
}

@media print, screen and (max-width: 991px) {
    #header {
        height: 6.0rem;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        height: 5.0rem;
    }
}

#header .header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #header .header-wrapper {
        padding: 0;
    }
}

#header .header-wrapper .header-logo {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 2.0rem 0 2.0rem 2.0rem;
}

@media print, screen and (max-width: 991px) {
    #header .header-wrapper .header-logo {
        padding: 1.5rem 0 1.5rem 1.5rem;
    }
}

@media print, screen and (max-width: 991px) {
    #header .header-wrapper .header-logo {
        padding: 1.4rem 0 1.4rem 1.5rem;
		padding-top: 5px;
    }
}

#header .header-wrapper .header-logo a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    width: 36.8rem;
    max-width: 100%;
    margin: 0;
}

@media print, screen and (max-width: 991px) {
    #header .header-wrapper .header-logo a {
        width: 27.6rem;
    }
}

@media only screen and (max-width: 768px) {
    #header .header-wrapper .header-logo a {
        width: 20.25rem;
    }
}

#header .header-wrapper .header-logo a img {
    width: 100%;
}

#header .header-wrapper .header-nav {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media print, screen and (max-width: 991px) {
    #header .header-wrapper .header-nav {
        display: none;
        width: 0;
    }
}

#header .header-wrapper .header-nav .nav-menu {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 1.1rem 0;
    border-right: 2px dashed #FFFFFF;
}

#header .header-wrapper .header-nav .nav-menu > li {
    position: relative;
    padding: 0 1.1rem;
}

#header .header-wrapper .header-nav .nav-menu > li:not(:last-child) {
    border-right: 2px solid #FFFFFF;
}

#header .header-wrapper .header-nav .nav-menu .menu-link {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7rem;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-bottom: 0.1rem;
    margin: 0;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header .header-wrapper .header-nav .nav-menu .menu-link:hover, #header .header-wrapper .header-nav .nav-menu .menu-link.active {
    color: #FCEE21;
}

#header .header-wrapper .header-nav .nav-menu .menu-space {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: #FFFFFF;
    padding: 0 1.5rem;
    z-index: 0;
}

#header .header-wrapper .header-nav .nav-action {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
}

#header .header-wrapper .header-nav .nav-action .phone-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8.0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    padding: 1.2rem 1.8rem;
    text-decoration: none;
    outline: none;
}

#header .header-wrapper .header-nav .nav-action .phone-link .lead {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 1.8rem;
    font-family: "Bahnschrift";
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 2.4rem;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

#header .header-wrapper .header-nav .nav-action .phone-link .sub {
    position: relative;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0.2rem;
}

#header .header-wrapper .header-nav .nav-action .contact-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.6rem 1.0rem 1.2rem;
    height: 8.0rem;
    width: 8.0rem;
    background: #FCEA21;
    border: none;
    outline: none;
    text-decoration: none;
}

#header .header-wrapper .header-nav .nav-action .contact-btn .icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.1rem;
}

#header .header-wrapper .header-nav .nav-action .contact-btn .text {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    font-family: "Bahnschrift";
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.8rem;
    text-align: center;
    color: #16389A;
    text-decoration: none;
    margin-top: 0.8rem;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 6.0rem;
    height: 6.0rem;
    padding: 1.8rem 1.5rem;
    background: #FCEA21;
    display: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1001;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media print, screen and (max-width: 991px) {
    .mobile-nav-toggle {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-nav-toggle {
        width: 5.0rem;
        height: 5.0rem;
        padding: 1.5rem 1.3rem;
    }
}

.mobile-nav-toggle .toggle-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.mobile-nav-toggle .toggle-icon span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #16389A;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.mobile-nav-toggle .toggle-icon span:nth-child(1) {
    top: 0;
}

.mobile-nav-toggle .toggle-icon span:nth-child(2) {
    top: calc(50% - 1px);
}

.mobile-nav-toggle .toggle-icon span:nth-child(3) {
    bottom: 0;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
    -webkit-transform: translateY(1rem) rotate(-40deg);
    transform: translateY(1rem) rotate(-40deg);
}

@media only screen and (max-width: 768px) {
    .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
        -webkit-transform: translateY(0.9rem) rotate(-40deg);
        transform: translateY(0.9rem) rotate(-40deg);
    }
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
    -webkit-transform: translateY(-1.1rem) rotate(40deg);
    transform: translateY(-1.1rem) rotate(40deg);
}

@media only screen and (max-width: 768px) {
    .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
        -webkit-transform: translateY(-0.9rem) rotate(40deg);
        transform: translateY(-0.9rem) rotate(40deg);
    }
}

.fixed-header-actions {
    position: fixed;
    right: 6.0rem;
    top: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 6.0rem;
    margin: 0;
    z-index: 1000;
}

@media print, screen and (min-width: 992px) {
    .fixed-header-actions {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions {
        height: 5.0rem;
        right: 5.0rem;
        padding: 0.6rem;
    }
}

.fixed-header-actions > li {
    position: relative;
    padding: 0 1.0rem;
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions > li {
        padding: 0 0.6rem;
    }
}

.fixed-header-actions a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    width: 3.0rem;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions a {
        width: 2.6rem;
    }
}

.fixed-header-actions a svg {
    width: 1.7rem;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions a svg {
        width: 1.3rem;
    }
}

.fixed-header-actions .phone-btn {
    position: relative;
}

.fixed-header-actions .phone-btn svg {
    width: 1.7rem;
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions .phone-btn svg {
        width: 1.3rem;
    }
}

.fixed-header-actions .mail-btn {
    position: relative;
}

.fixed-header-actions .mail-btn svg {
    width: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .fixed-header-actions .mail-btn svg {
        width: 2.4rem;
    }
}

.fixed-side-btn {
    position: fixed;
    right: 0;
    top: 15.0rem;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 996;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .fixed-side-btn {
        top: 13.0rem;
        width: 3.0rem;
    }
}

.fixed-side-btn .btn-img {
    position: relative;
    width: 100%;
}

.fixed-side-btn img {
    width: 100%;
}

#mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 998;
    right: -100%;
    width: 80%;
    max-width: 500px;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #F2F2F2;
}

#mobile-nav .mobile-nav-container {
    position: relative;
    padding: 9.0rem 3.0rem 3.0rem;
}

@media only screen and (max-width: 768px) {
    #mobile-nav .mobile-nav-container {
        padding: 6.0rem 1.5rem 3.0rem;
    }
}

#mobile-nav .mobile-nav-menu {
    position: relative;
    list-style: none;
}

#mobile-nav .mobile-nav-menu > li {
    position: relative;
    display: block;
}

#mobile-nav .mobile-nav-menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-align: left;
    color: #000000;
    padding: 1.8rem 0;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #16389A;
}

@media only screen and (max-width: 768px) {
    #mobile-nav .mobile-nav-menu > li > a {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 1.6rem 0;
        font-weight: bold;
    }
}

#mobile-nav .mobile-nav-menu > li > a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mobile-nav .mobile-nav-menu .drop-down > a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../img/common/icon-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

#mobile-nav .mobile-nav-menu .drop-down ul {
    display: none;
    overflow: hidden;
}

#mobile-nav .mobile-nav-menu .drop-down li {
    padding-left: 16px;
}

#mobile-nav .mobile-nav-menu .drop-down li a {
    position: relative;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    padding: 16px 0;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #000000;
}

#mobile-nav .mobile-nav-menu .drop-down.active > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.mobile-nav-overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
    body.mobile-nav-active {
        overflow: hidden;
    }
}

body.mobile-nav-active #mobile-nav {
    right: 0;
}

.mainvisual {
    position: relative;
    padding: 0;
}

.mainvisual .mainvisual-slider {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 0;
}

.mainvisual .mainvisual-slider .slide-item {
    position: relative;
    padding: 0;
}

.mainvisual .mainvisual-slider .slide-item .mainvisual-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.mainvisual .mainvisual-slider .slide-item .mainvisual-img img {
    width: 100%;
    height: 100%;
}

@media print, screen and (max-width: 991px) {
    .mainvisual .mainvisual-slider .slide-item .mainvisual-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 60.0rem;
    }
}

@media only screen and (max-width: 768px) {
    .mainvisual .mainvisual-slider .slide-item .mainvisual-img img {
        height: 100%;
        height: 100vw;
        min-height: 36.0rem;
    }
}

.mainvisual .mainvisual-slider .slick-list {
    position: relative;
}

.mainvisual .mainvisual-slider .slick-slide {
    position: relative;
}

.mainvisual .mainvisual-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 62.7rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(0deg, #fff, hsl(0deg 0% 100% / 17%));
    padding: 6.0rem 4.0rem 8.0rem 6.0rem;
    z-index: 3;
}

@media print, screen and (max-width: 991px) {
    .mainvisual .mainvisual-side {
        padding: 5.0rem 2.0rem 6.0rem 3.0rem;
        width: 52.7rem;
    }
}

@media only screen and (max-width: 768px) {
    .mainvisual .mainvisual-side {
        width: 100%;
        padding: 4.0rem 1.5rem;
    }
}

.mainvisual .mainvisual-side .wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.mainvisual .mainvisual-side .side-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pageindex {
    position: relative;
    height: 40.0rem;
    padding: 12.0rem 0 4.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/pageindex.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .pageindex {
        height: 27.0rem;
        padding: 9.0rem 0 4.0rem;
    }
}

.pageindex .wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.pageindex .pageindex-title {
    position: relative;
}

.pageindex .pageindex-title .lead {
    position: relative;
    font-weight: 900;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    line-height: 4.8rem;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .pageindex .pageindex-title .lead {
        font-size: 2.4rem;
        line-height: 3.6rem;
        letter-spacing: 0.05em;
    }
}

.pageindex .pageindex-title .sub {
    position: relative;
    font-family: "Bahnschrift";
    font-weight: 600;
    font-size: 3.0rem;
    line-height: 4.5rem;
    text-align: center;
    color: #32A7E0;
}

@media only screen and (max-width: 768px) {
    .pageindex .pageindex-title .sub {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
}

.breadcrumbs {
    position: relative;
    padding: 1.2rem 0;
}

.breadcrumbs ol {
    display: block;
    list-style: none;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: normal;
    color: #999999;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs ol {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.breadcrumbs ol a {
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs ol li {
    position: relative;
    display: inline;
}

.breadcrumbs ol li + li::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: inherit;
    font-weight: 900;
    font-style: normal;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs ol li + li::before {
        padding-left: 1.0rem;
        padding-right: 1.0rem;
    }
}

.inner-toppage {
    position: relative;
    padding: 5.0rem 0 6.0rem;
}

@media only screen and (max-width: 768px) {
    .inner-toppage {
        padding: 4.0rem 0 5.0rem;
    }
}

.inner-page {
    position: relative;
    padding: 4.0rem 0 7.0rem;
}

@media only screen and (max-width: 768px) {
    .inner-page {
        padding: 3.0rem 0 6.0rem;
    }
}

.top-oath-section {
    position: relative;
    padding: 6.0rem 0 7.0rem;
}

@media only screen and (max-width: 768px) {
    .top-oath-section {
        padding: 6.0rem 0;
    }
}

.oath-intro-block {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem minmax(0px, 1fr);
    grid-template-columns: 20rem minmax(0px, 1fr);
    grid-column-gap: 2.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .oath-intro-block {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 3.0rem;
    }
}

.oath-intro-block > li {
    position: relative;
}

.oath-intro-block .oath-box {
    position: relative;
    display: block;
    max-width: 20.0rem;
    width: 100%;
    padding: 3.0rem 3.0rem 4.0rem;
    background: #FCEE21;
    border-left: 0.4rem solid #16389A;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .oath-intro-block .oath-box {
        padding: 2.4rem 2.0rem 3.0rem;
    }
}

.oath-intro-block .oath-box .lead {
    position: relative;
    font-family: "Bahnschrift";
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    font-weight: 600;
    font-size: 5.0rem;
    line-height: 6.0rem;
    color: #16389A;
    text-align: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #16389A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0rem;
}

@media only screen and (max-width: 768px) {
    .oath-intro-block .oath-box .lead {
        font-size: 4.0rem;
        line-height: 5.4rem;
    }
}

.oath-intro-block .oath-box .sub {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 2.8rem;
    text-align: center;
    color: #16389A;
}

.oath-intro-block .oath-content {
    position: relative;
}

.oath-intro-block .oath-content .text {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.8rem;
    text-align: left;
}

.oath-card-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 4.0rem;
    padding: 0;
}

@media print, screen and (max-width: 991px) {
    .oath-card-list {
        grid-column-gap: 3.0rem;
        grid-row-gap: 3.0rem;
    }
}

.oath-card-list > li {
    position: relative;
}

.oath-card-list .oath-card {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
}

.oath-card-list .oath-card .label {
    position: relative;
    width: 100%;
    padding: 1.5rem 1.6rem;
    background: #16389A;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.oath-card-list .oath-card .lead {
    position: relative;
    width: 100%;
    padding: 0.7rem 1.6rem;
    background: #808080;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.oath-card-list .oath-card .text {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2.8rem;
    text-align: left;
}

.oath-card-list .oath-card .content {
    position: relative;
    padding: 2.0rem 2.0rem;
}

.top-service-section {
    position: relative;
    padding: 10.0rem 0 8.0rem;
    background-image: url(../img/top_service_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .top-service-section {
        padding: 11.0rem 0 6.0rem;
    }
}

.top-section-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1.3rem 2.0rem 0.7rem;
    background: #16389A;
    font-family: "Bahnschrift";
    font-weight: 600;
    font-size: 5.0rem;
    line-height: 6.0rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0 0 3.0rem 3.0rem;
}

@media only screen and (max-width: 768px) {
    .top-section-title {
        font-size: 4.0rem;
        line-height: 5.0rem;
        padding: 1.2rem 1.5rem 0.8rem;
        width: 18.0rem;
    }
}

.top-section-title span {
    color: #FCEA21;
}

.service-index-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
    grid-column-gap: 0.8rem;
    grid-row-gap: 1.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .service-index-list {
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
}

.service-index-list > li {
    position: relative;
}

.service-index-list .service-index {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.0rem 1.0rem 2.4rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
    .service-index-list .service-index {
        padding-bottom: 2.0rem;
    }
}

.service-index-list .service-index::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    border-top: 1.5rem solid transparent;
    border-right: 1.5rem solid #FCEE21;
    border-left: 0;
    border-bottom: 0;
}

.service-index-list .service-index .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .service-index-list .service-index .image {
        margin-bottom: 1.8rem;
    }
}

.service-index-list .service-index .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-index-list .service-index .label {
    position: relative;
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 3.0rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .service-index-list .service-index .label {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.service-index-list .service-index:hover .image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.top-archive-section {
    position: relative;
    padding: 10.0rem 0 8.0rem;
}

@media only screen and (max-width: 768px) {
    .top-archive-section {
        padding: 10.0rem 0 6.0rem;
    }
}

.archive-list-wrapper {
    position: relative;
}

.archive-card-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    grid-column-gap: 0.8rem;
    grid-row-gap: 1.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .archive-card-list {
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
}

.archive-card-list > li {
    position: relative;
}

.archive-card-list .archive-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1.0rem 1.0rem 1.2rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.archive-card-list .archive-card .info-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
}

.archive-card-list .archive-card .info-wrap .thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.2rem;
}

.archive-card-list .archive-card .info-wrap .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    height: 18.6rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .archive-card-list .archive-card .info-wrap .thumb img {
        height: 10.0rem;
    }
}

.archive-card-list .archive-card .info-wrap .thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.archive-card-list .archive-card .info-wrap .title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .archive-card-list .archive-card .info-wrap .title {
        font-size: 1.4rem;
        line-height: 2.4rem;
        text-decoration: underline;
    }
}

.archive-card-list .archive-card .info-wrap .title a {
    color: inherit;
}

.archive-card-list .archive-card .info-wrap .title a:hover {
    text-decoration: underline;
}

.archive-card-list .archive-card .meta-wrap {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 1.0rem;
}

.archive-card-list .archive-card .meta-wrap::after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.archive-card-list .archive-card .meta-wrap .date {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #808080;
    float: right;
}

@media only screen and (max-width: 768px) {
    .archive-card-list .archive-card .meta-wrap .date {
        font-size: 1.4rem;
    }
}

.archive-card-list .archive-card .meta-wrap .viewmore {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #16389A;
    text-decoration: none;
    float: right;
}

@media only screen and (max-width: 768px) {
    .archive-card-list .archive-card .meta-wrap .viewmore {
        font-size: 1.4rem;
    }
}

.archive-card-list .archive-card .meta-wrap .viewmore span {
    position: relative;
    display: inline;
    color: inherit;
}

.archive-card-list .archive-card .meta-wrap .viewmore span::before {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #16389A;
}

.archive-card-list .archive-card .meta-wrap .viewmore::after {
    color: #808080;
    content: "\f054";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 65%;
}

.archive-card-list .archive-card .meta-wrap .viewmore:hover span::before {
    width: 100%;
    animation: link-lineloop 0.6s ease-out;
    -webkit-animation: link-lineloop 0.6s ease-out;
}

.archive-action {
    position: relative;
    margin-top: 3rem;
}

.archive-action .link-btn {
    margin-left: auto;
    margin-right: auto;
}

.instagram-title {
    position: relative;
    margin-bottom: 5.0rem;
}

.instagram-title .lead {
    position: relative;
    display: block;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 4.0rem;
    line-height: 6.0rem;
    color: #16389A;
    text-align: center;
    padding: 0.4rem 1.2rem;
    max-width: 100%;
    width: 40.0rem;
    border-top: 1px solid #16389A;
    border-bottom: 1px solid #16389A;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .instagram-title .lead {
        font-size: 3.0rem;
        line-height: 4.5rem;
        padding: 0.5rem 1.0rem 0.4rem;
        width: 30.0rem;
    }
}

.top-blogs-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 6.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .top-blogs-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
        grid-column-gap: 3.0rem;
        grid-row-gap: 5.0rem;
    }
}

.top-blogs-wrapper .blog-archve-box {
    position: relative;
    padding: 3.0rem 2.0rem 3.6rem;
    background: #FFFFFF;
    border: 2px solid #16389A;
    border-radius: 2.0rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .top-blogs-wrapper .blog-archve-box {
        padding: 2.4rem 1.6rem 3.0rem;
        border-radius: 1.6rem;
    }
}

.top-blogs-wrapper .archive-action {
    margin-top: auto;
    margin-bottom: 0;
}

.blog-block-list {
    position: relative;
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2.4rem;
}

.blog-block-list > li {
    position: relative;
}

.blog-block-list > li:not(:last-child) {
    margin-bottom: 2.0rem;
}

.blog-block-list .blog-block {
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .blog-block-list .blog-block {
        -ms-grid-columns: 15rem minmax(0px, 1fr);
        grid-template-columns: 15rem minmax(0px, 1fr);
        grid-column-gap: 1.0rem;
    }
}

.blog-block-list .blog-block > .left {
    position: relative;
}

.blog-block-list .blog-block > .right {
    position: relative;
}

.blog-block-list .blog-block .thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.blog-block-list .blog-block .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    height: 13.7rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .blog-block-list .blog-block .thumb img {
        height: 10.0rem;
    }
}

.blog-block-list .blog-block .thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-block-list .blog-block .date {
    position: relative;
    display: block;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #808080;
    margin-bottom: 0.4rem;
}

@media only screen and (max-width: 768px) {
    .blog-block-list .blog-block .date {
        font-size: 1.4rem;
        margin-bottom: 0;
    }
}

.blog-block-list .blog-block .title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {
    .blog-block-list .blog-block .title {
        font-size: 1.4rem;
        text-decoration: underline;
        margin-bottom: 0.3rem;
    }
}

.blog-block-list .blog-block .title a {
    color: inherit;
}

.blog-block-list .blog-block .title a:hover {
    text-decoration: underline;
}

.blog-block-list .blog-block .excerpt {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .blog-block-list .blog-block .excerpt {
        font-size: 1.4rem;
        -webkit-line-clamp: 2;
    }
}

.top-checkup-section {
    position: relative;
    padding: 6.0rem 0;
}

.top-checkup-section .checkup-title {
    position: relative;
    display: block;
    width: 40.0rem;
    max-width: 100%;
    font-family: "Bahnschrift";
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 6.0rem;
    color: #16389A;
    text-align: center;
    padding: 0.4rem 1.2rem;
    border-top: 1px solid #16389A;
    border-bottom: 1px solid #16389A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
    .top-checkup-section .checkup-title {
        font-size: 3.0rem;
        line-height: 4.5rem;
        padding: 0.5rem 1.0rem 0.4rem;
        width: 30.0rem;
    }
}

.top-checkup-section .checkup-action-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
    grid-column-gap: 3.0rem;
    grid-row-gap: 3.0rem;
    padding: 0;
    max-width: 96.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (max-width: 991px) {
    .top-checkup-section .checkup-action-list {
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
        grid-column-gap: 2.0rem;
        grid-row-gap: 2.0rem;
    }
}

.top-checkup-section .checkup-action-list > li {
    position: relative;
}

.top-checkup-section .checkup-action-list .checkup-btn {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 1.2rem;
    max-width: 30.0rem;
    width: 100%;
    height: 8.0rem;
    background-color: #FCEA21;
    border: 1px solid #16389A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #16389A;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    border-radius: 1.0rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.top-checkup-section .checkup-action-list .checkup-btn2 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 1.2rem;
    max-width: 30.0rem;
    width: 100%;
    height: 8.0rem;
    background-color: #FCEA21;
    border: 1px solid #16389A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #16389A;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    border-radius: 1.0rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}


@media only screen and (max-width: 768px) {
    .top-checkup-section .checkup-action-list .checkup-btn {
        max-width: 30.0rem;
        height: 7.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .top-checkup-section .checkup-action-list .checkup-btn2 {
        max-width: 30.0rem;
        height: 7.2rem;
    }
}


.top-checkup-section .checkup-action-list .checkup-btn .icon {
    position: relative;
    display: block;
    width: auto;
    height: 4.0rem;
    margin-right: 2.0rem;
    z-index: 3;
}

.top-checkup-section .checkup-action-list .checkup-btn .text {
    position: relative;
    display: inline-block;
    padding-top: 0.2rem;
    color: inherit;
    text-decoration: none;
    z-index: 3;
}

.top-checkup-section .checkup-action-list .checkup-btn .line {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    line-height: 1;
    padding-top: 0.6rem;
    z-index: 3;
}

.top-checkup-section .checkup-action-list .checkup-btn .line .up {
    position: relative;
    display: block;
    width: 21.7rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top-checkup-section .checkup-action-list .checkup-btn .line .sub {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: none;
    margin-top: 0.4rem;
}

@media only screen and (max-width: 768px) {
    .top-checkup-section .checkup-action-list .checkup-btn .line .sub {
        margin-top: 0.2rem;
    }
}

.top-checkup-section .checkup-action-list .checkup-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

.top-checkup-section .checkup-action-list .checkup-btn:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.p-archive-list-wrapper {
    position: relative;
}

.p-blog-card-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 3.0rem;
    padding: 0;
}

.p-blog-card-list > li {
    position: relative;
}

.p-blog-card-list .p-blog-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.p-blog-card-list .p-blog-card .info-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
}

.p-blog-card-list .p-blog-card .info-wrap .thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.6rem;
}

.p-blog-card-list .p-blog-card .info-wrap .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    height: 22.7rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .p-blog-card-list .p-blog-card .info-wrap .thumb img {
        height: 23.0rem;
    }
}

.p-blog-card-list .p-blog-card .info-wrap .thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.p-blog-card-list .p-blog-card .info-wrap .title {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.0rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 1.6rem;
    overflow: hidden;
    margin-bottom: 1.0rem;
}

@media only screen and (max-width: 768px) {
    .p-blog-card-list .p-blog-card .info-wrap .title {
        text-decoration: underline;
    }
}

.p-blog-card-list .p-blog-card .info-wrap .title a {
    color: inherit;
}

.p-blog-card-list .p-blog-card .info-wrap .title a:hover {
    text-decoration: underline;
}

.p-blog-card-list .p-blog-card .info-wrap .excerpt {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 1.6rem;
    overflow: hidden;
}

.p-blog-card-list .p-blog-card .meta-wrap {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 1.6rem 1.6rem 1.6rem;
}

.p-blog-card-list .p-blog-card .meta-wrap::after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.p-blog-card-list .p-blog-card .meta-wrap .date {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #808080;
    float: left;
}

.p-blog-card-list .p-blog-card .meta-wrap .viewmore {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Bahnschrift";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #16389A;
    text-decoration: none;
    float: right;
}

.p-blog-card-list .p-blog-card .meta-wrap .viewmore span {
    position: relative;
    display: inline;
    color: inherit;
}

.p-blog-card-list .p-blog-card .meta-wrap .viewmore span::before {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #16389A;
}

.p-blog-card-list .p-blog-card .meta-wrap .viewmore::after {
    color: #808080;
    content: "\f054";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 65%;
}

.p-blog-card-list .p-blog-card .meta-wrap .viewmore:hover span::before {
    width: 100%;
    animation: link-lineloop 0.6s ease-out;
    -webkit-animation: link-lineloop 0.6s ease-out;
}

.p-company-table-box {
    position: relative;
    padding: 5.0rem 5.0rem;
    background: #FFFFFF;
    border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box {
        padding: 1.0rem 1.0rem;
        border-radius: 1.6rem;
    }
}

.p-company-table-box .company-table {
    position: relative;
    max-width: 95.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table {
        display: block;
        font-size: 1.6rem;
        line-height: 3.0rem;
        letter-spacing: 0.05em;
    }

    .p-company-table-box .company-table tbody {
        display: block;
        width: 100%;
    }
}

.p-company-table-box .company-table tr {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table tr {
        display: block;
        width: 100%;
        padding: 1.6rem 1.0rem;
    }
}

.p-company-table-box .company-table tr:not(:last-child) {
    border-bottom: 1px dashed #CCCCCC;
}

.p-company-table-box .company-table th {
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table th {
        font-weight: bold;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table td {
        letter-spacing: 0;
    }
}

.p-company-table-box .company-table th, .p-company-table-box .company-table td {
    position: relative;
    padding: 2.4rem 1.0rem;
    border: none;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table th, .p-company-table-box .company-table td {
        display: block;
        width: 100%;
        padding: 0;
    }
    .p-company-table-box .company-table th{
        display: inline;
        padding-right: 1rem;
    }
}

.p-company-table-box .company-table .list {
    position: relative;
    list-style: none;
    font-size: inherit;
    padding: 0;
}

.p-company-table-box .company-table .list > li {
    position: relative;
}

.p-company-table-box .company-table .list > li:not(:last-child) {
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table .list > li:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}

.p-company-table-box .company-table .list h5, .p-company-table-box .company-table .list p {
    position: relative;
    font-size: inherit;
    font-weight: inherit;
}

.p-company-table-box .company-table .list h5 {
    text-indent: -1.0rem;
}

@media only screen and (max-width: 768px) {
    .p-company-table-box .company-table .list h5 {
        text-indent: -0.8rem;
    }
}

.p-company-table-box .company-table small {
    font-size: 1.6rem;
}

.p-access-map {
    position: relative;
}

.p-access-map .label {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 3.6rem;
    text-align: center;
    color: #000000;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-access-map .label {
        font-size: 2.0rem;
        line-height: 3.0rem;
        margin-bottom: 1.6rem;
    }
}

.p-access-map .map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.p-access-map iframe {
    width: 100%;
}

.checkup-line-btn {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 1.2rem;
    max-width: 30.0rem;
    width: 100%;
    height: 8.0rem;
    background-color: #FCEA21;
    border: 1px solid #16389A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #16389A;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    border-radius: 1.0rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .checkup-line-btn {
        max-width: 30.0rem;
        height: 7.2rem;
    }
}

.checkup-line-btn .line {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    line-height: 1;
    padding-top: 0.6rem;
    z-index: 3;
}

.checkup-line-btn .line .up {
    position: relative;
    display: block;
    width: 21.7rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.checkup-line-btn .line .sub {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-decoration: none;
    margin-top: 0.4rem;
}

@media only screen and (max-width: 768px) {
    .checkup-line-btn .line .sub {
        margin-top: 0.2rem;
    }
}

.checkup-line-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

.checkup-line-btn:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.p-contact-intro {
    position: relative;
}

.p-contact-intro .intro-lead {
    position: relative;
    margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .intro-lead {
        margin-bottom: 3.0rem;
    }
}

.p-contact-intro .intro-lead h4 {
    position: relative;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .intro-lead h4 {
        font-size: 2.0rem;
        line-height: 3.0rem;
        letter-spacing: 0.05em;
        margin-bottom: 2.0rem;
    }
}

.p-contact-intro .intro-lead p {
    position: relative;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 3.0rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .intro-lead p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
}

.p-contact-intro .phone-panel {
    position: relative;
    margin-bottom: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .phone-panel {
        margin-bottom: 2.4rem;
    }
}

.p-contact-intro .phone-panel .phone-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Bahnschrift";
    font-weight: 500;
    font-size: 5.0rem;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #16389A;
    text-align: center;
    text-decoration: none;
    outline: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .phone-panel .phone-link {
        font-size: 4.0rem;
    }
}

.p-contact-intro .phone-panel .phone-link .icon {
    position: relative;
    width: 2.1rem;
    height: auto;
    margin-right: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .phone-panel .phone-link .icon {
        width: 1.7rem;
        margin-right: 1.2rem;
    }
}

.p-contact-intro .phone-panel .phone-link .text {
    position: relative;
    display: inline-block;
    padding-top: 0.4rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .phone-panel .phone-link .text {
        padding-top: 0.2rem;
    }
}

.p-contact-intro .phone-panel .operate {
    position: relative;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: center;
    margin-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .phone-panel .operate {
        margin-top: 1.0rem;
    }
}

.p-contact-intro .line-action {
    position: relative;
    margin-bottom: 3.6rem;
}

.p-contact-intro .notice-box {
    position: relative;
    display: block;
    padding: 2.4rem 2.0rem;
    background: #F2F2F2;
    border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .notice-box {
        padding: 2.4rem 2.0rem;
        border-radius: 1.6rem;
    }
}

.p-contact-intro .notice-box .text {
    position: relative;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .p-contact-intro .notice-box .text {
        text-align: left;
    }
}

.p-contact-form-box {
    position: relative;
    padding: 6.5rem 5.0rem;
    background: #FFFFFF;
    border-radius: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box {
        padding: 3.0rem 1.0rem;
        border-radius: 1.6rem;
    }
}

.p-contact-form-box .p-contact-form {
    position: relative;
    display: block;
    max-width: 97.0rem;
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: left;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}

.p-contact-form-box .p-contact-form .form-group {
    position: relative;
    margin-bottom: 5.0rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-group {
        margin-bottom: 3.0rem;
    }
}

.p-contact-form-box .p-contact-form .form-input {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30rem minmax(0px, 1fr);
    grid-template-columns: 30rem minmax(0px, 1fr);
    grid-column-gap: 2.0rem;
    padding: 0 1.0rem;
}

@media print, screen and (max-width: 991px) {
    .p-contact-form-box .p-contact-form .form-input {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 1.2rem;
    }
}

.p-contact-form-box .p-contact-form .form-input:not(:last-child) {
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-input:not(:last-child) {
        padding-bottom: 2.0rem;
        margin-bottom: 2.0rem;
    }
}

.p-contact-form-box .p-contact-form .form-input .label {
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 3.0rem;
    padding: 0.8rem 0;
}

@media print, screen and (max-width: 991px) {
    .p-contact-form-box .p-contact-form .form-input .label {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-input .label {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
    }
}

.p-contact-form-box .p-contact-form .form-input .label .required {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0.3rem 1.2rem;
    background: #FF0000;
    color: #FFFFFF;
    float: right;
}

.p-contact-form-box .p-contact-form .form-input .input {
    position: relative;
}

.p-contact-form-box .p-contact-form .form-input .input > * {
    vertical-align: middle;
}

.p-contact-form-box .p-contact-form .form-input .sm {
    width: 20.0rem;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-input .sm {
        width: 100%;
    }
}

.p-contact-form-box .p-contact-form .form-input .tel-inputs {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0;
}

.p-contact-form-box .p-contact-form .form-input .tel-inputs > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0 0.5rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-input .tel-inputs > li:nth-of-type(odd) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 4.0rem) / 3);
        flex: 0 0 calc((100% - 4.0rem) / 3);
        width: calc((100% - 4.0rem) / 3);
    }
}

.p-contact-form-box .p-contact-form .form-input .tel-inputs .num {
    position: relative;
    width: 15.0rem;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-input .tel-inputs .num {
        width: 100%;
    }
}

.p-contact-form-box .p-contact-form .form-input .tel-inputs .line {
    position: relative;
    display: block;
    width: 1.0rem;
    height: 1px;
    background: #CCCCCC;
}

.p-contact-form-box .p-contact-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item {
    position: relative;
    display: block;
    padding-left: 0.6rem;
    margin: 0;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0.6rem;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item label {
    display: inline-block;
    cursor: pointer;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"],
.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label,
.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 3.0rem;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::before, .p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::after,
.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] + .wpcf7-list-item-label::before,
.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::before, .p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::after {
    border-radius: 5.0rem;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::before {
    top: 0.5rem;
    left: 0;
    width: 2.0rem;
    height: 2.0rem;
    border: 1px solid #000000;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"] + .wpcf7-list-item-label::after {
    top: 1.0rem;
    left: 0.5rem;
    width: 1.0rem;
    height: 1.0rem;
    background: #000000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"]:not(:checked) + .wpcf7-list-item-label::after {
    opacity: 0;
    visibility: hidden;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] + .wpcf7-list-item-label::before {
    top: 0.5rem;
    left: 0;
    width: 2.0rem;
    height: 2.0rem;
    border: 1px solid #000000;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"] + .wpcf7-list-item-label::after {
    top: 0.7rem;
    left: 0.6rem;
    width: 0.8rem;
    height: 1.2rem;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
    opacity: 0;
    visibility: hidden;
}

.p-contact-form-box .p-contact-form .wpcf7-list-item [type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}

.p-contact-form-box .p-contact-form .form-term {
    position: relative;
    text-align: center;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-contact-form-box .p-contact-form .form-term {
        letter-spacing: 0;
        margin-bottom: 2.0rem;
    }
}

.p-contact-form-box .p-contact-form .form-submit {
    position: relative;
}

.p-contact-form-box .p-contact-form .form-submit .link-btn {
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 5.0rem;
    padding: 2.0rem 2.4rem;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        margin-bottom: 3.0rem;
        padding: 1.6rem;
        letter-spacing: 0.05em;
    }
}

.p-privacy-panel {
    position: relative;
}

.p-privacy-panel .panel-title {
    position: relative;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: center;
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
    .p-privacy-panel .panel-title {
        font-size: 2.0rem;
        line-height: 3.0rem;
        padding-bottom: 2.0rem;
        margin-bottom: 3.0rem;
    }
}

.p-privacy-panel .panel-content {
    position: relative;
}

.p-privacy-panel .panel-content .lead {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.04rem;
    text-align: left;
    color: #000000;
    margin-bottom: 0.6rem;
}

.p-privacy-panel .panel-content .lead::before {
    content: "▶";
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.0rem;
    line-height: 2.1rem;
    color: #16389A;
    margin-right: 0.6rem;
}

.p-privacy-panel .panel-content .text {
    position: relative;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000000;
}

.p-privacy-panel .panel-content a {
    color: inherit;
}

.p-privacy-panel .panel-content .privay-list {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
}

.p-privacy-panel .panel-content .privay-list > li {
    position: relative;
}

.p-privacy-panel .panel-content .privay-list > li:not(:last-child) {
    margin-bottom: 2.4rem;
}

.p-column-intro {
    position: relative;
}

.p-column-intro .title {
    position: relative;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 4.0rem;
    text-align: center;
    padding: 2.0rem 1.0rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 60.0rem;
    max-width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
    .p-column-intro .title {
        min-width: 30.0rem;
        font-size: 2.0rem;
        line-height: 3.2rem;
        letter-spacing: 0.05em;
    }
}

.p-column-intro .text {
    position: relative;
    font-weight: normal;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .p-column-intro .text {
        font-size: 1.6rem;
        line-height: 3.0rem;
    }
}

.p-column-intro-section {
    position: relative;
    padding: 6.0rem 0;
}

@media only screen and (max-width: 768px) {
    .p-column-intro-section {
        padding: 5.0rem 0;
    }
}

.p-column-index-section {
    position: relative;
    padding: 4.0rem 0;
}

.p-column-index-list {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-left: -1.0rem;
    margin-right: -1.0rem;
}

.p-column-index-list > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 1.0rem;
}

.p-column-index-list .p-column-index {
    position: relative;
    display: block;
    width: 24.0rem;
    max-width: 100%;
    padding: 0;
    background: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: 1px solid #32A7E0;
}

.p-column-index-list .p-column-index .index-head {
    position: relative;
    padding: 0.3rem 1.0rem;
    background: #32A7E0;
    font-family: "Bahnschrift";
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #FFFFFF;
}

.p-column-index-list .p-column-index .index-body {
    position: relative;
    padding: 1.0rem 1.0rem 2.4rem;
}

.p-column-index-list .p-column-index .index-body .lead {
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #32A7E0;
    text-align: center;
    text-decoration: none;
}

.p-column-index-list .p-column-index .index-body::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.0rem;
    display: inline-block;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 0.8rem solid #32A7E0;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-column-index-list .p-column-index:hover .index-body .lead {
    text-decoration: underline;
}

.p-column-index-list .p-column-index.azure {
    border-color: #32A7E0;
}

.p-column-index-list .p-column-index.azure .index-head {
    background: #32A7E0;
}

.p-column-index-list .p-column-index.azure .index-body .lead {
    color: #32A7E0;
}

.p-column-index-list .p-column-index.azure .index-body::after {
    border-top-color: #32A7E0;
}

.p-column-index-list .p-column-index.green {
    border-color: #009A27;
}

.p-column-index-list .p-column-index.green .index-head {
    background: #009A27;
}

.p-column-index-list .p-column-index.green .index-body .lead {
    color: #009A27;
}

.p-column-index-list .p-column-index.green .index-body::after {
    border-top-color: #009A27;
}

.p-column-index-list .p-column-index.orange {
    border-color: #FF931E;
}

.p-column-index-list .p-column-index.orange .index-head {
    background: #FF931E;
}

.p-column-index-list .p-column-index.orange .index-body .lead {
    color: #FF931E;
}

.p-column-index-list .p-column-index.orange .index-body::after {
    border-top-color: #FF931E;
}

.p-column-index-list .p-column-index.pink {
    border-color: #FF7BAC;
}

.p-column-index-list .p-column-index.pink .index-head {
    background: #FF7BAC;
}

.p-column-index-list .p-column-index.pink .index-body .lead {
    color: #FF7BAC;
}

.p-column-index-list .p-column-index.pink .index-body::after {
    border-top-color: #FF7BAC;
}

.p-detail-panel {
    position: relative;
    max-width: 97.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.p-detail-panel .panel-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
    text-align: center;
    margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
    .p-detail-panel .panel-title {
        font-size: 2.0rem;
        line-height: 3.0rem;
        letter-spacing: 0.05em;
        margin-bottom: 3.0rem;
    }
}

.p-detail-panel .panel-title span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FCEA21));
    background: linear-gradient(transparent 65%, #FCEA21 0%);
}

.p-detail-panel .panel-image {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
}

.p-detail-panel .panel-image img {
    width: 100%;
    height: 18.0rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-detail-panel .panel-text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
    .p-detail-panel .panel-text {
        letter-spacing: 0.02em;
    }
}

.p-column-list-box {
    position: relative;
    padding: 6.0rem 5.0rem 7.0rem;
}

@media print, screen and (max-width: 991px) {
    .p-column-list-box {
        padding: 5.0rem 4.0rem 6.0rem;
    }
}

@media only screen and (max-width: 768px) {
    .p-column-list-box {
        padding: 2.4rem 1.6rem 3.0rem;
    }
}

.p-column-list-box .box-inner {
    position: relative;
    max-width: 97.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.column-list-lead {
    position: relative;
    font-weight: 900;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 3.6rem;
    text-align: left;
    padding: 0 2.0rem;
    margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
    .column-list-lead {
        padding: 0;
        font-size: 2.0rem;
        line-height: 3.0rem;
        letter-spacing: 0.05em;
    }
}

.column-card-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 4.0rem;
    padding: 0;
}

@media print, screen and (max-width: 991px) {
    .column-card-list {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
        grid-column-gap: 2.0rem;
        grid-row-gap: 3.0rem;
    }
}

@media only screen and (max-width: 768px) {
    .column-card-list {
        grid-column-gap: 2.0rem;
        grid-row-gap: 2.0rem;
    }
}

@media print, screen and (min-width: 992px) {
    .column-card-list.sm {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
        grid-column-gap: 1.0rem;
        grid-row-gap: 3.0rem;
    }
}

.column-card-list > li {
    position: relative;
}

.column-card-list .column-card {
    position: relative;
    display: block;
    padding: 2.0rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .column-card-list .column-card {
        padding: 1.0rem 1.0rem 1.6rem;
    }
}

.column-card-list .column-card .image {
    position: relative;
    width: 100%;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .column-card-list .column-card .image {
        margin-bottom: 1.2rem;
    }
}

.column-card-list .column-card .image img {
    width: 100%;
}

.column-card-list .column-card .title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 3.0rem;
    text-align: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .column-card-list .column-card .title {
        letter-spacing: 0.05em;
        padding-bottom: 1.2rem;
    }
}

.column-card-list .column-card .lead {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 3.0rem;
    text-align: center;
    padding: 0.2rem 0 0;
}

@media only screen and (max-width: 768px) {
    .column-card-list .column-card .lead {
        letter-spacing: 0.05em;
    }
}

.column-card-list .column-card .text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .column-card-list .column-card .text {
        letter-spacing: 0.04em;
    }
}

.column-block-list {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
}

.column-block-list > li {
    position: relative;
}

.column-block-list > li:not(:last-child) {
    margin-bottom: 4.0rem;
}

.column-block-list .column-block {
    position: relative;
    display: block;
    padding: 2.0rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .column-block-list .column-block {
        padding: 1.0rem 1.0rem 1.6rem;
    }
}

.column-block-list .column-block .image-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0px, 1fr)) [ 3 ];
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    grid-column-gap: 1.5rem;
    padding: 0;
    margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .column-block-list .column-block .image-list {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-column-gap: 1.0rem;
        grid-row-gap: 1.0rem;
        margin-bottom: 1.2rem;
    }
}

.column-block-list .column-block .image-list > li {
    position: relative;
}

.column-block-list .column-block .image-list .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.column-block-list .column-block .text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .column-block-list .column-block .text {
        letter-spacing: 0.04em;
    }
}

.notice-title-box {
    position: relative;
    display: block;
    padding: 1.6rem 1.6rem;
    background: #16389A;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 3.0rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 3.0rem;
}

.p-member-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 5.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .p-member-list {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
        grid-column-gap: 3.0rem;
        grid-row-gap: 5.0rem;
    }
}

.p-member-list > li {
    position: relative;
}

.p-member-list .p-member-card {
    position: relative;
    width: 100%;
    height: 100%;
}

.p-member-list .p-member-card .image {
    position: relative;
    width: 100%;
    margin-bottom: 1.6rem;
}

.p-member-list .p-member-card .image img {
    width: 100%;
}

.p-member-list .p-member-card .name {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 3.0rem;
    text-align: left;
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .p-member-list .p-member-card .name {
        letter-spacing: 0.05em;
    }
}

.p-member-list .p-member-card .text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2.8rem;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .p-member-list .p-member-card .text {
        letter-spacing: 0.03em;
    }
}

.ideal-card-list {
    position: relative;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-column-gap: 4.0rem;
    grid-row-gap: 5.0rem;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .ideal-card-list {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
        grid-column-gap: 3.0rem;
        grid-row-gap: 3.0rem;
    }
}

.ideal-card-list > li {
    position: relative;
}

.ideal-card-list .ideal-card {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
}

.ideal-card-list .ideal-card .label {
    position: relative;
    width: 100%;
    padding: 1.5rem 1.6rem;
    background: #16389A;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}

.ideal-card-list .ideal-card .content {
    position: relative;
    padding: 2rem 2rem 2.4rem;
}

.ideal-card-list .ideal-card .text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 2.8rem;
    text-align: left;
}

.job-blog-list {
    position: relative;
    list-style: none;
    display: block;
    padding: 0;
}

.job-blog-list > li {
    position: relative;
}

.job-blog-list > li:not(:last-child) {
    margin-bottom: 3.0rem;
}

.job-blog-list .job-blog-item {
    position: relative;
    padding: 5.0rem 3.0rem 6.0rem;
    background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .job-blog-list .job-blog-item {
        padding: 2.4rem 2.0rem;
    }
}

.job-blog-list .job-blog-item > .inner {
    position: relative;
    max-width: 97.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.job-blog-list .job-blog-item .title {
    position: relative;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
    .job-blog-list .job-blog-item .title {
        font-size: 1.8rem;
        padding-bottom: 2.0rem;
        margin-bottom: 2.0rem;
    }
}

.job-blog-list .job-blog-item .text {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 2.8rem;
    text-align: left;
}

#footer {
    position: relative;
    padding: 6.0rem 0 1.8rem;
    background: #16389A;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 5.0rem 0 1.8rem;
    }
}

#footer .footer-logo {
    position: relative;
    margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
    #footer .footer-logo {
        margin-bottom: 3.0rem;
    }
}

#footer .footer-logo a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35.2rem;
    max-width: 100%;
    text-decoration: none;
    outline: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    #footer .footer-logo a {
        width: 27.6rem;
    }
}

#footer .footer-logo a img {
    width: 100%;
}

#footer .footer-info {
    position: relative;
    margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
    #footer .footer-info {
        margin-bottom: 3.0rem;
    }
}

#footer .footer-info .text {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}

#footer .footer-actions {
    position: relative;
    margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
    #footer .footer-actions {
        margin-bottom: 3.0rem;
    }
}

#footer .footer-actions .actions-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

#footer .footer-actions .actions-nav > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem;
}

@media only screen and (max-width: 768px) {
    #footer .footer-actions .actions-nav > li.xl {
        width: 100%;
    }

    #footer .footer-actions .actions-nav > li.xl a {
        margin-left: auto;
        margin-right: auto;
    }
}

#footer .footer-actions .actions-nav a {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.0rem 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 6.0rem;
    height: 6.0rem;
    background-color: #FCEA21;
    border: 1px solid #16389A;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #16389A;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    border-radius: 1.0rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

#footer .footer-actions .actions-nav a .icon {
    position: relative;
    width: initial;
    z-index: 3;
}

#footer .footer-actions .actions-nav a .text {
    position: relative;
    color: inherit;
    text-decoration: none;
    z-index: 3;
}

#footer .footer-actions .actions-nav a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 1;
}

#footer .footer-actions .actions-nav a:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#footer .footer-actions .actions-nav .phone-link-btn {
    position: relative;
    width: 24.0rem;
}

#footer .footer-actions .actions-nav .phone-link-btn .icon {
    width: 1.1rem;
    margin-right: 0.8rem;
}

#footer .footer-actions .actions-nav .phone-link-btn .text {
    position: relative;
    display: inline-block;
    font-family: "Bahnschrift";
    font-weight: 500;
    font-size: 2.0rem;
    letter-spacing: 0.02em;
    line-height: 2.8rem;
    padding-top: 0.2rem;
}

#footer .footer-actions .actions-nav .mail-link-btn {
    position: relative;
    width: 24.0rem;
}

#footer .footer-actions .actions-nav .mail-link-btn .icon {
    width: 2.2rem;
    margin-right: 0.8rem;
}

#footer .footer-actions .actions-nav .mail-link-btn .text {
    display: inline-block;
    padding-bottom: 0.3rem;
}

#footer .footer-actions .actions-nav .facebook-link-btn {
    position: relative;
    width: 6.0rem;
}

#footer .footer-actions .actions-nav .facebook-link-btn .icon {
    width: 1.2rem;
}

#footer .footer-actions .actions-nav .twitter-link-btn {
    position: relative;
    width: 6.0rem;
}

#footer .footer-actions .actions-nav .twitter-link-btn .icon {
    width: 2.2rem;
}

#footer .footer-nav {
    position: relative;
    max-width: 93.0rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.8rem;
    border-top: 1px dashed #FFFFFF;
}

#footer .footer-nav .nav-menu {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#footer .footer-nav .nav-menu > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    line-height: 1;
}

@media print, screen and (max-width: 991px) {
    #footer .footer-nav .nav-menu > li {
        padding: 0.3rem 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer-nav .nav-menu > li {
        padding: 0.3rem 1.0rem;
    }
}

#footer .footer-nav .nav-menu a {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

#footer .footer-nav .nav-menu a:hover, #footer .footer-nav .nav-menu a:focus {
    text-decoration: underline;
}

.copyright {
    position: relative;
    display: block;
    padding: 1.2rem 1.5rem;
    background: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    color: #999999;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .copyright {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}

.back-to-top {
    position: fixed;
    bottom: 8.0rem;
    right: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.0rem;
    padding: 0;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    z-index: 996;
}

@media only screen and (max-width: 768px) {
    .back-to-top {
        width: 5.0rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

.back-to-top img {
    display: block;
    width: 100%;
}

.back-to-top:hover {
    text-decoration: none;
}

.back-to-top:hover img {
    filter: drop-shadow(0 0 12px #fff);
    -webkit-filter: drop-shadow(0 0 12px #fff);
}

.paintcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paintcentered-image {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.top-banner-section {
    margin-top: 40px;
}

.top-banner__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media only screen and (max-width: 768px){
    .top-banner__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

.top-banner__item {
    position: relative;
    border: 1px solid #b2b2b2;
}

.top-banner__item::before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s 0s cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
}

.top-banner__item:hover::before {
    opacity: 0.2;
}

.tab-list {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.tab-list__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.tab-list__item {
    color: #16389a;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tab-list__item:hover {
    text-decoration: underline;
}

.tab-list__item::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-list__item:nth-of-type(1)::before {
    background-image: url(../img/icon-store.svg);
    width: 24px;
    height: 15px;
}

.tab-list__item:nth-of-type(2)::before {
    background-image: url(../img/icon-interior.svg);
    width: 20px;
    height: 13px;
}

.tab-list__item:nth-of-type(3)::before {
    background-image: url(../img/icon-water.svg);
    width: 9px;
    height: 15px;
}

.tab-list__item:nth-of-type(4)::before {
    background-image: url(../img/icon-house.svg);
    width: 20px;
    height: 20px;
}

.tab-list__item:nth-of-type(5)::before {
    background-image: url(../img/icon-painting.svg);
    width: 9px;
    height: 15px;
}

.tab-list__item:nth-of-type(6)::before {
    background-image: url(../img/icon-fence.svg);
    width: 20px;
    height: 14px;
}

.tab-list__item:nth-of-type(7)::before {
    background-image: url(../img/icon-book.svg);
    width: 20px;
    height: 14px;
}

@media only screen and (max-width: 768px) {
    .tab-list__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .tab-list__item {
        border-bottom: 1px solid #ddd;
        padding: 15px 5px;
    }

    .tab-list__item:nth-of-type(2n+1) {
        border-right: 1px solid #ddd;
    }
}

.box-inner + .box-inner {
    margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
    .box-inner + .box-inner {
        margin-top: 2.4rem;
    }
}

.residential-design__desc {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 2rem;
}

.residential-design__desc .column-card-list .column-card {
    box-shadow: none;
    padding: 0;
}

.residential-design__desc .column-card-list .column-card .image {
    margin-bottom: 0;
}

.residential-design__text {
    margin-top: 2rem;
}

.special-offer__row {
    margin-top: 40px;
}

.special-offer__row:nth-of-type(1) {
    margin-top: 0;
}

.special-offer__index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.special-offer__index > div {
    width: 100%;
    text-align: center;
}

.special-offer__index-top {
    color: #fff;
    font-size: 20px;
    background-color: #ff931e;
    padding: 10px;
}

.special-offer__index-bottom {
    font-size: 16px;
    background-color: #fceedd;
    position: relative;
    padding: 15px 10px;
}

.special-offer__index-bottom:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fceedd;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.special-offer__table {
    margin-top: 30px;
}

.special-offer__desc {
    text-align: center;
    border: 1px solid;
    color: red;
    margin-top: 30px;
    font-size: 20px;
    padding: 16px;
}

.special-offer .btn-area {
    margin-top: 60px;
}

.special-offer table {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
}

.special-offer tr {
    border-bottom: 1px solid #ccc;
}

.special-offer th,
.special-offer td {
    vertical-align: middle;
    padding: 20px 5px;
    border-right: 1px solid #ccc;
}

.special-offer th {
    background-color: #fceedd;
}

.special-offer__note {
    margin-top: 15px;
}

.special-offer .btn-area .link-btn {
    margin: auto;
}

.staff-blog .no-posts {
    border-bottom: 1px solid #ccc;
    padding: 0 10px 15px;
    margin-bottom: 15px;
}

.staff-blog__row {
    margin-top: 10px;
}

.staff-blog__row:nth-of-type(1) {
    margin-top: 0;
}

.staff-blog__meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
}

.staff-blog__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.staff-blog__title:hover{
    text-decoration: underline;
}

.staff-blog__cat{
    line-height: 1;
    background-color: #fcea21;
    padding: 5px 10px;
}

.post-cats {
    padding: 0 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 5px;
    margin-bottom: 5px;
}

.post-cat{
    line-height: 1;
    background-color: #fcea21;
    padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    text-align: center !important;
    margin: 5rem 0 0 !important;
}

/*# sourceMappingURL=style.css.map */

.fix-bnr {
display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 660px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index:1000;
}
.fix-bnr a {
width: calc(100% / 3);
border: 1px solid #fff;
}
.fix-bnr a img {
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.fix-bnr {
display: none;
}
}

@media only screen and (max-width: 768px) {
.fixed-side-btn {
  display: none;
}
.back-to-top {
  display: none !important;
}
}