@charset "UTF-8";

/* ============================================================
   FV
   ============================================================ */
.fv {
  font-family: "Noto Sans JP";
  color: #222;
  padding-block: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fv::before {
  content: "";
  background: url(../images/index/fv/fv__bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv__inner {
  padding-inline: 4rem;
  max-width: 1920px;
}

.fv__wrapper {
  display: flex;
  gap: 3rem;
  align-items: flex-end;
  justify-content: center;
}

.fv__contents {
  margin-bottom: 6rem;
}

.fv__lead {
  font-family: "Noto Serif JP";
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: normal;
}

.fv__lead span {
  display: inline-block;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
  color: #2666c4;
}

.fv__lead--sub {
  font-family: "Noto Serif JP";
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}

.fv__title {
  margin-top: 1rem;
  font-family: "Noto Serif JP";
  color: #2666c4;
  font-weight: 700;
  font-size: clamp(37px, 3.05vw, 58px);
}

.fv__title span {
  display: inline-block;
}

.fv__title--big {
  font-size: clamp(58px, 4.84vw, 92px);
}

.fv__title-sub {
  margin-top: 1.5rem;
  font-size: clamp(18px, 1.8vw, 24px);
  font-family: "Noto Serif JP";
}

.fv__title-note {
  margin-top: 0.4rem;
  font-size: clamp(14px, 1.2vw, 16px);
}

.blue-text {
  color: #2666c4;
}

.fv__title-note--big {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
}

.fv__body {
  margin-top: 4rem;
}

.fv__achievements-list {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.fv__achivements-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.fv__achivements-left::before {
  content: "";
  background: url(../images/index/fv/laurel-left.webp) no-repeat center center/cover;
  width: 2.6rem;
  height: 8.8rem;
  display: block;
}

.fv__achivements-right::after {
  content: "";
  background: url(../images/index/fv/laurel-right.webp) no-repeat center center/cover;
  width: 2.6rem;
  height: 8.8rem;
  display: block;
}

.fv__achivements-text--small {
  white-space: nowrap;
  text-align: center;
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 500;
}

.fv__achivements-text {
  font-family: "Noto Serif JP";
  font-size: clamp(14px, 1.16vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__achivements-text--big {
  color: #ff7646;
  font-size: clamp(32px, 2.63vw, 50px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__bottom {
  margin-top: 4rem;
}

.fv__bottom-text {
  text-align: center;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
}

.fv__btn-wrap {
  margin-top: 1.5rem;
  display: flex;
  gap: 4rem;
}

.fv__btn {
  max-width: 400px;
  width: 100%;
  padding-block: 1rem;
}

.fv__btn--reserve {
  background: #ff7646;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__btn--reserve-text {
  color: #fff;
  font-size: clamp(14px, 1.16vw, 22px);
  font-weight: 700;
}

.fv__btn-icon {
  max-width: clamp(18px, 1.47vw, 28px) !important;
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.fv__btn--tel {
  border: 3px solid #2666c4;
  background: #fff;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
}

.fv__btn--tel-text-wrap {
  color: #2666c4;
  display: flex;
  flex-direction: column;
}

.fv__btn--tel-text {
  font-size: clamp(9px, 0.74vw, 14px);
  font-weight: 700;
  line-height: 1;
}

.fv__btn--tel-number {
  font-size: clamp(19px, 1.58vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.fv__btn--tel-time {
  font-size: clamp(6px, 0.53vw, 10px);
  font-weight: 500;
  line-height: 1;
}

.fv__image {
  max-width: 500px;
  width: 33%;
  height: auto;
  display: flex;
  align-items: flex-end;
}

.fv__image img {
  width: 100%;
  height: auto;
}

.fv__image-text {
  white-space: nowrap;
  margin-bottom: 4rem;
  margin-left: -1rem;
}

.fv__image-post {
  font-size: clamp(6px, 0.63vw, 12px);
  font-weight: 500;
}

.fv__image-name {
  font-size: clamp(8px, 0.95vw, 18px);
  font-weight: 500;
  display: block;
  letter-spacing: 0.2rem;
}

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fv {
    padding-block: 5rem;
  }

  .fv__inner {
    padding-inline: 2rem;
  }

  .fv__wrapper {
    align-items: flex-end;
    gap: 1rem;
  }

  .fv__contents {
    margin-bottom: 0;
    width: 100%;
  }

  .fv__title {
    font-size: clamp(28px, 4vw, 42px);
    text-align: center;
    margin-top: 0;
  }

  .fv__title--big {
    font-size: clamp(44px, 6vw, 64px);
  }

  .fv__title-sub {
    text-align: center;
  }

  .fv__body {
    margin-top: 2rem;
  }

  .fv__achievements-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .fv__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.75rem;
  }

  .fv__bottom {
    margin-top: 2rem;
  }

  .fv__btn-wrap {
    justify-content: center;
  }

  .fv__btn {
    max-width: 320px;
    height: 64px;
  }

  .fv__image {
    display: none;
  }

  .fv__image-text {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .fv__image-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    padding-block: 4rem;
  }

  .fv__inner {
    padding-inline: 2rem;
  }

  .fv__wrapper {
    flex-direction: column;
  }

  .fv__head {
    text-align: center;
  }

  .fv__title {
    line-height: 1.3;
    font-size: 2.3rem;
    margin-top: 1rem;
  }

  .fv__title--big {
    font-size: 4.5rem;
  }

  .fv__title-sub {
    margin-top: 1rem;
    line-height: 1.5;
  }

  .fv__title-note {
    margin-top: 2rem;
  }

  .fv__body {
    margin-top: 2rem;
  }

  .fv__achievements-list {
    gap: 1rem;
  }

  .fv__achivements-left::before {
    width: 2rem;
    height: 7rem;
  }

  .fv__achivements-right::after {
    width: 2rem;
    height: 7rem;
  }

  .fv__achivements-text--small {
    font-size: 1.2rem;
  }

  .fv__achivements-text {
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
  }

  .fv__achivements-text--big {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .fv__list {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .fv__list-item {
    font-size: 1.6rem;
  }

  .fv__bottom {
    margin-top: 3rem;
  }

  .fv__bottom-text {
    font-size: 1.4rem;
  }

  .fv__btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .fv__btn {
    max-width: 100%;
    width: 100%;
    min-height: 7rem;
    padding: 0.5rem;
  }

  .fv__btn--reserve-text {
    font-size: 1.8rem;
  }

  .fv__btn-icon {
    max-width: 100%;
    width: 2.5rem;
  }

  .fv__btn--tel-text-wrap {
    gap: 3px;
  }

  .fv__btn--tel-text {
    font-size: 1.2rem;
  }

  .fv__btn--tel-number {
    font-size: 2rem;
  }

  .fv__btn--tel-time {
    font-size: 1rem;
  }

  .fv__image {
    display: none;
    width: 20%;
  }

  .sp {
    display: block;
  }
}

/* ============================================================
   エリアページ共通
   ============================================================ */

.wrap {
  width: 1280px;
  max-width: 100%;
  margin: auto;
}

.mincho {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

.en {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}

.block_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #006CC9;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.68;
}

.block_ttl span {
  display: inline;
  position: relative;
  background: linear-gradient(to top, rgba(0, 108, 201, 0.1) 19px, transparent 19px);
}

.block {
  padding-top: 30px;
  border-top: 1px solid #006CC9;
}

.center {
  text-align: center;
}

.ttl::after {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #006cc9;
  display: block;
  margin: 35px auto auto;
}

.section_ttl {
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

.ttl_small {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.flex_box {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 2.2rem;
    letter-spacing: .1em;
  }

  .ttl_small {
    font-size: 1.8rem;
  }

  .page_ttl_en {
    font-size: 1rem;
    margin-top: 10px;
  }

  .flex_box {
    flex-direction: column;
    align-items: center;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .br-sp {
    display: block;
  }

}

/*----------------------- lead ----------------------*/
#lead {
  padding: 80px 0 0;
  overflow: hidden;
}

.page_ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}

.page_ttl .marker {
  background: linear-gradient(to top, rgba(0, 108, 201, 0.1) 19px, transparent 19px);
}

/* #lead .lead_title::after {
    width: 120px;
    height: 1px;
    background-color: #006cc9;
    content: "";
    display: block;
    margin: 35px auto 0;
} */

#lead .lead_box {
  display: flex;
  margin-top: 50px;
}

#lead .lead_img {
  width: 800px;
  max-width: 100%;
}

#lead .lead_cnt {
  width: 575px;
  max-width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-right: -175px;
  margin-top: 70px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 55px 59px;
  min-height: 430px;
}

@media screen and (max-width: 1024px) {
  #lead .lead_cnt {
    padding: 5vw 5.5vw;
  }
}

@media screen and (max-width: 767px) {
  #lead {
    padding: 50px 0;
  }

  #lead .page_ttl {
    font-size: 2.3rem;
    padding: 0 20px;
    letter-spacing: .1em;
  }

  #lead .lead_box {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  #lead .lead_box .lead_img {
    padding-left: 5.5vw;
  }

  #lead .lead_cnt, #lead .lead_box.lead_cnt .lead_cnt {
    margin: auto;
    box-shadow: none;
    min-height: inherit;
  }
}

.lead_wrap {
  max-width: 950px;
  margin: 50px auto 0;
  background: #e5f0f9;
  padding: 40px;
}

.youtube_item {
  width: 80%;
  margin: 0 auto;
}

.youtube_embed {
  position: relative;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  overflow: hidden;
}

.youtube_embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s;
}

.youtube_embed:hover img {
  opacity: 0.8;
}

.youtube_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 0, 0, 0.85);
  border-radius: 50%;
  cursor: pointer;
}

