
/* PC SP 共通 */
body.team #team-member{
	margin-bottom: 120px;
}
body.team .team-menu{
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 70px;
}
body.team .team-menu > li{
    width: 143px;
    height: 143px;
    margin-bottom: -20px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
	transition-duration: 0.3s;
    box-sizing: border-box;
    cursor: pointer;
}
body.team .team-menu > li:hover{
	opacity: 0.6;
}
body.team .team-menu > li img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 270px;
    object-fit: cover;
    object-position: center 10px;
}

body.team .team-menu > li.s_shift_left img{
	margin-left: calc( -20 / 143 * 100% );
}
body.team .team-menu > li.s_shift_right img{
	margin-right: calc( -10 / 143 * 100% );
}

body.team .team-menu > li.s_shift_left[memberkey="imayoshi"] img{
	margin-left: calc( -10 / 143 * 100% );
}
body.team .team-menu > li.s_shift_left[memberkey="muto"] img{
	margin-left: calc( -30 / 143 * 100% );
}
body.team .team-menu > li[memberkey="kawamoto"] img{
    max-width: 120%;
	margin-left: calc( -5 / 143 * 100% );
}
body.team .team-menu > li[memberkey="ueno"] img{
    max-width: 110%;
}
body.team .team-menu > li[memberkey="matsuda"]{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

body.team .team-menu > li:nth-child(7n+1),
body.team .team-menu > li:nth-child(7n+5){
    background-color: #F7C928;
}
body.team .team-menu > li:nth-child(7n+2),
body.team .team-menu > li:nth-child(7n+6){
    background-color: #FE6A28;
}
body.team .team-menu > li:nth-child(7n+3){
    background-color: #A17AD4;
}
body.team .team-menu > li:nth-child(7n+4),
body.team .team-menu > li:nth-child(7n){
    background-color: #FF5BC0;
}

body.team .team-detail{
	perspective: 3000px; /* 3D効果を与える */
}
body.team .team-detail > li{
	display: none;
    padding: 30px 45px;
    background-color: #FE6A28;
    border-radius: 22px;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform-origin: center; /* 中心を基準に回転 */
}
body.team .team-detail > li.on{
	overflow: visible !important;
}
body.team .team-detail > li.rf{
	transform: rotateY(180deg);
}

body.team .team-detail > li:nth-child(7n+1),
body.team .team-detail > li:nth-child(7n+5){
    background-color: #F7C928;
}
body.team .team-detail > li:nth-child(7n+2),
body.team .team-detail > li:nth-child(7n+6){
    background-color: #FE6A28;
}
body.team .team-detail > li:nth-child(7n+3){
    background-color: #A17AD4;
}
body.team .team-detail > li:nth-child(7n+4),
body.team .team-detail > li:nth-child(7n){
    background-color: #FF5BC0;
}

body.team .team-detail .close-btn{
    width: 23px;
    height: 23px;
    background-image: url("../images/common/icon-close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition-duration: 0.3s;
}
body.team .team-detail .close-btn:hover{
    opacity: 0.6;
}

body.team .team-detail .head-box .image{
    width: 310px;
    min-height: 310px;
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    border-radius: 0 0 155px 155px;
    overflow: hidden;
}
body.team .team-detail .head-box .image img{
    max-width: 80%;
    position: relative;
    z-index: 1;
}
body.team .team-detail .head-box .image:before{
    content: "";
    display: block;
    width: 310px;
    height: 310px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -50%;
    z-index: 0;
}
body.team .team-detail > li[memberkey="matsuda"] .head-box .image{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
body.team .team-detail > li[memberkey="matsuda"] .head-box .image{
    max-width: 100%;
}
body.team .team-detail .head-box .status{
	margin-bottom: 5px;
}
body.team .team-detail .head-box .name_en{
    color: #ffffff;
}
body.team .team-detail .head-box .property-list{
    font-size: 88.89%; /* 16px */
    line-height: 1.875;
}
body.team .team-detail .head-box .property-list > dt{
    padding: 5px 15px;
    line-height: 1.5;
    background-color: #ffffff;
    border-radius: 30px;
}
body.team .team-detail .head-box .property-list > dd{
    font-size: 105.882%; /* 18px */
    line-height: 1.75;
}
body.team .team-detail .head-box .namebox{
    margin-bottom: 30px;
}
body.team .team-detail .head-box .btn{
    margin-bottom: 0;
}
body.team .team-detail .head-box .btn a{
	padding: 6px 25px;
	background-color: #ffffff;
}
body.team .team-detail .head-box .btn a[target="_blank"]{
	padding-right: 48px;
}
body.team .team-detail .head-box .btn a:before{
	display: none;
}
body.team .team-detail .head-box .btn a[target="_blank"]:after{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url("../images/common/anchor-blank.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
}
body.team .team-detail .more{
    margin-bottom: 0;
    text-align: right;
}
body.team .team-detail .tail-box .image{
	margin-bottom: 30px;
    line-height: 0;
    text-align: center;
}
body.team .team-detail .tail-box{
    color: #ffffff;
}
body.team .team-detail .tail-box .listmark-disc > li:before{
    background-color: #ffffff;
}
body.team .team-detail .tail-box .title-mark{
	font-size: 100%;
}
body.team .team-detail .tail-box .title-mark:before{
    background-color: #ffffff;
}
body.team .team-detail .back{
    margin: 30px 0 0;
    text-align: right;
}
body.team .team-detail > li:not(.rf) .tail-box{
	display: none;
}
body.team .team-detail > li:not(.rf) .back{
	display: none;
}
body.team .team-detail > li:not(.rf) .btn{
	display: none;
}
body.team .team-detail > li.rf .more{
	display: none;
}
body.team .team-detail > li.rf .property-list{
	display: none;
}
body.team .team-detail > li.rf .head-box{
	margin-bottom: 40px;
}
body.team .team-detail > li.rf .head-box .image{
    width: 143px;
    height: 143px;
	min-height: 0;
    border-radius: 50%;
}
body.team .team-detail > li.rf .head-box .image img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 270px;
    object-fit: cover;
    object-position: center 10px;
}
body.team .team-detail > li.rf .head-box .image:before{
    width: 143px;
    height: 143px;
}
body.team .team-detail > li.rf .head-box .text-box{
	padding-top: 10px;
}
body.team .team-detail > li.rf .head-box .namebox{
	margin-bottom: 10px;
}
body.team .team-detail > li.rf .head-box .status{
	margin-bottom: 3px;
}
body.team .team-detail > li.rf .inner-box{
	transform: rotateY(180deg);
}
body.team .team-detail > li.rf .close-btn{
    top: -20px;
    right: -35px;
}
body.team .team-detail .inner-box{
    backface-visibility: hidden; /* 裏面が透けないようにする */
}

body.team .team-detail > li.rf.s_shift_left .head-box .image img{
	margin-left: calc( -20 / 143 * 100% );
}
body.team .team-detail > li.rf.s_shift_right .head-box .image img{
	margin-right: calc( -10 / 143 * 100% );
}

body.team .team-detail > li.rf.s_shift_left[memberkey="imayoshi"] .head-box .image img{
	margin-left: calc( -10 / 143 * 100% );
}
body.team .team-detail > li.rf.s_shift_left[memberkey="muto"] .head-box .image img{
	margin-left: calc( -30 / 143 * 100% );
}
body.team .team-detail > li.rf[memberkey="kawamoto"] .head-box .image img{
    max-width: 120%;
	margin-left: calc( -5 / 143 * 100% );
}
body.team .team-detail > li.rf[memberkey="ueno"] .head-box .image img{
    max-width: 110%;
}

body.team .team-detail > li:nth-child(7n+1) .tail-box,
body.team .team-detail > li:nth-child(7n+5) .tail-box{
    color: #000000;
}
body.team .team-detail > li:nth-child(7n+1) .tail-box .listmark-disc > li:before,
body.team .team-detail > li:nth-child(7n+5) .tail-box .listmark-disc > li:before{
    background-color: #000000;
}


body.team .team_info-box .titles{
    margin-bottom: 5px;
	text-align: center;
}
body.team .team_info-box .headtext{
    margin-bottom: 20px;
	text-align: center;
}
body.team .team_info-box .headtext .largetext{
	font-size: 133.33%; /* 24px */
}
body.team .team_info-box .team_info-memberlist{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(100px,auto));
	justify-content: center;
	gap: 15px 50px;
}
body.team .team_info-box .team_info-memberlist > li{
	font-weight: bold;
	line-height: 1.67;
	text-align: center;
}
body.team .team_info-box .team_info-memberlist > li.full{
	width: 100%;
	grid-column: 1 / -1;
}
body.team .team_info-box .team_info-memberlist.type_s > li{
	font-size: 94.44%; /* 17px */
}
body.team .team_info-secheadtext{
	margin-bottom: 60px;
	font-size: 133.33%; /* 24px */
	text-align: center;
}


@media print, all and (min-width: 751px) {
	
	/* PC */
	body.team #team-member > .secheadtext_l{
		margin-bottom: 50px;
	}
    body.team .team-menu{
        margin-right: -22px;
        margin-left: -22px;
    }
    body.team .team-menu > li:nth-child(13n+1){
        margin-left: 71.5px;
    }
    
    body.team .team-detail .head-box{
        display: flex;
        column-gap: 35px;
    }
    body.team .team-detail .head-box .text-box{
        flex: 1;
        padding-top: 90px;
    }
    body.team .team-detail > li:not(.rf)[memberkey="matsuda"] .head-box .text-box{
        padding-top: 60px;
    }
    body.team .team-detail .head-box .property-list{
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: start;
        gap: 20px;
    }
    body.team .team-detail .head-box .property-list > dd{
        padding-top: 1px;
    }
	body.team .team-detail .more{
		margin-top: -35px;
	}
	body.team .team-detail .head-box .name{
		margin-right: 20px;
	}
	
	
	body.team .team_info-box .team_info-memberlist.w01{
		width: 540px;
		margin-right: auto;
		margin-left: auto;
	}
	body.team #team-lo_pm > .title-level01{
		letter-spacing: -0.01em;
	}
                       
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	body.team #team-member{
		margin-bottom: 80px;
	}
    body.team .team-menu{
		max-width: 430px;
		margin: 0 auto 60px;
    }
    body.team .team-menu > li{
        width: calc( 111 / 335 * 100% );
        height: 0;
        padding-top: calc( 111 / 335 * 100% );
        margin-bottom: calc( -20 / 430 * 100% );
    }
    body.team .team-menu > li img{
		margin-top: -100%;
        max-height: 220px;
    }
    body.team .team-menu > li:nth-child(5n+4){
        margin-left: calc( 55.5 / 335 * 100% );
    }
    
    body.team .team-detail > li{
        padding: 20px;
        border-radius: 10px;
    }
    body.team .team-detail .head-box .image{
        width: 176px;
        min-height: 176px;
        margin: 0 auto 15px;
        border-radius: 0 0 88px 88px;
    }
    body.team .team-detail .head-box .image img{
        width: auto;
        max-height: 233px;
    }
    body.team .team-detail .head-box .image:before{
        width: 176px;
        height: 176px;
    }
    body.team .team-detail .head-box .name{
		margin-bottom: 3px;
    }
    body.team .team-detail .head-box .name:not(:last-child){
		margin-right: 0;
    }
    body.team .team-detail .head-box .property-list{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    body.team .team-detail .head-box .property-list > dt{
        margin-bottom: 8px;
        text-align: center;
    }
    body.team .team-detail .head-box .property-list > dd{
        font-size: 106.25%; /* 17px */
    }
    body.team .team-detail .head-box .property-list > dd:not(:last-child){
        margin-bottom: 15px;
    }
    body.team .team-detail .head-box .namebox{
        margin-bottom: 20px;
    }
    body.team .team-detail .head-box .status{
        margin-bottom: 0;
    }
	body.team .team-detail .head-box .btn a{
		padding: 4px 15px;
		font-size: 87.5%; /* 14px */
	}
	body.team .team-detail .head-box .btn a[target="_blank"]{
		padding-right: 43px;
	}
	body.team .team-detail .head-box .btn a[target="_blank"]:after{
		right: 15px;
	}
	body.team .team-detail .tail-box .image{
		margin-bottom: 20px;
	}
    
    body.team .team-detail > li.rf .head-box{
        display: flex;
        column-gap: 15px;
		margin-bottom: 30px;
    }
	body.team .team-detail > li.rf .head-box .image{
		width: 100px;
		height: 100px;
		min-height: 0;
		border-radius: 50%;
	}
	body.team .team-detail > li.rf .head-box .image img{
		width: auto;
		height: auto;
		max-height: 220px;
	}
	body.team .team-detail > li.rf .head-box .image:before{
		width: 100px;
		height: 100px;
	}
	body.team .team-detail > li.rf .head-box .text-box{
		padding-top: 0;
	}
    body.team .team-detail > li.rf .head-box .namebox{
		text-align: left;
    }
	body.team .team-detail > li.rf .head-box .status{
		margin-bottom: 2px;
	}
	body.team .team-detail > li.rf .close-btn{
		top: -10px;
		right: -10px;
	}
	
	
	body.team .team_info-box .headtext .largetext{
		font-size: 125%; /* 20px */
	}
	body.team .team_info-box .team_info-memberlist{
		gap: 15px;
	}
	body.team .team_info-box .team_info-memberlist > li{
		min-width: 40%;
	}
	body.team .team_info-box .team_info-memberlist.type_s > li{
		font-size: 93.75%; /* 15px */
	}
	body.team .team_info-secheadtext{
		margin-bottom: 40px;
		font-size: 125%; /* 20px */
	}
    
}