@charset "UTF-8";
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

dt {
  font-weight: 500;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.m_br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .m_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) {
  .inner__01 {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .inner__01 {
    max-width: 400px;
    padding: 0 10px;
  }
}

.inter {
  font-family: "Inter", sans-serif;
}

.orange_text {
  color: #E77600;
}

@media screen and (max-width: 768px) {
  .ls_01 {
    letter-spacing: -0.01em;
  }
}

.sec_title_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .sec_title_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .sec_title_container__staff {
    align-items: center;
    justify-content: center;
  }
}
.sec_title_container .box__01 .sec_title_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__01 .sec_title_box__staff {
    align-items: center;
  }
}
.sec_title_container .box__01 .sec_title {
  font-family: "Inter", sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.sec_title_container .box__01 .sec_title__orange {
  color: #f39800;
}
.sec_title_container .box__01 .sec_title__white {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__01 .sec_title__staff {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__01 .sec_title {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: 0.05em;
  }
}
.sec_title_container .box__01 .sec_subtitle {
  margin-top: 23px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.sec_title_container .box__01 .sec_subtitle__white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__01 .sec_subtitle {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__01 .sec_subtitle__staff {
    text-align: center;
  }
}
.sec_title_container .box__02 {
  width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__02 {
    width: 600px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__02 {
    margin-top: 65px;
    width: 100%;
  }
}
.sec_title_container .box__02__window {
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__02__policy {
    margin-top: 50px;
  }
}
.sec_title_container .box__02__training, .sec_title_container .box__02__su02 {
  width: 660px;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__02__training, .sec_title_container .box__02__su02 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__02__training, .sec_title_container .box__02__su02 {
    width: 350px;
  }
}
.sec_title_container .box__02 .sec_text {
  margin-top: -18px;
  text-align: start;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.04em;
}
.sec_title_container .box__02 .sec_text__white {
  color: #fff;
}
.sec_title_container .box__02 .sec_text__orange {
  color: #f39800;
}
.sec_title_container .box__02 .sec_text__tac {
  text-align: center;
}
.sec_title_container .box__02 .sec_text__bt {
  position: relative;
}
.sec_title_container .box__02 .sec_text__bt::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 3px;
  background-color: #f39800;
}
.sec_title_container .box__02 .sec_text__bt__02::before {
  top: -30px;
}
.sec_title_container .box__02 .sec_text__bt__03::before {
  top: -50px;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__02 .sec_text__su02 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__02 .sec_text__topics {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__02 .sec_text {
    font-size: 24px;
  }
}
.sec_title_container .box__02 .sec_subtext {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.sec_title_container .box__02 .sec_subtext__white {
  color: #fff;
}
.sec_title_container .box__02 .sec_subtext__department {
  margin-top: 35px;
}
.sec_title_container .box__02 .sec_subtext__care {
  color: #E77600;
  font-size: 25px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 1100px) {
  .sec_title_container .box__02 .sec_subtext__care {
    margin-top: 30px;
  }
}
.sec_title_container .box__02 .sec_subtext__la {
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .sec_title_container .box__02 .sec_subtext {
    font-size: 16px;
    line-height: 2.08;
    margin-top: 15px;
    letter-spacing: 0;
  }
}

.sec_title_single_container .sec_title_single {
  font-family: "Inter", sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.sec_title_single_container .sec_title_single__orange {
  color: #f39800;
}
.sec_title_single_container .sec_title_single__white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_title_single_container .sec_title_single {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: 0.05em;
  }
}
.sec_title_single_container .sec_subtitle_single {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.sec_title_single_container .sec_subtitle_single__white {
  color: #fff;
}
.sec_title_single_container .sec_subtitle_single__mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec_title_single_container .sec_subtitle_single__mt25 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_single_container .sec_subtitle_single {
    font-size: 14px;
  }
}
.sec_title_single_container .sec_text_single {
  text-align: start;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.04em;
}
.sec_title_single_container .sec_text_single__white {
  color: #fff;
}
.sec_title_single_container .sec_text_single__orange {
  color: #f39800;
}
@media screen and (max-width: 768px) {
  .sec_title_single_container .sec_text_single {
    font-size: 20px;
    text-align: center;
  }
}
.sec_title_single_container .sec_subtext_single {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.sec_title_single_container .sec_subtext_single__white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_title_single_container .sec_subtext_single {
    font-size: 16px;
    line-height: 2.08;
  }
}

.top-border_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .top-border_container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
}
.top-border_container .box_01 {
  width: 422px;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_01 {
    margin-top: 250px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_01 {
    width: 350px;
    height: 220px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 375px) {
  .top-border_container .box_01 {
    margin-top: 106px;
  }
}
.top-border_container .box_01 img {
  width: 422px;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_01 img {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_01 img {
    width: 350px;
    height: 220px;
  }
}
.top-border_container .box_02 {
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_02 {
    margin: 0;
  }
}
.top-border_container .box_02 .sec_text__b {
  margin-top: -13px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_02 .sec_text__b {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    font-size: 43px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_02 .sec_text__b {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .top-border_container .box_02 .sec_text__b {
    padding: 0;
  }
}
.top-border_container .box_02 .sec_text__b::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 11%;
  transform: translateX(-50%);
  width: 182px;
  height: 3px;
  background-color: #f39800;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_02 .sec_text__b::before {
    top: -22px;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_02 .sec_text__b::before {
    width: 50px;
  }
}
.top-border_container .box_02 .sec_text__b__top {
  font-size: 39px;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_02 .sec_text__b__top {
    font-size: 36px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_02 .sec_text__b__top {
    font-size: 19px;
  }
}
.top-border_container .box_02 .sec_subtext__b {
  margin-top: 27px;
  width: 617px;
  text-align: start;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .top-border_container .box_02 .sec_subtext__b {
    margin-top: 50px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .top-border_container .box_02 .sec_subtext__b {
    width: 350px;
    margin-top: 23px;
    line-height: 2.05;
    font-size: 16px;
  }
}

.btn_orange {
  width: 218px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background-color: #f39800;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 7px;
}
@media screen and (max-width: 1100px) {
  .btn_orange {
    width: 310px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .btn_orange {
    font-size: 14px;
    gap: 24px;
  }
}
.btn_orange .arrow_w {
  width: 24px;
}
.btn_orange__director {
  position: absolute;
  top: 9%;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .btn_orange__director {
    top: unset;
    bottom: -16%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn_orange__veterinary {
  position: absolute;
  top: 2%;
  right: 2.5%;
}
@media screen and (max-width: 1100px) {
  .btn_orange__veterinary {
    top: unset;
    bottom: -2%;
    right: 50%;
    transform: translateX(50%);
  }
}
.btn_orange__policy01 {
  width: 187px;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .btn_orange__policy01 {
    width: 600px;
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn_orange__policy01 {
    width: 300px;
    padding: 0 20px;
  }
}
.btn_orange__policy02 {
  width: 276px;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .btn_orange__policy02 {
    width: 600px;
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn_orange__policy02 {
    width: 300px;
    padding: 0 20px;
  }
}
.btn_orange__surgical_case {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .btn_orange__surgical_case {
    width: 258px;
  }
}
.btn_orange__topics {
  width: 208px;
  margin: 100px 0 0 0;
}

.btn_box {
  padding: 53px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 35px;
}
.btn_box__surgery {
  padding: 53px 0 60px;
}
.btn_box__inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .btn_box__inner {
    flex-direction: column;
  }
}
.btn_box__details {
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .btn_box {
    gap: 30px 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .btn_box {
    justify-content: center;
    padding: 0;
  }
}

.case_link {
  width: 343px;
  background-color: #fff;
  border: 1px solid #727171;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
  border-radius: 15px;
  gap: 35px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .case_link {
    width: 600px;
    justify-content: space-between;
    padding: 23px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case_link {
    width: 350px;
    font-size: 16px;
    padding: 15px;
    gap: 20px;
  }
}
.case_link__surgery {
  font-size: 25px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .case_link__surgery {
    font-size: 20px;
    padding: 16px;
  }
}
.case_link__surgery__02 {
  padding: 20px 15px;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .case_link__surgery__02 {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .case_link__surgery__02 {
    padding: 16px;
  }
}
.case_link__la {
  width: 535px;
}
@media screen and (max-width: 1100px) {
  .case_link__la {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .case_link__la {
    width: 350px;
  }
}
.case_link__details {
  width: 250px;
  gap: 15px;
}
.case_link .arrow_icon {
  width: 20px;
  transition: all 0.3s;
}
.case_link .arrow_icon__surgery {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .case_link .arrow_icon__surgery {
    width: 18px;
  }
}
.case_link:hover {
  opacity: 100;
  border: 1px solid #f39800;
  background-color: #f39800;
  color: #fff;
}
.case_link:hover .arrow_icon {
  content: url("../img/common/down_w.svg");
}

.details_container {
  padding: 30px 0 100px;
}
.details_container .details_title_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .details_container .details_title_box {
    justify-content: center;
    padding: 50px 0;
  }
}
.details_container .details_title_box h2 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .details_container .details_title_box h2 {
    font-size: 20px;
  }
}
.details_container .details_title_box .ope_icon {
  width: 38px;
}
.details_container .details_title_box .disease_icon {
  width: 34px;
}

.hd {
  height: 138px;
  background-color: #edefef;
}
@media screen and (max-width: 768px) {
  .hd {
    height: 80px;
  }
}

.hd__container {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1920px;
  height: 138px;
  display: flex;
  background-color: #edefef;
}
@media screen and (max-width: 768px) {
  .hd__container {
    height: 80px;
  }
}

.hd__logo-link {
  position: relative;
  z-index: 1001;
  display: block;
  margin-left: 145px;
}
@media screen and (max-width: 1600px) {
  .hd__logo-link {
    margin-left: 20px;
  }
}
.hd__logo-link .h_logo {
  margin-top: 26px;
  max-width: 404px;
}
@media screen and (max-width: 768px) {
  .hd__logo-link .h_logo {
    margin-top: 26px;
    max-width: 196px;
  }
}

.h_box {
  position: absolute;
  top: 41px;
  right: 258px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .h_box {
    right: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .h_box {
    display: none;
  }
}

.h_box__01 ul {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.h_box__01 li {
  position: relative;
  padding: 0 24px;
}
@media screen and (max-width: 1600px) {
  .h_box__01 li {
    padding: 0 10px;
  }
}
.h_box__01 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 23px;
  background-color: #f39800;
}
.h_box__01 li a {
  transition: color 0.2s ease;
}
.h_box__01 li a.is-current {
  color: #f39800;
  font-weight: 500;
}
.h_box__01 .has-sub > .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 200px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #f39800;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  letter-spacing: 0;
}
.h_box__01 .has-sub > .sub-menu li {
  padding: 0;
}
.h_box__01 .has-sub > .sub-menu li::after {
  display: none;
}
.h_box__01 .has-sub > .sub-menu li a {
  display: block;
  padding: 10px 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.h_box__01 .has-sub > .sub-menu li a:hover {
  color: #f39800;
}
.h_box__01 .has-sub.is-open > .sub-menu {
  display: block;
}

.h_box__02 {
  display: flex;
  align-items: center;
  gap: 17px;
}

.sns_box {
  margin-right: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sns_box .fb_icon {
  width: 23px;
}
.sns_box .ig_icon {
  width: 22px;
}

.line_box {
  display: none;
}
@media screen and (max-width: 1200px) {
  .line_box {
    position: absolute;
    top: 10px;
    right: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 500;
  }
  .line_box .h_line_icon {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .line_box {
    top: 24px;
    right: 65px;
    gap: 6px;
    font-size: 10px;
  }
  .line_box .h_line_icon {
    width: 28px;
  }
}

.h_orange_box {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #f39800;
  font-size: 19px;
  letter-spacing: 0.1em;
}
.h_orange_box__01 {
  width: 248px;
}
.h_orange_box__01 .h_phone {
  width: 18px;
}
.h_orange_box__02 {
  width: 171px;
}
.h_orange_box__02 .h_access {
  width: 17px;
}
.h_orange_box__03 {
  width: 231px;
}
.h_orange_box__03 .h_staff {
  width: 23px;
}

.nav_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .nav_box {
    top: 10px;
    right: 0;
  }
}
.nav_box.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_box.is-fixed {
    top: 0;
    right: 0;
  }
}

.openbtn {
  position: relative;
  width: 138px;
  height: 138px;
  background: #f39800;
  cursor: pointer;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .openbtn {
    width: 60px;
    height: 60px;
    background-color: #edefef;
  }
}
@media screen and (max-width: 768px) {
  .openbtn.active {
    height: 70px;
  }
}
.openbtn span {
  position: absolute;
  left: 40px;
  display: inline-block;
  width: 58px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .openbtn span {
    left: 50%;
    width: 28px;
    background: #f39800;
    transform: translateX(-50%);
  }
}
.openbtn span:nth-of-type(1) {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
}
.openbtn span:nth-of-type(2) {
  top: 51px;
}
@media screen and (max-width: 768px) {
  .openbtn span:nth-of-type(2) {
    top: 27px;
  }
}
.openbtn span:nth-of-type(3) {
  top: 71px;
}
@media screen and (max-width: 768px) {
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
}
.openbtn.active span:nth-of-type(1) {
  top: 64px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .openbtn.active span:nth-of-type(1) {
    top: 27px;
    transform: translateX(-50%) rotate(45deg);
  }
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 64px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .openbtn.active span:nth-of-type(3) {
    top: 27px;
    transform: translateX(-50%) rotate(-45deg);
  }
}

.menu-label {
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .menu-label {
    top: 48px;
    color: #3e3a39;
    font-size: 10px;
  }
}

#g-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  transform: translateY(-120%);
  transition: transform 0.6s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  #g-nav {
    background: #edefef;
  }
}
#g-nav.panelactive {
  transform: translateY(0);
}
#g-nav .hd__logo {
  position: relative;
  z-index: 1;
}
#g-nav .g-nav-scroll {
  width: 100%;
  min-height: 100%;
  padding-bottom: 140px;
}
#g-nav #g-nav-list {
  width: 718px;
  margin: 0 auto;
  padding: 40px 0 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #g-nav #g-nav-list {
    width: 300px;
    padding-top: 20px;
  }
}
#g-nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #g-nav ul {
    margin-top: 35px;
  }
}
#g-nav li {
  border-bottom: 1px solid #3e3a39;
}
@media screen and (max-width: 768px) {
  #g-nav li {
    border-bottom: 1px solid #c9caca;
  }
  #g-nav li:first-child {
    border-top: 1px solid #c9caca;
  }
}
#g-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #g-nav li a {
    justify-content: center;
    padding: 20px 0;
    font-size: 15px;
  }
}
#g-nav .has-sub .toggle-sub {
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #g-nav .has-sub .toggle-sub {
    position: relative;
  }
}
#g-nav .has-sub .toggle-sub::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: auto;
  background: url("../img/common/h_plus.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #g-nav .has-sub .toggle-sub::after {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 10px;
    height: 10px;
    margin-left: 0;
    transform: translateY(-50%);
  }
}
#g-nav .has-sub.active {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #g-nav .has-sub.active {
    flex-direction: column;
  }
}
#g-nav .has-sub.active > .toggle-sub {
  width: 200px;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  #g-nav .has-sub.active > .toggle-sub {
    width: 100%;
  }
}
#g-nav .has-sub.active > .toggle-sub::after {
  display: none;
}
#g-nav .has-sub.active .sub-menu {
  display: block;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #g-nav .has-sub.active .sub-menu {
    margin: 0 0 20px;
  }
}
#g-nav .sub-menu {
  display: none;
  padding-left: 76px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #g-nav .sub-menu {
    width: 100%;
    padding-left: 0;
  }
}
#g-nav .sub-menu li {
  position: relative;
  padding-left: 1.2em;
  border: none;
}
@media screen and (max-width: 768px) {
  #g-nav .sub-menu li {
    padding-left: 7px;
  }
}
#g-nav .sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #3e3a39;
}
@media screen and (max-width: 768px) {
  #g-nav .sub-menu li::before {
    width: 10px;
    height: 1px;
  }
}
#g-nav .sub-menu li a {
  justify-content: flex-start;
  padding: 14px 0 14px 10px;
  color: #3e3a39;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #g-nav .sub-menu li a {
    font-size: 16px;
  }
}
#g-nav .sub-menu li a:hover {
  color: #f39800;
}
@media screen and (max-width: 768px) {
  #g-nav .non-toggle {
    justify-content: center;
  }
}

