@charset "UTF-8";


/*===================================================


	style.css


====================================================*/

/*===================================================
	フレーム
====================================================*/
html, body {
    font-family: "Roboto", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", meiryo,  Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5em;
    background: #fff;
    font-size:16px;
    color:#222;
    font-weight: 400;
}
.wrap{
	padding:97px 0 0;
}
.contentBox{
    padding: 0 20px 0;
    position: relative;
}
.inBox{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}


/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
html, body {
    font-size: 13px;
}
.inBox {
    width: 100%;
}
.wrap {
    padding: 55px 0 0;
}

}


/*===================================================
	loader
====================================================*/
.loader{
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


/*===================================================
	共通
====================================================*/
a{
	transition:0.3s ease;
}
.arrowLine{
    fill: none;
    stroke: #222;
    stroke-linecap: round;
    stroke-width: 0.1em;
}
.ancPoint{
	position:relative;
}
.anc{
	display:block;
	position:absolute;
	top:-160px;
	
}
.btnNeg a{
    color: #f68057;
    font-size: 16px;
    border: 1px solid;
    padding: 15px;
    display: block;
    text-align: center;
    width: 200px;
    border-radius: 100px;
    font-weight: 600;
}
.arrowRight{
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    background: #F68057;
    border-radius: 100px;
    transform: translate(0,-50%);
    transition:0.5s ease;
}
.arrowRight:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.floatBtn{
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 10;
    transition:0.3s ease;
}
.floatBtn a{
    display: block;
    position: relative;
    background: rgba(246,128,87,0.7);
    color: #FFF;
    padding: 35px 60px 35px 40px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 24px 0 0 24px;
}
.bottomFix .floatBtn a {
    pointer-events:none;
    opacity:0;
}
.floatBtn a .arrowRight{
    right: 20px;
    background: #FFF
}
.floatBtn a .arrowRight:before {
    border-bottom: 2px solid #f8a689;
    border-right: 2px solid #f8a689;
}
.floatOpen .floatBtn {
    transform:translateX(100%);
}
.btnEntry{

}
.btnEntry a{
    background: #F68057;
    color: #FFF;
    padding: 20px;
    display: block;
    width: 340px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 0 0 auto;
    position: relative;
}
.btnEntry a span{
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    width: 50px;
    height: 20px;
    transition:0.5s ease;
}
.btnEntry a span:before{
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #FFF;
    transform: translate(0,-50%);
}
.btnEntry a span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    transform: translate(0,-50%) rotate(45deg);
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
.floatBtn a:hover{
    background: rgba(255,78,17,1);
}
.btnNeg a:hover{
    background: #ff4e11;
    border: 1px solid #ff4e11;
    color: #FFF;
}
.btnEntry a:hover{
    background: #ff4e11;
}
.btnEntry a:hover span{
    right: 10px;
}

.topBtn{
    display:none;
}
.swiper-button-prev, .swiper-button-next {
    display:none;
}
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.anc{
	top:-80px;
}
.arrowRight {
    width: 20px;
    height: 20px;
}
.floatBtn a {
    padding: 20px 50px 20px 20px;
    font-size: 14px;
    border-radius: 16px 0 0 16px;
}
.btnNeg a {
    font-size: 14px;
    padding: 10px;
    width: 50%;
}
.btnEntry a{
    width: 100%;
}
.topBtn{
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 3;
}
.topBtn a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #f68057;
    border-radius: 100px;
}
.topBtn a:after{
    content: "";
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 20%;
    height: 20%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10%;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    color: #fff;
}
}




/*===================================================
	intPop
====================================================*/
.popup.intPop{

}
.popup.intPop .popInBox{
    align-items: flex-start;
    pointer-events: none;
}
.popup.intPop .shade{
    background: #FFF;
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    z-index: -1;
}
.popup.intPop .popIninner {
    padding: 100px 0;
    pointer-events: none;
}
.popup.intPop .popIninner h2{
    font-size: 70px;
    line-height: 1em;
    color: #f68057;
    font-weight: 500;
    margin: 0 0 40px;
}
.popup.intPop .interviewList{

}
.popup.intPop .interviewList li {
    color: #000;
}
.popup.intPop .interviewList li {
    width: 30%;
}
.popup.intPop .interviewList:after{
    content: "";
    display: block;
    width: 30%;
}
.popup.intPop .interviewList li:nth-child(odd) {
    padding-top: 0;
}
.popup.intPop .interviewList li:nth-child(even) {
    padding-bottom: 0;
}
.popup.intPop .interviewList  li a {
    margin-bottom: 60px;
    display: block;
    pointer-events: auto;
}

