@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
  padding-bottom: 145px;
  background-image: url(../images/recruit-bg.jpg);
  background-position: bottom;
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

#lead {
  width: 500px;
  height: 60px;
  margin: 15px 0;
  background-image: url(../images/lead.jpg);
}

#contents01 {
  width: 510px;
  height: 116px;
  margin-bottom: 20px;
  background-image: url(../images/recruit_01.jpg);
}

#contents01 p {
  padding: 30px 140px 10px 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
}

/*
#contents02 {
  width: 500px;
  height: 125px;
  margin-left: 5px;
  background-image: url(../images/recruit_02.png);
}

#contents02 p {
  padding: 60px 40px 0 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
}
*/
#contents02 {

  margin-left: 10px;
  width: 485px;
  padding: 15px 20px 10px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

#contents02 h3 {
  background-color: #CBC5AD;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents02 h3 span {
  color: #fff;
  background-color: #0081a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.03em;
  white-space: nowrap;
  width: 190px;
}

#contents02 p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
}


#message {
  /* width: 500px; */
  width: 485px;
  margin: 30px 0 40px 5px;
  font-size: 14px;
}

/*
#message h3 {
  margin-bottom: 20px;
}
*/

#message h3 {
  background-color: #c9c3ab;
  margin-bottom: 20px;
}

#message h3 span  {
  color: #fff;
  /*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  width: 190px;
}

#message p {
  margin-bottom: 1em;
  padding: 0 20px 0 10px;
  font-size: 14px;
}

/*20200827追加*/

/*ワークライフバランス（先輩の声・福利厚生）*/
#work-life {
  background-color: #efeae4;
  margin: 25px 20px 25px 10px;
  padding: 10px;
}

#work-life h3 {
  color: #fff;
/*  background-color: #00757f;*/
  background-color: #0081a3;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
  padding: 8px;
}

.work-life-list {
  /* margin-top: 15px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-life-list li {
  width: 49%;
  margin-top: 15px;
}

.work-life-list li h4 {
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
}

.work-life-list li h4::before {
  color: rgba(255, 226, 3, 1);
  content: "■";
  display: inline-block;
  margin-right: 3px;
}

.work-life-list .work-life-button p {
  font-weight: bold;
}

.work-life-list .work-life-button > img {
  width: 100%;
  height: auto;
}

.work-life-list .work-life-button:hover {
  opacity: 0.7;
}
/*
.work-life-list .work-life-button {
  color: #fff;
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #31271b;
  margin-top: 5px;
  border-radius: 5px;
  cursor: pointer;
}
  */

/*出身校*/
#alma-mater {
  padding: 0 20px 0 10px;
  margin-bottom: 50px;
}

#alma-mater .alma-mater-list-title {
  color: #fff;
  font-weight: bold;
/*  background-color: #00757f;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 16px;
}
#alma-mater .alma-mater-list-title > span {
  color: #ffee00;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}

.alma-mater-list {
  padding: 5px;
  width: 100%;
  border-collapse: collapse;
}

.alma-mater-list th,
.alma-mater-list td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

#alma-mater span.for-order {
  margin: 10px 0 0;
  display: block;
  text-align: right;
}

/*募集概要*/
.guidelines {
  margin: 25px 20px 25px 10px;
}

.guidelines h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

.guidelines h3 span {
  color: #fff;
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.guidelines-list {
  border-collapse: collapse;
}
.guidelines-list tr {
  border-top: 1px solid #c9c3ab;
}
.guidelines-list tr:last-of-type {
  border-bottom: 1px solid #c9c3ab;
}
.guidelines-list th {
  background-color: #efeae4;
  padding:7.5px 0 7.5px 7px;
  font-weight: bold;
  vertical-align: middle;
  width: 71px;
  /* text-align: center; */
  text-align: left;
}
.guidelines-list td {
  padding:7.5px 0 7.5px 7.5px;
  width: calc(100% - 76px);
}
.guidelines-list .detail-list {
  display: flex;
  flex-wrap: wrap;
}
.guidelines-list .detail-list dt {
  width: 13em;
  line-height: 1.2;
}
.guidelines-list .detail-list dd {
  width: calc(100% - 14.5em);
  margin-left: 1.5em;
  text-indent: -1.25em;
  line-height: 1.2;
}

/*福利厚生*/
.benefit-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.benefit-detail > dt {
  width: 5em;
  line-height: 1.3;
  margin:5.5px 0;
}
.benefit-detail > dd {
  width:calc(100% - 5em);
  line-height: 1.3;
  margin:5.5px 0;
}

/*営業*/
#sales {
  background-color: #efeae4;
  margin: 25px 20px 25px 10px;
  padding: 10px;
}
#sales h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