.youtube_play span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 22px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 3px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lead_wrap {
    padding: 30px 20px;
  }

  .youtube_item {
    width: 100%;
  }
}

/*----------------------- inheritance-tax -----------------------*/

#inheritance-tax {
  padding: 80px 0;
}

.flex_box p {
  width: 50%;
}

.img_wrap {
  align-self: flex-start;
  width: 50%;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 40px;
  margin-right: 30px;
}

.img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.img_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 0;
  background: #e5f0f9;
}

@media screen and (max-width: 767px) {
  #inheritance-tax {
    padding: 50px 0;
  }

  .flex_box p {
    width: 100%;
  }

  .img_wrap {
    align-self: center;
    width: 90%;
    margin-right: 20px;
    /* 装飾のはみ出し分 */
    margin-bottom: 20px;

  }

  .img_wrap::after {
    top: 20px;
    left: 20px;
  }
}

/*----------------------- solution -----------------------*/

#solution {
  padding: 80px 0;
}

.content_box {
  max-width: 950px;
  margin: 50px auto 0;
}

.problem_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 50px;
}

.problem_item {
  display: flex;
  align-items: center;
  gap: 0;
}

.problem_item__left,
.problem_item__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.problem_item__left {
  width: 45%;
  padding: 2rem 2.4rem;
  background: #f0f2f5;
  font-size: 1.6rem;
  font-weight: 500;
}

