@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用 > アコーディオン02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.accordion02 .gb-icon {
	padding-top: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .num {
	font-family: jost;
	font-weight: 500;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ロゴ*/
nav#mobile-header .site-logo a img {
	padding-left: 10px;
	padding-right: 5px;
}

/*ロゴ横*/
#mobile-header .logo_side_txt {
	order: 1;
}

/*お問い合わせボタン*/
#mobile-header .mobile_header_btn {
	order: 2;
}

#mobile-header .mobile_header_btn a {
	display: flex;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー固定ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fix_target {
	position: fixed;
	top: -112px;
	left: 0;
	/*background: #fff;*/
	transition: top .5s;
	z-index: 9999;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ピックアップナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pickup_navi {
	width: calc(100% - 20px);
	margin: 5px auto;
	border: none;
	border-radius: 25px;
	box-shadow: 0 0 8px 0 rgba(101, 117, 150, 0.11);
	background: #fff;
}

.pickup_navi li:not(:first-child) {
	border-left: 1px solid #dfdfdf;
}

.pickup_navi li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	line-height: 1;
	padding: 10px;
}
	
.pickup_navi li.mail-magazine a {
    margin-left: 35px;
}
	
.pickup_navi li a::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 13px;
	left: 20px;
}
	
.pickup_navi li.mail-magazine a::before {
	background: url("./images/mail-magazine_icon_sp.svg") no-repeat center center / contain;
}
	
.pickup_navi li.brochures a::before {
	background: url("./images/brochures_icon_sp.svg") no-repeat center center / contain;
}

.pickup_navi li[class*="current-page"] a, .pickup_navi li[class*="current-menu"] a {
	color: var(--main);
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニュー内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu li.menu-item a {
	margin: auto 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > promo
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_promo::before {
	top: -5px;
	background: url("./images/promo_bg_deco_sp.png") no-repeat 50% / contain;
	width: 61px;
	height: 76px;
}

#home_promo::after {
	left: -165px;
	bottom: 180px;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

#home_promo h2.ttl::before {
	top: 38px;
	left: initial;
	right: -14px;
	width: 52px;
	height: 60px;
}

#home_promo h2.ttl::after {
	right: 55px;
	bottom: 50px;
	width: 54px;
	height: 42px;
}

#home_promo h2 .cmn-soshoku-a {
	padding: 0px 7px 5px 7px;
	border-radius: 4px;
}

/*
#home_promo .img::before {
	top: 2px;
	left: -15px;
	width: 140px;
	height: 131px;
}
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > seminar
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*文章を複数行に制限*/
#home_seminar .cmn_limit_txt02{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*SP時3行に変更*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about::before {
	top: -133px;
	left: -130px;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

#home_about::after {
	right: -315px;
	bottom: 370px;
	width: 479.5px;
	height: 483px;
	animation: rotate 80s linear infinite;
}

#home_about .fukidashi::before {
	left: 15px;
	bottom: 2px;
	width: 16.5px;
	height: 37px;
}

#home_about .fukidashi::after {
	border-top-width: 5px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-left: -7px;
}

#home_about h3.ttl::after {
	top: -10px;
	right: -15px;
	width: 25px;
	height: 25px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > features 先方の要望により削除
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*#home_features::before {
	top: -145px;
	left: -118px;
	right: initial;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

#home_features::after {
	left: initial;
	right: -122px;
	bottom: -158px;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

#home_features .gradation_txt::after {
	top: -15px;
	right: -20px;
	width: 28px;
	height: 28px;
}

#home_features .img01::after {
	top: initial;
	right: -11px;
	bottom: -26px;
	width: 66px;
	height: 127px;
}

#home_features .img02::before {
	top: initial;
	left: -13px;
	bottom: -34px;
	width: 60px;
	height: 114px;
}*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*slick arrow*/
.cmn_carousel_full :is(.slick-prev, .slick-next) {
	top: -60px;
}

.cmn_carousel_full :is(.slick-prev, .slick-next)::before {
	font-size: 13px;
	width: 50px;
	height: 50px;
}

.cmn_carousel_full .slick-prev {
	right: 60px;
}

.cmn_carousel_full .slick-next {
	right: 0;
}

/*slick dot*/
#home_case .slick-dots {
	bottom: -40px;
}

#home_case .slick-dots li button:before {
	font-size: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
top > news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_news .txt::before {
	top: -35px;
	left: -35px;
	width: 72px;
	height: 72px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer-widgets ul:not(.sub-menu) > li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #4d5462;
}

#footer-widgets ul:not(.sub-menu) > li:last-child {
	border-bottom: none;
}

#footer-widgets ul:not(.sub-menu) > li > a {
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
}

/*コピーライト*/
.site-footer .site-info {
	margin-top: -1px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.note_page_promo::before {
	top: -150px;
	left: -110px;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

.note_page_promo::after {
	right: -110px;
	bottom: -150px;
	background: url("./images/cmn_bg_deco_sp.png") no-repeat 50% / contain;
	width: 220px;
	height: 220px;
}

.note_page_promo .txt::after {
	top: -15px;
	right: -20px;
	width: 25px;
	height: 25px;
}
	

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-type-archive #content {
	padding-right: 0;
	padding-left: 0;
}

}/*メディアクエリ終了*/