@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/tt-norms-pro");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;700&display=swap");
:root {
  --main-max-width: 120rem;
}

.footer-nav-widgets-wrapper {
  margin-top: 0 !important;
}
.footer-nav-widgets-wrapper .footer-inner {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top {
  background-color: #DFDFDF;
  height: 170px;
  padding: 0px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top .oh-footer-top {
  padding-right: 45px;
  padding-left: 45px;
  display: flex;
  width: 100%;
  margin: auto;
  max-width: var(--main-max-width);
  position: relative;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top .oh-footer-top img {
  position: absolute;
  top: -18px;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top .oh-footer-top .widget_custom_html {
  width: 100%;
  text-align: center;
  margin: auto !important;
}
.footer-nav-widgets-wrapper .footer-inner .footer-top .oh-footer-top .oh-footer-btn {
  text-decoration: none;
  font-size: 26px;
  background-color: #DC2D00;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 120px;
  padding-right: 120px;
  border-radius: 30px;
  margin: auto;
  color: white;
  font-weight: bold !important;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper {
  padding-top: 57px;
  padding-bottom: 18px;
  color: white;
  background-color: #DC2D00;
  position: relative;
  z-index: 1000;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper h2 {
  font-size: 17px;
  margin-bottom: 11px !important;
  letter-spacing: -1.5px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper a {
  letter-spacing: -0.9px;
  font-weight: bold !important;
  font-size: 17px;
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper li {
  margin-bottom: 14px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper ul {
  padding-left: 20px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .footer-widgets-wrapper {
  max-width: var(--main-max-width);
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-one .widget-content {
  padding-bottom: 18px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-one .textwidget {
  padding-top: 6px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-one .textwidget p {
  font-size: 16px;
  margin-bottom: 34px;
  letter-spacing: -1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold !important;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-one .textwidget:last-child p {
  font-family: "TT Norms Pro", sans-serif !important;
  font-size: 20px;
  margin-bottom: 34px;
  letter-spacing: -1px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-two .textwidget {
  padding-top: 17px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-two .textwidget p {
  margin-bottom: 33px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-three .textwidget {
  padding-top: 16px;
}
.footer-nav-widgets-wrapper .footer-widgets-outer-wrapper .column-three .textwidget p {
  margin-bottom: 32px;
}

#site-footer {
  display: none;
}

@media (max-width: 767px) {
  .oh-footer-top img {
    position: unset !important;
  }
  .widget:first-child {
    margin-top: 12px;
  }
  .show-menu {
    display: block !important;
  }
  .footer-inner {
    position: absolute;
  }
  .footer-inner .footer-top {
    height: 120px !important;
  }
  .footer-inner a, .footer-inner h2 {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
  }
  .footer-inner h2 {
    position: relative;
  }
  .footer-inner h2:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    font-weight: 900;
    margin-left: 10px;
    position: absolute;
    top: -3px;
  }
  .footer-inner .oh-footer-top img {
    height: 70px !important;
  }
  .footer-inner .oh-footer-btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper {
    padding-top: 105px !important;
    padding-bottom: 74px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .widget-content {
    padding-bottom: 0px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper ul {
    margin-top: 18px;
    display: none;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-one .widget_text:last-child p {
    position: absolute;
    font-size: 16px;
    bottom: 19px;
  }
  .footer-inner .footer-widgets-outer-wrapper h2 {
    margin-bottom: -6px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-one {
    margin-top: -36px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-two {
    margin-top: -34px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-three {
    margin-top: -27px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .textwidget p {
    margin-top: -23px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-two p {
    margin-bottom: 36px !important;
  }
  .footer-inner .footer-widgets-outer-wrapper .column-three p {
    margin-top: -11px !important;
    margin-bottom: 23px !important;
  }
}
@media (min-width: 1250px) {
  .footer-widgets-wrapper {
    margin: auto;
  }
}
@media (max-width: 1250px) {
  .footer-widgets-wrapper {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.has-social-menu {
  display: none;
}

@media (min-width: 767px) {
  .widget {
    margin-top: 0px !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #oh-about a {
    width: 200px !important;
    font-size: 17px !important;
    height: 60px !important;
    line-height: 32px !important;
    top: 50px !important;
  }
}
.footer-top p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
}

.custom-html-widget {
  white-space: nowrap !important;
}

@font-face {
  font-family: "Avenir";
  src: url("assets/fonts/avenir.woff") format("woff");
}
body * {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  overflow-x: hidden;
}
header .header-inner {
  display: block;
}
header .header-titles-wrapper {
  width: 34.6%;
  margin: 0;
}
header .header-contacts-wrap {
  background: #E32D00;
  width: 65.4%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 54px;
  height: 110px;
  position: relative;
}
header .header-contacts-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10000px;
  background: #E32D00;
  z-index: -1;
}
header .header-contacts-wrap .contact-info {
  width: 481px;
  display: flex;
  justify-content: right;
  align-items: stretch;
  background: #fff;
  padding: 14px 17px 15px 10px;
  margin-top: -1px;
  border-radius: 37px;
}
header .header-contacts-wrap .contact-info .phone-contact {
  margin-right: 12px;
  text-align: right;
}
header .header-contacts-wrap .contact-info .phone {
  font-size: 24px;
  color: #E32D00;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  font-family: "Avenir";
  margin-right: 8px;
  letter-spacing: 0.03em;
}
header .header-contacts-wrap .contact-info .time-work {
  font-size: 15px;
  color: #E32D00;
  margin: 0;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-right: 9px;
}
header .header-contacts-wrap .contact-info a {
  display: inline-block;
  font-size: 11px;
  background: #F4BD00;
  color: #fff;
  width: 84px;
  line-height: 42px;
  margin-right: 13px;
  text-align: center;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 800;
}
header .title-wrap {
  display: flex;
  max-width: 1260px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  align-items: stretch;
}
header .title-wrap .header-titles {
  padding-left: 94px;
  padding-top: 15px;
}
header .title-wrap .header-titles .site-description {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.03em;
  text-align: right;
  width: 278px;
  margin: 9px 0 0;
}
header .site-logo {
  margin: 0 !important;
}
header .site-logo img {
  width: 278px;
  max-height: initial;
}
header .area-menu-wrapper {
  background: #E6E6E6;
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  padding-top: 28px;
  padding-bottom: 28px;
}
header .area-menu-wrapper .header-navigation-wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
header .area-menu-wrapper .header-navigation-wrapper .primary-menu {
  margin: 0;
  padding-right: 42px;
}
header .area-menu-wrapper .header-navigation-wrapper .primary-menu li {
  margin: 0;
}
header .area-menu-wrapper .header-navigation-wrapper .primary-menu li a {
  color: #464646;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  padding: 0 10px;
  margin-left: 9px;
  letter-spacing: -0.4px;
}
header .area-menu-wrapper .header-navigation-wrapper .primary-menu li a:hover {
  color: #FF7800 !important;
}
header .mobile-nav-toggle {
  right: 0;
  background: #e32d00;
  width: 79px;
  margin: 0;
  padding: 0;
}
header .mobile-nav-toggle .toggle-inner {
  display: inline-block;
  height: auto;
  width: 36px;
  padding-top: 0;
  line-height: 0;
}
header .mobile-nav-toggle .toggle-inner .toggle-icon {
  display: inline-block;
  height: auto;
  width: auto;
  padding-top: 5px;
  margin-left: 4px;
}
header .mobile-nav-toggle .toggle-inner .toggle-icon span {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #fff;
  margin-bottom: 7px;
}

@media (max-width: 1100px) {
  header .header-contacts-wrap {
    width: 60.4%;
  }
  header .header-titles-wrapper {
    width: 39.6%;
  }
}
@media (max-width: 1000px) {
  header .header-contacts-wrap,
header .area-menu-wrapper {
    display: none;
  }
  header .header-titles-wrapper {
    width: 100%;
    justify-content: left;
    height: 80px;
  }
  header .title-wrap .header-titles {
    padding-left: 0;
    padding-top: 5px;
  }
  header .site-logo img {
    width: 250px;
  }
  header .title-wrap .header-titles .site-description {
    width: auto;
  }
}
@media (max-width: 767px) {
  header .site-logo img {
    margin-right: 0;
    width: 180px;
    padding-left: 1px;
  }
  header .title-wrap .header-titles {
    padding-top: 5px;
  }
  .site-description {
    letter-spacing: 0.03em;
    width: auto;
  }
  header .title-wrap .header-titles .site-description {
    display: block;
    font-size: 10px;
    padding-top: 5px;
    margin-top: 0;
  }
  header .header-titles-wrapper {
    padding-left: 16px;
  }
}
.d-flex {
  display: flex;
  position: relative;
  height: 77px !important;
}

.cus-img-menu {
  margin-left: -5px;
  width: 261px;
  margin-top: -6px;
  height: 89px !important;
}

.cus-btn-mb {
  right: 5px !important;
  position: absolute;
  width: 83px;
  top: -18px;
}
.cus-btn-mb svg {
  height: 5.6rem !important;
  width: 3.6rem !important;
  color: rgba(70, 70, 70, 0.6784313725) !important;
}

.mobile-menu ul {
  padding-top: 39px !important;
}
.mobile-menu ul li {
  margin-bottom: -4px !important;
  border: none !important;
}
.mobile-menu ul li .ancestor-wrapper {
  text-align: center;
}
.mobile-menu ul li a {
  padding-bottom: 16px !important;
  margin-bottom: -1px;
  border-bottom: 1px solid #464646;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  color: #464646 !important;
}

.menu-bottom {
  display: none !important;
}

.display-none {
  display: none !important;
}

.display-n {
  display: none !important;
}

.menu-modal {
  z-index: 9999999;
}

#site-content .header-footer-group, #site-content .featured-media {
  display: none;
}
#site-content .post-inner {
  padding-top: 0;
}
#site-content .entry-content > .elementor {
  width: 100%;
  max-width: 100%;
}

.oh-slider-top .n2-ss-slide-backgrounds {
  min-height: 1000px !important;
}
.oh-slider-top .n2-ss-slide-backgrounds .n2-ss-slide-background {
  min-height: 1000px !important;
}

.section-top1-content {
  font-size: inherit;
  padding-left: 246px;
}
.section-top1-content .banner-title-1 {
  font-size: inherit;
}
.section-top1-content .banner-title-1 h2 {
  font-size: 69px;
  position: relative;
  margin-top: 0;
  letter-spacing: 4px;
}
.section-top1-content .banner-title-1 h2:before {
  position: absolute;
  content: "";
  font-size: inherit;
  display: inline-block;
  width: 11px;
  height: 52px;
  background: #464646;
  bottom: -78px;
  left: 133px;
}
.section-top1-content .banner-title-1 h2:after {
  position: absolute;
  content: "";
  font-size: inherit;
  display: inline-block;
  width: 11px;
  height: 52px;
  background: #464646;
  bottom: -78px;
  left: 157px;
}
.section-top1-content .banner-title-2 {
  font-size: inherit;
}
.section-top1-content .banner-title-2 h2 {
  font-size: 66px;
  margin-top: 42px;
  letter-spacing: 4px;
}
.section-top1-content .banner-desc {
  position: absolute;
  font-size: 16px;
  left: 360px;
  top: 17px;
  letter-spacing: 0.3px;
}
.section-top1-content .banner-desc p {
  line-height: 31px;
  font-weight: 600;
}

.elementor-element.section-title h2 {
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 12px;
}

.elementor-element.section-title-desc h4 {
  font-size: 16px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
}

.elementor-element.text-left-position {
  margin: 0 !important;
  position: initial !important;
}
.elementor-element.text-left-position h3 {
  position: absolute;
  left: -62px;
  transform: rotate(-90deg);
  font-size: 80px;
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 1px;
  margin: 0;
  top: 40%;
  font-weight: 800 !important;
}

.elementor-element .btn-show-page a {
  background: transparent;
  border: 2px solid #DD2D00;
  border-radius: 50px;
  width: 377px;
  height: 60px;
  padding: 0;
}
.elementor-element .btn-show-page a:hover {
  background: #DD2D00;
}
.elementor-element .btn-show-page a:hover .elementor-button-text {
  color: #ffffff !important;
}
.elementor-element .btn-show-page a .elementor-button-content-wrapper {
  background: transparent;
}
.elementor-element .btn-show-page a .elementor-button-content-wrapper .elementor-button-text {
  font-size: 20px;
  font-weight: bold;
  color: #DD2D00;
  line-height: 54px;
}

.topNews {
  max-width: 890px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 54px;
}
.topNews .wrap-item-info {
  margin-top: 52px !important;
  padding-top: 79px !important;
  margin-left: -18px !important;
  min-height: 146px !important;
  border-bottom: 1px solid #464646 !important;
}
.topNews .wrap-item-info:first-child {
  border-top: none !important;
  border-bottom: 1px solid #464646 !important;
}
.topNews .wrap-item {
  border-bottom: 1px solid #464646;
  position: relative;
  padding: 14px 140px 26px 0;
  min-height: 140px;
}
.topNews .wrap-item:first-child {
  border-top: 1px solid #464646;
}
.topNews .wrap-item .post-date {
  color: #464646 !important;
}
.topNews .wrap-item .postYear .post-date {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.topNews .wrap-item .postYear .post-tag {
  display: inline-block;
  border: 2px solid #E42D00;
  color: #E42D00;
  font-weight: bold;
  height: 26px;
  font-size: 15px;
  margin-right: 27px;
  min-width: 142px;
  text-align: center;
}
.topNews .wrap-item .postYear .post-tag.style2 {
  border: 2px solid #006EC7;
  color: #006EC7;
}
.topNews .wrap-item .postDesc {
  font-size: 18px;
  margin-top: 6px;
  letter-spacing: 1px;
  line-height: 30px;
}
.topNews .wrap-item .postDesc a {
  color: #464646;
}
.topNews .wrap-item .postDesc a:after {
  content: "";
  background: url("assets/images/next.png") no-repeat center;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 28px;
  height: 40px;
  background-size: 20px;
  position: absolute;
}

.section-about p {
  letter-spacing: inherit;
  line-height: inherit;
}
.section-about .elementor-element.text-left-position h3 {
  left: 0%;
  top: 20%;
  z-index: 19;
}

.section-media-care .elementor-element.text-left-position h3 {
  top: 44%;
  left: -223px;
}

.section-carrer .elementor-element.text-left-position h3 {
  top: 325px;
  left: -83px;
}

.section-clinic .elementor-element.text-left-position h3 {
  left: -68px;
  top: 44%;
}

.break-mobile {
  display: inline;
  font-weight: inherit;
}

.section-clinic .clinic-contact-list .elementor-container {
  display: block;
  max-width: 766px !important;
}
.section-clinic .clinic-contact-list .elementor-container > .elementor-column {
  width: 100%;
}
.section-clinic .clinic-contact-list .elementor-container .elementor-element {
  margin-bottom: 0;
}
.section-clinic .clinic-contact-list .elementor-container h3 {
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 17px;
}
.section-clinic .clinic-contact-list .elementor-container p {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section-clinic .clinic-contact-list .elementor-container .btn-google-map a {
  border: 2px solid transparent;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 22px;
  min-width: 149px;
  margin-left: 3px;
  font-size: 16px !important;
  font-width: 500 !important;
  font-family: "Poppins", sans-serif !important;
}
.section-clinic .clinic-contact-list .elementor-container .btn-google-map a:hover {
  border: 2px solid #DD2D00 !important;
  background: transparent !important;
}
.section-clinic .clinic-contact-list .elementor-container .btn-google-map a:hover span {
  color: #DD2D00 !important;
}
.section-clinic .clinic-contact-list .elementor-container .btn-google-map span {
  font-family: "Poppins", sans-serif !important;
}

.entry-content .elementor p, .entry-content .elementor li {
  line-height: inherit;
}

.carrer-button-fixed {
  z-index: 1000000;
  position: fixed;
  bottom: 50px;
  right: -109px;
  transition: 0.2s all;
}
.carrer-button-fixed:hover {
  right: -1px;
}
.carrer-button-fixed a {
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  background: #E32D00;
  color: #fff;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 132px;
  padding-left: 32px;
  overflow: hidden;
  height: 74px;
  letter-spacing: 1px;
}
.carrer-button-fixed a .icon-area {
  background: #F4BD00;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 109px;
}
.carrer-button-fixed a .icon-area i {
  font-style: inherit;
  font-family: "FontAwesome" !important;
  font-size: 40px;
  margin-left: 5px;
}

@media (max-width: 1100px) {
  .section-top1-content {
    padding-left: 180px;
  }
  .section-top1-content .banner-title-1 h2 {
    font-size: 50px;
  }
  .section-top1-content .banner-title-1 h2:before {
    width: 6px;
    height: 35px;
    bottom: -60px;
    left: 85px;
  }
  .section-top1-content .banner-title-1 h2:after {
    width: 6px;
    height: 35px;
    bottom: -60px;
    left: 100px;
  }
  .section-top1-content .banner-title-2 h2 {
    font-size: 40px;
    margin-top: 31px;
    letter-spacing: 2px;
  }
  .section-top1-content .banner-desc {
    left: 245px;
  }
  .elementor-element.text-left-position {
    display: none;
  }
}
@media (max-width: 1000px) {
  .section-top1-content {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .home .entry-content .section-top-banner {
    background-color: #faf0b4 !important;
  }
  .carrer-button-fixed {
    width: 100% !important;
    opacity: 0.8;
    bottom: 0 !important;
    right: 1px !important;
  }
  .carrer-button-fixed a {
    border-radius: 0px !important;
    padding-right: 105px !important;
    padding-left: 0px !important;
  }
  .carrer-button-fixed .text-area {
    margin: 0 auto !important;
  }
  .carrer-button-fixed .icon-area {
    width: 30% !important;
    margin: 0 auto !important;
    justify-content: center !important;
  }
  .break-mobile {
    display: block;
  }
  .section-top1-content {
    padding-left: 0px;
  }
  .section-top1-content .banner-title-1 h2 {
    font-size: 30px;
    text-align: center;
  }
  .section-top1-content .banner-title-1 h2:before {
    width: 3px;
    height: 23px;
    bottom: -40px;
    left: calc(50% + 3px);
  }
  .section-top1-content .banner-title-1 h2:after {
    width: 3px;
    height: 23px;
    bottom: -40px;
    left: calc(50% - 7px);
  }
  .section-top1-content .banner-title-2 h2 {
    font-size: 28px;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 6px;
  }
  .section-top1-content .banner-desc {
    position: relative;
    font-size: 13px;
    left: 7px;
    text-align: center;
    top: 18px;
  }
  .section-top1-content .banner-desc p {
    line-height: 29px;
  }
  .elementor-element.section-title {
    margin-bottom: 0 !important;
  }
  .elementor-element.section-title h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .elementor-element.section-title-desc {
    margin-bottom: 17px !important;
  }
  .elementor-element.section-title-desc h4 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .topNews {
    padding: 0 20px;
  }
  .topNews .wrap-item {
    padding: 26px 0;
    padding-bottom: 28px;
    min-height: inherit;
  }
  .topNews .wrap-item:after {
    display: none;
  }
  .topNews .wrap-item .postYear .post-tag {
    height: 23px;
    font-size: 12px;
    margin-right: 11px;
    min-width: 121px;
  }
  .topNews .wrap-item .postYear .post-date {
    font-size: 15px;
  }
  .topNews .wrap-item .postDesc {
    font-size: 13px;
    margin-top: 12px;
    letter-spacing: 0px;
    line-height: 22px;
  }
  .elementor-element .btn-show-page a {
    border: 2px solid #DD2D00;
    border-radius: 50px;
    width: 316px;
    height: 48px;
  }
  .elementor-element .btn-show-page a .elementor-button-content-wrapper .elementor-button-text {
    font-size: 15px;
    line-height: 48px;
  }
  .section-clinic .clinic-contact-list .elementor-container h3 {
    margin-bottom: 4px;
  }
}
.oh-slider-top div, .oh-slider-top p {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #464646 !important;
}
.oh-slider-top .elementor-element-populated {
  padding: 0 !important;
}
.oh-slider-top .n2-ss-layer-row {
  max-width: 900px;
  margin: 0 auto;
}
.oh-slider-top .oh-text-head-3 div {
  transform: rotate(90deg);
  display: block;
  margin-bottom: -42px;
  margin-top: -51px;
}
.oh-slider-top .oh-top-head-4 div {
  letter-spacing: 5px !important;
}

.category-12 {
  border: 2px solid #66A908 !important;
  color: #66A908 !important;
}

.category-15 {
  border: 2px solid #FFAD00 !important;
  color: #FFAD00 !important;
}

.category-16 {
  border: 2px solid #0069D5 !important;
  color: #0069D5 !important;
}

@media (min-width: 768px) and (max-width: 930px) {
  .oh-text-mb-1 .n2-ss-layer-row-inner {
    flex-wrap: nowrap !important;
  }
  .oh-text-1 .n2-ss-layer-row-inner {
    margin-top: 169px !important;
    margin-left: 68px !important;
  }
}
.oh-text-mb-layout .n2-ss-layer-row-inner {
  flex-wrap: nowrap !important;
}

.oh-text-mb-layout .oh-colunm-mb-top {
  width: 6% !important;
}

.oh-top-header-mb-1 h2 {
  white-space: nowrap;
}

.oh-para-mb-top p {
  line-height: 24px !important;
  margin-top: -18px !important;
  margin-left: 12px !important;
}

@media (max-width: 768px) {
  .section-about {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .position-unset {
    position: unset !important;
  }
  .oh-top-button-mb h2 {
    font-size: 32px !important;
  }
  .postDesc {
    padding-right: 30px !important;
  }
  .postDesc a:after {
    right: 0 !important;
  }
  .section-about {
    background-color: #fbf3c5 !important;
  }
  .section-carrer {
    background-color: #fbf3c5 !important;
  }
}
@media (min-width: 1350px) {
  .oh-slider-top .oh-text-1 {
    margin-top: -40% !important;
  }
}
.oh-top-animation-active-1, .oh-top-animation-active-2, .oh-top-animation-active-3 {
  top: 40px;
  opacity: 0;
}

.oh-top-animation-1 {
  opacity: 1 !important;
  top: 0px !important;
  transition-property: all;
  transition-duration: 0.8s !important;
  transition-delay: 0s;
}

.oh-top-animation-2 {
  opacity: 1 !important;
  top: 0px !important;
  transition-property: all;
  transition-duration: 0.9s !important;
  transition-delay: 0.2s;
}

.oh-top-animation-3 {
  opacity: 1 !important;
  top: 0px !important;
  transition-property: all;
  transition-duration: 0.9s !important;
  transition-delay: 0.3s;
}

#oh-about .about-title-top {
  height: 650px;
}
#oh-about a {
  top: -25px;
  position: absolute;
  left: 50%;
  font-size: 35px;
  border: 3px solid;
  height: 120px;
  width: 380px;
  line-height: 92px;
  background-color: #FFFF00;
  border: 2px solid black;
  color: #464646;
  transform: translateX(-54%);
}

.oh-about h2 {
  font-size: 34px;
}
.oh-about h3 {
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}
.oh-about p {
  font-size: 18px;
}
.oh-about .vison {
  font-size: 70px;
}

.oh-top-1 {
  margin-top: -50px;
}
.oh-top-1 h2 {
  font-size: 44px;
  letter-spacing: -1px;
}
.oh-top-1 h3 {
  margin-top: -19px;
}
.oh-top-1 p {
  max-width: 620px;
  margin: auto;
  letter-spacing: 0px;
  margin-top: -5px;
  line-height: 40px !important;
}

.oh-top-3 {
  margin-top: -252px;
  padding-bottom: 312px;
}
.oh-top-3 .elementor-column-gap-default {
  position: relative;
  height: auto;
  padding-bottom: 800px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C2FFE5;
  border-radius: 999999999px;
  height: 1010px;
  width: 720px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-1 h5 {
  margin-top: 67px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-1 h1 {
  margin-top: 5px;
  font-family: "Poppins", sans-serif !important;
}
.oh-top-3 .elementor-column-gap-default .oh-round-1 h3 {
  margin-top: -36px;
  letter-spacing: -1px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-2 {
  position: absolute;
  left: 50%;
  top: 336px;
  transform: translateX(-50%);
  background-color: #82FFDE;
  border-radius: 999999999px;
  height: 653px;
  width: 514px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-2 h5 {
  margin-top: 47px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-2 h3 {
  margin-top: -35px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-2 h1 {
  margin-top: -13px;
}
.oh-top-3 .elementor-column-gap-default .oh-round-3 {
  position: absolute;
  left: 50%;
  top: 560px;
  transform: translateX(-50%);
  background-color: #5CE6E0;
  border-radius: 999999999px;
  height: 395px;
  width: 400px;
}
.oh-top-3 .elementor-column-gap-default h5 {
  margin-top: 64px;
}
.oh-top-3 .elementor-column-gap-default h3 {
  margin-top: -36px;
}
.oh-top-3 .elementor-column-gap-default h1 {
  margin-top: 21px;
  letter-spacing: 1px;
}

.oh-top-4 {
  padding-top: 62px;
  padding-bottom: 100px;
}
.oh-top-4 h3 {
  margin-top: -82px;
}
.oh-top-4 p {
  padding-top: 19px;
  line-height: 36px !important;
  max-width: 738px;
  margin: auto;
  margin-bottom: -15px;
}
.oh-top-4 .vison h1 {
  margin-top: 0px;
  letter-spacing: 5px;
}

.oh-top-5 {
  padding-top: 17px !important;
}
.oh-top-5 h3 {
  margin-top: -31px;
}
.oh-top-5 p {
  line-height: 36px !important;
  letter-spacing: 0px;
  max-width: 750px;
  margin: auto;
}
.oh-top-5 .slogan h6 {
  margin-bottom: 14px;
  font-size: 60pt;
  margin-top: 26px;
  letter-spacing: 3px;
}
.oh-top-5 .text-about h2 {
  font-size: 70px;
  position: absolute;
  transform: rotate(-90deg);
  letter-spacing: 0px;
  color: #CAF083;
  top: -325px;
  left: -52px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 100;
}

.oh-top-6 {
  padding-top: 27px;
  padding-bottom: 83px;
}
.oh-top-6 h5 {
  margin-top: -36px;
}
.oh-top-6 img {
  margin-top: 57px;
}
.oh-top-6 p {
  padding-top: 61px;
  max-width: 800px;
  margin: auto;
  line-height: 35px;
}
.oh-top-6 h3 {
  margin-top: -28px;
  letter-spacing: 0px;
}

.oh-top-7 {
  padding-top: 58px;
}
.oh-top-7 h3 {
  font-size: 16px;
  margin-top: -33px;
}
.oh-top-7 h5 {
  letter-spacing: 9px;
}
.oh-top-7 h2 {
  letter-spacing: 4px;
}
.oh-top-7 .oh-top-6-p2 p {
  line-height: 36px;
  max-width: 747px;
  margin: auto;
}
.oh-top-7 .harmonious h5 {
  font-size: 52px;
  margin-top: 92px;
  letter-spacing: -3px;
}

.oh-top-8 {
  padding-bottom: 198px;
}
.oh-top-8 img {
  margin-top: -73px;
}
.oh-top-8 .oh-top-6-p p {
  padding-top: 86px;
  max-width: 744px;
  margin: auto;
}
.oh-top-8 .elementor-button-link {
  padding-bottom: 18px;
  padding-right: 150px;
  padding-left: 150px;
  font-weight: bold;
  padding-top: 19px;
}
.oh-top-8 .btn-1 a {
  float: right;
  border: 2px solid;
  font-size: 20px;
}
.oh-top-8 .btn-1 a:hover {
  background: #F4BD00 !important;
}
.oh-top-8 .btn-1 a:hover span {
  color: white !important;
}
.oh-top-8 .btn-1 a span {
  font-weight: 800;
}
.oh-top-8 .btn-2 a {
  font-weight: bold;
  border: 2px solid;
  float: left;
  font-size: 20px;
}
.oh-top-8 .btn-2 a:hover {
  background: #DD2D00 !important;
}
.oh-top-8 .btn-2 a:hover span {
  color: white !important;
}
.oh-top-8 .btn-2 a span {
  font-weight: 800;
}
.oh-top-8 .btn-3 a {
  font-size: 36px;
  border: 2px solid transparent;
}
.oh-top-8 .btn-3 a:hover {
  border: 2px solid #C5E600 !important;
  background: transparent !important;
}
.oh-top-8 .btn-3 a span {
  font-family: "Poppins", sans-serif !important;
  text-shadow: none !important;
}
.oh-top-8 .btn-all {
  margin-top: 15px;
  padding-bottom: 125px;
}

@media (min-width: 767px) {
  .oh-background-about-img-mb {
    display: none;
  }
  .oh-top-3 h5 {
    letter-spacing: 1px;
    font-size: 18px !important;
  }
  .oh-top-3 h3 {
    font-size: 13px !important;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif !important;
  }
  .oh-top-3 .oh-round-1 h1 {
    font-size: 42px !important;
    letter-spacing: 0px;
    line-height: 55px;
  }
  .oh-top-3 .oh-round-2 h1, .oh-top-3 .oh-round-3 h1 {
    font-size: 36px !important;
  }
  .btn-slogan a {
    display: none;
  }
  .mb-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .oh-background-about-img-web {
    padding-bottom: 0 !important;
  }
  .oh-about-slogan-text .elementor-widget-container {
    max-width: 252px !important;
    margin: 0 auto !important;
  }
  .mb-text b {
    font-weight: 400 !important;
  }
  .oh-text-heading h1 {
    display: none !important;
  }
  .oh-text-heading-mb h1 {
    display: block !important;
  }
  #oh-about {
    background-image: url("assets/images/about-background-mb.png") !important;
  }
  #oh-about .elementor-widget-button {
    height: 100%;
    max-height: 300px;
  }
  #oh-about .elementor-widget-button a {
    font-size: 11px !important;
    top: 895% !important;
    width: 110px !important;
    height: 38px !important;
    line-height: 10px !important;
    left: 51%;
  }
  .oh-about h2 {
    letter-spacing: 3px;
    font-size: 24px;
  }
  .oh-about h3 {
    letter-spacing: 1px;
    font-size: 12px;
  }
  .oh-about p {
    max-width: 222px;
    font-size: 14px;
    margin-top: -54px;
  }
  .oh-about .vison {
    font-size: 28px;
  }
  .oh-about .slogan h6 {
    margin-top: 5px !important;
    font-size: 26px !important;
    margin-bottom: -11px;
    letter-spacing: 2px;
  }
  .oh-top-1 {
    padding-top: 13px;
  }
  .oh-top-1 p {
    max-width: 350px !important;
    font-size: 16px !important;
    margin-top: -40px !important;
    line-height: 10px !important;
    letter-spacing: 0px !important;
  }
  .oh-top-3 h5 {
    font-size: 11px !important;
  }
  .oh-top-3 h3 {
    font-size: 9px !important;
    letter-spacing: 0px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .oh-top-3 .oh-round-1 {
    height: 471px !important;
    width: 315px !important;
  }
  .oh-top-3 .oh-round-1 h5 {
    margin-top: 35px !important;
  }
  .oh-top-3 .oh-round-1 h1 {
    font-size: 20px !important;
    margin-top: -34px !important;
    letter-spacing: 0px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .oh-top-3 .oh-round-1 h3 {
    margin-top: -30px !important;
  }
  .oh-top-3 .oh-round-2 {
    top: 137px !important;
    height: 300px !important;
    width: 254px !important;
  }
  .oh-top-3 .oh-round-2 h5 {
    margin-top: 28px !important;
  }
  .oh-top-3 .oh-round-2 h1 {
    font-size: 16px !important;
    margin-top: -21px !important;
    letter-spacing: 1px !important;
  }
  .oh-top-3 .oh-round-2 h3 {
    margin-top: -31px !important;
  }
  .oh-top-3 .oh-round-3 {
    margin-top: -10px !important;
    top: 272px !important;
    height: 169px !important;
    width: 171px !important;
  }
  .oh-top-3 .oh-round-3 h5 {
    margin-top: 21px !important;
  }
  .oh-top-3 h5 {
    margin-top: 19px !important;
  }
  .oh-top-3 h1 {
    font-size: 14px !important;
    margin-top: -14px !important;
    letter-spacing: 1px !important;
  }
  .oh-top-3 h3 {
    margin-top: -31px !important;
  }
  .oh-top-3 .elementor-column-gap-default {
    padding-bottom: 555px !important;
  }
  .oh-top-4 {
    padding-top: 45px !important;
    padding-bottom: 34px !important;
  }
  .oh-top-4 h3 {
    margin-top: -71px !important;
  }
  .oh-top-4 .vison h1 {
    margin-top: -20px !important;
    margin-bottom: -10px;
  }
  .oh-top-4 p {
    max-width: 345px !important;
    margin-top: -11px !important;
    line-height: 26px !important;
  }
  .oh-top-5 {
    background-image: url("assets/images/care_sub (1).jpg") !important;
    background-position: bottom center !important;
    padding-bottom: 255px !important;
    padding-top: 29px !important;
  }
  .oh-top-5 h3 {
    margin-top: -22px !important;
  }
  .oh-top-5 p {
    max-width: 340px !important;
    margin-top: 2px !important;
    line-height: 24px !important;
  }
  .oh-top-5 .btn-slogan a {
    margin-top: 48px;
    padding: 13px 33px !important;
  }
  .oh-top-5 .text-about h2 {
    display: none;
  }
  .oh-top-6 {
    padding-bottom: 63px !important;
    padding-top: 37px !important;
  }
  .oh-top-6 img {
    margin-top: 9px !important;
    height: 120px !important;
    margin-bottom: 10px;
  }
  .oh-top-6 h3 {
    margin-top: -25px !important;
  }
  .oh-top-6 p {
    max-width: 355px !important;
  }
  .oh-top-7 {
    padding-top: 37px !important;
  }
  .oh-top-7 h2 {
    letter-spacing: 2px !important;
  }
  .oh-top-7 h3 {
    margin-top: -25px !important;
  }
  .oh-top-7 .harmonious h5 {
    font-size: 23px !important;
    margin-top: 15px !important;
    letter-spacing: 0px !important;
  }
  .oh-top-7 .oh-top-6-p2 p {
    padding-top: 26px !important;
    max-width: 351px !important;
  }
  .oh-top-8 {
    padding-bottom: 70px !important;
  }
  .oh-top-8 img {
    height: 136px !important;
    width: 120px !important;
    margin-top: -59px !important;
  }
  .oh-top-8 .oh-top-6-p p {
    padding-top: 9px !important;
    max-width: 351px !important;
  }
  .oh-top-8 .btn-1 a {
    margin-top: 43px !important;
  }
  .oh-top-8 .btn-1 a, .oh-top-8 .btn-2 a {
    float: none !important;
    padding-bottom: 15px;
    padding-right: 127px;
    padding-left: 127px;
    padding-top: 14px;
  }
  .oh-top-8 .btn-1 span, .oh-top-8 .btn-2 span {
    white-space: nowrap;
  }
  .oh-top-8 .btn-all {
    padding-bottom: 117px !important;
  }
  .oh-top-8 .btn-3 a {
    margin-top: -18px !important;
    font-size: 23px !important;
    padding-bottom: 13px;
    padding-right: 137px;
    padding-left: 137px;
    padding-top: 13px;
  }
  .oh-top-8 .btn-3 a span {
    white-space: nowrap;
  }
  .carrer-button-fixed h2 {
    display: none;
  }
  .widget_custom_html h2 {
    display: none;
  }
  .has-social-menu {
    display: none;
  }
  .web-text {
    display: none !important;
  }
}
.oh-text-heading-mb h1 {
  display: none;
}

.oh-background-about-img {
  padding-top: 0px !important;
}
.oh-background-about-img .elementor-container {
  max-width: 100% !important;
}
.oh-background-about-img .elementor-widget-wrap {
  padding: 0 !important;
}
.oh-background-about-img img {
  width: 100% !important;
}

.btn-1 a:hover {
  background: #F4BD00 !important;
}
.btn-1 a:hover span {
  color: white !important;
}

.btn-2 a:hover {
  background: #DD2D00 !important;
}
.btn-2 a:hover span {
  color: white !important;
}

.btn-info-d a:hover {
  background: #DD2D00 !important;
  color: white !important;
}

.oh-footer-btn {
  border: 2px solid transparent;
}
.oh-footer-btn:hover {
  background: white !important;
  border: 2px solid #DD2D00 !important;
  color: #DD2D00 !important;
}

.btn-4 a {
  border: 2px solid transparent;
}
.btn-4 a:hover {
  background: #ffffff !important;
  color: #F9A38D !important;
  border: 2px solid #F9A38D !important;
}

.btn-contact a {
  border: 2px solid transparent;
}
.btn-contact a:hover {
  background: white !important;
  border: 2px solid #DD2D00 !important;
  color: #DD2D00 !important;
}

.oh-contact-top-1 .d-none-icon::after {
  opacity: 0;
}
.oh-contact-top-1 .occupation-select {
  position: relative;
}
.oh-contact-top-1 .occupation-select option {
  background: white;
}
.oh-contact-top-1 .occupation-select::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  font-size: 32px;
  top: 33px;
  pointer-events: none;
}
.oh-contact-top-1 .occupation-select::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 100px;
}
.oh-contact-top-1 .occupation-select select {
  background: white;
  cursor: pointer;
  padding-left: 35px;
  font-size: 17px;
  height: 40px;
  width: 100%;
  border: 1px solid;
  -webkit-appearance: none;
  opacity: 1 !important;
  color: #464646 !important;
}
.oh-contact-top-1 .d-block {
  display: block !important;
}
.oh-contact-top-1 h4 {
  font-family: "Poppins", sans-serif !important;
}
.oh-contact-top-1 .contact-head {
  position: absolute;
  top: 40.5%;
  left: -509px !important;
}
.oh-contact-top-1 .contact-head h2 {
  font-family: "Poppins", sans-serif !important;
  transform: rotate(-90deg);
  color: #FFE696;
  letter-spacing: 1px;
}
.oh-contact-top-1 .contact-head-entry {
  position: absolute;
  top: 39.5%;
  left: -524px !important;
}
.oh-contact-top-1 .contact-head-entry h2 {
  font-family: "Poppins", sans-serif !important;
  transform: rotate(-90deg);
  color: #F9A38D;
  letter-spacing: 1px;
}
.oh-contact-top-1 .btn-contact a {
  cursor: pointer;
  font-size: 22px;
  margin-top: 33px;
  padding-bottom: 18px;
  padding-right: 90px;
  padding-left: 90px;
  padding-top: 18px;
  border-radius: 100px;
  color: white;
  background-color: #DD2D00;
  font-weight: bold;
  letter-spacing: 1px;
}
.oh-contact-top-1 .btn-contact-2 {
  display: none;
}
.oh-contact-top-1 .btn-contact-2 a {
  cursor: pointer;
  font-size: 20px;
  margin-top: 19px;
  padding-bottom: 18px;
  padding-right: 163px;
  padding-left: 163px;
  padding-top: 18px;
  border: 2px solid #DD2D00;
  border-radius: 100px;
  color: #DD2D00;
  background-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}
.oh-contact-top-1 .btn-contact-2 a:hover {
  background: #DD2D00 !important;
  color: #ffffff !important;
}
.oh-contact-top-1 .btn-top a {
  font-size: 36px;
  font-family: "Poppins", sans-serif !important;
  border-radius: 100px;
  padding-left: 154px;
  padding-right: 154px;
  color: #464646;
  background-color: #C5E600;
  text-shadow: none !important;
}
.oh-contact-top-1 .btn-top span {
  font-family: "Poppins", sans-serif !important;
}
.oh-contact-top-1 .btn-top .elementor-button-text {
  font-family: "Poppins", sans-serif !important;
}

.oh-contact-page {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 126px;
}
.oh-contact-page .contact-email {
  letter-spacing: -1px;
}
.oh-contact-page label {
  font-size: 24px;
  margin-bottom: 46px;
  letter-spacing: 1px;
}
.oh-contact-page label input {
  height: 40px;
  margin-top: 3px;
  border: 1px solid;
  position: relative;
  z-index: 10000;
}
.oh-contact-page .obligatory, .oh-contact-page .email-ct, .oh-contact-page .inquiry-ct {
  position: relative;
}
.oh-contact-page .obligatory textarea, .oh-contact-page .email-ct textarea, .oh-contact-page .inquiry-ct textarea {
  height: 180px;
  border: 1px solid;
}
.oh-contact-page .obligatory::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 100px;
}
.oh-contact-page .email-ct::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 186px;
}
.oh-contact-page .inquiry-ct::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 227px;
}

.contact-submit {
  display: none;
  text-align: center;
  transform: translateX(36px);
}
.contact-submit input {
  font-family: "Noto Sans JP", sans-serif !important;
  padding-left: 103px;
  padding-right: 103px;
  line-height: 18px;
  font-size: 20px;
  border-radius: 100px;
  color: white;
  background-color: #DD2D00;
  letter-spacing: 4px;
  border: 2px solid transparent;
  text-decoration: none !important;
}
.contact-submit input:hover {
  text-decoration: none !important;
  border: 2px solid #DD2D00 !important;
  color: #DD2D00 !important;
  background: #ffffff !important;
}

.oh-contact-para {
  font-family: "Noto Sans JP", sans-serif !important;
  max-width: 800px;
  margin: 0 auto;
}

.oh-contact-checkbox {
  width: 800px;
  margin: 0 auto;
  margin-top: -5px;
}
.oh-contact-checkbox input {
  height: 20px;
  margin-left: 3px;
  width: 20px;
  margin-right: 11px;
}
.oh-contact-checkbox label {
  font-size: 18px;
  letter-spacing: 1px;
}

.oh-page-3-2 p {
  line-height: 37px !important;
  margin-bottom: 46px;
}

.oh-page-3 {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  height: 281px;
  margin-bottom: -21px !important;
  display: none;
}

.para-head-contact {
  max-width: 746px;
  margin: 0 auto;
}

.oh-contact-para {
  margin-top: 10px;
  height: 280px;
  /* Handle on hover */
}
.oh-contact-para h3 {
  margin-top: -2px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
}
.oh-contact-para p {
  margin-bottom: 3px;
  letter-spacing: 0px;
}
.oh-contact-para h2 {
  font-size: 15px;
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}
.oh-contact-para span {
  font-size: 18px;
}
.oh-contact-para::-webkit-scrollbar {
  width: 1px;
}
.oh-contact-para::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oh-contact-para::-webkit-scrollbar-thumb {
  background: #888;
}
.oh-contact-para::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oh-contact-para .elementor-widget-container {
  height: 278px;
  overflow: auto;
}

.mt-50 {
  margin-top: -50px !important;
}

.mtop-50 {
  margin-top: 50px !important;
}

.mtop-165 {
  margin-top: 165px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.top-27 {
  top: -27% !important;
}

.top-14 {
  top: -14% !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.change-mg {
  margin-top: 138px !important;
  margin-bottom: 20px !important;
}

.change-mg-mb {
  margin-top: 60px;
}

@media (min-width: 767px) and (max-width: 1260px) {
  .contact-bg, .contact-bg-entry {
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .occupation-select::after {
    font-size: 21px !important;
    top: 30px !important;
  }
  .contact-bg {
    background-image: url("assets/images/contact-background.png") !important;
    background-color: #f6e3a7 !important;
  }
  .contact-head {
    display: none;
  }
  .para-head-contact {
    max-width: 320px;
    margin: 0 auto;
  }
  .oh-contact-page {
    max-width: 317px !important;
    margin: 0 auto;
    padding-top: 23px;
  }
  .oh-contact-page .contact-email {
    letter-spacing: 0px;
  }
  .oh-contact-page label {
    font-size: 16px !important;
    margin-bottom: 22px !important;
    letter-spacing: 0px;
  }
  .oh-contact-page label input {
    height: 32px !important;
    margin-top: 8px !important;
  }
  .oh-contact-page .obligatory, .oh-contact-page .email-ct, .oh-contact-page .inquiry-ct {
    position: relative;
  }
  .oh-contact-page .obligatory textarea, .oh-contact-page .email-ct textarea, .oh-contact-page .inquiry-ct textarea {
    margin-top: 8px;
    height: 230px;
  }
  .oh-contact-page .obligatory::before {
    left: 64px !important;
  }
  .oh-contact-page .email-ct::before {
    left: 126px;
  }
  .oh-contact-page .contact-furigana::before {
  	left: 74px !important;
  }
  .oh-contact-page .inquiry-ct::before {
    left: 142px;
  }
  .oh-contact-para, .oh-contact-checkbox {
    max-width: 317px;
  }
  .oh-contact-para .elementor-widget-container {
    height: 289px;
  }
  .oh-contact-para h3 {
    margin-bottom: 30px;
  }
  .oh-contact-checkbox {
    margin-top: 6px;
    margin-bottom: -2px;
  }
  .oh-contact-checkbox input {
    height: 15px;
    margin-left: 1px;
    width: 8px;
    margin-right: 2px;
  }
  label {
    font-size: 14px !important;
  }
  .oh-contact-top-1 .btn-contact a {
    cursor: pointer;
    font-size: 15px;
    margin-top: 33px;
    padding-bottom: 16px;
    padding-right: 83px;
    padding-left: 83px;
    padding-top: 16px;
  }
  .oh-contact-top-1 .btn-contact-2 a {
    font-size: 15px !important;
    margin-top: -1px !important;
    padding-bottom: 14px !important;
    padding-right: 134px !important;
    padding-left: 134px !important;
    padding-top: 14px !important;
  }
  .oh-contact-top-1 .btn-top a {
    font-size: 22px;
    padding-left: 135px;
    padding-right: 135px;
  }
  .contact-submit {
    padding-top: 35px;
    transform: translateX(0px);
  }
  .contact-submit input {
    padding-left: 102px;
    padding-right: 102px;
    letter-spacing: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .oh-page-3 {
    margin-top: -64px;
    max-width: 315px !important;
  }
  .oh-page-3 elementor-widget-container {
    margin-top: -3px !important;
  }
  .oh-page-3 p {
    font-weight: 500 !important;
    line-height: 29px !important;
    margin-bottom: -1px;
  }
  .h2-head h2 {
    margin-top: 60px;
  }
}
.d-block {
  display: block !important;
}

.show-icon::after {
  content: "" !important;
  width: 0px !important;
}

.top-34 {
  top: 34% !important;
}

.top-22 {
  top: 22% !important;
}

.contact-bg-entry .elementor-container, .contact-bg .elementor-container {
  max-width: 100% !important;
}
.contact-bg-entry .elementor-widget-wrap, .contact-bg .elementor-widget-wrap {
  padding: 0 !important;
}
.contact-bg-entry img, .contact-bg img {
  width: 100% !important;
}

.oh-img-entry {
  margin: 0 !important;
}

.btn-top a {
  text-shadow: none !important;
}
.btn-top span {
  text-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#oh-background-clinic {
  background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/CLINIC_top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 861px;
}

.box-row .oh-clinic-box {
  font-family: "Noto Sans JP";
  padding-left: 60px;
}
.box-row .oh-clinic-box .oh-clinic-title h5 {
  font-size: 28px;
  letter-spacing: 0px;
  margin: 0;
}
.box-row .oh-clinic-box .oh-clinic-content p {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.box-row .oh-clinic-box .oh-clinic-sub-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.box-row .oh-clinic-box .map-box {
  width: 741px;
  height: 280px;
}

.oh-box-announcement .oh-announcement .elementor-widget-container {
  height: 200px;
  width: 100%;
  max-width: 789px;
  overflow: scroll;
  overflow-x: hidden;
}
.oh-box-announcement .oh-announcement .elementor-widget-container::-webkit-scrollbar {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  width: 6px;
}
.oh-box-announcement .oh-announcement .elementor-widget-container::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.oh-box-announcement .oh-announcement .elementor-widget-container .announcement-title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.oh-box-announcement .oh-announcement .elementor-widget-container .announcement-subtitle {
  line-height: 30px;
  font-size: 18px;
}
.oh-box-announcement .oh-announcement .elementor-widget-container ul {
  list-style: none;
  margin-left: 5px;
  margin-bottom: 10px;
}
.oh-box-announcement .oh-announcement .elementor-widget-container p {
  margin: 0;
}
.oh-box-announcement .oh-announcement .elementor-widget-container h5, .oh-box-announcement .oh-announcement .elementor-widget-container h6, .oh-box-announcement .oh-announcement .elementor-widget-container p {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  #oh-background-clinic {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/clinic_top_SP.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 253px;
  }
  .box-row {
    padding: 0;
  }
  .box-row .oh-clinic-box {
    font-family: "Noto Sans JP";
    padding-left: 0px;
  }
  .box-row .oh-clinic-box .oh-clinic-title h5 {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0;
  }
  .box-row .oh-clinic-box .oh-clinic-content {
    margin: 0;
  }
  .box-row .oh-clinic-box .oh-clinic-content p {
    line-height: 20px;
    margin: 0;
  }
  .box-row .oh-clinic-box .oh-clinic-sub-content {
    margin: 0;
  }
  .box-row .oh-clinic-box .oh-clinic-sub-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .box-row .oh-clinic-box .map-box {
    width: 315px;
    height: 180px;
  }
  .oh-box-announcement .elementor-widget-container {
    max-height: 272px !important;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
  }
  .oh-box-announcement .elementor-widget-container::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    width: 6px;
  }
  .oh-box-announcement .elementor-widget-container::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
}
.oh-clinic-button span, .btn-3 span {
  font-family: "Poppins", sans-serif !important;
}

#oh-background-clinic-q-a {
  background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/QA_top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 861px;
}

.oh-subtitle .elementor-widget-container p {
  font-family: "Poppins", sans-serif !important;
}

.box-row {
  padding: 0;
}
.box-row .oh-qa-box {
  margin-bottom: 40px;
  width: 860px;
}
.box-row .oh-qa-box .oh-qa-title h5 {
  margin: 0;
  padding-left: 90px;
  padding-top: 40px;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  color: #E42D00;
  letter-spacing: 0px;
}
.box-row .oh-qa-box .oh-qa-content p {
  margin-left: 102px;
  margin-top: 25px;
  margin-right: 62px;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "Noto Sans JP";
  font-size: 17px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #oh-background-clinic-q-a {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/QA_top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 570px;
  }
  .box-row {
    padding: 0;
  }
  .box-row .oh-qa-box {
    margin-bottom: 40px;
    width: 860px;
  }
  .box-row .oh-qa-box .oh-qa-title h5 {
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-weight: bold;
    color: #E42D00;
    letter-spacing: 0px;
  }
  .box-row .oh-qa-box .oh-qa-content p {
    margin-top: 25px;
    margin-right: 10px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "Noto Sans JP";
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #oh-background-clinic-q-a {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/QA__top_SP.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 253px;
  }
  .box-row {
    padding: 0;
  }
  .box-row .oh-qa-box {
    margin-bottom: 30px;
    width: 280px;
  }
  .box-row .oh-qa-box .oh-qa-title h5 {
    margin: 0;
    padding-left: 58px;
    padding-top: 27px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: bold;
    color: #E42D00;
    letter-spacing: 0px;
  }
  .box-row .oh-qa-box .oh-qa-content p {
    margin-left: 49px;
    margin-top: 22px;
    margin-right: 31px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "Noto Sans JP";
    font-size: 14px;
  }
}
.oh-medical-contact {
  margin: 0 auto !important;
}
.oh-medical-contact .elementor-container {
  display: block !important;
}
.oh-medical-contact .elementor-container .elementor-column {
  margin: 0 auto !important;
}
.oh-medical-contact .elementor-container .elementor-column .elementor-button-wrapper {
  text-align: center !important;
}
.oh-medical-contact .elementor-element-populated {
  text-align: center !important;
}

.medical-service-item .elementor-widget-image {
  padding: 23px 10px;
  margin: 0 !important;
}
.medical-service-item .elementor-widget-button {
  margin: 0;
  position: absolute;
  display: inline-block;
  top: 163px;
  width: auto !important;
  left: 50%;
  transform: translateX(-50%);
}
.medical-service-item .elementor-widget-button a {
  background: #FFFF00;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  width: 222px;
  border: 3px solid #000;
  line-height: 42px;
}
.medical-service-item .elementor-widget-heading {
  margin-bottom: 0;
}
.medical-service-item .elementor-widget-heading .elementor-heading-title {
  margin-top: 4px;
  margin-bottom: 20px;
}
.medical-service-item .medical-care-service .elementor-button {
  min-width: 220px;
  height: 71px;
}

.oh-medical-care {
  position: absolute !important;
  transform: rotate(-90deg);
  top: 16%;
  left: -531px;
}
.oh-medical-care h1 {
  font-size: 70px;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
}

.medical-care-section-2 .oh-text-heading {
  margin-bottom: 0 !important;
}
.medical-care-section-2 .oh-text-heading h2 {
  margin: 0 !important;
}
.medical-care-section-2 .elementor-widget .elementor-widget-container p:last-child {
  margin-left: -10px;
}
.medical-care-section-2 .elementor-widget .elementor-widget-container p:last-child::before {
  width: 0px !important;
}
.medical-care-section-2 .elementor-widget .elementor-widget-container h5 {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.medical-care-section-2 .elementor-widget .elementor-widget-container p {
  position: relative;
  margin: 0;
}
.medical-care-section-2 .elementor-widget .elementor-widget-container p::before {
  content: "";
  width: 8px;
  height: 3px;
  background: #DC2D00;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}

.medical-section-guide .medical-section-guide-content > .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.oh-img-title h3 {
  white-space: nowrap;
  font-size: 21px;
  margin-top: 29px;
  margin-bottom: 27px;
  letter-spacing: 3.5px;
}
.oh-img-title p {
  font-size: 14px;
  line-height: 27px !important;
  letter-spacing: 0.6px;
}
.oh-img-title img {
  min-height: 220px !important;
  max-height: 220px !important;
}
.oh-img-title .elementor-container {
  padding-bottom: 42px;
}
.oh-img-title .elementor-column-gap-default {
  max-width: 940px !important;
  overflow-x: auto;
}
.oh-img-title .elementor-column-gap-default::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
.oh-img-title .elementor-column-gap-default::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oh-img-title .elementor-column-gap-default::-webkit-scrollbar-thumb {
  background: #888;
}
.oh-img-title .elementor-column-gap-default::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oh-img-title .elementor-element-populated {
  flex-wrap: nowrap;
  padding-bottom: 75px !important;
}
.oh-img-title .elementor-widget-image-box:before {
  position: absolute;
  color: #DC2D00;
  content: "\f0da";
  font-family: "FontAwesome";
  top: 86px;
  right: -34px;
  font-size: 30px;
}
.oh-img-title .elementor-widget-image-box:last-child:before {
  content: none;
}

.medical-note .elementor-widget-text-editor {
  max-width: 648px;
  margin: 0 auto;
}
.medical-note .elementor-widget-text-editor p {
  margin-bottom: 49px;
}

.oh-btn-contact a {
  font-weight: 900 !important;
  font-size: 20px;
  background-color: transparent !important;
  letter-spacing: 1px;
  border-radius: 0px !important;
  margin-top: 23px;
  color: #DC2D00 !important;
  border-bottom: 3px solid #DC2D00;
  padding-bottom: 5px;
  margin-bottom: 8px;
  max-width: 124px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.oh-contact h4 {
  letter-spacing: 0.9px;
  font-size: 25px;
  margin: 0;
}
.oh-contact h3 {
  font-size: 50px;
  margin-top: -7px;
  letter-spacing: 4px;
  color: #DC2D00 !important;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .oh-medical-text-pollicy p {
    margin-bottom: 20px !important;
  }
  .oh-medical-para-01 {
    max-width: 790px !important;
    margin: 0 auto;
  }
  .oh-medical-para-01 h3 {
    line-height: 25px !important;
  }
  .oh-medical-para-01 h2 {
    margin-bottom: 3px !important;
  }
  .oh-medical-para-01 p {
    line-height: 24px !important;
  }
  .oh-top-slider-moblie {
    display: none;
  }
  .elementor-image-box-img, .elementor-image-box-wrapper {
    width: 335px !important;
    text-align: left !important;
  }
  .elementor-widget-image-box {
    width: 335px !important;
    margin-right: 49px !important;
  }
}
@media (max-width: 767px) {
  .oh-medical-text-pollicy p {
    margin-top: 14px !important;
  }
  .medical-care-service img {
    width: 230px !important;
    margin-left: 0px !important;
  }
  .oh-img-title img {
    height: 164px !important;
    width: 250px !important;
    min-height: 164px !important;
  }
  .medical-service-item .elementor-widget-heading .elementor-heading-title {
    margin-bottom: 36px !important;
  }
  .oh-medical-contact {
    margin-top: -10px !important;
  }
  .oh-medical-contact a {
    margin-bottom: -10px !important;
  }
  .oh-medical-para-01 {
    margin-bottom: 34px !important;
    max-width: 318px !important;
    margin: 0 auto;
  }
  .oh-medical-para-01 h3 {
    margin-top: 16px !important;
    line-height: 24px !important;
    letter-spacing: -0.5px !important;
    margin-bottom: -7px !important;
  }
  .oh-medical-para-01 h2 {
    margin-bottom: -11px !important;
  }
  .column-01 h2 {
    text-align: center !important;
  }
  .column-01 p {
    text-align: center !important;
  }
  .oh-top-header-mb {
    margin-top: -170px !important;
  }
  .oh-top-header-mb h2 {
    letter-spacing: 2px !important;
  }
  .oh-top-header-mb h2 {
    letter-spacing: 2px !important;
  }
  .oh-top-mb-icon {
    margin-bottom: -21px !important;
    margin-top: -19px !important;
  }
  .oh-top-mb-icon h2 {
    transform: rotate(90deg);
  }
  .oh-top-header-mb-2 p {
    line-height: 28px !important;
    padding-top: 40px !important;
  }
  .oh-top-slider-web {
    display: none !important;
  }
  .oh-top-slider-mb {
    display: block !important;
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .oh-top-slider-moblie .elementor-widget-wrap {
    padding: 0 !important;
  }
  .oh-img-title .elementor-container {
    padding-bottom: 50px !important;
  }
  .medical-care-section-2 .elementor-widget .elementor-widget-container p:last-child {
    margin-left: -16px !important;
  }
  .medical-care-section-2 .elementor-widget .elementor-widget-container h5 {
    margin-top: 1px !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
  .oh-btn-contact .elementor-button-wrapper {
    text-align: center;
  }
  .oh-btn-contact a {
    font-size: 14px;
    margin-right: 0px !important;
    width: 89px !important;
    margin-top: 48px;
    line-height: 7px;
  }
  .oh-contact h4 {
    font-size: 13px;
    text-align: center !important;
    margin-top: -4px !important;
    letter-spacing: 1px !important;
  }
  .oh-contact h3 {
    text-align: center !important;
    font-size: 29px;
    margin-top: -13px;
    letter-spacing: 2px;
  }
  .oh-contact .elementor-widget-container {
    margin: auto;
    width: 220px;
    padding-right: 0 !important;
  }
  .medical-note .elementor-widget-text-editor p {
    line-height: 26px;
    margin-top: 6px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: -11px;
  }
  .oh-img-title p {
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: 1px !important;
  }
  .oh-img-title h3 {
    font-size: 16px !important;
    margin-top: 1px !important;
    margin-bottom: 11px !important;
    letter-spacing: 2.4px !important;
  }
  .oh-img-title .elementor-widget-image-box:before {
    top: 58px !important;
    right: -32px !important;
  }
  .oh-img-title .elementor-element-populated {
    padding-bottom: 0px !important;
  }
  .medical-top-banner {
    background-color: #CEE9E8 !important;
  }
  .elementor-image-box-img, .elementor-image-box-wrapper {
    width: 250px !important;
    text-align: left !important;
  }
  .elementor-widget-image-box {
    width: 250px !important;
    margin-right: 49px !important;
  }
  .oh-img-title .elementor-image-box-img, .oh-img-title .elementor-image-box-wrapper {
    width: 250px !important;
  }
  .oh-img-title .elementor-widget-image-box {
    width: 250px !important;
    margin-right: 49px !important;
  }
  .medical-service-item .elementor-widget-button a {
    font-size: 10px;
    width: 111px;
    line-height: 30px;
    padding: 0;
  }
  .medical-service-item .elementor-widget-button {
    top: 89px;
  }
  .medical-service-item .elementor-widget-image {
    padding: 0 10px;
  }
  .medical-service-item .elementor-widget-heading {
    text-align: left !important;
    max-width: 200px;
    margin: 0 auto !important;
  }
  .medical-service-item .elementor-widget-text-editor {
    text-align: left !important;
    max-width: 200px;
    margin: 0 auto !important;
  }
}
.oh-contact-top {
  max-width: 976px !important;
}

.oh-top-slider-moblie h2, .oh-top-slider-moblie p {
  font-family: "Noto Sans JP", sans-serif !important;
}

#oh-top-btn a, .btn-3 a, .btn-top a {
  border: 2px solid transparent;
}
#oh-top-btn a:hover, .btn-3 a:hover, .btn-top a:hover {
  background: transparent !important;
  border: 2px solid #CDDE00 !important;
}

.section-infomation .elementor-element.text-left-position h3 {
  left: -181px;
  color: #FFFF96;
  font-family: "Poppins", sans-serif !important;
}

.section-inner-info {
  padding-bottom: 180px;
}

.title-inner-info {
  font-size: 20px;
  color: #F2BB04;
}

.next-post-info {
  margin-top: 0 !important;
  position: relative;
  justify-content: end;
}
.next-post-info::after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: -65px;
  top: 2px;
  background: #F2BB04;
  color: white;
  font-size: 28px;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.previous-post-info {
  margin-left: 26px;
  position: relative;
}
.previous-post-info::before {
  content: "\f0d9";
  font-family: "FontAwesome";
  position: absolute;
  left: -61px;
  top: 1px;
  background: #F2BB04;
  color: white;
  font-size: 28px;
  border-radius: 100px;
  padding-left: 10px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 767px) {
  .next-post-info {
    margin-right: 26px !important;
  }
}
@media (max-width: 767px) {
  .background-info-detail img {
    content: url("assets/images/info_top_SP.png");
  }
  .section-inner-info {
    padding-bottom: 50px !important;
  }
  .container-info .pagination-single-inner-info {
    justify-content: space-between;
  }
  .next-post-info {
    margin-right: 27px !important;
    flex: none !important;
  }
  .next-post-info::after {
    right: -62px !important;
    top: 1px !important;
    font-size: 20px !important;
    padding-left: 12px !important;
    padding-right: 9px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-right: 12px !important;
  }
  .previous-post-info {
    flex: none !important;
  }
  .previous-post-info::before {
    left: -47px !important;
    font-size: 20px !important;
    padding-left: 10px !important;
    padding-right: 11px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pagination-single-inner {
    flex-direction: unset !important;
  }
  .title-inner-info {
    font-size: 16px !important;
  }
  .infomation-top-banner {
    background-color: #d5e6f6 !important;
  }
  .container-info {
    padding-bottom: 50px;
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .container-info .topNews {
    margin-top: 24px !important;
    padding: 0 !important;
    padding-left: 18px !important;
  }
  .container-info .topNews .wrap-item-info {
    padding-bottom: -10px !important;
    margin-top: -82px !important;
  }
  .container-info .topNews .wrap-item-info .post-date {
    margin-left: -6px !important;
  }
  .container-info .topNews .wrap-item-info .postYear {
    margin-top: 26px !important;
  }
  .text-h1 {
    font-size: 24px !important;
  }
  .text-h2 {
    font-size: 12px !important;
  }
  .text-h3 {
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-left: -19px !important;
    margin-bottom: 20px !important;
  }
  .btn-info {
    white-space: nowrap;
  }
  .container-info .oh-info-header {
    padding-top: 20px !important;
  }
  .entry-content-info p {
    line-height: 22px !important;
    margin-bottom: 24px !important;
  }
  .btn-info-d {
    margin-top: -5px !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .btn-info-d .btn-info {
    font-size: 16px !important;
    padding-right: 107px !important;
    padding-left: 107px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.w-full {
  width: 100% !important;
}

#site-content {
  background-color: white !important;
}
#site-content .container-info {
  max-width: 800px;
  margin: auto;
}
#site-content .container-info article {
  border: none !important;
  color: #464646 !important;
}
#site-content .container-info .oh-info-header {
  text-align: center;
  padding-top: 46px;
}
#site-content .container-info .oh-info-header .text-h1 {
  color: #464646 !important;
  font-size: 44px;
}
#site-content .container-info .oh-info-header .text-h2 {
  color: #464646 !important;
  font-size: 16px;
  margin-top: -5px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
}

.text-h3 {
  font-size: 20px;
  margin-top: 34px;
  margin-left: -15px;
  margin-bottom: 29px;
  color: #464646 !important;
  letter-spacing: 1px;
}

.entry-content-info p {
  font-size: 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 24px;
  color: #464646;
}
.entry-content-info img {
  margin-top: 5.5rem;
  margin-bottom: -3rem;
}

.btn-info-d {
  padding-top: 104px;
  text-align: center;
  padding-bottom: 80px;
}
.btn-info-d a {
  border: 2px solid #DD2D00;
  font-size: 20px;
  padding-right: 150px;
  padding-left: 150px;
  padding-top: 13px;
  border-radius: 99999px;
  padding-bottom: 12px;
  color: #DD2D00;
  text-decoration: none;
  font-weight: bold;
}

.listPost .pagination {
  display: none !important;
}

.site_info {
  margin-bottom: -78px;
}

.opacity-none {
  opacity: 0 !important;
}

.oh-image-touzai {
  height: 800px;
  width: 1260px;
}

.oh-touzai-box .touzai-title .elementor-widget-container p {
  margin: 0;
}

.oh-top-touzai .elementor-widget-wrap {
  padding: 0 !important;
}

.oh-touzai-btn-1 {
  position: absolute;
  left: 103px;
  background: rgba(255, 255, 255, 0.5490196078);
  width: 163px;
  height: 163px;
  border-radius: 1000px;
  top: 365px;
  z-index: 2;
}
.oh-touzai-btn-1 h1 {
  padding-top: 34px;
  font-weight: bold;
  font-size: 54px;
  margin: 0px;
  padding-left: 35px;
  color: #464646;
}
.oh-touzai-btn-1 p {
  font-size: 21px;
  padding-left: 42px;
  padding-top: 8px;
  color: #464646;
}
.oh-touzai-btn-1::before {
  content: "\f0d9";
  position: absolute;
  font-family: "FontAwesome";
  color: #464646;
  top: 69px;
  left: 13px;
  font-size: 24px;
}

.oh-touzai-btn-2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.5490196078);
  width: 163px;
  height: 163px;
  border-radius: 1000px;
  top: 363px;
  z-index: 2;
  right: 81px;
}
.oh-touzai-btn-2 h1 {
  padding-top: 38px;
  font-weight: bold;
  font-size: 54px;
  margin: 0px;
  padding-left: 25px;
  color: #464646;
}
.oh-touzai-btn-2 p {
  font-size: 21px;
  padding-left: 33px;
  padding-top: 6px;
  color: #464646;
}
.oh-touzai-btn-2::before {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  color: #464646;
  top: 69px;
  right: 10px;
  font-size: 24px;
}

.oh-touzai-header {
  position: absolute;
  z-index: 2;
  line-height: 23px;
  letter-spacing: 2px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .oh-touzai-header {
    top: 183px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .oh-touzai-header {
    top: 65px;
  }
  .oh-touzai-btn-2, .oh-touzai-btn-1 {
    top: 208px !important;
  }
}
@media (max-width: 768px) {
  .oh-top-touzai .elementor-container {
    flex-wrap: nowrap !important;
  }
  .oh-touzai-mb {
    max-width: 375px;
    margin: 0 auto;
  }
  .oh-touzai-mb .elementor-element {
    margin-bottom: 0px !important;
  }
  .oh-touzai-mb .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
  }
  .oh-touzai-header {
    z-index: 2;
    line-height: 9px;
    letter-spacing: 0px;
    font-weight: bold;
    top: 38px;
  }
  .oh-touzai-btn-1 {
    left: 55px !important;
    width: 78px !important;
    height: 78px !important;
    top: 0px !important;
  }
  .oh-touzai-btn-1 h1 {
    white-space: nowrap !important;
    font-size: 25px !important;
    padding-left: 15px !important;
    padding-top: 18px !important;
  }
  .oh-touzai-btn-1 p {
    font-size: 10px !important;
    white-space: nowrap !important;
    padding-left: 18px !important;
    padding-top: 3px !important;
  }
  .oh-touzai-btn-1::before {
    top: 30px !important;
    left: 4px !important;
    font-size: 15px !important;
  }
  .oh-touzai-btn-2 {
    left: 55px !important;
    width: 78px !important;
    height: 78px !important;
    top: 0px !important;
  }
  .oh-touzai-btn-2 h1 {
    white-space: nowrap !important;
    font-size: 25px !important;
    padding-left: 15px !important;
    padding-top: 18px !important;
  }
  .oh-touzai-btn-2 p {
    font-size: 10px !important;
    white-space: nowrap !important;
    padding-left: 18px !important;
    padding-top: 3px !important;
  }
  .oh-touzai-btn-2::before {
    top: 30px !important;
    font-size: 15px !important;
    right: 3px !important;
  }
}
.js {
  height: 100% !important;
}
.js body {
  height: 100% !important;
}
.js .page-id-5098 {
  background-color: #F1E0BA !important;
}

.section-corporate table {
  font-size: inherit;
  font-family: inherit;
  border: none;
}
.section-corporate table tr, .section-corporate table td {
  border: none;
  padding: 11px 7px 12px;
  vertical-align: baseline;
  line-height: inherit;
}
.section-corporate table tr p, .section-corporate table td p {
  margin-bottom: 10px;
}
.section-corporate table td:first-child {
  width: 140px;
}
.section-corporate .elementor-element.text-left-position h3 {
  left: -303px;
  top: 50%;
  color: #CDF0A8;
}

.section-history .elementor-element.text-left-position h3 {
  left: -192px;
  top: 50%;
  color: #ffffff;
}
.section-history .history-list-item:before {
  content: "";
  display: inline-block;
  width: 2px;
  position: absolute;
  background: #dd2d00;
  top: 171px;
  bottom: 45px;
  left: 184px;
}
.section-history .history-list-item .history-item .elementor-heading-title {
  margin: 0;
}
.section-history .history-list-item .history-item .elementor-widget-wrap p {
  position: relative;
  padding-left: 62px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.section-history .history-list-item .history-item .elementor-widget-wrap p strong em {
  position: absolute;
  top: -3px;
  left: 0;
  color: #DD2D00;
  font-size: 23px;
  font-weight: 400;
  font-style: inherit;
  letter-spacing: -1px;
}
.section-history .history-list-item .history-item .elementor-widget-wrap p strong em:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #DD2D00;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: -46px;
}
.section-history .history-list-item .history-item .elementor-widget-image img {
  max-width: 428px;
}

.section-results .elementor-element.text-left-position h3 {
  left: -87px;
  top: 44%;
  color: #CDF0A8;
}
.section-results table {
  font-size: inherit;
  font-family: inherit;
  border: none;
  max-width: 500px;
  margin: 0 auto;
}
.section-results table tr, .section-results table td, .section-results table th {
  border: none;
  vertical-align: baseline;
  line-height: inherit;
  text-align: center;
}
.section-results table tr p, .section-results table td p, .section-results table th p {
  margin-bottom: 10px;
}
.section-results table th {
  font-size: 19px;
  padding-bottom: 16px;
}
.section-results table th:first-child {
  width: 100px;
}
.section-results table th:last-child {
  width: 105px;
}
.section-results table td {
  padding: 18px 0;
  border-bottom: 1px solid #000 !important;
}

.section-distribution .elementor-element.text-left-position h3 {
  left: -187px;
  top: 51%;
  color: #ffffff;
}
.section-distribution table {
  font-size: inherit;
  font-family: inherit;
  border: none;
  margin: 0 auto;
  max-width: 700px;
}
.section-distribution table tr, .section-distribution table td, .section-distribution table th {
  border: none;
  vertical-align: baseline;
  line-height: inherit;
  text-align: center;
}
.section-distribution table th {
  font-size: 19px;
  padding-bottom: 19px;
}
.section-distribution table td {
  padding: 20px 0;
  letter-spacing: 2px;
}
.section-distribution table th {
  border-bottom: 1px solid #000 !important;
}

.break-mobile {
  font-style: initial;
}

.section-corporate br {
  display: block;
  margin: 0;
  content: "";
}

@media (max-width: 1024px) {
  .section-history .history-list-item:before {
    left: 120px;
  }
}
@media (max-width: 767px) {
  .color-corporate {
    color: #919191;
  }
  .corporate-top-banner {
    background-color: #d7eab3 !important;
  }
  .section-history .history-list-item .history-item .elementor-widget-wrap p strong em:before,
.section-history .history-list-item:before {
    display: none;
  }
  .section-corporate table td:first-child {
    width: 90px;
  }
  .section-corporate table tr, .section-corporate table td {
    padding: 7px 7px 9px;
  }
  .font-13-sp {
    font-size: 13px !important;
    line-height: 20px;
  }
  .section-history .history-list-item .history-item .elementor-heading-title:before {
    content: "";
    display: inline-block;
    height: 1px;
    background: #c73511;
    position: absolute;
    left: 75px;
    right: -11px;
    top: 13px;
  }
  .section-history .history-list-item .history-item .elementor-widget-wrap p strong em {
    font-size: 18px;
    top: -1px;
  }
  .section-history .history-list-item .history-item .elementor-widget-wrap p {
    position: relative;
    padding-left: 56px;
    margin-bottom: 9px;
  }
  .section-history .elementor-widget-text-editor {
    margin-bottom: 0 !important;
  }
  .section-history .history-list-item .history-item .elementor-widget-image img {
    max-width: 100%;
  }
  .disable-br-tag br {
    display: none;
  }
  .section-results table th {
    font-size: 15px;
    padding-bottom: 13px;
  }
  .section-results table th:last-child {
    width: 73px;
    padding: 0;
  }
  .section-results table th:first-child {
    width: 75px;
  }
  .section-results table td {
    padding: 14px 0;
    letter-spacing: 1px;
  }
  .section-distribution table td:first-child {
    font-weight: 600;
    border-right: 1px solid;
  }
  .section-distribution table td {
    padding: 10px 0;
  }
  .section-distribution table tr:last-child td {
    padding-bottom: 0;
  }
  .section-distribution table tr:first-child td {
    padding-top: 0;
  }
}
#oh-common-bg .elementor-column-gap-default .elementor-column .elementor-element-populated {
  padding: 0;
}

.oh-career-bg {
  background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/CARRER_top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 861px;
}

.oh-intro-career {
  height: 254px;
  width: 294px;
  overflow: hidden;
}

#oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-active {
  height: 61px;
  background-color: #E57966;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 10px;
  width: 18%;
  text-align: center;
  vertical-align: middle;
}
#oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content td {
  border: none;
}

.oh-tab-content {
  margin-top: 40px;
}
.oh-tab-content .tab-row {
  display: flex;
  margin-bottom: 50px;
}
.oh-tab-content .tab-row .oh-tab-content-title {
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5%;
}
.oh-tab-content .tab-row .content {
  margin-left: 30px;
  width: 70%;
  font-size: 17px;
}

#box-container {
  position: relative;
}
#box-container .elementor-widget-wrap .oh-box-text {
  height: auto;
  margin: 0 30px;
  width: 100%;
  border-radius: 25px;
  border: solid;
  border-color: #E57966;
  background-color: #ffffff;
  text-align: justify;
  box-shadow: 5px 2px #e57966;
}
#box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container {
  margin-top: -10px;
}
#box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container h5 {
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 0px;
  margin-bottom: 15px;
}
#box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container p {
  margin: 0;
}

#oh-gallery .elementor-widget-wrap .elementor-column-gap-default {
  display: flex;
  flex-wrap: wrap;
}
#oh-gallery .elementor-widget-wrap .elementor-column-gap-default .oh-gallery-detail {
  width: 33%;
}

#oh-top-btn .elementor-widget-container .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper span {
  font-family: "Poppins", Sans-serif !important;
}

#btn-career-interview .elementor-widget-container .elementor-button-wrapper a span::after {
  content: url(http://174.138.20.171/wp-content/uploads/2022/09/right-arrow.png);
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #box-container .elementor-widget-wrap .oh-box-text {
    height: auto;
    margin: 0px 10px;
    width: 100%;
    border-radius: 25px;
    border: solid;
    border-color: #E57966;
    background-color: #ffffff;
    text-align: justify;
    box-shadow: 5px 2px #e57966;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container {
    margin-top: -10px;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container h5 {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-top: 0;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container p {
    margin: 0;
  }
  .oh-tab-content .tab-row {
    display: flex;
    margin-bottom: 40px;
  }
  .oh-tab-content .tab-row .oh-tab-content-title {
    width: 20%;
    margin-left: 5%;
    font-size: 18px;
    font-weight: 500;
  }
  .oh-tab-content .tab-row .content {
    margin-left: 30px;
    width: 70%;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .oh-career-bg {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/CARRER__top_SP.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 253px;
    width: 100%;
  }
  #oh-career-title-1 .elementor-widget-container h2 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 5px;
    width: 44%;
    border: solid 1px;
    margin: 1%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-active {
    background-color: #E57966;
    color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-active::after {
    border-bottom-style: none;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-active::before {
    border-bottom-style: none;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper {
    border: none;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    display: none !important;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
    display: block !important;
    width: 100%;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
    width: 45%;
    text-align: center;
    border: solid 1px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 0;
    display: none;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title.elementor-active {
    background-color: #E57966;
    color: #ffffff;
    border-radius: 0px;
  }
  #oh-tab .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: none;
    display: block;
  }
  .oh-tab-content .tab-row {
    display: block;
    margin-bottom: 20px;
  }
  .oh-tab-content .tab-row .oh-tab-content-title {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
  }
  .oh-tab-content .tab-row .content {
    margin-left: 15%;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-right: 15%;
  }
  #box-container {
    position: relative;
  }
  #box-container .elementor-widget-wrap .oh-box-text {
    height: auto;
    margin: 0 20px;
    width: 100%;
    border-radius: 25px;
    border: solid;
    border-color: #E57966;
    background-color: #ffffff;
    text-align: justify;
    box-shadow: 3px 1px #e57966;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container {
    margin-top: -10px;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container h5 {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-top: 0;
  }
  #box-container .elementor-widget-wrap .oh-box-text .elementor-widget-container p {
    font-size: 14px;
    margin: 0;
  }
  #oh-gallery .elementor-widget-wrap .elementor-column-gap-default {
    display: flex;
    flex-wrap: wrap;
  }
  #oh-gallery .elementor-widget-wrap .elementor-column-gap-default .oh-gallery-detail {
    width: 50%;
  }
  #oh-gallery-button .elementor-widget-container .elementor-button-wrapper a {
    width: 90%;
    height: 60px;
  }
  #n2-ss-7-align .n2-padding .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls .nextend-arrow-next {
    margin-top: -275px;
    margin-right: 40px;
  }
  #n2-ss-7-align .n2-padding .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls .nextend-arrow-previous {
    margin-top: -275px;
    margin-left: 40px;
  }
  .oh-career-box-text .elementor-widget-container {
    width: 280px;
    margin: auto !important;
  }
  .box-row .elementor-column-gap-default .elementor-element .elementor-element-populated {
    padding: 0 !important;
  }
  #oh-gallery-btn .elementor-widget-container .elementor-button-wrapper {
    height: 60px;
    font-size: 13px;
    width: 150px;
    font-weight: bold;
  }
  #btn-career-interview .elementor-widget-container .elementor-button-wrapper a {
    position: relative;
  }
  #btn-career-interview .elementor-widget-container .elementor-button-wrapper a span::after {
    content: url(http://174.138.20.171/wp-content/uploads/2022/09/right-arrow.png);
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
  }
}
.oh-career-interview-bg {
  background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/interview_top.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 861px;
}

#oh-interview-img .elementor-column-gap-default .elementor-top-column .elementor-element-populated .elementor-widget-mobile__width-initial .elementor-widget-container h4 {
  writing-mode: vertical-lr;
}

@media (max-width: 767px) {
  .oh-career-interview-bg {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/interview_top_SP.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 253px;
  }
}
#oh-career-heading-title .elementor-widget-container h3 {
  font-family: "Poppins", sans-serif !important;
}

.oh-title h5 {
  padding: 0;
  margin: 0;
}

.interview-relative h4 {
  position: relative;
  top: -15px;
}

.interview-relative-01 h4 {
  position: relative;
  top: -24px;
}

#career-detail-box-comment .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
  border: solid 2px #EFA693;
  border-radius: 10px;
  width: 100%;
  min-height: 67px;
  height: auto;
  padding-top: 18px;
}

.elementor-widget-container .oh-sub-title {
  font-size: 18px;
}

.oh-timeline {
  width: 100% !important;
  max-width: 100% !important;
}
.oh-timeline.oh-timeline-text {
  margin: 0 !important;
}
.oh-timeline.oh-timeline-text-red {
  margin: 0 !important;
}
.oh-timeline .elementor-widget-container p, .oh-timeline span {
  font-weight: 500;
}

.oh-timeline-text .elementor-widget-container p {
  font-weight: 500;
  margin-bottom: 56px;
}
.oh-timeline-text .elementor-widget-container:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #464646;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -33px;
}

.oh-timeline-text-red .elementor-widget-container p {
  font-weight: 500;
  margin-bottom: 56px;
}
.oh-timeline-text-red .elementor-widget-container:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #BB4B36;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -33px;
}

.oh-timeline-num .elementor-widget-container p, .oh-timeline-num span {
  font-family: "Poppins", Sans-serif !important;
  font-weight: 500;
}

#oh-timeline-bg {
  background-color: #ffffff;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .oh-career-bg {
    background-image: url(http://174.138.20.171/wp-content/uploads/2022/09/CARRER_top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 457px;
  }
  #career-detail-box-comment .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    border: solid 2px #EFA693;
    border-radius: 10px;
    width: 100%;
    min-height: 67px;
    height: auto;
    padding-top: 18px;
  }
  #oh-timeline-bg {
    background-color: #E4A997;
  }
  #oh-2line-sp {
    height: 148px;
  }
  #oh-3line-sp {
    height: 139px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-container .oh-sub-title {
    font-size: 14px;
  }
  #oh-comment-img {
    height: 60px;
    width: 60px;
  }
  #career-detail-box-comment .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container {
    border: solid 2px #EFA693;
    border-radius: 10px;
    width: 100%;
    min-height: 98px;
  }
  #oh-timeline-bg {
    background-color: #E4A997;
  }
  #oh-2line-sp {
    height: 110px;
  }
  #oh-3line-sp {
    height: 139px;
  }
  .oh-timeline-text .elementor-widget-container p {
    font-weight: 500;
    margin-bottom: 36px;
  }
  .oh-timeline-text .elementor-widget-container:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: #464646;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -26px;
  }
  .oh-timeline-text-red .elementor-widget-container p {
    font-weight: 500;
    margin-bottom: 36px;
  }
  .oh-timeline-text-red .elementor-widget-container:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: #BB4B36;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -26px;
  }
}