.popup .mov{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.popup .iframeMov{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.popup.intPop .popIninner {
    padding: 60px 0;
}
.popup.intPop .popIninner h2{
    font-size: 40px;
}
.popup.intPop .interviewList {
    display: flex;
}
.popup.intPop .interviewList li {
    width: calc(50% - 10px);
}
.popup.intPop .interviewList li a {
    margin-bottom: 0;
}
.popup.intPop .interviewList li .interviewName {
    text-align: left;
    font-size: 10px;
    line-height: 1.5em;
}
.popup.intPop .interviewList  li .thumb {
    margin: 0 0 10px;
}
.popup.intPop .interviewList  li .interviewLead {
    font-size: 14px;
}

}
/*===================================================
	floatMenu
====================================================*/
.floatMenu {
	display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.floatMenu.floatActive {

}
.floatMenu .floatShade{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.floatMenu .popIninner{
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFF;
    color: #000;
    padding: 60px 150px;
    border-radius: 40px 40px 0 0;
}
.floatMenu .popInBox{
    position: absolute;
    display: block;
    bottom: -150vh;
    width: 100%;
    margin: 100px auto 0;
    max-height: calc(100% - 100px);
    box-sizing: border-box;
    transition: 0.5s ease;
}
.floatMenu.floatActive .popInBox{
    bottom: 0;
    transition: 0.5s ease;
}
.floatMenu .popTit{
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 60px;
    color: #000;
    letter-spacing: 0.1em;
}
.floatMenu .floatClose {
    font-size: 15px;
    padding: 20px 40px 20px 20px;
    opacity: 1!important;
    pointer-events: auto!important;
}
.floatMenu .floatClose .arrowRight {
    width: 20px;
    height: 20px;
    right: 10px;
}
.floatMenu .floatClose .arrowRight:before,
.floatMenu .floatClose .arrowRight:after{
    content: '';
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #f68057;
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
}
.floatMenu .floatClose .arrowRight:before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.floatMenu .floatClose .arrowRight:after {
    transform: translate(-50%,-50%) rotate(45deg);
}
.floatMenu .jobs .jobsColumn {

}
.floatMenu .jobs .tabBlock {
    width: 100%;
    max-width: 100%;
}
.floatMenu .jobs .tabArea {
    width: 100%;
    max-width: 100%;
}

.floatMenu .floatBtn{
    transition:0.3s ease;
    transform:translateX(100%);
}
.floatOpen .floatMenu .floatBtn{
    transition:0.3s ease;
    transform:translateX(0);
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.floatMenu{

}
.floatMenu .popIninner {
    padding: 40px 20px 120px;
    border-radius: 24px 24px 0 0;
}
}


/*===================================================
	jobs
====================================================*/
.jobs{

}
.jobs .jobsTit{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.jobs .jobsColumn{
    display: flex;
}
.jobs .columnLeft{
    width: 100%;
    max-width: 300px;
}
.jobs .catList{

}
.jobs .catList li{
    background: #F68057;
    color: #FFF;
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px solid #FFF;
    transition: 0.5s ease;
    cursor: pointer;
}
.jobs .catList li:first-child{
    border-radius: 8px 0 0 0;
}
.jobs .catList li:last-child{
    border-bottom: none;
    border-radius: 0 0 0 8px;
}
.jobs .catList li.is-active{
    background: #F5F5F5;
    color: #f68057;
    pointer-events: none;
}
.jobs .tabBlock{
    width: 100%;
    max-width: 800px;

}
.jobs .tabArea{
    width: 100%;
    max-width: 800px;
    background: #F5F5F5;
    border-radius: 0 8px 8px 8px;
    position:relative;
    z-index: 0;
}
.jobs .columnRight{
    display: none;
}
.jobs .columnRight.tabBlock.is-show{
    display:block;
}
.jobs .typeList{
    padding: 0 0 0 40px;
    background: #F5F5F5;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
}
.jobs .typeList li{
    border-bottom: 1px solid #D5D5D5;
}
.jobs .typeList li a{
    padding: 40px 60px 40px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.jobs .typeList li.mp a{
    padding: 33px 60px 33px 0;
}
.jobs .typeList li:last-child{
    border-bottom: none;
}
.jobs .typeList li .logo{
    width: 20%;
    text-align: center;
}
.jobs .typeList li .logo img{
    height: 45px;
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.jobs .typeList li .logo.size img{
    height: 60px;
}
.jobs .typeList li .name{
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
}

.floatSingle .jobs .typeList{
    padding: 0;
}
.floatSingle.floatMenu .jobs .tabArea{
    border-radius: 8px;
    overflow: hidden;
}
.floatSingle.floatMenu .jobs .typeList li a {
    padding: 40px 60px 40px 40px;
}
.floatSingle.floatMenu .jobs .typeList li.mp a {
    padding: 33px 60px 33px 40px;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){

.jobs .catList li:hover{
    background: #ff4e11;
    color: #FFF;
}
.jobs .typeList{
    display: block!important;
}
.jobs .tabArea:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background: #f5f5f5;
    z-index: -1;
    border-radius: 0 8px 8px 0;
}
.jobs .typeList li a:hover{
    color:#ff4e11;
}
.jobs .typeList li a:hover .arrowRight{
    transform: translate(0,-50%) scale(1.4);
    background: #ff4e11;
}
.jobs .columnRight.tabBlock .catName{
    display:none;
}
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.jobs .jobsTit {
    font-size: 16px;
    margin: 0 0 20px;
}
.jobs .tabArea {
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
}
.jobs .jobsColumn {
    display: block;
}
.jobs .columnLeft {
    display:none;
}

.jobs .columnRight {
    display: block!important;
    max-width: 100%;
}
.jobs .columnRight .typeList{
    padding: 0;
    display:none;
}
.jobs .typeList li a {
    display:block;
    padding: 20px;
}
.jobs .typeList li.mp a {
    padding: 13px 20px 13px;
}
.jobs .typeList li .logo{
    width: 50%;
    text-align: left;
}
.jobs .typeList li .logo img {
    height: 25px;
    width: auto;
    margin: 0 0 10px 0;
}
.jobs .typeList li .logo.size img {
    height: 40px;
}    
.jobs .typeList li .name {
    padding: 0 40px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}
.jobs .columnRight .catName{
    background: #F68058;
    color: #FFF;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
    border-bottom: 1px solid #FFF;
    position: relative;
}
.jobs .columnRight .catName span{
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
}
.jobs .columnRight .catName span:before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition:0.5s ease;
}
.jobs .columnRight .catName.open span:before{
    transform: translate(-50%,-50%) rotate(90deg);
}
.jobs .columnRight .catName span:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jobs .columnRight:first-child .catName{
    border-radius: 8px 8px 0 0;
}
.jobs .columnRight:last-child .catName{
    border-radius: 0;
    border-bottom: none;
}
.jobs .columnRight:last-child .typeList li {
    border-bottom: none;
}

.floatSingle .jobs .columnRight .typeList {
    display: block;
}
.floatSingle .jobs .columnRight .typeList li {
    border-bottom: 1px solid #D5D5D5;
}
.floatSingle .jobs .columnRight .typeList li:last-child {
    border-bottom: none;
}
.floatSingle .jobs .columnRight .typeList li.mp a {
    padding: 33px 60px 33px 40px;
}
}
/*===================================================
	header
====================================================*/
header{
    background: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 50%;
    display: flex;
    width: 100%;
    padding: 20px 50px;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    z-index: 3;
    transition: 0.5s ease;
    transform: translateX(-50%);
}
header h1{
    width: 150px;
    line-height: 0;
    transition: 0.3s ease;
}

header nav{
display: flex;
    align-items: center;
    background: #000;
    border-radius: 100px;
}

header .gnav{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
header .gnav li{
    padding: 12px 12px;
}
header .gnav li:last-child{

}
header .gnav li a{
    font-size: 16px;
    display: block;
    will-change: transform;
    color: #FFF;
    letter-spacing: 0.02em;
    transform: translate(0, 0, 0);
}
header .gnav.inTop li .navTop,
header .gnav.inJobs li .navJob,
header .gnav.inInformation li .navInf,
header .gnav.inMission li .navMis,
header .gnav.inInterview li .navInt,
header .gnav.inStaff li .navSta,
header .gnav.inOffice li .navOff{
	color:#FE6E54;
}
header .btnEntry{
    margin: 0 0 0 45px;
}
header .btnEntry a{
    background: #222;
    color: #FFF;
    line-height: 1em;
    display: block;
    padding: 14px 45px;
    border-radius: 100px;
    font-size: 18px;
}
header .hamBtn{
	display:none;
}
.headerFix header{
    width: 97%;
    top: 20px;
    border-radius: 10px;
    padding: 15px 20px 15px 40px;
}
.headerFix header h1{
    width: 100px;
}
.headerFix header .btnEntry a {
    padding: 10px 45px;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
header .gnav li.navLogo{
    display:none;
}
}



/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){

header {
    height: 55px;
    box-sizing: border-box;
    padding: 10px 20px;
    transition:0.3s ease;
    z-index: 999;
}
.headerFix header.hide{
	opacity:0;
	pointer-events:none;
}
.headerFix header.fix{
	opacity:1;
	pointer-events:auto;
}
.headerFix header {
    width: 100%;
    top: 0;
    border-radius: 0;
    padding: 15px 20px;
}
header h1{
    width: 90px;
}
header h1 a{
    display:block;
}
.headerFix header h1 {
    width: 90px;
}
header .btnEntry a,
.headerFix header .btnEntry a {
    padding: 10px 25px;
}
header .hamBtn {
    border-radius: 100px;
    width: 24px;
    height: 20px;
    position: relative;
    display: block;
    z-index: 9999;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s ease;
}
header .hamBtninner {
    position: relative;
    display: block;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
}
.hamBtn .hamBtninner span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #222;
    transition: top 0.3s ease 0.3s, bottom 0.3s ease 0.3s, transform 0.3s ease, opacity 0.3s ease 0.3s, background 0.3s ease;
}
.hamBtn span:nth-of-type(1) {
    top: 5%;
}
.hamBtn span:nth-of-type(2) {
    top: 50%;

}
.hamBtn span:nth-of-type(3) {
    top: 95%;
}
.hamBtn.open {
    box-shadow: none;
}
.hamBtn.open span:nth-of-type(1) {
    background: #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamBtn.open span:nth-of-type(2) {
    opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}
.hamBtn.open .hamBtninner span {
    transition: top 0.3s ease, bottom 0.3s ease, transform 0.3s ease 0.3s, background 0.3s ease;
    background: #000;
}
header nav {
    background: transparent;
}
header nav .gnav{
    display: none;
}
.navInner{
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #F5F5F5;
    transform: translateX(100%);
    transition: 0.5s ease;
    z-index: 15;
}

.navInner.active{
	transition:0.5s ease;
	transform:translateX(0);
}
.navInner .gnav {
    display: block;
    align-items: center;
    padding: 60px 30px;
    width: 100%;
}
.navInner .gnav:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: #FFF;
}
.navInner .gnav:after{
    content: "";
    display: block;
    position: absolute;
    top: 200px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ph_wave_white_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
}


.navInner .gnav li {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.navInner .gnav li.navLogo {
    pointer-events:none;
    width: 200px;
}
.navInner .gnav li a {
    font-size: 20px;
    font-weight: 400;
    display: block;
    color: #000;
}
}


/*===================================================
	TOP:共通
====================================================*/
.contentBox h2{
    font-size: 70px;
    line-height: 1em;
    color: #f68057;
    font-weight: 500;
    margin: 0 0 10px;
}
.contentBox .tit{
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
}
.contentBox .lead{
    font-size: 18px;
    line-height: 1.8em;
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.contentBox h2 {
    font-size: 40px;
}
.contentBox .tit {
    font-size: 20px;
}
.contentBox .lead {
    font-size: 16px;
    line-height: 1.6em;
}
}
/*===================================================
	TOP:メインビジュアル
====================================================*/
.mainBox{
    padding: 0;
}
.mainBox .inBox{
    width: 100%;
    max-width: 100%;
}
.mainBox .mainVisual{
    background: url(../images/ph_main.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 810px;
    width: 100%;
    position: relative;
}
.mainBox .mainVisual:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 100%;
    height: 45vw;
    background: url(../images/ph_wave_main.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mainBox .mainVisual:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 100%;
    height: 45vw;
    background: url(../images/ph_wave_main_bar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mainBox .visualTxt{
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    max-width: 1140px;
    transform: translate(-50%,-50%);
    color: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
}
.mainBox .visualTxt .visualTit{
    font-size: 66px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Roboto", Helvetica, "Noto Sans JP", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.mainBox .visualTxt .visualTit span{
    font-size: 62px;
}
.mainBox .visualTxt .visualLead{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.mainBox .mainVisual {
    height: 640px;
    min-height: 0;
    background-position: 40%;
}
.mainBox .mainVisual:before {
    content:none;
}
.mainBox .mainVisual:before {
    content: "";
    bottom: -1px;
    width: 150%;
    max-width: 100%;
    height: 100%;
    background-image: url(../images/ph_wave_main_bar_sp.png);
}
.mainBox .mainVisual:after {
    background: url(../images/ph_wave_main_sp.png);
    width: 150%;
    max-width: 520px;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mainBox .visualTxt {
    top: 55%;

}
.mainBox .visualTxt .visualTit {
    font-size: 40px;
    line-height: 1.1em;
    margin: 0 0 5px;
}
.mainBox .visualTxt .visualTit span {
    font-size: 37px;
}
.mainBox .visualTxt .visualLead {
    font-size: 14px;
    line-height: 1.8em;
}

}
/*===================================================
	JoblistBox
====================================================*/
.JoblistBox{

}
.JoblistBox .inBox{
    padding: 0 0 80px;
}
.JoblistBox .lead{
    margin-bottom: 60px;
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.JoblistBox {
    margin-top: -40px;
}
.JoblistBox .inBox {
    padding: 0 0 40px;
}
.JoblistBox .lead {
    margin-bottom: 40px;
}
}
/*===================================================
	InformationBox
====================================================*/
.InformationBox{
    background: #F5F5F5;
    overflow: hidden;
}
.InformationBox .bgFrag{
    position: absolute;
    top: -30%;
    left: 30%;
    width: 3000px;
    display:none;
}
.InformationBox .inBox{
    padding: 100px 0 100px;
    z-index: 2;
}
.InformationBox:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% - 1075px) / 2);
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 1400px;
    max-height: 80vh;
    height: 500px;
    background: url(../images/ph_wave_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.InformationBox:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1075px) / 2);
    max-height: 80vh;
    height: 500px;
    background: #FFF;
    z-index: 0;
}

.InformationBox .lead {
    margin-bottom: 60px;
}
.InformationBox .mov {
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    display: block;
    box-sizing: border-box;
    width: 870px;
    margin: 0 auto 60px;
}
.InformationBox .mov video {
    width: 100%;
    margin: 0 0 20px;
    line-height: 0;
    vertical-align: bottom;
}
.InformationBox .mov .subcap{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.InformationBox .documentTit{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    padding: 100px 0 0;
}
.InformationBox .document{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.InformationBox .document li{
    width: calc(50% - 40px);
    position: relative;
}
.InformationBox .document li a{
    display: block;
    margin: 0 0 20px;
}
.InformationBox .document li a img{
    transition:0.5s ease;
}
.InformationBox .document li .subcap{
    font-size: 16px;
    font-weight: 600;
}

.slideshareBox {
    position: relative;
    width: 100%;
    padding-top: calc(70.5% + 50px);
    pointer-events: auto;
}
.slideshareBox:after {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 50px;
  height: 40px;
  background: #e9f7fd;
  z-index: 9999;
}
.slideshareBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup.docPop {
    height: 100%;
    min-height: 100%;
}
.popup.docPop .popInBox{
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    max-width: 100vw;
    height: 100%;
    min-height: 800px;
    max-height:100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    transform: translate(-50%,0);
    pointer-events: none;
}

/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
.InformationBox .document li a:hover img{
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    transform: translateY(-5px);
}
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.InformationBox .bgFrag {
    position: absolute;
    top: -5%;
    left: 55%;
    width: 190%;
    filter: blur(10px);
}
.InformationBox .inBox {
    padding: 60px 0 40px;
}
.InformationBox:before {
    background-image: url(../images/ph_wave_white_sp.png);
    background-size: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    left: auto;
    right: 0;
}
.InformationBox .lead {
    margin-bottom: 40px;
}
.InformationBox .mov {
    width: 100%;
    margin: 0 0 40px;
}
.InformationBox .mov .subcap {
    text-align: left;
    font-size: 14px;
}
.InformationBox .documentTit {
    margin: 0 0 20px;
}
.InformationBox .document {
    display: block;
}
.InformationBox .document li {
    width: 100%;
    margin: 0 0 40px;
}
.InformationBox .document li:last-child{
    margin: 0;
}
.InformationBox .document li a {
    margin: 0 0 10px;
}
.InformationBox .document li .subcap {
    font-size: 14px;
    font-weight: 600;
}
.popup.docPop {
    height: 100%;
    min-height: 100%;
}
.popup.docPop .popInBox {
    width: 100%;
    height: 100vh;
    padding: 0;
    min-height: 0;
    margin: auto;
}

}


/*===================================================
	MissionBox
====================================================*/
.MissionBox{
    background: #FFF;
    overflow: hidden;
}
.MissionBox:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% - 1100px) / 2);
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 1400px;
    max-height: 80vh;
    height: 570px;
    background: url(../images/ph_wave_gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.MissionBox:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1100px) / 2);
    max-height: 80vh;
    height: 570px;
    background: #F5F5F5;
    z-index: 0;
}

