@charset "utf-8";
@font-face {
	font-family: "源ノ角ゴシック JP Normal";
	font-style: normal;
	font-weight: normal;
	src: url("fonts-canvas/SourceHanSansJP-Normal.otf");
}
@font-face {
	font-family: "AkzidenzGrotesk-LightCond";
	font-style: normal;
	font-weight: normal;
	src: url("fonts-canvas/AkzidenzGrotesk-LightCond.otf");
}
@font-face {
	font-family: "A-OTF-A1MinchoStd-Bold";
	font-style: normal;
	font-weight: normal;
	src: url("fonts-canvas/A-OTF-A1MinchoStd-Bold.otf");
}
@font-face {
	font-family: "A-OTF-MidashiGoPro-MB31";
	font-style: normal;
	font-weight: normal;
	src: url("fonts-canvas/A-OTF-MidashiGoPro-MB31.otf");
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "源ノ角ゴシック JP Normal";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.15rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 2px 30px 52px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 91px;
    z-index: 99;
    box-sizing: border-box;
    align-items: center;
	transition: all 0.3s;
}
#gHeader.border {
	border-bottom: 1px solid #666;
}
#gHeader h1 {
    width: 159px;
}
#gHeader .menuBox {
    margin: 33px -9px 0 0;
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    cursor: pointer;
}
#gHeader .menuBox .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    z-index: 10;
}
#gHeader .menu span {
    padding: 10px;
    background: url("img-canvas/common/icon01.png") no-repeat right center/8px;
}
#gHeader .menu::after {
    content: "MENU";
    position: absolute;
    color: #000;
    left: -26px;
    top: 0;
    font-size: 1.5rem;
    font-family: 'AkzidenzGrotesk-LightCond';
    letter-spacing: 0.2em;
}
#gHeader .menu.on::after {
    content: "CLOSE";
    left: -31px;
}
#gHeader .menu.on span {
    background-image: url("img-canvas/common/icon01_on.png");
}
#gHeader #gNavi {
    opacity: 0;
    visibility: hidden;
	transition: all 0.2s;
}
#gHeader .menuInfo {
    width: 117px;
    display: none;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    position: absolute;
    right: 28px;
    top: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
}
#gHeader .menuInfo li {
    margin-bottom: 15px;
    text-align: right;
}
#gHeader .menuInfo li:last-child {
    margin-bottom: 0;
}
#gHeader .menuInfo li a {
    font-family: 'AkzidenzGrotesk-LightCond';
    letter-spacing: 0.19em;
    text-align: right;
}
#gHeader .menuInfo li a:hover {
    opacity: 0.6;
}
#gHeader.fixed {
    background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid #666;
}
#gHeader.fixed #gNavi {
    opacity: 1;
    visibility: visible;
}
#gHeader.fixed .menuBox {
    opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}
@media all and (max-width: 767px) {
	#gHeader {
        padding: 16px 2px 17px 17px;
        height: 51px;
    }
    #gHeader h1 {
        width: 104px;
    }
    #gHeader .menuBox {
        margin: -18px 0 0 0;
    }
    #gHeader .menuBox .menu {
        width: 36px;
    }
    #gHeader .menu span {
        background-size: 7px;
    }
    #gHeader .menu::after {
        left: -20px;
        font-size: 1.3rem;
        letter-spacing: 0.19em;
    }
    #gHeader .menuBox {
        margin: 17px 0 0 0;
        width: 113px;
    }
    #gHeader .menu.on::after {
        left: -26px;
    }
	#gHeader.fixed .menuBox {
		opacity: 1;
		visibility: visible;
	}
    #gHeader .menuInfo {
        width: 117px;
        display: none;
        padding: 30px 27px 20px 0;
        right: 0;
        top: 27px;
    }
    #gHeader .menuInfo li {
        margin-bottom: 15px;
    }
    #gHeader .menuInfo li a {
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin-right: 34px;
    width: calc(100% - 300px);
}
#gNavi ul {
    justify-content: flex-end;
}
#gNavi li {
    margin: 0 14px;
}
#gNavi li a {
    font-family: "AkzidenzGrotesk-LightCond";
    letter-spacing: 0.2em;
}
#gNavi li a:hover {
    opacity: 0.6;
}
@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 27px 24px 15px 33px;
}
#gFooter .fBox {
	align-items: center;
}
#gFooter .fLogo {
	margin-right: 34px;
	width: 115px;
}
#gFooter .fBox .link {
	margin-top: -2px;
}
#gFooter .fBox .link a {
	color: #969696;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}
