@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
--en: "Lato", sans-serif;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
	border-radius:10px;
}
.wp-block-image {
    text-align: start;
}
b, strong{
font-weight:900;}
body,h1,h2,h3,h4,h5,h6{
	font-family:"Lato" ,"Noto Sans JP", sans-serif　!important;
/* 	color:#000; */
}

.basic_title .ark-block-heading__sub{
font-weight: 900;
font-size: clamp(18px , 3vw ,24px);
letter-spacing: 0.04em;
color: #dc000c;
	text-transform: uppercase;
}
.basic_title .ark-block-heading__main{
font-weight: 900;
font-size: clamp(32px , 4vw ,60px);
letter-spacing: 0.04em;
	line-height:1.2;
	margin-top:8px;
}

.basic_title_s .ark-block-heading__sub{
font-weight: 900;
font-size:14px;
letter-spacing: 0.04em;
color: #dc000c;
	text-transform: uppercase;
	padding-bottom:3px;
}
.basic_title_s .ark-block-heading__main{
font-weight: 900;
font-size: clamp(26px , 2vw ,29px);
letter-spacing: 0.04em;
}

.basic_title_m .ark-block-heading__sub{
font-weight: 900;
font-size: clamp(18px , 3vw ,22px);
letter-spacing: 0.04em;
color: #dc000c;
	text-transform: uppercase;
	padding-bottom:10px;
}
.basic_title_m .ark-block-heading__main{
font-weight: 900;
font-size: clamp(22px , 2vw ,33px);
letter-spacing: 0.04em;
}

body:not(.home) .basic_title_m .ark-block-heading__sub{
font-weight: 900;
font-size: clamp(18px , 3vw ,22px);
letter-spacing: 0.04em;
color: #dc000c;
	text-transform: uppercase;
	padding-bottom:10px;
}
body:not(.home) .basic_title_m .ark-block-heading__main{
font-weight: 900;
font-size: clamp(22px , 2.8vw ,38px);
letter-spacing: 0.04em;
}
.c-headLogo__img{
	width:225px !important;
	max-width:225px !important;
}
.base_btn {
	position:relative;
	z-index:2;
}
.base_btn a{
	padding:20px 40px !important;
	font-size:clamp(16px ,1.1vw ,18px);
	position:relative;
}
.base_btn svg
 {
    fill: #f00;
	 position:absolute;
	 right:15px;
}
.base_btn_back svg {
    fill: #f00;
}

.rec_btn a{
	padding:40px !important;
	font-size:clamp(16px ,1.1vw ,20px);
	position:relative;
	top:-80px;
	z-index:8;
}
.rec_btn a strong{
	font-size:clamp(23px ,2.5vw ,40px);
}
#main_content .rec_btn a:hover{
	background-color:#fff !important;
}
.rec_btn  svg {
	 position:absolute;
	 right:15px;
}
.btn_s svg{
	  fill: #f00;
	border:none !important;
	padding:2px !important;
}
#header{

box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.l-header{
	transition: 
		transform 0.65s ease,
		opacity 0.65s ease;
}

/* 表示状態 */
[data-scrolled="false"] .l-header{
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

/* スクロール時 */

[data-scrolled="true"] .l-header{
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.l-header__body{
	max-width:100%;
	padding:0 15px 0;
}
.c-headerAboveNav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}
.l-header__right{
		flex-wrap:wrap;
	align-self: auto;
}
.header-above-nav-widget {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;

}
.l-header__body .c-gnavWrap{
	margin-left:auto;
}
.header-above-nav-widget p {
	margin: 0;
}

/* ドロップダウン全体をフル幅に */
.c-gnav__depth1 {
	
	  --ark-color--border: #fff3;
    --ark-nav-padding--Y: 1rem;
    --ark-nav-padding--R: .75rem;
    --ark-nav-padding--L: .75rem;
    --ark-nav_fz: .9em;

    left: 0%;
    min-width: 240px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateX(0%);
    transition: opacity .5s,visibility .35s;
    visibility: hidden;
    width: 100%;
    z-index: 1
		
		
	position: absolute;
	left: 0;
	right: 0;
	width: 100vw;
/* 	margin-left: calc(50% - 46.4vw); */
	top: 100%;
	background:  rgba(0, 0, 0, 0.69) !important;
	padding: 20px 40px;
	
	display: flex;
	justify-content: center;
	
}
.c-gnav__depth1:before{
	display:none;
}
.c-gnav__li,.c-gnav{
	position:inherit;
}
.l-header__body .c-gnavWrap{
	position:inherit;
}
.c-gnav__depth1 li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0px;
	padding-right:0px;
	background-image:url(../../../wp-content/uploads/2026/04/navi_arrow-5e570f.svg);
	background-repeat:no-repeat;
	background-position:right 20px center;
}
.c-gnav__depth1 li a{
	font-size:1rem!important;
	 padding-left: 30px!important;
	padding-right:60px!important;
	background-image:url(../../../wp-content/uploads/2026/04/navi_arrow-5e570f.svg);
	background-repeat:no-repeat;
	background-position:right 20px center;
}
.c-gnav .sub-menu>.menu-item:not(:last-child){
	border-bottom:none;
}
.c-gnav__depth1 li:last-child{
	border-right:1px solid rgba(255, 255, 255, 0.1);
}
.c-gnav__a{
	font-size:1rem;
}
/* 中身を横並び */
.c-gnav__depth1 > li {
	display: inline-flex;
}

