@charset "UTF-8";
/* ==========================
  Breakpoints
========================== */
.h1_area {
  height: 44px;
  background-color: #002878;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .h1_area {
    height: 70px;
  }
}
.h1_area h1 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #fff;
  line-height: 20px;
}
.header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header.is-hero-passed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
.header .header_l {
  width: 100%;
  min-width: 225px;
  max-width: 350px;
}
@media screen and (max-width: 1460px) {
  .header .header_l {
    width: auto;
    flex: 0 0 auto;
  }
}
.header .header_l__logo {
  width: 100%;
  min-width: 195px;
  max-width: 397px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header .header_l__logo {
    padding: 0 20px;
  }
}
.header .header_l__logo__box {
  text-align: center;
  margin-top: 8px;
}
.header .header_l__logo__box__txt p {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #595757;
  margin-top: -13px;
  padding: 0;
}
.header .header_r {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  .header .header_r {
    margin-left: auto;
    margin-right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header .header_r {
    display: none;
  }
}
.header .header_r__nav {
  margin: 0 30px;
}
@media screen and (max-width: 1460px) {
  .header .header_r__nav {
    display: none;
  }
}
.header .header_r__nav nav.imp2026 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .header_r__nav nav.imp2026 a {
  font-size: 14px;
  color: #3e3a3a;
  line-height: 20px;
  white-space: nowrap;
}
.header .header_r__tel {
  width: 240px;
  margin: 0 13px;
  letter-spacing: 0;
}
.header .header_r__tel p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.header .header_r__tel p span.bl {
  color: #002878;
}
.header .header_r__tel p span.red {
  color: #e60012;
}
.header .header_r__tel__box a {
  color: #221815;
  display: flex;
  gap: 7px;
  padding: 6px 0 0;
}
.header .header_r__tel__box__txt {
  font-size: 32.07px;
  font-weight: bold;
  text-align: justify;
  margin-top: -4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header_r__yoyaku {
  width: 170px;
  height: 90px;
  background-color: #b8960b;
}
.header .header_r__yoyaku a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_r__yoyaku__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .header_r__yoyaku__box__icon {
  width: 18px;
}
.header .header_r__yoyaku__box__txt {
  margin-top: -5px;
  white-space: nowrap;
}
.header .header_r_SP {
  display: none;
}
@media screen and (max-width: 1460px) {
  .header .header_r_SP {
    display: flex;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header .header_r_SP .navToggle {
    top: 10px;
  }
}
.hero {
  position: relative;
  height: calc(100vh - 134px);
}
@media screen and (max-width: 768px) {
  .hero {
    height: 800px !important;
  }
}
.hero__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .hero__img {
    display: none;
  }
}
.hero__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.hero__img_base {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__img_base picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__img_base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -100px center;
}
@media screen and (max-width: 1620px) and (min-width: 1211px) {
  .hero__img_base img {
    object-position: calc((100vw - 1210px) / 2 - 305px) center;
  }
}
@media screen and (max-width: 1210px) and (min-width: 769px) {
  .hero__img_base img {
    object-position: -305px center;
  }
}
@media screen and (max-width: 768px) {
  .hero__img_base img {
    object-position: 0;
  }
}
.hero__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero__body__upline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  display: flex;
  align-items: center;
  color: #b8960b;
  font-size: 16px;
  white-space: nowrap;
}
.hero__body__upline::before {
  content: "";
  width: 100px;
  border-top: 1px solid #b8960b;
  margin-right: 16px;
}
.hero__body__ttl {
  margin-top: 20px;
}
.hero__body__ttl h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 80px;
  letter-spacing: 0;
}
@media screen and (max-width: 1620px) and (min-width: 769px) {
  .hero__body__ttl h2 {
    font-size: clamp(45px, calc(1.76vw + 21.45px), 60px);
    line-height: clamp(60px, calc(2.35vw + 41.93px), 80px);
  }
}
@media screen and (max-width: 768px) {
  .hero__body__ttl h2 {
    font-size: 26px !important;
    line-height: 38px !important;
    letter-spacing: -0.06em !important;
  }
}
.hero__body__ttl h2 span {
  color: #b8960b;
  display: inline-block;
  border-bottom: 1px solid #b8960b;
  padding-bottom: 4px;
}
.hero__body__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-top: 25px;
}
.hero__body__list {
  width: 470px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 10px;
}
@media screen and (max-width: 768px) {
  .hero__body__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero__body__list__box {
  width: 230px;
  height: 50px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  background-color: #003893;
  border: 0.5px solid #fff;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero__body__list__box {
    border: 1px solid #fff;
  }
}
.hero__body__link {
  width: 350px;
  height: 80px;
  background-color: #b8960b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-top: 60px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .hero__body__link {
    margin: 60px auto 0;
  }
}
.hero__body__link:hover {
  background-color: #a58408;
}
.hero__body__link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.hero__body__link a img {
  display: block;
  flex: 0 0 auto;
}
.sub_h2 {
  color: #b8960b;
  font-size: 14px;
}
h2 {
  font-size: 30px;
  color: #000;
  line-height: 42px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
p {
  letter-spacing: 0;
}
section#top_patients {
  padding: 80px 0 77px;
}
section#top_patients .top_patients {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  section#top_patients .top_patients {
    flex-direction: column;
    gap: 30px;
  }
}
section#top_patients .top_patients__body {
  width: calc(100% - 470px);
}
@media screen and (max-width: 768px) {
  section#top_patients .top_patients__body {
    width: 100%;
  }
}
section#top_patients .top_patients__body p {
  margin: 30px 0 0;
}
section#top_patients .top_patients__img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  section#top_patients .top_patients__img {
    width: 100%;
  }
}
section#top_why {
  position: relative;
  padding: 38px 0 22px;
}
section#top_why .top_why__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
section#top_why .top_why__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#top_why .top_why__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#top_why .top_why__ttl h2 {
  text-align: center;
  border-top: 1px solid #003893;
  border-bottom: 1px solid #003893;
  margin: 13px 0 0;
  padding: 16px 0 25px;
}
section#top_why .top_why__body {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  section#top_why .top_why__body {
    flex-direction: column;
    margin: 60px 0 0;
  }
}
section#top_why .top_why__body__box {
  width: calc(100% / 3);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 52px 0 47px;
  border-radius: 10px;
  margin: 107px 0 0;
}
@media screen and (max-width: 1000px) {
  section#top_why .top_why__body__box {
    width: 100%;
    margin: 0;
  }
}
section#top_why .top_why__body__box .no {
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-size: 72px;
  color: #003893;
  padding: 0 20px;
}
section#top_why .top_why__body__box h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  color: #003893;
  padding: 0 20px;
  margin: 29px 0 0;
}
@media screen and (max-width: 768px) {
  section#top_why .top_why__body__box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
section#top_why .top_why__body__box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  padding: 0 25px;
  margin: 19px 0 0;
}
@media screen and (max-width: 1200px) {
  section#top_why .top_why .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_dr_intro {
  padding: 59px 0 70px;
}
section#top_dr_intro .top_dr_intro__ttl p {
  border-top: 1px solid #003894;
  margin: 15px 0 0;
  padding: 7px 0 0;
  color: #003894;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
