@charset "UTF-8";
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
hr {
  height: 0;
  color: inherit;
  border-top: 1px solid;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  color: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
}

button:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible),
[type=reset]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible) {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

/* Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dd {
  margin: 0;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/* Box sizing
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  padding-top: 72px;
}
@media (max-width: 767px) {
  body {
    padding-top: 57px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.l-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.c-section-head {
  text-align: center;
  margin-bottom: 30px;
}
.c-section-head--white .c-section-head__label {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 20px;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ffffff;
}
.c-section-head--white .c-section-head__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
}
.c-section-head--white .c-section-head__label {
  margin-bottom: 24px;
}
.c-section-head__label {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .c-section-head__label {
    font-size: 2rem;
  }
}
.c-section-head__label {
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-section-head__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  border-radius: 2px;
}
.c-section-head__label {
  margin-bottom: 24px;
}
.c-section-head__title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.5;
  color: #333333;
}
.c-section-head__title-red {
  color: #df0000;
}
.c-section-head__title-green {
  color: #7bb33d;
}
@media (max-width: 767px) {
  .c-section-head__title {
    font-size: 2.6rem;
  }
}
.c-section-head--white .c-section-head__label {
  color: #ffffff;
  border-color: #ffffff;
}
.c-section-head--white .c-section-head__title {
  color: #ffffff;
}
.c-section-head--white .c-section-head__title strong {
  color: #fff700;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 480px;
}
@media (max-width: 767px) {
  .c-btn {
    min-width: 300px;
  }
}
.c-btn {
  padding: 18px 40px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  color: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(223, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.c-btn:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  background: url(../images/arrow.svg);
  width: 10px;
  height: 12px;
}
.c-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(223, 0, 0, 0.45);
}

.c-tag {
  display: inline-block;
  background: #fde3d4;
  color: #df0000;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin: 0 2rem;
}
.c-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-header__logo img {
  height: 32px;
  width: auto;
}
.c-header__catch {
  font-size: 12px;
  color: #333333;
  border-left: 1px solid #e5e5e5;
  padding-left: 12px;
  margin-left: 4px;
}
.c-header__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .c-header__nav {
    flex-direction: row-reverse;
  }
}
.c-header__nav-list {
  display: flex;
  gap: 28px;
}
.c-header__nav-list a {
  font-size: 14px;
  font-weight: 700;
}
.c-header__entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-header__entry-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 14px rgba(223, 0, 0, 0.35);
}
.c-header__entry-btn:before {
  content: "";
  position: absolute;
  right: 1rem;
  background: url(../images/arrow.svg);
  width: 10px;
  height: 12px;
}
@media (max-width: 767px) {
  .c-header__entry-btn:before {
    right: 0.5rem;
  }
}
.c-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
}
.c-header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  .c-header__inner {
    height: 56px;
    padding: 0 0.5rem;
    width: 100%;
    margin: 0;
  }
  .c-header__logo {
    display: flex;
    align-items: center;
    max-width: 140px;
  }
  .c-header__logo img {
    height: 28px;
    width: auto;
  }
  .c-header__catch {
    display: none;
  }
  .c-header__nav-list {
    display: none;
  }
  .c-header__entry-btn {
    padding: 8px 2rem;
    font-size: 1.2rem;
  }
  .c-header__burger {
    display: flex;
  }
  .c-header__nav-list {
    display: none;
  }
  .c-header.is-nav-open .c-header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 8px 16px;
  }
  .c-header.is-nav-open .c-header__nav-list a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
  }
  .c-header.is-nav-open .c-header__burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .c-header.is-nav-open .c-header__burger span:nth-child(2) {
    opacity: 0;
  }
  .c-header.is-nav-open .c-header__burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.c-hero {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.c-hero__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.c-hero__kv {
  margin: 0;
}
.c-hero__kv img {
  width: 100%;
}
.c-hero__main {
  flex: 1;
  min-width: 0;
}
.c-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.c-hero__catch {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  margin-bottom: 4px;
}
.c-hero__title {
  margin: 0 0 32px;
}
.c-hero__title .hero-title__sub {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #df0000;
  margin-bottom: 8px;
}
.c-hero__title .hero-title__main {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  line-height: 1;
}
.c-hero__title .hero-title__num {
  display: inline-block;
  font-size: 96px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-hero__title .hero-title__days {
  font-size: 40px;
  color: #333333;
  margin-left: 4px;
}
.c-hero__title .hero-title__label {
  display: block;
  font-size: 40px;
  color: #333333;
  margin-top: 4px;
}
.c-hero__image {
  flex: 0 0 420px;
}
.c-hero__image img {
  width: 100%;
  border-radius: 12px;
}
.c-hero__info {
  display: flex;
  gap: 1px;
  margin-top: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.c-hero__info-item {
  flex: 1;
  background: #ffffff;
  padding: 16px 24px;
  text-align: center;
}
.c-hero__info-item + .c-hero__info-item {
  border-left: 1px solid #e5e5e5;
}
.c-hero__info-item dt {
  font-size: 13px;
  color: #333333;
  margin-bottom: 6px;
}
.c-hero__info-item dd {
  margin: 0;
  font-weight: 700;
}
.c-hero__info-item .hero-score {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 28px;
  color: #df0000;
}
.c-hero__info-item .hero-score small {
  font-size: 15px;
  color: #333333;
}
.c-hero__info-item .hero-target {
  font-size: 22px;
  color: #333333;
}
.c-hero__info-item .hero-target small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .c-hero {
    padding: 0 0 0;
  }
  .c-hero__inner {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
  .c-hero__catch {
    font-size: 16px;
  }
  .c-hero__title {
    margin-bottom: 20px;
  }
  .c-hero__title .hero-title__sub {
    font-size: 14px;
  }
  .c-hero__title .hero-title__num {
    font-size: 56px;
  }
  .c-hero__title .hero-title__days {
    font-size: 24px;
  }
  .c-hero__title .hero-title__label {
    font-size: 24px;
  }
  .c-hero__image {
    flex: none;
    width: 100%;
    order: -1;
  }
  .c-hero__info {
    flex-direction: column;
  }
  .c-hero__info-item {
    padding: 12px 16px;
  }
  .c-hero__info-item + .c-hero__info-item {
    border-left: none;
    border-top: 1px solid #e5e5e5;
  }
}

.c-schedule {
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  padding: 56px 0;
  text-align: center;
  position: relative;
}
.c-schedule::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  clip-path: polygon(47% 0, 53% 0, 50% 100%);
  pointer-events: none;
}
.c-schedule__title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 5.8rem;
  color: #ffffff;
  margin-bottom: 32px;
}
.c-schedule__list {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
}
.c-schedule__item {
  flex: 1;
  border-radius: 12px;
  padding: 20px;
}
.c-schedule__caution {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1rem;
}
.c-schedule__item-label {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  background-color: #ffffff;
  color: #df0000;
  padding: 4px 20px;
  margin-bottom: 12px;
}
.c-schedule__item-date {
  font-weight: 700;
  font-size: 2.1rem;
  color: #ffffff;
}
.c-schedule__btn .c-btn {
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.c-schedule__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.c-schedule__btnWrap {
  background-image: url(../images/entry_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-schedule__btnWrap > .l-inner {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .c-schedule {
    padding: 40px 0;
  }
  .c-schedule::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
    clip-path: polygon(calc(50% - 20px) 0, calc(50% + 20px) 0, 50% 100%);
    pointer-events: none;
  }
  .c-schedule .l-inner {
    padding: 0 16px;
  }
  .c-schedule__title {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
  .c-schedule__item {
    padding: 1rem;
  }
  .c-schedule__list {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .c-schedule__item-label {
    margin-bottom: 0;
  }
}

.c-foryou {
  padding: 80px 0;
  background: #fff5e6;
}
.c-foryou__lead {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.c-foryou__lead-title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.c-foryou__lead-title strong {
  color: #df0000;
}
.c-foryou__lead-text {
  font-size: 1.8rem;
  color: #333333;
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5rem;
}
.c-foryou__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-foryou__item {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  background: #ffffff;
  padding: 1.5rem;
}
.c-foryou__item::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  inset: 0;
  box-shadow: 0 0 8px rgb(186, 106, 0); /* 疑似要素側は不透明度100%にして… */
  mix-blend-mode: multiply;
  opacity: 0.3; /* …ここで30%に落とす */
  pointer-events: none;
}
.c-foryou__image {
  flex: 0 0 260px;
}
.c-foryou__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0 0 12px;
}
.c-foryou__body {
  flex: 1;
  padding: 1rem 3rem;
  position: relative;
}
.c-foryou__type {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  background: #df0000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.c-foryou__type.management {
  background: #df0000;
}
.c-foryou__type.food {
  background: #7bb33d;
}
.c-foryou__type.people {
  background: #f3751e;
}
.c-foryou__title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.c-foryou__title.management {
  color: #df0000;
}
.c-foryou__title.food {
  color: #7bb33d;
}
.c-foryou__title.people {
  color: #f3751e;
}
.c-foryou__text {
  font-size: 14px;
  color: #333333;
}
@media (max-width: 767px) {
  .c-foryou {
    padding: 48px 0;
  }
  .c-foryou .l-inner {
    padding: 0 16px;
  }
  .c-foryou__lead {
    margin-bottom: 40px;
  }
  .c-foryou__lead-title {
    font-size: 19px;
  }
  .c-foryou__list {
    gap: 20px;
    margin-top: 20px;
  }
  .c-foryou__item {
    flex-direction: column;
  }
  .c-foryou__image {
    flex: none;
    width: 100%;
    height: 180px;
  }
  .c-foryou__image img {
    border-radius: 12px 12px 0 0;
  }
  .c-foryou__body {
    padding: 0;
  }
  .c-foryou__type {
    top: -5x;
    left: -5px;
    width: 72px;
    height: 72px;
    font-size: 13px;
  }
}

