@charset "utf-8";

/*
  File Name   : recruit.css
  Description : Write recruit content styles
*/

/*
============================================================ */
/* header
============================================================ */
.recruit #lay-header .lay-header-inner {
  justify-content: space-between;
}
.recruit #lay-header .lay-global-nav {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.recruit #lay-header .lay-head-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0 10px;
}
.recruit #lay-header .lay-head-logo > a {
  display: block;
  padding-top: 4%;
}
#lay-header .lay-head-logo > a img {
  margin: 0;
}
.recruit #lay-header .lay-head-logo-subtitle {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #25B2E6;
  border: 2px solid #25B2E6;
  border-radius: 6px;
  line-height: 1;
  padding: 10px 16px 7px;
  margin: 0;
}
#lay-header .lay-global-nav .lay-global-nav-button {
  background: #25B2E6;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 20px 27px 16px;
  line-height: 1;
  border: 1px solid #25B2E6;
  position: relative;
  transition: 0.2s all ease-in-out;
  margin-left: 20px;
}
#lay-header .lay-global-nav .lay-global-nav-button-entry {
  padding: 20px 46px 16px 27px;
}
#lay-header .lay-global-nav .lay-global-nav-button-entry::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lay-header .lay-global-nav .lay-global-nav-button-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#lay-header .lay-global-nav .lay-global-nav-button:hover {
  background: #fff;
  color: #25B2E6;
}
#lay-header .lay-global-nav .lay-global-nav-button-entry:hover::before {
  background: #25B2E6;
}
#lay-header .lay-global-nav .lay-global-nav-button-entry:hover::after {
  border-top: 2px solid #25B2E6;
  border-right: 2px solid #25B2E6;
}

@media screen and (max-width: 1600px) {
  #lay-header .lay-head-logo img {
    max-width: 250px;
  }
  .recruit #lay-header .lay-head-logo-subtitle {
    font-size: 18px;
    padding: 6px 8px 3px;
  }
  #lay-header .lay-global-nav .lay-global-nav-inner > li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
  #lay-header .lay-global-nav .lay-global-nav-button {
    font-size: 18px;
    padding: 16px 12px 14px;
    margin-left: 0;
  }
  #lay-header .lay-global-nav .lay-global-nav-button + .lay-global-nav-button {
    margin-left: 10px;
  }
  #lay-header .lay-global-nav .lay-global-nav-button-entry {
    padding: 16px 30px 14px 12px;
  }
  #lay-header .lay-global-nav .lay-global-nav-button-entry::before {
    right: 12px;
    width: 10px;
  }
  #lay-header .lay-global-nav .lay-global-nav-button-entry::after {
    right: 12px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #lay-header .lay-head-logo img {
    max-width: 210px;
  }
  .recruit #lay-header .lay-head-logo-subtitle {
    font-size: 16px;
  }
  #lay-header .lay-global-nav .lay-global-nav-inner > li > a {
    font-size: 14px;
    padding: 10px 10px;
  }
 #lay-header .lay-global-nav .lay-global-nav-button {
    font-size: 16px;
    padding: 10px 10px 8px;
    margin-left: 0;
  }
  #lay-header .lay-global-nav .lay-global-nav-button-entry {
    padding: 10px 30px 8px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit #lay-header .lay-head-logo-subtitle {
    font-size: 15px;
    padding: 4px 6px 2px;
  }
}
@media screen and (max-width: 599px) {
  .recruit #lay-header .lay-head-logo-subtitle {
    font-size: 13px;
  }
  #lay-header .lay-head-logo img {
    height: 30px;
  }
}

/*
============================================================ */
/* lay-side-nav
============================================================ */
.recruit .lay-side-nav .contact-tel-list a {
  grid-template-columns: 1fr;
  text-transform: uppercase;
  position: relative;
}
.recruit .lay-side-nav .contact-tel-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit .contact-tel-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*
============================================================ */
/* section-title
============================================================ */
@media screen and (max-width: 599px) {
  .recruit .section-title-main {
    font-size: 30px;
  }
}


