@charset "UTF-8";

body {
}
.staffBox {
}
.itemStaff {
}

p,
h3,
h4 {
    text-decoration: none;
}

.content.subpage .titleBox {
    margin: 100px auto 130px;
}

.content.subpage .title.typeEn01 {
}

/*  staffList
----------------------------------------------- */
.staffList {
    margin-bottom: 150px;
    border-bottom: 1px solid #d31920;
}
.staffList .itemStaff {
    position: relative;
    z-index: 0;
    float: left;
    overflow: hidden;
    width: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.7);
}
.staffList .itemStaff a {
    z-index: 1;
    display: block;
}
.staffList .itemStaff a:hover {
    background: rgba(255, 255, 255, 0.4);
    transition: 0.4s;
}
.staffList .itemStaff .borderInner {
    padding: 90px 70px 0px;
    height: 300px;
    border: 1px solid #d31920;
    border-bottom: 0px;
}
.staffList .itemStaff .borderInner .inner {
    position: relative;
    max-width: 480px;
    width: 100%;
    height: 100%;
}
.itemStaff.no01 .borderInner,
.itemStaff.no03 .borderInner,
.itemStaff.no05 .borderInner,
.itemStaff.no07 .borderInner {
    border-left: 0px;
}
.itemStaff.no02 .borderInner,
.itemStaff.no04 .borderInner,
.itemStaff.no06 .borderInner,
.itemStaff.no08 .borderInner,
.itemStaff.no10 .borderInner {
    border-right: 0px;
    border-left: none;
}
.itemStaff.no01 .borderInner .inner,
.itemStaff.no03 .borderInner .inner,
.itemStaff.no05 .borderInner .inner,
.itemStaff.no07 .borderInner .inner,
.itemStaff.no09 .borderInner .inner {
    float: right;
}
.itemStaff.no02 .borderInner .inner,
.itemStaff.no04 .borderInner .inner,
.itemStaff.no06 .borderInner .inner,
.itemStaff.no08 .borderInner .inner,
.itemStaff.no10 .borderInner .inner {
    float: left;
}
.itemStaff.blank {
    display: block;
}
.itemStaff.blank p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1em;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    font-family: "fonttype_en01";
    color: #d61513;
}

/* スタッフナンバー */
.staffNum {
    position: absolute;
    top: -55px;
    left: -20px;
    z-index: -1;
    display: block;
    color: #d5d5d5;
    color: rgba(0, 0, 0, 0.1);
    font-style: italic;
    font-size: 80px;
    font-family: "fonttype_en01_ita";
    line-height: 1;
}

img.staff {
    position: absolute;
    right: -80px;
    bottom: 0px;
    z-index: -2;
    width: 255px;
}
/* 役職 */
.roleName {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 2;
}
.otherListBox .roleName {
    font-size: 10px;
}
/* 入社年数 */
.joinedyear {
    color: #7c7c7c;
}
/* スタッフネーム */
.staffName {
    font-size: 30px;
    line-height: 1;
}
.staffName .en {
    display: block;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 13px;
}
.otherListBox .staffName .en {
    margin: 5px 0;
    font-size: 10px;
}

.staffList .catchphraseBox .title {
    color: #d31920;
    text-shadow: 1px 1px 0 white;
    font-size: 20px;
    line-height: 1.3;
}
/*
.staffList .catchphraseBox .title {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
}
.staffList .catchphraseBox .title::before,
.staffList .catchphraseBox .title::after {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 15px;
	height: 30px;
	content: '';
}
.staffList .catchphraseBox .title::before {
	top: 0;
	left: 0;
	border-top: 1px solid #D31920;
	border-left: 1px solid #D31920;
}
.staffList .catchphraseBox .title::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #D31920;
	border-bottom: 1px solid #D31920;
}
*/
.policyBox .title {
    margin-top: 5px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}
.policyBox p {
}
.itemStaff .textBox {
    position: absolute;
    top: 125px;
    margin-top: 20px;
    font-size: 14px;
}
.s_textBox {
    margin-top: 10px;
    font-size: 10px;
}

/*  detail
----------------------------------------------- */
.detail {
    position: relative;
    margin: auto;
    width: 980px;
}
.detail h2.title {
    margin-top: -40px;
}
.detail h3.title {
    font-size: 25px;
}
.detail .cnt {
    position: relative;
}
.content.subpage .detail .titleBox {
    margin: 50px auto;
}
.title {
    color: white;
    font-weight: normal;
    font-size: 40px;
}
.title.typeEn01 {
    margin: 50px 0 0;
}
.detail h2.title .ja {
    display: block;
    margin: 15px 0;
    text-indent: -2px;
    line-height: 1;
}
.detail h2.title .en {
    display: block;
    font-size: 16px;
    font-family: "fonttype_en01";
    line-height: 1;
}
.detail .profile.textWrap {
    position: relative;
    z-index: 1;
    min-height: 1300px;
}
.detail .imgBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
}
.detail .imgBox img {
    margin-top: 150px;
    min-width: 700px;
    width: 100%;
}
.detail .textBox02 {
    margin-top: 80px;
    width: 65%;
    line-height: 2;
}
.detail .textBox02 .title {
    margin-top: 50px;
    color: #d31920;
    color: #ffb100;
    font-size: 18px;
}
.detail .textBox02 .textBox {
    margin-top: 7px;
    font-size: 13px;
    line-height: 2;
}
.detail .textBox02 .title:first-child {
    margin-top: 0px;
}