/* ？アイコン */
.problem_item__left::before {
  content: "?";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem_item__arrow {
  flex-shrink: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 0 1.4rem 1.8rem;
  border-color: transparent transparent transparent #3678B3;
  margin: 0 0.8rem;
}

.problem_item__right {
  flex: 1;
  padding: 2rem 2.4rem;
  background: #CEE1F2;
  font-size: 1.6rem;
  font-weight: 500;
}

/* ！アイコン */
.problem_item__right::before {
  content: "!";
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #2666c4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #solution {
    padding: 50px 0;
  }

  .content_box {
    margin: 30px auto 0;
  }

  .solution_txt {
    text-align: left;
  }

  .problem_item {
    flex-direction: column;
    gap: .8rem;
  }

  .problem_list {
    gap: 4rem;
  }

  .problem_item__left,
  .problem_item__right {
    width: 100%;
  }

  /* 矢印を下向きに */
  .problem_item__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4rem 1rem 0 1rem;
    border-color: #2666c4 transparent transparent transparent;
    margin: 0;
  }
}

/*----------------------- standard -----------------------*/
#standard {
  padding: 80px 0;
}

.content_box_large {
  margin: 50px auto 0;
}

/* 3カラム */
.card_list {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: 2rem;
}

.card_item {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.standard_card_item {
  position: relative;
}

.card_num {
  width: 6rem;
  height: 6rem;
  background: #2666c4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.card_ttl {
  color: #2666c4;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}

/* 矢印ボックス */
.reason_lead {
  max-width: 724px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 4rem auto 0;
}

.reason_lead__top {
  width: 100%;
  background: #E5F0F9;
  border-radius: 8px;
  padding: 3rem;
  text-align: center;
}

.reason_lead__bottom {
  width: 100%;
  background: #FAF2F0;
  border-radius: 8px;
  padding: 3rem;
  text-align: center;
}

.reason_lead__main {
  font-size: 2rem;
  font-weight: 700;
}

.reason_lead__em {
  color: #F8763C;
}

.reason_lead__note {
  font-size: 1.5rem;
  color: #666;
  margin-top: .8rem;
}

.reason_lead__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.6rem 0 1.6rem;
  border-color: #3678B3 transparent transparent transparent;
  margin: 1.6rem 0;
}

/* バナー */
.reason_banner {
  max-width: 950px;
  margin: 40px auto 0;
  border-radius: 8px;
  padding: 3rem;
  text-align: center;
  position: relative;
}

.reason_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-image: url(../images/footer_bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 0;
}

/* テキストを::beforeより前面に */
.reason_banner__ttl,
.reason_banner__txt {
  position: relative;
  z-index: 1;
}

.reason_banner__ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.reason_banner__txt {
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #standard {
    padding: 50px 0;
  }

  .content_box_large {
    margin: 30px auto 0;
  }

  .card_list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .card_item {
    padding: 3rem 2rem;
  }

  .card_num {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    top: -2rem;
  }

  .card_ttl {
    font-size: 1.8rem;
  }

  .reason_lead__top {
    padding: 3rem 2rem;
  }

  .reason_lead__box {
    width: 100%;
  }

  .reason_banner {
    padding: 3rem 2rem;
  }

  .reason_banner__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .reason_banner__txt {
    text-align: left;
  }
}

