@charset "UTF-8";
/*メインビジュアル*/
.mv .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .mv .splide__slide img {
    max-width: 1080px;
  }
}
.mv .mv_catch {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px) {
  .mv .mv_catch {
    margin-left: 60px;
  }
}
.mv .mv_catch_en {
  font-size: 3.3rem;
  color: #114591;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .mv .mv_catch_en {
    margin-left: 60px;
    margin-bottom: 35px;
  }
}
.mv .splide__frontpage {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

section:not(.front_philosophy) .content_wrap.flex {
  gap: 0;
  justify-content: flex-start;
}
@media screen and (min-width: 1100px) {
  section:not(.front_philosophy) .content_wrap .left {
    width: 32.79%;
    max-width: 240px;
  }
}
@media screen and (min-width: 1100px) {
  section:not(.front_philosophy) .content_wrap .right {
    width: 67.21%;
    max-width: 760px;
  }
}

.front_philosophy {
  padding: 20px 0;
}
@media screen and (min-width: 1100px) {
  .front_philosophy {
    padding: 100px 0;
  }
}
.front_philosophy .content_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 70px;
}
@media screen and (max-width: 1099px) {
  .front_philosophy .content_wrap {
    text-align: center;
  }
  .front_philosophy .content_wrap .left {
    text-align: center;
  }
}
.front_philosophy .content_wrap .right .catch {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .front_philosophy .content_wrap .right .catch {
    text-align: left;
  }
}

.philosophy .content_wrap .left {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .philosophy .content_wrap .left {
    margin-bottom: 20px;
  }
}
.philosophy .content_wrap .right {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .philosophy .content_wrap .right {
    width: calc(100% - 300px);
  }
}
.philosophy .content_wrap .right .title_box {
  border-left: 3px solid #114591;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .philosophy .content_wrap .right .title_box {
    margin-bottom: 48px;
  }
}
.philosophy .content_wrap .right .title_box h2.title {
  font-size: 1.6rem;
}
.philosophy .content_wrap .right .top_sign {
  font-size: 1.6rem;
  font-weight: 600;
}
.philosophy .content_wrap .right .top_sign span {
  font-size: 1.2rem;
  padding-right: 20px;
}

