@charset "utf-8";
/* ===============================================================
 common contents
=============================================================== */
#wrapper{
	min-width: 1200px;
	box-sizing: border-box;
}
#wrapper *{
	box-sizing: inherit;
}
#main{
	display: block;
}
#mainConts{
  padding: 70px 0 100px;
}
.contsIn{
	width: 1120px;
	margin: auto;
}
.op:hover{
	opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
	.spOnly{display: none!important;}
}
@media screen and (max-width: 767px) {
	.pcOnly{display: none!important;}
	#wrapper{
		min-width: 100%;
	}
  #main{
    padding-top: 63px;
  }
  #mainConts{
    padding: 20px 0 60px;
  }
	.contsIn{
		width: 100%;
	}
	.spContsIn{
		width: 92%;
		margin: auto;
	}
}
/* ===============================================================
 color
=============================================================== */
.txtBlue{color: #61b7d9; }
.txtWh{color: #fff; }
.txtYellow{color: #ffc414; }
.bgLblue{background-color: #e4f8ff;}
.bgBlue{background-color: #61b7d9;}
.bgLgray{background-color: #F9F9F9;}

.bgLgray.pdBox{
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .bgLgray.pdBox{
    padding: 30px 0 40px;
  }
}
/* ===============================================================
 layout
=============================================================== */
.dispFlex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainConts.staticTemp1{
  padding: 10px 0 0;
}
.staticTemp1 .section{
  margin-bottom: 70px;
}
.bdrRadbox{
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 50px 60px;
}
.lh13{line-height: 1.3;}
.detailList dd{
  margin-bottom: 30px;
}
.bdT{
  border-top: 1px solid #E5E5E5;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .staticTemp1 .section{
    margin-bottom: 40px;
  }
  .bdrRadbox{
    padding: 15px 4%;
  }
  .lh13{
    font-size: 14px;
    line-height: 1.6;
  }
  .bdT{
    padding-top: 20px;
  }
}
/* ===============================================================
 icon
=============================================================== */
.icon_employ,.icon_place,.icon_occupation,.icon_condition,.icon_keyword,.icon_salary,.icon_skill{
  background-repeat: no-repeat;
}
.icon_employ{background-image: url(/assets/common/img/icon_handshake_blue.svg);}
.icon_place{background-image: url(/assets/common/img/icon_pin_blue.svg);}
.icon_occupation{background-image: url(/assets/common/img/icon_bag_blue.svg);}
.icon_condition{background-image: url(/assets/common/img/icon_check_blue.svg);}
.icon_keyword{background-image: url(/assets/common/img/icon_hatena_blue.svg);}
.icon_salary{background-image: url(/assets/common/img/icon_yen_blue.svg);}
.icon_skill{background-image: url(/assets/common/img/icon_id_blue.svg);}
/* ===============================================================
 title
=============================================================== */
.mainTtlWrap{
  background: #E4F8FF;
  padding: 50px 0;
}
.mainTtlWrap .mainTtl{color: #61B7D9;}
.mainTtlWrap .mainTtl .engTtl{
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
}
.mainTtlWrap .mainTtl .japTtl{font-size: 32px;padding-left: 25px;}
.mainSimpleTtl .mainTtl{
  font-size: 32px;
  color: #61B7D9;
  margin: 10px 0;
}
.ttlBlue{
  font-size: 32px;
  color: #61B7D9;
}
.ttlBtmBdr{
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.ttlBtmBdr:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #61B7D9;
}
.ttlBtmBdr.bdrCenter{
  text-align: center;
  color: #61B7D9;
  margin-bottom: 35px;
}
.ttlBtmBdr.bdrCenter:after {
  left: 50%;
  margin-left: -40px;
}
.ttlLftBdr{
  font-size: 20px;
  padding-left: 12px;
  margin-bottom: 15px;
  border-left: 2px solid #61B7D9;
}
.ttlBoldS{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mainTtlWrap{
    padding: 30px 0;
    line-height: 1.2;
  }
  .mainTtlWrap .mainTtl .engTtl{
    font-size: 42px;
    display: block;
  }
  .mainTtlWrap .mainTtl .japTtl{font-size: 16px;display: block; padding: 0;}
  .mainSimpleTtl .mainTtl{
    font-size: 26px;
  }
  .ttlBtmBdr{
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
  .ttlBlue{
    font-size: 24px;
  }
  .section .ttlLftBdr{
    font-size: 20px;
    line-height: 1.2;
  }
  .ttlBoldS{
    font-size: 18px;
  }
}
/* ===============================================================
 link
=============================================================== */
.linkArwR:after,
.linkArwL:before,
.linkRoundArwR:after,
.linkBlank:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.linkArwR:after,
.linkArwL:before{
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.linkArwL:before{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.linkRoundArwR:after{
  background: url(/assets/common/img/icon_roundarw_r.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin: -1px 0 0 15px;
}
.linkBlank:after{
  margin: -2px 0 0 6px;
  width: 12px;
  height: 10px;
  background: url(/assets/common/img/icon_blank_blue.svg) no-repeat;
  background-size: contain;
}
.btnSolid{
  display: block;
  color: #fff;
  background: #61b7d9;
  border-radius: 8px;
  font-weight: bold;
  padding: 8px 15px;
}
.btnBdr{
  display: block;
  padding: 7px 15px;
  border: 1px solid #A4A4A4;
  border-radius: 8px;
  font-weight: bold;
}
.btnSolid:hover,
.btnBdr:hover{
  opacity: 0.7;
}
.mvBgPic .btnAdviser{
  width: 255px;
  font-size: 18px;
}
#solution .btnAdviser{
  margin: 0 0 0 90px;
}
.btnAdviser{
  display: block;
  margin-top: 35px;
  width: 310px;
  background: #B01111;
  font-size: 20px;
  text-align: center;
}
.btnAdviser:after{
  margin: -3px 0 0 15px;
}
.linkNml{
  color:#61B7D9;
  text-decoration: underline;
}
.linkNml:hover{
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btnAdviser{
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }
  .btnAdviser:after{
    margin: -2px 0 0 9px;
  }
  .sp_accBtn{
    position: relative;
  }
  .accBtn:after,
  .sp_accBtn:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/common/img/icon_plus_wh.svg) no-repeat;
    background-size: contain;
    margin: -8px 0 0 0;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  .accBtn.open:after,
  .sp_accBtn.open:after{
    background-image: url(/assets/common/img/icon_minus_wh.svg);
  }
}
/* ==========================================================================
   parts
========================================================================== */
.indent1{
  text-indent: -1em;
  padding-left: 1em;
}
.highLight{
	background:linear-gradient(transparent 60%, #FFF664 60%);
}
/* ==========================================================================
   tab
========================================================================== */
.tabArea{
  display: flex;
}
.tabArea .btnTab{
  display: flex;
  align-items: center;
  justify-content: center;
	font-weight: bold;
	position: relative;
  cursor: pointer;
}
.tabSwitch > input, .tabSwitch .tabCont{display: none;}
.tabSwitch .tab1:checked ~ .tabArea .btnTab1,
.tabSwitch .tab2:checked ~ .tabArea .btnTab2,
.tabSwitch .tab3:checked ~ .tabArea .btnTab3,
.tabSwitch .tab4:checked ~ .tabArea .btnTab4,
.tabSwitch .tab5:checked ~ .tabArea .btnTab5,
.tabSwitch .tab6:checked ~ .tabArea .btnTab6{
	color:#61B7D9;
}
.tabSwitch .tab1:checked ~ .tabCont1,
.tabSwitch .tab2:checked ~ .tabCont2,
.tabSwitch .tab3:checked ~ .tabCont3,
.tabSwitch .tab4:checked ~ .tabCont4,
.tabSwitch .tab5:checked ~ .tabCont5,
.tabSwitch .tab6:checked ~ .tabCont6{
	display: block;
}
/* ===============================================================
 form
=============================================================== */
.selectBox {
  font-size: 16px;
  padding: 6px 25px 6px 10px;
  font-weight: bold;
  border-radius: 8px;
  background: #fff url(/assets/common/img/arw_select.png) no-repeat right 10px center;
}
select::-ms-expand {
  display: none;
}
.inputBox,
.textareaBox{
  font-size: 16px;
  border: 1px solid #A4A4A4;
  padding: 6px 10px;
  border-radius: 8px;
  display: block;
  width: 100%;
}
.checkbox,
.radiobox{
	position: relative;
	cursor: pointer;
}
.checkbox input,
.radiobox input{
  display: none;
}
.checkbox span{
	padding-left: 25px;
	background:url(/assets/common/img/cb_off.gif) no-repeat left center;
	background-size:17px 17px;
	line-height: 30px;
}
.checkbox input:checked + span{
	background-image:url(/assets/common/img/cb_on.gif);
}
.radiobox span{
	padding-left: 25px;
	background:url(/assets/common/img/rb_off.gif) no-repeat left center;
	background-size:17px 17px;
	line-height: 30px;
}
.radiobox input:checked + span{
	background-image:url(/assets/common/img/rb_on.gif);
}
/*---------searchBlock keyword---------*/

.searchKeyword {
	display: flex;
  align-items: center;
	width: 100%;
	border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}
.searchKeyword input[type=text]{
	padding: 10px;
  font-size: 16px;
	box-sizing: border-box;
	border: 0;
	width: calc(100% - 40px);
}
.searchKeyword label{
	width: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.searchKeyword label input{
  display: none;
}
.searchKeyword label img{
  width:20px;
  padding-top: 5px;
}

/* ===============================================================
 breadList
=============================================================== */
.breadList{
  padding: 6px 0;
  line-height: 1;
}
.breadList li{
  display: inline-block;
  font-size: 11px;
  color: #A4A4A4;
}
.breadList li:not(:last-child):after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #61B7D9;
  border-right: 1px solid #61B7D9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -3px 5px 0;
}
.breadList li a{color: #61B7D9;}
.breadList li a:hover{text-decoration: underline;}

/* ===============================================================
 modal
=============================================================== */
.modalBg{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.70);
}
.modalCont{
  display: none;
  position: fixed;
  left: 50%;
  max-height: 90vh;
  top: 0;
  background: #fff;
  border: 1px solid #61B7D9;
  border-radius: 16px;
  padding: 50px 60px 20px;
  width: 960px;
  margin-left: -480px;
  z-index: 1000;
  overflow: auto;
}
.modalCont .btnClose{
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: url(/assets/common/img/icon_close_circle.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .modalCont{
    width: 90%;
  }
}
/* ===============================================================
 tableNml
=============================================================== */
.tableNml {
  width: 100%;
}
.tableNml th,
.tableNml td{
  padding: 15px 20px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
  text-align: left;
}
.tableNml th{
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .sp_tableBlk,
  .sp_tableBlk tbody,
  .sp_tableBlk tr,
  .sp_tableBlk th,
  .sp_tableBlk td{
    display: block;
  }
  .tableNml th,
  .tableNml td{
    padding: 10px 4%;
  }
}
/* ===============================================================
 mvBgPic
=============================================================== */
.mvBgPic{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0 0;
  min-height: 360px;
}
.mvBgPic .ttl{
  color: #61B7D9;
  font-weight: bold;
}
.mvBgPic .engTtl{
  display: block;
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
}
.mvBgPic .japTtl{
  display: block;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mvBgPic{
    padding: 30px 0 0;
    min-height: 220px;
  }
  .mvBgPic .engTtl{
    font-size: 42px;
  }
  .mvBgPic .japTtl{
    font-size: 16px;
  }
}
/* ===============================================================
 advisor
=============================================================== */
#advisor{
  padding: 80px 0 40px;
  background-color: #fff;
}
#advisor .contsIn{
  background: url(/assets/column/img/bg_advisor.jpg) no-repeat left top;
  background-size: contain;
  display: flex;
  justify-content: flex-end;
}
#advisor .txtWrap{
  width: 584px;
  margin-top: -30px;
}
#advisor .ttlWrap{
  border: 4px solid #066E97;
  background-color: #fff;
  text-align: center;
  padding: 8px;
  color: #066E97;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 10px 10px 0px 0 #066E97;
  margin:0 15px 20px 0;
}
#advisor .ttlWrap .ttl{
  font-size: 28px;
}
#advisor .detailTxt{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#advisor .detailTxt .highLight{
	background:linear-gradient(transparent 60%, #C6F0FF 60%);
}
#advisor .pointWrap{
  border: 4px solid #61B7D9;
  border-radius: 16px;
  padding: 10px;
}
#advisor .pointWrap .ttl{
  color: #61B7D9;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#advisor .pointList{
  text-align: center;
}
#advisor .pointList li{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: left center;
  line-height: 1.3;
  padding:3px 0 3px 65px;
  margin-bottom: 10px;
}
#advisor .pointList li.japan{
  background-image: url(/assets/column/img/icon_japan.svg);
  background-size: 48px 48px;
  padding-left: 60px;
  margin-right: 15px;
}
#advisor .pointList li.handshake{
  background-image: url(/assets/column/img/icon_handshake.svg);
}
#advisor .pointList li.expert{
  background-image: url(/assets/column/img/icon_expert.svg);
  padding-right: 75px;
}
#advisor .btnSolid{
  background-color: #B01111;
  width: 340px;
  margin: 15px auto 10px;
  text-align: center;
}
#advisor .btnSolid:after{
  margin: -3px 0 0 10px;
}
@media screen and (max-width: 767px) {
  #advisor{
    margin: 30px 0 30px;
    background: #fff url(/assets/column/img/bg_advisor_sp.jpg) no-repeat top center;
    background-size: 100%;
    padding: 56% 0 0;
  }
  #advisor .contsIn{
    background: none;
    display: flex;
    justify-content: flex-end;
  }
  #advisor .txtWrap{
    width: 100%;
    margin: 0;
  }
  #advisor .ttlWrap{
    box-shadow: 6px 6px 0px 0 #066E97;
    margin:0 0 15px 0;
  }
  #advisor .ttlWrap .ttl{
    font-size: 18px;
  }
  #advisor .pointList li{
    display: block;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 52px auto;
    background-position: left 20px center;
    line-height: 1.3;
    padding:3px 20px 3px 85px;
    margin-bottom: 10px;
  }
  #advisor .pointList li.japan{
    padding: 12px 20px 12px 80px;
  }
  #advisor .pointList li.expert{
    padding-right: 0;
  }
  #advisor .btnSolid{
    background-color: #B01111;
    width: 100%;
    margin: 15px auto 10px;
    text-align: center;
  }
  #advisor .btnSolid:after{
    margin: -3px 0 0 10px;
  }
}
/* ===============================================================
 flow
=============================================================== */
#flow .listFlow{
  text-align: center;
}
#flow .listFlow .list{
  width: 20%;
  position: relative;
  font-weight: bold;
}
#flow .listFlow .list:after{
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: -38px;
  width: 80px;
  height: 15px;
  background: url(/assets/common/img/arw_horizontal.svg) no-repeat;
  background-size: 80px 15px;
}
#flow .listFlow .list:last-child:after{
  display: none;
}
#flow .listFlow .num{
  width: 60px;
  line-height: 60px;
  font-size: 20px;
  background: #61B7D9;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto 20px;
}
#flow .listFlow .dtl{
  font-size: 14px;
  color: #066E97;
  padding-top: 96px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #flow .listFlow{
    display: block;
    margin: 30px auto 30px;
    width: 260px;
  }
  #flow .listFlow .list{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
  }
  #flow .listFlow .list:after{
    top: 70px;
    right: auto;
    left: 28px;
    width: 5px;
    height: calc(100% - 80px);
    background: #61B7D9;
    background-size: 15px 64px;
  }
  #flow .listFlow .list:before{
    content: "";
    position: absolute;
    bottom: 0;
    right:  auto;
    left: 23px;
    width: 15px;
    height: 10px;
    background: url(/assets/common/img/arw_vertical.svg) no-repeat;
    background-size: 15px 10px;
  }
  #flow .listFlow .list:last-child:before{
    display: none;
  }
  #flow .listFlow .num{
    margin: 0;
  }
  #flow .listFlow .dtl{
    width: 170px;
    min-height: 116px;
    padding-top: 72px;
    margin-left: 20px;
  }
}
/* ===============================================================
 satisfy Wrap
=============================================================== */
.satisfyWrap{
  width: 680px;
  margin: 25px auto 0;
}
.satisfyWrap .txt{
  font-size: 27px;
  font-weight: bold;
}
.satisfyWrap .txt .txtBlue{
  font-size: 50px;
}
.satisfyWrap .note{
  font-size: 12px;
}
.satisfyWrap .btnAdviser{
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .satisfyWrap{
    width: 100%;
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .satisfyWrap .dispFlex{
    display: block;
  }
  .satisfyWrap .txt{
    font-size: 16px;
  }
  .satisfyWrap .txt .txtBlue{
    font-size: 28px;
  }
  .satisfyWrap .num{
    width: 205px;
    margin: auto;
  }
  .satisfyWrap .note{
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footNav {
    position: relative;
  }
  .footerImage {
    position: absolute;
    width: 20vw;
    left: 2vh;
  }
}
