@charset "utf-8";
/* ---------------------------------------------------------
 　■ Business共通モジュール
--------------------------------------------------------- */
/* button */
.button_wrap {
	text-align: center;
}
.button_wrap_2col {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}
.button_wrap_2col > [class^="button_"] {
	margin: 0 15px;
}
.ui_btn_whiteS {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	appearance: none;
	width: 280px;
	max-width: 100%;
	height: auto;
	padding: 10px 24px;
	border: 1px solid var(--bland);
	border-radius: 50px;
	background-color: #fff;
	box-shadow: none;
	color: var(--bland);
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
}
.ui_btn_whiteS::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: solid 2px var(--bland);
	border-right: solid 2px var(--bland);
	display: inline-block;
	transform: rotate(45deg);
	transform-origin: center center;
}
.ui_btn_brand {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	appearance: none;
	width: 360px;
	max-width: 100%;
	padding: 32px 24px;
	border: 1px solid var(--bland);
	border-radius: 50px;
	background-color: #fff;
	box-shadow: none;
	color: var(--bland);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}
.ui_btn_brand:after {
	content: none;
}
.ui_btn_blank::after {
	background: url(../img/icon/icon_blank.svg) no-repeat center;
	width: 15px;
	height: 15px;
    border: none;
    transform: rotate(0) translateY(-50%);
}
.ui_btn_blank_white {
	background: #fff;
	color: var(--bland);
	border: solid 1px var(--bland);
	padding: 16px 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: initial;
	margin-block: 30px;
	height: auto;
	max-width: auto;
}
.ui_btn_blank_white::after {
	background: url(../img/icon/icon_blank_white.svg) no-repeat center;
	width: 15px;
	height: 15px;
    border: none;
    transform: rotate(0) translateY(-50%);
}
.ui_btn_blank_white:hover {
	opacity: .6;
	transform: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.button_wrap_2col {
		display: block;
		margin: 0;
	}
	.button_wrap_2col > [class^="button"] {
		margin: 10px auto;
	}
	.ui_btn_whiteS {
		width: 100%;
		padding: 19px 24px 18px;
		font-size: 14px;
	}
	.ui_btn_brand {
		width: 100%;
		padding: 28px 24px;
		font-size: 14px;
	}
	.ui_btn_blank::after {
        width: 10px;
        height: 10px;
        right: 20px;
        background-size: cover;
	}
	.ui_btn_blank_white::after {
        width: 10px;
        height: 10px;
        right: 20px;
        background-size: cover;
	}
}
/* ページリード文 */
.page_lead_text {
	margin-bottom: 90px;
	text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.page_lead_text {
		margin-bottom: 70px;
	}
}
/* 記事一覧ページ
--------------------------------------------------------- */
/* == カテゴリーボタンリスト == */
.archive_cat_list {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	flex-wrap: wrap;
	gap: 10px;
	margin: 60px auto;
}
.archive_cat_list li a {
	text-align: center;
	display: block;
}
/* == 記事一覧 == */
.archive_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 45px;
}
.archive_list .ui_list_item {
	width: calc(100% / 3 - 14px);
	margin-bottom: 25px;
}
.archive_list .ui_list_item > a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	background: #ffffff;
	margin: 0;
	box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 10%);
}

@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.archive_cat_list li {
		max-width: none;
	}
	.archive_cat_list li a {
		padding: 0 1em;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.archive_list {
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
	}
	.archive_list_item {
		width: 90%;
	}
	.archive_list .ui_list_item {
		width: 100%;
		margin-bottom: 0;
	}
}

/* == ページャー == */
.pagenavi {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
}
.pagenavi > a {
	border-radius: 24px;
}
.pagenavi > a.first,
.pagenavi > a.last,
.pagenavi > a.page,
.pagenavi > .current {
	border: 1px solid #4abcf2;
	position: relative;
	overflow: hidden;
	transition: color 0.5s;
	text-decoration:none;
}

@media only screen and (min-width: 768px) {
.platform-desktop .pagenavi > a.first:hover,
.platform-desktop .pagenavi > a.last:hover,
.platform-desktop .pagenavi > a.page:hover {
		background-color: #4abcf2;
		color: #fff;
	}
}
.pagenavi > a.page span {
	position: relative;
}

.pagenavi > a,
.pagenavi > span {
	width: 48px;
	height: 48px;
	margin: 0 5px;
	padding: 0;
	border-radius: 50%;
	color: #4abcf2;
	line-height: 46px;
	text-align: center;
	transition: background 0.25s ease, color 0.25s ease;
}

.pagenavi > a.current,
.pagenavi > span.current {
	background: #4abcf2;
	color: #fff;
	box-shadow: none;
	cursor: default;
}

.pagenavi > a.extend,
.pagenavi > span.extend {
	width: 1.5em;
	margin: 0;
	color: #4abcf2;
	cursor: default;
	box-shadow: none;
}

.pagenavi > a.previouspostslink,
.pagenavi > a.nextpostslink,
.pagenavi > span.previouspostslink,
.pagenavi > span.nextpostslink {
	position: relative;
	display: inline-block;
}

.pagenavi > a.previouspostslink:after,
.pagenavi > a.nextpostslink:after,
.pagenavi > span.previouspostslink:after,
.pagenavi > span.nextpostslink:after {
	position: absolute;
	top: 0;
	left: 0;
}

.pagenavi > a.previouspostslink,
.pagenavi > span.previouspostslink {
	margin-right: 5px;
    border: 1px solid #4abcf2;
    position: relative;
    overflow: hidden;
    transition: color 0.5s;
    text-decoration: none;
}

