@charset "UTF-8";
/*
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
dd,
dl {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
ul,
li,
dt,
dd,
dl {
	list-style-type: none;
}*/
.pc-none {
  display: none;
}
@media only screen and (max-width: 430px) {
  .pc-none {
    display: block;
  }
}

.entrymodal-wrapper {
  width: 1324px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

/*-----モーダル-----*/
.entrymodal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.entrymodal__close:hover {
  opacity: 0.7;
}

.entrymodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
}

.entrymodal {
  border: solid 20px #0099ce;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 10000;
}
@media only screen and (max-width: 430px) {
  .entrymodal {
    border: solid 10px #0099ce;
    padding: 20px;
  }
}

.entrymodal__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #000000;
}
@media only screen and (max-width: 430px) {
  .entrymodal__title {
    font-size: 24px;
  }
}

.entrymodal__title span {
  position: relative;
  display: inline-block;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 430px) {
  .entrymodal__title span {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.entrymodal__title span br {
  display: none;
}
@media only screen and (max-width: 430px) {
  .entrymodal__title span br {
    display: block;
  }
}

.entrymodal__title span::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #0099ce;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 430px) {
  .entrymodal__title span::before {
    width: 40px;
  }
}
.entrymodal__button1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
  margin-bottom: 4%;
}
@media only screen and (max-width: 430px) {
  .entrymodal__button1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
}

.entrymodal__button1__left,
.entrymodal__button1__right {
  border: solid 2px #0099ce;
  width: 48%;
  text-align: center;
  border-left: solid 10px #0099ce;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 430px) {
  .entrymodal__button1__left,
  .entrymodal__button1__right {
    width: 100%;
    border-left: solid 6px #0099ce;
  }
}

.entrymodal__button1__left a,
.entrymodal__button1__right a {
  padding: 25px 15px;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .entrymodal__button1__left a,
  .entrymodal__button1__right a {
    font-size: 16px;
    padding: 10px;
  }
}

.entrymodal__button1__left a:hover,
.entrymodal__button1__right a:hover {
  background-color: #e1ecf0;
}

.entrymodal__button1__left a::before,
.entrymodal__button1__right a::before {
  background-image: url();
  position: absolute;
  content: "";
  background-image: url(https://recruit.osakavacuum.co.jp/wp/wp-content/themes/impact/img/blog/btn-yaji02b.png);
  background-size: cover;
  width: 10px;
  height: 13px;
  background-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.entrymodal__button2 {
  padding: 10px;
  background-color: #0099ce;
}

.entrymodal__button2__main {
  border: dashed 1px #ffffff;
  text-align: center;
}

.entrymodal__button2__main a {
  color: #ffffff;
  padding: 30px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .entrymodal__button2__main a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.entrymodal__button2__main a br {
  display: none;
}
@media only screen and (max-width: 430px) {
  .entrymodal__button2__main a br {
    display: block;
  }
}

.entrymodal__button2__main a:hover {
  opacity: 0.78;
}

.entrymodal__button2__main a::before {
  background-image: url();
  position: absolute;
  content: "";
  background-image: url(https://recruit.osakavacuum.co.jp/wp/wp-content/themes/impact/img/blog/btn-yaji01b.png);
  background-size: cover;
  width: 36px;
  height: 36px;
  background-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 430px) {
  .entrymodal__button2__main a::before {
    width: 24px;
    height: 24px;
  }
}
/*-----トップニュース-----*/
.topnews {
  width: 860px;
  margin: 80px auto;
}
@media only screen and (max-width: 430px) {
  .topnews {
    width: 90%;
  }
}
.topnews__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.topnews dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  margin-bottom: 40px;
}
.topnews dl dt {
  font-size: 14px;
  font-weight: 600;
  color: #0099ce;
  line-height: 1;
}
.topnews dl dd {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.topnews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #eeeeee;
  padding: 28px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  .topnews__list {
    padding: 16px 0;
  }
}
.topnews__list:nth-of-type(1) {
  border-top: solid 1px #eeeeee;
}
.topnews__list__left a {
  text-decoration: none;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media only screen and (max-width: 430px) {
  .topnews__list__left a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 12px;
  }
}
.topnews__list__left span.date {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.topnews__list__left span.date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #ddd;
}
.topnews__list__right img {
  width: 36px;
}
@media only screen and (max-width: 430px) {
  .topnews__list__right img {
    width: 24px;
  }
}