@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

input,
button,
textarea,
select {
  font: inherit;
  color: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

a {
  color: inherit;
  text-decoration: none; }

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none; }

fieldset {
  border: none; }

:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.8rem, 14px); }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    :root {
      --font-size-html: 1.30208vw; } }
  @media (max-width: 767px) {
    :root {
      --font-size-html: 2.66667vw;
      --size-p: max(1.5rem, 14px); } }

html {
  font-size: var(--font-size-html); }

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4; }

a {
  transition: color 0.3s ease, opacity 0.3s ease; }
  a:hover {
    opacity: 0.7; }
  a:focus-visible {
    outline: 0.2rem solid #1a73e8;
    outline-offset: 0.2rem; }

img {
  vertical-align: bottom; }

p {
  font-size: var(--size-p);
  line-height: 185%;
  letter-spacing: .05em;
  font-weight: 500; }
  @media (max-width: 960px) {
    p {
      text-align: justify;
      letter-spacing: .02em; } }

::selection {
  background-color: #1a73e8;
  color: #fff; }

.u-hidden {
  display: none; }

@media (min-width: 768px) {
  .u-sp-only {
    display: none; } }

.u-pc-only {
  display: none; }
  @media (min-width: 768px) {
    .u-pc-only {
      display: block; } }

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex;
  flex-wrap: wrap; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-inline-grid {
  display: inline-grid; }

.d-none {
  display: none; }

.justify-start {
  justify-content: flex-start; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.items-start {
  align-items: flex-start; }

.items-center {
  align-items: center; }

.items-end {
  align-items: flex-end; }

.items-stretch {
  align-items: stretch; }

.p-text-center {
  text-align: center; }

@media (min-width: 960.5px) {
  .u-sp {
    display: none; } }
@media (max-width: 960px) {
  .u-pc {
    display: none; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: 1rem; }

.u-mt-sm {
  margin-top: 2rem; }

.u-mt-md {
  margin-top: 3rem; }

.u-mt-lg {
  margin-top: 5rem; }

.u-mt-xl {
  margin-top: 8rem; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 1rem; }

.u-mb-sm {
  margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .u-mb-sm {
      margin-bottom: 1rem; } }

.u-mb-md {
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .u-mb-md {
      margin-bottom: 2rem; } }

.u-mb-lg {
  margin-bottom: 5rem; }
  @media (max-width: 960px) {
    .u-mb-lg {
      margin-bottom: 3rem; } }

.u-mb-xl {
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .u-mb-xl {
      margin-bottom: 5rem; } }

.u-py-0 {
  padding: 0; }

.u-py-3 {
  padding: 3rem; }

.u-my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.u-mt-10 {
  margin-top: 10rem; }

.u-mt-4 {
  margin-top: 4rem; }

.u-mb-8 {
  margin-bottom: 8rem; }

.u-my-sm {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.u-py-md {
  padding: 3rem !important; }
  @media (max-width: 960px) {
    .u-py-md {
      padding: 2rem !important; } }

@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem; }

  .u-mt-10 {
    margin-top: 7rem; } }
.u-ai--center {
  align-items: center; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.4rem; }

.u-text-xs {
  font-size: 1.2rem; }

.u-text-lg {
  font-size: 1.8rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #999; }

.u-text-primary {
  color: #1a73e8; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.c-tel__btn {
  position: relative;
  background: #f7b756;
  border-radius: 1rem;
  z-index: 0; }
  .c-tel__btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(images/btn-bg01.png) no-repeat center;
    background-size: cover;
    border-radius: 1rem;
    mix-blend-mode: multiply; }
  .c-tel__btn--text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: url(images/tel-icon01.svg) no-repeat center left 1.4rem;
    background-size: 1.7rem;
    width: 20.6rem;
    height: 5.2rem;
    position: relative;
    z-index: 0;
    padding-left: 1.5rem;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }
    .c-tel__btn--text::before {
      content: "";
      position: absolute;
      width: calc(100% - 0.8rem);
      height: calc(100% - 0.8rem);
      top: 50%;
      left: 50%;
      border-radius: 1rem;
      transform: translate(-50%, -50%);
      border: dashed #FFF 1px; }
  .c-tel__btn.vz-02 {
    max-width: 38.3rem;
    height: 12.2rem;
    border-radius: 2rem; }
    .c-tel__btn.vz-02::before {
      border-radius: 2rem;
      background-image: url(images/btn-bg02.png);
      background-size: cover; }
    .c-tel__btn.vz-02 .c-tel__btn--text {
      border-radius: 2rem;
      width: 100%;
      height: 100%;
      font-size: 4.5rem;
      background-position: center left 4rem;
      background-size: 4rem;
      padding-left: 7rem; }
      .c-tel__btn.vz-02 .c-tel__btn--text::before {
        border-width: 0;
        background: url(images/border-line.png) no-repeat center;
        background-size: contain;
        width: calc(100% - 1.4rem);
        height: calc(100% - 1.2rem); }

.c-button__img--link {
  max-width: 38.3rem;
  display: inline-block; }
  .c-button__img--link img {
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    width: 100%;
    border-radius: 2rem; }

.p-header {
  height: 8.4rem; }
  .p-header__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    padding: 1rem 3rem;
    background: #FFF;
    transition: all 0.35s; }
  .p-header__menu {
    margin-right: 2rem; }
    .p-header__menu li {
      padding: 0 2.4rem; }
      .p-header__menu li:first-child {
        padding-left: 0; }
        .p-header__menu li:first-child a::before {
          background: #2ab2c1; }
      .p-header__menu li:last-child {
        padding-right: 0; }
        .p-header__menu li:last-child a::before {
          content: none; }
      .p-header__menu li a {
        color: #454545;
        font-size: 2rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative; }
        .p-header__menu li a::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 3.5rem;
          transform: rotate(40deg);
          top: 0;
          right: -2.2rem;
          background: #643268; }
      .p-header__menu li:nth-child(2) a::before {
        background: #9cbd53; }
      .p-header__menu li:nth-child(3) a::before {
        background: #d7949d; }
      .p-header__menu li:nth-child(4) a::before {
        background: #f7b756; }
      .p-header__menu li:nth-child(5) a::before {
        background: #e95529; }
      .p-header__menu li.current_page_item a, .p-header__menu li.current-menu-parent a {
        color: #e2a74f;
        font-weight: 700; }
  .p-header__logo img {
    width: 45rem; }
  .p-header__brand {
    transition: all 0.35s; }

@media (min-width: 960.5px) {
  .c-hamburger,
  .p-header__menu--sp {
    display: none; }

  .home .p-header__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    z-index: -1; }

  .home .p-header {
    height: auto; }
    .home .p-header__inner:not(.active) {
      background: url(images/header-bg01.png) no-repeat center bottom;
      padding: 0.8rem 3rem 3rem;
      align-items: flex-start; }
      .home .p-header__inner:not(.active) .p-header__brand {
        padding-top: 0.4rem; }
      .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
        top: 5.2rem; }

  .p-header__menu--01 > li {
    position: relative; }
  .p-header__menu--01 li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: 0;
    top: 3.5rem;
    transition: all 0.3s ease;
    width: 27rem; }
    .p-header__menu--01 li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 2.4rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #e2a74f; }
    .p-header__menu--01 li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu--01 li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu--01 li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #FFF;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu--01 li .sub-menu li a::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(images/icon_arrow-02.svg) center/100% no-repeat;
          background: #FFF;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit; }
        .p-header__menu--01 li .sub-menu li a:hover {
          opacity: 0.8; }
  .p-header__menu--01 li.vz-02 {
    position: initial; }
    .p-header__menu--01 li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: 6rem;
      padding: 5rem 10rem !important; }
      .p-header__menu--01 li.vz-02 .sub-menu::before {
        height: calc(100% - 2.4rem); }
      .p-header__menu--01 li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu--01 li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu--01 li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 2rem 0 0; }
  .p-header__menu--01 li:hover.menu-item-has-children > a::before {
    opacity: 1; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .home .p-header__inner:not(.active) {
    padding: 0.8rem 1rem 1.5rem; }

  .c-tel__btn--text {
    width: 19rem; }

  .p-header {
    height: 7.2rem; }
    .p-header__logo img {
      width: 30rem; }
    .p-header__inner {
      padding: 1rem; }
    .p-header__menu {
      margin-right: 1rem; }
      .p-header__menu li {
        padding: 0 1.8rem; }
        .p-header__menu li a {
          font-size: 1.9rem; }
          .p-header__menu li a::before {
            height: 3rem; }
      .p-header__menu--01 li .sub-menu::before {
        height: calc(100% - 1.7rem); }
      .p-header__menu--01 li.vz-02 .sub-menu {
        top: 5.3rem; }
        .p-header__menu--01 li.vz-02 .sub-menu::before {
          height: calc(100% - 1.8rem); } }
@media (max-width: 960px) {
  .c-tel__btn.vz-02 .c-tel__btn--text {
    font-size: 3.5rem; }

  .p-header {
    height: 6rem; }
    .p-header__right {
      display: none;
      height: calc(100vh - 7rem);
      overflow: scroll;
      padding: 1.5rem 1.5rem 15rem;
      width: 100%; }
    .p-header__inner {
      padding: 0; }
    .p-header__logo img {
      width: 28rem; }
    .p-header__brand {
      display: flex;
      padding-left: 1.5rem;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
    .p-header__menu, .p-header__contact {
      display: none; }
    .p-header__menu--title {
      color: #e2a74f;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .p-header__menu--list {
      margin-bottom: 2rem; }
      .p-header__menu--list li {
        margin-bottom: 1rem; }
        .p-header__menu--list li:last-child {
          margin-bottom: 0; }
        .p-header__menu--list li a {
          color: #454545;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 160%;
          letter-spacing: 0;
          display: block; }
          .p-header__menu--list li a.active {
            color: #e2a74f; }

  .c-hamburger {
    width: 7rem;
    height: 6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 1.5rem;
    cursor: pointer; }
    .c-hamburger__line {
      background: #3a82b3;
      display: block;
      height: 1px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .c-hamburger.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: 0.9rem;
      width: 100%; }
    .c-hamburger.active span:nth-child(2) {
      display: none; }
    .c-hamburger.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.9rem;
      width: 100%; } }
.c-banner__floatding {
  position: fixed;
  bottom: 13rem;
  right: 8rem;
  z-index: 10; }
  .c-banner__floatding--close {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: .5rem;
    background: #e2a74f;
    position: absolute;
    top: -1.5rem;
    right: -1rem;
    cursor: pointer;
    z-index: 1; }
    .c-banner__floatding--close::before {
      content: "";
      position: absolute;
      width: 1.8rem;
      height: 1.8rem;
      -webkit-mask: url(images/icon-close.svg) center/100% no-repeat;
      mask: url(images/icon-close.svg) center/100% no-repeat;
      background: #FFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .c-banner__floatding-link img {
    width: 32.8rem; }
  .c-banner__floatding-link:hover {
    opacity: 0.85; }
  .c-banner__floatding.active {
    display: none; }

.c-top__location-txt {
  padding-left: 2rem;
  color: #454545;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0;
  background: url(images/location-icon01.svg) no-repeat center left;
  background-size: 1.4rem; }

.c-nav-fix {
  position: fixed;
  top: 18rem;
  right: 0;
  z-index: 5; }
  .c-nav-fix .c-nav-fix__btn a {
    color: #FFF;
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    display: block;
    height: 13rem;
    width: 6rem;
    position: relative;
    background-color: #F7B756;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 129' fill='none'%3E%3Cpath d='M15.75 0H108V129H15.75C15.75 129 0 119.465 0 64.5C0 9.53478 15.75 0 15.75 0Z' fill='black'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 129' fill='none'%3E%3Cpath d='M15.75 0H108V129H15.75C15.75 129 0 119.465 0 64.5C0 9.53478 15.75 0 15.75 0Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%; }
    .c-nav-fix .c-nav-fix__btn a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='120' viewBox='0 0 54 120' fill='none'%3E%3Cpath d='M15.5208 0.5H103.5V119.5H15.5208C15.5208 119.5 0.5 110.704 0.5 60C0.5 9.29565 15.5208 0.5 15.5208 0.5Z' stroke='%23F9F6EC' stroke-linecap='round' stroke-dasharray='2 2'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: calc(100% - .5rem) calc(100% - 1rem); }
    .c-nav-fix .c-nav-fix__btn a::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url(images/bg-icon01.png) no-repeat center;
      background-size: cover;
      z-index: -1;
      mix-blend-mode: multiply; }
    .c-nav-fix .c-nav-fix__btn a .item {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: .5rem;
      text-align: center;
      width: 100%;
      height: 100%; }
    .c-nav-fix .c-nav-fix__btn a:hover {
      opacity: 0.85; }
  .c-nav-fix .c-nav-fix__btn.c-nav-fix__web a span {
    padding: 2.3rem .4rem 0 1.3rem;
    background: url(images/web-icon-1.svg) no-repeat left 2rem top 2.9rem;
    background-size: 2.8rem; }
  .c-nav-fix .c-nav-fix__btn.vz-02 a {
    background: #2AB2C1; }
  .c-nav-fix__tel a .item {
    padding-top: 3rem;
    background: url(images/tel-icon01.svg) no-repeat left 2.4rem top 2.2rem;
    background-size: 2rem; }

.l-footer__inner {
  padding: 5rem 0 4rem;
  background: url(images/footer-bg01.png) no-repeat center;
  background-size: cover; }

.p-footer__maps {
  background: #CCC;
  width: 100%;
  height: 63rem;
  position: relative;
  z-index: 0; }
  .p-footer__maps::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.8rem;
    top: 0;
    left: 0;
    -webkit-mask: url(images/bg_column.png) center bottom/100% no-repeat;
    mask: url(images/bg_column.png) center bottom/100% no-repeat;
    background: #FFF; }
  .p-footer__maps iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border: 0; }
.p-footer__info {
  width: 69rem; }
  .p-footer__info-cont {
    padding-left: 7rem; }
  .p-footer__info .c-top__location-txt {
    margin-bottom: 2rem; }
  .p-footer__info .c-tel__btn {
    margin-bottom: 2rem; }
.p-footer__logo img {
  width: 56rem; }
.p-footer__nav {
  width: calc(100% - 69rem);
  gap: 3rem;
  grid-template-columns: 1fr 1.6fr; }
  .p-footer__nav--title {
    color: #5E4E3B;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 1.3rem;
    margin-bottom: 2rem; }
    .p-footer__nav--title::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      max-width: 23rem;
      bottom: 0;
      left: 0;
      background: #454545; }
    .p-footer__nav--title--sub {
      font-size: 1.8rem;
      font-weight: 400;
      margin-left: 2rem; }
    .p-footer__nav--title--02::before {
      max-width: 28.4rem; }
.p-footer__brand {
  margin-bottom: 1.8rem; }
.p-footer__menu {
  gap: 1.1rem; }
  .p-footer__menu li a {
    color: #454545;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-left: 1.2rem; }
    .p-footer__menu li a::before {
      content: "";
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      top: 1.3rem;
      left: 0;
      background: #454545;
      border-radius: 100%; }
  .p-footer__menu.vz-02 {
    grid-template-columns: 1fr 1fr; }
.p-footer__bottom {
  background: #2AB2C1;
  padding: 1.6rem; }
.p-footer__credit {
  margin-right: 2rem; }
  .p-footer__credit img {
    width: 19rem; }
.p-footer__copy {
  color: #FFF;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }

.home .p-footer__maps::before {
  background: url(images/feature_bg01.jpg) no-repeat center;
  background-size: cover; }

@media (min-width: 960.5px) {
  .c-nav-fix__item--access {
    display: none; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .c-banner__floatding {
    bottom: 11rem; } }
@media (max-width: 960px) {
  .c-nav-fix {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 60;
    border-top: #FFF solid 1px; }
    .c-nav-fix li {
      width: calc(100% / 3); }
    .c-nav-fix__tel a .item {
      background-position: center top 1rem; }
    .c-nav-fix .c-nav-fix__btn a {
      width: 100%;
      height: 6rem;
      -webkit-mask-image: initial;
      mask-image: initial; }
      .c-nav-fix .c-nav-fix__btn a::before {
        content: none; }
      .c-nav-fix .c-nav-fix__btn a .item {
        justify-content: center;
        padding: .5rem;
        align-items: flex-end; }
        .c-nav-fix .c-nav-fix__btn a .item br {
          display: none; }
    .c-nav-fix .c-nav-fix__btn.c-nav-fix__web a span {
      padding: .5rem;
      background-position: center top 1rem; }
    .c-nav-fix .c-nav-fix__btn.c-nav-fix__access a .item {
      position: relative; }
      .c-nav-fix .c-nav-fix__btn.c-nav-fix__access a .item::before {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.8rem;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-mask: url(images/location-icon01.svg) center/100% no-repeat;
        mask: url(images/location-icon01.svg) center/100% no-repeat;
        background: #FFF; }

  .c-banner__floatding {
    bottom: 7rem; }
    .c-banner__floatding-link img {
      width: 28rem; }

  .p-footer {
    padding-bottom: 6rem; }
    .p-footer__info {
      width: 100%; }
      .p-footer__info-cont {
        padding-left: 0; }
    .p-footer__nav {
      display: none; }
    .p-footer__btn-gp {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem; }
    .p-footer__maps {
      height: 30rem; } }
@media (max-width: 767px) {
  .p-footer__credit {
    margin-right: 0; }
  .p-footer__btn-gp {
    grid-template-columns: 1fr;
    gap: 0; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1775 {
  max-width: 180.5rem; }
.l-grid-1660 {
  max-width: 169rem; }
.l-grid-1600 {
  max-width: 163rem; }
.l-grid-1485 {
  max-width: 151.5rem; }
.l-grid-1480 {
  max-width: 151rem; }
.l-grid-1440 {
  max-width: 147rem; }
.l-grid-1400 {
  max-width: 143rem; }
.l-grid-1286 {
  max-width: 131.6rem; }
.l-grid-1265 {
  max-width: 129.5rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1080 {
  max-width: 111rem; }

.l-container {
  width: 100%;
  position: relative; }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

.anchor_fixtop,
.u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

@media (max-width: 960px) {
  .anchor_fixtop,
  .u-anchor-offset {
    top: -8rem; } }
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0; }
  .l-grid--2 {
    grid-template-columns: 1fr 40rem; }
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr); }
  .l-grid--4 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--5 {
    grid-template-columns: 1fr 30rem; }
  .l-grid--reverse {
    direction: rtl; }
    .l-grid--reverse .l-grid__inner {
      direction: ltr; }
  @media (max-width: 960px) {
    .l-grid {
      gap: 1.5rem; }
      .l-grid__inner:first-child {
        order: 2; }
      .l-grid__inner:last-child {
        order: 1; }
      .l-grid--2 {
        grid-template-columns: 1fr; }
      .l-grid--3 {
        gap: 3rem 1.5rem;
        grid-template-columns: repeat(2, 1fr); }
      .l-grid--sp3 {
        gap: 0.5rem;
        grid-template-columns: repeat(3, 1fr); }
      .l-grid--4 {
        grid-template-columns: 1fr; }
        .l-grid--4 .l-grid__inner:first-child {
          order: -1; }
      .l-grid--5 {
        grid-template-columns: 1fr; }
        .l-grid--5 .l-grid__inner:first-child {
          order: -1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */ }

.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */ }

.slick-track {
  display: flex; }

:root {
  --main-color: #2ab2c1;
  --main-color-light: rgba(218, 162, 76, 0.07);
  --main-color--title: #2ab2c1;
  --main-color-white: #ffffff;
  --size-v1: max(3rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1; }

@media (max-width: 960px) {
  :root {
    --size-v1: max(1.9rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px); } }
.c-heading {
  position: relative; }

.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem; }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 7rem;
    height: 1.2rem;
    transform: translateX(-50%);
    border-bottom: 6px dotted var(--main-color); }
  .c-heading--lv1__v2 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    font-size: var(--size-v2);
    border-left: 0.6rem solid var(--main-color--title); }
    .c-heading--lv1__v2::before {
      content: none; }
  @media (max-width: 960px) {
    .c-heading--lv1, .c-heading--lv1__v2 {
      margin-bottom: 3rem;
      padding-bottom: 2rem; }
      .c-heading--lv1::before, .c-heading--lv1__v2::before {
        width: 6rem; }
      .c-heading--lv1__v2 {
        margin-bottom: 0;
        padding-bottom: 0; } }

.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed #fff;
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600; }
  @media (max-width: 960px) {
    .c-heading--lv2, .c-heading--lv2-alt {
      padding: 1rem 1.5rem;
      text-align: justify; } }

.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0; }

.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading); }
  .c-heading--lv3::before, .c-heading--lv3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--main-color); }
  .c-heading--lv3::before {
    width: 10%;
    z-index: 2; }
  .c-heading--lv3::after {
    width: 100%;
    opacity: 0.1; }

