@charset "UTF-8";

#subVisual{padding: 180px 0 10px;}
#subVisual.crosstalkVisual{background: url("../img/crosstalk/h2.jpg")no-repeat center / cover;}
#subVisual.recruitVisual{background: url("../img/recruit/h2.jpg")no-repeat center / cover;}
#subVisual.entryVisual{background: url("../img/entry/h2.jpg")no-repeat center / cover;}

.subVisualInner{
    width: 100%;
    margin: auto;
    color: #fff;
    }
#subVisual h2{
    margin: 0 auto;
    width: 96%;
    max-width: 1200px;
    font-size: 8.0rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    }

/* TAB */
@media screen and (max-width: 899px) {
#subVisual{padding: 120px 0 10px;}
#subVisual h2{font-size: 5.5rem; }
}
/* SP */
@media screen and (max-width: 480px) {
#subVisual{padding:90px 0 10px;}
#subVisual h2{font-size:3.3rem;}
}

/* bread_crumb
--------------------------------------------------*/
.bread_crumb_list {
    padding:0 0;
    width: 100%;
    margin:80px 0 0;
    }
ul.bread_crumb {
	text-align:left;
	margin: 0 auto;
	padding:0;
    width: 96%;
    max-width: 1200px;
	}
.bread_crumb li {
	display:inline;
	font-size: 1.3rem;
    font-family: var(--ff-main);
	font-weight: 600;
    color: #fff;
	}
.bread_crumb .material-icons{vertical-align:-0.2em !important;}
.bread_crumb li:after {
    content : '>';
    padding-left:5px;
    margin-right:5px;
	}
.bread_crumb li:last-child:after {content : '';}
.bread_crumb li a {color:#fff;text-decoration:underline;}
.bread_crumb li a:hover{text-decoration:none;}
.bread_crumb li.current {}

@media screen and (max-width: 899px) {
    .bread_crumb_list {margin:60px 0 0;}
    }
@media screen and (max-width: 480px) {
    .bread_crumb_list {margin:30px 0 0;}
    .bread_crumb li {font-size: 1.2rem;}
}

/* subcon
---------------------------------------------------------------------------*/
.subcon{font-size: 1.6rem;}

.subcon .cntInner{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    }
.subcon section{padding: 100px 0;}
.subcon p{
    font-family: var(--ff-main);
    font-size:1.6rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .075em;
    }
.subcon ._Title{
    margin-bottom: 80px;
    padding-top: 0;
    }
.subcon ._Title .ja{
    font-size:3.4rem;
    line-height: 1.5;
    }
.subcon ._Title .--ff-en{
    margin-left: 20px;
    letter-spacing: 0;
    }
.subcon ._Title2{
    font-size: 2.5rem;
    margin-bottom:15px;
    padding-bottom: 14px;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: .075em;
    position: relative;
    }
.subcon ._Title2::after{
    position: absolute;
    content: "";
    width:50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #5b91c0;
    }
.subcon ._Title2._TitleTop{margin-top: 0}

/* TAB */
@media screen and (max-width: 899px) {
    .subcon  ._Title{
    margin-bottom: 40px;
    }
    .subcon ._Title .ja{
    font-size:2.6rem;
    }

}
/* SP */
@media screen and (max-width: 480px) {
    .subcon{font-size: 1.4rem;}
    .subcon section{padding: 40px 0;}
    .subcon p{
    font-size:1.4rem;
    line-height: 1.7;
    letter-spacing: .05em;
    }
    .subcon  ._Title{
    margin-bottom: 20px;
    }
    .subcon ._Title .ja{
    font-size:2.2rem;
    line-height: 1.4;
    }
    .subcon ._Title .--ff-en{
    margin-left: 0;
    display: block;
    }
    .subcon ._Title2{
    font-size: 1.8rem;
    margin: 20px 0 15px;
    }
}



/* TBL
---------------------------------------------------------------------------*/
.subcon .defTable01{
    width: 100%;
    margin: 40px auto 0;
    border: none;
    border-collapse: collapse;
    }
.subcon .defTable01 th {
    width: 280px;
    padding:20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size:1.7rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #5b91c0;
    background: #7facd4;
    color: #fff;
    }
.subcon .defTable01 td {
    padding:20px 25px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    font-size:1.6rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #5b91c0;
    background:#fff;
    }
.subcon .defTable01 tr:first-child th{border-top: 1px solid #5b91c0;}
.subcon .defTable01 tr:first-child td {border-top: 1px solid #5b91c0;}



/* TAB */
@media screen and (max-width: 899px) {
  .subcon .defTable01 th {
    width: 180px;
    padding:15px 15px;
    line-height: 1.5;
    }  
.subcon .defTable01 td {
    padding:15px 15px;
    line-height: 1.5;
    }
}
/* SP */
@media screen and (max-width: 480px) {
.subcon .defTable01{
    margin: 20px auto;
    }
.subcon .defTable01 th {
    display: block;
    width: 100%;
    padding:15px 15px;
    font-size:1.5rem;
    line-height: 1.7;
    border-bottom:none;
    }
.subcon .defTable01 td {
    display: block;
    width: 100%;
    padding:20px 0;
    font-size:1.4rem;
    line-height: 1.7;
    border-bottom:none;
    }
.subcon .defTable01 tr:first-child th{border-top:none;}
.subcon .defTable01 tr:first-child td {border-top: none;}
.subcon .defTable01 tr:last-child td{border-bottom: 1px solid #ddd;}
}


/* crosstalk
---------------------------------------------------------------------------*/
#_subcrosstalk{background: url("../img/top/history_bg.png")no-repeat top left;}

#_subcrosstalk .cntBox{
    margin-bottom: 100px;
    position: relative;
    }
#_subcrosstalk .cntBox .cntTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    }
#_subcrosstalk .cntBox::after{
    position: absolute;
    content: "";
    background: url("../img/top/crosstalk.png")no-repeat;
    bottom: 170px;
    left: -10px;
    width: 326px;
    height: 122px;
    }
#_subcrosstalk .cntBox .cntTitle h3{font-size: 2.2rem;margin-bottom: 10px;}

#_subcrosstalk .cntList{}
#_subcrosstalk .cntList li{width: 22%;}
#_subcrosstalk .cntList li .name{
    text-align: center;
    font-size: 2.4rem;
    margin: 10px 0 5px;
    }
#_subcrosstalk .cntList li .joining{
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 20px;
    color: #666;
    }
