@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	background: url(../img/top-kv-bg-1.jpg) no-repeat center / cover;
	position: relative;
	padding: 3.5rem 5rem;
	height: 100vh;
}
@media screen and (max-width: 768px) {
	.top-kv {
		background: url(../img/top-kv-bg-1-sp.jpg) no-repeat center / cover;		
		padding: 1.5rem;
		height: 100dvh;
	}
}
/* ---- wrap ---- */
.top-kv .wrap {
	background: url(../img/top-kv-bg-2.jpg) no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 7rem);
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		background: url(../img/top-kv-bg-2-sp.jpg) no-repeat center / cover;
		height: calc(100dvh - 3rem);
	}
}
/* ---- ul ---- */
.top-kv ul {
	display: flex;
	flex-wrap: wrap;
	width: 55rem;
}
.top-kv ul li {
	width: 17rem;
	margin-right: 2rem;
}
.top-kv ul li:nth-child(3n) {
	margin-right: 0;
}
.top-kv ul li:nth-child(n + 4) {
	margin-top: 2rem
}
.top-kv ul li a {
	border-radius: 0.5rem;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-family: var(--font-Montserrat);
	font-weight: 500;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem;
}
.top-kv ul li a span {
	border: solid 0.12rem #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
	.top-kv ul {
		width: 80%;
		justify-content: space-between;
	}
	.top-kv ul li {
		width: 49%;
		margin-right: 0;
	}
	.top-kv ul li:nth-child(3n) {
		margin-right: 0;
	}
	.top-kv ul li:nth-child(n + 4) {
		margin-top: auto;
	}
	.top-kv ul li:nth-child(n + 3) {
		margin-top: 2%;
	}	
	.top-kv ul li a {
		font-size: 1.8rem;
		height: 14rem;
	}
	.top-kv ul li img {
		height: 14rem;
		object-fit: cover;
		border-radius: .5rem;
	}
}
/* ---- scroll ---- */
.top-kv .scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	z-index: 10;
	font-family: var(--font-Montserrat);
	font-weight: 500;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
}
.top-kv .scroll i {
	margin-left: 0.5rem;
	margin-bottom: 0.7rem;
}
.top-kv .scroll span {
	width: 0.1rem;
	height: 7rem;
	background: #fff;
	animation: scroll infinite 1s;
}
@keyframes scroll {
	0% {
		height: 7rem;
		transform-origin: top;
	}
	100% {
		height: 0;
		transform-origin: top;
	}
}
@media screen and (max-width: 768px) {
	.top-kv .scroll i {
		margin-left: 1rem;
		margin-bottom: 2rem;
	}
}



/* -------------------------------------------

blog CMS

------------------------------------------- */
.top-blog {
	padding: 15rem 0 6rem 0;
	position: relative;
	margin-bottom: 12rem;
}
.top-blog::before {
	content: "";
	width: 95%;
	height: 38rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.top-blog {
		padding: 8rem 3rem;
		margin-bottom: 8rem;
	}
	.top-blog::before {
		width: 100%;
		height: 80%;
	}
}

/* ---- h2 ---- */
.top-blog h2 {
	position: absolute;
	left: 5rem;
	top: 6rem;
}

.top-blog:nth-of-type(2) h2{
	right: 4rem;
}

.top-blog:nth-of-type(2)::before{
	left: 6rem;
}

