@charset "UTF-8";
/*============================================================
	RECRUIT
============================================================*/
/*------------------------------------------------------------
	PAGE TITLE
------------------------------------------------------------*/
.pageTitle {
  background: url("../img/recruit/bg_recruit_01.png") center center / cover no-repeat;
  height: 480px;
}
/*------------------------------------------------------------
	BACK GROUND
------------------------------------------------------------*/
.mainBg {
  position: absolute;
  /*height: 360px;*/
  height: 400px;
  width: 53.5%;
  top: 480px;
  left: 0;
  background: linear-gradient(90deg, #b8ebf2, #e4f4f8);
  border-radius: 0 20px 20px 0;
  z-index: -1;
  display: block;
}
.messageBg {
  position: absolute;
  height: 240px;
  width: 72%;
  top: 540px;
  left: 36%;
  background: linear-gradient(90deg, #f3f7fd, #e6f0fb);
  border-radius: 20px 0 0 20px;
  z-index: -1;
  display: block;
}
@media all and (max-width: 896px) {
.mainBg {
  height: 180px;
  width: 53.5%;
  top: 120px;
}
}
/*------------------------------------------------------------
	MESSAGE
------------------------------------------------------------*/
#message {
  position: relative;
  padding-top: 80px;
}
#message .content {
  width: 720px;
}
#message p {
  line-height: 3.2em;
  padding-bottom: 80px;
}
.messageImg {
  width: 70%;
  height: 360px;
  background: url("../img/recruit/bg_recruit_02.png") no-repeat center center/ cover;
  border-radius: 0 20px 20px 0;
}
#main ul {
  padding: 0 15px;
}
#main li {
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  h3.message {
    padding-bottom: 25px;
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  h3.message::after {
    width: 40px;
  }
  #message .content {
    width: auto;
  }
  #message p {
    line-height: 2.4em;
    padding-bottom: 0;
  }
  #main p {
    font-size: 1.2rem;
  }
  #main p.lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .messageImg {
    width: 90%;
    height: 200px;
    border-radius: 0 16px 16px 0;
  }
  #main ol {
    padding: 0;
  }
  #main ul {
    padding: 0 5px;
  }
  #main li {
    font-size: 1.2rem;
  }
  .photo {
    width: auto;
    padding-bottom: 16px;
  }
}
/*------------------------------------------------------------
	REQUIREMENT
------------------------------------------------------------*/
#requirement {
  position: relative;
  padding: 110px 0 100px;
  border-bottom: 1px solid #dadada;
}
#requirement p {
    margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  #requirement {
    padding: 60px 0 50px;
  }
  #requirement p {
    margin-bottom: 0;
    }
}
/*------------------------------------------------------------
	CAREER
------------------------------------------------------------*/

#career a {
  color: #2355a7;
}
#career a:hover {
  border-bottom: solid 1px;   
  transition: .1s;
}
#humanresources_and_payroll,
#accounting {
    padding: 80px 0;
}
@media all and (max-width: 896px) {
    #humanresources_and_payroll,
    #accounting {
    padding: 40px 0;
    }
}
/*------------------------------------------------------------
	FLEXTIME
------------------------------------------------------------*/
#flextime {
  position: relative;
  padding: 110px 0 100px;
  background: #e9f8ff;
}
#flextime h4 {
  margin: 36px 0 0;
}
#flextime p {
  display: block;
  padding-bottom: 30px;
}
#flextime p.usageImage {
  font-weight: 500;
  color: #0053a7;
  letter-spacing: 0.1em;
  padding: 48px 0 24px;
}
@media all and (max-width: 896px) {
  #flextime {
    padding: 60px 0 50px;
  }
}
/*------------------------------------------------------------
	INTERVIEW
------------------------------------------------------------*/
.ivContent {
  position: relative;
  padding: 110px 0 100px;
  background: #fff;
}
.ivContent .mainBox {
  width: 640px;
}
.ivContent .box {
  display: block;
  margin-right: 48px;
}
.ivContent .box:last-child {
  margin-right: 0;
}
.ivContent .box img {
  border-radius: 0 0 20px 0;
  transition: transform .3s ease-in-out;
}
.ivContent .box img:hover {
  transform: rotate(2deg);
  box-shadow: 0 0 15px 0 #ccc;
}
.ivContent p.lead {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #1264c0;
  margin: 20px 0;
}
.ivContent p.group {
  color: #333;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.ivContent p.name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #333;
}
@media all and (max-width: 896px) {
  .ivContent {
    padding: 60px 0 50px;
  }
  .ivContent .mainBox {
    width: auto;
  }
  .ivContent .box, .ivContent .box:last-child {
    display: block;
    margin: 0 auto 30px;
    width: 80%;
  }
  .ivContent p {
    font-size: 1.4rem !important;
  }
  .ivContent p.lead {
    font-size: 1.6rem !important;
    margin: 20px 0 10px;
  }
  .ivContent p.group {
    margin: 0;
    padding: 0;
  }
  .ivContent p.name {
    font-size: 3.0rem !important;
    line-height: auto;
    margin: 0;
  }
}
/*------------------------------------------------------------
	CROSS TALK
------------------------------------------------------------*/
.ctContent {
  position: relative;
  padding: 110px 0 100px;
  background: #b8ebf2;
}
.ctContent .headLine04 {
  padding-top: 30px;
  font-size: 2.0rem;
}
.ctContent p {
  padding: 0 20px;
}
.ctContent .mainBox .photo {
  overflow: hidden;
  height: 200px;
}
.ctContent a img {
  transition: 0.3s;
}
.ctContent a:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 896px) {
  .ctContent {
    padding: 60px 0 50px;
  }
  .ctContent .headLine04 {
    padding: 10px 0 24px;
  }
    .ctContent .mainBox .photo {
        height: auto;
    }
}
/*------------------------------------------------------------
	TABLE
------------------------------------------------------------*/
#main table.recruit th, #main table.recruit td {
  border-top: 1px dotted #969696;
  border-bottom: 1px dotted #969696;
}
#main table.recruit th {
  width: 200px;
}
#main table.recruit td {
  width: 780px;
}
#main table ul {
  padding: 0;
}
@media all and (max-width: 896px) {
  #main table.recruit th, #main table.recruit td {
    width: auto;
  }
  #main table.recruit, #main table.recruit th {
    border: none;
  }
  #main table.recruit td {
    border-top: none;
  }
}