/*
Theme Name: Touzaikai
Theme URI: https://xdevlabs.com/themes/simple-wp-theme/
Author: the xDevLabs team
Author URI: https://xdevlabs.com/
Description: Blank is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how touzaikai elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: touzaikai
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Touzaikai WordPress Theme, (C) 2021 xDevlabs.com
Touzaikai is distributed under the terms of the GNU GPL.
*/

.bg-link-pink{
    background: #fcf7f9;
}
.subpage--banner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 270px;    
}
.subpage-banner__inner h2{
    font-size: 82px;
    line-height: 1;
    color: #f1eeeb;
}
.subpage-banner__inner h3{
    font-size: 40px;
    line-height: 1;
    color: #393938;
    transform: translateY(-100%);
}


.recruit-content{
    padding-block: 80px 100px;
}
.recruit-content p{
    text-align: center;
}
.recruit-block+.recruit-block{
    margin-top: 60px;
}


.recruit--heading{
    margin-bottom: 20px;
}
.recruit--heading h3{
    font-size: 6vw;
    line-height: 1.6;
    text-align: center;    
    margin: 0;
    color: #d7a398;
}
.recruit--heading h3 small{
    font-size: 65%;
    transform: translateY(-15px);
    display: inline-block;
}

.currently-recruiting .list-btns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.currently-recruiting .list-btns span{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    padding: 6px 0;
    border-radius: 30px;
    background: #9b9898;
    text-align: center;
    color: #fff;
}
.currently-recruiting .list-btns span.act{
    background: #d7a398;
}

.site-sticky__call .hotline{
    background: #8ac4d9;
}
.site-sticky__call .hotline p{
    font-size: 9px;
    color: #fff;
}
.site-sticky__call .hotline .hotline__body a{
    font-size: 29px;
    color: #fff;
}
@media only screen and (min-width: 480px){
    .currently-recruiting .list-btns span{
        width: calc(50% - 15px/2);
    }
}
@media only screen and (min-width: 768px){
    .sp-only{
        display: none;
    }
    .care-section__list{
        justify-content: center;
    }
    .recruit--heading h3{
        font-size: 36px;
        line-height: 63px;
    }
    .recruit--heading h3 small{
        transform: translateY(-20px);
    }
    .currently-recruiting .list-btns{
        gap: 30px;
    }
    .currently-recruiting .list-btns span{
        font-size: 20px;
        padding: 15px 0;
        width: calc(33.333333% - 60px/3);
    }
    .recruit-block+.recruit-block{
        margin-top: 90px;
    }
    .recruit--heading{
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 992px){
    .currently-recruiting .list-btns span{
        width: calc(25% - 90px/4);
    }
}

@media only screen and (max-width: 767px){
    .banner{
        padding-bottom: 0;
    }
    .care-section__more{
        display: none;
    }
}

.content-page.content-news{
    padding-block: 80px 160px;    
}
.list-news .list__news--item{
    border-bottom: 1px solid #e7e7e7;
}
.list__news--item a {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.5;
    display: flex;
    padding: 13px 0;
    color: var(--blue-gray);
    font-size: 13px;
    line-height: 1.8;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.list__news--item a .cat{
    border: 1px solid #cacaca;
    text-align: center;
    white-space: nowrap;
    min-width: 9em;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
}
.list__news--item a span:last-child{
    width: 100%;
}
@media only screen and (min-width: 768px){
    .list__news--item a span:last-child{
        width: auto;
        flex: 1;
    }
}

.news--title{
    padding-block: 40px;
    background: #adadad1c;
    margin-bottom: 20px;
}
.news--title h2{
    font-size: 6vw;
    margin-bottom: 15px;
}
.div-block-2{
    display: flex;
    align-items: center;
    gap: 15px;
}
.div-block-2 .cat{
    border: 1px solid #cacaca;
    text-align: center;
    white-space: nowrap;
    min-width: 9em;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
}
.feature-image{
    margin-bottom: 20px;
}
.single-news-content{
    padding-bottom: 80px;
}
.btn-list-page{
    border: 1px solid #cacaca;
    text-align: center;
    white-space: nowrap;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin: 60px auto 0;
    width: 320px;
    transition: all 0.5s ease;
}
.btn-list-page:hover{
    color: #fff;
    background: #000;
}
.main-content__inner{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cacaca;
}
@media only screen and (min-width: 768px){
    .news--title{
        margin-bottom: 60px;
    }
    .news--title h2{
        font-size: 2.75rem;
    }
    .feature-image{
        margin-bottom: 40px;
    }
    .single-news-content{
        padding-bottom: 160px;
    }
}

#ai,#rinen,#sta,#sta2,#sen,#kasan,#anshin,#shin,#kango,#gairai{
    scroll-margin-top: 144px;
}
@media screen and (min-width: 850px) and (max-width: 1399px) {
    #ai,#rinen,#sta,#sta2,#sen,#kasan,#anshin,#shin,#kango,#gairai{
        scroll-margin-top: 205px;
    }
	#houmon{
        scroll-margin-top: 300px;
    }
}
@media screen and (max-width: 767px) {
    #ai,#rinen,#sta,#sta2,#sen,#kasan,#anshin,#shin,#kango,#gairai{
        scroll-margin-top: 65px;
    }
	#houmon{
        scroll-margin-top: 165px;
    }
}
.area-section__inner{margin-bottom:80px;}
.safe-house__bottom .btn-dot{
    margin-top: 20px;
    font-size: 18px;
}