@charset "UTF-8";

/*FV------------------------------------------------------------------*/
#FV {
	position: relative;
	width: 100vw;
	height: 100vh;
    z-index: 1;
}
#FV .txt {
	position: absolute;
	bottom: 60px;
	left: 60px;
}
#FV .txt p.main-en {
	color: #fff;
	font-size: 4.5rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 200;
	margin: 0 0 .3rem;
    opacity: 0;
}
.active #FV .txt p.main-en {
    animation: fv-copy 1s ease .5s forwards;
}
@keyframes fv-copy {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}

#FV .txt p ruby rt {
	font-size: 1.4375rem;
    letter-spacing: -1.5rem;
    transform: translate(0, -15%);
}
#FV .txt p.main {
    opacity: 0;
	color: #1750a2;
	font-size: 3.3125rem;
	font-weight: bold;
	margin: 0 0 .8rem;;
}
.active #FV .txt p.main {
    animation: fv-copy 1s ease .5s forwards;
}
#FV .txt p.sub {
    opacity: 0;
}
.active #FV .txt p.sub {
    animation: fv-copy 1s ease 1s forwards;
}

.fvbg {
    position: fixed;
    top: 0;
    left: 0;
	width: 100vw;
	height: 100vh;
    transition: opacity 1s ease;
    opacity: 1;
}
.fvbg.dilute {
    opacity: .2;
}

/*scroll -------------------*/
#FV .scroll {
	position: absolute;
	right: 60px;
	bottom: -10vh;
	writing-mode: vertical-rl;
	font-family: 'Manrope', sans-serif;
	font-size: .75rem;
	display: flex;
	align-items: center;
	z-index: 4;
}
#FV .scroll span {
	padding: 0 0 1rem;
}
#FV .scroll .bar {
	position: relative;
	width: 2px;
	height: 30vh;
	background-color: #fff;
}
#FV .scroll .bar::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background-color: #222222;
	border-radius: 50px;
    animation: scrollbar 3s cubic-bezier(.31,.13,.29,.98) infinite;
}
@keyframes scrollbar {
	0% { top: 0; opacity: 0; }
	20% { top: 0; opacity: 1; }
	80% { top: 100%; opacity: 1; }
	100% { top: 100%; opacity: 0; }
}



@media screen and (max-width: 820px) {
#FV .txt {
    width: calc(100% - 60px);
	position: absolute;
	bottom: 15vh;
	left: 30px;
}
#FV .txt p.main-en {
	font-size: 2.375rem;
	margin: 0 0 1rem;
    line-height: 1.2;
    letter-spacing: 0;
}
#FV .txt p ruby rt {
	font-size: 0.8125rem;
    letter-spacing: -1rem;
    transform: translate(0, -0.3rem);
}
#FV .txt p.main {
	font-size: 1.875rem;
	margin: 0 0 .8rem;
}

/*scroll -------------------*/
#FV .scroll {
	right: 2px;
	bottom: -24vh;
	font-size: .6875rem;
}
#FV .scroll span {
	padding: 0 0 .6rem;
}
#FV .scroll .bar {
	height: 50vh;
}    
    
.fvbg.sp {
    position: absolute;
    top: 31%;
    left: 50%;
    width: 140vw;
    height: 140vh;
    transform: translate(-50%,-50%);
    z-index: -1;
}
}





/*secion#detail------------------------------------------------------------------*/
section#detail {
    position: relative;
	padding: 140px 50px 0;
    z-index: 1;
}
section#detail .sec-inner {
	position: relative;
	display: flex;
	gap: 0 80px;
}
section#detail .sec-inner::after {
	display: block;
	content: "";
	height: 400px;
	width: calc(38% + 30px);
	background: url("../img/zokujin.png") left top no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -12%;
	left: -30px;
	z-index: 1;
    opacity: 0;
}
section#detail .sec-inner.scrollAnim::after {
	animation: detailpic 1.5s cubic-bezier(.31,.13,.29,.98) 1s forwards;
}
@keyframes detailpic {
  0% {
	opacity: 0;
    transform: translateY(10%);
  }
  100% {
	opacity: 1;
    transform: translateY(0);
  }
}