section#top_dr_intro .top_dr_intro__inner {
  margin: 15px 0 0;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  section#top_dr_intro .top_dr_intro__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
section#top_dr_intro .top_dr_intro__inner__img {
  width: 397px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section#top_dr_intro .top_dr_intro__inner__img {
    width: 100%;
  }
}
section#top_dr_intro .top_dr_intro__inner__body {
  width: calc(100% - 467px);
}
@media screen and (max-width: 1200px) {
  section#top_dr_intro .top_dr_intro__inner__body {
    width: 100%;
  }
}
section#top_dr_intro .top_dr_intro__inner__body__con {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  section#top_dr_intro .top_dr_intro__inner__body__con {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__name {
  margin: 18px 0 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__name h3 {
  font-size: 30px;
  color: #003894;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__name p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  margin: 10px 0 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__career {
  margin: 22px 0 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__career li {
  position: relative;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  letter-spacing: 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__profile__career li::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__license h4 {
  color: #003893;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 11px 0 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__license ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#top_dr_intro .top_dr_intro__inner__body__con__license li {
  position: relative;
  line-height: 36px;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
section#top_dr_intro .top_dr_intro__inner__body__con__license li::before {
  content: "●";
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 0;
  color: #003893;
}
section#top_dr_intro .top_dr_intro__inner__body__p1 {
  background-color: rgba(184, 150, 11, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 27px 0 0;
  padding: 12px 0 15px;
}
section#top_dr_intro .top_dr_intro__inner__body__p1 p {
  font-size: 18px;
  color: #003893;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section#top_dr_intro .top_dr_intro__inner__body__p1 p {
    padding: 0 20px;
  }
}
section#top_dr_intro .top_dr_intro__inner__body__p2 {
  background-color: rgba(0, 56, 148, 0.15);
  border-radius: 10px;
  margin: 17px 0 0;
  padding: 24px 30px 25px;
}
section#top_dr_intro .top_dr_intro__inner__photo__list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  section#top_dr_intro .top_dr_intro__inner__photo__list__item {
    flex-wrap: wrap;
    gap: 20px;
  }
  section#top_dr_intro .top_dr_intro__inner__photo__list__item img {
    width: calc((100% / 2) - 10px);
  }
}
section#top_dr_intro .top_dr_intro__photo {
  margin: 69px 0 0;
}
section#top_dr_intro .top_dr_intro__photo p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 16px 0 0;
}
@media screen and (max-width: 1200px) {
  section#top_dr_intro .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_safety {
  padding: 69px 0 116px;
  position: relative;
}
section#top_safety .top_safety__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section#top_safety .top_safety__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#top_safety .top_safety__ttl h2 {
  color: #fff;
}
section#top_safety .top_safety__ttl p {
  color: #fff;
  border-top: 1px solid #fff;
  margin: 17px 0 0;
  padding: 15px 0 0;
}
section#top_safety .top_safety__body {
  margin: 69px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section#top_safety .top_safety__body {
    margin: 60px 0 0;
  }
}
section#top_safety .top_safety__body__box {
  width: calc((100% / 2) - 15px);
  background-color: rgba(0, 40, 120, 0.85);
  border-radius: 10px;
  padding: 0 20px 0;
}
@media screen and (max-width: 1200px) {
  section#top_safety .top_safety__body__box {
    width: 100%;
  }
}
section#top_safety .top_safety__body__box__ttl {
  position: relative;
}
section#top_safety .top_safety__body__box__ttl h3 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0 0;
  padding: 0 0 0 14px;
}
@media screen and (max-width: 768px) {
  section#top_safety .top_safety__body__box__ttl h3 {
    line-height: 26px;
  }
}
section#top_safety .top_safety__body__box__ttl h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 20px;
  background-color: #b8960b;
  border-radius: 2px;
  transform: translateY(-50%);
}
section#top_safety .top_safety__body__box__ttl h3 span {
  color: #b8960b;
}
section#top_safety .top_safety__body__box__ttl p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 30px;
  margin: 23px 0 29px;
}
section#top_safety .top_safety__body__box__ttl .logo {
  position: absolute;
  top: -7px;
  right: 0;
}
@media screen and (max-width: 768px) {
  section#top_safety .top_safety__body__box__ttl .logo {
    top: unset;
    bottom: -34px;
  }
}
@media screen and (max-width: 1200px) {
  section#top_safety .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_equipment {
  position: relative;
  overflow: hidden;
  padding: 49px 0 36px;
}
section#top_equipment::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #fff 0%, #fff calc(50% - 185px), #b8960b calc(50% - 185px), #b8960b 100%);
}
section#top_equipment .w1170 {
  position: relative;
  z-index: 1;
}
section#top_equipment .top_equipment {
  display: grid;
  grid-template-columns: 400px 1fr;
}
section#top_equipment .top_equipment__head {
  color: #002878;
}
section#top_equipment .top_equipment__head h2 {
  color: #003894;
}
section#top_equipment .top_equipment__body {
  color: #fff;
  padding-left: 70px;
}
section#top_equipment .top_equipment__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  section#top_equipment {
    padding: 30px 0 0;
    background-color: #fff;
  }
  section#top_equipment::before {
    display: none;
  }
  section#top_equipment .w1170 {
    width: 100%;
    padding: 0;
  }
  section#top_equipment .top_equipment {
    display: block;
  }
  section#top_equipment .top_equipment__head {
    padding: 0 20px 34px;
  }
  section#top_equipment .top_equipment__body {
    width: 100%;
    margin: 0;
    padding: 34px 20px 38px;
    background-color: #b8960b;
  }
  section#top_equipment .top_equipment__body p {
    line-height: 28px;
  }
}
section#top_equipment02 .top_equipment02 {
  display: flex;
}
@media screen and (max-width: 1200px) {
  section#top_equipment02 .top_equipment02 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  section#top_equipment02 .top_equipment02 {
    flex-direction: column;
  }
}
section#top_equipment02 .top_equipment02__box {
  width: calc(100% / 3);
  position: relative;
  aspect-ratio: 0.9552238806;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  section#top_equipment02 .top_equipment02__box {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 768px) {
  section#top_equipment02 .top_equipment02__box {
    width: 100%;
  }
}
section#top_equipment02 .top_equipment02__box__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#top_equipment02 .top_equipment02__box__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#top_equipment02 .top_equipment02__box h3 {
  position: absolute;
  z-index: 1;
  top: 43%;
  left: 50%;
  width: 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0;
  text-align: center;
  transform: translate(-50%, -50%);
}
section#top_equipment02 .top_equipment02__box p {
  position: absolute;
  z-index: 1;
  top: calc(43% + 48px);
  left: 50%;
  width: 370px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  transform: translateX(-50%);
}
section#top_pricing {
  padding: 61px 0 85px;
}
section#top_pricing .top_pricing__ttl {
  position: relative;
}
section#top_pricing .top_pricing__ttl h2 {
  color: #003894;
}
section#top_pricing .top_pricing__ttl p {
  border-top: 1px solid #003894;
  margin: 22px 0 0;
  padding: 18px 0 0;
}
section#top_pricing .top_pricing__ttl__link {
  position: absolute;
  top: 34px;
  right: 0;
  background-color: #003894;
  border-radius: 10px;
  width: 280px;
  height: 50px;
  padding: 0 15px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  section#top_pricing .top_pricing__ttl__link {
    position: relative;
    top: unset;
    left: unset;
    margin: 20px 0 0;
  }
}
section#top_pricing .top_pricing__ttl__link:hover {
  background-color: #b8960b;
}
section#top_pricing .top_pricing__ttl__link a {
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 34px 0 0;
}
section#top_pricing .top_pricing__ttl__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  background: url("../images2026/hero_ya.png") center / contain no-repeat;
  transform: translateY(-50%);
}
section#top_pricing .top_pricing__body {
  margin: 26px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__body {
    flex-direction: column;
    gap: 30px;
  }
}
section#top_pricing .top_pricing__body__tb {
  width: 800px;
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__body__tb {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  section#top_pricing .top_pricing__body__tb {
    position: relative;
    padding-bottom: 12px;
  }
  section#top_pricing .top_pricing__body__tb::before, section#top_pricing .top_pricing__body__tb::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }
  section#top_pricing .top_pricing__body__tb::before {
    top: 50%;
    left: 50%;
    width: 82px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.72);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  section#top_pricing .top_pricing__body__tb::after {
    top: 50%;
    left: 50%;
    width: 46px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='18' viewBox='0 0 46 18'%3E%3Cpath d='M18 9H3M8 4 3 9l5 5M28 9h15M38 4l5 5-5 5' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, visibility 0.25s ease;
    animation: pricing-scroll-icon 1.6s ease-in-out 0.3s 3;
  }
  section#top_pricing .top_pricing__body__tb.is-scroll-hint-hidden::before, section#top_pricing .top_pricing__body__tb.is-scroll-hint-hidden::after {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__body__etc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section#top_pricing .top_pricing__body__etc__bnr01 {
  width: 300px;
  height: 250px;
  background-color: #003894;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#top_pricing .top_pricing__body__etc__bnr01 .yen {
  color: #b8960b;
  font-size: 60px;
  font-weight: bold;
}
section#top_pricing .top_pricing__body__etc__bnr01 p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  margin: 30px 0 0;
}
section#top_pricing .top_pricing__body__etc .naiyou {
  text-align: center;
  font-size: 18px;
  color: #003894;
  font-weight: bold;
  margin: 33px 0 0;
}
section#top_pricing .top_pricing__body__etc__bnr02 .list {
  background-color: #b8960b;
  border-radius: 10px;
  width: 300px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 13px 0 0;
}
section#top_pricing .top_pricing__info {
  width: 1030px;
  height: 200px;
  margin: 51px auto 0;
  background-color: #f1ead0;
  border-radius: 15px;
  border: 1px solid #b8960b;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__info {
    width: 100%;
    height: auto;
  }
}
section#top_pricing .top_pricing__info__box {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__info__box {
    flex-direction: column;
    gap: 0;
    padding: 30px 0;
  }
}
section#top_pricing .top_pricing__info__box__img {
  width: 233px;
}
section#top_pricing .top_pricing__info__box__txt {
  width: calc(100% - 273px);
}
@media screen and (max-width: 1200px) {
  section#top_pricing .top_pricing__info__box__txt {
    width: 100%;
  }
}
section#top_pricing .top_pricing__info__box__txt h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #b8960b;
  margin: 0;
}
section#top_pricing .top_pricing__info__box__txt p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin: 21px 0 0;
}
section#top_pricing table.price_table {
  border: none;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  section#top_pricing table.price_table {
    min-width: 800px;
  }
}
section#top_pricing table.price_table th {
  height: 60px;
  background-color: #003894;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  text-align: left;
  font-size: 14px;
}
section#top_pricing table.price_table td {
  height: 100px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  line-height: 26px;
}
section#top_pricing table.price_table td small {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
section#top_pricing table.price_table td small span {
  color: #003894;
  font-weight: 400;
}
section#top_pricing table.price_table td span.price_table__unit {
  width: 45px;
  height: 25px;
  font-size: 12px;
  color: #003894;
  border: 1px solid #003894;
  border-radius: 12.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#top_pricing table.price_table td.bl {
  color: #003894;
}
section#top_pricing table.price_table td.yel {
  color: #b8960b;
}
section#top_pricing table.price_table td strong {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
section#top_pricing table.price_table tbody tr:nth-child(even) {
  background-color: rgba(89, 87, 87, 0.1);
}
section#top_pricing table.price_table thead tr > *:first-child, section#top_pricing table.price_table tbody tr > *:first-child {
  padding-left: 30px;
}
section#top_pricing table.price_table thead tr > *:last-child, section#top_pricing table.price_table tbody tr > *:last-child {
  padding-right: 30px;
  width: 93px;
}
@keyframes pricing-scroll-icon {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% + 8px), -50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  section#top_pricing .top_pricing__body__tb::after {
    animation: none;
  }
}
@media screen and (max-width: 1200px) {
  section#top_pricing .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_cases, section#top_cases02 {
  background-color: #f0f7fe;
  padding: 73px 0 0;
}
section#top_cases .top_cases__ttl, section#top_cases02 .top_cases__ttl {
  position: relative;
}
section#top_cases .top_cases__ttl h2, section#top_cases02 .top_cases__ttl h2 {
  color: #003894;
}
section#top_cases .top_cases__ttl p, section#top_cases02 .top_cases__ttl p {
  border-top: 1px solid #003894;
  margin: 22px 0 0;
  padding: 18px 0 0;
}
section#top_cases .top_cases__ttl__link, section#top_cases02 .top_cases__ttl__link {
  position: absolute;
  top: 34px;
  right: 0;
  background-color: #003894;
  border-radius: 10px;
  width: 280px;
  height: 50px;
  padding: 0 15px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  section#top_cases .top_cases__ttl__link, section#top_cases02 .top_cases__ttl__link {
    position: relative;
    top: unset;
    margin: 20px 0 0;
  }
}
section#top_cases .top_cases__ttl__link:hover, section#top_cases02 .top_cases__ttl__link:hover {
  background-color: #b8960b;
}
section#top_cases .top_cases__ttl__link a, section#top_cases02 .top_cases__ttl__link a {
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 34px 0 0;
}
section#top_cases .top_cases__ttl__link a::after, section#top_cases02 .top_cases__ttl__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  background: url("../images2026/hero_ya.png") center / contain no-repeat;
  transform: translateY(-50%);
}
section#top_cases .top_cases__body .ex_box .ex_box_content, section#top_cases02 .top_cases__body .ex_box .ex_box_content {
  display: flex;
  flex-direction: row-reverse;
  padding: 52px 0 0;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  section#top_cases .top_cases__body .ex_box .ex_box_content, section#top_cases02 .top_cases__body .ex_box .ex_box_content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  section#top_cases .top_cases__body .ex_box_content_l, section#top_cases02 .top_cases__body .ex_box_content_l {
    width: 100%;
  }
}
section#top_cases .top_cases__body .ex_box_content_r, section#top_cases .top_cases__body .ex_box_content_r_img, section#top_cases .top_cases__body .bfaf, section#top_cases .top_cases__body .before_after_slider, section#top_cases02 .top_cases__body .ex_box_content_r, section#top_cases02 .top_cases__body .ex_box_content_r_img, section#top_cases02 .top_cases__body .bfaf, section#top_cases02 .top_cases__body .before_after_slider {
  width: 570px;
  height: 350px;
}
@media screen and (max-width: 768px) {
  section#top_cases .top_cases__body .ex_box_content_r, section#top_cases .top_cases__body .ex_box_content_r_img, section#top_cases .top_cases__body .bfaf, section#top_cases .top_cases__body .before_after_slider, section#top_cases02 .top_cases__body .ex_box_content_r, section#top_cases02 .top_cases__body .ex_box_content_r_img, section#top_cases02 .top_cases__body .bfaf, section#top_cases02 .top_cases__body .before_after_slider {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6285714286;
  }
}
section#top_cases .top_cases__body .before_after_slider, section#top_cases02 .top_cases__body .before_after_slider {
  --bfaf-position: 50%;
}
section#top_cases .top_cases__body .before_after_slider::before, section#top_cases02 .top_cases__body .before_after_slider::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: var(--bfaf-position);
  width: 45px;
  height: 45px;
  background: url("../images/icon_bfaf.png") center / 45px no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
