@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Wendy+One&display=swap');

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	overflow: auto;
}

html,body{
    width: 100%;
}

body {
  color : #21110D;
	font-family: 'M PLUS 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

@media screen and (min-width: 769px) {
	body{
		overflow: hidden;
		background: url(../img/mv_bg_01_pc.svg) no-repeat 50% 0/100%;
	}
}

@media screen and (max-width: 768px) {
	body{
		background: url(../img/mv_bg_01_sp.svg) no-repeat 50% 0/100%;
	}
}

.ipad{
	min-width: 1200px;
}

a,
a img{
	text-decoration: none;
	transition: 0.3s ease-out;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/*header
--------------------------------------------------*/
.header{
	position: relative;
	padding-top: 129px;
}

.floating__nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 300;
	min-width: 1200px;
}

.header__logo{
	position: absolute;
	top: 37px;
	left: 50px;
	z-index: 310;
	width: 223px;
}

.header__logo img{
	width: 100%;
}

.header__nav{
	position: absolute;
	top: 0;
	right: 0;
}

.nav__index{
	position: absolute;
	top: 0;
	right: 310px;
	width: fit-content;
	display: flex;
}

.nav__item{
	margin-left: 55px;
	white-space: nowrap;
	position: relative;
}

.nav__item:first-child{
	margin-left: 0;
}

.nav__item a{
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.nav__item--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.02em;
	color: #d40084;
	padding: 16px 0 8px 0;
}

.nav__item--ja{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #21110d;
}

.nav__btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 100px;
}

.nav__btn a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 0px 0px 0px 30px;
	background: #571b7f;
}

.nav__btn--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 0.02em;
	color: #fff;
	padding: 0 0 7px 5px;
}

.nav__btn--ja{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	color: #fff;
	padding-left: 5px;
}

@media screen and (min-width: 769px) {
	/*hover*/
	.nav__item a:hover,
	.nav__btn a:hover,
	.header__logo a:hover{
		opacity: .6;
	}
	
	/*fixed*/
	.is-fixed{
		position: fixed;
		z-index: 500;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		height: 100px;
	}

	.is-fixed .nav__item--en{
		padding-top: 0;
	}

	.is-fixed .header__logo{
		top: 23px;
	}
}

@media screen and (max-width: 768px) {
	.header{
		padding-top: 80px;
	}

	.header__logo{
		top: 21px;
		left: 20px;
		width: 142px;
	}

	.floating__nav{
		min-width: auto;
		height: auto;
	}

	.header__nav,
	.nav__btn{
		display: none;
	}
}

/*メインビジュアル
--------------------------------------------------*/
.mainvisual{
	width: 100%;
	position: relative;
}

.mainvisual:before{
	content: '';
	display: block;
	padding-top: 23.2%;
}

.mainvisual::after{
	content: '';
	display: block;
	background: url(../img/mv_bg_02_pc.svg) no-repeat 0 0/100%;
	width: 15.9%;
	height: 109%;
	position: absolute;
	left: 0;
	top: 93%;
}

.mv__slides{
	width: 91.125%;
	height: 197%;
	position: absolute;
	top: 0;
	left: 1.65%;
	overflow: hidden;
	z-index: 100;
}

