.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.inner1500 {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}

.page_gbr {
  line-height: 1.6;
}

.white-box {
  background: #fff !important;
  border-radius: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.f24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1300px) {
  .f24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .f24 {
    font-size: 1.6rem;
  }
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .f28 {
    font-size: 2rem;
  }
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 1300px) {
  .f30 {
    font-size: 2.6rem;
  }
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1300px) {
  .f32 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .f32 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 450px) {
  .f32 {
    font-size: 2.2rem;
  }
}

.f42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1300px) {
  .f42 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .f42 {
    font-size: 2.4rem;
  }
}

.f52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 1300px) {
  .f52 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 834px) {
  .f52 {
    font-size: 3rem;
  }
}

/*------------------------
  gbr-intro
------------------------*/
.gbr-intro {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1300px) {
  .gbr-intro {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .gbr-intro {
    padding-bottom: 5rem;
  }
}

.gbr-intro__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1300px) {
  .gbr-intro__flex {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 834px) {
  .gbr-intro__flex {
    flex-direction: column;
    margin-bottom: 4rem;
    gap: 2rem;
  }
}

.gbr-intro__flex-ttl {
  line-height: 1.3;
  width: 45%;
}
@media screen and (max-width: 834px) {
  .gbr-intro__flex-ttl {
    width: 100%;
  }
}

.gbr-intro__flex-cont {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .gbr-intro__flex-cont {
    width: 100%;
  }
}

.gbr-intro__flex-cont-ttl {
  margin-bottom: 2.5rem;
}

.gbr-introbox {
  background: #f5f5f5;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  height: 34rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .gbr-introbox {
    height: auto;
    padding-top: 40rem;
  }
}
@media screen and (max-width: 834px) {
  .gbr-introbox {
    padding-top: 29rem;
  }
}
.gbr-introbox:after {
  content: "";
  position: absolute;
  background: url(../img/gbr/gbr-intro.webp) no-repeat;
  width: 50%;
  left: 0;
  bottom: 0;
  height: 140%;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 834px) {
  .gbr-introbox:after {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: bottom;
    bottom: auto;
    top: 0;
  }
}

.gbr-introbox__cont {
  width: 45%;
  margin-left: 50%;
}
@media screen and (max-width: 834px) {
  .gbr-introbox__cont {
    width: 100%;
    margin: 5%;
  }
}

.gbr-introbox__ttl-s {
  margin-bottom: 2rem;
}

.gbr-introbox__ttl {
  line-height: 1.7;
  margin-bottom: 2rem;
}

/*------------------------
  gbr-about
------------------------*/
.gbr-about {
  background: url(../img/surgical/about_bg.webp) no-repeat center center/cover;
  padding: 13rem 0 12rem;
}
@media screen and (max-width: 834px) {
  .gbr-about {
    padding: 5rem 0;
  }
}

.gbr-about__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .gbr-about__intro {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}

.gbr-about__intro-img {
  order: 2;
  border-radius: 1rem;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gbr-about__intro-img {
    order: 1;
    width: 100%;
  }
}

.gbr-about__intro-cont {
  order: 1;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gbr-about__intro-cont {
    width: 100%;
  }
}

.gbr-about__intro-ttl {
  line-height: 1.4;
  margin-bottom: 3rem;
}

.gbr-about__intro-ttl-s {
  margin-bottom: 3rem;
}

.gbr-about__flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .gbr-about__flow {
    width: 100rem;
  }
}
.gbr-about__flow li {
  background: #dfeff7;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
  position: relative;
  flex-basis: calc((100% - 8rem) / 5);
}
.gbr-about__flow li img {
  margin: 0 auto 2rem;
  width: 70%;
  height: revert-layer;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

.gbr-about__flow-number {
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.gbr-merit {
  margin-bottom: 3rem;
  padding: 4rem;
}

.gbr-merit-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .gbr-merit-flex {
    flex-direction: column;
  }
}
.gbr-merit-flex > div {
  flex-basis: calc(50% - 1rem);
}
@media screen and (max-width: 834px) {
  .gbr-merit-flex > div {
    width: 100%;
  }
}

.gbr-merit-flex__ttl {
  border-radius: 0.5rem;
  margin-bottom: 3.5rem;
  text-align: center;
  padding: 2rem 2rem 1.5rem;
}
@media screen and (max-width: 1300px) {
  .gbr-merit-flex__ttl {
    margin-bottom: 2rem;
    padding: 1rem 2rem 0.5rem;
  }
}
.gbr-merit-flex__ttl.bg-b {
  background: #dfeff7;
}
.gbr-merit-flex__ttl.bg-o {
  background: #ffddce;
}

.gbr-merit-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gbr-merit-list li {
  display: flex;
}
.gbr-merit-list span {
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1rem;
  border-radius: 3rem;
  font-size: 2rem;
  display: grid;
  place-content: center;
}
.gbr-merit-list.list-b span {
  background: #3c9cff;
}
.gbr-merit-list.list-o span {
  background: #ff783c;
}
@media screen and (max-width: 834px) {
  .gbr-merit-list .f18 {
    font-size: 1.4rem;
  }
}

.gbr-type {
  padding: 8.5rem 6rem;
}
@media screen and (max-width: 834px) {
  .gbr-type {
    padding: 3.5rem 5%;
  }
}

.gbr-type__ttl {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .gbr-type__ttl {
    margin-bottom: 3rem;
  }
}
.gbr-type__ttl span {
  display: block;
}

.gbr-type__intro {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .gbr-type__intro {
    text-align: left;
  }
}

.gbr-type__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2rem;
}
@media screen and (max-width: 834px) {
  .gbr-type__list {
    gap: 3rem 2rem;
  }
}

