@charset "UTF-8";

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

PEOPLE

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

/*---------------------------------------- INDEX */

article {
	width: 100%;
	overflow: hidden;
}

.peopleIndex ul {
}

.peopleIndex li:not(:first-child) {
	margin-top: 60px;
}

.peopleIndex li.out {
	transition: all 300ms ease;
	opacity:.2;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1, 0, 0, 15, 0, 1);
}

.peopleIndex li.out.in {
	opacity:1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}


.peopleIndexImg {
	position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
	line-height:0;
}

.peopleIndexImg > .btn {
	position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.peopleIndexTxt {
	margin: 24px auto 0;
}

.peopleIndexHead {
	font-size: 3rem;
    line-height: 1.48;
    margin: 0 auto 20px;
}

.profile {
	line-height: 1.48;
}

.profile .en {
	display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 10px;
}


/*---------------------------------------- DETAIL */

.mv .mvWrap {
    width: 100%;
    height: auto;
    padding: 80px 20px 0;
}

.mv .mvInner {
    width: 100%;
    height: 125vw;
}

.mv .mvImg img {
	width: 100%;
	height: 125vw;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	z-index:1;
}

.mv .mvTxt {
    padding: 32px 10px;
}

.mv .mvTxt .mvTitle {
	font-size: 3rem;
    line-height: 1.48;
    margin: 0 auto 20px;
}

.contents {
	padding: 60px 0;
}

.contentsWrap {
	padding: 60px 0;
    position: relative;
}

.contentsWrap:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: #f4f6f5;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.contentsInner {
	display: flex;
    flex-wrap: wrap;
	position:relative;
	z-index: 10;
}

.p1 {
	flex-direction: column-reverse;
}

.p1 .txtBox {
	margin-top: 40px;
}

.p2 .txtBox {
	margin-bottom: 40px;
}

.txtBox {
	width:100%;
}

.txtBox .txtHead {
	font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 1.64;
    margin: 0 auto 20px;
}

.imgBox {
	width:100%;
}

.imgBox img {
	position:relative;
	overflow:hidden;
	border-radius:10px;
	z-index:1;
}

.background {
	position: relative;
    z-index: 5;
    margin: 60px auto;
}

.columnInner {
	width:100%;
	border-top: 1px solid #1f4d32;
    border-bottom: 1px solid #1f4d32;
    padding: 60px 0;
}

.columnHead {
	font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 1.32;
    margin: 0 auto 20px;
}

.columnImg {
	margin-top: 40px;
}

.columnImg img {
	border: 6px solid #fff;
    box-shadow: 0 0 15px rgba(31,77,50,.2);
    transform: rotate(-5deg);
}

.advise {
	margin: 60px auto 0;
}

.adviseWrap {
}

.adviseInner {
	border: 1px solid #1f4d32;
	border-radius:10px;
	position:relative;
	padding: 35px 30px;
}

.adviseInner:before {
	content: "";
    display: block;
    width: 20px;
    height: 18px;
    background: url(../img/advise.svg);
    background-size: 20px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.adviseHead {
	font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 1.32;
	text-align:center;
	margin: 0 auto 20px;
}

.adviseHead .en {
	display:block;
	font-size:1rem;
	margin-bottom: 5px;
}

.adviseTxt {
	text-align:justify;
}

.indexBtn {
	text-align: center;
    padding-top: 80px;
	padding-bottom: 20px;
}


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

以下 TAB 用

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

@media screen and (min-width: 481px) {
	
/*---------------------------------------- INDEX */

.peopleIndex li:not(:first-child) {
    margin-top: 80px;
}

.peopleIndexImg > .btn {
    bottom: 40px;
    right: 40px;
}

.peopleIndexTxt {
	margin: 35px auto 0;
}

.peopleIndexHead {
    font-size: 4.2rem;
	margin: 0 auto 24px;
}

.profile .en {
    font-size: 2.4rem;
}


/*---------------------------------------- DETAIL */

.mv .mvWrap {
	position:relative;
    padding: 120px 20px 0;
}

.mv .mvInner {
    width: 100%;
    height: calc(100vw - 40px);
}

.mv .mvImg img {
    width: 100%;
    height: calc(100vw - 40px);
}

.mv .mvTxt {
    padding: 40px 0 0;
    width: 80vw;
    margin: 0 auto;
}

.mv .mvTxt .mvTitle {
    font-size: 4.2rem;
}

.contents {
    padding: 100px 0;
}

.contentsWrap {
    padding: 100px 0;
}

.p1 .txtBox {
	margin-top: 80px;
}

.p2 .txtBox {
	margin-bottom: 80px;
}

.txtBox .txtHead {
    font-size: 2.8rem;
    margin: 0 auto 32px;
}

.background {
	line-height:0;
    margin: 80px auto;
}

.columnHead {
    font-size: 2.8rem;
    margin: 0 auto 32px;
}

.columnImg {
    width: 80%;
    margin: 40px auto 0;
}

.adviseWrap {
    width: 60%;
}

.adviseHead {
    font-size: 2.8rem;
}

.adviseHead .en {
    font-size: 1.2rem;
}

}

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

以下 PC 用

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

@media print, screen and (min-width: 769px) {
	
/*---------------------------------------- INDEX */

.peopleIndex ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peopleIndex li {
	width:calc(50% - 10px);
}

.peopleIndex li.out {
	transform: none;
}

.peopleIndex li.out.in {
	transform: none;
}

.peopleIndex li:not(:first-child) {
	margin-top:0;
}

.peopleIndex li:nth-child(2n) {
	padding-top:160px;
}

.peopleIndexImg > .btn {
    bottom: 40px;
    right: 40px;
}

.peopleIndexTxt {
	width: 100%;
	margin: 30px auto 0;
    padding: 0 30px;
}

.peopleIndexHead {
	font-size:2.8rem;
}


/*---------------------------------------- DETAIL */

.mv .mvWrap {
	height: 100vh;
    padding: 140px 20px 20px;
}

.mv .mvInner {
    width: 100%;
    height: 100%;
	padding-left: calc(30% - 7.5px);
}

.mv .mvImg {
	height: 100%;
}

.mv .mvImg img {
    width: 100%;
    height: 100%;
}

.mv .mvTxt .mvTitle {
	margin: 0 auto 40px;
}

.mv .mvTxt {
    width: 50%;
    max-width: 1000px;
    position: absolute;
    left: 10%;
    top: calc(50% + 45px);
    transform: translate(0, -50%);
    padding: 0;
    z-index: 10;
}

.contents {
    padding: 160px 0 60px;
}

.contentsWrap {
	padding: 80px 0;
}

.contentsWrap:before {
    height: calc(100% - 160px);
}

.p1 {
    flex-direction: row-reverse;
}

.p2 {
    flex-direction: row;
}

.txtBox {
	width:50%;
}

.p1 .txtBox {
	padding-left: 80px;
	margin: 0;
}

.p2 .txtBox {
	padding-right: 80px;
	margin: 0;
}

.imgBox {
	width:50%;
}

.p1 .imgBox {
	margin-top: -160px;	
}

.p2 .imgBox {
	margin-top: 160px;	
}

.background {
    margin: 100px auto;
}

.background img {
	width: 100%;
	height: 640px
}

.columnInner {
	position: relative;
}

.columnTxt {
	width: 50%;
}

.columnImg {
    width: 50%;
    margin: 0;
    padding-left: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.advise {
    margin: 100px auto 0;
}

.adviseWrap {
	max-width: 600px;
}

.adviseInner {
    padding: 55px 50px;
}

}
