@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

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


	style.css


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

/*===================================================
	フレーム
====================================================*/
html, body {
    font-family: "Noto Sans JP","Outfit","Roboto","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", Arial,sans-serif;;
    line-height: 1.5em;
    background: #FAFAFA;
    font-size:16px;
    color:#222;
    font-weight: 400;

}
.wrap{
	padding:97px 0 0;
}
.contentBox{
    padding: 72px 0 120px 0;
    position: relative;
}
.inBox{
    max-width:850px;
    margin: 0 auto;
    position: relative;
}


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

}


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


/*===================================================
	共通
====================================================*/

:root {
  --pallet-common-Black-main: #1D1B1A;
}
:root {
  --pallet-primary-main:#F6732A;
}
:root {
 --Typography-EN-font-family:Outfit;
}
:root {
 --Typography-JP-font-family:Noto Sans JP;
}
:root {
 --pallet-common-White-main:#FFF;
}
:root {
 --Color-Sunset-400:#F88F55;
}
:root {
 --Color-Deep-sea-400:#5D7DD3;
}

.delighter .inBox{
  transition: all .5s ease-out;
  transform: translateY(20%);
  opacity: 0;
}
.delighter.started .inBox{
  transform: none;
  opacity: 1;
}
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: 42px;
    height: 42px;
    background: #F68057;
    border-radius: 100px;
    transform: translate(0,-50%);
    transition:0.5s ease;
}
.arrowRight span {
    color: var(--pallet-common-White-main, #FFF);
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*
.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: 20px;
    z-index: 10;
    transition:0.3s ease;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.loaded .floatBtn {
    -webkit-animation: clip 0.4s ease 4.5s 1 forwards;
    animation: clip 0.4s ease 4.5s 1 forwards;
}
.floatBtn a{
    display: block;
    position: relative;
    padding:16px 48px 22px 40px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 24px 0 0 24px;
    border-radius: 16px 0 0 16px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 4.575px 4.575px 4.575px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(2.8594770431518555px);
}
.floatBtn a span{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
	 font-weight: 700;
	margin: 0 0 4px 0;
    line-height: 167%;
    display: block;
}
.floatBtn a img{
    border-radius: 6px;
    background: #FFF;
    display: block;
    max-width: 250px;
    margin: auto;
}
.floatBtn a .fa{
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 25px;
}
.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: 900px){
.floatBtn a:hover{
    background: rgba(255,255,255,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: 900px){
.anc{
	top:-80px;
}
.arrowRight {
    width: 20px;
    height: 20px;
}
.arrowRight span {
    font-size: 11px;
}
.floatBtn a {
        padding: 15px 25px 15px 15px;
        font-size: 14px;
        border-radius:4.869px 0 0 4.869px;
}
.floatBtn a span {
    font-size: 13px;
    margin: 0 0 5px 0;
}
.floatBtn a img {
    border-radius: 4px;
    max-width: 150px;
}
.floatBtn a .fa {
    font-size: 13px;
    right: 15px;
    bottom: 15px;
}
.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: 900px){
.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: 900px){
.floatMenu{

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

/*===================================================
	 company
====================================================*/
.companyBox{
    position: sticky;
    top: 0;
    height: 160vh;
    padding: 180px 0 120px 0;
}
.companyBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
    height: 11vw;
    max-width: 1400px;
    background: url(../images/ph_flag_gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}
.companyBox .companyList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.companyBox .companyList li{
    width:32%;
}
.companyBox .companyList li a{
    border-radius: 32px;
    background: #F5F5F5;
    display: flex;
    padding: 72px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
}
.companyBox .companyList li a .txtArea{
    z-index: 1;
}
.companyBox .companyList li a .tit{
	color:  var(--pallet-common-Black-main, #1D1B1A);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: var(--Typography-JP-font-family, "Noto Sans JP");
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 170%; /* 27.2px */
	letter-spacing: 0.15px;
    transition: 0.5s ease;
}
.companyBox .companyList li a .txt{
	color: var(--Color-Sunset-400, #F88F55);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: var(--Typography-JP-font-family, "Noto Sans JP");
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 170%; /* 23.8px */
	letter-spacing: 0.15px;
    transition: 0.5s ease;
}
.companyBox .companyList li a .txt .fa{
    font-size: 20px;
    margin: 0 10px 0 0;
}

.companyBox .companyList li:nth-child(1) a .bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/ph_company_01_t4JWQXA9.png);
	background-size: cover;
	background-position: center;
	transform: scale(1.0);
    opacity: 0;
	transition: 0.4s;
}
.companyBox .companyList li:nth-child(2) a .bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/ph_company_02_t4JWQXA9.png);
	background-size: cover;
	background-position: center;
	transform: scale(1.0);
    opacity: 0;
	transition: 0.4s;
}
.companyBox .companyList li:nth-child(3) a .bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/ph_company_03_t4JWQXA9.png);
	background-size: cover;
	background-position: center;
	transform: scale(1.0);
    opacity: 0;
	transition: 0.4s;
}


.companyBox .companyList li.company{
    width: 100%;
    margin: 20px 0 0 0;
}
.companyBox .companyList li.company a{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px;
}
.companyBox .companyList li.company a .ph{
    width: 45%;
    overflow: hidden;
    border-radius: 24px;
}
.companyBox .companyList li.company a .ph img{
    transition: 0.4s;
}
.companyBox .companyList li.company a .txtArea{
    width: 50%;
}
.companyBox .companyList li.company a .arrowRight{
    background: #5D7DD3
}


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

.companyBox .companyList li a:hover .bg::before {
  transform: scale(1.1);
    opacity: 1;
}

.companyBox .companyList li a:hover .tit,
.companyBox .companyList li a:hover .txt{
       color: #fff;
}
.companyBox .companyList li a:hover .arrowRight{
    transform:translate(0, -50%) rotate(-35deg);
}
.companyBox .companyList li.company a:hover .tit{
color: var(--pallet-common-Black-main, #1D1B1A);
}
.companyBox .companyList li.company a:hover .ph img{
  transform: scale(1.1);
}

}

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

.contentBox {
    padding:40px 0 80px 0;
}
.companyBox:before {
    width: 100vw;
    height: 42vw;
}
.companyBox .companyList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: normal;
}
.companyBox .companyList li {
        width: 98%;
        margin: 0 0 5px 0;
}
.companyBox .companyList li:nth-child(3) {
        margin: 0;
}
.companyBox .companyList li a{
        border-radius: 8px;
        padding: 8px 8px 42px 8px;
        gap: 5px;
        height: 100%;
        width: 100%;
}
.companyBox .companyList li a .ph{
    border-radius: 8px;
    overflow: hidden;
}
.companyBox .companyList li a .tit {
    font-size: 12px;
}
.companyBox .companyList li a .txt {
    font-size: 10px;
}
.companyBox .companyList li a .txt .fa {
    font-size: 13px;
    margin: 0 4px 0 0;
}
.companyBox .companyList li a .arrowRight {
        width: 20px;
        height: 20px;
        top: auto;
        bottom: 5px;
        right: 10px;
}
.companyBox .companyList li.company {
    width: 100%;
    margin: 0;
}
.companyBox .companyList li.company a {
        padding: 8px 8px 42px 8px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        justify-content: flex-start;
}
.companyBox .companyList li.company a .ph {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
}

}



