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

/* グローバルナビ位置調整 */
@media (min-width: 960px) {
	.-series-right .c-gnavWrap {
    	/*margin-right: 210px;*/
	}
}

@media (min-width: 960px) {
	.-series-right .w-header {
    	margin-right: 65px;
	}
}

.c-gnav a {
	font-weight: bold;
}

.l-header__inner.l-container.my-menu {
    /*top:-125px;*/  /*///メインビジュアル内へ移動///*/
    width: fit-content;  /*///中央揃え///*/
	padding: 40px 0 20px;
}

.l-header__inner.l-container.my-menu .c-gnav .menu-item {
	width: 200px;
}

.my-menu .c-gnav>.menu-item>.sub-menu {
    top: -140px;  /*///サブメニューを上側へ///*/
}
.my-menu .c-gnav>.menu-item>a .ttl {
    font-size: 18px;  /*///フォントサイズ///*/
	padding-bottom: 15px;
}


/* ヘッダー関連 */
.header-phone,
.header-contact {
	color: #333;
	border: 1px solid #333;
	width: 180px;
	display: block;
	text-align: center;
	padding: 5px 0 7px;
	border-radius: 100px;
	
}

.header-phone svg,
.header-contact svg {
	vertical-align: middle;
}

.header-phone span,
.header-contact span {
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

.header-recruit {
	color: #FFF;
	border: 1px solid #FF7F00;
	background-color: #FF7F00;
	width: 180px;
	display: block;
	text-align: center;
	padding: 5px 0 7px;
	font-weight: bold;
	border-radius: 100px;
	
}

.header-recruit svg {
	vertical-align: middle;
}

.header-recruit span {
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

/*.header-recruit {
	position: absolute;
	right: 10px;
	top: 13px;
	
	background: #62d847;
	color: #FFF;
	width: 80px;
	display: block;
	text-align: center;
	padding: 10px 0 10px;
	z-index: 99;
	
}*/


/* フッター関連 */
.footer-phone {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
}

.footer-phone svg {
	vertical-align: middle;
}

.footer-phone a {
	color: #FFF;
	padding-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

.footer-contact-box .swell-block-button__link {
	width: 100%;
}

.footer-contact-box .swell-block-button.is-style-btn_normal.green_ a {
	background-color: #FF7F00;
}

.l-content {
	margin-bottom: 0;
}

.footer-tel a {
	color: #FFF;
}

.w-beforeFooter {
	margin: 3em auto 3em;
}

#before_footer_widget {
	text-align: center;
	font-size: 0.85em;
}

#footer .textwidget {
	text-align: center;
	font-size: 14px;
}

.l-footer__widgetArea {
	padding: 0;
}


.w-footer__box{
	padding-bottom: 0;
}




/* TOPページ メインビジュアル */
/* メインビジュアル メインテキスト フォントサイズ */
.p-mainVisual__slideTitle {
    font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.p-mainVisual__slideText {
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
/* メインビジュアル メインテキスト フォントサイズ スマホ用 */
@media (max-width: 480px){
	.p-mainVisual__slideTitle {
		font-size: 20px;
	}
}

.about-sec .about-title {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

