@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ヘッダー */
.l-header__bar{
    display: none;
}
.c-gnav a::after{
    background-color: #000;
}

/* ----- トップページ ---------- */

/* 見出し */
.home .post_content h2.has-text-align-center{
    margin-top: 100px;
    margin-bottom: 70px;
    font-size: 24px;
	color: #000;
    letter-spacing: 0.08em;
    position: relative;
	background-color: transparent;
	border: none;
}
.home .post_content h2.has-text-align-center::after{
    content: "";
    width: 40px;
    height: 1.5px;
    background-color: #000;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.home .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
	border: none!important;
}

/* 背景色 */
.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* ボタン */
.is-style-more_btn a:hover{
    background-color: #000;
}

/* エリア */
.area{
    background-color: #f6f6f6;
    padding: 30px;
}

/* 目的 */
.cat-columns{
    margin-bottom: 50px;
}
.cat-columns figure{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
}
.cat-columns p{
    text-align: center;
    font-weight: 600;
}

.p-links{
    line-height: 2.6;
    font-size: 15px;
}
.p-links a{
    border: 1px solid #ccc;
    padding: 4px 8px;
}

/* 記事 */
.-type-list .p-postList__link, .-type-list2 .p-postList__link{
    align-items: center;
}

/* cta */
.cta{
    margin-top: 150px;
    min-height: 340px!important;
}
.cta p:first-of-type{
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 10px;
}
.cta p:last-of-type{
    font-size: 24px;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.cta .is-style-btn_line a{
    border-color: #fff;
    color: #fff;
}
.cta .is-style-btn_line a:hover{
    background-color: #000;
}
.home .l-footer{
    margin-top: 0;
}
.home.top #content{
    margin-bottom: 0;
}

/* フッター */
.l-footer{
    background-color: #000;
    color: #fff;
    margin-top: 150px;
}
.l-footer__nav{
    padding-top: 0;
}

.c-fixBtn{
    border-color: #000;
    color: #000;
}


/* ページヘッダー */
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    float: none;
    border: none;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #fff;
}
.c-pageTitle[data-style=b_bottom]{
    border: none;
    background-color: #000;
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
}
.page .l-content{
    padding-top: 0;
}


/* ------ 会社概要 ------------------------ */
.company-table tr td{
    padding: 1em;
}


/* ------ お問い合わせ ------------------------ */

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 5% 3%;
    margin-bottom: 30px;
    margin-top: 40px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
    padding-left: 0;
}
.contact7 dd.mb-s{
    margin-bottom: 15px;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
    padding-left: 0;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	background-color: #D93E14;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    margin-left: 10px;
}
.contact7 .optional {
	background-color: #999;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    margin-left: 10px;
}

button, input, select, textarea{
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
}
label input{
    width: auto;
}

.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 50%;
	background-color: #000;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.btn-primary:disabled{
    background-color: #000;
}

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


/* ------ 個人情報の取り扱い ------------------------ */


.pc{
    display: block;
}
.sp{
    display: none;
}


/* 記事 */
.wp-block-search__button{
	width: 20%;
}



/* ------- スマホ ------------------- */

@media screen and (max-width: 960px){

    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    .bg-color {
        margin: 50px calc(50% - 50vw);
        padding: 50px calc(50vw - 50%);
    }

    .-img .c-headLogo__link{
        padding: 5px 0;
    }

    .home .post_content h2.has-text-align-center {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .home .post_content h2.has-text-align-center::after {
        width: 30px;
        bottom: -15px;
    }

    .area p.u-mb-5{
        margin-top: 25px;
    }

    .cat-columns{
        margin-bottom: 20px;
    }
    .cat-columns figure{
        width: 60%;
    }

    .cta{
        margin-top: 100px;
        min-height: 300px !important;
    }
    .cta p:first-of-type {
        font-size: 18px;
    }
    .cta p:last-of-type {
        font-size: 21px;
        margin-bottom: 1em;
    }
    .cta .is-style-btn_line a{
        width: 80%;
    }

    .c-widget__title.-spmenu{
        background-color: #000;
    }

    .c-pageTitle[data-style=b_bottom] {
        padding: 10px calc(50vw - 50%);
    }
    .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
        font-size: 22px;
    }
    
    .company-table tr td:first-of-type{
        width: 33%!important;
        padding: 1em 0.5em;
    }

    .btn_contact7 input {
        width: 80%;
        margin-bottom: 0px;
    }

	
/* 記事 */
	.p-toc .p-toc__expandBtn{
		min-width: 8em;
}



    
}