/* .zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .zen-old-mincho-medium {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .zen-old-mincho-semibold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
  }
  .shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  .satisfy-regular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
  } */

:root {
  --black: #47362f;
  --white: #fbf9f6;
  --bg-color: #ede8e4;
  --orange: #e7743a;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.font-zen {
  font-family: "Zen Old Mincho", serif;
}
.font-shippori {
  font-family: "Shippori Mincho", serif;
}
.font-satisfy {
  font-family: "Satisfy", cursive;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.is-show .l-mask2,
.is-show.l-mask2 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}

.l-mask2 {
  display: inline-block;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
/* BLUR ANIMATION */
[data-aos="blur"] {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  transition-property: transform, opacity, filter;
}
[data-aos="blur"].aos-animate {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
/* main styles
} */
.container-1120 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.container-1260 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.home {
  background-color: var(--bg-color);
}

/* HEADER */
.l-header-new {
  /* padding-top: 60px; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  transition: all 1s ease-in;
}
.l-header-new .l-header__SP {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.l-header__logo {
  width: 12.7%;
  max-width: 170px;
  flex-shrink: 0;
  position: absolute;
  top: 10px;
  transition: all 0.5s ease-in-out, width 1s ease;
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.c-gnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 26px;
  margin-top: 3px;
}
.c-gnav ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-gnav ul li::before {
  content: "";
  display: block;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  background: linear-gradient(135deg, #31a5d8 0%, #e5ea64 100%);
}
.l-header__top {
  margin-left: 150px;
}
body:not(.home):not(.page-id-4215):not(
    .page-id-4178
  ):not(.page-id-4199):not(.page-id-4201):not(.page-id-4203):not(.page-id-4205)
  .c-gnav
  a {
  color: #fff;
}
body.page-id-4215 .l-header__logo,
body.page-id-4178 .l-header__logo,
body.page-id-4199 .l-header__logo,
body.page-id-4201 .l-header__logo,
body.page-id-4203 .l-header__logo,
body.page-id-4205 .l-header__logo {
  width: 5.56%;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-4215 header,
body.page-id-4178 header,
body.page-id-4199 header,
body.page-id-4201 header,
body.page-id-4203 header,
body.page-id-4205 header {
  background-color: #ede8e3cc;
}
@media screen and (max-width: 992px) {
  .l-header-new {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    position: unset;
  }
  body:not(.home.blog.wp-theme-makecare) .c-gnav a {
    color: #734026;
  }
  .l-header__logo {
    width: 48px !important;
  }
  .l-header__top {
    margin-left: 0;
  }
  .l-header-new .l-header__SP {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    background-color: #ede8e3cc;
    padding: 50px 20px;
  }
  .l-header-new {
    padding-top: 0;
    position: fixed;
    height: 80px !important;
  }
  .l-header-new .toggle {
    width: 48px;
    height: 44px;
    border-radius: 3px;
    opacity: 0.9;
    background: linear-gradient(135deg, #31a5d8 0%, #e5ea64 100%);
    backdrop-filter: blur(20px);
    right: 0;
  }
  .l-header-new .toggle__inner {
    width: 28px;
  }
  .l-header-new .toggle__inner span {
    height: 2px;
    background: #fbf9f6;
    border-radius: 1px;
  }
  .c-gnav ul {
    flex-direction: column;
    gap: 30px;
  }
  .c-gnav ul li {
    margin-left: 20%;
    font-size: 16px;
  }
  .l-header__logo {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
/* HEADER */

/* FOOTER */
.c-footer-nav {
  position: fixed;
  bottom: 0;
  right: 0.9%;
  display: flex;
  gap: 8px;
  z-index: 999;
}
.c-footer-nav a {
  background: linear-gradient(90deg, #31a5d8 0%, #e5ea64 100%);
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
  align-items: center;
  min-height: 64px;
  gap: 16px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 20%;
  transition: all 0.5s ease-in-out;
}
.l-footer-new {
  margin-top: 200px;
}
.l-footer-second {
  margin-top: -100px;
}
.l-footer__bg {
  background: url(../img/top-new/footer.png) no-repeat top / cover;
  padding: 250px 0 100px;
  aspect-ratio: 140 / 145;
}
.l-footer-new .l-footer__left {
  color: #fff;
}
.l-footer-new .l-footer__left > p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.l-footer-new .link-social {
  gap: 18px;
  display: flex;
  margin: 65px 0 54px;
}
.l-footer-new .link-social a {
  margin: 0;
}
.l-footer-new .link-social a:last-child {
  margin-left: 12px;
}
.l-footer-new .link-social a:not(:last-child) img {
  border-radius: 50%;
}
.l-footer-new .l-footer__btn {
  justify-content: flex-end;
  gap: 30px;
}
.l-footer-new .l-footer__btn > * {
  max-width: 290px;
  width: 100%;
}
.l-footer-new .btn-cta__wrap .btn-cta span > span {
  font-size: 1.4rem;
}
.l-footer-new .l-footer__row {
  gap: 90px;
  justify-content: flex-end;
  align-items: flex-start;
}
.l-footer-new .l-footer__menu ul {
  width: auto;
}
.l-footer-new .l-footer__menu {
  justify-content: flex-start;
  max-width: 490px;
  gap: 90px;
}
.l-footer-new .l-footer__right ul li a {
  color: #fff;
  letter-spacing: 0.24em;
  line-height: 2.6;
  font-size: 1.4rem;
}
.l-footer-new .l-footer__right ul li {
  margin: 0;
}
.l-footer-new .l-footer__right .l-footer__menu ul li a {
  font-size: 1.6rem;
}
.l-footer__wrap {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.l-footer__bg > * {
  height: 100%;
}
.l-footer__top {
  position: relative;
  margin-bottom: -50px;
  padding: 0 17px;
}
.l-footer__contact {
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.l-footer__contactinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px 0 60px;
}
.l-footer__contactphone {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 27px;
}
.l-footer__contact .eng-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.l-footer__contact .sec-main-title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
}
.l-footer__contactimg {
  flex-shrink: 0;
  width: 52.13%;
  position: relative;
}
.l-footer__contactimg .link-contact {
  position: absolute;
  right: 50px;
  bottom: 46px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.l-footer-new .l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px;
}
.l-footer-new .l-footer__menu ul li {
  width: calc(50% - 45px);
}
@media screen and (max-width: 1000px) {
  .l-footer-new {
    margin-top: 100px;
    padding-bottom: 150px;
  }
  .l-footer__contactimg img {
    display: none;
  }
  .l-footer-second {
    margin-top: -50px;
  }
  .l-footer__wrap {
    flex-direction: column;
  }
  .l-footer-new .l-footer__right {
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }
  .l-footer__bg {
    background: unset;
    padding: 250px 0 100px;
    padding: 0 0 50px;
    aspect-ratio: unset;
  }
  .l-footer-new .l-footer__left {
    background-image: url(../img/top-new/footer-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    padding-top: 80px;
    text-align: center;
  }
  .l-footer-new .l-footer__left > *,
  .l-footer-new .l-footer__right > * {
    padding: 0 20px;
  }
  .l-footer-new .l-footer__left .link-social {
    justify-content: center;
  }
  .l-footer__top {
    margin-bottom: -23px;
  }
  .l-footer__contact {
    align-items: flex-end;
    padding: 52px 30px 42px;
    gap: 21px;
    justify-content: center;
  }
  .l-footer__contactinfo {
    padding: 0;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0;
  }
  .l-footer__contactimg {
    width: fit-content;
  }
  .l-footer__contactimg .link-contact {
    position: unset;
    width: 45px;
    display: block;
  }
  .l-footer-new .l-footer__left p {
    text-align: left;
  }
  .l-footer-new .l-footer__left p:not(:first-of-type) {
    margin-top: 10px;
  }
  .l-footer-new .link-social a:last-child {
    margin-left: 2px;
  }
  .l-footer-new .link-social a:last-child img {
    width: 48px;
  }
  .l-footer__bottom {
    margin-top: 100px;
  }
  .c-footer-nav {
    right: 0;
  }
  .c-footer-nav a {
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    min-height: 56px;
    gap: 8px;
    padding: 0 25px;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
  }
  .l-footer-new .l-footer__right ul li a {
    color: inherit;
  }
  .l-footer-new .l-footer__row {
    margin-bottom: 51px;
    gap: 20px;
    flex-direction: column;
  }
  .l-footer-new .l-footer__right .l-footer__menu ul li a {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
  .l-footer-new .l-footer__menu ul li,
  .l-footer-new__ulwrap > * {
    width: calc(50% - 6px);
  }
  .l-footer-new .l-footer__menu ul {
    width: auto;
    gap: 0 12px;
  }
  .l-footer-new .l-footer__menu {
    width: 100%;
  }
  .l-footer-new__ulwrap {
    display: flex;
    font-size: 1.3rem;
    flex-wrap: wrap;
    gap: 0 12px;
    max-width: 490px;
  }
  .l-footer-new .l-footer__right .l-footer-new__ulwrap li a {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
  .l-footer__bg > .container-1260 {
    padding: 0;
  }
  .l-footer__bottom {
    padding: 0 20px;
  }
  .l-footer-new .l-footer__left p {
    padding-left: 15.4%;
  }
  .l-footer__contactinfo > .sec-title-wrap {
    margin-bottom: 20px !important;
  }
  .l-footer__contact .sec-main-title {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 500px) {
  .l-footer-new .l-footer__left {
    aspect-ratio: 39 / 95;
  }
}
/* FOOTER */

.l-footer-new .btn-cta__wrap .btn-cta,
.top-new .btn-cta__wrap .btn-cta {
  display: flex;
  width: 100%;
  max-width: 310px;
  min-height: 84px;
  padding: 16px 24px;
  text-decoration: none;
  min-width: 260px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #31a5d8 0%, #e5ea64 100%);
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.16px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.l-footer-new .btn-cta__wrap .btn-cta .arrow-icon,
.top-new .btn-cta__wrap .btn-cta .arrow-icon {
  position: absolute;
  right: 20px;
}
.l-footer__contactimg .link-contact:hover,
.top-new__section10wrap a:hover,
.section4-content__img a:hover,
.c-footer-nav a:hover,
.l-footer-new .btn-cta__wrap .btn-cta:hover,
.top-new .btn-cta__wrap .btn-cta:hover {
  box-shadow: 1px 1px 20px 5px rgba(115, 115, 115, 0.5); /* example color */
}

.top-new {
  color: var(--black);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  margin-top: 220px;
}
.top-new__section1__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0;
  padding-left: max(calc(50% - 630px), 20px);
}
.top-new__section1__inner h1 {
  font-size: clamp(3.5rem, 1.17rem + 3vw, 4.3rem);
  margin-bottom: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%; /* 64.5px */
  letter-spacing: 4.3px;
}
@media screen and (max-width: 1100px) {
  .top-new__section1__inner h1 {
    font-size: clamp(3.5rem, 1.17rem + 3vw, 3.3rem);
  }
}

.top-new__section1 {
  margin-bottom: 53px;
  margin-top: -50px;
}
.top-new__section1wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-new__section1__text p {
  letter-spacing: 3.2px;
  font-size: 16px;
}
.top-new .recent-news-top__list {
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  background: #ffffffcc;
  padding: 10px 50px 10px 20px;
  bottom: 22%;
}
.top-new .recent-news-top__link {
  text-decoration: none;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-new .top-new__section1__text {
  margin-bottom: 80px;
}
.top-new .recent-news-top__item__date {
  color: var(--orange);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.96px;
  margin-right: 15px;
}
.top-new .recent-news-top__item__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 4.2px;
}
.top-new__logo {
  margin-top: -30px;
}
.top-new .top-new__section1__img {
  max-width: 1000px;
  width: 62.86%;
}
@media screen and (max-width: 850px) {
  .top-new .top-new__section1__img {
    max-width: 1000px;
    width: 52.86%;
  }
}
.top-new .top-new__section1__img img {
  width: 100%;
  height: 100%;
  max-height: 900px;
  object-fit: cover;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  aspect-ratio: 88 / 70;
}
.top-new .top-new__section1__img .simpleParallax {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.simpleParallax {
  border-radius: 30px;
}
.top-new .member-wrap .simpleParallax {
  border-radius: 0px;
}
.top-new section {
  position: relative;
}
.bg-light-right {
  position: absolute;
  right: 0;
  top: -37vw;
  max-width: 71.43%;
  z-index: -2;
}
.bg-light-left {
  position: absolute;
  left: 0;
  bottom: -8vw;
  max-width: 57.14%;
  z-index: -1;
}
.top-new .top-new__section2 {
  padding-top: 123px;
  position: relative;
  padding-bottom: 73px;
  margin-top: 160px;
}
.top-new__section2 .btn-cta__wrap {
  margin-top: 100px;
}
.top-new__section2 .btn-cta__wrap > .btn-cta {
  max-width: 290px;
}
.top-new__section2 .right-area {
  margin-top: 67px;
}
.top-new__sec2img {
  position: absolute;
  overflow: hidden;
}
.top-new__sec2img > * {
  border-radius: 0;
}
.top-new__sec2img img {
  width: 100%;
}
.top-new__sec2img:first-child {
  top: 0;
  right: 0;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  width: 18.57%;
}
.top-new__sec2img:last-child {
  bottom: 0;
  left: 0;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  width: 20%;
}
.top-new .section2-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.top-new .section2-inner .left-area {
  writing-mode: vertical-rl;
  min-width: 150px;
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: flex-end;
}
.top-new .section2-inner .left-area h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: 8.4px;
}
.top-new .para18 {
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 300%; /* 54px */
  letter-spacing: 2.88px;
}
.l-footer-new .eng-title,
.top-new .eng-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  letter-spacing: 0;
  color: var(--orange);
  margin-top: 0;
}
.l-footer-new .eng-title:after,
.top-new .eng-title:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: -20px;
  top: -20px;
  aspect-ratio: 1/1;
  border-radius: 7px;
  left: 8px;
  top: -30px;
  background: linear-gradient(135deg, #31a5d8ff 0%, #e5ea64ff 100%);
}
.l-footer-new .eng-title:after {
  top: -20px;
  left: -20px;
  width: 11px;
  height: 11px;
}
.top-new .side-dot:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 7px;
  left: -30px;
  top: 6px;
  background: linear-gradient(135deg, #31a5d8ff 0%, #e5ea64ff 100%);
}
.top-new .no-dot:after {
  display: none;
}

.top-new .sec-main-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 44.8px */
  letter-spacing: 8.4px;
}

.top-new .mini-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 1.96px;
  text-align: justify;
}
.top-new .section4-content {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.top-new__section3 {
  margin-top: 130px;
  min-height: 410px;
}
.top-new__section4 {
  margin-top: 160px;
}
.top-new__section4 .sec-title-wrap,
.top-new__section12 .sec-title-wrap {
  padding-left: 30px;
}
.top-new__section4 .mini-para {
  margin-top: 24px;
}
.top-new .section4-content .right-area,
.top-new .section4-content .left-area {
  width: 100%;
  max-width: 500px;
}
.section4-content__img {
  position: relative;
  border-radius: 75px;
  overflow: hidden;
}
.section4-content__img a {
  position: absolute;
  left: 21px;
  bottom: 18px;
  background: linear-gradient(90deg, #31a5d8ff 0%, #e5ea64ff 100%);
  color: #fff;
  border-radius: 40px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  transition: all 0.5s ease-in-out;
}
.section4-content__img {
  aspect-ratio: 25/18;
  border-radius: 30px;
  margin-bottom: 24px;
}
.top-new .vision-point {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 34px */
  letter-spacing: 2.72px;
  color: var(--orange);
}
.top-new .font22 {
  font-size: 22px;
}
.top-new h3 {
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 44px */
  letter-spacing: 5.28px;
  margin-bottom: 20px;
}
.top-new .para {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 35.2px */
  letter-spacing: 2.24px;
}

.top-new .member-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}
.top-new .member-wrap picture > img {
  width: 100%;
  aspect-ratio: 1400 / 917;
}
.top-new .section5-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.top-new .section5-content .inner-wrap {
  width: 100%;
  max-width: 660px;
}
.top-new .section5-content .author-sign__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-new .section5-content .author-sign .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 6px;
  margin-bottom: 0px;
}
.top-new .section5-content .author-sign .mini-para {
  font-size: 14px;
}
.top-new .border-radius-30 {
  border-radius: 30px;
}
.top-new .section6-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
  gap: 30px;
}
.top-new .section6-content .right-area {
  width: 100%;
  max-width: 640px;
}
.top-new .section6-content .left-area {
  width: 100%;
  max-width: 500px;
  padding-left: 30px;
}
.top-new__section6 .mini-para {
  margin-top: 11px;
}
.top-new .para-wrap {
  border-radius: 10px;
  border: 1px solid var(--black);
  padding: 20px;
}
.h__partners-swiper1 {
  touch-action: none;
  pointer-events: none;
}
.h__partners-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.swiper-slide {
  width: auto;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.swiper-slide.mt-0 {
  margin-top: 0px;
}
.swiper-slide.mt-50 {
  margin-top: 50px;
}
.swiper-slide.mt-100 {
  margin-top: 100px;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.top-new__section7 {
  background: url(../img/top-new/bg-brown.png) no-repeat center / cover;
  color: #fff;
  padding: 133px 0 168px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 140px;
  aspect-ratio: 1411 / 939;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-new__section7 h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.3em;
}
.top-new__section7 h3 {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 24px;
}
.top-new__section7list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.top-new__section7item {
  width: calc(25% - 24px);
}
.top-new__section7item img {
  margin: 0 auto;
  display: block;
}
.top-new__section7item p {
  display: flex;
  gap: 7px;
  margin-top: 6px;
}
.top-new__section7item p::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #b08d7f;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 9px;
}
.top-new__section7 .btn-cta__wrap .btn-cta {
  margin: 0 auto;
}
.top-new__section8 {
  margin-top: 220px;
}
.top-new__section8 .top-new__section10wr {
  margin-top: 70px;
  max-width: 1000px;
  margin-left: auto;
}
.top-new__section8 .top-new__section10item {
  max-width: 460px;
}
.top-new__section8 .sec-title-wrap {
  padding-left: 60px;
}
.top-new__section9 {
  margin-top: 126px;
}
.top-new__section9 .sec-title-wrap {
  padding-left: 60px;
}
.top-new__section9wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.top-new__section9 .schedule_wrap {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.top-new__section9 .day-range .f-equal {
  width: 100%;
  max-width: 45px;
  aspect-ratio: 1;
}
.top-new__section9 .schedule_wrap .f-schedule,
.top-new__section9 .schedule_wrap .d-schedule {
  margin-top: 0;
  margin-bottom: 0;
}
.top-new__section10 {
  margin-top: 120px;
}
.top-new__section10wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.top-new__section10item {
  max-width: 500px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: justify;
}
.top-new__section10item:last-child {
  margin-top: 80px;
}
.top-new__section10wrap a {
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.top-new__section10img {
  border-radius: 40px;
  overflow: hidden;
  display: block;
}
.top-new__section10img > img {
  transition: all 0.5s ease-in-out;
}
.top-new__section10img:hover > img {
  scale: 1.05;
}
.top-new__section10item h3 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin-top: 36px;
  margin-bottom: 15px;
}
.top-new__section10wrap {
  display: flex;
  align-items: flex-end;
  gap: 14%;
}
.top-new__section10wrap > a {
  flex-shrink: 0;
}
.top-new__section12 {
  margin-top: 200px;
}
.top-new__section12 .btn-cta__wrap .btn-cta {
  max-width: 290px;
  margin-left: auto;
}

.top-new__section12 .recent-news-top__item__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
.top-new__section12 .recent-news-top__item__date {
  color: inherit;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.24em;
  margin-right: 30px;
}
.top-new__section12 .recent-news-top__link {
  justify-content: flex-start;
}
.top-new__section12list {
  width: 68.21%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
@media screen and (max-width: 1300px) {
  .top-new .recent-news-top__list {
    bottom: 10%;
  }
  .top-new__section5 .sec-title-wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-new {
    margin-top: 100px;
  }
  .top-new__section1 {
    margin-top: 0;
    padding-top: 25px;
    margin-bottom: 0;
  }
  .top-new__section1__inner {
    width: 100%;
    padding: 0 20px;
  }
  .top-new__section1__inner h1 {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 11px;
  }
  .top-new__section1__text p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.16em;
    text-align: justify;
  }
  .top-new .top-new__section1__text {
    margin-bottom: 35px;
  }
  .top-new__section1wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-new .top-new__section1__img {
    margin-left: auto;
    width: 93.85%;
  }
  .top-new .top-new__section1__img .simpleParallax {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
  }
  .top-new .top-new__section1__img img {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    aspect-ratio: 366 / 469;
  }
  .top-new .recent-news-top__list {
    left: 3px;
    bottom: 10%;
    max-width: calc(100% - 8px);
    padding: 18px;
  }
  .top-new .recent-news-top__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .top-new .recent-news-top__item__title {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
  .top-new .top-new__section2 {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .top-new .section2-inner {
    flex-direction: column;
    margin-top: 60px;
  }
  .top-new .section2-inner .left-area {
    writing-mode: unset;
    flex-direction: column-reverse;
  }
  .top-new__sec2images {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .top-new__sec2img {
    position: unset;
  }
  .top-new__sec2img:first-child {
    width: 41.8%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 76px;
  }
  .top-new__sec2img:last-child {
    width: 44.62%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .top-new__section2 .right-area {
    margin-top: 50px;
  }
  .top-new__section2 .right-area > p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .top-new__section2 .right-area > .mb80 {
    margin-bottom: 40px !important;
  }
  .top-new__section2 .btn-cta__wrap {
    margin-top: 60px;
  }
  .top-new__section3 {
    margin-top: 90px;
  }
  .top-new__section4 {
    margin-top: 110px;
  }
  .top-new .section4-content {
    flex-direction: column;
    margin-top: 40px;
    gap: 78px;
  }
  .top-new .section4-content .right-area h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.12em;
    text-align: justify;
  }
  .top-new .section4-content .right-area .para {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .section4-content__img a {
    font-size: 1.1rem;
    padding: 10px 14px;
    left: 15px;
    bottom: 13px;
  }
  .top-new .btn-cta__wrap .btn-cta {
    margin: 0 auto;
  }
  .top-new__section5 .para {
    margin-top: 22px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .top-new__section5 .sec-title-wrap {
    padding-left: 0;
  }
  .top-new .section5-content .author-sign .name {
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .top-new .section5-content .author-sign .mini-para {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .top-new .section6-content .left-area {
    padding-left: 0;
  }
  .top-new .section6-content {
    flex-direction: column-reverse;
    gap: 40px;
    margin-top: 80px;
  }
  .top-new .section6-content .right-area img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: bottom;
  }
  .top-new__section6 .para18.mb40 {
    margin-bottom: 20px !important;
  }
  .top-new__section6 .left-text > .para {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .top-new__section7 {
    aspect-ratio: unset;
    margin-top: 80px;
    padding: 100px 0 130px;
    background-image: url(../img/top-new/bg-brown-sp.png);
  }
  .top-new__section7 h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .top-new__section7list {
    gap: 40px;
  }
  .top-new__section7item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .top-new__section7item img {
    flex-shrink: 0;
    width: 30.77%;
    margin: 0;
  }
  .top-new__section7 h3 {
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
  }
  .top-new__section7 .container-1260 {
    padding: 0 10px;
  }
  .top-new .member-wrap {
    position: relative;
  }
  .top-new .member-name {
    position: absolute;
    bottom: 35px;
    width: 92.31%;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-new .member-wrap picture > img {
    aspect-ratio: 195 / 262;
  }
  .top-new__section8 {
    margin-top: 120px;
  }
  .top-new__section8 .top-new__section10wr {
    margin-top: 50px;
  }
  .top-new__section10wrap > a img {
    width: 45px;
  }
  .top-new__section9wrap {
    flex-direction: column;
  }
  .top-new__section9 .sec-title-wrap,
  .top-new__section8 .sec-title-wrap {
    padding-left: 0;
  }
  .top-new__section9 .schedule_wrap {
    padding: 0;
    margin: 0;
    gap: 20px;
    margin-top: 40px;
  }
  .top-new__section9 .schedule_wrap .f-schedule,
  .top-new__section9 .schedule_wrap .d-schedule {
    margin: 0;
    width: 100%;
  }
  .top-new__section10 {
    margin-top: 100px;
  }
  .top-new__section10wrap {
    flex-direction: column;
  }
  .top-new__section10wr {
    flex-direction: column;
    gap: 40px;
  }
  .top-new__section10item:last-child {
    margin-top: 0;
  }
  .top-new__section10item {
    font-size: 1.4rem;
  }
  .top-new__section10item h3 {
    font-size: 1.7rem;
    margin-bottom: 12px;
    margin-top: 25px;
  }
  .top-new__section12 {
    margin-top: 80px;
  }
  .top-new__section12list {
    width: 100%;
    gap: 26px;
    margin-top: 45px;
  }
  .top-new__section12 .recent-news-top__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .top-new__section12 .btn-cta__wrap .btn-cta {
    margin-right: auto;
  }
  .l-footer-new .eng-title:after,
  .top-new .eng-title:after {
    width: 8px;
    height: 8px;
    left: -16px;
    top: 5px;
  }
  .l-footer-new .eng-title,
  .top-new .eng-title {
    font-size: 1.4rem;
  }
  .l-footer-new .eng-title:after {
    top: 5px;
  }
  .home .eng-title {
    margin-left: 16px;
  }
  .top-new .sec-main-title {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.24em;
  }
  .top-new__section12 .recent-news-top__item__date {
    font-size: 1.3rem;
  }
  .top-new__section12 .recent-news-top__item__title {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .top-new__section4 .sec-title-wrap,
  .top-new__section12 .sec-title-wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-new__section7 {
    aspect-ratio: 780 / 2522;
  }
  .top-new .section2-inner .left-area {
    min-width: 0;
    white-space: wrap;
  }
}