@charset "UTF-8";
/* ===============================================
   top_sec__01
=============================================== */
.top_sec__01 {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}
.top_sec__01 .bg_img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top_sec__01 .bg_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeSlider 24s infinite;
}
.top_sec__01 .bg_img img:nth-of-type(1) {
  animation-delay: 0s;
}
.top_sec__01 .bg_img img:nth-of-type(2) {
  animation-delay: 8s;
}
.top_sec__01 .bg_img img:nth-of-type(3) {
  animation-delay: 16s;
}
.top_sec__01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px);
  background-size: 2px 2px;
}
.top_sec__01 .inr {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.top_sec__01 .inr .message {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
}
.top_sec__01 .inr .message figure {
  margin-bottom: 2em;
  width: min(35vw, 350px);
  opacity: 0.7;
  filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.25)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.25));
}
.top_sec__01 .inr .message h2 {
  font-weight: bold;
  font-size: min(4.8vw, 42px);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.top_sec__01 .inr .message p {
  width: 80%;
  font-weight: 500;
  font-size: min(2.5vw, 16px);
}
.top_sec__01 .inr .message {
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.25);
}

@keyframes fadeSlider {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ===============================================
   top_sec__02
=============================================== */
.top_sec__02 li {
  width: 32.5%;
  text-align: center;
  box-shadow: 0 0 3px #999;
  border-radius: 5px;
}
.top_sec__02 li .cont {
  padding: 0 20px 20px 20px;
}
.top_sec__02 li img {
  border-radius: 5px 5px 0 0;
}
.top_sec__02 li:hover {
  transform: scale(1.03);
  transition: all 0.5s ease-in;
}
.top_sec__02 li h4 {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

/* ===============================================
   recluit_sec
=============================================== */
.recluit_sec .cont {
  padding: 30px 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.recluit_sec .cont .img {
  width: 35%;
}
.recluit_sec .cont .img img {
  border-radius: 5px 5px 0 0;
}
.recluit_sec .cont .info {
  width: 60%;
}

/* ===============================================
   business_sec
=============================================== */
.business_sec .bisuness {
  padding: 60px 0;
}
.business_sec .bisuness.sec02 {
  background-color: #f9f9f9;
}
.business_sec .bisuness .txt {
  width: 50%;
  margin-bottom: 30px;
}
.business_sec .bisuness .txt em {
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 0.5em;
}
.business_sec .bisuness .txt h3 {
  font-size: min(4.8vw, 2.2em);
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  line-height: 1.4;
}
.business_sec .bisuness .txt h3 span {
  display: block;
  font-size: 0.9em;
  color: #000;
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
.business_sec .bisuness .txt p {
  font-size: 1.1em;
  line-height: 2;
}
.business_sec .bisuness .img {
  width: 48%;
}
.business_sec .bisuness .construction {
  margin: 20px 0;
}
.business_sec .bisuness .construction h4 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 10px;
}
.business_sec .bisuness .construction h4 span {
  position: relative;
}
.business_sec .bisuness .construction h4 span::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 55%;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.business_sec .bisuness .construction h4 span::before {
  content: "";
  position: absolute;
  right: -55px;
  top: 55%;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.business_sec .bisuness .construction ul {
  display: flex;
}
.business_sec .bisuness .construction ul li {
  width: 32%;
  margin-bottom: 20px;
  font-size: 1.1em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.business_sec .bisuness .construction ul li:hover {
  transform: scale(1.02);
}
.business_sec .bisuness .construction ul li figure {
  position: relative;
}
.business_sec .bisuness .construction ul li figure .number {
  width: 50px;
  height: 50px;
  text-align: center;
  left: 6px;
  top: 6px;
  position: absolute;
  background: #fff;
  border-radius: 999px;
  font-weight: bold;
  font-size: 10px;
}
.business_sec .bisuness .construction ul li figure .number p {
  line-height: 1.2;
  margin-top: 12px;
}
.business_sec .bisuness .construction ul li figure .number span {
  display: block;
  font-size: 1.4em;
}
.business_sec .bisuness .construction ul li dl {
  padding: 10px 20px 20px 20px;
}
.business_sec .bisuness .construction ul li dl dt {
  font-weight: bold;
  font-size: min(2.8vw, 18px);
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #000;
}
.business_sec .bisuness .construction ul li dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
.business_sec .bisuness .construction ul.select_reason {
  justify-content: space-between;
}
.business_sec .bisuness .construction ul.select_reason li {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  width: 48%;
}
.business_sec .bisuness .construction ul.select_reason li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 枠線の太さ */
  border-radius: inherit;
  background: linear-gradient(45deg, #e51478, #fe9050);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.business_sec .bisuness .construction ul.select_reason li {
  border-radius: 5px;
}
.business_sec .bisuness .construction ul.select_reason li h3 {
  font-weight: bold;
  font-size: min(3.8vw, 20px);
  margin-bottom: 10px;
}
.business_sec .bisuness .construction ul.select_reason li h3 span {
  background: linear-gradient(45deg, #e51478, #dc7336);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.business_sec .bisuness .hotpapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.business_sec .bisuness .hotpapper figure {
  width: 35%;
}
.business_sec .bisuness .hotpapper dl {
  width: 60%;
}
.business_sec .btn a {
  margin-top: 20px;
}

/* ===============================================
   company_sec
=============================================== */
.company_sec h3 {
  font-size: 1.6em;
  margin: 2em 0 1em;
  text-align: center;
  font-weight: bold;
}
.company_sec.sec {
  padding-top: 0;
}
.company_sec .company_info > dl > dt, .company_sec .company_info > dl > dd {
  padding: 15px;
}
.company_sec .company_info > dl > dt {
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  color: #000;
  border-bottom: 1px solid #999;
}
.company_sec .company_info > dl > dd {
  padding-left: 2em;
  border-bottom: 1px solid #999;
}
.company_sec .map {
  text-align: center;
}
.company_sec .map iframe {
  margin-bottom: 10px;
  display: block;
  border: 0;
  width: 100%;
  min-height: 480px;
}
.company_sec .map iframe.map2 {
  min-height: 250px;
}
.company_sec .map .link {
  text-align: right;
  text-decoration: underline;
}

/* ===============================================
   contact_sec
=============================================== */
.contact_sec .errors_sec {
  text-align: center;
  margin-bottom: 1em;
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
}
.contact_sec .thanks_sec {
  font-size: 1.1em;
  min-height: 30vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact_sec .thanks_sec dl {
  margin-top: 1.5em;
}
.contact_sec .thanks_sec dl dt {
  font-weight: bold;
}
.contact_sec .table dl dt,
.contact_sec .table dl dd {
  padding: 15px;
  vertical-align: middle;
}
.contact_sec .table dl dt {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  color: #000;
  border-bottom: 1px solid #999;
}
.contact_sec .table dl dd {
  padding-left: 2em;
  border-bottom: 1px solid #999;
}
.contact_sec .table dl dd .contact_item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contact_sec .table dl dd .contact_item li {
  width: 45%;
}
.contact_sec .table dl dd .contact_item .pc {
  display: inline;
}
.contact_sec .table dl dd .zip_sec {
  display: flex;
  gap: 5px;
  align-items: center;
}
.contact_sec .table dl dd .zip_sec input[type=text] {
  padding: 8px 2em;
}
.contact_sec .table dl dd .zip_sec input[type=button] {
  border: 1px solid #999;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.contact_sec .table dl dd .zip_sec input[type=button]:hover {
  background-color: #f9f9f9;
}