.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify; }
  .c-heading--lv4.vs-01 {
    font-size: var(--size-v1);
    padding-left: 3.5rem; }
    .c-heading--lv4.vs-01::before {
      width: 2.5rem;
      height: 2.5rem;
      left: 0;
      top: 1.2rem; }
    @media (max-width: 960px) {
      .c-heading--lv4.vs-01 {
        padding-left: 2.5rem;
        margin-bottom: 0 !important; }
        .c-heading--lv4.vs-01::before {
          width: 1.8rem;
          height: 1.8rem;
          left: 0;
          top: 0.5rem; } }
  .c-heading--lv4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.5rem;
    background: var(--main-color); }

.c-top__heading {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 1.7rem; }
  .c-top__heading::before {
    content: "";
    position: absolute;
    width: 6.7rem;
    height: 5.3rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/title-icon02.png) no-repeat center;
    background-size: contain; }
  .c-top__heading--en {
    display: block;
    color: #f7ac63;
    font-size: 6rem;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--jp {
    color: #454545;
    font-size: 3rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0; }
  .c-top__heading--desc {
    color: #f7ac63;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    display: block; }

@media (max-width: 960px) {
  .c-top__heading {
    padding-top: 2rem; }
    .c-top__heading::before {
      width: 4rem;
      height: 3.1rem; }
    .c-top__heading--en {
      font-size: 4rem; }
    .c-top__heading--jp {
      font-size: 2rem; }
    .c-top__heading--desc {
      font-size: 2.5rem; } }
.c-pagetop {
  position: fixed;
  bottom: 3.5rem;
  right: 2rem;
  width: 10.8rem;
  height: 10.8rem;
  opacity: 0;
  border: 0;
  background: url(images/page-top.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 1440px) and (min-width: 960.5px) {
    .c-pagetop {
      bottom: 1.5rem;
      width: 9.8rem;
      height: 9.8rem; } }
  @media (max-width: 960px) {
    .c-pagetop {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      .c-pagetop.fixed {
        bottom: 7rem; } }
  @media (max-width: 767px) {
    .c-pagetop {
      bottom: 11rem; } }

.c-menu__medical--list {
  margin-bottom: 3rem; }
  .c-menu__medical--list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
  .c-menu__medical--list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #e2a74f;
    position: relative;
    display: block;
    letter-spacing: 0;
    height: 100%;
    transition: all 0.35s;
    padding: 1rem;
    background: rgba(226, 167, 79, 0.2);
    border: #e2a74f solid 1px; }
    .c-menu__medical--list li a:hover {
      font-weight: bold; }
  .c-menu__medical--list li.current_page_item a {
    background: #e2a74f;
    color: #FFF; }

@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden; }

  .c-menu__medical--list li a {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem; }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0; } }
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .c-breadcrumb__list {
    display: inline;
    gap: 0; }
  .c-breadcrumb__item {
    display: inline;
    position: relative; }
    .c-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .c-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        border-top: 1px solid #353535;
        border-right: 1px solid #353535; }
  .c-breadcrumb__link {
    color: #454545; }
    .c-breadcrumb__link:hover {
      opacity: 1;
      text-decoration: underline; }
  .c-breadcrumb__current {
    color: #999; }
  .c-breadcrumb__link, .c-breadcrumb__current {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .05rem; }

.c-table {
  font-size: var(--size-p);
  color: #454545;
  line-height: 185%;
  letter-spacing: 0.05rem; }
  .c-table--01 {
    border-top: 1px dashed #dddddd; }
    @media (max-width: 960px) {
      .c-table--01 {
        border-top: 0px dashed #dddddd;
        border-bottom: 1px solid #dddddd; } }
    .c-table--01 .c-table__row {
      display: grid;
      grid-template-columns: 16rem 1fr;
      gap: 2rem;
      padding: 2rem 0;
      border-bottom: 1px dashed #dddddd; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__row {
          grid-template-columns: 9rem 1fr;
          gap: 1rem;
          padding: 1.5rem 0;
          border-bottom: 0; }
          .c-table--01 .c-table__row:nth-child(odd) {
            background: #efefef; } }
    .c-table--01 .c-table__head {
      font-weight: 600; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__head {
          padding-left: 1rem; } }
    .c-table--01 .c-table__body {
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--01 .c-table__body {
          padding-right: 1rem; } }
    @media (max-width: 960px) {
      .c-table--01__spfull .c-table__row {
        grid-template-columns: 1fr; }
        .c-table--01__spfull .c-table__row:nth-child(odd) {
          background: transparent; }
      .c-table--01__spfull .c-table__head {
        padding: 1.5rem 2rem;
        background-color: var(--main-color-light); }
        .c-table--01__spfull .c-table__head br {
          display: none; }
      .c-table--01__spfull .c-table__body {
        padding-right: 0; }
      .c-table--01__spfull .c-list {
        margin: 0.5rem 0 0 0;
        padding: 0;
        gap: 0;
        background-color: transparent; } }
  .c-table--02 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px dashed #dddddd; }
    .c-table--02 .c-table__row {
      grid-template-columns: 22rem 1fr;
      border-bottom: 0px dashed #dddddd; }
      .c-table--02 .c-table__row:nth-child(odd) {
        background-color: var(--main-color-light); }
    .c-table--02 .c-table__head {
      padding-left: 2rem; }
    @media (max-width: 960px) {
      .c-table--02 .c-table__row {
        gap: 0;
        grid-template-columns: 1fr; }
        .c-table--02 .c-table__row .c-table__body,
        .c-table--02 .c-table__row .c-table__head {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .c-table--compare {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .c-table--compare .c-table__head,
    .c-table--compare .c-table__data {
      border: 1px solid #e5e5e5;
      padding: 1.5rem 2rem;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media (max-width: 960px) {
        .c-table--compare .c-table__head,
        .c-table--compare .c-table__data {
          padding: 1rem 0.5rem;
          font-size: 1.3rem; } }
    .c-table--compare .c-table__row--head .c-table__head {
      background: #f5f5f5;
      font-weight: 600; }
      .c-table--compare .c-table__row--head .c-table__head:first-child {
        width: 25%; }
        @media (max-width: 960px) {
          .c-table--compare .c-table__row--head .c-table__head:first-child {
            width: 30%; } }

.c-table--schedule {
  border-top: 1px solid #e5e5e5; }
  .c-table--schedule .c-table__row {
    display: grid;
    grid-template-columns: 26rem repeat(8, 1fr);
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__row {
        grid-template-columns: 10rem repeat(8, 1fr); } }
  .c-table--schedule .c-table__row--head {
    background: #f5f5f5;
    font-weight: 600; }
  .c-table--schedule .c-table__head,
  .c-table--schedule .c-table__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-right: 1px solid #e5e5e5;
    font-weight: 500; }
    .c-table--schedule .c-table__head:not(:first-child),
    .c-table--schedule .c-table__body:not(:first-child) {
      text-align: center; }
    .c-table--schedule .c-table__head:first-child,
    .c-table--schedule .c-table__body:first-child {
      border-left: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .c-table--schedule .c-table__head,
      .c-table--schedule .c-table__body {
        padding: 0.5rem;
        line-height: 150%; } }
  .c-table--schedule .c-table__head {
    text-align: center; }

.c-schedule-table {
  margin-bottom: 1.3rem; }
  .c-schedule-table .row {
    display: flex;
    position: relative;
    padding: 1.15rem 0px; }
    .c-schedule-table .row::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.6rem);
      height: 1px;
      background: #a1def2;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
    .c-schedule-table .row:first-child {
      background: #a1def2;
      border-bottom: 0;
      border-radius: 2rem;
      padding: 0.65rem 0; }
      .c-schedule-table .row:first-child::before {
        content: none; }
      .c-schedule-table .row:first-child .col {
        color: #3a82b3; }
    .c-schedule-table .row .col {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      width: calc((100% - 20.2rem) / 6);
      position: relative; }
      .c-schedule-table .row .col:first-child {
        width: 14.2rem;
        padding-left: 1.5rem; }
      .c-schedule-table .row .col:last-child {
        width: 6rem; }
      .c-schedule-table .row .col-02 {
        color: #3a82b3; }
      .c-schedule-table .row .col-desc {
        position: absolute;
        color: #454545;
        font-size: 1.6rem;
        width: 105%;
        bottom: -1.6rem;
        left: -2rem; }

@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6); }
    .c-schedule-table .row .col:first-child {
      width: 10rem; }
    .c-schedule-table .row .col:last-child {
      width: 4rem; }
    .c-schedule-table .row .col-desc {
      width: 168%;
      bottom: 0;
      font-size: 1.4rem; }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem; } }
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  padding: 2rem; }
  .c-map iframe {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }
  .c-map::before, .c-map::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem; }
  .c-map::before {
    left: 0;
    top: 0;
    border-left: 0.2rem solid var(--main-color);
    border-top: 0.2rem solid var(--main-color); }
  .c-map::after {
    right: 0;
    bottom: 0;
    border-right: 0.2rem solid var(--main-color);
    border-bottom: 0.2rem solid var(--main-color); }
  @media (max-width: 960px) {
    .c-map {
      aspect-ratio: 16 / 14;
      padding: 1rem; }
      .c-map::before, .c-map::after {
        width: 4rem;
        height: 4rem; } }

.c-list {
  list-style: none;
  background-color: rgba(69, 69, 69, 0.05);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0; }
  .c-list li {
    position: relative;
    line-height: 1.8;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.05rem; }

.c-list--dot .c-list__item {
  padding-left: 1.6rem; }
  .c-list--dot .c-list__item::before {
    content: "・";
    position: absolute;
    left: 0; }

.c-list--bg {
  padding: 0;
  background-color: transparent; }
  .c-list--bg li {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: var(--main-color-light); }

.c-list--check .c-list__item {
  padding-left: 2rem; }
  .c-list--check .c-list__item::before {
    content: "✓";
    position: absolute;
    left: 0; }

.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--2col {
      grid-template-columns: repeat(1, 1fr); } }

.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem; }
  @media (max-width: 960px) {
    .c-list--3col {
      grid-template-columns: repeat(1, 1fr); } }

.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0; }
  .p-page-banner__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 178, 193, 0.5);
    z-index: 1; }
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .p-page-banner__image {
      height: 40rem; } }
  .p-page-banner__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.2rem); }
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #333; }
  @media (min-width: 1024px) {
    .p-page-banner__title {
      min-width: 35rem;
      padding: 1.5rem 5rem; } }
  .p-page-banner__title .ja {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .p-page-banner__title .ja {
        font-size: 2.8rem;
        letter-spacing: 0.2rem; } }

