.sec_ttl_wrap .sec_ttl_en {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EC6C00;
  margin-bottom: 16px;
}
.sec_ttl_wrap h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-wrap: inherit;
}

@media screen and (min-width: 768px) {
  .sec_ttl_wrap .sec_ttl_en {
    font-size: 1.9rem;
    margin-bottom: 18px;
  }
  .sec_ttl_wrap h2 {
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.highlight {
  background: linear-gradient(transparent 60%, #FFF958 60%);
}

/*====================
  page_mv
====================*/
.page_mv {
  position: relative;
}
.page_mv #mv {
  min-height: 313px;
  width: 100%;
  background: url("../img/recruit/information/mv_bg_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.page_mv .mv_ttl {
  position: absolute;
  left: 15px;
  top: 47px;
  max-width: 70%;
}
.page_mv .mv_point {
  position: absolute;
  right: 24px;
  bottom: 10px;
  width: 33%;
}
.page_mv .mv_point img {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .page_mv #mv {
    min-height: 328px;
    background: url("../img/recruit/information/mv_bg_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page_mv .mv_ttl {
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 377px;
  }
  .page_mv .mv_point {
    position: absolute;
    right: 5vw;
    bottom: -75px;
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .page_mv .mv_point {
    position: absolute;
    right: calc((100vw - 1024px) / 2);
    bottom: -75px;
    width: 150px;
  }
}
/*====================
  sec_lead
====================*/
.sec_lead {
  padding: 32px 0 35px;
}
.sec_lead .inner {
  padding: 0 15px;
}
.sec_lead p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sec_lead {
    padding: 35px 0 45px;
  }
  .sec_lead .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_lead p {
    font-size: 1.6rem;
    padding-right: 160px;
  }
}
/*====================
  sec_about
====================*/
.sec_about {
  background-color: #F5F5F5;
}
.sec_about .inner {
  padding: 0 15px;
}
.sec_about p {
  font-size: 1.4rem;
  line-height: 2;
}
.sec_about .block_bg {
  padding: 14px 0 30px;
}
.sec_about .block_bg .sec_ttl_wrap {
  text-align: center;
}
.sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: .6em 1.4em .7em;
  display: inline-block;
  position: relative;
}
.sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/recruit/information/ttl_bloon.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  bottom: -14px;
}
.sec_about .block_bg .sec_ttl_wrap h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 24px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.sec_about .block_bg .sec_ttl_wrap h2::after {
  content: '';
  display: inline-block;
  width: 74px;
  height: 2px;
  background-color: #7FCE44;
  border-radius: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_about .block_bg ._img {
  margin-top: 22px;
}
.sec_about .block_bg ._img img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec_about {
    background-color: inherit;
  }
  .sec_about .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_about p {
    font-size: 1.6rem;
  }
  .sec_about .block_bg {
    background-color: #F5F5F5;
    padding: 40px;
  }
  .sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon {
    padding: .6em 2.6em .7em;
  }
  .sec_about .block_bg .sec_ttl_wrap .sec_ttl_bloon::after {
    right: -25px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec_about .block_bg .sec_ttl_wrap h2 {
    font-size: 2.7rem;
    padding-bottom: 24px;
  }
  .sec_about .block_bg .sec_ttl_wrap h2::after {
    width: 86px;
  }
  .sec_about .block_bg ._text {
    text-align: center;
  }
  .sec_about .block_bg ._img {
    margin-top: 42px;
  }
}
/*====================
  sec_about
====================*/
.sec_sites {
  padding: 44px 0 54px;
}
.sec_sites .inner {
  padding: 0 15px;
}
.sec_sites .slider_wrap {
  margin: 24px auto 38px;
}
.sec_sites .slider_sites li.slider_sites_item {
  padding-left: 20px;
  border-left: solid 2px rgba(76, 73, 72, 0.14);
  position: relative;
}
.sec_sites .slider_sites li.slider_sites_item::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #EC6C00;
  position: absolute;
  top: 0;
  left: -2px;
}
.sec_sites .slider_sites ._text {
  margin-top: 13px;
}
.sec_sites .slider_sites ._text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 13px;
}
.sec_sites .slider_sites ._text p {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 1.85;
  margin: 0;
}
.sec_sites .slick-dots {
  bottom: -38px;
}
.sec_sites .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3.5px;
}
.sec_sites .slick-dots li button:before {
  font-size: 8px;
  color: #D1D1D1;
}
.sec_sites .slick-dots li.slick-active button:before {
  color: #EC6C00;
}