.main-visual {
  position: relative;
  background-color: #f7f8f8;
  z-index: 100;
}
.main-visual__02 {
  background-color: #fff;
}
.main-visual__topics {
  height: 342px;
  background-color: #edefef;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 16px;
  }
}

.bg-gray {
  background-color: #edefef;
  height: 44%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bg-gray__02 {
  height: 60%;
}
.bg-gray__topics {
  height: 100%;
}

.main-visual__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: initial;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .main-visual__inner {
    padding: 0;
  }
}
.main-visual__inner video,
.main-visual__inner .f_video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1670px;
  max-height: 940px;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main-visual__inner video,
  .main-visual__inner .f_video {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-visual__inner__02 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 975px;
  max-height: 465px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .main-visual__inner__02 img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-visual__inner .mv_title_box {
  position: absolute;
  top: 31%;
  left: auto;
  right: auto;
  padding-left: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1160px) {
  .main-visual__inner .mv_title_box {
    padding-left: calc((100% - 1160px) / 2 + 30px);
  }
}
@media screen and (max-width: 1100px) {
  .main-visual__inner .mv_title_box {
    padding-left: 30px;
    top: 68%;
  }
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box {
    padding-left: 10px;
  }
}
.main-visual__inner .mv_title_box__02 {
  top: 26%;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box__02 {
    top: 68%;
  }
  .main-visual__inner .mv_title_box__02 h2 {
    color: #fff;
  }
}
.main-visual__inner .mv_title_box__03 {
  top: 20%;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box__03 {
    top: 68%;
  }
}
.main-visual__inner .mv_title_box .mv_title_e {
  display: block;
  text-align: start;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #f39800;
  width: 182px;
  border-bottom: 1.5px solid #f39800;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box .mv_title_e {
    width: 90px;
    font-size: 16px;
  }
}
.main-visual__inner .mv_title_box .mv_title_e__mc {
  width: 257px;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box .mv_title_e__mc {
    width: 120px;
  }
}
.main-visual__inner .mv_title_box .mv_title_e__su02 {
  width: 408px;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box .mv_title_e__su02 {
    width: 200px;
  }
}
.main-visual__inner .mv_title_box .mv_title_e__la {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box .mv_title_e__la {
    width: 180px;
  }
}
.main-visual__inner .mv_title_box h2 {
  margin-top: 16px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box h2 {
    margin-top: 8px;
    font-size: 23px;
  }
}
.main-visual__inner .mv_title_box .title_topics {
  font-family: "Inter", sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: 118px;
}
@media screen and (max-width: 768px) {
  .main-visual__inner .mv_title_box .title_topics {
    font-size: 30px;
  }
}
.main-visual__inner .mv_title_box .small_f {
  font-size: 31px;
}
@media screen and (max-width: 1100px) {
  .main-visual__inner .mv_title_box .small_f {
    font-size: 16px;
  }
}

.fixed-buttons {
  position: fixed;
  top: 20.6%;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .fixed-buttons {
    display: none;
  }
}
.fixed-buttons .r_btn {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: white;
  font-size: 20px;
  padding: 8px 4px;
  width: 82px;
  height: 243px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.fixed-buttons .r_btn .r_text {
  display: flex;
  align-items: center;
}
.fixed-buttons .r_btn .r_text .en {
  font-size: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  writing-mode: horizontal-tb;
}
.fixed-buttons .r_btn .r_text .jp {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
.fixed-buttons .r_btn__web {
  display: none;
  background-color: #f39800;
}
.fixed-buttons .r_btn__web .r_h_pc {
  width: 34px;
}
.fixed-buttons .r_btn__line {
  background-color: #38a856;
}
.fixed-buttons .r_btn__line .r_h_line {
  width: 35px;
}

@keyframes scrollArrow {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-down {
  position: absolute;
  bottom: 86px;
  left: 8.5%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .scroll-down {
    bottom: unset;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 375px) {
  .scroll-down {
    top: 61%;
  }
}
.scroll-down .scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  color: #f39800;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .scroll-down .scroll-text {
    font-size: 9px;
  }
}
.scroll-down .scroll-line {
  width: 1px;
  height: 209px;
  background-color: #f39800;
  position: relative;
  animation: scrollArrow 1.6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .scroll-down .scroll-line {
    height: 50px;
  }
}
.scroll-down .scroll-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #f39800;
  border-radius: 50%;
}

.scroll-down__02 {
  position: relative;
}
.scroll-down__02 .scroll-down_box {
  position: absolute;
  top: 110px;
  left: 8.5%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .scroll-down__02 .scroll-down_box {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 375px) {
  .scroll-down__02 .scroll-down_box {
    top: 23px;
  }
}
.scroll-down__02 .scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  color: #f39800;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .scroll-down__02 .scroll-text {
    font-size: 9px;
  }
}
.scroll-down__02 .scroll-line {
  width: 1px;
  height: 209px;
  background-color: #f39800;
  position: relative;
  animation: scrollArrow 1.6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .scroll-down__02 .scroll-line {
    height: 50px;
  }
}
.scroll-down__02 .scroll-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #f39800;
  border-radius: 50%;
}

/*==================================================
　time_area
===================================*/
.time_area {
  background-color: #edefef;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .time_area {
    padding: 50px 0 80px;
  }
}
.time_area .sec_text_single {
  text-align: center;
  font-weight: 400;
}

.schedule-table {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 24px 0 15px;
}
@media screen and (max-width: 1100px) {
  .schedule-table {
    max-width: 100%;
  }
}
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: sans-serif;
  text-align: center;
}
.schedule-table table thead {
  background-color: #f39800;
  color: #fff;
}
.schedule-table table thead th {
  text-align: center;
  padding: 17px;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-right: 2px solid #f39800;
}
@media screen and (max-width: 1100px) {
  .schedule-table table thead th {
    padding: 13px;
  }
}
@media screen and (max-width: 768px) {
  .schedule-table table thead th {
    font-size: 14px;
    padding: 10px 3px;
  }
}
.schedule-table table tbody th {
  text-align: center;
  background-color: #fff;
  padding: 27px 10px;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #595757;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody th {
    font-size: 14px;
    padding: 20px 3px;
  }
}
.schedule-table table tbody th span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody th span {
    font-size: 12px;
  }
}
.schedule-table table tbody td {
  background-color: #fff;
  padding: 27px 17px;
  border-bottom: 1px solid #595757;
  font-weight: 500;
  color: #f39800;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody td {
    padding: 20px 3px;
  }
}
.schedule-table table tbody td.black {
  color: #595757;
}
.schedule-table table tbody td.note {
  color: #595757;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody td.note {
    font-size: 16px;
  }
}
.schedule-table table tbody .time_01 {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 19px;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody .time_01 {
    width: 12px;
  }
}
.schedule-table table tbody .time_02 {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 17px;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody .time_02 {
    width: 10px;
  }
}
.schedule-table table tbody .heigh th {
  padding: 15px 17px;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody .heigh th {
    padding: 15px 5px;
  }
}
.schedule-table table tbody .heigh td {
  padding: 15px 17px;
}
@media screen and (max-width: 768px) {
  .schedule-table table tbody .heigh td {
    padding: 15px 5px;
  }
}

.schedule-table table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table col.time-col {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .schedule-table col.time-col {
    width: 25%;
  }
}

.schedule-table col.day-col {
  width: 8.25%;
}
@media screen and (max-width: 768px) {
  .schedule-table col.day-col {
    width: 9.375%;
  }
}

tbody tr:last-child th {
  border-bottom: none;
}

tbody tr:last-child td {
  border-bottom: none;
}