.mv__ph{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 210;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.mv__ph-1{
	background-image: url(../img/mv_ph_01_pc.webp);
}

.mv__ph-2{
	background-image: url(../img/mv_ph_02_pc.webp);
}

.mv__ph-3{
	background-image: url(../img/mv_ph_03_pc.webp);
}

.mv--active{
	display: block;
}

@media screen and (max-width: 768px) {
	.mainvisual:before{
		padding-top: 46.7%;
	}

	.mainvisual::after{
		display: none;
	}

	.mv__slides{
		width: 93%;
		height: 297%;
		left: 1.866%;
	}

	.mv__ph-1{
		background-image: url(../img/mv_ph_01_sp.webp);
	}

	.mv__ph-2{
		background-image: url(../img/mv_ph_02_sp.webp);
	}

	.mv__ph-3{
		background-image: url(../img/mv_ph_03_sp.webp);
	}
}

/*SP navi
--------------------------------------------------*/
/*hamburger SP*/
@media screen and (max-width: 768px) {
	.hamburger{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 700;
		width: 52px;
		height: 52px;
		border-radius: 0px 0px 0px 10px;
		background: #571b7f;
	}
	
	.hamburger__inner{
		position: absolute;
		top: 22px;
		left: 17px;
		width: 16px;
		height: 13px;
		cursor: pointer;
	}

	.hamburger__line{
		background: #fff;
		display: block;
		height: 1px;
		position: absolute;
		transition: 0.3s ease-out;
		width: 100%;
	}

	.hamburger__line--c{
		top: 6px;
	}

	.hamburger__line--b{
		bottom: 0px;
		background: transparent;
		}

	.hamburger__line--t.nav--active{
		top: 6px;
		transform: rotate(45deg);
	}

	.hamburger__line--c.nav--active{
		transform:scaleX(0);
	}

	.hamburger__line--b.nav--active{
		top: 6px;
		transform: rotate(135deg);
		background: #fff;
	}
}

/*navi*/
.sp-nav{
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 600;
	top: 0;
	left: 0;
}

.sp-nav__container{
	align-items:center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.sp-nav__index {
	width: 230px;
	margin: 0 auto;
}

.sp-nav__item{
	margin-bottom: 10px;
}

.sp-nav__item a{
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.sp-nav__item--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #d40084;
	margin-bottom: 5px;
}

.sp-nav__item--ja{
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #fff;
}

.sp-nav__btn{
	width: 100%;
	height: 70px;
}

.sp-nav__btn a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 20px;
	background: #571b7f;
}

.sp-nav__btn--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #fff;
	margin-bottom: 5px;
}

.sp-nav__btn--ja{
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #fff;
}

/*break
--------------------------------------------------*/
.pc--hidden{
	display: none;
}

.sp--hidden{
	display: block;
}

@media screen and (max-width: 768px) {
	.pc--hidden{
		display: block;
	}
	
	.sp--hidden{
		display: none;
	}
}

/*heading
--------------------------------------------------*/
.content__heading{
	line-height: 1;
	display: flex;
	flex-direction: column;
}

.content__heading--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 80px;
	letter-spacing: 0.02em;
	color: #d40084;
	margin-bottom: 9px;
}

.content__heading--ja{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.06em;
	color: #21110d;
}

@media screen and (max-width: 768px) {
	.content__heading--en{
		font-size: 40px;
		margin-bottom: 5px;
	}

	.content__heading--ja{
		font-size: 20px;
	}
}

/*job search
--------------------------------------------------*/
.search{
	padding: 29% 0 50px 0;
	background: url(../img/search_bg_pc.png) repeat-y 50% 0;
}

.search__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.search__container::before{
	content: '';
	display: block;
	background: url(../img/search_img_01.svg) no-repeat 0 0/100%;
	position: absolute;
	width: 229px;
	height: 289px;
	top: 7px;
	right: -234px;
}

.search__container::after{
	content: '';
	display: block;
	background: url(../img/search_img_02.svg) no-repeat 0 0/100%;
	position: absolute;
	width: 216px;
	height: 424px;
	bottom: -143px;
	left: -247px;
}

.othersearch{
	padding: 111px 0 65px 0;
}

.othersearch__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.othersearch__container::before{
	content: '';
	display: block;
	background: url(../img/search_img_03.svg) no-repeat 0 0/100%;
	position: absolute;
	width: 168px;
	height: 291px;
	top: -217px;
	right: -177px;
}

.othersearch__container::after{
	content: '';
	display: block;
	background: url(../img/search_img_04.svg) no-repeat 0 0/100%;
	position: absolute;
	width: 89px;
	height: 200px;
	bottom: 359px;
	left: -163px;
}

.search__heading{
	margin-bottom: 98px;
}

.search__mhd{
	font-family: 'Wendy One';
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 0.02em;
	color: #571b7f;
	text-align: center;
	position: relative;
	padding-right: 23px;
	width: fit-content;
	margin: 0 auto;
}

.search__mhd--category{
	margin-bottom: 50px;
}

.search__mhd--category::after{
	content: '';
	display: block;
	background: url(../img/search_hd_img_01.svg) no-repeat 0 0/100%;
	width: 55px;
	height: 76px;
	position: absolute;
	top: -39px;
	right: -74px;
}

