@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.c_list__page .previouspostslink:hover,
.c_list__page .nextpostslink:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5965%) hue-rotate(348deg) brightness(87%) contrast(110%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(5965%) hue-rotate(348deg) brightness(87%) contrast(110%);
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_pic {
  display: block;
  border-radius: 8px;
  overflow: clip;
}
.c_pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.link_text {
  display: inline;
  color: inherit;
  text-decoration: underline;
}

.list_dotted__tab {
  display: block;
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_dotted__tab::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c_main__head {
  display: block;
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}
.f_body .c_main__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .c_main__head.c_main__fit {
    display: inline-block;
  }
}

.c_main__head__caption {
  display: block;
  font-size: clamp(2.6875rem, 8.8888888889vw, 5rem);
  font-family: inherit;
  font-weight: inherit;
  text-transform: capitalize;
  color: #FFE1E5;
  line-height: 1.8;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}
.c_main__head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c_main__head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.c_main__head__label {
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.8;
  translate: 0 -1em;
}
.c_main__head__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c_main__head__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.c_headline {
  font-size: clamp(1.5rem, 3.3333333333vw, 1.875rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  margin-bottom: 1em;
}

.c_headline__label {
  font-size: inherit;
  line-height: 1.8;
  font-weight: inherit;
}
.c_headline__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c_headline__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.c_title {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  margin-bottom: 1em;
}

.c_title__content {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}

.c_title__label {
  font-size: inherit;
  line-height: 1.8;
  font-weight: inherit;
}
.c_title__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c_title__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.c_caption {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
}

.c_caption__label {
  font-size: inherit;
  line-height: 2;
  color: #F58EA3;
}
.c_caption__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.c_caption__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.p_philosophy__label .c_caption__label {
  font-weight: 600;
}

.c_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  margin-bottom: clamp(32px, 7.1111111111vw, 64px);
}
.c_cards .c_catch {
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}
.c_linkblock .c_catch {
  margin-bottom: clamp(16px, 2.2222222222vw, 20px);
}
.c_catch::before {
  content: "";
  aspect-ratio: 1/1;
  width: 6px;
  height: auto;
  background-color: #E60019;
  border-radius: 8px;
  overflow: clip;
}

.c_catch__label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 2;
}
.c_catch__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.c_catch__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.c_lead {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}

.c_lead__unit {
  display: block;
  font-size: 0.875em;
  color: #F58EA3;
}

.c_lead__label {
  font-size: inherit;
  font-weight: inherit;
}

.c_border {
  display: block;
  text-align: center;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}

.c_border__label {
  font-size: inherit;
}

.c_text {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
  font-weight: 400;
}
.c_text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.c_text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media screen and (min-width: 769px) {
  .c_text__center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c_text__center {
    text-align: left;
  }
}

.c_text__space {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}

.c_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 32px;
}

