@charset "Shift_JIS";
/* Updated 2022/06/01.T */

#header-wrap {
  box-shadow: 0px 0px 13px rgba(20, 29, 29, 0.1);
}
.sec-kv .title-heading {
  position: relative;
}
.sec-kv .title-heading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 56%;
  height: 100%;
  background: url(/accessibility/image_uniq/index_kv_bg_pc.jpg) no-repeat right bottom/cover;
}
.sec-kv .title-heading > .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 40px 40px 0;
}
.sec-kv .title-heading > .inner .title .main-title {
  color: #141d1d;
  font-size: 3.6rem;
  font-weight: bold;
}
.sec-kv .title-heading > .inner .title .sub-title {
  display: inline-block;
  margin-top: 6px;
  color: #004831;
  font-size: 2.4rem;
  font-weight: bold;
}
.sec-kv .title-heading > .inner .lead {
  margin-top: 32px;
}
.sec-kv .title-heading > .inner .lead > .text {
  font-weight: bold;
  line-height: 1.88;
}
.sec-kv .title-heading > .inner .lead > .text:not(:first-child) {
  margin-top: 34px;
}
.sec-policy .title-heading02 {
  margin-bottom: 86px;
}
.sec-policy .img-block01:not(:first-child) {
  margin-top: 100px;
}
.sec-policy .img-block01 .img {
  width: 496px;
}
.sec-policy .img-block01 .img > figure > img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.sec-policy .img-block01.img-right .text {
  padding-right: 45px;
}
.sec-policy .img-block01.img-left .text {
  padding-left: 45px;
}
.sec-effort .effort-list > .item .card-tile03 > .inner .text {
  padding-left: 28px;
  padding-right: 28px;
}
.sec-effort .effort-list > .item .card-tile03 > .inner dl.text {
  min-height: 142px;
}
.sec-effort .effort-list > .item .card-tile03 > .inner div.text {
  padding-bottom: 30px;
}
.bg_green01 {
  margin-top: 118px;
  padding: 100px 0 86px;
  background: #F5F9E6;
}
.sec-exam .list-circle01 > .item::before {
  background: #56635F;
}
.sec-exam .list-circle01 > .item:not(:first-child) {
  margin-top: 14px;
}
.sec-result .column-layoutB4 > li > .card-tile01 {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-kv .title-heading::before {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #header-wrap {
    box-shadow: none;
  }
  section > .title-heading02 {
    margin-top: 60px;
  }
  .sec-kv .title-heading::before {
    display: none;
  }
  .sec-kv .title-heading > .inner {
    padding: 0;
  }
  .sec-kv .title-heading > .inner .title {
    height: 90vw;
    max-height: 400px;
    padding: 38px 24px 0;
    background: url(/accessibility/image_uniq/index_kv_bg_sp.jpg) no-repeat center bottom/cover;
  }
  .sec-kv .title-heading > .inner .title .main-title {
    font-size: 2.8rem;
    letter-spacing: -0.02em;
  }
  .sec-kv .title-heading > .inner .title .sub-title {
    margin-top: 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
  .sec-kv .title-heading > .inner .lead {
    padding: 0 20px;
    letter-spacing: -0.02em;
  }
  .sec-kv .title-heading > .inner .lead .text {
    line-height: 1.6;
  }
  .sec-policy .title-heading02 {
    margin-bottom: 40px;
  }
  .sec-policy .img-block01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4.8vw;
  }
  .sec-policy .img-block01:not(:first-child) {
    margin-top: 0;
  }
  .sec-policy .img-block01.img-right {
    flex-direction: column-reverse;
  }
  .sec-policy .img-block01 .img figure img {
    border-radius: 0;
  }
  .sec-policy .img-block01.img-left .text,
  .sec-policy .img-block01.img-right .text {
    padding: 18px 18px 48px;
  }
  .sec-effort .effort-list > .item .card-tile03 > .inner .text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sec-effort .effort-list > .item .card-tile03 > .inner dl.text {
    min-height: auto;
  }
  .bg_green01 {
    margin-top: 74px;
    padding: 52px 0;
  }
  .sec-exam .list-circle01 > .item > a {
    display: block;
  }
  .sec-result .column-layoutB4 > li > .card-tile01 {
    min-height: auto;
  }
}