@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
index
----------------------------------------*/
.c_hero {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 400px;
  padding-block: 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_hero {
    min-height: 180px;
    padding-block: 35px;
  }
}
.c_hero_subttl {
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 3.2rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c_hero_subttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.c_hero_subttl_dot {
  position: relative;
}
.c_hero_subttl_dot::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 0.25em;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  top: -0.25em;
  width: 0.25em;
}
.c_hero_ttl {
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-size: 5.2rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_hero_ttl {
    font-size: 2.6rem;
  }
}
.c_hero_bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c_problems {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_problems {
    gap: 35px 5px;
  }
}

.c_problem {
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--main_color);
  display: block;
  max-width: 224px;
  padding: 24px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_problem {
    max-width: calc(33.3333333333% - 4px);
    padding: 10px 0;
  }
}
.c_problem::before, .c_problem::after {
  border-style: solid;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}
.c_problem::before {
  border-width: 38px 19px 0 19px;
  border-color: var(--main_color) transparent transparent;
}
@media screen and (max-width: 768px) {
  .c_problem::before {
    border-width: 19px 9.5px 0 9.5px;
  }
}
.c_problem::after {
  border-width: 35.8px 17.9px 0 17.9px;
  border-color: rgb(255, 255, 255) transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) {
  .c_problem::after {
    border-width: 16.8px 8.4px 0 8.4px;
  }
}
@media screen and (max-width: 768px) {
  .c_problem_txt {
    font-feature-settings: "palt";
    font-size: 1.2rem;
  }
}
.c_problem_num {
  color: var(--main_color);
  font-family: var(--font_en);
  font-size: 3.6rem;
  font-weight: var(--font_weight_medium);
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c_problem_num {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}

.c_strength_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .c_strength_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_strength_lists {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.c_strength_list {
  display: grid;
}
.c_strength_item {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_strength_item {
    padding: 15px 15px 15px 140px;
    position: relative;
    text-align: left;
  }
}
.c_strength_item_num {
  color: var(--main_color);
  font-family: var(--font_en);
  font-size: 3.6rem;
  font-weight: var(--font_weight_medium);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c_strength_item_num {
    bottom: 0;
    display: grid;
    font-size: 2.4rem;
    gap: 2px;
    left: 18px;
    margin-block: auto;
    place-content: center;
    position: absolute;
    text-align: center;
    top: 0;
  }
}
.c_strength_item_num::before {
  content: "強み";
  display: block;
  font-family: var(--font_jp);
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_strength_item_num::before {
    font-size: 1.4rem;
  }
}
.c_strength_item_img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c_strength_item_img {
    bottom: 0;
    display: grid;
    left: 63px;
    margin-block: auto;
    margin-top: 0;
    place-content: center;
    position: absolute;
    text-align: center;
    top: 0;
    width: 62px;
  }
}
.c_strength_item_ttl {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-feature-settings: "palt";
  font-weight: var(--font_weight_bold);
  justify-content: center;
  letter-spacing: 0.025em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c_strength_item_ttl {
    display: block;
    margin-top: 0;
  }
}

.c_allseason_item + .c_allseason_item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c_allseason_item + .c_allseason_item {
    margin-top: 30px;
  }
}
.c_allseason_item_head {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 120px 1fr;
}
@media screen and (max-width: 768px) {
  .c_allseason_item_head {
    grid-template-columns: 75px 1fr;
  }
}
.c_allseason_item_ttl {
  margin-bottom: 0;
}
.c_allseason_item_ttl::before {
  content: attr(data-en);
  display: block;
  font-family: var(--font_en);
  font-size: 1.8rem;
  font-weight: var(--font_weight_medium);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c_allseason_item_ttl::before {
    font-size: 1.2rem;
  }
}
.c_allseason_item_lists {
  display: grid;
  gap: 5px 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1080px) {
  .c_allseason_item_lists {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_allseason_item_lists {
    gap: 4px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c_allseason_item_item {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_allseason_item_item {
    font-size: 1.4rem;
  }
}