@charset "utf-8";

/* ===============================================================
 opening
=============================================================== */
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start .opneAnimationImg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 70%;
}

.start .opneAnimationImg img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .start .opneAnimationImg{
     width: 80%;
  }
}

.start .openSkipBT{
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.start .openSkipBT:hover{
  opacity: 80%;
}

.start .openSkipBT:after {
  content: "";
  display: inline-block;
  background: url(/assets/common/img/icon_roundarw_r.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
}

/* ===============================================================
 section
=============================================================== */
.section{
  padding: 50px 0;
}
.fadein {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0s,transform 1.5s;
}
@media screen and (max-width: 767px) {
  .section{
    padding: 30px 0;
  }
}

/* ===============================================================
 title
=============================================================== */
.ttlh2{
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
.ttlh2 .engTtl{
  font-size: 60px;
  margin-right: 15px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .ttlh2{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .ttlh2 .engTtl{
    font-size: 42px;
    margin-right: 10px;
  }
  .ttlh2 .engTtl,
  .ttlh2 .japTtl{
    display: block;
  }
}
/* ===============================================================
 mv
=============================================================== */
#mv{
  background: url(/assets/top/img/mv.jpg) center bottom no-repeat;
  background-size: auto;
  height: 600px;
}
@media screen and (max-width: 767px) {
  #mv{
    background-size: cover;
  }
}

/* ===============================================================
 crossSearch
=============================================================== */
#crossSearch{
  background: #61B7D9 url(/assets/top/img/bg_slash.png) no-repeat left center;
  padding: 15px 0 35px;
  position: relative;
}
#crossSearch .contsIn{
  position: relative;
  z-index: 1;
}
#crossSearch .status{
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
#crossSearch .status .num{
  color: #FFF664;
}
#crossSearch .searchKeyword{
  width: 340px;
  background-color: #fff;
  margin: 0 20px 0 0;
}
#crossSearch .searchKeyword input{
  padding: 7px 10px;
  width: 100%;
}
#crossSearch .crossSearch{
  display: flex;
  align-items: center;
}
#crossSearch .crossSearch .ex{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 2px;
}
#crossSearch .crossSearch .selectWrap{
  width: 170px;
  border-radius: 8px;
  background-color: #fff;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 7px center;
}
#crossSearch .crossSearch select{
  width: 100%;
  font-size: 16px;
  padding: 13px 25px 13px 10px;
  line-height: 16px;
  font-weight: bold;
  background: url(/assets/common/img/arw_select.png) no-repeat right 10px center;
  cursor: pointer;
}
#crossSearch .btnSolid{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B01111;
  width: 180px;
  font-size: 20px;
  margin-left: 15px;
  padding: 0 5px;
  line-height: 42px;
}
#crossSearch .btnSolid input{
  display: none;
}
#crossSearch .btnSolid:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: url(/assets/common/img/icon_search_wh.svg) no-repeat;
  background-size: contain;
  margin: -2px 0 0 10px;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  #mv{
    height: 0;
    width: 100%;
    background-size: cover;
    background-position: top;
    padding-top: 500px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #mv{
    height: 0;
    width: 100%;
    background-size: auto; 
    background-position: center;
    background: url(/assets/top/img/mv_h330.jpg) center bottom no-repeat;  
    padding-top: 330px;
  }
  #crossSearch {
    padding: 5px 0 15px;
  }
}
@media screen and (max-height: 768px) {
  #mv{
    height: 0;
    width: 100%;
    background-size: auto; 
    background-position: center;
    background: url(/assets/top/img/mv_h330.jpg) center bottom no-repeat;  
    padding-top: 330px;
  }
  #crossSearch {
    padding: 5px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #mv{
    background-image: url(/assets/top/img/mv_sp.jpg);
    height: 250px;
    padding: 0;
    background-size: cover;
  }
  #crossSearch{
    padding: 15px 0;
    background: #61B7D9;
  }
  #crossSearch:after,
  #crossSearch:before,
  #crossSearch .crossSearch{
    display: none;
  }
  #crossSearch .searchWrap,
  #crossSearch .searchWrap form{
    display: block;
  }
  #crossSearch .searchKeyword{
    width: 100%;
    margin: 0;
  }
  #crossSearch .btnSolid{
    margin: 15px auto 0;
  }
  #crossSearch .searchList{
    padding: 10px 0 0;
  }
  #crossSearch .searchList .list{
    width: 31%;
  }
  #crossSearch .searchList .list a{
    border-radius: 8px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 12px 5px;
    line-height: 1.2;
    background: #fff;
    border: 0;
  }
  #crossSearch .searchList .list a:before{
    content: "";
    display: block;
    width: 30px;
    height: 35px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #crossSearch .searchList .list.place a:before{background-image: url(/assets/common/img/icon_pin_blue.svg);}
  #crossSearch .searchList .list.occupation a:before{background-image: url(/assets/common/img/icon_bag_blue.svg);}
  #crossSearch .searchList .list.condition a:before{background-image: url(/assets/common/img/icon_check_blue.svg);}
  #crossSearch .searchList .list .selected{
    border: 3px solid #066E97;
    background-color: #EAEAEA;
    padding: 9px 5px;
  }
  #crossSearch .searchList .list span{
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 374px) {
  #mv{
    height: 220px;
  }
}