.c-why {
  padding: 80px 0;
  background-image: url(../images/why5fays_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.c-why__lead {
  max-width: 640px;
  margin: 0 auto 56px;
}
.c-why__lead-text {
  font-size: 2.4rem;
  color: #333333;
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5rem;
}
.c-why__list {
  display: flex;
  gap: 24px;
}
.c-why__item {
  flex: 1;
  text-align: left;
}
.c-why__image {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .c-why__image {
    margin-bottom: 1.5rem;
  }
}
.c-why__num {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 1;
  display: inline-block;
  padding: 0.2rem 2rem;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #df0000;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  background: #df0000;
}
.c-why__item--02 .c-why__num {
  background: #7bb33d;
}
.c-why__item--03 .c-why__num {
  background: #f3751e;
}
.c-why__title {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-why__title {
    margin-bottom: 0.5rem;
  }
}
.c-why__title span {
  display: inline-block;
  background: #ffffff;
  color: #df0000;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.8rem;
}
@media (max-width: 767px) {
  .c-why__title span {
    font-size: 2.1rem;
  }
}
.c-why__item--02 .c-why__title span {
  color: #7bb33d;
}
.c-why__item--03 .c-why__title span {
  color: #f3751e;
}
.c-why__text {
  font-size: 14px;
  color: #333333;
}
@media (max-width: 767px) {
  .c-why {
    padding: 48px 0;
  }
  .c-why .l-inner {
    padding: 0 16px;
  }
  .c-why__lead {
    margin-bottom: 32px;
  }
  .c-why__lead-text {
    font-size: 1.8rem;
  }
  .c-why__list {
    flex-direction: column;
    gap: 4rem;
  }
}

.c-program {
  padding: 80px 0;
  background: #ffffff;
}
.c-program__lead {
  text-align: center;
  margin-bottom: 56px;
}
.c-program__lead-text {
  font-size: 2.4rem;
  color: #333333;
  margin-top: 16px;
}
.c-program .c-section-head {
  margin-bottom: 60px;
}
.c-program__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 48px;
}
.c-program__item {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .c-program__item {
    padding-top: 40px;
  }
}
.c-program__item::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  inset: 0;
  box-shadow: 0 0 8px rgb(186, 106, 0);
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.c-program__head {
  position: absolute;
  top: -16px;
  left: -12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-style: italic;
  gap: 2rem;
  min-width: 450px;
  padding: 18px 40px 18px 28px;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.c-program__card {
  position: relative;
  border-radius: 16px;
  padding: 56px 32px 28px;
}
.c-program__day-label {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #ffffff;
}
.c-program__day-num {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  color: #ffffff;
  line-height: 1;
  margin-left: -1rem;
}
.c-program__divider {
  width: 2px;
  height: 24px;
  background: rgba(255, 255, 255, 0.6);
  transform: skewX(-15deg);
}
.c-program__title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: #ffffff;
  white-space: nowrap;
}
.c-program__text {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
}
.c-program__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-program__tag {
  display: inline-block;
  background: #df0000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 999px;
}
.c-program__image {
  flex: 0 0 220px;
}
.c-program__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.c-program__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .c-program {
    padding: 48px 0;
  }
  .c-program__head {
    min-width: inherit;
  }
  .c-program .l-inner {
    padding: 0 16px;
  }
  .c-program__lead {
    margin-bottom: 32px;
  }
  .c-program__list {
    gap: 36px;
    margin-bottom: 32px;
  }
  .c-program__head {
    display: flex;
    flex-wrap: wrap;
    padding: 14px 32px 14px 20px;
    gap: 10px;
  }
  .c-program__day-num {
    font-size: 26px;
  }
  .c-program__title {
    font-size: 16px;
    white-space: normal;
  }
  .c-program__card {
    padding: 36px 20px 24px;
  }
  .c-program__image {
    flex: none;
    width: 100%;
    height: 160px;
    margin-top: 16px;
  }
}