.time_area .box_inner {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.time_area p {
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
.time_area .schedule-text_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .time_area .schedule-text_box {
    max-width: 600px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .time_area .schedule-text_box {
    max-width: 350px;
  }
}

.time_area .info_box {
  width: 100%;
  max-width: 770px;
  margin: 27px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .time_area .info_box {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.time_area .info_box .box {
  width: 375px;
  height: 141px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 30px;
}
@media screen and (max-width: 1100px) {
  .time_area .info_box .box {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box {
    height: 130px;
  }
}
.time_area .info_box .box .box_text_orange {
  display: block;
  color: #f39800;
}
.time_area .info_box .box .box_text {
  line-height: 1.7;
}
.time_area .info_box .box .info_img_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .time_area .info_box .box .info_img_box {
    margin: 0;
  }
}
.time_area .info_box .box .info_img_box .jcb {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box .info_img_box .jcb {
    width: 50px;
  }
}
.time_area .info_box .box .info_img_box .ae {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box .info_img_box .ae {
    width: 30px;
  }
}
.time_area .info_box .box .info_img_box .pay {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box .info_img_box .pay {
    width: 118px;
  }
}
.time_area .info_box .box .info_img_box .anicom {
  width: 97px;
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box .info_img_box .anicom {
    width: 87px;
  }
}
.time_area .info_box .box .info_img_box .ipet {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .time_area .info_box .box .info_img_box .ipet {
    width: 140px;
  }
}

.contact {
  margin: 38px 0 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    margin: 0;
  }
}
.contact .bg-gray {
  background-color: #edefef;
  height: 60%;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contact .bg-gray {
    background-color: #f39800;
    height: 100%;
    top: 0px;
  }
}
.contact .contact_container__02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #f39800;
  position: relative;
  padding: 58px 0;
}
@media screen and (max-width: 1100px) {
  .contact .contact_container__02 {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_container__02 {
    max-width: 350px;
    padding: 35px 0 47px;
  }
}
.contact .contact_container__02 .sec_text_single {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .contact_container__02 .sec_text_single {
    font-size: 22px;
  }
}
.contact .contact_container__02 .sec_subtext_single {
  text-align: center;
  padding: 16px 0 35px 0;
}
@media screen and (max-width: 768px) {
  .contact .contact_container__02 .sec_subtext_single {
    padding: 16px 0 20px 0;
  }
}
.contact .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .contact .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contact .container {
    gap: 14px;
  }
}
.contact .container .contact_box_w {
  background-color: #fff;
  width: 333px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_box_w {
    width: 350px;
    height: 43px;
    font-size: 15px;
  }
}
.contact .container .contact_box_w__green {
  color: #38a856;
}
.contact .container .contact_box_w__green .line_icon {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_box_w__green .line_icon {
    width: 25px;
  }
}
.contact .container .contact_box_w__orange {
  color: #f39800;
}
.contact .container .contact_box_w__orange .pc_orange {
  width: 34px;
}
@media screen and (max-width: 768px) {
  .contact .container .contact_box_w__orange .pc_orange {
    width: 24px;
  }
}

.map {
  margin: 111px 0 135px 0;
}
@media screen and (max-width: 768px) {
  .map {
    margin: 40px 0 44px 0;
  }
}
.map .map_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .map .map_container {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .map .map_container {
    gap: 15px;
  }
}
.map .map_container .sec_title_box__map .sec_title {
  font-family: "Inter", sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  .map .map_container .sec_title_box__map .sec_title {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: 0.05em;
  }
}
.map .map_container .sec_title_box__map .sec_subtitle {
  margin-top: 22px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .map .map_container .sec_title_box__map .sec_subtitle {
    margin-top: 4px;
    font-size: 10px;
  }
}
.map .map_container .sec_title_box__map .t_access_box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .map .map_container .sec_title_box__map .t_access_box {
    margin-top: 30px;
    gap: 30px;
  }
}
.map .map_container .sec_title_box__map .t_access_item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #f39800;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .map .map_container .sec_title_box__map .t_access_item h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.map .map_container .sec_title_box__map .t_access_item p {
  line-height: 1.5;
}
.map .map_container .map_box iframe {
  width: 600px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .map .map_container .map_box iframe {
    width: 350px;
    height: 227px;
  }
}

/*==================================================
　contact_box
===================================*/
.contact_container {
  width: 100%;
  max-width: 1100px;
  flex-shrink: 0;
  margin: 114px auto 200px;
  background-color: #f39800;
  padding: 60px 50px 45px;
}
@media screen and (max-width: 768px) {
  .contact_container {
    display: none;
  }
}
.contact_container h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.contact_container p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding: 37px 0;
}
.contact_container .contact_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.contact_container .contact_box .contact_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 25px;
  letter-spacing: 0.1em;
  background-color: #fff;
  width: 333px;
  height: 67px;
}
.contact_container .contact_box .contact_item .line_icon {
  width: 37px;
}
.contact_container .contact_box .contact_item .pc_orange {
  width: 35px;
}
.contact_container .contact_box .contact_item__01 {
  color: #38a856;
}
.contact_container .contact_box .contact_item__02 {
  color: #f39800;
}
.contact_container .contact_tel {
  display: block;
  text-align: center;
  margin-top: 28px;
}
.contact_container .contact_tel .contact_phone {
  width: 466px;
}

.sp_contact_bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_contact_bar {
    display: none;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 9999;
  }
  .sp_contact_bar .h_orange_box {
    width: 100%;
    font-size: 14px;
    border-right: #fff 1px solid;
  }
  .sp_contact_bar .h_orange_box .h_orange_box:last-child {
    border-right: none;
  }
  .sp_contact_bar .h_orange_box__01 {
    max-width: 50%;
  }
  .sp_contact_bar .h_orange_box__01 .h_phone {
    width: 13px;
    margin-left: 5px;
  }
  .sp_contact_bar .h_orange_box__02 {
    max-width: 35%;
  }
  .sp_contact_bar .h_orange_box__02 .pc_w {
    width: 25px;
  }
  .sp_contact_bar .h_orange_box__03 {
    max-width: 50%;
  }
  .sp_contact_bar .h_orange_box__03 .h_access {
    width: 13px;
  }
}

.sp_hamburger_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_hamburger_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }
  .sp_hamburger_contact .h_orange_box {
    width: 100%;
    max-width: 300px;
    height: 37px;
    font-size: 16px;
  }
  .sp_hamburger_contact .h_orange_box__01 .h_phone {
    width: 14px;
  }
  .sp_hamburger_contact .h_orange_box__02 .h_staff {
    width: 17px;
  }
  .sp_hamburger_contact .h_orange_box__03 .h_access {
    width: 13px;
  }
}

#g-nav .sns_box {
  display: none;
}
@media screen and (max-width: 768px) {
  #g-nav .sns_box {
    flex-shrink: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}

.sp_hamburger_contact_bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_hamburger_contact_bottom.active {
    display: block;
  }
  .sp_hamburger_contact_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #f39800;
    z-index: 10000;
  }
  .sp_hamburger_contact_bottom h2 {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
  }
  .sp_hamburger_contact_bottom .sp_hamburger_contact_bottom_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sp_hamburger_contact_bottom .sp_hamburger_contact_bottom_link .phone_w {
    width: 17px;
  }
}