#sales h3  span  {
  color: #fff;
  /*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  width: 250px;
}
#sales p {
  /* color: #fff;
  background-color: #0081a3; */
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6em;
  text-align: justify;
  margin-bottom: 20px;
}

.sales-list-title {
/*  color: #00757f;*/
  color: #0081a3;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.sales-list {
  border-collapse: collapse;
}

.sales-list th {
/*  color: #00757f;*/
  color: #0081a3;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  padding: 20px 8px;
  /* text-align: center; */
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border-top: 1px solid #efeae4;
  position: relative;
}
.sales-list th::before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 226, 3, 1) rgba(255, 226, 3, 0) rgba(255, 226, 3, 0) rgba(255, 226, 3, 1);
  top: 1px;
  left: 1px;
}

.sales-list td {
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 5px 15px 15px;
  font-size: 13px;
  border-top: 1px solid #fff;
}

/*営業職に向いている方*/
#suited {
  margin: 25px 20px 25px 10px;
}

#suited h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

#suited h3 span {
  color: #fff;
/*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.suited-list {}
.suited-list li {
  margin-top: 25px;
}

.suited-list li h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

.suited-list li h4::before {
/*  color: #aad255;*/
  color: #0081a3;
  content: "■";
  display: inline-block;
}

.suited-list li p {
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}

/*エントリー*/
#entry {
  width: 480px;
  height: 120px;
  margin: 25px 20px 25px 10px;
  border-radius: 5px;
  background-image: url(../images/entry-btn-bg.jpg);
  border: 5px solid #0081a3;
  box-sizing: border-box;
}

.entry-btn {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
/*  text-shadow: 0 5px 5px #00757f;*/
  text-shadow: 0 5px 5px #0081a3;
  background-color: rgba(0, 129, 163, 0.44);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

a.entry-btn:hover {
  text-decoration: none;
  background-color: rgba(0, 129, 163, 0.06);
}

/**/
/*------------------------------------------------
  Numbers
------------------------------------------------*/

#number {
  margin: 25px 20px 25px 10px;
}

#number h3 {
  background-color: #c9c3ab;
  margin-bottom: 20px;
}

#number h3 span  {
  color: #fff;
  /*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
}

#number p {
  margin-bottom: 1em;
  padding: 0 20px 0 10px;
  font-size: 14px;
}
.number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.number-item {
  width: calc(50% - 50px);
  border-radius: 20px;
  position: relative;
  /* margin:20px 0; */
  padding:20px 20px 30px;
  background-color: #efefef;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  position: relative;
}

.number-item .date {
  display: block;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 10px;
}

.number-item.wide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.number-item-title {
  color: #ffffff;
  background-color: #0081a3;
  display: inline-block;
  padding:5px 15px;
  position: absolute;
  font-size: 14px;
  font-weight: 900;
  top: 0;
  left: 0;
}

.number-item-icon {
  padding: 25px 30px 0;
  box-sizing: border-box;
}

.number-item-icon,
.number-item-icon > img {
  width: 100%;
}

.number-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 15px 0;
}

.number-item.wide .number-item-inner {
  width: calc(50% - 20px);
  margin: 0;
}
.number-item.wide .number-item-inner .number-item-icon {
  margin-bottom: 20px;
}
#number .number-item.wide p.number-text {
  margin-top: 20px;
}

/*数値*/
.number-item-inner .value {
  color: #0081a3;
  display: block;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  /* letter-spacing: -0.06em; */
  line-height: 1;
  margin: 0 5px;
  margin-bottom: -1%;
}

/*単位*/
.number-item-inner .unit {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

#number p.number-text {
  margin: 0;
  padding: 0;
}

.formula {
  margin-top: 10px;
}
.formula dt {
  color: #0081a3;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.formula dd {
  color: #0081a3;
  font-size: 13px;
  line-height: 1.5;
}

.number-item.wide .formula {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.number-item.wide .formula dt {
  width: 4em;
}
.number-item.wide .formula dd {
  width: calc(100% - 5em);
  margin-left: auto;
}
