@charset "UTF-8";
.spbr {
  display: none;
}
@media (max-width: 767px ) {
  .spbr {
    display: block;
  }
}

@media (max-width: 767px ) {
  .pcbr {
    display: none;
  }
}

body {
  color: #111;
}

.l-container {
  container-type: inline-size;
  width: 100%;
  max-width: min(90%, 1080px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@container (max-width: 1079px) {
  .l-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .l-container {
    max-width: 100%;
  }
}

.c-btn {
  padding: 1.5rem calc(1.8rem + 40px + 1.25rem) 1.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(306px, 100%);
  border: 1px solid #DF0515;
  border-radius: 140px;
  color: #DF0515;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  transition: 0.2s;
  background: #fff;
}
@media (max-width: 767px ) {
  .c-btn {
    line-height: 1.4;
  }
}
.c-btn::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DF0515;
  position: absolute;
  right: 1.8rem;
  flex: none;
}
.c-btn::before {
  content: "";
  width: 19px;
  height: 8px;
  background: url(../images/common/btn_arrow_w.svg) no-repeat;
  background-size: auto 100%;
  background-position: right;
  transition: 0.4s;
  position: absolute;
  right: calc(20px + 1.8rem - 9.5px);
  top: calc(50% - 4px);
  z-index: 1;
}
.c-btn:hover {
  color: #fff;
  background: #DF0515;
}
.c-btn:hover::before {
  background-position: left;
}

.c-case {
  display: flex;
  gap: 1.5rem;
}
.c-case_item {
  width: calc(33.3333333333% - 1rem);
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.c-case_item_img {
  width: 100%;
  aspect-ratio: 350/197;
  overflow: hidden;
}
.c-case_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -o-object-position: center;
     object-position: center;
  will-change: scale;
  transition: scale 0.4s;
}
.c-case_item_body {
  padding: 1.8rem 2rem;
  margin-bottom: auto;
}
.c-case_item_body_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px ) {
  .c-case_item_body {
    padding: 2rem 2.8rem;
  }
}
.c-case_item_company {
  padding: 1rem 3rem;
  border-top: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.c-case_item_company_logo {
  width: 24.13%;
  flex: none;
}
.c-case_item_company_name {
  font-size: 1.4rem;
}
.c-case_item:hover .c-case_item_img img {
  scale: 1.1;
}

.c-contact {
  background: #676767;
  padding: 6rem 0 0;
}
@media (max-width: 767px ) {
  .c-contact {
    padding: 4rem 0 0;
  }
}
.c-contact_wrap {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px ) {
  .c-contact_wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
.c-contact_item {
  width: calc(50% - 2rem);
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 4rem 1rem;
}
@media (max-width: 767px ) {
  .c-contact_item {
    width: 100%;
    padding: 2rem 2.2rem;
  }
}
.c-contact_item_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px ) {
  .c-contact_item_ttl {
    font-size: 2rem;
  }
}
.c-contact_item_txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media (max-width: 767px ) {
  .c-contact_item_txt {
    font-size: 1.4rem;
  }
}

.js-sp-slide .slick-arrow, .js-sp-slide-padding .slick-arrow {
  z-index: 1;
  position: absolute;
  font-size: 0;
  border: none;
  top: calc(50% - 20px);
}
.js-sp-slide .slick-prev, .js-sp-slide-padding .slick-prev {
  width: 40px;
  height: 40px;
  background: url(../images/common/slide_arrow_prev.svg) no-repeat;
  background-size: contain;
  left: -20px;
}
.js-sp-slide .slick-prev::before, .js-sp-slide-padding .slick-prev::before {
  display: none;
}
.js-sp-slide .slick-next, .js-sp-slide-padding .slick-next {
  width: 40px;
  height: 40px;
  background: url(../images/common/slide_arrow_next.svg) no-repeat;
  background-size: contain;
  right: -20px;
}
.js-sp-slide .slick-next::before, .js-sp-slide-padding .slick-next::before {
  display: none;
}
.js-sp-slide .slide-dots, .js-sp-slide-padding .slide-dots {
  position: absolute;
  width: 100%;
  bottom: -2.7rem;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
.js-sp-slide .slide-dots li button, .js-sp-slide-padding .slide-dots li button {
  font-size: 0;
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  background: #9B9B9B;
  opacity: 1;
  border: none;
}
.js-sp-slide .slide-dots li.slick-active button, .js-sp-slide-padding .slide-dots li.slick-active button {
  background: #DF0515;
  opacity: 1;
}

@media (max-width: 767px ) {
  .js-sp-slide-padding {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
  .js-sp-slide-padding .slick-track {
    padding-bottom: 1rem;
  }
  .js-sp-slide-padding .slick-slide {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .js-sp-slide-padding .slick-arrow {
    top: 56.666667vw;
  }
  .js-sp-slide-padding .slick-prev {
    left: 5px;
  }
  .js-sp-slide-padding .slick-next {
    right: 5px;
  }
}

.p-top_hero {
  background: linear-gradient(rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%), url(../images/top/hero_bg.jpg);
  padding: 0 0 3rem;
  position: relative;
  container-type: inline-size;
}
@media (orientation: portrait) {
  .p-top_hero {
    min-height: initial;
  }
}
@media (max-width: 767px ) {
  .p-top_hero {
    padding: 3.6rem 0 5rem;
    background: url(../images/top/hero_bg.jpg);
  }
}
@media (min-width: 1265px ) {
  .p-top_hero .l-container {
    max-width: min(1490px, 90%);
  }
}
.p-top_hero_mainwrap {
  width: 100%;
  position: relative;
}
.p-top_hero_main {
  display: inline-block;
  margin: 4rem 0;
}
@media (max-width: 767px ) {
  .p-top_hero_main {
    margin-top: 0;
    margin-bottom: 1.2rem;
    display: block;
  }
}
.p-top_hero_main_ttl {
  font-size: 5cqw;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 1.4;
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px ) {
  .p-top_hero_main_ttl {
    font-size: 10.25cqw;
  }
}
.p-top_hero_main_ttl span {
  color: #DF0515;
}
.p-top_hero_main_ttl::after {
  content: "";
  width: 11.01cqw;
  aspect-ratio: 119/36;
  background: url(../images/top/hero_smile.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6rem;
}
@media (max-width: 767px ) {
  .p-top_hero_main_ttl::after {
    width: 30.512cqw;
  }
}
.p-top_hero_main_copy {
  font-size: 1.85cqw;
  text-align: center;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  margin-bottom: 2rem;
}
.p-top_hero_main_copy span {
  color: #DF0515;
}
@media (max-width: 767px ) {
  .p-top_hero_main_copy {
    font-size: 4.102cqw;
  }
}
.p-top_hero_main_txt {
  text-align: center;
  font-size: 1.5cqw;
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 767px ) {
  .p-top_hero_main_txt {
    font-size: 4.102cqw;
    line-height: 1.7;
  }
}
.p-top_hero_img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(61.2962963cqw, 662px);
}
@media (max-width: 767px ) {
  .p-top_hero_img {
    position: relative;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
.p-top_hero_img img {
  transform-origin: right top;
  transform: scale(106%);
}
@media (max-width: 767px ) {
  .p-top_hero_img img {
    transform: initial;
  }
}
@media (min-width: 768px ) {
  .p-top_hero_pickup {
    display: flex;
    gap: 2rem;
  }
}
@media (max-width: 767px ) {
  .p-top_hero_pickup .slick-list {
    padding-top: 1.8rem !important;
    margin-top: -3.4rem;
  }
}
.p-top_hero_pickup_item {
  width: calc(33.3333333333% - 1.3333333333rem);
  position: relative;
}
@media (max-width: 767px ) {
  .p-top_hero_pickup_item {
    width: auto;
  }
}
.p-top_hero_pickup_item.is-new::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/top/label_new.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -1.8rem;
  z-index: 1;
}
.p-top_hero_pickup_item_img {
  margin-bottom: 1.6rem;
  aspect-ratio: 690/390;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  border-radius: 0.4cqw;
}
.p-top_hero_pickup_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.4s;
  will-change: scale;
}
.p-top_hero_pickup_item_ttl {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.p-top_hero_pickup_item_ttl::after {
  content: "";
  width: 19px;
  height: 8px;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: auto 100%;
  background-position: right;
  transition: 0.4s;
}
.p-top_hero_pickup_item:hover .p-top_hero_pickup_item_img img {
  scale: 1.1;
}
.p-top_hero_pickup_item:hover .p-top_hero_pickup_item_ttl::after {
  background-position: left;
}
.p-top_hero_scroll {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top_hero_scroll_txt {
  font-size: 1.6rem;
  color: #DF0515;
}
.p-top_hero_scroll_bar {
  width: 2px;
  height: 32px;
  border-radius: 5px;
  background: #DF0515;
  position: relative;
}
.p-top_hero_scroll_ball {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DF0515;
  top: 0;
  left: calc(50% - 4px);
  animation: scrollball 1.3s ease infinite;
}
@keyframes scrollball {
  0% {
    top: 0;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 8px);
    opacity: 0;
  }
}
.p-top_news {
  padding: 2rem 0;
}
.p-top_news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px ) {
  .p-top_news_wrap {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}
.p-top_news_item {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 767px ) {
  .p-top_news_item {
    width: 100%;
  }
}
.p-top_news_item::after {
  content: "";
  width: 19px;
  height: 8px;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: auto 100%;
  background-position: right;
  transition: 0.4s;
}
@media (max-width: 767px ) {
  .p-top_news_item::after {
    margin-left: auto;
  }
}
.p-top_news_item:hover::after {
  background-position: left;
}
.p-top_news_date {
  font-size: 1.4rem;
  margin-right: 1.25rem;
  flex: none;
}
.p-top_news_cat {
  padding: 0 0.6rem;
  background: #F6F4F7;
  flex-direction: none;
  margin-right: 1rem;
}
.p-top_news_ttl {
  font-size: 1.6rem;
  margin-right: 1rem;
}
@media (max-width: 767px ) {
  .p-top_news_ttl {
    width: calc(100% - 3rem);
  }
}
.p-top_news_btn {
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #DF0515;
  border-radius: 140px;
  color: #DF0515;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  transition: 0.2s;
  flex: none;
}
@media (max-width: 767px ) {
  .p-top_news_btn {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top_news_btn::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #DF0515;
  position: relative;
}
.p-top_news_btn::before {
  content: "";
  width: 19px;
  height: 8px;
  background: url(../images/common/btn_arrow_w.svg) no-repeat;
  background-size: auto 100%;
  background-position: right;
  transition: 0.4s;
  position: absolute;
  right: 10.5px;
  top: calc(50% - 4px);
  z-index: 1;
}
.p-top_news_btn:hover {
  color: #fff;
  background: #DF0515;
}
.p-top_news_btn:hover::before {
  background-position: left;
}
.p-top_about {
  padding: 5.4rem 0 8.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .p-top_about {
    padding: 5rem 0 5rem;
  }
}
.p-top_about::after {
  content: "";
  width: 100%;
  aspect-ratio: 1200/65;
  background: url(../images/top/about_bottom.png) no-repeat bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.p-top_about_bg {
  position: absolute;
  z-index: -1;
  width: min(247px, 20.58cqw);
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: blur(175px);
}
@media (max-width: 767px ) {
  .p-top_about_bg {
    width: min(180px, 46.15cqw);
    filter: blur(127px);
  }
}
.p-top_about_bg.is-01 {
  left: -8.66%;
  top: 0;
  background: rgba(223, 5, 21, 0.32);
}
@media (max-width: 767px ) {
  .p-top_about_bg.is-01 {
    top: 3rem;
    left: -9rem;
  }
}
.p-top_about_bg.is-02 {
  right: -1.75%;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 219, 83, 0.4);
}
@media (max-width: 767px ) {
  .p-top_about_bg.is-02 {
    top: 20rem;
    right: -7rem;
    transform: translateY(0);
  }
}
.p-top_about_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.p-top_about_ttl span {
  position: relative;
}
.p-top_about_ttl svg {
  position: absolute;
  width: 110%;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px ) {
  .p-top_about_ttl {
    font-size: 2.4rem;
  }
}
.p-top_about_copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px ) {
  .p-top_about_copy {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-top_about_copy .mark {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 219, 83, 0.6) 70%) no-repeat;
  background-size: 0% 100%;
}
.p-top_about_txt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.7;
}
@media (max-width: 767px ) {
  .p-top_about_txt {
    font-size: 1.8rem;
    text-align: left;
  }
}
.p-top_about_txt span {
  font-weight: bold;
}
.p-top_about_prof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px ) {
  .p-top_about_prof {
    gap: 1.5rem;
  }
}
.p-top_about_prof_img {
  max-width: 162px;
  flex: none;
}
@media (max-width: 767px ) {
  .p-top_about_prof_img {
    max-width: 135px;
    width: 36%;
  }
}
.p-top_about_prof_body_name {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.p-top_about_prof_body_name span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px ) {
  .p-top_about_prof_body_name {
    font-size: 1.4rem;
  }
  .p-top_about_prof_body_name span {
    font-size: 2rem;
  }
}
.p-top_about_prof_body_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 767px ) {
  .p-top_about_prof_body_txt {
    font-size: 1.4rem;
  }
}
.p-top_about_btn {
  text-align: center;
}
.p-top_lifeline {
  padding: 7rem 0 3rem;
  background: #F6F4F7;
}
@media (max-width: 767px ) {
  .p-top_lifeline {
    padding: 4rem 0 3rem;
  }
}
.p-top_lifeline_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 767px ) {
  .p-top_lifeline_ttl {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.p-top_lifeline_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 0;
}
.p-top_lifeline_txt strong {
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 767px ) {
  .p-top_lifeline_txt {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.7;
  }
}
.p-top_lifeline_img {
  margin-top: 4rem;
  margin-bottom: 4rem;
  max-width: 907px;
  margin-left: auto;
  margin-right: auto;
}
.p-top_value {
  padding: calc(5.4166666667% + 6rem) 0 9.5rem;
  position: relative;
  background: linear-gradient(94deg, #FFFCF1 46.54%, #FFF6F6 87.91%);
  z-index: 0;
}
@media (max-width: 767px ) {
  .p-top_value {
    padding: calc(5.4166666667% + 4rem) 0 6rem;
  }
}
.p-top_value::before {
  content: "";
  width: 100%;
  aspect-ratio: 1200/65;
  background: url(../images/top/value_top.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top_value::after {
  content: "";
  width: 100%;
  aspect-ratio: 1200/65;
  background: url(../images/top/value_bottom.png) no-repeat bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.p-top_value_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px ) {
  .p-top_value_ttl {
    font-size: 2.4rem;
  }
}
.p-top_value_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px ) {
  .p-top_value_txt {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
}
.p-top_value_img {
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media (max-width: 767px ) {
  .p-top_value_img {
    margin-bottom: 4rem;
  }
}
.p-top_value_service {
  background-color: #fff;
  padding: 4rem 3rem;
  border-radius: 60px;
  margin-bottom: 6rem;
}
@media (max-width: 767px ) {
  .p-top_value_service {
    padding: 3rem 2.5rem;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-bottom: 4rem;
  }
}
.p-top_value_service_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 767px ) {
  .p-top_value_service_ttl {
    font-size: 1.8rem;
  }
}
.p-top_value_service_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media (max-width: 767px ) {
  .p-top_value_service_txt {
    text-align: left;
  }
}
.p-top_value_service_list {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px ) {
  .p-top_value_service_list {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-top_value_service_list_item {
  width: calc(33.3333333333% - 1.3333333333rem);
}
@media (max-width: 767px ) {
  .p-top_value_service_list_item {
    width: 100%;
  }
}
.p-top_value_service_list_item_img {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  aspect-ratio: 652/262;
  overflow: hidden;
}
.p-top_value_service_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.4s;
  will-change: scale;
}
.p-top_value_service_list_item_txt {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
}
.p-top_value_service_list_item:hover .p-top_value_service_list_item_img img {
  scale: 1.1;
}
.p-top_value_btn {
  text-align: center;
}
.p-top_case {
  padding: 6rem 0 3rem;
  background: #F6F4F7;
}
@media (max-width: 767px ) {
  .p-top_case {
    padding: 4rem 0 3rem;
  }
}
.p-top_case_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  margin-bottom: 3rem;
}
@media (max-width: 767px ) {
  .p-top_case_ttl {
    font-size: 2.4rem;
  }
}
.p-top_case_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 3.6rem;
}
.p-top_case_txt span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.p-top_case_txt span strong {
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 767px ) {
  .p-top_case_txt {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: left;
  }
}
.p-top_case_logo_wrap {
  overflow: hidden;
  width: calc(100vw - 240px);
  margin-left: calc((-100vw + 100cqw) / 2 + 120px);
  position: relative;
  margin-bottom: 6.7rem;
  display: flex;
}
@media (max-width: 767px ) {
  .p-top_case_logo_wrap {
    margin-bottom: 5rem;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
.p-top_case_logo {
  display: flex;
  gap: 5rem;
  white-space: nowrap;
  align-items: center;
  padding-left: 5rem;
}
@media (max-width: 767px ) {
  .p-top_case_logo {
    gap: 3rem;
  }
}
.p-top_case_logo_item {
  width: var(--w);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top_case_btn {
  margin-top: 4.7rem;
  text-align: center;
}
.p-top_fansoken {
  padding: calc(5.4166666667% + 6rem) 0 9.5rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px ) {
  .p-top_fansoken {
    padding: calc(5.4166666667% + 4rem) 0 6rem;
  }
}
.p-top_fansoken::before {
  content: "";
  width: 100%;
  aspect-ratio: 1200/65;
  background: url(../images/top/value_top.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top_fansoken::after {
  content: "";
  width: 100%;
  aspect-ratio: 1200/65;
  background: url(../images/top/fansoken_bottom.png) no-repeat bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.p-top_fansoken_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "A+mfCv-AXIS Font ベーシック M ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 2.5;
  margin-bottom: 4.5rem;
}
.p-top_fansoken_ttl img {
  width: min(350px, 100%);
}
@media (max-width: 767px ) {
  .p-top_fansoken_ttl {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .p-top_fansoken_ttl img {
    width: min(283px, 100%);
  }
}
.p-top_fansoken_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px ) {
  .p-top_fansoken_txt {
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.7;
  }
}
.p-top_fansoken_logo {
  display: flex;
  gap: 6.4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px ) {
  .p-top_fansoken_logo {
    gap: 3rem;
  }
}
.p-top_fansoken_logo_item {
  width: var(--w);
}
.p-top_fansoken_img {
  width: min(670px, 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.p-top_fansoken_btn {
  text-align: center;
}
.p-top_fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 99;
}
@media (max-width: 767px ) {
  .p-top_fixed {
    flex-direction: row;
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    gap: 1px;
    transform: translateY(0);
  }
}
.p-top_fixed_btn {
  padding: 1rem;
  display: block;
  border-radius: 5px 0 0 5px;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 193px;
  width: 56px;
  gap: 0;
}
@media (max-width: 767px ) {
  .p-top_fixed_btn {
    padding: 1rem;
    height: auto;
    display: block;
    writing-mode: horizontal-tb;
    width: calc(50% - 1px);
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
}
.p-top_fixed_btn.is-contact {
  background: #DF0515;
  color: #fff;
}
@media (min-width: 768px ) {
  .p-top_fixed_btn.is-contact::after {
    content: "";
    width: 36px;
    aspect-ratio: 36/38;
    background: url(../images/top/fixbtn_contact_pc.png) no-repeat;
    background-size: contain;
    width: 0;
    transition: 0.4s;
  }
  .p-top_fixed_btn.is-contact:hover {
    gap: 1rem;
  }
  .p-top_fixed_btn.is-contact:hover::after {
    width: 36px;
  }
}
@media (max-width: 767px ) {
  .p-top_fixed_btn.is-contact {
    width: calc(50% - 25px);
    position: relative;
  }
  .p-top_fixed_btn.is-contact::after {
    content: "";
    width: 30%;
    aspect-ratio: 53/56;
    background: url(../images/top/fixbtn_contact.png) no-repeat bottom;
    background-size: contain;
    position: absolute;
    right: -15%;
    pointer-events: none;
    bottom: 0;
  }
}
.p-top_fixed_btn.is-magazine {
  background: #FFDB53;
}
@media (min-width: 768px ) {
  .p-top_fixed_btn.is-magazine::after {
    content: "";
    width: 36px;
    aspect-ratio: 36/38;
    background: url(../images/top/fixbtn_magazine.png) no-repeat;
    background-size: contain;
    width: 0;
    transition: 0.4s;
  }
  .p-top_fixed_btn.is-magazine:hover {
    gap: 1rem;
  }
  .p-top_fixed_btn.is-magazine:hover::after {
    width: 36px;
  }
}/*# sourceMappingURL=renewal.css.map */