.attraction-section {
  padding: 6rem 0 0;
}

.info-row {
  margin-top: -20px;
}

.recruitment-info-active {
  position: relative;
  height: 169px;
  background-color: #E77160;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media screen and (max-width: 768px) {
  .recruitment-info-active {
    margin-bottom: 18px;
    height: 172px;
  }

  .call-to-action-row {
    margin: 35px 0px 43px 0px;
  }
}

.recruitment-info-card {
  margin-bottom: 41px;
  padding: 2.1rem 0;
  position: relative;
  border: 1px solid #E77160;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transition: all 0.5s;
}

.info-card:hover {
  background-color: #E77160;
}

#closer_videopopup-1,
#closer_videopopup-2,
#closer_videopopup-3 {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .recruitment-info-card {
    margin-bottom: 18px;
  }
}

.info-active {
  padding-top: 38px;
}

.info-card:hover .info-header {
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .recruitment-info-active .info-header {
    font-size: 18px;
  }
}

.info-card:hover .info-line {
  color: #fff;
}

.info-card:hover .info-text {
  color: #FFFFFF;
}

.info-card:hover .info-svg>path {
  stroke: #fff;
}

@media screen and (max-width: 768px) {
  .recruitment-info-active .info-text {
    font-size: 13px;
  }
}

.info-active-svg {
  position: absolute;
  right: 43px;
  top: 50%;
}

.recruitment-info-card .info-header {
  font-size: 20px;
  line-height: 124.3%;
  letter-spacing: 0.085em;
  color: #E77160;
}

@media screen and (max-width: 768px) {
  .recruitment-info-card .info-header {
    font-size: 18px;
  }
}

.recruitment-info-card .info-line {
  width: 96px;
  margin-left: 40%;
  border-bottom: 1px;
  color: #E77160;
  opacity: 1;
}

.recruitment-info-card .info-text {
  font-size: 14px;
  line-height: 156.8%;
  text-align: center;
  color: #383838;
  font-family: 'Noto Sans JP';
  font-weight: 400;
}

.recruitment-info-card .info-text-mobile {
  font-size: 13px;
  line-height: 156.8%;
  color: #E77160;
}

.recruitment-info-active .info-svg {
  position: absolute;
  right: 43px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .recruitment-info-active .info-svg {
    right: 15px;
    top: 48%;
  }
}

.recruitment-info-card .info-svg {
  position: absolute;
  right: 43px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .recruitment-info-card .info-svg {
    right: 15px;
  }
}

.office-intro-line {
  margin-top: 76px;
  margin-bottom: 40px;
  width: 38px;
  height: 3px;
  color: #E77160;
  background-color: #E77160;
}

@media screen and (max-width: 768px) {
  .office-intro-line {
    margin-top: 59px;
    margin-bottom: 23px;
  }
}

.video-section-title {
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 189.3%;
  letter-spacing: 0.035em;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .video-section-title {
    font-size: 18px;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    margin-bottom: 55px;
  }
}

.video-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 174px;
  background-image: url("../images/videoImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .video-image {
    height: 186px;
  }
}

.video-title {
  margin-right: 8px;
  text-align: right;
  letter-spacing: 0.085em;
  font-size: 18px;
  line-height: 124.3%;
  color: #E77160;
  margin-top: 11px;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .video-title {
    font-size: 16px;
  }
}

.video-description {
  margin-bottom: 55px;
}
.other-banner .call-to-action-row{padding: 3em 0 6em 0;}
.call-to-action-left {
  background-image: url(/wp-content/uploads/2022/09/025-2.png);
}

.call-to-action-right {
  background-image: url(/wp-content/uploads/2022/09/advantage-img01-2-1-1.png);
}

@media screen and (max-width: 768px) {
  .other-banner .call-to-action-row{padding: 2em 0 6em 0;}
  .video-description {
    margin-bottom: 55px;
  }

  .call-to-action-left {
    background-image: url(/wp-content/uploads/2022/09/025-2-1.png);
  }

  .call-to-action-right {
    background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png');
  }

  .recruitment-info-card .info-line {
    margin-left: auto;
    margin-right: auto;
  }

  .recruitment-info-card .info-svg {
    transform: translateY(-50%);
  }

  .recruitment-info-card .info-text {
    color: #383838;
    font-size: 13px;
  }

  .info-text br.m-none {
    display: none;
  }

  .info-text span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .attraction-section {
    padding: 0;
  }
}