section#detail .sec-inner h2 {
	flex-basis: 30%;
	padding: 80px 0 0;
}
section#detail .sec-inner .txt {
	position: relative;
	flex-basis: 70%;
	padding: 80px 0 80px 80px;
	z-index: 1;
	color: #fff;
}
section#detail .sec-inner .txt::after {
	display: block;
	content:"";
	background: url("../img/logo_simple.svg") calc(50vw - 55vw) top no-repeat #1750a2;
	background-size: 80% auto;
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
section#detail .sec-inner .txt h3 {
	margin: 0 0 50px;
    opacity: 0;
}
section#detail .sec-inner.scrollAnim .txt h3 {
    animation: detailanim 1.5s cubic-bezier(.31,.13,.29,.98) .2s forwards;
}
@keyframes detailanim {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}

section#detail .sec-inner .txt .inner {
    opacity: 0;
}
section#detail .sec-inner.scrollAnim .txt .inner {
    animation: detailanim 1.5s cubic-bezier(.31,.13,.29,.98) .8s forwards;
}

section#detail .sec-inner .txt p {
	margin: 0 0 1.1rem;
}

section#detail .sec-inner .txt a {
	display: flex;
	justify-content: flex-end;
	color: #fff;
	position: relative;
    opacity: 0;
}
section#detail .sec-inner.scrollAnim .txt a {
    animation: detailanim 1.5s cubic-bezier(.31,.13,.29,.98) 1s forwards;
}

section#detail .sec-inner .txt a span::after {
	display: block;
	content: "";
	height: 2px;
	width: 0%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 4em;
	transform: translateY(-50%);
}
section#detail .sec-inner.scrollAnim .txt a span::after {
    animation: detaila 1.5s cubic-bezier(.31,.13,.29,.98) 1s forwards;
    width: 0%;
}
@keyframes detaila {
  0% {
	width: 0;
  }
  100% {
	width: 30%;
  }
}



section#detail .subbg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    z-index: -1;
    opacity: .2;
    transform: translate(-50%,-50%) rotate(-25deg);
}



@media screen and (max-width: 820px) {
section#detail {
	padding: 70px 0 0;
}
section#detail .sec-inner {
    flex-direction: column;
    padding: 0 30px;
    overflow: hidden;
}
section#detail .sec-inner::after {
	display: none;
}
section#detail .sec-inner::before { 
    display: block;
	content: "";
    width: calc(100% + 60px);
    height: calc(100%);
    background: #1750a2;
    position: absolute;
    top: 240px;
    left: -30px;
    z-index: -1;
}
section#detail .sec-inner h2 {
	flex-basis: 30%;
	padding: 0;
}
section#detail .sec-inner .txt {
	position: relative;
	width: calc(100% + 60px);
    margin-left: -30px;
	padding: 240px 30px 30px;
	z-index: 0;
}
section#detail .sec-inner .txt::after {
    display: block;
    content: "";
    height: 210px;
    width: 100%;
    background: url("../img/zokujin_sp.png") center top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
section#detail .sec-inner .txt h3 {
	margin: 0 auto 36px;
    max-width: 220px;
}
section#detail .sec-inner .txt p {
	margin: 0 0 1.1rem;
}
section#detail .sec-inner .txt a {
    font-size: 1.125rem;
}
section#detail .sec-inner .txt a span::after {
	height: 1px;
	width: 50%;
	right:3.5em;
}
}




/*secion#service------------------------------------------------------------------*/
section#service {
	position: relative;
	padding: 140px 50px;
}
section#service::after {
	display: block;
	content: "";
	height: 100%;
	width: 100vw;
	background: url("../img/img_service_bg.svg") right center no-repeat;
	background-size: contain;
	position: absolute;
	left: -50vw;
	top: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}

section#service .sec-inner {
    position: relative;
}
section#service .sec-inner::after{
	display: block;
	content: "";
	height: 0%;
	width: 1px;
	background-color: #fff;
	position: absolute;
	right: -5%;
	top: 0;
	z-index: -1;
}
section#service .sec-inner.scrollAnim::after {
    animation: serviceBar 3s cubic-bezier(.31,.13,.29,.98) .5s forwards;
}
@keyframes serviceBar {
  0% {
	height: 0%;
  }
  100% {
	height: 100%;
  }
}