/*
============================================================ */
/* mv
============================================================ */
.recruit .mv {
  overflow: hidden;
  height: auto;
  background-color: #dbeff7;
}
.recruit .mv .mv-bg picture {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.recruit .mv .mv-bg img {
  display: block;
  min-height: 600px;
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
  object-fit: cover;
  animation: mvBg 1s ease-in-out;
}
@media screen and (min-width: 1025px){
  .recruit .mv .mv-bg img {
    max-height: 68vw;
  }
}
.recruit .mv .mv-copy {
  top: 70%;
  overflow: hidden;
}
.recruit .mv .mv-copy-text {
  display: block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit .mv .mv-copy-text span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.recruit .mv .mv-copy-text.is-active,
.recruit .mv .mv-copy-text.is-active span  {
  transform: translate(0, 0);
}

@media print {
  .recruit .mv .mv-bg img {
    animation: none;
    opacity: 1;
  }
  .recruit .mv .mv-copy-text {
    transform: none;
    opacity: 1;
  }
  .recruit .mv .mv-copy-text span {
    transform: none;
    opacity: 1;
  }
}

@keyframes mvBg {
  0% {
    transform: translateY(10px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .mv,
  .recruit .mv .mv-bg img {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit .mv .mv-copy {
    top: 50%;
    overflow: hidden;
  }
}
/*
============================================================ */
/* recruit-bg-title
============================================================ */
.recruit-bg-title {
  position: relative;
  max-width: 1920px;
  font-family: "Josefin Sans", sans-serif;
  color: #FFF;
  font-size: 120px;
  left: 0;
  top: 0;
  z-index: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: -28px;
}
.recruit-bg-title._right {
  left: auto;
  right: 0;
  text-align: right;
}
.recruit-bg-title._gray {
  color: #F2F3F4;
}
.recruit-bg-title span {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .recruit-bg-title {
    font-size: min(100px, calc(90 / 1024 * 100vw));
    margin-bottom: -2.3%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-bg-title {
    font-size: min(70px, calc(60 / 599 * 100vw));
    margin-bottom: -2.3%;
  }
  .recruit-bg-title._spChange {
    width: 100%;
    text-align: right;
  }
  .recruit-bg-title._spChange span {
    display: block;
  }
  .recruit-bg-title._spChange span:first-child {
    margin-left: 28%;
    text-align: left;
  }
}

/*
============================================================ */
/* vision
============================================================ */
.vision {
  background: #F7F2DA;
  padding-block: 105px;
  position: relative;
  overflow: hidden;
}
.vision::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: calc(50vw - 600px);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}
.vision .recruit-bg-title::before {
  background: #F7F2DA;
}
.vision-inner {
  z-index: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 40px;
}
.vision-title {
  line-height: 1.6;
}
.vision-title::before {
  content: attr(data-en);
}
.vision-texts {
  margin-top: 40px;
}
.vision-text:not(:first-child) {
  margin-top: 16px;
}
.vision-images {
  position: relative;
}
.vision-image img {
  border-radius: 10px;
}
.vision-image:first-child {
  max-width: 65%;
  display: block;
}
.vision-image:last-child {
  max-width: 75%;
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .vision-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    overflow: hidden;
  }
  .vision::before {
    width: 60vw;
    height: 60vw;
    top: 32vw;
    left: auto;
    right: -10vw;
  }
  .vision-images {
    max-width: 80%;
    width: 100%;
    margin-inline: auto;
    position: relative;
  }
  .vision-image:first-child {
    max-width: 60%;
    display: block;
  }
  .vision-image:last-child {
    max-width: 65%;
    top: 0;
    right: -35%;
    margin-top: -100px;
    display: block;
    position: relative;
  }
  .vision-image img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .vision {
    padding-block: 40px 100px;
  }
  .vision::before {
    top: 300px;
    height: 100vw;
    width: 100vw;
  }
  .vision-images {
    max-width: 100%;
  }
  .vision .recruit-bg-title {
    margin-bottom: 0;
  }
  .vision-title {
    font-size: 23px;
  }
}

/*
============================================================ */
/* recruit-news
============================================================ */
.recruit-news {
  padding: 60px 0;
}
.recruit-news-inner {
  display: grid;
  grid-template-columns: calc(325 / 1200 * 100%) 1fr;
  align-items: center;
}
.recruit-news-list+.recruit-news-list {
  border-top: 1px solid #DDDDDD;
}
.recruit-news-list a {
  display: grid;
  grid-template-columns: 120px 130px 1fr;
  align-items: baseline;
}
.recruit-news-list .date {
  order: 1;
  font-weight: 500;
}
.recruit-news-list .list-category-mark {
  order: 2;
  font-size: 15px;
  border-radius: 999px;
  line-height: 1;
  padding: 6px 4px 4px;
  letter-spacing: 0;
  background-color: #F0F0F0;
  text-align: center;
  font-weight: 500;
  color: #25B2E6;
}
.recruit-news-list .title {
  order: 3;
  font-size: 18px;
  margin-left: 30px;
  font-weight: 600;
  padding-block: 33px;
  display: block;
}
.recruit-news-link {
  text-align: right;
  grid-column: 1 / 3;
}
.recruit-news-list a:hover .title {
  text-decoration: underline;
}
.recruit-news .news-content-link {
  margin-top: 20px;
}
.recruit-news .no-content {
  padding-block: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .recruit-news-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .recruit-news-list a {
    grid-template-columns: 100px 1fr;
    padding-block: 20px;
  }
  .recruit-news-list .list-category-mark {
    width: 130px;
  }
  .recruit-news-list .title {
    margin-left: 0;
    padding-block: 10px 0;
    grid-column: 1 / 3;
  }
  .recruit-news-link {
    grid-column: 1 / 2;
  }
}
@media screen and (max-width: 599px) {
  .recruit-news {
    padding: 100px 0;
  }
}

/*
============================================================ */
/* tab
============================================================ */
.tab-list {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.tab-list button {
  font-size: 15px;
  border-radius: 999px;
  line-height: 1;
  padding: 6px 28px 4px;
  letter-spacing: 0;
  background-color: #F0F0F0;
  font-weight: 500;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  color: #000;
}
.tab-list button.is-active {
  background-color: #8C919B;
  color: #fff;
}
.tab-panels {
  margin-top: 35px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
[role="tabpanel"] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
[role="tabpanel"].is-active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .tab-list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .tab-list {
    flex-wrap: wrap;
    gap: 5px;
  }
  .tab-list button {
    font-size: 13px;
    padding: 4px 14px 2px;
  }
}

/*
============================================================ */
/* tab
============================================================ */
.business {
  background-color: #F5EEEC;
  padding-block: 100px 170px;
  position: relative;
}
.business::before {
  content: "";
  position: absolute;
  top: 240px;
  left: -200px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  z-index: 0;
  border: 100px solid rgba(255, 255, 255, 0.5);
}
.business .recruit-bg-title::before {
  background-color: #F5EEEC;
}
.business-inner {
  position: relative;
  z-index: 1;
}
.business-blocks {
  margin-top: 80px;
  display: grid;
  gap: 70px;
}
.business-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.business-block-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
}
.business-block-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
}
.business-block-image img {
   height: 100%;
   object-fit: cover;
}
.business-block-text {
  margin-top: 20px;
  font-size: 17px;
}
/* _reverse */
.business-block._reverse .business-block-image {
  order: 1;
}
.business-block._reverse .business-block-content {
  order: 2;
}

@media screen and (max-width: 1024px) {
  .business-blocks {
    max-width: 600px;
    margin-inline: auto;
    gap: 60px;
  }
  .business::before {
    top: 200px;
    left: -200px;
    width: 800px;
    height: 800px;
  }
  .business-block {
    grid-template-columns: 1fr;
  }
  .business-block-content {
    padding: 60px 40px;
    min-height: auto;
  }
  .business-block .business-block-image {
    order: 1;
  }
  .business-block .business-block-content {
    order: 2;
  }
  .business-block-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business {
    padding-block: 40px 100px;
  }
  .business::before {
    top: 200px;
    left: -120px;
    width: 500px;
    height: 500px;
    border: 50px solid rgba(255, 255, 255, 0.5);
  }
  .business-block-content {
    padding: 45px 20px;
  }
}
/*
============================================================ */
/* tab
============================================================ */
.interview {
  position: relative;
  padding-block: 80px 0;
}
.interview-inner {
  position: relative;
  z-index: 1;
}
.interview-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 30px;
  margin-top: 80px;
}
.interview-list .thumb img {
  border-radius: 10px;
}
.interview-list .title {
  margin-top: 20px;
  font-size: 20px;
  line-height: calc(35 / 23);
  font-weight: 600;
}
.interview-list .kind {
  margin-top: 15px;
  font-size: 15px;
  border-radius: 999px;
  border: 1px solid #000;
  padding: 6px 20px 4px;
  width: fit-content;
  line-height: 1;
  padding-right: 24px;
  position: relative;
}
.interview-list .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  padding-right: 25px;
}
.interview-list .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.interview-list .year {
  font-size: 17px;
  margin-right: auto;
  line-height: 1;
}
.interview-list .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .interview-lists {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .interview {
    position: relative;
    padding-block: 60px 0;
  }
}

/*
============================================================ */
/* message
============================================================ */
.message {
  background-color: #E6DFDE;
  padding-block: 73px 150px;
  position: relative;
}
.message .recruit-bg-title::before {
  background-color: #E6DFDE;
}
.message::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -42px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}
.message-inner {
  z-index: 1;
  position: relative;
}
.message-content {
  margin-top: 60px;
  max-width: 1000px;
  margin-inline: auto;
}
.message-content-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
.message-content-text {
  font-size: 15px;
  margin-top: 40px;
  line-height: calc(28 / 15);
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .message::before {
    bottom: -20vw;
    left: -5vw;
    width: 60vw;
    height: 60vw;
  }
}
@media screen and (max-width: 599px) {
  .message {
    padding-block: 23px 100px;
  }
  .message::before {
    bottom: -5vw;
    left: -5vw;
    width: 75vw;
    height: 75vw;
  }
  .message-content-title {
    font-size: 20px;
  }
}