/*----------------------- reason -----------------------*/
#reason {
  padding: 80px 0;
  background: #e5f0f9;
}

.reason_box {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.reason_link_list {
  margin: 50px 0 0;
}

.reason_link_list_content {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.reason_link_list_content li, .reason_link_list_content dt, .reason_link_list_content dd {
  display: block;
  margin: 0;
  padding: 0;
}

.reason_link_list li {
  flex: 0 1 auto;
  width: 30%;
  /* margin: 0 2.5% 0; */
}

/* .reason_link_list li:nth-child(3n+1) {
  margin-left: 0;
}

.reason_link_list li:nth-child(3n) {
  margin-right: 0;
} */

.reason_link_list .link_img {
  width: 100%;
}

.reason_link_list .link_img img {
  background: #fff;
}

.reason_link_list .link_ttl {
  margin: 25px 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.reason_link_list .link_ttl.en {
  letter-spacing: 0.2em;
}

.reason_link_list .link_ttl span {
  margin: 0 0 0 0.5em;
  color: #006CC9;
}

.reason_link_list .ttl {
  margin-top: 35px;
  line-height: 2;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  margin: 0;
  text-align: center;
}

.reason_link_list .ttl::after {
  display: none;
}

.reason_link_list .txt {
  margin-top: 10px;
  text-align: left;
}

.reason_link_list .link_small {
  margin: 0 auto;
}

.reason_link_list .link_small:hover {
  background-color: #006cc9;
  background-image: url("../images/index/plan_arr_w@2x.png");
  color: #fff;
  opacity: 1;
}

.area__bottom {
  max-width: 950px;
  margin: 40px auto 0;
  text-align: center;
}

.area__bottom .fv__bottom-text {
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 600;
}

.area__bottom .fv__btn-wrap {
  justify-content: center;
}

.area__bottom .fv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 767px) {
  #reason {
    padding: 50px 0;
  }

  #reason .reason_box {
    padding: 0;
  }

  .reason_link_list {
    margin-top: 40px;
  }

  .reason_link_list_content {
    flex-direction: column;
    margin: 0;
    gap: 40px;
  }

  .reason_link_list li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto;
  }

  .reason_link_list .link_img {
    width: 80%;
    margin: 0 auto;
  }

  .reason_link_list .link_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .reason_link_list .link_content {
    width: 100%;
  }

  .reason_link_list .link_ttl {
    margin-top: 0;
    text-align: left;
  }

  .reason_link_list .ttl {
    margin-top: 15px;
    line-height: 1.5;
  }

  .reason_link_list .ttl {
    min-height: auto;
    justify-content: flex-start;
    text-align: left;
  }

  .reason_link_list .link_small {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .reason_link_list .link_img {
    width: 100%;
    margin: 0 auto;
  }
}

