/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: あなたの名前
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/

* {
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

body.font-1 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
}

body.shown-nav {
    overflow: hidden;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
}

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

p {
    font-size: 16px;
    line-height: 2;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#content01:before {
    content: "";
    background: url(img/partern1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1030px;
    z-index: -1;
}

.header-bar {
    background: url(img/bg.png) no-repeat center / cover !important;
    height: auto;
}

.home .header-bar-fixed {
    box-shadow: none;
}

.header-bar.scrolled, .home .header-bar.scrolled {
    background: rgba(0, 0, 0, 0.6) !important;
}

.admin-bar .header-bar-fixed {
    top: 32px;
}

.admin-bar .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 0;
}

.header-bar-inner {
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    max-height: none;
    max-width: none;
    width: 305px;
    transition: all 0.3s ease-in-out 0s;
}

.scrolled .logo {
    opacity: 1;
    width: 305px;
}

.top-slider {
    height: 100vh;
    position: relative;
}

.slider-area {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: sliderAnime 30s linear infinite 0s;
}


.slider-item:nth-child(2) {
    animation-delay: 5s;
}

.slider-item:nth-child(3) {
    animation-delay: 10s;
}

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

@keyframes sliderAnime {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    40%,
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.content-inner {
    padding: 0 90px;
}

.content01-inner {
    padding: 100px 0;
}

h2.headline-primary {
    margin: 0 0 40px;
}

.section-title {
    margin: 0 0 50px;
}

.section-title h5 {
    font-family: arial;
    font-size: 29px;
    font-weight: 900;
    margin: 0 0 20px;
}

.section-title h5 em {
    font-weight: bold;
}

.section-title h2 {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.section-title h4 {
    font-size: 30px;
}

#index-text-1 {
    padding: 100px 0;
}

.content01-text {
    line-height: 2;
    padding-left: 40px;
    text-align: left;
    width: 50%;
}

.content01-title {
    color: #000;
    text-align: left;
}

.content01-title span {
    color: #DA6A00;
}

.content01-img {
    width: 50%;
}

.content01-img img {
    width: 100%;
}

.content01-title {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
}

.content01-text h3 {
    color: #003F7F;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 15px;
}

.content01-text p {
    line-height: 2;
}

#index-3column {
    background: url(img/bg.png) no-repeat center / cover;
    color: #fff;
    padding: 100px 0;
}

#index-3column h2 b {
    font-family: Arial;
    font-size: 120px;
    line-height: 90px;
}

#index-3column h2 strong {
    font-size: 90px;
    line-height: 90px;
}

.content02-item {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    padding-bottom: 0;
    width: calc((100% - 100px) / 3);
}

.content02-item:first-child {
    margin-left: 0;
}

.content02-item img {
    width: 100%;
    aspect-ratio: 380/280;
    object-fit: cover;
}

.content02-text {
    color: #fff;
    line-height: 2;
    margin-bottom: auto;
}

.content02-title {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: left;
}

.content02-title span {
    background: url(img/bg-button.png) no-repeat center / cover;
    border-radius: 20px;
    color: #000;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 115px;
}

.content02-item h4 {
    font-size: 30px;
    margin: 25px 0 20px;
    line-height: 40px;
}

.content02-button {
    background: url(img/bg-button.png) no-repeat center / cover;
    border-radius: 20px;
    color: #000;
    font-family: arial;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 40px;
    margin-top: 40px;
    margin-left: auto;
    padding: 0 20px;
    text-align: left;
    width: 180px;
    position: relative;
    text-transform: uppercase;
}

.content02-button:hover {
    background: url(img/bg-button.png) no-repeat center / cover !important;
    color: #000;
}

.content02-button:after {
    content: "";
    background: url(img/arrow-right.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 19px;
    transition: all 0.3s ease-in-out 0s;
}

.content02-button:hover:after {
    right: 10px;
}

#index-text-2-points {
    background: url(img/bg.png) no-repeat center / cover;
    color: #fff;
}

#index-text-2 {
    padding: 50px 0 100px;
}

.contact-img {
    margin: 0 -90px;
}

.contact-text {
    margin: 50px 0 0;
}

