@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.2em;
	font-weight: bold;
	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: var(--color_main);
	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 #354a9d;
  }
	
  .c-btn:hover a {
	  color: #354a9d;
	  opacity: 1;
  }
}

.c-btn a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	transition: color .3s;
	min-width: 105px;
	padding: 0.1em 1em 0.1em 1em;
}

@media (min-width: 1024px) {

.--contact {
	background: var(--color_main);
	color: #fff;
	}

@media (min-width: 1024px) {
	.--contact:hover {
		border-color: var(--color_main);
	}
	.--contact:hover a {
		color: var(--color_main);
	}
	.--contact:hover a::after {
		color: var(--color_main);
	}
	
	.--contact a {
	color: #fff;
	}


/* _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: #354a9d;
}

.l-header__customBtn.sp_ a span {
	color: #354a9d;
	font-weight: 700;
}