/*----------------------- achievements -----------------------*/

#achievements {
  padding: 80px 0;
}

.achievements_box {
  margin: 70px auto 0;
}

.achievements_box .card_list {
  counter-reset: number;
}

.achievements_item {
  align-items: flex-start;
  position: relative;
  counter-increment: number;
}

.achievements_item::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "事例 "counter(number);
  color: #fff;
  background-color: #006cc9;
  display: inline-block;
  font-size: clamp(14px, 1.09375vw, 14px);
  font-weight: bold;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0.8rem 2.4rem 0.6rem;
  line-height: 1;
}

/* .ttl_wrap{
  padding: 4px 12px;
  border-radius: 8px;
  background: #006cc9;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: absolute;
  top: 12px;
  left: 20px;
} */

.achievements_ttl {
  text-align: left;
}

.achievements_detail {
  font-size: 1.4rem;
  line-height: 1.6;
}

.achievements_detail__row {
  display: flex;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #CDD6DD;
}

.achievements_detail__row:first-child {
  border-top: 1px solid #CDD6DD;
}

.achievements_detail dt {
  flex-shrink: 0;
  width: 90px;
  font-weight: 700;
  color: #006cc9;
}

.achievements_detail dd ul {
  padding-left: 1.2em;
}

.achievements_detail dd ul li {
  list-style: disc;
  margin-bottom: 0.4em;
}

.achievements_detail__result {
  background: #e5f0f9;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  border: none !important;
  margin-top: 0.8rem;
}

.achievements_detail__result dt {
  color: #006cc9;
  width: 80px;
}

.strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #achievements {
    padding: 50px 0;
  }

  .achievements_box {
    margin: 60px auto 0;
  }

  .achievements_box .card_list {
    gap: 6rem;
  }

  .ttl_wrap {
    font-size: 1.4rem;
    padding: 2px 8px;
  }

  .achievements_detail__row {
    flex-direction: column;
    gap: 0.4rem;
  }

  .achievements_detail dt {
    width: auto;
  }

  .br-pc {
    display: none;
  }
}

/*----------------------- satisfaction -----------------------*/

#satisfaction {
  padding: 80px 0;
  background: #e5f0f9;
}