.slider-04_container {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1510px;
  height: 574px;
  background: #fff;
  padding: 67px 30px 47px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .slider-04_container {
    width: 1000px;
  }
}
@media screen and (max-width: 980px) {
  .slider-04_container {
    width: 600px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .slider-04_container {
    width: 350px;
    height: 450px;
    padding: 20px 10px;
    top: 22%;
  }
}
.slider-04_container__about {
  height: 650px;
}
@media screen and (max-width: 768px) {
  .slider-04_container__about {
    height: 550px;
  }
}

.slider-04_box {
  overflow: hidden;
  max-width: 1510px;
  height: 355px;
  display: block;
  flex-wrap: nowrap;
  margin-left: 94px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .slider-04_box {
    max-width: 1000px;
  }
}
@media screen and (max-width: 980px) {
  .slider-04_box {
    max-width: 600px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .slider-04_box {
    max-width: 350px;
    height: 320px;
  }
}
.slider-04_box__history {
  height: 450px;
}

.slide-track_04 {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 1s ease;
  will-change: transform;
  gap: 40px;
}

.slide-item_04 {
  position: relative;
  flex: 0 0 340px;
  width: 340px;
  overflow: visible !important;
}
.slide-item_04__b {
  flex: 0 0 340px;
}
@media screen and (max-width: 1500px) {
  .slide-item_04 {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 980px) {
  .slide-item_04 {
    flex: 0 0 330px;
  }
}
.slide-item_04 .history-year {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 33px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #f39800;
  margin: 20px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-year {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
}
.slide-item_04 .history-year__b {
  font-size: 48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-year__b {
    font-size: 32px;
  }
}
.slide-item_04 .history-dot {
  width: 15px;
  height: 15px;
  background: #3e3a39;
  border-radius: 50%;
  margin: 20px 0 20px 10px;
  position: relative;
}
.slide-item_04 .history-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* ドットの右端から開始 */
  width: 365px; /* 棒線の長さ（適宜調整） */
  height: 2px; /* 棒線の太さ */
  background: #3e3a39;
}
@media screen and (max-width: 1500px) {
  .slide-item_04 .history-dot::after {
    width: 250px;
  }
}
.slide-item_04 .history-dot__b {
  margin: 23px 0 0 0;
}
.slide-item_04 .history-dot__b::after {
  width: 375px;
}
@media screen and (max-width: 1500px) {
  .slide-item_04 .history-dot__b::after {
    width: 246px;
  }
}
.slide-item_04 .history-title {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 30px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.slide-item_04 .history-title__b {
  font-size: 25px;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-title__b {
    font-size: 20px;
  }
}
.slide-item_04 .history-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 0.1em;
  margin: 21px 0 0 0;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-desc {
    font-size: 16px;
  }
}
.slide-item_04 .history-desc__b {
  font-size: 18px;
  margin: 21px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .history-desc__b {
    font-size: 14px;
  }
}
.slide-item_04 .history-desc__about {
  margin: 21px 0 0 10px;
}
.slide-item_04 .equipment_title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .slide-item_04 .equipment_title {
    font-size: 18px;
    margin-top: 12px;
  }
}

.slide-arrows_04 {
  margin: 30px 0 0 92px;
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 980px) {
  .slide-arrows_04 {
    margin: 0;
    justify-content: center;
  }
}
.slide-arrows_04 button .prev_g {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .slide-arrows_04 button .prev_g {
    width: 50px;
  }
}
.slide-arrows_04 button .next_o {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .slide-arrows_04 button .next_o {
    width: 50px;
  }
}

.footer {
  background-color: #f7941e;
  color: #fff;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0 20px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .footer__inner {
    max-width: 470px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: 350px;
  }
}
.footer__info {
  width: 490px;
  margin-left: 60px;
}
@media screen and (max-width: 1100px) {
  .footer__info {
    margin: 50px auto 0;
    width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    margin: 50px auto 10px;
    width: 100%;
  }
}
.footer__info .f_logo {
  width: 407px;
}
@media screen and (max-width: 768px) {
  .footer__info .f_logo {
    display: block;
    width: 180px;
  }
}
.footer__info .footer__address {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 32px 0 27px 94px;
}
@media screen and (max-width: 1100px) {
  .footer__info .footer__address {
    display: none;
  }
}
.footer__info .ft_tel {
  padding: 0 0 0 94px;
  font-size: 36px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 1100px) {
  .footer__info .ft_tel {
    display: none;
  }
}
.footer__info .ft_tel .h_phone {
  width: 24px;
}
.footer__nav {
  width: 440px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 350px;
    margin-top: 0;
  }
}
.footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .footer__nav-list {
    gap: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
}
.footer__nav-list li {
  width: 177px;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.footer__nav-list li:first-child, .footer__nav-list li:nth-child(2) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav-list li {
    width: auto;
    border: none;
    padding: 0;
  }
  .footer__nav-list li:first-child, .footer__nav-list li:nth-child(2) {
    border: none;
  }
}
.footer__nav-list li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__nav-list li a {
    font-size: 14px;
  }
}
.footer__nav-list li a .arrow_w {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list li a .arrow_w {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-list .f_home {
    display: none;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.88;
}

.accordion_container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .accordion_container {
    gap: 30px;
  }
}

.accordion-button {
  width: 100%;
  background-color: #f39800;
  color: white;
  padding: 12px 60px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .accordion-button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-button {
    font-size: 18px;
    padding: 10px;
  }
}

.accordion-button .icon {
  font-size: 30px;
  letter-spacing: 0.1em;
  transition: transform 0.1s;
}
@media screen and (max-width: 768px) {
  .accordion-button .icon {
    font-size: 20px;
  }
}

.accordion-content {
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0;
  max-height: 0;
}

.accordion-content.open {
  display: block;
  max-height: 9999px;
  transform: scaleY(1);
  opacity: 1;
  padding: 34px 60px 50px;
}
@media screen and (max-width: 1100px) {
  .accordion-content.open {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-content.open {
    padding: 20px 10px;
  }
}

.accordion-content__02.open {
  display: block;
  max-height: 9999px;
  transform: scaleY(1);
  opacity: 1;
  padding: 35px 60px 60px;
  background-color: #FFF9F0;
}
@media screen and (max-width: 1100px) {
  .accordion-content__02.open {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-content__02.open {
    padding: 15px 10px;
  }
}

.accordion-box {
  display: flex;
  margin-bottom: 20px;
  gap: 35px;
  line-height: 1.88;
}
@media screen and (max-width: 1100px) {
  .accordion-box {
    flex-direction: column;
    gap: 0;
  }
}
.accordion-box .orange_box__surgery {
  width: 194px;
  height: 45px;
  color: #fff;
  background-color: #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .accordion-box .orange_box__surgery {
    width: 100px;
    height: 20px;
  }
}
.accordion-box .detail-title {
  display: block;
  color: #E77600;
  letter-spacing: 0.1em;
}
.accordion-box p {
  line-height: 1.88;
}
.accordion-box li {
  line-height: 1.88;
}

.accordion-text {
  padding-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .accordion-text {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-text {
    padding-bottom: 10px;
  }
}
.accordion-text__dog-cat {
  max-width: 890px;
  margin: 0 auto;
}

.accordion-text__02 {
  color: #f39800;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .accordion-text__02 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.greeting {
  padding-top: 140px;
  background-color: #f7f8f8;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .greeting {
    padding-top: 110px;
  }
}
@media screen and (max-width: 375px) {
  .greeting {
    padding-top: 70px;
  }
}

.greeting .top-border_container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.greeting .top-border_container::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 3px;
  background-color: #f39800;
}
@media screen and (max-width: 1100px) {
  .greeting .top-border_container::before {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting .top-border_container::before {
    width: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .greeting .top-border_container .box_01 {
    margin-top: 300px;
  }
}
@media screen and (max-width: 768px) {
  .greeting .top-border_container .box_01 {
    margin-top: 140px;
  }
}
.greeting .top-border_container .box_02 {
  margin: 0;
}
.greeting .top-border_container .box_02 .sec_text__b {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .greeting .top-border_container .box_02 .sec_text__b {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting .top-border_container .box_02 .sec_text__b {
    margin-top: 20px;
  }
}
.greeting .top-border_container .box_02 .sec_text__b::before {
  display: none;
}
.greeting .top-border_container .box_02 .sec_subtext__b {
  width: 100%;
}
.greeting .top-border_container .box_02 .btn_orange {
  margin: 34px auto 0px;
}
@media screen and (max-width: 1100px) {
  .greeting .top-border_container .box_02 .btn_orange {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .greeting .top-border_container .box_02 .btn_orange {
    margin: 20px auto 0;
  }
}

.top_slider {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
}
@media screen and (max-width: 768px) {
  .top_slider {
    padding: 90px 0 50px;
  }
}

.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  width: 100%;
  background-color: #f7f8f8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .slider-bg {
    height: 170px;
  }
}
@media screen and (max-width: 375px) {
  .slider-bg {
    height: 120px;
  }
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  gap: 45px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 1s linear;
}
@media screen and (max-width: 768px) {
  .slider {
    gap: 15px;
  }
}

.slider li {
  flex: 0 0 auto;
  width: 100%;
  max-width: 390px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .slider li {
    width: 202px;
    height: 155px;
    margin: 0 10px;
  }
}

.slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.topics {
  padding: 34px 0;
}
.topics .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .topics .container {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topics .container {
    gap: 30px;
  }
}
.topics .box__02 {
  margin-top: 10px;
  width: 100%;
  max-width: 805px;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 {
    max-width: 600px;
  }
}
.topics .box__02__top-topi {
  position: relative;
}
.topics .box__02 .news-list ul {
  border-top: 2px solid #f39800;
  width: 100%;
  max-width: 805px;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news-list ul {
    max-width: 600px;
  }
}
.topics .box__02 .news-list li {
  width: 100%;
  border-bottom: 1px solid #898989;
}
.topics .box__02 .news-list li a {
  width: 805px;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news-list li a {
    width: 600px;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news-list li a {
    width: 100%;
    min-width: 350px;
  }
}
.topics .box__02 .news_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news_inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news_inner {
    align-items: center;
  }
}
.topics .box__02 .news-date {
  width: 100px;
  color: #f39800;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news-date {
    flex-direction: unset;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news-date {
    width: auto;
    font-size: 14px;
  }
}
.topics .box__02 .news-date .day {
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news-date .day {
    font-size: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news-date .day {
    font-size: 14px;
  }
}
.topics .box__02 .news-category {
  width: 130px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  margin: 0 40px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news-category {
    width: 120px;
    height: 22px;
    font-size: 14px;
  }
}
.topics .box__02 {
  /* カテゴリごとの色 */
}
.topics .box__02 .news-news {
  background-color: #f39800;
}
.topics .box__02 .news-column {
  background-color: #8fc31f;
}
.topics .box__02 .news-important {
  background-color: #e77600;
}
.topics .box__02 .news-title {
  flex: 1;
  min-width: 0;
  font-size: 17px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .news-title {
    margin-top: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
@media screen and (max-width: 768px) {
  .topics .box__02 .news-title {
    font-size: 16px;
  }
}
.topics .box__02 .btn_orange {
  margin-top: 34px;
}
@media screen and (max-width: 1100px) {
  .topics .box__02 .btn_orange {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.features {
  margin: 65px 0 0 0;
  padding: 90px 0 110px;
  background-color: #f39800;
}
@media screen and (max-width: 1100px) {
  .features {
    margin: 150px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin: 86px 0 0 0;
    padding: 40px 0 55px;
  }
}
.features .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .features .container {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .features .container {
    gap: 70px;
  }
}
.features .container .box__01 .sec_subtitle {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .features .container .box__01 .sec_subtitle {
    margin-top: 6px;
  }
}
.features .container .box__02 {
  margin-top: -13px;
  width: 620px;
}
@media screen and (max-width: 1100px) {
  .features .container .box__02 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .features .container .box__02 {
    width: 350px;
  }
}
.features .container .box__02 .sec_text {
  text-align: start;
}
.features .container .box__02 .sec_subtext {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .features .container .box__02 .sec_subtext {
    margin-top: 15px;
  }
}
.features .container__02 {
  margin-top: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .features .container__02 {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 {
    margin-top: 38px;
    gap: 25px;
    justify-content: center;
  }
}
.features .container__02 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1100px) {
  .features .container__02 .box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 .box {
    width: 100%;
  }
}
.features .container__02 .box .number {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.025em;
  color: #fff;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .number {
    font-size: 40px;
    color: #f39800;
    top: 11px;
    left: 33px;
  }
}
.features .container__02 .box .img_box {
  width: 350px;
  height: 254px;
}
@media screen and (max-width: 1100px) {
  .features .container__02 .box .img_box {
    width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .img_box {
    width: 100%;
    height: 225px;
    order: 2;
  }
}
.features .container__02 .box .img_box .f_img {
  width: 350px;
  height: 254px;
}
@media screen and (max-width: 1100px) {
  .features .container__02 .box .img_box .f_img {
    width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .img_box .f_img {
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0 auto;
  }
}
.features .container__02 .box .text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 25px;
  background-color: #fff;
  width: 350px;
}
@media screen and (max-width: 1100px) {
  .features .container__02 .box .text_box {
    width: 600px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box {
    justify-content: flex-start;
    width: 100%;
    order: 1;
    padding: 14px 0 14px 78px;
    gap: 22px;
  }
}
.features .container__02 .box .text_box .text_box__inner h3 {
  font-size: 25px;
  letter-spacing: 0.005em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box .text_box__inner h3 {
    font-size: 17px;
    text-align: start;
    margin-bottom: 5px;
  }
}
.features .container__02 .box .text_box .text_box__inner .text {
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box .text_box__inner .text {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box .text_box__inner .text__pc {
    display: none;
  }
}
.features .container__02 .box .text_box .text_box__inner .text__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box .text_box__inner .text__sp {
    display: block;
    color: #f39800;
    text-align: start;
  }
}
.features .container__02 .box .text_box .circle_arrow {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .features .container__02 .box .text_box .circle_arrow {
    width: 38px;
  }
}

.staff {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .staff {
    margin: 0;
  }
}
.staff .sec_title_container {
  padding: 55px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .staff .sec_title_container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .staff .sec_title_container {
    padding: 42px 0 0 0;
  }
}
.staff .sec_title_container .box__01 .sec_subtitle {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .staff .sec_title_container .box__01 .sec_subtitle {
    margin-top: 5px;
  }
}
.staff .sec_title_container .box__02 {
  width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.staff .sec_title_container .box__02__staff {
  width: 670px;
}
@media screen and (max-width: 1100px) {
  .staff .sec_title_container .box__02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .staff .sec_title_container .box__02 {
    margin-top: 50px;
    width: 100%;
  }
}
.staff .sec_title_container .box__02 .sec_text {
  margin-top: -18px;
  font-weight: 400;
  text-align: start;
}
.staff .sec_title_container .box__02 .sec_subtext {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .staff .sec_title_container .box__02 .sec_subtext {
    margin-top: 15px;
    letter-spacing: 0;
  }
}
.staff .sec_title_container .box__02 .btn_orange {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .staff .sec_title_container .box__02 .btn_orange {
    margin: 30px auto 0;
  }
}
.staff .container__02 {
  margin: 40px 0 122px;
}
@media screen and (max-width: 1100px) {
  .staff .container__02 {
    margin: 35px 0 122px;
  }
}
.staff .container__02 .sec_text__staff {
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .staff .container__02 .sec_text__staff {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.staff .container__02 .iframe_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept {
  padding: 20px 0 65px 0;
  background-color: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 40px 0;
  }
}
.concept .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .concept .container {
    flex-direction: column;
  }
}
.concept .container .box_01 {
  width: 100%;
  max-width: 655px;
}
.concept .container .sec_text__a {
  text-align: start;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.04em;
  color: #E77600;
}
@media screen and (max-width: 768px) {
  .concept .container .sec_text__a {
    margin-top: 150px;
    text-align: start;
    font-size: 20px;
  }
}
.concept .container .name {
  margin-top: 50px;
  color: #E77600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .concept .container .name {
    margin-top: 30px;
    font-size: 16px;
  }
}
.concept .container .name_02 {
  display: block;
  margin-top: 16px;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .concept .container .name_02 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.concept .container .c_text {
  margin-top: 38px;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .concept .container .c_text {
    margin-top: 30px;
  }
}
.concept .container .box_02 img {
  max-width: 340px;
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .concept .container .box_02 img {
    margin-top: 30px;
    max-width: 350px;
  }
}

.concept_slider {
  background-color: #f7f8f8;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
}
.concept_slider .slider-bg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 240px;
  width: 100%;
  background-color: #FFF9F0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .concept_slider .slider-bg {
    height: 170px;
  }
}
@media screen and (max-width: 375px) {
  .concept_slider .slider-bg {
    height: 120px;
  }
}
.concept_slider .slider-container {
  overflow: hidden;
  position: relative;
}
.concept_slider .slider {
  display: flex;
  gap: 45px;
  will-change: transform;
  position: relative;
  z-index: 1;
  transition: transform 1s linear;
}
@media screen and (max-width: 768px) {
  .concept_slider .slider {
    gap: 15px;
  }
}
.concept_slider .slider li {
  flex: 0 0 auto;
  width: 390px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .concept_slider .slider li {
    width: 202px;
    height: 155px;
    margin: 0 10px;
  }
}
.concept_slider .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.specialty {
  background-color: #FFF9F0;
  padding: 105px 0 25px 0;
}
@media screen and (max-width: 768px) {
  .specialty {
    padding: 80px 0 25px 0;
  }
}
.specialty .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .specialty .container {
    flex-direction: column;
  }
}
.specialty .container .box__01 .sec_subtitle {
  margin-top: 27px;
}
@media screen and (max-width: 1100px) {
  .specialty .container .box__01 .sec_subtitle {
    margin-top: 10px;
  }
}
.specialty .container .box__02 {
  margin-top: -12px;
  max-width: 617px;
}
@media screen and (max-width: 768px) {
  .specialty .container .box__02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .specialty .container .box__02 .sec_text {
    text-align: start;
  }
}
.specialty .container .box__02 .sec_subtext {
  margin-top: 24px;
}
.specialty .container_02 {
  padding-top: 60px;
}

.point-section {
  counter-reset: number;
  max-width: 1100px;
  margin: 0 auto;
  padding: 193px 0 0 0;
}
@media screen and (max-width: 768px) {
  .point-section {
    padding: 80px 0 0 0;
  }
}

.point-item {
  position: relative;
  margin-bottom: 130px;
  border: 1px solid #f39800;
  background: #fff;
  counter-increment: number;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .point-item {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .point-item {
    margin-bottom: 80px;
  }
}
.point-item .point-number {
  position: absolute;
  top: 0;
  left: 45px;
  transform: translateY(-50%);
  z-index: 2;
  width: 80px;
  height: 48px;
  background: linear-gradient(to bottom, #FFF9F0 0%, #FFF9F0 50%, transparent 50%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #f39800;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1100px) {
  .point-item .point-number {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-number {
    font-size: 34px;
  }
}
.point-item .point-content {
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content {
    flex-direction: column;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content {
    gap: 20px;
    padding: 30px 0;
  }
}
.point-item .point-content .point-text {
  width: 520px;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content .point-text {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text {
    width: 330px;
  }
}
.point-item .point-content .point-text__02 {
  padding: 20px 56px 0 0;
  order: 2;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content .point-text__02 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text__02 {
    order: 1;
  }
}
.point-item .point-content .point-text .point-text_box {
  display: flex;
  align-items: center;
  gap: 33px;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content .point-text .point-text_box {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text .point-text_box {
    flex-direction: column;
    gap: 20px;
  }
}
.point-item .point-content .point-text .point-text_box__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content .point-text .point-text_box__02 {
    flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text .point-text_box__02 {
    flex-direction: column;
  }
}
.point-item .point-content .point-text .point-text_box h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text .point-text_box h3 {
    font-size: 20px;
  }
}
.point-item .point-content .point-text .point-text_box .point-sub {
  font-size: 16px;
  color: #f39800;
}
.point-item .point-content .point-text .point-desc {
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-text .point-desc {
    margin-top: 20px;
  }
}
.point-item .point-content .point-image__02 {
  order: 1;
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-image__02 {
    order: 2;
  }
}
.point-item .point-content .point-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .point-item .point-content .point-image img {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .point-item .point-content .point-image img {
    width: 330px;
  }
}
.point-item:nth-child(even) {
  flex-direction: row-reverse;
}
.point-item:nth-child(even) .point-number {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 1100px) {
  .point-item:nth-child(even) .point-number {
    top: -24px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}

.attempt {
  background-color: #fff;
  padding: 180px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .attempt {
    padding: 100px 0 80px 0;
  }
}

.orange_box {
  width: 100%;
  height: 360px;
  margin-top: 170px;
  background-color: #f39800;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 58px;
}
@media screen and (max-width: 1100px) {
  .orange_box {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .orange_box {
    margin-top: 80px;
    gap: 60px;
    padding: 20px 0;
  }
}
.orange_box__attempt {
  height: auto;
  padding-bottom: 60px;
}
.orange_box .box {
  position: relative;
  width: 270px;
}
@media screen and (max-width: 1100px) {
  .orange_box .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .orange_box .box {
    width: 330px;
  }
}
.orange_box .box .img_box {
  position: absolute;
  top: -70px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .orange_box .box .img_box {
    position: unset;
  }
}
.orange_box .box .img_box img {
  width: 270px;
}
@media screen and (max-width: 1100px) {
  .orange_box .box .img_box img {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .orange_box .box .img_box img {
    width: 330px;
  }
}
.orange_box .box h3 {
  padding-top: 140px;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.36;
}
@media screen and (max-width: 1100px) {
  .orange_box .box h3 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .orange_box .box h3 {
    font-size: 20px;
    padding-top: 20px;
  }
}
.orange_box .box p {
  padding-top: 22px;
  line-height: 1.88;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .orange_box .box p {
    padding-top: 10px;
  }
}
.orange_box .box .o_title {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .orange_box .box .o_title {
    font-size: 20px;
    text-align: center;
  }
}
.orange_box .box .o_text_box {
  padding-top: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .orange_box .box .o_text_box {
    font-size: 16px;
  }
}
.orange_box .box .o_br {
  display: block;
}
@media screen and (max-width: 1100px) {
  .orange_box .box .o_br {
    display: none;
  }
}

.history {
  position: relative;
  background: #f7f8f8;
  height: 950px;
}
@media screen and (max-width: 768px) {
  .history {
    height: 800px;
  }
}
.history .sec_title_box {
  position: relative;
  background: #f3a000;
  width: 64%;
  min-width: 300px;
  height: 488px;
}
@media screen and (max-width: 768px) {
  .history .sec_title_box {
    width: 54%;
    height: 90px;
  }
}
.history .sec_title_box .sec_title_box_inner {
  position: absolute;
  top: 16%;
  left: 33.5%;
}
@media screen and (max-width: 768px) {
  .history .sec_title_box .sec_title_box_inner {
    left: 5%;
  }
}

.facility {
  background-color: #f7f8f8;
  padding: 42px 0 108px 0;
}
@media screen and (max-width: 768px) {
  .facility {
    padding: 200px 0 0 0;
  }
}

.sec_title_container__f .sec_text {
  font-size: 40px !important;
  margin-top: -11px !important;
  letter-spacing: 0.03em !important;
}
@media screen and (max-width: 1100px) {
  .sec_title_container__f .sec_text {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container__f .sec_text {
    font-size: 19px !important;
    text-align: start !important;
  }
}
.sec_title_container__f .sec_subtext {
  margin-top: 47px !important;
}
@media screen and (max-width: 768px) {
  .sec_title_container__f .sec_subtext {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec_title_container__f .box__02 {
    margin-top: 40px !important;
  }
}

.facility_container {
  padding: 115px 0 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media screen and (max-width: 1100px) {
  .facility_container {
    align-items: center;
    justify-content: center;
    row-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .facility_container {
    row-gap: 50px;
    padding: 60px 0 50px 0;
  }
}
.facility_container .box {
  width: 350px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .facility_container .box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .facility_container .box {
    width: 350px;
  }
}
.facility_container .box h3 {
  margin-top: 20px;
  font-size: 25px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  .facility_container .box h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .facility_container .box h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
.facility_container .box p {
  margin-top: 23px;
  line-height: 1.88;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .facility_container .box p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .facility_container .box img {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .facility_container .box img {
    width: 350px;
  }
}

.equipment {
  background-color: #FFF9F0;
  padding: 145px 0 700px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .equipment {
    padding: 80px 0 450px;
  }
}

.sec_title_container__equipment .sec_subtext {
  margin-top: 40px !important;
}

.equipment .slider-04_container {
  top: 48%;
  background-color: #FFF9F0;
  padding: 0;
  height: 560px;
}
@media screen and (max-width: 1100px) {
  .equipment .slider-04_container {
    top: 51%;
    padding: 30px 0 0 150px;
    height: 600px;
  }
}
@media screen and (max-width: 980px) {
  .equipment .slider-04_container {
    height: 400px;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment .slider-04_container {
    top: 52%;
    height: 400px;
  }
}
.equipment .slider-04_box {
  margin: 0;
  height: 420px;
}
@media screen and (max-width: 1100px) {
  .equipment .slider-04_box {
    height: 490px;
  }
}
.equipment .slide-arrows_04 {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 980px) {
  .equipment .slide-arrows_04 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .equipment .slide-arrows_04 {
    margin: 30px 0 0 0;
  }
}

.director {
  padding: 10px 0 14px 0;
  background-color: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .director {
    padding: 200px 0 14px 0;
  }
}

.director_container {
  padding: 90px 0;
}
@media screen and (max-width: 1100px) {
  .director_container {
    padding: 50px 0;
  }
}
.director_container .director_box__01 {
  display: flex;
  justify-content: space-between;
}
.director_container .director_box__01__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01__doctor01 {
    padding-bottom: 100px;
  }
}
.director_container .director_box__01 .item_01 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_01 {
    width: 100%;
  }
}
.director_container .director_box__01 .item_01 .hobby {
  width: 330px;
  height: 68px;
  border: 1px solid #3e3a39;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 .item_01 .hobby {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_01 .hobby {
    width: 300px;
    height: 45px;
    top: 46.5%;
  }
}
@media screen and (max-width: 387px) {
  .director_container .director_box__01 .item_01 .hobby {
    top: 44%;
  }
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 .item_01 .hobby__02 {
    top: 56%;
  }
}
@media screen and (max-width: 387px) {
  .director_container .director_box__01 .item_01 .hobby__02 {
    top: 54%;
  }
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 .item_01 .hobby__03 {
    top: 54.5%;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_01 .hobby__03 {
    top: 51.5%;
  }
}
@media screen and (max-width: 387px) {
  .director_container .director_box__01 .item_01 .hobby__03 {
    top: 50%;
  }
}
.director_container .director_box__01 .item_01 .hobby span {
  font-weight: 500;
}
.director_container .director_box__01 .item_02 {
  width: 655px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 .item_02 {
    margin-top: 30px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_02 {
    width: 100%;
  }
}
.director_container .director_box__01 .item_02 .box {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__01 .item_02 .box {
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_02 .box {
    gap: 10px;
    padding-bottom: 80px;
  }
}
.director_container .director_box__01 .item_02 .name {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_02 .name {
    font-size: 26px;
  }
}
.director_container .director_box__01 .item_02 .name_02 {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #f39800;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_02 .name_02 {
    font-size: 14px;
  }
}
.director_container .director_box__01 .item_02 .text_box {
  padding-top: 46px;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__01 .item_02 .text_box {
    padding-top: 26px;
  }
}
.director_container .director_box__02 {
  margin-top: 70px;
  padding: 55px 0 0 0;
  border-top: 2px solid #f39800;
  display: flex;
  gap: 160px;
}
@media screen and (max-width: 1100px) {
  .director_container .director_box__02 {
    flex-direction: column;
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 {
    margin-top: 50px;
    gap: 50px;
  }
}
.director_container .director_box__02 .item_01 .hd_box {
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .item_01 .hd_box {
    flex-direction: column;
    gap: 25px;
  }
}
.director_container .director_box__02 .item_01 .hd_box h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .item_01 .hd_box h3 {
    font-size: 20px;
  }
}
.director_container .director_box__02 .history__row {
  display: grid;
  grid-template-columns: 135px 1fr;
  -moz-column-gap: 34px;
       column-gap: 34px;
  align-items: start;
  padding: 2px 0;
}
.director_container .director_box__02 .history__row__02 {
  grid-template-columns: 1fr;
}
.director_container .director_box__02 .history__row:first-child {
  padding: 0 0 2px 0;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .history__row {
    grid-template-columns: 1fr;
  }
}
.director_container .director_box__02 .history__row dt,
.director_container .director_box__02 .history__row dd {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.director_container .director_box__02 .history__row dt {
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .history__row dt {
    font-size: 16px;
  }
}
.director_container .director_box__02 .history__row dd br {
  display: block;
}
.director_container .director_box__02 .item_02 .hd_box {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .item_02 .hd_box {
    gap: 25px;
  }
}
.director_container .director_box__02 .item_02 .hd_box h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .item_02 .hd_box h3 {
    font-size: 20px;
  }
}
.director_container .director_box__02 .item_02 .hd_box_item {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .director_container .director_box__02 .item_02 .hd_box_item {
    gap: 10px;
    flex-direction: column;
  }
}
.director_container .director_box__02 .item_02 .hd_box_item__02 {
  align-items: flex-start;
}
.director_container .director_box__02 .item_02 .hd_box_item__02 ul {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.director_container .director_box__02 .item_02 .hd_box_item__02 li {
  padding-bottom: 5px;
}
.director_container .director_box__02 .item_02 .hd_box_item p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.veterinary {
  background-color: #fff;
  padding: 143px 0 124px;
}
@media screen and (max-width: 768px) {
  .veterinary {
    padding: 80px 0 124px;
  }
}
.veterinary .inner__01 {
  position: relative;
}

.veterinary_container {
  margin: 55px 0;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  .veterinary_container {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
.veterinary_container .veterinary_box {
  width: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .veterinary_container .veterinary_box {
    width: 350px;
  }
}
.veterinary_container .veterinary_box .name {
  margin-top: 28px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .veterinary_container .veterinary_box .name {
    font-size: 22px;
  }
}
.veterinary_container .veterinary_box .name_02 {
  margin-top: 10px;
  font-size: 16px;
  color: #f39800;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .veterinary_container .veterinary_box .name_02 {
    font-size: 14px;
  }
}
.veterinary_container .veterinary_box .name_03 {
  margin-top: 35px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .veterinary_container .veterinary_box .name_03 {
    font-size: 16px;
    margin-top: 30px;
  }
}
.veterinary_container .veterinary_box .text_box {
  margin-top: 40px;
  border: 1px solid #3E3A39;
  padding: 10px 25px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .veterinary_container .veterinary_box .text_box {
    margin-top: 30px;
  }
}

.policy {
  background: #f7f8f8;
  padding: 12px 0 86px 0;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 200px 0 86px;
  }
}

.policy_container {
  margin: 80px 0 0 0;
  padding: 34px 0 0 0;
  border-top: 2px solid #f39800;
}
@media screen and (max-width: 1100px) {
  .policy_container {
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
  }
}
.policy_container .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .policy_container .box {
    flex-direction: column;
  }
}
.policy_container .box__pa {
  padding-bottom: 5px;
}
.policy_container .box__02 {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .policy_container .box__02 {
    align-items: center;
  }
}
.policy_container .box .box_title {
  display: block;
  width: 194px;
  padding: 12px 0;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  background-color: #f39800;
  margin-right: 44px;
}
@media screen and (max-width: 1100px) {
  .policy_container .box .box_title {
    width: 600px;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .policy_container .box .box_title {
    width: 300px;
  }
}
.policy_container .box h3 {
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .policy_container .box h3 {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .policy_container .box h3 {
    font-size: 20px;
  }
}
.policy_container .box p {
  display: block;
  max-width: 760px;
  line-height: 1.8;
  margin: 27px 0 0 47px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .policy_container .box p {
    margin: 0 0 30px 0;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .policy_container .box p {
    width: 350px;
  }
}
.policy_container .box .btn_box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 33px 0 0 350px;
}
@media screen and (max-width: 1100px) {
  .policy_container .box .btn_box {
    margin: 0;
    flex-direction: column;
  }
}

.feature {
  position: relative;
}

.bg-gray-feature {
  background-color: #f7f8f8;
  height: 39%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.feature_container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
  padding: 124px 0 158px;
  background-color: #f39800;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .feature_container {
    max-width: 100%;
    padding: 150px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container__s02 {
    padding: 100px 0 40px;
  }
}
.feature_container::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 54px;
  width: 210px;
  height: 210px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  .feature_container::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container::before {
    width: 40px;
    height: 40px;
    top: 1%;
    left: 5%;
  }
}
.feature_container::after {
  content: "";
  position: absolute;
  bottom: 48px;
  right: 54px;
  width: 210px;
  height: 210px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  .feature_container::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container::after {
    width: 40px;
    height: 40px;
    bottom: 1%;
    right: 3%;
  }
}
.feature_container .feature_title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_title {
    font-size: 20px;
  }
}
.feature_container .feature_title .title_wrapper {
  white-space: nowrap;
  display: inline-block;
}
.feature_container .feature_title ruby {
  white-space: nowrap;
}
.feature_container .feature_title rt {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_title rt {
    font-size: 8px;
  }
}
.feature_container .feature_title__su02 {
  position: relative;
}
.feature_container .feature_title__su02::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_title__su02::before {
    width: 50px;
    top: -28px;
  }
}
.feature_container .feature_text {
  width: 100%;
  max-width: 990px;
  line-height: 1.88;
  letter-spacing: 0.1em;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .feature_container .feature_text {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container .feature_text {
    width: 350px;
  }
}
.feature_container .feature_text__mis {
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .feature_container .feature_text__mis {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container .feature_text__mis {
    width: 350px;
  }
}
.feature_container .feature_box {
  padding: 72px 0 0 0;
  margin: 0 auto;
  width: 990px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .feature_container .feature_box {
    flex-direction: column;
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature_container .feature_box {
    width: 300px;
    padding: 60px 0 0 0;
    gap: 60px;
  }
}
.feature_container .feature_box .feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature_container .feature_box .feature_item h4 {
  width: 443px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_box .feature_item h4 {
    width: 350px;
    font-size: 20px;
  }
}
.feature_container .feature_box .feature_item p {
  width: 430px;
  padding: 18px 0;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_box .feature_item p {
    width: 350px;
  }
}
.feature_container .feature_box .feature_item img {
  width: 443px;
}
@media screen and (max-width: 768px) {
  .feature_container .feature_box .feature_item img {
    width: 350px;
  }
}
.feature_container .feature_box .feature_item .d_img_01 {
  padding-top: 305px;
}
@media screen and (max-width: 1100px) {
  .feature_container .feature_box .feature_item .d_img_01 {
    padding-top: 0;
  }
}

.window {
  margin: 188px 0 130px;
}
@media screen and (max-width: 768px) {
  .window {
    margin: 100px 0 130px;
  }
}
.window .btn_container {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 58px;
}
@media screen and (max-width: 1100px) {
  .window .btn_container {
    flex-direction: column;
    align-items: center;
  }
}
.window .w_link {
  width: 348px;
  padding: 34px 20px 34px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f39800;
  color: #fff;
  font-size: 25px;
  line-height: 1.36;
}
@media screen and (max-width: 1100px) {
  .window .w_link {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .window .w_link {
    width: 300px;
    font-size: 18px;
    padding: 20px;
  }
}
.window .w_link img {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .window .w_link img {
    width: 40px;
  }
}

.mc {
  background-color: #f7f8f8;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mc {
    padding: 200px 0 80px;
  }
}
.mc .container .sec_title {
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1.68;
  color: #E77600;
}
@media screen and (max-width: 1100px) {
  .mc .container .sec_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mc .container .sec_title {
    font-size: 24px;
  }
}
.mc .container .mc_box {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.mc .container .mc_box__la {
  align-items: flex-end;
  margin-top: -52px;
}
@media screen and (max-width: 1100px) {
  .mc .container .mc_box__la {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1100px) {
  .mc .container .mc_box {
    flex-direction: column;
    gap: 38px;
  }
}
.mc .container .mc_box .sec_text {
  width: 653px;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .mc .container .mc_box .sec_text {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .mc .container .mc_box .sec_text {
    width: auto;
  }
}
.mc .container .mc_box img {
  width: 384px;
}
@media screen and (max-width: 1100px) {
  .mc .container .mc_box img {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .mc .container .mc_box img {
    width: auto;
  }
}
.mc .container .health_check_box {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 1100px) {
  .mc .container .health_check_box {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mc .container .health_check_box {
    flex-direction: column;
  }
}
.mc .container .health_check_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f39800;
  color: #fff;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 1.84;
}
@media screen and (max-width: 1100px) {
  .mc .container .health_check_box .item {
    width: 180px;
    height: 180px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mc .container .health_check_box .item {
    width: 100%;
    border-radius: 30px;
    height: 50px;
    font-size: 18px;
  }
}

.health_check {
  padding: 98px 0 66px;
}
@media screen and (max-width: 768px) {
  .health_check {
    padding: 20px 0 50px;
  }
}
.health_check .link_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .health_check .link_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
.health_check .link_box .health_link {
  width: 505px;
  background-color: #f39800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 25px 0;
  border-radius: 15px;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .health_check .link_box .health_link {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .health_check .link_box .health_link {
    width: 300px;
    font-size: 18px;
    padding: 20px 0;
  }
}
.health_check .link_box .health_link img {
  width: 20px;
}
.health_check .link_box .health_link__02 {
  background-color: #fff;
  color: #3e3a39;
  border: 1px solid #3e3a39;
}

.team-hope_box {
  margin: 35px 0 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .team-hope_box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.team-hope_box h3 {
  color: #fff;
  background-color: #f39800;
  width: 210px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.team-hope_box__02 {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .team-hope_box__02 {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.team-hope_box__02 .team-hope_img {
  width: 360px;
}
@media screen and (max-width: 1100px) {
  .team-hope_box__02 .team-hope_img {
    width: 252px;
  }
}

.accordion_link {
  background-color: #f39800;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 560px;
  height: 90px;
}
@media screen and (max-width: 1100px) {
  .accordion_link {
    width: 100%;
  }
}
.accordion_link__02 {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .accordion_link__02 {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .accordion_link {
    font-size: 20px;
    height: 80px;
    line-height: 1.5;
  }
}
.accordion_link .accordion_link_arrow {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .accordion_link .accordion_link_arrow {
    width: 17.5px;
  }
}

.cat-ribon__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .cat-ribon__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.cat-ribon__container .cat-ribon__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .cat-ribon__container .cat-ribon__box {
    gap: 15px;
  }
}
.cat-ribon__container .cat-ribon__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #f97ab1;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cat-ribon__container .cat-ribon__list {
    font-size: 18px;
    gap: 10px;
  }
}
.cat-ribon__container .cat-ribon__list .cat-ribon_check {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .cat-ribon__container .cat-ribon__list .cat-ribon_check {
    width: 16.1px;
  }
}
.cat-ribon__container span {
  display: block;
  font-size: 16px;
  color: #3e3a39;
  margin: -25px 0 0 36px;
}
@media screen and (max-width: 768px) {
  .cat-ribon__container span {
    margin: -15px 0 0 26px;
    font-size: 14px;
  }
}
.cat-ribon__container .cat-ribon_img {
  width: 302px;
  height: 99px;
}
@media screen and (max-width: 768px) {
  .cat-ribon__container .cat-ribon_img {
    width: 211.4px;
    height: 69.3px;
  }
}

.dog-cat__container {
  max-width: 890px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .dog-cat__container {
    gap: 30px;
  }
}
.dog-cat__container .dog-cat__box {
  border: 1px solid #f39800;
  background-color: #fff;
}
.dog-cat__container .dog-cat__title {
  line-height: 1;
  margin: -26px 0 0 -2px;
  color: #fff;
  background-color: #f39800;
  width: 730px;
  padding: 15px 0 15px 40px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 390px 1fr;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .dog-cat__container .dog-cat__title {
    width: auto;
    margin: 0;
    border-radius: 0;
    padding: 15px 0 15px 10px;
    grid-template-columns: 300px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .dog-cat__container .dog-cat__title {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.dog-cat__container .dog-cat__inner {
  padding: 35px 40px 40px 40px;
}
@media screen and (max-width: 1100px) {
  .dog-cat__container .dog-cat__inner {
    padding: 25px 10px 35px;
  }
}
@media screen and (max-width: 768px) {
  .dog-cat__container .dog-cat__inner {
    padding: 15px 10px 30px;
  }
}
.dog-cat__container .dog-cat__item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .dog-cat__container .dog-cat__item {
    flex-direction: column;
    gap: 0;
  }
}
.dog-cat__container .dog-cat__item h4 {
  color: #E77600;
  font-weight: 500;
}

.home-care {
  padding: 100px 0 110px;
  background-color: #FFF9F0;
}
@media screen and (max-width: 768px) {
  .home-care {
    padding: 60px 0;
  }
}
.home-care h2 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home-care h2 {
    font-size: 25px;
  }
}
.home-care .home-care_box {
  padding: 0 0 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .home-care .home-care_box {
    padding: 30px 0 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .home-care .home-care_box .home-care_box__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-care .home-care_box .home-care_box__item h5 {
  color: #fff;
  background-color: #f39800;
  width: 195px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.home-care .home-care_box .home-care_box__item p {
  padding-top: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .home-care .home-care_box .home-care_box__item p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .home-care .home-care_box .home-care_box__item p {
    font-size: 18px;
  }
}
.home-care .home-care_box .home-care_arrow {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
}
@media screen and (max-width: 1100px) {
  .home-care .home-care_box .home-care_arrow {
    top: 47%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .home-care .home-care_box .home-care_arrow {
    width: 16px;
  }
}
.home-care .home-care__cat {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #f97ab1;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .home-care .home-care__cat {
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .home-care .home-care__cat {
    padding: 20px 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
  }
}
.home-care .home-care__cat .cat_ribon_img02 {
  width: 77px;
}
@media screen and (max-width: 768px) {
  .home-care .home-care__cat .cat_ribon_img02 {
    width: 53.9px;
  }
}
.home-care .accordion-text__02 {
  padding-bottom: 30px;
}

.care {
  padding: 195px 0 126px;
}
@media screen and (max-width: 1100px) {
  .care {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .care {
    padding: 80px 0;
  }
}
.care .text_box {
  line-height: 1.8;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .care .text_box {
    padding: 30px 0 80px;
  }
}
.care .care__container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.care .care__box {
  border: 1px solid #f39800;
  padding: 60px 90px 60px 50px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .care .care__box {
    padding: 50px 10px 30px;
  }
}
@media screen and (max-width: 1100px) {
  .care .care__box__02 {
    padding: 80px 10px 30px;
  }
}
.care .o_box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 195px;
  padding: 10px 25px;
  border-radius: 8px;
  background-color: #f39800;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  top: -20px;
  left: 50px;
}
@media screen and (max-width: 1100px) {
  .care .o_box {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    min-width: 250px;
  }
}
.care .care__item_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .care .care__item_box {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}
.care .care__item {
  width: 560px;
}
@media screen and (max-width: 1100px) {
  .care .care__item {
    width: auto;
  }
}
.care .care__item h6 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .care .care__item h6 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .care .care__item h6 {
    font-size: 20px;
  }
}
.care .care__item p {
  line-height: 1.8;
}
.care .care_img {
  width: 306px;
  height: 202px;
}
.care .care__container__02 {
  margin: 270px 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .care .care__container__02 {
    margin: 230px 0 0;
  }
}
.care .care__container__02 .inner {
  background-color: #f39800;
  padding: 170px 100px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .care .care__container__02 .inner {
    padding: 70px 10px 50px;
  }
}
.care .care__container__02 .care_img05 {
  position: absolute;
  left: 50%;
  top: -145px;
  transform: translateX(-50%);
  width: 430px;
  height: 290px;
}
@media screen and (max-width: 768px) {
  .care .care__container__02 .care_img05 {
    width: 301px;
    height: 203px;
  }
}
.care .care__container__02 h3 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0 30px;
  line-height: 1.5;
}
.care .care__container__02 p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .text_ls {
    letter-spacing: -0.03em;
  }
}

.btn_container__case {
  background-color: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .btn_container__case {
    padding-top: 160px;
  }
}
.btn_container__case__laparo {
  background-color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .btn_container__case__laparo {
    padding: 60px 0 0 0;
  }
}

.disease {
  background-color: #f7f8f8;
  padding-bottom: 115px;
}
.disease .disease_container {
  padding-top: 98px;
}
.disease .disease_container h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  border-bottom: 1px solid #3e3a39;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .disease .disease_container h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }
}
.disease .disease_container .text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.disease .disease_container .text__01 {
  color: #f39800;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .disease .disease_container .text {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.disease .disease_container .disease_container_inner {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.disease .disease_container .disease_box {
  display: flex;
  align-items: center;
  gap: 45px;
}
.disease .disease_container .disease_box__02 {
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .disease .disease_container .disease_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.disease .disease_container .disease_box .orange_box__disease {
  background-color: #f39800;
  color: #fff;
  border-radius: 7px;
  display: block;
  width: 194px;
  height: 45px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .disease .disease_container .disease_box .orange_box__disease {
    width: 130px;
    height: 30px;
  }
}
.disease .disease_container .disease_box p {
  line-height: 1.8;
}
.disease .disease_container .disease_link_box__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  .disease .disease_container .disease_link_box__inner {
    width: 100%;
  }
}
.disease .disease_container .disease_link_box {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .disease .disease_container .disease_link_box {
    flex-direction: column;
  }
}
.disease .disease_container .disease_link {
  border: 1px solid #727171;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 0.05em;
  gap: 15px;
  width: 755px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .disease .disease_container .disease_link {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .disease .disease_container .disease_link {
    padding: 10px;
    font-size: 16px;
    gap: 25px;
  }
}
.disease .disease_container .disease_link .disease_link__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .disease .disease_container .disease_link .disease_link__inner {
    position: unset;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .disease .disease_container .disease_link .disease_link__inner {
    padding-left: 0;
  }
}
.disease .disease_container .disease_link .disease_link__inner .download_icon {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .disease .disease_container .disease_link .disease_link__inner .download_icon {
    width: 17.5px;
  }
}
.disease .disease_container .disease_link .disease_link__inner .pdf_arrow {
  width: 23px;
}
@media screen and (max-width: 768px) {
  .disease .disease_container .disease_link .disease_link__inner .pdf_arrow {
    width: 16.1px;
  }
}

.surgery_container__text {
  padding: 50px 0 30px;
  line-height: 2;
}

.surgery {
  padding: 12px 0 175px 0;
  background-color: #f7f8f8;
}
@media screen and (max-width: 1100px) {
  .surgery {
    padding: 10px 0 50px;
  }
}

.mt_6 {
  margin-top: 6px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_17 {
  margin-top: 17px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .mt_80 {
    margin-top: 50px;
  }
}

.df {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .df {
    flex-direction: column;
  }
}

.s_img {
  width: 675px;
  height: 434px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .s_img {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .s_img {
    width: 310px;
  }
}

.df_img {
  width: 290px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .df_img {
    width: 310px;
    height: auto;
  }
}

.surgery-02 {
  background: #f7f8f8;
  padding: 12px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .surgery-02 {
    padding: 200px 0 86px;
  }
}

.mis {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .mis {
    padding: 0;
  }
}

.mis_container {
  color: #3e3a39;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mis_container {
    margin: 0;
    padding-bottom: 50px;
  }
}

.mis_box__01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1100px) {
  .mis_box__01 {
    gap: 60px;
  }
}
.mis_box__01 .mis_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 28px;
  background-color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .mis_box__01 .mis_item {
    justify-content: center;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .mis_box__01 .mis_item {
    width: 350px;
    padding: 20px 10px;
  }
}
.mis_box__01 .mis_item h4 {
  font-size: 30px;
  padding-bottom: 30px;
  color: #E77600;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .mis_box__01 .mis_item h4 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mis_box__01 .mis_item h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.mis_box__01 .mis_item .orange_detail {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #f39800;
  width: 218px;
  height: 47px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .mis_box__01 .mis_item .orange_detail {
    height: 36px;
  }
}
.mis_box__01 .mis_item .orange_detail img {
  width: 23px;
}

.mis_box__02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mis_box__02 {
    width: 350px;
  }
}

.container__accordion {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.surgery_accordion {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .surgery_accordion {
    padding: 0 0 60px 0;
  }
}

.surgery_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #3e3a39;
  padding-bottom: 12px;
}

.surgery_title {
  font-size: 30px;
  font-weight: 500;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .surgery_title {
    font-size: 24px;
    padding: 50px 0 0;
  }
}

.surgery_toggle {
  display: none;
}

.surgery_content {
  display: block;
  opacity: 1;
  padding-top: 18px;
}

.surgery_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 32px;
}
@media screen and (max-width: 1100px) {
  .surgery_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.surgery_card {
  border: 1px solid #727171;
  background: #fff;
  padding: 30px 25px 80px;
  min-height: 280px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .surgery_card {
    padding: 20px 10px 60px;
    min-height: auto;
  }
}
.surgery_card h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3e3a39;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .surgery_card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.surgery_card .sample_text {
  font-size: 28px;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .surgery_card .sample_text {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.surgery_card .surgery_text {
  line-height: 1.8;
  padding-bottom: 30px;
}
.surgery_card .surgery_card__btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 210px;
  height: 50px;
  border: 1px solid #727171;
  font-size: 18px;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  .surgery_card .surgery_card__btn {
    bottom: 10px;
    right: 10px;
    font-size: 16px;
  }
}
.surgery_card .surgery_card__btn .s_download_icon {
  margin-left: 10px;
  width: 25px;
}

.laparo {
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .laparo {
    padding-bottom: 60px;
  }
}

.merit {
  padding-top: 75px;
}

.merit_container {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .merit_container {
    padding: 20px 0 100px;
  }
}
.merit_container__02 {
  padding: 50px 0 90px;
}
@media screen and (max-width: 768px) {
  .merit_container__02 {
    padding: 20px 0 50px;
  }
}

.merit_box__01 {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  .merit_box__01 {
    flex-direction: column;
    gap: 50px;
  }
}
.merit_box__01 .la_img {
  width: 277px;
}
@media screen and (max-width: 1100px) {
  .merit_box__01 .la_img {
    order: 1;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .merit_box__01 .la_img {
    width: 350px;
  }
}

.merit_item_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1100px) {
  .merit_item_box {
    order: 2;
  }
}
.merit_item_box .merit_item {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .merit_item_box .merit_item {
    font-size: 16px;
    gap: 10px;
  }
}
.merit_item_box .merit_item .check_img {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .merit_item_box .merit_item .check_img {
    width: 20px;
  }
}

.merit_box__02 {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-top: 47px;
}

.merit_item_box__02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .merit_item_box__02 {
    flex-direction: column;
  }
}
.merit_item_box__02 .orange_box__disease {
  background-color: #f39800;
  color: #fff;
  border-radius: 7px;
  display: block;
  width: 214px;
  height: 45px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .merit_item_box__02 .orange_box__disease {
    width: 130px;
    height: 30px;
  }
}
.merit_item_box__02 .orange_box__disease__02 {
  line-height: 1.55;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .merit_item_box__02 .orange_box__disease__02 {
    width: 160px;
    height: 50px;
  }
}
.merit_item_box__02 p {
  width: 850px;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .merit_item_box__02 p {
    width: 600px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .merit_item_box__02 p {
    width: 350px;
  }
}

.demerit {
  margin-top: 86px;
}

.surgical_indications {
  color: #fff;
}
.surgical_indications .surgical_indications_inner {
  background-color: #f39800;
  padding: 50px 0;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .surgical_indications .surgical_indications_inner {
    padding: 25px 0;
  }
}
.surgical_indications .surgical_indications_inner h2 {
  font-size: 45px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .surgical_indications .surgical_indications_inner h2 {
    font-size: 20px;
  }
}
.surgical_indications .surgical_indications_inner p {
  width: 850px;
  margin: 0 auto;
  padding: 30px 0 20px;
  line-height: 1.88;
}
@media screen and (max-width: 1100px) {
  .surgical_indications .surgical_indications_inner p {
    width: 485px;
  }
}
@media screen and (max-width: 768px) {
  .surgical_indications .surgical_indications_inner p {
    width: 265px;
    padding: 15px 0 0 0;
  }
}

.prophylactic_gastropexy {
  margin: 124px 0 0;
  background-color: #FFF9F0;
  padding: 163px 0 75px;
}
@media screen and (max-width: 768px) {
  .prophylactic_gastropexy {
    margin: 60px 0 0;
    padding: 60px 0;
  }
}

.prophylactic_gastropexy_container {
  margin: 53px 0;
  background-color: #fff;
  border: 1px solid #E77600;
  padding: 33px 56px;
}
@media screen and (max-width: 768px) {
  .prophylactic_gastropexy_container {
    padding: 33px 10px;
    margin: 50px 0 0 0;
  }
}

.prophylactic_gastropexy_box {
  padding-top: 35px;
}
.prophylactic_gastropexy_box:first-of-type {
  padding-top: 0;
}
.prophylactic_gastropexy_box__02 {
  padding-top: 50px;
}
.prophylactic_gastropexy_box__03 {
  padding: 84px 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .prophylactic_gastropexy_box__03 {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .prophylactic_gastropexy_box__03 {
    padding: 30px 0;
  }
}
.prophylactic_gastropexy_box__03 .surgical_case_img {
  width: 290px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .prophylactic_gastropexy_box__03 .surgical_case_img {
    width: 486px;
  }
}
@media screen and (max-width: 768px) {
  .prophylactic_gastropexy_box__03 .surgical_case_img {
    width: 330px;
  }
}
.prophylactic_gastropexy_box h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 2.1;
  color: #E77600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .prophylactic_gastropexy_box h3 {
    font-size: 18px;
  }
}
.prophylactic_gastropexy_box p {
  margin-top: 10px;
  line-height: 1.88;
  letter-spacing: 0.025em;
}

.surgical_procedure {
  margin: 160px 0 138px;
}
@media screen and (max-width: 768px) {
  .surgical_procedure {
    margin: 80px 0;
  }
}

.surgery_flow {
  margin: 72px 0 87px;
}
.surgery_flow .flow_list {
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list {
    gap: 50px;
  }
}
.surgery_flow .flow_list .flow_item {
  display: flex;
  align-items: center;
  position: relative;
  gap: 66px;
}
@media screen and (max-width: 1100px) {
  .surgery_flow .flow_list .flow_item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item {
    flex-direction: column;
  }
}
.surgery_flow .flow_list .flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 67.5px;
  top: 135px;
  width: 2px;
  height: 80px;
  background: #E77600;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item:not(:last-child)::after {
    display: none;
  }
}
.surgery_flow .flow_list .flow_item {
  /* 流れる線（ハイライト） */
}
.surgery_flow .flow_list .flow_item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 67.5px;
  top: 135px;
  width: 2px;
  height: 70px;
  background: #E77600;
  border-radius: 999px;
  transform: translateY(0);
  animation: flowDown 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item:not(:last-child)::before {
    display: none;
  }
}
.surgery_flow .flow_list .flow_item {
  /* 上→下へ流れる */
}
@keyframes flowDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(62px);
    opacity: 0;
  }
}
.surgery_flow .flow_list .flow_item .step_circle {
  position: relative;
  left: 0;
  top: 0;
  width: 135px;
  height: 135px;
  background: #FFF9F0;
  color: #E77600;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item .step_circle {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.surgery_flow .flow_list .flow_item .step_circle span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item .step_circle span {
    font-size: 30px;
  }
}
.surgery_flow .flow_list .flow_item .step_content {
  width: 660px;
}
@media screen and (max-width: 1100px) {
  .surgery_flow .flow_list .flow_item .step_content {
    width: 435px;
  }
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item .step_content {
    width: 350px;
  }
}
.surgery_flow .flow_list .flow_item .step_content h4 {
  margin: 0 0 25px;
  color: #E77600;
  font-size: 25px;
}
@media screen and (max-width: 1100px) {
  .surgery_flow .flow_list .flow_item .step_content h4 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item .step_content h4 {
    font-size: 20px;
    text-align: center;
  }
}
.surgery_flow .flow_list .flow_item .step_content p {
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .surgery_flow .flow_list .flow_item .step_content p {
    text-align: center;
  }
}

.surgery_contact {
  background-color: #f39800;
  border-radius: 24px;
  padding: 68px 65px;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 1100px) {
  .surgery_contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .surgery_contact {
    padding: 40px 10px;
    gap: 40px;
  }
}

.surgery_contact_box__02 {
  margin-top: 10px;
  color: #fff;
}
.surgery_contact_box__02 .surgery_contact_tel img {
  width: 467px;
}
@media screen and (max-width: 768px) {
  .surgery_contact_box__02 .surgery_contact_tel img {
    width: 220px;
  }
}
.surgery_contact_box__02 p {
  margin-top: 50px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .surgery_contact_box__02 p {
    margin-top: 30px;
    letter-spacing: 0;
  }
}

.topics_container {
  background-color: #f7f8f8;
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .topics_container {
    padding: 200px 0 0 0;
  }
}

.topics_container_inner {
  margin-top: 115px;
  padding-bottom: 280px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topics_container_inner {
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .topics_container_inner {
    margin-top: 80px;
    padding-bottom: 240px;
  }
}

.topics_list_box {
  width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 45px;
}
@media screen and (max-width: 1100px) {
  .topics_list_box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .topics_list_box {
    width: 350px;
    row-gap: 50px;
  }
}

.topics_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.topics_item .topics_thumbnail {
  width: 359px;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .topics_item .topics_thumbnail {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .topics_item .topics_thumbnail {
    width: 350px;
  }
}
.topics_item .topics_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.55;
  width: 358px;
}
@media screen and (max-width: 1100px) {
  .topics_item .topics_title {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .topics_item .topics_title {
    width: 350px;
    font-size: 18px;
  }
}
.topics_item .topics_category {
  display: block;
  width: 140px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.topics_item .topics_time {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #727171;
  display: flex;
  align-items: center;
  gap: 5px;
}
.topics_item .topics_time .time {
  width: 14px;
}

/* カテゴリー別色指定 */
.cat-category_news {
  background-color: #F39800;
}

.cat-category_news02 {
  background-color: #E77600;
}

.cat-category_laparo {
  background-color: #C30D23;
}

.cat-category_sickness {
  background-color: #2EA7E0;
}

.cat-category_column {
  background-color: #8FC31F;
}

.sidebar {
  width: 100%;
  max-width: 302px;
}
@media screen and (max-width: 1100px) {
  .sidebar {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    max-width: 350px;
  }
}
.sidebar .widget {
  background-color: #fff;
  padding: 14px 28px 4px 20px;
  margin-bottom: 24px;
}
.sidebar .widget .widget_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sidebar .widget .widget_title .en {
  color: #f39800;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-right: 20px;
}
.sidebar .widget .widget_title .ja {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sidebar .widget .widget_title .down_b {
  margin-left: auto;
  width: 14px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.sidebar .widget ul {
  list-style: none;
  padding: 35px 5px;
  margin: 0;
}
.sidebar .widget ul li {
  letter-spacing: 0.1em;
  font-weight: 300;
  padding: 5px 0 5px 20px;
  margin-bottom: 7px;
  position: relative;
}
.sidebar .widget ul li::before {
  content: "";
  margin-right: 8px;
  background-color: #3e3a39;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
}
.sidebar .widget_search {
  padding: 0;
}
.sidebar .search-form {
  display: flex;
  align-items: center;
  height: 51px;
  background-color: #fff;
  box-sizing: border-box;
}
.sidebar .search-form input[type=text] {
  width: 209px;
  height: 100%;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box;
}
.sidebar .search-form input[type=text]:focus {
  outline: none;
}
.sidebar .search-form button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  gap: 6px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.sidebar .search-form button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #C9CACA;
}
.sidebar .search-form button img {
  width: 18px;
  height: 18px;
  display: block;
}

.topics_single_container {
  background-color: #f7f8f8;
  padding: 130px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topics_single_container {
    padding: 200px 0 0 0;
  }
}

.topics_container_inner__single {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .topics_container_inner__single {
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }
}
.topics_single_box {
  width: 750px;
  background-color: #fff;
  padding: 40px 70px;
}
@media screen and (max-width: 1100px) {
  .topics_single_box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .topics_single_box {
    width: 350px;
    padding: 40px 20px;
  }
}
.topics_single_box .topics_title {
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .topics_single_box .topics_title {
    font-size: 18px;
  }
}
.topics_single_box .single_inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .topics_single_box .single_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.topics_single_box .topics_time {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #595757;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .topics_single_box .topics_time {
    font-size: 16px;
    order: 2;
  }
}
.topics_single_box .topics_time .time {
  width: 14px;
}
.topics_single_box .topics_category {
  display: block;
  width: 140px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .topics_single_box .topics_category {
    font-size: 16px;
    order: 1;
  }
}
.topics_single_box .topics_content {
  margin-top: 50px;
}
.topics_single_box .topics_content img {
  width: 100%;
  max-width: 610px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px 0;
}
.topics_single_box .topics_content p {
  letter-spacing: 0.05em;
  line-height: 1.77;
}

.single_btn_container {
  background-color: #f7f8f8;
  padding: 50px 0 122px;
}
.single_btn_container .single_btn_box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.single_btn_container .single_btn_box .prev img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .single_btn_container .single_btn_box .prev img {
    width: 55px;
  }
}
.single_btn_container .single_btn_box .next img {
  width: 75px;
}
@media screen and (max-width: 768px) {
  .single_btn_container .single_btn_box .next img {
    width: 55px;
  }
}

.topics_container_inner .pagination {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  margin: 40px 0;
  font-family: sans-serif;
}
.topics_container_inner .pagination__list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.topics_container_inner .pagination__link, .topics_container_inner .pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3e3a39;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  color: #3e3a39;
  font-weight: normal;
  background-color: transparent;
  box-sizing: border-box;
  transition: background-color 0.2s, color 0.2s;
}
.topics_container_inner .pagination__link:hover {
  background-color: #f2f2f2;
}
.topics_container_inner .pagination__link.is-active {
  font-weight: 500;
  color: #E77600;
  border-color: #E77600;
}
.topics_container_inner .pagination__dots {
  pointer-events: none;
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

.widget_ranking .ranking_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_ranking .ranking_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}
.widget_ranking .ranking_item:first-child {
  padding-top: 0;
}
.widget_ranking .ranking_num {
  color: #E77600;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.widget_ranking .ranking_link {
  display: block;
  text-decoration: none;
  color: #3e3a39;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.widget_ranking .ranking_link:hover {
  opacity: 0.7;
}

.question {
  background-color: #f7f8f8;
  padding: 100px 0;
}
.question .inner__01 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.accordion_q {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.88;
}

.accordion_q-button {
  width: 100%;
  background-color: #f39800;
  color: white;
  padding: 12px 60px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .accordion_q-button {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.accordion_q-button .icon {
  font-size: 30px;
  letter-spacing: 0.1em;
  transition: transform 0.1s;
}
@media screen and (max-width: 768px) {
  .accordion_q-button .icon {
    font-size: 20px;
  }
}

.accordion_q-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  padding: 0 60px;
}

.accordion_q-content.open {
  max-height: 9999px;
  opacity: 1;
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  .accordion_q-content.open {
    padding: 30px 0;
  }
}

.faq {
  margin: 20px auto;
}

.faq-item {
  border-bottom: 1px solid #3e3a39;
  position: relative;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}
.faq-question .q-mark {
  color: #E77600;
  font-weight: 500;
  font-size: 50px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .faq-question .q-mark {
    font-size: 30px;
  }
}
.faq-question .q-text {
  font-size: 30px;
  font-weight: 500;
  padding-left: 36px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-question .q-text {
    font-size: 20px;
    padding-left: 20px;
  }
}
.faq-question .faq-toggle {
  color: #E77600;
  font-size: 30px;
  transition: transform 0.3s ease;
  margin-left: auto;
  flex-shrink: 0;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .faq-question .faq-toggle {
    font-size: 20px;
    padding: 0 15px;
  }
}

.faq-answer {
  max-height: 0; /* 初期は閉じて高さ0 */
  overflow: hidden; /* はみ出しを隠す */
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.faq-answer .a-mark {
  color: #38A756;
  font-size: 50px;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .faq-answer .a-mark {
    font-size: 30px;
  }
}
.faq-answer .a-text {
  font-size: 18px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .faq-answer .a-text {
    font-size: 16px;
    padding: 0 20px;
  }
}

.faq-item.active .faq-answer {
  display: flex;
  align-items: center;
  max-height: 1000px;
  padding: 15px 0;
  border-top: 1px solid #3e3a39;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg); /* ＋ を × に見せる */
}

.question_contact_box {
  padding: 150px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .question_contact_box {
    padding: 100px 0;
  }
}
.question_contact_box .bg-gray__question {
  background-color: #f7f8f8;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.question_contact_box .surgery_contact {
  position: relative;
  z-index: 100;
}

.ct_container {
  padding: 200px 0;
}

.intervention_container {
  padding: 200px 0;
}/*# sourceMappingURL=style.css.map */