.contact-text .contact-left {
    padding-right: 30px;
    width: 58.33333333%;
}

.contact-text .contact-right {
    width: 41.66666667%;
}

.contact-left p {
    font-size: 20px;
    font-weight: bold;
}

.contact-text .contact-tel {
    background: url(img/phone.png) no-repeat left 5px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    padding-left: 60px;
}

.contact-text .contact-tel a {
    color: #fff;
}

.contact-text .contact-tel small {
    display: block;
    font-size: 18px;
    margin: 10px 0 0;
}

.contact-buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.contact-text .content02-button {
    margin: 0;
    padding-right: 60px;
    width: auto;
}

.contact-text .line-button {
    background: url(img/line.png) no-repeat;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    padding: 12px 0 12px 60px;
}

#index-points {
    padding: 0 0 100px;
    position: relative;
    z-index: 2;
}

#index-points .content02-button {
    margin-top: -40px;
    margin-left: auto;
}

.content03-item {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: calc((100% - 150px) / 4);
}

.content03-item:first-of-type {
    margin-left: 0;
}

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

.content03-title {
    color: #fff !important;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.3;
    margin: 20px 0 15px;
    text-align: left;
}

.content03-title span {
    color: #DA6A00;
}

.content03-text {
    font-weight: bold;
    margin-bottom: auto;
    width: auto;
}

.content03-price {
    font-size: 28px;
    font-weight: 900;
}

#index-works, #index-price {
    padding: 100px 0;
}

#index-works {
    border-bottom: 1px solid #000;
}

.works-slider {
    margin: 0 -25px;
}

.work-item-inner {
    background: url(img/bg.png) no-repeat center / cover;
    color: #fff;
    margin: 0 25px;
    padding: 30px;
    position: relative;
}

.work-item-inner:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.work-item-inner .before{
    width: 40%;
}
.work-item-inner .after{
    width: 60%;
}

.work-item h3 {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: left;
}

.work-item h3 span {
    background: url(img/bg-button.png) no-repeat center / cover;
    border-radius: 20px;
    color: #000;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
}

.work-item h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.work-item p {
    font-size: 14px;
    font-weight: bold;
}

.work-item .date {
    color: #999;
    font-size: 16px;
    margin: 10px 0 0;
}

.work-item .arrow {
    width: 21px;
    height: 13px;
    background: url("img/arrow-white.png") no-repeat center / cover;
    margin: 130px 10px 0 10px;
    flex-shrink: 0;
}

.note {
    font-weight: bold;
    margin: 20px 0 0;
}

#index-bottom {
    background: url(img/blog-bg.png) no-repeat center / cover;
}

.article03 {
    background: #fff;
    margin: 0 30px 10px 0;
    width: calc((100% - 120px) / 5);
}

.article03-content {
    padding: 20px;
}

#index-area, #index-blog {
    padding: 100px 0 0;
    position: relative;
}
#index-blog{
    padding-bottom: 100px;
}

#index-instagram {
    padding: 100px 0;
}

.area-text {
    font-size: 20px;
    font-weight: bold;
}

.area-text strong {
    font-size: 24px;
}

.area-img {
    position: absolute;
    right: 0;
    width: 666px;
    top: 30px;
    z-index: -1;
}

#index-area .contact-text {
    background: url(img/bg.png) no-repeat center / cover;
    color: #fff;
    padding: 50px;
}

#index-bottom h2.headline-primary {
    font-family: arial;
    font-weight: 900;
    font-size: 60px;
    margin: 0 0 40px;
    text-align: left;
}

#index-bottom h2 span {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0px;
}

.article03-category {
    display: none;
}

table.custom-table {
    font-size: 22px;
    font-weight: 500;
    position: relative;
}

table.custom-table tr {
    border-bottom: 1px dashed #969696;
}

table.custom-table tr:first-child, table.custom-table tr:last-child {
    border-bottom: 1px solid #000;
}

table.custom-table tr th, table.custom-table tr td {
    padding: 35px;
}

table.custom-table tr th {
    font-size: 30px;
    font-weight: 900;
}

table.custom-table tr th:nth-child(1), table.custom-table tr th:nth-child(2) {
    text-align: left;
}

