@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
lp
----------------------------------------*/
.c_hero {
  min-height: 512px;
  padding-block: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_hero {
    min-height: 313px;
    padding-block: 30px;
  }
}
.c_hero::after {
  bottom: 0;
  background: url(/library/images/syuttyou-kaitori/lp/hero_img.png) center bottom/contain no-repeat;
  content: "";
  height: 512px;
  left: 62%;
  position: absolute;
  width: 285px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c_hero::after {
    height: 313px;
    left: auto;
    right: 0;
    width: 174px;
  }
}
.c_hero_txt {
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c_hero_txt {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.c_hero_ttl {
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-weight: var(--font_weight_bold);
  line-height: 1.4;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl {
    line-height: 1.32;
    margin-bottom: 25px;
  }
}
.c_hero_ttl::after {
  background-color: var(--body_color);
  content: "";
  height: 190px;
  left: 0;
  position: absolute;
  top: 107px;
  width: calc(50% + 40px);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl::after {
    height: 98px;
    top: 55px;
    width: 100%;
  }
}
.c_hero_ttl_sm {
  display: block;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl_sm {
    font-size: 2.5rem;
  }
}
.c_hero_ttl_lg {
  display: block;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .c_hero_ttl_lg {
    font-size: 3.1rem;
  }
}
.c_hero_subttl {
  font-family: var(--font_jp_serif);
  font-size: 3.8rem;
  font-weight: var(--font_weight_bold);
  line-height: 1.32;
}
@media screen and (max-width: 768px) {
  .c_hero_subttl {
    font-size: 2.25rem;
    line-height: 1.75;
  }
}
.c_hero_bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}

.c_summary {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c_summary {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.c_speech {
  align-items: center;
  display: flex;
  width: 552px;
}
@media screen and (max-width: 768px) {
  .c_speech {
    width: 100%;
  }
}
.c_speech_info {
  position: relative;
  width: 125px;
}
@media screen and (max-width: 768px) {
  .c_speech_info {
    width: 75px;
  }
}
.c_speech_buyer .c_speech_info {
  order: 1;
}
.c_speech_img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.c_speech_name {
  display: block;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_speech_name {
    font-size: 1.4rem;
  }
}
.c_speech_body {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 105px;
  padding-block: 15px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .c_speech_body {
    border-radius: 5px;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    min-height: auto;
    padding-block: 10px;
    width: calc(100% + 20px);
  }
}
.c_speech_customer .c_speech_body {
  background-color: rgb(255, 244, 243);
  margin-left: -40px;
  padding-inline: 60px 30px;
}
@media screen and (max-width: 768px) {
  .c_speech_customer .c_speech_body {
    margin-left: -20px;
    padding-inline: 30px 15px;
  }
}
.c_speech_buyer .c_speech_body {
  background-color: rgb(236, 251, 255);
  margin-right: -40px;
  padding-inline: 30px 60px;
}
@media screen and (max-width: 768px) {
  .c_speech_buyer .c_speech_body {
    margin-right: -20px;
    padding-inline: 15px 30px;
  }
}
.c_speech_bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .c_speech_bottom {
    flex-direction: column;
    gap: 30px;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  .c_speech_bottom {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .c_speech_bottom .c_speech_buyer {
    margin-left: auto;
  }
}

.c_satei {
  display: grid;
  gap: 24px;
  grid-template-columns: 310px 1fr;
}
@media screen and (max-width: 1080px) {
  .c_satei {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.c_satei_img {
  text-align: center;
}
.c_satei .c_speech {
  align-items: start;
  gap: 15px;
  width: 100%;
}
.c_satei .c_speech + .c_speech {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .c_satei .c_speech_info {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c_satei .c_speech_info {
    order: -1;
  }
}
.c_satei .c_speech_body {
  background-color: transparent;
  margin-inline: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c_satei .c_speech_body {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .c_satei_table th,
  .c_satei_table td {
    font-feature-settings: "palt";
    font-size: 1.1rem;
    padding-inline: 8px;
  }
  .c_satei_table th:nth-child(3),
  .c_satei_table td:nth-child(3) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c_satei_table th {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_satei_table td:nth-child(2) {
    font-size: 0.9rem;
  }
}