@charset "utf-8";

/* default PC */
/* 採用情報 */
#recruit #contents .catch-area {
  margin: auto auto 40px;
}

#recruit #contents .catch-ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-weight: 500;
}

#recruit #contents p.catch-sub-ttl {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

#recruit #contents .bnr-area {
  background-color: #f3f3f3;
  padding: 100px 0;
}

#recruit #contents .bnr-area .inner {
  max-width: 1400px;
}

#recruit #contents .bnr-area a {
  color: #fff;
  position: relative;
}

#recruit #contents .bnr-area .bnr-ttl {
  background-color: #333;
  font-size: 19px;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 250px;
  text-align: center;
  width: 80%;
}


/*社員の1日*/
#day #contents h2.main {
  margin: 0 0 60px;
}

#day #contents .timeline ul {
  padding: 0;
}

#day #contents .timeline ul {
  padding: 0;
}

#day #contents .timeline ul li {
  display: flex;
  margin: 0 auto;
  padding: 0 0 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#day #contents .timeline ul li .txt-area {
  margin-right: 40px;
  width: calc(65% - 40px);
}

#day #contents .timeline ul li .img-area {
  width: 35%;
}

#day #contents .timeline ul li .txt {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
}

#day #contents .timeline ul li .txt-box {
  display: table-cell;
  padding: 0 10px 30px 55px;
  position: relative;
}

#day #contents .timeline ul li .time {
  box-sizing: border-box;
  padding: 0px 30px 25px 55px;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
  color: #0097be;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

#day #contents .timeline ul li .time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EEF3F3;
  position: absolute;
  left: 4.5px;
  top: -1px;
  z-index: 200;
  border: 5px solid #1d91b5;
}

#day #contents .timeline ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 105%;
  position: absolute;
  top: 0;
  left: 16.6px;
  background-color: #bcbcbc;
  z-index: 100;
}

#day #contents .timeline .colon {
  padding: 0 5px 4px;
}

#day #contents .timeline ul li:last-child .txt-box::before {
  top: 11px;
}

#day #contents .timeline ul li:nth-child(7)::before {
  height: 0;
}

/*社員の1日 ここまで*/

/*先輩の声*/
#voice #contents .voice-box .img-2box {
  width: 40%;
}

#voice #contents .voice-box .img-2box-txt {
  width: calc(60% - 40px);
}

#voice .img-contents {
  margin-bottom: 60px;
  align-items: center;
}

#voice #contents .voice-box h3.voice-ttl {
  padding: 0;
  font-size: 160%;
}

#voice #contents .voice-box h3.voice-ttl:before {
  display: none;
}

#voice #contents .bg-gray .voice-box {
  background-color: #fff;
  padding: 40px 30px;
}

#voice #contents .voice-box {
  /* background-color: #f6f6f6; */
  padding: 40px 0;
}

#voice .qa-area .qa-box {
  margin-bottom: 50px;
}

#voice #contents .voice-box p.qa-q-txt {
  position: relative;
  padding: 0 0 20px 50px;
  font-size: 20px;
  margin-bottom: 0;
  color: #1d91b5;
  line-height: 1.5em;
  font-weight: 500;
  border-bottom: 2px solid #d5d9da;
}

#voice #contents .bg-gray .voice-box p.qa-q-txt {
  border-bottom: 2px solid #e7f1f4;
}

#voice #contents .voice-box p.qa-q-txt:before {
  position: absolute;
  content: "Q";
  left: 15px;
  font-size: 140%;
  font-weight: bold;
  color: #1d91b5;
  top: -3px;
}

#voice #contents .voice-box p.qa-a-txt {
  position: relative;
  padding: 15px 0 0 50px;
  border-radius: 0 0 10px 10px;
}

#voice #contents .voice-box p.qa-a-txt:before {
  position: absolute;
  content: "A";
  left: 15px;
  font-size: 170%;
  font-weight: bold;
  color: #5c4830;
  color: #e24a4a;
  top: 13px;
}

#voice #contents .bg-gray .qa-area .qa-box {
  background-color: #fff;
  border: none;
}

#voice #contents .voice-catch {
  font-weight: 600;
  margin: 15px 0 30px;
  font-size: 140%;
  color: #1d91b5;
}

#voice #contents .qa-area .qa-box:last-child {
  margin-bottom: 0;
}

/*先輩の声 -----end-----*/

/*募集要項*/
#description #contents h3 .type {
  color: #fff;
  font-size: 15px;
  vertical-align: bottom;
  margin-left: 20px;
  background-color: #333;
  padding: 3px 10px 4px 10px;
}

#description .description-box {
  margin-bottom: 120px;
  display: none;
}

#description .description-box.open {
    display: block;
}

#description .description-box .table-02 th {
  width: 15%;
}

#description #contents h2.main {
  margin-top: 120px;
}

.description-ttl {
    font-size: 18px;
    border: 2px solid;
    padding: 11px;
    text-align: center;
    margin-bottom: 40px; 
    cursor: pointer;
    position: relative;
    transition: transform .4s ease;
    transition: .5s;
}

.description-ttl:hover {
    opacity: 0.5;
    transition: .5s;
}

.description-ttl::after {
    position: absolute;
    content: "";
    background-image: url(../image/contents/arrow_black.svg);
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    transform: rotate(90deg);
    transition: transform .4s ease;
}

.description-ttl.active::after {
    transform: rotate(-90deg);
    transition: transform .4s ease;
}

#description .description-box {
    transition: transform .4s ease;
}

#description .description-box.open {
    transition: transform .4s ease;
}


/*募集要項 -----end-----*/


/* フッター共通部分 */
#contents .footer-entry .contact-area {
  background-image: url(../image/contents/recruit/bg_recruit.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 73px;
}

