/* --------------- posting --------------- */

.bg_main_posting {
	width: 100%;
	height: 49.8vw;
	max-height: 627px;
	margin: 0;
	padding: 0;
	background-image: url(../img/posting/bg_pagettl.jpg);
	background-repeat: no-repeat;
	background-size: auto calc( 100% + 100px );
	background-position: center bottom;
}

br.sp-disp{display: none;}
.sp-disp{display: none;}

.pc-disp{display: inline-block;}
@media screen and (max-width: 1024px) {
	.bg_main_posting { height: 550px; }
}
@media screen and (max-width: 850px) {
	.bg_main_posting { background-position: 35% bottom; }
}
@media screen and (max-width: 700px) {
	.bg_main_posting {
		height: 137.8vw;
		max-height: unset;
		background-image: url(../img/posting/sp/bg_pagettl.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
	}
	
	br.sp-disp{
		display: inline-block;
	}
	.sp-disp{display: inline-block;}

	.pc-disp{display: none;}

}

.col_main_posting {
	width: 86%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 3.4% 0 0;
}

.col_main_posting .ttl_en {
	margin: 0;
	padding: 0 0 0 0.5em;
	font-size: min( 1.98vw, 25px );
	font-weight: 700;
	letter-spacing: 0.05em;
	overflow: hidden;
}
.col_main_posting .ttl_en span {
	margin: 0;
	padding: 0;
	display: inline-block;
	transform: translateY(100%);
}

.col_main_posting .ttl_en span.purple { color: #9000AD; }
.col_main_posting .ttl_en span.blank_r { margin-right: 0.3em; }
.show .col_main_posting .ttl_en span { animation: txtanim1 0.4s forwards linear; }
.col_main_posting .ttl_en span:nth-child(2) { animation-delay: 0.03s; }
.col_main_posting .ttl_en span:nth-child(3) { animation-delay: 0.06s; }
.col_main_posting .ttl_en span:nth-child(4) { animation-delay: 0.09s; }
.col_main_posting .ttl_en span:nth-child(5) { animation-delay: 0.12s; }
.col_main_posting .ttl_en span:nth-child(6) { animation-delay: 0.15s; }
.col_main_posting .ttl_en span:nth-child(7) { animation-delay: 0.18s; }
.col_main_posting .ttl_en span:nth-child(8) { animation-delay: 0.21s; }
.col_main_posting .ttl_en span:nth-child(9) { animation-delay: 0.24s; }
.col_main_posting .ttl_en span:nth-child(10) { animation-delay: 0.27s; }
.col_main_posting .ttl_en span:nth-child(11) { animation-delay: 0.30s; }
.col_main_posting .ttl_en span:nth-child(12) { animation-delay: 0.33s; }
.col_main_posting .ttl_en span:nth-child(13) { animation-delay: 0.36s; }
@-webkit-keyframes txtanim1 {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



.col_main_posting .mds {
	margin: 0 0 0.53em;
	padding: 0;
	font-size: min( 4.68vw, 59px );
	font-weight: 700;
	line-height: 1.28;
	transition: all 1s;
	transition-delay: .4s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}


.show .col_main_posting .mds {
	opacity: 1;
	top: 0;
}
.col_main_posting .mds .ls { letter-spacing: -0.04em; }
.col_main_posting dl.lead {
	margin: 0;
	padding: 0;
}
.col_main_posting dl.lead dt {
	margin: 0 0 0.7em;
	padding: 0;
	font-size: min( 2.38vw, 30px );
	font-weight: 500;
	line-height: 1.6;
	transition: all 1s;
	transition-delay: .6s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}
.col_main_posting dl.lead dd {
	margin: 0;
	padding: 0;
	font-size: min( 1.19vw, 15px );
	line-height: 2.2;
	transition: all 1s;
	transition-delay: .8s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}
.show .col_main_posting dl.lead dt,
.show .col_main_posting dl.lead dd {
	opacity: 1;
	top: 0;
}

@media screen and (max-width: 1024px) {
	.col_main_posting .ttl_en { font-size: 22px; }
	.col_main_posting .mds { font-size: 52px; }
	.col_main_posting dl.lead dt { font-size: 26px; }
	.col_main_posting dl.lead dd { font-size: 14px; }
}
@media screen and (max-width: 700px) {
	.col_main_posting {
		width: 88%;
		padding: 7.6% 0 0;
	}
	.col_main_posting .ttl_en { font-size: 4.22vw; }
	.col_main_posting .mds { font-size: 9.88vw; }
	.col_main_posting dl.lead dt { font-size: 5.485vw; }
	.col_main_posting dl.lead dd {
		font-size: 3.5vw;
		line-height: 1.77;
	}
}

.bg_intro_posting {
	margin: 0;
	padding: 0;
	background-color: #BA61CC;
	overflow: hidden;
}
.bg_intro_posting .col_intro {
	width: 94%;
	max-width: 1058px;
	margin: 0 auto;
	padding: 50px 0 40px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 550px) {
	.bg_intro_posting .col_intro{padding: 8.38vw 0 8.7vw;}
}

.bg_intro_posting .col_intro .deco1 {
	width: 906px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -635px;
	left: 75%;
}
.bg_intro_posting .col_intro .deco1 circle {
	opacity: 0.4;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 98.1756;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.bg_intro_posting .col_intro .lead {
	margin: 0 0 40px;
	padding: 0;
	color: #fff;
	font-size: min( 3.29vw, 30px );
	font-weight: 700;
	text-align: center;
	transition: all .6s;
	opacity: 0;
	position: relative;
	top: 15px;
	z-index: 0;
}
.bg_intro_posting .col_intro .lead.active {
	opacity: 1;
	top: 0;
}
.bg_intro_posting .col_intro .lead .sp { display: none; }
.bg_intro_posting .col_intro .lead span {
	margin: 0;
	padding: 0;
	color: #fec4da;
	font-size: 1.333em;
	line-height: 1.55;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.bg_intro_posting .col_intro .lead span:first-of-type {font-feature-settings: "palt"; color: #fff;}
.bg_intro_posting .col_intro .lead span:nth-of-type(2) {font-feature-settings: "palt";}
.bg_intro_posting .col_intro .lead span:last-of-type {font-feature-settings: "palt";}

.bg_intro_posting .col_intro .lead span::before {
	content: "";
	width: 0.18em;
	height: 0.18em;
	margin: 0;
	padding: 0;
	background-color: #fec4da;
	border-radius: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}
.bg_intro_posting .col_intro .lead span:first-of-type::before{display: none;}
.bg_intro_posting .col_intro .lead span:nth-of-type(2)::before{display: none;}
.bg_intro_posting .col_intro .lead span:last-of-type::before{display: none;}

.bg_intro_posting .col_intro .lead span.ls_left { margin-left: -0.2em; }


ul.list_intro_posting {
	width: 100%;
	margin: 0 0 25px;
	padding: 0;
	display: flex;
	justify-content: center;
}
ul.list_intro_posting li {
	width: 48.97%;
	max-width: 518px;
	margin: 0 20px 0 0;
	padding: 17px 0;
	background-color: #fff;
	border-radius: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all .6s;
	opacity: 0;
	position: relative;
	top: 15px;
	z-index: 0;
}

ul.list_intro_posting li:nth-of-type(2),
ul.list_intro_posting li:nth-of-type(5){
	justify-content: flex-start;
}

ul.list_intro_posting li:last-of-type{
	margin: 0;
}

ul.list_intro_posting:nth-of-type(2) li{
	padding: 25px 0;
}

ul.list_intro_posting.active li {
	opacity: 1;
	top: 0;
}
ul.list_intro_posting.active li:nth-child(2) { transition-delay: .15s; }
ul.list_intro_posting.active li:nth-child(3) { transition-delay: .3s; }
ul.list_intro_posting.active li:nth-child(4) { transition-delay: .45s; }
ul.list_intro_posting li::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(255,255,255,0.25);
	border-radius: 34px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
}
ul.list_intro_posting li .txt {
	width: 79.6%;
	margin: 0 0 0.4em;
	padding: 0;
	font-size: min( 1.66vw, 18px );
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
ul.list_intro_posting li .txt .marker {
	margin: 0.2em 0 0.28em;
	padding: 0 0.1em;
	font-size: 1.33em;
	font-weight: 700;
	line-height: 1.4;
	background: linear-gradient(180deg, rgba(255,255,255,0) calc(100% - 9px ), rgba(254,196,218,1) calc( 100% - 8px ) );
	display: inline-block;
}

ul.list_intro_posting li .txt .marker.plr {
	padding: 0;
}

ul.list_intro_posting li .txt .bold{
	font-size: 1.33em;
	font-weight: 700;
	line-height: 1.4;
}

ul.list_intro_posting li:first-child .txt { margin-bottom: 0; }
ul.list_intro_posting li:first-child .txt .marker { margin: 0; }
ul.list_intro_posting li:first-child .txt .marker.mb { margin-bottom: 0.2em; }
ul.list_intro_posting li .img {
	width: 20.4%;
	max-width: 105px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: -13px;
	left: 40px;
}

ul.list_intro_posting li:nth-of-type(2) .img{
	left: auto;
	right: 20px;
}

ul.list_intro_posting:nth-of-type(2) li .img{
	left: 20px;
}

ul.list_intro_posting li .txt .marker.mb{
	margin-bottom: 0;
}
@media screen and (max-width: 850px) {
	ul.list_intro_posting {
		max-width: 640px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	
	
	ul.list_intro_posting li {
		width: 47.48%;
		max-width: 100%;
		padding: 13px 0 10px;
		margin: 0 5% 5% 0;
		border-radius: min( 6.2vw, 34px );
	}
	ul.list_intro_posting.active li:nth-child(2),
	ul.list_intro_posting.active li:nth-child(4) { transition-delay: .2s; }
	ul.list_intro_posting.active li:nth-child(3) { transition-delay: 0s; }
	ul.list_intro_posting li::before { border-radius: min( 6.2vw, 34px ); }
	ul.list_intro_posting li .txt { 
		font-size: min(3.3vw, 18px);
		width: 100%;
	}
	
	ul.list_intro_posting li:first-child .txt{margin: 0 0 0.4em;}
	ul.list_intro_posting li:first-child .txt .marker{margin: 0.2em 0 0.28em;}
	ul.list_intro_posting li{flex-direction: column;}
	ul.list_intro_posting li .txt br.sp-disp{display: inline-block;}
	ul.list_intro_posting li .img{
		width: 17.5vw;
		max-width: 129px;
		position: relative;
	    order: 2;
	    top: auto;
	    left: auto;
	}
	
	ul.list_intro_posting:nth-of-type(3) li:first-of-type .img{
		width: 21vw;
    	max-width: 154px;
	}
	
	ul.list_intro_posting li:nth-of-type(2) .img{right: auto;}
	ul.list_intro_posting:nth-of-type(2) li .img{
		width: 21vw;
		max-width: 132px;
		padding: 0 0 0 10px;
		left: auto;
	}
	ul.list_intro_posting:first-of-type li:nth-of-type(2) .img{max-width: 124px;}
	ul.list_intro_posting:nth-of-type(3) li:nth-of-type(2) .img{
    	max-width: 120px;
	}
	
	ul.list_intro_posting:nth-of-type(2) li{
		width: 80%;
		padding: 17px 0;
		flex-direction: inherit;
	}
	
	ul.list_intro_posting:nth-of-type(2) li .txt{width: 72%;order: 2;}
	ul.list_intro_posting li:last-of-type{margin: 0 0 5% 0;}
	
	.bg_intro_posting .col_intro .lead{font-size: min(5.4vw, 30px);}
	
	
}

@media screen and (max-width: 740px) {
	ul.list_intro_posting:nth-of-type(2) li{width: 84%;}
	ul.list_intro_posting:nth-of-type(2) li .txt{width: 85%;}
}

@media screen and (max-width: 700px) {
	.bg_intro_posting .col_intro .lead{
		margin: 0 0 25px;
	}
}

.bg_feature_posting {
	margin: 0;
	padding: 45px 0 50px;
	background-color: #f2f1ee;
}
.bg_feature_posting .mds {
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 0 5px;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	align-items: baseline;
	justify-content: center;
	transition: all .6s;
	opacity: 0;
	position: relative;
	top: 15px;
	z-index: 1;
}
.bg_feature_posting .mds.active {
	opacity: 1;
	top: 0;
}
.bg_feature_posting .mds::before,
.bg_feature_posting .mds::after {
	content: "";
	width: 2px;
	height: 55px;
	margin: 0;
	padding: 0;
	background-color: #9000AD;
	transform-origin: center center;
	transition: all .3s;
	transition-delay: .8s;
	opacity: 0;
	position: absolute;
	bottom: 10px;
}
.bg_feature_posting .mds::before {
	transform: rotate(-25deg);
	left: -25px;
}
.bg_feature_posting .mds::after {
	transform: rotate(25deg);
	right: -37px;
}
.bg_feature_posting .mds.active::before,
.bg_feature_posting .mds.active::after {
	opacity: 1;
	bottom: 0;
}
.bg_feature_posting .mds .small {
	font-size: 25px;
	letter-spacing: -0.02em;
	margin: 0 0.5em 0 0;
}
.bg_feature_posting .mds .marker {
	margin: 0 0 0 0.2em;
	font-size: 44px;
	background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.37em ), rgba(254,196,218,1) calc( 100% - 0.37em ), rgba(254,196,218,1) calc( 100% - 0.07em ), rgba(255,255,255,0) calc( 100% - 0.07em ));
}
.bg_feature_posting .mds .num {
	color: #9000AD;
	font-size: 2.43em;
	line-height: 0.8;
}
.col_feature_posting {
	width: 92.6%;
	max-width: 1072px;
	margin: 0 auto 63px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}
.col_feature_posting  .deco1 {
	width: 606px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -300px;
	right: 87.8%;
	z-index: -1;
}
.col_feature_posting  .deco1 circle {
	opacity: 0.4;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 160;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}
.col_feature_posting dl {
	width: 31.78%;
	margin: 0 2.33% 37px 0;
	padding: 0 2.6% 40px;
	transition: all .6s;
	opacity: 0;
	position: relative;
	z-index: 0;
	top: 15px;
}
.col_feature_posting dl.ygreen {
	margin-right: 0;
	transition-delay: .2s;
}


.col_feature_posting dl.green,
.col_feature_posting dl.red { transition-delay: .1s; }
.col_feature_posting dl.active {
	opacity: 1;
	top: 0;
}

.col_feature_posting dl.purple {
	margin-right: 0;
	transition-delay: .2s;
}
.col_feature_posting dl::before {
	content: "";
	width: 100%;
	height: calc( 100% - 42px );
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 40px;
	filter: drop-shadow( 1px 1px 6px rgba(0,0,0,0.1) );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.col_feature_posting dl dt {
	margin: 0;
	padding: 0;
}
.col_feature_posting dl dt .submds {
	margin: 0 0 30px;
	padding: 0;
	font-weight: 600;
}
.col_feature_posting dl dt .submds .txt_submds {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1;
}
.col_feature_posting dl.blue dt .submds { color: #7389d6; }
.col_feature_posting dl.green dt .submds { color: #00d6be; }
.col_feature_posting dl.ygreen dt .submds { color: #4bcc23; }
.col_feature_posting dl.yellow dt .submds { color: #e8b103; }
.col_feature_posting dl.red dt .submds { color: #e81514; }
.col_feature_posting dl.purple dt .submds { color: #CE0BE8; }

.col_feature_posting dl.purple .txt{
	letter-spacing: -0.05em;
}

.col_feature_posting dl dt .submds .num {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0);
	font-size: min( 9.9vw, 101px );
	line-height: 0.72;
}
.col_feature_posting dl.blue dt .submds .num {
	text-stroke: 1px #7389d6;
	-webkit-text-stroke: 1px #7389d6;
}
.col_feature_posting dl.green dt .submds .num {
	text-stroke: 1px #00d6be;
	-webkit-text-stroke: 1px #00d6be;
}
.col_feature_posting dl.ygreen dt .submds .num {
	text-stroke: 1px #4bcc23;
	-webkit-text-stroke: 1px #4bcc23;
}
.col_feature_posting dl.yellow dt .submds .num {
	text-stroke: 1px #e8b103;
	-webkit-text-stroke: 1px #e8b103;
}
.col_feature_posting dl.red dt .submds .num {
	text-stroke: 1px #e81514;
	-webkit-text-stroke: 1px #e81514;
}

.col_feature_posting dl.purple dt .submds .num {
	text-stroke: 1px #CE0BE8;
	-webkit-text-stroke: 1px #CE0BE8;
}
.col_feature_posting dl dt .txt {
	height: 3em;
	margin: 0 0 0.6em;
	padding: 0;
	font-size: min( 2.84vw, 30px );
	font-weight: 700;
	line-height: 1.55;
}
.col_feature_posting dl.blue dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgba(157,195,239,1) calc( 100% - 0.28em) ); }
.col_feature_posting dl.green dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgba(0,214,190,1) calc( 100% - 0.28em) ); }
.col_feature_posting dl.ygreen dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgba(171,218,144,1) calc( 100% - 0.28em) ); }
.col_feature_posting dl.yellow dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgba(247,229,170,1) calc( 100% - 0.28em) ); }
.col_feature_posting dl.red dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgba(254,196,218,1) calc( 100% - 0.28em) ); }
.col_feature_posting dl.purple dt .txt .marker { background: linear-gradient(180deg, rgba(255,255,255,0) calc( 100% - 0.28em), rgb(222 186 254) calc( 100% - 0.28em) ); }
.col_feature_posting dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.63;
}
.col_feature_posting .img_feature {
	width: 31.78%;
	margin: 0;
	padding: 42px 0 0;
	transition: all .6s;
	transition-delay: .2s;
	opacity: 0;
	position: relative;
	top: 15px;
}
.col_feature_posting .img_feature.active {
	opacity: 1;
	top: 0;
}
.col_feature_posting .img_feature .crop {
	height: calc( 100% - 42px );
	margin: 0;
	padding: 0;
	border-radius: 40px;
	overflow: hidden;
	filter: drop-shadow( 1px 1px 6px rgba(0,0,0,0.1) );
	position: relative;
	z-index: 0;
}
.col_feature_posting .img_feature .crop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 850px) {
	.col_feature_posting  .deco1 {
		top: -400px;
		right: 78%;
	}
	.col_feature_posting dl {
		width: 47.8%;
		margin: 0 4.4% 40px 0;
	}
	.col_feature_posting dl.green,
	.col_feature_posting dl.yellow {
		margin-right: 0;
		transition-delay: .1s;
	}
	.col_feature_posting dl.ygreen {
		margin-right: 4.4%;
		transition-delay: 0s;
	}
	.col_feature_posting dl.red { transition-delay: 0s; }
	.col_feature_posting dl dt .submds .num { font-size: 101px; }
	.col_feature_posting dl dt .txt { font-size: 30px; }
	.col_feature_posting .img_feature {
		width: 47.8%;
		transition-delay: .1s;
	}
}
@media screen and (max-width: 700px) {
	.bg_feature_posting{padding: 9.79vw 0 11vw;}
	.bg_feature_posting .mds { 
		display: block;
		text-align: center; 
	}
	.bg_feature_posting .mds::before { left: -20px; }
	.bg_feature_posting .mds::after { right: -20px; }
	.bg_feature_posting .mds .small {
		font-size: min(3.41vw, 19px );
		display: block;
	}
	.bg_feature_posting .mds .marker {
		margin: 0;
		font-size: min(7.75vw, 44px );
	}
	
	.col_feature_posting{margin: 0 auto 40px;}
	.col_feature_posting dl dt .txt { 
		height: auto;
		font-size: min(4.68vw, 30px); 
	}
}
@media screen and (max-width: 600px) {
	.bg_feature_posting { padding: 9.79vw 0 15.6vw; }
	.bg_feature_posting .mds { margin: 0 auto 6vw; }
	.col_feature_posting  .deco1 {
		width: 82vw;
		top: -56.75vw;
		right: 76%;
	}
	.col_feature_posting dl {
		width: 100%;
		margin: 0 0 4vw;
		padding: 0 4% 4%;
	}
	.col_feature_posting dl.ygreen{ margin-right: 0; }
	.col_feature_posting dl:nth-child(3n) { margin-right: 0; }
	.col_feature_posting dl.green,
	.col_feature_posting dl.yellow { transition-delay: 0s; }
	.col_feature_posting dl.red { margin-bottom: 7.5vw; }
	.col_feature_posting dl::before {
		height: calc( 100% - 3.7vw );
		border-radius: 5.4vw;
	}
	.col_feature_posting dl dt {
		width: 100%;
		margin: 0 0 15px;
		display: flex;
		align-items: flex-end;;
	}
	
	.col_feature_posting dl.yellow dt{margin: 0 0 5.8vw;}
	.col_feature_posting dl.purple dt{margin: 0 0 5.8vw;}
	.col_feature_posting dl dt .submds {
		width: 16.7vw;
		margin: 0;
	}
	.col_feature_posting dl dt .submds .txt_submds {
		padding: 0 0 0 0.8em;
		font-size: 2.3vw;
	}
	.col_feature_posting dl dt .submds .num {
		padding: 0 0 0.05em;
		font-size: 13.65vw;
	}
	.col_feature_posting dl dt .txt {
		width: calc( 100% - 16.7vw );
		height: 1.8em;
		margin: 0;
		font-size: 4.5vw;
	}
	.col_feature_posting dl.yellow dt .txt{height: 1.8em;}
	.col_feature_posting dl dt .txt .pc { display: none; }
	.col_feature_posting .img_feature {
		width: 49.63%;
		margin: 0 4.5% 0 0;
		padding: 0;
		transition-delay: 0s;
	}
	.col_feature_posting .img_feature .crop {
		height: 100%;
		border-radius: 5.4vw;
	}
}