.search__mhd--status{
	text-align: center;
	margin-bottom: 54px;
	padding-left: 24px;
}

.search__mhd--status::after{
	content: '';
	display: block;
	background: url(../img/search_hd_img_02.svg) no-repeat 0 0/100%;
	width: 59px;
	height: 57px;
	position: absolute;
	top: -27px;
	left: -36px;
}

.search__mhd--workstyle{
	text-align: center;
	margin-bottom: 52px;
	padding-left: 24px;
}

.search__mhd--workstyle::after{
	content: '';
	display: block;
	background: url(../img/search_hd_img_03.svg) no-repeat 0 0/100%;
	width: 50px;
	height: 36px;
	position: absolute;
	top: -26px;
	right: -37px;
}

.category__list{
	display: flex;
	flex-wrap: wrap;
}

.category__item{
	width: 300px;
	height: 300px;
	position: relative;
	margin-right: 40px;
	margin-bottom: 40px;
}

.category__item:nth-child(3n){
	margin-right: 0;
}

.category__item a{
	width: 100%;
	height: 100%;
	display: flex;
	background: url(../img/search_category_01.webp) no-repeat 0 0/100%;
}

.category__item span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-radius: 0px 0px 20px 20px;
	background: #f9be00 url(../img/arrow_01.svg) no-repeat top 50% right 19px;
	border: 2px solid #571b7f;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.06em;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.category__item:nth-child(2) a{
	background-image: url(../img/search_category_02.webp);
}
.category__item:nth-child(2) span{
	background-color: #89D340;
}

.category__item:nth-child(3) a{
	background-image: url(../img/search_category_03.webp);
}
.category__item:nth-child(3) span{
	background-color: #FDA0B4;
}

.category__item:nth-child(4) a{
	background-image: url(../img/search_category_04.webp);
}
.category__item:nth-child(4) span{
	background-color: #82C8E6;
}

.category__item:nth-child(5) a{
	background-image: url(../img/search_category_05.webp);
}
.category__item:nth-child(5) span{
	background-color: #FF5F55;
}

.category__item:nth-child(6) a{
	background-image: url(../img/search_category_06.webp);
}
.category__item:nth-child(6) span{
	background-color: #0BABA9;
}

.status__list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 112px;
}

.status__item{
	width: 300px;
}

.status__item a{
	width: 100%;
	height: 168px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/search_btn_bg.webp) no-repeat 0 0/100%;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.06em;
	color: #fff;
	padding-bottom: 25px;
}

.workstyle__list{
	display: flex;
	flex-wrap: wrap;
}

.workstyle__item{
	width: 300px;
	margin-right: 40px;
	margin-bottom: 25px;
}

.workstyle__item:nth-child(3n){
	margin-right: 0;
}

