@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.bg-white {
  background-color: #fff;
  width: 100%;
}
.bg-white img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.bg-gray {
  background-color: #FBF8F1;
  width: 100%;
}
.bg-gray img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.button_interview {
  color: #ff7129;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 20%;
  margin: 0 1%;
  display: inline-block;
}
.button_interview a {
  border: solid 1px #ff7129;
  text-align: center;
  padding: 3%;
  margin: auto;
  justify-content: center;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.button_interview a:hover {
  text-decoration: none;
  background-color: #f1ded4;
}

.new_bd::before {
  content: "";
  position: absolute;
  width: 105%;
  bottom: 0;
  border-bottom: 1px solid #ff7129;
}
.new_bd::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 4%;
  height: 5px;
  border-right: 1px solid;
  transform: skew(45deg);
  color: #ff7129;
}

.news_box {
  display: block;
  width: 80%;
  padding: 2% 0 0 0;
  margin: auto;
}

.newstxt {
  padding-top: 2%;
  padding-bottom: 2%;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}
.newstxt div:nth-of-type(1) {
  font-weight: 400;
  border-right: solid 1px;
  border-color: inherit;
  padding-left: 2%;
  padding-right: 2%;
}
.newstxt div:nth-of-type(2) {
  color: #ff7129;
  text-align: center;
  border-radius: 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding-left: 1%;
  padding-right: 1%;
  margin-left: 2%;
  margin-right: 1%;
}
.newstxt div:nth-of-type(3) {
  position: relative;
}