#_subcrosstalk .cntList li p{
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8;
    }

#_subcrosstalk .crosstalkArea{margin-top: 120px;}
#_subcrosstalk .crosstalkArea article{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    justify-content:space-between;
    margin-bottom: 80px;
    }
#_subcrosstalk .crosstalkArea article figure{width: 35%;}
#_subcrosstalk .crosstalkArea article .cntDiv{width: 58%;}
#_subcrosstalk .crosstalkArea article:nth-child(2n){
    flex-direction: column-reverse;flex-direction: row-reverse;
    }
#_subcrosstalk .crosstalkArea article h4{
    font-size: 2.5rem;
    margin: 0 0 50px;
    position: relative;
    padding-left: 50px;
    }
#_subcrosstalk .crosstalkArea article h4::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    top: 18px;
    left: 0;
    background: #333;
    }
#_subcrosstalk .crosstalkArea article dl{
    display: table;
    width: 100%;
    margin-bottom: 30px;
    }
#_subcrosstalk .crosstalkArea article dt{
    display: table-cell;
    width: 70px;
    }
#_subcrosstalk .crosstalkArea article dd{
    display: table-cell;
    width:calc(100% - 70px);
    }
#_subcrosstalk .crosstalkArea article dd p{line-height: 1.5;}


/* TAB */
@media screen and (max-width: 899px) {
#_subcrosstalk .cntBox .cntTitle{
    width: 90%;
    bottom: -50px;
    padding: 30px;
    }  
#_subcrosstalk .cntBox::after{
    bottom: 70px;
    left: -30px;
    }
