.career .mainbox01:before {
	background-image: url("../img/culturemain.jpg");
	background-position: right center;
}
.careerup .mainbox01:before {
	background-image: url("../img/culture2main.jpg");
	background-position: right center;
}
.special .mainbox01:before {
	background-image: url("../img/specialmain.jpg");
	background-position: right center;
}
.movie .mainbox01:before {
	background-image: url("../img/movie_main.jpg");
	background-position: center center;
}
.firstbox.sin {
	transition-delay: 1s;
}

.careerup .boxwrap01 {
	width: 100%;
	padding: 80px 0 130px;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
}
.careerup .bubble01 {
	width: 420px;
	margin: 0 auto;
}
.careerup .boxwrap02 {
	width: 100%;
	position: relative;
}
.carcont01 {
	width: 90%;
	max-width: 1080px;
	margin: -100px auto 100px;
	background: #FFF;
	border-top: 2px solid #B60355;
	box-sizing: border-box;
	padding: 60px 0 0;
}
.carcont02 {
	width: 90%;
	max-width: 1080px;
	margin: 20px auto;
	background: #FFF;
	border-top: 2px solid #B60355;
	box-sizing: border-box;
	padding: 60px 0 0;
}
.careerup h3 {
	font-size: 36px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.careerup h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 15px);
	height: 1px;
	width: 30px;
	background: #B60355;
}


.careerup .fig01 {
	width: 90%;
	max-width: 980px;
	margin: 80px auto 60px;
}
.careerup .mp01 {
	margin-bottom: 60px;
}
.careerup .doublebox {
	width: 90%;
	margin: 0 auto 60px;
}
.ptitle {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	font-family: 'Barlow', sans-serif;
	color: #B60355;
	margin-bottom: 10px;
	border-bottom: solid 1px #B60355;
}

