@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
*/

/*ページタイトルとサブタイトルの設定*/
.c-pageTitle__inner{
font-size: clamp(12px,4.8vw,48px);
text-align:center;
}
.c-pageTitle__subTitle{
font-size: clamp(8px,3.2vw,32px)!important;
}

/* 「目次ボタン」「トップへ戻るボタン」の位置調整 */ 
body:has(.grecaptcha-logo) .p-fixBtnWrap { bottom: 100px; right: 0.5em; }

/* フッターの固定ページリストの調整*/
.c-widget__title{
 display: none;
}
.c-listMenu{
	width:80%;
	font-size:16px;
	font-weight:bold
}
.c-submenuToggleBtn{
	background: #fff;
　color: #ffffff;
} 
.c-listMenu ul li{
	border-bottom:solid 1px white;
}
ul.children{
	border-top:solid 1px white;
}

/*Noto Sans JP*/
@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('/top/wp-content/uploads/fonts/NotoSansCJKjp-Regular.woff2') format('woff2');
}


/*求人情報内のアコーディオンメニュー*/
.accordion-entry .swell-block-accordion__label{
	text-align:center;
}
.accordion-LINE .swell-block-accordion__label{
	text-align:center;
}