.pagenavi > span.previouspostslink:after,
.pagenavi > span.nextpostslink:after {
	display: inline-block;
	vertical-align: baseline;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4abcf2;
	font-size: 0.875rem;
	line-height: 46px;
	width: 48px;
	height: 48px;
	border: 1px solid #4abcf2;
	border-radius: 50%;
	transition: background 0.25s ease, color 0.25s ease;
}

@media only screen and (min-width: 768px) {
.pagenavi .page:hover{
		background-color: #4abcf2;
		color: #fff;
		opacity: 1;
	}
}
.pagenavi > a.previouspostslink:after,
.pagenavi > span.previouspostslink:after {
	content: "";
    border-bottom: solid 2px #4abcf2;
    border-left: solid 2px #4abcf2;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
    top: calc(24px - 0.25em);
    left: calc(24px - 0.25em);
}

.pagenavi > a.nextpostslink:after,
.pagenavi > span.nextpostslink:after {
	content: "";
    border-top: solid 2px #4abcf2;
    border-right: solid 2px #4abcf2;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
	top: calc(24px - 0.25em);
    left: calc(24px - 0.5em);
}
.pagenavi > span.nextpostslink:after ,
.pagenavi > span.previouspostslink:after{
	opacity: 0.6;
}

.pagenavi > a.nextpostslink,
.pagenavi > span.nextpostslink {
	margin-left: 5px;
    border: 1px solid #4abcf2;
    position: relative;
    overflow: hidden;
    transition: color 0.5s;
    text-decoration: none;
}
.pagenavi > a.previouspostslink:hover,
.pagenavi > span.previouspostslink:hover,
.pagenavi > a.nextpostslink:hover,
.pagenavi > span.nextpostslink:hover{
	background-color: #4abcf2;
    color: #fff;
    opacity: 1;
}
.pagenavi > a.previouspostslink:hover::after,
.pagenavi > span.previouspostslink:hover::after,
.pagenavi > a.nextpostslink:hover::after,
.pagenavi > span.nextpostslink:hover::after{
	border-color: #fff;
}
@media only screen and (max-width: 767px) {
	.ui_wide, .ui_wide_s {
		margin: 0 auto;
	}
	.pagenavi {
		position: relative;
		justify-content: center;
	}
	.pagenavi .page {
		display: none;
	}
	.pagenavi > a,
	.pagenavi > span {
		display: flex;
		flex: 0 0 58px;
		width: auto;
		height: 58px;
		border-radius: 29px;
		justify-content: center;
		align-items: center;
	}

	.pagenavi > a.extend,
	.pagenavi > span.extend {
		display: flex;
		flex: 0 0 1.5em;
		flex-grow: 0;
		padding: 0 5px;
		justify-content: center;
		align-items: center;
	}

	.pagenavi > a.previouspostslink:after,
	.pagenavi > a.nextpostslink:after,
	.pagenavi > span.previouspostslink:after,
	.pagenavi > span.nextpostslink:after {
		width: 5px;
		height: 5px;
		top: calc(58px / 2 - 0.25em);
		left: calc(58px / 2 - 0.25em);
	}
}
/* 詳細ページ
--------------------------------------------------------- */
/* == 過去記事表示枠 == */
.past_article {
	margin-bottom: 80px;
}
/* == article大枠 == */
.container {
	margin-bottom: 135px;
	padding-top: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.container {
		margin-bottom: 100px;
	}
}
.article_section {
	margin-top: 60px;
}
.article_header {
	margin-bottom: 68px;
}
.article_header .article_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.article_info {
	text-align: right;
}
.article_date {
	margin-left: 1em;
	font-size: .875rem;
	font-weight: bold;
}
.article_title_lv1 {
	margin: 80px 0;
	font-size: 1.875rem;
	color: var(--bland);
	line-height: 1.3;
	text-align: center;
	letter-spacing: 4px;
}
.article_title_lv2 {
	margin-bottom: 30px;
	padding-bottom: .5em;
	border-bottom: 1px solid #dbdbdb;
	color:var(--bland);
	font-size: 1.6875rem;
	line-height: 1.3;
	letter-spacing: .1em;
}
.article_footer {
	margin-top: 100px;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.article_date {
		font-size: .75rem;
	}
	.article_title_lv1 {
		margin: 50px 0;
		font-size: 1.5rem;
  }
	.article_title_lv2 {
		margin-bottom: 40px;
		font-size: 1.25em;
		letter-spacing: .025em;
	}
}
/* == レイアウトブロック == */
.block_photo_top,
.block_photo_bottom,
.block_photo_right,
.block_photo_left {
	margin-bottom: 80px;
}
.block_photo_top {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}
.block_photo_bottom {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.block_photo_right {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.block_photo_left {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}
.block_photo_right .block_text,
.block_photo_left .block_text {
	width: 50%;
}
.block_image {
	text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.block_photo_right,
	.block_photo_left {
		flex-direction: column;
	}
	.block_photo_right .block_text,
	.block_photo_left .block_text {
		width: 100%;
	}
}
/* == 関連アイテム == */
.related_feature {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.related_feature > div {
	width: calc((100% - 120px)/ 5);
}
.related_feature img {
	aspect-ratio: 14/9;
	object-fit: contain;
}
@media only screen and (min-width: 0) and (max-width: 767px) { /*SP*/
	.related_feature {
		flex-direction: column;
		gap: 20px;
	}
	.related_feature > div {
		width: 100%;
	}
}