/*===================================================
	Works
====================================================*/

.worksBox {
    position: sticky;
    top: 0;
    height: 160vh;
    padding: 0 0 120px 0;
}
.worksBox .inner{
    border-radius: 64px 64px 0 0;
    background: linear-gradient(349deg, rgba(255, 255, 255, 0.46) 1.84%, rgba(201, 201, 201, 0.46) 55.86%, rgba(255, 255, 255, 0.00) 120.74%);
    z-index: 1;
    position: relative;
    padding: 70px 0;
}
.worksBox .inBox {
  position: relative;
  height: 100vh;
    transform: none;
    opacity: 1;
    max-width: 950px;
}

.worksBox .bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/bg_works_t4JWQXA9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -30vh;
    border-radius: 64px 64px 0 0;
}

.worksBox.contentBox h2{
    color: #fff;
    transform: translateY(20%);
    opacity: 0;
    transition: all .5s ease-out;
}
.worksBox.contentBox h3{
    color: #fff;
    transform: translateY(20%);
    opacity: 0;
    transition: all .5s ease-out;
}
.worksBox.contentBox h3::after {
    background: #fff;
}
.worksBox.contentBox .lead{
    color: #fff;
    transform: translateY(20%);
    opacity: 0;
    transition: all .5s ease-out;
}
.worksBox.delighter.started h2,
.worksBox.delighter.started h3,
.worksBox.delighter.started .lead{
    transform: none;
    opacity: 1;
}

.worksBox .worksList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.worksBox .worksList li{
    width: 23%;
    margin: 0 0 10px 0;
    transform: translateY(20%);
    opacity: 0;
    transition: all .5s ease-out;
}
.worksBox.delighter.started .worksList li{
    transform: none;
    opacity: 1;
}

.worksBox.delighter.started .worksList li:nth-child(1){
	transition-delay: .1s;
}
.worksBox.delighter.started .worksList li:nth-child(2){
	transition-delay: .2s;
}
.worksBox.delighter.started .worksList li:nth-child(3){
	transition-delay: .3s;
}
.worksBox.delighter.started .worksList li:nth-child(4){
	transition-delay: .4s;
}
.worksBox.delighter.started .worksList li:nth-child(5){
	transition-delay: .5s;
}
.worksBox.delighter.started .worksList li:nth-child(6){
	transition-delay: .6s;
}
.worksBox.delighter.started .worksList li:nth-child(7){
	transition-delay: .7s;
}
.worksBox.delighter.started .worksList li:nth-child(8){
	transition-delay: .8s;
}
.worksBox.delighter.started .worksList li:nth-child(9){
	transition-delay: .9s;
}
.worksBox.delighter.started .worksList li:nth-child(10){
	transition-delay: 1s;
}
.worksBox.delighter.started .worksList li:nth-child(11){
	transition-delay: 1.1s;
}
.worksBox.delighter.started .worksList li:nth-child(12){
	transition-delay: 1.2s;
}


.worksBox .worksList li .ph{
    margin: 0 auto 5px;
}
.worksBox .worksList li .name{
	color: var(--pallet-common-White-main, #FFF);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: var(--Typography-JP-font-family, "Noto Sans JP");
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 23.8px */
	letter-spacing: 0.15px;
}



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

.membersBox .membersList li a:hover .ph img{
        transform: scale(1.1);
}

}


@media (max-height: 850px) {

.worksBox {
    padding:0 0 120px 0;
}
.worksBox .worksList {
    width: 90%;
    margin: auto;
}

}

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

.worksBox {
    position: sticky;
    top: 0;
    height: 160vh;
    padding:0 0 80px 0;
}
.worksBox .bg {
	border-radius: 32px 32px 0 0;
}
.worksBox .inner{
        border-radius: 32px 32px 0 0;
        padding: 40px 0;

}
.worksBox .worksList{
        width: 100%;
}
.worksBox .worksList li {
    width: 32%;
}
.worksBox .worksList li .name {
        font-size: 10px;
        letter-spacing: 0px;
}


}


/*===================================================
	members
====================================================*/

