﻿@charset 'utf-8';
/* ============================
display: none
============================ */
.pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }
}
/* ============================
BOX
============================ */
.careSecBox {
  margin: 0 auto 100px;
  max-width: 1000px;
}
.careSecBox:last-child {
  margin-bottom: 200px;
}
.careSecBoxPjt:last-child {/*project*/
  margin-bottom: 
      120px;
}

@media screen and (max-width: 768px) {
  .careSecBox {
    margin: 0 auto 60px;
    width: 100%;
  }
}
/* ============================
ページタイトル
============================ */
.carePagettlWrap {
  position: relative;
  margin-bottom: 70px;
}
.carePagettlWrap::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  display: block;
  width: 77px;
  height: 6px;
  background: #0e66b5;
  content: '';
}
.carePagettlMain {
  position: relative;
  padding-bottom: 8px;
}
.carePagettlMain .en {
  position: absolute;
  left: -15px;
  color: #99c2e1;
  white-space: nowrap;
  letter-spacing: -.02em;
  font-weight: bold;
  font-size: 11.6rem;
  line-height: .82;
  opacity: .2;
}
.carePagettlMain .jp {
  display: block;
  padding-top: 77px;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
}
.carePagettlLead {
  padding-bottom: 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .carePagettlWrap {
    margin-bottom: 60px;
  }
  .carePagettlMain {
    padding-bottom: 4px;
  }
  .carePagettlMain .en {
    font-size: 7.5rem;
  }
  .carePagettlMain .jp {
    padding-top: 40px;
    font-size: 3rem;
  }
  .carePagettlMain::after {
    bottom: 0;
  }
  .carePagettlLead {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}

/* ============================
コンテンツ内ナビ
============================ */
.careNavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  margin-bottom: 80px;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.careNavBox li {
  border: 1px solid #fff;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.careNavBox.line1 li {
  width: 25%;
  height: 116px;
}
.careNavBox.line2 li {
  width: 32%;
  height: 100px;
}
.careNavBox li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 4px 32px 4px 16px;
  height: 100%;
  background: #ddd;
  font-size: 14px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.careNavBox li a::after {
  position: absolute;
  top: 47%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: solid 2px #0166b6;
  border-right: solid 2px #0166b6;
  content: '';
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.careNavBox li a:hover {
  opacity: .7;
  -webkit-transition: .2s;
          transition: .2s;
}
@media screen and (max-width: 768px) {
  .careNavBox {
    display: block;
  }
  .careNavBox.line1 li,
  .careNavBox.line2 li {
    width: 100%;
    height: auto;
  }
  .careNavBox li a {
    -ms-flex-pack: start;
    padding: 4px 40px 4px 16px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .careNavBox li a::after {
    top: 30%;
  }
}


/* ============================
セクションタイトル
============================ */
.careSecTtl {
  position: relative;
  margin-bottom: 40px;
  color: #0166b6;
  font-size: 32px;
}

.careSecTtl::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 77px;
  height: 4px;
  background: #0e66b5;
  content: '';
}
@media screen and (max-width: 768px) {
  .careSecTtl {
    font-size: 20px;
  }
}
/* ============================
Floatテキストボックス
============================ */
.careFloatBox {
  overflow: hidden;
}
.careFloatBox p + p {
  margin-top: 24px;
}
.careFloatRight {
  float: right;
  margin: 0 0 24px 24px;
}
.careFloatLeft {
  float: Left;
  margin: 0 24px 24px 0;
}

.people a{
display:inline-block; 
margin: 0 15px 50px 0;  
}


@media screen and (max-width: 768px) {
  .careFloatRight,
  .careFloatLeft {
    display: block;
    float: none;
    margin: 0 auto 16px;
  }

    
}

/* ============================
ボタン　スクエア
============================ */
#topRecruitInfo .trBlock{
  justify-content: center;
}

#topRecruitInfo .trBlock span.comming,
#topRecruitInfo .trBlock a{
  display: block;
  width: 50%;
  border: 1px solid #BCBCBC;
  color: #0E66B5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  transition: 0.3s;
}

#topRecruitInfo .trBlock span.comming{
  color: #999;
}

#topRecruitInfo .trBlock a:hover{
  background-color: #0E66B5;
  color: #fff;
}

#topRecruitInfo .trBlock a:hover::after{
  border-color: #fff;
}

#topGroupLink .topGroupRecruitLink{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
#topRecruitInfo{
  margin-bottom: 50px;
}

#topRecruitInfo .trBlock{
  display: block;
}

#topRecruitInfo .trBlock span.comming, 
#topRecruitInfo .trBlock a{
  width: 100%;
  border-radius: 39px;
  text-align: center;
  transition: 0.2s;
  height: auto;
  padding: 26px;
  border: 1px solid #B8BEC3;
  margin-bottom: 10px;
}

#topRecruitInfo .trBlock .text2line{
  padding: 23px 26px !important;
  line-height: 1.2;    
    }
     
    }


/* ============================
2blocks
============================ */
.tcBlockImage {
    width: 40% !important;
}
@media screen and (max-width: 768px) {
.tcBlockImage {    
width: 100% !important;
padding-right: 10px !important;
}
}
/* ============================
section
============================ */
#topproject,
#topratio
{margin: 0 auto 100px;}
@media screen and (max-width: 768px) {
#topproject,
#topratio
{margin: 0 auto 70px;}
}