@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 .l-header__logo {
	display: block;
	} 
	.c-catchphrase.u-thin {
		margin-top: 6px;
	}
}
	
@media (min-width: 600px){
	.l-topTitleArea__body .c-pageTitle {
		font-size: 2.5em;
	}
}

/* ヘッダー */

.c-gnav>.menu-item>a .ttl {
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	padding: 6px;
}

/* トップページ */

/* メインビジュアル */


/* 表 */


/* 見出し */

.top_h2 {
	margin-bottom: 4em;
}


/* メインビジュアル下の余白なくす */

/* アーカイブページ */

/* サブタイトル非表示 */
.c-pageTitle__subTitle.u-fz-14{
	display: none　!important;
}

/* ステップブロック */

.p-step__container {
	margin: 2em 0 8em 0;
}

/* リッチカラム */

.p-richcolumn__container h2 {
	margin: 1em 0;
}

/* _btn
---------------------------------*/
.c-btn {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.0em;
	font-weight: 500;
	vertical-align: middle;
	background-color: #0062B5;
	border: 2px solid transparent;
	border-radius: 10px;
	box-shadow: none;
	margin: 0.2em;
	letter-spacing: 0.1em;
	transition: color .3s, background-color .3s, border .3s;
}

@media (min-width: 1024px) {
	.c-btn:hover {
		cursor: pointer;
		background: #fff;
		border: 2px solid #0062B5;
	}
	.c-btn:hover a {
		color: #0062B5;
		opacity: 1;
	}
	.c-btn a {
		display: block;
		color: #fff;
		font-size: 1.0em;
		font-weight: 700;
		padding: 0.5em 0.5em;
		transition: color .3s;
		min-width: 105px;
	}
	.--apply {
		background: #FFCF48;
		color: #0062B5;
	}
}

@media (min-width: 1024px) {
	.--apply:hover {
		background: #FFCF48;
	}
	.--apply a {
		color: #0062B5;
	}
	.--inquiry {
		background: #F95300;
		color: #fff;
	}
}

@media (min-width: 1024px) {
	.--inquiry:hover {
		border-color: #F95300;
	}
	.--inquiry:hover a {
		color: #F95300;
	}
	.--inquiry:hover a::after {
		color: #F95300;
	}
	.--inquiry a {
		color: #fff;
	}
	.--tel_number {
		font-size: 1.2em;
		font-weight: 700;
		margin: 0.2em;
		padding: 2px 4px;
	}
	.p-header_tel_recept {
		font-size: 0.6em;
		padding: 0px 2px;
	}
}

/* _navigation
---------------------------------*/
.c-navigation {
	display: flex;
}

.c-navigation a {
	text-decoration: none;
	display: block;
	transition: all 0.3s ease 0s;
	line-height: 1.5;
}

.c-navigation li {
	text-align: center;
	align-items: center;
	vertical-align: baseline;
}

.c-navigation li:first-child {
	min-width: 120px;
}

.c-navigation li:nth-child(n+1) {
	margin-left: 0.25em;
}

.p-header__nav {
	align-items: center;
}

@media (min-width: 960px){
	.-series .l-header__logo {
		margin-right: 10px !important;
	}
	.l-header__customBtn.sp_ a i {
		color: #0062b5;
	}
	.l-header__customBtn.sp_ a span {
		color: #0062b5;
		font-weight: 700;
	}
}