/* ===============================================================
seoTtl
=============================================================== */
.seoTtl{
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 8px 0;
}
.seoTtl .ttl{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .seoTtl{
    text-align: left;
    padding: 8px 4%;
  }
  .seoTtl .ttl{
    font-size:16px; 
  }
}

/* ===============================================================
topno1Area
=============================================================== */

#topno1Area{
  border-bottom: 1px solid #E5E5E5;
}

.topno1AreaBgset{
  padding: 36px 0 6px 0;
  background: url(/assets/top/img/top_no1_bg_pc.png) no-repeat left -40px center;
}

.topno1AreaConts{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 25px;
}

.topno1AreaConts h3{
  margin: 10px 30px 0 0;
}

.topno1AreaConts_annotation{
  color: #003264;
  font-size: 12px;
  text-align: right;
}

.topno1AreaConts_annotation br{
  display: none;
}

@media screen and (max-width: 767px) {
  .topno1AreaBgset{
    padding: 20px 0 15px 0;
    background: url(/assets/top/img/top_no1_bg_sp.png) no-repeat left top -100px;
  }

  .topno1AreaConts{
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }

  .topno1AreaConts h3{
    margin: 0 0 15px 0;
    width: 60%;
  }

  .topno1AreaConts_annotation{
    font-size: 10px;
    line-height: 1.5;
    margin: 0 0 5px 0;
    width: 100%;
  }

  .topno1AreaConts_annotation br{
    display: block;
  }

}


@media screen and (max-width: 400px) {
  .topno1AreaConts{
    width: 300px;
  }

  .topno1AreaConts h3{
    width: 152px;
  }
}


/* ===============================================================
 bnrAdviser
=============================================================== */
#bnrAdviser{
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #bnrAdviser{
    padding: 20px 0;
  }
}
/* ===============================================================
 recommmended
=============================================================== */
#recommended .linkList .list{
  width: 544px;
  background: #61B7D9 url(/assets/top/img/bg_slash.png) no-repeat left -200px center;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}
#recommended .linkArwR{
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px 15px 50px;
  position: relative;
  min-height: 94px;
  display: flex;
  align-items: center;
}
#recommended .linkArwR:after{
  position: absolute;
  left: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -6px 0 0;
}
@media screen and (max-width: 767px) {
  #recommended .linkList .list{
    width: 100%;
    background: #61B7D9 url(/assets/top/img/bg_slash.png) no-repeat left -220px center;
    margin-bottom: 15px;
    min-height: 60px;
  }
  #recommended .linkArwR{
    font-size: 16px;
    padding: 10px 15px 10px 35px;
    min-height: 1px;
    line-height: 1.3;
  }
  #recommended .linkArwR:after{
    left: 10px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
  }
}

