/* CSS Document */
/*スライダー*/
.slider{
	position: relative;
	z-index: 2;
	width: 100vw;
	height: calc(var(--windowfixdheight) - 2.5rem);
}
.slider .s_text{
	position: absolute;
  inset: 0;
  z-index: 3;
  width: 100vw;
  height: calc(var(--windowfixdheight) - 2.5rem);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
	justify-content: center;
	background: rgba(35, 91, 200, 5);
  background: linear-gradient(180deg,rgba(35, 91, 200, 0.2) 0%, rgba(104, 98, 208, 0.5) 100%);
	overflow: hidden;
}
body[wc-view-code="sp"] .slider .s_text{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .slider .s_text{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .slider .s_text{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
	background: #235BC8;
  background: linear-gradient(270deg,rgba(35, 91, 200, 0.2) 0%, rgba(70, 95, 204, 0.35) 55%, rgba(104, 98, 208, 0.7) 100%);
}
.slider .s_text > h2{
	display: flex;
	flex-direction: column;
	gap:0.5rem;
	position: relative;
	z-index: 1;
}
.slider .s_text > h2::before{
	content: "";
	position: absolute;
	top: 50%;
	width: 250px;
	height: 168px;
	transform: translateY(-50%);
	z-index: -1;
	background: #FFFFFF;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.2) 0%, rgba(104, 98, 208, 0.5) 100%);
  -webkit-mask-image: url("/img/svg/title_deco.svg");
  mask-image: url("/img/svg/title_deco.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	left: -45px;
}

body[wc-view-code="tb"] .slider .s_text > h2::before{
	width: 380px;
	height: 256px;
}
body[wc-view-code="pc"] .slider .s_text > h2::before{
	width: 400px;
	height: 270px;
	mask-size: contain;
  left: -90px;
}
.slider .s_text > h2 .s_title{
	color: #fff;
	font-weight: 700;
	font-size: 1.45rem;
	text-shadow: 3px 3px 4px rgba(104,98,208,0.5);
}
body[wc-view-code="tb"] .slider .s_text > h2 .s_title{
	font-size: 1.8rem;
}
body[wc-view-code="pc"] .slider .s_text > h2 .s_title{
	font-size: 2rem;
}
.slider .s_text > h2{
	margin-top: auto;
}
.slider .s_text > .s_btn{
	margin-top: calc(var(--fixdvh) * 18);
	width: fit-content;
}
.slider .s_text > .s_btn a{
	background-color: #f07838;
  padding: 0.7rem 0.75rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: baseline;
  gap: 0.4rem;
	border-radius: 0.25rem;
}
body:not([wc-view-code="sp"]) .slider .s_text > .s_btn a{
	padding: 1rem;
  gap: 0.5rem;
}
.slider .s_text > .s_btn a .s_t_mini{
	background-color: #fff;
  color: #f07838;
  display: table;
  height: calc(1rem + ((1lh - 1em) / 2));
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
.slider .s_text > .s_btn a .s_t_text{
	color: #fff;
	font-size: 1.35rem;
	display: flex;
	align-items: center;
  font-weight: 700;
  height: calc(1rem + ((1lh - 1em) / 2));
}
.slider .s_text > .s_btn a .s_t_text::after{
	content: "";
	background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  color: #fff;
  display: table;
  width: 1.75rem;
  height: 1.75rem;
	margin-top: 0.25rem;
}
body[wc-view-type="sp-s"] .slider .s_text > h2 .s_title{
	font-size: 1.2rem;
}
.slider .slider_wrap{
	position: absolute;
	inset:0;
	z-index: 1;
	width: 100vw;
	height: calc(var(--windowfixdheight) - 2.5rem);
}
.slider .slider_wrap .t_slider_block{
}
.slider .slider_wrap .t_slider_block figure{
}
.slider .slider_wrap .t_slider_block figure img{
	width: 100vw !important;
	height:  calc(var(--windowfixdheight) - 2.5rem) !important;
	object-fit: cover;
}
.slider .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
	width: 100vw !important;
}
.slider .cs_wrap[class*="fade"] .cs_inner, .comboslider-mask-change .cs_inner {
  margin: 0 !important;
}
.slider .cs_inner {
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
.slider .cs_wrap[class*="fade"] .comboslider, .comboslider-mask-change .comboslider {
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
.cs_wrap[class*="fade"] .comboslider .cs_item {
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
/*探偵業について*/
.about{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .about{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .about{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .about{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .contents_title::before{
	content: "About detective work";
}
.about .a_in_content{
	display: flex;
}
body[wc-view-code="sp"] .about .a_in_content{
	flex-direction: column;
}
body[wc-view-code="pc"] .about .a_in_content{
	margin-top: 1.5rem;
}
.about .a_in_content .a_text{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .about .a_in_content .a_text{
	margin: 1rem 0;
}
body[wc-view-type="tb"] .about .a_in_content .a_text{
	margin-top: 1.5rem;
	padding-right: 1rem;
}
body[wc-view-type="tb-l"] .about .a_in_content .a_text{
	margin-top: 1.5rem;
	padding-right: 2rem;
}
body[wc-view-code="pc"] .about .a_in_content .a_text{
	padding-right: 2.5rem;
}
body:not([wc-view-code="sp"]) .about .a_in_content .a_text{
	width: 50%;
}
.about .a_in_content .a_text p{
	line-height: 2rem;
}
.about .a_in_content .a_text p:not(:first-of-type){
	margin-top: 0.5rem;
}
body:not([wc-view-code="sp"]) .about figure{
	width: 50%;
}
body[wc-view-code="tb"] .about figure{
	margin-top: 1.5rem;
}
.about figure img{
	aspect-ratio: 1.414/1;
}
/*なぜ、今探偵業なのか？*/
.why{
	box-sizing: border-box;
	background-color: #f5f3fd;
	display: flex;
}
body[wc-view-code="sp"] .why{
	padding: var(--headerHeight) 5vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .why{
	padding: var(--headerHeight) 7vw;
	align-items: flex-start;
}
body[wc-view-code="pc"] .why{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.why .w_title{
}

body[wc-view-code="tb"] .why .w_title{
	width: 50%;
}
.why .w_title .contents_title::before{
	content: "Why";
}
.why .w_title .w_in_text{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .why .w_title .w_in_text,
body[wc-view-type="tb"] .why .w_title .w_in_text{
	margin-top: 1rem;
}

body[wc-view-type="sp"] .why .w_title .w_in_text{
	margin-top: 1.25rem;
}
body[wc-view-type="tb-l"] .why .w_title .w_in_text{
	margin-top: 1.5rem;
	padding-right: 2rem;
}
body[wc-view-type="tb"] .why .w_title .w_in_text{
	padding-right: 1rem;
}
body[wc-view-code="pc"] .why .w_title .w_in_text{
	width: 550px;
	padding-right: 2.5rem;
	margin-top: 1.5rem;
}
.why .w_title .w_in_text > p{
	line-height: 1.8rem;
}
.why .w_title .w_in_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
.why .w_flex{
	display: flex;
	flex-wrap: wrap;
	gap:1px;
	margin-top: 1rem;
}
body[wc-view-type="sp"] .why .w_flex{
	margin-top: 1.25rem;
}
body[wc-view-code="tb"] .why .w_flex{
	width: 50%;
	margin-top: 120px;
}
body[wc-view-code="pc"] .why .w_flex{
	width: 550px;
	margin-top: 118px;
}
.why .w_flex > dl{
	width: calc(50% - 0.5px);
	padding: 0.75rem;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: flex;
  flex-direction: column;
}
body[wc-view-code="pc"] .why .w_flex > dl{
	padding: 1rem;
}
.why .w_flex > dl::before{
	content: "";
	border: solid 1px var(--accentColor);
	opacity: 0.1;
	position: absolute;
	inset:0.25rem;
}
body[wc-view-code="pc"] .why .w_flex > dl::before{
	inset:0.5rem;
}
.why .w_flex > dl > dt{
	text-align: center;
	font-weight: 700;
	color: var(--accentColor);
	font-size: 0.9rem;
	padding-bottom: 0.15rem;
}
body:not([wc-view-code="sp"]) .why .w_flex > dl > dt{
	font-size: 1.05rem;
}
.why .w_flex > dl > dd{
	padding: 0.5rem 0.25rem 0.25rem 0.25rem;
	box-sizing: border-box;
}
body[wc-view-code="pc"] .why .w_flex > dl > dd{
	margin-top: auto;
	padding: 0.5rem;
}
.why .w_flex > dl > dd > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.why .w_flex > dl > dd .w_icon{
	-webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accentColor);
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
body:not([wc-view-code="sp"]) .why .w_flex > dl > dd .w_icon{
	width: 60px;
  height: 60px;
}
.why .w_flex > .rikon > dd .w_icon{
	-webkit-mask-image: url("/img/svg/rikon.svg");
  mask-image: url("/img/svg/rikon.svg");
}
.why .w_flex > .sagi > dd .w_icon{
	-webkit-mask-image: url("/img/svg/sagi.svg");
  mask-image: url("/img/svg/sagi.svg");
}
.why .w_flex > .info > dd .w_icon{
	-webkit-mask-image: url("/img/svg/info.svg");
  mask-image: url("/img/svg/info.svg");
}
.why .w_flex > .compliance > dd .w_icon{
	-webkit-mask-image: url("/img/svg/compliance.svg");
  mask-image: url("/img/svg/compliance.svg");
}
/*アローリサーチについて*/
.about_arrow{
  box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .about_arrow,
body[wc-view-type="tb"] .about_arrow{
	flex-direction: column;
}
body[wc-view-code="sp"] .about_arrow{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .about_arrow{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .about_arrow{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about_arrow .ar_text{
}
.about_arrow .ar_text .contents_title::before{
	content: "About Arrow Research";
}
.about_arrow .ar_text .contents_title{
}
body[wc-view-type="tb-l"] .about_arrow .ar_text{
	width: 50%;
}
body[wc-view-code="pc"] .about_arrow .ar_text{
	width: 550px;
}
.about_arrow .aa_in_text{
	position: relative;
	z-index: 2;
}
body[wc-view-code="tb"] .about_arrow .aa_in_text{
	margin-top: 1.5rem;
}
.about_arrow .aa_in_text::after{
	content: "";
	position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%,-50%);
  z-index: -1;
  mix-blend-mode: overlay;
  background-color: rgba(128,57,130,0.05);
  -webkit-mask-image: url("/img/svg/top_logo.svg");
  mask-image: url("/img/svg/top_logo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
body[wc-view-type="tb-l"] .about_arrow .aa_in_text{
	width: 50%;
	margin-top: 38px;
}
body[wc-view-code="pc"] .about_arrow .aa_in_text{
	width: 550px;
	margin-top: 38px;
}
body[wc-view-type="sp-s"] .about_arrow .aa_in_text::after{
  width: 91vw;
  height: 78vw;
}
body[wc-view-type="sp"] .about_arrow .aa_in_text::after{
  width: 81vw;
  height: 68vw;
}
body[wc-view-type="tb"] .about_arrow .aa_in_text::after{
  width: 46.5vw;
  height: 40vw;
  top: 27%;
}
body[wc-view-type="tb-l"] .about_arrow .aa_in_text::after{
	width: 38vw;
  height: 33vw;
}
body[wc-view-code="pc"] .about_arrow .aa_in_text::after{
	width: 400px;
  height: 345px;
}
body[wc-view-type="sp-s"] .about_arrow .aa_in_text{
	margin-top: 1rem;
}
body[wc-view-type="sp"] .about_arrow .aa_in_text{
	margin-top: 1.25rem;
}
.about_arrow .aa_in_text p{
	line-height: 2rem;
}
.about_arrow .aa_in_text p:not(:first-of-type){
	margin-top: 0.5rem;
}

.about_arrow .aa_in_text .btn_block{
	margin: 2rem auto 0 auto;
}
body[wc-view-type="tb"] .about_arrow .aa_in_text .btn_block{
}
body[wc-view-code="tb"] .about_arrow .aa_in_text .btn_block .btn a{
	white-space: nowrap;
}
body[wc-view-type="tb"] .about_arrow .aa_in_text .btn_block .btn{
	width: 100%;
}
body[wc-view-code="pc"] .about_arrow .aa_in_text .btn_block{
	margin: 1.5rem auto 0;
}
/*選ばれる理由*/
.reason{
  box-sizing: border-box;
	background-color: #f5f3fd;
}
body[wc-view-code="sp"] .reason{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-code="tb"] .reason{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .reason{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.reason .contents_title::before{
	content: "Reason";
}
.reason .contents_title .purple{
	font-size: 1.5rem;
}
.reason article{
  display: flex;
}
body[wc-view-code="sp"] .reason article{
  flex-direction: column;
  margin-top: 2.5rem;
}
body[wc-view-code="sp"] .reason article:nth-of-type(1){
  margin-top: 1.5rem;
}
body[wc-view-code="tb"] .reason article{
  margin-top: 1.5rem;
}
body[wc-view-code="pc"] .reason article{
  margin-top: 3rem;
}
body[wc-view-code="tb"] .reason article:not(:first-of-type),
body[wc-view-code="pc"] .reason article:not(:first-of-type){
  margin-top: calc(var(--headerHeight) / 1.2);
}
body:not([wc-view-code="sp"]) .reason article:nth-of-type(even){
  flex-direction: row-reverse;
}
.reason article .r_c_text{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .reason article .r_c_text{
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] .reason article .r_c_text{
  width: calc(100% - 320px);
}
body[wc-view-type="tb-l"] .reason article .r_c_text,
body[wc-view-code="pc"] .reason article .r_c_text{
  width: 50%;
}
body[wc-view-type="tb"] .reason article:nth-of-type(odd) .r_c_text{
  padding-right: 1rem;
}
body[wc-view-type="tb"] .reason article:nth-of-type(even) .r_c_text{
  padding-left: 1rem;
}
body[wc-view-type="tb-l"] .reason article:nth-of-type(odd) .r_c_text{
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] .reason article:nth-of-type(even) .r_c_text{
  padding-left: 2rem;
}
body[wc-view-code="pc"] .reason article:nth-of-type(odd) .r_c_text{
  padding-right: 2.5rem;
}
body[wc-view-code="pc"] .reason article:nth-of-type(even) .r_c_text{
  padding-left: 2.5rem;
}
.reason article .r_c_text .r_c_title{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.reason article .r_c_text .r_c_title > h2{
  font-size: 1.25rem;
  font-weight: 700;
  width: calc(100% - 3.25rem);
}
body:not([wc-view-type="sp-s"]) .reason article .r_c_text .r_c_title > h2 br{
	display: none;
}
.reason article .r_c_text .r_c_title .rc_num{
  color: var(--accentColor);
  font-weight: 700;
  font-family: "Lexend";
  flex: none;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.reason article .r_c_text > p{
  line-height: 1.8rem;
  box-sizing: border-box;
  margin-top: 0.75rem;
	padding-left: 2rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .reason article .r_c_text > p br.none,
body[wc-view-type="tb"] .reason article .r_c_text > p br.none{
	display: none;
}
.reason article .r_c_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
.reason article figure{
}
body[wc-view-type="tb"] .reason article figure{
  width: 320px;
}
body[wc-view-type="tb-l"] .reason article figure,
body[wc-view-code="pc"] .reason article figure{
  width: 50%;
}
.reason article figure img{
	aspect-ratio: 1.414/1;
}
/*教育プログラム*/
.program{
  box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
body[wc-view-code="sp"] .program{
	padding: var(--headerHeight) 5vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .program{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .program{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.program .contents_title::before{
	content: "Program";
}

.program .p_title{
	box-sizing: border-box;
}
body:not([wc-view-type="sp-s"]) .program .sub_title br.none{
	display: none;
}
body[wc-view-code="pc"] .program .p_title{
	width: 550px;
	padding-right: 2.5rem;
}
.program .p_text{
}
body[wc-view-code="sp"] .program .p_text{
	margin-top: 1rem;
}
body[wc-view-code="tb"] .program .p_text{
	margin-top: 1rem;
}
body[wc-view-code="pc"] .program .p_text{
	margin-top: 1.5rem;
}
.program .p_text p{
	line-height: 1.8rem;
}
.program .p_text p:not(:first-of-type){
	margin-top: 1rem;
}
.program .p_contents{
	display: flex;
	gap:1rem;
	flex-direction:column;
}
body[wc-view-code="sp"] .program .p_contents{
	margin-top: 1.5rem;
}
body[wc-view-code="tb"] .program .p_contents{
	width: 100%;
	flex-direction: row;
	margin-top: 1.5rem;
}
body[wc-view-code="pc"] .program .p_contents{
	width: 550px;
	margin-top: 85px;
}
.program .p_contents > a{
	text-decoration: none;
	display: block;
}
body[wc-view-code="tb"] .program .p_contents > a{
	width: calc(50% - 0.5rem);
}
.program .p_contents > a article{
	background-color: #f5f3fd;
	padding: 0.75rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(104,98,208,0.2);
}
body[wc-view-code="tb"] .program .p_contents > a article{
	width: 100%;
}
.program .p_contents > a article > h2{
	font-weight: 700;
  color: var(--accentColor);
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
	gap:0.15rem;
}
.contact .contact_block a dl dt{
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
	color: var(--defColor);
	padding-bottom: 0.75rem;
}
.program .p_contents > a article > h2::before{
	content: "";
	flex: none;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accentColor);
  width: 0.8rem;
  height: 0.8rem;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}


.program .p_contents > a article > h2::after{
	content: "Lecture";
  opacity: 0.35;
  font-family: "Lexend";
  font-size: 0.9rem;
  margin-left: auto;
}
.program .p_contents > a .lecture > h2::after{
	content: "Lecture";
}
.program .p_contents > a .practical > h2::after{
	content: "Practical skills";
}
.program .p_contents > a article > .p_con_inner{
	background-color: #fff;
	padding: 0.75rem;
	box-sizing: border-box;
}
body[wc-view-code="tb"] .program .p_contents > a article > .p_con_inner{
	min-height: 254px;
	display: flex;
	flex-direction: column;
}
.program .p_contents > a article > .p_con_inner > h3{
	font-weight: 700;
  color: var(--defColor);
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.program .p_contents > a article > .p_con_inner ul{
	display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--defColor);
  background-color: #f5f3fd;
  padding: calc(20px + 0.5rem) 0.75rem 0.75rem 1.75rem;
  position: relative;
  z-index: 1;
	list-style: square;
	box-sizing: border-box;
}
body[wc-view-code="tb"] .program .p_contents > a article > .p_con_inner ul{
	min-height: 191px;
}

.program .p_contents > a article > .p_con_inner ul::before{
	content: "学べる内容";
  background-color: #aea4da;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.25rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  clip-path: polygon(calc(100% - 0.5rem) 0, 100% 50%, calc(100% - 0.5rem) 100%, 0 100%, 0 0);
  height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
}
body:not([wc-view-code="sp"]) .program .p_contents > a article > .p_con_inner ul::before{
	height: 24px;
}
.program .p_contents > a article > .p_con_inner ul li{
	font-size: 0.95rem;
}
.program .p_contents > a article > .p_con_inner .more{
	width: fit-content;
  margin-left: auto;
  display: flex;
  font-size: 0.9rem;
  color: var(--defColor);
  font-weight: 700;
  align-items: center;
  margin-top: 0.5rem;
}
body[wc-view-code="tb"] .program .p_contents > a article > .p_con_inner .more{
	margin-top: 0.5rem;
}
.program .p_contents > a article > .p_con_inner .more::after{
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	-webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	background-color: var(--defColor);
}
/*開業コスト*/
.cost{
	box-sizing: border-box;
  background-color: #f5f3fd;
}
body[wc-view-code="sp"] .cost{
	padding: var(--headerHeight) 5vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .cost{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .cost{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.cost .c_title_block{
}
.cost .c_title_block .contents_title::before{
  content:"Cost";
}
body:not([wc-view-type="sp-s"]) .cost .c_title_block .contents_title br{
	display: none;
}
.cost .c_title_block > p{
  margin-top: 1rem;
  line-height: 1.8rem;
}
.cost .cost_flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
body[wc-view-code="sp"] .cost .cost_flex,
body[wc-view-code="tb"] .cost .cost_flex{
	gap: 1rem;
}
body[wc-view-code="sp"] .cost .cost_flex{
  flex-direction: column;
}
body[wc-view-code="pc"] .cost .cost_flex{
	gap: 1.5rem;
}
.cost .cost_flex article{
	background-color: #fff;
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px rgba(104,98,208,0.2);
}
body[wc-view-code="tb"] .cost .cost_flex article{
	width: calc(50% - 0.5rem);
}
body[wc-view-code="pc"] .cost .cost_flex article{
	width: calc(50% - 0.75rem);
}
.cost .cost_flex article .cost_top{
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  align-items: end;
}
.cost .cost_flex article .cost_top > h2{
  font-weight: 700;
  font-size: 1.25rem;
}
.cost .cost_flex article .cost_top > h2::before{
  font-size: 0.85rem;
  font-family: "Lexend";
  color: var(--accentColor);
  display: block;
  line-height: 1em;
  letter-spacing: 1px;
  opacity: 0.5;
}
.cost .cost_flex .kojin .cost_top > h2::before{
  content: "Plan01";
}
.cost .cost_flex .houjin .cost_top > h2::before{
  content: "Plan02";
}
.cost .cost_flex article .cost_top .price{
  display: flex;
  align-items: baseline;
  color: var(--accentColor);
}
.cost .cost_flex article .cost_top .price .money{
  font-size: 1.85rem;
  font-weight: 700;
  font-family: "Lexend";
}
.cost .cost_flex article .cost_top .price .unit{
  font-size: 0.8rem;
  font-weight: 700;
}
.cost .cost_flex article .c_inner{
	border: solid 2px #f5f3fd;
	box-sizing: border-box;
	padding: 0.75rem;
	min-height: calc(100% - 2.9rem);
}
.cost .cost_flex article .c_inner > p{
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.cost .cost_flex article .c_inner ul{
	padding-left: 1.25rem;
	list-style-position: outside;
	display: flex;
	flex-direction: column;
	gap:0.25rem;
	list-style: square;
}
.cost .cost_flex article .c_inner ul li{
}

.cost .btn{
	margin-left: auto;
	margin-top: 1rem;
	margin-right: auto;
}
/*流れ*/
.flow{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .flow{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .flow{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb"] .flow{
}
body[wc-view-code="pc"] .flow{
	padding: var(--headerHeight) calc((100% - 1100px) / 2);
}
.flow > p{
	margin-top: 1.5rem;
}
body[wc-view-type="tb"] .flow .contents_title{
	width: 325px;
	padding-right: 2rem;
	box-sizing: border-box;
}
.flow .contents_title::before{
	content: "Flow";
}
.flow_flex{
	display: flex;
	gap:2.5rem;
	margin: 1.5rem 0;
}
.flow_flex article{
	background-color: #fff;
  width: 190px;
  position: relative;
  z-index: 1;
  flex: none;
	min-height: 105px;
	border: solid 1px var(--accentColor);
	box-sizing: border-box;
	height: 130px;
}
body[wc-view-type="sp"] .flow_flex article{
	width: 200px;
}
body[wc-view-type="tb"] .flow_flex article{
	width: 230px;
}
body[wc-view-type="tb-l"] .flow_flex article,
body[wc-view-code="pc"] .flow_flex article{
	width: 250px;
}
.flow .flow_flex article::before{
	content: "";
  width: 70px;
  height: 70px;
  background-color: var(--accentColor);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  z-index: -1;
  opacity: 0.15;
}
.flow .flow_flex .f_contact::before{
	-webkit-mask-image: url("/img/svg/flow_contact.svg");
  mask-image: url("/img/svg/flow_contact.svg");
}
.flow .flow_flex .f_mendan::before{
	-webkit-mask-image: url("/img/svg/flow_mendan.svg");
  mask-image: url("/img/svg/flow_mendan.svg");
}
.flow .flow_flex .f_shinsa::before{
	-webkit-mask-image: url("/img/svg/flow_moushikomi.svg");
  mask-image: url("/img/svg/flow_moushikomi.svg");
}
.flow .flow_flex .f_keiyaku::before{
	-webkit-mask-image: url("/img/svg/flow_keiyaku.svg");
  mask-image: url("/img/svg/flow_keiyaku.svg");
}
.flow .flow_flex .f_kenshu::before{
	-webkit-mask-image: url("/img/svg/flow_kenshu.svg");
  mask-image: url("/img/svg/flow_kenshu.svg");
}
.flow .flow_flex .f_kaisetu::before{
	-webkit-mask-image: url("/img/svg/flow_kaisetu.svg");
  mask-image: url("/img/svg/flow_kaisetu.svg");
}
.flow .flow_flex .f_start::before{
	-webkit-mask-image: url("/img/svg/flow_start.svg");
  mask-image: url("/img/svg/flow_start.svg");
}
.flow .flow_flex article::after{
	content: "";
  width: 1.5rem;
  height: 2.5rem;
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #FFFFFF;
  background: linear-gradient(94deg,rgba(255, 255, 255, 0.75) 0%, rgba(104, 98, 208, 0.75) 90%, rgba(104, 98, 208, 0.1) 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.flow .flow_flex article:last-of-type::after{
	display: none;
}
.flow .flow_flex article .f_title{
	display: flex;
	flex-direction: column-reverse;
	align-items: baseline;
}
.flow .flow_flex article .f_title h2{
	font-weight: 700;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.15rem;
}

body[wc-view-code="sp"] .flow .flow_flex article .f_title h2 span.none{
	display: none;
}
body:not([wc-view-code="sp"]) .flow .flow_flex article .f_title h2 br.none{
	display: none;
}

.flow .flow_flex article .f_title p{
	background-color: var(--accentColor);
  font-family: "Lexend";
  color: #fff;
  padding: 0.35rem 1.25rem 0.25rem 0.5rem;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.75rem) 100%, 0% 100%);
  display: table;
  font-size: 0.95rem;
}
.flow .flow_flex article > p{
	padding: 0 1rem 1rem 1rem;
	box-sizing: border-box;
	line-height: 1.8rem;
}
.flow .btn{
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

/*よくある質問*/
.faq{
	box-sizing: border-box;
  background-color: #f5f3fd;
	display: flex;
}
body[wc-view-code="sp"] .faq,
body[wc-view-type="tb"] .faq{
	flex-direction: column;
}
body[wc-view-code="sp"] .faq{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .faq{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .faq{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.faq .contents_title::before{
	content: "Faq";
}
body[wc-view-type="tb-l"] .faq .contents_title{
	width: 350px;
}
body[wc-view-code="pc"] .faq .contents_title{
	width: 450px;
}
.faq_block{
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	gap:1rem; 
}
body[wc-view-type="tb-l"] .faq_block{
	width: calc(100% - 350px);
	margin-top: 75px;
}
body[wc-view-code="pc"] .faq_block{
	width: calc(100% - 450px);
	margin-top: 75px;
}
.faq_block > .faq_box{
}
.faq_block > .faq_box dt{
	background-color: #aea4da;
	display: flex;
	padding: 0.75rem;
	box-sizing: border-box;
}
.faq_block [wc-accordion] span.acdeco::after{
	background-color: #fff !important;
	opacity: 1 !important;
}
.faq_block > .faq_box dt .faq_icon,
.faq_block > .faq_box dd .faq_icon{
	color: #fff;
	font-family: "Lexend";
	font-weight: 700;
	font-size: 1.25rem;
	flex: none;
	margin-right: 0.5rem;
}
.faq_block > .faq_box dd .answer_box .faq_icon.a_box{
	color: var(--accentColor);
}
.faq_block > .faq_box dt p{
	font-weight: 700;
	color: #fff;
}
.faq_block > .faq_box dd .answer_box{
	display: flex;
	padding: 0.75rem;
	box-sizing: border-box;
	background-color: #fff;
}
.faq_block .btn{
	margin: 1rem auto 0 auto;
}
/*コラム*/
.column{
	box-sizing: border-box;
	background-color: #f5f3fd;
	padding: var(--headerHeight) 0;
}
.column .contents_title{
	margin-bottom: 1.5rem;
}
body[wc-view-code="sp"] .column .contents_title{
	margin-left: 5vw;
}
body[wc-view-code="tb"] .column .contents_title{
	margin-left: 7vw;
}
body[wc-view-code="pc"] .column .contents_title{
	margin-left: calc((100vw - 1100px) / 2);
}
.column .contents_title::before{
	content: "Column";
}
.column .column_block{
	display: flex;
}
body[wc-view-code="pc"] .column .column_block{
	gap:1rem;
}
.column .column_block a{
	background-color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(104,98,208,0.2);
}
body[wc-view-code="sp"] .column .column_block a{
	width: 270px !important;
	margin: 0 0.5rem;
	height: 195px !important;
}
body[wc-view-code="tb"] .column .column_block a{
	width: 310px !important;
	margin: 0 0.5rem;
	height: 206px !important;
}
body[wc-view-code="pc"] .column .column_block a{
	width: calc((1100px / 3) - 0.66rem) !important;
	height: 206px !important;
}
.column .column_block a article{
	display: flex;
	padding: 0.75rem;
	flex-direction: column-reverse;
	box-sizing: border-box;
}
.column .column_block a article .info_text{
	display: flex;
  flex-direction: column;
	padding-left: 0.5rem;
	box-sizing: border-box;
}
.column .column_block a article .info_text .colum_item{
	order: 1;
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-top:-2.85rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
}
.column .column_block a article .info_text .colum_item .info_category{
	display: flex;
	gap:0.25rem;
	overflow: hidden;
}

.column .column_block a article .info_text .colum_item .info_category h3{
	flex: none;
  background-color: var(--accentCtColor);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: calc(1rem +(1em - 1lh) / 2);
  height: 18px;
  padding: 0 0.25rem;
    padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
}

.column .column_block a article .info_text time{
	font-weight: 700;
	font-size: 0.9rem;
	text-align: right;
	color: var(--defColor);
	margin-bottom: 0.25rem;
	letter-spacing: 0.5px;
}
.column .column_block a article .info_text h2{
	order: 2;
	color: var(--defColor);
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	font-weight: 700;
	padding-top: 0.5rem;
	font-size: 1.1rm;
}
.column .column_block a article .info_text p{
	order: 3;
	color: var(--defColor);
	overflow: hidden;
	padding-top: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column .column_block a article .info_text .arrow{
	width: fit-content;
  margin-left: auto;
  display: flex;
  font-size: 0.9rem;
  color: var(--defColor);
  font-weight: 700;
  align-items: center;
  margin-top: 0.25rem;
	order: 4;
}
.column .column_block a article .info_text .arrow::after{
	content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--defColor);
}
.column .column_block a article figure{
	width: 100px;
	height: 100px !important;
}
.column .column_block a article figure img{
	aspect-ratio:1/1;
	width: 100% !important;
	height: 100px !important;
}
.column .btn{
}
body[wc-view-code="sp"] .column .btn{
	margin: 1rem auto 0 auto;
}
body[wc-view-code="tb"] .column .btn{
	margin: 1rem auto 0 auto;
}
body[wc-view-code="pc"] .column .btn{
	margin: 1rem auto 0 auto;
}
/*カラムスライダー変更*/
body[wc-view-code="sp"] .column .cs_inner {
  height: calc(195px + 2.75rem) !important;
}
body:not([wc-view-code="sp"]) .column .cs_inner {
  height: calc(206px + 3.25rem) !important;
}

body[wc-view-code="tb"] .cscontrol{
	left: 7vw !important;
}
body[wc-view-code="tb"] .csviewcount{
	right: 7vw !important;
}
body[wc-view-code="pc"] .cscontrol{
	left: calc((100% - 1100px) / 2) !important;
}
body[wc-view-code="pc"] .csviewcount{
	right: calc((100% - 1100px) / 2) !important;
}
body[wc-view-code="tb"] .csarrowwrap[arrow-type="x"] .csarrow.cs-prev {
  margin-left: 7vw !important;
}
body[wc-view-code="tb"] .csarrowwrap[arrow-type="x"] .csarrow.cs-next {
  margin-right: 7vw !important;
}
body[wc-view-code="pc"] .csarrowwrap[arrow-type="x"] .csarrow.cs-prev {
  margin-left: calc((100vw - 1100px) / 2) !important;
}
body[wc-view-code="pc"] .csarrowwrap[arrow-type="x"] .csarrow.cs-next {
  margin-right: calc((100vw - 1100px) / 2) !important;
}