@charset "utf-8";

.c-guide .c-guide__inner {
  padding: 40px 0;
}
.c-guide .c-guide__title .c-guide__title_en {
  color: #545454;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.c-guide .c-guide__title .c-guide__title_ja {
  color: #545454;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-guide .c-guide__list {
  margin-top: 44px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.c-guide .c-guide__list .c-guide__list_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: max(1rem, (100% - 1080px) / 2);
}
.c-guide .c-guide__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 22px 8px;
  min-height: 165px;
}
.c-guide .c-guide__block:not(:last-child) {
  border-right: 1px solid #545454;
}
.c-guide .c-guide__block .c-guide__block_title {
  color: #545454;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.c-guide .c-guide__block .c-guide__block_title strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: 5px;
}
.c-cta .c-cta__inner {
  margin-inline: max(1rem, (100% - 1080px) / 2);
  padding: 68px 0;
}
.c-cta .c-cta__title {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  justify-content: center;
}
.c-cta .c-cta__title .c-cta__title_en {
  width: 200px;
  margin: 0 auto;
  color: #043f2a;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.c-cta .c-cta__title .c-cta__title_ja {
  color: #043f2a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.c-cta .c-cta__list {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 56px 0 46px;
}
@media (max-width: 719.98px) {
  .c-cta .c-cta__list {
    grid-template-columns: 1fr;
  }
}
.c-cta .c-cta__block {
  border: 1px solid #043f2a;
  background-color: #fff;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
}
.c-cta .c-cta__block_title {
  display: grid;
  gap: 14px;
  text-align: center;
}
.c-cta .c-cta__block_title_main {
  color: #043f2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.c-cta .c-cta__block_caption {
  color: #043f2a;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 719.98px) {
  .c-cta .c-cta__block_caption {
    font-size: 14px;
  }
}
.c-cta .c-cta__btn {
  color: #fff;
  background-color: #043f2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  min-height: 56px;
  width: min(304px, 100%);
  border: solid 1px #043f2a;
  transition: 0.3s;
  text-align: center;
}
.c-cta .c-cta__btn:hover {
  background-color: #fff;
  color: #000;
}
.c-cta .c-cta__block_info {
  color: #043f2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 719.98px) {
  .c-cta .c-cta__block_info {
    font-size: 14px;
  }
}
.c-cta .c-cta__nav {
  border-top: 1px solid #043f2a;
}
.c-cta .c-cta__nav_inner {
  padding-top: 44px;
  display: flex;
  gap: 32px 100px;
  flex-wrap: wrap;
}
@media (max-width: 719.98px) {
  .c-cta .c-cta__nav_inner {
    gap: 60px 24px;
    justify-content: space-between;
  }
}
.c-cta .c-cta__nav_list .c-cta__nav_list_item {
  color: #043f2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.c-cta .c-cta__nav_list .c-cta__nav_list_item + .c-cta__nav_list_item {
  margin-top: 24px;
}
.c-cta .c-cta__nav_list .c-cta__nav_list_item--lg {
  font-size: 20px;
  font-weight: 700;
}
.c-cta .c-cta__nav_list .c-cta__nav_list_item--lg + .c-cta__nav_list_item {
  margin-top: 42px;
}
.c-cta_line {
  background-color: #043f2a;
}
.c-cta_line .c-cta_line__inner {
  margin-inline: max(1rem, (100% - 1080px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 67px;
  padding: 8px;
}
.c-cta_line .c-cta_line__icon {
  width: 34px;
}
.c-cta_line .c-cta_line__caption {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
.c-cta_line .c-cta_line__caption strong {
  margin-left: 8px;
  font-size: 16px;
}
@media (max-width: 719.98px) {
  .c-cta_line .c-cta_line__caption strong {
    display: block;
    margin-top: 4px;
    margin-left: unset;
  }
}
/*# sourceMappingURL=../../maps/pages/home/index.min.css.map */