/* UL自体を横並び */
.c-gnav__depth1 {
	display: flex;
	gap: 40px;
}

/* リンク */
.c-gnav__depth1 .c-gnav__a {
	color: #fff;
	white-space: nowrap;
	padding: 10px 0;
	display: block;
}

/* hover */
.c-gnav__depth1 .c-gnav__a:hover {
	opacity: 0.7;
}
.c-gnav__depth1 {
	justify-content: center;
}

.c-gnav__depth1::inner {
	max-width: 1200px;
}
.c-gnav__depth1 {
	border-top: 1px solid rgba(255,255,255,0.1);
}

.c-gnav__depth1 li {
	border-left: 1px solid rgba(255,255,255,0.1);
	padding-left: 20px;
}




.header_btn a{
	font-size:13px;
}

.header_tel{
	font-family:var(--en);
	font-weight:600;
}


/* TOP */
.teaser_copy{
	position:relative;
	padding-top:100px;
	padding-left:120px;
	padding-right:120px;
	padding-bottom:100px;
	margin-left:4vw;
	z-index:2;
	display:inline-block;
}
.teaser_waku1{
	position:absolute;
	right:30px;
	top:0px;
}
.teaser_waku2{
	position:absolute;
	left:50px;
	bottom:30px;
}
.teaser_copy1{
	font-size:clamp(50px , 5vw ,90px);
	line-height:1.1;
	font-weight:900;
	position:relative;
	z-index:3;
}
.teaser_copy2{
	font-size:clamp(19px , 5vw ,25px);
	font-weight:900;
	position:relative;
	z-index:3;
}
.teaser_copy3{
	font-size:clamp(8px , 5vw ,18px);
	line-height:1.1;
	font-weight:900;
	position:relative;
	z-index:3;
}
.teaser_waku_bg{
	position:absolute;
	left:0px;
	top:0px;
}

body.home .p-fixBtnWrap{
	bottom:100px;
}
/* デフォルトでは非表示にする */
.teaser_btn {
  display: none;
	transition:0.7s;
}

/* bodyタグなどに.homeが付いている場合だけ表示する */
body.home .teaser_btn {
  display: block; /* または inline-block, flex など */
}

.teaser_btn{
	position:fixed;
	bottom:0;
	right:0;
	width:290px;
	height:90px;
	transition:0.3s;
	z-index:999;
}
.w-before-footer{
	position:relative;
	z-index:99;
}

.teaser_btn_txt1{
	font-weight:800;
	line-height:1.3;
	position:absolute;
	top:13px;
	left:13px;
	transition:0.3s;
}
.teaser_btn:hover{
	background-color:#fafafa;
}
.teaser_btn:hover .teaser_btn_txt1{
	color:#DC000C;
}
.teaser_btn a{
	font-size:29px;
	font-weight:900;
		position:absolute;
	bottom:8px;
	right:13px;
	text-decoration:none;
	line-height:1;
}
.teaser_btn img{
position:absolute;
top:14px;
	right:14px;
	transition:0.3s;
}
.teaser_btn:hover img{
	right:10px;
}
.teaser_btn  a::after {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
pointer-events: auto;
content: "" !important;
display:block !important;
background-color: transparent;
}

/* body.rec_done .teaser_btn {
	 transform: translateX(130px);
  opacity: 0;
} */
.p-fixBtnWrap{
	z-index:99;
}

body.rec_don .teaser_btn {
	opacity: 0;
	transform: translateX(130px);
}

.teaser_btn {
	transition: .3s;
}

.top_bnner{
position:relative;
box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
	transition:0.3s;
	transform: translateY(0px);
}
.top_bnner:hover{
	transform: translateY(5px);
}
.top_bnner_txt1{
	font-size:22px;
	font-weight:700;
}
.top_bnner_txt2{
	font-size:14px;
	font-weight:700;
}
.top_bnner_txt3{
	display:inline-block;
	padding:5px 15px !important;
	font-weight:700;
	font-size:22px;
	border-radius:3px;
}
.top_bnner_txt4{
		font-size:clamp(30px , 5vw ,34px);
}
.top_bnner_txt5{
	font-size:18px;
	padding-right:8px;
}
.top_bnner a{
	text-decoration:none;
}
.top_bnner img{
	margin-right:15px;
}
.top_bnner a::after{
	  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.course_box a:hover{
  color:var(--color-primary);
}


.title_sub{
	font-size:clamp(18px , 2vw ,24px);
}
.top_moyou_white{
	position:relative;
	top:-250px;
	margin-bottom:-190px;
}

.top_recruit{
	position:relative;
}
.top_recruit_en{
	font-family:var(--en);
	font-size:110px;
  transform: rotate(-90deg);
  transform-origin: left top;
	position:absolute;
	font-weight:900;
	text-transform: uppercase;
	left:10px;
	bottom:-13%;
	line-height:1;
}
.top_recruit_innner{
	width:970px;
	margin:auto;
}

.reaseon_box{
padding-top:3.5rem !important;
}

.reason_box_inner{
	padding:40px;
	background-image:url(../../../wp-content/uploads/2026/03/teaser_kako2.svg),url(../../../wp-content/uploads/2026/03/teaser_kako1.svg);
	background-size:35px;
	background-position:left bottom,top right;
	background-repeat:no-repeat;
}
.reason_box_inner2{
	padding:60px;
	background-image:url(../../../wp-content/uploads/2026/03/teaser_kako2.svg),url(../../../wp-content/uploads/2026/03/teaser_kako1.svg);
	background-size:35px;
	background-position:left 20px bottom 20px,top 20px right 20px;
	background-repeat:no-repeat;
}
.wp-block-columns.reverse {
	flex-direction: row-reverse;
}
.multi_box{
	border-radius:7px;
	height:100%;
}
.multi_ic{
	padding:3px 10px !important;
	font-size:11px;
	display:inline-block;
}
.mluti_outer{
	position:relative;
}
.multi_bg{
	position:absolute;
	left: 50%;
	margin-left: -50vw;
	bottom:0;
}


/* CTA */

.contact-section-tashiro {
  background: #000;
  color: #fff;
  padding: 40px 20px;
}

.contact-section-tashiro__inner {
  max-width: 800px;
  margin: 0 auto;
}

.contact-section-tashiro__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 16px;
}