.MissionBox .inBox{
    padding: 200px 0 100px;
    z-index: 2;
}

.MissionBox .missionList{
    display: flex;
    align-items: center;
}
.MissionBox .missionList dt{
    font-size: 42px;
    font-weight: 600;
    width: 50%;
    line-height: 1.5em;
    text-indent: -25px;
}
.MissionBox .missionList dd{
    width: 50%;
    font-size: 18px;
    line-height: 2em;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){

}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.MissionBox {
    background: #f5f5f5;
}
.MissionBox:before {
    content: none;
}
.MissionBox .inBox {
    padding: 40px 0;
}
.MissionBox .missionList {
    display: block;
}
.MissionBox .missionList dt {
    font-size: 28px;
    margin: 0 0 20px;
    width: 100%;
    text-indent: -15px;
}
.MissionBox .missionList dd {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: -0.05em;
}
}

/*===================================================
	InterviewBox
====================================================*/
.InterviewBox{
    background: #FFF;
    overflow: hidden;
    padding: 0;
}
.InterviewBox .inBox{
    padding: 100px 0;
    max-width: 100%;
}
.InterviewBox .inBoxBlock{
    max-width: 1100px;
    margin: 0 auto;
}
.InterviewBox .lead {
    margin-bottom: 40px;
}
.InterviewBox .movBlock {
    background: #F5F5F5;
    padding: 60px;
    margin: 0 auto 60px;
    position: relative;
}
.InterviewBox .thumb_int_mov {
    margin: 0 auto;
    max-width: 1100px;
    position:relative;
}
.InterviewBox .thumb_int_mov a{
    display: block;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 8px;
    position:relative;
}
.InterviewBox .thumb_int_mov a:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/btn_play.png);
    background-size: contain;
    width: 300px;
    height: 300px;
    transform: translate(-50%,-50%);
}
.InterviewBox .thumb_int_mov a img{
    transition: 0.5s ease
}
.InterviewBox .movTit{
    border-left: 5px solid;
    padding: 0 0 0 10px;
    margin: 0 auto 30px;
    max-width: 1100px;
}
.InterviewBox .movTit dt{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.InterviewBox .movTit dd{
    font-size: 16px;
}

.interviewList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 60px;
}
.interviewList li{
    width: calc(50% - 40px);
}
.interviewList li:nth-child(odd){
    padding-top: 100px;
}
.interviewList li:nth-child(even){
    padding-bottom: 100px;
}
.interviewList li a{

}
.interviewList li .thumb{
    margin: 0 0 20px;
    transition: 0.5s ease;
    border-radius: 8px;
    overflow: hidden;
}
.interviewList li .thumb img{
    transition: 0.5s ease;
}
.interviewList li .interviewName{
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
}
.interviewList li .interviewLead{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}
/* SP max:1000px ===================================*/
@media screen and (min-width: 1000px){
.InterviewBox .thumb_int_mov a:hover img{
    transform: scale(1.05);
}

}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.InterviewBox .inBoxBlock {
    padding: 0 20px 0;
}

