.apply_box {
  background: #ffd900;
  width: 90%;
  margin: auto;
  border-radius: 2vw;
  padding: 0vw 2vw 0vw 21vw;
  height: 11vw;
  position: relative;
}
#apply h2 {
  font-size: 3.3vw;
  letter-spacing: -0.2vw;
  margin-top: 1.6vw;
}
#apply h3 {
  font-size: 1.8vw;
  letter-spacing: -0.15vw;
  margin: -0.5vw 0 0 0;
}
.kako_l {
  margin-left: -0.5vw;
  margin-right: 0.5vw;
}

.kako_r {
  margin-left: 0.5vw;
  margin-right: -0.5vw;
}
.calendar {
  position: absolute;
  top: -0.5vw;
  left: 1.5vw;
  margin: auto;
  width: auto;
  height: 12.8vw;
}
.apply_btn,
.apply_btn2 {
  width: 28vw;
  height: 11vw;
  filter: drop-shadow(3px 3px 3px #888);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.apply_btn:hover {
  transform: scale(0.95);
  filter: drop-shadow(2px 2px 2px #555);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.apply_bt {
  width: 85%;
  height: auto;
}
.apply_op {
  opacity: 0;
  position: absolute;
  top: 1vw;
  right: 0.6vw;
  width: 10%;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.apply_btn:hover .apply_op {
  opacity: 1;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Mobile View */
@media screen and (max-width: 768px) and (min-width: 480px) {
} /*END*/
/* モバイル用の調整（より厳密に制御したい場合） */
@media (max-width: 480px) {
  .apply_box {
    border-radius: 2vw;
    height: auto;
    padding: 5vw 1vw;
  }
  .calendar {
    position: unset;
    width: 85%;
    height: auto;
    display: block;
  }
  #apply h2 {
    font-size: 5vw;
    text-align: center;
  }
  #apply h3 {
    text-align: center;
    font-size: 5.5vw;
  }
  .apply_btn {
    width: 100%;
    margin: 10vw auto 5vw auto;
  }
} /*END*/

/*iPhone12mini***********************************************/
@media (max-width: 375px) {
  #apply h2 {
    font-size: 5vw;
  }
  .kako_r {
    margin-left: 1vw;
  }
} /*END*/
/*Galaxy S22***********************************************/
@media (max-width: 360px) {
} /*END*/
