/*
 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;
}

html {
    height: 100%;
}

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

body {
    background: #fff;
    color: #5A5A5A;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    position: relative;
}

body.home {
    background: url(img/body-bg.png) repeat center / cover;
}

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

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

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

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

.header {
    z-index: 99;
}

.header-bar {
    background: none !important;
    height: auto;
}

.header-bar.scrolled {
    background: rgba(255,255,255,0.7) !important;
}

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

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

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

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

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

.top-slider-wrapper {
    overflow: visible;
}

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

.top-slider-content {
    border-radius: 0;
    height: auto !important;
    width: auto !important;
    overflow: visible;
}

.top-slider-content-inner {
    background: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 90px 30px 90px;
    text-align: center;
    position: relative;
}

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

.top-slider-content-inner::after {
    color: #fff !important;
    content: "";
    bottom: 25px;
    font-family: inherit;
    height: auto;
    width: auto;
}

img.top-slider-logo {
    margin: 0;
    width: 60%;
}

.top-slider-text {
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1;
}

.top-slider-text span {
    color: #006CBF
}

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

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

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

.footer a, .footer-widget .post-content a {
    color: #fff;
    text-decoration: none;
}

.footer-left {
    width: 50%;
}

.footer-left p {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.footer-right {
    padding: 0 50px;
    width: 50%;
}

.footer-bottom {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

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

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

.footer-center p {
    font-size: 18px;
    font-weight: 500;
}

.footer .footer-address, .footer .footer-phone, .footer .footer-time, .footer .footer-calendar {
    background: url(img/icon-map.png) no-repeat left center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding: 5px 0 5px 45px;
}

.footer .footer-phone {
    background: url(img/icon-phone.png) no-repeat left center;
    font-size: 32px;
    font-weight: 900;
}

.footer .footer-time {
    background: url(img/icon-time.png) no-repeat left center;
}

.footer .footer-calendar {
    background: url(img/icon-calendar.png) no-repeat left center;
}

.footer-menu {
    padding-top: 75px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

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

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

.footer-menu .menu-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer-menu .menu-item span {
    display: none;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.social-links li.social-nav-instagram a, .social-links li.social-nav-line a {
    background: #fff url(img/instagram.png) no-repeat center;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
}

.social-links li.social-nav-line a {
    background: #fff url(img/line.png) no-repeat center;
}

.social-links .social-nav-instagram a::before {
    display: none;
}
@media only screen and (max-width: 767px){
    .social-links{
        justify-content: flex-start;
        margin-top: 15px;
    }
}

.footer{
    margin-top: 0;
}
.footer-widget a.footer_but {
    display: inline-block;
    margin: 1.5em auto 0 0;
    line-height: 50px;
    background: #cfafa1;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 260px;
    padding: 0 20px 0 84px;
    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;
}

.footer-widget a.footer_but:hover {
    color: #fff;
    opacity: 0.7;
}

.copyright {
    background: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    margin: 0;
    text-align: left;
}

.footer-map {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

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

#index-bg-1 {
    background: url(img/bg.png) no-repeat left bottom / 100% auto;
}

#index-text-1 {
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

#index-text-1 .flex {
    align-items: center;
}

.content01-img {
    width: 50%;
}

.content01-img img {
    border-radius: 28px;
    box-shadow: #40bee8 5px 5px;
}

.content01-text {
    padding-left: 60px;
    text-align: left;
    width: 50%;
}

.content01-title {
    color: #0048A4 !important;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: left;
}

.content01-text p {
    font-size: 18px;
}

.content01-text .contact-info {
    margin-top: 50px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.contact-info small {
    font-weight: 500;
    line-height: 1.5;
}

address.contact-tel a {
    background: url(img/phone.png) no-repeat left center;
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
    padding-left: 62px;
    font-style: normal;
}

#index-3column {
    background: none;
    padding: 0 0 100px;
    position: relative;
    z-index: 2;
}

#index-3column .content-inner {
    padding-bottom: 80px;
}

.content02-item {
    background: #fff;
    border-radius: 28px;
    box-shadow: #40bee8 5px 5px;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    position: relative;
    width: calc((100% - 120px) / 3);
}

.content02-item img {
    border-radius: 28px 28px 0 0;
}

.content02-title {
    color: #5A5A5A;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    margin: 30px 0 0;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.content02-text {
    color: #5A5A5A;
    font-size: 18px;
    line-height: 2;
    margin: 20px 0 auto;
    padding: 0 30px;
}

.content02-button {
    background: url(img/button-02-bg.png) no-repeat;
    color: #0048A4 !important;
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    height: auto;   
    line-height: 55px;
    padding: 0 40px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
    width: 349px;
}

.content02-button span {
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
}

.content02-button span:after {
    content: "";
    background: url(img/arrow-right.png) no-repeat right center / 14px auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 12px;
    transition: all 0.2s ease;
}

.content02-button:hover {
    background: url(img/button-02-bg.png) no-repeat !important;
    color: #0048A4 !important;
}

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

#index-text-2 {
    background: url(img/concept-bg.jpg) no-repeat center / cover;
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.concept-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 870px;
    width: 60%;
}

#index-text-2 .flex {
    align-items: center;
    margin: 30px 0 0;
}

#index-text-2 h3 {
    font-size: 43px;
    font-weight: 900;
    margin: 30px 0;
}

#index-text-2 p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
}

#index-text-2 h4 {
    font-size: 24px;
    font-weight: 700;
}

#index-text-2 h4 span {
    color: #46CAFF;
    font-size: 14px;
}

.text02-button {
    background: #fff;
    border-radius: 40px;
    color: #0048A4;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 80px;
    margin: 0 40px 0 0;
    padding: 0 80px 0 30px;
    position: relative;
    text-transform: uppercase;
    display: flex;
}

.text02-button:before {
    color: #46CAFF;
    content: "\f0e0";
    font-family: "design_plus";
    font-size: 40px;
    margin-right: 25px;
}
@media only screen and (max-width: 767px){
    .text02-button:before{
        font-size: 32px;
        margin-right: 15px;
    }
}

.text02-button:after {
    content: "";
    background: url(img/arrow-right.png) no-repeat center;
    background-size: auto 24px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 39px;
}

.text02-button:hover {
    opacity: 0.9;
}

.contact-text {
    font-size: 18px;
    margin: 60px 0 0;
}

.contact-tel {
    background: url(img/phone.png) no-repeat left center;
    color: #0048A4;
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    padding: 0 20px 0 70px
}

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

.contact-line {
    background: url(img/line.png) no-repeat left center;
    color: #0048A4;
    font-size: 23px;
    font-weight: bold;
    padding: 0 0 0 50px;
}

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

#index-points .content-inner, #index-text-1 .content-inner {
    position: relative;
}

#index-points .content-inner {
    counter-reset: item;
}

.content03-item {
    align-items: center;
}

.content03-item:not(:first-child) {
    margin-top: -70px;
}

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

.content03-item .content03-text {
    padding-left: 80px;
    width: 50%;
}

.content03-item:nth-child(even) {
    flex-direction: row-reverse;
}

.content03-item:nth-child(even) .content03-text {
    padding-right: 80px;
    padding-left: 0;
}
.content03-item:not(:first-child){
    margin-top: 100px;
}

.content03-item .content03-img img{
    aspect-ratio: 600/333;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: #40bee8 5px 5px;
}

.content03-item h3 {
    color: #0048A4;
    font-family: inherit;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.content03-item h3 em {
    color: #46CAFF;
    display: inline-block;
    font-size: 164px;
    line-height: 1;
    margin-left: -10px;
    position: relative;
}

.content03-item h3 em:before, .content03-item h3 em:after {
    content: "";
    position: absolute;
    height: 65px;
    width: 50px;
}

.content03-item h3 em:before {
    background: url(img/arrow-before.png) no-repeat center / contain;
    left: -30px;
    bottom: -20px;
}

.content03-item h3 em:after {
    background: url(img/arrow-after.png) no-repeat center / contain;
    right: -70px;
    top: 30px;
}

.content03-item .content03-title {
    color: #0048A4;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.content03-item .content03-title:after {
    counter-increment: item;
    content: "0" counter(item);
    color: rgba(255,255,255,0.3);
    font-size: 265px;
    font-weight: 900;
    font-style: italic;
    line-height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.content03-text p {
    font-size: 18px;
}

#index-blog, #index-instagram {
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

#index-blog .inner, #index-instagram .inner {
    padding: 0 90px;
    width: 100%;
}

#index-blog .headline-primary, #index-instagram .headline-primary {
    color: #0048A4;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 32px;
    text-align: left;
    position: relative;
    text-align: left;
}

#index-blog .headline-primary span, #index-instagram .headline-primary span {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.article03 {
    background: #fff;
    border-radius: 20px;
    box-shadow: #40bee8 5px 5px;
    margin: 0 30px 30px 0;
    width: calc((100% - 120px) / 5);
}

.article03-thumbnail img {
    border-radius: 20px 20px 0 0;
}

.article03 > a {
    color: #55626A;
}

.article03 .article03-content {
    padding: 10px 15px;
}

#index-blog .article03-title {
    color: #55626A;
    font-size: 18px;
    height: 58px;
}

.article03-date{
    color: #55626A;
}

.article03-category {
    display: none;
}

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

#index-instagram .flex {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 32px;
}

#index-instagram .follow-btn {
    background: #0048A4;
    border-radius: 30px;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 50px;
    padding: 0 20px;
    position: absolute;
    right: 90px;
    top: 10px;
    width: 190px;
    display: flex;
    justify-content: space-between;
}

#index-instagram .follow-btn:after {
    content: '\ea92';
    font-family: 'design_plus';
    font-size: 24px;
}

.footer.footer__type2 .footer-widget {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 14px;
    margin: 0 0 20px;
}

.footer .image {
    width: 430px;
}
@media only screen and (max-width: 767px) {
    .footer .image {
        width: 300px;
    }
}

.footer iframe {
    width: 100%;
}

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

.post-content p:last-child {
    margin: 0;
}

.global-nav-button::before {
    display: none !important;
}

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

.global-nav-button {
    box-sizing: border-box;
    color: #0048A4;
    display: none;
    text-transform: uppercase;
    height: auto;
    padding: 24px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1000;
}

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

.nav-toggle_line._2 {
    top: 8px;
    width: 66.66%;
}

.nav-toggle_line._3 {
    top: 18px;
    width: 33.33%;
}
.global-nav {
    padding-left: 100px;
    position: relative;
}
.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 .menu-item-has-children > a span::before {
    color: #463722;
}
.header-bar-fixed .global-nav {
    top: 0;
}
.global-nav > ul > li > a {
    font-size: 17px;
    height: 75px;
}
.global-nav > ul > li > a span {
    font-size: 12px;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before { 
    top: 45px;
}
.global-nav a, .global-nav a:hover {
    background: none !important;
}

.contact-button {
    background: #40bee8 url(img/email2.png) no-repeat 15px center;
    border: 2px solid #fff;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: -90px;
    padding: 0 20px 0 80px;
}

.contact-button span {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

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

.header-video{
    background: transparent;
}
.header-video:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        );
}
.vegas-video{
    background: transparent;
    clip-path: polygon(
        20% 0,     
        100% 0,    
        100% 100%, 
        0 100%,    
        0 70%      
        );
}

.headline-bar{
    font-size: 16px;
    font-weight: 700;
}

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

.global-nav > ul > li {
    /*background: #fff;*/
    padding: 0 35px;
}

