@charset "utf-8";

#career .cmn_area_catch {
  padding: 25px 0 10px 0;  
}

/* ===============================================
# sec_result
=============================================== */
.sec_result{
  background: #fbf3f6;
  padding-bottom: 60px;
}

/*結果ポイント---------------------*/
.sec_result .box_result_point {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.sec_result .box_result_point > dl {
  width: 30%;
  margin-left: 5%;
  position: relative;
  padding-bottom: 80px;
  height: auto;  
}
.sec_result .box_result_point > dl:first-child {
  margin-left: 0;
}
.sec_result .box_result_point > dl > dt {
  border-bottom: 1px solid #c4bec0;
  text-align: center;
  position: relative;
  padding: 0 0 21px 0;
  margin: 0 0 26px 0;
}
.sec_result .box_result_point > dl > dt > span {
  display: block;
  margin: -50px 0 0 14px;
  padding-bottom: 50px;
}
.sec_result .box_result_point > dl > dt > span img {
  width: 54px;
  margin: 0 0 0 -14px;
}
.sec_result .box_result_point > dl > dt > span::after {
  content: '';
  display: block;
  margin:10px auto 0 auto;
  text-align: right;
  width: 100px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sec_result .box_result_point .ttl {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.sec_result .box_result_point .ttl > em {
  color: #ec6d74;
}
.sec_result .box_result_point > dl .cmn_btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  font-size: 14px;
  font-size: 1.4rem;  
}
.sec_result .box_result_point > dl .cmn_btn span::after {
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: contain;
}
.sec_result .box_result_point .text {
  margin: 0 0 12px 0;
}


/*結果数値---------------------*/
.sec_result {
  margin-bottom: 50px;
}
.sec_result .area_result {
  background: #fefcfc;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0 10px 0;
  border-radius: 20px;
}
.sec_result .area_result .box_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.sec_result .area_result .box_ttl span {
  font-size: 15px;
  font-size: 1.5rem;
}
/* 結果-表 */ 
.sec_result .area_result .box_result_status {
  width: 390px;
  text-align: center;  
}
.sec_result .area_result  .result_status_img img {
  width: 336px;
}
/* 結果-パーセント */ 
.sec_result .area_result .box_result_num {
  width: calc(100% - 390px);
  padding:0 0 0 70px;
}
.sec_result .area_result .box_result_num > ul {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.sec_result .area_result .box_result_num > ul > li {
  text-align: center;
  float: left;
  width: 19%;
  margin:0 0.5% 30px 0.5%;
  line-height: 1.2;
}
.sec_result .area_result .box_result_num > ul > li:nth-child(5n+1) {
  clear: both;
}
.sec_result .area_result .box_result_num > ul> li > strong {
  display: block;
  line-height: 1.4;  
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_result .area_result .box_result_num > ul> li > span {
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;  
  display: block;  
}
.sec_result .area_result .box_result_num > ul> li > .result_num_this {
  font-size: 32px;
  font-size: 3.2rem;
}
.sec_result .area_result .box_result_num > ul> li > .result_num_this em {
  font-size: 50px;
  font-size: 5rem;
  color: #ec6d74;
  font-weight: normal;
}
.sec_result .area_result .box_result_num > ul> li > .result_num_all {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width :1350px) {
  .sec_result .box_result_point .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width :1200px) {
  .sec_result .box_result_point .ttl {
    font-size: 20px;
    font-size: 2rem;
  }  
  .sec_result .area_result .box_result_num {
      padding: 0 0 0 20px;
  }
}
@media screen and (min-width:1025px) and ( max-width:1200px) {
  .sec_result .area_result .box_result_num > ul > li {
    width: 24%;
  }
  .sec_result .area_result  .box_result_num > ul > li:nth-child(5n+1) {
    clear: none;
  }
  .sec_result .area_result .box_result_num > ul > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width :1024px) {
  .sec_result .box_result_point .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_result .box_result_point > dl .cmn_btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 19px 30px 19px 15px;  
  }  
  .sec_result .area_result {
    display: block;
  }  
  .sec_result .area_result  .box_result_num {
    padding: 0 10px;
    width: 100%;
  }
  .sec_result .area_result .box_result_status {
    width: 100%;
    text-align: center;
  }
  .sec_result .area_result .result_status_img {
    margin:15px 0 ;
  }
}
@media screen and (max-width :768px) {
  .sec_result {
    padding-bottom: 20px;  
    margin-bottom: 20px;
    margin-top: 30px;  
  }  
  .sec_result .box_result_point {
    flex-wrap: nowrap;
    padding-top:25px;   
    margin-top: 0;
  } 
  .sec_result .box_result_point .ttl {
    line-height: 1.4;
    margin-top: 30px;
  }  
  .sec_result .box_result_point > dl > dt {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .sec_result .box_result_point > dl {
    margin-left: 0;
    padding-bottom:50px;
  }
  .sec_result .box_result_point > dl > dt > span {
    padding-bottom: 0;
    margin: 0 0 0 7px;  
  }
  .sec_result .box_result_point > dl > dt > span img {
    width: 34px;
    margin: 0 0 0 -7px;
  }
  .sec_result .box_result_point > dl > dt > span::after {
    content: '';
    display: block;
    margin:5px auto 0 auto;
    text-align: right;
    width:65px;
    height: 1px;
    background-color: black;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }  
  .sec_result .box_result_point > dl .cmn_btn {
    max-width: 85%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 30px 12px 15px;  
  }
  .sec_result .area_result {
    margin-top: 25px;
    padding:25px 0 5px 0;
    border-radius: 10px;
  }  
  .sec_result .area_result .box_result_num > ul > li {
    width: 32.3%;
    margin: 0 0.5% 15px 0.5%;  
  }
  .sec_result .area_result  .box_result_num > ul > li:nth-child(5n+1) {
    clear: none;
  }
  .sec_result .area_result .box_result_num > ul > li:nth-child(3n+1) {
    clear: both;
  }

  .sec_result .area_result .box_ttl {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .sec_result .area_result .box_ttl span {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .sec_result .area_result .box_result_num > ul> li > strong {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_this {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_this em {
    font-size: 35px;
    font-size: 3.5rem;
    color: #ec6d74;
    font-weight: normal;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_all {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_result .area_result .result_status_img img {
    width: 250px;
  }
}
@media screen and (max-width :374px) {
  .sec_result .box_result_point .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }    
  .sec_result .area_result .box_result_num > ul> li > strong {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_this {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_this em {
    font-size: 33px;
    font-size: 3.3rem;
    color: #ec6d74;
    font-weight: normal;
  }
  .sec_result .area_result .box_result_num > ul> li > .result_num_all {
    font-size: 13px;
    font-size: 1.3rem;
  }
}


/* ===============================================
# sec_voice
=============================================== */
.sec_voice {
  background: #f7f7f7;
  text-align: center;
}
.sec_voice a {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.sec_voice .ttl img {
  width: 190px;
}
.sec_voice .ttl span {
  display:inline-block;
  border-top: 1px solid #80807f;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: -1px 0 0 0;
  padding: 8px 0 0 0;
}
.sec_voice .circle {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.sec_voice .text { 
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;  
  font-weight: bold;
}
.sec_voice .btn {
    display: block;
    width: 242px;
    margin: 15px auto 25px auto;
    padding: 12px 5px;
    border: solid 1px #999999;
    border-radius: 30px;
    line-height: 1.3;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #fff;
}
.sec_voice .btn span {
  content: "";
  display: inline-block;
  padding: 0 34px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;  
  background-size: 17px 5px;
}
.sec_voice .box_voice_link a {
  display: block;
  height:536px;
  background: url( "/career/img/bg_voice.jpg") no-repeat center center;
  background-size: cover;
}
.sec_voice .box_voice_link a:hover {
  background: url( "/career/img/bg_voice_ov.jpg") no-repeat center center;
  background-size: cover;
}
.sec_voice .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_voice .swiper-wrapper li {
  max-width: 360px;
}
.sec_voice .swiper_voice01,
.sec_voice .swiper_voice02{
  overflow: visible;
  width: 360px;
  margin: auto 0;
}
@media screen and (max-width :768px) {
  .sec_voice a {
      padding-top: 35px;
  }  
  .sec_voice .ttl img {
    width: 120px;
  }
  .sec_voice .ttl span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_voice .text {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .sec_voice .btn {
    width: 200px;
  }  
  .sec_voice .box_voice_link a {
    background-size:auto 269px ;
    height: 269px;
  }  
  .sec_voice .swiper_voice01,
  .sec_voice .swiper_voice02{
    width: 180px;
  }  
}



/* ===============================================
# sec_center
=============================================== */
.sec_center {
  padding: 100px 0;
}
.sec_center .area_center {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;  
}
/* センター画像 */ 
.sec_center .area_center .box_center_img {
  width:800px;
  text-align: center;
}
/* センター文字テキスト */ 
.sec_center .area_center .box_center_link {
  width: calc(100% - 800px);
  padding: 0 50px 0 0;
}
.sec_center .area_center .box_center_link .box_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 30px 0 25px 0;
  font-weight: bold;
}
.sec_center .area_center .box_center_link .box_ttl::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background-color: #df6b70;
}
.sec_center .area_center .box_center_link .ttl {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin:0 0 30px 0;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.sec_center .area_center .box_center_link .btn {
    display: block;
    width: 280px;
    margin: 30px 0 40px 0;
    padding: 12px 5px;
    border: solid 1px #999999;
    border-radius: 30px;
    line-height: 1.3;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #fff;
}
.sec_center .area_center .box_center_link .btn span {
  display: inline-block;
  padding: 0 34px 0 15px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;  
  background-size: 17px 5px;
}
.sec_center .area_center .box_center_link .btn:hover {
  opacity: 1;
  background-color: #ffebec;
}
@media screen and (max-width :1300px) {
  .sec_center .area_center .box_center_img {
    width:600px;
  }
  .sec_center .area_center .box_center_link {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width :1100px) {
  .sec_center .area_center .box_center_img {
    width:500px;
  }
  .sec_center .area_center .box_center_link {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width :1024px) {
  .sec_center {
    padding: 0;
  } 
  .sec_center .area_center .box_center_img {
    display: block;
    width: 100%;
  }
  .sec_center .area_center .box_center_link {
    width: 100%;
    padding: 0;
  }
  .sec_center .area_center .box_center_link .btn {
    margin: 15px auto 25px auto;    
  }  
}
@media screen and (max-width :768px) {
  .sec_center .area_center {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    display: block;
  } 
  .sec_center .area_center .box_center_link {
    width: 94.6%;
    padding: 0;
    margin: 0 auto;
  }
  .sec_center .area_center .box_center_link .box_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 30px 0 15px 0;  
  }   
  .sec_center .area_center .box_center_link .box_ttl::after {
    margin-top: 10px;
    width: 42px;  
    content: "";
  }
  .sec_center .area_center .box_center_link .ttl {
      font-size: 20px;
      font-size: 2rem;
      margin: 0 0 15px 0;  
  }
}


/* ===============================================
# 目指せる資格
=============================================== */
.box_qualification {
  padding-bottom: 50px;
}
.box_qualification .cmn_ttl02 {
  margin-top: 60px;
}
.box_qualification .cmn_ttl02:first-child {
  margin-top: 0;
}
.box_qualification .cmn_discList {
  margin-bottom: 0;  
}
.box_qualification .cmn_indent1 {
  margin: 10px 0 0 10px;  
}
.box_qualification .cmn_indent1 .gray {
  color: #999999;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}
.box_qualification table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box_qualification .cmn_indent1 {
    margin: 5px 0 15px 10px;
  }
}