section#service h2 {
	text-align: center;
	margin: 0 0 50px;
}
section#service .item {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	gap: 0 50px;
	margin: 0 0 2%;
}
section#service .item:nth-child(odd) {
	flex-direction: row-reverse;
}
section#service .item .img,
section#service .item .txt {
	flex-basis: 50%;
}
section#service .item .img {
    transform: rotateY(-90deg);
}
section#service .item.scrollAnim .img {
    animation: itemImg 1.5s cubic-bezier(.31,.13,.29,.98) forwards;
}
@keyframes itemImg {
  0% {
	transform: rotateY(-90deg);
  }
  100% {
	transform: rotateY(0deg);
  }
}



section#service .item .txt {
	position: relative;
	padding: 0 5%;
    z-index: 1;
}
section#service .item .txt::before {
	display: block;
	font-size: 6.25rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 200;
	color: #fff;
	position: absolute;
	right: 5%;
	top: -5rem;
	line-height: 1;
	z-index: 1;
}
section#service .item:nth-of-type(1) .txt::before {
	content: "01";
}
section#service .item:nth-of-type(2) .txt::before {
	content: "02";
}
section#service .item:nth-of-type(3) .txt::before {
	content: "03";
}

section#service .item .txt h3 {
	position: relative;
	font-size: 1.5rem;
	color: #1750a2;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 25% 0 0;
	width: 75%;
}
section#service .item .txt h3::before {
	display: block;
	font-size: .875rem;
	color: #acacac;
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 0 5px;
}
section#service .item.marketing .txt h3::before {
	content: "Marketing";
}
section#service .item.develop .txt h3::before {
	content: "Product development";
}
section#service .item.beauty .txt h3::before {
	content: "Beauty business";
}

section#service .item .txt h3::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: .5rem;
}
section#service .item.marketing .txt h3::after {
	width: 98px;
	height: 150px;
	background: url("../img/img_service_01acce.png") center bottom no-repeat;
	background-size: contain;
}
section#service .item.develop .txt h3::after {
	width: 80px;
	height: 100px;
	background: url("../img/img_service_02acce.png") center bottom no-repeat;
	background-size: contain;
}
section#service .item.beauty .txt h3::after {
	width: 68px;
	height: 100px;
	background: url("../img/img_service_03acce.png") center bottom no-repeat;
	background-size: contain;
}	
section#service a.common {
	margin: 90px auto 0;
}


section#service .subbg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140vw;
    height: 140vh;
    z-index: -1;
    opacity: .1;
    transform: translate(-50%,-50%) rotate(-145deg);
}


@media screen and (max-width: 820px) {
section#service{
	padding: 65px 0;
}
section#service::after {
    background: url(../img/img_service_bg.svg) calc(0% + 35vw) center no-repeat;
    background-size: auto 120%;
    height: 100%;
    width: 100vw;
    left: auto;
    right: 0;
    top: 0;
}
section#service .sec-inner::after{
	right: 10px;
    height: 95%;
}
section#service h2 {
	margin: 0 0 40px;
}
section#service .item {
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width: 100%;
	gap: 0 50px;
	margin: 0 0 10%;
}
section#service .item:nth-child(odd) {
	flex-direction: column;
}
section#service .item .txt {
	padding: 0;
}
section#service .item .txt::before {
	font-size: 4.375rem;
	right: auto;
    left: 0;
	top: -4rem;
}
section#service .item:nth-of-type(2) .txt::before {
    left: auto;
    right: 0;
}
section#service .item .txt h3 {
	font-size: 1.25rem;
	margin: 0 0 5px;
	padding: 0 25% 0 0;
	width: 100%;
}
section#service .item .txt h3::before {
	margin: 10px 0 5px;
    line-height: 1;
}