.more_btn {
  color: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 20%;
  margin: 0 auto;
}
.more_btn a {
  background-color: #ff7129;
  text-align: center;
  padding: 3.7%;
  margin: auto;
  justify-content: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.more_btn2 {
  color: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 20%;
  margin: 0 1%;
  display: inline-block;
}
.more_btn2 a {
  background-color: #ff7129;
  text-align: center;
  padding: 3.7%;
  margin: auto;
  justify-content: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.blog_box {
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.blog_content {
  padding: 1%;
  width: 24%;
}

.blog_day {
  font-weight: 400;
  padding-top: 3%;
  padding-bottom: 3%;
  justify-content: space-between;
  display: flex;
}
.blog_day span:nth-of-type(2) {
  color: #ff7129;
  text-align: center;
  border-radius: 2rem;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
}

.blog_title {
  padding-bottom: 4%;
  padding-top: 4%;
  padding-left: 2%;
  padding-right: 2%;
}
.blog_title div {
  font-weight: bold;
  padding: 1% 0;
}

.p-voice__inner {
  display: none;
}

.p-links {
  margin: 0;
  padding-bottom: 5%;
}

.media-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .nav_border_on {
    width: 50%;
  }
  .nav_border {
    width: 50%;
  }
  .nav_rub {
    padding-bottom: 0%;
  }
  .media-box {
    padding-top: 5%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 782px) {
  .new_bd::before {
    width: 100%;
  }
  .new_bd::after {
    width: 4%;
    height: 10px;
    right: 4px;
  }
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_rub {
  font-size: 0.8rem;
  color: #ff7129;
  padding-bottom: 2%;
}

input[type=radio] {
  display: none;
}

.tab_area {
  font-size: 0;
  text-align: center;
  padding: 2% 0;
}
.tab_area label {
  position: relative;
  border-bottom: solid 1px #f1ded4;
  width: 20%;
  margin: 0;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
.tab_area label:hover::after {
  background-color: #ff7129;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: 9vw;
}

.tab_panel {
  background: #fff;
  width: 100%;
  opacity: 0;
  display: none;
}
.tab_panel p {
  letter-spacing: 1px;
  text-align: center;
}

.panel_area {
  background: #fff;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #fff;
  color: #000;
}
#tab1:checked ~ .tab_area .tab1_label::after {
  background-color: #ff7129;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: 9vw;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #fff;
  color: #000;
}
#tab2:checked ~ .tab_area .tab2_label::after {
  background-color: #ff7129;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: 9vw;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #fff;
  color: #000;
}
#tab3:checked ~ .tab_area .tab3_label::after {
  background-color: #ff7129;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: 9vw;
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

#tab4:checked ~ .tab_area .tab4_label {
  background: #fff;
  color: #000;
}
#tab4:checked ~ .tab_area .tab4_label::after {
  background-color: #ff7129;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: 9vw;
}
#tab4:checked ~ .panel_area #panel4 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

@media (max-width: 599px) {
  .button_interview,
  .more_btn,
  .more_btn2 {
    width: 100%;
    display: inline-block;
  }
  .more_btn a {
    width: 80%;
    margin: 10%;
  }
  .button_interview a,
  .more_btn2 a {
    width: 80%;
    margin: 0;
  }
  .tab_area label {
    width: 50%;
    padding: 1% 0;
  }
  .nav_rub {
    padding: 0;
  }
  .blog_box {
    justify-content: space-between;
  }
  .blog_box il {
    width: 48%;
  }
  .blog_day {
    justify-content: space-between;
    display: block;
    padding: 0;
  }
  .blog_day span {
    display: block;
  }
  .blog_day span:nth-of-type(2) {
    margin-left: 0%;
    margin-bottom: 2%;
  }
  .blog_title {
    padding: 0;
  }
  .blog_content {
    padding: 2%;
    width: 50%;
  }
  .nav_title {
    font-weight: 400;
  }
}
.c-btn {
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-btn span {
    gap: 1.3333333333vw;
  }
}
.c-btn span:not(.c-btn span.upper-note)::after {
  content: "";
  background-image: url("../../../../images/index/icon_btn-arw.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: min(1.1458333333vw, 22px);
  height: auto;
  aspect-ratio: 22/5;
}
@media screen and (max-width: 750px) {
  .c-btn span:not(.c-btn span.upper-note)::after {
    width: 2.9333333333vw;
  }
}
.c-btn.btn-black {
  background-color: #000;
}
.c-btn.btn-black span {
  color: #fff;
}
.c-btn.btn-white {
  border: 1px solid #000;
  background-color: #fff;
}
.c-btn.btn-white span::after {
  filter: invert(1);
}
.c-btn.btn-orange {
  background-color: #FF7129;
}
.c-btn.btn-orange span {
  color: #fff;
}

.s-mv {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 630px;
  aspect-ratio: 1920/630;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .s-mv {
    height: 140vw;
    aspect-ratio: auto;
  }
}
.s-mv__inner {
  width: 100%;
  height: 100%;
}
.s-mv__obi {
  position: absolute;
  bottom: min(1.8229166667vw, 35px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .s-mv__obi {
    bottom: 10.6666666667vw;
    left: 0;
    transform: none;
    padding-left: 5.3333333333vw;
  }
}
.s-mv__obi .obi-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-item {
    width: -moz-fit-content;
    width: fit-content;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.45));
  }
  .s-mv__obi .obi-item:nth-child(2) {
    grid-column: span 2;
  }
  .s-mv__obi .obi-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: -1.3333333333vw;
  }
  .s-mv__obi .obi-item:last-child {
    position: relative;
    grid-column: span 2;
  }
}
.s-mv__obi .obi-item p {
  position: relative;
  font-weight: 700;
  font-size: min(1.8229166667vw, 35px);
  line-height: 1;
  color: #fff;
  padding: 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-item p {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    padding: 0;
    padding-right: 2.6666666667vw;
  }
}
.s-mv__obi .obi-item p::after {
  content: "";
  position: absolute;
  bottom: min(0.2604166667vw, 5px);
  right: 0;
  background-color: #fff;
  width: 1px;
  height: min(1.5104166667vw, 29px);
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-item p::after {
    bottom: 0;
    height: 6.6666666667vw;
  }
}
.s-mv__obi .obi-item p > span {
  display: inline-block;
  translate: 0 0.04em 0;
  font-family: "Manrope", sans-serif;
  font-size: min(3.6458333333vw, 70px);
  margin: 0 0.05em;
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-item p > span {
    font-size: 10.6666666667vw;
  }
}
.s-mv__obi .obi-item .note {
  position: absolute;
  top: min(0.9375vw, 18px);
  right: min(4.1666666667vw, 80px);
  display: inline-block;
  font-size: min(0.625vw, 12px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .s-mv__obi .obi-item .note {
    top: 2vw;
    right: -16vw;
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
}
.s-mv__obi .obi-item:last-child p::after {
  display: none;
}
.s-mv__note {
  position: absolute;
  bottom: min(0.5208333333vw, 10px);
  right: min(1.0416666667vw, 20px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: right;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .s-mv__note {
    bottom: 1.3333333333vw;
    right: auto;
    left: 0;
    gap: 0.6666666667vw;
    padding: 0 1.3333333333vw;
  }
}
.s-mv__note p {
  font-weight: 500;
  font-size: min(0.625vw, 12px);
  line-height: 1;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .s-mv__note p {
    font-size: 1.6vw;
    line-height: 1.5;
    text-align: left;
  }
}
.s-mv .visual {
  pointer-events: none;
  overflow: hidden;
  position: relative;
  background-image: url("../../../../images/index/bg_r-mv.webp?251121");
  background-size: 100% auto;
  background-position: 0% 25%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .s-mv .visual {
    background-size: auto 125%;
    background-position: 10% 35%;
  }
}
.s-mv .visual__model {
  position: absolute;
  top: min(1.0416666667vw, 20px);
  right: max(-5.2083333333vw, -100px);
  width: min(62.5vw, 1200px);
}
@media screen and (max-width: 750px) {
  .s-mv .visual__model {
    top: 24vw;
    right: -60vw;
    width: 146.6666666667vw;
  }
}
.s-mv .visual__copy {
  position: absolute;
  top: min(1.5625vw, 30px);
  left: min(9.375vw, 180px);
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy {
    top: 6.6666666667vw;
    left: 2.6666666667vw;
  }
}
.s-mv .visual__copy .copy {
  width: min(33.8541666667vw, 650px);
  margin: 0 auto;
  filter: drop-shadow(0px 0px 15px oklch(46.11% 0.14107 39.202deg / 0.4)) drop-shadow(5px 2px 10px oklch(68.273% 0.18491 48.337deg / 0.3));
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy .copy {
    width: 53.3333333333vw;
    margin: 0;
    filter: none;
  }
}
.s-mv .visual__copy .btn-wrapper {
  pointer-events: auto;
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.0416666667vw, 20px);
  width: -moz-fit-content;
  width: fit-content;
  margin: min(1.0416666667vw, 20px) auto 0;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy .btn-wrapper {
    flex-flow: column nowrap;
    gap: 1.3333333333vw;
    margin: 32vw 0 0;
  }
}
.s-mv .visual__copy .btn-wrapper .c-btn {
  width: min(17.7083333333vw, 340px);
  height: min(4.1666666667vw, 80px);
}
.s-mv .visual__copy .btn-wrapper .c-btn span {
  font-size: min(1.25vw, 24px);
}
.s-mv .visual__copy .btn-wrapper .c-btn span::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy .btn-wrapper .c-btn {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
  }
  .s-mv .visual__copy .btn-wrapper .c-btn span {
    font-size: 3.2vw;
  }
}
.s-mv .visual__copy .btn-wrapper .c-btn.post span::before {
  content: "";
  background-image: url("../../../../images/index/icon_post.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: min(1.3020833333vw, 25px);
  height: auto;
  aspect-ratio: 25/24;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy .btn-wrapper .c-btn.post span::before {
    width: 5.3333333333vw;
  }
}
.s-mv .visual__copy .btn-wrapper .c-btn.mail span::before {
  content: "";
  background-image: url("../../../../images/index/icon_mail.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: min(1.1979166667vw, 23px);
  height: auto;
  aspect-ratio: 23/17;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__copy .btn-wrapper .c-btn.mail span::before {
    width: 5.3333333333vw;
  }
}
.s-mv .visual__note {
  position: absolute;
  top: min(19.7916666667vw, 380px);
  right: min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .s-mv .visual__note {
    top: 48vw;
    right: 1.3333333333vw;
  }
}
.s-mv .visual__note p {
  font-weight: 700;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__note p {
    font-size: 2.4vw;
    line-height: 1.5;
  }
}
.s-mv .visual__note br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .s-mv .visual__note br.sp {
    display: revert;
  }
}
.s-mv .visual__award {
  position: absolute;
  top: min(2.6041666667vw, 50px);
  right: min(7.8125vw, 150px);
  width: min(13.90625vw, 267px);
  filter: drop-shadow(0px 0px 15px oklch(46.11% 0.14107 39.202deg));
}
@media screen and (max-width: 750px) {
  .s-mv .visual__award {
    top: 4vw;
    right: 2.6666666667vw;
    width: 24vw;
    filter: none;
  }
}

.p-logo_slide {
  margin-top: 0;
}

.s-posting {
  width: 100%;
  padding: min(8.8541666667vw, 170px) 0 0;
}
@media screen and (max-width: 750px) {
  .s-posting {
    padding: 8vw 0 0;
  }
}
.s-posting .p-plan {
  width: 100%;
  margin: 0 0 min(10.4166666667vw, 200px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan {
    margin-bottom: 21.3333333333vw;
  }
}
.s-posting .p-plan__inner {
  width: 100%;
}
.s-posting .p-plan__title {
  text-align: center;
  margin: 0 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__title {
    margin-bottom: 10.6666666667vw;
  }
}
.s-posting .p-plan__title p {
  font-weight: 700;
  font-size: min(1.6666666667vw, 32px);
  line-height: 1;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__title p {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.s-posting .p-plan__title h2 {
  font-weight: 700;
  font-size: min(3.125vw, 60px);
  line-height: 1;
  color: #ff5502;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__title h2 {
    font-size: 6.1333333333vw;
  }
}
.s-posting .p-plan__detail {
  width: min(75.5208333333vw, 1450px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail {
    width: 100%;
  }
}
.s-posting .p-plan__detail .plan {
  position: relative;
  border: 2px solid #c1c1c1;
  width: 100%;
}
.s-posting .p-plan__detail .plan__illust {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.s-posting .p-plan__detail .plan__illust--01 {
  width: min(14.21875vw, 273px);
}
.s-posting .p-plan__detail .plan__illust--02 {
  width: min(16.9270833333vw, 325px);
}
.s-posting .p-plan__detail .plan__illust--03 {
  width: min(12.6041666667vw, 242px);
}
.s-posting .p-plan__detail .plan__illust--04 {
  width: min(14.7395833333vw, 283px);
}
.s-posting .p-plan__detail .plan__illust:has(.illust--01) {
  top: min(2.34375vw, 45px);
  gap: min(1.5625vw, 30px);
  padding-left: min(1.8229166667vw, 35px);
}
.s-posting .p-plan__detail .plan__illust:has(.illust--03) {
  top: min(1.0416666667vw, 20px);
  gap: min(0.78125vw, 15px);
  padding-left: min(3.90625vw, 75px);
}
.s-posting .p-plan__detail .plan__text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - min(2.0833333333vw, 40px)));
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__text {
    transform: translate(-50%, calc(-100% - 4vw));
    font-size: 4.2666666667vw;
  }
}
.s-posting .p-plan__detail .plan__title {
  background-color: #000;
  padding: min(1.0416666667vw, 20px) 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__title {
    padding: 2.6666666667vw 0;
  }
}
.s-posting .p-plan__detail .plan__title p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: min(1.7708333333vw, 34px);
  line-height: 1;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__title p {
    font-size: 4.5333333333vw;
  }
}
.s-posting .p-plan__detail .plan__title p > span {
  translate: 0 -0.3em 0;
  display: inline-block;
  font-size: min(1.0416666667vw, 20px);
  margin-left: 0.3em;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__title p > span {
    font-size: 2.9333333333vw;
  }
}
.s-posting .p-plan__detail .plan__title p > span.ruby {
  position: absolute;
  top: max(-0.9375vw, -18px);
  right: min(1.8229166667vw, 35px);
  translate: none;
  font-size: min(0.625vw, 12px);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__title p > span.ruby {
    top: -2.6666666667vw;
    right: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
.s-posting .p-plan__detail .plan__detail {
  width: 100%;
  padding: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail {
    padding: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail > p {
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.6;
  text-align: center;
  margin: 0 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail > p {
    font-size: 3.7333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail-image.logo-adx {
  width: min(20.0520833333vw, 385px);
  margin: 0 auto min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail-image.logo-adx {
    width: 40vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(0.2604166667vw, 5px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail-wrapper {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail-wrapper .detail {
  padding: 0 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail-wrapper .detail {
    padding: 0 0 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail {
  background-color: #FBF8F1;
  width: 100%;
  padding: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail {
    padding: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail:has(figcaption) {
  padding: min(1.0416666667vw, 20px) 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail:has(figcaption) {
    padding: 2vw 0;
  }
}
.s-posting .p-plan__detail .plan__detail .detail > p {
  font-weight: 500;
  font-size: min(0.78125vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail > p {
    font-size: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .content-image {
  width: 100%;
  margin-bottom: min(1.8229166667vw, 35px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .content-image {
    margin-bottom: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .content-image:has(figcaption) {
  width: min(26.0416666667vw, 500px);
  margin: 0 auto min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .content-image:has(figcaption) {
    width: calc(100% - 5.3333333333vw);
    margin: 4vw auto 9.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .content-image:has(figcaption) figcaption {
  font-size: min(0.5729166667vw, 11px);
  line-height: 1;
  text-align: right;
  margin: min(0.2604166667vw, 5px) 0 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .content-image:has(figcaption) figcaption {
    font-size: 2.6666666667vw;
    margin: 0.6666666667vw 0 0;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .btn-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.5208333333vw, 10px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .btn-wrapper {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    width: 100%;
    padding: 0 2.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn {
  width: min(16.1458333333vw, 310px);
  height: min(3.3333333333vw, 64px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn {
    width: 100%;
    height: 10.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn + .c-btn {
  width: min(11.9791666667vw, 230px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn + .c-btn {
    width: 100%;
  }
}
.s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn:has(.upper-note) {
  position: relative;
}
.s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn:has(.upper-note) .upper-note {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, calc(-100% - min(0.5208333333vw, 10px)));
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: min(0.6770833333vw, 13px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail .btn-wrapper .c-btn:has(.upper-note) .upper-note {
    font-size: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__title {
  background-color: #000;
  padding: min(0.5208333333vw, 10px) 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__title {
    padding: 1.3333333333vw 0;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__title p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__title p {
    font-size: 4.2666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__list {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.2604166667vw, 5px);
  padding: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__list {
    gap: 1.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__list > li {
  background-color: #fff;
  display: grid;
  grid-template-columns: min(3.6458333333vw, 70px) auto;
  padding: min(0.5208333333vw, 10px) 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__list > li {
    grid-template-columns: 16vw auto;
    padding: 1.3333333333vw 0;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__list > li span {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 700;
  font-size: min(0.625vw, 12px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__list > li span {
    font-size: 2.4vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__list > li p {
  font-weight: 700;
  font-size: min(0.625vw, 12px);
  line-height: 1;
  color: #7b7473;
  padding: 0 min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__list > li p {
    font-size: 2.4vw;
    padding: 0 1.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__content p {
  font-weight: 700;
  font-size: min(0.78125vw, 15px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__content p {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__content p span {
  color: #FF7129;
}
.s-posting .p-plan__detail .plan__detail .detail__content p + p {
  color: #FF7129;
  margin: min(2.0833333333vw, 40px) auto min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__content p + p {
    margin: 5.3333333333vw auto 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__content .content-image {
  width: min(11.9791666667vw, 230px);
  margin: 0 auto min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__content .content-image {
    width: calc(100% - 5.3333333333vw);
    margin: 0 auto 5.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__content .c-btn {
  width: min(14.5833333333vw, 280px);
  height: min(3.3333333333vw, 64px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__content .c-btn {
    width: calc(100% - 5.3333333333vw);
    height: 10.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.s-posting .p-plan__detail .plan__detail .detail__content .c-btn span {
  font-size: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan__detail .detail__content .c-btn span {
    font-size: 4.2666666667vw;
  }
}
.s-posting .p-plan__detail .plan--03 .plan__detail, .s-posting .p-plan__detail .plan--04 .plan__detail, .s-posting .p-plan__detail .plan--05 .plan__detail {
  display: grid;
  grid-template-rows: min(13.5416666667vw, 260px) min(18.2291666667vw, 350px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan--03 .plan__detail, .s-posting .p-plan__detail .plan--04 .plan__detail, .s-posting .p-plan__detail .plan--05 .plan__detail {
    grid-template-rows: auto auto;
  }
}
.s-posting .p-plan__detail .plan--03 .plan__detail .detail-image, .s-posting .p-plan__detail .plan--04 .plan__detail .detail-image, .s-posting .p-plan__detail .plan--05 .plan__detail .detail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan--03 .plan__detail .detail-image, .s-posting .p-plan__detail .plan--04 .plan__detail .detail-image, .s-posting .p-plan__detail .plan--05 .plan__detail .detail-image {
    margin: 10.6666666667vw auto;
  }
}
.s-posting .p-plan__detail .plan--03 .plan__detail .detail, .s-posting .p-plan__detail .plan--04 .plan__detail .detail, .s-posting .p-plan__detail .plan--05 .plan__detail .detail {
  height: 100%;
  margin-top: auto;
}
.s-posting .p-plan__detail .plan--03 .plan__detail .detail-image img {
  width: min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan--03 .plan__detail .detail-image img {
    width: 53.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan--04 .plan__detail .detail-image img {
  width: min(9.6354166667vw, 185px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan--04 .plan__detail .detail-image img {
    width: 40vw;
  }
}
.s-posting .p-plan__detail .plan--05 .plan__detail .detail-image img {
  width: min(16.1458333333vw, 310px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan--05 .plan__detail .detail-image img {
    width: 53.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.34375vw, 45px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan-wrapper {
    grid-template-columns: 1fr;
    gap: 21.3333333333vw;
    padding: 0 5.3333333333vw 0;
  }
}
.s-posting .p-plan__detail .plan-wrapper.main-plans {
  grid-template-columns: min(39.0625vw, 750px) min(33.8541666667vw, 650px);
  padding-top: min(11.4583333333vw, 220px);
  margin-bottom: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan-wrapper.main-plans {
    grid-template-columns: 1fr;
    gap: 42.6666666667vw;
    padding-top: 42.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.s-posting .p-plan__detail .plan-wrapper.main-plans .plan {
  border: 2px solid #FF7129;
}
.s-posting .p-plan__detail .plan-wrapper.main-plans .plan__title {
  background-color: #FF7129;
  padding: min(1.5625vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan-wrapper.main-plans .plan__title {
    padding: 2.6666666667vw 0;
  }
}
.s-posting .p-plan__detail .plan-wrapper.main-plans .plan__detail {
  padding: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-plan__detail .plan-wrapper.main-plans .plan__detail {
    padding: 2.6666666667vw;
  }
}
.s-posting .p-about {
  position: relative;
  width: min(76.0416666667vw, 1460px);
  padding: 0 0 min(10.4166666667vw, 200px);
  margin: min(41.6666666667vw, 800px) auto 0;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about {
    width: 100%;
    padding: 0 5.3333333333vw 21.3333333333vw;
    margin-top: 66.6666666667vw;
  }
}
.s-posting .p-about__inner {
  width: 100%;
}
.s-posting .p-about__title {
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__title {
    margin-bottom: 5.3333333333vw;
  }
}
.s-posting .p-about__title span {
  display: block;
  font-weight: 700;
  font-size: min(1.5625vw, 30px);
  line-height: 1;
  margin: 0 0 min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__title span {
    font-size: 4.2666666667vw;
  }
}
.s-posting .p-about__title h2 {
  font-weight: 700;
  font-size: min(2.9166666667vw, 56px);
  line-height: 1;
  margin-left: -0.5em;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__title h2 {
    font-size: 5.6vw;
  }
}
.s-posting .p-about__movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - min(3.125vw, 60px)));
  width: 100vw;
  height: auto;
  aspect-ratio: 3/1;
  margin: 0 auto min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__movie {
    transform: translate(calc(-50% - 0.1333333333vw), calc(-100% - 5.3333333333vw));
    width: 100%;
    aspect-ratio: 3/1.5;
  }
}
.s-posting .p-about__movie.mv .catch {
  top: 50%;
  left: 20.5%;
  transform: translateY(-50%);
  max-width: 1152px;
}
.s-posting .p-about__detail {
  width: 100%;
}
.s-posting .p-about__detail .detail-list {
  translate: min(1.25vw, 24px) 0 0;
  counter-reset: detail-number;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: min(3.125vw, 60px);
       column-gap: min(3.125vw, 60px);
  row-gap: min(9.8958333333vw, 190px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-list {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.s-posting .p-about__detail .detail-item {
  counter-increment: detail-number;
}
.s-posting .p-about__detail .detail-item__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(0.78125vw, 15px);
  margin: 0 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__title {
    gap: 2vw;
    margin: 0 0 2.6666666667vw;
  }
}
.s-posting .p-about__detail .detail-item__title::before {
  content: "0" counter(detail-number);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: min(3.3333333333vw, 64px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__title::before {
    font-size: 14.1333333333vw;
  }
}
.s-posting .p-about__detail .detail-item__title p {
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__title p {
    font-size: 4.2666666667vw;
  }
}
.s-posting .p-about__detail .detail-item__image {
  position: relative;
  width: 100%;
  padding-left: min(1.5625vw, 30px);
  margin-bottom: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__image {
    padding-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.s-posting .p-about__detail .detail-item__image .text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: min(0.625vw, 12px);
  writing-mode: vertical-lr;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__image .text {
    font-size: 2.9333333333vw;
  }
}
.s-posting .p-about__detail .detail-item__image figure {
  width: min(19.2708333333vw, 370px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__image figure {
    width: 100%;
  }
}
.s-posting .p-about__detail .detail-item__detail {
  padding-left: min(1.5625vw, 30px);
  padding-right: min(2.6041666667vw, 50px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__detail {
    padding-left: 5.3333333333vw;
    padding-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.s-posting .p-about__detail .detail-item__detail p {
  font-size: min(0.8333333333vw, 16px);
  line-height: min(1.5625vw, 30px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__detail p {
    font-size: 4.2666666667vw;
    line-height: 1.7;
  }
}
.s-posting .p-about__detail .detail-item__more {
  position: relative;
  padding-left: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more {
    padding-left: 0;
  }
}
.s-posting .p-about__detail .detail-item__more .btn-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  width: 100%;
  gap: min(0.5208333333vw, 10px);
  padding-right: min(2.6041666667vw, 50px);
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .btn-wrapper {
    gap: 1.3333333333vw;
    padding-right: 0;
    margin-top: 5.3333333333vw;
  }
}
.s-posting .p-about__detail .detail-item__more .c-btn {
  justify-content: flex-start;
}
.s-posting .p-about__detail .detail-item__more .c-btn.end {
  justify-content: flex-end;
  margin-right: min(2.34375vw, 45px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .c-btn.end {
    margin-right: 0;
  }
}
.s-posting .p-about__detail .detail-item__more .c-btn.margin-top {
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .c-btn.margin-top {
    margin-top: 0;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image {
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 200% auto;
  animation: animate-image 1s steps(2) infinite;
}
@keyframes animate-image {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no01 {
  bottom: 0;
  right: 0;
  transform: translateY(30%);
  background-image: url(../../../../images/index/img_posting02.webp?251121);
  width: min(9.7395833333vw, 187px);
  height: min(7.4479166667vw, 143px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no01 {
    transform: translateY(20%);
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no02 {
  background-image: url(../../../../images/index/img_management02.webp?251121);
  bottom: 0;
  left: 0;
  transform: translateY(70%);
  width: min(11.1979166667vw, 215px);
  height: auto;
  aspect-ratio: 70/53;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no02 {
    transform: translateY(20%);
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no03 {
  background-image: url(../../../../images/index/img_research02.webp?251121);
  bottom: 0;
  left: 0;
  transform: translateY(70%);
  width: min(9.6354166667vw, 185px);
  height: min(6.8229166667vw, 131px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no03 {
    transform: translateY(30%);
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no04 {
  background-image: url(../../../../images/index/img_design-print02.webp?251121);
  bottom: 0;
  left: 0;
  transform: translateY(20%);
  width: min(11.5104166667vw, 221px);
  height: min(8.2291666667vw, 158px);
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no04 {
    transform: translateY(-20%);
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no05 {
  background-image: url(../../../../images/index/img_logistics02.webp?251121);
  bottom: 0;
  right: min(2.6041666667vw, 50px);
  transform: translateY(50%);
  width: min(10.4166666667vw, 200px);
  height: auto;
  aspect-ratio: 70/53;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no05 {
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}
.s-posting .p-about__detail .detail-item__more .animated-image.no06 {
  background-image: url(../../../../images/index/img_ooh-advertising02.webp?251121);
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: min(9.375vw, 180px);
  height: auto;
  aspect-ratio: 70/53;
}
@media screen and (max-width: 750px) {
  .s-posting .p-about__detail .detail-item__more .animated-image.no06 {
    transform: translateY(30%);
    width: 34.6666666667vw;
    height: auto;
    aspect-ratio: 70/53;
  }
}

.s-news {
  width: 100%;
  padding: min(10.4166666667vw, 200px) 0;
}
@media screen and (max-width: 750px) {
  .s-news {
    padding: 10.6666666667vw 0;
  }
}
.s-news__title {
  text-align: center;
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .s-news__title {
    margin-bottom: 8vw;
  }
}
.s-news__title h2 {
  font-weight: 700;
  font-size: min(2.6041666667vw, 50px);
  line-height: 1;
  color: #F75502;
}
@media screen and (max-width: 750px) {
  .s-news__title h2 {
    font-size: 6.4vw;
  }
}
.s-news__title p {
  font-size: min(1.25vw, 24px);
  line-height: 1.8;
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .s-news__title p {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.s-news__feature {
  position: relative;
  width: min(76.0416666667vw, 1460px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-news__feature {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.s-news__feature .feature-slider {
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-slider {
    margin-bottom: 2.6666666667vw;
  }
}
.s-news__feature .feature-slider .swiper-wrapper {
  align-items: stretch;
}
.s-news__feature .feature-slider .swiper-slide {
  height: auto;
}
.s-news__feature .feature-list {
  position: relative;
}
.s-news__feature .feature-item {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: min(27.0833333333vw, 520px) !important;
  padding: 0 0 min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-item {
    height: auto !important;
    padding: 0 0 2.6666666667vw;
  }
}
.s-news__feature .feature-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 100 / 70;
  overflow: hidden;
}
.s-news__feature .feature-item__text {
  width: 100%;
  padding: min(1.0416666667vw, 20px) min(1.5625vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-item__text {
    padding: 4vw 2.6666666667vw 0;
  }
}
.s-news__feature .feature-item__text p {
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.6;
  color: #F75502;
  aspect-ratio: 100 / 20;
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-item__text p {
    font-size: 2.9333333333vw;
    aspect-ratio: 100 / 18;
  }
}
.s-news__feature .feature-item__text p + p {
  font-weight: 500;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.8;
  color: #000;
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-item__text p + p {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.s-news__feature .feature-item__btn {
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-item__btn .c-btn a {
    width: calc(100% - 5.3333333333vw);
    padding: 1.3333333333vw 5.3333333333vw 1.3333333333vw 2.6666666667vw;
    margin: 1.3333333333vw auto 0;
  }
}
.s-news__feature .feature-item__btn .c-btn.feature a {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.s-news__feature .feature-item__btn .c-btn.feature a::after {
  filter: saturate(0) brightness(0);
}
.s-news__feature .feature-item__btn .c-btn.inactive {
  pointer-events: none;
}
.s-news__feature .feature-item__btn .c-btn.inactive a {
  border: none;
  background-color: #E5E5E5;
  color: #fff;
  padding-right: 1.25rem;
}
.s-news__feature .feature-item__btn .c-btn.inactive a::after {
  display: none;
}
.s-news__feature .feature-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-nav {
    position: static;
    transform: none;
    display: flex;
    flex-flow: row nowrap;
    gap: 13.3333333333vw;
    justify-content: center;
    margin-bottom: 8vw;
  }
}
.s-news__feature .feature-nav__btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(2.0833333333vw, 40px);
  height: auto;
  aspect-ratio: 28/33;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-nav__btn {
    position: static;
    width: 8vw;
    height: 8vw;
  }
}
.s-news__feature .feature-nav__btn svg path#inner {
  fill: #fff;
  transition: fill 0.3s ease;
}
.s-news__feature .feature-nav__btn svg path#line {
  fill: #000;
  transition: fill 0.3s ease;
}
.s-news__feature .feature-nav__btn:active svg path#inner {
  fill: #000;
}
@media (hover: hover) and (pointer: fine) {
  .s-news__feature .feature-nav__btn:hover svg path#inner {
    fill: #000;
  }
}
.s-news__feature .feature-nav__btn:disabled, .s-news__feature .feature-nav__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.s-news__feature .feature-nav__btn--prev {
  left: max(-1.0416666667vw, -20px);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-nav__btn--prev {
    transform: none;
  }
}
.s-news__feature .feature-nav__btn--next {
  right: max(-1.0416666667vw, -20px);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 750px) {
  .s-news__feature .feature-nav__btn--next {
    transform: none;
  }
}
.s-news__tab {
  background-color: #fff;
  width: min(76.0416666667vw, 1460px);
  padding: min(2.0833333333vw, 40px) min(3.125vw, 60px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .s-news__tab {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .s-news__tab .tab_area {
    display: flex;
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.s-news__tab .tab_area label {
  width: 25%;
}
@media screen and (max-width: 750px) {
  .s-news__tab .tab_area label {
    width: 100%;
  }
}/*# sourceMappingURL=renewal.css.map */