.pointlist {
	width: 90%;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pointlist li {
	width: 31.33%;
}
.pointlist li .num {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 45px;
	background: #B60355;
	border-radius: 50%;
	margin-bottom: 10px;
}
.pointlist .p01 {
	font-size: 14px;
	line-height: 1.6em;
}
.point2 {
	font-size: 16px;
	line-height: 1.6em;
	width: 90%;
	margin: 0 auto 20px;
}
.point2 span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 5px;
	color: #FFF;
	background: #B5B5B5;
}
.point2mini {
	font-size: 13px;
	width: 90%;
	margin: 0 auto;
}
.pointlist2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pointlist2 > li {
	width: 31.33%;
}
.pointlist2 > li .bubble01 {
	width: 100%;
	margin-bottom: 30px;
}
.pointlist2 > li .bubble01 {
	font-size: 18px;
}
.pointlist2 > li .check {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.pointlist2 > li .check:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 20px;
	background: url("../img/check.png") no-repeat center center;
	background-size: contain;
}
.dot {
	padding-left: 20px;
}
.dot li {
	font-size: 14px;
}
.schoolbox {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.schoolbox .photo {
	width: 46%;
}
.schoolbox .text {
	width: 50%;
	margin-left: 4%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
}
.schoolbox .text .p01 {
	font-size: 16px;
	line-height: 1.6em;
	height: 40%;
}
.program {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 30px;
	background: #EFEFEF;
}
.program .p02 {
	color: #B60355;
	font-size: 20px;
	font-weight: 600;
}
.program .p03 span {
	padding-left: 15px;
	margin-right: 30px;
	font-size: 15px;
	position: relative;
	display: inline-block;
}
.program .p03 span:before {
	position: absolute;
	content: "●";
	color: #B60355;
	font-size: 10px;
	left: 0px;
}
.program .p04 {
	padding: 10px 0 0;
}
@media screen and (max-width: 1023px) {
.careerup .boxwrap01 {
	padding: 80px 0 80px;
}
.careerup .bubble01 {
	width: 320px;
	font-size: 15px;
}
.carcont01 {
	width: 90%;
	margin: -50px auto 50px;
}
.carcont02 {
	width: 90%;
}
.careerup h3 {
	font-size: 26px;
	margin-bottom: 60px;
}
.schoolbox .photo {
	width: 36%;
}
.schoolbox .text {
	width: 60%;
}
}
@media screen and (max-width: 800px) {
.carcont01 {
	width: 96%;
}
.carcont02 {
	width: 96%;
}
.careerup h3 {
	font-size: 26px;
}
.careerup .fig01 {
	margin: 60px auto 60px;
}
.careerup .mp01 {
	margin-bottom: 40px;
}
.careerup .doublebox {
	width: 96%;
}
.ptitle {
	width: 100%;
}
.pointlist {
	width: 100%;
	margin: 20px auto 0;
}
.pointlist li {
	width: 31.33%;
}
.pointlist li .num {
	font-size: 18px;
	line-height: 30px;
	height: 32px;
	width: 32px;
}
.point2 {
	font-size: 14px;
	width: 100%;
}
.point2mini {
	width: 100%;
}
.pointlist2 > li {
	width: 31.33%;
}
.pointlist2 > li .bubble01 {
	width: 100%;
	margin-bottom: 30px;
}
.pointlist2 > li .bubble01 {
	font-size: 16px;
}
.pointlist2 > li .check {
	font-size: 15px;
}
.schoolbox {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.schoolbox .photo {
	width: 100%;
	margin-bottom: 20px;
}
.schoolbox .text {
	width: 100%;
	margin-left: 0;
}
.schoolbox .text .p01 {
	font-size: 14px;
	margin-bottom: 20px;
	height: auto;
}
.program {
	width: 100%;
	height: auto;
	padding: 20px 30px;
}
.program .p02 {
	font-size: 18px;
}
.program .p03 span {
	padding-left: 12px;
	font-size: 15px;
}
.program .p04 {
	padding: 10px 0 0;
}
}
@media screen and (max-width: 600px) {
.careerup .bubble01 {
	width: 90%;
	font-size: 14px;
}
.careerup h3 {
	font-size: 20px;
}
.pointlist li {
	width: 100%;
	margin-bottom: 20px;
}
.pointlist2 > li {
	width: 100%;
	margin-bottom: 20px;
}
}




.career h3 {
	font-size: 36px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin: 60px 0;
}
.career h3 span {
	font-size: 90px;
	display: block;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	position: relative;
	margin-bottom: 10px;
}
.career h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 15px);
	height: 1px;
	width: 30px;
	background: #B60355;
}
.career h3:before {
	content: "Welfare";
	position: absolute;
	font-size: 12px;
	font-family: 'Barlow', sans-serif;
	top: -45px;
	left: 50%;
	transform: translate(-50%, 0);
}
.career .bubble01 {
	font-size: 20px;
	max-width: 340px;
	margin: 0 auto;
}
.careerlist01, .careerlist02, .careerlist03 {
	width: 90%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.careerlist01 {
	padding: 30px 0 0;
}
.careerlist01 li, .careerlist02 li, .careerlist03 li {
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 70px;
	position: relative;
}
.careerlist01 .bubble01 {
	position: absolute;
	width: 74%;
	left: 13%;
	top: -20px;
}
.careerlist02 .bubble01 {
	width: 80%;
	margin: 0 auto 30px;
}
.career .fig01 {
	width: 90%;
	margin: 50px auto 40px;
}
.careerlist01 li .p01, .careerlist02 li .p01, .careerlist03 li .p01 {
	font-size: 15px;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.careerlist01 li .p01 .mini {
	font-size: 80%;
}
.careerlist03 h4 {
	font-size: 20px;
	color: #B60355;
	line-height: 1.4em;
	font-weight: 500;
	padding: 10px 0 0;
}
.cp01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	padding: 40px 0 0;
}
.careerlist04{
	width: 790px;
	padding: 50px 95px;
	margin: 0 auto 100px;
	background-color: #F4F3EE;
	position: relative;
}
.careerlist04 .en {
	font-family: 'Barlow', sans-serif;
	color: #B59A43;
	font-style: italic;
	font-weight: 800;
	font-size: 80px;
	z-index: 0;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 0;
	opacity: .1;
	white-space: nowrap;
	mix-blend-mode: multiply;
}
.careerlist04 .bubble01{
	margin-bottom: 50px;
}
.careerlist04 .ttl01{
	text-align: center;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}
.careerlist05{
	padding-top: 50px;
	letter-spacing: -1em;
}
.careerlist05 .img{
	width: 265px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 70px;
}
.careerlist05 .cbox{
	display: inline-block;
	width: calc(100% - 335px);
	letter-spacing: 0;
	vertical-align: middle;
}
.careerlist05 .ttl02{
	font-size: 18px;
	line-height: 1.6em;
	color: #B60355;
	font-weight: bold;
	padding-bottom: 10px;
}
.careerlist05 ul{
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.6em;
}

.careerlist05 ul li{
	margin-left: 20px;
	position: relative;
}
.careerlist05 ul li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: -14px;
	color: #B60355;
	font-size: 8px;
}


