@charset "UTF-8";

/* ==========================================================================
    Top page style
============================================================================= */
:root {
  --font1: "Zen Kaku Gothic Antique", sans-serif;
  --font2: "Shippori Mincho", serif;
  --font3: "Lato", sans-serif;
  --color-base: #222;
  --color-green: #afff27;
}
.c-hdg01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  line-height: 1.5;
  position: relative;
}
.c-hdg01 .en {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.c-hdg01 .hdg {
  font-family: var(--font2);
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.c-hdg01 .sub {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-hdg01 {
    gap: 10px;
  }
  .c-hdg01 .hdg {
    font-size: 2.8rem;
  }
  .c-hdg01 .sub {
    font-size: 2.4rem;
  }
}
.c-hdg02 {
  -webkit-border-start: 4px solid var(--color-green);
          border-inline-start: 4px solid var(--color-green);
  color: var(--color-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
.c-hdg02 .en {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1;
}
.c-hdg02 .hdg {
  font-family: var(--font2);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .c-hdg02 .hdg {
    font-size: 2.4rem;
  }
}
.p-reason .c-hdg01,
.p-message .c-hdg01 {
  -webkit-padding-after: 34px;
          padding-block-end: 34px;
}
.p-reason .c-hdg01::before,
.p-message .c-hdg01::before {
  background: url("../img_r2/top/hdg_bg01.svg") no-repeat left bottom/contain;
  bottom: 20px;
  content: "";
  height: calc(100% - 34px);
  width: 340px;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .p-reason .c-hdg01::before {
    width: 270px;
  }
}
.p-message .c-hdg01::before {
  width: 248px;
}
@media screen and (max-width: 767.98px) {
  .p-message .c-hdg01::before {
    width: 150px;
  }
}
.p-member .c-hdg01 {
  gap: 25px;
}
.p-member .c-hdg01::before {
  background: url("../img_r2/top/hdg_bg02.svg") no-repeat left top/contain;
  content: "";
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  position: absolute;
  width: 277px;
}
.p-mv {
  position: relative;
}
.c-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv__ttl {
  position: absolute;
  right: 6px;
  bottom: 9.5138vw;
  max-width: 514px;
  min-width: 280px;
  width: 35.69vw;
}
@media screen and (min-width: 768px) {
  .c-mv__img {
    min-height: 857px;
    width: 88.888vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-mv__img {
    height: 500px;
    width: 100%;
  }
  .c-mv__ttl {
    bottom: -12px;
    right: 0;
    width: 65vw;
  }
}
.p-movie {
  padding-block: 100px 120px;
}
@media screen and (max-width: 767.98px) {
  .p-movie {
    padding-block: 0 60px;
  }
}
.p-reason {
  -webkit-padding-after: 160px;
          padding-block-end: 160px;
}
.p-reason .c-hdg01 {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.p-reason .c-card__img {
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reason .c-card__img img {
  min-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-number {
  padding-block: 130px 150px;
}
.p-number .c-hdg01 {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
}
.p-number .c-hdg02 {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (min-width: 768px) {
  .p-number .sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-number .sp-reverse .c-hdg02 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-border-start: 0;
            border-inline-start: 0;
    -webkit-border-end: 4px solid var(--color-green);
            border-inline-end: 4px solid var(--color-green);
    padding-inline: 0 16px;
    text-align: right;
  }
  .p-number .sp-reverse .c-hdg02 + .txt {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    text-align: right;
  }
  .p-number .sp-reverse .c-number__box {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-number .c-hdg02 {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .p-number .sp-reverse .c-number__box {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.c-number__box {
  background-color: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 40px 30px;
  height: 100%;
}
.c-number__box.is-solid {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.c-number__box img {
  display: block;
  margin-inline: auto;
}
.c-number__box .comments_txt {
  color: #d1d1d1;
  font-size: 13px;
  padding: 0 0 30px;
}
@media screen and (max-width: 767.98px) {
  .c-number__box {
    padding-inline: 20px;
  }
  .c-number__box img.w70 {
    width: 70%;
  }
}
.p-work {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
.p-work .c-work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-work .c-work__wrap .c-number__box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-work {
    -ms-grid-columns: calc(23% - 13.333px) calc(50% - 13.333px) calc(27% - 13.333px);
    grid-template-columns: calc(23% - 13.333px) calc(50% - 13.333px) calc(27% - 13.333px);
  }
  .p-work .c-hdg02 + .txt {
    -webkit-margin-after: 45px;
            margin-block-end: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-margin-after: 70px;
            margin-block-end: 70px;
  }
  .p-work .c-work__heading {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .p-work .c-work__wrap {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
  .p-work .c-work__wrap:nth-of-type(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-work .c-work__wrap .c-number__box {
    padding-inline: 18px;
  }
}
.p-environment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
.p-environment .c-environment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-environment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-environment .c-environment__wrap {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-environment {
    -webkit-margin-after: 70px;
            margin-block-end: 70px;
  }
  .p-environment .c-environment__heading {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .p-environment .c-number__box img {
    width: 100%;
  }
  .p-environment .c-number__box img.w70 {
    width: 75%;
  }
}
.p-balance {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-balance {
    -ms-grid-columns: calc(23% - 15px) calc(27% - 15px) calc(25% - 15px) calc(25% - 15px);
    grid-template-columns: calc(23% - 15px) calc(27% - 15px) calc(25% - 15px) calc(25% - 15px);
  }
}
@media screen and (max-width: 767.98px) {
  .p-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-balance .c-balance__heading {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .p-balance .c-balance__wrap {
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
  .p-balance .c-balance__wrap:nth-of-type(1),
  .p-balance .c-balance__wrap:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-member {
  padding-block: 160px 170px;
}
.p-member .splide__pagination {
  display: none;
}
.p-member .splide__arrows {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-member {
    padding-block: 120px;
  }
  .p-member .c-btn {
    margin: 60px 20px 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-member__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-member__head .c-btn {
  margin-inline: auto 10px;
}
.c-member__list a {
  color: var(--color-base);
  display: block;
}
.c-member__item {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-member__img {
  aspect-ratio: 1/1.375;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.c-member__img .img {
  aspect-ratio: 1/1.25;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.c-member__img .img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.c-member__img .img::before {
  background: url("../img_r2/top/member_bg_default.webp") no-repeat center bottom/cover;
  bottom: 0;
  content: "";
  position: absolute;
  left: 50%;
  max-height: calc(100% - 80px);
  height: 25vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.c-member__details {
  -webkit-border-after: solid 1px #222;
          border-block-end: solid 1px #222;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-padding-after: 28px;
          padding-block-end: 28px;
}
.c-member__details .name {
  font-family: var(--font2);
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.c-member__details .txt {
  font-size: 1.4rem;
  line-height: 1;
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
}
.c-member__details .txt b {
  font-size: 1.6rem;
  font-family: var(--font3);
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .c-member__item flex-basis {
    -ms-flex-preferred-size: calc(25% - 40px);
        flex-basis: calc(25% - 40px);
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .c-member__head {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .c-member__head .txt {
    -webkit-margin-start: min(3.4722vw, 50px);
            margin-inline-start: min(3.4722vw, 50px);
  }
  .c-member__list {
    gap: 40px;
  }
  .c-member__item:nth-child(even) {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
  .c-member__item:hover .c-member__img .img::before {
    background: url("../img_r2/top/member_bg_active.webp") no-repeat center bottom/cover;
  }
  .c-member__item:hover .c-member__img .img img {
    -webkit-filter: none;
            filter: none;
  }
}
@media screen and (max-width: 767.98px) {
  .c-member__item {
    max-width: calc(100% - 120px);
    margin-inline: 15px;
  }
  .c-member__item.is-active .c-member__img .img img {
    -webkit-filter: none;
            filter: none;
  }
  .c-member__item.is-active .c-member__img .img::before {
    background: url("../img_r2/top/member_bg_active.webp") no-repeat center bottom/cover;
  }
  .c-member__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
  .c-member__head .c-btn {
    font-size: 1.2rem;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    padding-inline: 17px;
  }
  .c-member__img .img::before {
    height: 80%;
  }
}
.p-story {
  padding-block: 120px 100px;
  position: relative;
}
.c-story__cont {
  position: relative;
  z-index: 10;
}
.c-story__cont::before,
.c-story__cont::after {
  content: "";
  height: 100%;
  position: absolute;
}
.c-story__cont::before {
  background: url("../img_r2/top/story_bg.svg") no-repeat right top/cover;
  top: -120px;
  right: 0;
  width: 33.263vw;
}
.c-story__cont::after {
  background: url("../img_r2/top/story_bg.svg") no-repeat left bottom/cover;
  bottom: -100px;
  left: min(27.083vw, 394px);
  width: 39.65277vw;
}
.c-story__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
  position: relative;
  z-index: 10;
}
.c-story__details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-story__details .txt {
  line-height: 1.8;
}
.c-story__img {
  position: relative;
}
.c-story__img--main img {
  border-radius: 5px;
}
.c-story__img--sub {
  position: absolute;
  z-index: 10;
}
.c-story__img--sub.sub01 {
  top: -40px;
  right: 0;
}
.c-story__img--sub.sub02 {
  bottom: -60px;
  left: 33.333vw;
  z-index: 10;
}
.c-story__img--sub.sub03 {
  bottom: -210px;
  right: 5.555vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-story__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-story__details {
    -ms-flex-preferred-size: 31.25%;
        flex-basis: 31.25%;
    gap: 80px;
  }
  .c-story__img {
    -ms-flex-preferred-size: 47.222vw;
        flex-basis: 47.222vw;
  }
}
@media (max-width: 1279.98px) {
  .c-story__cont::before {
    display: none;
  }
  .c-story__cont::after {
    background: url("../img_r2/top/story_bg.svg") no-repeat left top/cover;
    left: 0;
    top: -120px;
    height: calc(100% + 220px);
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-story__cont {
    padding-inline: 20px;
  }
  .c-story__cont::after {
    display: none;
  }
  .c-story__details {
    gap: 40px;
  }
  .c-story__details .c-btn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .c-story__img--main img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .c-story__img--sub.sub02 {
    left: -30px;
    bottom: -40px;
    width: 190px;
  }
  .c-story__img--sub.sub03 {
    right: 0;
    width: 190px;
  }
}
.p-message {
  padding-block: 160px 120px;
}
.c-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-message__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-message__head .c-btn {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.c-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-message__img {
  -ms-flex-preferred-size: 242px;
      flex-basis: 242px;
}
.c-message__img a {
  background: url("../img_r2/top/message_ph_hover.webp") no-repeat 0 0/100% auto;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  width: 100%;
}
.c-message__img a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-message__img.is-hovered a img {
  opacity: 0;
}
.c-message__text .txt {
  font-family: var(--font2);
  font-size: 2.4rem;
}
.c-message__name {
  -webkit-border-before: solid 1px #ddd;
          border-block-start: solid 1px #ddd;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  text-align: right;
}
.c-message__name b {
  display: inline-block;
  font-family: var(--font2);
  font-weight: normal;
  font-size: 2.4rem;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.c-message__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.c-message__btn {
  background: url("../img_r2/top/message_btn_bg01.webp") no-repeat center/cover;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-base);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  text-align: center;
}
.c-message__btn--txt {
  font-family: var(--font2);
  font-size: 2.8rem;
  font-weight: normal;
}
.c-message__btn:nth-of-type(2) {
  background: url("../img_r2/top/message_btn_bg02.webp") no-repeat center/cover;
}
.c-message__btn:hover {
  background: url("../img_r2/top/message_btn_bg03.webp") no-repeat center/cover;
  color: #fff;
}
.c-message__btn.is-disabled {
  background: #888;
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .c-message__details {
    -ms-flex-preferred-size: 56.5625%;
        flex-basis: 56.5625%;
  }
  .c-message__btns {
    -ms-flex-preferred-size: 34.375%;
        flex-basis: 34.375%;
  }
  .c-message__text {
    -ms-flex-preferred-size: calc(100% - 242px - 38px);
        flex-basis: calc(100% - 242px - 38px);
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-message__head {
    gap: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .c-message__head .c-btn {
    font-size: 1.2rem;
    padding-inline: 15px;
  }
  .c-message__wrap {
    gap: 40px;
  }
  .c-message__body {
    gap: 20px;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .c-message__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .c-message__img {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
  .c-message__text .txt {
    font-size: 1.8rem;
  }
  .c-message__name {
    font-size: 1.2rem;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
  .c-message__name b {
    font-size: 1.8rem;
  }
  .c-message__btns {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 20px;
  }
  .c-message__btn {
    height: 120px;
  }
  .c-message__btn--txt {
    font-size: 2rem;
  }
}

.p-news {
  padding-block: 150px 0;
}
.c-news__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: min(86px, 5.972vw);
}
.c-news__head .c-hdg01 {
  position: relative;
}
.c-news__head .c-hdg01::before {
  background: url("../img_r2/top/hdg_bg03.svg") no-repeat left bottom/contain;
  bottom: -20px;
  content: "";
  height: calc(100% - 34px);
  position: absolute;
  width: 212px;
}
.c-news__head .c-btn {
  padding-inline: min(50px, 3.472vw);
  width: fit-content;
}

@media (min-width: 768px) {
  .c-news__head {
      flex-basis: 226px;
  }
  .c-news__head .c-btn {
      margin-block-start: 100px;
  }
  .c-news__wrap {
    border-block-end: solid 1px #ddd;
    padding-block-end: 150px;
  }
  .c-news__wrap .c-news__list {
      flex-basis: calc(100% - 226px - min(86px, 5.972vw));
  }
}
@media (max-width: 767.98px) {
  .c-news__wrap {
      flex-direction: column;
      gap: 20px;
  }
  .c-news__head {
      display: flex;
  }
  .c-news__head .c-hdg01::before {
      bottom: -5px;
      width: 135px;
  }
  .c-news__head .c-btn {
      font-size: 1.2rem;
      padding-inline: 15px;
      margin-inline-start: auto;
  }
}
/*# sourceMappingURL=maps/top.css.map */