.c-news__list {
  margin-bottom: 6rem;
  width: 100%; }
.c-news__main {
  width: calc(100% - 30rem); }
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem; }
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem; }
  .c-news__pagination .wp-pagenavi span,
  .c-news__pagination .wp-pagenavi a {
    height: 4rem;
    min-width: 4rem;
    border: 0.1rem solid #e2a74f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.55rem;
    color: #e2a74f;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease; }
  .c-news__pagination .wp-pagenavi a:hover,
  .c-news__pagination .wp-pagenavi .current {
    background: #e2a74f;
    color: #fff; }
.c-news__archive {
  border: #e2a74f solid 0.1rem;
  margin-bottom: 3rem; }
  .c-news__archive:last-child {
    margin-bottom: 0; }
  .c-news__archive-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #e2a74f;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
    position: relative; }
    .c-news__archive-title::before {
      content: "";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      width: 0.8rem;
      height: .8rem;
      transform: translateY(-50%) rotate(135deg);
      position: absolute;
      content: "";
      border-top: .1rem solid #FFFFFF;
      border-right: .1rem solid #FFFFFF;
      transition: all 0.35s; }
    .c-news__archive-title.active::before {
      transform: translateY(-50%) rotate(315deg); }
  .c-news__archive-list {
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }

.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(226, 167, 79, 0.2);
  margin-bottom: 1.5rem; }
  .p-news__item:nth-child(odd) {
    background: #e2a74f; }
    .p-news__item:nth-child(odd) .p-news__date,
    .p-news__item:nth-child(odd) .p-news__title {
      color: #fff; }
  .p-news__item:last-child {
    margin-bottom: 0; }
  .p-news__item:hover {
    background: rgba(226, 167, 79, 0.5); }
    .p-news__item:hover .p-news__date,
    .p-news__item:hover .p-news__title {
      color: #171717; }
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease; }
  .p-news__link:hover {
    color: #0073aa; }
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: .1rem; }
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171717;
  word-break: break-word;
  padding-right: 2rem; }
.p-news__archive-item {
  border-bottom: #e2a74f solid 1px; }
  .p-news__archive-item a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    padding: 1.3rem 0;
    transition: all 0.35s; }
    .p-news__archive-item a:hover {
      color: #e2a74f; }
  .p-news__archive-item:last-child {
    border-bottom: 0; }

.p-single__header {
  background: rgba(226, 167, 79, 0.1);
  padding: 3rem; }
.p-single__title {
  font-size: 3.2rem;
  color: #e2a74f;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.p-single__date {
  font-size: 1.6rem;
  color: #e2a74f;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem; }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.8rem;
    color: #171717;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content h2 {
    font-size: 2.6rem; }
  .p-single__content h3 {
    font-size: 2.4rem; }
  .p-single__content h4 {
    font-size: 2.2rem; }
  .p-single__content h5 {
    font-size: 2rem; }
  .p-single__content h6 {
    font-size: 1.8rem; }
  .p-single__content blockquote {
    background-color: #eeeeee;
    padding: 4rem; }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.8rem;
    color: #171717;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem; }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
  .p-single__content ul,
  .p-single__content ol {
    list-style: disc;
    margin-left: 2.2rem;
    margin-bottom: 2.5rem; }
  .p-single__content ol {
    list-style: numbered; }
  .p-single__content li {
    margin-bottom: 0; }
    .p-single__content li:not(:last-child) {
      margin-bottom: 1rem; }
  .p-single__content hr {
    border: none;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
.p-single-nav {
  margin-top: 5rem; }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem; }
  .p-single-nav__link {
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0.1rem solid #e2a74f;
    border-radius: 3.3rem;
    background: #e2a74f;
    text-decoration: none;
    transition: ease-in-out .3s; }
    .p-single-nav__link.p-single-nav__link--disabled {
      opacity: 0.5; }
.p-single__footer {
  margin-bottom: 10rem; }

@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem; }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%; }

  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0; }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .p-news__link {
    gap: 0; }
  .p-news__archive-item a {
    font-size: 1.5rem; } }
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%; }
  .p-single__content h1 {
    font-size: 2.6rem; }
  .p-single__content h2 {
    font-size: 2.4rem; }
  .p-single__content h3 {
    font-size: 2.2rem; }
  .p-single__content h4 {
    font-size: 2rem; }
  .p-single__content h5 {
    font-size: 1.8rem; }
  .p-single__content h6 {
    font-size: 1.6rem; }
  .p-single__content blockquote {
    padding: 1.5rem; }
  .p-single__date {
    font-size: 1.5rem; }
  .p-single__title {
    font-size: 2rem; }
  .p-single-nav {
    margin-top: 0; }
    .p-single-nav__link {
      width: 20rem;
      height: 5rem;
      font-size: 1.5rem; } }
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem; }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem; }
  .p-single-nav__link {
    width: 100%; }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2); }
    .p-single-nav__item.p-single-nav__item--back {
      order: 1;
      width: 100%; } }
.p-column {
  margin-bottom: 8rem; }
  .p-column__list {
    flex-wrap: wrap;
    gap: 5rem 1.5rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }

.c-column-card__thumb {
  margin-bottom: 1rem; }
  .c-column-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover; }