.gbr-type__list-item {
  flex-basis: calc(33.33% - 1.33rem);
  position: relative;
}
@media screen and (max-width: 834px) {
  .gbr-type__list-item {
    flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 450px) {
  .gbr-type__list-item {
    flex-basis: 100%;
  }
}
.gbr-type__list-item .number {
  background: #3c9cff;
  border-radius: 1rem 0;
  position: absolute;
  line-height: 1.2;
  left: 0;
  top: 0;
  height: 9rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .gbr-type__list-item .number {
    height: 7rem;
    width: 7rem;
    font-size: 2.2rem;
  }
}
.gbr-type__list-item .number span {
  display: block;
  font-weight: 700;
  margin-top: 0.6rem;
}
@media screen and (max-width: 834px) {
  .gbr-type__list-item .number span {
    font-size: 1rem;
  }
}

.gbr-type__list-img {
  border-radius: 1rem;
  position: relative;
}

.gbr-type__list-cont .fc-blue {
  margin: 2rem 0 1.25rem;
  text-align: center;
}
.gbr-type__list-cont .f14 {
  padding: 0 2rem;
}

/*------------------------
  gbr-lift
------------------------*/
.gbr-lift {
  background-color: #000;
  padding: 4rem 0 39rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .gbr-lift {
    padding: 5rem 0 20rem;
  }
}

.gbr-lift__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .gbr-lift__flex {
    flex-direction: column;
    gap: 2rem;
  }
}

.gbr-lift__flex-right {
  order: 2;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .gbr-lift__flex-right {
    order: 1;
    width: 100%;
  }
}

.gbr-lift__flex-left {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gbr-lift__flex-left {
    width: 100%;
  }
}

.gbr-lift__ttl-l {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__ttl-l {
    margin-bottom: 3rem;
  }
}

.gbr-lift__ttl-sub {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__ttl-sub {
    margin-bottom: 2rem;
  }
}
.gbr-lift__ttl-sub .blue-bg {
  background: #3c9cff;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__ttl-sub .blue-bg {
    margin-right: 0;
    padding: 0.5rem 1rem;
  }
}

.gbr-lift__intro {
  margin-bottom: 4rem;
}

.gbr-lift__point {
  background: rgba(245, 245, 245, 0.2);
  border-radius: 1rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__point {
    padding: 3rem 5%;
  }
}
.gbr-lift__point .f24 {
  margin-bottom: 2rem;
}
.gbr-lift__point .f14 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__point .f14 {
    margin-bottom: 1.5rem;
  }
}

.gbr-lift__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gbr-lift__list li span {
  font-size: 2.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 834px) {
  .gbr-lift__list li .f18 {
    font-size: 1.4rem;
  }
}

.gbr-lift__flow {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .gbr-lift__flow {
    margin-top: 3rem;
  }
}

.gbr-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 450px) {
  .gbr-flow__list {
    gap: 2rem 1rem;
  }
}
.gbr-flow__list li {
  flex-basis: calc(16.6% - 1.6rem);
}
@media screen and (max-width: 1300px) {
  .gbr-flow__list li {
    flex-basis: calc(20% - 1.6rem);
  }
}
@media screen and (max-width: 834px) {
  .gbr-flow__list li {
    flex-basis: calc(33% - 1.34rem);
  }
}
@media screen and (max-width: 450px) {
  .gbr-flow__list li {
    flex-basis: calc(50% - 0.5rem);
  }
}

.gbr-flow__list-img {
  margin-bottom: 1rem;
  position: relative;
}
.gbr-flow__list-img span {
  color: var(--vivit-blue);
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
}
.gbr-flow__list-img img {
  border-radius: 1rem;
}
.gbr-flow__list-img .txt {
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .gbr-flow__note {
    text-align: left;
    font-size: 1rem;
  }
}

/*------------------------
  gbr-approach
------------------------*/
.gbr-approach {
  background: #f5f5f5;
  padding-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .gbr-approach {
    padding-bottom: 5rem;
  }
}
.gbr-approach .white-box {
  padding: 12rem 0 10rem;
  margin-top: -30rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .gbr-approach .white-box {
    padding: 5rem 0;
    margin-top: -18rem;
  }
}