/*技術工事紹介*/
.construction .flex.inner {
  justify-content: flex-start;
}
@media screen and (min-width: 1100px) {
  .construction .flex.inner .left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* 固定開始位置。ヘッダー高さに応じて調整 */
    align-self: flex-start; /* Flexレイアウト下で必要な場合あり */
  }
}
.construction .flex.inner .left p {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 12px;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .construction .flex.inner .left {
    max-width: 300px;
    width: 32.79%;
  }
  .construction .flex.inner .left ol {
    margin: 0;
    padding: 0;
  }
  .construction .flex.inner .left ol li {
    counter-increment: number;
  }
  .construction .flex.inner .left ol li::before {
    content: counter(number, decimal-leading-zero);
    color: #bababa;
    font-size: 1.6rem;
    display: inline-block;
    padding-right: 8px;
    transition: color 0.3s ease;
  }
  .construction .flex.inner .left ol li a {
    color: #bababa;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .construction .flex.inner .left ol li a.is-active {
    font-weight: bold;
    color: #231815;
    text-decoration: underline;
  }
  .construction .flex.inner .left ol li a.is-active::before {
    color: #26499d;
  }
  .construction .flex.inner .left ol li > a.is-active + .construction .flex.inner .left ol li::before {
    color: #26499d;
  }
  @supports selector(:has(*)) {
    .construction .flex.inner .left ol li:has(a.is-active)::before {
      color: #26499d;
    }
  }
}
@media screen and (min-width: 1100px) {
  .construction .flex.inner .right {
    max-width: 650px;
    width: 67.21%;
  }
}
.construction .flex.inner .right .title_box {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  align-items: anchor-center;
}
@media screen and (max-width: 767px) {
  .construction .flex.inner .right .title_box {
    margin-bottom: 6%;
  }
}
.construction .flex.inner .right .title_box .title_num {
  margin-bottom: 0;
}
.construction .flex.inner .right .title_box .left-tit {
  color: #114591;
  font-size: clamp(6rem, 4vw, 7.4rem);
  padding-right: 10px;
  font-weight: 500;
  font-family: "future", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .construction .flex.inner .right .title_box .left-tit {
    padding-right: 20px;
  }
}
.construction .construction-wrap {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .construction .construction-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
  }
  .construction .construction-wrap:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.construction .construction-wrap .title_box {
  margin-bottom: 40px;
}
.construction .construction-wrap::after {
  content: "";
  display: block;
  transform: rotate(5deg);
  background: #114591;
  height: 1px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .construction .construction-wrap::after {
    margin-bottom: 60px;
  }
}
.construction .construction-wrap:nth-of-type(2n)::after {
  transform: rotate(-5deg);
}
.construction .construction-wrap:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1100px) {
  .construction .construction-wrap .construction-leftbox,
.construction .construction-wrap .construction-rightbox {
    width: calc(50% - 15px);
  }
}
.construction .construction-wrap .construction-leftbox * {
  text-align: left;
}
.construction .construction-wrap .construction-leftbox .con_tit {
  border-left: 3px solid #114591;
  color: #231815;
  font-size: 1.8rem;
  padding-left: 20px;
}
.construction .construction-wrap .construction-leftbox .con_txt {
  font-size: 1.3rem;
  line-height: 1.8;
}
.construction .construction-wrap .construction-leftbox span {
  color: #114591;
  font-size: 1.5rem;
  display: block;
}
.construction .construction-wrap .construction-leftbox .manufacturer {
  background: #efefef;
  padding: 20px;
}
.construction .construction-wrap .construction-leftbox .manufacturer h4 {
  text-align: center;
  margin-bottom: 10px;
  color: #114591;
}
.construction .construction-wrap .construction-leftbox .manufacturer h5 {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .construction .construction-wrap .construction-leftbox .manufacturer .colum2 {
    display: flex;
    justify-content: space-between;
  }
  .construction .construction-wrap .construction-leftbox .manufacturer .colum2 .left {
    width: 50%;
  }
  .construction .construction-wrap .construction-leftbox .manufacturer .colum2 .right {
    width: 50%;
  }
}
.construction .construction-wrap .construction-leftbox .manufacturer ul {
  font-size: clamp(1.2rem, 4vw, 1.2rem);
}
@media screen and (min-width: 1100px) {
  .construction .construction-wrap .construction-leftbox .manufacturer ul:not(.no-flex) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .construction .construction-wrap .construction-leftbox .manufacturer ul:not(.no-flex) li {
    width: 50%;
  }
}
.construction .construction-wrap .construction-leftbox .manufacturer ul li::before {
  content: "■";
  color: #114591;
  padding-right: 5px;
  font-size: 0.6rem;
}
.construction .construction-wrap .construction-rightbox img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .construction .construction-wrap .construction-rightbox img {
    margin: 8% 0;
  }
}
.construction .construction-wrap .construction-onecolum {
  width: 100%;
}
.construction .construction-wrap .construction-onecolum .con_tit {
  border-left: 3px solid #114591;
  color: #231815;
  font-size: 1.8rem;
  padding-left: 20px;
  text-align: left;
}
.construction .construction-wrap .construction-onecolum .con_txt {
  font-size: 1.3rem;
  line-height: 1.8;
}
.construction .construction-wrap .construction-onecolum span {
  color: #114591;
  font-size: 1.5rem;
  display: block;
}
.construction .construction-wrap .construction-onecolum .manufacturer {
  background: #fff;
  padding: 0px;
}
.construction .construction-wrap .construction-onecolum .manufacturer h4 {
  text-align: center;
  margin-bottom: 10px;
  color: #114591;
}
.construction .construction-wrap .construction-onecolum .manufacturer ul {
  font-size: clamp(1.2rem, 4vw, 1.2rem);
}
.construction .construction-wrap .construction-onecolum .manufacturer ul li {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  font-weight: 600;
  position: relative;
  padding-left: 2rem;
}
.construction .construction-wrap .construction-onecolum .manufacturer ul li span {
  color: #231815;
  font-size: clamp(1.3rem, 4vw, 1.4rem);
}
.construction .construction-wrap .construction-onecolum .manufacturer ul li::before {
  content: "⚫︎";
  left: 0;
  position: absolute;
  color: #114591;
  padding-right: 5px;
  font-size: clamp(1.6rem, 4vw, 1.4rem);
}
.construction .construction-wrap .construction-onecolum .msg {
  padding: 20px 40px;
  border: 2px solid #114591;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
}
@media screen and (min-width: 1100px) {
  .construction .construction-wrap .construction-onecolum .msg {
    padding: 20px 90px;
  }
}
.construction .box_2n .construction-wrap::after {
  transform: rotate(-5deg);
}
.construction .box_2n .construction-wrap:nth-of-type(2n)::after {
  transform: rotate(5deg);
}

body.construction01 .construction .flex.inner .left ol {
  counter-reset: number 0; /* 01〜 */
}

body.construction02 .construction .flex.inner .left ol {
  counter-reset: number 3; /* 04〜 */
}

body.construction03 .construction .flex.inner .left ol {
  counter-reset: number 6; /* 07〜 */
}

body.construction04 .construction .flex.inner .left ol {
  counter-reset: number 9; /* 10〜 */
}