/* ==========================================================================
   search
========================================================================== */
#search .searchCont{
  background: #fff;
  padding: 30px;
}
/*---------tabBtn---------*/
.tabBtn input{
  display: none;
}
.tabBtn .btn{
  width: 50%;
  line-height: 100px;
  font-size: 32px;
  color: #61B7D9;
  font-weight: bold;
  background: #EAEAEA;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.tabBtn .btn:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(/assets/common/img/icon_roundarw_r.svg) no-repeat;
  margin: -2px 0 0 30px;
}
.tabBtn input:checked + .btn{
  background:#61B7D9;
  color: #fff;
}
.tabBtn input:checked + .btn:after{
  background: url(/assets/common/img/icon_roundarw_b_wh.svg);
}
.tabBtn input:checked + .btn:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 16px solid #61B7D9;
}
/*---------searchBlock---------*/
.searchBlock{
  border: 1px solid #61b7d9;
  border-radius: 16px;
  padding: 20px 20px;
}
.searchBlock + .searchBlock{
  margin-top: 20px;
}
.searchBlock .ttl{
  font-size: 24px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  background-position: left center;
}
.searchBlock .linkList .list{
  display: inline-block;
  margin:4px 20px 4px 0;
  font-weight: bold;
}
.searchBlock .linkList .list a:hover{
  text-decoration: underline;
}
.searchBlock .linkList .linkRoundArwR:after{
  margin-left: 7px;
}
.searchCont .dispFlex .leftWrap,
.searchCont .dispFlex .rightWrap{
  width: 520px;
  margin-top: 20px;
}
.searchBlock .sp_accBtn:after{
  background-image: url(/assets/common/img/icon_plus_gray.svg);
}
.searchBlock .sp_accBtn.open:after{
  background-image: url(/assets/common/img/icon_minus_gray.svg);
}
@media screen and (max-width: 767px) {
  #search .searchCont{
    background: #fff;
    padding: 15px 4%;
  }
  .tabBtn{
    padding-top: 20px;
    background: #fff;
  }
  .tabBtn .btn{
    line-height: 1.3;
    font-size: 20px;
    text-align: left;
    padding: 10px 15px;
    position: relative;
  }
  .tabBtn .btn:after{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -10px 0 0 0;
  }
  .tabBtn input:checked + .btn:before{
    bottom: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 11px solid #61B7D9;
  }
  .searchBlock{
    width: 100%;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .searchBlock + .searchBlock{
    margin-top: 15px;
  }
  .searchBlock .ttl{
    font-size: 18px;
    padding: 12px 15px 12px 40px;
    background-size: 20px auto;
    background-position: left 10px center;
  }
  .searchCont .dispFlex .leftWrap,
  .searchCont .dispFlex .rightWrap{
    width: 100%;
  }
  .searchBlock .linkList .list{
    display: block;
    margin:0;
    font-weight: normal;
    border-top: 1px solid #61b7d9;
  }
  .searchBlock .linkList .linkRoundArwR{
    display: block;
    background-color: #eaeaea;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
  }
  .searchBlock .linkList .linkRoundArwR:after{
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -8px 0 0 0;
  }
  .searchBlock .sp_accIn{
    display: none;
  }
}
/*---------searchBlock employ---------*/
.searchBlock.employ{
  display: flex;
  align-items: center;
}
.searchBlock.employ .ttl{
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .searchBlock.employ{
    display: block;
  }
  .searchBlock.employ .ttl{
    margin-right: 0;
  }
}
/*---------searchBlock occupation---------*/
.searchBlock.occupation .subTtl{
  font-weight: bold;
  font-size: 20px;
  width: 150px;
}
.searchBlock.occupation .cateBlock{
  display: flex;
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid #61b7d9;
}
.searchBlock.occupation .cateBlock.top{
  margin-top: 0;
  border-top: 0;
}
.searchBlock.occupation .linkList{
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .searchBlock.occupation .subTtl{
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
  .searchBlock.occupation .cateBlock{
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .searchBlock.occupation .cateBlock.top{
    border-top: 1px solid #61b7d9;
  }
  .searchBlock.occupation .linkList{
    width: 100%;
  }
}

/*---------searchBlock place---------*/
.searchBlock.place{
  position: relative;
  height: 435px;
  background: url(/assets/top/img/img_map.jpg) no-repeat right 55px center;
}
.searchBlock.place .btnSolid{
  display: inline-block;
  padding: 3px 10px;
  min-width: 60px;
  text-align: center;
}
.searchBlock.place .list{
  position: absolute;
}
.searchBlock.place .A1{top: 60px;left: 280px;}
.searchBlock.place .A2{top: 160px;right: 10px;}
.searchBlock.place .A3{bottom: 140px;right: 20px;}
.searchBlock.place .A4{top: 145px;left: 250px;}
.searchBlock.place .A5{bottom: 90px;right: 86px;}
.searchBlock.place .A6{bottom: 50px;left: 225px;}
.searchBlock.place .A7{top: 210px;left: 150px;}
.searchBlock.place .A8{bottom: 160px;left: 10px;}
.searchBlock.place .A9{top: 117px;left: 92px;}


@media screen and (max-width: 767px) {
  .searchBlock.place{
    height: auto;
    background: 0;
  }
  .searchBlock.place .btnSolid{
    display: block;
    padding: 8px 10px;
    min-width: 80px;
    text-align: center;
  }
  .searchBlock.place .placeList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 10px;
  }
  .searchBlock.place .list{
    position: static;
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .searchBlock.keyword{
    padding-bottom: 10px;
  }
  .searchBlock.keyword form{
    width: calc(100% - 30px);
    margin: auto;
  }
}

/* ==========================================================================
   column
========================================================================== */
#column{
  padding: 50px 0 0;
}
#column .btnSolid{
  padding: 12px 20px;
}
#column .sliderWrap{
  background: url(/assets/top/img/bg_column.jpg) no-repeat bottom left;
  background-size: 45%;
  padding-bottom: 70px;
}
.prevFilter, .nextFilter {
  height: 335px;
}
@media screen and (max-width: 767px) {
  #column .btnSolid{
    padding: 11px 8px;
    font-size: 14px;
  }
  #column .sliderWrap{
    background: 0;
  }
}
/* ==========================================================================
   bnrArea
========================================================================== */
#bnrArea{
  text-align: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #61B7D9;
  font-weight: bold;
  padding-bottom: 30px;
}
#bnrArea .sliderWrap{
  min-height: 255px;
  padding-bottom: 0;
}
#bnrArea .sliderList {
    left: calc(50% - 555px);
}
#bnrArea .sliderWrap .list {
  border-radius: 0;
  box-shadow: none;
  width: 355px!important;
}
#bnrArea .bx-controls-direction {
  top: 50px;
  width: 1160px;
  margin-left: -583px;
}
#bnrArea img,
#bnrArea a{
  display: block;
}
#bnrArea a{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #bnrArea .sliderWrap{
    min-height: 215px;
  }
  #bnrArea .sliderList {
    left: calc(50% - 165px);
  }
  #bnrArea .sliderWrap .list {
    width: 330px!important;
  }
  #bnrArea .bx-controls-direction {
    width: 100%;
    margin-left: 0;
  }
  #bnrArea .list{
    margin-right: 10px!important;
  }
  #bnrArea a{
    margin-bottom: 5px;
  }
}