.membersBox{
    background:#fafafa;
    padding: 160px 0 120px 0;
    border-radius: 64px 64px 0 0;
}
.membersBox:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 25vw;
    height: 9vw;
    max-width: 500px;
    background: url(../images/ph_01_t4JWQXA9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.membersBox .swiper-container{
    margin: 0 auto 160px;
}
.membersBox .swiper-slide{
    width: auto;  
}
.membersBox .swiper-slide img{
    width: auto; 
    max-width: 100%; 
    height: auto;
    display: block;
    max-height: 20vw;
    margin-right: 24px;
}
.membersBox .swiper-slide.slide_01{

}
.membersBox .swiper-slide.slide_01 img{
    max-height: 21vw;
}
.membersBox .swiper-slide.slide_02{

}
.membersBox .swiper-slide.slide_02 img{
    max-height: 21vw;
}
.membersBox .swiper-slide.slide_03{
    padding: 0 0 0 80px;
}
.membersBox .swiper-slide.slide_03 img{

}
.membersBox .swiper-slide.slide_04{

}
.membersBox .swiper-slide.slide_04 img{

}
.membersBox .bnrArea{
    position: relative;
}
.membersBox .bnrTit{
    position: absolute;
    z-index: 2;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fafafa;
    width: 35vw;
    height: 101%;
}
.membersBox .bnrTit .titInner {
    text-align: left;
    display: inline-block;
}
.membersBox .bnrTit .bnrTxt{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-EN-font-family, Outfit);
    font-size: min(4vw, 80px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.238px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.membersBox .bnrTit .bnrTxt span{
color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
    display: block;
}

.membersBox .membersList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.membersBox .membersList li{
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    padding: 8px;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 30px 0;
}
.membersBox .membersList li a{
    border-radius: 24px;
    overflow: hidden;
    display: block;
}
.membersBox .membersList li a .ph{
    margin: 0 0 8px 0;
    overflow: hidden;
}
.membersBox .membersList li a .ph img{
    transition: 0.4s;
}
.membersBox .membersList li a .txtArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.membersBox .membersList li a .txtArea .tit{
    color: var(--pallet-common-White-main, #FFF);
    font-feature-settings: "liga" 0, "clig" 0;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    width: 125px;
    text-align: center;
    border-radius: 0px 0px 0px 24px;
    background: var(--Color-Sunset-400, #F88F55);
    padding: 13px 10px 15px 20px;
}
.membersBox .membersList li a .txtArea .txt{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: "liga" 0, "clig" 0;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.15px;
    text-align: left;
    width: calc(100% - 135px);
}
.membersBox .membersList li.interview a .txtArea .tit{
	width:125px;
	background: var(--Color-Deep-sea-400, #5D7DD3);
}
.membersBox .membersList li.interview a .txtArea .txt{
    width: calc(100% - 135px);
}

.fancybox-infobar{
    display: none !important;
}


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

.membersBox .membersList li a:hover .ph img{
        transform: scale(1.1);
}

}

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

.membersBox {
        padding: 40px 0 120px 0;
        margin: 0 0 -1px 0;
        border-radius: 32px 32px 0 0;
}
.membersBox:before {
    bottom: -13px;
    right: 0;
    width: 52vw;
    height: 20vw;
    max-width: 500px;
}
.membersBox .bnrTit{
        text-align: left;
        display: block;
        width: 90%;
        margin: 0 auto 40px;
        position: initial;
        transform: none;
}
.membersBox .bnrTit .bnrTxt {
        position: initial;
        width: 100%;
        transform: none;
        font-size: 62px;
}
.membersBox .bnrTit .titInner {
    text-align: left;
    display: block;
}
.membersBox .bnrTit .bnrTxt span {
    font-size: 22px;
}
.membersBox .swiper-container {
    margin: 0 auto 40px;
}

.membersBox .membersList {
    width: 85%;
    margin: 0 0 0 auto;
}
.membersBox .membersList li {
    border-radius: 16px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
}
.membersBox .membersList li a {
    border-radius: 16px;
}
.membersBox .swiper-slide img{
    max-height: 51vw;
	margin-right: 0;
}
.membersBox .swiper-slide.slide_01 img{
    max-height: 53vw;
}
.membersBox .swiper-slide.slide_02 img{
    max-height: 53vw;
}
.membersBox .swiper-slide.slide_03 {
    padding: 0 0 0 40px;
}
.membersBox .swiper-slide.slide_03 img{
    max-height: 51vw;
}
.membersBox .membersList li a .txtArea .tit {
        width: 90px;
        text-align: center;
        font-size: 11px;
        border-radius: 0px 0px 0px 16px;
        padding: 10px;
}
.membersBox .membersList li a .txtArea .txt {
        font-size: 10px;
        width: calc(100% - 100px);
}

}


/*===================================================
	environment
====================================================*/

.environmentBox{
	background: var(--pallet-gray-200, #EEE);
	padding: 160px 0;
    overflow-x: hidden;
}
.environmentBox:before {
content: "";
    position: absolute;
    bottom: 8%;
    left: 8%;
    width: 5vw;
    height: 14vw;
    max-width: 500px;
    background: url(../images/ph_02_t4JWQXA9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transform: scale(-1, 1);
}
.environmentBox .inBox {

}
.environmentBox .swiper-container{
    width: calc(100vw - ((100vw - 850px) / 2));
    margin-left: auto;
    padding: 40px 10px 60px;
}
.environmentBox .swiper-container .swiper-slide{
    border-radius: 32px;
    background: #FFF;
	filter:drop-shadow(0 10px 3px rgba(0,0,0,.15));
    padding: 8px;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 30px 0;
}
.environmentBox .swiper-container .swiper-slide a{
    border-radius: 24px;
    overflow: hidden;
    display: block;
}
.environmentBox .swiper-container .swiper-slide .thumb{
    margin: 0 0 8px 0;
    overflow: hidden;
}
.environmentBox .swiper-container .swiper-slide .thumb img{
    transition: 0.4s;
}
.environmentBox .swiper-container .swiper-slide .txtArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.environmentBox .swiper-container .swiper-slide .txtArea .tit{
    border-radius: 0 0 0 24px;
    background: var(--Color-Sunset-400, #F88F55);
    color: var(--pallet-common-White-main, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 15px 15px 15px 25px;
    width: 140px;
    text-align: center;
}
.environmentBox .swiper-container .swiper-slide .txtArea .txt{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.15px;
    text-align: left;
    width: calc(100% - 150px);
}
.environmentBox .swiper-container .swiper-slide:nth-of-type(odd) .txtArea .tit{
	background: var(--Color-Deep-sea-400, #5D7DD3);
}
.environmentBox .swiper-container .swiper-button-prev,.environmentBox .swiper-container .swiper-button-next {
display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    cursor: pointer;
    transition: all .3s ease;
    position: absolute;
    bottom: 5px;
    top: auto;
    right: 150px;
}
.environmentBox .swiper-container .swiper-button-prev{
    right: 215px;
    left: auto;
	color: var(--pallet-gray-700, #616161);
	font-family: Outfit;
	font-size: 18.848px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    transform: rotate(89.241deg);
}
.environmentBox .swiper-container .swiper-button-next{
	color: var(--pallet-gray-700, #616161);
	font-family: Outfit;
	font-size: 18.848px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    transform: rotate(-89.241deg);
}
.environmentBox .swiper-container .swiper-button-prev:after, .environmentBox .swiper-container .swiper-button-next:after{
    display: none;
}



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

.environmentBox .swiper-container .swiper-slide .thumb:hover img{
        transform: scale(1.1);
}
.environmentBox .swiper-container .swiper-button-prev:hover{
        transform: scale(1.1) rotate(89.241deg);
}
.environmentBox .swiper-container .swiper-button-next:hover{
        transform: scale(1.1) rotate(-89.241deg);
}

}

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

.environmentBox {
    padding: 40px 0 80px 0;
}
.environmentBox:before {
    bottom: 4%;
    left: 8%;
    width: 12vw;
    height: 32vw;
}
.environmentBox .swiper-container {
        padding: 20px 10px 80px;
        margin: 0 0 0 50px;
}
.environmentBox .swiper-container .swiper-slide {
    border-radius: 16px;
    padding: 5px;
}
.environmentBox .swiper-container .swiper-slide a {
    border-radius: 16px;
}
.environmentBox .swiper-container .swiper-slide .txtArea .txt{
    display: none;
}
.environmentBox .swiper-container .swiper-slide .txtArea .tit {
    border-radius: 0 0 16px 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.environmentBox .swiper-container .swiper-slide .thumb{
    margin: 0 0 4px 0;
}
.environmentBox .swiper-container .swiper-button-prev {
right: 380px;
}
.environmentBox .swiper-container .swiper-button-next {
    right: 320px;
}



}


/*===================================================
	jobs
====================================================*/
.joblistBox{
    background: #fff;
    padding: 72px 0 170px 0;
}
.jobs .jobsTit{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.jobs .jobsColumn{
    display: flex;
}
.jobs .columnLeft{
    width: 100%;
    max-width: 300px;
    margin: 0 25px 0 0;
}
.jobs .catList{

}
.jobs .catList li{
	background: var(--pallet-gray-200, #EEE);
    padding: 20px;
    border-bottom: 1px solid #FFF;
    transition: 0.5s ease;
    cursor: pointer;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.jobs .catList li{

}
.jobs .catList li:first-child{
    margin: 0 0 5px 0;
}
.jobs .catList li:last-child{

}
.jobs .catList li.is-active{
    background: #000;
    pointer-events: none;
    position: relative;
    color: #fff;
}
.jobs .catList li.is-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #000;
}
.jobs .tabBlock{
    width: 100%;
    max-width: 800px;

}
.jobs .tabArea {
    width: 100%;
    max-width: 800px;
    position: relative;
    z-index: 0;
    padding: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 680px;
    background: var(--pallet-gray-200, #EEE);
}
.jobs .columnRight{
    display: none;
}
.jobs .columnRight.tabBlock.is-show{
    display:block;
}
.jobs .columnRight dl{
	margin: 0 0 20px 0;
}
.jobs .columnRight dl:last-child{
	margin: 0;
}
.jobs .columnRight dt{
	font-size: 15px;
    margin: 0 0 5px 0;
}
.jobs .columnRight dt .fa{
font-size: 12px;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.jobs .columnRight dd{
    font-size: 13px;
}
.jobs .columnRight dd .txt{
    margin: 0 0 10px 0;
}
.jobs .columnRight dd .list{

}
.jobs .columnRight dd .list li{
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.jobs .columnRight dd .list li:last-child{
    margin: 0 0 0 1em;
}
.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: 900px){

.jobs .catList li:hover{
    background: #000;
    color: #FFF;
}
.jobs .typeList{
    display: block!important;
}
.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: 900px){

.joblistBox {
    padding: 40px 0 120px 0;
}
.jobs .jobsTit {
    font-size: 16px;
    margin: 0 0 20px;
}
.jobs .tabArea {
max-width: 100%;
        overflow: initial;
        padding: 20px;
        max-height: 100%;
}
.jobs .jobsColumn {
    display: block;
}
.jobs .columnLeft {
        margin: 0 auto 20px;
		max-width: 100%;
}
.jobs .columnLeft .catList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.jobs .columnLeft .catList li{
        width: 49%;
        font-size: 11px;
        text-align: center;
        padding: 15px;
        line-height: 1.1;
}
.jobs .catList li:first-child {
		margin: 0;
        font-size: 14px;
        padding: 19.5px 15px;
}
.jobs .catList li.is-active:before {
    content: "";
    position: absolute;
    margin-top: -1px;
    border-left: none;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000000;
}
.jobs .columnRight {
    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;
}
}

/*===================================================
	entry
====================================================*/

.entryBox{
    border-radius: 64px 64px 0 0;
    background: var(--Color-Sunset-400, #F88F55);
	margin: -50px 0 0 0;
}
.entryBox.contentBox h2{
    color: #fff;
}
.entryBox.contentBox h3{
    color: #fff;
}
.entryBox.contentBox h3::after {
    width: calc(100% - 150px);
    display: block;
    background:#fff;
}
.entryBox.contentBox .lead{
    color: #fff;
}
.entryBox.contentBox .entryLink a{
    padding: 60px 40px;
    border-radius: 32px;
    background: #fff;
    display: block;
}
.entryBox.contentBox .entryLink a img{
    width: 240px;
    margin: auto;
    display: block;
    transition: 0.4s;
}


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

.entryBox.contentBox .entryLink a:hover img{
        transform: scale(1.1);
}

}

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

.entryBox {
    border-radius: 32px 32px 0 0;
}
.entryBox.contentBox h3::after {
    width: calc(100% - 110px);
}
.entryBox.contentBox .entryLink a {
        padding: 40px 20px;
        border-radius: 16px;
        width: calc(100% - 24px);
        margin: auto;
}


}



/*===================================================
	interview
====================================================*/

.interviewBox{
    background: #fff;
    padding: 160px 0 120px 0;
}

.interviewBox .membersList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.interviewBox .membersList li{
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 30px 0;
}
.interviewBox .membersList li a{
    border-radius: 24px;
    overflow: hidden;
    display: block;
}
.interviewBox .membersList li a .ph{
    margin: 0 0 5px 0;
    overflow: hidden;
}
.interviewBox .membersList li a .ph img{
    transition: 0.4s;
}
.interviewBox .membersList li a .txtArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.interviewBox .membersList li a .txtArea .tit{
    border-radius: 0 0 0 24px;
    background: var(--Color-Sunset-400, #F88F55);
    color: var(--pallet-common-White-main, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 13px 10px 15px 20px;
    width: 125px;
    text-align: center;
}
.interviewBox .membersList li a .txtArea .txt{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.15px;
    text-align: left;
    width: calc(100% - 135px);
}
.interviewBox .membersList li.interview a .txtArea .tit{
	background: var(--Color-Deep-sea-400, #5D7DD3);
}
.interviewBox .membersList li.interview a .txtArea .txt{
}
.interviewBox .leadArea{

}
.interviewBox .leadArea .tit{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0 0 30px 0;
}
.interviewBox .leadArea .tit::after {
    content: "";
    height: 2px;
    width: calc(100% - 600px);
    display: block;
    background: var(--pallet-common-Black-main, #1D1B1A);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.interviewBox .leadArea .tit .icon{
border-radius: 8px;
    background: var(--Color-Sunset-400, #F88F55);
    display: flex;
    width: 150px;
    padding: 3px 32px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.interviewBox .leadArea .tit.interview .icon{
    background: var(--Color-Deep-sea-400, #5D7DD3);
    width: 190px;
}
.interviewBox .leadArea .lead{
    color: #141414;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.interviewBox .interviewArea{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 80px 0;
    position: relative;
}
.interviewBox .phArea{
    width: 35%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}
.interviewBox .phArea .ph {
    height: auto;
}
.interviewBox .phArea span{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20%;
    right: 0;
    z-index: 1;
    background: #fff;
    border-radius: 24px;
    width: 80%;
}
.interviewBox .interviewArea .faqArea{
    width: 60%;
}

.interviewBox .interviewArea .faqArea dl{
    margin: 0 0 40px 0;
}
.interviewBox .interviewArea .faqArea dl:last-child{
    margin: 0;
}
.interviewBox .interviewArea .faqArea dt{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
    margin: 0 0 10px 0;
    position: relative;
}
.interviewBox .interviewArea .faqArea dt::before {
	content: "Q";
    color: var(--Color-Sunset-400, #F88F55);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
    margin: 0 5px 0 0;
}
.interviewBox .interviewArea .faqArea dt span{
    color: var(--Color-Sunset-400, #F88F55);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
    position: absolute;
    top: -35px;
    left: 0;
}
.interviewBox .interviewArea .faqArea dd{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.interviewBox .interviewArea .faqArea dd .icon{
    padding: 0;
    width: 52px;
    margin: 4px 0px 0px 4px;
}
.interviewBox .interviewArea .faqArea dd:has(.icon) .txt{
    width: calc(100% - 68px);
}
.interviewBox .interviewArea .faqArea dd .txt {
    margin: 0 0 20px 0;
}
.interviewBox .interviewArea .faqArea dd .txt span{
    color: var(--pallet-primary-main, #F6732A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    display: block;
}

.interviewBox .interviewArea .faqArea dd:last-of-child .txt{
    margin: 0;
}
.interviewBox .ph_main{
    border-radius: 32px;
    overflow: hidden;
    margin: 0 auto 80px;
}
.interviewBox .otherArea{

}
.interviewBox .otherArea .leadArea{

}
.interviewBox .otherArea .leadArea .tit::after {
    width: calc(100% - 250px);
}

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

.interviewBox .membersList li a:hover .ph img{
        transform: scale(1.1);
}

}

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

.interviewBox {
    padding: 40px 0 120px 0;
}
.interviewBox .membersList {
    width: 85%;
    margin: 0 0 0 auto;
}
.interviewBox .membersList li {
    border-radius: 16px;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
}
.interviewBox .membersList li a {
    border-radius: 16px;
}
.interviewBox .membersList li a .txtArea .tit {
    border-radius: 0 0 0 16px;
    padding: 10px;
    width: 110px;
    text-align: center;
    font-size: 11px;
}
.interviewBox .membersList li a .txtArea .txt {
    font-size: 11px;
}
.interviewBox .leadArea .tit {
    font-size: 17px;
}
.interviewBox .leadArea .tit .icon {
    width: 85px;
    padding: 3px 10px;
    font-size: 14px;
    margin: 0 10px 10px 0;
        position: relative;
}
.interviewBox .leadArea .tit::after{
	width: calc(100% - 110px);
        top: 16px;
}
.interviewBox .leadArea .tit.interview::after{
	width: calc(100% - 210px);
}
.interviewBox .interviewArea {
    margin: 0 0 40px 0;
    position: relative;
    display: block;
}
.interviewBox .phArea {
        width: 100%;
        position: relative;
        top: auto;
        align-self: flex-start;
        margin: 0 0 60px auto;
}
.interviewBox .phArea span {
    font-size: 10px;
    padding: 16px;
    bottom: -15%;
    left: -10%;
    right: auto;
    border-radius: 16px;
    width: 80%;
}
.interviewBox.contentBox .lead {
        margin: 0 auto 20px;
        color: var(--pallet-common-Black-main, #1D1B1A);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: var(--Typography-JP-font-family, "Noto Sans JP");
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.15px;
    }
.interviewBox .interviewArea .phArea{
    width: 85%;
}
.interviewBox .interviewArea .faqArea {
    width: 100%;
}
.interviewBox .interviewArea .faqArea dt {
    font-size: 17px;
}
.interviewBox .interviewArea .faqArea dt span {
    font-size: 15px;
    top: -30px;
}
.interviewBox .interviewArea .faqArea dd {
    font-size: 15px;
}
.interviewBox .otherArea .leadArea {
    width: 100%;
}
.interviewBox .otherArea .leadArea .tit::after {
    width: calc(100% - 200px);
}
.interviewBox .otherArea .leadArea .lead{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.interviewBox .otherArea .membersList {
        width: 100%;
        margin: 0 auto;
}
    
    

}


/*===================================================
	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: 900px){
header .gnav li.navLogo{
    display:none;
}
}



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

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 {
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-EN-font-family, Outfit);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
    position: absolute;
    left: -90px;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.contentBox h3{
	color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    position: relative;
    margin: 0 0 16px 0;
}
.contentBox h3::after { 
	content: "";
    height: 2px;
    width: calc(100% - 120px);
    display: block;
    background: var(--pallet-common-Black-main, #1D1B1A);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.contentBox .lead{
    color: var(--pallet-common-Black-main, #1D1B1A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-EN-font-family, Outfit);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin: 0 0 40px 0;
    letter-spacing: 0.15px;
}


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

.contentBox .titArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
        margin: 0 auto 30px;
}
.contentBox h2 {
        font-size: 35px;
        left: auto;
        position: relative;
        top: auto;
}
.contentBox h3{
        font-size: 18px;
}
.contentBox h3::after {
    content: "";
    height: 1px;
    width: calc(100% - 90px);
}
.contentBox .leadArea{
        width: calc(100% - 60px);
}
.contentBox .lead {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0;
}

}
/*===================================================
	TOP:メインビジュアル
====================================================*/
.mainBox{
    padding: 0;
    height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
}
.mainBox .inBox{
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.mainBox .mainvisual{

}
.mainBox .mainvisual .js-mainvisual_image{
    width: 17vw;
    opacity: 0;
    position: absolute;
    min-width: 230px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(1){
    transform: rotate(48deg);
    left: 0;
    top: 11%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(2){
    transform: rotate(14deg);
    right: 0;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(3){
	transform: rotate(14deg);
    left: 14%;
    bottom: 0;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(4){
	transform: rotate(118deg);
    left: 43%;
    top: 26%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(5){
    transform: rotate(82deg);
    right: 8%;
    bottom: -13%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(6){
    transform: rotate(52deg);
    left: 0;
    bottom: 24%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(7){
    transform: rotate(97deg);
    left: 46%;
    bottom: -10%;
}

.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(1){
	transform: rotate(48deg);
    right: 0;
    bottom: 0;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(2){
transform: rotate(135deg);
    left: 24%;
    bottom: -10%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(3){
    transform: rotate(83deg);
    left: 36%;
    top: -10vw;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(4){
    transform: rotate(62deg);
    left: 0;
    top: 29%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(5){
    transform: rotate(106deg);
    right: 10%;
    top: 9%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(6){
transform: rotate(106deg);
    left: 22%;
    top: 10%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(7){
top: -14%;
    transform: rotate(27deg);
    left: -9%;
}


.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(1){
    transform: rotate(106deg);
    left: 10%;
    top: -5vw;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(2){
    transform: rotate(114deg);
    right: 27%;
    bottom: 2vw;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(3){
    transform: rotate(68deg);
    left: 1%;
    bottom: -5vw;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(4){
    transform: rotate(68deg);
    left: 50%;
    top: 13%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(5){
    transform: rotate(84deg);
    right: -5%;
    top: 20%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(6){
    transform: rotate(84deg);
    right: 16%;
    top: -10%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(7){
    transform: rotate(99deg);
    left: 18%;
    top: -31%;
}

.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(1){
    transform: rotate(97deg);
    right: 2%;
    top: 34%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(2){
    transform: rotate(17deg);
    left: 15%;
    bottom: 27%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(3){
    transform: rotate(334deg);
    left: 33%;
    top: -10%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(4){
    transform: rotate(83deg);
    right: 28%;
    top: -22%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(5){
transform: rotate(342deg);
    left: -1%;
    bottom: -9%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(6){
    transform: rotate(67deg);
    left: 39%;
    bottom: 18%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(7){
    transform: rotate(112deg);
    right: 12%;
    top: 1%;
}

.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(1){
    transform: rotate(15deg);
    left: 24%;
    bottom: 3%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(2){
    transform: rotate(331deg);
    left: 11%;
    top: 0;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(3){
    transform: rotate(20deg);
    right: 22%;
    bottom: -5%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(4){
   transform: rotate(333deg);
    right: -6%;
    bottom: -6%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(5){
    transform: rotate(330deg);
    left: -4%;
    bottom: 2%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(6){
transform: rotate(197deg);
    left: 35%;
    top: -29%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(7){
transform: rotate(167deg);
    right: 18%;
    top: -2%;
}

.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(1){
	-webkit-animation: fadeIn 0s ease 0.1s 1 forwards;
	animation: fadeIn 0s ease 0.1s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(2){
	-webkit-animation: fadeIn 0s ease 0.2s 1 forwards;
	animation: fadeIn 0s ease 0.2s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(3){
	-webkit-animation: fadeIn 0s ease 0.3s 1 forwards;
	animation: fadeIn 0s ease 0.3s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(4){
	-webkit-animation: fadeIn 0s ease 0.4s 1 forwards;
	animation: fadeIn 0s ease 0.4s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(5){
	-webkit-animation: fadeIn 0s ease 0.5s 1 forwards;
	animation: fadeIn 0s ease 0.5s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(6){
	-webkit-animation: fadeIn 0s ease 0.6s 1 forwards;
	animation: fadeIn 0s ease 0.6s 1 forwards;
}
.loaded .mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(7){
	-webkit-animation: fadeIn 0s ease 0.7s 1 forwards;
	animation: fadeIn 0s ease 0.7s 1 forwards;
}

.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(1){
	-webkit-animation: fadeIn 0s ease 0.8s 1 forwards;
	animation: fadeIn 0s ease 0.8s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(2){
	-webkit-animation: fadeIn 0s ease 0.7s 1 forwards;
	animation: fadeIn 0s ease 0.7s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(3){
	-webkit-animation: fadeIn 0s ease 0.9s 1 forwards;
	animation: fadeIn 0s ease 0.9s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(4){
	-webkit-animation: fadeIn 0s ease 1s 1 forwards;
	animation: fadeIn 0s ease 1s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(5){
	-webkit-animation: fadeIn 0s ease 1.1s 1 forwards;
	animation: fadeIn 0s ease 1.1s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(6){
	-webkit-animation: fadeIn 0s ease 1.2s 1 forwards;
	animation: fadeIn 0s ease 1.2s 1 forwards;
}
.loaded .mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(7){
	-webkit-animation: fadeIn 0s ease 1.3s 1 forwards;
	animation: fadeIn 0s ease 1.3s 1 forwards;
}


.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(1){
	-webkit-animation: fadeIn 0s ease 1.4s 1 forwards;
	animation: fadeIn 0s ease 1.4s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(2){
	-webkit-animation: fadeIn 0s ease 1.5s 1 forwards;
	animation: fadeIn 0s ease 1.5s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(3){
	-webkit-animation: fadeIn 0s ease 1.6s 1 forwards;
	animation: fadeIn 0s ease 1.6s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(4){
	-webkit-animation: fadeIn 0s ease 1.7s 1 forwards;
	animation: fadeIn 0s ease 1.7s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(5){
	-webkit-animation: fadeIn 0s ease 1.8s 1 forwards;
	animation: fadeIn 0s ease 1.8s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(6){
	-webkit-animation: fadeIn 0s ease 1.9s 1 forwards;
	animation: fadeIn 0s ease 1.9s 1 forwards;
}
.loaded .mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(7){
	-webkit-animation: fadeIn 0s ease 2s 1 forwards;
	animation: fadeIn 0s ease 2s 1 forwards;
}


.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(1){
	-webkit-animation: fadeIn 0s ease 2.1s 1 forwards;
	animation: fadeIn 0s ease 2.1s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(2){
	-webkit-animation: fadeIn 0s ease 2.2s 1 forwards;
	animation: fadeIn 0s ease 2.2s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(3){
	-webkit-animation: fadeIn 0s ease 2.3s 1 forwards;
	animation: fadeIn 0s ease 2.3s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(4){
	-webkit-animation: fadeIn 0s ease 2.4s 1 forwards;
	animation: fadeIn 0s ease 2.4s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(5){
	-webkit-animation: fadeIn 0s ease 2.5s 1 forwards;
	animation: fadeIn 0s ease 2.5s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(6){
	-webkit-animation: fadeIn 0s ease 2.6s 1 forwards;
	animation: fadeIn 0s ease 2.6s 1 forwards;
}
.loaded .mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(7){
	-webkit-animation: fadeIn 0s ease 2.7s 1 forwards;
	animation: fadeIn 0s ease 2.7s 1 forwards;
}


.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(1){
	-webkit-animation: fadeIn 0s ease 2.8s 1 forwards;
	animation: fadeIn 0s ease 2.8s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(2){
	-webkit-animation: fadeIn 0s ease 2.9s 1 forwards;
	animation: fadeIn 0s ease 2.9s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(3){
	-webkit-animation: fadeIn 0s ease 3s 1 forwards;
	animation: fadeIn 0s ease 3s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(4){
	-webkit-animation: fadeIn 0s ease 3.1s 1 forwards;
	animation: fadeIn 0s ease 3.1s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(5){
	-webkit-animation: fadeIn 0s ease 3.2s 1 forwards;
	animation: fadeIn 0s ease 3.2s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(6){
	-webkit-animation: fadeIn 0s ease 3.3s 1 forwards;
	animation: fadeIn 0s ease 3.3s 1 forwards;
}
.loaded .mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(7){
	-webkit-animation: fadeIn 0s ease 3.4s 1 forwards;
	animation: fadeIn 0s ease 3.4s 1 forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes clip {
	0% {
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
	}
	100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
	}
}

.mainBox .visualTxt{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 105%;
    transform: translate(-50%, -50%) rotate(5deg);
    padding: 1.5% 5%;
    box-sizing: border-box;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.loaded .mainBox .visualTxt{
	-webkit-animation: clip 0.4s ease 4s 1 forwards;
	animation: clip 0.4s ease 4s 1 forwards;
}
.visualTxtInner{
    text-align: left;
    display: inline-block;
}
.mainBox .visualTxt .visualTit{
	color: var(--pallet-common-Black-main, #1D1B1A);
	font-family: "Noto Sans JP";
    font-size: min(4vw, 72px);
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.108px;
}
.mainBox .visualTxt .visualTit span{
color: var(--pallet-primary-main, #F6732A);
    -webkit-text-stroke-width: 1.19px;
    -webkit-text-stroke-color: #F6732A;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: min(4.5vw, 80px);
    letter-spacing: 0.2rem;
    padding: 0 4px;
}

.mainBox .visualTxt .visualLead{
    color: var(--pallet-primary-main, #F6732A);
    font-family: Outfit;
    font-size: 22.181px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.033px;
}
/* SP max:1000px ===================================*/

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

.mainBox {
    height: calc(100dvh - 55px);
}
.mainBox .mainVisual {
    height: 640px;
    min-height: 0;
    background-position: 40%;
}
.mainBox .visualTxt {
        padding: 2% 0% 3% 5%;
}
.mainBox .visualTxt .visualTit {
        font-size: 26px;
        letter-spacing: 2px;
}
.mainBox .visualTxt .visualTit span {
        font-size: 35px;
        padding: 0 2px;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        font-weight: 800;
}
.mainBox .visualTxt .visualLead {
    font-size: 14px;
    line-height: 1.8em;
}
.mainBox .mainvisual .js-mainvisual_image {
	width: 30vw;
        min-width: auto;
}

.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(5) {
transform: rotate(9deg);
        right: -5%;
        bottom: 25%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(7) {
transform: rotate(97deg);
        left: 43%;
        bottom: 16%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(2) {
        transform: rotate(134deg);
        right: 27%;
        bottom: 28%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(3) {
        transform: rotate(321deg);
        left: 1%;
        bottom: 10%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(5) {
    transform: rotate(294deg);
    right: -9%;
    bottom: -10%;
    top: auto;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(1) {
        transform: rotate(106deg);
        right: 20%;
        bottom: 10%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(3) {
    transform: rotate(14deg);
    left: 20%;
    bottom: 5%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(6) {
        transform: rotate(328deg);
        left: 46%;
        bottom: -3%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(5) {
        transform: rotate(39deg);
        right: -9%;
        top: 20%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(6) {
    transform: rotate(106deg);
    left: 22%;
    top: 21%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(1) {
        transform: rotate(22deg);
        left: 0;
        top: 23%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(4) {
    transform: rotate(68deg);
    left: 50%;
    top: 18%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(4) {
    transform: rotate(62deg);
    left: 0;
    top: 38%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(1) {
        transform: rotate(20deg);
        left: 8%;
        bottom: 4%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(2) {
        transform: rotate(3deg);
        left: 11%;
        top: 16%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(3) {
        transform: rotate(345deg);
        right: 1%;
        bottom: 7%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(5) {
    transform: rotate(98deg);
    left: -4%;
    bottom: 28%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(4) {
        transform: rotate(256deg);
        right: 6%;
        bottom: 36%;
}
.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(7) {
        transform: rotate(149deg);
        right: 6%;
        top: 20%;
}
.mainBox .mainvisual .group-4 .js-mainvisual_image:nth-of-type(7) {
    transform: rotate(112deg);
    right: 14%;
    top: 7%;
}
.mainBox .mainvisual .group-1 .js-mainvisual_image:nth-of-type(2) {
    transform: rotate(14deg);
    right: -6%;
    top: -1%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(1) {
    transform: rotate(106deg);
    left: 22%;
    top: 6%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(7) {
        top: 10%;
        transform: rotate(27deg);
        left: -9%;
}
.mainBox .mainvisual .group-2 .js-mainvisual_image:nth-of-type(3) {
    transform: rotate(83deg);
    left: 5%;
    top: -7%;
}
.mainBox .mainvisual .group-3 .js-mainvisual_image:nth-of-type(6) {
    transform: rotate(84deg);
    right: 16%;
    top: -3%;
}


.mainBox .mainvisual .group-5 .js-mainvisual_image:nth-of-type(3) {
    transform: rotate(348deg);
    right: 22%;
    bottom: -5%;
}

}

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

}
.JoblistBox .inBox{
    padding: 0 0 80px;
}
.JoblistBox .lead{
    margin-bottom: 60px;
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
.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: 900px){
.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: 900px){

}

/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
.InterviewBox .thumb_int_mov a:hover img{
    transform: scale(1.05);
}

}
/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){

.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: 900px){

.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: rgba(0,0,0,0.35);
    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: 900px){
.OfficeBox .swiper-slide a:hover img{
    transform: scale(1.1);
}
}
/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
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: 900px){
}

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

.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: 900px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
}

/* SP max:1000px ===================================*/
@media screen and (max-width: 900px){
.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: 900px){
}

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

.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: 900px){
.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: 900px){
.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: 900px){
.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: 900px) 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: 900px){
.sp{display:block;}
.pc{display:none;}

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


}