#contents .footer-entry .contact-area .bg-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 30px 50px;
}

#contents .footer-entry .contact-area h2 {
  margin-bottom: 33px;
}

#contents .footer-entry .contact-area .tel-box {
  margin-bottom: 50px;
  position: relative;
}

#contents .footer-entry .contact-area .tel-box .tel {
  margin-bottom: 30px;
  text-align: center;
}

#contents .footer-entry .contact-area .tel-box a[href*="tel:"] {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 47px;
  font-weight: bold;
  justify-content: center;
  position: relative;
}

#contents .footer-entry .contact-area .txt-box {
  display: flex;
  justify-content: center;
}

#contents .footer-entry .contact-area .txt-box .box-item {
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 0;
}

#contents .footer-entry .contact-area .txt-box .box-item:first-child {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 30px;
}

#contents .footer-entry .contact-area .txt-box .box-item .ttl {
  border: 2px solid #525252;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-right: 10px;
  padding: 0 15px;
  position: relative;
}

#contents .footer-entry .contact-area .txt-box .box-item .ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 6px #525252;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .footer-entry .contact-area .tel-box a[href*="tel:"]::before {
  background-image: url(../image/contents/home/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 27px;
  width: 24px;
  margin-right: 4px;
}

#contents .footer-entry .contact-area .tel-box .tel .txt {
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}

#contents .footer-entry .contact-area .btn-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#contents .footer-entry .contact-area .btn-box .link-bnr {
  background-color: #1d91b5;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 31px 100px;
  position: relative;
}

#contents .footer-entry .contact-area .btn-box .link-bnr::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

#contents .footer-entry .contact-area .btn-box .link-bnr::before {
  background-image: url(../image/contents/home/ico_entry.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 45px;
  top: 1px;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

#contents .footer-entry .contact-area .btn-box .link-bnr.contact {
  background-color: #333;
}


#contents .footer-entry .contact-area .btn-box .link-bnr.contact::before {
  background-image: url(../image/contents/home/ico_contact.svg);
}

#contents .footer-entry .contact-area .tel-box:before {
  background-image: url(../image/contents/recruit/contact_ttl_ico01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 160px;
  width: 258px;
  position: absolute;
  bottom: -55px;
  left: 65px;
}

#contents .footer-entry .contact-area h2.main {
  margin: 0 0 33px !important;
}

/* フッター共通部分 ここまで */

#contents .recruit-btn-area {
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  width: 800px;
}

#contents .recruit-btn-area .btn-img {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: -30px;
  right: 0;
  top: -200px;
  margin: auto;
  z-index: 0;
  pointer-events: none;
}

#contents .recruit-btn-area .recruit-btn-box {
  margin: 50px auto 0;
}

#contents .recruit-btn-area .btn-img img {
  text-align: center;
}

#contents .recruit-btn-area .link-bnr {
  background-color: #1d91b5;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 22px 115px;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  width: auto;
}

#contents .recruit-btn-area .link-bnr::before {
  background-image: url(../image/contents/home/ico_entry.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 45px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

#contents .recruit-btn-area .link-bnr::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  #contents .footer-entry .contact-area .tel-box:before {
    display: none;
  }

  /* 募集要項 */
  #description .link-btn.anchor {
    max-width: none;
  }

  #description .description-box .table-02 th {
    width: 150px;
  }

  #contents .recruit-btn-area .link-bnr {
    padding: 22px 55px;
  }

  #contents .recruit-btn-area .link-bnr::before {
    left: 15px;
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  #contents .footer-entry .contact-area .btn-box .link-bnr {
    padding: 31px 50px;
  }

  #contents .footer-entry .contact-area .btn-box .link-bnr::before {
    left: 10px;
  }
  #description .description-box .table-02 th {
    width: 100px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #recruit .txt-4box {
    width: 100%;
    margin: 0 0 20px;
  }

  #voice #contents .voice-box .img-2box,
  #voice #contents .voice-box .img-2box-txt {
    width: 100%;
  }

  #voice #contents .voice-box .img-2box {
    margin-bottom: 20px;
  }

  #voice #contents .bg-gray .voice-box {
    padding: 0;
    background-color: transparent;
  }

  #voice #contents .voice-box p.qa-q-txt {
    padding-top: 20px;
  }

  #voice #contents .voice-box p.qa-q-txt:before {
    top: 15px;
  }

  #voice #contents .voice-box p.qa-a-txt {
    padding: 15px 15px 15px 50px;
  }

  #contents .footer-entry .contact-area .bg-box {
    padding: 30px 20px;
  }

  #contents .footer-entry .contact-area .tel-box a[href*="tel:"] {
    font-size: 10vw;
  }

  #contents .footer-entry .contact-area .tel-box:before {
    display: none;
  }

  #contents .footer-entry .contact-area .btn-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #contents .footer-entry .contact-area .btn-box .link-bnr {
    padding: 31px 54px;
  }

  #contents .footer-entry .contact-area .btn-box .link-bnr::before {
    left: 10px;
  }

  #contents .footer-entry .contact-area .txt-box {
    flex-wrap: wrap;
    gap: 15px;
  }

  #contents .footer-entry .contact-area .txt-box .box-item {
    width: 100%;
  }

  /* 社員の1日 */
  #day #contents .timeline ul li .txt-area {
    width: 100%;
    margin-right: 0;
  }

  #day #contents .timeline ul li .img-area {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
  }

  #day #contents .timeline ul li .time {
    font-size: 170%;
  }

  #day #contents .timeline ul li .txt-box {
    padding-bottom: 0;
  }
}

/* 559以下はRWD時に崩れがあれば任意で作成 */