#_subcrosstalk .cntBox .cntTitle h3{font-size: 2.0rem;margin-bottom: 2px;}
    #_subcrosstalk .cntBox .cntTitle p{line-height: 1.5;}
#_subcrosstalk .cntList li{width: 48%;margin-bottom: 20px;} 
    
}
/* SP */
@media screen and (max-width: 480px) {
#_subcrosstalk .cntBox{
    margin-bottom: 30px;
    position: static;
    }
#_subcrosstalk .cntBox .cntTitle{
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 25px;
    }
#_subcrosstalk .cntBox::after{
    position: static;
    display: none;
    }
#_subcrosstalk .cntBox .cntTitle::after{
    position: absolute;
    content: "";
    background: url("../img/top/crosstalk.png")no-repeat;
    background-size: 100%;
    top: -60px;
    left: 10px;
    width: 200px;
    height: 82px;
    }
    
#_subcrosstalk .cntBox .cntTitle h3{font-size: 1.7rem;margin-bottom: 5px;}

#_subcrosstalk .cntList li .name{
    font-size: 2.0rem;
    margin: 10px 0 5px;
    }
#_subcrosstalk .cntList li .joining{
    font-size: 1.2rem;
    margin: 0 0 10px;
    letter-spacing: 0;
    }
#_subcrosstalk .cntList li p{
    line-height: 1.6;
    }

#_subcrosstalk .crosstalkArea{margin-top: 20px;}
#_subcrosstalk .crosstalkArea article{
    margin-bottom: 40px;
    }
#_subcrosstalk .crosstalkArea article figure{width:100%;}
#_subcrosstalk .crosstalkArea article .cntDiv{width:100%;}

#_subcrosstalk .crosstalkArea article h4{
    font-size: 1.8rem;
    margin: 0 0 25px;
    padding-left: 35px;
    }
#_subcrosstalk .crosstalkArea article h4::after{
    width: 25px;
    height: 2px;
    top: 16px;
    }
#_subcrosstalk .crosstalkArea article dl{
    margin-bottom:15px;
    }
#_subcrosstalk .crosstalkArea article dt{
    width: 50px;
    }
#_subcrosstalk .crosstalkArea article dd{
    width:calc(100% - 50px);
    }
#_subcrosstalk .crosstalkArea article dd p{line-height: 1.4;}
    
    
    
}





/* recruit
--------------------------------------------------*/
.subcon #_subrecruit{position: relative;}
.subcon #_subrecruit::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 98%;
    height: 90%;
    background: #ebf4fc;
    border-radius: 0 0 10px 0;
    }
.subcon #_subrecruit .cntInner{
    position: relative;
    z-index: 2;
    }
.subcon #_subrecruit .cntList li{
    width: 48%;
    margin: 1%;
    font-size: 1.6rem;
    font-weight: 600;
    background: #fff;
    }
.subcon #_subrecruit .cntList li a {
    display: block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    }
.subcon #_subrecruit .cntList li figure{overflow: hidden;}
.subcon #_subrecruit .cntList li a:hover{}
.subcon #_subrecruit .cntList li h3{
    font-size: 1.9rem;
    margin: 18px 0 10px;
    }
.subcon #_subrecruit .cntList .btn{
    margin-top: 30px;
    text-transform: uppercase;
    text-align: right;
    }
.subcon #_subrecruit .cntList .btn span {position: relative;padding-right: 50px;}
.subcon #_subrecruit .cntList .btn span::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    top: 10px;
    right: 0;
    background: #333;
    }

.subcon #_subrecruit .linkBtn{margin-top: 80px;}
.subcon #_subrecruit .linkBtn a{
    display: block;
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: auto;
    background: #c3c920;
    color: #fff;
    padding: 28px 5px;
    box-sizing: border-box;
    font-size: 1.9rem;
    transition: 0.7s;
}
.subcon #_subrecruit .linkBtn a:hover{background: #333;}
.subcon #_subrecruit .linkBtn a span{
    background: url("../img/cmn/link.png")no-repeat center right;
    background-size: 20px;
    padding-right: 28px;
    }


