@charset "shift_jis";
/* Updated 2023/11/22.T */
/* Updated 2021/11/12.T */

/*----------------------
main
----------------------*/
.page-kouzakaisetsu #main-area {
  background: #C4D700;
}

.title-block {
  height: calc(100vw * 0.24);
  min-height: 338px;
  background: #F5F9E6 url(/kojin/sougou/kouzakaisetsu/resources/images/index_bg_01.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}

.title-block > .inner {
  width: calc(1290 * 100% / 1368);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.title-block > .inner > .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  color: #044831;
  font-size: 5.4rem;
  font-family: 'noto-sans-bold', sans-serif;
  line-height: 1.33;
}

.title-block > .inner > .title::before {
  content: url(/kojin/sougou/kouzakaisetsu/resources/images/index_img_01.png);
  position: absolute;
  left: -356px;
  top: 0;
}

.title-block > .inner > .title::after {
  content: url(/kojin/sougou/kouzakaisetsu/resources/images/index_img_02.png);
  position: absolute;
  right: -224px;
  top: 0;
}

.qr-area {
  display: -webkit-box;
  display: flex;
  width: 229px;
  background: url(/kojin/sougou/kouzakaisetsu/resources/images/index_bg_02.png) no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 18px;
  right: 0;
}

.qr-area > .dt {
  color: #044831;
  font-size: 1.2rem;
  font-family: 'noto-sans-bold', sans-serif;
}

.qr-area > .dd {
  margin-top: 5px;
}

.qr-area > .dd > .inner {
  display: block;
  -webkit-box-shadow: 0 12px 14px 0 rgba(20, 29, 29, 0.08);
  box-shadow: 0 12px 14px 0 rgba(20, 29, 29, 0.08);
}

.page-kouzakaisetsu #main-area .sub-block01 > .inner {
  width: calc(1220 * 100% / 1368);
}

.sub-block01 > .inner > .info {
  margin-bottom: 8px;
  padding: 14px 26px;
  background: #fff;
  border: 1px solid #004831;
  border-radius: 4px;
  color: #004831;
  font-size: 1.6rem;
  font-family: 'noto-sans-bold', sans-serif;
}

@media screen and (max-width: 767px) {
  #content-area {
    min-height: auto;
  }

  .title-block {
    height: 157px;
    min-height: auto;
    padding-top: 16px;
    background: #F5F9E6 url(/kojin/sougou/kouzakaisetsu/resources/images/index_bg_01_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }

  .title-block > .inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  .title-block > .inner > .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 143px;
    padding-top: 24px;
    position: relative;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.30;
  }

  .title-block > .inner > .title::before {
    content: "";
    width: 102px;
    height: 143px;
    margin-right: 16px;
    background: url(/kojin/sougou/kouzakaisetsu/resources/images/index_img_02_sp.png) no-repeat;
    background-size: cover;
    position: relative;
    left: auto;
    top: -24px;
  }

  .title-block > .inner > .title::after {
    display: none;
  }

  .sub-block01 {
    padding-bottom: 16px;
  }

  .sub-block01 > .inner > .info {
    font-weight: normal;
  }
}