@media screen and (min-width: 768px) {
  .sec_sites {
    padding: 90px 0 130px;
  }
  .sec_sites .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_sites .slider_wrap {
    margin: 50px auto 0;
  }
  .sec_sites .slider_sites li.slider_sites_item {
    display: flex;
    padding-left: 30px;
  }
  .sec_sites .slider_sites li.slider_sites_item::after {
    height: 55px;
  }
  .sec_sites .slider_sites li.slider_sites_item ._img {
    width: calc(50% - 44px);
  }
  .sec_sites .slider_sites li.slider_sites_item ._img img {
    width: 100%;
  }
  .sec_sites .slider_sites ._text {
    margin-top: 0;
    width: 50%;
    padding-left: 44px;
  }
  .sec_sites .slider_sites ._text h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 13px;
  }
  .sec_sites .slider_sites ._text p {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    line-height: 1.85;
  }
  .sec_sites .slick-dots {
    text-align: left;
    left: -8px;
  }
  .sec_sites button.slick-arrow {
    width: 24px;
    height: 24px;
    z-index: 2 !important;
    top: calc(100% + 30px) !important;
    left: inherit;
  }
  .sec_sites .slick-prev:before, .sec_sites .slick-next:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec_sites .slick-next.slick-arrow {
    right: 0;
  }
  .sec_sites .slick-next.slick-arrow::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #D1D1D1;
    position: absolute;
    top: 0;
    left: -12px;
  }
  .sec_sites .slick-next:before {
    background: url(../img/common/arrow_S.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .sec_sites .slick-prev.slick-arrow {
    right: 48px;
  }
  .sec_sites .slick-prev:before {
    background: url(../img/common/arrow_S.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg);
  }
}
/*====================
  sec_reason
====================*/
.sec_reason {
  padding: 46px 0 40px;
  background-color: #F5F5F5;
}
.sec_reason .inner {
  padding: 0 15px;
}
.sec_reason .flex_wrap:not(:first-child) {
  margin-top: 45px;
}
.sec_reason .flex_wrap ._img {
  margin-top: 30px;
}
.sec_reason .flex_wrap ._img img {
  width: 100%;
}
.sec_reason .flex_wrap ._text p {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .sec_reason {
    padding: 100px 0 90px;
  }
  .sec_reason .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_reason .sec_ttl_wrap .sec_ttl_en {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sec_reason .flex_wrap {
    display: flex;
    justify-content: space-between;
  }
  .sec_reason .flex_wrap:not(:first-child) {
    margin-top: 100px;
  }
  .sec_reason .flex_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sec_reason .flex_wrap ._img {
    margin-top: 0;
    max-width: 42%;
  }
  .sec_reason .flex_wrap ._text {
    width: 50%;
  }
  .sec_reason .flex_wrap ._text p {
    font-size: 1.6rem;
  }
}
/*====================
  sec_features
====================*/
.sec_features {
  padding: 47px 0 57px;
}
.sec_features .inner {
  padding: 0 15px;
}
.sec_features ul {
  margin-top: 43px;
}
.sec_features ul li {
  border-bottom: solid 1px rgba(76, 73, 72, 0.14);
  padding: 20px 0 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sec_features ul li .list_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_features ._num {
  font-size: 2.8rem;
  color: #EC6C00;
}
.sec_features ._icon {
  margin: 20px auto;
}
.sec_features ._icon img {
  margin: 0 auto;
}
.sec_features p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.56;
}
.sec_features .linkBtn_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
.sec_features .linkBtn_wrap a {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .sec_features {
    padding: 118px 0 130px;
  }
  .sec_features .inner {
    padding: 0 38px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .sec_features ul {
    margin-top: 50px;
    display: flex;
  }
  .sec_features ul li {
    width: calc(100% / 3);
    border-bottom: 0;
    border-left: solid 2px rgba(76, 73, 72, 0.14);
    padding: 44px 0 34px;
    position: relative;
  }
  .sec_features ul li::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 44px;
    background-color: #EC6C00;
    position: absolute;
    top: 0;
    left: -2px;
  }
  .sec_features ._num {
    font-size: 3.7rem;
  }
  .sec_features ._icon {
    margin: 36px auto 28px;
  }
  .sec_features p {
    font-size: 1.8rem;
  }
  .sec_features .linkBtn_wrap {
    margin-top: 50px;
    flex-direction: row;
    justify-content: center;
    gap: 0 40px;
  }
  .sec_features .linkBtn_wrap .linkBtn {
    width: 234px;
  }
  .sec_features .linkBtn_wrap .linkBtn a {
    padding-right: 32px;
  }
}

/*# sourceMappingURL=information.css.map */