/*
============================================================ */
/* recruitment
============================================================ */
.recruitment {
  padding-block: 150px 247px;
  position: relative;
}
.recruitment::after {
   content: "";
   position: absolute;
   border: 110px solid #FAFAFA;
   width: 750px;
   height: 750px;
   bottom: -130px;
   right: 200px;
   z-index: 0;
   border-radius: 50%;
}
.recruitment-inner {
  position: relative;
  z-index: 1;
}
.recruitment-text {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: calc(44 / 20);
  font-weight: 500;
  letter-spacing: 0;
}
.recruitment-button {
  margin-top: 60px;
  max-width: 1100px;
  margin-inline: auto;
}
.recruitment-button .com-btn,
.recruitment-button .com-btn:visited,
.recruitment-button .com-btn:link {
  background: #25B2E6;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  padding-block: 60px 55px;
  line-height: 1;
}
.recruitment-button .com-btn::after {
  border-color: #fff;
}
.recruitment-button .com-btn::before {
  background: #fff;
}
.recruitment-button .com-btn:hover {
  background: #fff;
  color: #25B2E6;
}
.recruitment-button .com-btn:hover::after {
  border-color: #25B2E6;
}
.recruitment-button .com-btn:hover::before {
  background: #25B2E6;
}
@media screen and (max-width: 1024px) {
  .recruitment-button .com-btn,
  .recruitment-button .com-btn:visited,
  .recruitment-button .com-btn:link {
    font-size: min(40px, calc(40 / 1024 * 100vw));
    padding-block: 40px 35px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 599px) {
  .recruitment {
    padding-block: 60px 141px;
  }
  .recruitment::after {
    border-width: 60px;
    width: 400px;
    height: 400px;
    bottom: -60px;
    right: 50px;
  }
  .recruitment-text {
    font-size: 18px;
    margin-top: 60px;
    text-align: left;
  }
  .recruitment-button {
    margin-top: 60px;
  }
  .recruitment-button .com-btn,
  .recruitment-button .com-btn:visited,
  .recruitment-button .com-btn:link {
    font-size: 22px;
    padding: 40px 55px 35px 30px;
    line-height: 1.3;
  }
}

/*
============================================================ */
/* recruitNewsIndex
============================================================ */
.recruitNewsIndex .recruitNewsIndex-leadContent,
.recruitNewsIndex .recruitNewsIndex-endContent,
.recruitNewsIndex .recruitNewsIndex-main {
  margin: 100px 0 100px;
}

.recruitNewsIndex .recruitNewsIndex-main:first-child,
.recruitNewsIndex .recruitNewsIndex-leadContent:first-child,
.recruitNewsIndex .recruitNewsIndex-endContent:first-child {
  margin-top: 0;
}

.recruitNewsIndex .recruitNewsIndex-main:last-child,
.recruitNewsIndex .recruitNewsIndex-leadContent:last-child,
.recruitNewsIndex .recruitNewsIndex-endContent:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .recruitNewsIndex .recruitNewsIndex-main,
  .recruitNewsIndex .recruitNewsIndex-leadContent,
  .recruitNewsIndex .recruitNewsIndex-endContent {
    margin: 80px 0 80px;
  }
}

