@charset "UTF-8";
.about-himejo.features.page .contents {
  padding-top: 0;
  padding-bottom: 0;
}
.about-himejo.features .intro {
  padding: 190px 0 100px;
  background-color: #222222;
  background-image: url(/about-himejo/features/img/pattern_intro_bottom_pc.png);
  background-repeat: no-repeat;
  background-size: 519px 288px;
  background-position: right 0 bottom 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro {
    padding: 100px 0 40px;
    background-image: url(/about-himejo/features/img/pattern_intro_bottom_sp.png);
    background-repeat: no-repeat;
    background-size: 119px 120px;
    background-position: right 0 bottom 0;
  }
}
.about-himejo.features .intro:before {
  content: "";
  width: 100%;
  height: 311px;
  background: url(/about-himejo/features/img/mv_pc.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro:before {
    height: 483px;
    background: url(/about-himejo/features/img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.about-himejo.features .intro:after {
  content: "";
  width: 100%;
  height: calc(100% - 311px);
  background: url(/about-himejo/features/img/pattern_intro_pc.png) no-repeat;
  background-size: cover;
  background-position: bottom 0 right 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro:after {
    width: 216px;
    height: 210px;
    background: url(/about-himejo/features/img/pattern_intro_sp.png) no-repeat;
    background-size: contain;
    bottom: 20px;
  }
}
.about-himejo.features .intro .charm {
  max-width: 744px;
  margin-left: calc((100% - 1140px) / 2 - 80px);
  background: #fff;
  padding: 70px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro .charm {
    width: 90%;
    margin-left: 0;
    padding: 50px 5%;
  }
}
.about-himejo.features .intro .charm .copy {
  font-size: 2.25rem;
  margin: 50px 0 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro .charm .copy {
    font-size: 1.75rem;
  }
}
.about-himejo.features .intro .charm .copy span {
  color: #CE3533;
}
.about-himejo.features .intro .charm .copy:before {
  content: "";
  display: block;
  width: 248px;
  height: 51px;
  background: url(/about-himejo/features/img/sub_txt.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -45px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro .charm .copy:before {
    width: 198px;
    height: 40px;
  }
}
.about-himejo.features .intro .intro-image {
  max-width: 736px;
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: calc(592px + (100% - 1140px) / 2);
  bottom: 60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro .intro-image {
    width: 100%;
    position: static;
    padding: 0 5%;
    margin-top: 30px;
  }
}
.about-himejo.features .intro .intro-image li {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
.about-himejo.features .intro .intro-image li:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .intro .intro-image li:first-of-type {
    margin-top: 35px;
  }
}
.about-himejo.features .point {
  position: relative;
}
.about-himejo.features .point .point-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F5F5F5;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head {
    padding: 18px;
    margin-bottom: 25px;
  }
}
.about-himejo.features .point .point-head dt {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: bold;
  background: #CE3533;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dt {
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
}
.about-himejo.features .point .point-head dt .en {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dt .en {
    font-size: 0.625rem;
  }
}
.about-himejo.features .point .point-head dt .num {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dt .num {
    font-size: 2rem;
  }
}
.about-himejo.features .point .point-head dd {
  width: calc(100% - 94px);
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dd {
    width: calc(100% - 68px);
  }
}
.about-himejo.features .point .point-head dd .sub {
  color: #CE3533;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dd .sub {
    font-size: 0.75rem;
  }
}
.about-himejo.features .point .point-head dd .sub span {
  color: #222222;
}
.about-himejo.features .point .point-head dd .point-ttl {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-head dd .point-ttl {
    font-size: 1.75rem;
  }
}
.about-himejo.features .point .point-copy {
  font-size: 1.625rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-copy {
    font-size: 1.25rem;
  }
}
.about-himejo.features .point .point-wrap {
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-wrap {
    padding: 90px 5% 80px;
  }
}
.about-himejo.features .point .point-wrap .point-txt {
  width: 512px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-wrap .point-txt {
    width: 100%;
  }
}
.about-himejo.features .point .point-wrap .point-image {
  width: 565px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point .point-wrap .point-image {
    width: 100%;
  }
}
.about-himejo.features .point.point01 {
  background-image: url(/about-himejo/features/img/pattern_point01_pc.png);
  background-repeat: no-repeat;
  background-size: 550px 469px;
  background-position: bottom 0 right 0;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point01 {
    background-image: url(/about-himejo/features/img/pattern_point01_sp.png), url(/about-himejo/features/img/pattern_point01_02_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 345px 279px, 63px 94px;
    background-position: bottom 0 right 0, top 55px left 5px;
  }
}
.about-himejo.features .point.point01 .point-wrap .point-image {
  margin-top: 30px;
}
.about-himejo.features .point.point02 {
  z-index: 1;
  padding: 100px 0 70px;
  background: url(/about-himejo/features/img/pattern_point02_01_pc.png), url(/about-himejo/features/img/pattern_point02_02_pc.png), linear-gradient(180deg, #222222 0%, #222222 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 left 277px, top 65px right 0, top left;
  background-size: 107px 102px, 443px 333px, 100% 100%;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 {
    padding: 80px 0 230px;
    background: url(/about-himejo/features/img/pattern_point02_01_sp.png), url(/about-himejo/features/img/pattern_point02_02_sp.png), linear-gradient(180deg, #222222 0%, #222222 45%, #fff 45%, #fff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top 5px left 5%, top 39% right 0, top left;
    background-size: 101px 112px, 100% 117px, 100% 100%;
  }
}
.about-himejo.features .point.point02 .point-head {
  margin-left: 230px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head {
    margin-left: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.about-himejo.features .point.point02 .point-head dd {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head dd {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head dd .flex-wrap {
    width: 100%;
  }
}
.about-himejo.features .point.point02 .point-head dd .flex-wrap:first-of-type {
  margin-right: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head dd .flex-wrap:first-of-type {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.about-himejo.features .point.point02 .point-head dd .flex-wrap:first-of-type:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/about-himejo/features/img/icon_kakeru.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -33px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-head dd .flex-wrap:first-of-type:after {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -30px;
  }
}
.about-himejo.features .point.point02 .point-txt {
  margin-left: 515px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-txt {
    margin-left: 0;
  }
}
.about-himejo.features .point.point02 .point-txt .percent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-txt .percent {
    justify-content: center;
  }
}
.about-himejo.features .point.point02 .point-txt .percent .head {
  margin-right: 13px;
}
.about-himejo.features .point.point02 .point-txt .percent .head p {
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.about-himejo.features .point.point02 .point-txt .percent .head p span {
  border-bottom: 1px solid #707070;
}
.about-himejo.features .point.point02 .point-txt .percent .per p {
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-txt .percent .per p {
    font-size: 2.5rem;
  }
}
.about-himejo.features .point.point02 .point-txt .percent .per p .num {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-txt .percent .per p .num {
    font-size: 4.9375rem;
  }
}
.about-himejo.features .point.point02 .point-image {
  width: 450px;
  position: absolute;
  left: calc((100% - 1140px) / 2);
  top: 195px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-image {
    width: 90%;
    left: 5%;
    top: auto;
    bottom: -25px;
    display: flex;
    flex-wrap: wrap;
  }
}
.about-himejo.features .point.point02 .point-image li {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-image li {
    width: 48%;
  }
}
.about-himejo.features .point.point02 .point-image li:first-of-type {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point02 .point-image li:first-of-type {
    margin-bottom: 0;
    margin-right: 4%;
  }
}
.about-himejo.features .point.career {
  padding: 200px 0 80px;
  background: url(/about-himejo/features/img/point02_background_pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career {
    padding: 95px 0 35px;
    background: url(/about-himejo/features/img/point02_background_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.about-himejo.features .point.career .point-wrap {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-wrap {
    padding: 0 5%;
  }
}
.about-himejo.features .point.career .point-txt {
  width: 518px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-txt {
    width: 100%;
  }
}
.about-himejo.features .point.career .point-txt .career-copy {
  font-size: 1.75rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-txt .career-copy {
    font-size: 1.375rem;
  }
}
.about-himejo.features .point.career .point-txt .career-copy span {
  background: #fff;
  padding: 5px 10px;
}
.about-himejo.features .point.career .point-txt .career-copy small {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-txt .career-copy small {
    font-size: 1.0625rem;
  }
}
.about-himejo.features .point.career .point-txt p {
  color: #fff;
}
.about-himejo.features .point.career .point-txt p.sub-copy {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-txt p.sub-copy {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-image {
    margin-top: 20px;
  }
}
.about-himejo.features .point.career .point-image .career-num {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.career .point-image .career-num {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 {
    padding-bottom: 45px;
  }
}
.about-himejo.features .point.point03 .point-txt .point-copy {
  margin-bottom: 15px;
}
.about-himejo.features .point.point03 .point-txt .indent {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-txt .indent {
    margin-bottom: 20px;
  }
}
.about-himejo.features .point.point03 .point-txt .indent li {
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-txt .indent li {
    font-size: 1rem;
  }
}
.about-himejo.features .point.point03 .point-image {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-image {
    width: 95%;
    margin-left: 5%;
    margin-top: 25px;
  }
}
.about-himejo.features .point.point03 .point-image li {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-image li {
    width: 47%;
  }
}
.about-himejo.features .point.point03 .point-image li:first-of-type {
  width: 280px;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-image li:first-of-type {
    width: 50%;
    margin-right: 3%;
  }
}
.about-himejo.features .point.point03 .point-image li img {
  border-radius: 10px;
}
.about-himejo.features .point.point03 .point-image li.qualification {
  width: 272px;
  position: absolute;
  bottom: 0;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point03 .point-image li.qualification {
    width: 78%;
    left: -5%;
    bottom: -45px;
  }
}
.about-himejo.features .point.point03 .point-image li.qualification img {
  border-radius: 0;
}
.about-himejo.features .point.point04 {
  padding: 180px 0 160px;
  background: url(/about-himejo/features/img/point04_background_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 {
    padding: 100px 0;
    background: url(/about-himejo/features/img/point04_background_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.about-himejo.features .point.point04 .point-txt {
  width: 970px;
  background: #fff;
  margin-left: auto;
  margin-right: calc((100% - 1140px) / 2 - 60px);
  padding: 65px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt {
    width: 90%;
    margin-right: 0;
    padding: 50px 5% 50px 8%;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-head {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-head dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-head dt .sub {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-head dd {
    width: 100%;
    text-align: center;
  }
}
.about-himejo.features .point.point04 .point-txt .point-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-list li {
    margin-bottom: 35px;
  }
}
.about-himejo.features .point.point04 .point-txt .point-list li:last-of-type {
  margin-bottom: 0;
}
.about-himejo.features .point.point04 .point-txt .point-list li .point04-thumb {
  width: 202px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-list li .point04-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about-himejo.features .point.point04 .point-txt .point-list li .point04-txt {
  width: calc(100% - 232px);
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point04 .point-txt .point-list li .point04-txt {
    width: 100%;
  }
}
.about-himejo.features .point.point04 .point-txt .point-list li .point04-txt h4 {
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.about-himejo.features .point.point05 .point-txt {
  width: 705px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point05 .point-txt {
    width: 100%;
  }
}
.about-himejo.features .point.point05 .point-image {
  width: 385px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .point.point05 .point-image {
    width: 100%;
    margin-top: 25px;
  }
}
.about-himejo.features .support {
  background: url(/about-himejo/features/img/pattern_support_pc.png), linear-gradient(180deg, #222222 0%, #222222 410px, #F5D7D6 410px, #F5D7D6 100%);
  background-repeat: no-repeat;
  background-position: 0 410px, top left;
  background-size: 100% auto, 100% 100%;
  padding: 190px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support {
    background: url(/about-himejo/features/img/pattern_support_sp.png), linear-gradient(180deg, #222222 0%, #222222 410px, #F5D7D6 410px, #F5D7D6 100%);
    background-repeat: no-repeat;
    background-position: 0 410px, top left;
    background-size: 100% auto, 100% 100%;
  }
}
.about-himejo.features .support:before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/about-himejo/features/img/loop_txt01.png) repeat-x;
  background-position: 0 0;
  background-size: 1466px auto;
  animation: flow-txt 60s linear infinite;
  position: absolute;
  top: 52px;
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1466px 0;
  }
}
.about-himejo.features .support:after {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/about-himejo/features/img/loop_txt02.png) repeat-x;
  background-position: 0 0;
  background-size: 1942px auto;
  animation: flow-txt02 60s linear infinite;
  position: absolute;
  bottom: 55px;
}
@keyframes flow-txt02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1942px 0;
  }
}
.about-himejo.features .support .support-ttl {
  width: 480px;
  font-size: 2.375rem;
  margin-left: auto;
  margin-right: 130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-ttl {
    width: 100%;
    margin-right: 0;
    font-size: 1.5625rem;
    text-align: center;
  }
}
.about-himejo.features .support .support-ttl span {
  background: #fff;
  padding: 5px 13px;
}
.about-himejo.features .support .support-ttl img {
  width: 157px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-ttl img {
    width: 109px;
  }
}
.about-himejo.features .support .support-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-list {
    margin-top: 35px;
  }
}
.about-himejo.features .support .support-list:before {
  content: "";
  display: block;
  width: 600px;
  height: 289px;
  background: url(/about-himejo/features/img/img_people01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -256px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-list:before {
    width: 100%;
  }
}
.about-himejo.features .support .support-list li {
  width: 360px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-list li {
    width: 100%;
    margin-right: 0;
  }
}
.about-himejo.features .support .support-list li:nth-of-type(3n) {
  margin-right: 0;
}
.about-himejo.features .support .support-list li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px 15px;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-list li a {
    padding: 30px 5% 15px;
  }
}
.about-himejo.features .support .support-list li a:hover {
  background: #FDEEED;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-list li a:hover {
    background: #fff;
  }
}
.about-himejo.features .support .support-list li .support-txt {
  width: 100%;
  position: relative;
}
.about-himejo.features .support .support-list li .support-txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #222222 1px, transparent 1px);
  background-size: 6px 1px; /* ドット+間隔（1px + 5px） */
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-himejo.features .support .support-list li .support-txt dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.about-himejo.features .support .support-list li .support-txt dt .icon {
  width: 56px;
  margin-right: 10px;
}
.about-himejo.features .support .support-list li .support-txt dt .support-copy {
  width: calc(100% - 66px);
}
.about-himejo.features .support .support-list li .support-txt dd {
  margin-bottom: 25px;
}
.about-himejo.features .support .support-list li .btn {
  width: auto;
  margin-left: auto;
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.about-himejo.features .support .support-list li .btn .la-arrow-right {
  margin-left: 10px;
}
.about-himejo.features .support .support-list li.car a {
  pointer-events: none;
}
.about-himejo.features .support .support-list li.car a .support-txt:after {
  content: none;
}
.about-himejo.features .support .txt-anime {
  position: relative;
}
.about-himejo.features .support .txt-anime:before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/about-himejo/features/img/loop_txt02.png) repeat-x;
  background-position: 0 0;
  background-size: 1942px auto;
  animation: flow-txt03 60s linear infinite;
  position: absolute;
  top: -131px;
}
@keyframes flow-txt03 {
  0% {
    background-position: -1942px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.about-himejo.features .support .support-people {
  width: 305px;
  position: relative;
  z-index: 3;
  margin-right: calc(197px + (100% - 1140px) / 2);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about-himejo.features .support .support-people {
    width: 78%;
    margin-right: 0;
  }
}/*# sourceMappingURL=features.css.map */