table.custom-table tr td:first-child {
    font-size: 22px;
    font-weight: 900;
}

table.custom-table tr th.supports {
    font-size: 40px;
    width: 50%;
}

table.custom-table tr th.supports small {
    font-size: 30px;
}

table.custom-table tr th.supports:before {
    content: "";
    background: url(img/partern.png) no-repeat center / cover;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: -1;
}

table.custom-table tr td.support {
    background: url(img/icon1.png) no-repeat 100px center / 73px auto;
    padding-left: 200px;
}

table.custom-table tr td.support2 {
    background-image: url(img/icon2.png);
}

table.custom-table tr td.support3 {
    background-image: url(img/icon3.png);
}

table.custom-table tr td.support4 {
    background-image: url(img/icon4.png);
}

table.custom-table tr td.support5 {
    background-image: url(img/icon5.png);
}

table.custom-table tr th.price, table.custom-table tr th.price-reference {
    width: 25%;
}

table.custom-table tr th.price, table.custom-table tr td.price {
    font-size: 40px;
    font-weight: 900;
}

table.custom-table tr td.price-reference {
    font-size: 30px;
    font-weight: 500;
}

table.custom-table tr th.price:before {
    content: "";
    background: url(img/partern.png) no-repeat center / cover;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    width: 25%;
    z-index: -1;
}

.footer {
    background: #000;
    color: #fff;
    margin-top: 100px;
    position: relative;
}

.home .footer {
    margin-top: 0;
}

.footer-logo {
    margin: 0 0 60px;
    text-align: left;
}

.footer-logo img {
    width: 346px;
}

.footer-inner .footer-left {
    flex: 0 0 55%;
    padding: 60px 60px 60px 90px;
}

.footer-inner .footer-right {
    flex: 0 0 45%;
}

.footer-info {
    flex: 0 0 auto;
}

.footer-menu {
    flex: 1;
}
.footer-menu ul li a span{
    display: none;
}

.footer .footer_phone {
    background: url(img/phone2.png) no-repeat left 20px;
    background-size: 20px auto;
    font-size: 28px;
    font-weight: 500;
    padding-left: 30px;
}

.footer_phone small {
    font-size: 14px;
}

.social-links {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
}

.social-nav-item:last-child {
    margin-right: 0;
}

.social-nav-item.social-nav-instagram a, .social-nav-item.social-nav-line a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
}

.social-nav-item.social-nav-contact a {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
    height: 36px;
    width: 190px;
    position: relative;
}

.social-nav-item.social-nav-contact a:after {
    content: "";
    background: url(img/arrow-right-w.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 19px;
    transition: all 0.3s ease-in-out 0s;
}

.social-nav-item.social-nav-instagram a {
    background: url(img/instagram.png) no-repeat;
}

.social-nav-item.social-nav-line a {
    background: url(img/line.png) no-repeat;
}

.social-nav-item a:before {
    display: none;
}

.footer-menu ul {
    display: flex;
    margin-left: 60px;
    flex-wrap: wrap;
}

.footer-menu ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
    width: 50%;
}

.footer-menu ul li:before {
    content: "";
    border-top: 1px dashed #fff;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
}

.footer-menu .menu-item a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-right iframe {
    height: 100%;
    width: 100%;
}

.copyright {
    background: none !important;
    color: #fff;
    font-weight: 500;
    height: auto;
    line-height: normal;
    padding: 40px 0 0;
    text-align: left;
}

.header-video {
    height: 100vh;
}

.admin-bar .header-video {
    height: calc(100vh - 32px);
}

