@charset "utf-8";
.job-take {
    background-color: #FFF4EA;
    line-height: 1.8;
}

.job-take section{
  margin-bottom: 180px;
}


.job-take .take-fv{
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}

.take-fv img {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}

.job-take .take-fv-text1{
  text-align: left;
  font-size: 48px;
  font-weight: 700;
}
.job-take .take-fv-text2{
  display: inline-block;
  width: fit-content;
  font-size: 24px;
}

.take-fv-text2 span{
  font-size: 48px;
  font-weight: 700;
}
.migiyose{
  width: 100%;
  text-align: right;
}

.take-fv-circle {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  padding: 20px;
  gap: 20px;
}

.job-take .fukidashi-02-03 p{
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.take-fv-inner{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 100px;
}
.take-read h1{
  font-size: 24px;margin-bottom: 50px;
  font-weight: 700;

}

.take-read{
  text-align: center;
  padding: 180px;
}

.job-take h2{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: underline;
}


.take-about-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.take-about img {
  width: 350px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #333333;
  box-shadow: 4px 4px #BF4646;
}
.take-about-inner p{
      width: 350px;
}


.take-schedule{
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.schedule-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}

.schedule-text{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.schedule-text img{
  width: 300px;
  height: 200px;
  object-fit: cover;
  border: 2px solid #333333;
  box-shadow: 4px 4px #BF4646;
}

.schedule-item p{
  width: 350px;
}

.schedule-item h3{
  font-size: 24px;
  font-weight: 700;
}

.scedule-container{
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.take-charm{
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

.job-take .take-charm h3{
  font-size: 24px;
  font-weight: 700;
}

.take-charm-inner{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.take-charm-item{
  width: 350px;
  height: 350px;
  background-color: #fff;
  box-shadow: 4px 4px #BF4646;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: start;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 30px;
}

.fukidashi-02-03 {
  position: relative;
  display: grid;
  place-items: center;
  width: 200px;
  height: 120px;
  border: 2px solid #333333;
}
.fukidashi-02-03::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 70px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff;
}
.fukidashi-02-03::after {
  content: "";
  position: absolute;
  top: 108%;
  left: 68px;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-02-03 > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(3px) translateY(3px); /* 位置をややズラす */
  background-color: #BF4646;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}

.hukidasi{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.take-voice img{
  width: 80%;
  margin: 80px auto;
}

.job-take .take-cta-inner a{
  color: #fff;
  font-weight: 700;
}

.take-cta-inner{
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 100;
  border-radius: 25px;
  background-color: #06C755;
  box-shadow: #333 0 4px 6px;
  font-weight: bold;
    transition: transform 0.3s ease-in-out;
  animation: pulse 1.5s infinite;
  position: fixed;
}

.take-apply{
  text-align: center;
  margin-bottom: 100px;
}
.take-apply p{
  margin-bottom: 20px;
}
.take-apply a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 8px;
  background-color: #06C755;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  box-shadow: #333 0 4px 6px;
  margin: 0 auto;
}
.take-apply a span{
  font-size: 36px;
}

.take-apply a:hover{
  transform: translateX(1px) translateY(2px);
  box-shadow: none;
  color: #fff;
}
.job-take .take-cta-inner a{
  color: #fff;
}

.take-cta-inner{
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 100;
  border-radius: 25px;
  background-color: #06C755;
  box-shadow: #333 0 4px 6px;
  font-weight: bold;
    transition: transform 0.3s ease-in-out;
  animation: pulse 1.5s infinite;
  position: fixed;
  height: 100px;
  color: #fff;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); } /* 最大サイズ */
  100% { transform: scale(1); }
}
.take-cta-inner:hover {
  color: #fff;
  transform: translateX(1px) translateY(2px);
  box-shadow: none;
  animation: none;
}

@media screen and (max-width: 768px) {
  .job-take .take-fv-text1{
    font-size: 24px;
  }
  .job-take .take-fv-text2{
    font-size: 16px;
  }
  .job-take.take-fv-text2 span{
    font-size: 24px;
  } 
  .job-take .take-fv-inner{
    padding: 10px;
  }
  
  .take-read{
    padding: 10px;
  }
.schedule-text{
  flex-direction: column;
}
.schedule-text:nth-child(2){
flex-direction: column-reverse; 
}

.take-voice img{
  margin: 20px auto;
}

.take-cta-inner{
  animation: none;
  position: fixed;
  bottom: 0;
  top: auto;
  right: 0;
  width: 100%;
  border-radius: 0;
  height: 70px;
}
}