section#service .item .txt h3::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: .5rem;
}
section#service .item.marketing .txt h3::after {
	width: 54px;
	height: 68px;
}
section#service .item.develop .txt h3::after {
	width: 47px;
	height: 52px;
}
section#service .item.beauty .txt h3::after {
	width: 34px;
	height: 44px;
}	
section#service a.common {
	margin: 40px auto 0;
}
}




/*secion#marketing ------------------------------------------------------------------*/
section#marketing {
    position: relative;
	padding: 200px 50px;
	background: url("../img/img_fanel.png") no-repeat center / 110% auto #1750a2;
	background-blend-mode: multiply;
	background-attachment: fixed;
    z-index: 1;
}
section#marketing .sec-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
section#marketing h2 {
	color: #fff;
	flex-basis: 45%;
	padding: 0 80px 0 0;
}🇦
section#marketing h2 span {
	font-size: 5rem;
}
section#marketing .sec-inner.txt {
	flex-basis: 45%;
}
section#marketing .txt p {
	margin: 0 0 20px;
}

section#marketing .txt a {
	margin-left: auto;
	
}

@media screen and (max-width: 820px) {
section#marketing {
	padding: 65px 0;
    background: url("../img/img_fanel.png") no-repeat center 5% / 140% auto #1750a2;
	background-blend-mode: multiply;
	background-attachment: inherit;
}
section#marketing .sec-inner {
    flex-direction: column;
}
section#marketing h2 {
    padding: 0;
    transform: translateX(-1rem);
    margin: 0 0 40px;
}
section#marketing .sec-inner.txt {
	flex-basis: 45%;
}
section#marketing .txt p {
	margin: 0 0 20px;
}

section#marketing .txt a {
	margin: auto;
	
}
}





/*secion#case ------------------------------------------------------------------*/
section#case {
    position: relative;
	padding: 100px 50px;
	background: rgba(210,210,210,.5    );
    z-index: 1;
}
section#case h2 {
	margin: 0 0 20px;
}
section#case .swiper {
	margin: 0 0 40px;
    padding: 0 0 40px;    
}
section#case .swiper-slide .img {
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	max-height: 268px;
}
section#case .swiper-slide .img.blk {
	background: #000;
}
section#case .swiper-slide .img img {
	width: 102%;
	height: auto;
}
section#case .swiper-slide dl.caption  {
	font-weight: 500;
}
section#case .swiper-slide dl.caption dt {
	flex-basis: 100%;
	padding: .5rem 10px;
	border-bottom: 1px #222 solid;
	font-size: 1.125rem;
	margin: 0 0 .5rem;
}
section#case .swiper-slide dl.caption dd.detail {
	padding: 0 10px;
	display: flex;
	gap: 0 15px;
	margin: 0 0 1rem;
	line-height: 1.4;
}
section#case .swiper-slide dl.caption dd.detail:last-child {
	margin: 0;
}
section#case .swiper-slide dl.caption dd.detail .tag {
	flex-basis: 35%;
	padding: 0;
}
section#case .swiper-slide dl.caption dd.detail .tag span {
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: #222;
	color: #fff;
	font-size: .8rem;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 0 4px;
	padding: .5rem .2rem;
    text-align: center;
}

section#case .swiper-slide dl.caption dd.detail .goal {
	flex-basis: calc(65% - 15px);
}
section#case .swiper-scrollbar {
	position: absolute;
	top: -70px;
	right: 0;
	background: #fff!important;
	border-radius: 0;
}
section#case .swiper-horizontal > .swiper-scrollbar {
	width: 50% !important;
	right: 0 !important;
	left: auto;
}
section#case .swiper-scrollbar-drag {
	background: #1750a2!important;
	border-radius: 0;
}
section#case a.common {
	margin: auto;
}


@media screen and (max-width: 820px) {
section#case {
	padding: 55px 0;
}
section#case h2 {
	margin: 0 0 15px;
}
section#case .swiper {
    position: relative;
	margin: 0 0 25px;
}
section#case .swiper-slide .img {
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	max-height: 268px;
}
section#case .swiper-slide dl.caption dt {
	padding: .3rem;
	font-size: .9375rem;
	margin: 0 0 .5rem;
}
section#case .swiper-slide dl.caption dd.detail {
	padding: 0 .2rem;
	flex-direction: column;
	margin: 0 0 1rem;
}
section#case .swiper-slide dl.caption dd.detail .tag {
	flex-basis: 35%;
	padding: 0;
    display: flex;
    gap: 0 5px; 
}
section#case .swiper-slide dl.caption dd.detail .tag span {
    flex-basis:calc(calc(100% - 5px) / 2);
    font-size: 1.5vw;
	padding: .2rem;
}

