/*ポップアップここから*/

/*入社前*/
.popup_naiteisiki input {
  display: none;
}

.popup_bounenkai input {
  display: none;
}

.popup_meeting input {
  display: none;
}


/*入社前ここまで*/


/*5月*/
.popup_java input {
  display: none;
}

.popup_isms input {
  display: none;
}

.popup_skisoku input {
  display: none;
}

.popup_html input {
  display: none;
}

.popup_bumon input {
  display: none;
}

.popup_deta input {
  display: none;
}

.popup_sql input {
  display: none;
}
/*5月ここまで*/

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}


/*入社前*/
.popup_naiteisiki input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_bounenkai input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_meeting input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

/*入社前ここまで*/

/*5月*/
.popup_java input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_isms input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_skisoku input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_html input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_bumon input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_deta input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

/*5月ここまで*/

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_a {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:rgb(91,155,213);
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_a:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_b {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:#ffa500;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_b:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_c {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:rgb(91,155,213);
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_c:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_d {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:#ffa500;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_d:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_e {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:rgb(91,155,213);
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_e:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_f {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:#ffa500;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_f:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}

.open_btn_g {
  text-align :center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding: 8px 16px;
  color: #000000 !important;
  background-color:rgb(91,155,213);
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 50%;

}
.open_btn_g:hover{
    background:#fff;
    color:#000;
    transition: .3s ease;
}
/*ポップアップココまで*/