@media screen and (min-width: 1025px) {
  .c_btn__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #E60019;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  border: 1px solid #E60019;
  padding-top: 9px;
  padding-bottom: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  overflow: clip;
}
.c_btn__link:hover {
  opacity: 1;
  color: #E60019;
  background-color: #fff;
}
.p_benefits .c_btn__link {
  max-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list_lower {
  margin-bottom: clamp(80px, 10.6666666667vw, 96px);
}
.list_lower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: clamp(20px, 2.6666666667vw, 24px);
  padding-left: clamp(24px, 4.4444444444vw, 40px);
  padding-right: clamp(24px, 4.4444444444vw, 40px);
  padding-bottom: clamp(20px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list_lower ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list_lower a {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.list_lower a[aria-current], .list_lower a:hover {
  opacity: 1;
  color: #E60019;
}

.c_list__link {
  position: relative;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: clamp(16px, 3.5555555556vw, 32px);
}
.c_list__link::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E60019;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c_list__link:hover {
  opacity: 1;
}
.c_list__link:hover::before {
  scale: 1 1;
}
.c_list__tab + .c_list__tab .c_list__link {
  padding-top: clamp(16px, 3.5555555556vw, 32px);
}
@media screen and (min-width: 376px) {
  .c_list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .c_list__link {
    display: block;
  }
}

.c_list__time {
  font-size: inherit;
  font-weight: 700;
}

.c_list__label {
  font-size: inherit;
  font-weight: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.c_list__page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: clamp(40px, 8.8888888889vw, 80px);
}
.c_list__page a,
.c_list__page span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 36px;
  overflow: clip;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c_list__page a.current,
.c_list__page span.current {
  aspect-ratio: 1/1;
  width: 36px;
  height: auto;
  color: #fff;
  background-color: #E60019;
}
.c_list__page a:hover {
  opacity: 1;
  color: #E60019;
}
.c_list__page .previouspostslink,
.c_list__page .nextpostslink {
  color: transparent !important;
  aspect-ratio: 6/12;
  width: 6px;
  height: auto;
  background-image: url("../images/common/arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.c_list__page .previouspostslink:hover,
.c_list__page .nextpostslink:hover {
  opacity: 1;
}
.c_list__page .previouspostslink {
  rotate: 180deg;
}
.c_list__page .first,
.c_list__page .last,
.c_list__page .pages {
  display: none !important;
}

.list_ico {
  position: relative;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_ico::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "●";
  font-size: 0.6666666667em;
  color: #F58EA3;
}
.list_ico.list_ico__fit {
  padding-left: 1.5em;
}
.list_ico.list_ico__fit::before {
  top: 0;
  translate: unset;
  font-size: inherit;
}
.list_ico.list_ico__small {
  line-height: 1.8;
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
}

.list_count {
  counter-reset: num;
}

.list_count__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.list_count__tab::before {
  top: 0;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
}

.c_page__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 501px) {
  .c_page__nav {
    gap: 40px 48px;
  }
}
@media screen and (max-width: 500px) {
  .c_page__nav {
    gap: 24px;
  }
}

.c_page__nav___group {
  text-align: center;
}

.c_page__nav___card {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}

.c_page__nav___card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c_page__nav___card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.c_page__list {
  max-width: 368px;
  width: 100%;
}

.c_page__link {
  display: block;
  text-align: center;
}
.c_page__link:hover {
  opacity: 1;
}

.c_page__pic {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #EEE;
}
@media screen and (min-width: 501px) {
  .c_page__pic {
    aspect-ratio: 368/268;
  }
}
@media screen and (max-width: 500px) {
  .c_page__pic {
    aspect-ratio: 303/180;
  }
}

.c_page__ico {
  position: absolute !important;
  right: 16px;
  bottom: 16px;
}

.c_page__visual {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_page__link:hover .c_page__visual {
  scale: 1.1;
}

.c_page__label {
  display: block;
  font-size: clamp(1.125rem, 2.6666666667vw, 1.5rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}

.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c_loading__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
          mask-image: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  -webkit-animation: image_mask 3000ms ease-in-out 1 forwards;
          animation: image_mask 3000ms ease-in-out 1 forwards;
}

@-webkit-keyframes image_mask {
  0% {
    -webkit-mask-size: 0% 0%;
            mask-size: 0% 0%;
  }
  100% {
    -webkit-mask-size: 400dvw 400dvw;
            mask-size: 400dvw 400dvw;
  }
}

@keyframes image_mask {
  0% {
    -webkit-mask-size: 0% 0%;
            mask-size: 0% 0%;
  }
  100% {
    -webkit-mask-size: 400dvw 400dvw;
            mask-size: 400dvw 400dvw;
  }
}
.c_loading__hide {
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.c_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .c_block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.c_block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) and (min-width: 1025px) {
  .c_content {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .c_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c_content.c_content__left {
  padding-right: unset;
}
.c_content.c_content__right {
  padding-left: unset;
}

.c_block__top {
  margin-top: 120px;
}

.c_side__block + .c_side__block {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .c_side__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}

.c_side__pic,
.c_side__images {
  display: block;
}
@media screen and (min-width: 769px) {
  .c_side__pic,
  .c_side__images {
    width: 33.3333333333%;
    min-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .c_side__pic,
  .c_side__images {
    width: 100%;
    margin-bottom: 40px;
  }
}

.c_side__pic {
  aspect-ratio: 4/3;
  background-color: #EEE;
}

.c_side__image {
  display: block;
}
@media screen and (min-width: 769px) {
  .c_side__image + .c_side__image {
    margin-top: clamp(20px, 2.6666666667vw, 24px);
  }
}

.c_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  .c_column__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.c_column__pic {
  display: block;
  aspect-ratio: 308/400;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #eee;
}
@media screen and (min-width: 769px) {
  .c_column__pic {
    width: 308px;
  }
}
@media screen and (max-width: 768px) {
  .c_column__pic {
    margin-bottom: 40px;
  }
}

.c_column__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_top__space {
  margin-top: clamp(32px, 5.3333333333vw, 48px);
}

.c_block__back {
  border-top: 1px solid #E0E0E0;
  margin-top: clamp(60px, 8.8888888889vw, 80px);
  padding-top: clamp(32px, 4.4444444444vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.c_block__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 769px) {
  .c_block__cards {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c_block__cards {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .c_block__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_block__card {
  padding-top: clamp(32px, 5.3333333333vw, 48px);
  padding-left: clamp(24px, 3.5555555556vw, 32px);
  padding-right: clamp(24px, 3.5555555556vw, 32px);
  padding-bottom: clamp(32px, 5.3333333333vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px #FEE9EC;
          box-shadow: 0px 0px 20px #FEE9EC;
  border-radius: 8px;
  overflow: clip;
}

.c_block__image {
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}

.c_two {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px;
}
@media screen and (min-width: 769px) {
  .c_two {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_two {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_two__pic {
  aspect-ratio: 576/356;
  background-color: #EEE;
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}

.c_second {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 72px;
}
@media screen and (min-width: 769px) {
  .c_second {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_second {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_second__pic {
  margin-bottom: clamp(24px, 4.4444444444vw, 40px);
}

.c_third {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 48px;
}
@media screen and (min-width: 769px) {
  .c_third {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_third {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .c_third {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c_third__pic {
  display: block;
  width: 100%;
  background-color: #EEE;
  aspect-ratio: 368/256;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}

.c_data {
  display: block;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 400;
}

.c_data__label {
  display: block;
  font-weight: 600;
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
}

.c_block__narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c_linkblock {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px #FEE9EC;
          box-shadow: 0px 0px 20px #FEE9EC;
  border-radius: 8px;
  overflow: clip;
  padding-top: 32px;
  padding-bottom: 48px;
  padding-left: clamp(24px, 3.5555555556vw, 32px);
  padding-right: clamp(24px, 3.5555555556vw, 32px);
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.c_linkblock:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .c_linkblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 56px;
  }
}

.c_linkblock__pic {
  display: block;
  aspect-ratio: 260/190;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 501px) {
  .c_linkblock__pic {
    width: 260px;
  }
}
@media screen and (max-width: 500px) {
  .c_linkblock__pic {
    width: 100%;
  }
}

.c_linkblock__image {
  display: block;
  width: 100%;
  height: auto;
  scale: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c_linkblock:hover .c_linkblock__image {
  scale: 1.1;
}

.c_linkblock__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .c_linkblock__inner {
    margin-top: 24px;
  }
}

.c_linkblock__icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: block;
  background-color: #E60019;
  border-radius: 24px;
  overflow: clip;
  width: 60px;
  height: 24px;
}

.c_linkblock__ico {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 769px) {
  .c_linkblock__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .c_linkblock__ico {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_linkblock__main {
  translate: 0% 0;
}
.c_linkblock:hover .c_linkblock__main {
  translate: 100% 0;
}

.c_linkblock__sub {
  translate: -100% 0;
}
.c_linkblock:hover .c_linkblock__sub {
  translate: 0% 0;
}

.c_block__visual {
  display: block;
  margin-bottom: clamp(50px, 6.2222222222vw, 56px);
}

@media screen and (min-width: 769px) {
  .c_textside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 72px;
  }
}

.c_textside__head {
  max-width: 384px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_textside__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c_ico {
  position: relative;
  display: block;
  background-color: #E60019;
  border-radius: 24px;
  overflow: clip;
  width: 60px;
  height: 24px;
}

.c_ico__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 769px) {
  .c_ico__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .c_ico__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.c_ico__main {
  translate: 0% 0;
}
.c_ico__link:hover .c_ico__main {
  translate: 100% 0;
}

.c_ico__sub {
  translate: -100% 0;
}
.c_ico__link:hover .c_ico__sub {
  translate: 0% 0;
}