.global-nav > ul > li:first-child {
    border-radius: 40px 0 0 40px;
}

.global-nav > ul > li.menu-item-faq {
    border-radius: 0 40px 40px 0;
}

.global-nav > ul > li.menu-item-contact {
    background: none;
}

.global-nav > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px !important;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
    color: #5A5A5A !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.global-nav > ul > li > a::after, .global-nav .current-menu-item > a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #46CAFF;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
    width: 100%;
}
.global-nav > ul > li > a span {
    color: #46CAFF;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.global-nav > ul > li.menu-item-contact > a {
    background: #0048A4 !important;
    border-radius: 40px;
    color: #46CAFF !important;
    line-height: 2 !important;
    padding: 10px 20px 10px 85px;
    text-align: left;
    align-items: start;
}

.global-nav > ul > li.menu-item-contact > a:before {
    color: #fff;
    content: "\f0e0";
    font-family: "design_plus";
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
}

.global-nav > ul > li.menu-item-contact > a:after {
    display: none;
}

.global-nav > ul > li.menu-item-contact > a span {
    color: #fff;
}

.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;
}
.header-bar-fixed ~ .signage {
    margin-top: 78px;
}
/* ナビ END */
/* 固定共通オリジナル */
.content_full {
    position: relative;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    padding: 7em 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 5em 0;
    }
}
@media only screen and (max-width: 485px) {
    .content_inner {
        padding: 4em 0;
    }
}
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
/* 固定共通オリジナル END */
/* サービス案内 */
.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: #ffefe0;
    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 */