.top-blog:nth-of-type(2) .more-wrap{
	justify-content: flex-start;
	margin-left: 12rem;
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.top-blog h2 {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 3rem;
		text-align: center;
	}
.top-blog:nth-of-type(1){
	margin-bottom: 1rem;
}

	.top-blog:nth-of-type(2)::before{
	left: 0rem;
	}

	.top-blog:nth-of-type(2) h2{
		right: 0;
	}
	.top-blog:nth-of-type(2) .more-wrap{
		margin: 0 auto;
		justify-content: center;
	}
}
/* ---- wrap ---- */
.top-blog .wrap {
	position: relative;
	z-index: 99;
}
/* ---- more ---- */
.top-blog .more-wrap {
	margin-top: 5rem;
	margin-right: 12rem;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.top-blog .more-wrap {
		margin-right: auto;
		justify-content: center;
	}
}
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    display: inline-block;
    width: calc(33.33333333333% - 3rem * 2/3);
}
.topNews_image {
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    padding: 35%;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
}
.topNews_content {
    margin-top: 1.5rem; 
}
.topNews_date {
    font-size: 1.2rem;
    width: fit-content;
    color: var(--prime);
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
.news_link {
    font-weight: 500;
}
@media screen and (max-width: 767px) {
.topNews_list {
    flex-direction: column;
        margin-bottom: 32px;
    }
    .topNews_item {
        width: 100%;
    }
}
/* ---- news index ---- */

.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
.news_item {
    display: flex;
    gap: 1.2rem;
    cursor: pointer;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.news_date {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 767px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: calc(100% - 24px);
    }
}
/* ---- blog detail ---- */
.newsDetail_image img,
.newsDetail_image video {
    width: 100%;
    height: auto;
}
.newsDetail_content {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.newsDetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.newsDetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 1rem 4rem;
}
.newsDetail_caption{
    white-space: pre-wrap; 
}



/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-concept-bg.jpg) no-repeat center top / cover;
	padding-bottom: 10rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding-bottom: 0;
	}
}
/* ---- wrap ---- */
.top-concept .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.top-concept .wrap > figure {
	width: 58%;
}
.top-concept .wrap > div {
	width: 35%;
	padding-top: 2rem;
	padding-left: 10rem;
}
.top-concept .wrap > div p {
	margin: 3rem 0;
	width: 38rem;
}
@media screen and (max-width: 768px) {
	.top-concept .wrap {
		display: block;
	}
	.top-concept .wrap > figure {
		width: 100%;
	}
	.top-concept .wrap > div {
		width: 100%;
		padding: 5rem 3rem 0 3rem;
	}
	.top-concept .wrap > div p {
		margin: 3rem 0;
		width: auto;
	}
}
/* ---- figure ---- */
.top-concept > figure {
	position: absolute;
	left: 0;
	bottom: -10rem;
	width: 22rem;
}
@media screen and (max-width: 768px) {
	.top-concept > figure {
		position: relative;
		left: auto;
		bottom: -5rem;
		width: 27rem;
	}	
}



