@charset "UTF-8";
/*color*/
/*weight*/
/*header*/
.p-page-top {
  /* ---------------------------
    mv
  --------------------------- */
  /* ---------------------------
    グループ企業 Group
  --------------------------- */
  /* ---------------------------
    新着情報 News
  --------------------------- */
  /* --------------------------------
    IR情報・会社概要　横並び　共通
  -------------------------------- */
}
.p-page-top .p-mv {
  width: 100%;
  height: 100%;
  min-height: 48rem;
  padding-top: 44.1666666667%;
  position: relative;
  background-image: url(../img/top/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .p-page-top .p-mv {
/*    background-image: url(../img/top/mv@2x.jpg);*/
  }
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv {
    padding-top: 125.9375%;
    min-height: 0;
    margin-bottom: 0;
    background-image: url(../img/top/mv_sp.jpg);
  }
}
.p-page-top .p-mv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_inner {
    padding: 5rem 3.5rem 0;
  }
}
.p-page-top .p-mv_catch {
  max-width: 100rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.p-page-top .p-mv_catch.-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-page-top .p-mv_catch_title {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .p-page-top .p-mv_catch_title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 1.5rem;
  }
}
.p-page-top .p-mv_catch_text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1.6;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-page-top .p-mv_catch_text .slsp {
    letter-spacing: -0.016rem;
  }
}
.p-page-top .p-mv_catch_button {
  max-width: 20.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_button {
    max-width: 25.7rem;
    margin-bottom: 4rem;
  }
}
.p-page-top .p-mv_catch_button a {
  width: 100%;
  padding: 0.3rem 2.5rem 0.5rem;
  display: block;
  background-color: #8fbf40;
  border: solid 1px #8fbf40;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_button a {
    font-size: 20px;
    font-size: 2rem;
    padding: 0.4rem 1rem 0.5rem 3rem;
  }
}
.p-page-top .p-mv_catch_button a::after {
  content: "";
  width: 1.57rem;
  height: 1.53rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/r_arrow.svg);
          mask-image: url(../img/common/r_arrow.svg);
  background-color: #fff;
  display: inline-block;
  position: relative;
  left: 1.7rem;
  top: 0.12rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_button a::after {
    width: 1.95rem;
    height: 1.9rem;
  }
}
.p-page-top .p-mv_catch_button a:hover {
  background-color: #fff;
  color: #8fbf40;
}
.p-page-top .p-mv_catch_button a:hover::after {
  background-color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_button a:hover {
    background-color: #8fbf40;
    color: #fff;
  }
  .p-page-top .p-mv_catch_button a:hover::after {
    background-color: #fff;
  }
}
.p-page-top .p-mv_catch_pic {
  max-width: 56rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_pic {
    display: block;
    max-width: none;
  }
}
.p-page-top .p-mv_catch_pic_item {
  max-width: 17.8rem;
  width: 100%;
  border: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .p-page-top .p-mv_catch_pic_item {
    max-width: 17rem;
    margin: 1rem 0;
  }
  .p-page-top .p-mv_catch_pic_item:nth-child(odd) {
    margin-bottom: 0;
    margin-top: 0;
/*    margin-left: 2rem;*/
  }
}
.p-page-top .p-mv_catch_pic_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-page-top .s-group {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group {
    padding-top: 5.7rem;
  }
}
.p-page-top .s-group_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
}
.p-page-top .s-group_flex_left {
  max-width: 47.6rem;
  width: 100%;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_left {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    margin: 0 auto;
  }
}
.p-page-top .s-group_flex_left_text {
  max-width: 46.4rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: justify;
  padding-top: 0.6rem;
}
.p-page-top .s-group_flex_left_text .lsp {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
.p-page-top .s-group_flex_left_text .msp {
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_left_text {
    max-width: none;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    letter-spacing: -0.01rem !important;
    padding-top: 2.5rem;
  }
  .p-page-top .s-group_flex_left_text .splsp {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-page-top .s-group_flex_left_text .lsp {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-page-top .s-group_flex_right {
  max-width: 44.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right {
    max-width: none;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    display: block;
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.p-page-top .s-group_flex_right_icon {
  max-width: 10.4rem;
  width: 100%;
  margin-right: 1rem;
  position: relative;
  bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_icon {
    bottom: 0;
    max-width: 14rem;
    margin: 0 auto 3rem;
  }
}
.p-page-top .s-group_flex_right_txt {
  max-width: 33.3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt {
    max-width: none;
  }
}
.p-page-top .s-group_flex_right_txt_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt_label {
    padding-bottom: 1.3rem;
  }
}
.p-page-top .s-group_flex_right_txt_label li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  max-width: 7.9rem;
  width: 100%;
  text-align: center;
  padding: 0.35rem 0;
  line-height: 1.4;
}
.p-page-top .s-group_flex_right_txt_label li.orange {
  background-color: #e3b300;
}
.p-page-top .s-group_flex_right_txt_label li.pink {
  background-color: #ce476e;
}
.p-page-top .s-group_flex_right_txt_label li.blue {
  background-color: #3ca3ca;
}
.p-page-top .s-group_flex_right_txt_label li.green {
  background-color: #1a924b;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt_label li {
    font-size: 20px;
    font-size: 2rem;
    max-width: 13.3rem;
    padding: 0.6rem 0;
  }
}
.p-page-top .s-group_flex_right_txt_dsc {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04rem;
  text-align: justify;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-bottom: 1rem;
    font-size: 1.4rem;
}
.p-page-top .s-group_flex_right_txt_dsc .lsp {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt_dsc {
    line-height: 1.6;
    padding-bottom: 2.3rem;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.p-page-top .s-group_flex_right_txt_button {
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt_button {
/*    max-width: 26.4rem;*/
    margin: 0 auto;
  }
}
.p-page-top .s-group_flex_right_txt_button a {
  width: 100%;
  padding: 0.3rem 2rem 0.5rem 0;
  display: block;
  background-color: #8fbf40;
  border: solid 1px #8fbf40;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.5rem;
    text-align: center;
    position: relative;
}
.p-page-top .s-group_flex_right_txt_button a::after {
  content: "";
  width: 1.57rem;
  height: 1.53rem;
/*
  width: 1.65rem;
  height: 1.65rem;
*/
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/r_arrow.svg);
          mask-image: url(../img/common/r_arrow.svg);
  background-color: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
/*
  -webkit-mask-image: url(../img/common/icn_link.svg);
          mask-image: url(../img/common/icn_link.svg);
  background-color: #fff;
  display: inline-block;
  position: relative;
  left: 0.8rem;
  top: 0.12rem;
*/

  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-page-top .s-group_flex_right_txt_button a:hover {
  background-color: #fff;
  color: #8fbf40;
}
.p-page-top .s-group_flex_right_txt_button a:hover::after {
  background-color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_flex_right_txt_button a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-page-top .s-group_flex_right_txt_button a::after {
    width: 1.81rem;
    height: 1.81rem;
  }
  .p-page-top .s-group_flex_right_txt_button a:hover {
    color: #fff;
    background-color: #8fbf40;
  }
  .p-page-top .s-group_flex_right_txt_button a:hover::after {
    background-color: #fff;
  }
}
.p-page-top .s-group_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link {
    display: block;
  }
}
.p-page-top .s-group_link_item {
  max-width: 30.2rem;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item {
    max-width: none;
    width: 100%;
    padding-bottom: 2.4rem;
  }
  .p-page-top .s-group_link_item:last-child {
    padding-bottom: 0;
  }
}
.p-page-top .s-group_link_item a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-page-top .s-group_link_item a figure {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a figure {
    max-width: 26.4rem;
    margin-bottom: 0;
  }
}
.p-page-top .s-group_link_item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a .txtbx {
    max-width: 28.4rem;
    width: 100%;
  }
}
.p-page-top .s-group_link_item a .txtbx .text {
  font-weight: 600;
  text-indent: -1.2rem;
  padding-left: 1.6rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.02rem;
}
.p-page-top .s-group_link_item a .txtbx .text::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-color: #8fbf40;
  border-radius: 1em;
  display: inline-block;
  margin-right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a .txtbx .text {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 1.2rem;
    color: #333333;
  }
}
.p-page-top .s-group_link_item a:hover figure {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a:hover figure {
    opacity: 1;
  }
}
.p-page-top .s-group_link_item a:hover .text {
  color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item a:hover .text {
    color: #333333;
  }
}
.p-page-top .s-group_link_item:nth-of-type(2) {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item:nth-of-type(2) {
    margin: 0;
  }
}
.p-page-top .s-group_link_item:nth-of-type(2) .text {
/*  text-align: center;*/
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-group_link_item:nth-of-type(2) .text {
    text-align: left;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }
}
.p-page-top .s-news {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news {
    padding-top: 6rem;
  }
}
.p-page-top .s-news .l-title_en {
  margin-left: 1rem;
}
.p-page-top .s-news_list {
  width: 100%;
  border-bottom: solid 1px #cbcbcb;
}
.p-page-top .s-news_list_item:last-child a {
  border-bottom: none;
}
.p-page-top .s-news_list_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: dashed 1px #cbcbcb;
  padding: 1rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.7rem 1rem 1rem;
  }
}
.p-page-top .s-news_list_item a .news-time {
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin-right: 1.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a .news-time {
    margin-right: 0.8rem;
  }
}
.p-page-top .s-news_list_item a .news-category {
  max-width: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a .news-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
    max-width: inherit;
  }
}
.p-page-top .s-news_list_item a .news-category li {
  padding: 0 0.5rem;
}
.p-page-top .s-news_list_item a .news-category li + li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a .news-category li + li {
    margin-top: 0;
  }
}
.p-page-top .s-news_list_item a .news-category_tag {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background-color: rgb(183, 184, 179);
  text-align: center;
  padding: 0.3rem 0.5rem;
  min-width: 7.8rem;
  display: block;
  word-break: break-word;
}
.p-page-top .s-news_list_item a .news-category_tag.-new {
  background-color: rgb(143, 191, 64);
}
.p-page-top .s-news_list_item a .news-category_tag.-news {
  background-color: rgba(26, 146, 75, 0.7);
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a .news-category_tag {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 9.36rem;
    padding: 0.2rem 1.5rem;
  }
}
.p-page-top .s-news_list_item a .news-title {
  display: block;
  margin-left: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a .news-title {
    margin-left: 0;
    width: 100%;
    padding-top: 0.3rem;
  }
}
.p-page-top .s-news_list_item a .news-title p {
  font-weight: 500;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-page-top .s-news_list_item a:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news_list_item a:hover {
    background-color: #fff;
  }
}
.p-page-top .s-news .view-more {
  text-align: right;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news .view-more {
    padding-right: 0;
  }
}
.p-page-top .s-news .view-more a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: middle;
  color: #333333;
}
.p-page-top .s-news .view-more a::after {
  content: "";
  width: 1.6rem;
  height: 1.55rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/common/r_arrow.svg);
          mask-image: url(../img/common/r_arrow.svg);
  background-color: #8fbf40;
  display: inline-block;
  margin-left: 0.6rem;
  position: relative;
  top: 0.17rem;
}
.p-page-top .s-news .view-more a:hover {
  color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .s-news .view-more a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #666666;
  }
  .p-page-top .s-news .view-more a::after {
    width: 1.89rem;
    height: 1.85rem;
  }
  .p-page-top .s-news .view-more a:hover {
    color: #666666;
  }
}
.p-page-top .flex-section {
  max-width: 104rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* ---------------------------
    IR情報 IR Infomation
  --------------------------- */
  /* ---------------------------
    会社概要 Company Profile
  --------------------------- */
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section {
    display: block;
    padding: 0 3.5rem;
    padding-top: 5.5rem;
  }
}
.p-page-top .flex-section .flx-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.2rem;
}
.p-page-top .flex-section .flx-bx_txt {
  max-width: 24rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .flx-bx_txt {
    max-width: 27rem;
  }
}
.p-page-top .flex-section .flx-bx_txt_dsc {
  font-weight: 500;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .flx-bx_txt_dsc {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.013rem;
  }
}
.p-page-top .flex-section .flx-bx_txt_button {
  width: 100%;
  margin-top: .5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .flx-bx_txt_button {
    max-width: 26.4rem;
    margin-top: .4rem;
  }
}
.p-page-top .flex-section .flx-bx_txt_button a {
  width: 100%;
  padding: 0.3rem 0 0.5rem;
  display: block;
  background-color: #8fbf40;
  border: solid 1px #8fbf40;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
}
.p-page-top .flex-section .flx-bx_txt_button a::after {
  content: "";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-page-top .flex-section .flx-bx_txt_button a:hover {
  background-color: #fff;
  color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .flx-bx_txt_button a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-page-top .flex-section .flx-bx_txt_button a:hover {
    background-color: #8fbf40;
    color: #fff;
  }
}
.p-page-top .flex-section .flx-bx_img {
  max-width: 21.4rem;
  width: 100%;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .flx-bx_img {
    max-width: 26.4rem;
    padding-top: 0.4rem;
  }
}
.p-page-top .flex-section .flx-bx_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-top .flex-section .s-ir {
  max-width: 47.6rem;
  width: 100%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-ir {
    max-width: none;
    margin-right: 0;
    padding-bottom: 6rem;
  }
}
.p-page-top .flex-section .s-ir .l-title_en {
  margin-left: 0.8rem;
}
.p-page-top .flex-section .s-ir .flx-bx_txt_button a::after {
  width: 1.65rem;
  height: 1.65rem;
/*  -webkit-mask-image: url(../img/common/icn_link.svg);*/
/*          mask-image: url(../img/common/icn_link.svg);*/
/*  background-color: #fff;*/
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-ir .flx-bx_txt_button a::after {
    width: 1.81rem;
    height: 1.81rem;
/*    background-color: #fff !important;*/
  }
}
.p-page-top .flex-section .s-ir .flx-bx_txt_button a:hover::after {
/*  background-color: #8fbf40;*/
}
.p-page-top .flex-section .s-ir .notice {
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0.5rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-ir .notice {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
.p-page-top .flex-section .s-company {
  max-width: 47.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-company {
    max-width: none;
  }
  .p-page-top .flex-section .s-company .l-title_jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-page-top .flex-section .s-company .l-title_en {
  margin-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-company .l-title_en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-page-top .flex-section .s-company .flx-bx_txt_button a::after {
  width: 1.57rem;
  height: 1.53rem;
  -webkit-mask-image: url(../img/common/r_arrow.svg);
          mask-image: url(../img/common/r_arrow.svg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-company .flx-bx_txt_button a::after {
    width: 1.95rem;
    height: 1.9rem;
  }
}
.p-page-top .flex-section .s-company .flx-bx_txt_button a:hover::after {
  background-color: #8fbf40;
}
@media screen and (max-width: 767px) {
  .p-page-top .flex-section .s-company .flx-bx_txt_button a:hover::after {
    background-color: #fff;
  }
}