@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 {

  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;
}


/*エントリー*/
#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;
}
