@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- html
- main_ttl
- container
- main_contents
-------------------------*/
/*=======================================
　main_ttl
=======================================*/
.main_ttl {
  background: center/cover url(../img/recruit/main.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .main_ttl {
    background: center/cover url(../img/recruit/main_sp.jpg) no-repeat;
  }
}

/*=======================================
　container
=======================================*/
.container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .container .inner {
    padding-right: 0;
  }
}

/*=======================================
	main_contents
=======================================*/
.main_contents {
  width: calc(100% - 100px);
  max-width: 1010px;
}
@media screen and (max-width: 768px) {
  .main_contents {
    width: 100%;
  }
}
.main_contents #recruit1 > p, .main_contents #recruit2 > p {
  font-size: 17px;
  letter-spacing: 0.1rem;
  line-height: 1.8823529412;
  margin-top: 21px;
}
@media screen and (max-width: 768px) {
  .main_contents #recruit1 > p, .main_contents #recruit2 > p {
    letter-spacing: 0.05em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8461538462;
    margin-top: 17.5px;
  }
}
.main_contents section:not(:last-of-type) {
  margin-bottom: 132px;
}
@media screen and (max-width: 768px) {
  .main_contents section:not(:last-of-type) {
    margin-bottom: 76px;
  }
}
.main_contents section .section_ttl {
  color: var(--main_navy);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.43;
  border-bottom: 2px solid var(--main_navy);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main_contents section .section_ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--main_navy);
  }
}
.main_contents section dl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main_contents section dl {
    margin-bottom: 30px;
  }
}
.main_contents section dl .line {
  font-size: 17px;
  letter-spacing: 0.1rem;
  line-height: 1.8823529412;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  border-bottom: 1px solid #B1B1B1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_contents section dl .line {
    letter-spacing: 0.05em;
    gap: 23px;
    padding: 17.5px 0;
  }
}
.main_contents section dl .line::after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: var(--main_navy);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main_contents section dl .line dt {
  width: 150px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main_contents section dl .line dt {
    width: 85px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
  }
}
.main_contents section dl .line dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .main_contents section dl .line dd {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 768px) {
  .main_contents section.dummy_sec {
    margin-bottom: 0;
  }
}
.main_contents section.dummy_sec .section_ttl {
  margin-bottom: 25px;
}
.main_contents section.dummy_sec p {
  font-size: 17px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .main_contents section.dummy_sec p {
    font-size: 13px;
  }
}/*# sourceMappingURL=recruit.css.map */