.blue_text {
  color: #006cc9;
}

.satisfaction_text {
  margin-bottom: 40px;
}

.satisfaction_item {
  box-shadow: none;
}

.card_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_body {
  margin-top: 24px;
}

.satisfaction_card_ttl {
  color: #000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #satisfaction {
    padding: 50px 0;
  }

  .satisfaction_text {
    margin-bottom: 30px;
    text-align: left;
  }
}

/*----------------------- price -----------------------*/
#price {
  padding: 80px 0;
}

.content_box_small {
  max-width: 724px;
  margin: 50px auto 0;
}

.price_list {
  width: 100%;
}

.people_list {
  width: 100%;
}

.price_item {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #CDD6DD;
  gap: 4rem;
}

.people_item {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #CDD6DD;
  gap: 4rem;
}

.price_label {
  width: 20rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #000;
  font-size: 1.6rem;
}

.people_label {
  width: 35rem;
  flex-shrink: 0;
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
}

.price_value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F8763C;
}

.people_value {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.price__btn-wrap {
  gap: 2rem;
}

.fv__btn--simulator {
  border: 3px solid #2666c4;
  background: #2666c4;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.fv__btn--simulator-text {
  color: #fff;
  font-size: clamp(15px, 1.17vw, 22px);
  font-weight: 700;
}

.btn_text {
  margin-top: 20px;
  font-size: 1.4rem;
}

.content_box_bottom {
  max-width: 950px;
  margin: 40px auto 0;
  background: #e5f0f9;
  padding: 3rem;
  border-radius: 8px;
}

.content_box_bottom_ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #2666c4;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.content_box_bottom_ttl::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #2666c4;
  flex-shrink: 0;
}

.p_small {
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  #price {
    padding: 50px 0;
  }

  .content_box_small {
    margin: 30px auto 0;
  }

  .price_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1.6rem 0;
  }

  .people_item {
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.6rem 0;
  }

  .price_label {
    width: 100%;
  }

  .people_label {
    width: 50%;
  }

  .price__btn-wrap {
    gap: 1rem;
  }

  .fv__btn--simulator-text {
    font-size: 1.8rem;
  }

  .btn_text {
    text-align: left;
  }
}

/*----------------------- flow -----------------------*/
#flow {
  padding: 80px 0
}

.flow_chart01 {
  margin-top: 59px;
}

.flow_chart01.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #flow {
    padding: 50px 0
  }

  .flow_chart01 {
    margin: 0 0 50px;
  }

  .flow_chart01.sp {
    display: block;
  }

  .flow_chart01.pc {
    display: none;
  }

  .flow_chart01 li {
    display: flex;
    width: 375px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 9vw;
    background-image: url("../images/flow/line_sp@2x.png");
    background-size: 1px;
    background-repeat: repeat-y;
    background-position: left 72px top;
  }

  .flow_chart01 li:last-of-type {
    padding-bottom: 0;
  }

  .flow_chart01 .flow_img {
    width: 144px;
  }

  .flow_chart01 .flow_cnt {
    width: calc(100% - 144px);
    padding: 28px 0 0 6.5%;
  }

  .flow_chart01 .flow_txt01 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .flow_chart01 .flow_txt01 span {
    font-size: 1.2rem;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }

  .flow_chart01 .flow_txt02 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 15px;
  }

  .flow_chart01 .flow_txt02 br {
    display: none;
  }
}

/*----------------------- area-map -----------------------*/
#area-map {
  padding: 80px 0;
  background: #e5f0f9;
}

/* 追加 */
#area-map h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 2.4rem;
}

/* 追加 */

.area_city_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  /* margin-top: 2.4rem; */
  margin-top: .8rem;
  line-height: 2;
  padding: 3rem;
  background: #fff;
}

.area_city_list li {
  font-size: clamp(14px, 1.1vw, 15px);
}

.area_city_list li::after {
  content: " /";
  color: #999;
  margin-inline: 0.3em;
}