section#top_cases .top_cases__body .box_before, section#top_cases .top_cases__body .box_after, section#top_cases02 .top_cases__body .box_before, section#top_cases02 .top_cases__body .box_after {
  height: 100%;
}
section#top_cases .top_cases__body .box_before, section#top_cases02 .top_cases__body .box_before {
  overflow: hidden;
}
section#top_cases .top_cases__body .box_before::before, section#top_cases02 .top_cases__body .box_before::before {
  display: none;
}
section#top_cases .top_cases__body .box_before img, section#top_cases02 .top_cases__body .box_before img {
  width: 570px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  section#top_cases .top_cases__body .box_before img, section#top_cases02 .top_cases__body .box_before img {
    width: 100%;
  }
}
section#top_cases .top_cases__body .box_after img, section#top_cases02 .top_cases__body .box_after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
section#top_cases .top_cases__body .slider_range, section#top_cases02 .top_cases__body .slider_range {
  z-index: 3;
  opacity: 0;
  appearance: auto;
  background: transparent;
}
section#top_cases .top_cases__body .ex_box_content_l_ttl, section#top_cases02 .top_cases__body .ex_box_content_l_ttl {
  margin: 0 0 10px;
}
section#top_cases .top_cases__body .ex_box_content_l_ttl h3, section#top_cases02 .top_cases__body .ex_box_content_l_ttl h3 {
  font-weight: 400;
}
section#top_cases .top_cases__body .ex_box_content_l_txt, section#top_cases02 .top_cases__body .ex_box_content_l_txt {
  align-items: flex-start;
}
section#top_cases .top_cases__body .ex_box_content_l_txt .ttl, section#top_cases02 .top_cases__body .ex_box_content_l_txt .ttl {
  flex: 0 0 126px;
}
section#top_cases .top_cases__body .ex_box_content_l_txt .txt, section#top_cases02 .top_cases__body .ex_box_content_l_txt .txt {
  flex: 1;
  min-width: 0;
  padding: 1px 0 0;
}
section#top_cases .top_cases__body .bfaf_ud, section#top_cases02 .top_cases__body .bfaf_ud {
  font-size: 14px;
  background-color: unset;
  color: #00358e;
  text-align: left;
  padding: 0 0 0;
  margin: 5px 0 0 20px;
}
@media screen and (max-width: 1200px) {
  section#top_cases .w1170, section#top_cases02 .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section.top_cases02 {
  padding: 128px 0 91px !important;
}
section#top_complex {
  position: relative;
  padding: 69px 0 60px;
}
section#top_complex .top_complex_bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section#top_complex .top_complex_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex_bg img {
    object-position: right;
  }
}
section#top_complex .top_complex__inner {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner {
    flex-direction: column;
  }
}
section#top_complex .top_complex__inner__img {
  position: relative;
  width: 600px;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner__img {
    width: 100%;
    height: 300px;
  }
}
section#top_complex .top_complex__inner__img__item {
  width: 195px;
  height: 195px;
  background-color: #003894;
  border: 1px solid #b8960b;
  mix-blend-mode: hard-light;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner__img__item {
    position: relative;
  }
}
section#top_complex .top_complex__inner__img__item.item01 {
  top: 16%;
  left: 0;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner__img__item.item01 {
    top: 0;
  }
}
section#top_complex .top_complex__inner__img__item.item02 {
  top: 0;
  right: -1%;
}
section#top_complex .top_complex__inner__img__item.item03 {
  bottom: 0;
  left: 56%;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner__img__item.item03 {
    bottom: 300px;
    left: 50%;
  }
}
section#top_complex .top_complex__inner__con {
  width: 470px;
}
@media screen and (max-width: 768px) {
  section#top_complex .top_complex__inner__con {
    width: 100%;
  }
}
section#top_complex .top_complex__inner__con__ttl h2 {
  color: #fff;
}
section#top_complex .top_complex__inner__con__body {
  margin: 51px 0 0;
}
section#top_complex .top_complex__inner__con__body p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 30px;
}
section#top_complex .top_complex__inner__con__body p span {
  color: #b8960b;
}
section#top_complex .top_complex__inner__con__link {
  width: 300px;
  height: 80px;
  background-color: #b8960b;
  border-radius: 10px;
  margin: 82px 0 0;
  transition: background-color 0.3s ease;
}
section#top_complex .top_complex__inner__con__link:hover {
  background-color: #a58408;
}
section#top_complex .top_complex__inner__con__link a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  color: #fff;
  padding: 0 78px 0 50px;
}
section#top_complex .top_complex__inner__con__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 52px;
  width: 18px;
  height: 10px;
  background: url("../images2026/hero_ya.png") center / contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  section#top_complex .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_flow {
  padding: 63px 0 84px;
  background-color: #f9f9f9;
}
section#top_flow .top_flow__ttl {
  text-align: center;
}
section#top_flow .top_flow__ttl h2 {
  color: #003894;
}
section#top_flow .top_flow__ttl p {
  border-top: 1px solid #003894;
  margin: 22px 0 0;
  padding: 21px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