@media screen and (max-width: 1023px) {
.career h3 {
	font-size: 26px;
	margin: 30px 0 50px;
}
.career h3 span {
	font-size: 60px;
	margin-bottom: 5px;
}
.career h3:before {
	top: -35px;
	left: 50%;
	transform: translate(-50%, 0);
}
.career .bubble01 {
	font-size: 18px;
}
.career .fig01 {
	width: 100%;
}
.careerlist01, .careerlist02, .careerlist03 {
	width: 100%;
}
.careerlist03 h4 {
	font-size: 18px;
}
}
@media screen and (max-width: 600px) {
.career h3 {
	font-size: 22px;
}
.careerlist01, .careerlist02, .careerlist03 {
	width: 90%;
	margin-bottom: 0;
}
.career .fig01 {
	width: 90%;
}
.careerlist01 li, .careerlist02 li, .careerlist03 li {
	width: 100%;
	margin-bottom: 70px;
}
.careerlist01 li .p01, .careerlist02 li .p01, .careerlist03 li .p01 {
	font-size: 13px;
}
.cb01 {
	width: 90%;
}
.careerlist02 .bubble01 {
	width: 100%;
}
	.careerlist04{
	padding: 80px 20px 50px;
	width: calc(100% - 40px);
	}
	.careerlist04 .en{
		top: -50px;
	}
	.careerlist04 .bubble01{
		margin-bottom: 30px;
	}
	.careerlist05 .img{
		display: block;
		margin: 0 auto;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.careerlist05 .cbox{
		display: block;
		width: 100%;
	}
}



.special .spbox01 {
	width: 100%;
	padding: 80px 0 80px;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
}
.special .spbox02 {
	width: 100%;
	padding: 80px 0 80px;
}
.special .spbox03 {
	width: 100%;
	padding: 80px 0 150px;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
	position: relative;
}
.special .spbox04 {
	width: 100%;
	padding: 0;
	position: relative;
}
.splist01 {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist01 li {
	width: 47%;
	margin-bottom: 40px;
}
.splist01 li .p01 {
	font-size: 22px;
  font-weight: bold;
  color: #b60355;
	padding: 5px 0 0;
}
.splist01 li .p02 {
  font-size: 14px;
	line-height: 1.8em;
}

.chance01, .chance02 {
	width: 100%;
	margin: 20px auto;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.spbox03 .imgbox {
	width: 46%;
}
.spbox03 .text {
	width: 50%;
	position: relative;
	box-sizing: border-box;
}
.spbox03 .textin {
	width: 100%;
	padding: 20px 0 0 0;
	max-width: 490px;
}
.chance01 .text {
	margin-left: 4%;
	padding-right: 3%;
}
.chance02 .imgbox {
	order: 2;
	margin-left: 4%;
}
.chance02 .textin {
	right: 0;
	position: absolute;
}
.special h3 {
	display: inline-block;
	font-size: 33px;
	font-weight: 500;
	color: #B60355;
	margin-bottom: 10px;
}
.special h3 span {
	font-size: 90px;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	position: relative;
	padding: 0 12px 0 0;
	margin-right: 20px;
}
.special h3 span:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -4px;
	height: 68px;
	width: 12px;
	border-right: double #B60355;
}
.spbox03 .text .p01 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.spbox03 .text .p02 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
.special .doublebox {
	width: 90%;
	max-width: 980px;
	padding: 60px 0;
	margin: 50px auto 80px;
}
.special .doublebox h4 {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: #B60355;
	position: relative;
}
.special .doublebox h4:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 15px);
	height: 1px;
	width: 30px;
	background: #B60355;
}
.special .doublebox ul {
	width: 580px;
	margin: 60px auto 0;
}
.special .doublebox ul li {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.special .doublebox ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 20px;
	background: url("../img/check.png") no-repeat center center;
	background-size: contain;
}
.db2 {
	top: -120px;
}
.supportbox {
	width: 90%;
	max-width: 750px;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.supportbox .fig {
	width: 50%;
}
.supportbox .text {
	width: 50%;
	box-sizing: border-box;
	padding: 10% 4% 0;
}
.support01 .fig {
	order: 2;
}
.supportbox .text .p01 {
	font-size: 14px;
	font-weight: 500;
	color: #B60355;
}
.supportbox .text .p02 {
	font-size: 14px;
	line-height: 1.6em;
	padding: 30px 0 10px;
}
.supportbox .text .mini {
	font-size: 12px;
}

@media screen and (max-width: 1023px) {
.special .spbox03 {
	width: 100%;
	padding: 80px 0 200px;
}
.chance01, .chance02 {
	width: 90%;
}
.spbox03 .imgbox {
	width: 40%;
}
.spbox03 .text {
	width: 56%;
}
.spbox03 .textin {
	width: 100%;
	padding: 20px 0 0 0;
	max-width: auto;
}
.special h3 {
	font-size: 26px;
}
.special h3 span {
	font-size: 60px;
	padding: 0 12px 0 0;
	margin-right: 20px;
}
.special h3 span:after {
	bottom: -1px;
	height: 48px;
}
.spbox03 .text .p01 {
	font-size: 20px;
}
.spbox03 .text .p02 {
	font-size: 14px;
}
.supportbox {
	width: 90%;
	max-width: auto;
}
}


@media screen and (max-width: 600px) {
.special .spbox01 {
	width: 100%;
	padding: 30px 0;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
}
.special .spbox02 {
	width: 100%;
	padding: 60px 0;
}
.special .spbox03 {
	width: 100%;
	padding: 60px 0;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
	position: relative;
}
.special .spbox04 {
	width: 100%;
	padding: 0;
	position: relative;
}
.splist01 {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist01 li {
	width: 100%;
	margin-bottom: 40px;
}
.splist01 li .p01 {
	font-size: 18px;
	padding: 5px 0 0;
}
.splist01 li .p02 {
  font-size: 14px;
	line-height: 1.8em;
}

.chance01, .chance02 {
	width: 100%;
	margin: 10px auto;
}
.spbox03 .imgbox {
	width: 100%;
}
.spbox03 .text {
	width: 90%;
	margin: 0 auto;
}
.spbox03 .textin {
	width: 100%;
	padding: 0 0 30px;
}
.chance01 .text {
	margin-left: auto;
	padding-right: 0;
}
.chance01 .imgbox, .chance02 .imgbox {
	order: 1;
	margin-left: 0;
}
.chance02 .textin {
	right: 0;
	position: relative;
}
.special h3 {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: #B60355;
	margin-bottom: 10px;
}
.special h3 span {
	font-size: 50px;
	font-weight: 300;
	padding: 0 12px 0 0;
	margin-right: 15px;
}
.special h3 span:after {
	bottom: -0px;
	height: 38px;
	width: 12px;
}
.spbox03 .text .p01 {
	font-size: 20px;
}
.spbox03 .text .p02 {
	font-size: 14px;
}
.special .doublebox {
	width: 90%;
	padding: 60px 0;
	margin: 30px auto 50px;
}
.special .doublebox h4 {
	font-size: 18px;
}
.special .doublebox ul {
	width: 90%;
	margin: 60px auto 0;
}
.special .doublebox ul li {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 20px;
}
.db2 {
	top: -50px;
}
.supportbox {
	width: 90%;
	margin: 60px auto 0;
}
.supportbox .fig {
	width: 70%;
	max-width: 400px;
	margin: 0 auto 0;
}
.supportbox .text {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0% 0;
}
.support01 .fig {
	order: 1;
}
.support01 .text {
	order: 2;
}
.supportbox .text .mini {
	font-size: 11px;
}
}




/* 動画ギャラリー　*/

.movie .btn3 {
   width: 130px;
   left: 0;
   position: relative;
   margin: 0;
   cursor: pointer;
}
.movie-area01 {
   padding: 80px 0;
}
.movie-area02 {
   padding: 80px 0;
   background: url("../img/bg01.png") no-repeat center top;
	background-size: cover;
}

.movie-area01 ul,
.movie-area02 ul {
   width: 90%;
   max-width: 1080px;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.movie-area01 ul li {
   width: 46%;
   margin-bottom: 50px;
}
.movie-area02 ul li {
   width: 30.33%;
   margin-bottom: 50px;
}
.movie-area01 ul li .movie_ttl,
.movie-area02 ul li .movie_ttl {
   font-size: 22px;
   font-weight: 600;
   line-height: 1.3em;
   padding: 20px 0 15px;
}
.movie-area02 ul li .movie_ttl span {
   font-size: 18px;
}
.movie-area01 ul li .p01,
.movie-area02 ul li .p01 {
   font-size: 16px;
   line-height: 1.5em;
   margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
.movie-area01 ul li {
   width: 100%;
   margin-bottom: 60px;
}
.movie-area02 ul li {
   width: 48%;
   margin-bottom: 50px;
}
.movie-area01 ul li .movie_ttl,
.movie-area02 ul li .movie_ttl {
   font-size: 18px;
   font-weight: 600;
   line-height: 1.3em;
   padding: 20px 0 15px;
}
.movie-area02 ul li .movie_ttl span {
   font-size: 14px;
}
.movie-area01 ul li .p01,
.movie-area02 ul li .p01 {
   font-size: 13px;
   line-height: 1.8em;
   margin-bottom: 30px;
}
}













/* 社員の裏の顔　*/

.backside > .contents {
	position: relative;
	margin: 0 auto;
	padding: 250px 0 350px;
	background: #1A1A1A   url("../img/image2024/backside-noise.png") no-repeat center center;
	background-size: cover;
	font-family: 'Noto Serif JP', serif;
}
.backside > .contents:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding: 0 0 56%;
	background-image: url("../img/image2024/backside-bg01.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.backside > .contents:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	padding: 0 0 56%;
	background-image: url("../img/image2024/backside-bg02.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.backside .main-area {
	width: 90%;
	margin: 0 auto;
	min-height: 450px;
	background: url("../img/image2024/backside-face.png") no-repeat center center;
	background-size: auto 100%;
	box-sizing: border-box;
	padding: 100px 0 0;
	position: relative;
	z-index: 1;
}
.backside .main-area .mc {
	width: 90%;
	max-width: 530px;
	margin: 0 auto 80px;
}
.backside .main-area .mc + p {
	text-align: center;
	font-weight: 600;
	color: #FFF;
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.backside .main-area.fin .mc {
	filter: blur(40px);
	animation: blur-anim 2s linear forwards;
}
@keyframes blur-anim {
	100% { filter: blur(0px); }
}
.backside .main-area p.fin {
	transition-delay: 1s;
	transition-duration: 2s;
}
.backside .modal-btns.fin {
	transition-delay: .5s;
	transition-duration: 1s;
}
.modal-btns {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.modal-btns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal-btns ul li {
	width: 31.33%;
	margin-bottom: 50px;
	background: #000 url("../img/image2024/face.png") no-repeat right 30px;
	background-size: 70% auto;
	box-sizing: border-box;
	padding: 40px 40px 80px;
	border: solid 1px #707070;
	position: relative;
	transition: all .5s;
}
.modal-btns ul li > a {
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.modal-btns ul li:before {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
	transition: all .5s;
}
.modal-btns ul li .cc {
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 0;
	padding: 0 0 30%;
}
.modal-btns ul li .cc p {
	display: none;
}
.modal-btns ul li p {
	color: #FFF;
	padding: 20px 0 30px;
	font-size: 16px;
}
.modal-btns ul li .cc:before,
.modal-btns ul li .cc:after {
	width: 100%;
	height: 100%;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .4s;
}
.modal-btns ul li .cc:after {
	z-index: 1;
}
@media (hover: hover) {
	.modal-btns ul li:hover:before {
		opacity: 1;
	}
	.modal-btns ul li:hover .cc:before {
		opacity: 0;
	}
}
.modal-btns ul li:nth-child(1) .cc:before {
	background-image: url("../img/image2024/backside01-ttl-white.png")
}
.modal-btns ul li:nth-child(1) .cc:after{
	background-image: url("../img/image2024/backside01-ttl-yellow.png")
}
.modal-btns ul li:nth-child(2) .cc:before {
	background-image: url("../img/image2024/backside02-ttl-white.png")
}
.modal-btns ul li:nth-child(2) .cc:after{
	background-image: url("../img/image2024/backside02-ttl-yellow.png")
}
.modal-btns ul li:nth-child(3) .cc:before {
	background-image: url("../img/image2024/backside03-ttl-white.png")
}
.modal-btns ul li:nth-child(3) .cc:after{
	background-image: url("../img/image2024/backside03-ttl-yellow.png")
}
.modal-btns ul li:nth-child(4) .cc:before {
	background-image: url("../img/image2024/backside04-ttl-white.png")
}
.modal-btns ul li:nth-child(4) .cc:after{
	background-image: url("../img/image2024/backside04-ttl-yellow.png")
}
.modal-btns ul li:nth-child(5) .cc:before {
	background-image: url("../img/image2024/backside05-ttl-white.png")
}
.modal-btns ul li:nth-child(5) .cc:after{
	background-image: url("../img/image2024/backside05-ttl-yellow.png")
}
.modal-btns ul li:nth-child(6) .cc:before {
	background-image: url("../img/image2024/backside06-ttl-white.png")
}
.modal-btns ul li:nth-child(6) .cc:after{
	background-image: url("../img/image2024/backside06-ttl-yellow.png")
}

.modal-btns ul li .arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.modal-btns ul li .arrow:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #FFF;
	border-radius: 50%;
	transition: all .4s;
}
.modal-btns ul li .arrow:after {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url("../img/image2024/arrow-white.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 51%;
	top: 51%;
	transform: translate(-50%,-50%);
}
@media (hover: hover) {
	.modal-btns ul li:hover .arrow:before {
		transform: scale(1.1);
	}
	.modal-btns ul li:hover .arrow:after {
		background-image: url("../img/image2024/arrow-yellow.png");
	}
}


.remodal {
	width: 90%!important;
	max-width: 800px!important;
	min-height: 400px;
	background: url("../img/image2024/backside-modal-bg.jpg") no-repeat center center!important;
	background-size: cover!important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	border-radius: 20px!important;
	padding: 0!important;
	box-sizing: border-box;
}
.remodal-content {
	padding: 7%;
	box-sizing: border-box;
}
.remodal-content .ttl {
	font-family: 'Kaisei Decol', serif;
	font-size: 26px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
.remodal-content .split {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.remodal-content .split .txt {
	width: 60%;
}
.remodal-content .split .txt p {
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
}
.remodal-content .split .image {
	width: 36%;
	padding: .4em 0 0;
}



@media screen and (max-width: 600px) {
	.backside > .contents {
		position: relative;
		margin: 0 auto;
		padding: 100px 0 200px;
		background: #1A1A1A   url("../img/image2024/backside-noise.png") no-repeat center center;
		background-size: cover;
		font-family: 'Noto Serif JP', serif;
	}
	.backside .main-area {
		width: 90%;
		margin: 0 auto;
		min-height: 300px;
		background: url("../img/image2024/backside-face.png") no-repeat center center;
		background-size: auto 100%;
		box-sizing: border-box;
		padding: 60px 0 80px;
		position: relative;
		z-index: 1;
	}
	.backside .main-area .mc {
		width: 90%;
		max-width: 400px;
		margin: 0 auto 50px;
	}
	.backside .main-area .mc + p {
		text-align: center;
		font-weight: 600;
		color: #FFF;
		font-size: min(4.3vw,16px);
		line-height: 2em;
		letter-spacing: 0.05em;
	}
	.modal-btns {
		width: 80%;
		max-width: 500px;
		margin: 0 auto;
		z-index: 1;
		position: relative;
	}
	.modal-btns ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.modal-btns ul li {
		width: 100%;
		margin-bottom: 30px;
		background: #000 url("../img/image2024/face.png") no-repeat right 30px;
		background-size: 70% auto;
		box-sizing: border-box;
		padding: 20px 20px 60px;
		border: solid 1px #707070;
		position: relative;
		transition: all .5s;
	}
	.modal-btns ul li:before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
		transition: all .5s;
	}
	.modal-btns ul li .cc {
		position: relative;
		width: 70%;
		max-width: 160px;
		margin: 0 auto;
		height: 0;
		padding: 0 0 30%;
	}
	.modal-btns ul li .cc p {
		display: none;
	}
	.modal-btns ul li p {
		color: #FFF;
		padding: 20px 0 30px;
		font-size: 14px;
	}
	.modal-btns ul li .arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.modal-btns ul li .arrow:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		border: solid 1px #FFF;
		border-radius: 50%;
		transition: all .4s;
	}
	.modal-btns ul li .arrow:after {
		content: "";
		width: 16px;
		height: 16px;
		background-image: url("../img/image2024/arrow-white.png");
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		left: 51%;
		top: 51%;
		transform: translate(-50%,-50%);
	}
	.remodal {
		width: 90%!important;
		max-width: 800px!important;
		height: 70vh;
		min-height: 400px;
		background: url("../img/image2024/backside-modal-bg.jpg") no-repeat center center!important;
		background-size: cover!important;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
		border-radius: 20px!important;
		padding: 0!important;
		box-sizing: border-box;
	}
	.remodal-content {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		padding: 40px 30px;
		box-sizing: border-box;
	}
	.remodal-content .ttl {
		font-family: 'Kaisei Decol', serif;
		font-size: 18px;
		line-height: 1.6em;
		padding-bottom: 20px;
		font-weight: 500;
		color: #000;
		text-align: left;
	}
	.remodal-content .split {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.remodal-content .split .txt {
		width: 100%;
		order: 2;
	}
	.remodal-content .split .txt p {
		text-align: left;
		font-family: 'Noto Serif JP', serif;
		font-size: 13px;
	}
	.remodal-content .split .image {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 20px;
		order: 1;
	}
}