body.construction05 .construction .flex.inner .left ol {
  counter-reset: number 10; /* 11〜 */
}

body.construction06 .construction .flex.inner .left ol {
  counter-reset: number 12; /* 13〜 */
}

.construction .flex.inner .left ol li {
  counter-increment: number;
}

.construction .flex.inner .left ol li::before {
  content: counter(number, decimal-leading-zero);
  color: #bababa;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 8px;
  transition: color 0.3s ease;
}

/*会社概要*/
#infomation,
#partners {
  margin-top: 60px;
  counter-increment: count;
}
@media screen and (min-width: 1100px) {
  #infomation,
#partners {
    margin-top: 100px;
  }
}
#infomation h3,
#partners h3 {
  margin-bottom: 40px;
}
#infomation h3::before,
#partners h3::before {
  content: counter(count, decimal-leading-zero);
  color: #114591;
}

#infomation dl {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  #infomation dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
  }
}
#infomation dl dt,
#infomation dl dd {
  padding: 12px 0;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
@media screen and (min-width: 1100px) {
  #infomation dl dt:last-of-type,
#infomation dl dd:last-of-type {
    border-bottom: 1px solid #c9caca;
  }
}
@media screen and (min-width: 1100px) {
  #infomation dl dt,
#infomation dl dd {
    padding: 25px 0;
    display: flex;
    align-items: center;
  }
}
#infomation dl dt {
  border-top: 1px solid #c9caca;
}
@media screen and (max-width: 767px) {
  #infomation dl dt {
    padding-bottom: 12px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1100px) {
  #infomation dl dt {
    max-width: 90px;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  #infomation dl dd {
    padding-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  #infomation dl dd {
    border-top: 1px solid #c9caca;
    max-width: 510px;
    width: 85%;
  }
}
#infomation dl dd li {
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #infomation dl dd li {
    margin-bottom: 14px;
  }
}
#infomation dl dd li::before {
  content: "■";
  color: #114591;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #infomation dl dd li::before {
    position: absolute;
    left: -0.2rem;
    top: 0.6rem;
  }
}
@media screen and (min-width: 1100px) {
  #infomation dl dd li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

#partners ul {
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 25px 0;
}
#partners ul li {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
}
#partners ul li::before {
  content: "■";
  color: #114591;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*お問い合わせ*/
.wpcf7-form {
  font-size: 1.5rem;
}

.contact main {
  background: #efefef;
}

.wpcf7-form {
  border: 1px solid #c9caca;
  padding: 0 20px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .wpcf7-form {
    padding: 50px;
  }
}

.wp-block-contact-form-7-contact-form-selector {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector::before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  top: -15px;
  background: #efefef;
  left: 34px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .wp-block-contact-form-7-contact-form-selector::before {
    width: 532px;
  }
}
.wp-block-contact-form-7-contact-form-selector::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  bottom: -15px;
  background: #efefef;
  left: 34px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .wp-block-contact-form-7-contact-form-selector::after {
    width: 532px;
  }
}

.wpcf7-spinner {
  width: 0 !important;
  height: 0 !important;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 8px 10px 22px;
}
@media screen and (min-width: 1100px) {
  .contact-form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px 65px;
  }
}
.contact-form .contact-wrap > p {
  font-weight: 600;
  border: 1px solid #c9caca;
  border-top: none;
  padding: 0 20px 12px 20px;
  margin: 16px auto 33px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .contact-form .contact-wrap > p {
    padding: 0 60px 40px 60px;
    margin: 50px auto 100px;
  }
}
.contact-form .contact-wrap > p::after {
  content: "";
  display: block;
  width: 2px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 33px;
}
@media screen and (min-width: 1100px) {
  .contact-form .contact-wrap > p::after {
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .contact-form dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-form dt,
.contact-form dd {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1100px) {
  .contact-form dt,
.contact-form dd {
    padding: 20px 0 0;
  }
}
.contact-form dt:last-of-type,
.contact-form dd:last-of-type {
  padding: 0;
}
.contact-form dt {
  width: 30%;
  max-width: 175px;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: -0.12rem;
}
.contact-form dt:last-of-type {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-form dt {
    width: 100%;
    padding: 20px 0 4px;
  }
}
.contact-form dt.w100 {
  width: 100%;
}
.contact-form dt .hissu,
.contact-form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ccc;
}
.contact-form dt .hissu {
  background: rgb(181, 19, 19);
}
.contact-form dd {
  width: 70%;
  max-width: 425px;
}
@media screen and (max-width: 767px) {
  .contact-form dd {
    width: 100%;
  }
}
.contact-form dd.w100 {
  width: 100%;
  max-width: 600px;
}
.contact-form dd.w100 textarea {
  width: 100%;
}
.contact-form dd .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .contact-form dd .wpcf7-list-item label {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .contact-form dd .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}
.contact-form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #c9caca;
}
.contact-form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .contact-form .group {
    flex-wrap: wrap;
  }
}
.contact-form .ul_a {
  color: rgb(181, 19, 19);
}