/* ご挨拶 */
.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: #0048A4;
}
@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: #0048A4;
    text-align: center;
}
address.con_tel a {
    color: #0048A4;
}
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: #0048A4;
}
p.con_caution {
    font-size: 0.85em;
    width: fit-content;
    margin: 0 auto 10px;
}
.post-content p.con_caution:last-child{
    margin: 0 auto;
}
.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: #0048A4;
    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: #0048A4;
    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;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* qa */
.faq-sec h2 {
    position: relative;
    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: 7px;
}
.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 */

@media screen and (min-width: 768px){
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 767px){
    .pcbr { display:none; }
    .spbr { display:block; }
}

.header-youtube:after{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    content: "";
    width: 100%;
    height: 100%;
}


.post-title{
    font-size: 30px;
    font-weight: 700;
}

.signage:not(:has(.signage-content)){
    height: 360px;
}

.nav-links01{
    margin-top: 50px;
}

.visible-phone {
    display: none;
}

.third-box {
    margin-bottom: 7em;
}
.front-third-inner {
    position: relative;
    padding-right: 60%;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    box-sizing: border-box;
    padding: 0 5em;
}
.third-box .front-third-text::before {
    counter-increment: number 1;
    content: "PASSIVE DESIGN MERIT "counter(number) " ";
    font-weight: 500;
    font-size: 2.8em;
    margin-bottom: 0.5em;
    display: block;
    line-height: 1.5;
    font-family: 'Poppins','Noto Sans JP', Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /* 	font-family: 'DM Serif Display', serif; */
}
.third-box .front-third-inner::after {
    width: 60%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}