.detail .sliderBox .bx-viewport {
    overflow: inherit !important;
}

.detail .catchphraseBox .title {
    position: relative;
    z-index: -1;
    margin: 190px auto 30px;
    color: #d31920;
}
.detail .catchphraseBox .title .inner {
    position: relative;
    quotes: "“" "”";
    font-weight: lighter;
}
.detail .catchphraseBox .title .inner::before {
    position: absolute;
    top: -0.4em;
    left: -1.1em;
    color: #fdaea5;
    content: open-quote;
    font-size: 70px;
    line-height: 1;
}
.detail .catchphraseBox .title .inner::after {
    position: absolute;
    right: -1.2em;
    bottom: -0.3em;
    color: #fdaea5;
    content: close-quote;
    font-size: 70px;
    line-height: 1;
}
.detail .policyBox .title {
    font-weight: lighter;
    font-size: 16px;
    line-height: 1;
}
.detail .policyBox .title .inner {
}
.detail .policyBox p {
    font-weight: bold;
    font-size: 25px;
    font-family: "fonttype01";
}
/* 役職 */
.detail .roleName {
    color: white;
    font-size: 14px;
    line-height: 2;
}
/* 入社年数 */
.detail .joinedyear {
    color: white;
}
/* その他 */
.detail .other {
    margin-top: 10px;
    color: white;
    text-shadow: 0px 0px 1px #d61513, 0px 0px 1px #d61513, 0px 0px 1px #d61513, 0px 0px 1px #d61513, 0px 0px 1px #d61513;
    font-size: 12px;
}

/*  otherListBox
----------------------------------------------- */

.otherListBox {
    border-top: 1px solid #d31920;
    border-bottom: 1px solid #d31920;
}
.otherListBox .itemStaff {
    float: left;
    width: 30%;
}
.otherListBox .itemStaff a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.otherListBox .itemStaff a:hover img {
}

.otherListBox .sliderBox2 {
    padding: 40px 0;
}
.otherListBox .bx-wrapper img.staff {
    right: 0;
    z-index: 1;
    width: auto;
    height: 100%;
}
.otherListBox .bx-wrapper li {
    height: 230px;
}
.otherListBox .bx-wrapper .staffName {
    font-size: 20px;
}
.otherListBox .bx-wrapper .staffNum {
    top: auto;
    bottom: 0;
    left: 0;
    color: #ffe6e7;
}
.otherListBox .bx-wrapper .staffName {
}
.otherListBox .sliderBox2 {
    position: relative;
    margin: auto;
    max-width: 980px;
}
.otherListBox .sliderBox2 #sliderArrowRight,
.otherListBox .sliderBox2 #sliderArrowLeft {
    position: absolute;
    top: 50%;
}
.otherListBox .sliderBox2 #sliderArrowLeft {
    left: -70px;
}
.otherListBox .sliderBox2 #sliderArrowRight {
    right: -70px;
}

/*リニューアルページCSS*/

/* -------------------
変数
------------------- */
:root {
    --color_main: #d41617;
    --color_sub: #ffe8e8;

    /*カラー*/
    --color_gray: #858585;
    --color_dark-white: #f8f8f8;
    --color_white: #ffffff;
}
/* -------------------
*基本設定
------------------- */
.post-bg_full {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
/*ホバーの挙動*/
.hover_underline {
    text-decoration: none;
}
.hover_underline:hover {
    text-decoration: underline;
}
.staffBox {
    width: 980px;
    margin: 0 auto;
}
.flex-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*ボタン*/
.link-btn {
    border: 3px solid var(--color_main);
    border-radius: 30px;
    display: inline-block;
    padding: 7px 20px;
    border-box: border-box;
    text-decoration: none;
    color: var(--color_main);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s ease-out;
}
.link-btn:hover {
    background: var(--color_main);
    color: var(--color_white);
}
/* -------------------
カードリスト
------------------- */
.staffBox .staffList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    margin: 0 auto;
}
.staffBox .staffList > li {
    margin: 0 17px 20px 0;
    width: 315px;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    background: var(--color_dark-white);
}
.staffBox .staffList > li:nth-child(3n) {
    margin-right: 0;
}

/*画像*/
.staffBox .staffList > li .img_box {
    border: 1px solid var(--color_main);
    width: 275px;
    height: 275px;
    position: relative;
    background: var(--color_white);
}
.staffBox .staffList > li .img_box img {
    width: 100%;
    height: 100%;
}
/*所属*/
.staffBox .staffList > li .staff_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
/*名前*/
.staffBox .staffList > li .staff_name {
    margin: 20px auto;
    border-bottom: 1px dashed var(--color_main);
    padding: 0 0 14px;
}
.staffBox .staffList > li .staff_name .staff_name__ja {
    color: var(--color_main);
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    line-height: 23px;
}
.staffBox .staffList > li .staff_name .staff_name__en {
    color: var(--color_main);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}
/*情報*/
.staffBox .staffList > li .staff_info {
    margin: 0 auto 24px;
}
.staffBox .staffList > li .staff_info dl {
    font-size: 14px;
    font-weight: bold;
}
.staffBox .staffList > li .staff_info dl dt {
    color: var(--color_main);
    width: 24px;
}
.staffBox .staffList > li .staff_info dl dd {
    flex: 1;
    color: var(--color_gray);
}
/*ボタン*/
.staffBox .staffList > li .btn_field {
    text-align: right;
}
