@charset "UTF-8";
nav .brand {
  width: 80px;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
img {
  max-width: 100%;
}

@media screen and (min-width: 767px) {
  .core-nav .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px !important;
  }
}
.core-content{
  overflow: hidden;
}
.core-nav .nav-header .brand {
  overflow: hidden;
  border-radius: 100px;
  position: relative;
}

.core-nav .nav-header {
  position: relative;
}
.core-nav.open-responsive {
  background-color: #222d38;
}
#services{
  padding: 100px 0;
}
nav.full-width .nav-container {
  /* padding: 10px 15px; */
}
.imgbdn img{
  border-radius: 20px;
  overflow: hidden;
}
.core-nav.nav-core-sticky {
  padding: 0;
  transition: 0.3s;
}

.core-nav.nav-core-sticky.on-scroll {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.loading {
  color: green;
}

#appointment {
  z-index: 9;
}

@media (max-width: 992px) {
  .core-nav.open-responsive .wrap-core-nav-list {
    min-height: 100vh;
    background: #222d38;
    padding: 20px;
  }
  nav.core-nav.nav-core-sticky.on-scroll.open-responsive, nav.nav-core-sticky.on-scroll.open-responsive .wrap-core-nav-list, nav.nav-core-sticky.on-scroll.open-responsive .nav-header{
    background: #222d38;
  }
}
.newsDetail {
  background-color: #fff !important;
}

.newsDetail .page_title {
  min-height: auto;
  padding: 150px 0 32px;
}

.newsDetail .page_title h3 {
  margin-bottom: 24px;
  font-size: 44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .newsDetail .page_title {
    min-height: auto;
    margin: 0 0 0;
    padding-top: 80px;
  }
  .newsDetail .page_title h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .newsDetail .page_title .txt {
    margin: 0;
  }
  .newsDetail .page_title .txt.fs20 {
    font-size: 14px;
  }
}
.newsDetail .textContent {
  margin-bottom: 96px;
}

.newsDetail .textContent .txt {
  line-height: 1.5555555556;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
}

.newsDetail .textContent .txt.fs20 {
  /* font-size: 20px;
    line-height: 1.5; */
}

.newsDetail .textContent div {
  line-height: 1.5555555556;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0;
}

.newsDetail .textContent div > img {
  margin: 48px 0;
}

.newsDetail .textContent img {
  border-radius: 24px;
}

