@charset "UTF-8";
/* CSS Document */
#recruit .top_button, #news_day .top_button, #contact_botton {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  margin: 0 auto;
  width: 400px;
  height: 70px;
  border: solid 1px #303239;
  border-radius: 10px;
  color: #fff;
  background: #303239;
  font-weight: 400;
  letter-spacing: 0.075em;
}
#contact_botton {
  display: block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
#recruit .top_button::before, #news_day .top_button::before {
  height: 77px;
  background-color: #fff;
}
#recruit .top_button:hover, #news_day .top_button:hover {
  color: #303239;
}
#contact_botton:hover {
  color: #282f4b;
  background-color: #fff;
  cursor: pointer;
}
#news .news_box, #news_day_box, #privacy_sentence {
  padding-top: 80px;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
#news .news_box_contents {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c8c8;
  display: flex;
}
#news .news_text a {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
#news .news_text a:first-of-type, #news_day #date {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
#news_day #date {
  font-weight: 500;
}
#news .news_box_contents:last-of-type {
  margin-bottom: 0px;
}
#news .news_img {
  width: 176px;
  margin-right: 44px;
}
#news .news_text {
  flex: 1;
  display: grid;
  align-items: center;
}
#news .news_text span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news .news_box_contents a:hover {
  opacity: 0.6;
}
#news .news_box_contents .news_img a img {
  transition: all 0.6s ease 0s;
}
#news .news_box_contents .news_img a img:hover {
  cursor: pointer;
  transform: scale(1.05, 1.05);
}
#news_day_box h3 {
  font-size: 2.1em;
  line-height: 1.44;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
#news_day_box .news_day_img {
  margin: 50px 0;
}
#news_day_box .news_day_text a {
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 500;
}
#news_day_box_bottom {
  margin-top: 70px;
  border-top: 1px #c1c3c5 solid;
}
#sns {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 60px;
}
#sns p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 15px;
}
#sns a i {
  transition: all 0.6s ease 0s;
  font-size: 1.1em;
  margin-left: 19px;
}
#sns a i:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
}
#title_under {
  padding-top: 28px;
  padding-bottom: 60px;
  text-align: center;
}
#recruit .ml_slide .slide {
  width: 20vw;
}
#contact_container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#privacy_sentence span {
  font-weight: 500;
}
@media screen and (max-width:1025px) {
  #news_day_box #news_day_img {
    margin: 35px 0;
  }
  #title_under {
    padding-bottom: 45px;
  }
  #recruit .top_button, #news_day .top_button #contact_botton {
    font-size: 16px;
    width: 300px;
    height: 60px;
  }
  #recruit .top_button::before, #news_day .top_button::before {
    height: 72px;
  }
  #news .news_box, #news_day_box, #privacy_sentence {
    padding-top: 50px;
  }
}
@media screen and (max-width:905px) {
  .form_item p:first-of-type, .form_item_2 p:first-of-type {
    float: none;
    width: 100%;
  }
  .form_item p:last-of-type, .form_item_2 p:last-of-type, #check_bottom a {
    float: none;
    width: 100%;
  }
  #contact_form .form_item:nth-of-type(1) input, #contact_form .form_item:nth-of-type(3) input, #contact_form .form_item:nth-of-type(4) input, #contact_form .form_item:nth-of-type(5) input, #contact_form .form_item:nth-of-type(7) input {
    width: 97%;
  }
  .form_item_2 {
    margin-bottom: 0;
  }
  #check_bottom {
    margin-bottom: 45px;
  }
}
@media screen and (max-width:834px) {
  #news .news_text a {
    font-size: 15px;
  }
  #news_day_box h3 {
    font-size: 1.8em;
    margin-bottom: 16px;
  }
  #recruit .ml_slide .slide {
    width: 33vw;
  }
}
@media screen and (max-width:740px) {
  #contact #title_under .kaigyo_none {
    display: block;
  }
}
@media screen and (max-width:580px) {
  #news .top_button {
    margin-top: 50px;
  }
}
@media screen and (max-width:500px) {
  #title_under {
    width: 100%;
    text-align: left;
  }
  #title_under .kaigyo, #contact #title_under .kaigyo_none {
    display: none;
  }
  #contact_form .form_item input, #contact_form textarea {
    width: 96% !important;
  }
}
@media screen and (max-width:430px) {
  #news .news_box_contents {
    display: block;
  }
  #news .news_text {
    margin-top: 24px;
  }
  #news .news_text span {
    -webkit-line-clamp: 3;
  }
  #news .news_img {
    width: 100%;
    margin-right: 0;
  }
  #news_day_box h3 {
    font-size: 1.6em;
    margin-bottom: 13px;
  }
  #news_day_box .news_day_img {
    margin: 38px 0;
  }
  #news_day_box_bottom {
    padding-top: 15px;
    margin-top: 50px;
  }
  #sns {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #news .news_box, #news_day_box, #privacy_sentence {
    padding-top: 40px;
  }
  #recruit .ml_slide .slide {
    width: 45vw;
  }
  #recruit .top_button, #news_day .top_button, #contact_botton {
    width: 98%;
  }
  #title_under {
    padding-top: 10px;
    padding-bottom: 38px;
  }
  #check_bottom {
    margin-bottom: 35px;
  }
}