section#top_flow .top_flow__body {
  margin: 91px 0 0;
}
section#top_flow .top_flow__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid #003894;
  border-left: 1px solid #003894;
  padding: 0;
}
section#top_flow .top_flow__item {
  position: relative;
  min-height: 290px;
  border-right: 1px solid #003894;
  border-bottom: 1px solid #003894;
  list-style: none;
  grid-column: span 3;
}
section#top_flow .top_flow__item:nth-child(-n + 3) {
  background-color: #d8e1ef;
}
section#top_flow .top_flow__item:nth-child(n + 5) {
  grid-column: span 4;
}
section#top_flow .top_flow__step {
  width: 80px;
  height: 80px;
  margin: 23px auto 0;
  border-radius: 50%;
  background-color: #003894;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
section#top_flow .top_flow__step span {
  font-size: 12px;
  line-height: 18px;
}
section#top_flow .top_flow__step.c_yel {
  background-color: #b8960b;
}
section#top_flow .top_flow__item:nth-child(-n + 3) section#top_flow .top_flow__step {
  background-color: #b8960b;
}
section#top_flow .top_flow__item.is-free .top_flow__step {
  background-color: #b8960b;
}
section#top_flow .top_flow__price {
  position: absolute;
  top: -28px;
  left: 14px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #003894;
  border: 1px solid #b8960b;
  color: #b8960b;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: bold;
}
section#top_flow .top_flow h3 {
  color: #003894;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 0;
}
section#top_flow .top_flow .top_flow__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px 0;
  margin: 16px 0 0;
}
section#top_flow .top_flow p.cyui {
  padding: 0;
}
@media screen and (max-width: 768px) {
  section#top_flow .top_flow__list {
    display: block;
    width: 100%;
    border-top: 1px solid #003894;
  }
  section#top_flow .top_flow__item {
    width: 100%;
    grid-column: 1 / -1;
    min-height: auto;
    padding: 10px 20px 35px;
  }
  section#top_flow .top_flow__price {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  section#top_flow .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_faq {
  padding: 66px 0 49px;
}
section#top_faq .top_faq__ttl {
  text-align: center;
}
section#top_faq .top_faq__ttl h2 {
  color: #003894;
}
section#top_faq .top_faq__body {
  margin: 43px 0 0;
}
section#top_faq .top_faq__body__box h3, section#top_faq .top_faq__body__box p {
  position: relative;
  padding-left: 86px;
}
section#top_faq .top_faq__body__box h3::before, section#top_faq .top_faq__body__box p::before {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#top_faq .top_faq__body__box h3 {
  color: #003894;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding-top: 29px;
  padding-bottom: 31px;
}
section#top_faq .top_faq__body__box h3::before {
  content: "Q";
  top: 20px;
  background-color: #003894;
}
section#top_faq .top_faq__body__box p {
  border-top: 1px solid #003894;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 30px;
  margin: 0;
  padding-top: 19px;
  padding-bottom: 49px;
}
section#top_faq .top_faq__body__box p::before {
  content: "A";
  top: 20px;
  background-color: #b8960b;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1200px) {
  section#top_faq .w770 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_news {
  border-top: solid 1px #e5e5e5;
  padding: 85px 0 102px;
}
section#top_news .top_news__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section#top_news .top_news__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
section#top_news .top_news__ttl h2 {
  color: #003894;
  line-height: 36px;
}
section#top_news .top_news__ttl__link {
  width: 280px;
  height: 50px;
  background-color: #003894;
  border-radius: 10px;
  padding: 0 15px;
  transition: background-color 0.3s ease;
}
section#top_news .top_news__ttl__link:hover {
  background-color: #b8960b;
}
section#top_news .top_news__ttl__link a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  align-items: center;
  padding: 0 34px 0 25px;
}
section#top_news .top_news__ttl__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  background: url("../images2026/hero_ya.png") center / contain no-repeat;
  transform: translateY(-50%);
}
section#top_news .top_news__body {
  border-top: 1px solid #003894;
  margin: 36px 0 0;
}
@media screen and (max-width: 1200px) {
  section#top_news .top_news__body .blog_box {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  section#top_news .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
section#top_bramds {
  background-color: #f2f8ff;
  padding: 54px 0 50px;
}
section#top_bramds .top_bramds__ttl {
  text-align: center;
}
section#top_bramds .top_bramds__ttl h2 {
  color: #003894;
}
@media screen and (max-width: 768px) {
  section#top_bramds .top_bramds__ttl h2 {
    text-align: center;
  }
}
section#top_bramds .top_bramds__body {
  margin: 55px 0 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section#top_bramds .top_bramds__body {
    display: flex;
    flex-direction: column;
  }
}
section#top_bramds .top_bramds__body__box {
  width: 50%;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  section#top_bramds .top_bramds__body__box {
    width: 100%;
  }
}
section#top_bramds .top_bramds__body__box__ttl {
  height: 64px;
  background-color: #f2f8ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  section#top_bramds .top_bramds__body__box__ttl {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;
  }
}
section#top_bramds .top_bramds__body__box__ttl__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
section#top_bramds .top_bramds__body__box__ttl h3 {
  font-size: 20px;
  letter-spacing: 0;
}
section#top_bramds .top_bramds__body__box__txt {
  margin: 19px 0 0;
}
section#top_bramds .top_bramds__body__box__txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  section#top_bramds .w1170 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.side_bnr2026 {
  position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 1;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  visibility: visible;
}
.side_bnr2026.is-closed, .side_bnr2026.is-footer-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(24px, 24px);
  visibility: hidden;
}
.side_bnr2026__close {
  position: absolute;
  top: 12px;
  right: -5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section#top_patients, section#top_why, section#top_dr_intro, section#top_safety, section#top_pricing, section#top_complex, section#top_flow, section#top_faq, section#top_news, section#top_bramds {
    padding: 30px 0;
  }
  section#top_cases {
    padding: 30px 0 0;
  }
  section#top_cases02 {
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .yoyaku_area.w1290 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .ft_c_con.w1030 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
