@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright ©WAKO CORPORATION INC.

HTML CSS Selectors recruit info

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.information {
  padding: 138px 0 40px;
  background-color: #e5edf8;
}

.banner-wrap {
  padding: 130px 0 86px;
  margin-top: 0px;
  background-color: #fff;
}

.information-details {
  width: 1000px;
  margin: 0 auto 120px;
}
.information-details__ttl {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.information-details-list {
  display: flex;
  flex-wrap: wrap;
  padding: 58px 74px 90px;
  background-color: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.075em;
}
.information-details-list dt {
  width: 165px;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
}
.information-details-list dd {
  width: calc(100% - 165px);
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.information-details-list dd a {
  text-decoration: underline;
}
.information-details-list dd a.workplace {
  color: #2f6de5;
}

.information-details-list .btn {
  width: 395px;
  margin: 35px auto 0;
}
.information-details-list .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 75px;
  background-color: #e5edf8;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
.information-details-list .btn a::after {
  width: 26px;
  height: 8px;
  background-image: url(../img/recruit/icon_arrow.svg);
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}

.information-details-info {
  padding: 50px 0;
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #e1133e;
}




/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list .information-details-list {
  border: 1px solid #000;
  border-radius: 10px;
}


/*---------------------------------------------------------------------------------
ご相談＆エントリー
--------------------------------------------------------------------------------- */
.sec-ttl {
  margin-top: 160px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
}
.sec-ttl .en {
  display: block;
  padding-bottom: 16px;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2f6de5;
}

.entry {}
.entry-read {
  width: 480px;
  margin: 40px auto 70px;
  font-size: 16px;
  line-height: 2.18;
}
.entry-wrap {
  display: flex;
}
.entry-img {
  width: 50%;
  height: 500px;
}
.entry-inner {
  width: 50%;
  padding: 70px 0 0 70px;
  background-color: #e5edf8;
  position: relative;
  overflow:hidden;
}
.entry-inner::after {
  font-family: var(--font-en);
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 68px;
  content:"ENTRY";
}
.entry-inner dl {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.entry-inner dt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 70px;
  height: 38px;
  background-color: #97b7ee;
  margin-right: 30px;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.entry-inner dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  margin-bottom: 80px;
}
.entry-inner dd .tel {
  width: 100%;
  padding-bottom: 15px;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
.entry-inner dd .note {
  font-size: 15px;
  line-height: 1;
}
.entry-inner dd .qr-txt {
  margin-right: 25px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}
.entry-inner dd .qr {
  width: 100px;
  position: relative;
  top: -20px;
}

.entry-inner dd .form-btn {
  width: 380px;
}
.entry-inner dd .form-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 65px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  top: -13px;
}
.entry-inner dd .form-btn a::after {
  width: 26px;
  height: 8px;
  background-image: url(../img/recruit/icon_arrow.svg);
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}