.InterviewBox .movBlock {
    padding: 40px 20px;
    margin: 0 auto 40px;
}
.InterviewBox .thumb_int_mov {
    margin: 0 auto;
}
.InterviewBox .thumb_int_mov a:after {
    width: 250px;
    height: 250px;
}
.InterviewBox .movTit {
    margin: 0 0 20px;
}
.InterviewBox .movTit dd {
    font-size: 12px;
    line-height: 1.3em;
}
}


/*===================================================
	StaffDiaryBox
====================================================*/
.StaffDiaryBox{
    background: #FFF;
    overflow: hidden;
}
.StaffDiaryBox .inBox{
    padding: 100px 0;
}
.StaffDiaryBox .lead {
    margin-bottom: 10px;
}
.StaffDiaryBox .cautionTxt{
    margin-bottom: 40px;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 20px;
}
.StaffDiaryBox .cautionTxt:before{
    content:"※";
    position:absolute;
    left:0;
}
.StaffDiaryList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.StaffDiaryList li{
    width: calc(33% - 15px);
    background: #f6f6f6;
    border-radius: 10px;
    transition: 0.5s ease
}
.StaffDiaryList li a{
    display:block;
    padding: 20px;
    border-radius: 10px;
}
.StaffDiaryList li .thumb{
    margin: 0 0 20px;
    transition: 0.5s ease;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.StaffDiaryList li .thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}
.StaffDiaryList li .blogName{

}
.StaffDiaryList li .blogDate{
    font-size: 14px;
    font-weight: 500;
}
.StaffDiaryList li .StaffDiaryName{
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
}
.StaffDiaryList li .StaffDiaryLead{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}

.StaffDiaryList li:nth-child(n + 4){
    display:none;
}

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

.StaffDiaryPopupList::after{
    content:"";
    display: block;
    width: calc(33% - 15px);
  }

.StaffDiaryPopupList li{
    width: calc(33% - 15px);
    background: #f6f6f6;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: 0.5s ease;
}
.StaffDiaryPopupList li a{
    display: block;
    background: #f6f6f6;
    padding: 20px;
    color: #000;
    pointer-events: auto;
    border-radius: 10px;
}
.StaffDiaryPopupList li .thumb{
    margin: 0 0 20px;
    transition: 0.5s ease;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 260px;
}
.StaffDiaryPopupList li .thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.StaffDiaryPopupList li .blogName{
    font-size: 14px;
    font-weight: 500;
}
.StaffDiaryPopupList li .blogDate{
    font-size: 12px;
    font-weight: 500;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){

.StaffDiaryList li:hover{
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    transform: scale(1.04);
}
.StaffDiaryPopupList li:hover{
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    transform: scale(1.04);
}
.interviewList li a:hover .thumb{
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}
.interviewList li a:hover .thumb img{
    transform: scale(1.1);
}
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){

.InterviewBox:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/ph_wave_gray_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.InterviewBox .inBox {
    padding: 40px 0;
    z-index: 1;
    display: grid;
}
.interviewList {
    display: block;
    margin: 0 0 40px;
}
.interviewList li {
    width: 100%;
    margin: 0 0 40px;
}
.interviewList li:nth-child(odd) {
    padding-top: 0;
}
.interviewList li:nth-child(even) {
    padding-bottom:0;
}
.interviewList li:last-child {
    margin: 0;
}
.interviewList li .interviewName {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
}
.interviewList li .interviewLead {
    font-size: 16px;
}
.InterviewBox .inBox .btnNeg{
    order: 1;
}
.StaffDiaryList {
    display: block;
}
.StaffDiaryList li {
    width: 100%;
    margin: 0 0 20px;
}
.StaffDiaryPopupList li {
    width: calc(50% - 5px);
    background: #f6f6f6;
    margin-bottom: 10px;
    border-radius: 5px;
}
.StaffDiaryPopupList li a {
    padding: 10px;
    border-radius: 0;
    margin: 0;
}
.StaffDiaryPopupList li .thumb {
    width: 100%;
    height: 100px;
    margin: 0 0 10px;
    border-radius: 4px;

}
.StaffDiaryPopupList li a {
    padding: 10px;
    border-radius: 5px;
}
.StaffDiaryPopupList li .blogName {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
}
.StaffDiaryPopupList li .blogDate {
    font-size: 10px;
}
}