.c-voice {
  padding: 80px 0;
  background-image: url(../images/why5fays_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.c-voice__lead {
  text-align: center;
  margin-bottom: 48px;
}
.c-voice__list {
  display: flex;
  gap: 24px;
}
.c-voice__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
  border-radius: 12px;
  text-align: left;
  position: relative;
  padding: 1.5rem;
}
.c-voice__item::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  inset: 0;
  box-shadow: 0 0 8px rgb(186, 106, 0);
  mix-blend-mode: multiply;
  opacity: 0.3;
  pointer-events: none;
}
.c-voice__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #df0000;
  line-height: 1.7;
  margin-bottom: 12px;
}
.c-voice__name {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 700;
}
.c-voice__late {
  margin-top: 2rem;
  color: #df0000;
  font-size: 2rem;
}
.c-voice__late span {
  font-size: 1.4rem;
  color: #333333;
}
@media (max-width: 767px) {
  .c-voice {
    padding: 48px 0;
  }
  .c-voice .l-inner {
    padding: 0 16px;
  }
  .c-voice__lead {
    margin-bottom: 32px;
  }
  .c-voice__list {
    flex-direction: column;
    gap: 16px;
  }
}

.c-benefits {
  padding: 80px 0;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  text-align: center;
}
.c-benefits__lead {
  max-width: 700px;
  margin: 0 auto 48px;
}
.c-benefits__highlight {
  display: inline-block;
  background: #ffffff;
  color: #df0000;
  padding: 2px 12px;
}
.c-benefits__card {
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 32px;
}
.c-benefits__text {
  font-size: 2.1rem;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 32px;
}
.c-benefits__ticket {
  position: relative;
  background: linear-gradient(90deg, #df0000 0%, #f3751e 100%);
  border-radius: 12px;
  padding: 20px 28px;
  text-align: left;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
.c-benefits__ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-benefits__ticket-label {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #ffffff;
}
.c-benefits__ticket-sub {
  display: block;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
}
.c-benefits__ticket-sub span {
  font-size: 1.1rem;
}
.c-benefits__flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  margin: 0 auto;
}
.c-benefits__flow-connector {
  width: 16px;
  height: 24px;
  background: #df0000;
}
.c-benefits__flow-connector--arrow {
  position: relative;
  height: 28px;
  background: transparent;
}
.c-benefits__flow-connector--arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 20px;
  background: #df0000;
  transform: translateX(-50%);
}
.c-benefits__flow-connector--arrow::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #df0000;
}
.c-benefits__flow-item {
  width: 100%;
  padding: 14px;
  border: 2px solid #df0000;
  border-radius: 8px;
  color: #df0000;
  font-weight: 700;
  font-size: 14px;
  background: #ffffff;
}
.c-benefits__flow-item--highlight {
  border-color: #df0000;
  color: #ffffff;
  background: #df0000;
}
@media (max-width: 767px) {
  .c-benefits {
    padding: 48px 0;
  }
  .c-benefits .l-inner {
    padding: 0 16px;
  }
  .c-benefits__lead {
    margin-bottom: 32px;
  }
  .c-benefits__flow {
    padding: 24px 20px;
  }
  .c-benefits__flow-item {
    font-size: 13px;
  }
}