.workstyle__item a{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	border: 2px solid #4c2894;
	background: #89d340 url(../img/arrow_01.svg) no-repeat top 50% right 23px;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.06em;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.category__item a:hover,
	.status__item a:hover,
	.workstyle__item a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.search{
		padding: 100% 0 50px 0;
		background: url(../img/search_bg_sp.png) repeat-y 50% 0/800px;
	}

	.search__container{
		width: auto;
		padding: 0 20px;
	}

	.search__container::before{
		width: 110px;
		height: 170px;
		top: -63px;
		right: 5px;
	}

	.search__container::after{
		width: 75px;
		height: 130px;
		bottom: -95px;
		left: 5px;
	}

	.othersearch{
		padding: 50px 0 90px 0;
	}

	.othersearch__container{
		width: auto;
		padding: 0 20px;
	}

	.othersearch__container::before{
		width: 80px;
		height: 145px;
		top: -100px;
		right: 0px;
	}

	.othersearch__container::after{
		width: 45px;
		height: 103px;
		bottom: 355px;
		left: 5px;
	}

	.search__heading{
		margin-bottom: 40px;
	}

	.search__mhd{
		font-size: 30px;
		padding-right: 0;
	}

	.search__mhd--category{
		margin-bottom: 30px;
	}

	.search__mhd--category::after{
		width: 30px;
		height: 45px;
		top: -15px;
		right: -40px;
	}

	.search__mhd--status{
		margin-bottom: 30px;
		padding-left: 0;
	}

	.search__mhd--status::after{
		width: 35px;
		height: 37px;
		top: -20px;
		left: 30px;
	}

	.search__mhd--workstyle{
		margin-bottom: 30px;
		padding-left: 0;
	}

	.search__mhd--workstyle::after{
		width: 35px;
		height: 27px;
		top: -16px;
		right: -38px;
	}

	.category__list{
		width: 280px;
		margin: 0 auto;
	}

	.category__item{
		width: 280px;
		height: 280px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.category__item span{
		font-size: 16px;
	}

	.status__list{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 50px;
	}

	.status__item{
		width: 50%;
		margin-bottom: 5px;
	}

	.status__item a{
		width: 150px;
		height: 85px;
		font-size: 16px;
		padding-bottom: 20px;
		margin: 0 auto;
		text-align: center;
	}

	.workstyle__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.workstyle__item{
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.workstyle__item a{
		width: 100%;
		height: 50px;
		display: flex;
		background: #89d340 url(../img/arrow_01.svg) no-repeat top 50% right 10px/20px;
		font-size: 16px;
		letter-spacing: 0;
		padding-right: 24px;
	}
}

/*merit
--------------------------------------------------*/
.merit{
	padding-top: 99px;
	height: 1340px;
	background: url(../img/merit_bg_pc.webp) no-repeat 0 0/cover;
	margin-bottom: 277px;
}

.merit__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.merit__container::before{
	content: '';
	display: block;
	background: url(../img/merit_img_01.svg) no-repeat 0 0/100%;
	width: 218px;
	height: 176px;
	position: absolute;
	top: -210px;
	left: -258px;
}

.merit__container::after{
	content: '';
	display: block;
	background: url(../img/merit_img_02.svg) no-repeat 0 0/100%;
	width: 422px;
	height: 575px;
	position: absolute;
	top: -462px;
	right: -396px;
}

.merit__heading{
	margin-bottom: 38px;
}

.merit__read{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 88px;
}

.merit__read strong{
	font-weight: 700;
}

.slides{
	position: relative;
}

.slide__list{
	padding-left: 33px;
}

/*準備ができたら表示*/
.slide__list {display: none;}
.slide__list.slick-initialized {display: block;}

.merit__slide{
	width: 350px;
	margin-right: 45px;
	padding: 50px 0 35px 0;
	border-radius: 20px;
	background: #f9be00;
	border: 2px solid #571b7f;
	box-shadow: 10px 10px 0px #fff;
	position: relative;
}

.merit__slide-2{
	background-color: #89D340;
}

.merit__slide-3{
	background-color: #FDA0B4;
}

.merit__slide-4{
	background-color: #82C8E6;
}

.merit__slide-5{
	background-color: #FF5F55;
}

.merit__slide-6{
	background-color: #11AAA9;
}

.merit__slide-7{
	background-color: #4EB0F4;
}

.merit__no{
	line-height: 0;
	position: absolute;
	top: 24px;
	left: 22px;
}

.merit__ph{
	line-height: 0;
	width: 290px;
	margin: 0 auto 28px auto;
}

.merit__ph img{
	width: 100%;
}

.merit__txt-1{
	font-weight: 500;
	font-size: 22px;
	line-height: 1.55;
	letter-spacing: 0.06em;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.merit__txt-2{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.875;
	color: #fff;
	padding: 0 27px 0 29px;
}

.slide__arrow{
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 138px;
	display: flex;
	justify-content: space-between;
}

.slide__arrow__item{
	width: 60px;
	cursor: pointer;
	transition: 0.3s ease-out;
	line-height: 0;
}

.slide__arrow--next{
	right: 0;
}

.slide__arrow--prev{
	left: 0;
}

@media screen and (min-width: 769px) {
	.slide__arrow__item:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.merit{
		padding-top: 50px;
		height: 1030px;
		background: url(../img/merit_bg_sp.webp) no-repeat 0 0/cover;
		margin-bottom: 100px;
	}

	.merit__container{
		width: auto;
		padding: 0 20px;
	}

	.merit__container::before{
		width: 110px;
		height: 96px;
		top: -110px;
		left: 35px;
	}

	.merit__container::after{
		width: 150px;
		height: 205px;
		top: -160px;
		right: 5px;
	}

	.merit__heading{
		margin-bottom: 30px;
	}

	.merit__read{
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 70px;
	}

	.slide__list{
		padding-left: 0;
	}

	.merit__slide{
		width: 280px;
		margin-right: 30px;
		padding: 20px 0;
		border-radius: 20px;
		box-shadow: 5px 5px 0px #fff;
	}

	.merit__no{
		top: 10px;
		left: 15px;
	}

	.merit__no img{
		height: 40px;
	}

	.merit__ph{
		width: 240px;
		margin-bottom: 10px;
	}

	.merit__txt-1{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.merit__txt-2{
		font-size: 14px;
		line-height: 1.7;
		padding: 0 20px;
	}

	.slide__arrow{
		bottom: -60px;
		right: auto;
		left: 50%;
		margin-left: -50px;
		width: 100px;
	}

	.slide__arrow img{
		height: 40px;
	}
}

/*interview
--------------------------------------------------*/
.interview{
	padding: 260px 0 78px 0;
	margin-bottom: 249px;
	background:
	url(../img/interview_img_03.svg) no-repeat top 532px left calc(50% - 683px),
	url(../img/interview_bg_pc.png) repeat-y top 0 left 50%;
}

.interview__container{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.interview__container::before{
	content: '';
	display: block;
	background: url(../img/interview_img_01.svg) no-repeat 0 0/100%;
	width: 473px;
	height: 284px;
	position: absolute;
	top: -623px;
	left: -273px;
}

.interview__container::after{
	content: '';
	display: block;
	background: url(../img/interview_img_02.svg) no-repeat 0 0/100%;
	width: 377px;
	height: 459px;
	position: absolute;
	top: -766px;
	right: -227px;
}

.interview__heading{
	position: absolute;
	top: -300px;
	left: 0;
}

.wayofworking{
	width: 450px;
	height: 150px;
	border-radius: 20px;
	background: #fef8c6;
	position: absolute;
	top: -184px;
	right: 0;
	box-sizing: border-box;
	padding: 41px 0 0 0;
}

.wayofworking__ttl{
	position: absolute;
	top: -18px;
	left: 57px;
	line-height: 0;
}

.wayofworking__list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.wayofworking__item{
	width: fit-content;
	height: 28px;
	background: #fda0b4;
	border: 1px solid #571b7f;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
	padding: 0 15px;
	margin-right: 6px;
	margin-bottom: 8px;
}

.wow__col--2{
	background-color: #82C8E6;
}

.wow__col--3{
	background-color: #89D340;
}

.wow__col--4{
	background-color: #F9BE00;
}

.wow__col--5{
	background-color: #4CB0F4;
}

.wow__col--6{
	background-color: #FF5F55;
}

.wow__col--7{
	background-color: #19A8A7;
}

.wow__col--8{
	background-color: #E048A4;
}

.wow__col--9{
	background-color: #F09357;
}

.interview__list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.interview__list .wayofworking__list{
	position: absolute;
	top: 280px;
	left: 18px;
}

/* R.Sさん と S.Iさん のタグリストを右寄せにする（位置も修正）*/
li.interview__item[data-mfp-src="#modal-4"] .wayofworking__list,
li.interview__item[data-mfp-src="#modal-6"] .wayofworking__list {
    justify-content: flex-end; /* リストの中身を右に寄せる */
    left: auto; /* 既存の left: 18px を解除 */
    right: 18px; /* 右端から 18px の位置に指定 */
}

.interview__list::before{
	content: '';
	display: block;
	background: url(../img/interview_img_04.svg) no-repeat 0 0/100%;
	width: 355px;
	height: 485px;
	position: absolute;
	bottom: -214px;
	left: -355px;
}

.interview__list::after{
	content: '';
	display: block;
	background: url(../img/interview_img_05.svg) no-repeat 0 0/100%;
	width: 248px;
	height: 260px;
	position: absolute;
	bottom: -242px;
	right: -229px;
}

.interview__item{
	width: 450px;
	position: relative;
	margin-right: 79px;
	margin-bottom: 64px;
	background: url(../img/arrow_02.svg) no-repeat bottom 8px right 0;
	transition: 0.3s ease-out;
	cursor: pointer;
}

.interview__item:nth-child(2n){
	margin-right: 0;
}

.interview__item:nth-child(2){
	margin-top: 85px;
}

.interview__item:nth-child(3),
.interview__item:nth-child(5){
	margin-top: -85px;
}

.interview__txt{
	position: absolute;
	top: -14px;
	right: 26px;
	line-height: 0;
}

.interview__ph{
	line-height: 0;
	margin-bottom: 21px;
}

.interview__ph img{
	width: 100%;
}

.interview__no{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 0.02em;
	color: #fda0b4;
}

.interview__no--c2{
	color: #82C8E6;
}

.interview__no--c3{
	color: #F9BE00;
}

.interview__no--c4{
	color: #89D340;
}

.interview__no--c5{
	color: #FF5F55;
}

.interview__no--c6{
	color: #19A8A7;
}

.interview__name__area{
	display: flex;
	align-items: center;
	margin-top: -9px;
}

.interview__shop{
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.07em;
	padding-top: 5px;
	margin-right: 10px;
}

.interview__name strong{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 45px;
	letter-spacing: 0.02em;
	color: #571b7f;
}

.interview__name small{
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #21110d;
	padding-top: 10px;
}

.foot__entry__btn{
	width: 766px;
	position: absolute;
	bottom: -148px;
	left: 50%;
	margin-left: -383px;
}

.foot__entry__btn a{
	width: 100%;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #571b7f;
	line-height: 1;
	color: #fff;
}

.foot__entry__btn--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0.02em;
	margin-bottom: 11px;
}

.foot__entry__btn--ja{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
	.interview__item:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px) {
	.interview{
		padding: 80px 0 50px 0;
		margin-bottom: 150px;
		background:url(../img/interview_bg_sp.png) repeat-y top 0 left 50%/800px;
	}

	.interview__container{
		width: auto;
		padding: 0 20px;
	}

	.interview__container::before{
		width: 130px;
		height: 80px;
		top: -210px;
		left: 5px;
	}

	.interview__container::after{
		width: 135px;
		height: 170px;
		top: -270px;
		right: 5px;
	}

	.interview__heading{
		top: -100px;
		left: 20px;
	}

	.wayofworking{
		width: 280px;
		height: auto;
		margin: 0 auto 30px auto;
		border-radius: 15px;
		position: relative;
		top: auto;
		right: auto;
		padding: 40px 0 5px 0;
	}

	.wayofworking__item{
		height: 28px;
		font-size: 12px;
		letter-spacing: 0;
		padding: 0 10px;
		margin-right: 5px;
		margin-bottom: 10px;
	}

	.wayofworking__ttl{
		position: absolute;
		top: -11px;
		left: 22px;
		line-height: 0;
	}

	.wayofworking__ttl img{
		width: 240px;
	}

	.interview__list{
		display: block;
		width: 280px;
		margin: 0 auto;
	}

	.interview__list::before{
		width: 100px;
		height: 137px;
		bottom: -160px;
		left: -40px;
	}

	.interview__list::after{
		width: 95px;
		height: 102px;
		bottom: -120px;
		right: -40px;
	}

	.interview__item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		margin-top: 0 !important;
		background: url(../img/arrow_02.svg) no-repeat bottom 3px right 0/40px;
	}

	.interview__list .wayofworking__list{
		top: auto;
		bottom: 95px;
		left: 10px;
		justify-content: flex-start;
	}

	.wayofworking__item{
		margin-bottom: 5px;
	}

	.interview__txt{
		position: absolute;
		top: -10px;
		right: 10px;
	}

	.interview__txt img{
		width: 60px;
	}

	.interview__ph{
		margin-bottom: 10px;
	}

	.interview__no{
		font-size: 20px;
	}

	.interview__name__area{
		flex-direction: column;
		align-items:start;
		margin-top: 0;
}

	.interview__shop{
		font-size: 14px;
	}

	.interview__name strong{
		font-size: 40px;
	}

	.foot__entry__btn{
		display: none;
	}
}

/*modal
--------------------------------------------------*/
.modal{
	margin: 100px auto 50px auto;
	width: 982px;
	border-radius: 30px;
	background: url(../img/modal_bg.png);
	border: 2px solid rgba(87, 27, 127, 0.5);
	box-shadow: 10px 10px 0px #571b7f;
	box-sizing: border-box;
	position: relative;
	padding: 61px 73px 75px 71px;
}

.modal__close__top{
	position: absolute;
	top: 30px;
	right: 34px;
	z-index: 100;
}

.modal__close__btm{
	width: 300px;
	height: 70px;
	margin: 0 auto;
}

.modal__close__btm a{
	height: 100%;
	border-radius: 35px;
	background: #FDA0B4 url(../img/modal_icon_close.svg) no-repeat top 50% right 25px;
	border: 2px solid #4c2894;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #fff;
}

.modal__ttl{
	position: absolute;
	top: -58px;
	left: 41px;
	background: url(../img/modal_ttl_bg_01.svg) no-repeat 0 0/100%;
	width: 230px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #fefefe;
	padding: 12px 1px 0 0;
}

.modal__header{
	position: relative;
	margin-bottom: 52px;
	width: 100%;
}

.modal__ph{
	background: url(../img/modal_ph_01_pc.webp) no-repeat 0 0/100%;
	padding-top: 55.234%;
	width: 100%;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#modal-2 .modal__ph{
	background-image: url(../img/modal_ph_02_pc.webp);
}

#modal-3 .modal__ph{
	background-image: url(../img/modal_ph_03_pc.webp);
}

#modal-4 .modal__ph{
	background-image: url(../img/modal_ph_04_pc.webp);
}

#modal-5 .modal__ph{
	background-image: url(../img/modal_ph_05_pc.webp);
}