/* TAB */
@media screen and (max-width: 899px) {
.subcon #_subrecruit .cntList li a {padding: 15px;}    
}
/* SP */
@media screen and (max-width: 480px) {
.subcon #_subrecruit .cntList li{
    width: 98%;
    margin: 1%;
    font-size: 1.4rem;
    }
.subcon #_subrecruit .cntList li a {
    padding: 20px;
    }
.subcon #_subrecruit .cntList li h3{
    font-size: 1.6rem;
    margin: 18px 0 5px;
    }
.subcon #_subrecruit .cntList .btn{
    margin-top:10px;
    letter-spacing: 0;
    }
.subcon #_subrecruit .cntList .btn span {padding-right: 40px;}
.subcon #_subrecruit .cntList .btn span::after {
    width: 30px;
    top: 10px;
    }
.subcon #_subrecruit .defTable01 td{padding: 10px;line-height: 1.6;}
    
.subcon #_subrecruit .linkBtn{margin-top: 20px;}
.subcon #_subrecruit .linkBtn a{
    padding: 20px 5px;
    font-size: 1.5rem;
    }
.subcon #_subrecruit .linkBtn a span{
    background: url("../img/cmn/link.png")no-repeat center right;
    background-size: 15px;
    padding-right: 20px;
    }  
    
    
}


/* pagenavi*/
.subcon .wp-pagenavi {
    margin:100px auto 0;
    font-size: 1.6rem;
    text-align: center;
    font-family: var(--ff-main);
    font-weight: 600;
    }
.subcon .wp-pagenavi a {color:var(--c-main);}
.subcon .pages {margin-right: 20px;}
.subcon .wp-pagenavi .current,
.subcon .wp-pagenavi a.page {
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 2px var(--c-main);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: 0.7s;
    }
.subcon .wp-pagenavi .current {
    border: none;
    background: var(--c-main);
    color: #fff;
    }
.subcon .wp-pagenavi a.page:hover {
    background: var(--c-main);
    color: #fff;
    }
.subcon .wp-pagenavi .first,
.subcon .wp-pagenavi .extend {margin-right: 10px;}
.subcon .wp-pagenavi span.pages,
.subcon .wp-pagenavi .previouspostslink,
.subcon .wp-pagenavi .nextpostslink {display: none;}
.subcon .pagenation{}
.subcon .pagenation .pagenation_content {
    margin:100px auto 0;
    width: 100%;
    text-align: center;
    position: relative;
    font-family:var(--ff-main);
    font-size: 1.5rem;
    font-weight: 600;
    }
.subcon .pagenation .pagenation_content span {
    width: 15%;
    min-width: 60px;
    color: #fff;
    transition: all 0.35s ease;
    background: var(--c-main);
    padding: 10px 10px;
    }
.subcon .pagenation .pagenation_content a {
    width: 15%;
    text-align: center;
    min-width: 60px;
    border: solid 2px var(--c-main);
    background: var(--c-main);
    color:#fff;
    transition: all 0.35s ease;
    padding: 10px 10px;
    }