.contact-section-tashiro__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.contact-section-tashiro__number {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.contact-section-tashiro__head {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.contact-section-tashiro__number a,
.contact-section-tashiro__number span:last-child {
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-section-tashiro__time {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255,255,255,0.35);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.contact-section-tashiro__button-wrap {
  margin-top: 24px;
}

.contact-section-tashiro__button {
  max-width: 400px;
  min-height: 60px;
  background: #f3f3f3;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  padding: 12px 16px;
  transition: opacity .3s ease, transform .3s ease;
}

.contact-section-tashiro__button:hover {
  opacity: 0.9;
  transform: translateY(2px);
}

.contact-section-tashiro__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-section-tashiro__icon svg {
  width: 20px;
  height: 20px;
	fill:#e60012;
}

.contact-section-tashiro__button-text {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.contact-section-tashiro__note {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

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

  .contact-section-tashiro {
    padding: 32px 16px;
  }

  .contact-section-tashiro__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-section-tashiro__label {
    text-align: left;
    font-size: 13px;
  }

  .contact-section-tashiro__head {
    font-size: 18px;
  }

  .contact-section-tashiro__number a,
  .contact-section-tashiro__number span:last-child {
    font-size: clamp(20px, 6vw, 28px);
  }

  .contact-section-tashiro__time {
    font-size: 13px;
  }

  .contact-section-tashiro__button {
    max-width: 100%;
  }

  .contact-section-tashiro__button-text {
    font-size: 14px;
  }

  .contact-section-tashiro__note {
    font-size: 12px;
  }
}

/* フッター */
.footer_link p{
	border-bottom:solid 1px #000;
	padding-bottom:8px;
}
footer .l-container{
	padding:0;
}
.l-footer__widgets>.l-container{
	display:block;
}
.footer_link ul{
	list-style:none;
	padding-left:6px;
}
.footer_link li:before{
	 content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
	margin-right:10px;
  background-image: url(../../../wp-content/uploads/2026/04/footer_ic-55a4e0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	padding:0;
}
.footer_sitemap .wp-block-image{
	    height: auto;
    line-height: 0;
	margin-left:5px;
	margin-right:5px;
}
.footer_sitemap p{
	margin-right:20px;
}
.footer_sitemap{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:17px 0;
}
.l-footer__foot{
	background-color:#DC000C;
	color:#fff;
}

/* =========================
   Arkhe 投稿リスト カスタム
   ========================= */
/* =================================
   Arkhe 投稿リスト カスタム
   target: .ark-block-postList.news-list-01
   ================================= */

.ark-block-postList.news-list-01 {
	
}

.ark-block-postList.news-list-01 .p-postList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ark-block-postList.news-list-01 .p-postList__item {
	margin: 0;
	padding: 0;
	
}

.home .news-list-01 .p-postList__item {
	background-color:#fff;
	    flex-basis: calc((100% - 40px) / 3)!important;
}
.home .news-list-01 .p-postList{
	gap:20px;
}
.ark-block-postList.news-list-01 .p-postList__link {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 17px 10px;
}

.ark-block-postList.news-list-01 .p-postList__body {
	display: block;
	grid-template-columns: 230px 100% 1fr;
	align-items: center;
	column-gap: 15px;
}

/* meta全体は中身だけ使う */
.ark-block-postList.news-list-01 .p-postList__meta {
	display: contents;
	margin-top:10px;
}

/* 日付 */
.ark-block-postList.news-list-01 .p-postList__times {
	display: block;
	margin: 0px 0 0;
	min-width: 0;
}

.ark-block-postList.news-list-01 .p-postList__times time {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #000;
	min-width:100px;
	white-space: nowrap;
}

/* 日付アイコン消す */
.ark-block-postList.news-list-01 .p-postList__times .c-postMetas__icon {
	display: none;
}

/* カテゴリ */
.ark-block-postList.news-list-01 .p-postList__category {
	display: block;
	margin: 0;
	min-width: 0;
}

/* カテゴリアイコン消す */
.ark-block-postList.news-list-01 .p-postList__category .c-postMetas__icon {
	display: none;
}

.ark-block-postList.news-list-01 .p-postList__category span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #0682C4; /* デフォルト色 */
	box-sizing: border-box;
}

/* カテゴリごとの色分け */
.ark-block-postList.news-list-01 .p-postList__category span[data-cat-id="1"] {
	background: #0682C4; /* メディア */
}

.ark-block-postList.news-list-01 .p-postList__category span[data-cat-id="3"] {
	background: #C4BD06; /* イベント */
}

/* タイトル */
.ark-block-postList.news-list-01 .p-postList__title {
	margin: 0;
	font-size:1rem;
	font-weight: 400;
	line-height: 1.35;
	color: #000;
}

/* hover */
.ark-block-postList.news-list-01 .p-postList__link:hover {
	background: rgba(0, 0, 0, 0.02);
}

/* Arkhe標準のflex影響を弱める */
.ark-block-postList.news-list-01 .u-flex--aicw,
.ark-block-postList.news-list-01 .u-flex--aic {
	display: flex;
	    justify-content: space-between;
}

/* tablet */
@media (max-width: 1024px) {
	.ark-block-postList.news-list-01 .p-postList__body {
		grid-template-columns: 180px 170px 1fr;
		column-gap: 20px;
	}

	.ark-block-postList.news-list-01 .p-postList__times time {
		font-size: 26px;
	}

	.ark-block-postList.news-list-01 .p-postList__category span {
		min-width: 140px;
		padding: 14px 20px;
		font-size: 16px;
	}

	.ark-block-postList.news-list-01 .p-postList__title {
		font-size: 26px;
	}
}

/* sp */
@media (max-width: 767px) {
	.ark-block-postList.news-list-01 .p-postList__link {
		padding: 22px 14px;
	}

	.ark-block-postList.news-list-01 .p-postList__body {
		grid-template-columns: 1fr;
		row-gap: 14px;
		align-items: start;
	}

	.ark-block-postList.news-list-01 .p-postList__times time {
		font-size: 22px;
	}

	.ark-block-postList.news-list-01 .p-postList__category span {
		min-width: 120px;
		padding: 12px 18px;
		font-size: 15px;
		border-radius: 6px;
	}

	.ark-block-postList.news-list-01 .p-postList__title {
		font-size: 22px;
		line-height: 1.5;
	}
}


.slider_result .ark-block-slider__color{
	border-radius:10px;
}

/* デフォルト矢印を消す */
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

/* 共通設定 */
.swiper-button-prev,
.swiper-button-next {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* 左矢印 */
.swiper-button-prev {
	background-image: url("../../../wp-content/uploads/2026/04/arrow-left-a19ea8.svg");
}

/* 右矢印 */
.swiper-button-next {
	background-image: url("../../../wp-content/uploads/2026/04/arrow-right-130bb0.svg");
}
/* スライダー全体を基準にする */
.ark-block-slider,
.swiper {
	position: relative;
	padding-bottom: 70px!important; /* 矢印を置く余白 */
}

/* 矢印 */
.slider_result .ark-block-slider .swiper-button-prev,
.slider_result .ark-block-slider .swiper-button-next,
.slider_result .swiper .swiper-button-prev,
.slider_result .swiper .swiper-button-next {
	top: auto;
	bottom: 0px;
	transform: none;
}

/* 左右位置 */
.slider_result .ark-block-slider .swiper-button-prev,
.slider_result .swiper .swiper-button-prev {
	left: calc(80% - 55px)!important;
}

.slider_result .ark-block-slider .swiper-button-next,
.slider_result .swiper .swiper-button-next {
	left: calc(80% + 5px)!important;
	right: auto!important;
}


/* =========================
   左280px固定 + 右フルブリード
   ========================= */

.col-right-full {
	display: flex;
	align-items: stretch;
	margin-left:auto;
	justify-content:end;
}

/* 左固定 */
.col-right-full > .wp-block-column:first-child {
	flex: 0 0 280px;
	max-width: 280px;
}

/* 右フル */
.col-right-full > .wp-block-column:last-child {
	flex: 1;
	width: 100vw;
	margin-right: calc(50% - 50vw);
}

/* 中の余白調整（必要なら） */
.col-right-full > .wp-block-column:last-child > * {
	padding-left: 40px;
	padding-right: 0px;
}


/* お急ぎの方 */
.page-id-22 .c-pageTitle__main,
.page-id-561 .c-pageTitle__main{
	display:none;
}
.page-id-22 .c-pageTitle__sub,
.page-id-561 .c-pageTitle__sub{
	font-style:normal!important;
	font-weight:700!important;
	font-size:clamp(28px , 5vw , 55px)!important;
	white-space: normal!important;
	word-break: break-word!important;
	color:#fff!important;
}
.c-pageTitle__sub:after, .c-pageTitle__sub:before{
	display:none;
}
.txt20{
	font-size:clamp(18px , 1.5vw , 22px)
}
.txt30{
	font-size:clamp(22px ,2.9vw , 29px)
}
.txt40{
	font-size:clamp(28px , 4vw , 40px)
}
.txt50{
	font-size:clamp(32px , 4vw , 50px)
}
.ex_box{
border-radius: 5px;
background: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	height:100%;
}
.list1{
	list-style:none;
	padding:0;
}
.list1 li{
	margin:10px 0;
	    text-indent: -1.7rem;
    margin-left: 1.7rem;
	font-weight:600;
}
.list1 li::before{
	background-image:url(../../../wp-content/uploads/2026/04/check1-382221.svg);
	background-repeat:no-repeat;
	 content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
margin-right:8px;
	position:relative;
	top:-2px;
}
.list2 li::before{
	background-image:url(../../../wp-content/uploads/2026/04/check2-c2a3ce.svg);
}
.ex_line{
	position:relative;
}
.ex_line::after{
		 content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
margin-left:8px;
	position:relative;
	top:-4px;
	background-color:#DC000C;
}
.ex_line_blue::after{
		background-color:#0F3DB9;
}

.ex_line2{
	position:relative;
}
.ex_line2::after{
		 content: '';
  display: inline-block;
  width: 120px;
  height: 1px;
margin-left:8px;
	position:relative;
	top:-5px;
	background-color:#DC000C;
}

/* =========================
   メディアとテキストを画像＋重なりレイアウト化
   ========================= */

.strength-sec {
	align-items: center;
	gap: 0;
}

/* 左画像 */
.strength-sec .wp-block-media-text__media {
	position: relative;
	z-index: 1;
}

.strength-sec .wp-block-media-text__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

/* 右テキスト */
.strength-sec .wp-block-media-text__content {
	position: relative;
	z-index: 2;
	background: #F5F5F5;
	padding: 55px 55px 55px;
	margin-left: -50px; /* ここで画像にかぶせる */
top:50px
}
.strength-sec-rev .wp-block-media-text__content {
	position: relative;
	z-index: 2;
	background: #F5F5F5;
	padding: 55px 55px 55px;
	margin-left:auto;
	margin-right: -50px; /* ここで画像にかぶせる */
top:50px
}

/* 番号＋タイトル行 */
.strength-sec .strength-head {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-bottom: 48px;
}

/* 番号 */
.strength-sec .strength-num {
	margin: 0;
	font-size: 118px;
	font-weight: 700;
	line-height: 1;
	color: #e60000;
	letter-spacing: 0.02em;
}

/* タイトル */
.strength-sec .strength-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.7;
}

/* 本文 */
.strength-sec .strength-text {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 2.1;
}

/* 注釈 */
.strength-sec .strength-note {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

/* タブレット */
@media (max-width: 1024px) {
	.strength-sec .wp-block-media-text__content {
		padding: 40px 36px 32px;
		margin-left: -60px;
	}

	.strength-sec .strength-head {
		gap: 22px;
		margin-bottom: 32px;
	}

	.strength-sec .strength-num {
		font-size: 84px;
	}

	.strength-sec .strength-title {
		font-size: 24px;
	}

	.strength-sec .strength-text {
		font-size: 16px;
	}
}

/* スマホ */
@media (max-width: 767px) {
	.strength-sec {
		display: block;
	}

	.strength-sec .wp-block-media-text__media img {
		border-radius: 12px 12px 0 0;
	}

	.strength-sec .wp-block-media-text__content {
		margin-left: 0;
		margin-top: -10px;
		padding: 28px 20px 24px;
		max-width: none;
	}

	.strength-sec .strength-head {
		display: block;
		margin-bottom: 24px;
	}

	.strength-sec .strength-num {
		font-size: 56px;
		margin-bottom: 10px;
	}

	.strength-sec .strength-title {
		font-size: 22px;
		line-height: 1.6;
	}

	.strength-sec .strength-text {
		font-size: 15px;
		line-height: 1.9;
	}

	.strength-sec .strength-note {
		font-size: 13px;
	}
}
.w-70{
	width:70%;
	margin:auto;
}
.w-80{
	width:80%;
	margin:auto;
}
.box-round{
	border-radius:15px;
}
.soudan{
	gap:20px;
}
.soudan_ic p{
padding:5px 15px!important;
	min-width:215px;
	border-radius:70px!important;
	font-size:23px!important;
}
.rec_ic{
	padding:7px 15px!important;
	min-width:215px;
	border-radius:3px!important;
	font-size:20px!important;
	display:inline-block;
}
.btn_big a{
	font-size:20px!important;
}
.system_txt p{
	padding:8px 50px!important;
	border:solid 1px #000;
}
.faq .ark-block-accordion__item {
background-color:#fff;
}
.faq .ark-block-accordion__label{
	font-size:20px;
}
.faq .ark-block-accordion__label::before{
			content: 'Q';
			font-size: 40px;
			font-weight: 900;
	font-family:var(--en);
			position: relative;
			top: -8px;
			margin-right: 10px;
	color:#DC000C;
	position:absolute!important;
	left:15px;
}
.faq .ark-block-accordion__title{
	padding:15px 20px 15px 60px
}

.p-topArea{
	height:45vh;
}

body:not(.page-id-22):not(.page-id-561) .u-obf-contain, 
body:not(.page-id-22):not(.page-id-561) .u-obf-cover,
body:not(.page-id-22):not(.page-id-561) .u-obf-contain, 
body:not(.page-id-22):not(.page-id-561) .u-obf-cover{
	height:60% !important;
}
body:not(.page-id-22):not(.page-id-561) .c-filterLayer.-filter-dot:after,
body:not(.page-id-22):not(.page-id-561) .c-filterLayer.-filter-dot:after{
	display:none!important;
}
body:not(.page-id-22):not(.page-id-561) .c-filterLayer__img,body:not(.page-id-22):not(.page-id-561) .c-gnav .sub-menu .c-gnav__a:before,body:not(.page-id-22):not(.page-id-561) .c-submenuToggleBtn:after,
body:not(.page-id-561) .c-filterLayer__img,body:not(.page-id-561) .c-gnav .sub-menu .c-gnav__a:before,body:not(.page-id-561) .c-submenuToggleBtn:after{
	top:auto;
	bottom:0;
}
body:not(.page-id-22):not(.page-id-561) .p-topArea.c-filterLayer::before,body:not(.page-id-561) .p-topArea.c-filterLayer::before {
    background-color: #000;
    opacity: 0.0;
}
body:not(.page-id-22):not(.page-id-561) .p-topArea,body:not(.page-id-561) .p-topArea{
	align-items:start;
}
body:not(.page-id-22):not(.page-id-561) .c-pageTitle__main,
body:not(.page-id-22):not(.page-id-561) .c-pageTitle__main{
	color:#000;
	font-size:clamp(28px , 3vw , 42px);
	line-height:1.1;
}
body:not(.page-id-22):not(.page-id-561) .c-pageTitle__sub,body:not(.page-id-561) .c-pageTitle__sub{
	font-size:clamp(16px , 1.5vw , 22px);
	color:#DC000C;
	font-weight: 900;
	font-family:var(--en);
	text-transform: uppercase;
	font-style:normal;
}
body:not(.page-id-22):not(.page-id-561) .p-topArea__body,body:not(.page-id-561) .p-topArea__body{
	text-shadow:none;
}
body:not(.page-id-22):not(.page-id-561) .p-topArea__body {
    position: absolute;
    height: 60%;
    top: 50%;
    left: 50%;
	text-align:left;
    margin-top: -2.6rem;
    transform: translate(-50%, -50%);
}
.padding_side{
	padding:0 25px;
}
.p-topArea__body{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left-line{
	border-left: solid 5px #DC000C;
	padding-left:10px;
}
.works_list ul{
	list-style:none;
	padding:0;
}

.ark-block-step{
	width:70%;
	margin:3rem auto;
}

.spec_table th,.spec_table td{
	padding:15px !important;
}




ul.red li {
  list-style-type: none;  /* デフォルトのリストマークを非表示にする */
  position: relative;     /* 基準位置とする */
}
ul.red li::before {
  content: "・";           /* リストマークのかわりを */
  color: #DC000C;            /* 文字を赤色に指定 */
  position: absolute;    
	font-weight:900;
  left: -1.3em;             /* 左に1文字分ずらした位置に配置 */
  top: 0;                 /* 上から0pxのいちに指定 */
}

.gap0{
	gap:0 !important;
}
.axh_ic{
	display:inline-block;
	border:solid 1px #000;
	font-size:0.9rem;
	padding:4px 13px;
}

.omo_left{
	width:80%;
	padding-left:20px
}
.img-round img{
	border-radius:7px;
}

/* 採用情報 */
.rec_number .ark-block-column{
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
	justify-content:center;
	min-height:140px;
}
.box_txt_40 p,.box_txt_60 p{
	width:100% !important;
	line-height:1.3
}
.box_txt_30 p,.box_txt_20 p{
	width:100% !important;
	line-height:1.4
}
.box_txt_60 strong{
	font-family:var(--en);
	font-size:clamp(23px , 3vw , 40px);
}
.box_txt_40 strong{
	font-family:var(--en);
	font-size:clamp(23px , 3vw , 40px);
}
.box_txt_30 strong{
	font-family:var(--en);
	font-size:clamp(20px , 3vw , 30px);
}
.box_txt_20 strong{
	font-family:var(--en);
	font-size:clamp(20px , 3vw , 30px);
}
.key_list{
list-style:none;
padding:0;
	display:flex;
	flex-wrap:wrap;
}
.key_list li{
	font-size:1.4rem;
	margin:15px 0;
}
.key_list li::before{
	 content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../../wp-content/uploads/2026/04/golden-rule-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-right:8px;
}

.recruit_box .ark-block-column {
	background-color:#fff !important;
	border-radius:7px;
}

.recruit_table th, .recruit_table td{
	padding:18px !important;
}

.photo_btn{
	position:relative;
	transition:0.3s;
}
.photo_btn img{
	
  transition: 0.3s;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40{
	transition:0.5s;
}
.wp-block-cover:hover .wp-block-cover__background.has-background-dim.has-background-dim-40{
	opacity:0;
}
.photo_btn a{
	text-decoration:none;
	color:#fff;
	position:relative;
		margin-bottom:15px;
}
.photo_btn a::after{
	 content: '';
	  display: inline-block;
  width: 60px;
  height: 3px;
	left:0;
	bottom:-14px;

	position:absolute;
background-color:#DC000C;
}

.photo_btn a::before{
	position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
pointer-events: auto;
content: "" !important;
display:block !important;
background-color: transparent;
}
.cover-link {
  cursor: pointer;
}

.Interview_box img{
	width:50px;
	border-radius:50%;
}
.Interview_box p{
	padding-left:20px;
}
.Interview_box_more figcaption{
	font-size:0.8rem;
}
.Interview_box .wp-block-group{
	width:calc(100% - 50px);
}
.ic_int_1{
	width:160px;
	padding:8px!important;
background-color: transparent;
	border-radius:70px;
	margin:auto;
	border:solid 2px #DC000C;
}
.ic_int_2{
	width:160px;
	padding:8px!important;
background-color: transparent;
	border-radius:70px;
	margin:auto;
	border:solid 2px #DC000C;
}
.ic_int_3{
	width:160px;
	padding:8px!important;
background-color: transparent;
	border-radius:70px;
}
.box_rond{
	border-radius:10px;
}

@media (min-width: 640px) {
    .smf-form--business .smf-item__col--label {
        border-bottom: none;
        border-right: 1px solid #ddd;
        flex: 0 0 20em;
        max-width: 20em;
    }
}
.smf-item__description{
	color:#DC000C;
}

.required .smf-item__description{
	background-color:#DC000C;
	color:#fff;
	padding:3px 8px;
	display:inline-block;
	font-size:0.8rem;
	position:absolute;
	right:0;
	top:25px;
	border-radius:3px;
}
.smf-form--business .smf-item__col--label{
	align-items:center;
	align-content:center;
}
.smf-item__col.smf-item__col--label{
	position:relative;
}
.sub_block .smf-item__description{
	color:#999;
}
.smf-form--business .smf-item__col--label{
	border-right:none;
	background:none;
}
.smf-form--business .smf-item{
	border-left:none;
	border-right:none;
}

.company-table th,.company-table td{
	padding:20px 10px!important;
}
.phil_title strong{
	font-size:clamp(30px , 3vw , 50px);
	font-family:var(--en);
	font-weight:900;
	line-height:1.2;
	text-transform: uppercase;
}
.phil_title{
	min-width:30%
}
.phil_outer{
	padding:clamp(30px , 5vw , 50px)!important;
	border-radius:10px;
}
.phil_txt{
	font-size:clamp(18px , 1.8vw , 20px);
}
.list_big li{
	font-size:1.3rem;
}

.icon_title .arkb-inline-icon{
	 color: #DC000C;
	margin-right
	:5px;
}

.media_list{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.media_list li{
	padding:15px 10px;
	border-bottom:dotted 1px #ccc;
	width:48%;
}
.media_list a{
	text-decoration:none;
	color:#000;
	transition:0.3s;
}
.media_list a:hover{
	 color: #DC000C;
}
.media_list a::after{
	 content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../../../wp-content/uploads/2026/04/footer_ic-55a4e0.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-left:10px;
}

.chenge_txt{
	position:absolute;
	top:0;
	right:0;
	border:solid 1px #000;
	padding:4px 15px;
	display:inline-block;
	font-size:0.9rem;
	background-color:#fff;
}

.right_border{
	border-right:solid 1px #A3A3A3;
}
.contact_txt1{
font-weight: bold;
font-size: clamp(18px ,1.7vw ,24px);
}
.contact_tel{
	font-family:var(--en);
	font-weight:600;
	font-size:24px;
}
.contact_tel a{
	text-decoration:none;
}
.contact_tel strong{
	font-size:40px;
}

.snow-monkey-form{
background-color:#fff;
	border-radius:10px;
	margin:3rem auto;
padding:50px;}

.cta_title{
color:#fff;}

.sitemap2 {
	display:flex;
	flex-wrap:wrap;
}
.sitemap2 li{
	width:20%;
}

.sitemap a{
text-decoration:none;
color:#000;
transition:0.3s;}
.sitemap a:hover{
color:#DC000C;
}

.footer_sitemap a{
	text-decoration:none;

transition:0.3s;
}
.footer_sitemap a:hover{
	color:#DC000C;
}
		
.top_under_bn{
	position:relative;
}
.top_under_bn_en{
	font-family:var(--en);
	text-transform: uppercase;
	font-size: clamp(18px ,1.7vw ,20px);
	font-weight:600;
	margin-left:10px;
}
.top_under_bn a{
	color:#fff;
	text-decoration:none;
	font-size: clamp(22px ,1.9vw ,28px);
	font-weight:500;
}


	position:absolute;
background-color:#DC000C;
}

.cover-link2 a::before{
	position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
pointer-events: auto;
content: "" !important;
display:block !important;
background-color: transparent;
}
.cover-link2 {
  cursor: pointer;
}
.top_under_bn_txtbox{
	width: 100%;
background: rgba(0, 0, 0, 0.58);
padding:30px;
}
.cover-link2{
	padding:0;
	overflow:hidden;
}
.cover-link2 .wp-block-cover__inner-container{
	width:100% !important;
}
.cover-link2 img{
	transition:0.7s;
}
.cover-link2:hover img{
	transform: scale(1.05);
}
.ark-block-dl__dt{
	border-left:2px solid #DC000C;
}
.ark-block-dl__dd{
	padding-top:10px;
}

.em_box2 h3{
	font-size:1.1rem;
}
.em_box2 p{
	font-size:0.9rem;
}
.post-type-archive-works .p-archive__title,
.post-type-archive-works #breadcrumb{
 	display:none; 
}
.post-type-archive-works .works_special,
.post-type-archive-works #works_special #breadcrumb{
display:block!important;
}

.post-type-archive-works #main_content{
	padding:2rem 0 !important;
}

.post-type-archive-works .p-breadcrumb__list{
	padding:0 !important;
}
.post-type-archive-works #top_title_area{
	flex-wrap:wrap;
}


/* モーダル */
.case-grid{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:32px 24px;
}

.case-card__link{
	display:block;
	text-decoration:none;
	color:inherit;
}

.case-card__thumb img{
	display:block;
	width:100%;
	height:auto;
}

.case-card__title{
	margin:12px 0 0;
	font-size:16px;
	line-height:1.5;
}

.case-modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	opacity:0;
	visibility:hidden;
	transition:.3s;
}

.case-modal.is-open{
	opacity:1;
	visibility:visible;
}

.case-modal__bg{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.65);
}

.case-modal__inner{
	position:relative;
	z-index:2;
	width:min(450px, calc(100% - 40px));
	height:min(85vh, 600px);
	margin:40px auto;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}

.case-modal__frame{
	display:block;
	width:100%;
	height:100%;
	border:none;
	background:#fff;
}

.case-modal__close{
	position:absolute;
	top:12px;
	right:12px;
	z-index:3;
	width:42px;
	height:42px;
	border:none;
	border-radius:50%;
	background:#000;
	color:#fff;
	font-size:24px;
	line-height:1;
	cursor:pointer;
}

body.is-modal-open{
	overflow:hidden;
}

.case-modal-single{
	padding:40px 20px;
}

.case-modal-single__title{
	margin:0 0 24px;
	font-size:28px;
	line-height:1.4;
}

.case-modal-single__thumb{
	margin-bottom:24px;
}

.case-modal-single__thumb img{
	display:block;
	width:100%;
	height:auto;
}

@media (max-width: 1024px){
	.case-grid{
		grid-template-columns:repeat(2, 1fr);
	}
}

@media (max-width: 767px){
	.case-grid{
		grid-template-columns:1fr;
	}

	.case-modal__inner{
		width:calc(100% - 20px);
		height:88vh;
		margin:10px auto;
	}
}

body.single-works #header,
body.single-works #footer,
body.single-works .c-breadcrumb,
body.single-works .l-footer,
body.single-works .w-before-footer,
body.single-works #breadcrumb,
body.single-works .p-entry__head,
body.single-works .p-fixBtnWrap{
	display:none !important;
}

body.single-works .l-content,
body.single-works .l-content__body,
body.single-works .l-main{
/* 	margin:0 !important;
	padding:0 !important; */
}

body.single-works .p-entryHeader,
body.single-works .p-pageTitle,
body.single-works #top_title_area{
	display:none !important;
}

.case-modal{
	position: fixed;
	inset: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.case-modal.is-open{
	opacity: 1;
	visibility: visible;
}

.case-modal__bg{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.65);
}
.single-works .ark-block-slider__inner,
.single-works .ark-block-slider{
	padding:0 !important;
}
.single-works .p-entry__foot{
	margin-bottom:0 !important;
}
.single-works .c-postContent{
		margin-bottom:0 !important;
}
.single-works .c-postTerms__item{
display:none !important;
}

.ex_list .p-postList.-type-card {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* ←余白 */
}

.ex_list .p-postList.-type-card .p-postList__item{
	width: calc(25% - 15px) !important;
	flex-basis: calc(25% - 15px);
	margin-bottom:0;
}
.p-postList__item{
	background-color:#fff;
	border-radius:5px;
	padding:25px 25px!important;
}
.ex_list .p-postList__body{
	 display: flex;
  flex-direction: column-reverse; 
}
.ex_list .p-postList__excerpt{
	font-size:16px;
	font-weight:400;
}
.ex_list .p-postList__title{
	font-size:12px;
	font-weight:400;
color: #dc000c;

}

.ex_list{
 pointer-events: none; /* リンクを無効化 */
  cursor: default;       /* カーソルを通常に */
}

.w-before-footer .c-widget+.c-widget{
	margin-top:0;
}
.l-footer__widgets{
	padding:0;
}

/* スクロール固定Column */
.position-sticky-wrap {
    overflow: visible !important;　/* 包含するouterに */
}
.position-sticky-column {
    position: sticky !important; /* PCにのみ反映。 */
    top: 170px;
    align-self: flex-start !important;
}

.news-list-01 li{
	background-color:transparent;
}
@media screen and (min-width: 600px) {
    .arkb-tabList__button {
        font-size: 18px;
    }
}
.arkb-tabList li button{
	border-radius:0 5px 5px 0;
}
.arkb-tabList li:first-child button{
	border-radius:5px 0 0 5px;
}
.profile_box{
	padding:50px!important;　
}

.people_main .wp-block-group{
	display:inline-block;
	    padding: 1.5rem 3.75rem;
}
.people_main .ark-block-section__bodyInner{
	padding:0;
}
.people_main h2{
	    font-size: clamp(26px, 2.9vw, 35px);
}
.p-entry__thumb{
	width:60%;
	margin:2rem auto;
}
.works_info{
	margin-bottom:3rem;
}


.case-archive {
	padding-top: 40px;
	padding-bottom: 80px;
}

.case-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 56px 44px;
}