#modal-6 .modal__ph{
	background-image: url(../img/modal_ph_06_pc.webp);
}

.modal .wayofworking__list{
	position: absolute;
	bottom: 6px;
	right: 15px;
}

.modal__header__txt{
	display: flex;
	align-items: center;
	line-height: 1;
	position: absolute;
	bottom: -11px;
	left: 1px;
}

.modal__header__shop{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	border-bottom: 1.5px solid #571B7F;
	margin-right: 12px;
	padding: 7px 0 5px 0;
}

.modal__header__name strong{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 70px;
	letter-spacing: 0.02em;
	color: #571b7f;
	margin-right: 6px;
}

.modal__header__name small{
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.modal__qa{
	margin-bottom: 75px;
}

.modal__q{
	background: url(../img/modal_icon_q.svg) no-repeat top 2px left 9px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #000;
	margin-bottom: 12px;
	padding-left: 56px;
	min-height: 36px;
}

.modal__a{
	width: 825px;
	border-radius: 16px;
	background: #ffe3e9;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: left;
	color: #000;
	margin: 0 0 37px auto;
	padding: 15px 20px 15px 18px;
}

/*color*/
.modal__col--2 .modal__close__btm a{
  background-color: #82C8E6;
}
.modal__col--2 .modal__ttl{
  background-image: url(../img/modal_ttl_bg_02.svg);
}
.modal__col--2 .modal__a{
  background-color: #D9EEF8;
}

.modal__col--3 .modal__close__btm a{
  background-color: #F9BE00;
}
.modal__col--3 .modal__ttl{
  background-image: url(../img/modal_ttl_bg_03.svg);
}
.modal__col--3 .modal__a{
  background-color: #FDECB3;
}

.modal__col--4 .modal__close__btm a{
  background-color: #89D340;
}
.modal__col--4 .modal__ttl{
  background-image: url(../img/modal_ttl_bg_04.svg);
}
.modal__col--4 .modal__a{
  background-color: #DCF2C7;
}

.modal__col--5 .modal__close__btm a{
  background-color: #FF5F55;
}
.modal__col--5 .modal__ttl{
  background-image: url(../img/modal_ttl_bg_05.svg);
}
.modal__col--5 .modal__a{
  background-color: #FFCECB;
}

.modal__col--6 .modal__close__btm a{
  background-color: #1FA6A5;
}
.modal__col--6 .modal__ttl{
  background-image: url(../img/modal_ttl_bg_06.svg);
}
.modal__col--6 .modal__a{
  background-color: #BDE4E4;
}

@media screen and (min-width: 769px) {
	.modal__close:hover{
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	.modal{
		margin: 80px auto;
		width: 90%;
		border-radius: 20px;
		background: url(../img/modal_bg.png);
		border: 2px solid rgba(87, 27, 127, 0.5);
		box-shadow: 5px 5px 0px #571b7f;
		padding: 70px 20px 20px 20px;
	}

	.modal__close__top{
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.modal__close__top img{
		width: 40px;
	}

	.modal__close__btm{
		width: 200px;
		height: 55px;
	}

	.modal__close__btm a{
		background-size: 30px auto;
		background-position: top 50% right 15px;
		font-size: 16px;
	}

	.modal__ttl{
		position: absolute;
		top: -52px;
		left: 15px;
		width: 150px;
		height: 50px;
		font-size: 18px;
		letter-spacing: 0;
		padding: 7px 0 0 0;
	}

	.modal__header{
		position: relative;
		margin-bottom: 100px;
		width: 100%;
	}

	#modal-1 .modal__ph{
		background-image: url(../img/modal_ph_01_sp.webp);
	}

	#modal-2 .modal__ph{
		background-image: url(../img/modal_ph_02_sp.webp);
	}

	#modal-3 .modal__ph{
		background-image: url(../img/modal_ph_03_sp.webp);
	}

	#modal-4 .modal__ph{
		background-image: url(../img/modal_ph_04_sp.webp);
	}

	#modal-5 .modal__ph{
		background-image: url(../img/modal_ph_05_sp.webp);
	}

	#modal-6 .modal__ph{
		background-image: url(../img/modal_ph_06_sp.webp);
	}

	.modal .wayofworking__list{
		position: absolute;
		bottom: 5px;
		right: auto;
		left: 10px;
		justify-content:flex-start;
	}

	.modal__header__txt{
		bottom: -85px;
		left: 0;
		display: block;
	}

	.modal__header__shop{
		font-size: 14px;
	}

	.modal__header__name strong{
		font-size: 50px;
	}

	.modal__qa{
		margin-bottom: 30px;
	}

	.modal__q{
		background: url(../img/modal_icon_q.svg) no-repeat top 5px left 0/22px;
		font-size: 16px;
		letter-spacing: 0;
		margin-bottom: 8px;
		padding-left: 30px;
		min-height: 30px;
	}

	.modal__a{
		width: 100%;
		border-radius: 10px;
		background: #ffe3e9;
		font-size: 16px;
		letter-spacing: 0;
		margin: 0 0 20px 0;
		padding: 10px;
		box-sizing: border-box;
	}
}