section#case .swiper-slide dl.caption dd.detail .goal {
	flex-basis: calc(100%);
}
section#case .swiper-scrollbar {
	position: absolute;
	top: auto;
    bottom: 0;
	right: auto;
    left: 0;
	background: #fff!important;
	border-radius: 0;
}
section#case .swiper-horizontal > .swiper-scrollbar {
	width: 100% !important;
    height: 3px !important;
	right: 0 !important;
	left: auto;
}
section#case .swiper-scrollbar-drag {
	background: #1750a2!important;
	border-radius: 0;
}
section#case a.common {
	margin: auto;
}
}


/*secion#company ------------------------------------------------------------------*/
section#company {
	position: relative;
	padding: 0 50px;
    z-index: 1;
}
section#company::before,
section#company::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
}
section#company::before {
	width: 55%;
	height: 100%;
	background-color: #1750a2;
	mix-blend-mode: multiply;
	left:0;
}
section#company::after {
	width: 45%;
	height: 90%;
	background: url("../img/img_company_bg.jpg") center no-repeat;
	background-size: 120% auto;
	right: 0;
}
section#company.scrollAnim::after  {
    animation: companyBG 1.5s cubic-bezier(.31,.13,.29,.98) forwards;
}
@keyframes companyBG {
  0% {
	background-size: 120% auto;
  }
  100% {
	background-size: 100% auto;
  }
}

section#company .sec-inner {
	padding: 140px 0 120px;
}
section#company h2 {
	color: #fff;
	margin: 0 0 1.5rem;
}


@media screen and (max-width: 820px) {
section#company {
	padding: 0;
}
section#company::before,
section#company::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
}
section#company::before {
	width: 100%;
	height: 80%;
}
section#company::after {
    top: 180px;
	width: calc(100% - 30px);
	height: 45%;
}
section#company .sec-inner {
	padding: 65px 30px 200px;
}
section#company h2 {
	margin: 0 0 1.5rem;
}
section#company a.common.mini {
	margin-left: auto;
    width: calc(60% + 30px);
    transform: translate(30px,-30%);
    padding: 1.5rem 5rem 1.5rem 1.5rem;
}



}




/*secion#member ------------------------------------------------------------------*/
section#member {
    position: relative;
	padding: 200px 50px;
	background: linear-gradient(0deg, transparent 0%, transparent calc(50% - 1px), #1750a2 calc(50% - 1px), #1750a2 calc(50%) , transparent calc(50%), transparent calc(100%));
    z-index: 1;
}
section#member .sec-inner {
	display: flex;
	gap: 0 80px;
}
section#member .txt {
	flex-basis: 35%;
}
section#member .txt h2 {
	margin: 0 0 100px;
}
section#member ul.member-list {
	position: relative;
	flex-basis: 65%;
	display: flex;
	gap: 0 20px;
	z-index: 1;
}
section#member ul.member-list li {
	position: relative;
	flex-basis: 50%;
	background: #dfdfdf;
	height: 432px;
	overflow: hidden;
}
section#member ul.member-list li:nth-child(odd) {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    transform: rotateY(90deg);
}
section#member ul.member-list li:nth-child(even) {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    transform: translateY(30px) rotateY(90deg);
}


section#member ul.member-list li.scrollAnim:nth-child(odd) {
    animation: memberPic 1.5s cubic-bezier(.31,.13,.29,.98) .1s forwards;
}
@keyframes memberPic {
  0% {
	transform: rotateY(90deg);
  }
  100% {
	transform: rotateY(1turn);
  }
}