/* recruitNewsIndex-main
============================================================ */
.recruitNewsIndex-main ul {
  margin: 0;
}
.recruitNewsIndex-main ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0;
  border-bottom: 1px dotted #6c6c6c;
  line-height: 1.6;
  text-indent: 0;
}
.recruitNewsIndex-main.-wrap-link ul li {
  padding: 0;
}
.recruitNewsIndex-main ul li::before {
  content: none;
}
.recruitNewsIndex-main ul li:first-child {
  border-top: 1px dotted #6c6c6c;
}
.recruitNewsIndex-main ul li:last-child {
  margin-bottom: 0;
}
.recruitNewsIndex-main ul li > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
}
.recruitNewsIndex-main ul li .list-category-mark {
  width: 95px;
  padding: 3px 5px;
  background: #6c6c6c;
  color: #fff;
  font-size: .75em;
  line-height: 2.1;
  text-align: center;
}
.recruitNewsIndex-main ul li .thumb {
  display: block;
  width: 120px;
}
.recruitNewsIndex-main ul li .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.recruitNewsIndex-main ul li .date {
  padding-left: 20px;
  width: 145px;
  color: #6c6c6c;
  font-size: .75em;
  line-height: 2.4;
  letter-spacing: 2px;
}
.recruitNewsIndex-main ul li .title {
  width: calc(100% - 95px - 20px);
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 10px;
}
.recruitNewsIndex-main ul li > a:hover .title {
  text-decoration: none;
}
.recruitNewsIndex-main ul li .title .new {
  background: #f80000;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: .8em;
  text-decoration: none;
  /* 擬似的にアンダーラインが見えないように背景色と同色に設定 */
  text-decoration: underline #f80000;
}
.recruitNewsIndex-main ul li .title a {
  line-height: 1.7;
}
.recruitNewsIndex-main ul li > *:first-child {
  padding-left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .recruitNewsIndex-main.-wrap-link ul li {
    padding: 0;
  }
  .recruitNewsIndex-main ul li > a {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 10px !important;
  }
  .recruitNewsIndex-main ul li .date {
    width: auto;
    padding-left: 0;
  }
  .recruitNewsIndex-main ul li .title {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruitNewsIndex-main ul li .date {
    width: 100%;
    padding-left: 0;
  }
  .recruitNewsIndex-main ul li .title {
    width: 100%;
    padding-left: 0;
  }
}