/*===================================================
	OfficeBox
====================================================*/
.OfficeBox{
    padding: 0;
    overflow:hidden;
}
.OfficeBox .bgFrag{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1100px;
}
.OfficeBox .inBox{
    padding: 100px 0;
    text-align: center;
    max-width: 100%;
}
.OfficeBox .lead{
    margin-bottom: 60px;
}
.OfficeBox .swiper-container {
}
.OfficeBox .swiper-slide a {
    display: block;
}
.OfficeBox .swiper-slide a .thumb{
    border-radius: 8px;
    overflow: hidden;
}
.OfficeBox .swiper-slide a img {
   object-fit: cover;
   width: 100%;
   height: 100%;
   transition:0.5s ease;
}
.OfficeBox .hidden {
    display: none;
}
.fancybox-thumbs__list a {
    height: 19.5vh;
    max-height: none;
    max-width: none;
    width: 100%;
}
.fancybox-bg {
    background: #fff;
    opacity:1!important;
    width: 100%;
    height: 100%;
}
.fancybox-button {
    background: rgba(225,225,225,.8);
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #444;
}
.fancybox-button:hover {
    color: #f68057;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #f68057;
}
.fancybox-caption{
   background:none;
   padding: 75px max(44px,env(safe-area-inset-right)) max(140px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
    padding-left: 20px;
    padding-right: 20px;
}
.fancybox-caption__body {
    color: #222;
    background: rgba(255,255,255,.6);
}
.fancybox-thumbs {
    background: #fff;
}

/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
.OfficeBox .swiper-slide a:hover img{
    transform: scale(1.1);
}
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.OfficeBox .bgFrag {
    position: absolute;
    top: 0;
    left: 50%;
    width: 185%;
}
.OfficeBox .inBox {
    padding: 40px 0 100px;
    text-align: left;
    max-width: 100%;
}
.OfficeBox h2,
.OfficeBox .tit,
.OfficeBox .lead {
    padding: 0 20px;
}
.OfficeBox .lead {
    margin-bottom: 40px;
}
}



/*===================================================
	footer
====================================================*/
footer{
    position: relative;
    background: #141414;
}
footer .footerInner{
    position: relative;
}
footer .footerInner .flag{
    position: absolute;
    top: 0;
    pointer-events: none;
}
footer .footerInner .flag img{
    opacity: 0.15;
}
footer .footerInner .logo{
    position: absolute;
    top: 110px;
    left: 230px;
}
footer .footerInner .logo a{
    display:block;
}
footer .footerInner .logo img{
    width: 80%;
    opacity: 1;
}
footer .footerInner .footerMenu{
    width: calc(100% - 600px);
    margin: 0 0 0 600px;
    padding: 110px 110px 40px 0;
}
footer .footerInner .footerMenu .entryBtn {
    display: block;
}