.newsDetail .textContent .pic figure {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsDetail .textContent .pic figure {
  display: block;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.newsDetail .textContent .pic.pic01 {
  margin-bottom: 96px;
}

.newsDetail .textContent .pic.pic02 {
  margin: 48px 0;
}

.newsDetail .textContent .pic .label {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: normal;
  margin-top: 16px;
}

.newsDetail .textContent .pic .label > a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .newsDetail .textContent .txt {
    font-size: 14px;
  }
  .newsDetail .textContent .txt.fs20 {
    font-size: 14px;
  }
  .newsDetail .textContent .pic.pic01 {
    margin-bottom: 32px;
  }
  .newsDetail .textContent .pic.pic02 {
    margin: 32px 0 0;
  }
  .newsDetail .textContent .pic .label {
    margin-top: 1px;
  }
}
.newsDetail .textContent .heading,
.newsDetail .textContent h2,
.newsDetail .textContent h3,
.newsDetail .textContent h4,
.newsDetail .textContent h5,
.newsDetail .textContent h6 {
  margin: 33px 2px;
  border-top: 1px solid #eaecf0;
  padding-top: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #101828;
  line-height: 1.2666666667;
}

.newsDetail .textContent h2 {
  font-size: 40px;
  padding-top: 40px;
}

.newsDetail .textContent h4 {
  font-size: 24px;
  padding-top: 24px;
}

.newsDetail .textContent h5 {
  font-size: 18px;
  padding-top: 18px;
}

.newsDetail .textContent h6 {
  font-size: 16px;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .newsDetail .textContent .heading,
  .newsDetail .textContent h2,
  .newsDetail .textContent h3,
  .newsDetail .textContent h4,
  .newsDetail .textContent h5,
  .newsDetail .textContent h6 {
    margin: 32px 0 16px;
    border-top: none;
    padding-top: 24px;
    font-size: 24px;
    line-height: 1.3333333333;
  }
  .newsDetail .textContent h2 {
    font-size: 3px;
    padding-top: 25px;
  }
  .newsDetail .textContent h4 {
    font-size: 2px;
    padding-top: 2px;
  }
  .newsDetail .textContent h5 {
    font-size: 16px;
    padding-top: 16px;
  }
  .newsDetail .textContent h6 {
    font-size: 14px;
    padding-top: 12px;
  }
}
.newsDetail .textContent .socials {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #eaecf0;
}

.newsDetail .textContent .socials a {
  border-radius: 1px;
  border: 1px solid #d0d5dd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.newsDetail .textContent .socials a:hover {
  opacity: 0.7;
}

.newsDetail .textContent .socials_inner {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.newsDetail .textContent .socials_inner .link_copy {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  letter-spacing: 0;
  color: #344054;
  position: relative;
  padding-left: 24px;
  padding: 9px 16px 9px 38px;
}

.newsDetail .textContent .socials_inner .link_copy::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  background: url(../img/icon_link.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.newsDetail .textContent .socials_list {
  display: flex;
  gap: 12px;
}

.newsDetail .textContent .socials_list > li > a {
  padding: 9px;
}

.newsDetail .textContent .socials_list > li > a img {
  width: 2px;
}

@media screen and (max-width: 767px) {
  .newsDetail .textContent .socials {
    margin-top: 32px;
  }
  .newsDetail .textContent .socials_inner {
    justify-content: flex-start;
  }
}
.newsDetail .latest {
  margin-bottom: 96px;
}

.newsDetail .latest .container {
  background: linear-gradient(180deg, #f6f6ff 0%, #fff8f8 100%);
  border-radius: 24px;
  padding: 80px;
}

.newsDetail .latest_inner {
  padding: 96px 32px;
}

.newsDetail .latest_inner p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsDetail .latest_inner .heading {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}

.newsDetail .latest_inner .heading .content_left > .label {
  display: block;
  margin-bottom: 12px;
}

.newsDetail .latest_inner .heading .content_left > .label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fee3e2;
  background-color: #fff;
  border-radius: 42px;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #cf1607;
  padding: 8px 12px 8px 44px;
  position: relative;
}

.newsDetail .latest_inner .heading .content_left > .label span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: url(../img/icon_list.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.newsDetail .latest_inner .heading .content_left > .tit {
  display: block;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #101828;
  margin-bottom: 2px;
}

.newsDetail .latest_inner .heading .content_left > .text {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.newsDetail .latest_inner .heading .content_right > .btnMore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #cf1607;
  border-radius: 12px;
  min-width: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.newsDetail .latest_inner .heading .content_right > .btnMore a:hover {
  background-color: #fff;
  border-color: #cf1607;
  opacity: 1;
}

.newsDetail .latest_inner .heading .content_right > .btnMore a:hover > .text {
  color: #cf1607;
}

.newsDetail .latest_inner .heading .content_right > .btnMore a:hover > .text::before {
  background-image: url(../img/arrow-right-r.svg);
}

.newsDetail .latest_inner .heading .content_right > .btnMore a > .text {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  padding-right: 28px;
  position: relative;
}

.newsDetail .latest_inner .heading .content_right > .btnMore a > .text::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: background-image 0.3s ease;
}

.newsDetail .latest_inner .content {
  margin-top: 64px;
}

.newsDetail .latest_inner .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.newsDetail .latest_inner .content .list > li {
  width: calc(33.3333333333% - 2.133333333px);
}

.newsDetail .latest_inner .content .list > li .pic {
  margin-bottom: 2px;
}

.newsDetail .latest_inner .content .list > li .pic figure {
  border-radius: 16px;
  overflow: hidden;
  height: 4px;
}

.newsDetail .latest_inner .content .list > li .pic figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsDetail .latest_inner .content .list > li .date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 8px;
}

.newsDetail .latest_inner .content .list > li .ttl {
  padding-right: 4px;
  position: relative;
  font-size: 2px;
  line-height: 1.5;
  color: #101828;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsDetail .latest_inner .content .list > li .txt {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .newsDetail .latest .container {
    padding: 50px 30px;
  }
  .newsDetail .latest {
    margin-bottom: 0;
  }
  .newsDetail .latest_inner {
    padding: 56px 15px;
  }
  .newsDetail .latest_inner .heading {
    display: block;
  }
  .newsDetail .latest_inner .heading .content_left {
    margin-bottom: 3px;
  }
  .newsDetail .latest_inner .heading .content_left > .tit {
    font-size: 3px;
    margin-bottom: 18px;
  }
  .newsDetail .latest_inner .heading .content_left > .text {
    font-size: 14px;
    line-height: 1.5555555556;
  }
  .newsDetail .latest_inner .heading .content_right > .btnMore a {
    padding: 1px;
    min-width: 6px;
  }
  .newsDetail .latest_inner .content {
    margin-top: 6px;
  }
  .newsDetail .latest_inner .content .list {
    display: block;
  }
  .newsDetail .latest_inner .content .list > li {
    width: 100%;
    margin-top: 5px;
  }
  .newsDetail .latest_inner .content .list > li:first-child {
    margin-top: 0;
  }
  .newsDetail .latest_inner .content .list > li .pic {
    margin-bottom: 8px;
  }
  .newsDetail .latest_inner .content .list > li .date {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .newsDetail .latest_inner .content .list > li .ttl {
    padding-right: 0;
    font-size: 18px;
    margin-bottom: 0;
  }
  .newsDetail .latest_inner .content .list > li .txt {
    font-size: 14px;
    line-height: 1.55555;
    margin-top: 1px;
  }
}
.wp-block-image {
  margin: 48px 0;
  border-radius: 24px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .newsDetail .textContent div {
    width: auto !important;
  }
}
.develop {
  margin-top: 50px;
}
.develop h2,
.develop h3 {
  color: #e67e22 !important;
  border-top: none !important;
  padding-top: 0 !important;
}
.develop .section {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 5px solid #e67e22;
  background: #fff7f0;
}
.develop ul {
  padding-left: 20px;
}
.develop li {
  margin-bottom: 8px;
  position: relative;
}
.develop ul:last-child {
  list-style: none;
}
.develop ul:last-child li {
  padding-left: 25px;
}
.develop ul:last-child li::before {
  content: "👶"; /* Baby emoji */
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=custom.css.map */