#gbr-approach02 {
  border-bottom: 1px dotted #eeeeee;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  #gbr-approach02 {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.gbr-approach__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .gbr-approach__flex {
    flex-direction: column;
    gap: 2rem;
  }
}

.gbr-approach__ttl {
  width: 34rem;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 1rem;
}
@media screen and (max-width: 1300px) {
  .gbr-approach__ttl {
    width: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .gbr-approach__ttl {
    width: 100%;
    position: static;
  }
}

.gbr-approach__ttl-head {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .gbr-approach__ttl-head {
    margin-bottom: 3rem;
  }
}
.gbr-approach__ttl-head span {
  display: block;
}

.js-location-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.js-location-nav__jp {
  color: #cacaca;
  display: inline-block;
  line-height: 1;
}

.js-location-nav__link.active .js-location-nav__jp {
  color: #155ea9;
  border-bottom: 1px solid #155ea9;
}

.gbr-approach__cont {
  border-left: 1px solid #eeeeee;
  padding-left: 5%;
  width: calc(100% - 34rem);
}
@media screen and (max-width: 1300px) {
  .gbr-approach__cont {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 834px) {
  .gbr-approach__cont {
    border-left: 0;
    border-top: 1px solid #eee;
    padding-left: 0;
    width: 100%;
    margin-top: 2rem;
  }
}

.js-location-content {
  scroll-margin-top: 12rem;
}

.gbr-approach01 {
  margin-bottom: 12rem;
}

.gbr-approach01__img {
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.gbr-approach01__intro-txt {
  margin-bottom: 4rem;
}

.gbr-approach01__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 4rem 0 8rem;
}
@media screen and (max-width: 834px) {
  .gbr-approach01__list {
    margin: 2rem 0 6rem;
  }
}
.gbr-approach01__list li {
  flex-basis: calc(33.33% - 1.34rem);
}
.gbr-approach01__list li img {
  width: 100%;
}

.gbr-approach01__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .gbr-approach01__flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.gbr-approach01__flex img {
  border-radius: 1rem;
  order: 2;
  width: 45%;
}
@media screen and (max-width: 834px) {
  .gbr-approach01__flex img {
    width: 100%;
  }
}
.gbr-approach01__flex .gbr-approach01__flex-cont {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .gbr-approach01__flex .gbr-approach01__flex-cont {
    width: 100%;
  }
}

.gbr-approach01__flex-cont-ttl {
  margin-bottom: 3rem;
}
.gbr-approach01__flex-cont-ttl span {
  display: block;
}

.gbr-approach__cm-ttl {
  margin-bottom: 2rem;
}

.gbr-approach__flow-list {
  margin-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gbr-approach__flow-list li {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 834px) {
  .gbr-approach__flow-list li {
    padding: 1rem 5%;
  }
}
.gbr-approach__flow-list li .en {
  width: 5rem;
}
.gbr-approach__flow-list li .f16 {
  width: calc(100% - 5rem);
}

.gbr-approach__case {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .gbr-approach__case {
    gap: 0.5rem;
  }
}
.gbr-approach__case li span {
  display: inline-block;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
}
.gbr-approach__case li span:before {
  content: "";
  position: absolute;
  background: #155ea9;
  border-radius: 2rem;
  height: 0.5rem;
  width: 0.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------
  gbr-ctg
------------------------*/
.gbr-ctg {
  background: #e3f2fd;
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 834px) {
  .gbr-ctg {
    padding: 5rem 0;
  }
}

.gbr-ctg__ttl {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__ttl {
    margin-bottom: 3rem;
  }
}

.gbr-ctg__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__flex {
    flex-direction: column;
    gap: 2rem;
  }
}

.gbr-ctg__flex-img {
  border-radius: 1rem;
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__flex-img {
    width: 100%;
  }
}

.gbr-ctg__flex-cont {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__flex-cont {
    width: 100%;
  }
}

.gbr-ctg__flex-cont-ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__flex-cont-ttl {
    margin-bottom: 2rem;
  }
}

.gbr-ctg__flex-cont-txt {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__flex-cont-txt {
    margin-bottom: 1.5rem;
  }
}

.gbr-ctg__box {
  background: #cce1f1;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 3rem;
}
@media screen and (max-width: 834px) {
  .gbr-ctg__box {
    margin-top: 2.5rem;
    padding: 3rem 5%;
  }
}

.gbr-ctg__box-ttl {
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .gbr-ctg__box-ttl {
    margin-bottom: 1rem;
  }
}

.gbr-ctg__box-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 450px) {
  .gbr-ctg__box-list li {
    font-size: 1.4rem;
    gap: 0.5rem;
  }
}
.gbr-ctg__box-list li span {
  display: inline-block;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
}
.gbr-ctg__box-list li span:before {
  content: "";
  position: absolute;
  background: #155ea9;
  border-radius: 2rem;
  height: 0.5rem;
  width: 0.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=gbr_base.css.map */