.pp_wrap {
  text-align: center;
  line-height: 1;
}

.pp_box {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c9caca;
  padding: 34px 10px 0;
  margin: 40px auto 72px;
  background: #fff;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .pp_box {
    padding: 34px 30px 0;
  }
}
.pp_box h2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 30px;
}
.pp_box h2::before {
  content: "⚫︎";
  color: #114591;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: -1.2rem;
}
.pp_box p {
  margin-bottom: 20px;
}
.pp_box ol {
  list-style: none;
  list-style-type: lower-alpha;
  margin-left: 20px;
}
.pp_box ol li {
  counter-increment: alpha;
  position: relative;
}
.pp_box ol li::marker {
  content: counter(alpha, lower-alpha) " ) ";
  position: absolute;
  left: 0;
}
.pp_box ul {
  list-style-type: disc;
  margin-bottom: 25px;
}
.pp_box ul li {
  margin-left: 30px;
  list-style-type: disc;
}

.accept {
  padding: 20px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 40px;
}

.wpcf7-submit {
  margin: 0 auto;
  display: block;
  border: 1px solid #114591;
  border-radius: 50px;
  font-size: 1.6rem;
  background: #fff;
  color: #114591;
  padding: 16px 48px;
  transition: all 0.3s;
  line-height: 1.2;
  position: relative;
}
.wpcf7-submit:hover {
  background-color: #fff;
  color: #26499d;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    white-space: normal;
  }
}

.wpcf7-previous {
  background: #fff;
  color: #fff100;
  border: 1px solid #fff100;
  transition: all 0.3s;
}
.wpcf7-previous:hover {
  background: #fff100;
  color: #fff;
}

.btn_link {
  background: #114591;
  border: 1px solid #114591;
  display: block;
  width: 50%;
  padding: 20px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto 60px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 0 4px #ccc;
}

.btn_link:hover {
  background: #fff;
  color: #114591;
  text-decoration: unset;
}

.btn_link:hover:after {
  color: #114591;
}

@media (max-width: 768px) {
  .btn_link {
    width: 100%;
  }
}
img {
  max-width: 100%;
}

.complete {
  text-align: center;
  margin-bottom: 8%;
}

.complete_catch1 {
  font-size: 3.2rem;
  color: #d00000;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .complete_catch1 {
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
}
.complete_catch1 .wrap {
  border-bottom: 2px solid;
  padding-bottom: 1px;
}

.wpcf7-list-item {
  padding: 0;
  margin: 0 !important;
}

/*採用情報*/
body.recruit main {
  padding-top: 20px;
  background: #efefef;
}
@media screen and (min-width: 1100px) {
  body.recruit main {
    padding-top: 80px;
  }
}

#new_graduate {
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  #new_graduate {
    margin-top: 60px;
  }
}

.recruit {
  padding-bottom: 150px;
}
.recruit .right .recruit-wrap {
  counter-increment: count;
}
.recruit .right h3 {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
@media screen and (min-width: 1100px) {
  .recruit .right h3 {
    margin-bottom: 40px;
  }
}
.recruit .right h3::before {
  content: counter(count, decimal-leading-zero);
  color: #114591;
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 500;
}
.recruit .right dl {
  width: 100%;
  display: block;
  border: 1px solid #c3c3c3;
}
@media screen and (min-width: 1100px) {
  .recruit .right dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none;
  }
}
.recruit .right dl dt,
.recruit .right dl dd {
  padding: 25px;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  border-top: 1px solid #c9caca;
  border-collapse: collapse;
  margin-top: -1px;
  padding-top: 26px;
  padding-bottom: 16px;
  width: 100%;
  font-weight: 600;
}
.recruit .right dl dt:nth-last-of-type(odd),
.recruit .right dl dd:nth-last-of-type(odd) {
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .recruit .right dl dt,
.recruit .right dl dd {
    border: 1px solid #c9caca;
    text-align: center;
    width: 30%;
    max-width: 270px;
    font-weight: normal;
    padding-bottom: 25px;
  }
}
.recruit .right dl dd {
  font-weight: normal;
  border-top: none;
  padding-top: 0;
  padding-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .recruit .right dl dd {
    padding-top: 26px;
    width: 70%;
    max-width: 520px;
    border: 1px solid #c9caca;
    border-left: none;
  }
}
/*# sourceMappingURL=style.css.map */