/* ===============================================================
 Sp search popup
=============================================================== */

@media screen and (max-width: 767px) {
  /*---------condition---------*/
  .searchBlock.place .checkbox,
  .searchBlock.occupation .checkbox,
  .searchBlock.condition .checkbox{
    width: 49%;
    margin-right: 0;
    font-size: 14px;
  }
  .modalCont{
    width: 96%;
    height: 90%;
    padding: 10px 0;
    overflow: hidden;
    top: 5%;
    left: 2%;
    transform: translate(0,0);
    margin-left: 0;
  }
  .modalCont .btnClose {
    top: 10px;
    right: 10px;
  }
  .modalCont .modalTtl{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
  }
  .modalCont .ttl{
    color: #61B7D9;
    font-weight: bold;
    padding: 0 4% 5px;
    font-size: 20px;
  }
  .modalCont .subTtl{
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .modalCont .btnBack{
    margin: 0 4% 5px;
    color: #61B7D9;
  }
  .modalCont .btnBack:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #61B7D9;
    border-right: 2px solid #61B7D9;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -3px 10px 0 0 ;
  }
  .modalCont .spMoveArea{
    width: 300%;
    transition: all .3s;
    height: auto;
  }
  .modalCont .nextWrap{
    height: auto;
  }
  .placeModal .nextWrap,
  .placeModal .nextWrap:last-child{width: 33.33%;}
  .placeModal .showLv2.spMoveArea{transform: translateX(-33.33%);}
  .placeModal .showLv3.spMoveArea{transform: translateX(-66.66%);}
  
  .occupationModal .nextWrap,.careerModal .nextWrap{width: 50%;}
  .occupationModal .showLv2.spMoveArea,.careerModal .showLv2.spMoveArea{transform: translateX(-50%);}
  .modalCont .listWrap .list .active{
    background: #E4F8FF;
  }
  .modalCont .listWrap{
    min-height: 200px;
    overflow: auto;
  }
  .modalCont .listWrap .list{
    border-bottom: 1px solid #E5E5E5;
  }
  .modalCont .listWrap .list a,
  .modalCont .listWrap .list label{
    display: block;
    padding: 8px 4%;
  }
  .modalCont .notSelected{
    background-color: #EAEAEA;
    position: relative;
  }
  .modalCont .listWrap .note{
    display: none;
  }
  .modalCont .notSelected .note{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    width: 90%;
    text-align: center;
  }
  .modalCont .listBlock{
    display: none;
  }
  .modalCont .btnWrap{
    margin: 15px 0 0;
    text-align: center;
  }
  .modalCont .btnSolid{
    display: inline-block;
    padding: 10px 45px;
    margin-bottom: 5px;
  }
  .modalCont .btnClear{
    color: #A4A4A4;
  }
  .skillModal .checkList,
  .conditionModal .checkList{
    padding: 0 4%;
  }
  .skillModal .checkList .checkbox,
  .conditionModal .checkList .checkbox{
    display: inline-block;
    width: 48%;
    font-weight: bold;
  }
  .btnNextAreaArrow:after{
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #61b7d9;
    border-right: 2px solid #61b7d9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btnNextArrowWrap{
    position: relative;
    display: block;
  }
  .btnNextArrowOccupation:after{
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #61b7d9;
    border-right: 2px solid #61b7d9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.modalCont .checkbox span {
  display: block;
  background-position: left top 6px;
}
.modalCont .listWrap span.areaCecker a{
  padding: 0px;
}
.modalCont .listWrap .list .active {
  background: #E4F8FF;
}
