@charset "utf-8";

/*

/recruit/contact/css/recruit_contact.css

Update:  2026-01-08

====================*/

/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */
.wrapper-body {
  padding-top: 100px;
}

main h1 {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 auto 65px auto;
  text-align: center;
  position: relative;
}

main h1::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 48px;
  height: 1px;
  transform: translate(-50%);
  background-color: #2bb19e;
}
.contents {
  border-bottom: 1px solid #f2f2f2;
  margin: 0px auto;
  padding: 30px 10px 50px;
  width: 100%;
  max-width: 1270px;
}
.contents p {
  line-height: 1.9;
  margin-bottom: 45px;
}

.fo-min {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contents .column {
  max-width: 11500px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .column .set{
  width: 48%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 6px;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  transition: .3s;
}
.contents .column .set:hover{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #f6fbfd;
  transition: .3s;
}
.contents .column .set a{
  display: block;
  padding: 24px 38px 24px 30px;
  text-decoration: none;
  position: relative;
}
.contents .column .set a::after{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #808080;
  border-right: solid 2px #808080;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
}
.contents .column .set a h2{
  font-size: 1.8rem;
  margin-bottom: 11px;
}
.contents .column .set a p{
  font-size: 1.3rem;
  color: #5b5b5b;
  margin: 0;
}
.contents .bt_faq{
  text-align: center;
}
.contents .bt_faq a{
  width: 96%;
  max-width: 596px;
  margin: 0 auto 0;
  padding: 23px 0;
  display: block;
  background-color: #eeeeee;
  border-radius: 6px;
  font-size: 1.8rem;
  text-decoration: none;
}
/* All END */


/* ----------------------------------------------------
- 520px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 520px) {



  /* - 520px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
- 960px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 960px) {

  /* -- common -- */
  main h1 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 36px;
  }
  .contents .column .set{
    width: 100%;
    margin-bottom: 25px;
  }
  .contents .column .set a{
    padding: 12px 30px 12px 18px;
    text-decoration: none;
    position: relative;
  }
  .contents .column .set a h2{
    margin-bottom: 6px;
  }
  .sect {
    padding-bottom: 40px;
  }


  /* - 960px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
961px- (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 961px) {

  .nv a[data-galabel="会社案内"]::after {
    width: 35px;
  }

  .sect {
    padding-bottom: 80px;
  }

  h1 + p{
    text-align: center;
  }




  /* -- common -- */
  #link.is-fixed ol {
    margin-bottom: 54px;
  }

  .line-ti {
    font-size: 2rem;
    width: 1100px;
    margin: 90px auto 40px;
    border-top: solid 1px #d8d8d8;
    text-align: center;
  }

  h2.page-ti {
    margin: 0 auto 30px;
  }

  .line-ti span {
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    top: -10px;
  }


  /* 961px - END*/
}

/* ----------------------------------------------------
961px - 1249px
---------------------------------------------------- */
@media (min-width: 961px) and (max-width: 1249px) {


  /* 961px ～ 1249px END*/
}

/* ----------------------------------------------------
- 1200px (Pc layout Only コンテンツ内 基本幅)
---------------------------------------------------- */
@media (max-width: 1200px) {



  /* - 1200px (Pc layout Only) END*/
}

/* ----------------------------------------------------
- 1920px (Pc layout Only)
---------------------------------------------------- */
@media (max-width: 1920px) {



  /* - 1920px - END*/
}

/* ----------------------------------------------------
1921px- (Pc layout Only Wide)
---------------------------------------------------- */
@media (min-width: 1921px) {



  /* 1921px - END*/
}