.cont_note_posting {
	width: 100%;
	margin: 22px 0 0;
	padding: 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	transition: all .6s;
	opacity: 0;
	position: relative;
	top: 15px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.cont_note_posting span.blue {color: #7389D6;}
.cont_note_posting span.green {color: #00D6BE;}
.cont_note_posting span.ygreen {color: #4BCC23;}
.cont_note_posting span.yellow {color: #E8B103;}
.cont_note_posting span.red {color: #E81514;}


.cont_note_posting.active {
	opacity: 1;
	top: 0;
}
.cont_note_posting .sp { display: none; }
.cont_note_posting .txt_response {
	max-width: 946px;
	margin: 0.25em auto 0;
	font-size: 32px;
	line-height: 1.4;
}

.col_comparison_posting{
	width: 92.6%;
    max-width: 1100px;
    margin: 0 auto 74px;
    padding: 50px 40px;
    background: rgb(237 213 242 / 48%);
    border-radius: 40px;
    position: relative;
    z-index: 0;
}

.col_comparison_posting .deco1{
	width: 710px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -241px;
    left: 73.8%;
    z-index: -1;
}

.col_comparison_posting .deco1 path{
	opacity: 0.5;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 98.1756;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.col_comparison_posting .lead_comparison {
	margin: 0 0 35px;
	padding: 0;
	color: #9000AD;
	font-size: min( 3.29vw, 30px );
	font-weight: 700;
	text-align: center;
	transition: all .6s;
	opacity: 0;
	position: relative;
	top: 15px;
	z-index: 0;
}
.col_comparison_posting .lead_comparison.active {
	opacity: 1;
	top: 0;
}

.btn-wrap_posting {display: none;}

.img_comparison{display: none;}

.col_comparison_posting .img{
	max-width: 991px;
	margin: 0 auto 35px;
	opacity: 0;
	transition: all .6s;
	position: relative;
	top: 15px;
	z-index: 0;
}

.col_comparison_posting .img.active {
	opacity: 1;
	top: 0;
}

.col_comparison_posting .txt_comparison{
	font-size: 15px;
	text-align: center;
}

.col_topcontact {
	margin: 0;
	padding: 70px 0 45px;
	border-top: solid 1px #b1b3b6;
	border-bottom: solid 1px #b1b3b6;
}
.col_topcontact .mds {
	height: 1.2em;
	margin: 0 0 1em;
	padding: 0;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	overflow: hidden;
}
.col_topcontact .mds span {
	margin: 0;
	padding: 0;
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}
.col_topcontact .mds span.pink { color: #fb005d; }
.col_topcontact .mds.active span { animation: txtanim1 0.4s forwards linear; }
.col_topcontact .mds.active span:nth-child(2) { animation-delay: 0.03s; }
.col_topcontact .mds.active span:nth-child(3) { animation-delay: 0.06s; }
.col_topcontact .mds.active span:nth-child(4) { animation-delay: 0.09s; }
.col_topcontact .mds.active span:nth-child(5) { animation-delay: 0.12s; }
.col_topcontact .mds.active span:nth-child(6) { animation-delay: 0.15s; }
.col_topcontact .mds.active span:nth-child(7) { animation-delay: 0.18s; }

.cont_topcontact {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
.cont_topcontact .cont {
	width: 50%;
	margin: 0;
	padding: 20px 3% 20px;
	text-align: center;
	opacity: 0;
	transition: all .4s;
	position: relative;
	top: 15px;
}
.cont_topcontact .cont.active {
	opacity: 1;
	top: 0;
}
.cont_topcontact .cont + .cont { border-left: solid 1px #b1b3b6; }
.cont_topcontact .cont .name {
	margin: 0 0 0.1em;
	padding: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}
.cont_topcontact .cont .tel {
	margin: 0 0 3px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont_topcontact .cont .tel .icon {
	width: 22px;
	margin: 0 3px 0 0;
	padding: 0;
}
.cont_topcontact .cont .tel .num {
	margin: 0;
	padding: 0;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
}
.cont_topcontact .cont .tel .num a { color: #000; }
.cont_topcontact .cont .info_topcontact {
	margin: 0 0 2em;
	padding: 0;
	font-size: 12px;
}
.cont_topcontact .cont .address {
	margin: 0 0 1.8em;
	padding: 0;
	line-height: 1.3;
}
.cont_topcontact .cont .address .iblock { margin: 0 0.4em; }

.btnarea_topcontact {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnarea_topcontact a {
	width: calc( ( 100% - 10px )/2 );
	max-width: 210px;
	height: 3.2em;
	margin: 0;
	padding: 0 13px 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	background-color: #ff7b00;
	border: solid 2px rgba(255,255,255,0.5);
	border-radius: 1.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.btnarea_topcontact a + a { margin-left: 10px; }
.btnarea_topcontact a .icon {
	width: 21px;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
}
.btnarea_topcontact a::before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 4px );
	right: 14px;
}
.btnarea_topcontact a .icon img {
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.btnarea_topcontact a.btn_map .icon img {
	width: 13px;
	left: 4px;
}
@media screen and (max-width: 950px) {
	.btnarea_topcontact { flex-wrap: wrap; }
	.btnarea_topcontact a {
		width: 80%;
		margin: 0 auto;
	}
	.btnarea_topcontact a + a { margin: 10px auto 0; }
}
@media screen and (min-width: 701px) {
	.cont_topcontact .cont + .cont { transition-delay: .1s; }
	.btnarea_topcontact a { transition: all .4s; }
	.btnarea_topcontact a:hover {
		color: #ff7b00;
		background-color: #fff;
		border-color: #ff7b00;
	}
	.btnarea_topcontact a::before { all: right .4s; }
	.btnarea_topcontact a:hover::before {
		border-top-color: #ff7b00;
		border-right-color: #ff7b00;
		right: 11px;
	}
	.btnarea_topcontact a .icon img { transition: opacity .4s; }
	.btnarea_topcontact a .icon img.orange { opacity: 0; }
	.btnarea_topcontact a:hover .icon img.white { opacity: 0; }
	.btnarea_topcontact a:hover .icon img.orange { opacity: 1; }
	
}
@media screen and (max-width: 700px) {
	.col_topcontact { padding: 8vw 0 40px; }
	.col_topcontact .mds {
		margin: 0 0 0.5em;
		font-size: min(44px, 11.8vw)
	}
	.cont_topcontact { display: block; }
	.cont_topcontact .cont {
		width: 100%;
		margin: 0 auto;
		padding: 0 2% 40px;
	}
	.cont_topcontact .cont + .cont {
		padding: 30px 2% 0;
		border-left: none;
		position: relative;
		z-index: 0;
	}
	.cont_topcontact .cont + .cont::before {
		content: "";
		width: 74%;
		height: 1px;
		margin: 0;
		padding: 0;
		background-color: #b1b3b6;
		transform: translateX(-50%);
		position: absolute;
		top: 0;
		left: 50%;
	}
	.cont_topcontact .cont .name { font-size: min(19px, 4.2vw); }
	.cont_topcontact .cont .tel .icon {
		width: min( 22px, 6vw );
		padding: 1% 0 0;
	}
	.cont_topcontact .cont .tel .num { font-size: min(44px, 11vw); }
	.btnarea_topcontact a {
		margin: 0 0 10px;
		color: #ff7b00;
		background-color: #fff;
		border-color: rgba(255,123,0,0.5);
	}
	
	.cont_topcontact .cont .info_topcontact{margin: 0 0 1.4em;}
	.btnarea_topcontact a + a { margin: 0 0 10px 10px; }
	.btnarea_topcontact a::before {
		border-top-color: #ff7b00;
		border-right-color: #ff7b00;
	}
	.btnarea_topcontact a .icon img.white { display: none; }
	
	.col_comparison_posting{
		width: 100%;
		margin: 0 0 0;
		padding: 50px 20px;
		border-radius: 0;
	}
	
	.col_comparison_posting .img{
		display: none;
	}
	
	
	.btn-wrap_posting {
		width: 100%;
		max-width: 610px;
		margin: 0 auto;
	  display: flex;
	  justify-content: center;
	  margin-bottom: 30px;
	  
	}
	
	.btn-wrap_posting button{
		width: 20%;
		max-width: 127px;
		margin: 0 10px 0 0;
		background-color: #ddd;
		border: none;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		font-size: 3.2vw;
		transform: scale(1);
		transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
	}
	
	.btn-wrap_posting button:last-of-type{margin: 0;}
	
	.btn-wrap_posting button.is-active {
	    background-color: #8675FF;     /* 今の色 */
	    border-color: #8675FF;
	    color: #fff;
	    transform: scale(1.12);
	    z-index: 1;
	    position: relative;
	}
	
	.btn-wrap_posting button.is-active::before {
		content: "";
		width: 0;
	    height: 0;
	    border-left: 6px solid transparent;
	    border-right: 6px solid transparent;
	    border-top: 8px solid #8675FF;
	    position: absolute;
	    top: 99%;
	    transform: translateX(-50%);
	    left: 50%;
	}
	
	.btn-wrap_posting button:not(.is-active):hover {
	    background-color: #ccc;
	    border-color: #ccc;
	}
	
	.img_comparison {
	  width: 100%;
	  max-width: 420px;   /* デザイン幅に合わせる */
	  height: 50vh;
	  margin: 0 auto 20px;
	  overflow: hidden;
	  display: block;
	  position: relative;
	}
	
	
	/*.img_comparison img {
	  width: 100%;
	  height: auto;
	  display: block;
	  opacity: 1;
	  transform: translateX(0);
	  transition:
		opacity 0.4s ease,
	    transform 0.4s ease;
	}
	
	.img_comparison img.is-exit {
	  opacity: 0;
	  transform: translateX(-40px);
	}

	/* 右待機（フェードイン前） */
	.img_comparison img.is-enter {
	  opacity: 0;
	  transform: translateX(40px);
	}*/
	
.img_comparison {
  position: relative;
  overflow: hidden;
}

.comparison-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.comparison-img.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.comparison-img.is-exit {
  opacity: 0;
  transform: translateX(-30px);
  z-index: 1;
}



	
	.cont_note_posting{font-size: 4.59vw; line-height: 1.4;}
	
	.cont_note_posting .txt_response{
		font-size: 6.2vw;
		margin: 0.14em auto 0;
	}
	
	.col_comparison_posting .lead_comparison{font-size: 5.4vw;}
	
	.col_comparison_posting .txt_comparison{line-height: 1.3;}

}
@media screen and (max-width: 500px) {
	.btnarea_topcontact { display: block; }
	.btnarea_topcontact a {
		width: 66%;
		margin: 0 auto;
	}
	.btnarea_topcontact a + a { margin: 10px auto 0; }
}
@media screen and (max-width: 450px) {
	.btnarea_topcontact a {
		max-width: 266px;
		height: 2.8em;
		padding: 0 1em 0 0;
		font-size: 3.78vw;
	}
	.btnarea_topcontact a::before {
		width: 1.6vw;
		height: 1.6vw;
		top: calc( 50% - 0.8vw );
		right: 4vw;
	}
	
	.btnarea_topcontact a.btn_mail .icon { margin-right: 0.5em; }
	.btnarea_topcontact a.btn_map .icon { margin-right: 0.3em; }
	.btnarea_topcontact a .txt { width: 11em; }
	.btn-wrap_posting button{padding: 0;}
}


.col_various{
	width: 92.6%;
    max-width: 1100px;
    margin: 0 auto 117px;
    padding: 55px 40px 85px;
    background: #FFFFFF;
    border: solid 1px #CECECE;
    border-radius: 40px;
    position: relative;
    z-index: 0;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

.col_various .deco1{
	width: 710px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -50px;
    right: 73.8%;
    z-index: -1;
    transform: scaleX(-1);
}

.col_various .deco1 path{
	opacity: 0.5;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 98.1756;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
ul.link_various{
	margin: 0 0 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.link_various li{
	margin: 0 30px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}

ul.link_various li:last-of-type{margin: 0;}

ul.link_various li:before{
	content: "";
	display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #BA61CC;
    border-bottom: 1px solid #BA61CC;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 2px;
}

ul.link_various li a{
	color: #BA61CC;
	font-weight: 700;
	text-decoration: underline;
}


.bg_postnews {
	width: 95%;
	max-width: 953px;
	margin: 0 auto 50px;
	padding: 34px 0;
	background-color: #F9F9F7;
	border: solid 1px #CECECE;
	border-radius: 20px;
}
.col_postnews {
	width: 93%;
	max-width: 902px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
}
.col_postnews .mds{
	height: 1.1em;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	overflow: hidden;
}

.ttl_postnews{width: 16%;}


.col_postnews .mds::before,
.col_postnews .mds::after{display: none;}
.col_postnews .mds.en {
	height: 1.1em;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	overflow: hidden;
}

.col_postnews .mds.en::before,
.col_postnews .mds.en::after{display: none;}
.col_postnews .mds.en span {
	margin: 0;
	padding: 0;
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}
.col_postnews .mds.en span.purple { color: #9000AD; }
.col_postnews .mds.en.active span { animation: txtanim1 0.4s forwards linear; }
.col_postnews .mds.en.active span:nth-child(2) { animation-delay: 0.03s; }
.col_postnews .mds.en.active span:nth-child(3) { animation-delay: 0.06s; }
.col_postnews .mds.en.active span:nth-child(4) { animation-delay: 0.09s; }

.list_postnews {
	width: 83.7%;
	margin: 0;
	padding: 3px 0;
	border-left: solid 1px #d1d3d4;
	max-height: 150px;
    overflow-y: scroll;
}
.list_postnews dl {
	width: 100%;
	margin: 0;
	padding: 0 0 23px;
	display: flex;
	align-items: flex-start;
	opacity: 0;
	transition: all .4s;
	position: relative;
	top: 15px;
}
.list_postnews.active dl {
	opacity: 1;
	top: 0;
}
.list_postnews dl:nth-child(2) { transition-delay: .1s; }
.list_postnews dl:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	transition-delay: .2s;
}
.list_postnews dl dt {
	width: 41%;
	margin: 0;
	padding: 0 5% 0 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_postnews dl dt .label {
	width: 6em;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background-color: #f49abd;
	border-radius: 4px;
}
.list_postnews dl dd {
	width: 73%;
	margin: 0;
	padding: 0.1em 0 0;
	line-height: 1.4;
}

.list_postnews dl dd .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}


@media screen and (max-width: 950px) {
	.col_postnews{display: block;}
	.ttl_postnews{
		width: 100%;
		text-align: center;
	}
	
	.col_postnews .mds.en{width: auto;}
	
	.list_postnews{
		width: 100%;
		border-left: none;
	}
	
	.list_postnews dl{
		padding: 15px 5px;
        border-bottom: solid 1px #d1d3d4;
	}
	
	.list_postnews dl:last-child{
		padding: 15px 5px;
	}
	
	.list_postnews dl dt{
		width: 170px;
        margin: 0 30px 0 0;
        padding: 0;
	}
	
	.list_postnews dl dd{
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 700px) {
	.col_various{
		width: 100%;
		margin: 0 0 16.5vw;
		padding: 20px 2.5vw 27px;
		border: none;
		border-radius: 0;
	}
	
	.various_apply{width: 100%;}
	.list_postnews dl{
		padding: 18px 5px;
        display: block;
	}
	
	
	.list_postnews dl:last-child{
		padding: 18px 5px 0;
		border-bottom: none;
	}
	
	.list_postnews dl dt{
		margin: 0 0 10px;
	}
	
	.list_postnews dl dd{
		width: 100%;
	}
	
	.bg_postnews{margin: 0 auto 35px; padding: 25px 0;}
}

.wrap_postflow{
	width: 95%;
	max-width: 938px;
	margin: 0 auto 47px;
	padding: 0;
	display: flex;
}

.wrap_postflow .mds{
	height: 1.1em;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
}

.bg_feature_posting .mds.jp{
	height: auto;
	margin: 0 0 0;
    padding: 0 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.75;
    transition: all .4s;
    opacity: 0;
    position: relative;
    top: 15px;
    z-index: 1;
    float: left;
    justify-content: left;
}

.bg_feature_posting .mds.jp.active{
	opacity: 1;
    top: 0;
}

.bg_feature_posting .mds.jp2{
	height: auto;
	margin: 0 0 0;
    padding: 0 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    transition: all .4s;
    opacity: 0;
    position: relative;
    top: 15px;
    z-index: 1;
    float: left;
    justify-content: left;
    letter-spacing: -0.1em;
}

.bg_feature_posting .mds.jp2.active{
	opacity: 1;
    top: 0;
}


@media screen and (max-width: 950px) {
	.bg_feature_posting .mds.jp{
		width: auto;
		float: none;
    	justify-content: center;
	}
}

@media screen and (max-width: 850px) {
	.bg_feature_posting .mds.jp{
		margin: 0 0 0.1em;
		font-size: min(6.48vw, 32px );
	}
}


.wrap_postflow .mds::before,
.wrap_postflow .mds::after{display: none;}


.wrap_postflow .mds.en {
	height: 1.6em;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	overflow: hidden;
}
.wrap_postflow .mds.en span {
	margin: 0;
	padding: 0;
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
}
.wrap_postflow .mds.en span.purple { color: #9000AD; }
.wrap_postflow .mds.en.active span { animation: txtanim1 0.4s forwards linear; }
.wrap_postflow .mds.en.active span:nth-child(2) { animation-delay: 0.03s; }
.wrap_postflow .mds.en.active span:nth-child(3) { animation-delay: 0.06s; }
.wrap_postflow .mds.en.active span:nth-child(4) { animation-delay: 0.09s; }

.left_postflow{
	width: 48.5%;
}

.right_postflow{
	width: 62%;
	position: relative;
	z-index: 0;

}

.right_postflow::before{
	content: "";
    width: 3px;
    height: 0;
    margin: 0;
    padding: 0;
    background-color: #D0D0D0;
    transition: all 1.5s;
    position: absolute;
    top: 3px;
    right: min(calc(93% - 20px), 530px);
    z-index: -1;
}

.right_postflow.active::before{
	height: calc(100% - 6px);
}

.wrap_box_postflow{
	max-width: 520px;
	margin: 0 0 32px;
	padding: 17px 10px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0.3px 0.3px 3px rgba(35, 24, 21, 0.2);
	border-radius: 20px;
	opacity: 0;
	transition: all .6s;
	position: relative;
	top: 15px;
	z-index: 0;
}

.wrap_box_postflow.active{
	opacity: 1;
	top: 0;
}

.wrap_box_postflow.active:nth-child(2){transition-delay: .15s;}
.wrap_box_postflow.active:nth-child(3){transition-delay: .15s;}
.wrap_box_postflow.active:nth-child(4){transition-delay: .15s;}

.wrap_box_postflow:nth-of-type(2){padding: 20px 10px;}

.wrap_box_postflow:last-of-type{
	margin: 0;
	padding: 17px 10px 30px;
}

.wrap_box_postflow .num{
	width: 17.5%;
	text-align: center;
}

.wrap_box_postflow .num img{
	width: 41px;
}

.cont_postflow{
	width: 80%;
	max-width: 401px;
	margin: 0;
	line-height: 1.4;
}


.cont_postflow .ttl{
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: 700;
	color: #BA61CC;
}

.cont_postflow a.btn_topflow{
	width: 52vw;
    max-width: 328px;
    height: 3.2em;
    margin: 10px auto 0;
    padding: 0.65em 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #fb005d;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 1.6em;
    display: block;
    position: relative;
    z-index: 0;
    transition: all .4s;
}

.cont_postflow a.btn_topflow::before{
	content: "";
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 19px;
    transition: all .4s;
}

@media screen and (max-width: 740px) {
	.cont_postflow a.btn_topflow{
		width: 70vw;
		font-size: min(16px, 3.5vw);
	}
}


.inner_wrap_postflow{
	display: flex;
    align-items: flex-start;
}

.inner_wrap_postflow .tab{
	width: 91px;
	text-align: center;
	padding: 2px 4px;
	border: solid 1px #BA61CC;
	color: #BA61CC;
	border-radius: 5px;
	font-size: 13px; 
}

.img_postflow{
	width: 100%;
	max-width: 375px;
	margin: 0 0 50px;
	opacity: 0;
	transition: all .6s;
	position: relative;
	top: 15px;
	z-index: 0;
}

.img_postflow.active{
	opacity: 1;
	top: 0;
}

ul.list_flow{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
}

ul.list_flow li{
	opacity: 0;
	transition: all .6s;
	position: relative;
	top: 15px;
	z-index: 0;
}

ul.list_flow.active li{
	opacity: 1;
    top: 0;
}

ul.list_flow.active li:nth-child(2){transition-delay: .15s;}
ul.list_flow.active li:nth-child(3){transition-delay: .3;}

ul.list_flow li{
	margin: 0 0 20px;
	padding-left: 20px;
	position: relative;
	text-decoration: underline;
}

ul.list_flow li a{
	padding: 0 18px 0 0;
	position: relative;
	color: #000;
	display: inline-block;
    text-decoration: underline;
}


ul.list_flow li a::after{
	content: "";
	width: 16px;
	height: 18px;
	background-image: url(../img/posting/icon_pdf.svg);
	background-size: 100%;
	position: absolute;
	top: 5px;
	right: 0;
}

ul.list_flow li a:hover{text-decoration: none;}

ul.list_flow li::before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #BA61CC;
	position: absolute;
	top: 5px;
	left: 0;
}



@media screen and (max-width: 850px) {
	.wrap_postflow{
		display: block;
		margin: 0 auto 32px;
	}
	
	.left_postflow{width: 100%;}
	
	.wrap_postflow .mds.en{width: auto;}
	
	.bg_feature_posting .mds.jp2{
		width: auto;
		float: none;
		font-size: min(6.48vw, 32px );
		display: block;
		text-align: center;
	}
	
	.img_postflow{margin: 0 auto;}
	
	.right_postflow{
		width: 100%;
	}
	
	.wrap_box_postflow{
		width: 100%;
		max-width: 100%;
		align-items: flex-start;
	}
	
	.right_postflow::before{
		right: min(calc(93% - 20px), 600px);
	}
	
	ul.list_flow li{margin: 0 0 12px;}
	
	.wrap_box_postflow:last-of-type{padding: 17px 10px 17px;}
}

@media screen and (max-width: 450px) {
	.cont_postflow{font-size: 3.3vw;}
	.inner_wrap_postflow{
		display: block;
		margin: 0 0 15px;
		font-size: 3.3vw;
	}
	
	ul.list_flow{font-size: 3.74vw;}
	
	.cont_postflow .ttl{font-size: 4.5vw;}
	
	.wrap_box_postflow .num img{width: 52%;}
}


.various_price{
	width: 100%;
	max-width: 953px;
	margin: 0 auto 53px;
	padding: 50px 20px 43px;
	background: #F7EDF9;
	border-radius: 20px;
	opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.various_price.active{
	opacity: 1;
    top: 0;
}

.various_price .mds_price{
	margin: 0 0 35px;
    padding: 0;
    text-align: center;
}

.various_price .mds_price .en{
	height: 1em;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

.various_price .mds_price .en span{
	margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.05em;
    transform: translateY(100%);
}

.various_price .mds_price .en span.purple{
	color: #9000AD;
}
.various_price.active .mds_price .en span { animation: txtanim1 0.4s forwards linear; }
.various_price.active .mds_price .en span:nth-child(1) { animation-delay: 0.1s; }
.various_price.active .mds_price .en span:nth-child(2) { animation-delay: 0.13s; }
.various_price.active .mds_price .en span:nth-child(3) { animation-delay: 0.16s; }
.various_price.active .mds_price .en span:nth-child(4) { animation-delay: 0.19s; }
.various_price.active .mds_price .en span:nth-child(5) { animation-delay: 0.22s; }


.various_price .mds_price .mds2{
	margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    opacity: 0;
    transition: all .6s;
    transition-delay: .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.various_price.active .mds_price .mds2{
	opacity: 1;
	top: 0;
}

.various_price .mds_price .mds2 span.big{
	font-size: 32px;
}

.box_various_price{
	width: 82%;
	max-width: 741px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}



table.tbl_join1{
	width: 100%;
	margin: 0 0 10px;
	opacity: 0;
    transition: all .6s;
    transition-delay: .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.box_various_price.active table.tbl_join1{
	opacity: 1;
	top: 0;
}

table.tbl_join1 th{
	margin: 0;
    padding: 4px 12px;
    background: rgb(186 97 204 / 50%);
    border-top: solid 2px #808080;
    border-right: solid 1px #808080;
    color: #fff;
}

table.tbl_join1 th:last-of-type{border-right: none;}
table.tbl_join1 tr:nth-of-type(3) th{
	border-top: none;
}


table.tbl_join1 td{
    margin: 0;
    padding: 14px 12px;
    text-align: center;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-right: solid 1px #808080;
    border-bottom: dotted 1px #808080;
}

table.tbl_join1 td:last-of-type{
	border-right: none;
}

table.tbl_join1 tr:nth-of-type(4) td{
	border-bottom: solid 2px #808080;
}

.txt_price{
	font-size: 13px;
	margin: 0 0 33px;
}

ul.list_price{
	width: 82%;
	max-width: 741px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
}

ul.list_price li{
	margin: 0 0 10px;
	padding-left: 20px;
	position: relative;
	text-decoration: underline;
}

ul.list_price li:last-of-type{margin: 0;}

ul.list_price li a{
	padding: 0 18px 0 0;
	position: relative;
	color: #000;
	display: inline-block;
    text-decoration: underline;
}

ul.list_price li a:hover{text-decoration: none;}

ul.list_price li a::after{
	content: "";
	width: 16px;
	height: 18px;
	background-image: url(../img/posting/icon_pdf.svg);
	background-size: 100%;
	position: absolute;
	top: 5px;
	right: 0;
}



ul.list_price li::before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #BA61CC;
	position: absolute;
	top: 5px;
	left: 0;
}

@media screen and (max-width: 700px) {
	.various_price{
		width: 95%;
		background: #fff7fa00;
    	border-radius: 0;
		padding: 0;
	}
	
	.sp_bg{
		background: #F7EDF9;
    	border-radius: 50px;
    	padding: 30px 20px 24px;
	}
	.various_price .mds_price {margin: 0 0 25px;}
	.various_price .mds_price .mds2{font-size: 4vw;}
	
	.various_price .mds_price .mds2 span.big{font-size: 5.8vw;}
	
	.txt_price{margin: 0;}
	
	ul.list_price{width: 100%; padding: 10px 20px;}
}

@media screen and (max-width: 450px) {
	table.tbl_join1 th{font-size: 3.44vw; padding: 4px;}
	table.tbl_join1 td{font-size: 3.74vw;}
	ul.list_price{font-size: 3.74vw;}
}

.various_schedule{
	width: 100%;
	max-width: 953px;
	margin: 0 auto 75px;
	padding: 63px 20px;
	background: #F9F9F7;
	border: solid 1px #CECECE;
	border-radius: 20px;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
	overflow: hidden;
}

.various_schedule.active{
	opacity: 1;
    top: 0;
}

.col_various .various_schedule .deco1{
	width: 710px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 80.8%;
    z-index: -1;
    transform: scaleX(-1);
}

.col_various .various_schedule .deco1 path{
	opacity: 0.9;
}

.col_various .various_schedule .deco2{
	width: 710px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -398px;
    left: 77.8%;
    z-index: -1;
}

.col_various .various_schedule .deco2 path{
	opacity: 0.9;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 98.1756;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.various_schedule .mds_schedule{
	margin: 0 0 70px;
    padding: 0;
    text-align: center;
}

.various_schedule .mds_schedule .en{
	height: 1em;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

.various_schedule .mds_schedule .en span{
	margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.05em;
    transform: translateY(100%);
}

.various_schedule .mds_schedule .en span.purple{
	color: #9000AD;
}

.various_schedule.active .mds_schedule .en span { animation: txtanim1 0.4s forwards linear; }
.various_schedule.active .mds_schedule .en span:nth-child(1) { animation-delay: 0.1s; }
.various_schedule.active .mds_schedule .en span:nth-child(2) { animation-delay: 0.13s; }
.various_schedule.active .mds_schedule .en span:nth-child(3) { animation-delay: 0.16s; }
.various_schedule.active .mds_schedule .en span:nth-child(4) { animation-delay: 0.19s; }
.various_schedule.active .mds_schedule .en span:nth-child(5) { animation-delay: 0.22s; }
.various_schedule.active .mds_schedule .en span:nth-child(6) { animation-delay: 0.25s; }
.various_schedule.active .mds_schedule .en span:nth-child(7) { animation-delay: 0.28s; }


.various_schedule .mds_schedule .mds2{
	margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.various_schedule.active .mds_schedule .mds2{
	opacity: 1;
    top: 0;
}

.various_schedule .mds_schedule .mds2 span.big{
	font-size: 32px;
}

.box_various_schedule{
	width: 90%;
	max-width: 610px;
	margin: 0 auto;
}

ul.list_schedule{
	margin: 0 0 25px;
	padding: 0 0 30px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: dotted 1px #808080;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

ul.list_schedule:last-of-type{
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.list_schedule li{
	width: calc((100% - 20px)/3);
	padding: 0;
	text-decoration: underline;
	text-align: center;
}


ul.list_schedule li span{
	position: relative;
}

ul.list_schedule li span a{
	padding: 0 20px 0 0;
	position: relative;
	color: #000;
	display: inline-block;
    text-decoration: underline;
}

ul.list_schedule li span a:hover{text-decoration: none;}

ul.list_schedule li span a::after{
	content: "";
	width: 16px;
	height: 18px;
	background-image: url(../img/posting/icon_pdf.svg);
	background-size: 100%;
	position: absolute;
	top: 5px;
	right: 0;
}

ul.list_schedule li span::before{
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #BA61CC;
	position: absolute;
	top: 5px;
	left: -23px;
}

@media screen and (max-width: 950px) {
	.box_various_schedule{
		display: flex;
		justify-content: center;
	}
	ul.list_schedule{
		margin: 0 5vw 0 0;
		padding: 0 3vw 0 0;
		display: block;
		border-bottom: none;
		border-right: dotted 1px #808080;
	}
	
	ul.list_schedule:last-of-type{border-right: none;}
	ul.list_schedule li{width: 100%;}
}

@media screen and (max-width: 700px) {
	.box_various_price{width: 100%;}
	
	.txt_price{
		padding: 10px 0 0;
	}
	
	.various_schedule{
		width: 95%;
		margin: 0 auto 50px;
		padding: 8vw 20px;
	}
	
	.various_schedule .mds_schedule{margin: 0 0 4vw;}
	
	.various_schedule .mds_schedule .mds2{font-size: 4vw;}
	
	.various_schedule .mds_schedule .mds2 span.big{font-size: 5.8vw;}
	
	.box_various_schedule{width: 60%;justify-content: space-between; position: relative;}
	.box_various_schedule::before{
		content: "";
		width: 1px;
		height: 100%;
		background-image: url(../img/posting/dotted.svg);
		background-size: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 7px);
		transform: translateX(-50%);
	}
	
	ul.list_schedule{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-right: none;
	}
	
	ul.list_schedule li span::before{left: -19px;}
}

@media screen and (max-width: 550px) {
	.box_various_schedule{width: 75%;}
}

@media screen and (max-width: 450px) {
	.box_various_schedule{width: 90%;}
	ul.list_schedule{font-size: 3.74vw;}
	.box_various_schedule{justify-content: space-between;}
	ul.list_schedule{padding: 0 0 0 0;}
}

.various_apply{
	width: 92%;
	max-width: 933px;
	margin: 0 auto 45px;
	opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.various_apply.active{
	opacity: 1;
    top: 0;
}

.various_apply .mds_apply{
	margin: 0 0 35px;
    padding: 0;
    text-align: center;
}

.various_apply .mds_apply .en {
    height: 1.2em;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

.various_apply .mds_apply .en span {
    margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.05em;
    transform: translateY(100%);
}

.various_apply .mds_apply .en span.purple {
    color: #9000AD;
}

.various_apply.active .mds_apply .en span { animation: txtanim1 0.4s forwards linear; }
.various_apply.active .mds_apply .en span:nth-child(1) { animation-delay: 0.1s; }
.various_apply.active .mds_apply .en span:nth-child(2) { animation-delay: 0.13s; }
.various_apply.active .mds_apply .en span:nth-child(3) { animation-delay: 0.16s; }
.various_apply.active .mds_apply .en span:nth-child(4) { animation-delay: 0.19s; }
.various_apply.active .mds_apply .en span:nth-child(5) { animation-delay: 0.22s; }

.various_apply .mds_apply .mds2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.various_apply.active .mds_apply .mds2 {
	opacity: 1;
    top: 0;
}

.various_apply .mds_apply .mds2 span.big {
    font-size: 32px;
}

.box_apply {
    width: 91%;
    max-width: 844px;
    margin: 0 auto 70px;
    padding: 18px 20px 27px;
    background-color: #F7EDF9;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/posting/bg_apply.svg);
    background-size: 163px;
    background-repeat: no-repeat;
    background-position: left -7% top 8px;
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

.left_inner_apply{
	width: 50%;
	text-align: center;
}

.inner_mds_apply {
    display: inline-block;
    position: relative;
}

.inner_mds_apply::before,
.inner_mds_apply::after{
	content: "";
    width: 1px;
    height: 26px;
    margin: 0;
    padding: 0;
    background-color: #231815;
    transform-origin: center center;
    transition: all .3s;
    transition-delay: .8s;
    position: absolute;
    bottom: 5px;
}

.inner_mds_apply::before{
	transform: rotate(-18deg);
    left: -18px;
}

.inner_mds_apply::after {
    transform: rotate(18deg);
    right: -18px;
}

.inner_txt_apply{
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}



.inner_txt_apply span.big{
	font-size: 25px;
}

.inner_ttl_apply{
	font-size: 28px;
	font-weight: 700;
	color: #9000AD;
}

.inner_cont_apply{
	font-size: 14px;
	font-weight: 700;
	color: #9000AD;
}

.inner_cont_apply span{
	max-width: 26px;
	max-height: 26px;
	align-items: center;
	margin: 0 3px 0 0;
	padding: 0 4px;
	background-color: #FB005D;
	color: #FFFFFF;
}

.inner_cont_apply span.purple{
	background-color: #9000AD;
}

.inner_cont_apply span.sp_none{
	background: none;
    color: #9000AD;
}

.right_inner_apply{}


.right_inner_apply a.btn_toprecruit{
	width: 52vw;
    max-width: 328px;
    height: 3.2em;
    margin: 0 auto;
    padding: 0.65em 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #fb005d;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 1.6em;
    display: block;
    position: relative;
    z-index: 0;
    transition: all .4s;
}

.right_inner_apply a.btn_toprecruit::before{
	content: "";
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 19px;
}
@media screen and (min-width: 701px) {
	.right_inner_apply a.btn_toprecruit{
		transition: all .4s;
	}
	
	.right_inner_apply a.btn_toprecruit:hover{
		color: #fb005d;
        background-color: #fff;
        border-color: #fb005d;
	}
	
	.right_inner_apply a.btn_toprecruit::before{transition: all .4s;}
	
	.right_inner_apply a.btn_toprecruit:hover::before {
        border-top-color: #fb005d;
        border-right-color: #fb005d;
        right: 15px;
    }
}

.apply_btns{
	display: none;
}

.wrap_apply {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.wrap_inner_apply {
    width: calc((100% - 42px) / 3);
    margin: 0 21px 0 0;
    border-radius: 12px;
}

.apply_height {
  position: relative;
  contain: layout;
}




.wrap_inner_apply:last-of-type {
    margin: 0;
}

.box_ttl_apply{
	width: 100%;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #FFFFFF;
	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.wrap_inner_apply.himeji .box_ttl_apply{
	background-color: #8675FF;
	border: solid 2px #8675FF;
}

.wrap_inner_apply.kakogawa .box_ttl_apply{
	background-color: #66C7FC;
	border: solid 2px #66C7FC;
}

.wrap_inner_apply.akashi .box_ttl_apply{
	background-color: #7DDC21;
	border: solid 2px #7DDC21;
}
.map_apply {
	width: 100%;
}

.wrap_inner_apply.himeji .map_apply {
    border-left: solid 2px #8675FF;
    border-right: solid 2px #8675FF;
}

.wrap_inner_apply.kakogawa .map_apply {
    border-left: solid 2px #66C7FC;
    border-right: solid 2px #66C7FC;
}

.wrap_inner_apply.akashi .map_apply {
    border-left: solid 2px #7DDC21;
    border-right: solid 2px #7DDC21;
}
.map_apply img{
	width: 100%;
}


.wrap_inner_apply.himeji ul.list_apply{
	border-left: solid 2px #8675FF;
    border-right: solid 2px #8675FF;
    border-bottom: solid 2px #8675FF;

}

.wrap_inner_apply.kakogawa ul.list_apply{
	border-left: solid 2px #66C7FC;
    border-right: solid 2px #66C7FC;
    border-bottom: solid 2px #66C7FC;

}
.wrap_inner_apply.akashi ul.list_apply{
	border-left: solid 2px #7DDC21;
    border-right: solid 2px #7DDC21;
    border-bottom: solid 2px #7DDC21;

}

ul.list_apply{
	margin: 0;
	padding: 1.57vw 1.57vw 0.79vw 3.4vw;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

ul.list_apply li{
	margin: 0 0 10px;
    text-indent: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
}

ul.list_apply li:last-of-type{
	margin: 0;
}

ul.list_apply li span{
	position: relative;
}

ul.list_apply li span.small{
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	display: inline-block;
}

ul.list_apply li span::before{
	content: "";
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #BA61CC;
    position: absolute;
    top: 5px;
    left: -23px;
}

.wrap_inner_apply.kakogawa ul.list_apply li span::before{
	background: #66C7FC;
}

.wrap_inner_apply.akashi ul.list_apply li span::before{
	background: #7DDC21;
}

.map_apply img.pc-disp{display: block;}
.map_apply img.sp-disp{display: none;}
  
ul.list_apply li span.small::before {display: none;}

ul.list_apply li a{
	padding: 0 20px 0 0;
	text-decoration: underline;
	position: relative;
	color: #000000;
	display: inline-block;
}

ul.list_apply li a:hover{
	text-decoration: none;
}

ul.list_apply li a::after {
    content: "";
    width: 16px;
    height: 18px;
    background-image: url(../img/posting/icon_pdf.svg);
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 0;
}
@media screen and (max-width: 850px) {
  .box_apply{display: block;}
  
  .wrap_apply{
  	max-width: 586px; margin: 0 auto;
  	display: grid;
        grid-template-columns: 1fr;
        position: relative;
        overflow: hidden;
  }
      .left_inner_apply {
        width: 68%;
        margin: 0 0 20px auto;
    }
  
  .apply_btns{
  	width: 95%;
        max-width: 597px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
  }
  
  .apply_btns button.apply_btn{
  	width: 28%;
        max-width: 200px;
        margin: 0 10px 0 0;
        background-color: #ddd;
        border: none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 2.5vw;
        transform: scale(1);
        transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }
  
  .apply_btns button.apply_btn:last-of-type{margin: 0;}

	.apply_btns button.apply_btn.is-active{
		background-color: #8675FF;
        border-color: #8675FF;
        color: #fff;
        transform: scale(1.12);
        z-index: 1;
        position: relative;
	}
	
	.apply_btns button.apply_btn.kakogawa.is-active{background-color: #66C7FC;}
	.apply_btns button.apply_btn.akashi.is-active{background-color: #7DDC21;}
	.apply_btns button.apply_btn.is-active::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #8675FF;
        position: absolute;
        top: 99%;
        transform: translateX(-50%);
        left: 50%;
    }
	
	.apply_btns button.apply_btn.kakogawa.is-active::before {border-top: 8px solid #66C7FC;}
	.apply_btns button.apply_btn.akashi.is-active::before {border-top: 8px solid #7DDC21;}
	
 /* 待機（右・非表示） */
.wrap_inner_apply {
  width: 100%;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  grid-area: 1 / 1;
        width: 100%;
        position: relative;

}

/* 表示中 */
.wrap_inner_apply.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

/* 退場中（左へ） */
.wrap_inner_apply.is-exit {
  position: relative;
  opacity: 0;
  pointer-events: none;
}




.inner_motion {
  opacity: 0;
  transform: translateX(60px);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
}

/* 表示 */
.wrap_inner_apply.is-active .inner_motion {
  opacity: 1;
  transform: translateX(0);
}

/* 退場 */
.wrap_inner_apply.is-exit .inner_motion {
  opacity: 0;
  transform: translateX(-60px);
}


  
  
  ul.list_apply{padding: 15px 30px 15px 65px}
  
  .map_apply img.pc-disp{display: none;}
  .map_apply img.sp-disp{display: block;}

}

.box_thoughts{
	width: 95%;
	max-width: 937px;
	margin: 0 auto;
	padding: 25px 20px 5px;
	background-color: #F2F1EE;
	border: solid 1px #CECECE;
	border-radius: 20px;
}

.wrap_thoughts {
    display: flex;
}

.left_thoughts{
	width: 50.82%;
	margin: 0 30px 0 0;
	font-size: 15px;
}

.right_thoughts{padding: 13px 0 0;}

.right_thoughts div{margin: 0 0 15px;}
.right_thoughts div:last-of-type{margin: 0;}

.ttl_thoughts{
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 700;
}

.right_thoughts a{
	padding: 0 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-decoration: underline;
	position: relative;
	display: inline-block;
}

.right_thoughts a:hover{text-decoration: none;}

.right_thoughts a::after{
	content: "";
	width: 16px;
	height: 18px;
	background-image: url(../img/posting/icon_pdf.svg);
	background-size: 100%;
	position: absolute;
	top: 5px;
	right: 0;
}


@media screen and (max-width: 700px) {

	.box_thoughts{padding: 20px 20px 25px;}
	.wrap_thoughts{display: block;}
	
	.left_thoughts{width: 100%; margin: 0;}
	
	.various_apply{
		width: 100%;
		margin: 0 auto 62px;
	}
	.sp_box_apply{
		width: 95%;
		margin: 0 auto 30px;
		padding: 18px 20px 27px;
		background-color: #F7EDF9;
		border-radius: 20px;
		background-image: url(../img/posting/bg_apply.svg);
	    background-size: min(275px , 39%);
	    background-repeat: no-repeat;
	    background-position: left -7% bottom 80px;
	}
	.box_apply{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background-color: #f7edf900;
		border-radius: 0;
		display: block;
		background-image: none;
		background-size: 275px;
	}
	
	.wrap_apply {
		width: 90%;
		margin: 0 auto;
    position: relative;
        overflow: hidden;

  }
	
	.left_inner_apply{
		width: 68%;
		margin: 0 0 20px auto;
	}
	.inner_txt_apply{font-size: 5.1vw;}
	.inner_txt_apply span.big{font-size: 6.7vw;}
	.inner_ttl_apply{
		font-size: 7vw;
		line-height: 1.2;
		margin: 0 0 1vw;
	}
	.inner_cont_apply{
		font-size: 5vw;
		margin: 0 0 1vw;
	}
	
	.right_inner_apply a.btn_toprecruit{
		width: 71vw;
		color: #fb005d;
        background-color: #fff;
        border-color: #fb005d;
	}
	
	.right_inner_apply a.btn_toprecruit::before{
		border-top: solid 2px #fb005d;
    	border-right: solid 2px #fb005d;
	}
	
	.right_inner_apply a.btn_toprecruit:hover{
		color: #fff;
        background-color: #fb005d;
        border-color: #fff;
	}
	
	.right_inner_apply a.btn_toprecruit:hover::before{
		border-top: solid 2px #fff;
    	border-right: solid 2px #fff;
	}
	
	.various_apply .mds_apply{margin: 0 0 15px;}
	.various_apply .mds_apply .mds2{font-size: 4vw;}
	.various_apply .mds_apply .mds2 span.big{font-size: 5.8vw;}
	
	 .inner_mds_apply::before, .inner_mds_apply::after{height: 5.6vw; bottom: 5%;}
	ul.list_apply{padding:15px 30px 15px 9.2vw;}
	
	.apply_btns button.apply_btn{margin: 0 5px 0 0; font-size: 3.2vw; padding: 5px;}
}

@media screen and (max-width: 450px) {
	.right_inner_apply a.btn_toprecruit{
		padding: 0.6em 1.2em 0 0;
        font-size: 3.78vw;
	}
	
	.inner_ttl_apply{font-size: 5.5vw;}
	.inner_cont_apply{font-size: 3.5vw;}
	
	.left_thoughts{font-size: 3.74vw;}
	.ttl_thoughts{font-size:5.5vw; }
	.right_thoughts a{font-size: 3.74vw;}
	.box_ttl_apply{font-size: 5.74vw;}
	ul.list_apply{padding:15px 30px 15px 14.2vw;}
	ul.list_apply li{font-size: 3.84vw;}
}



.box_postqa{
	width: 92%;
	max-width: 937px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.box_postqa.active{
	opacity: 1;
	top: 0;
}

.box_postqa .mds_apply{
	margin: 0 0 33px;
    padding: 0;
    text-align: center;
}

.box_postqa .mds_apply .en{
	height: 1.2em;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

.box_postqa .mds_apply .en span{
	margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.05em;
    transform: translateY(100%);
}

.box_postqa .mds_apply .en span.purple {
    color: #9000AD;
}

.box_postqa.active .mds_apply .en span{animation: txtanim1 0.4s forwards linear; }
.box_postqa.active .mds_apply .en span:nth-child(1) { animation-delay: 0.1s; }
.box_postqa.active .mds_apply .en span:nth-child(2) { animation-delay: 0.13s; }
.box_postqa.active .mds_apply .en span:nth-child(3) { animation-delay: 0.16s; }


.box_postqa .mds_apply .mds2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
	opacity: 0;
    transition: all .4s;
    position: relative;
    top: 15px;
    z-index: 0;
}

.box_postqa.active .mds_apply .mds2 {
	opacity: 1;
	top: 0;
}





.box_postqa .col_faq {
	width: 100%;
	max-width: 936px;
	margin: 0 auto;
}
.box_postqa .col_faq dl.list_faq {
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	opacity: 0;
	transition: all .6s;
	transition-delay: .4s;
	position: relative;
	top: 15px;
	z-index: 0;
}
.box_postqa .col_faq dl.list_faq.active {
	opacity: 1;
	top: 0;
}
.box_postqa .col_faq dl.list_faq dt {
	width: 100%;
	margin: 0;
	padding: 20px 55px 20px 26px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	background-color: #F2E0F5;
	border-radius: 12px;
	transition: all .5s;
	display: flex;
	position: relative;
	z-index: 0;
}

.box_postqa .col_faq dl.list_faq:nth-of-type(odd) dt {background-color: #FFFFFF;}
.box_postqa .col_faq dl.list_faq.open dt {
	color: #fff;
	background-color: #BA61CC;
}
.box_postqa .col_faq dl.list_faq dt::before,
.box_postqa .col_faq dl.list_faq dt::after {
	content: "";
	width: 20px;
	height: 2px;
	margin: 0;
	padding: 0;
	background-color: #000;
	transition: all .5s;
	position: absolute;
	top: calc( 50% - 1px );
	right: 22px;
}
.box_postqa .col_faq dl.list_faq dt::after {
	transform-origin: center center;
	transform: rotate(90deg);
}
.box_postqa .col_faq dl.list_faq.open dt::before,
.box_postqa .col_faq dl.list_faq.open dt::after { background-color: #fff; }
.box_postqa .col_faq dl.list_faq.open dt::after { transform: rotate(0deg); }

.box_postqa .col_faq dl.list_faq dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.box_postqa .col_faq dl.list_faq dd .inner {
	width: 100%;
	margin: 0;
	padding: 30px 26px 20px;
	display: flex;
}
.box_postqa .col_faq dl.list_faq .submds {
	width: 34px;
	margin: 0;
	padding: 0;
	color: #BA61CC;
	font-size: 18px;
	font-weight: 700;
}
.box_postqa .col_faq dl.list_faq.open dt .submds { color: #fff; }
.box_postqa .col_faq dl.list_faq .txt {
	width: calc( 100% - 34px );
	margin: 0;
	padding: 0;
}
.box_postqa .col_faq dl.list_faq dd .txt { line-height: 2.2; }
@media screen and (max-width: 700px) {
	.box_postqa .col_faq dl.list_faq dt {
		padding: 20px 45px 20px 15px;
	}
	.box_postqa .col_faq dl.list_faq dt::before,
	.box_postqa .col_faq dl.list_faq dt::after { right: 15px; }
	.box_postqa .col_faq dl.list_faq dd { padding: 25px 0 18px 15px; }
	.box_postqa .col_faq dl.list_faq .submds { width: 28px; }
	.box_postqa .col_faq dl.list_faq .txt { width: calc( 100% - 28px ); }
	.box_postqa .col_faq dl.list_faq dd .txt { line-height: 1.8; }
	
	.box_postqa .col_faq dl.list_faq dd .inner{padding: 0 0 0}
}


