/*
*
* MV
*
*/
.p-seminar-hero__bg--tanjikan {
  background-image: url("../images/tanjikan_ouen/tanjikan-hero_sp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(170/375*100vw) 10px calc(30/375*100vw);
}

.p-seminar-hero__inner.p-seminar-hero__inner--tanjikan .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.p-seminar-hero__inner.p-seminar-hero__inner--tanjikan .p-seminar-hero__title {
  margin-bottom: 25px;
}

.p-seminar-hero__inner.p-seminar-hero__inner--tanjikan .p-seminar-hero__contents {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .p-seminar-hero__bg--tanjikan {
    background-image: url("../images/tanjikan_ouen/tanjikan-hero.png");
    padding: 15px 10px;
  }

  .p-seminar-hero__inner.p-seminar-hero__inner {
    padding: 40px 40px 20px;
    max-width: 450px;
  }

  .p-seminar-hero__inner.p-seminar-hero__inner--tanjikan .p-seminar-hero__title {
    margin-bottom: 30px;
  }

  .p-seminar-hero__inner.p-seminar-hero__inner--tanjikan .p-seminar-hero__contents {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-seminar-hero__bg--tanjikan {
    padding: clamp(28px,calc(48/1400*100vw), 200px) 10px;
  }

  .p-seminar-hero__inner.p-seminar-hero__inner {
    padding: 70px 40px 65px;
    max-width: 570px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .p-seminar-hero__bg--tanjikan{
    background-image: url("../images/tanjikan_ouen/tanjikan-hero_sp@2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .p-seminar-hero__bg--tanjikan{
    background-image: url("../images/tanjikan_ouen/tanjikan-hero@2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 567px) {
  .p-seminar-hero__inner.p-seminar-hero__inner--tanjikan {
    max-width: 255px;
  }
}


/*
*
* 人手不足に悩んでいませんか？
*
*/
.p-section__dir--tanjikan01 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-heading-double {
  position: relative;
}

.p-heading-double__label {
  color: #54a5c7;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  font-weight: 500;
}

.p-heading-double__icon {
  position: absolute;
  width: 120px;
}

.p-heading-double__icon.--left {
  top: -50%;
  left: 0;
}

.p-heading-double__icon.--right {
  bottom: -50%;
  right: 0;
}

.c-list-shortage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 20px;
}

.c-list-shortage__item {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-list-shortage__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: #f6fafc;
  width: 78px;
  height: 78px;
  border-radius: 50vh;
  margin-bottom: 10px;
}

.c-list-shortage__text {
  font-size: 1.4rem;
  text-align: center;
}

.p-section__dir--tanjikan02 {
  background-color: #fffce6;
}

.u-over-md-ib {
  display: none;
}

.p-section__inner--w990 {
  max-width: 1100px;
}

@media print, screen and (min-width: 768px) {
  .p-section__dir--tanjikan01 {
  padding-top: 35px !important;
  padding-bottom: 45px !important;
  }

  .p-heading-double {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .p-heading-double__label {
    color: #54a5c7;
    text-align: center;
    font-size: 24px;
  }

  .p-heading-double__icon.--left {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 100%;
    width: 201px;
  }

  .p-heading-double__icon.--right {
    bottom: 50%;
    transform: translateY(50%);
    right: auto;
    left: 100%;
    width: 201px;
  }

  .u-over-md-ib {
    display: inline-block;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-list-shortage {
    flex-wrap: nowrap;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0;
  }

  .c-list-shortage .c-list-shortage__item:not(:first-of-type)::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 60px;
    background-color: #333333;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .c-list-shortage__item {
    width: fit-content;
    flex-direction: row;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }

  .c-list-shortage__icon {
    margin-right: 15px;
  }

  .c-list-shortage__text {
    font-size: 16px;
  }
}


/*
*
* 助成金のご紹介
*
*/
.p-section__dir--tanjikan02 {
  padding-bottom: 50px;
}

.c-heading-slash {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.c-heading-slash__label {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.c-grantbtn {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
}

.c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__anc {
  background-color: #519c58;
}

.c-grantbtn__item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.c-grantbtn__anc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  row-gap: 7.5px;
  border-radius: 15px;
  color: #fff;
  padding: 2rem 1rem 3.5rem;
  background-color: #54a5c7;
  box-shadow: 4px 4px 0 #2a6983;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c-grantbtn__label {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__anc {
  box-shadow: 4px 4px 0 #256b2c;
}

.c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__icon {
  width: 25px;
}

.c-grantbtn .c-grantbtn__item .c-grantbtn__icon {
  width: 30px;
}

.c-grantbtn__arrow {
  width: 12px;
  position: absolute;
  bottom: 10px;
}

.c-grantbtn__anc:hover,
.c-grantbtn__anc:focus {
  transform: translate(4px,4px);
  box-shadow: none;
  text-decoration: none;
}

.c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__anc:hover,
.c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__anc:focus {
  box-shadow: none;
}

.p-section__inner--w980 {
  max-width: 1000px;
}

@media print, screen and (min-width: 768px) {
  .p-section__dir--tanjikan02 {
    padding-top: 45px;
  }

  .c-heading-slash {
    column-gap: 20px;
  }

  .c-heading-slash__label {
    font-size: 34px;
  }

  .c-grantbtn {
    margin-left: -15px;
    margin-right: -15px;
  }

  .c-grantbtn__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-grantbtn__anc {
    flex-direction: row;
    column-gap: 10px;
    padding: 2.5rem 1rem 7rem;
  }

  .c-grantbtn__label {
    font-size: 2rem;
  }

  .c-grantbtn .c-grantbtn__item:first-of-type .c-grantbtn__icon {
    width: 32px;
  }


  .c-grantbtn .c-grantbtn__item .c-grantbtn__icon {
    width: 34px;
  }

  .c-grantbtn__arrow {
    width: 26px;
    bottom: 22px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-grantbtn {
    margin-left: -37.5px;
    margin-right: -37.5px;
  }

  .c-grantbtn__item {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .c-grantbtn__label {
    font-size: 2.4rem;
  }
}

/*
*
* 雇用応援助成金活用セミナー開催
*
*/
.p-seminar__container {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 20px;
}

.p-seminar__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-seminar__free {
  position: relative;
  width: 65px;
  flex: 0 0 auto;
  margin-right: auto;
  margin-top: -5rem;
}

.p-seminar__free span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.p-seminar__heading {
  color: #ec6d82;
  text-align: center;
  margin-bottom: 10px;
}

.p-seminar__heading-label {
  font-size: min(20px,calc(20/375*100vw));
  line-height: 1.4;
}

.p-seminar__heading-highlight {

}

.p-seminar__title-text {
  font-size: 15px;
  text-align: center;
}

.p-seminar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-seminar__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .p-seminar__free span {
    font-size: 28px;
  }

  .p-seminar__title {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 1024px) {

}