section#member ul.member-list li.scrollAnim:nth-child(even) {
    animation: memberPic2 1.5s cubic-bezier(.31,.13,.29,.98) .1s forwards;
}
@keyframes memberPic2 {
  0% {
	transform: translateY(30px) rotateY(90deg);
  }
  100% {
	transform: translateY(30px) rotateY(1turn);
  }
}
@keyframes memberPic2sp {
  0% {
	transform: translateY(10px) rotateY(90deg);
  }
  100% {
	transform: translateY(10px) rotateY(1turn);
  }
}



section#member ul.member-list li figure {
    position: relative;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    overflow: hidden;
}
section#member ul.member-list li figure::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    opacity: .3;
    mix-blend-mode: multiply;
}
section#member ul.member-list li figure img {
	height: auto;
	width: 105%;
}
section#member ul.member-list li figure figcaption {
	position: absolute;
	left: 30px;
	bottom: 40px;
	color: #fff;
	font-weight: 700;
    z-index: 1;
}
section#member ul.member-list li figure figcaption dl {
	display: flex;
	flex-direction: column-reverse;
}
section#member ul.member-list li figure figcaption dl dt {
	font-size: 1.5rem;
}
section#member ul.member-list li figure figcaption dl dd.bus-name {
	font-size: .9375rem;
}
section#member ul.member-list li figure figcaption dl dd .duties  {
	font-size: 1.0625rem;
	border-top: 1px solid #fff;
}
section#member a.pc {
    display: flex;
}
section#member a.sp {
    display: none;
}

@media screen and (max-width: 820px) {
section#member {
	padding: 0 0 50px;
	background: unset;
}
section#member a.pc {
    display: none;
}
section#member a.sp {
    display: flex;
}
section#member .sec-inner {
    flex-direction: column;
	gap: 0 80px;
}
section#member .txt {
	flex-basis: 35%;
}
section#member .txt h2 {
	margin: 0 0 30px;
}
section#member ul.member-list {
    width: calc(100vw - 30px);
	display: flex;
	gap: 0 8px;
    margin: 0 0 40px -15px;
}
section#member ul.member-list li {
	height: 250px;
}
section#member ul.member-list li:nth-child(even) {
	transform: translateY(10px) rotateY(90deg);
}
section#member ul.member-list li.scrollAnim:nth-child(even) {
    animation: memberPic2sp 1.5s cubic-bezier(.31,.13,.29,.98) .1s forwards;
}
section#member ul.member-list li figure figcaption {
	left: 10px;
	bottom: 15px;
}
section#member ul.member-list li figure figcaption dl dt {
	font-size: 1.125rem;
}
section#member ul.member-list li figure figcaption dl dd.bus-name {
	font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.2;
}
section#member ul.member-list li figure figcaption dl dd .duties  {
	font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 5px 0 0;
    margin: 5px 0 0;
}
}




/*secion#recruit ------------------------------------------------------------------*/
section#recruit {
    position: relative;
	padding: 0 50px 100px;
}
section#recruit h2 {
	color: #fff;
	margin: 0 0 1rem;
}
section#recruit h2 span {
	font-size: 5rem;
}
section#recruit .sec-inner {
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
	padding: 140px 100px;
    overflow: hidden;
    z-index: 1;
}
section#recruit .sec-inner::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/img_recruit_bg.jpg") center no-repeat;
	background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.5);
    z-index: -1;
}
section#recruit .sec-inner.scrollAnim::after {
    animation: recruitBG 1.5s cubic-bezier(.31,.13,.29,.98) forwards;
}
@keyframes recruitBG {
  0% {
	transform: translate(-50%,-50%) scale(1.5);
  }
  100% {
	transform: translate(-50%,-50%) scale(1);
  }
}



@media screen and (max-width: 820px){
 section#recruit {
	padding: 0 15px 15px;
}
section#recruit h2 {
	margin: 0 0 80px;
}
section#recruit h2 span {
	font-size: 3.125rem;
    letter-spacing: 1px;
}
section#recruit .sec-inner {
	border-radius: 10px;
	padding: 100px 15px 20px;
}
section#recruit .sec-inner::after {
    background: url("../img/img_recruit_bg_sp.jpg") center no-repeat;
	background-size: cover;
}

}