/*sp entry button
--------------------------------------------------*/
.floating__btm__btn{
	display: none;
}

@media screen and (max-width: 768px) {
	.floating__btm__block{
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 300;
		width: 100%;
	}

	.floating__btm__btn{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 62px;
		z-index: 300;
		display: flex;
	}

	.floating__btm__btn__item{
		width: 100%;
	}

	.floating__btm__btn__item a{
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff;
		background: #571b7f;
	}

.floating__btm__btn__item--en{
	font-family: 'Wendy One';
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.floating__btm__btn__item--ja{
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.06em;
}
}

/*フッター
--------------------------------------------------*/
.footer p,
.footer a{
	color: #fff;
}

.footer{
	background: #DC4E79;
	min-width: 1200px;
}

.footer__container{
	padding: 29px 49px 27px 52px;
	display: flex;
	justify-content: space-between;
}

.footerLink__list{
	display: flex;
	justify-content: center;
}

.footerLink__item{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	border-left: 1px solid #fff;
	padding-left: 27px;
	margin-left: 27px;
}

.footerLink__item:first-child{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

.copyright{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.footerLink__item a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.footer{
		min-width: auto;
	}
	
	.footer__container{
		padding: 20px 0;
		display: block;
	}

	.footerLink__list{
		flex-wrap: wrap;
		margin-bottom: 5px;
	}

	.footerLink__item{
		font-size: 12px;
		letter-spacing: 0;
		padding-left: 15px;
		margin-left: 15px;
		margin-bottom: 10px;
		white-space: nowrap;
	}

	.copyright{
		font-size: 10px;
		letter-spacing: 0;
		text-align: center;
	}
}