.third-box:nth-of-type(even) .front-third-inner {
    padding-right: 0;
    padding-left: 60%;
}
.third-box:nth-of-type(even) .front-third-inner::after {
    right: auto;
    left: 0;
}
.third-box .front-third-inner.third01::after {
    background-image: url(img/third01.webp);
}
.third-box .front-third-inner.third02::after {
    background-image: url(img/third02.webp);
}
.third-box .front-third-inner.third03::after {
    background-image: url(img/third03.webp);
}

@media only screen and (max-width: 1200px) {
    .top-slider-wrapper {
        width: 100%;
        margin-top: 0 !important;
    }
    .front_intro_inner h2 {
        font-size: 2em;
    }
    .front_intro_inner-title {
        padding-right: 3em;
    }
    .front_intro_inner-title h3 {
        font-size: 1.1em;
    }
    .content02::before {
        max-height: calc(180px + 5em);
    }
    .front-third-text {
        padding: 0 3.5em;
    }
    .third-box .front-third-text::before {
        font-size: 2.2em;
    }
}
@media only screen and (max-width: 970px) {
    #content01 {
        padding: 1em 0 0;
    }
    .front_intro-outer::after {
        height: 300px;
        display: block;
        position: relative;
        width: 93%;
        left: 0;
        margin-top: 2em;
    }
    .front_intro-outer .inner {
        width: 86%;
    }
    .content02-item:last-of-type {
        margin-bottom: 0;
    }
    .content02::before {
        height: 100%;
    }
    .front-third-inner, .third-box:nth-of-type(even) .front-third-inner {
        padding: 0;
    }
    .front-third-text {
        padding: 0 7%;
    }
    .third-box .front-third-inner::after {
        position: relative;
        display: block;
        height: 400px;
        width: 93%;
        margin-top: 2em;
    }
    .third-box:nth-of-type(even) .front-third-inner::after {
        left: auto;
        margin-left: 7%;
    }
    .third-box {
        margin-bottom: 5em;
    }
    .front_intro_inner-title {
        width: 100%;
        padding-right: 0;
        padding-top: 3em;
        text-align: center;
    }
    .front_intro_inner-title br {
        display: none;
    }
    .front_intro_inner-text {
        width: 100%;
        margin-top: 3em;
    }
    .content02-title {
        font-size: 1.2em;
        text-align: center;
    }
    .front_second_inner-text {
        padding: 0;
    }
    .front_second_inner-text::after {
        display: block;
        position: relative;
        height: 400px;
        left: 0;
        margin-top: 5em;
        width: calc(100% + 100px);
    }
}
@media only screen and (max-width: 767px) {
    .front_second::after {
        width: 100%;
    }
    .front_topics {
        margin: 10em auto calc(10em + 15px);
    }
    .article03-title {
        font-size: 1em;
    }
}
@media only screen and (max-width: 485px) {
    .top-slider-wrapper::after {
        display: none;
    }
    h2.front-style {
        line-height: 1;
    }
    .front_intro_inner h2 {
        font-size: 1.2em;
    }
    .front-third-text {
        padding: 0 7% 1em;
    }
    .article03:last-of-type {
        margin-bottom: 0;
    }
    #content01 {
        padding: 0;
    }
    .front_intro_inner-title h3 br {
        display: block;
    }
    .content02 {
        padding: 7em 0;
    }
    .content02.fast{
        padding-top: 11em;
    }
    .front_second {
        padding: 7em 0;
        margin-bottom: 7em;
    }
    .front_second_inner-text::after {
        height: 300px;
    }
    .third-box .front-third-inner::after {
        height: 300px;
    }
    .front_topics {
        margin: 0 auto 7em;
    }
}
/* passivedesign */
.passive-design-intro-text {
    width: 55%;
    box-sizing: border-box;
    padding-right: 3em;
}
.passive-design-intro-img {
    width: 45%;
}
.passive-design-intro {
    margin-bottom: 4em;
}
.passive-design-detail-text {
    width: 55%;
    margin-left: 45%;
    box-sizing: border-box;
    padding-left: 3em;
}
.passive-design-detail-img {
    width: 45%;
    margin-left: -100%;
}
.passive-design-detail {
    margin-bottom: 4em;
}
.passive-design-balance {
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    padding: 2em 2.5em;
    font-size: 0.9em;
    margin-bottom: 4em;
}
ol.passive-design-balance-list{
    counter-reset: number;
    margin: 0;
}
li.clearfix {}
ol.passive-design-balance-list li {
    padding-left: 30px;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1.5em;
    position: relative;
    line-height: 1.6;
}
ol.passive-design-balance-list li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    font-family: 'DM Serif Display', serif;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: #333;
}
span.passive-design-balance-list-title {
    width: 20%;
    display: block;
    float: left;
    font-weight: 500;
    color: #333;
    /* 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}
span.passive-design-balance-list-text {
    width: 80%;
    padding-left: 2em;
    float: left;
    box-sizing: border-box;
}
ol.passive-design-balance-list li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.passive-design-balance h3 {
    text-align: center;
    margin-bottom: 2em;
}
.passive-design-close-text {
    width: 70%;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    background: #ffffff;
    margin-top: 5em;
    padding: 3em 2em 3em 2em;
}
.passive-design-close-img {
    width: 50%;
    margin-left: -20%;
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 485px) {
    .passive-design-intro-text {
        width: 100%;
        padding: 0;
    }
    .passive-design-intro-img {
        width: 100%;
        margin-top: 2em;
    }
    .passive-design-detail-text {
        width: 100%;
        margin: 0 auto 0 0;
        padding: 0;
    }
    .passive-design-detail-img {
        width: 100%;
        margin: 2em auto 0;
    }
    .passive-design-balance h3 {
        text-align: left;
    }
    span.passive-design-balance-list-title {
        width: 100%;
    }
    span.passive-design-balance-list-text {
        width: 100%;
        padding: 0;
        margin-top: 0.5em;
    }
    .passive-design-close-text {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .passive-design-close-img {
        width: 110%;
        margin-left: -10%;
        margin-top: 2em;
    }
}
.post-content .passive-design-close-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* passivedesign 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: 3em;
}
.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;
    }
}
.map-box {
    height: 400px;
}
/* kozen-style-concept END */
/* daihyouaisatu */
.greeting-intro {
    margin-bottom: 5em;
}
.greeting-intro-title {
    width: 45%;
    box-sizing: border-box;
    padding-right: 3em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3em;
}
.greeting-intro-img {
    width: 55%;
    box-sizing: border-box;
    margin-bottom: 3em;
}
.greeting-intro-img img {
    width: 100%;
    display: block;
}
.greeting-intro-title h2::after {
    display: none;
}
.greeting-intro-title h2, .greeting-intro-title h3, .greeting-intro-title p {
    width: 100%;
}
.greeting-intro-title h3 {
    font-size: 0.8em;
    border: none;
    padding: 0;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-align: right;
}
.greeting-content {
    margin-bottom: 5em;
}
.greeting-content:last-of-type {
    margin-bottom: 0;
}
.greeting-second-img {
    width: 50%;
    box-sizing: border-box;
}
.greeting-second-img img {
    display: block;
    width: 100%;
}
.greeting-second-text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3em;
}
.greeting_third .greeting-second-text {
    padding: 0 3em 0 0;
}
.greeting-content h2 {
    margin-bottom: 2em;
}
.greeting-content h2::after {
    display: none;
}
.greeting-third-text {
    position: relative;
    width: 53%;
    margin-left: 47%;
    box-sizing: border-box;
    padding: 3em 3em 3em 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting-third-img {
    width: 100%;
    margin-left: -100%;
}
.greeting-third-text h2, .greeting-third-text p {
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 8px #000000, 0px 0px 30px #000000, 0px 0px 58px #000000;
}
p.greeting-name {
    text-align: right;
}
@media only screen and (max-width: 970px) {
    .greeting-intro-title h2 {
        font-size: 1.1em;
    }
    .greeting-content h2 {
        font-size: 1.1em;
    }
    .greeting-intro, .greeting-content {
        font-size: 0.9em;
        line-height: 2;
    }
}
@media only screen and (max-width: 485px) {
    .greeting-intro-title {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }
    .greeting-intro-img {
        width: 100%;
    }
    .greeting-second-img {
        width: 100%;
        margin-bottom: 3em;
    }
    .greeting-second-text {
        width: 100%;
        padding: 0;
    }
    .greeting-content {
        margin-bottom: 3em;
    }
    .greeting-third-text {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .greeting-third-text h2, .greeting-third-text p {
        text-shadow: none;
        color: #292929;
    }
    .greeting-third-img {
        margin: 2em auto 0;
    }
    .greeting_third .greeting-second-text {
        padding: 0 0 20px;
    }
}
/* daihyouaisatu END */
.post-content .contact_sec h2,
.post-content .mail_sec h2{
    text-align: center;
}
.post-content h2{
    margin-bottom: 40px;
}
p.caution{
    position: relative;
    padding-left: 20px;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #ff5353;
}

.signage-title{
    font-weight: 700;
}

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

/*料金ページ*/
.kp-content_inner {
    max-width: 1150px;
    width: 86%;
    margin: 0 auto;
}
section.kp-main-content.information .kp-content_inner {
    max-width: 888px;
}

.post-content .h {
    text-align: center;
    font-family: 'Rubik Distressed', cursive;
    margin-bottom: 5px;
}
.heading.block_header_3 {
    overflow: hidden;
    background: #4690a8;
    padding: 10px 30px;
    margin-bottom: 30px;
    position: relative;
}
.content_wrapper {
    margin-top: 3rem;
}
.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: #4690a8;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.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;
}
.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 #4690a8;
    border-right: 1px solid #4690a8;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translate(-50%);
}
.green-but {
    display: block;
    text-align: center;
    width: 70%;
    background: #4690a8;
    color: #fff !important;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 100px;
    padding: 15px;
    font-weight: bold;
}

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: 30vw;
    bottom: 0;
    right: 0;
}
.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_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;
    }
}

.faq-sec h2{
    margin-bottom: 0.5em;
}

.kp-main-content.information{
    padding-block: 100px;
}

.post-content th{
    background: #daeeff;
}

.items-img {
	justify-content: center;
}
.items-img img {
    border-radius: 10px;
}
.item-kaden {
    width: 18%;
    margin: 0 5px;
}
@media only screen and (max-width: 767px){
.items-img {
    justify-content: space-between;
}
	.item-kaden {
    width: 48%;
    margin: 0 0 10px 0;
}
}