/* -------------------------------------------

staff

------------------------------------------- */
.top-staff {
	padding-top: 18rem;
	position: relative;
	z-index: 99;
}
@media screen and (max-width: 768px) {
	.top-staff {
		padding-top: 18rem;
		padding-bottom: 4rem;
	}
}
/* ---- h2 ---- */
.top-staff h2 {
	position: absolute;
	left: 23rem;
	top: 18rem;
}
@media screen and (max-width: 768px) {
	.top-staff h2 {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		margin-bottom: 3rem;
	}
}
/* ---- wrap ---- */
.top-staff .wrap {
	width: 70%;
	margin-left: auto;
	position: relative;
	padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-staff .wrap {
		width: 100%;
		padding: 0 3rem 4rem 3rem;
	}
}
/* ---- more ---- */
.top-staff .more-wrap {
	display: flex;
	justify-content: flex-end;
	margin-right: 12rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.top-staff .more-wrap {
		justify-content: center;
		margin-right: auto;
		margin-top: 3rem;
	}	
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	background: url(../img/top-menu-bg-1.jpg) no-repeat center top;
	background-size: 100% auto;	
	padding-top: 25rem;
	margin-top: -19rem;
	margin-bottom: 18rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		background-size: 300% auto;	
		padding-top: 30rem;
		margin-bottom: 12rem;
		margin-top: -23rem;
	}	
}
/* ---- h2 ---- */
.top-menu h2 {
	margin-bottom: 4rem;
	padding-left: 10rem;
}
@media screen and (max-width: 768px) {
	.top-menu h2 {
		margin-bottom: 3rem;
		padding-left: 0;
		text-align: center;
	}
}
/* ---- ul ---- */
.top-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4rem;
	background: var(--pink);
}
.top-menu li {
	width: 50%;
}
.top-menu li a {
	position: relative;
	height: 25rem;
	display: block;
}
.top-menu li a > span {
	position: absolute;
	top: 50%;
	left: 4rem;
	transform: translate(0,-50%);
	display: flex;
	flex-direction: column;
	line-height: 1;
}
.top-menu li:nth-child(odd) a > span {
	left: 15rem;
}
.top-menu li a > span .en {
	font-family: var(--font-Montserrat);
	font-weight: 600;
	font-size: 3.4rem;
}
.top-menu li a > span .jp {
	margin-top: 1rem;
}
.top-menu li a > div {
	position: absolute;
	right: 3rem;
	bottom: 3rem;
	display: flex;
	align-items: center;
	font-family: var(--font-Montserrat);
}
.top-menu li:nth-child(even) a > div {
	right: 15rem;
}
.top-menu li a > div::after {
	content: "";
	width: 5rem;
	height: 0.1rem;
	background: var(--prime);
	margin-left: 2.5rem;
}
.top-menu li:nth-child(1) a {
	background: url(../img/top-menu-bg-2.jpg) no-repeat center / cover;
}
.top-menu li:nth-child(2) a {
	background: url(../img/top-menu-bg-3.jpg) no-repeat center / cover;
}
.top-menu li:nth-child(3) a {
	background: url(../img/top-menu-bg-4.jpg) no-repeat center / cover;
}
.top-menu li:nth-child(4) a {
	background: url(../img/top-menu-bg-5.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-menu ul {
		display: block;
	}
	.top-menu li {
		width: 100%;
	}
	.top-menu li a {
		height: 22rem;
	}
	.top-menu li:nth-child(odd) a > span {
		left: 4rem;
	}
	.top-menu li a > span .jp {
		margin-top: 0.6rem;
	}
	.top-menu li:nth-child(even) a > div {
		right: 4rem;
	}
}
/* ---- more ---- */
.top-menu .more-wrap {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	
}



/* -------------------------------------------

style

------------------------------------------- */
.top-style {
	padding: 0 0 4rem 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-style {
		padding: 4rem 0 6rem 0;
	}
}
/* ---- h2 ---- */
.top-style h2 {
	position: absolute;
	top: -5rem;
	right: 12rem;
}
@media screen and (max-width: 768px) {
	.top-style h2 {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin-bottom: 3rem;
	}	
}
/* ---- wrap ---- */
.top-style .wrap {
	position: relative;
	padding-bottom: 4rem;
	width: 82%;
}
@media screen and (max-width: 768px) {
	.top-style .wrap {
		padding: 0 3rem 4rem 3rem;
		width: 100%;
	}
}
/* ---- more ---- */
.top-style .more-wrap {
	margin-top: 3rem;
	margin-left: 12rem;
}
@media screen and (max-width: 768px) {
	.top-style .more-wrap {
		display: flex;
		justify-content: center;
		margin-left: 0;
	}	
}



/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
	background: url(../img/top-recruit-bg.jpg) no-repeat center top / cover;
	padding: 12rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-recruit {
		background: url(../img/top-recruit-bg.jpg) no-repeat center top / cover;
		padding: 12rem 3rem 6rem 3rem;
	}
}
/* ---- wrap ---- */
.top-recruit .wrap {
	display: flex;
	flex-direction: row-reverse;
}
.top-recruit .wrap > figure {
	width: 60%;
}
.top-recruit .wrap > div {
	width: 40%;
	display: flex;
	flex-direction: column-reverse;
	padding-left: 10rem;
	padding-right: 3rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-recruit .wrap {
		display: block;
	}
	.top-recruit .wrap > figure {
		width: 100%;
	}
	.top-recruit .wrap > div {
		width: 100%;
		flex-direction: column;
		padding: 0;
	}
}
/* ---- h2 ---- */
.top-recruit h2 {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: var(--font-Montserrat);
	font-weight: 500;
	line-height: 1;
	margin-top: 4rem;
	font-size: 7rem;
	white-space: nowrap;
	width: 60rem;
}
.top-recruit h2::before {
	content: "";
	width: 12rem;
	height: 0.1rem;
	background: #fff;
	margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	.top-recruit h2 {
		margin-top: 2.5rem;
		margin-bottom: 1.5rem;
		font-size: 4.7rem;
		width: auto;
	}
	.top-recruit h2::before {
		display: none;
	}
}
/* ---- more ---- */
.top-recruit .more-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 4rem;
	margin-right: 10rem;
}
@media screen and (max-width: 768px) {
	.top-recruit .more-wrap {
		justify-content: flex-start;
		margin-top: 4rem;
		margin-right: 0;
	}
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 12rem 0;
	position: relative;
}

.top-access .more-wrap{
	width: fit-content;
	margin: 4rem auto;
}

