@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.mainimage div img {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catch__tit01 {
  color: #fff;
  font-family: var(--font02);
  font-weight: 700;
  font-size: clamp(2.4rem, 4.75vw, 4rem);
  white-space: nowrap;
  margin-bottom: 20px;
}
.catch__tit02 {
  display: inline-block;
  color: #fff;
  font-family: var(--font02);
  font-size: clamp(1.3rem, 2.375vw, 2rem);
  font-weight: 700;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .mainimage {
    padding-bottom: 0;
  }
  .slick-track img {
    height: 50vh;
    object-fit: cover;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .slick-track img {
    height: 40vh;
    object-fit: cover;
  }
}
/*CMN*/
.layout01, .layout02, .layout03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout01 .box01 {
  width: 50%;
}
.layout01 .box02 {
  width: 45%;
}
.layout02 .box01, .layout02 .box02 {
  width: 47.5%;
}
.layout03 .box01 {
  width: 60%;
}
.layout03 .box02 {
  width: 35%;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.news {
  padding-top: 4%;
}
.newsContent {
  margin-bottom: 4%;
  background-color: var(--color03);
  padding: 5%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl:last-child {
  border-bottom: none;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  padding-left: 1em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
#top-about {
  margin-bottom: 0;
}
#top-about .inner {
  background: url("../images/cmn-images/bg-about.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
#top-about .box {
  width: 100%;
  max-width: 670px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 5%;
}
#top-about .bt-cmn01 {
  margin-right: 0;
}
#top-recruit .inner {
  background: url("../images/cmn-images/bg-recruit.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
#top-recruit .wrapper {
  display: flex;
  justify-content: flex-end;
}
#top-recruit .box {
  width: 100%;
  max-width: 670px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 5%;
}
#top-recruit .bt-cmn01 {
  margin-right: 0;
}
.business-list {
  display: flex;
  flex-wrap: wrap;
}
.business-list li {
  width: 47.5%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 30px;
}
.business-list li:nth-child(2n) {
  margin-right: 0;
}
.business-list li span {
  position: absolute;
  color: #fff;
  font-family: var(--font02);
  font-size: clamp(2.0rem, 3vw, 3.0rem);
  font-weight: 700;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business-list li div {
  position: relative;
  overflow: hidden;
  padding-top: 29%;
}
.business-list li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.business-list li div img:hover {
  transform: scale(1.05, 1.05);
}
/*RECRUIT*/
.table-info {
  width: 100%;
}
.table-info th, .table-info td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.table-info tr:last-child th, .table-info tr:last-child td {
  border-bottom: none;
}
.table-info th {
  width: 20%;
  border-right: 2px solid var(--color01);
}
.table-info td {
  padding-left: 5%;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
  .mainimage {
    margin-bottom: 10px;
  }
  .catch {
    width: 90%;
  }
  /*CMN*/
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01, .layout02 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    margin-bottom: 30px;
  }
  .layout03 .box01, .layout03 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    margin-bottom: 30px;
  }
  /*TOP*/
  #top-about .inner {
    padding: 50px 0;
  }
  #top-recruit .inner {
    padding: 50px 0;
  }
  .business-list {
    display: block;
  }
  .business-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .business-list li:nth-child(2n) {
    margin-right: 0;
  }
}