
a:hover {
  opacity: 0.8;
}

.main {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

ul {
  margin: 0 auto;
}

h1 img {
  margin-bottom: 60px;
}

h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}

h3 {
  font-size: 24px;
  color: #33c2ff;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.08em;
}

p {
  color: #444;
}

.default-text {
  font-size: 16px;
  text-align: center;
  line-height: 2.4;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.fs18 {
  font-size: 18px;
}

.blue {
  color: #33c2ff;
}

.white {
  color: #fff;
}

.policy {
  display: flex;
  margin: 0 auto 45px;
  width: 605px;
}

.plan {
  position: relative;
  display: inline-block;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 1px solid #33c2ff;
  margin-right: 25px;
}

.plan:last-child {
  margin-right: 0;
}

.plan p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 70px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 180px;
  text-align: center;
  color: #33c2ff;
}

.number {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #33c2ff;
  font-size: 32px;
  display: block;
}

.plan-detail {
  color: #33c2ff;
  font-size: 21px;
  line-height: 1.2;
}

.plan:first-child:after {
  position: absolute;
  content: '';
  bottom: 15px;
  left: 40%;
  display: block;
  width: 38px;
  height: 30px;
  background-image: url(/contents/careerup/images/icon_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.plan:nth-child(2):after {
  position: absolute;
  content: '';
  bottom: 15px;
  left: 43%;
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(/contents/careerup/images/icon_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.plan:last-child:after {
  position: absolute;
  content: '';
  bottom: 15px;
  left: 42%;
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(/contents/careerup/images/icon_3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.law {
  margin: 0 auto 50px;
  text-align: center;
}

.law a {
  color: #005490;
  text-decoration: underline;
  position: relative;
}

.law a:after {
  position: absolute;
  content: '';
  top: 2px;
  left: 18.2em;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

hr.hr1 {
  border: none;
  border-bottom: 1px solid #cce0e9;
  margin: 0 50px 60px;
}

.skill {
  width: 780px;
  background: #ecf9ff;
  margin: 0 auto 60px;
  padding: 35px 50px 20px;
  box-sizing: border-box;
}

.skilllist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.skilllist li {
  width: 218px;
  margin-right: 12px;
  margin-bottom: 10px;
  border: 2px solid #44bef0;
  height: 52px;
  padding: 0 5px;
  background: #fff;
  display: table;
  text-align: center;
}

.skilllist li span {
  color: #38a3cf;
  line-height: 1.2;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
}

.skilllist li span span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.skilllist li:last-child {
  border: none;
  background: none;
  text-align: left;
  margin: 30px 0 0;
  height: 1em;
  color: #44bef0;
  font-size: 16px;
}

.skilllist li:nth-child(3n) {
  margin-right: 0;
}

.comp-area {
  background: #78d7ff;
  padding: 0 50px 30px;
}

.comp-ttl {
  padding-top: 130px;
  position: relative;
}

.comp-ttl:before {
  position: absolute;
  content: '';
  top: 40px;
  left: 42%;
  display: block;
  width: 124px;
  height: 77px;
  background-image: url(/contents/careerup/images/comp_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area-btn {
  display: flex;
  box-sizing: border-box;
}

.area-btn li {
  margin-right: 11px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
}

.area-btn li a {
  width: 208px;
  color: #005490;
  box-sizing: border-box;
  display: block;
  padding: 9px 0 7px;
  background: #fff;
  border: 2px solid #005490;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.area-btn li:last-child {
  margin-right: 0;
}

.area-btn li a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.area-btn li a:after {
  position: absolute;
  content: '';
  top: 13px;
  left: 88%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area-wrapp{
  margin-bottom:30px;
}

.area-ttl{
  color:#fff;
  font-size:26px;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:20px;
}

.comp-box-list{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.comp-box-list li{
  width:430px;
  background:#fff url(/contents/careerup/images/border_top.png) repeat-x;
  padding: 25px 20px 17px;
  margin-bottom:20px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

.comp-box-list li:nth-child(odd){
  margin-right:18px;
}

.comp-name{
  display:table;
  margin-bottom: 12px;
}

.comp-name dt,.comp-name dd{
  display:table-cell;
  vertical-align:middle;
}

.comp-name dt{
  height:60px;
}

.comp-name dt img{
  border:1px solid #ccc;
}

.comp-name dd{
  font-size:18px;
  font-weight:700;
  padding-left:10px;
  line-height:1.2;
}

.comp-box-list p{
  font-size:14px;
  margin-bottom:15px;
}

.detail-bt{
  font-size:16px;
  font-weight:700;
  text-align:center;

}

.detail-bt a{
  margin:0 auto;
  background: #2e92ed;
  color:#fff;
  width: 260px;
  display:block;
  border-radius:4px;
  padding:10px 22px 9px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  position:relative;
  box-sizing:border-box;
}

.detail-bt a:after {
  position: absolute;
  content: '';
  top: 12px;
  left: 79%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_bt.png);
  background-size: contain;
  background-repeat: no-repeat;
}



