@charset "utf-8";

/* ページヘッダー */
.page-header {
	padding: 5.4rem 20px 3.0rem;
}

.page-header h1 {
	width: min(100%,320px);
	margin: 0 auto 8.2rem;
	text-align: center;
}

/* 背景なしコンテンツ */
.set-content-width {
	padding-left: 20px;
	padding-right: 20px;
}

.set-content-width > .wp-block-group__inner-container {
	width: min(100%,1020px);
	margin: 0 auto;
}

/* 背景ありコンテンツ */
.set-box-width {
	padding-left: 20px;
	padding-right: 20px;
}

.set-box-width > .wp-block-group__inner-container {
	width: min(100%,1120px);
	margin: 0 auto;
	padding: 2.0rem;
	background-color: var(--box-bg-color);
	border-radius: 20px;
}

/* ボタン */
.wp-block-buttons {
	margin-top: 2.8rem;
	margin-bottom: 2.8rem;
}

.wp-block-button {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 99em;
	border-bottom: 3px solid #D6D7D7;
}

.wp-block-button.btn-wide,
.wp-block-button.has-icon {
	width: min(100%, 420px);
}

.wp-block-button.has-icon a::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0.3rem 1.4rem 0 0;
	flex-shrink: 0;
}

.wp-block-button::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.wp-block-button:hover::after {
	right: 1.4rem;
}

.wp-block-button a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1.6rem 6.0rem 1.8rem 4.0rem;
	border-radius: 99em;
	border: 1px solid #999A9A;
	background-color: var(--color-white);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.6rem;
	color: #444444;
}

.wp-block-button:hover a.wp-block-button__link {
	opacity: 1;
	color: var(--main-color);
}

.wp-block-button.beg a.wp-block-button__link {
	border: 1px solid var(--box-bg-color);
	background-color: var(--box-bg-color);
}

.wp-block-button.icon-slist a.wp-block-button__link {
		font-size: var(--ft-size20);
}

.wp-block-button.icon-slist a.wp-block-button__link::before {
	background: url("../images/icon_btn_slist.svg") 50% 50% no-repeat;
}

.wp-block-button.icon-scard a.wp-block-button__link {
	padding: 0.9rem 4.0rem 1.1rem;
}

.wp-block-button.icon-scard a.wp-block-button__link::before {
	width: 34px;
	height: 34px;
	margin: 0.2rem 2.0rem 0 0;
	background: url("../images/icon_btn_scard.svg") 50% 50% no-repeat;
}

.wp-block-button.icon-faq a::before {
	width: 40px;
	height: 30px;
	background: url("../images/icon_btn_faq.svg") 50% 50% no-repeat;
}

.wp-block-button.icon-shop a::before {
	width: 40px;
	height: 30px;
	background: url("../images/icon_btn_shop.svg") 50% 50% no-repeat;
}

.wp-block-button.icon-interview a::before {
	width: 40px;
	height: 30px;
	background: url("../images/icon_btn_interview.svg") 50% 50% no-repeat;
}

/* カラム設定 */
.wp-block-columns > .wp-block-column > *:last-child {
	margin-bottom: 0 !important;
}

main p {
	margin-bottom: 1em;
}

/* 見出し */
main h3,
main h4 {
	margin: 0 0 4.8rem;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	font-size: var(--ft-size34);
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {

.page-header h1 img {
	width: clamp(220px,41.66vw,320px);
	height: auto;
}

}

/* ================================================ */
@media (max-width: 480px) {
}