.case-card {
	margin: 0;
}

.case-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.case-card__imageWrap {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 1 / 0.78;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card__link:hover .case-card__imageWrap {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.case-card__thumb {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	box-sizing: border-box;
}

.case-card__thumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.case-card__label {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 78px;
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: 600;
	z-index: 2;
}

/* 色分け例 */
.case-card__label.term-sus304 {
	background: #2f6edb;
}

.case-card__label.term-ss400 {
	background: #37a500;
}

.case-card__label.term-c1100 {
	background: #e49512;
}

.case-card__label.term-c2801 {
	background: #d84b4b;
}

/* どれにも当てはまらない場合 */
.case-card__label {
	background: #666;
}

.case-card__title {
	margin: 8px 0 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #222;
}

/* pagination */
.case-pagination {
	margin-top: 80px;
	text-align: center;
}

.case-pagination .nav-links {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.case-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #fff;
	color: #222;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #e5e5e5;
}

.case-pagination .page-numbers.current {
	background: #333;
	color: #fff;
	border-color: #333;
}

/* tablet */
@media (max-width: 1024px) {
	.case-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px 28px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.case-card__title {
		font-size: 15px;
	}

	.case-card__label {
		min-width: 64px;
		padding: 7px 10px;
		font-size: 11px;
	}

	.case-pagination {
		margin-top: 50px;
	}
}
.arkb-marker{
	background: linear-gradient(transparent 50%, #FFE0E0 0%);
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.arkb-marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}