.more-wrap .more{
	justify-content: center;
    padding: 1.5rem 0 1.65rem 0rem
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 10rem 3rem;
	}
}
/* ---- h2 ---- */
.top-access h2 {
	position: absolute;
	left: 5rem;
	top: 10rem;
}
@media screen and (max-width: 768px) {
	.top-access h2 {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		margin-bottom: 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
}
.top-access .wrap > * {
	width: 47%;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > *:nth-of-type(1) {
		margin-bottom: 6rem;
	}
}
/* ---- h3 ---- */
.top-access h3 {
	margin-bottom: 2rem;
	font-weight: 400;
	padding: 1rem 0 1.2rem 1.5rem;
	background: linear-gradient(to right, #fff, transparent);
	font-size: 2.2rem;
}
.top-access dl {
	margin: 2rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
	.top-access dl {
		margin: 2rem 0 2rem 0;
	}
}



/* -------------------------------------------

swiper

------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 999;
    transition: all .3s;
	top: auto;
	bottom: 0;
}	
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center;
	background-size: 100% auto;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat center;
	background-size: 100% auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
.top-staff .swiper-button-prev {
	right: 16rem;
}
.top-staff .swiper-button-next {
	right: 12rem;
}
.top-style .swiper-button-prev {
	left: 12rem;
}
.top-style .swiper-button-next {
	left: 16rem;
}
@media screen and (max-width: 768px) {
	.top-staff .swiper-button-prev {
		right: auto;
		left: 40%;
	}
	.top-staff .swiper-button-next {
		right: 40%;
	}
	.top-style .swiper-button-prev {
		left: 40%;
	}
	.top-style .swiper-button-next {
		left: auto;
		right: 40%;
	}
}



/* -------------------------------------------

menu

------------------------------------------- */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
	border-top: 1px solid rgba(0,0,0,0.15);
}
dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd{
	background:rgba(255,255,255,0.3);
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd){
	background: none !important;
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
	background: none !important;
}
dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
}
dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
	font-weight: 500;
	font-size: 1.5rem;
}
dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 0.5rem;
}
dl.menu-list dd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	text-align: right;
	width: 30%;
	font-family: var(--font-Montserrat);
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
}