footer .footerInner .footerMenu .footerNav{
    margin: 0 0 100px;
}
footer .footerInner .footerMenu .footerNav li{
    margin: 0 0 15px;
}
footer .footerInner .footerMenu .footerNav li:last-child{
    margin: 0;
}
footer .footerInner .footerMenu .footerNav li a{
display: inline-block;
    color: #f5f5f5;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
}
footer .group{
    width: 350px;
    margin: 0 20px 40px auto;
}
footer .groupTxt{
    font-size: 11px;
    color: #f5f5f5;
    margin: 0 0 20px;
}
footer .groupLogo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .groupLogo li{
    width: 45%;
}
footer .credit{
    color: #f5f5f5;
    font-size: 12px;
    text-align: right;
    padding: 20px 40px 20px;
    margin: 0 20px 0 auto;
    border-top: 1px solid;
    width: calc(100% - 250px);
}
footer .credit span{
    padding: 0 20px 20px;
}
footer .scTop{
	display:none;
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
footer .footerInner .flag {
    position: relative;
    margin: 0 0 40px;
}
footer .footerInner .flag img {
    width: 90%;
}
footer .footerInner .logo {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 35%;
}
footer .footerInner .logo img {
    width: 100%;
    opacity: 1;
}
footer .footerInner .footerMenu {
    width: 100%;
    margin: 0;
    padding: 0 20px;
}
footer .footerInner .footerMenu .footerNav {
    margin: 0 0 60px;
}
footer .group {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
footer .groupLogo {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .groupLogo li {
    width: 45%;
    padding: 0 5%;
}
footer .credit {
    font-size: 12px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    border-top: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .credit span {
    padding: 0;
}
}







/*===================================================



	pages pageEntry



====================================================*/



/*===================================================
	pageEntry:entryMainBox
====================================================*/
.entryMainBox{
    background-image: url(../images/ph_bg_entryMain.png);
    background-size: min(1400px, 80%);
    background-repeat: no-repeat;
    padding: 0;
}
.entryMainBox .inBox{
    padding: 100px 0;
    width: 100%;
    max-width: 100%;
}
.entryMainBox .mainColumn{
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 380px;
    align-items: flex-end;
}
.entryMainBox .mainColumn dt{
    width: 60%;
    max-width: 660px;
    margin-left: max(calc((100vw - 1100px) / 2) , 20px);
    padding-right: 60px;
}
.entryMainBox .mainColumn .jobIcon{
    line-height: 0;
    max-width: 200px;
    margin: 0 0 20px;
}
.entryMainBox .mainColumn .jobName{
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 0 0 20px;
}
.entryMainBox .mainColumn .jobLead{
    font-size: 16px;
    margin: 0 0 40px;
}
.entryMainBox .mainColumn .btnCap{
    font-size: 70%;
    width: 340px;
    margin: 0 0 10px auto;
    line-height: 1.5em;
    font-weight: 500;
    color: #f68057;
}

.entryMainBox .mainColumn dd{
    position: absolute;
    right: 0;
    width: calc(((100vw - 1100px) / 2) + 400px);
    min-width: 40%;
    height: 100%;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.entryMainBox .mainColumn dd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){

.entryMainBox {
    background-image: none;
}
.entryMainBox .inBox {
    padding: 0;
}
.entryMainBox .mainColumn {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.entryMainBox .mainColumn dt {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
    background-image: url(../images/ph_bg_entryMain_sp.png);
    background-size: min(660px, 100%);
    background-repeat: no-repeat;
    padding-left: max(calc((100% - 520px) / 2), 20px);
    padding-right: max(calc((100% - 520px) / 2), 20px);
}
.entryMainBox .mainColumn .jobName {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #979797;
}
.entryMainBox .mainColumn .jobIcon {
    max-width: 40%;
    margin: 0 0 10px;
}
.entryMainBox .mainColumn .jobLead {
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 1.6em;
}
.entryMainBox .mainColumn .btnCap {
    font-size: 80%;
    width: auto;
}
.entryMainBox .mainColumn dd {
    position: relative;
    left: auto;
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-radius: 0;
    overflow: hidden;
}
}


/*===================================================
	pageEntry:entryDetailBox
====================================================*/
.entryDetailBox{

}
.entryDetailBox .inBox{
    max-width: 1000px;
    padding: 100px 0;
}
.entryDetailBox .detailBlock{
    padding: 0 0 0 150px;
    margin: 0 0 80px;
}
.entryDetailBox .detailBlock:last-child{
    margin: 0;
}
.entryDetailBox .detailBlock > * {
    margin-bottom: 20px;
}
.entryDetailBox .detailBlock > *:last-child{
    margin-bottom: 0;
}
.entryDetailBox .detailBlock h4{
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    line-height: 1.5em;
}
.entryDetailBox .detailBlock h4:before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 100px;
    height: 36px;
    background-image: url(../images/ph_icon_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: calc(100% + 50px);
}
.entryDetailBox .detailBlock .txt{
    font-size: 14px;
}
.entryDetailBox .detailBlock .txt .attention{
    font-size: 12px;
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block;
    margin: 10px 0 0;
}
.entryDetailBox .detailBlock .txt .attention:before{
    content: "※";
    position: absolute;
    left: 0;
}
.entryDetailBox .detailBlock .pointList{

}
.entryDetailBox .detailBlock .pointList li{
    font-size: 14px;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 15px;
}
.entryDetailBox .detailBlock .pointList li:before{
    content: "・";
    display: block;
    position: absolute;
    left: 0;
}
.entryDetailBox .detailBlock .pointList li:last-child{
    margin: 0;
}
.entryDetailBox .detailBlock .borderList{

}
.entryDetailBox .detailBlock .borderList li{
    font-size: 14px;
    border-bottom: 1px dashed #979797;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.entryDetailBox .detailBlock .borderList li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}


.entryDetailBox .detailBlock .innerTit{
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 18px;
}
.entryDetailBox .detailBlock .outerTit{
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 18px;
}
.entryDetailBox .detailBlock .outerSub{
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 14px;
    border-left: 4px solid;
    background: #000;
    line-height: 1em;
    padding: 6px 10px 4px;
}
.entryDetailBox .detailBlock .innerList{
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.entryDetailBox .detailBlock .innerList:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.entryDetailBox .detailBlock .innerList dt {
    margin: 0 0 10px;
    font-weight: 600;
}
.entryDetailBox .detailBlock .innerList dd{

}
.entryDetailBox .detailBlock .innerList dd .caution{

}
.entryDetailBox .detailBlock .innerList dd .caution li{
    font-size: 12px;
    text-indent: -12px;
    padding: 0 0 0 12px;
    line-height: 1.5em;
    margin:0 0 10px;
}
.entryDetailBox .detailBlock .innerList dd .caution li:last-child{
    margin:0;
}
.entryDetailBox .detailBlock .innerList dd > * {
    margin: 0 0 10px;
}
.entryDetailBox .detailBlock .innerList dd > *:last-child{
    margin: 0;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.entryDetailBox .inBox {
    width: 100%;
    padding: 40px 0 60px;
}
.entryDetailBox .detailBlock {
    padding: 0;
    margin: 0 0 60px;
}
.entryDetailBox .detailBlock {
    padding: 0;
    margin: 0 0 60px;
}
.entryDetailBox .detailBlock h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0 60px;
    line-height: 1.3em;
}
.entryDetailBox .detailBlock h4:before {
    width: 55px;
    height: 20px;
    right: auto;
    left: 0;
    top:0;
}
}

/*===================================================
	pageEntry:entryInfoBox
====================================================*/
.entryInfoBox{
    background-color: #F5F5F5;
    background-image: url(../images/bg_entryInfo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left -1%;
    padding: 0;
}
.entryInfoBox .inBox{
    width: 1000px;
    padding: 100px 0;
}
.entryInfoBox h3{
    font-size: 28px;
    text-align: center;
    margin: 0 0 100px;
}
.entryInfoBox .entryInfoList{
    display: flex;
    justify-content: space-between;
}
.entryInfoBox .entryInfoList dt{
    width: 220px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.entryInfoBox .entryInfoList:nth-child(2) dt{
    border-top: 1px solid #c8c8c8;
}
.entryInfoBox .entryInfoList dd{
    width: calc(100% - 240px);
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.entryInfoBox .entryInfoList:nth-child(2) dd{
    border-top: 1px solid #c8c8c8;
}
.entryInfoBox .entryInfoList dd > * {
    margin-bottom: 15px;
}

.entryInfoBox .entryInfoList dd > *:last-child{
    margin-bottom: 0;
}

.entryInfoBox .entryInfoList dd .infoTit{
    font-weight: 600;
    margin: 0 0 10px;
}
.entryInfoBox .entryInfoList dd .txt{

}
.entryInfoBox .entryInfoList dd .inList{

}
.entryInfoBox .entryInfoList dd .inList li{
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.entryInfoBox .entryInfoList dd .inList li:last-child{
    border-bottom:none;
    padding: 0;
    margin: 0;
}

.entryInfoBox .btnEntry{
}
.entryInfoBox .btnEntry a{
    margin: 0 auto;
    width: 440px;
}
.entryInfoBox  .btnCap{
    margin: 100px 0 20px;
    text-align: center;
    font-size: 70%;
    line-height: 1.5em;
    font-weight: 500;
    color: #f68057;
}

/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.entryInfoBox {
    background-size: min(660px, 100%);
    padding: 0 20px;
}
.entryInfoBox .inBox {
    width: 100%;
    padding: 60px 0 40px;
}
.entryInfoBox h3 {
    font-size: 20px;
    margin: 0 0 60px;
}
.entryInfoBox .entryInfoList {
    display: block;
}
.entryInfoBox .entryInfoList:last-child {
    border-bottom:none;
}
.entryInfoBox .entryInfoList dt {
    width: 100%;
    border-bottom: none;
     padding: 20px 0 0;
}
.entryInfoBox .entryInfoList dd {
    width: 100%;
    padding: 10px 0 20px;
}
.entryInfoBox .entryInfoList:nth-child(2) dd {
    border-top: none;
}
.entryInfoBox .innerBlock{
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}
.entryInfoBox .innerBlock dt{
    width: 35%;
}
.entryInfoBox .innerBlock dd{
    width: 65%;
    padding: 20px 0 20px;
    border-bottom: none;
}
.entryInfoBox .btnEntry{
}
.entryInfoBox .btnEntry a{
    width: 100%;
}
.entryInfoBox .btnCap {
    margin: 40px 0 10px;
    font-size: 80%;
    text-align: left;
}
}



/*===================================================
	pageEntry:entryInfoBox
====================================================*/
.entrySalaryBox{
    background-color: #FFF;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left -1%;
    padding: 0;
}
.entrySalaryBox .inBox{
    width:1000px;
    padding: 100px 0 160px;
}
.entrySalaryBox h3{
    font-size: 28px;
    text-align: center;
    margin: 0 0 100px;
}
.entrySalaryBox .entryInfoList{
    display: flex;
    justify-content: space-between;
}
.entrySalaryBox .entryInfoList dt{
    width: calc(50% - 10px);
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}

.entrySalaryBox .entryInfoList:nth-child(2) dt{
    border-top: 1px solid #c8c8c8;
}
.entrySalaryBox .entryInfoList dd{
    width: calc(50% - 10px);
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
}
.entrySalaryBox .entryInfoList:nth-child(2) dd{
    border-top: 1px solid #c8c8c8;
}
.entrySalaryBox .entryInfoList dd > * {
    margin-bottom: 15px;
}
.entrySalaryBox .entryInfoList dd > *:last-child{
    margin-bottom: 0;
}

.entrySalaryBox .entryInfoList dd .infoTit{
    font-weight: 600;
    margin: 0 0 10px;
}
.entrySalaryBox .entryInfoList dd .txt{

}
.entrySalaryBox .matchTit{
    margin: 160px auto 40px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #979797;
    width: 580px;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
}
.entrySalaryBox .matchTit:first-child{
    margin: 0 auto 40px;
}
.entrySalaryBox .matchTit:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 2;
    transform: translate(-50%,100%);
}

.entrySalaryBox .matchTit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 11px solid transparent;
    border-top: 11px solid #555;
    z-index: 1;
    transform: translate(-50%,100%);
}
.entrySalaryBox .matchList{
    margin: 0 0 40px;
}
.entrySalaryBox .matchList li{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}
.entrySalaryBox .matchList li:last-child{
    margin: 0;
}
.entrySalaryBox .matchCap{
    text-align: center;
}
.entrySalaryBox .matchCap span{
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto 60px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.entrySalaryBox .matchCap span:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #F68057;
    transform: translate(0,-50%) rotate(-30deg);
}
.entrySalaryBox .matchCap span:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    background: #F68057;
    transform: translate(0,-50%) rotate(30deg);
}

.entrySalaryBox .btnCap{
    text-align: center;
    font-size: 70%;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0 0 20px;
    color: #f68057;
}

.entrySalaryBox .btnEntry a{
    margin: 0 auto;
    width: 440px;
}
/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.entrySalaryBox {
    padding: 0 20px;
}
.entrySalaryBox .inBox {
    width: 100%;
    padding: 60px 0 80px;
}
.entrySalaryBox h3 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 60px;
}
.entrySalaryBox .entryInfoList {
    display: block;
}
.entrySalaryBox .entryInfoList dt{
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
}
.entrySalaryBox .entryInfoList dd{
    width: 100%;
    padding: 10px 0 20px;
    font-weight:600;
}
.entrySalaryBox .entryInfoList:nth-child(2) dd {
    border-top: none;
}
.entrySalaryBox .matchTit {
    margin: 60px auto 40px;
    line-height: 1.3em;
    font-size: 20px;
    width: 100%;
    padding: 20px;
}
.entrySalaryBox .matchList li {
    font-size: 14px;
    text-align: left;
    text-indent: -15px;
    padding: 0 0 0 15px;
    line-height: 1.5em;
}
.entrySalaryBox .matchCap {
    margin: 0 auto 0;
    max-width: 80%;
}
.entrySalaryBox .matchCap span {
    margin: 0 auto 40px;
}
.entrySalaryBox .btnEntry a {
    width: 100%;
}
.entrySalaryBox .btnCap {
    font-size: 80%;
    text-align: left;
}
}



/*===================================================



	pages pageInterview



====================================================*/


/*===================================================
	pageInterview:interviewMainBox
====================================================*/
.interviewMainBox{
    background-image: url(../images/ph_bg_entryMain.png);
    background-size: min(1400px, 80%);
    background-repeat: no-repeat;
    padding: 0;
}
.interviewMainBox .inBox{
    padding: 100px 0;
    width: 100%;
    max-width: 100%;
}
.interviewMainBox .mainColumn{
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 680px;
    align-items: flex-end;
}
.interviewMainBox .mainColumn dt{
    max-width: 1100px;
    width: 100%;
    margin-left: max(calc((100% - 1100px) / 2), 20px);
    padding-right: 60px;
    z-index: 1;
}
.interviewMainBox .mainColumn dt h2{
    font-size: 70px;
    margin: 0;
}
.interviewMainBox .mainColumn dt .interviewLead{
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0;
    background: #FFF;
    padding: 20px 40px 0 0;
    display: inline-block;
}
.interviewMainBox .mainColumn dd{
    position: absolute;
    top:0;
    left: calc(((100vw - 1100px) / 2) + 360px);
    width: calc(((100vw - 1100px) / 2) + 740px);
    height: calc(100% - 80px);
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.interviewMainBox .mainColumn dd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){

.interviewMainBox {
    background-size: 100%;
}
.interviewMainBox .inBox {
    padding: 40px 0;
}
.interviewMainBox .mainColumn {
    display: block;
    overflow: initial;
    min-height: auto;
}
.interviewMainBox .mainColumn dt {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 20px;
}
.interviewMainBox .mainColumn dt h2 {
    font-size: 40px;
    margin: 0 0 10px;
}
.interviewMainBox .mainColumn dt .interviewLead {
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.interviewMainBox .mainColumn dd {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 20px);
    height: 70vw;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    margin: 0 0 0 auto;
}
}


/*===================================================
	pageInterview:interviewDetailBox
====================================================*/
.interviewDetailBox{
    padding: 0;
}
.interviewDetailBox .inBox{
    width: 100%;
    padding: 0 ;
    max-width: 100%;
    overflow: hidden;
}
.interviewDetailBox .prologue{
    line-height: 2em;
    font-size: 18px;
    margin: 0 auto 60px;
    padding: 0 20px;
    width: 890px;
    position: relative;
    z-index: 2;
}
.interviewDetailBox .profile{
    position: relative;
    padding: 0 20px;
    max-width: 890px;
    margin: 0 auto;
    z-index: 2;
}
.interviewDetailBox .profileInner{
    background: #f68057;
    color: #FFF;
    position: relative;
    width: 700px;
    padding: 40px 280px 40px 40px;
    border-radius: 16px;

    margin-bottom: 200px;
}
.interviewDetailBox .profileTxt{
    line-height: 2em;
    margin: 0 0 20px;
}
.interviewDetailBox .profileDate{
    font-size: 14px;
    margin: 0 0 10px;
}
.interviewDetailBox .profilePosition{
    font-size: 14px;
    margin: 0 0 10px;
}
.interviewDetailBox .profileName{
    font-size: 20px;
}
.interviewDetailBox .profileThumb{
    position: absolute;
    top: 60px;
    left: 460px;
    width: 400px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}
.interviewDetailBox .profileThumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.interviewDetailBox .intervewComment{
    max-width: 1040px;
    margin: 0 auto 0;
    padding: 0 20px 80px;
    position: relative;
    z-index: 2;
}
.interviewDetailBox .intervewComment dt{
    font-size: 28px;
    font-weight: 600;
    color: #f68057;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.interviewDetailBox .intervewComment dd{

}
.interviewDetailBox .intervewComment dd .txt{
    text-indent: 1em;
    font-size: 18px;
    line-height: 2em;
}
.interviewDetailBox .intervewComment dd > *{
    margin-bottom:20px;
}
.interviewDetailBox .intervewComment dd > *:last-child{
    margin-bottom:0;
}
.insert{
    width: 60%;
    height: 40vw;
    max-height: 580px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
.insert img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.insertLeft{
    margin-left:0;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}
.insertRight{
    margin-left: auto;
    margin-right: 0;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
}
.insertContainG{
    background-color: #e8e8e8;
}
.insertContainW{
    background-color: #FFF;
}
.insertContainG img,
.insertContainW img{
    object-fit: contain;
    object-position: center;
}
.interviewDetailBox .bgFrag {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 2500px;
    z-index: 0;
    pointer-events: none;
}
.interviewDetailBox .colorArea_g{
    position:relative;
    background:#F5F5F5;
}
.interviewDetailBox .colorArea_g:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 340px;
    background: #FFF;
    z-index: 1;
}
.interviewDetailBox .waveWhite{
    display: block;
    position: relative;
    z-index: 0;
}
.interviewDetailBox .waveWhite:before{
    content: "";
    position: absolute;
    top: 340px;
    left: calc((100% - 1100px) / 2);
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 1400px;
    max-height: 80vh;
    height: 520px;
    background: url(../images/ph_wave_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.interviewDetailBox .waveWhite:after{
    content: "";
    position: absolute;
    top: 340px;
    left: 0;
    width: calc((100% - 1100px) / 2);
    max-height: 80vh;
    height: 520px;
    background: #FFF;
    z-index: 0;
}


.interviewDetailBox .colorArea_w{
    position:relative;
    background:#FFF;
}
.interviewDetailBox .colorArea_w:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    background:#F5F5F5;
}
.interviewDetailBox .waveGray{
    display: block;
    position: relative;
    z-index: 0;
}
.interviewDetailBox .waveGray:before{
    content: "";
    position: absolute;
    top: 200px;
    left: calc((100% - 1100px) / 2);
    width: calc(1100px + ((100% - 1100px)) / 2);
    max-width: 1400px;
    max-height: 80vh;
    height: 520px;
    background: url(../images/ph_wave_gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.interviewDetailBox .waveGray:after{
    content: "";
    position: absolute;
    top: 200px;
    left: 0;
    width: calc((100% - 1100px) / 2);
    max-height: 80vh;
    height: 520px;
    background:#F5F5F5;
    z-index: 0;
}
.interviewDetailBox .btnEntry a{
    margin: 0 auto;
    width: 480px;
}
.interviewDetailBox .otherInterview{
    overflow: hidden;
    padding: 160px 0 100px;
    position: relative;
}
.interviewDetailBox .otherInterview h3{
    font-size: 48px;
    text-align: center;
    margin: 0 0 60px;
}
.interviewDetailBox .otherInterview .bgFrag{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1100px;
    pointer-events: none;
}

/* PC min:1000px ===================================*/
@media screen and (min-width: 1000px){
.interviewDetailBox  .interviewSlider{
    display: flex;
    margin: 0 0 80px;
}
.interviewDetailBox  .swiper-wrapper{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
.interviewDetailBox  .swiper-slide{
    flex-shrink: initial;
    width: 31%;
}
.interviewDetailBox  .swiper-slide a .thumb{
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 10px;
}
.interviewDetailBox  .swiper-slide a img{
    transition: 0.5s ease;
}
.interviewDetailBox  .swiper-slide a:hover img{
    transform: scale(1.1);
}
.interviewDetailBox  .swiper-slide a .txt{
    font-size: 15px;
    font-weight: 600;
}
.interviewDetailBox .btnNeg a{
    width: 300px;
    margin: 0 auto;
}
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 1000px){
.interviewDetailBox .prologue {
    font-size: 16px;
    margin: 0 auto 40px;
    padding: 0 20px;
    width: 100%;
}
.interviewDetailBox .profile {
    max-width: 100%;
    padding: 0 0 30vw;
    margin: 0 0 80px;
    line-height: 1.8em;
}
.interviewDetailBox .profileInner {
    width: calc(100% - 20px);
    padding: 20px 20px 30vw 20px;
    border-radius: 0 16px 16px 0;
    margin-bottom: 0;
}
.interviewDetailBox .profileThumb {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    border-radius: 16px 0 0 16px;
}
.interviewDetailBox .intervewComment {
    padding: 0 20px 40px;
    max-width: 520px;
}
.interviewDetailBox .intervewComment dt {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.interviewDetailBox .intervewComment dd .txt {
    font-size: 16px;
}
.insert {
    width: calc(100vw - 20px);
    height: 70vw;
    max-height: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.insertLeft {
    margin-left: 0;
    border-radius: 0 16px 16px 0;
}
.insertRight {
    margin-right: 0;
    border-radius: 16px 0 0 16px;
}

.interviewDetailBox .bgFrag {
    top: 700px;
    left: 55%;
    width: 210%;
    filter: blur(10px);
    z-index: 0;
}
.interviewDetailBox .btnEntry a {
    width: calc(100% - 40px);
    text-align: left;
}
.interviewDetailBox .otherInterview {
    overflow: hidden;
    padding: 80px 0 100px;
}
.interviewDetailBox .otherInterview h3 {
    font-size: 24px;
    margin: 0 0 40px;
}
.interviewDetailBox  .interviewSlider{
    margin: 0 0 40px;
}
.interviewDetailBox  .swiper-slide a .thumb{
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 20px;
}
.interviewDetailBox  .swiper-slide a .txt{
    font-size: 16px;
    font-weight: 600;
}
.interviewDetailBox  .btnNeg a {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.interviewDetailBox .colorArea_g:before {
    width: 100%;
    height: 750px;
}
.interviewDetailBox .waveWhite:before {
    background: url(../images/ph_wave_white_sp.png);
    top: 750px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
    right: 0;
}
.interviewDetailBox .waveWhite:after {
    content: none;
}


.interviewDetailBox .colorArea_w:before {
    width: 100%;
    height: 450px;
}
.interviewDetailBox .waveGray:before {
    background: url(../images/ph_wave_gray_sp.png);
    top: 450px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
    right: 0;
}
.interviewDetailBox .waveGray:after {
    content: none;
}
.interviewDetailBox .otherInterview .bgFrag {
    width: 185%;
}

}







/*===================================================

	PC Only

====================================================*/
@media screen and (min-width: 1000px){
.sp{display:none;}
.pc{display:block;}
.break{margin-right: 0.3em;}
header .gnav li a:hover{
	color:#ff4e11;
}
header .btnEntry a:hover{
    background: #ff4e11;
}
.mainBox .moreBtn a:hover{
    background: #FF8B75;
}
.interviewBox .interviewList li:nth-last-child(1),
.interviewBox .interviewList li:nth-last-child(2){
}
.jobsBox .occupation li a:hover .occInner{
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    transform: translateY(-5px);
}
.jobsBox .occupation li a:hover .link svg{
    transform: translateX(10px);
}
.jobsBox .occupation li a:hover .link .arrowLine{

}
.messageBox .columnInner:hover .credo,
.messageBox .columnInner:hover .mov{
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    transform: translateY(-5px);
}
.benefitsList li:nth-last-child(1),
.benefitsList li:nth-last-child(2),
.benefitsList li:nth-last-child(3){
    margin: 0;
}
footer .footerInner .footerMenu .entryBtn:hover .entryBox{
    background: #ff2626;
}
footer .footerInner .footerMenu .entryBtn:hover .entryBox svg{
    transform: translateX(10px);
}
footer .footerInner .footerMenu .footerNav li a:hover{
	color:#ff4e11;
}
footer .credit span a:hover{
	color:#ff4e11;
}
.pageEntry .btnEntryBottom a:hover{
    opacity:0.7;
}
.pageEntry .entryFloat a:hover {
    opacity:0.7;
}
footer .footerInner .logo a:hover{
    opacity:0.7;
}
header h1 a:hover{
    opacity:0.7;
}

}

/*===================================================

	レスポンシブPC 1400 - 1001

====================================================*/
@media screen and (max-width: 1100px) and (min-width: 1001px) {



}


/*===================================================

	レスポンシブPC 1000 - 520

====================================================*/
@media screen and (max-width: 1000px) and (min-width: 520px) {
.inBox {
    max-width: 520px;
}
.entryDetailBox .inBox {
    max-width: 520px;
}
.mainBox .mainVisual:before {
    max-width: 520px;
}
.OfficeBox h2, .OfficeBox .tit, .OfficeBox .lead {
    padding: 0 20px;
    max-width: 560px;
    margin: 0 auto 10px;
}
.OfficeBox .lead {
    margin-bottom: 40px;
}
.interviewMainBox .inBox {
    max-width: 520px;
}
.interviewDetailBox .prologue {
    max-width: 520px;
}
.interviewDetailBox .profile {
    max-width: 520px;
    margin: 0 auto 80px;
    padding: 0 0 180px;
}
.interviewMainBox .mainColumn dd {
    height: 400px;
    border-radius: 16px;
}
.interviewDetailBox .profileInner {
    padding: 20px 20px 30% 20px;
    border-radius:16px;
}
.interviewDetailBox .profileThumb {
    width: 80%;
    height: 55%;
    border-radius: 16px;
}
.insert {
    max-width: 480px;
    max-height: 420px;
    margin: 0 auto 60px;
}
.insertLeft,
.insertRight {
    margin-left: auto;
    border-radius: 16px;
}
.interviewDetailBox .btnEntry a {
    max-width: 480px;
}
.interviewDetailBox .btnNeg a {
    max-width: 480px;
}
}

/*===================================================

	レスポンシブSP

====================================================*/
@media screen and (max-width: 1000px){
.sp{display:block;}
.pc{display:none;}

/*===================================================
	レスポンシブSP：フレーム
====================================================*/


}