.area_city_list li:last-child::after {
  display: none;
}

.area_city_list a {
  color: #2666c4;
  text-decoration: none;
  transition: all .3;
}

.area_city_list a:hover {
  text-decoration: underline;
}

.area-map_p_small {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  #area-map {
    padding: 50px 0;
  }

  #area-map h3 {
    font-size: 16px;
  }

  .area_city_list {
    padding: 2rem;
  }
}

/*----------------------- office -----------------------*/
#office {
  padding: 80px 0;
}

.office_info {
  flex: 1;
}

.office_item {
  margin-bottom: 2.4rem;
}

.office_name {
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 16px);
  margin-bottom: 0.6rem;
}

.office_item dd {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.8;
}

#office .flex_box p {
  width: 100% !important;
}

.office_note {
  margin-top: 2.4rem;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.8;
}

.office_img {
  width: 50%;
  flex-shrink: 0;
  align-self: flex-start;
}

.office_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #office {
    padding: 50px 0;
  }

  .office_box {
    flex-direction: column;
  }

  .office_img {
    width: 100%;
  }
}

/*----------------------- member -----------------------*/

#member {
  padding: 80px 0;
  background: #e5f0f9;
}

/* スライダー本体 */
.staff_slider_wrap {
  overflow-x: clip;
  position: relative;
}

.staff_slider {
  display: flex;
  align-items: flex-start;
  transition: transform 0.6s ease;
  will-change: transform;
}

.staff_slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
}

/* ドットナビ */
.staff_dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.staff_dot {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1;
}

.staff_dot.active {
  background: #2666c4;
}

.staff_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.4rem;
}

.staff_nav .staff_dots {
  margin-top: 0;
}

.staff_arrow {
  background: #fff;
  border: 1px solid #2666c4;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}

.staff_arrow img {
  width: 0.8rem;
  height: auto;
  transition: filter 0.2s;
}

.staff_arrow:hover {
  background: #2666c4;
}

.staff_arrow:hover img {
  filter: brightness(0) invert(1);
}

/* staff カード */
.company_parallel_staff {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.company_parallel_staff__figure {
  flex: 0 1 39.88095%;
}

.company_parallel_staff__figure img {
  display: block;
  width: 100%;
}

.company_parallel_staff__content {
  flex: 0 1 54.7619%;
}

.company_staff_heading {
  border-left: 1px solid #006cc9;
  padding: 5px 0 5px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.company_staff_heading small,
.company_staff_heading span {
  font-size: 1.4rem;
  font-weight: normal;
}

.company_staff_heading small {
  display: block;
  margin: 0 0 10px;
}

.company_staff_heading span {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: baseline;
}

.company_staff_text {
  margin: 13px 0 0;
  font-size: 1.4rem;
}

.company_staff_bio {
  border: 1px solid #DBDBDB;
  border-width: 1px 0;
  padding: 15px 0;
  margin-top: 13px;
}

.company_staff_bio dl {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.company_staff_bio dl li,
.company_staff_bio dl dt,
.company_staff_bio dl dd {
  display: block;
  margin: 0;
  padding: 0;
}

.company_staff_bio dl dd {
  margin: 0 0 0 16px;
}

.company_staff_description {
  margin: 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .company_parallel_staff {
    flex-direction: column;
    margin: 22px 0 0;
  }

  .company_parallel_staff__figure img {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
  }

  .company_parallel_staff__content {
    margin: 20px 0 0;
  }

  .company_staff_description {
    margin: 20px 0 0;
  }
}


/*----------------------- movie -----------------------*/
#movie {
  padding: 80px 0;
}

#movie .youtube_item {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 20px;
}

.youtube_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 1.6rem 0;
}

@media screen and (max-width: 767px) {
  #movie {
    padding: 50px 0;
  }

  .movie_txt {
    text-align: left;
  }
}

/*----------------------- group -----------------------*/
#group {
  padding: 80px 0;
  background: #e5f0f9;
}

