@charset "utf-8";

/* 社員紹介CSS Document */


/*ページメイン画像
---------------------------------------------------------------------------*/


/* ヘッダーindex */

.secondary-content .page-header_index {
    padding-top: 3vw;
    position: relative;
    top: 4.5rem;
    text-align: center;
}

.secondary-content .page-header_index .page-title {
    font-size: 5vw;
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.secondary-content .page-header_index .page-title .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    color: #9c6a00;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.secondary-content .page-header_index .page-title .ja-title {
    display: block;
    font-size: 25%;
}


/* 3rdページヘッダー */

.tertiary-content .page-header {
    position: relative;
    top: 4.5rem;
    text-align: center;
}


/* 社員紹介個別ヘッダーtitle位置 */

.tertiary-content .page-title_mes {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title_mes .en-title {
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title_mes .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title_mes {
        top: 20%;
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title_mes {
        font-size: 5vw;
    }
}


/* 社員紹介個別ヘッダータイトル*/

.tertiary-content .page-title_mes {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.tertiary-content .page-title_mes .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.tertiary-content .page-title_mes .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title_mes {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title_mes {
        font-size: 6vw;
    }
}


/* 事業概要ヘッダーtitle位置 */

.tertiary-content .page-title_over {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title_over .en-title {
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title_over .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title_over,
    .page-title_mes {
        top: 30%;
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title_over,
    .page-title_mes {
        font-size: 5vw;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content .page-title_over,
    .page-title_mes {
        font-size: 8vw;
    }
}


/* 事業概要ヘッダータイトル*/

.page-title_over {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.page-title_over .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.page-title_over .ja-title {
    display: block;
    font-size: 25%;
}

@media screen and (max-width: 950px) {
    .page-title_over {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 600px) {
    .page-title_over {
        font-size: 15vw;
    }
}


/* 経営方針ヘッダーtitle位置 */

.tertiary-content .page-title_phi {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title_phi .en-title {
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title_phi .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title_phi,
    .page-title_mes {
        top: 30%;
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title_phi,
    .page-title_mes {
        font-size: 5vw;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content .page-title_phi,
    .page-title_mes {
        font-size: 8vw;
    }
}


/* 社員紹介ヘッダータイトル*/

.page-title_phi {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.page-title_phi .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.page-title_phi .ja-title {
    display: block;
    font-size: 25%;
}

@media screen and (max-width: 950px) {
    .page-title_phi {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 600px) {
    .page-title_phi {
        font-size: 15vw;
    }
}


/* 会社概要ヘッダーtitle位置 */

.tertiary-content .page-title_pro {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title_pro .en-title {
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title_pro .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title_pro,
    .page-title_mes {
        top: 30%;
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title_pro,
    .page-title_mes {
        font-size: 5vw;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content .page-title_pro,
    .page-title_mes {
        font-size: 8vw;
    }
}


/* 経営方針ヘッダータイトル*/

.page-title_pro {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.page-title_pro .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.page-title_pro .ja-title {
    display: block;
    font-size: 25%;
}

@media screen and (max-width: 950px) {
    .page-title_pro {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 600px) {
    .page-title_pro {
        font-size: 15vw;
    }
}


/* index-コンテンツ */

.peoplemain-content .index-con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 5rem;
}

.peoplemain-content .index-con .index-item {
    width: 50%;
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 600px) {
    .peoplemain-content .index-con .index-item {
        width: 100%;
    }
}


/* 波アニメindex-item */

#canvas-container {
    padding-top: 200px;
    background-size: cover;
}

canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
}

@media only screen and (max-width: 959px) {
    #canvas-container {
        padding-top: 100px;
    }
    canvas {
        height: 200px;
    }
}


/* indexページcontentタイトル */

.peoplemain-content .index-con .index-item .content {
    display: block;
    position: relative;
    min-height: 10vw;
    padding: 2em 0 1em;
    text-align: center;
    color: #222629;
}

@media screen and (max-width: 950px) {
    .peoplemain-content .index-con .index-item .content {
        padding: 3vw 0;
        min-height: 15vw;
    }
}

@media screen and (max-width: 600px) {
    .peoplemain-content .index-con .index-item .content {
        padding: 3vw 0 7vw;
        min-height: 25vw;
    }
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .content {
    color: #9c6a00;
}


/* content: title */

.peoplemain-content .index-con .index-item .title {
    display: table;
    position: relative;
    width: 80%;
    margin: 0 auto 1em;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.peoplemain-content .index-con .index-item .title:before {
    left: -2em;
}

.peoplemain-content .index-con .index-item .title:after {
    right: -2em;
}

@media screen and (max-width: 950px) {
    .peoplemain-content .index-con .index-item .title {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 600px) {
    .peoplemain-content .index-con .index-item .title {
        font-size: 3.6vw;
    }
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .title:before,
.peoplemain-content.isnt-touch .index-con a.index-item:hover .title:after {
    background-color: #fff;
}


/*indexページ　コンテンツイメージリンク画像 */

.peoplemain-content .index-con .index-item .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.peoplemain-content .index-con .index-item .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
}

.peoplemain-content .index-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1em;
    line-height: 2;
    letter-spacing: .1em;
    white-space: nowrap;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.peoplemain-content .index-con .index-item .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #222629;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .image img {
    transform: scale(1.1);
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .image .label {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .image:before {
    opacity: .5;
}

.peoplemain-content.is-touch .index-con .index-item .image {
    overflow: visible;
}

@media screen and (max-width: 950px) {
    .peoplemain-content.is-touch .index-con .index-item .image:after {
        width: 6vw;
        height: 6vw;
    }
}

@media screen and (max-width: 600px) {
    .peoplemain-content .index-con .index-item .image {
        height: 66.666666vw;
    }
    .peoplemain-content .index-con .index-item .image .label {
		top: 72%;
		left: 50%;
		opacity: 1;
		font-size: 3.2vw;
		background-color: rgba(0,0,0,0.35);
    }
    .peoplemain-content.is-touch .index-con .index-item .image:after {
        width: 12.5vw;
        height: 12.5vw;
    }
}


/* 以下3rdページ */


/* .visual-container: 社員紹介　Matsune*/

.tertiary-content.people-content.matsune-content .visual-container {
    background-image: url("../images/people/matsune/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.matsune-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.matsune-content .visual-container {
        background-position: center 90%;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content.people-content.matsune-content .visual-container {
        background-position: center 100%;
    }
}


/* .visual-container: 社員紹介　T.Takeuchi */

.tertiary-content.people-content.takeuchi-content .visual-container {
    background-image: url("../images/people/takeuchi/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.takeuchi-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.takeuchi-content .visual-container {
        background-position: center 90%;
    }
}
	
@media screen and (max-width: 400px) {
    .tertiary-content.people-content.takeuchi-content .visual-container {
        background-position: center 100%;
    }
}


/* .visual-container: 社員紹介　S.Aoyama*/

.tertiary-content.people-content.aoyama-content .visual-container {
    background-image: url("../images/people/aoyama/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.aoyama-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.aoyama-content .visual-container {
        background-position: center 90%;
    }
}
	
@media screen and (max-width: 400px) {
    .tertiary-content.people-content.aoyama-content .visual-container {
        background-position: center 100%;
    }
}


/* .visual-container: 社員紹介　K.Uchida */

.tertiary-content.people-content.uchida-content .visual-container {
    background-image: url("../images/people/uchida/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.uchida-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.uchida-content .visual-container {
        background-position: center 90%;
    }
}
	
@media screen and (max-width: 400px) {
    .tertiary-content.people-content.uchida-content .visual-container {
        background-position: center 100%;
    }
}


/* .visual-container: 社員紹介　R.Mizuno*/

.tertiary-content.people-content.mizuno-content .visual-container {
    background-image: url("../images/people/mizuno/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.mizuno-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.mizuno-content .visual-container {
        background-position: center 90%;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content.people-content.mizuno-content .visual-container {
        background-position: center 100%;
    }
}


/* .visual-container: 社員紹介　K.Minoura*/

.tertiary-content.people-content.minoura-content .visual-container {
    background-image: url("../images/people/minoura/img_visual_00.jpg");
    background-position: center 40%;
}

.tertiary-content.people-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.people-content.minoura-content .visual-container {
        background-position: center 50%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.people-content.minoura-content .visual-container {
        background-position: center 90%;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content.people-content.minoura-content .visual-container {
        background-position: center 100%;
    }
}



/* 個人紹介navi */

.people-content .people-navi {
    width: 90%;
    max-width: 60em;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .people-content .people-navi {
        width: 100%;
    }
}

.people-content .people-navi ul {
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

@media screen and (max-width: 600px) {
    .people-content .people-navi ul {
        margin: 0;
    }
}

.people-content .people-navi ul li {
    overflow: hidden;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    margin: 0;
    padding: 0;
    -webkit-align-self: stretch;
    align-self: stretch;
    text-align: center;
}

.people-content .people-navi ul li:before {
    display: none;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul {
        display: block;
    }
    .people-content .people-navi ul li {
        width: 100%;
    }
}

.people-content .people-navi ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: background-color .2s ease-out;
}

.people-content .people-navi ul li a:hover {
    background-color: #222629;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
}

.people-content .people-navi ul li a .image {
    overflow: hidden;
    display: block;
    position: relative;
}

.people-content .people-navi ul li a .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
    vertical-align: bottom;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a .image {
        width: 40%;
    }
    .people-content .people-navi ul li a .image img {
        transform: scale(1.1);
    }
}

.people-content .people-navi ul li a .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #222629;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.people-content .people-navi ul li a:hover .image img {
    transform: scale(1.1);
}

.people-content .people-navi ul li a:hover .image:before {
    opacity: .5;
}

.people-content .people-navi ul li a .content {
    display: block;
    position: relative;
    /*
	min-height: 16.666666vw;*/
    padding: 2.5vw 0;
    text-align: center;
    color: #222629;
    transition-property: color .2s ease-out;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a .content {
        width: 60%;
        padding: 0;
    }
}

.people-content .people-navi ul li a .content {
    display: block;
    transform: translateX(0.25vw);
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    /*
	font-size: 1vw;*/
    font-size: 0.95vw;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a .content {
        margin-bottom: 0;
        font-size: 2.5vw;
    }
}

.people-content .people-navi ul li a .content .name {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 1.6vw;
    letter-spacing: .1em;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a .content .name {
        font-size: 3.0vw;
    }
}

.people-content .people-navi ul li a .content .name_en {
    display: inline-block;
    margin: 0 0 0 1em;
    font-family: "FrizQuadrataW01-Regular";
    font-size: 1vw;
    letter-spacing: .1em;
}

.people-content .people-navi ul li a .content .post {
    display: block;
    font-size: 1.3vw;
    line-height: 1.6;
    letter-spacing: 0;
    white-space: nowrap;
}

@media screen and (max-width: 60em) {
    .people-content .people-navi ul li a .content .post {
        font-size: 2.2vw;
    }
}

.people-content .people-navi ul li a:hover .content * {
    color: #fff;
}


/* people-3rdページ */


/* people-container */

.people-container {
    width: 90%;
    max-width: 60em;
    margin: 1em auto 4em;
}
.people-containerE {
    width: 90%;
    max-width: 60em;
    margin: 1em auto 10em;
}


/* people-container h2 */

.people-container .main-catch_ocher {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    border-bottom: solid #947c2b 1px;
    margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
    .people-container .main-catch_ocher {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 600px) {
    .people-container .main-catch_ocher {
        font-size: 1.4em;
    }
}

.peoplemain-content.isnt-touch .index-con a.index-item:hover .title:before,
.peoplemain-content.isnt-touch .index-con a.index-item:hover .title:after {
    background-color: #fff;
}

.people-container .profile {
    line-height: 1.7;
}

.read {
    text-indent: 1em;
    margin-bottom: 1em;
}


/* people-container2 */

.people-container2 {
    width: 90%;
    max-width: 60em;
    margin: 8em auto 4em;
}