.top-slider-content {
    border-radius: 0;
    height: auto !important;
    width: auto !important;
    padding: 0 30px 90px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.top-slider-content-inner {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100% !important;
    width: 100% !important;
    text-align: left;
    justify-content: end;
}

.top-slider-content-inner:hover {
    background: none;
}

.top-slider-content-inner::after {
    display: none;
}

.top-slider-logo {
    font-weight: 900;
    line-height: 1.2;
    width: 432px;
}

.top-slider-text {
    color: #003f7f;
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
}

.top-slider-text strong {
    display: block;
    font-size: 80px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px;
}

.top-slider-text span {
    color: #DA6A00;
}

.top-slider-text small {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.global-nav-button.active + .global-nav {
    opacity: 1;
    visibility: visible;
    width: 25%;
}

.global-nav-button {
    color: #fff;
    display: none;
    box-sizing: border-box;
    width: 45px;
    padding: 25px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
}

.nav-toggle_line {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transform: translate(0,0);
    transition: all .22s ease 0s;
}

.nav-toggle_line._1 {
    top: 0;
    width: 30px;
}

.nav-toggle_line._2 {
    top: 10px;
    width: 15px;
}

.nav-toggle_line._3 {
    top: 20px;
    width: 10px;
}

.global-nav-button.active .nav-toggle_line:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

.global-nav-button.active .nav-toggle_line:nth-of-type(2) {
    opacity: 0;
}

.global-nav-button.active .nav-toggle_line:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
    width: 30px;
    top: 26px;
}

.global-nav > ul {
    display: flex;
}

.global-nav > ul > li > a {
    font-size: 20px;
    font-weight: 900;
    line-height: 35px !important;
    height: 100px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
    background: transparent !important;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
.global-nav > ul > li > a span {
    color: #eee;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    width: 0;
    height: 5px;
    background: #ec8753;
    opacity: 0.25;
    top: 45px;
    left: 20px;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    width: calc(100% - 40px);
}
.global-nav > ul > li > a::after {
    content: "";
    position: relative;
    text-align: center;
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "HOME";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "PRICE・MENU";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "GREETING";
}
.global-nav > ul > li.global-menu-works > a::after {
    content: "WORKS";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "INFORMATION";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "CONTACT";
}
.global-nav > ul > li.global-menu-qa > a::after {
    content: "FAQ";
}
.global-nav > ul > li.global-menu-news> a::after {
    content: "News";
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before{
    display: none;
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
    font-size: 15px;
    font-weight: 400;
    background: #fff !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
.global-nav .sub-menu a:hover {
    color: #8C7E64 !important;
    background: #fff !important;
}

.global-nav > ul > li {
    float: none;
}
@media only screen and (max-width: 1200px) {

    .global-nav a {
        background: none;
    }
    .global-nav .sub-menu li:first-child a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .global-nav .sub-menu li:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .global-nav .sub-menu a {
        font-size: 12px;
        line-height: 51px;
        color: #463722 !important;
        background: #fff !important;
        padding: 0 25px;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        color: #8C7E64 !important;
        background: #fff !important;
    }
    .global-nav > ul > li > a:before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #463722;
    }
}
/* ナビ END */

/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content h2 {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 700;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #000;
    width: 25px;
    height: 2px;
    margin: 12px auto 0;
}
.post-content h3 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #000;
    border-bottom: dashed 1px #000;
}
.post-content h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95em;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #d1d1d1 solid;
}
.post-content th {
    width: 25%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        padding: 14px 4px 10px;
        line-height: 1.5;
        display: block;
        box-sizing: border-box;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content td {
        border-top: none;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.4em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        width: 20px;
        margin-top: 12px;
    }
}
/* 固定ページ END */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

/* サービス案内 */
.service_sec h2 {
    text-align: left;
}
.service_sec h2::after {
    margin-left: 0;
}
.service_thought {
    padding: 30px 35px;
    margin-bottom: 80px;
    border-radius: 20px;
    background: #f6f6f6;
    box-sizing: border-box;
}
.service_thought p, .service_text p {
    margin-bottom: 0;
}
.service_box {
    margin-top: 50px;
}
.service_img {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_text {
    width: 50%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_box:nth-of-type(odd) .service_img {
    margin-left: 50%;
    padding-left: 2.5em;
}
.service_box:nth-of-type(odd) .service_text {
    margin-left: -100%;
}
.service_box:nth-of-type(even) .service_img {
    padding-right: 2.5em;
}
.service_text h3, .service_text p {
    width: 100%;
}
.service_img img {
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    .service_thought {
        padding: 20px 25px;
        margin-bottom: 40px;
    }
    .service_box {
        margin-top: 30px;
    }
    .service_img, .service_text {
        width: 100%;
    }
    .service_img {
        margin-bottom: 1em;
    }
    .service_box:nth-of-type(odd) .service_img {
        margin-left: 0;
        padding-left: 0;
    }
    .service_box:nth-of-type(even) .service_img {
        padding-right: 0;
    }
    .service_box:nth-of-type(odd) .service_text {
        margin-left: 0;
    }
}
/* サービス案内 END */

/* 会社概要 */
.company_sec .content_inner {
    max-width: 900px;
}
span.caution.company_caution {
    font-size: 0.8em;
    display: block;
}
.map_sec {
    height: 400px;
    margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
    .map_sec {
        height: 250px;
    }
}
/* 会社概要 END */
/* ご挨拶 */
.kp-main-content.greeting{
    padding-top: 100px;
}
.greeting_inner {
    margin-bottom: 50px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h2 {
    text-align: left;
}
.greeting_inner h2::after {
    width: 40px;
    margin-left: 0;
}
.greeting_inner p {
    line-height: 2;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img {
    width: 35%;
    padding-right: 2em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting__img img {
    border-radius: 10px;
}
.greeting__text {
    width: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text h2, .greeting__text p {
    width: 100%;
}
.greeting__text h2 {
    font-size: 1.5em;
    line-height: 1.5;
}
.greeting__text p {
    margin-bottom: 25px;
}
p.name {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: end;
}
p.name span {
    font-size: 0.7em;
    margin-right: 15px;
    display: inline-block;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 20px;
    }
    .greeting__img {
        width: 100%;
        max-width: 330px;
        margin: auto;
        padding-right: 0;
    }
    .greeting__text {
        width: 100%;
        margin-top: 1.5em;
    }
    .greeting__text h2 {
        font-size: 1.3em;
    }
    .greeting__text p {
        margin-bottom: 15px;
    }
    p.name {
        font-size: 1.2em;
    }
}
/* ご挨拶 END */

/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 1000px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 40px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #000;
    text-align: center;
}
address.con_tel a {
    color: #000;
}
span.con_tel_sub {
    font-size: 0.5em;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #151515;
}
p.con-time {
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}
p.con_time:last-of-type {
    margin-bottom: 0;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    font-size: 0.9em;
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    address.con_tel {
        font-size: 1.8em;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    background: #ff5353;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #efefef;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5;
    margin-bottom: 22px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 8px;
    line-height: 1.5;
    font-weight: 500;
}
.wpcf7 select {
    background: #fff;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    font-size: 1.2em;
    font-weight: 700;
    height: 75px;
    color: #fff;
    background: #000;
    border-radius: 100px;
    transition: all .5s;
    font-family: 'Quicksand', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #000;
    background: #e0f6dd;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
/* お問い合わせフォーム END */
.page .post-header {
    padding-top: 100px;
}
.wpcf7-form{margin-top:60px !important;}
/* qa */
.faq-sec h2 {
    padding-left: 35px;
    margin-bottom: 0.5em;
    position:relative;
    text-align: left;
}
.faq-sec h2::before {
    content: 'Q.';
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: 0;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */
.content_inner a.footer_but {
    display: block;
    margin: 30px auto 0;
    line-height: 60px;
    background: #02a400;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}
.content_inner a.footer_but:hover {
    color: #fff;
    opacity: 0.7;
}
.contact_sec a.footer_but::after {
    font-family: "Font Awesome 5 Free";
    content: "\ea92";
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 700;
}
.contact_sec a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
}

.visible-phone {
    display: none;
}

.header-youtube:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
}
.signage-title{
    font-weight: 700;
}
.post-title {
    font-size: 30px;
    font-weight: 700;
}


/* 料金プラン */
.plan_box {
    margin-top: 80px;
}
.plan_text {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_content {
    width: 55%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.plan_content .s_table{
    width: 100%;
}
.plan_text h3, .plan_text p {
    width: 100%;
}
.plan_text h3 {
    margin-bottom: 20px;
}
.plan_text p {
    margin-bottom: 0;
}
table.price_table th, table.price_table td {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
    padding: 18px 18px 15px;
    background: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
}
table.price_table th {
    width: 60%;
}
table.price_table td {
    text-align: end;
}
span.tax {
    font-size: 0.8em;
    margin-left: 5px;
}
ul.price-type-list {
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
ul.price-type-list li {
    font-size: 1.1em;
    font-weight: 500;
    width: 50%;
    padding: 10px 15px;
    border-radius: 3px;
    border: 3px solid #fff;
    line-height: 1.5;
    background: #f4f1f1;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
@media only screen and (max-width: 970px) {
    .plan_text {
        width: 100%;
        margin-bottom: 1em;
    }
    .plan_content {
        width: 100%;
        padding-left: 0;
    }
    table.price_table th {
        padding: 10px 12px 0 12px;
    }
    table.price_table td {
        padding: 10px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_box {
        margin-top: 40px;
    }
    .plan_text h3 {
        margin-bottom: 10px;
    }
    ul.price-type-list li {
        font-size: 1em;
    }
}
@media only screen and (max-width: 600px) {
    ul.price-type-list li {
        width: 100%;
    }
}
/* 料金プラン END */
/* ========================================
お問い合わせ基本スタイル END
==========================================*/
/* kozen-style-concept */
.concept-intro-text {
    width: 60%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: 5em;
    padding: 0 3em 0 0;
}
.concept-intro-img {
    width: 50%;
    margin-left: -10%;
    position: relative;
    z-index: 0;
}
.concept-intro-text p {
    margin-bottom: 1em;
}
.concept-contents-text {
    width: 60%;
    margin-left: 40%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.concept-contents-img {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 0;
    margin-left: -100%;
}
.concept-contents-text.contents01-text {
    padding-left: 3em;
    font-size: 0.9em;
}
.concept-contents-img img {
    display: block;
    width: 100%;
}
.concept-intro-img img {
    display: block;
    width: 100%;
}
.concept-contents-text.contents02-text {
    margin-left: 0;
    font-size: 0.9em;
    padding-right: 3em;
}
.concept-contents {
    margin-top: 5em;
}
.concept-contents-text.contents03-text {
    padding: 3em 0em 0 3em;
    background: #ffffff;
    margin-top: 5em;
}
.concept-contents-img.contents03-img {
    justify-content: flex-end;
    width: 60%;
}
.concept-contents-img.contents02-img {
    margin-left: 0;
}
@media only screen and (max-width: 970px) {
    .concept-intro-text {
        background: none;
        padding: 0;
        margin: 0 auto 3em;
        width: 100%;
    }
    .concept-intro-img {
        width: 110%;
    }
    .concept-contents-img {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .concept-contents-text {
        width: 100% !important;
        margin: 0 auto 2em !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 485px) {
    .concept-contents {
        margin-top: 4em;
    }
}
/* kozen-style-concept END */
.kp-content_inner {
    max-width: 1150px;
    width: 86%;
    margin: 0 auto;
}
section.kp-main-content.greeting .kp-content_inner {
    max-width: 1000px;
}
.kp_greeting_imgbox {
    position: relative;
    margin-bottom: 2rem;
}
.kp_greeting_img {
    width: 80%;
}
.kp_greeting_text {
    position: absolute;
    width: 240px;
    bottom: 0;
    right: calc(30vw - 240px);
}
.kp_greeting_text h2 {
    background: #fff;
    padding: 0.5em;
}
.kp_greeting_text h2::after {
    display: none;
}
.kp_greeting_text h2 span {
    font-family: 'Rubik Distressed', cursive;
    font-weight: 100;
    font-size: 0.8em;
    margin-right: 0.5em;
}
section.kp-main-content.greeting p {
    font-size: 0.95em;
    margin-bottom: 1rem;
}
section.kp-main-content.greeting p:last-of-type {
    margin-bottom: 0;
}
.kp_greeting_sikaku {
    background: #fff;
    padding: 1.5em;
    margin-top: 2rem;
}
/*　固定ページレスポンシブ　*/
@media screen and (max-width:736px) {
    .kp-content.kp_coating_02 h3 {
        font-size: 1.25em;
    }
    .kp-content.kp_coating_02 h3 span {
        font-size: 1.5em;
    }
    .kp_greeting_text {
        width: 100%;
        position: unset;
    }
    .kp_greeting_img {
        width: 100%;
    }
    .kp_greeting_text h2 {
        font-size: 1.2em;
        margin: 0;
    }
    .kp_greeting_imgbox {
        margin-bottom: 1rem;
    }
    .kp_coating_02_5point {
        margin-bottom: 2rem;
    }
}

/* qa */
.faq-sec h2 {
    padding-left: 35px;
    margin-bottom: 0.5em;
}
.faq-sec h2::before {
    content: 'Q.';
    font-family: 'Poppins','Noto Sans JP', Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    color: #333;
    top: 0;
}
.faq-sec h2::after {
    display: none;
}
.faq-sec p {
    padding-left: 35px;
    margin-top: 0.3em;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ddd;
}
.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/* qa END */

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
    width: 100%;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 14px;
}

.wpcf7 form {
    margin: 1.5em 1.5em 0;
}

.wpcf7 p {
    margin-bottom: 1em;
    font-size: 12px;
}

.wpcf7 input, .wpcf7 textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    line-height: 1.2;
    font-size: 14px;
}

.wpcf7-list-item {
    display: block;
}

.wpcf7 textarea {
    height: 300px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    outline: none;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit, .wpcf7 .wpcf7-previous {
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
    background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}

.wpcf7 .wpcf7-previous + br {
    display: none;
}

.wpcf7 form .wpcf7-response-output{
    margin: 2em 0.5em 2em; padding:0; border: none; text-align:center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    color:#dc3232; font-size: 1em;
}
/*料金ページ*/
.post-content .h {
/*    font-family: 'Rubik Distressed', cursive;*/
}
.heading.block_header_3 {
    overflow: hidden;
    background: #525455;
    padding: 10px 30px;
    margin-bottom: 30px;
    position: relative;
}
.content_wrapper {
    margin-top: 30px;
}
.heading.block_header_3:before {
    display: block;
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.heading.block_header_3 h3 {
    background: #525455;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.heading.block_header_1 {
    margin-bottom: 30px;
}
.heading.block_header_1 p {
    text-align: center;
    font-weight: bold;
}
.inner_item div.heading {
    margin-bottom: 10px;
}
.heading.block_header_2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(125,125,125,0.3);
}
.heading.block_header_2 .h {
    display: inline-block;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
    font-family: 'Zen Kaku Gothic Antique', "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.pop li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(125,125,125,0.3);
}
.pop li div.inner_item_txt:nth-of-type(1) {
    width: 100%;
}
.items .inner_item {
    padding-bottom: 40px;
}
.pop li .inner_item_txt {
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop li dt {
    position: relative;
    padding-left: 12px;
    font-weight: normal;
}
.pop li .inner_item_txt dl {
    display: block;
    margin: 0 2% 0 0;
}
.pop li .inner_item_txt .price {
    display: block;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
}
.pop li dt:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-top: 1px solid #525455;
    border-right: 1px solid #525455;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translate(-50%);
}
.green-but {
    display: block;
    text-align: center;
    width: 70%;
    background: #525455;
    color: #fff !important;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 100px;
    padding: 15px;
    font-weight: bold;
}

section.kp-main-content.information .kp-content_inner{
    max-width: 888px;
    padding-top: 80px;
}

body .dp-footer-bar {
	background: #000;
	border-top: none;
}

.dp-footer-bar ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 5px;
}

.dp-footer-bar ul.one-row {
	grid-template-rows: 1fr;
}

.dp-footer-bar ul li {
	background: url(img/footer-bar.png) no-repeat center / cover;
}

.dp-footer-bar ul li a {
	color: #000;
}


.archive-gallery{
    padding-block: 100px;
    background: none;
}

.article05-thumbnail img{
    aspect-ratio: 286/286;
    object-fit: cover;
}

.article05-meta {
	display: none;
}

.pagetop.hide-footer-bar a:before {
    content: "\e90e";
}

.pagetop.hide-footer-bar.show-more a:before {
    content: "\e911";
}

.pagetop a:hover {
	background: #000 !important;
}

.btn-header-white{
    position: absolute;
    top: 5px;
    right: 40px;
    
    background: #fff;
    border-radius: 50px;
    padding: 8px 18px;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width: 1200px){
    .btn-header-white{display: none;}
}