.c-column-card__date {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background-color: #e2a74f;
  transition: ease-in-out .3s;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__title a {
  font-size: 1.8rem;
  color: #171717;
  font-weight: bold;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify;
  margin-bottom: 1rem;
  display: inline-block; }
.c-column-card__excerpt {
  font-size: 1.6rem;
  color: #171717;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.1rem;
  transition: ease-in-out .3s;
  text-decoration: none !important;
  text-align: justify; }

.mb-10 {
  margin-bottom: 10rem; }

.c-sitemap__menu--list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.c-sitemap__menu--link {
  display: inline-block;
  color: #454545;
  font-size: 1.8rem;
  line-height: 1.85;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500; }
  .c-sitemap__menu--link:hover {
    color: #e2a74f; }

@media (max-width: 960px) {
  .p-column__list {
    gap: 5rem 1rem; }
  .p-column__item {
    flex: 0 0 calc((100% - 1rem) / 2); }

  .c-column-card__date {
    font-size: 1.3rem; }
  .c-column-card__title a {
    font-size: 1.5rem; }
  .c-column-card__excerpt {
    font-size: 1.3rem; }

  .c-sitemap__menu--list {
    grid-template-columns: repeat(2, 1fr); }
  .c-sitemap__menu--link {
    font-size: 1.5rem; }

  .mb-10 {
    margin-bottom: 6rem; } }
@media (max-width: 767px) {
  .c-sitemap__menu--list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; } }
.c-top-text p {
  color: #454545;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0; }

.c-top-icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .c-top-icon__01 {
    background-image: url(images/feature-icon04.png);
    width: 13.7rem;
    height: 14.4rem; }
  .c-top-icon__02 {
    background-image: url(images/icon_layer_concept_1.png);
    width: 17.7rem;
    height: 9.5rem;
    transform: scaleX(-1); }
  .c-top-icon__03 {
    background-image: url(images/feature-icon05.png);
    width: 20.4rem;
    height: 16.1rem; }
  .c-top-icon__04 {
    background-image: url(images/feature-icon06.png);
    width: 17.1rem;
    height: 10.6rem; }
  .c-top-icon__05 {
    width: 13.5rem;
    height: 17.8rem;
    background-image: url(images/icon_treatment21.png); }

.p-mv {
  position: relative;
  overflow: hidden; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 23.6rem;
    background: url(images/mv_line01.png) no-repeat center bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .p-mv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FEF9F1;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.34; }
  .p-mv__inner {
    position: relative; }
    .p-mv__inner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 36rem;
      bottom: -3rem;
      left: 0;
      background: linear-gradient(0deg, #2ab2c1 0%, rgba(42, 178, 193, 0) 100%);
      z-index: 1;
      pointer-events: none; }
  .p-mv-cont {
    position: absolute;
    top: 24rem;
    right: 21.5rem;
    z-index: 3;
    text-align: center;
    flex-flow: column; }
    .p-mv-cont::before {
      content: "";
      position: absolute;
      width: 50rem;
      height: 25rem;
      bottom: -4.5rem;
      left: 50%;
      transform: translateX(-50%);
      background: url(images/mv-icon01.png) no-repeat center;
      background-size: contain;
      z-index: -1; }
    .p-mv-cont h2 {
      color: #454545;
      font-size: 5rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      -webkit-text-stroke: 1rem #FFF;
      paint-order: stroke fill;
      margin-bottom: 1.2rem; }

.p-top_news {
  background: url(images/bg_concept.png) no-repeat center;
  background-size: cover; }
  .p-top_news__gp {
    padding: 5rem 8rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2rem; }
    .p-top_news__gp--item:first-child {
      width: calc(100% - 38rem);
      padding-right: 5rem; }
    .p-top_news__gp--item:last-child {
      width: 38rem; }
  .p-top_news__list--item {
    position: relative;
    background: #f7b756;
    border-radius: 1rem;
    z-index: 0;
    max-width: 38.3rem;
    border-radius: 2rem;
    margin-bottom: 3rem; }
    .p-top_news__list--item:last-child {
      margin-bottom: 0; }
    .p-top_news__list--item::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 2rem;
      background-image: url(images/btn-bg02.png);
      background-size: cover;
      mix-blend-mode: multiply; }
    .p-top_news__list--item a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 2rem;
      background: url(images/tel-icon01.svg) no-repeat center left 3rem;
      width: 38rem;
      height: 12.5rem;
      position: relative;
      z-index: 0;
      color: #FFF;
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
      background-size: 4rem;
      padding-left: 7rem;
      padding-right: 3rem; }
      .p-top_news__list--item a::before {
        content: "";
        position: absolute;
        width: calc(100% - 1.4rem);
        height: calc(100% - 1.2rem);
        top: 50%;
        left: 50%;
        border-radius: 1rem;
        transform: translate(-50%, -50%);
        background: url(images/border-line.png) no-repeat center;
        background-size: 100%; }
    .p-top_news__list--item.vz-02 {
      background: #2AB2C1; }
      .p-top_news__list--item.vz-02 a {
        background-image: url(images/web-icon-1.svg);
        background-position: center left 6rem; }
  .p-top_news__button a {
    color: #FFF;
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    background: #f7b756;
    display: flex;
    width: 20rem;
    height: 6rem;
    border-radius: 1rem;
    align-items: center;
    justify-content: center; }

.c-news-mini {
  padding-bottom: 4rem; }
  .c-news-mini__item {
    margin-bottom: 2rem;
    border-bottom: #CCC dashed 1px;
    padding-bottom: 2rem; }
    .c-news-mini__item:last-child {
      margin-bottom: 0; }
    .c-news-mini__item * {
      color: #454545;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0; }
  .c-news-mini__date {
    display: block;
    width: 10rem; }
  .c-news-mini__title {
    width: calc(100% - 10rem); }

.p-top--title.vz-02 .p-top--title__iconv2::before {
  left: 6.6rem;
  background-image: url(images/top-icon06.png); }
.p-top--title.vz-02 .p-top--title__iconv2::after {
  right: 4rem;
  background-image: url(images/top-icon07.png); }

.p-feature {
  position: relative;
  z-index: 0;
  padding-top: 21.3rem;
  background: url(images/feature_bg01.jpg) repeat center top;
  background-size: contain;
  margin-bottom: -44rem; }
  .p-feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31.8rem;
    background: url(images/bg_treatment-02.png) no-repeat center top;
    background-size: contain;
    top: -1px;
    left: 0; }
  .p-feature__gp {
    max-width: 162rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem); }
    .p-feature__gp--item {
      position: relative;
      z-index: 0; }
      .p-feature__gp--item:first-child {
        width: 68.2rem; }
        .p-feature__gp--item:first-child::before {
          content: "";
          position: absolute;
          width: calc(100% + 1.6rem);
          height: calc(100% - 9rem);
          -webkit-mask: url(images/img_concept_02.png) center/100% no-repeat;
          mask: url(images/img_concept_02.png) center/100% no-repeat;
          background: #9CBD53;
          z-index: -1;
          top: .2rem;
          left: -6.8rem; }
        .p-feature__gp--item:first-child::after {
          content: "";
          position: absolute;
          width: 13.5rem;
          height: 17.8rem;
          bottom: -8rem;
          left: -5.8rem;
          background: url(images/icon_treatment21.png) no-repeat center;
          background-size: contain; }
      .p-feature__gp--item:last-child {
        padding-top: 5.2rem;
        padding-left: 2.5rem;
        width: calc(100% - 68.2rem); }
    .p-feature__gp--box {
      max-width: 63.3rem; }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child::before {
      width: calc(100% + 2.4rem);
      height: calc(100% - 7.8rem);
      -webkit-mask: url(images/feature_bg06.png) center/100% no-repeat;
      mask: url(images/feature_bg06.png) center/100% no-repeat;
      background: #2AB2C1; }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child::after {
      width: 12.4rem;
      height: 8.7rem;
      top: -8.2rem;
      left: 50%;
      bottom: auto;
      transform: translateX(-50%);
      background-image: url(images/feature-icon03.png); }
    .p-feature__gp.vz-03 .p-feature__gp--item:first-child::before {
      background: #F7B756; }
    .p-feature__gp.vz-03 .p-feature__gp--item:first-child::after {
      transform: scaleX(-1); }
  .p-feature__title {
    margin-bottom: 4.4rem; }
    .p-feature__title * {
      color: #9CBD53;
      font-size: 3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0; }
    .p-feature__title--head {
      -webkit-text-stroke: 1rem #fff;
      paint-order: stroke fill; }
    .p-feature__title--desc {
      position: absolute;
      top: 3rem;
      right: 11.5rem;
      width: 22.5rem;
      padding-bottom: 5rem;
      text-align: center;
      transform: rotate(18deg); }
      .p-feature__title--desc::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6.5rem;
        -webkit-mask: url(images/feature_bg02.png) center/100% no-repeat;
        mask: url(images/feature_bg02.png) center/100% no-repeat;
        background: #9CBD53;
        bottom: 0;
        left: 0; }
    .p-feature__title.vz-02 * {
      color: #2AB2C1; }
    .p-feature__title.vz-02 .p-feature__title--desc::before {
      background: #2AB2C1; }
    .p-feature__title.vz-03 * {
      color: #F7B756; }
    .p-feature__title.vz-03 .p-feature__title--desc::before {
      background: #F7B756; }
    .p-feature__title.vz-04 .p-feature__title--desc {
      top: -5.4rem;
      right: auto;
      left: -15.6rem;
      transform: rotate(-26deg); }
    .p-feature__title.vz-05 * {
      color: #D7949D; }
    .p-feature__title.vz-05 .p-feature__title--desc {
      top: -3.7rem;
      right: -16.7rem; }
      .p-feature__title.vz-05 .p-feature__title--desc::before {
        background: #D7949D; }
  .p-feature__icon {
    position: absolute;
    bottom: -1.5rem;
    right: 0; }
    .p-feature__icon::before {
      content: "";
      position: absolute;
      width: 24.4rem;
      height: 18.2rem;
      bottom: -3rem;
      right: 1.8rem;
      z-index: -1;
      -webkit-mask: url(images/img_concept_02.png) center/100% no-repeat;
      mask: url(images/img_concept_02.png) center/100% no-repeat;
      background: #9CBD53; }
    .p-feature__icon::after {
      content: "";
      position: absolute;
      width: 13.5rem;
      height: 17.8rem;
      top: -16rem;
      right: -8.8rem;
      background: url(images/icon_treatment21.png) no-repeat center;
      background-size: contain; }
    .p-feature__icon img {
      width: 38rem; }
  .p-feature__block {
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .p-feature__block.vz-01::before, .p-feature__block.vz-02::before, .p-feature__block.vz-03::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 8rem;
      bottom: 0;
      left: 0;
      z-index: -1;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain; }
    .p-feature__block.vz-01 {
      background: url(images/feature_bg03.png) no-repeat left 57% bottom 8.7rem;
      background-size: 46.9rem;
      padding-bottom: 21rem; }
      .p-feature__block.vz-01::before {
        background-image: url(images/feature_bg05.png); }
    .p-feature__block.vz-02 {
      background-image: url(images/feature_bg04.png); }
      .p-feature__block.vz-02::before {
        background-image: url(images/feature_bg07.png); }
      .p-feature__block.vz-02::after {
        content: "";
        position: absolute;
        width: 51.8rem;
        height: 69.1rem;
        top: -39.5rem;
        right: 0;
        z-index: -1;
        background: url(images/feature-icon07.png) no-repeat center;
        background-size: contain; }
    .p-feature__block.vz-03 {
      padding-bottom: 33rem;
      background-image: url(images/bg_concept.png); }
      .p-feature__block.vz-03::before {
        background-image: url(images/feature_bg09.png); }
      .p-feature__block.vz-03::after {
        top: -30.8rem;
        left: 0;
        z-index: -1;
        content: "";
        position: absolute;
        width: 29.8rem;
        height: 60.7rem;
        background: url(images/feature-icon08.png) no-repeat center;
        background-size: contain; }
      .p-feature__block.vz-03 .c-top-icon__05 {
        top: 42rem;
        right: 12.5rem; }
    .p-feature__block.vz-04 {
      padding-bottom: 47rem; }
      .p-feature__block.vz-04::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 13rem);
        bottom: 0;
        left: 0;
        z-index: -1;
        background: url(images/bg_treatment.jpg) no-repeat center;
        background-size: cover; }
      .p-feature__block.vz-04::after {
        content: "";
        position: absolute;
        width: 41.7rem;
        height: 91.5rem;
        bottom: 13.5rem;
        left: 0;
        z-index: -1;
        background: url(images/feature-icon09.png) no-repeat center;
        background-size: contain; }
      .p-feature__block.vz-04 .c-top-icon__05 {
        top: 30rem;
        right: 5rem;
        transform: scaleX(-1); }
    .p-feature__block .c-top-icon__01 {
      top: 2.5rem;
      left: 10.8rem; }
    .p-feature__block .c-top-icon__02 {
      top: -8.5rem;
      right: 28.8rem; }
    .p-feature__block .c-top-icon__03 {
      bottom: 32rem;
      left: 12.8rem; }
    .p-feature__block .c-top-icon__04 {
      bottom: 42rem;
      right: 4.7rem; }
  .p-feature__field {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem; }
    .p-feature__field--img {
      margin-bottom: 4.6rem; }
      .p-feature__field--img img {
        width: 64.9rem;
        display: inline-block; }
      .p-feature__field--img.vz-02 {
        text-align: right; }
    .p-feature__field--cont {
      position: relative;
      margin-left: 4.5rem; }
      .p-feature__field--cont .c-top-text {
        min-height: 10.5rem; }
  .p-feature .p-top--title {
    margin-bottom: 12rem; }

.p-top-btn__item.vs-02 a::after {
  width: 6.2rem;
  height: 6.2rem; }
.p-top-btn__item.vs-02.vz-01 a::after {
  background-image: url(images/feature-icon01.png); }
.p-top-btn__item.vs-02.vz-02 a::after {
  background-image: url(images/feature-icon02.png); }
.p-top-btn__item.vs-04 a {
  background: #f7b756; }
  .p-top-btn__item.vs-04 a::after {
    top: 3.8rem; }
.p-top-btn__item.vs-05.vz-02 a::after {
  width: 5.1rem;
  height: 5.6rem;
  background-image: url(images/icon_recuit.png); }
.p-top-btn__item.vs-06.vz-01 a::after {
  background-image: url(images/access-icon01.png);
  height: 5.4rem;
  top: 3.8rem; }
.p-top-btn__item.vs-07.vz-02 a::after {
  background-image: url(images/web-icon-1.svg);
  width: 4.7rem;
  height: 3.8rem;
  top: 4.2rem; }

@media (min-width: 960.5px) {
  .p-feature__gp.vz-02 .p-feature__gp--item:first-child {
    order: 1;
    width: 70rem; }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child::before {
      top: -0.5rem;
      left: -4.4rem; }
  .p-feature__gp.vz-02 .p-feature__gp--item:last-child {
    width: calc(100% - 70rem);
    padding-top: 8.5rem;
    padding-left: 25.5rem;
    padding-right: 4.5rem; }
  .p-feature__gp.vz-03 .p-feature__gp--item:first-child {
    width: 82.3rem; }
    .p-feature__gp.vz-03 .p-feature__gp--item:first-child::before {
      width: calc(100% - 8.6rem);
      height: calc(100% - 3.1rem);
      left: -5.3rem;
      top: 4.2rem;
      -webkit-mask: url(images/feature_bg08.png) center/100% no-repeat;
      mask: url(images/feature_bg08.png) center/100% no-repeat; }
  .p-feature__gp.vz-03 .p-feature__gp--item:last-child {
    width: calc(100% - 82.3rem);
    padding-top: 12.2rem; }
  .p-feature__title.vz-02 .p-feature__title--desc {
    right: auto;
    left: 0;
    transform: rotate(-26deg);
    top: 12rem; }
  .p-feature__title.vz-03 .p-feature__title--desc {
    right: -2.5rem;
    top: 10rem; }
  .p-feature__block.vz-02 {
    padding-top: 1.7rem;
    padding-bottom: 12.4rem; }
  .p-feature__block.vz-03 {
    padding-top: 10.8rem;
    margin-bottom: -15rem; }

  .p-top--title.vz-02 .p-top--title__iconv2::before {
    width: 16.9rem;
    height: 14.4rem; }
  .p-top--title.vz-02 .p-top--title__iconv2::after {
    width: 18.4rem;
    height: 15.9rem;
    top: -2.6rem; } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-feature__title--desc {
    right: 0; }
  .p-feature__title.vz-03 .p-feature__title--desc {
    right: 0;
    top: 5rem; }
  .p-feature__title.vz-04 .p-feature__title--desc {
    left: -7rem; }
  .p-feature__title.vz-05 .p-feature__title--desc {
    right: 0; }
  .p-feature__gp {
    max-width: 137rem; }
    .p-feature__gp--item:first-child {
      width: 60rem; }
      .p-feature__gp--item:first-child::before {
        left: -2rem;
        width: 100%; }
    .p-feature__gp--item:last-child {
      width: calc(100% - 60rem); }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child, .p-feature__gp.vz-03 .p-feature__gp--item:first-child {
      width: 60rem; }
    .p-feature__gp.vz-02 .p-feature__gp--item:last-child, .p-feature__gp.vz-03 .p-feature__gp--item:last-child {
      width: calc(100% - 60rem); }
  .p-feature__block .c-top-icon__01 {
    top: 0; }
  .p-feature__block .c-top-icon__02 {
    right: 15rem; }
  .p-feature__block .c-top-icon__03 {
    left: 6rem; }
  .p-feature__block .c-top-icon__04 {
    bottom: 35rem; }
  .p-feature__field {
    gap: 2rem; }
    .p-feature__field--cont {
      padding-top: 6rem; }
  .p-feature__icon {
    bottom: -6rem; }
    .p-feature__icon::before {
      width: 20rem; }
    .p-feature__icon::after {
      right: 0; }
    .p-feature__icon img {
      width: 25rem; }
  .p-feature .l-grid-1440 {
    max-width: 137rem; }

  .p-top-btn__item.vs-02.vz-01 a::after {
    width: 4rem; }
  .p-top-btn__item.vs-05.vz-02 a::after {
    width: 3.5rem;
    height: 3.5rem; }
  .p-top-btn__item.vs-06.vz-01 a::after {
    width: 3rem;
    top: 1.8rem; }
  .p-top-btn__item.vs-07.vz-02 a::after {
    top: 2.5rem; } }
@media (max-width: 960px) {
  .p-top--title.vz-02 .p-top--title__iconv2::before {
    left: 3.6rem;
    top: 5.2rem; }
  .p-top--title.vz-02 .p-top--title__iconv2::after {
    right: .8rem; }

  .p-mv__visual .slick-slide img {
    width: 100%;
    height: 40rem;
    object-fit: cover; }
  .p-mv-cont {
    top: 22rem;
    right: 0;
    width: 100%;
    padding: 0 1rem; }
    .p-mv-cont::before {
      width: 18rem;
      height: 9rem;
      bottom: -0.5rem; }
    .p-mv-cont h2 {
      font-size: 2rem;
      -webkit-text-stroke-width: 0.5rem; }

  .p-top_news {
    background-size: contain;
    background-repeat: repeat; }
    .p-top_news__gp {
      padding: 3rem 1.5rem; }
      .p-top_news__gp--item:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5rem; }
      .p-top_news__gp--item:last-child {
        width: 100%; }
    .p-top_news__list--item a {
      width: 100%;
      font-size: 3.5rem;
      height: 11rem; }

  .c-news-mini__title {
    width: 100%; }

  .p-feature {
    padding-top: 4rem;
    margin-bottom: -24rem; }
    .p-feature__gp--item:first-child {
      width: 100%; }
      .p-feature__gp--item:first-child::before {
        width: 100%;
        left: -1rem;
        height: calc(100% - 5rem); }
      .p-feature__gp--item:first-child::after {
        content: none; }
    .p-feature__gp--item:last-child {
      width: 100%;
      padding-left: 0;
      padding-top: 2rem; }
    .p-feature__gp--box {
      max-width: 100%; }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child::before {
      width: 100%;
      height: 100%; }
    .p-feature__gp.vz-02 .p-feature__gp--item:first-child::after {
      content: none; }
    .p-feature__title {
      display: flex;
      flex-flow: column;
      margin-bottom: 1rem; }
      .p-feature__title * {
        font-size: 2rem; }
      .p-feature__title--head {
        order: 1;
        -webkit-text-stroke-width: 0.5rem; }
      .p-feature__title--desc {
        transform: initial;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 13rem;
        top: 0;
        right: auto;
        padding-bottom: 2rem; }
        .p-feature__title--desc::before {
          height: 3.5rem; }
      .p-feature__title.vz-04 .p-feature__title--desc {
        top: 0;
        left: auto;
        transform: initial; }
      .p-feature__title.vz-05 .p-feature__title--desc {
        right: auto;
        top: 0; }
    .p-feature__icon {
      position: relative;
      bottom: 0; }
      .p-feature__icon::before {
        width: 21.4rem;
        bottom: -2rem;
        right: auto;
        left: 3rem; }
      .p-feature__icon::after {
        display: none; }
      .p-feature__icon img {
        width: 25rem; }
    .p-feature__block {
      background-size: contain;
      background-repeat: repeat; }
      .p-feature__block.vz-01 {
        background-size: 25rem;
        padding-bottom: 19rem;
        background-position: left 57% bottom 5rem; }
      .p-feature__block.vz-02 {
        padding: 3rem 0; }
      .p-feature__block.vz-03 {
        padding: 3rem 0 1rem; }
        .p-feature__block.vz-03 .p-feature__gp--item:first-child::before {
          height: calc(100% + 3.7rem); }
        .p-feature__block.vz-03 .p-feature__gp--item:last-child {
          padding-top: 5rem; }
      .p-feature__block.vz-04 {
        padding: 4rem 0 11rem; }
        .p-feature__block.vz-04::before {
          height: 100%;
          background-size: contain;
          background-repeat: repeat; }
        .p-feature__block.vz-04 .p-top-btn__list {
          padding-bottom: 0; }
      .p-feature__block.vz-01::after, .p-feature__block.vz-02::after, .p-feature__block.vz-03::after, .p-feature__block.vz-04::after {
        display: none; }
      .p-feature__block .c-top-icon {
        display: none; }
    .p-feature__field {
      grid-template-columns: 1fr;
      gap: 2rem; }
      .p-feature__field--cont {
        margin-left: 0; }
      .p-feature__field--img {
        margin-bottom: 2rem;
        text-align: center; }
    .p-feature .c-top-text p {
      margin-bottom: 2rem; }
    .p-feature .p-top-btn__list {
      padding-bottom: 0; }
    .p-feature .p-top--title {
      margin-bottom: 0; }

  .p-top-btn__item.vs-02.vz-01 a::after {
    width: 3.5rem; }
  .p-top-btn__item.vs-05.vz-02 a::after {
    width: 3.5rem; }
  .p-top-btn__item.vs-06.vz-01 a::after {
    top: 2rem; }
  .p-top-btn__item.vs-07.vz-02 a::after {
    width: 3.7rem;
    top: 3.2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-mv-cont {
    top: 20rem; }

  .p-top_news__list {
    display: flex;
    align-items: center;
    gap: 1rem; }
    .p-top_news__list li {
      margin-bottom: 0;
      width: calc((100% - 1.001rem) / 2); }

  .p-feature {
    margin-bottom: -33rem; }
    .p-feature__block.vz-04 {
      padding-bottom: 20rem; }

  .p-feature__block.vz-03 .p-feature__gp--item:first-child::before {
    height: calc(100% + 8.2rem); }
  .p-feature__block.vz-03 .p-feature__gp--item:last-child {
    padding-top: 10rem; }

  .p-top-btn__item.vs-04 a {
    letter-spacing: -0.1rem; } }
:root {
  --p-color-FEF9F1: #fef9f1;
  --p-color-2AB2C1: #2ab2c1;
  --p-color-454545: #454545;
  --p-color-D7949D: #d7949d;
  --p-color-FFFFFF: #ffffff;
  --p-color-2AB2C1-28: rgba(42, 178, 193, 0.28); }

.p-top--trouble {
  overflow: hidden; }

.p-top--title {
  position: relative;
  text-align: center; }
  .p-top--title__en {
    padding-top: 5.4rem;
    color: var(--p-color-2AB2C1-28);
    font-size: 10.2rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.5rem; }
  .p-top--title__ja {
    color: var(--p-color-454545);
    font-size: 5rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0;
    display: inline-block;
    margin-top: -6rem;
    padding: 2.5rem 17rem;
    -webkit-text-stroke: 1.2rem #fff;
    paint-order: stroke fill;
    position: relative; }
  .p-top--title__iconv1::before {
    content: "";
    position: absolute;
    width: 10.8rem;
    height: 9.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(./images/top-icon01.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .p-top--title__iconv2::before, .p-top--title__iconv2::after {
    content: "";
    position: absolute;
    width: 15.5rem;
    height: 13.7rem;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute; }
  .p-top--title__iconv2::before {
    background-image: url(./images/top-icon05.png);
    left: 0; }
  .p-top--title__iconv2::after {
    background-image: url(./images/top-icon04.png);
    right: 0; }
.p-top--concept {
  position: relative;
  background-image: url(images/bg_concept.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding-top: 10rem;
  background-position: center top;
  margin-bottom: -44rem;
  padding-bottom: 38.5rem; }
.p-top__content {
  width: 100%;
  max-width: 160rem;
  margin-left: auto;
  margin-right: 9rem;
  margin-top: 3.8rem; }
  .p-top__content__inner {
    width: 50%;
    position: relative; }
    .p-top__content__inner:first-child::before {
      width: 71.5rem;
      height: 57.7rem;
      background-image: url(./images/img_concept_02.png);
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      left: -15.5rem;
      bottom: 11.7rem;
      z-index: 1;
      background-position: center;
      background-size: contain; }
  .p-top__content img {
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 1rem;
    width: 100%;
    height: auto;
    right: 7.4rem;
    bottom: 5.6rem; }
.p-top__description {
  padding-right: 6.7rem; }
  .p-top__description h4 {
    color: var(--p-color-D7949D);
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0rem;
    -webkit-text-stroke: 1rem #fff;
    paint-order: stroke fill;
    padding-top: 4.7rem;
    padding-bottom: 4.8rem; }
  .p-top__description p {
    color: var(--p-color-454545);
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0rem; }

.p-top-btn__list {
  margin-top: 4.2rem; }
.p-top-btn__list ul {
  gap: 2.8rem; }
.p-top-btn__item {
  position: relative; }
  .p-top-btn__item::before {
    content: "";
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: #fff solid 0.1rem;
    z-index: 1;
    pointer-events: none;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .p-top-btn__item a {
    width: 19.4rem;
    height: 19.4rem;
    background: #23a3b6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-top: 1.4rem;
    color: var(--p-color-FFFFFF);
    font-size: var(--size-p);
    font-weight: bold;
    line-height: 135%;
    letter-spacing: 0rem; }
    .p-top-btn__item a::before, .p-top-btn__item a::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .p-top-btn__item a::before {
      width: 1rem;
      height: 2.4rem;
      background: #fff;
      top: 76%;
      transform: translateY(-50%);
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    .p-top-btn__item a::after {
      width: 5.4rem;
      height: 5rem;
      top: 2.7rem;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .p-top-btn__item.vz-01 a::after {
    background-image: url(./images/icon_bt_concept_01.png); }
  .p-top-btn__item.vz-02 a {
    background: #f7b756; }
    .p-top-btn__item.vz-02 a::after {
      background-image: url(./images/icon_bt_concept_02.png); }

.p-img-concept {
  position: absolute;
  width: 30.6rem;
  display: block;
  bottom: 6.7rem;
  right: -16.7rem; }
  .p-img-concept::before {
    width: 25.9rem;
    height: 20.1rem;
    background-image: url(./images/img_concept_04.png);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    right: -1.6rem;
    bottom: -1.7rem;
    z-index: 1;
    background-size: contain;
    background-position: center; }
  .p-img-concept img {
    bottom: 0;
    padding: 0;
    right: 0; }

.icon_layer_1::before {
  position: absolute;
  width: 17.7rem;
  height: 9.5rem;
  left: 11.4rem;
  top: 16.6rem;
  background-image: url(./images/icon_layer_concept_1.png);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.icon_layer_1::after {
  content: "";
  position: absolute;
  width: 9.8rem;
  height: 12.5rem;
  right: 22.7rem;
  top: 33rem;
  background-image: url(./images/icon_layer_concept_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon_layer_2::before {
  position: absolute;
  width: 8.9rem;
  height: 9.5rem;
  left: 18.6rem;
  bottom: 38.4rem;
  background-image: url(./images/icon_layer_concept_2.png);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.icon_layer_2::after {
  content: "";
  position: absolute;
  width: 15.5rem;
  height: 24.4rem;
  top: 39.1rem;
  right: 3.6rem;
  background-image: url(./images/icon_layer_concept_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

@media (min-width: 1440.5px) {
  .p-top__content img {
    right: 8.4rem; }
  .p-top__content__inner:first-child {
    padding-left: 1.8rem; }
    .p-top__content__inner:first-child::before {
      left: -13.7rem;
      top: -4rem;
      width: 69.8rem;
      height: 52.1rem; }
  .p-top__content__inner:last-child {
    left: -4.8rem; }

  .p-top__description {
    padding-left: 1.5rem;
    padding-right: 5.2rem; }

  .p-img-concept {
    right: -27rem; }
    .p-img-concept::before {
      right: 7rem; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top__content img {
    right: 0;
    padding-left: 4.5rem; }

  .p-top__content__inner:first-child:before {
    left: 1rem;
    bottom: 13rem;
    width: 63rem;
    height: 55rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

  .icon_layer_1::before {
    left: 3rem;
    bottom: 0rem; }

  .icon_layer_1::after {
    top: 25rem;
    right: 22rem; }

  .icon_layer_2::after {
    top: 17rem;
    right: 4rem;
    width: 14rem; }

  .p-top__description {
    padding-left: 3.3rem; }

  .p-top-btn__item a {
    width: 15.4rem;
    height: 15.4rem; }

  .p-top-btn__item.vz-01 a::before {
    right: 7.2rem; }

  .p-top-btn__item.vz-01 a::after {
    width: 2.4rem;
    height: 5rem;
    right: 6.5rem;
    top: 1.7rem; }

  .p-top-btn__item a {
    font-size: 1.5rem; }

  .p-top-btn__item.vz-02 a::after {
    width: 4.4rem;
    height: 5rem;
    right: 5.5rem; }

  .p-top-btn__item.vz-02 a::before {
    right: 7.2rem; }

  .p-img-concept {
    width: 28.2rem;
    right: 3.4rem;
    bottom: -2.4rem; }

  .p-img-concept::before {
    right: -1.6rem;
    bottom: -3.6rem;
    width: 20rem; }

  .icon_layer_2::before {
    left: 7.6rem;
    bottom: 36.8rem; }

  .p-top-btn__list {
    margin-left: 4rem;
    margin-top: 3rem; } }
@media (max-width: 960px) {
  .p-top--concept {
    overflow: hidden;
    margin-bottom: -8rem; }

  .p-top--title__en {
    padding-top: 6rem;
    font-size: 3rem;
    letter-spacing: 0rem; }
  .p-top--title__ja {
    -webkit-text-stroke: 0.8rem #fff;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-top: -6rem;
    padding: 5.5rem 8rem 3rem;
    text-align: center; }
  .p-top--title__iconv1::before {
    content: "";
    position: absolute;
    width: 5.8rem;
    height: 9rem;
    top: 0;
    left: 53%;
    transform: translateX(-53%); }
  .p-top--title__iconv2::before, .p-top--title__iconv2::after {
    content: "";
    position: absolute;
    width: 7.5rem;
    height: 10.7rem;
    top: 2.4rem;
    background-repeat: no-repeat;
    background-size: contain; }
  .p-top--title__iconv2::before {
    left: -0.6rem;
    top: 2.9rem; }
  .p-top--title__iconv2::after {
    top: 4.5rem;
    right: -2.5rem; }
  .p-top--concept {
    padding-top: 7rem;
    padding-bottom: 4rem; }
  .p-top__content__inner {
    width: 100%;
    position: relative;
    z-index: 0; }
    .p-top__content__inner:first-child::before {
      width: 32rem;
      height: 27rem;
      left: -1rem;
      bottom: 5rem; }
  .p-top__content img {
    margin-top: -4rem;
    left: 1rem;
    right: inherit;
    bottom: 0;
    padding: .4rem; }
  .p-top__description {
    padding-right: 0rem;
    margin-bottom: 2rem; }
    .p-top__description h4 {
      font-size: 2rem;
      text-align: center;
      padding-top: 0;
      padding-bottom: 2rem; }
    .p-top__description p {
      line-height: 175%; }

  .p-top-btn__list {
    margin-top: 4rem;
    padding-bottom: 6rem; }
  .p-top-btn__list ul {
    gap: 1.5rem;
    justify-content: center; }
  .p-top-btn__item {
    position: relative; }
    .p-top-btn__item a {
      width: 16.4rem;
      height: 16.4rem; } }
    @media (max-width: 960px) and (min-width: 767.5px) {
      .p-top-btn__item a {
        width: 17.4rem;
        height: 16.4rem; } }
@media (max-width: 960px) {
    .p-top-btn__item.vz-01 a::before {
      right: 7.1rem;
      left: auto; }
    .p-top-btn__item.vz-01 a::after {
      width: 2.4rem;
      height: 5rem;
      right: 6.7rem;
      top: 1.7rem; }
    .p-top-btn__item.vz-02 a::before {
      right: 7.1rem;
      left: auto; }
    .p-top-btn__item.vz-02 a::after {
      width: 4.5rem;
      height: 5.9rem;
      right: 5.6rem;
      top: 1.3rem; }

  .p-img-concept {
    top: -10rem;
    left: -1.5rem;
    width: 14.4rem;
    bottom: initial;
    right: initial; }
    .p-img-concept::before {
      content: none; }
    .p-img-concept img {
      bottom: 0;
      padding: 0;
      right: 0; }

  .icon_layer_2::before {
    width: 4rem;
    height: 5rem;
    left: 3.4rem;
    top: 49.6rem; }
  .icon_layer_2::after {
    width: 5rem;
    height: 7.5rem;
    right: 1.7rem;
    top: 2.5rem; }

  .icon_layer_1::before {
    width: 6rem;
    height: 5rem;
    left: 2.4rem;
    top: 18rem; }
  .icon_layer_1::after {
    width: 6rem;
    height: 5rem;
    right: 1.6rem;
    top: 49rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--concept {
    margin-bottom: -18rem;
    padding-bottom: 12.3rem; } }
.p-top--title__iconv3::before {
  content: "";
  position: absolute;
  width: 10.8rem;
  height: 9.8rem;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(./images/top-icon01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.p-top--title__iconv4::before, .p-top--title__iconv4::after {
  content: "";
  position: absolute;
  width: 15.5rem;
  height: 13.7rem;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain; }
.p-top--title__iconv4::before {
  background-image: url(./images/top-icon02.png);
  left: 9.3rem;
  top: 3.8rem;
  width: 12.5rem; }
.p-top--title__iconv4::after {
  background-image: url(./images/top-icon03.png);
  right: 0;
  top: .3rem;
  height: 16.7rem; }
.p-top--trouble {
  position: relative;
  padding-top: 36.5rem;
  padding-bottom: 59rem;
  background-position: center top;
  z-index: 1; }
  .p-top--trouble__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: url(images/bg_trouble_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: circle(50% at 50% 50%); }
  .p-top--trouble__bg1 {
    background-image: url(./images/icon_trouble_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .p-top--trouble__bg2 {
    background-image: url(./images/icon_trouble_02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .p-top--trouble__bg3 {
    background-image: url(./images/icon_trouble_03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .p-top--trouble__menu {
    justify-content: center;
    padding-top: 10.5rem; }
    .p-top--trouble__menu li {
      margin-right: 2rem;
      margin-bottom: 2rem;
      width: calc((100% - 8.002rem) / 5); }
      .p-top--trouble__menu li:nth-child(5n), .p-top--trouble__menu li:last-child {
        margin-right: 0; }
    .p-top--trouble__menu a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 100%;
      height: 33rem;
      flex-direction: column;
      padding-bottom: 10.7rem;
      font-size: 1.8rem; }
      .p-top--trouble__menu a::before {
        position: absolute;
        content: "";
        width: 5.8rem;
        height: 3.6rem;
        background-image: url(./images/icon_trouble_04.png);
        left: 50%;
        transform: translateX(-50%);
        bottom: 10.8rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .p-top--trouble__menu a strong {
        color: var(--p-color-454545);
        font-size: 3rem;
        font-weight: bold;
        line-height: 150%;
        letter-spacing: 0; }

.p-top--trouble > div.l-grid-1660 {
  position: relative;
  z-index: 3; }
.p-top--trouble::before {
  width: 100%;
  height: 92.9rem;
  background-image: url(./images/line_trouble_01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 1; }
.p-top--trouble::after {
  width: 100%;
  height: 87.4rem;
  background-image: url(./images/line_trouble_02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 1; }

@media (max-width: 1440px) and (min-width: 960px) {
  .p-top--title__iconv4::before {
    left: 8rem; }
  .p-top--title__iconv4::after {
    right: 0; }
  .p-top--trouble__bg {
    clip-path: circle(54% at 50% 50%); }
  .p-top--trouble__menu {
    justify-content: center; }
    .p-top--trouble__menu li {
      margin-right: 2rem;
      margin-bottom: 2rem;
      width: calc((100% - 8.002rem) / 4); }
      .p-top--trouble__menu li:nth-child(4n), .p-top--trouble__menu li:last-child {
        margin-right: 0; }
    .p-top--trouble__menu a::before {
      bottom: 12.8rem; }
    .p-top--trouble__menu a strong {
      color: var(--p-color-454545);
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 150%;
      letter-spacing: 0; } }
@media (max-width: 960px) {
  .p-top--title__iconv3::before {
    content: "";
    position: absolute;
    width: 6.8rem;
    height: 8.8rem;
    left: 52%;
    transform: translateX(-52%); }
  .p-top--title__iconv4::before, .p-top--title__iconv4::after {
    content: "";
    position: absolute;
    width: 8.5rem;
    height: 7.7rem; }
  .p-top--title__iconv4::before {
    left: 3rem;
    top: 4.6rem; }
  .p-top--title__iconv4::after {
    right: -1.5rem;
    top: 4.1rem; }
  .p-top--trouble {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 10rem;
    background-position: center top;
    margin-bottom: -8rem;
    z-index: 1; }
    .p-top--trouble__bg {
      clip-path: polygon(0% 9rem, 50% 0%, 100% 9rem, 100% calc(100% - 9rem), 50% 100%, 0% calc(100% - 9rem)); }
    .p-top--trouble__menu {
      max-width: 56rem;
      margin-left: auto;
      margin-right: auto;
      padding: 2.2rem; }
      .p-top--trouble__menu li {
        margin-right: 1.5rem;
        margin-bottom: 1rem; }
        .p-top--trouble__menu li:nth-child(5n) {
          margin-right: 1.5rem; }
        .p-top--trouble__menu li:last-child {
          margin-right: 0rem; }
      .p-top--trouble__menu a {
        font-size: 1rem;
        padding-top: 0rem;
        padding-bottom: 7rem;
        height: 16rem; }
        .p-top--trouble__menu a::before {
          bottom: 5.8rem;
          width: 3rem; }
        .p-top--trouble__menu a strong {
          font-size: 1.4rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--trouble__menu li {
    width: calc((100% - 3.002rem) / 3); }
    .p-top--trouble__menu li:nth-child(3n) {
      margin-right: 0; }

  .p-top--trouble__bg {
    clip-path: polygon(0% 18rem, 50% 0%, 100% 18rem, 100% calc(100% - 18rem), 50% 100%, 0% calc(100% - 18rem)); }

  .p-top--trouble {
    margin-bottom: -16rem; }

  .p-top--title__en {
    padding-top: 11rem;
    font-size: 3rem;
    letter-spacing: 0rem; }

  .p-top--title__iconv3::before {
    top: 5rem; }

  .p-top--title__iconv4::after {
    right: -1.5rem; }

  .p-top--trouble::before {
    top: 0; } }
@media (max-width: 767px) {
  .p-top--trouble__menu li {
    width: calc((100% - 1.502rem) / 2); }
    .p-top--trouble__menu li:nth-child(2n) {
      margin-right: 0; } }
.p-top--title__iconv5::before, .p-top--title__iconv5::after {
  content: "";
  position: absolute;
  width: 15.5rem;
  height: 13.7rem;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain; }
.p-top--title__iconv5::before {
  background-image: url(./images/top-icon05.png);
  left: 3rem; }
.p-top--title__iconv5::after {
  background-image: url(./images/top-icon04.png);
  right: 1.5rem; }
.p-top--greeting {
  position: relative;
  padding-top: 32rem;
  width: 100%;
  padding-bottom: 2.5rem;
  z-index: 1; }
  .p-top--greeting::before {
    width: 100%;
    height: 92.9rem;
    background-image: url(./images/line_trouble_01.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0; }
  .p-top--greeting::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 12rem);
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 55rem, 50% 7rem, 100% 55rem, 100% 100%, 0% 100%);
    background: url(images/bg-greeting-2.jpg) no-repeat center;
    background-size: cover; }
.p-top--profile {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 6.2rem; }
  .p-top--profile::before {
    width: 9.6rem;
    height: 10.3rem;
    background-image: url(images/icon_greeting_03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 16.8rem;
    bottom: -14.2rem;
    position: absolute;
    content: "";
    z-index: 1; }
  .p-top--profile::after {
    width: 6.5rem;
    height: 4.3rem;
    background-image: url(images/icon__greeting_02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 41.2rem;
    top: -3.4rem;
    position: absolute;
    content: ""; }
  .p-top--profile--content {
    width: 65rem;
    padding: 6rem 4.1rem; }
    .p-top--profile--content h4 {
      text-align: center;
      padding-bottom: 4.8rem;
      color: var(--p-color-D7949D);
      font-size: 3rem;
      font-weight: bold;
      line-height: 150%;
      letter-spacing: 0rem;
      -webkit-text-stroke: 1.2rem #fff;
      paint-order: stroke fill;
      padding-top: 9.6rem; }
    .p-top--profile--content p {
      color: var(--p-color-454545);
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0rem; }
  .p-top--profile__card {
    width: calc((100% - 65rem) / 2);
    position: relative; }
    .p-top--profile__card img {
      width: 100%;
      border: 8px solid #fff;
      border-radius: 4rem; }
    .p-top--profile__card__button {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-bottom-left-radius: 1.8rem;
      border-bottom-right-radius: 1.8rem;
      background-color: #9CBD53;
      padding-bottom: .9rem; }
      .p-top--profile__card__button.vz-01 {
        background-color: #D7949D; }
    .p-top--profile__card__button p {
      text-align: center;
      color: #ffffff; }
    .p-top--profile__card__button_text01 {
      padding-top: 1rem; }
    .p-top--profile__card__button_text02 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 121%;
      letter-spacing: 0.05rem;
      position: relative;
      width: 100%; }
    .p-top--profile__card__button_text02::after {
      content: "";
      position: absolute;
      bottom: -0.3rem;
      left: 50%;
      transform: translateX(-50%);
      width: 26%;
      height: 0.1rem;
      background-color: #fff; }

.p-top-btn__list.vt-01 {
  margin-left: 7rem; }

.p-top-btn__item.vs-03 a {
  display: block;
  padding-top: 9rem;
  text-align: center; }
.p-top-btn__item.vs-03 a::after {
  width: 6.2rem;
  height: 6.2rem; }
.p-top-btn__item.vs-03.vz-01 a::after {
  background-image: url(images/feature-icon01.png);
  top: 2.6rem;
  width: 6.2rem;
  height: 6.2rem; }
.p-top-btn__item.vs-03.vz-02 a::after {
  background-image: url(images/icon_greeting_01.png); }

@media (max-width: 1440px) and (min-width: 960px) {
  .p-top--title__iconv2_new::before {
    left: 45rem;
    top: 13rem; }
  .p-top--title__iconv2_new::after {
    right: 45rem;
    top: 14rem; }
  .p-top--greeting {
    position: relative;
    padding-top: 26rem;
    width: 100%;
    padding-bottom: 0.5rem; }
    .p-top--greeting::after {
      clip-path: polygon(0% 47rem, 50% -15rem, 100% 55rem, 100% 100%, 0% 100%); }
  .p-top--profile {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    .p-top--profile::before {
      left: 2.2rem;
      bottom: -7.2rem; }
    .p-top--profile::after {
      right: 23.2rem;
      top: -2.8rem; }
    .p-top--profile--content {
      width: 65rem;
      padding: 0 6.1rem; }
    .p-top--profile__card {
      width: calc((100% - 65rem) / 2);
      position: relative; }
      .p-top--profile__card img {
        border: 5px solid #fff; }
      .p-top--profile__card__button {
        bottom: 7.6rem; }

  .p-top-btn__item.vs-03.vz-02 a::after {
    background-image: url(images/icon_greeting_01.png);
    width: 4.2rem;
    height: 6.2rem;
    top: .9rem; }

  .p-top-btn__item.vs-03.vz-01 a::after {
    top: 2.4rem;
    width: 4.2rem;
    height: 4.2rem; }

  .p-top-btn__item.vs-03 a {
    padding-top: 7rem; }

  .p-top-btn__list.vt-01 {
    margin-bottom: 3rem; } }
@media (max-width: 960px) {
  .p-top--profile {
    margin-top: 2.9rem; }

  .p-top-btn__list {
    margin-top: 0;
    margin-bottom: 3rem; }

  .p-top--profile__card {
    width: 100%; }

  .p-top--profile--content {
    width: 100%; }

  .p-top--profile__card:nth-child(1) {
    order: 1;
    margin-bottom: 4rem; }

  .p-top--profile__card:nth-child(3) {
    order: 2; }

  .p-top--profile--content {
    order: 3; }

  .p-top--title__iconv5::before, .p-top--title__iconv5::after {
    content: "";
    position: absolute;
    width: 7.5rem;
    height: 5.7rem;
    top: 3.8rem; }
  .p-top--title__iconv5::before {
    left: 2rem; }
  .p-top--title__iconv5::after {
    right: 0; }
  .p-top--profile__card__button_text02::after {
    width: 40%; }
  .p-top--profile::before {
    height: 6.3rem;
    width: 11.6rem;
    left: 2.2rem;
    bottom: -0.2rem; }
  .p-top--profile::after {
    right: 23.2rem;
    top: -2.8rem; }
  .p-top--profile--content {
    padding: 0; }
    .p-top--profile--content h4 {
      font-size: 1.7rem;
      padding-top: 2.4rem;
      -webkit-text-stroke: 0.5rem #fff;
      paint-order: stroke fill;
      padding-bottom: 1rem; }
    .p-top--profile--content p {
      font-size: 1.5rem; }
  .p-top--greeting {
    padding-top: 22rem; }
    .p-top--greeting::before {
      height: 48.9rem;
      top: 15rem; }
    .p-top--greeting::after {
      clip-path: polygon(0% 27rem, 49% 16rem, 100% 22rem, 100% 100%, 0% 100%); }

  .p-top-btn__list.vt-01 {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 0; }

  .p-top-btn__item.vs-03 a::after {
    width: 5.2rem;
    height: 6.2rem; }

  .p-top-btn__item.vs-03 a {
    padding-top: 7rem; }

  .p-top-btn__item.vs-03.vz-01 a::after {
    top: 1.6rem;
    width: 6.2rem;
    height: 5.2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--greeting::after {
    clip-path: polygon(0% 33rem, 49% 23rem, 100% 31rem, 100% 100%, 0% 100%); }

  .p-top--title__iconv1::before {
    content: "";
    position: absolute;
    width: 6.8rem;
    height: 18rem;
    top: 0;
    left: 52%;
    transform: translateX(-52%); }

  .p-top--title__iconv2::after {
    top: 3.5rem;
    right: -0.5rem; }

  .p-top-btn__list.vt-01 {
    display: flex;
    justify-content: center; }

  .p-top-btn__item.vs-03 a {
    padding-top: 6rem;
    font-size: 1.2rem; }

  .p-top-btn__item.vs-03 a::after {
    width: 4.2rem;
    top: .4rem; }

  .p-top-btn__item.vs-03.vz-01 a::after {
    top: 1rem;
    width: 4.2rem;
    height: 5.2rem; } }
.p-top--treatment {
  position: relative;
  background-image: url(images/bg_treatment.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 46rem;
  margin-top: -38.7rem;
  z-index: 0; }
  .p-top--treatment .p-top--title__iconv2::before {
    background-image: url(./images/treatmen_star01.png);
    left: 3rem;
    top: -0.6rem; }
  .p-top--treatment .p-top--title__iconv2::after {
    background-image: url(./images/treatmen_star02.png);
    right: 2.4rem;
    top: -0.5rem; }
  .p-top--treatment__box {
    margin-top: 2.8rem;
    margin-bottom: 10.5rem; }
  .p-top--treatment__icon-absolute {
    position: absolute; }
  .p-top--treatment__icon01 {
    width: 22.2rem;
    height: 18.2rem;
    top: 52.3rem;
    left: 20.5rem;
    background: url(images/icon_treatment01.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon02 {
    width: 21.2rem;
    height: 18.4rem;
    top: 52rem;
    right: 27.8rem;
    background: url(images/icon_treatment02.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon03 {
    width: 13.5rem;
    height: 17.8rem;
    top: 58.6rem;
    left: 4.2rem;
    background: url(images/icon_treatment21.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon04 {
    width: 16rem;
    height: 15.3rem;
    bottom: 61.2rem;
    left: 3.2rem;
    background: url(images/icon_treatment03.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon05 {
    width: 9.3rem;
    height: 11.8rem;
    bottom: 6.4rem;
    left: 10rem;
    background: url(images/icon_treatment04.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon06 {
    width: 12.8rem;
    height: 9rem;
    bottom: 72rem;
    right: 8.7rem;
    background: url(images/icon_treatment05.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__icon07 {
    width: 12.3rem;
    height: 10.9rem;
    bottom: 1rem;
    right: 11rem;
    background: url(images/icon_treatment06.png) no-repeat center;
    background-size: contain; }
  .p-top--treatment__column {
    position: relative;
    border-radius: 3rem;
    max-width: calc(100% - 3rem);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.56);
    padding: .6rem .8rem .6rem .8rem; }
    .p-top--treatment__column svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .p-top--treatment__column rect {
      fill: none;
      stroke: #D7949D;
      stroke-width: 5;
      stroke-dasharray: 12 12;
      stroke-linecap: round;
      rx: 30;
      ry: 30; }
  .p-top--treatment__flex-box {
    padding: 5rem 2rem;
    column-gap: 3rem; }
    .p-top--treatment__flex-box .p-top--treatment__column--item {
      width: calc((100% - 6.001rem) / 3);
      position: relative;
      z-index: 0; }
      .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--img {
        padding: 0 2.3rem; }
      .p-top--treatment__flex-box .p-top--treatment__column--item img {
        border: 0.7rem solid #fff;
        border-radius: 2rem;
        width: 100%; }
      .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content {
        text-align: center;
        padding: 2.5rem 2.5rem 7rem 2.5rem; }
        .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--title {
          font-size: 3rem;
          font-weight: bold;
          line-height: 140%;
          letter-spacing: 0;
          color: #fff; }
        .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--desc {
          text-align: left;
          letter-spacing: 0;
          font-size: var(--size-p);
          font-weight: normal;
          line-height: 145%;
          color: #fff; }
        .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--subtitle {
          font-size: var(--size-p);
          font-weight: bold;
          line-height: 100%;
          letter-spacing: 0;
          color: #fff;
          margin-bottom: 1.7rem;
          padding: 1.8rem 0 5rem;
          position: relative; }
          .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--subtitle::before {
            content: "";
            position: absolute;
            width: 11.3rem;
            height: 3.1rem;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: url(images/icon_top_trouble_02.png);
            background-size: contain; }
      .p-top--treatment__flex-box .p-top--treatment__column--item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 16rem);
        z-index: -1;
        bottom: 0;
        left: 0;
        background: #2AB2C1;
        border-radius: 3rem; }
    .p-top--treatment__flex-box .p-top--treatment__item--color-green::before {
      background: #9CBD53; }
    .p-top--treatment__flex-box .p-top--treatment__item--color-pink::before {
      background: #D7949D; }

.p-top--treatment__menu {
  grid-template-columns: repeat(7, 1fr);
  gap: 7.5rem 2rem;
  justify-content: center;
  width: calc(100% - 3rem);
  padding-bottom: 7rem;
  max-width: 144.5rem;
  margin-right: auto;
  margin-left: auto; }
  .p-top--treatment__menu a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: .1rem solid #77644E;
    border-radius: 2rem;
    height: 33.9rem;
    text-align: center;
    transition: all 0.35s ease; }
    .p-top--treatment__menu a::before {
      content: "";
      position: absolute;
      width: 1.1rem;
      height: 2.2rem;
      bottom: 1.8rem;
      left: 50%;
      transform: translateX(-50%);
      clip-path: polygon(100% 50%, 0 0, 0 100%);
      background-color: #2AB2C1;
      z-index: 1;
      transition: all 0.35s ease; }
  .p-top--treatment__menu .p-top--treatment__menu--icon {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11.6rem;
    height: 11.6rem; }
  .p-top--treatment__menu .p-top--treatment__menu--txt {
    writing-mode: vertical-lr;
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 140%;
    color: #454545;
    text-align: center;
    font-weight: 500;
    height: 100%;
    transition: all 0.35s ease; }
  .p-top--treatment__menu .p-treatment-vertical {
    writing-mode: horizontal-tb; }
  .p-top--treatment__menu .p-top--treatment__menu--hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    font-size: var(--size-p);
    color: #fff;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 140%;
    text-align: justify;
    padding: 6.5rem 2.5rem;
    transition: all 0.35s ease; }
  .p-top--treatment__menu .p-top--treatment__triangle-green::before {
    background-color: #9CBD53; }
  .p-top--treatment__menu .p-top--treatment__triangle-pink::before {
    background-color: #D7949D; }
  .p-top--treatment__menu .p-top--treatment__triangle-yellow::before {
    background-color: #F7B756; }

.p-top--entry {
  position: relative;
  margin-bottom: -7rem;
  z-index: 1; }
  .p-top--entry::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 11.7rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(images/baner_slide.png) no-repeat center bottom;
    background-size: cover; }
  .p-top--entry__logo {
    position: relative;
    top: 0;
    left: 49.2%;
    transform: translateX(-50%); }
    .p-top--entry__logo img {
      width: 100%; }
    .p-top--entry__logo .p-top--entry__recruit {
      position: absolute;
      top: 50%;
      right: -8.8rem;
      transform: translateY(-50%); }

.p-top--pink a {
  background: #D7949D; }

.p-top--entry__recruit a::after {
  width: 5.1rem;
  height: 5.6rem;
  background-image: url(./images/icon_recuit.png); }

.p-top--entry__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6rem;
  margin-top: 7.7rem;
  padding-bottom: 14rem; }

.entry__btn01 {
  position: relative;
  border-radius: 2rem;
  transition: all 0.35s; }
  .entry__btn01::before {
    border-radius: 2rem; }
  .entry__btn01:hover {
    background: #2AB2C1; }

.entry__btn02 {
  background: #2AB2C1;
  border-radius: 2rem;
  transition: all 0.35s; }
  .entry__btn02::before {
    border-radius: 2rem; }
  .entry__btn02:hover {
    background: #F7B756; }

.entry__btn--text {
  font-size: 3rem;
  font-weight: bold;
  border-radius: 2rem;
  z-index: 0; }
  .entry__btn--text::before {
    border: 0;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22413%22%20height%3D%22110%22%20viewBox%3D%220%200%20413%20110%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221.5%22%20y%3D%221.5%22%20width%3D%22409.883%22%20height%3D%22106.012%22%20rx%3D%2220%22%20stroke%3D%22%23F9F6EC%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%2210%2010%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: calc(100% - 2rem);
    height: calc(100% - 1rem); }
  .entry__btn--text:hover {
    opacity: 1; }

.entry__btn01--text {
  width: 43rem;
  height: 12rem;
  background: none;
  padding-left: 4.4rem; }

.entry__btn02--text {
  width: 51.2rem;
  height: 12rem;
  background: url(images/icon_btn_entry.png) no-repeat center left 3.8rem;
  background-size: 9.6rem 7rem;
  padding-left: 12.5rem; }
  .entry__btn02--text::before {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 491 109' fill='none'><rect x='1.5' y='1.5' width='488' height='106' rx='20' stroke='%23F9F6EC' stroke-width='3' stroke-linecap='round' stroke-dasharray='10 10'/></svg>"); }

.entry__icon {
  position: absolute;
  width: 11.7rem;
  height: 10.5rem; }

.p-top--entry__icon01 {
  top: -4.3rem;
  left: 7rem;
  background: url(images/icon_think_A.png) no-repeat center;
  background-size: contain; }

.p-top--entry__icon02 {
  top: 4rem;
  left: -5.1rem;
  background: url(images/icon_think_Q.png) no-repeat center;
  background-size: contain; }

.c-slide {
  overflow: hidden;
  padding: 16rem 6rem 11.7rem;
  position: relative;
  background: url(images/bg_concept.png) no-repeat center top;
  background-size: cover; }
  .c-slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite; }
  .c-slide__item {
    margin-right: 2rem;
    position: relative;
    z-index: 0; }
    .c-slide__item img {
      width: 31.9rem; }
  .c-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.6rem;
    background: url(images/bg_infomation.png) no-repeat center bottom;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-top--info {
  margin-top: 4.3rem; }
  .p-top--info .p-top--info__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 7rem;
    column-gap: 0rem; }
  .p-top--info .p-top--info__column01 {
    width: calc(100% - 57.3rem); }
    .p-top--info .p-top--info__column01 .info-title {
      width: 45rem;
      margin-top: -1.5rem; }
    .p-top--info .p-top--info__column01 .info-row--content {
      margin-top: 1.5rem; }
    .p-top--info .p-top--info__column01 .info-row--content .content {
      display: flex;
      position: relative;
      padding: 1.9rem 0; }
      .p-top--info .p-top--info__column01 .info-row--content .content::before {
        position: absolute;
        content: "";
        width: calc(100% - 16rem);
        height: 1px;
        left: 2rem;
        bottom: 0;
        background: #ccc; }
      .p-top--info .p-top--info__column01 .info-row--content .content .col {
        font-size: 1.8rem;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: .25rem;
        color: #454545; }
        .p-top--info .p-top--info__column01 .info-row--content .content .col::before {
          content: "";
          position: absolute;
          width: 10.5%;
          height: 2px;
          left: 1.8rem;
          bottom: -1px;
          transform: translateY(-50%);
          background: #2AB2C1;
          border-radius: 50px; }
      .p-top--info .p-top--info__column01 .info-row--content .content .col--title__content-01,
      .p-top--info .p-top--info__column01 .info-row--content .content .col--title__content-02 {
        padding-left: 2rem;
        width: 12rem;
        font-weight: 500; }
    .p-top--info .p-top--info__column01 .info-row--btns {
      display: flex;
      justify-content: center;
      position: relative;
      left: -0.8rem;
      padding: 2.7rem 0 4.3rem 0; }
      .p-top--info .p-top--info__column01 .info-row--btns .btn-01 {
        width: 39.1rem;
        margin-right: 1rem; }
      .p-top--info .p-top--info__column01 .info-row--btns .btn-02 {
        width: 30rem; }
    .p-top--info .p-top--info__column01 .p-top--info__mg {
      margin-left: 8rem; }
  .p-top--info .p-top--info__column02 {
    width: 57.3rem; }
    .p-top--info .p-top--info__column02 .row:first-child {
      padding: 0.6rem 0px; }
    .p-top--info .p-top--info__column02 .row {
      padding: 2.9rem 0px; }
      .p-top--info .p-top--info__column02 .row::before {
        background: rgba(69, 69, 69, 0.37); }
    .p-top--info .p-top--info__column02 .row-title--bgcolor {
      background: #D7949D; }
      .p-top--info .p-top--info__column02 .row-title--bgcolor .col {
        color: #fff; }
    .p-top--info .p-top--info__column02 .row .col-pink {
      color: #D7949D; }
    .p-top--info .p-top--info__column02 .row .col-star--green {
      color: #9CBD53; }
    .p-top--info .p-top--info__column02 .p-top--info__text {
      line-height: 140%;
      margin-top: 3rem;
      margin-bottom: 3rem;
      margin-left: 1.7rem;
      letter-spacing: 0;
      color: #454545;
      font-weight: 400; }
    .p-top--info .p-top--info__column02 .col--title__time {
      font-weight: 800; }
  .p-top--info .col-star--green {
    color: #9CBD53; }
  .p-top--info .p-top--info__table .vz-02 {
    padding-left: 1.5rem; }

.p-top--info__btn-bottoms {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5rem;
  padding-bottom: 4rem; }
  .p-top--info__btn-bottoms .info__btn-bottom a {
    position: relative;
    color: #454545;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0;
    display: inline-block;
    padding-bottom: .5rem;
    padding-right: 3rem; }
    .p-top--info__btn-bottoms .info__btn-bottom a::before {
      content: "";
      position: absolute;
      width: 1.05rem;
      height: 2.05rem;
      right: 0;
      top: 40%;
      transform: translateY(-50%);
      background: #F7B756;
      clip-path: polygon(100% 50%, 0 0, 0 100%); }
    .p-top--info__btn-bottoms .info__btn-bottom a::after {
      position: absolute;
      content: "";
      width: calc(100% - 3rem);
      height: .1rem;
      background: #F7B756;
      bottom: 0;
      left: 0; }

.p-top--info .info__icon::before {
  left: 6.6rem;
  top: -0.4rem;
  background-image: url(./images/info_star01.png);
  width: 12.1rem;
  height: 13.7rem; }
.p-top--info .info__icon::after {
  right: 6.1rem;
  top: -0.6rem;
  background-image: url(./images/info_star02.png);
  width: 11.4rem;
  height: 13.7rem; }

.c-top__column--list {
  column-gap: 1.7rem; }
  .c-top__column--list .c-top__column--item {
    width: calc((100% - 5.101rem) / 4); }
    .c-top__column--list .c-top__column--item .c-top__column--img img {
      border-radius: 1rem;
      width: 100%; }
    .c-top__column--list .c-top__column--item .c-top__column--cont time {
      width: 10.1rem;
      height: 2.8rem;
      display: inline-block;
      background: #F7B756;
      font-size: 1.8rem;
      letter-spacing: 0;
      line-height: 150%;
      text-align: center;
      font-weight: 500;
      color: #fff;
      border-radius: .5rem;
      margin-top: 2rem;
      margin-bottom: 1.5rem; }
    .c-top__column--list .c-top__column--item .c-top__column--cont a {
      color: #454545;
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 150%; }

.p-top--column {
  position: relative;
  background: url(images/feature_bg01.jpg) no-repeat center top;
  background-size: cover;
  z-index: 0;
  padding-top: 8.8rem; }
  .p-top--column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3.5rem;
    background: url(images/bg_column.png) no-repeat center top;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: -1; }
  .p-top--column .p-top--column__content {
    margin-top: 8.5rem; }
  .p-top--column .p-top--column__btn-bottoms {
    padding-top: 8.5rem; }
  .p-top--column .column__icon::before {
    left: .6rem; }
  .p-top--column .column__icon::after {
    right: -0.2rem;
    top: -0.6rem; }

@media (min-width: 768.5px) {
  .p-top--treatment__menu a:hover {
    background-color: #2AB2C1;
    border-color: #2AB2C1;
    opacity: 1; }
    .p-top--treatment__menu a:hover.p-top--treatment__triangle-green {
      background-color: #9CBD53;
      border-color: #9CBD53; }
    .p-top--treatment__menu a:hover.p-top--treatment__triangle-pink {
      background-color: #D7949D;
      border-color: #D7949D; }
    .p-top--treatment__menu a:hover.p-top--treatment__triangle-yellow {
      background-color: #F7B756;
      border-color: #F7B756; }
    .p-top--treatment__menu a:hover .p-top--treatment__menu--hover {
      opacity: 1;
      font-size: 1.8rem; }
    .p-top--treatment__menu a:hover .p-top--treatment__menu--txt {
      opacity: 0; }
    .p-top--treatment__menu a:hover::before {
      background-color: #fff; }
  .p-top--treatment__menu .p-top--treatment__triangle-green,
  .p-top--treatment__menu .p-top--treatment__triangle-pink,
  .p-top--treatment__menu .p-top--treatment__triangle-yellow {
    background-color: #fff;
    transition: all 0.35s ease; }

  .p-top--info__table .row .col {
    width: calc((100% - 23.2rem) / 6); }

  .p-top--info__table .row .col:first-child {
    width: 16.6rem; }

  .c-top__column--list {
    justify-content: center;
    row-gap: 2.5rem; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top--treatment__column {
    max-width: calc(100% - 5rem); }

  .p-top--treatment__menu .p-top--treatment__menu--hover {
    line-height: 120%;
    padding: 5.5rem 1rem; }

  .p-top--treatment__flex-box .p-top--treatment__column--item::before {
    height: calc(100% - 11rem); }

  .p-top--treatment__box {
    display: flex;
    justify-content: center; }

  .p-top--treatment__menu {
    max-width: 110rem; }

  .p-top--treatment__icon01 {
    width: 19.2rem;
    height: 15.2rem;
    top: 56.7rem;
    left: 15.8rem; }

  .p-top--treatment__icon02 {
    width: 18.2rem;
    height: 15.4rem;
    top: 56.5rem;
    right: 15.8rem; }

  .p-top--treatment__icon03 {
    width: 10.5rem;
    height: 14.8rem;
    top: 66rem;
    left: 4.5rem; }

  .p-top--treatment__icon04 {
    width: 14rem;
    height: 13.3rem;
    bottom: 60rem;
    left: 2rem; }

  .p-top--treatment__icon06 {
    width: 10.8rem;
    height: 7rem;
    bottom: 71rem;
    right: 5.7rem; }

  .p-top--treatment__icon05 {
    width: 7.3rem;
    height: 9.8rem;
    bottom: 6.4rem;
    left: 7rem; }

  .p-top--treatment__icon07 {
    width: 10.3rem;
    height: 8.9rem;
    bottom: 2rem;
    right: 5rem; }

  .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--title {
    font-size: 2.5rem; }

  .p-top--info .info__icon::after {
    right: 5.8rem;
    top: -0.5rem; }

  .p-top--info .info__icon::before {
    left: 5.4rem;
    top: -1rem; } }
@media (max-width: 960px) {
  .p-top--treatment__icon-absolute {
    display: none; }

  .p-top--treatment__box {
    display: flex;
    justify-content: center;
    margin-bottom: 6.5rem; }

  .p-top--treatment__flex-box {
    row-gap: 2rem;
    column-gap: 2rem;
    padding: 2rem 1rem; }

  .p-top--treatment__column {
    max-width: 100%;
    background: white; }

  .p-top--treatment__menu a::before {
    width: 1rem;
    height: 1.5rem; }

  .p-top--treatment__menu .p-top--treatment__menu--hover {
    display: none; }

  .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content {
    padding: 2rem 1rem; }

  .p-top--treatment__flex-box .p-top--treatment__column--item {
    width: 48%; }

  .p-top--treatment__flex-box .p-top--treatment__column--item::before {
    height: calc(100% - 7rem);
    border-radius: 1.5rem; }

  .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--title {
    font-size: 2.2rem; }

  .p-top--treatment__flex-box .p-top--treatment__column--item .p-top--treatment__column--content .p-top--treatment__column--subtitle {
    text-align: center;
    margin-bottom: 1.7rem;
    padding: 1rem 0 4rem; }

  .p-top--treatment__column rect {
    stroke-width: 3px;
    stroke-dasharray: 8 8; }

  .p-top--treatment__flex-box .p-top--treatment__column--item img {
    border-radius: 1.5rem;
    border: 0.3rem solid #fff; }

  .p-top--treatment .p-top--title__iconv2::after {
    right: .7rem;
    top: 3.7rem; }

  .p-top--treatment .p-top--title__iconv2::before {
    left: .9rem;
    top: 3.5rem; }

  .p-top--treatment__menu {
    gap: 4.5rem 1rem; }

  .p-top--treatment__menu .p-top--treatment__menu--icon {
    width: 5.6rem;
    height: 5.6rem;
    top: -3rem; }

  .p-top--treatment__menu a {
    height: 20rem; }

  .p-top--treatment__menu .p-top--treatment__menu--txt {
    font-size: 1.5rem; }

  .p-top--treatment {
    padding-top: 9rem;
    margin-top: 0rem;
    background-repeat: repeat;
    background-size: contain; }

  .p-top--entry__btn {
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 2rem;
    padding-bottom: 6rem; }

  .entry__icon {
    width: 7.5rem;
    height: 6.5rem; }

  .entry__btn--text {
    font-size: 2rem;
    border-radius: 1rem; }
    .entry__btn--text::before {
      z-index: -1;
      width: calc(100% - 1rem);
      height: calc(100%); }

  .entry__btn01--text {
    width: 28rem;
    height: 8rem;
    font-size: 1.8rem; }

  .entry__btn02--text {
    width: 28rem;
    height: 8rem;
    background-position-x: left 1.8rem;
    padding-left: 5.5rem;
    background-size: 2.6rem 2rem;
    font-size: 1.8rem; }

  .p-top--entry__icon01 {
    top: -2.3rem;
    left: 4rem; }

  .p-top--entry__icon02 {
    top: 3rem;
    left: -3.1rem; }

  .entry__btn01,
  .entry__btn02 {
    border-radius: 1rem; }
    .entry__btn01::before,
    .entry__btn02::before {
      border-radius: 1rem;
      z-index: -1; }

  .p-top-btn__item::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem); }

  .c-slide {
    padding: 9rem 3rem 5.7rem; }
    .c-slide::before {
      height: 3rem; }

  .c-slide__item {
    margin-right: 1rem; }

  .c-slide__item img {
    width: 12rem; }

  .p-top--info {
    margin-top: 1rem; }

  .p-top--info .p-top--info__columns {
    flex-wrap: wrap;
    margin-top: -11rem; }

  .p-top--info .p-top--info__column01 .info-row--content {
    margin-left: 2rem; }

  .p-top--info .p-top--info__column01 .info-row--content .content {
    align-items: center; }

  .p-top--info .p-top--info__column01 .info-row--content .content .col {
    font-size: 1.5rem;
    line-height: 130%; }

  .p-top--info .p-top--info__column01 .p-top--info__mg {
    margin-left: 0; }

  .p-top--info .p-top--info__column01 {
    width: 100%; }

  .p-top--info .p-top--info__column01 .info-title {
    width: 31rem;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto; }

  .p-top--info .p-top--info__column01 .info-row--content .content .col--title__content-01 {
    padding-left: 0;
    width: 8rem; }

  .p-top--info .p-top--info__column01 .info-row--btns .btn-01 {
    width: 23rem;
    margin-right: 0; }

  .p-top--info .p-top--info__column01 .info-row--btns .btn-02 {
    width: 23rem; }

  .p-top--info .p-top--info__column01 .info-row--content .content::before {
    height: 2px;
    left: 0rem;
    width: calc(100% - 2rem); }

  .p-top--info .p-top--info__column01 .info-row--content .content .col::before {
    width: 20.5%;
    height: 3px;
    left: 0;
    bottom: -2px; }

  .p-top--info .p-top--info__column01 .info-row--btns {
    flex-wrap: wrap;
    left: 0;
    row-gap: 1rem;
    padding: 2.7rem 0 3.7rem 0; }

  .p-top--info .p-top--info__column01 .info-row--content .content .col--title__content-02 {
    padding-left: 0;
    width: 8rem; }

  .p-top--info .p-top--info__column02 {
    width: 100%; }
    .p-top--info .p-top--info__column02 .col {
      font-size: 1.5rem; }
    .p-top--info .p-top--info__column02 .row-title--bgcolor {
      border-radius: 1rem; }
    .p-top--info .p-top--info__column02 .p-top--info__table .row .col--title__time {
      padding-left: 0; }

  .p-top--info__btn-bottoms {
    flex-wrap: wrap;
    column-gap: 1.5rem; }

  .p-top--info .p-top--info__column02 .p-top--info__text {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0rem; }

  .p-top--info__btn-bottoms .info__btn-bottom::before {
    width: 1rem;
    height: 2rem;
    top: 45%;
    right: -1rem; }

  .p-top--info__btn-bottoms .info__btn-bottom a {
    font-size: 1.5rem; }

  .p-top--info .p-top--info__column02 .row::before {
    width: 100%; }

  .p-top--info .info__icon::before {
    left: 2.9rem;
    top: 3.2rem;
    width: 5rem; }

  .p-top--info .info__icon::after {
    right: 3.4rem;
    top: 3.5rem;
    width: 5rem; }

  .p-top--info__table .vz-02 {
    padding-left: 1rem; }

  .p-top--column {
    padding-top: 0.5rem; }
    .p-top--column .column__icon::before {
      left: .2rem;
      top: 3.2rem; }
    .p-top--column .column__icon::after {
      top: 3.5rem;
      right: -0.5rem; }

  .p-top--column .p-top--column__content {
    margin-top: 2.5rem; }

  .c-top__column--list {
    row-gap: 3rem;
    column-gap: 1rem; }
    .c-top__column--list .c-top__column--item {
      width: calc((100% - 3.001rem) / 4); }

  .c-top__column--list .c-top__column--item .c-top__column--cont a {
    font-size: 1.5rem; }

  .p-top--column .p-top--column__btn-bottoms {
    padding-top: 2rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-top--treatment {
    padding-top: 15rem; }

  .p-top-btn__item a {
    width: 15.4rem;
    height: 15.4rem; }
    .p-top-btn__item a::before {
      width: .9rem;
      height: 1.7rem; }
    .p-top-btn__item a::after {
      top: 1.7rem; }

  .p-top--entry__logo .p-top--entry__recruit {
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15.4rem; }

  .p-top--entry__recruit a::after {
    width: 3.1rem;
    height: 3.6rem; }

  .p-top--entry__btn {
    margin-top: 10.7rem; }

  .c-slide {
    padding: 9rem 4rem 8.7rem; }
    .c-slide::before {
      height: 4.6rem; }

  .p-top--info .p-top--info__column01 .info-title {
    width: 40rem; }

  .p-top--info .info__icon::before {
    left: 3rem;
    top: 3.2rem; }

  .p-top--info .info__icon::after {
    right: 3rem;
    top: 3.5rem; }

  .p-top--info .p-top--info__column01 .p-top--info__mg {
    margin-left: 50px;
    margin-right: 50px; }

  .p-top--info .p-top--info__column01 .info-row--btns {
    padding: 3.7rem 0 8.7rem 0; }

  .p-top--info .p-top--info__column01 .info-row--btns .btn-01 {
    width: 30rem;
    margin-right: 3rem; }

  .p-top--info .p-top--info__column02 {
    width: 82%; }

  .p-top--info__table .row .col:first-child {
    width: 20rem; }

  .p-top--info__table .row .col {
    width: calc((100% - 25rem) / 6); }

  .p-top--info .p-top--info__column02 .row:first-child {
    padding: 1rem 0; }

  .p-top--info .p-top--info__column02 .row-title--bgcolor {
    border-radius: 2rem; }

  .p-top--info .p-top--info__column01 .info-row--content .content .col::before {
    width: 10.5%; } }
@media (max-width: 767px) {
  .p-top--treatment__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .p-top--treatment__menu li {
      width: calc((100% - 3rem) / 4); }

  .p-top--treatment__flex-box {
    row-gap: 3rem;
    column-gap: 0; }

  .p-top--treatment__flex-box .p-top--treatment__column--item {
    width: 100%; }

  .p-top--entry__logo {
    left: 50%; }

  .p-top--pink a {
    height: 8rem;
    width: 8rem; }

  .p-top-btn__item a {
    font-size: 1.5rem; }

  .p-top-btn__item a::after {
    top: .7rem; }

  .p-top-btn__item a::before {
    width: 7px;
    height: 1.2rem;
    top: 80%; }

  .p-top--entry__recruit a::after {
    width: 2.1rem;
    height: 2.6rem; }

  .p-top--entry__logo .p-top--entry__recruit {
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem; }

  .p-top--info .p-top--info__column01 .btn-01 img,
  .p-top--info .p-top--info__column01 .btn-02 img {
    margin: auto; }

  .p-top--info__btn-bottoms .info__btn-bottom a {
    padding-right: 2rem; }

  .c-top__column--list .c-top__column--item {
    width: calc((100% - 1.001rem) / 2); }

  .c-top__column--list .c-top__column--item .c-top__column--cont time {
    font-size: 1.4rem;
    width: 8.1rem;
    height: 2rem;
    line-height: 140%; } }
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 55%;
  background-color: var(--main-color-light); }
  #toc_container p.toc_title {
    text-align: left;
    font-size: var(--size-v3); }
  #toc_container li:not(:last-child) {
    margin-bottom: 0.5rem; }
  #toc_container li a {
    font-size: var(--size-p);
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
    display: inline-block; }
    #toc_container li a::before {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      left: 0;
      top: 0.8rem;
      background-color: #454545;
      clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0); }
  @media (max-width: 960px) {
    #toc_container {
      max-width: 100%;
      padding: 2rem;
      margin-bottom: 5rem; }
      #toc_container p.toc_title {
        font-size: var(--size-p); }
        #toc_container p.toc_title + ul.toc_list {
          margin-top: 0.5rem; }
      #toc_container li a {
        padding-left: 2rem; }
        #toc_container li a::before {
          width: 1.2rem;
          height: 1.2rem;
          top: 0.8rem; } }

.c-image {
  display: block; }
  .c-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem; }
    @media (max-width: 960px) {
      .c-image img {
        border-radius: 0.5rem; } }
  .c-image--logo {
    margin-top: 2rem; }
    .c-image--logo img {
      width: auto;
      padding: 1rem;
      background-color: var(--main-color-white); }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8; }
    @media (max-width: 960px) {
      .c-image--ratio-16x8 {
        aspect-ratio: 16 / 11; } }
  .c-image--ratio-4x2 {
    aspect-ratio: 4 / 2.3; }
  .c-image--ratio-3x2 img {
    aspect-ratio: 3 / 2; }
  .c-image--ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-page-section {
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .p-page-section {
      margin-bottom: 8rem; } }

.p-doctor-message {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  padding: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: 3rem 2rem;
      margin-top: -2rem; }
      .p-doctor-message__name {
        font-size: 1.8rem;
        margin-bottom: 1rem; } }

.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem; }
  @media (max-width: 960px) {
    .p-interview {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light); }
  @media (max-width: 960px) {
    .p-background {
      padding: 2rem;
      border-radius: 0.8rem; } }

.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color); }
  .p-border.u-py-3 {
    padding: 3rem; }
  @media (max-width: 960px) {
    .p-border {
      padding: 2rem;
      border-radius: 0.8rem; }
      .p-border.u-py-3 {
        padding: 1rem; } }

/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */ }
  .p-faq--hideborder .p-faq__item {
    border: 0; }
  .p-faq__item {
    padding: 5rem 0;
    border-bottom: 1px solid #e5e5e5; }
    .p-faq__item:first-child {
      border-top: 1px solid #e5e5e5; }
    @media (max-width: 960px) {
      .p-faq__item {
        padding: 3rem 0; } }
  .p-faq__question {
    font-size: var(--size-v2);
    font-weight: 600;
    line-height: 1.75;
    color: var(--main-color--title);
    position: relative;
    padding-left: 3rem; }
    .p-faq__question::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 700;
      color: var(--main-color--title); }
  .p-faq__answer {
    margin-top: 2rem;
    padding-left: 3rem;
    position: relative; }
    .p-faq__answer::before {
      content: "A";
      position: absolute;
      left: 0rem;
      font-weight: 700;
      color: #999;
      font-size: var(--size-v3); }
    .p-faq__answer p {
      margin: 0;
      text-align: justify; }

/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */ }
  .p-procedure .listbox {
    margin-top: 1.5rem;
    background: transparent;
    padding: 0 !important;
    box-shadow: none !important; }
  .p-procedure__item {
    position: relative;
    padding: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(27, 32, 101, 0.05);
    box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2); }
    .p-procedure__item:not(:last-child) {
      margin-bottom: 6rem; }
      .p-procedure__item:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4rem;
        width: 3rem;
        height: 2rem;
        transform: translateX(-50%);
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--main-color); }
  .p-procedure__title {
    margin-bottom: 2rem; }
  @media (max-width: 960px) {
    .p-procedure__item {
      padding: 2rem; }
      .p-procedure__item:not(:last-child) {
        margin-bottom: 4rem; }
        .p-procedure__item:not(:last-child)::before {
          bottom: -2.5rem;
          width: 2rem;
          height: 1rem; }
    .p-procedure__title {
      margin-bottom: 2rem; } }

.p-link {
  background-color: #dea44d;
  border-radius: 0.8rem;
  display: inline-block;
  padding: 1rem 5rem 1rem 3rem;
  color: var(--main-color-white);
  margin-top: 2rem;
  font-size: Max(var(--size-p), 14px);
  position: relative;
  opacity: 1;
  transition: ease all 0.35s; }
  .p-link:hover {
    background-color: var(--main-color); }
  .p-link::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5rem;
    background-color: #ffffff;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }

/*# sourceMappingURL=style.css.map */