/* -------------------------------------------

staff

------------------------------------------- */
/* ---- staff-list ---- */
.staff-list {
	padding: 3rem 4rem 0 4rem;
}
.staff-list li {
	position: relative;
}
.staff-list li:not(:last-child) {
	margin-bottom: 8rem;
}
.staff-list .img {
	position: relative;
	width: 24rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.staff-list li:nth-child(even) .img {
	right: 0;
	left: auto;
}
.staff-list .img figure {
	position: relative;
}
.staff-list .img figure::before {
	content: "";
	width: 22.5rem;
	height: 22.5rem;
	box-sizing: border-box;
	border: solid 0.18rem #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* border-radius: 50%; */
}
.staff-list .img figure img {
	/* border-radius: 50%; */
	height: 24rem;
	object-fit: cover;
	object-position: top right;
}
.staff-list .insta {
	position: absolute;
	left: -2rem;
	top: 1rem;
	width: 7rem;
}
.staff-list .txt {
	width: 68rem;
	margin-left: auto;
	background: #fff;
	padding: 0 3rem 1.5rem 15rem;
	box-shadow: 0.2rem 0.3rem 0.5rem rgba(0,0,0,0.15);
}
.staff-list li:nth-child(even) .txt {
	margin-left: 0;
	padding: 0 17rem 1.5rem 3rem;
}
.staff-list .txt h4 {
	background: var(--pink);
	display: flex;
	align-items: center;
	height: 5.6rem;
	padding-top: 0.12rem;
	padding-left: 5.6rem;
	position: relative;
	top: -2.8rem;
	margin-bottom: -1.5rem;
	color: #fff;
}
.staff-list .txt h4::before {
	content: "";
	width: 5.6rem;
	height: 5.6rem;
	background: url(../img/ico-scissors.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -1.7rem;
	top: 0;
}
.staff-list .txt h4 .name {
	font-family: var(--font-montserrat);
	font-weight: 600;
	font-size: 3rem;
}
.staff-list .txt h4 .job {
	font-weight: normal;
	font-size: 1.6rem;
	margin-left: 1rem;
}
.staff-list .txt dt {
	color: #707070;
	margin-bottom: 0.3rem;
	font-weight: 500;
}
.staff-list .txt dt::before {
	content: "■";
	color: var(--grey);
	margin-right: 0.3rem;
}
.staff-list .txt dd {
	padding: 0 2rem 1.5rem 2rem;
	margin-bottom: 1.5rem;
	border-bottom: solid 0.12rem var(--grey);
}
.staff-list .txt dd:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.staff-list li:nth-last-child(1){
padding: 4rem 0;

}

.staff-list li:nth-last-child(2){
	padding: 8rem 0;
}

/* .staff-list li:nth-last-child(1) .txt {
box-shadow: none;
background:none;
} */


/* .staff-list li:nth-last-child(2) .txt {
	box-shadow: none;
	background:none;
} */









@media screen and (max-width: 768px) {
	.staff-list {
		padding: 0;
	}
	.staff-list li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.staff-list .img {
		position: relative;
		width: 28rem;
		left: auto;
		top: auto;
		transform: none;
		margin: 0 auto;
	}
	.staff-list li:nth-child(even) .img {
		right: auto;
		left: auto;
	}
	.staff-list .img figure::before {
		width: 24.5rem;
		height: 24.5rem;
	}
	.staff-list .img figure img {
		height: 28rem;
	}
	.staff-list .txt {
		width: 100%;
		margin-left: auto;
		background: #fff;
		padding: 0 3rem 1.5rem 3rem;
	}
	.staff-list li:nth-child(even) .txt {
		margin-left: 0;
		padding: 0 3rem 1.5rem 3rem;
	}
	.staff-list .txt h4 .name {
		font-size: 2.2rem;
	}
	.staff-list .txt h4 .job {
		font-size: 1.2rem;
		margin-left: 0.8rem;
	}

	.staff-list li:nth-last-child(1){
		padding:2rem 0;
	}

	.staff-list li:nth-last-child(2){
		padding:2rem 0;
	}
}



/* -------------------------------------------

recruit

------------------------------------------- */
.recruit {
	padding-top: 8rem;
}
/* ---- recruit-menu ---- */
.recruit-menu {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-menu li {
	width: 32%;
	font-weight: 500;
}
.recruit-menu li:nth-child(n + 4) {
	margin-top: 2%;
}
.recruit-menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--prime);
	color: #fff;
	height: 4rem;
	padding-bottom: 0.15rem;
	border-radius: 0.3rem;
}
.recruit-menu li a i {
	font-size: 1rem;
	margin-left: 1.5rem;
	margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
	.recruit-menu {
		margin-bottom: 3rem;
		padding: 0 2rem;
	}
	.recruit-menu li {
		width: 49%;
		font-size: 1.2rem;
	}
	.recruit-menu li:nth-child(n + 4) {
		margin-top: auto;
	}
	.recruit-menu li:nth-child(n + 3) {
		margin-top: 2%;
	}
	.recruit-menu li a i {
		font-size: 1rem;
		margin-left: 0.6rem;
		margin-top: 0.3rem;
	}	
}
/* ---- 魅力 ---- */
.recruit-charm {
	background: #fff;
	padding: 8rem 0;
}
.recruit-charm > div > p {
	text-align: center;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.recruit-charm {
		padding: 8rem 3rem;
	}
	.recruit-charm > div > p {
		text-align: left;
		margin-bottom: 4rem;
	}
}
/* ul */
.recruit-charm ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit-charm ul li:not(:last-child) {
	margin-bottom: 3rem;
}
.recruit-charm ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.recruit-charm ul li > figure {
	width: 40%;
	position: relative;
}
.recruit-charm ul li > figure span {
	font-weight: 600;
	line-height: 1;
	position: absolute;
	left: -1rem;
	top: -1rem;
	font-family: var(--font-Montserrat);
	font-size: 2rem;
	color: var(--pink);
	background: var(--prime);
	padding: 0.4rem 1rem;
}
.recruit-charm ul li > dl {
	width: 56%;
}
.recruit-charm ul li > dl dt {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.recruit-charm ul li {
		display: block;
	}
	.recruit-charm ul li:not(:last-child) {
		margin-bottom: 6rem;
	}
	.recruit-charm ul li > figure {
		width: 100%;
		margin-bottom: 1.8rem;
	}
	.recruit-charm ul li > dl {
		width: 100%;
	}
	.recruit-charm ul li > dl dt {
		margin-bottom: 1rem;
	}
}
/* ---- 人物像 ---- */
.recruit-portrait {
	padding: 8rem 0;
	background: url(../img/top-menu-bg-2.jpg) no-repeat center / cover;
}
.recruit-portrait p {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.7;
}
.recruit-portrait p span {
	font-weight: 400;
	font-size: 1.4rem;
	margin-top: 3rem;
}
/* ---- スタイリストになるまで ---- */
.recruit-stylist {
	background: #fff;
	padding: 8rem 0;
}
.recruit-stylist h4 {
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.recruit-stylist h4 {
		font-size: 2rem;
	}
}
.recruit-stylist-schedule {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit-stylist-schedule > li {
	width: 24%;
	background: rgba(255,255,255,0.7);
	border-radius: 0.5rem;
	padding: 2rem;
}
.recruit-stylist-schedule dt {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 1.2rem;
}
.recruit-stylist-schedule dd {
	font-size: 1.3rem;
}
.recruit-stylist section {
	background: linear-gradient(to right, #FDF0EA, #FFF0DE);
	padding: 3rem;
}
@media screen and (max-width: 768px) {
	.recruit-stylist-schedule {
		display: block;
	}
	.recruit-stylist-schedule > li {
		width: 100%;
	}
	.recruit-stylist-schedule > li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.recruit-stylist section {
		padding: 2.5rem 2rem;
	}
}
.recruit-stylist section p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
.recruit-stylist > div h4 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.recruit-stylist > div p {
	text-align: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.recruit-stylist > div p {
		padding: 0 3rem;
		text-align: left;
		margin-bottom: 6rem;
	}
}
/* ---- スケジュール ---- */
.recruit-schedule {
	padding: 8rem 0;
}
.recruit-schedule .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.recruit-schedule .wrap figure {
	width: 40%;
}
.recruit-schedule .wrap > dl {
	width: 55%;
	padding-top: 1.5rem;
}
.recruit-schedule .wrap > dl dt {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.recruit-schedule {
		padding: 8rem 3rem;
	}
	.recruit-schedule .wrap {
		display: block;
	}
	.recruit-schedule .wrap figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.recruit-schedule .wrap > dl {
		width: 100%;
		padding-top: 0;
	}
}
/* ul */
.recruit-schedule ul li {
	background: rgba(255,255,255,0.7);
	padding: 2rem 2.5rem;
}
.recruit-schedule ul li:not(:last-child) {
	margin-bottom: 1rem;
}
.recruit-schedule ul dl {
	display: flex;
	align-items: center;
}
.recruit-schedule ul dl dt {
	width: 25rem;
	display: flex;
	align-items: center;
}
.recruit-schedule ul dl dt > span:nth-child(1) {
	width: 10rem;
	font-family: var(--font-Montserrat);
	font-weight: 600;
	color: var(--pink);
}
.recruit-schedule ul dl dt > span:nth-child(2) {
	width: 15rem;
	font-weight: 500;
	font-size: 1.7rem;
}
.recruit-schedule ul dd {
	width: calc(100% - 25rem);
}
@media screen and (max-width: 768px) {
	.recruit-schedule ul li {
		padding: 2rem 2.5rem;
	}
	.recruit-schedule ul dl {
		display: block;
	}
	.recruit-schedule ul dl dt {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.recruit-schedule ul dl dt > span:nth-child(1) {
		width: 8rem;
		font-family: var(--font-Montserrat);
		font-weight: 600;
		color: var(--pink);
	}
	.recruit-schedule ul dl dt > span:nth-child(2) {
		width: calc(100% - 8rem);
	}
	.recruit-schedule ul dd {
		width: 100%;
	}
}
/* ---- 福利厚生 ---- */
.recruit-benefits {
	background: #fff;
	padding: 8rem 0;
}
.recruit-benefits > div h4 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 500;
}
.recruit-benefits > div p {
	text-align: center;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.recruit-benefits {
		padding: 8rem 3rem;
	}
	.recruit-benefits > div p {
		text-align: left;
	}
}
/* ---- 募集要項 ---- */
.recruit-requirement {
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.recruit-requirement {
		padding: 8rem 3rem;
	}
}


/* voice */
.voice-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.voice-container .voice-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.voice-container .voice-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #000;
    background-color: #f1f1f1;
    padding: 12px;
}

.voice-container .voice-image img {
    width: 40px;
}
.voice-container .voice-rating-date {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fa-star:before {
    content: "\f005";
	color: orange;
}
.fas {
    font-family: "Font Awesome 6 Free";
}

@media screen and (max-width: 768px) {
	.voice-container {
		grid-template-columns: repeat(1, 1fr);

	}
}