.group_card_list {
  margin-top: 3rem;
}

.group_card_item {
  box-shadow: none;
  gap: 1.6rem;
}

.group_ttl {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #group {
    padding: 50px 0;
  }

  .group_txt {
    text-align: left;
  }

  .group_card_item {
    gap: 1.2rem;
  }

  .group_ttl {
    font-size: 2.4rem;
  }
}

/*----------------------- faq -----------------------*/
#faq {
  padding: 80px 0;
}

#faq .inn {
  padding-bottom: 80px;
}

#faq .ac_area {
  border-bottom: 1px solid #CDD6DD;
  margin-top: 40px;
}

#faq .ac_area .ac_btn {
  border-top: 1px solid #CDD6DD;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  background-image: url("../images/faq/open@2x.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 15px 60px 20px 0;
  display: flex;
  align-items: center;
}

#faq .ac_area .ac_btn.ac {
  background-image: url("../images/faq/close@2x.png");
}

#faq .ac_area .ac_btn .en {
  font-size: 3rem;
  color: #2666c4;
  margin-right: 35px;
}

#faq .ac_area .ac_cnt {
  display: none;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 60px 35px 0;
}

#faq .ac_area .ac_cnt p+p {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  #faq .ac_area .ac_btn:first-of-type {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  #faq {
    padding: 50px 0;
  }

  #faq .inner {
    padding-bottom: 0;
  }

  #faq .faq_txt {
    text-align: left;
  }

  #faq .ac_area {
    margin-top: 30px;
  }

  #faq .ac_area .ac_btn {
    display: block;
    padding: 10px 50px 10px 0;
  }

  #faq .ac_area .ac_btn .en {
    display: block;
    font-size: 2rem;
    margin-bottom: 9px;
  }

  #faq .ac_area .ac_cnt {
    padding: 8px 40px 35px 0;
  }
}

/*----------------------- area_contact -----------------------*/
#area_contact {
  padding: 80px 0;
  background: #024279;
}

#area_contact .section_ttl {
  color: #fff;
}

#area_contact .ttl::after {
  background-color: #fff;
}

#area_contact .fv__bottom-text {
  color: #fff;
}

#footer-contact-block {
  display: none;
}

@media screen and (max-width: 767px) {
  #area_contact {
    padding: 50px 0;
  }
}

/* ============================================================
   参考: https://behealthy.co.jp/service/youtube/area/
   ============================================================ */
.area-lp-local {
  padding-block: 8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .area-lp-local {
    padding-block: 4rem;
  }
}

.area-lp-local--pb {
  padding-block: 12rem;
}

@media screen and (max-width: 767px) {
  .area-lp-local--pb {
    padding-block: 8rem;
  }
}

.area-lp__head-title {
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area-lp__head-title {
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
}

.area-lp-local__city-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .area-lp-local__city-title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.area-lp-local__city-list {
  margin-top: 4rem;
  background: #f7f7f7;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .area-lp-local__city-list {
    margin-top: 2rem;
    padding: 15px;
  }
}

.area-lp-local__city-list li {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .area-lp-local__city-list li {
    font-size: 12px;
  }
}

.area-lp-local__city-item a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #333333;
  padding: 5px 20px;
  transition: 0.5s;
}

.area-lp-local__city-region a {
  background: #2666c4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .area-lp-local__city-item a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.area-lp-local__note-text {
  font-size: 16px;
  margin-top: 10px;
}

.area-lp-specific {
  padding-block: 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .area-lp-specific {
    padding-block: 4rem;
  }
}

.area-lp-specific__inner {
  max-width: 1200px;
  width: 95%;
  margin-inline: auto;
}

.area-lp-specific__head-title {
  letter-spacing: 0.2em;
  line-height: 1.68;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .area-lp-specific__head-title {
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
}

.area-lp-specific__body {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .area-lp-specific__body {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}