@charset "utf-8";

/*=======================================================
基本設定
=======================================================*/
@font-face {
	font-family: "noto-sans-jp";
	src: url(./fonts/Noto-Sans-JP/NotoSansJP-Regular.woff) format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "noto-sans-jp";
	src: url(./fonts/Noto-Sans-JP/NotoSansJP-Bold.woff) format("woff");
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: "noto-serif-jp";
	src: url(./fonts/Noto-Serif-JP/NotoSerifJP-Regular.woff) format("woff");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "noto-serif-jp";
	src: url(./fonts/Noto-Serif-JP/NotoSerifJP-Bold.woff) format("woff");
	font-weight: bold;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
	outline: none;
}
body,
.ly-head,
.ly-main,
.ly-foot {
	min-width: 1024px;
}
body {
	background: #fff;
	font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ul,
ol {
	list-style: none;
}
p,
li,
dt,
dd,
th,
td {
	-ms-line-break: strict;
	line-break: strict;
	overflow-wrap: anywhere;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
picture {
	line-height: 0;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	outline: none;
    color: #222;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="checkbox"] {
	display: none;
}
input[type="radio"] {
	display: none;
}
button,
textarea {
	font-family: inherit;
	font-size: 100%;
}
/* PC SP */
.pc {
	display: initial;
}
.sp {
	display: none;
}
/* アコーディオンのデフォルトの見た目リセット */
summary {
    display: block;
    cursor: pointer;
	width: 100%;
	width: 100%;
	position: relative;
}
summary::-webkit-details-marker {
    display: none;
}
/* 矢印表示 */
summary:after {
	position: absolute;
	content: '▼';
	width: 30px;
	height: 30px;
	padding: 0px 0.5px 0 2px;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	right: 19px;
}
/* オープン時の矢印 */
details[open] summary:after {
	content: '▲';
}
@media only screen and (min-device-width: 1025px) {
	/* PCのみホバー効果 */
	a, .hp-hover {
		transition: all 0.3s ease;
	}
	a:hover, .hp-hover:hover{
		opacity: 0.7;
	}
	label:hover {
		cursor: pointer;
	}
}
@media screen and (max-width: 750px) {
	body,
	.ly-head,
	.ly-main,
	.ly-foot {
		min-width: 750px;
		max-width: 750px;
		width: 100%;
	}
	body {
		font-size: 28px;
		line-height: 1.5;
	}
	.sp {
		display: initial;
	}
	.pc {
		display: none;
	}
}

/*=============================
共通レイアウト
==============================*/
/* 全体のWrapper */
.ly-allWrapper {
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

/* inner */
.ly-head-inner,
.ly-foot-inner,
.ly-cont,
.ly-cont-inner,
.ly-cont-inner-1200 {
	width: 1024px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.ly-cont-inner-1200 {
	width: 1200px;
}
.ly-head-inner {
	width: 100%;
}
/* 2カラム */
.ly-cont--col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 44px;
}
.ly-cont-main {
	width: 700px;
}
.ly-cont-side {
	width: 280px;
}
/* bl_media */
.bl-mediaList {
	display: grid;
	gap: 56px;
}
.bl-media {
	display: grid;
	grid-template: auto 1fr / 496px auto;
	grid-template-areas: "imgWrapper body";
	gap: 0 32px;
}
.bl-media.reverse{
	grid-template: 1fr auto / auto 496px;
	grid-template-areas: "body imgWrapper";
}
.bl-media:has(.el-media-ttl) {
	grid-template-areas: 
		"imgWrapper title"
		"imgWrapper body"
}
.bl-media.reverse:has(.el-media-ttl) {
	grid-template: auto 1fr / auto 496px;
	grid-template-areas: 
		"title imgWrapper"
		"body imgWrapper"
}
.bl-media:has(.el-media-btmTxt) {
	grid-template: auto 1fr auto / 496px auto;
	grid-template-areas: 
		"imgWrapper title"
		"imgWrapper body"
		"btm_txt btm_txt";
}
.bl-media-imgWrapper {
	grid-area: imgWrapper;
}
.el-media-ttl {
	grid-area: title;
	font-size: 26px;
	margin-bottom: 16px;
}
.bl-media-body {
	grid-area: body;
	display: flex;
	flex-direction: column;
	gap: 1.3em;
}
.bl-media-btmTxt {
	grid-area: btm_txt;
	margin-top: 1.3em;
}
/* bl_card */
.bl-cardUnit {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl-card {
	width: 320px;
	padding: 24px;
	position: relative;
}
.bl-card:has(.bl-card-link){
	padding: 0;
}
.bl-card-link{
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px;
}
.el-card-ttl{
	font-size: 22px;
	text-align: center;
	margin-bottom: 16px;
}
/* bl_btnList */
.bl-btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}
@media screen and (min-width: 751px) {
	.bl-media.reverse{
		/* grid-template: 1fr auto / auto 496px; */
		grid-template-areas:
			"title imgWrapper"
			"body imgWrapper";
	}
}
@media screen and (max-width: 750px) {
	/* inner */
	.ly-cont,
	.ly-cont-inner,
	.ly-cont-inner-1200 {
		width: 690px;
	}
	/* 2カラム */
	.ly-cont--col {
		gap: 80px;
	}
	.ly-cont-main,
	.ly-cont-side {
		width: 100%;
	}
	/* bl_media */
	.bl-media {
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body";
	}
	.bl-media.img-first{
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "title" "body";
	}
	.bl-media:has(.el-media-ttl),
	.bl-media.reverse:has(.el-media-ttl) {
		grid-template: auto / auto;
		grid-template-areas: "title" "imgWrapper" "body";
	}
	.bl-media:has(.el-media-btmTxt) {
		grid-template: auto / auto;
		grid-template-areas: "title" "imgWrapper" "body" "btm_txt";
	}
	.bl-media-imgWrapper {
		margin-bottom: 32px;
	}
	.el-media-ttl {
		font-size: 32px;
		margin-bottom: 24px;
	}
	/* bl_card */
	.bl-card {
		width: 100%;
	}
	.el-card-ttl{
		font-size: 32px;
	}
}
/*=============================
下層MV - パンくず
==============================*/
/* MV */
.ly-lower-head {
	padding-top: 95px;
	height: 356px;
}
.bl-lower-mv {
	width: 100%;
	height: 100%;
	background-color: rgba(0,69,104,0.5);
}
.el-lower-mv-ttl {
	padding-top: 80px;
	font-size: 24px;
	letter-spacing: 0.96px;
	line-height: 1.6em;
	color: #DAD585;
	position: relative;
	z-index: 1;
}
.el-lower-mv-ttl::before {
	position: absolute;
	content: "";
	width: 528px;
	height: 236px;
	background: url(../images/common/mv-wave.svg) top center / contain no-repeat;
	top: 32px;
	left: -20px;
	z-index: -1;
}
.el-lower-mv-ttl::after {
	position: absolute;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.72px;
	line-height: 1.5em;
	bottom: -50px;
	left: 0;
}
/* パンくず */
.bl-breadcrumbs-inner {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 24px;
}
.bl-breadcrumbs-inner > li {
	color: #FFFFFF;
	font-size: 14px;
}
.bl-breadcrumbs-inner > li:first-child{
	display: flex;
	align-items: center;
}
.bl-breadcrumbs-inner > li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.bl-breadcrumbs-inner > li:last-child > span {
	padding-top: 3px;
}
.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
	content: ">";
	margin: 0 7px;
}
.bl-breadcrumbs-inner .home {
	display: flex;
	align-items: center;
	width: 18px;
	padding-bottom: 3px;
}
@media screen and (max-width: 750px) {
	/* MV */
	.ly-lower-head {
		padding-top: 137px;
		width: 100%;
		height: 586px;
    }
	.el-lower-mv-ttl {
		letter-spacing: 1.68px;
		line-height: 1.8em;
		text-align: center;
		padding-top: 120px;
		font-size: 42px;
	}
	.el-lower-mv-ttl::before {
	    width: 750px;
	    height: 334px;
	    background: url(../images/common/mv-wave.svg) top center / contain no-repeat;
	    top: 48px;
	    left: 55%;
		transform: translateX(-50%);
    }
	.el-lower-mv-ttl::after {
	    font-size: 32px;
        letter-spacing: 1.28px;
	    line-height: 2em;
	    bottom: -60px;
	    left: 50%;
		transform: translateX(-50%);
	}
	/* パンくず */
	.bl-breadcrumbs-inner {
		width: 690px;
	}
	.bl-breadcrumbs-inner > li {
		font-size: 22px;
	}
	.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
		margin: 0 10px;
	}
	.bl-breadcrumbs-inner .home {
		width: 28px;
	}
}
/*=============================
共通パーツ
==============================*/
/* 各sectionメイン見出し */
.el-sec-mainTtl {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}
/* bl_bulletList */
.bl-bulletList > li {
	padding-left: 1em;
	position: relative;
}
.bl-bulletList > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-bulletList.bl-bulletList--square > li {
	padding-left: calc(1em + 8px);
}
.bl-bulletList.bl-bulletList--square > li::before {
	content: "■";
}
/* bl_numList */
.bl-numList-zero {
	counter-reset: num -1;
}
.bl-numList-zero > li {
	padding-left: 1.2em;
	position: relative;
}
.bl-numList-zero > li:before {
	counter-increment: num;
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-numList {
	counter-reset: num;
}
.bl-numList > li {
	padding-left: 1.2em;
	position: relative;
}
.bl-numList > li:before {
	counter-increment: num;
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-numList.bl-numList--zero > li:first-of-type::before {
	content: "①";
}
.bl-numList.bl-numList--circle > li:nth-of-type(2)::before {
	content: "②";
}
.bl-numList.bl-numList--circle > li:nth-of-type(3)::before {
	content: "③";
}
.bl-numList.bl-numList--circle > li:nth-of-type(4)::before {
	content: "④";
}
.bl-numList.bl-numList--brackets {
	counter-reset: cnt;
}
.bl-numList.bl-numList--brackets > li {
	padding-left: 2em;
	counter-increment: cnt;
}
.bl-numList.bl-numList--brackets > li::before {
	content: "(" counter(cnt) ") ";
}
/* el_btn */
.el-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 2px;
}
.el-btn.more{
	font-size: 18px;
	font-weight: bold;
}
.el-btn.more::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
}
/* el_label */
.el-label {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
}
/* ※ */
.el-att,
.el-att01,
.el-att02,
.el-att03 {
	display: flex;
	font-size: 14px;
	position: relative;
}
.el-att::before {
  content: "※";
  flex: 0 1 auto;
}
.el-att.center{
	justify-content: center;
}
.el-att01::before {
	content: "※1";
}
.el-att02::before {
	content: "※2";
}
.el-att03::before {
	content: "※3";
}
span.el-att {
	display: block;
}
.el-link {
	text-decoration: underline;
	color: #0000ff;
}
.el-txt {
	text-align: center;
}
@media screen and (max-width: 750px) {
	/* 各sectionメイン見出し */
	.el-sec-mainTtl {
		font-size: 34px;
	}
	/* el_btn */
	.el-btn.more {

	}
	/* el_label */
	.el-label {
	}
	/* ※ */
	.el-att,
	.el-att01,
    .el-att02,
    .el-att03 {
		font-size: 22px;
	}
}

/*=============================
ヘルプタグ
==============================*/
/* ユニット */
.hp-unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 明朝体 */
.hp-mincho {
	font-family: "noto-serif-jp", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
/* bold */
.hp-bold {
	font-weight: bold !important;
}
/* italic */
.hp-italic {
	transform: skewX(-10deg);
}
/* 打ち消し線 */
.hp-strikethrough {
	padding: 3px 0 0 8px;
	background-image: linear-gradient(#222, #222);
	background-position: 0 50%;
	background-size: 100% 1px;
	background-repeat: repeat-x;
	letter-spacing: 0;
}
/* アンダーバー */
.hp-underline {
	text-decoration: underline;
}
/* opacity1 */
.hp-opacity1 {
	opacity: 1 !important;
}
/* 電話リンク */
.hp-tel {
	pointer-events: none;
}
/* アクセントカラー */
.hp-color--orange {
	color: #ee9e21 !important;
}
.hp-color--yellow {
	color: #DAD585 !important;
}
.hp-color--gold {
	color: #BD9535 !important;
}
.hp-color--blue {
	color: #004568 !important;
}
.hp-color--red {
	color: #9A2C0A !important;
}
/* 影付き角丸白ボックス */
.hp-shadowRadiusWhiteBox {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}
.hp-scroll-y {
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.hp-scroll-y::-webkit-scrollbar {
	display: none;
}
@media screen and (max-width: 750px) {
	/* ユニット */
	.hp-unit {
		display: block;
	}
	/* 電話リンク */
	.hp-tel {
		pointer-events: auto;
	}
}

/*=============================
header
==============================*/
.ly-main {
}
.ly-head {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.ly-head.is-sticky {
	background-color: #0E0101;
	box-shadow: 0 0 16px rgb(0 0 0 / 32%);
}
.bl-head {
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* ロゴ */
.bl-head-logo {
	width: 410px;
}
.bl-head-logo > a {
	display: block;
}
.bl-head-logo img {
	vertical-align: top;
}
/* ヘッダー右側エリア */
.bl-head-rightArea {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* ボタンエリア */
.bl-head-btnList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}
.bl-btn-login,
.bl-btn-contact {
	height: 56px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bl-btn-login {
	display: flex;
	width: 172px;
	background-color: #006E54;
}
.bl-btn-contact {
	width: 154px;
    display: flex;
}
.bl-btn-contact > a {
	background-color: #BD9535;
	display: block;
	width: 100%;
	height: 100%;
    padding: 14px 0 16px 40px;
}
.bl-btn-contact > a::after {
	position: absolute;
	content: "";
	width: 26px;
	height: 24px;
	background: url(../images/common/contact-icon.svg) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}
.bl-btn-contact > a:hover::after {
	width: 30px;
	height: 28px;
	background: url(../images/common/contact-icon-hover.svg) top center / contain no-repeat;
	left: 8px;
	transition: all 0.3s ease;
}
/* ハンバーガーボタン */
.bl-burger {
	width: 104px;
	height: auto;
	padding-top: 8px;
}
.bl-burger > button{
	display: flex;
	flex-flow: column;
	margin: auto;
	gap: 8px;
}
.bl-burger > button > img{
	width: 84px;
	margin: auto;
}
.bl-burger-txt {
    color: #fff;
}
/* ナビ */
.bl-gloNav {
	width: 35%;
	height: 100%;
	background: #0E0101;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 90;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
}
.bl-gloNav.is-active {
	width: 35%;
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
	overflow-y: scroll;
    overflow-x: hidden;
}
.bl-gloNav-top-close-btn {
	display: flex;
	margin: 24px 42px 0 auto;
}
.bl-gloNav-top-close-btn > img {
	width: 84px;
}
.bl-gloNav-inner {
	padding: 80px 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 56px;
}
.bl-gloNav-inner > li {
	font-size: 24px;
	color: #fff;
}
/* メルマガボタン */
.bl-gloNav-newsletter-btn {
	padding: 9px 0 8px;
}
.bl-gloNav-newsletter-btn > a {
	font-size: 24px;
	color: #0E0101;
	background: #fff;
	padding: 12px 24px 11px;
}
/* 閉じるボタン */
.bl-gloNav-bottom-close-btn > button {
	width: 178px;
	height: 69px;
	font-size: 24px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 16px 24px 14px 0;
	text-align: center;
	position: relative;
}
.bl-gloNav-bottom-close-btn > button::before {
	content: "×";
	position: absolute;
	font-size: 24px;
	top: 52%;
	transform: translateY(-50%);
	right: 32px;
}
@media screen and (max-width: 750px) {
	.ly-main {
	}
	.ly-head {
		height: 137px;
	}
    .bl-head {
		padding: 0 0 0 16px;
		height: 137px;
    }
	/* ロゴ */
	.bl-head-logo {
		width: 452px;
	}
	.bl-head-logo > a {
	}
	/* ヘッダー右側エリア */
	.bl-head-rightArea {
	}
	/* ボタンエリア */
	.bl-head-btnList {
		gap: 0;
		height: 100%;
	}
	.bl-head-btnList > li{
		height: 100%;
	}
	.bl-btn-login {
		width: 115px;
		height: 89px;
		font-size: 24px;
	}
	.bl-btn-contact {
		display: none;
	}
	/* ハンバーガーボタン */
	.bl-burger {
		padding-top: 8px;
		width: 115px;
	}
    .bl-burger > button > img{
	    width: 96px;
    }
	.bl-burger-txt {
		font-size: 20px;
		letter-spacing: 4px;
	}
	/* ナビ */
	.bl-gloNav {
		width: 100%;
	}
	.bl-gloNav.is-active {
		width: 100%;
	}
	.bl-gloNav-top-close-btn {
	    margin: 32px 16px 0 auto;
    }
    .bl-gloNav-top-close-btn > img {
	    width: 94px;
    }
    .bl-gloNav-inner {
	    padding: 72px 0 220px;
    }
    .bl-gloNav-inner > li {
	    font-size: 28px;
    }
	/* お問い合わせボタン */
	.bl-gloNav-contact-btn {
	    padding: 9px 0 8px;
    }
	.bl-gloNav-contact-btn > a {
        width: 308px;
		background-color: #BD9535;
	    font-size: 28px;
	    padding: 11px 67px;
	}
    /* メルマガボタン */
    .bl-gloNav-newsletter-btn > a {
	    width: 308px;
	    font-size: 28px;
	    padding: 11px 24px;
    }
    /* 閉じるボタン */
    .bl-gloNav-bottom-close-btn > button {
	    width: 196px;
		height: 74px;
	    font-size: 28px;
	    padding: 14px 32px 14px 0;
	}
    .bl-gloNav-bottom-close-btn > button::before {
	    font-size: 28px;
    }
}

/*=============================
footer
=============================*/
.ly-foot {
	background: #0E0101;
}
.ly-foot-inner {
	padding: 24px 0 48px;
}
.bl-foot {
}
/* ロゴ */
.bl-foot-logo {
	display: block;
	width: 320px;
	margin-bottom: 16px;
}
/* ナビ */
.bl-foot-gloNav {
	width: 810px;
	display: flex;
	margin: 0 0 0 auto;
}
.bl-foot-gloNav-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-foot-gloNav-inner > li > a {
	padding-left: 16px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
}
.bl-foot-gloNav-inner > li > a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #DAD585;
	position: absolute;
	top: 6px;
	left: 0;
}
/* コピーライト */
.bl-foot-copyright {
	width: 100%;
	height: 32px;
	background: #0E0101;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bl-foot-copyright small {
	color: #fff;
	font-size: 12px;
	font-family: Verdana; /* Android */
}
/* ページトップボタン */
.bl-pagetop {
	width: 1024px;
	height: 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.bl-pagetop span {
	width: 76px;
	height: 76px;
	z-index: 900;
}
.bl-pagetop img {
	opacity: 0;
}
.bl-pagetop .fade img {
	transition: all 0.5s ease-in-out;
}
.bl-pagetop .in img {
	opacity: 1;
	cursor: pointer;
}
@media screen and (max-width: 1400px) {
	/* ページトップボタン */
	.bl-pagetop {
		width: 100%;
	}
	.bl-pagetop span {
		right: 30px;
	}
}
@media screen and (max-width: 750px) {
	/* footer */
	.bl-foot {
		gap: 80px;
	}
	.ly-foot-inner {
		width: 100%;
		height: auto;
		padding: 48px 0 184px;
	}
	.bl-foot-leftArea {
		order: 2;
		width: 100%;
	}
	/* ロゴ */
	.bl-foot-logo {
		width: 610px;
		margin: 0 auto 48px;
	}
	/* 住所とか */
	.bl-foot-add {
		font-size: 24px;
		font-weight: normal;
		text-align: center;
	}
	/* ナビ */
	.bl-foot-gloNav {
		width: 100%;
		display: inline;
		order: 1;
	}
	.bl-foot-gloNav-inner {
		display: grid;
		grid-template: repeat(5, auto) / 1fr 1fr;
		grid-auto-flow: column;
		gap: 0;
		border-top: 2px solid #b7b7b7;
	}
	.bl-foot-gloNav-inner > li {
		height: 100px;
		font-weight: normal;
		border-bottom: 2px solid #b7b7b7;
	}
	.bl-foot-gloNav-inner > li:nth-child(-n + 5) {
		border-right: 2px solid #b7b7b7;
	}
	.bl-foot-gloNav-inner > li > a {
		width: 100%;
		height: 100%;
		font-size: 28px;
		padding-left: 56px;
		display: flex;
		align-items: center;
	}
	.bl-foot-gloNav-inner > li > a::before {
		border-width: 9px 0 9px 14px;
		top: 50%;
		transform: translateY(-50%);
		left: 30px;
	}
	/* コピーライト */
	.bl-foot-copyright {
		height: 50px;
	}
	.bl-foot-copyright small {
		font-size: 16px;
	}
	/* ページトップボタン */
	.bl-pagetop {
		width: 750px;
		z-index: 90;
	}
	.bl-pagetop span {
		width: 117px;
		height: 117px;
		border-radius: 117px;
		right: 25px;
		bottom: 25px;
	}
}
/*=============================
ポップアップ
=============================*/
.popup-check {
    display: none;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
}
/* チェック状態のときに表示 */
.popup-check:checked + .popup-open + .popup-overlay {
    display: block;
}
/* ポップアップ本体 */
.popup-body {
    background: #fff;
    width: 720px;
    max-width: 90%;
    padding: 32px 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: auto; /* pointer 無効化 */
}
.el-popup-ttl {
	font-size: 28px;
	width: 100%;
	padding: 5px 0 3px;
	text-align: center;
	background-color: #0E0101;
	margin-bottom: 32px;
}
.bl-popup-list {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	gap: 64px;
}
.bl-popup-item {
	display: flex;
	width: 224px;
	text-align: center;
}
.bl-popup-item.bl-homecare {
	background-color: #BD9535;
}
.bl-popup-item.bl-pro {
	background-color: #006E54;
}
.bl-popup-item > a {
    display: block;
	width: 100%;
	padding: 16px 0 16px;
}
/* 開くボタン */
.popup-open {
	display: block;
	width: 100%;
	height: 100%;
    padding: 14px 0 16px 56px;
    cursor: pointer;
	position: relative;
}
.popup-open::after {
	position: absolute;
	content: "";
	width: 34px;
	height: 32px;
	background: url(../images/common/login-icon.svg) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
}
.popup-open:hover::after {
	width: 44px;
	height: 32px;
	background: url(../images/common/login-icon-hover.svg) top center / contain no-repeat;
	left: 10px;
	transition: all 0.3s ease;
}
/* 閉じるボタン */
.popup-close {
	width: 144px;
	height: 48px;
	font-size: 17px;
	color: #0E0101;
	border: 1px solid #0E0101;
	padding: 11px 16px 10px 0;
	margin: 40px auto 0;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.popup-close::before {
	content: "×";
	position: absolute;
	font-size: 17px;
	top: 52%;
	transform: translateY(-50%);
	right: 32px;
}
@media screen and (max-width: 750px) {
	.popup-open {
        padding: 18px 0 16px 20px;
    }
	.popup-open::after {
		display: none;
	}
	.popup-body {
	    width: 690px;
		padding: 32px 40px;
	}
	.el-popup-ttl {
	    font-size: 30px;
	    padding: 8px 0 8px;
	    margin-bottom: 64px;
    }
    .bl-popup-list {
	    flex-flow: column;
		align-items: center;
	    gap: 40px;
    }
    .bl-popup-item {
	    width: 400px;
    }
	.bl-popup-item > a {
	    padding: 24px 0 24px;
    }
	.popup-close {
        width: 200px;
        height: 64px;
        margin: 64px auto 0;
		font-size: 28px;
    }
    .popup-close::before {
        font-size: 28px;
    }
}

/*=======================================================
cta
=======================================================*/
.bl-cta {
	background: linear-gradient(88deg,rgba(0, 110, 84, 0.85) 0%, rgba(0, 110, 84, 0.85) 16%, rgba(0, 69, 104, 0.85) 85%, rgba(0, 69, 104, 0.85) 100%);
	padding: 40px 0 56px;
}
.el-cta-ttl {
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.el-cta-txt {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 56px;
}
.bl-cta .el-btn {
	margin: 0 auto 56px;
}
.bl-cta .bl-att-list {
    display: flex;
	flex-flow: column;
	font-size: 14px;
	color: #FFFFFF;
    width: 520px;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.bl-cta {
	    padding: 56px 0 64px;
    }
    .el-cta-ttl {
	    font-size: 40px;
		margin-bottom: 32px;
    }
    .bl-cta .el-btn {
	    width: 606px;
	    font-size: 30px;
		padding: 22px 0 20px;
	    border-radius: 44px;
		letter-spacing: 1.2px;
    }
    .bl-cta .el-btn::after {
	    width: 34px;
	    height: 34px;
	    right: 30px;
    }
    .bl-cta .bl-att-list {
		font-size: 22px;
        width: 100%;
    }
}

/*=============================
新着
==============================*/
.bl-vertPosts {
	border-bottom: 1px solid #bfbfbf;
}
.bl-vertPosts > a {
	padding: 0 16px 16px 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.bl-vertPosts:not(:first-of-type) > a {
	padding-top: 16px;
}
.bl-vertPosts-header {
	flex: 0 1 280px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.bl-vertPosts-date {
	font-size: 14px;
	letter-spacing: 0;
}
.el-catLabel,
.el-voice-catLabel {
	color: #FFFFFF;
	min-width: 100px;
	max-width: 144px;
	min-height: 28px;
	font-size: 16px;
	background: #ccc;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-catLabel.all {
	background: #0E0101;
}
.el-catLabel.news {
	background: #DAD585;
	color: #222222;
}
.el-catLabel.media {
	background: #006E54;
}
.el-voice-catLabel.all {
	background: #0E0101;
}
.el-voice-catLabel.homecare-course {
	background: #006E54;
}
.el-voice-catLabel.pro-course {
	background: #BD9535;
}
.el-vertPosts-ttl {
	flex: 1;
	font-size: 17px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media screen and (max-width: 750px) {
	.bl-vertPosts > a {
		gap: 16px;
		padding-bottom: 24px;
	}
	.bl-vertPosts:not(:first-of-type) > a {
		padding-top: 24px;
	}
	.bl-vertPosts-header {
		flex: 100%;
	}
	.bl-vertPosts-date {
		font-size: 22px;
	}
	.el-catLabel {
		min-width: 128px;
		max-width: 480px;
		min-height: 42px;
		font-size: 22px;
		padding: 0 16px;
	}
	.el-vertPosts-ttl {
		font-size: 28px;
	}
}

/*=============================
aside
==============================*/
.bl-aside {
	padding-bottom: 25px;
	border: 1px solid #a79178;
}
.el-aside-ttl {
	height: 50px;
	color: #fff;
	background: #464646;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
}
.bl-aside-postList {
	margin-bottom: 20px;
}
.bl-aside-postList > li {
	border-bottom: 1px solid #c6c6c6;
	padding: 16px 25px;
}
.bl-aside-postList > li > a {
	/* padding: 16px 25px; */
	font-size: 16px;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media screen and (max-width: 750px) {
	/* aside */
	.bl-aside {
		padding-bottom: 40px;
	}
	.bl-aside-ttl {
		height: 76px;
		margin-bottom: 15px;
		font-size: 28px;
	}
	.bl-aside-postList {
		margin-bottom: 35px;
	}
	.bl-aside-postList > li > a {
		padding: 24px 30px;
		font-size: 26px;
	}
}

/*=============================
ページナビ
==============================*/
/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.wp-pagenavi > * {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	min-width: 30px;
	height: 32px;
	padding: 1px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.wp-pagenavi a {
	background: #ACACAC;
}
.wp-pagenavi .current {
	background: #BD9535;
}
.wp-pagenavi .extend {
	color: #ACACAC;
	font-size: 16px;
}
/* 詳細ページの前へ 次へ */
.bl-pager {
	position: relative;
	height: 42px;
}
.bl-pager-inner {
	width: 724px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.bl-pager-link > a {
	width: 170px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 1px;
	box-shadow: 0px 3px 6px #00000029;
}
.bl-pager-prev > a::before,
.bl-pager-next > a::after {
	display: block;
	width: 0;
	height: 0;
	font-size: 18px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 1px;
	left: 17px;
	bottom: 30px;
}
.bl-pager-prev > a {
	padding: 2px 10px 0 0;
	background: #BD9535;
	border: 2px solid #FFFFFF;
}
.bl-pager-prev > a::before {
	content: ">";
	left: initial;
	right: 28px;
}
.bl-pager-next > a {
	padding: 2px 0 0 10px;
	background: #0E0101;
	border: 2px solid #FFFFFF;
}
.bl-pager-next > a::after {
	content: "<";
}
/* カテゴリ */
.bl-cat {
	width: 100%;
	min-height: 56px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding: 8px 0;
}
.el-cat-ttl {
	color: #FFFFFF;
	font-size: 18px;
	flex: 0 1 140px;
	text-align: center;
}
.bl-cat-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}
@media screen and (max-width: 750px) {
	/* wp-pagenavi */
	.wp-pagenavi {
		margin-top: 50px;
	}
	.wp-pagenavi > * {
		font-size: 28px;
		min-width: 46px;
		height: 48px;
		padding-bottom: 2px;
	}
	.wp-pagenavi .extend {
		display: none;
	}
	/* 前へ 次へ */
	.bl-pager {
		height: 60px;
		margin-top: 60px;
	}
	.bl-pager-inner {
		width: 100%;
	}
	.bl-pager-link > a {
		width: 230px;
		height: 60px;
		font-size: 26px;
	}
	/* カテゴリ */
	.bl-cat {
		padding: 24px;
		margin-bottom: 40px;
		gap: 16px;
	}
	.el-cat-ttl {
		font-size: 30px;
		flex: 100%;
		padding-top: 0;
	}
	.bl-cat-list {
		flex: 100%;
		gap: 20px 16px;
	}
}