.c-faq {
  padding: 80px 0;
  background: #fff5e6;
}
.c-faq__list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-faq__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.c-faq__question {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.c-faq__question-mark {
  flex: 0 0 auto;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #df0000;
}
.c-faq__question-text {
  flex: 1;
  font-weight: 700;
  font-size: 1.8rem;
  color: #df0000;
}
.c-faq__answer {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.c-faq__answer-mark {
  flex: 0 0 auto;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #6cb33f;
}
.c-faq__answer-text {
  flex: 1;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-faq__item {
    padding: 20px;
  }
  .c-faq__question {
    padding-bottom: 14px;
    margin-bottom: 14px;
    gap: 12px;
  }
  .c-faq__answer {
    gap: 12px;
  }
  .c-faq__question-mark, .c-faq__answer-mark {
    font-size: 2.2rem;
  }
  .c-faq__question-text {
    font-size: 1.5rem;
  }
  .c-faq__answer-text {
    font-size: 1.4rem;
  }
}

.c-option {
  padding: 80px 0 96px;
  background: #ffffff;
  text-align: center;
}
.c-option__lead {
  margin-bottom: 48px;
}
.c-option__lead-text {
  font-size: 15px;
  color: #333333;
  margin-top: 12px;
}
.c-option__list {
  display: flex;
  gap: 32px;
}
.c-option__item {
  flex: 1;
  text-align: left;
  padding-top: 24px;
  border-top: 3px solid #df0000;
}
.c-option__item--green {
  border-top-color: #6cb33f;
}
.c-option__label {
  display: inline-block;
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  background: #df0000;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.c-option__item--green .c-option__label {
  background: #6cb33f;
}
.c-option__title {
  font-family: "Noto Sans JP", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #df0000;
}
.c-option__item--green .c-option__title {
  color: #6cb33f;
}
.c-option__text {
  font-size: 1.6rem;
  color: #333333;
  margin-bottom: 24px;
}
.c-option__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid #df0000;
  border-radius: 999px;
  color: #df0000;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}
.c-option__link:hover {
  background: #df0000;
  color: #ffffff;
}
.c-option__item--green .c-option__link {
  border-color: #6cb33f;
  color: #6cb33f;
}
.c-option__item--green .c-option__link:hover {
  background: #6cb33f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-option {
    padding: 48px 0 56px;
  }
  .c-option .l-inner {
    padding: 0 16px;
  }
  .c-option__lead {
    margin-bottom: 32px;
  }
  .c-option__list {
    flex-direction: column;
    gap: 32px;
  }
  .c-option__title {
    font-size: 17px;
  }
}

.c-footer {
  padding: 56px 0 24px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.c-footer__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.c-footer__logo img {
  height: 32px;
}
.c-footer__nav {
  display: flex;
  gap: 56px;
}
.c-footer__nav-group {
  flex: 1;
}
.c-footer__nav-group-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-footer__nav-group-title.red {
  color: #df0000;
}
.c-footer__nav-group-title.orange {
  color: #f3751e;
}
.c-footer__nav-group-title.green {
  color: #7bb33d;
}
.c-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-footer__nav-list a {
  font-size: 13px;
  color: #333333;
}
.c-footer__copyright {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  color: #999999;
}
@media (max-width: 767px) {
  .c-footer {
    padding: 40px 0 20px;
  }
  .c-footer__inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .c-footer__nav {
    flex-direction: column;
    gap: 24px;
  }
}/*# sourceMappingURL=style.css.map */