.subcon .pagenation .pagenation_content a:hover {background:#fff; color:var(--c-main);}
.subcon .pagenation .pagenation_content .prev:after {left: 0px;}
.subcon .pagenation .pagenation_content .all {
    left: 0;
    right: 0;
    width: 26%;
    margin: auto;
    }
.subcon .pagenation .pagenation_content .next {right: 0px;}


/* TAB */
@media screen and (max-width: 899px) {}

/* SP */
@media screen and (max-width: 480px) {
.subcon .wp-pagenavi {
    margin:50px auto 0;
    font-size: 1.4rem;
    }
.subcon .pagenation .pagenation_content {
    margin:50px auto 0;
    font-size: 1.4rem;
    }
}


/* contact
---------------------------------------------------------------------------*/

.subcon .defTable01 label {
    font-size:1.6rem;
    line-height: 1.7;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0;
    margin: 2px 4px;
    font-size:1.6rem;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    border: 1px solid #e1ded8;
    padding:10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 input.form-m[type=text] {width: 50%; }
.subcon .defTable01 input.form-s[type=text] {width: 13%; }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    border: 1px solid #e1ded8;
    background: #f8f6f2;
    padding:10px;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 select optgroup {background: #e1ded8; }
.subcon .defTable01 textarea {
    border: 1px solid #e1ded8;
    padding: 10px;
    background: #f8f6f2;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    font-size:1.6rem;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    color: #666;
    font-size:1.6rem;
    font-family: var(--ff-main);
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    color: #666;
    font-size:1.6rem;
    font-family: var(--ff-main);
    }
.subcon .defTable01 td a {text-decoration: underline; }
.subcon .defTable01 td a:hover {text-decoration: none; }


.subcon .defTable01 .privacy_box{
    max-height: 450px;
    overflow-y: scroll;
    padding: 40px;
    margin: 20px 0;
    background: #f8f6f2;
    box-sizing: border-box;
    border: 1px solid #e1ded8;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size: 1.8rem;
    margin-top: 40px;
    }
.subcon .defTable01 .privacy_box h5{margin-top: 20px;}
.subcon .defTable01 .privacy_box p,
.subcon .defTable01 .privacy_box ul li{
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 500;
    }
.subcon .defTable01 .privacy_box ul{margin: 10px 0 10px 1.5em;}
.subcon .defTable01 .privacy_box ul li{list-style: decimal;}
.subcon .form_btn {
    text-align: center;
    margin-top: 5rem;
    }
.subcon .form_btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .075em;
    background: var(--c-main);
    border: 1px solid var(--c-main);
    transition: 0.5s;
    margin: auto;
    font-family: var(--ff-main);
    border-radius: 100px;
    }
.subcon .form_btn input:hover {
    background: #fff;
    color:var(--c-main);
    }
.subcon .defTable01 em.colR {
    font-style: normal;
    color: var(--c-main);
    font-size:2.2rem;
    margin-left: 4px;
    font-weight: 600;
    font-weight: bold;
    }


/* TAB */
@media screen and (max-width: 899px) {
.subcon .defTable01 label {
    font-size:1.5rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    padding:10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input.form-m[type=text] {width: 50%; }
.subcon .defTable01 input.form-s[type=text] {width: 15%; }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    padding:10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 select optgroup {background: #ddd; }
.subcon .defTable01 textarea {
    padding: 10px;
    line-height: 1.5;
    font-size:1.5rem;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    font-size:1.5rem;
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    font-size:1.5rem;
    }
.subcon .defTable01 .privacy_box{
    padding: 30px;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size:1.8rem;
    }
.subcon .form_btn input {
    width: 100%;
    max-width: 350px;
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: 600;
    }
}
/* SP */
@media screen and (max-width: 480px) {
.subcon .defTable01 label {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=radio],
.subcon .defTable01 input[type=checkbox] {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=text],
.subcon .defTable01 input[type=email],
.subcon .defTable01 input[type=tel] {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .form-box {margin: 10px 0; }
.subcon .defTable01 select {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 textarea {
    font-size:1.4rem;
    line-height: 1.5;
    }
.subcon .defTable01 input[type=text]::-moz-placeholder, .subcon .defTable01 input[type=email]::-moz-placeholder, .subcon .defTable01 input[type=tel]::-moz-placeholder, .subcon .defTable01 input[type=text]::placeholder, .subcon .defTable01 input[type=email]::placeholder, .subcon .defTable01 input[type=tel]::placeholder {
    font-size:1.4rem;
    }
.subcon .defTable01 textarea::-moz-placeholder, .subcon .defTable01 textarea::placeholder {
    font-size:1.4rem;
    }
.subcon .defTable01 .privacy_box{
    max-height: 250px;
    }
.subcon .defTable01 .privacy_box ._Title2{
    font-size:1.6rem;
    }
.subcon .defTable01 .privacy_box p,
.subcon .defTable01 .privacy_box ul li{
    font-size: 1.4rem;
    }
.subcon .form_btn {
    margin-top: 2rem;
    }
.subcon .defTable01 em.colR {
    font-size:1.8rem;
    }
}