/*feedback 515*/
header .header-contacts-wrap .contact-info a {
    display: flex;
    font-size: 11px;
    background: #F4BD00;
    color: #fff;
    width: 84px;
    line-height: 14px;
    margin-right: 13px;
    text-align: center;
    border-radius: 11px;
    text-decoration: none;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}
header .header-contacts-wrap .contact-info {
  width: 573px;
}

/* Update 2023-10-15 by TrungNQ Noka */
header .header-contacts-wrap { width: 53.5%; height: 140px; }
header .header-contacts-wrap .contact-info { width: 479px; }
@media (min-width: 1000px) {
 header .title-wrap .header-titles { padding-left: 125px; padding-top: 31px; }
}
header .title-wrap .header-titles .site-description { width: auto; }
header .header-titles-wrapper { width: 46%; }
.oh-contact-page .contact-furigana { position: relative; }
.oh-contact-page .contact-furigana::before {
    content: "※";
    position: absolute;
    top: 0px;
    left: 113px;
}
@media (max-width: 767px) {
  header .header-titles-wrapper {
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }
  header .title-wrap .header-titles .site-description {
  	font-size: 8px;
  }
  header .site-logo img {
  	margin-left: 0;
    margin-right: 0;
  }
}

/* End Update 2023-10-15 by TrungNQ Noka */