#gFooter address {
	color: #969696;
	font-style: normal;
	font-size: 1.2rem;
	text-align: right;
	letter-spacing: 0.2em;
}
#gFooter .fBox .link a:hover {
    opacity: 0.6;
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 29px 14px 7px 14px;
    }
    #gFooter .fBox .link a {
        font-size: 0.95rem;
        font-weight: normal;
    }
    #gFooter .fLogo {
        margin-right: 13px;
        width: 94px;
    }
    #gFooter address {
        font-size: 0.95rem;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	fonts
------------------------------------------------------------*/
.akzlc {
    font-family: 'AkzidenzGrotesk-LightCond';
}
.amg {
    font-family: 'A-OTF-MidashiGoPro-MB31';
}
.min {
	font-family: 'A-OTF-A1MinchoStd-Bold';
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 430px;
}
@media all and (max-width: 767px) {
    .content {
        padding: 0 21px;
        box-sizing: border-box;
        max-width: inherit;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 42px;
    padding: 29px 50px 27px;
	color: #000;
    font-size: 3.8rem;
    font-weight: normal;
	font-family: 'AkzidenzGrotesk-LightCond';
    letter-spacing: 0.14em;
}
@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 30px;
        padding: 10px 25px;
        font-size: 2.1rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 44px;
    color: #000;
    font-size: 2.4rem;
	font-family: 'A-OTF-MidashiGoPro-MB31';
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.headLine02 .sm {
	font-size: 1.8rem;
}
@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 33px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
    }
    .headLine02 .sm {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comContact a {
	margin-bottom: 24px;
	padding: 139px 0 135px;
	position: relative;
	box-sizing: border-box;
	align-items: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.comContact .headLine01 {
	padding: 0;
	margin: -22px 0 0;
	position: absolute;
	left: 4.2%;
	top: 50%;
	width: 20%;
}
.comContact p span {
	padding: 0 20px;
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	background: url(img-canvas/common/icon02.png) no-repeat right 2px bottom 5px/15px;
}
@media all and (min-width: 768px) {
    .comContact a:hover {
        background-color: #fcfcfc;
    }
    .comContact a:hover p {
        opacity: 0.6;
    }
}
@media all and (max-width: 767px) {
    .comContact {
        margin-bottom: 14px;
    }
    .comContact a {
        padding: 82px 0;
        text-align: center;
    }
    .comContact .headLine01 {
        margin: 0;
        width: 19%;
        position: static;
        font-weight: normal;
    }
    .comContact p {
		width: 71%;
    }
	.comContact p span {
        padding: 0 20px;
        font-size: 1.4rem;
        letter-spacing: 0.09em;
        background-size: 9px;
	}
}
@media all and (max-width: 374px) {
    .comContact p span {
        font-size: 1.2rem;
        padding: 0 10px;
    }
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto;
	width: 14px;
	text-align: center;
}
@media all and (max-width: 767px) {
    .pageTop {
        width: 10px;
    }
}
.pageTop a:hover {
    opacity: 0.6;
}
/*------------------------------------------------------------
	canvas
------------------------------------------------------------*/
.nolink {
	pointer-events: none;
}
.canvas .slideBox {
    margin-bottom: 49px;
	position: relative;
}
.canvas .slideBox .prev,
.canvas .slideBox .next {
    margin-top: 3px;
	position: absolute;
    width: 12px;
	top: 50%;
	z-index: 11;
    cursor: pointer;
}
.canvas .slideBox .prev {
	left: calc(50% - 417px);
}
.canvas .slideBox .next {
	right: calc(50% - 417px);
}
.canvas .slideList .slick-slide > div {
	margin: 0 30px;
	width: 685px;
}
.canvas .slideBox  .slick-dots {
    margin-top: 27px;
    display: flex;
    justify-content: center;
}
.canvas .slideList .slick-dots li button {
    display: none;
}
.canvas .slideList .slick-dots li {
    margin: 0 19px; 
    width: 7px;
    height: 6px;
    background-color: #000;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.canvas .slideBox li.slick-active {
    background-color: #fff;
    border: 1px solid #000;
}
.canvas .slideList .photo {
	padding-bottom: 100%;
	transition: all 0.5s;
	transform: scale(0.8);
	transform-origin: center bottom;
    position: relative;
    overflow: hidden;
}
.canvas .slideList .slick-center .photo {
	transform: scale(1);
}
.canvas .slideList .photo span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    transition: all 350ms cubic-bezier(.215,.61,.355,1);
}
.canvas .slideList .imgBox {
	position: relative;
	margin: -39px auto 0;
	width: calc(100% - 112px);
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: relative;
}
.canvas .slideList .imgBox a {
	padding: 14px 28px;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.canvas .slideList .imgBox .photoBox {
	width: 81px;
	height: 81px;
}
.canvas .slideList .imgBox .photoBox span {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.canvas .slideList .imgBox .photoBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.canvas .slideList .imgBox .desBox {
    margin-top: -7px;
	width: calc(100% - 101px);
	box-sizing: border-box;
}
.canvas .slideList .slick-center .imgBox {
	opacity: 1;
	visibility: visible;
}
.canvas .slideList .imgBox .ttl {
    margin-bottom: -10px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.16em;
	font-family: "AkzidenzGrotesk-LightCond";
}
.canvas .slideList .imgBox .txt {
    color: #CCC;
    font-size: 1.3rem;
    font-weight: normal;
	letter-spacing: 0;
	font-family: "A-OTF-MidashiGoPro-MB31";
}
.canvas .topBox {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.canvas .topBox h2 {
    margin: 0 auto 22px;
    color: #000;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.5;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    letter-spacing: 0.12em;
}
.canvas .topBox ul li {
    padding: 92px 0 89px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.canvas .topBox ul li:last-child {
    border: none;
}
.canvas .topBox p {
    letter-spacing: 0.01em;
    line-height: 2.3;
}
.canvas .topBox .photo {
    width: 270px;
}
.canvas .talentSec .headLine01 {
    margin-bottom: 0;
}
.canvas .talentSec .photoList::after {
    content: "";
    width: 33.33%;
}
.canvas .talentSec .photoList li {
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.canvas .talentSec .photoList li a {
    padding: 99px 0 57px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.canvas .talentSec .photoList li:nth-child(3n) {
    border-right: none;
}
.canvas .talentSec .photoList li.special {
    align-items: center;
}
.canvas .talentSec .photoList li.special .photo {
    width: 78px;
    margin: 0 auto;
}
.canvas .talentSec .photoList li .photo {
    margin: 0 auto 34px;
    width: 49.2%;
}
.canvas .talentSec .photoList li .photo img {
    border-radius: 3px;
}
.canvas .talentSec .photoList {
    margin-bottom: -1px;
    border-top: 1px solid #ccc;
}
.canvas .talentSec .photoList .textBox {
    text-align: center;
    width: 100%;
}
.canvas .talentSec .photoList .ttl {
    margin-bottom: 22px;
    color: #666;
    font-size: 1.5rem;
    letter-spacing: 0.13em;
}
.canvas .talentSec .photoList .name {
    margin-bottom: 28px;
    color: #000;
    font-size: 2.2rem;
    letter-spacing: 0.13em;
    line-height: 1.8;
}
.canvas .talentSec .photoList .name span {
    display: block;
    color: #CCC;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.15em;
}
.canvas .newSec .headLine01 {
    margin-bottom: 0;
}
.canvas .newSec .detailUl {
    border-top: 1px solid #ccc;
}
.canvas .newSec .detailUl li {
    border-bottom: 1px solid #ccc;
}
.canvas .newSec .detailUl li a {
    display: block;
    padding: 39px 20% 42px 11.5%;
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-family: 'A-OTF-MidashiGoPro-MB31';
    background: url("img-canvas/canvas/icon01.png") no-repeat right 155px center/11px;
}
.canvas .newSec .detailUl li:last-child {
    border-bottom: none;
}
.canvas .newSec .detailUl li span {
    margin-top: 11px;
    display: block;
    color: #969696;
    font-size: 1.3rem;
    font-family: 'AkzidenzGrotesk-LightCond';
    letter-spacing: 0.2em;
}
@media all and (-ms-high-contrast:none) {
    .canvas .talentSec .photoList li a {
        justify-content: space-between;
    }
    .canvas .talentSec .photoList li.special {
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) {
    .canvas .slideList li .imgBox a:hover .ttl {
        opacity: 0.6;
    }
    .canvas .slideList li .photo a:hover span {
        transform: scale(1.03);
    }
    .canvas .talentSec .photoList li .photo img {
        transition: all 350ms cubic-bezier(.215,.61,.355,1);
    }
    .canvas .talentSec .photoList li .photo {
        overflow: hidden;
    }
    .canvas .talentSec .photoList li a:hover .photo img {
        transform: scale(1.03);
    }
    .canvas .talentSec .photoList li a:hover .textBox {
        opacity: 0.6;
        transition: all 350ms cubic-bezier(.215,.61,.355,1);
    }
    .canvas .slideList .imgBox .ttl {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .canvas .newSec .detailUl li a:hover {
        opacity: 0.6;
        background-color: #fcfcfc;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .canvas .slideBox {
        margin: 137px 0 80px 0;
    }
    .canvas .slideBox .prev,
    .canvas .slideBox .next {
        margin-top: 0;
        width: 13px;
        top: auto;
        bottom: -10px;
    }
    .canvas .slideBox .prev {
        left: 24%;
    }
    .canvas .slideBox .next {
        right: 24%;
    }
    .canvas .slideList .photo {
		transform: scale(0.85);
	}
    .canvas .slideList .slick-slide > div {
        margin: 0;
    }
    .canvas .slideBox  .slick-dots {
        margin-top: 150px;
    }
    .canvas .slideList .slick-dots li {
        margin: 0 21px; 
        width: 10px;
        height: 9px;
    }
    .canvas .newSec .detailUl li a {
        padding: 39px 10% 42px 7.5%;
        background-position: right 5% center;
    }
}
@media all and (max-width: 767px) {
    .canvas {
        margin-top: 60px;
    }
    .canvas .slideBox {
        margin-bottom: 33px;
    }
    .canvas .slideBox .prev,
    .canvas .slideBox .next {
        margin-top: 0;
        width: 6px;
        top: auto;
        bottom: -10px;
    }
    .canvas .slideBox .prev {
        left: 24%;
    }
    .canvas .slideBox .next {
        right: 24%;
    }
    .canvas .slideList .photo {
		transform: scale(0.85);
	}
    .canvas .slideList .slick-slide > div {
        margin: 0;
        width: auto;
    }
    .canvas .slideBox  .slick-dots {
        margin-top: 50px;
    }
    .canvas .slideList .slick-dots li {
        margin: 0 11px; 
        width: 4px;
        height: 4px;
    }
    .canvas .slideList .imgBox {
        margin: -19px 16px 0;
        width: auto;
        border-radius: 0;
    }
	.canvas .slideList .imgBox a {
		padding: 6px 11px;
	}
    .canvas .slideList .imgBox .photoBox {
        width: 40px;
        height: 40px;
    }
    .canvas .slideList .imgBox .desBox {
        margin-top: 0;
        width: calc(100% - 50px);
    }
    .canvas .slideList .imgBox .ttl {
        margin-bottom: -2px;
        color: #000;
        font-size: 1.9rem;
        letter-spacing: 0.04em;
    }
    .canvas .slideList .imgBox .txt {
        font-size: 0.85rem;
    }
    .canvas .topBox h2 {
        margin-bottom: 15px;
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: 0.12em;
    }
    .canvas .topBox ul {
        display: block;
    }
    .canvas .topBox ul li {
        margin: 0 10px 52px;
        padding: 47px 0 55px;
        width: auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    .canvas .topBox p {
        letter-spacing: 0.01em;
        line-height: 2.3;
        font-size: 1.1rem;
    }
    .canvas .topBox .photo {
        width: 45.6%;
    }
    .canvas .topBox ul li:last-child {
        padding-bottom: 60px;
    }
    .canvas .talentSec .photoList {
        margin-bottom: -1px;
    }
    .canvas .talentSec .photoList::after {
        width: auto;
    }
    .canvas .talentSec .photoList li {
        width: 50%;
		min-height: 347px;
    }
	.canvas .talentSec .photoList li:nth-child(3n) {
		border-right: 1px solid #ccc;
	}
	.canvas .talentSec .photoList li:nth-child(2n) {
		border-right: none;
	}
    .canvas .talentSec .photoList li a {
        padding: 40px 0;
    }
    .canvas .talentSec .photoList li .photo {
        margin-bottom: 20px;
        width: 60%;
    }
    .canvas .talentSec .photoList li.special .photo {
        width: 50%;
    }
    .canvas .talentSec .headLine01 {
        padding: 12px 25px;
    }
    .canvas .talentSec .photoList .ttl {
        margin-bottom: 10px;
        font-size: 1.1rem;
        letter-spacing: 0.065em;
    }
    .canvas .talentSec .photoList .name {
        margin-bottom: 0;
        font-size: 1.4rem;
        letter-spacing: 0.065em;
        line-height: 1.6;
    }
    .canvas .talentSec .photoList .name span {
        font-size: 0.85rem;
        letter-spacing: 0.06em;
    }
    .canvas .newSec {
        border-top: 1px solid #ccc;
    }
    .canvas .newSec .detailUl li {
        margin: 0 16px;
    }
    .canvas .newSec .detailUl li a {
        padding: 29px 30px 29px 18px;
        font-size: 1.5rem;
        letter-spacing: 0.06em;
        line-height: 1.4;
        background-size: 7px;
        background-position: right 19px center;
    }
    .canvas .newSec .detailUl li span {
        margin-top: 6px;
        font-size: 1.1rem;
        letter-spacing: 0.2em;
    }
}
/*------------------------------------------------------------
	talent
------------------------------------------------------------*/
.talent {
    padding-top: 90px;
}
.talent .mainBox {
	display: flex;
}
.talent .lBox {
	padding: 0 7.4% 0;
	width: 50%;
	box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
	flex-direction: column;
	position: sticky;
	top: 0;
	height: calc(100vh - 93px);
	transition: all ease 0.85s;
}
.talent .rBox {
    padding-top: 100px;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.talent .listBox {
	width: 100%;
}
.talent .lBox .photoList {
	margin-bottom: 23px;
	display: block;
	width: 100%;
}
.talent .lBox .photoList li span {
	display: flex;
	height: 390px;
	justify-content: center;
	align-items: center;
}
.talent .lBox .photoList img {
	max-height: 100%;
    border-radius: 3px;
}
.talent .lBox .imgList {
	width: 100%;
	display: flex;
	justify-content: center;
}
.talent .lBox .imgList li {
	margin: 0 5px;
	width: 36px;
	height: 28px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.4;
	border-radius: 2px;
	transition: all ease 0.5s;
    cursor: pointer;
}
.talent .lBox .imgList li.on {
	opacity: 1;
}
.talent .rBox .peopleBox {
    margin-bottom: 104px;
    padding: 0 20px;
}
.talent .rBox .peopleBox .ttl {
    margin-bottom: 8px;
    font-size: 1.7rem;
    letter-spacing: 0.13em;
}
.talent .rBox .peopleBox .name {
    margin-bottom: 28px;
    color: #000;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.8;
}
.talent .rBox .peopleBox .name span {
    display: block;
    color: #CCC;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.15em;
}
.talent .rBox .inforDl {
    margin-bottom: 35px;
}
.talent .rBox .inforDl dt,
.talent .rBox .inforDl dd {
    padding: 10px 0 6px 0;
    letter-spacing: 0.13em;
}
.talent .rBox .inforDl dt {
    padding-left: 0;
    float: left;
    color: #000;
    font-weight: bold;
}
.talent .rBox .inforDl dd {
    padding-left: 6em;
}
.talent .rBox .snsUl {
	margin-bottom: 126px;
}
.talent .rBox .snsUl li {
    margin: 0 7px;
    width: 22px;
}
.talent .rBox .snsUl li:first-child {
    margin-left: 0;
}
.talent .rBox .snsUl li a {
    display: block;
}
.talent .rBox .snsUl li a:hover {
    opacity: 0.6;
}
.talent .rBox .works {
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
}
.talent .rBox .works .headLine01 {
	border-bottom: 1px solid #ccc;
}
.talent .rBox .works .textBox {
	margin-bottom: 40px;
	padding: 0 20px 60px;
	border-bottom: 1px solid #ccc;
}
.talent .rBox .works .textBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.talent .rBox .peopleBox p {
    line-height: 2.57;
	text-align: justify;
	text-justify: inter-ideograph;
    letter-spacing: 0.08em;
}
.talent .rBox .works p {
	margin-bottom: 17px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
.talent .rBox .works p:last-child {
	margin-bottom: 0;
}
.talent .rBox .timeDl {
	margin-top: 43px;
}
.talent .rBox .timeDl dt,
.talent .rBox .timeDl dd {
	padding: 10px 0 9px;
	letter-spacing: 0.08em;
}
.talent .rBox .timeDl dt {
	padding-left: 0;
	float: left;
	width: 120px;
}
.talent .rBox .timeDl dd {
	padding-left: 9.2em;
}
.talent .works .innerBox {
	margin-bottom: 40px;
}
.talent .works .innerBox:last-child {
	margin-bottom: 0;
}
.talent .works .innerBox h4 {
	margin-bottom: 9px;
	padding-bottom: 14px;
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #CCC;
}
.talent .works .innerBox p {
	letter-spacing: 0.08em;
	line-height: 2.8;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
@media all and (max-width: 767px) {
     .talent {
        padding-top: 51px;
    }
    .talent .mainBox {
        display: block;
    }
    .talent .lBox {
        margin: 0 15px 0;
        padding: 32px 0 38px;
        width: auto;
        position: static;
        top: auto;
        height: auto;
        border-bottom: 1px solid #ccc;
    }
    .talent .rBox {
        margin: 0;
        padding: 25px 0;
        width: auto;
        border-left: none;
    }
    .talent .listBox {
        display: block;
        top: 0;
        height: auto;
    }
    .talent .lBox .photoList {
        margin-bottom: 16px;
        display: block;
        width: 100%;
    }
    .talent .lBox .photoList li span {
        height: 276px;
    }
    .talent .lBox .imgList li {
        margin: 0 1.1%;
        width: 8%;
        height: 0;
        padding-bottom: 6%;
    }
    .talent .rBox .peopleBox {
        margin-bottom: 14px;
        padding: 0 16px 60px;
        border-bottom: 1px solid #ccc;
    }
    .talent .rBox .peopleBox .ttl {
        margin-bottom: 11px;
        font-size: 1.3rem;
        letter-spacing: 0.065em;
    }
    .talent .rBox .peopleBox .name {
        margin-bottom: 19px;
        font-size: 2.4rem;
        letter-spacing: 0.06em;
        line-height: 1.7;
    }
    .talent .rBox .peopleBox .name span {
        font-size: 1.1rem;
        letter-spacing: 0.15em;
    }
    .talent .rBox .inforDl {
        margin-bottom: 28px;
    }
    .talent .rBox .inforDl dt,
    .talent .rBox .inforDl dd {
        padding: 10px 0 4px 0;
        letter-spacing: 0.065em;
    }
    .talent .rBox .inforDl dd {
        padding-left: 6.3em;
    }
    .talent .rBox .snsUl {
        margin-bottom: 63px;
    }
    .talent .rBox .snsUl li {
        margin: 0 8px;
        width: 19px;
    }
    .talent .rBox .peopleBox p {
        line-height: 2;
        letter-spacing: 0.065em;
        text-align: left;
    }
    .talent .rBox .works {
        margin-bottom: 8px;
        border-top: none;
    }
    .talent .rBox .works .headLine01 {
        padding: 0 25px 11px;
    }
    .talent .rBox .works .textBox {
        margin-bottom: 40px;
        padding: 0 12px 22px;
        border-bottom: 1px solid #ccc;
        }
    .talent .rBox .works p {
        margin-bottom: 17px;
        line-height: 1.6;
        letter-spacing: 0.065em;
    }
    .talent .rBox .timeDl {
        margin-top: 43px;
    }
    .talent .rBox .timeDl dt,
    .talent .rBox .timeDl dd {
        padding: 0;
        letter-spacing: 0.065em;
    }
    .talent .rBox .timeDl dt {
        margin-bottom: 2px;
        color: #000;
        float: none;
        width: 100%;
        font-weight: bold;
    }
    .talent .rBox .timeDl dd {
        padding: 0 0 16px 0;
    }
    .talent .works .innerBox {
        margin-bottom: 29px;
    }
    .talent .works .innerBox h4 {
        margin-bottom: 13px;
        padding-bottom: 10px;
        font-size: 1.2rem;
        letter-spacing: 0.065em;
    }
    .talent .works .innerBox p {
        letter-spacing: 0.065em;
        line-height: 2.1;
        font-size: 1.15rem;
    }
    .talent .works .innerBox:nth-of-type(2) p {
        line-height: 2.5;
    }
}
.fadeInUp {
	opacity: 0;
	transform: translateY(100px);
	transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeInUp.show {
	opacity: 1;
	transform: translateY(0);
}