@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bad+Script&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 0; }
  a.dh-01 {
    text-decoration: underline; }

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit; }

input,
textarea,
select {
  font: inherit; }

:root {
  --size-p: max(1.8rem, 14px);
  --size-p-18: max(1.8rem, 14px);
  --size-small: max(1.4rem, 12px);
  --size-bn: max(4rem, 24px);
  --size-h1: max(3.2rem, 24px);
  --size-h2: max(2.8rem, 22px);
  --size-h3: max(2.4rem, 20px);
  --size-h4: max(2rem, 18px);
  --size-h5: max(1.8rem, 18px);
  --font-size-html: 0.521105vw;
  --space-xs: 1.5rem;
  --space-sm: 2rem;
  --space-md: 2.5rem;
  --space-lg: 6rem;
  --space-xl: 8.5rem;
  --space-2xl: 12rem; }
  @media screen and (max-width: 960px) {
    :root {
      --size-p: max(1.5rem, 11.8px);
      --size-p-18: max(1.8rem, 14px);
      --size-h1: max(2rem, 18px);
      --size-h2: max(1.8rem, 17px);
      --size-h3: max(1.7rem, 16px);
      --size-h4: max(1.6rem, 15px);
      --size-h5: max(1.5rem, 15px);
      --font-size-html: 10px;
      --space-xs: 1rem;
      --space-sm: 1.2rem;
      --space-md: 2rem;
      --space-lg: 4rem;
      --space-xl: 6rem;
      --space-2xl: 8rem; } }
  @media (max-width: 1440px) and (min-width: 961px) {
    :root {
      --font-size-html: 0.694444vw; } }
  @media (max-width: 374px) {
    :root {
      --font-size-html: 2.6vw; } }

html {
  font-size: var(--font-size-html); }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: var(--size-p);
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400; }
  @media (max-width: 960px) {
    p {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }

/* ==========================================================================
   Object - Utility (u-)
   ========================================================================== */
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.u-hidden {
  display: none !important; }

@media screen and (min-width: 961px) {
  .u-sp-only {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none !important; } }

.u-sp767-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-sp767-only {
      display: block; } }

.hv-o {
  transition: all 0.35s; }
  .hv-o:hover {
    opacity: 0.8; }

.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; }

@media (max-width: 960px) {
  .hv-o:hover {
    opacity: 1; } }
.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: var(--space-xs) !important; }

.u-mt-sm {
  margin-top: var(--space-sm) !important; }

.u-mt-md {
  margin-top: var(--space-md) !important; }

.u-mt-lg {
  margin-top: var(--space-lg) !important; }

.u-mt-xl {
  margin-top: var(--space-xl) !important; }

.u-mt-2xl {
  margin-top: var(--space-2xl) !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: var(--space-xs) !important; }

.u-mb-sm {
  margin-bottom: var(--space-sm) !important; }

.u-mb-md {
  margin-bottom: var(--space-md) !important; }

.u-mb-lg {
  margin-bottom: var(--space-lg) !important; }

.u-mb-xl {
  margin-bottom: var(--space-xl) !important; }

.u-mb-2xl {
  margin-bottom: var(--space-2xl) !important; }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-sm {
  font-size: 1.5rem; }

.u-text-lg {
  font-size: 2rem; }

.u-text-bold {
  font-weight: 700; }

.u-text-muted {
  color: #333333; }

.u-text-primary {
  color: #5191ac; }

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

.u-truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal; }

/* ==========================================================================
   Layout
   ========================================================================== */
.p-seo-h1 {
  background: #a0caec;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 120%;
  font-family: "Kosugi Maru", sans-serif; }
  @media screen and (max-width: 767px) {
    .p-seo-h1 {
      font-size: 1.3rem;
      padding: 0.75rem 1rem;
      line-height: 140%;
      letter-spacing: 0; } }

.site-header {
  position: relative;
  z-index: 110;
  height: 17.4rem; }

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.35s;
  width: 100%;
  padding: 1rem 0; }
  .p-header__left {
    padding-left: 2.8rem; }
    .p-header__left .custom-logo-link {
      position: relative;
      display: block;
      padding-left: 9.2rem; }
      .p-header__left .custom-logo-link::before {
        content: "";
        position: absolute;
        width: 8.9rem;
        height: 9.5rem;
        background: url(assets/img/logo-03.png) no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .p-header__left .custom-logo-link img {
        width: 47.9rem; }
  .p-header__right {
    padding-right: 2.8rem; }
  .p-header__local p {
    color: #1e1e30;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.18rem;
    position: relative;
    padding-left: 4.4rem;
    margin-bottom: 1.2rem; }
    .p-header__local p::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 0;
      left: 0;
      -webkit-mask: url(assets/img/local-icon01.svg) center/100% no-repeat;
      mask: url(assets/img/local-icon01.svg) center/100% no-repeat;
      background: #1e1e30; }
  .p-header__list {
    gap: 2rem;
    margin-bottom: 1.5rem; }
    .p-header__list li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28rem;
      height: 7rem;
      border-radius: 7rem;
      background: #ec8691;
      border: #ec8691 solid 1px;
      font-family: "Kosugi Maru", sans-serif;
      transition: all 0.35s; }
      .p-header__list li a .item {
        color: #fff;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.24rem;
        position: relative;
        padding-right: 6.4rem;
        transition: all 0.35s; }
        .p-header__list li a .item::before {
          content: "";
          position: absolute;
          width: 2.9rem;
          height: 2.9rem;
          background: #fff;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.35s;
          -webkit-mask-position: center;
          mask-size: 100%; }
      .p-header__list li a.btn--acf_tel .item {
        padding-right: 0;
        padding-left: 4.5rem; }
        .p-header__list li a.btn--acf_tel .item::before {
          right: auto;
          left: 0;
          -webkit-mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/tel-icon01.svg) center/100% no-repeat; }
      .p-header__list li a.btn--acf_web {
        background: #a0caec;
        border-color: #a0caec; }
        .p-header__list li a.btn--acf_web .item::before {
          width: 3.7rem;
          height: 3.6rem;
          -webkit-mask-image: url(assets/img/web-icon01.svg);
          mask-image: url(assets/img/web-icon01.svg); }
        .p-header__list li a.btn--acf_web:hover .item {
          color: #a0caec; }
          .p-header__list li a.btn--acf_web:hover .item::before {
            background: #a0caec; }
      .p-header__list li a.btn--acf_line {
        background: #06c755;
        border-color: #06c755; }
        .p-header__list li a.btn--acf_line .item {
          padding-right: 5.1rem; }
          .p-header__list li a.btn--acf_line .item::before {
            width: 3.8rem;
            height: 3.8rem;
            -webkit-mask-image: url(assets/img/line-icon01.svg);
            mask-image: url(assets/img/line-icon01.svg); }
        .p-header__list li a.btn--acf_line:hover .item {
          color: #06c755; }
          .p-header__list li a.btn--acf_line:hover .item::before {
            background: #06c755; }
      .p-header__list li a:hover {
        background: #fff; }
        .p-header__list li a:hover .item {
          color: #ec8691; }
          .p-header__list li a:hover .item::before {
            background: #ec8691; }
  .p-header__menu li {
    padding: 0 1.5rem; }
    .p-header__menu li a {
      color: #1e1e30;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.173rem;
      transition: all 0.35s; }
    .p-header__menu li.vz-home a {
      font-size: 0;
      width: 2.8rem;
      height: 3rem;
      background: url(assets/img/home-icon01.png) no-repeat center;
      background-size: 1.8rem;
      display: flex; }
  .p-header__menu > li > a:hover {
    color: #a0caec; }
  .p-header__menu > li.current_page_item > a {
    color: #a0caec; }
  .p-header.vz-02 {
    opacity: 0;
    pointer-events: none; }

.p-mv {
  position: relative;
  margin-bottom: -1px;
  z-index: 2; }
  .p-mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: url(assets/img/mv-bg01.png) no-repeat center;
    background-size: cover; }
  .p-mv__menu {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%; }
  .p-mv__cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 4rem; }
    .p-mv__cont--desc {
      max-width: 150rem;
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto; }
      .p-mv__cont--desc h2 {
        position: relative;
        padding-bottom: 5rem;
        margin-bottom: 3rem;
        font-family: "Kosugi Maru", sans-serif; }
        .p-mv__cont--desc h2::before {
          content: "";
          position: absolute;
          width: 41.1rem;
          height: 3px;
          bottom: 0;
          left: 0;
          background: url(assets/img/line-icon02.png) repeat-x center;
          background-size: contain; }
        .p-mv__cont--desc h2 .item {
          display: block;
          color: #fff;
          font-size: 6rem;
          font-weight: 400;
          line-height: 136%;
          letter-spacing: 0.4rem;
          text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }
          .p-mv__cont--desc h2 .item.small {
            font-size: 3.9rem;
            letter-spacing: 0.2rem;
            margin-bottom: 1.5rem; }
          .p-mv__cont--desc h2 .item .sub {
            color: #a0caec; }
      .p-mv__cont--desc p {
        color: #fff;
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 165%;
        letter-spacing: 0.2rem;
        text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); }
  .p-mv__video {
    width: 100%;
    height: 97.5rem;
    object-fit: cover;
    vertical-align: top; }
  .p-mv .p-header__menu {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6.8rem;
    padding: 1rem 2rem; }
    .p-mv .p-header__menu li {
      padding: 0.9rem 2.45rem; }

@media (min-width: 960.5px) {
  .p-header.vz-01 {
    position: absolute; }
    .p-header.vz-01.is-open {
      opacity: 0;
      pointer-events: none; }
  .p-header.vz-02.active, .p-header.vz-02.is-open {
    opacity: 1;
    pointer-events: all;
    top: 0 !important; }
  .p-header.vz-02 .p-header__menu > li {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .p-header.is-open .p-header__menu {
    opacity: 0;
    pointer-events: none; }
  .p-header__menu > li {
    position: relative; }
  .p-header__menu li .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem; }
    .p-header__menu li .sub-menu::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 1rem);
      left: 0;
      bottom: 0;
      z-index: -1;
      background: #a0caec; }
    .p-header__menu li .sub-menu li {
      margin-left: 0;
      padding: 0;
      border-bottom: 1px solid #fff;
      border-right: 0; }
      .p-header__menu li .sub-menu li:last-child {
        border-width: 0; }
      .p-header__menu li .sub-menu li a {
        display: block;
        padding: 1.5rem 1.5rem 1.5rem 3rem;
        border-right: 0;
        color: #fff !important;
        font-size: 1.6rem;
        position: relative;
        transition: all 0.35s;
        width: 100%;
        text-align: left; }
        .p-header__menu li .sub-menu li a::before {
          content: none; }
        .p-header__menu li .sub-menu li a::after {
          content: "";
          position: absolute;
          top: 2.3rem;
          -webkit-mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow-02.svg) center/100% no-repeat;
          background: #fff;
          left: 1rem;
          width: 1rem;
          height: 1rem;
          clip-path: inherit;
          transform: initial; }
        .p-header__menu li .sub-menu li a:hover {
          opacity: 0.8; }
          .p-header__menu li .sub-menu li a:hover::after {
            width: 1rem; }
  .p-header__menu li.vz-02 {
    position: initial; }
    .p-header__menu li.vz-02 .sub-menu {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      left: 0;
      top: calc(100% - 1.1rem);
      padding: 5rem 10rem !important; }
      .p-header__menu li.vz-02 .sub-menu::before {
        height: calc(100% - 1.1rem); }
      .p-header__menu li.vz-02 .sub-menu li {
        width: calc((100% - 6.001rem) / 3);
        margin-right: 3rem; }
        .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
          margin-right: 0; }
        .p-header__menu li.vz-02 .sub-menu li:last-child {
          border-width: 1px; }
  .p-header__menu li.vz-03 .sub-menu {
    left: auto;
    right: -1.5rem;
    width: 31rem; }
  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 1rem 0 0; }

  .home .site-header {
    height: auto; }
  .home .p-header__local p {
    color: #fff; }
    .home .p-header__local p::before {
      background: #fff; }
  .home .p-header.vz-01 {
    background: transparent; }
    .home .p-header.vz-01 .p-header__menu {
      display: none; }
    .home .p-header.vz-01 .c-hamburger {
      background: transparent; }
  .home .p-header:not(.active).vz-01 .p-header__left img {
    filter: brightness(0) invert(1); } }
@media (min-width: 960.5px) and (max-width: 1440px) {
  .site-header {
    height: 16.4rem; }

  .p-header__left {
    padding-left: 2rem; }
    .p-header__left .custom-logo-link {
      padding-left: 7rem; }
      .p-header__left .custom-logo-link img {
        width: 25rem; }
      .p-header__left .custom-logo-link::before {
        width: 6rem;
        height: 6.4rem; }
  .p-header__right {
    padding-right: 1.5rem;
    align-items: center; }
  .p-header__list li a {
    width: 25rem;
    height: 6rem; }
  .p-header__menu li {
    padding: 0 1rem; } }
@media (max-width: 960px) {
  .site-header {
    height: 5rem; }

  .p-header {
    padding: 0; }
    .p-header__local, .p-header__list, .p-header__menu {
      display: none; }
    .p-header__left {
      padding-left: 1.5rem; }
      .p-header__left .custom-logo-link {
        padding-left: 4.5rem; }
        .p-header__left .custom-logo-link::before {
          width: 4rem;
          height: 4.2rem; }
        .p-header__left .custom-logo-link img {
          width: 23rem; }
    .p-header__right {
      padding-right: 1.5rem; }
    .p-header.is-open {
      top: 0 !important; }

  .p-mv__video {
    height: 52rem; }
  .p-mv__cont {
    align-items: flex-end;
    padding-bottom: 2rem; }
    .p-mv__cont--desc h2 {
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
      .p-mv__cont--desc h2::before {
        width: 30.5rem;
        height: 2px; }
      .p-mv__cont--desc h2 .item {
        font-size: 3rem;
        letter-spacing: 0; }
        .p-mv__cont--desc h2 .item.small {
          font-size: 1.9rem; }
    .p-mv__cont--desc p {
      font-size: 1.5rem; } }
.home img {
  border-radius: 0; }

.p-footer__info {
  background: #f6fbfd;
  padding: 9.5rem 0; }
.p-footer__container {
  background: url(assets/img/footer-bg02.jpg) no-repeat center;
  background-size: cover;
  border-radius: 3rem; }
.p-footer__title--01 {
  color: #333333;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 0.676rem;
  font-family: "Kosugi Maru", sans-serif;
  margin-bottom: 1.5rem; }
.p-footer__wrap {
  padding: 3.2rem 3.3rem; }
.p-footer__field {
  padding-left: 7rem;
  position: relative; }
  .p-footer__field::before {
    content: "";
    position: absolute;
    width: 13.6rem;
    height: 23.5rem;
    bottom: 0;
    left: -7.7rem;
    background: url(assets/img/footer-icon02.png) no-repeat center;
    background-size: contain; }
  .p-footer__field--item:first-child {
    width: 40rem;
    padding-top: 6.5rem; }
  .p-footer__field--item:last-child {
    margin-top: -.7rem;
    margin-left: 3rem;
    width: calc(100% - 53rem + 10rem); }
  .p-footer__field--item p {
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.2rem;
    font-family: "Kosugi Maru", sans-serif; }
.p-footer__gp {
  background: #fff;
  border-radius: 2rem;
  padding: 0.6rem 4.2rem 2.4rem;
  position: relative; }
  .p-footer__gp::before {
    content: "";
    position: absolute;
    width: 9.4rem;
    height: 16.3rem;
    bottom: 0.8rem;
    right: -2.8rem;
    background: url(assets/img/footer-icon01.png) no-repeat center;
    background-size: contain; }
  .p-footer__gp--box:first-child {
    width: 61rem;
    padding-top: 3.5rem; }
  .p-footer__gp--box:last-child {
    width: calc(100% - 61rem);
    padding-left: 10.5rem; }
.p-footer__local p {
  padding-left: 2.7rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  background: url(assets/img/local-icon02.svg) no-repeat center left;
  background-size: 1.4rem;
  margin-bottom: 1.9rem; }
.p-footer__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: #a0caec solid 1px;
  border-radius: 1.2rem;
  height: 7.1rem;
  padding-left: 2.8rem;
  position: relative;
  color: #a0caec;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24rem;
  transition: all 0.35s; }
  .p-footer__tel a::before {
    content: "";
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    top: 50%;
    left: 4.8rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
    mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
    background: #a0caec;
    transition: all 0.35s; }
  .p-footer__tel a::after {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 2rem;
    top: 50%;
    right: 2.8rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/arrow-right04.png) center/100% no-repeat;
    mask: url(assets/img/arrow-right04.png) center/100% no-repeat;
    background: #a0caec;
    transition: all 0.35s; }
  .p-footer__tel a:hover {
    background: #a0caec;
    color: #fff; }
    .p-footer__tel a:hover::before, .p-footer__tel a:hover::after {
      background: #fff; }
.p-footer__btn--list {
  gap: 2rem;
  margin-top: 1.7rem; }
.p-footer__btn--item {
  width: calc((100% - 2.001rem) / 2); }
  .p-footer__btn--item a {
    background: #a0caec;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.1rem;
    border-radius: 1.2rem;
    position: relative;
    padding-right: 1rem;
    border: #a0caec solid 1px;
    transition: all 0.35s; }
    .p-footer__btn--item a::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 2rem;
      top: 50%;
      right: 1.8rem;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/arrow-right04.png) center/100% no-repeat;
      mask: url(assets/img/arrow-right04.png) center/100% no-repeat;
      background: #fff;
      transition: all 0.35s; }
    .p-footer__btn--item a .item {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.24rem;
      font-family: "Kosugi Maru", sans-serif;
      position: relative;
      padding-right: 4.8rem;
      transition: all 0.35s; }
      .p-footer__btn--item a .item::before {
        content: "";
        position: absolute;
        width: 3.2rem;
        height: 3rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/web-icon01.svg) center/100% no-repeat;
        mask: url(assets/img/web-icon01.svg) center/100% no-repeat;
        background: #fff;
        transition: all 0.35s; }
    .p-footer__btn--item a.btn--acf_line {
      background: #06c755;
      padding-right: 2.4rem;
      border-color: #06c755; }
      .p-footer__btn--item a.btn--acf_line .item::before {
        width: 3.7rem;
        height: 3.5rem;
        -webkit-mask-image: url(assets/img/line-icon01.svg);
        mask-image: url(assets/img/line-icon01.svg); }
    .p-footer__btn--item a:hover {
      background: #fff; }
      .p-footer__btn--item a:hover::before {
        background: #a0caec; }
      .p-footer__btn--item a:hover .item {
        color: #a0caec; }
        .p-footer__btn--item a:hover .item::before {
          background: #a0caec; }
      .p-footer__btn--item a:hover.btn--acf_line::before {
        background: #06c755; }
      .p-footer__btn--item a:hover.btn--acf_line .item {
        color: #06c755; }
        .p-footer__btn--item a:hover.btn--acf_line .item::before {
          background: #06c755; }
.p-footer__logo {
  width: 19rem;
  padding-top: 2rem; }
  .p-footer__logo img {
    width: 16.1rem; }
.p-footer__detail {
  width: calc(100% - 19rem); }
.p-footer__schedule--table {
  max-width: 58rem;
  margin-bottom: 1.3rem; }
  .p-footer__schedule--table dl {
    display: grid;
    grid-template-columns: 20.5rem repeat(8, 1fr);
    border-bottom: rgba(95, 77, 64, 0.15) solid 1px; }
    .p-footer__schedule--table dl:first-child dt,
    .p-footer__schedule--table dl:first-child dd {
      font-weight: 700; }
    .p-footer__schedule--table dl dt,
    .p-footer__schedule--table dl dd {
      color: #333333;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      padding: 1.2rem 0;
      position: relative; }
      .p-footer__schedule--table dl dt .close,
      .p-footer__schedule--table dl dd .close {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .p-footer__schedule--table dl dt {
      padding-left: 0.7rem; }
      .p-footer__schedule--table dl dt .col--title__time {
        background: #f3f5f6;
        display: inline-block;
        border-radius: 3.6rem;
        padding: 0.2rem 1.5rem; }
    .p-footer__schedule--table dl dd {
      text-align: center; }
      .p-footer__schedule--table dl dd.col-02 {
        color: #a0caec; }
.p-footer__schedule--desc p {
  color: #333333;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }
.p-footer__menu {
  padding: 7.5rem 8.5rem;
  background: url(assets/img/footer-bg01.jpg) no-repeat center;
  background-size: cover; }
.p-footer__nav {
  gap: 4.8rem; }
  .p-footer__nav--title {
    padding-left: 12rem;
    position: relative;
    margin-bottom: 3.8rem; }
    .p-footer__nav--title::before {
      content: "";
      position: absolute;
      width: 9.4rem;
      height: 9.4rem;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: url(assets/img/home-icon02.png) no-repeat center;
      background-size: contain; }
    .p-footer__nav--title p {
      color: #a0caec;
      font-size: 3rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.2rem;
      font-family: "Kosugi Maru", sans-serif;
      margin-bottom: 0.6rem; }
    .p-footer__nav--title .title {
      color: #25294c;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.2rem; }
    .p-footer__nav--title.vz-02::before {
      background-image: url(assets/img/tooth-icon01.png); }
    .p-footer__nav--title.vz-03 {
      padding-left: 7.2rem;
      padding-bottom: 3.4rem;
      margin-bottom: 2.8rem; }
      .p-footer__nav--title.vz-03::after {
        content: "";
        position: absolute;
        width: 27rem;
        height: 0;
        bottom: 0;
        left: 0;
        border-bottom: 2px dashed #a0caec; }
      .p-footer__nav--title.vz-03 p {
        margin-bottom: -0.4rem; }
      .p-footer__nav--title.vz-03::before {
        background-image: url(assets/img/logo-icon02.png);
        width: 5.2rem;
        height: 5.7rem;
        top: 37%; }
  .p-footer__nav--item {
    background: rgba(253, 252, 252, 0.9);
    border-radius: 3rem;
    padding: 3.8rem 4.5rem 3.4rem; }
  .p-footer__nav--list {
    grid-template-columns: 22.5rem 22.5rem;
    gap: 0 5.5rem; }
    .p-footer__nav--list li a {
      color: #565656;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.075rem;
      font-family: "Kosugi Maru", sans-serif;
      display: block;
      position: relative;
      padding: 0.95rem 0 0.95rem 4rem;
      transition: all 0.35s; }
      .p-footer__nav--list li a::before {
        content: "";
        position: absolute;
        width: 1.8rem;
        height: 1.8rem;
        top: 1.2rem;
        left: 0.7rem;
        background: url(assets/img/arrow-right01.svg) no-repeat center;
        background-size: contain; }
      .p-footer__nav--list li a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: #e3e4e6; }
      .p-footer__nav--list li a:hover {
        opacity: 0.8; }
    .p-footer__nav--list li:last-child a::after {
      content: none; }
    .p-footer__nav--list li.vz-02 a {
      width: calc(100% + 3.5rem); }
      .p-footer__nav--list li.vz-02 a::after {
        width: calc(100% - 3.5rem); }
    .p-footer__nav--list li.vz-03 {
      margin-top: -2.5rem; }
    .p-footer__nav--list li.vz-last a::after {
      content: none; }
.p-footer__bottom {
  background: #a0caec;
  padding: 3.1rem; }
.p-footer__credit {
  padding-right: 2.4rem;
  margin-right: 2.4rem;
  position: relative; }
  .p-footer__credit::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.8rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff; }
  .p-footer__credit img {
    width: 18rem; }
.p-footer__copy {
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0; }

.c-pagetop {
  position: fixed;
  bottom: 2.1rem;
  right: 1.5rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: 0;
  background: #5191ac;
  border: 0.1rem #fff solid;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50; }
  .c-pagetop::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff; }
  .c-pagetop.show {
    opacity: 1; }
    .c-pagetop.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    .c-pagetop {
      position: fixed;
      opacity: 1;
      bottom: 0;
      right: 0; }
      .c-pagetop.fixed {
        bottom: 7rem; }
      .c-pagetop.show:hover {
        opacity: 1; } }

@media (max-width: 960px) {
  .c-pagetop {
    border: none; } }
.footer-link-fix {
  position: fixed;
  bottom: 2rem;
  right: 9rem;
  z-index: 10; }
  .footer-link-fix li .close {
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    cursor: pointer;
    z-index: 1;
    border-radius: 100%; }
    .footer-link-fix li .close::before {
      content: "×";
      position: absolute;
      color: #5cc2d7;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
  .footer-link-fix li img {
    width: 33.5rem;
    border-radius: 0 0 0.6rem 0.6rem; }
  .footer-link-fix li.active {
    display: none; }

.c-nav-fix {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50; }
  .c-nav-fix li a {
    background: rgba(255, 255, 255, 0.9);
    color: #1e1e1e;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    display: flex;
    width: 8rem;
    height: 11.6rem;
    padding-top: 5rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.5rem 0 0 1.5rem;
    position: relative;
    z-index: 0; }
    .c-nav-fix li a::before {
      content: "";
      position: absolute;
      background: url(assets/img/instagram-icon01.png) no-repeat center;
      background-size: contain;
      width: 4.4rem;
      height: 4.4rem;
      top: 2rem;
      left: 50%;
      transform: translateX(-50%); }

@media (min-width: 960.5px) {
  .c-nav-fix .i-acf_tel,
  .c-nav-fix .i-acf_web,
  .c-nav-fix .i-acf_line {
    display: none; } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-footer__info .l-grid-1485 {
    max-width: 135.5rem; }
  .p-footer__field::before {
    width: 10rem;
    left: -4.7rem; }
  .p-footer__gp {
    padding: 0.6rem 2rem 2.4rem; }
    .p-footer__gp--box:first-child {
      width: 58rem; }
    .p-footer__gp--box:last-child {
      width: calc(100% - 58rem);
      padding-left: 3rem; }
  .p-footer__schedule--desc p {
    font-size: 1.8rem; } }
@media (max-width: 960px) {
  main {
    overflow: hidden; }

  .site-footer {
    padding-bottom: 6rem; }

  .footer-link-fix {
    bottom: 7rem;
    right: 2rem; }

  .p-footer__menu {
    display: none; }
  .p-footer__field {
    padding-left: 1rem; }
    .p-footer__field::before {
      content: none; }
    .p-footer__field--item:first-child {
      width: 100%;
      padding-top: 3rem;
      padding-bottom: 2rem;
      display: flex;
      flex-flow: column;
      align-items: center; }
    .p-footer__field--item:last-child {
      width: 100%;
      margin-left: 0;
      margin-top: 0; }
    .p-footer__field--item p {
      font-size: 1.5rem;
      width: 100%; }
  .p-footer__title--01 {
    font-size: 2.3rem;
    line-height: 140%;
    letter-spacing: 0; }
    .p-footer__title--01 br {
      display: none; }
  .p-footer__wrap {
    padding: 3rem 1rem 1rem; }
  .p-footer__gp {
    padding: 3rem 1rem 1.5rem; }
    .p-footer__gp::before {
      content: none; }
    .p-footer__gp--box:first-child {
      width: 100%;
      padding-top: 0; }
    .p-footer__gp--box:last-child {
      width: 100%;
      padding-left: 0; }
  .p-footer__logo {
    width: 100%;
    padding-top: 0; }
    .p-footer__logo img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem; }
  .p-footer__info {
    padding: 3rem 0; }
  .p-footer__detail {
    width: 100%; }
  .p-footer__schedule--table dl {
    grid-template-columns: 13rem repeat(8, 1fr); }
  .p-footer__nav--title.vz-03::after {
    left: 50%;
    transform: translateX(-50%);
    width: 20rem; }
  .p-footer__tel a {
    padding-left: 0;
    letter-spacing: 0;
    font-size: 2.6rem; }
    .p-footer__tel a::before {
      left: 3rem; }
  .p-footer__btn--list {
    gap: 1rem; }
  .p-footer__btn--item {
    width: calc((100% - 1.001rem) / 2); }
    .p-footer__btn--item a::before {
      right: 0.5rem; }
    .p-footer__btn--item a .item {
      font-size: 1.5rem;
      letter-spacing: 0;
      padding-right: 3.2rem; }
      .p-footer__btn--item a .item::before {
        width: 2.2rem;
        height: 2.2rem; }
    .p-footer__btn--item a.btn--acf_line {
      padding-right: 0.8rem; }
      .p-footer__btn--item a.btn--acf_line .item::before {
        width: 2.7rem;
        height: 2.7rem; }
  .p-footer__bottom {
    padding: 1.5rem; }
  .p-footer__credit {
    padding-right: 0;
    margin-right: 0; }
    .p-footer__credit::before {
      content: none; }

  .p-footer__schedule--desc p .hide-sp {
    font-size: 0; }

  .c-nav-fix {
    top: auto;
    bottom: 0;
    transform: initial;
    width: 100%;
    display: flex; }
    .c-nav-fix li {
      width: calc((100% - 6rem) / 4);
      border-right: #fff solid 1px; }
      .c-nav-fix li a {
        background: none; }
      .c-nav-fix li.i-acf_instagram {
        background: linear-gradient(45deg, #f58529 0%, #feda77 25%, #dd2a7b 50%, #8134af 75%, #515bd4 100%); }
      .c-nav-fix li.i-acf_tel {
        background-color: #ec8691; }
      .c-nav-fix li .c-acf_web {
        background-color: #a0caec; }
      .c-nav-fix li.i-acf_line {
        background-color: #06c755; }
      .c-nav-fix li:last-child {
        border-right: 0; }
      .c-nav-fix li a {
        border-radius: 0;
        width: 100%;
        height: 6rem;
        padding: 0.6rem 0;
        align-items: flex-end;
        font-size: 1.2rem;
        color: #ffffff; }
        .c-nav-fix li a::before {
          width: 2.5rem;
          height: 2.5rem;
          top: 0.7rem; }
        .c-nav-fix li a.c-acf_tel::before {
          width: 2.4rem;
          height: 2.4rem;
          background: #ffffff;
          -webkit-mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/tel-icon01.svg) center/100% no-repeat; }
        .c-nav-fix li a.c-acf_web::before {
          width: 2.4rem;
          height: 2.4rem;
          background: #fff;
          -webkit-mask: url(assets/img/web-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/web-icon01.svg) center/100% no-repeat; }
        .c-nav-fix li a.c-acf_line::before {
          width: 2.6rem;
          height: 2.6rem;
          background: #ffffff;
          -webkit-mask: url(assets/img/line-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/line-icon01.svg) center/100% no-repeat; } }
@media (max-width: 767px) {
  .p-footer__schedule--table {
    max-width: 100%; }

  .footer-link-fix {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }

  .footer-link-fix.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0); }

  .p-footer__schedule--desc p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 145%; }

  .p-footer__schedule--table dl dt .col--title__time {
    padding: 0.2rem 1rem; }

  .p-footer__gp,
  .p-footer__container,
  .p-top-recruit .recruit-subtext .notice,
  .p-top-greeting .greeting__badge {
    border-radius: 1rem !important; }

  .p-footer__tel a,
  .p-footer__btn--item a {
    height: 6rem;
    border-radius: 0.5rem; }

  .p-footer__btn--item a::before {
    width: 1rem;
    height: 1.5rem; }

  .p-footer__btn--list {
    margin-top: 1rem; }

  .p-blog__item {
    padding: 1rem !important;
    border-radius: 0.8rem !important; }

  .p-treatment--f_visit .box-visit {
    gap: 1.5rem !important; }

  .p-treatment--f_visit,
  .p-treatment--f_visit .box-visit li a,
  .p-treatment--container .box-aldut--list,
  .p-treatment--container .box-aldut--list li a,
  .p-treatment--container .box-child--info,
  .p-treatment--container .box-child--tel a,
  .p-treatment--container .box-child--bg,
  .p-treatment--container .box-child--list li a,
  .p-top-recruit .img-large,
  .p-top-recruit .img-small {
    border-radius: 0.8rem !important; } }
[class^="grid-"],
[class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.l-grid-1590 {
  max-width: 162rem; }
.l-grid-1587 {
  max-width: 161.7rem; }
.l-grid-1500 {
  max-width: 153rem; }
.l-grid-1485 {
  max-width: 151.5rem; }
.l-grid-1460 {
  max-width: 149rem; }
.l-grid-1450 {
  max-width: 148rem; }
.l-grid-1200 {
  max-width: 123rem; }
.l-grid-1050 {
  max-width: 108rem; }

.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; } }
/* 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; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.l-container {
  width: 100%;
  max-width: 128rem;
  margin-inline: auto; }
  @media screen and (max-width: 960px) {
    .l-container {
      padding-inline: 3rem; } }
  @media screen and (max-width: 767px) {
    .l-container {
      padding-inline: 1.5rem; } }

.l-content {
  display: flex;
  gap: 0;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .l-content {
      flex-direction: column;
      gap: 0;
      margin-block: 2rem 4rem; } }
  .l-content__main {
    width: calc(100% - 30rem);
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__main {
        width: 100%;
        margin-bottom: 6rem; } }
  .l-content__sidebar {
    width: 30rem;
    padding-left: 5rem;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .l-content__sidebar {
        width: 100%;
        padding-left: 0; } }

/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  width: 8rem;
  height: 8rem;
  padding: 0;
  top: 0.7rem;
  background: #5191ac;
  border: #fff solid 1px;
  margin-left: 3.5rem;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  @media (hover: hover) {
    .c-hamburger:hover {
      opacity: 0.9; } }
  .c-hamburger__line {
    display: block;
    width: 3.5rem;
    height: 0.2rem;
    background-color: #fff;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transform-origin: center; }
    .c-hamburger__line:nth-child(2) {
      width: 3rem;
      position: relative;
      left: 0.2rem; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
    transform: translateY(1.1rem) rotate(45deg); }
  .c-hamburger.is-active .c-hamburger__line:nth-child(2) {
    opacity: 0; }
  .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
    transform: translateY(-1.1rem) rotate(-45deg); }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .c-hamburger {
    margin-left: 1rem;
    width: 6rem;
    height: 6rem;
    top: 1.1rem; } }
@media (max-width: 960px) {
  .p-header__right {
    padding-right: 0; }

  .c-hamburger {
    margin-left: 0;
    width: 5rem;
    height: 5rem;
    gap: 0.5rem;
    border-radius: 0;
    border: 0; }
    .c-hamburger__line {
      width: 3rem; }
    .c-hamburger.is-active .c-hamburger__line:nth-child(1) {
      transform: translateY(0.7rem) rotate(45deg); }
    .c-hamburger.is-active .c-hamburger__line:nth-child(3) {
      transform: translateY(-0.7rem) rotate(-45deg); } }
.c-heading {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #5191ac;
  font-family: "Kosugi Maru", sans-serif; }
  @media screen and (max-width: 960px) {
    .c-heading {
      letter-spacing: 0.02rem; } }
  .c-heading--frame {
    position: relative;
    padding: 2rem 3rem;
    text-align: center; }
    .c-heading--frame::before, .c-heading--frame::after {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      border: 0.2rem solid #5191ac; }
    .c-heading--frame::before {
      top: 0;
      left: 0;
      border-right: 0;
      border-bottom: 0; }
    .c-heading--frame::after {
      bottom: 0;
      right: 0;
      border-left: 0;
      border-top: 0; }
  .c-heading--diamond {
    position: relative;
    padding-left: 3rem; }
    .c-heading--diamond::before {
      content: "";
      position: absolute;
      left: 0.2rem;
      top: 2rem;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #5191ac;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::before {
          top: 1.5rem; } }
    .c-heading--diamond::after {
      content: "";
      position: absolute;
      left: 1.8rem;
      top: 2rem;
      width: 0.6rem;
      height: 0.6rem;
      background-color: #5191ac;
      opacity: 0.4;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .c-heading--diamond::after {
          top: 1.5rem; } }
    .c-heading--diamond.c-heading--sizev3::after, .c-heading--diamond.c-heading--sizev3::before {
      top: 1.5rem; }
  .c-heading--tab {
    display: inline-block;
    position: relative;
    padding: 1rem 2.4rem 1rem 3.6rem;
    background-color: #5191ac;
    color: #fff;
    border-radius: 0.5rem;
    clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0 100%); }
  .c-heading--center-diamond {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center; }
    .c-heading--center-diamond::before, .c-heading--center-diamond::after {
      content: "";
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      background-color: #5191ac;
      transform: rotate(45deg); }
  .c-heading--block-num {
    counter-increment: c-heading-block;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .c-heading--block-num::before {
      content: counter(c-heading-block,decimal-leading-zero);
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      background-color: #5191ac;
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 2.6rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      border-radius: 0.5rem;
      box-shadow: 0.3rem 0.3rem 0 rgba(81, 145, 172, 0.35); }
  .c-heading--layered {
    position: relative;
    padding-top: 1.6rem; }
    .c-heading--layered::before {
      content: attr(data-en);
      position: absolute;
      top: 0;
      left: 0;
      font-family: "Inter", sans-serif;
      font-size: 4.8rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.1rem;
      color: rgba(81, 145, 172, 0.18);
      line-height: 1;
      -webkit-text-stroke: 0.05rem rgba(81, 145, 172, 0.4); }
  .c-heading--section {
    text-align: center;
    margin-bottom: 4rem; }
    .c-heading--section .ja {
      display: block;
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 1rem; }
    .c-heading--section .en {
      display: inline-flex;
      align-items: center;
      gap: 1.2rem;
      font-family: "Inter", sans-serif;
      font-size: 1.4rem;
      font-weight: 500;
      color: #5191ac;
      letter-spacing: 0.3rem;
      text-transform: uppercase; }
      .c-heading--section .en::before, .c-heading--section .en::after {
        content: "";
        display: inline-block;
        width: 3rem;
        height: 0.1rem;
        background-color: #5191ac; }
  .c-heading--hy-lv1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1);
    line-height: 150%;
    font-family: "Kosugi Maru", sans-serif; }
    .c-heading--hy-lv1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted #5191ac; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1 {
        padding-bottom: 1.6rem;
        margin-bottom: 3rem; }
        .c-heading--hy-lv1::before {
          width: 6rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .c-heading--hy-lv1::before {
        width: 3rem; } }

  .c-heading--hy-lv1-alt {
    padding: 0 0 0 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    border-left: 0.6rem solid #5191ac; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv1-alt {
        font-size: 2rem;
        padding-left: 1.6rem; } }
  .c-heading--hy-lv2 {
    position: relative;
    padding: 1.5rem 2rem;
    background: #5191ac;
    color: #fff;
    font-size: var(--size-h2);
    line-height: 1.4;
    border: 1px dashed #fff;
    outline: 0.6rem solid #5191ac;
    width: calc(100% - 1.2rem);
    margin-left: 0.6rem;
    font-family: "Kosugi Maru", sans-serif; }
    @media screen and (max-width: 960px) {
      .c-heading--hy-lv2 {
        padding: 1rem 1.5rem;
        text-align: justify; } }
  .c-heading--hy-lv2-alt {
    padding: 0 5rem 0 0;
    background: transparent;
    color: #5191ac;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2rem; }
  .c-heading--hy-lv3 {
    position: relative;
    padding: 0 0 1.5rem;
    color: #5191ac;
    font-size: var(--size-h3);
    line-height: 1.4;
    font-family: "Kosugi Maru", sans-serif; }
    .c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: #5191ac; }
    .c-heading--hy-lv3::before {
      width: 10%;
      z-index: 2; }
    .c-heading--hy-lv3::after {
      width: 100%;
      opacity: 0.1; }
  .c-heading--hy-lv4 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #5191ac;
    font-size: var(--size-h4);
    line-height: 1.4;
    text-align: justify;
    font-family: "Kosugi Maru", sans-serif; }
    .c-heading--hy-lv4::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #5191ac; }
  .c-heading--sizev1 {
    font-size: var(--size-h1); }
  .c-heading--sizev2 {
    font-size: var(--size-h2); }
  .c-heading--sizev3 {
    font-size: var(--size-h3); }
  .c-heading--sizev4 {
    font-size: var(--size-h4); }

.c-heading-counter {
  counter-reset: c-heading-bignum c-heading-block; }

.c-media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-media {
      gap: 3rem;
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .c-media {
      gap: 2.5rem; } }
  .c-media--right {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .c-media--right {
        flex-direction: column; } }
  .c-media--center {
    align-items: center; }
  .c-media__image {
    flex: 0 0 35%;
    max-width: 35%; }
    @media screen and (max-width: 960px) {
      .c-media__image {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0.5rem; } }
    .c-media__image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0.8rem; }
    .c-media__image .c-pa p {
      font-size: 2rem;
      line-height: 150%;
      letter-spacing: 0;
      font-weight: 500; }
      @media screen and (max-width: 960px) {
        .c-media__image .c-pa p {
          font-size: 1.8rem; } }
    .c-media__image.tn-02 {
      position: relative;
      z-index: 0; }
      .c-media__image.tn-02 .c-pa {
        position: absolute;
        z-index: 0;
        bottom: 1.5rem;
        right: 1.5rem; }
  .c-media--narrow .c-media__image {
    flex: 0 0 30%;
    max-width: 30%; }
    @media screen and (max-width: 960px) {
      .c-media--narrow .c-media__image {
        flex: 1 1 100%;
        max-width: 100%; } }
  .c-media__body {
    flex: 1 1 auto;
    min-width: 0; }
    @media screen and (max-width: 960px) {
      .c-media__body {
        flex: 1 1 100%;
        width: 100%;
        min-width: 100%; } }
    .c-media__body > :first-child {
      margin-top: 0; }
    .c-media__body > :last-child {
      margin-bottom: 0; }
    .c-media__body h2,
    .c-media__body h3,
    .c-media__body h4 {
      margin-bottom: 1.6rem; }
    .c-media__body p {
      margin-bottom: 1.4rem; }

.c-columns {
  display: grid;
  gap: 4.5rem 3rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .c-columns {
      gap: 4rem; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .c-columns {
      gap: 3rem; } }

  .c-columns--2 {
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--2 {
        grid-template-columns: 1fr; } }
  .c-columns--3 {
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--3 {
        grid-template-columns: 1fr; } }
  .c-columns--4 {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 960px) {
      .c-columns--4 {
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 960px) {
    .c-columns--sp-3 {
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .c-columns--sp-3 {
      gap: 0.8rem; } }
  .c-columns__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 960px) {
      .c-columns__item img {
        border-radius: 0.5rem;
        margin-bottom: 1.5rem; } }

.c-dot-list {
  list-style: none;
  margin-bottom: -1rem !important;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-dot-list {
      margin-bottom: 0 !important; } }
  .c-dot-list > li {
    position: relative;
    padding: 0 0 1.2rem 2.4rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
    margin-bottom: 1rem; }
    @media (max-width: 960px) {
      .c-dot-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-dot-list > li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0; } }
    .c-dot-list > li::before {
      content: "";
      position: absolute;
      top: 1.28rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background-color: #333333;
      border-radius: 50%; }
  .c-dot-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--2col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      .c-dot-list--3col {
        grid-template-columns: 1fr;
        column-gap: 0; } }
  .c-dot-list--plain > li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 0; }
  .c-dot-list--square > li::before {
    border-radius: 0; }

@media (max-width: 960px) {
  .c-dot-list > li::before {
    top: 1rem; } }
.c-check-list {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-check-list > li {
    position: relative;
    padding: 0.4rem 0 0.4rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400; }
    @media (max-width: 960px) {
      .c-check-list > li {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    .c-check-list > li:not(:last-child) {
      margin-bottom: 0.6rem; }
    .c-check-list > li::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: 0;
      width: 2rem;
      height: 1.1rem;
      border-left: 0.3rem solid #5191ac;
      border-bottom: 0.3rem solid #5191ac;
      transform: rotate(-45deg); }
  .c-check-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--2col {
        grid-template-columns: 1fr; } }
  .c-check-list--3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem; }
    @media screen and (max-width: 960px) {
      .c-check-list--3col {
        grid-template-columns: 1fr; } }

.c-info-table {
  border-top: 1px dashed rgba(51, 51, 51, 0.2); }
  @media screen and (max-width: 960px) {
    .c-info-table--rowsp .c-info-table__row {
      grid-template-columns: 11rem 1fr; } }
  .c-info-table--pc21 .c-info-table__row {
    grid-template-columns: 21rem 1fr; }
    @media screen and (max-width: 960px) {
      .c-info-table--pc21 .c-info-table__row {
        grid-template-columns: 11rem 1fr; } }
  .c-info-table__row {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2rem;
    padding: 2rem 0rem;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
    .c-info-table__row.gp-01 {
      grid-template-columns: 40rem 1fr; }
    .c-info-table__row a {
      text-decoration: underline; }
    @media screen and (max-width: 960px) {
      .c-info-table__row {
        grid-template-columns: 7rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0rem; }
        .c-info-table__row.gp-01 {
          grid-template-columns: 18rem 1fr; } }
    .c-info-table__row dt,
    .c-info-table__row dd {
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      margin: 0;
      color: #333333; }
      @media (max-width: 960px) {
        .c-info-table__row dt,
        .c-info-table__row dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
    .c-info-table__row dt {
      font-weight: 700; }
  .c-info-table--filled .c-info-table__row {
    align-items: start; }
    .c-info-table--filled .c-info-table__row dt {
      display: inline-block;
      width: max-content;
      max-width: 100%;
      padding: 0.4rem 1.4rem;
      background-color: #5191ac;
      color: #fff;
      border-radius: 0.4rem;
      font-size: 1.4rem; }
  .c-info-table--bordered {
    border: 1px solid #5191ac;
    border-top-width: 1px;
    padding: 0 2rem; }
    .c-info-table--bordered .c-info-table__row {
      border-bottom: 1px solid rgba(81, 145, 172, 0.3); }
      .c-info-table--bordered .c-info-table__row:last-child {
        border-bottom: 0; }
      .c-info-table--bordered .c-info-table__row dt {
        position: relative;
        padding-left: 1.6rem; }
        .c-info-table--bordered .c-info-table__row dt::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.8rem;
          width: 0.4rem;
          height: 1.6rem;
          background-color: #5191ac;
          border-radius: 0.2rem; }
  .c-info-table--striped {
    border-top: 0; }
    .c-info-table--striped .c-info-table__row {
      border-bottom: 0;
      padding: 1.4rem 2rem; }
      .c-info-table--striped .c-info-table__row:nth-child(odd) {
        background-color: rgba(81, 145, 172, 0.2); }
      .c-info-table--striped .c-info-table__row:nth-child(even) {
        background-color: rgba(81, 145, 172, 0.06); }
      @media screen and (max-width: 960px) {
        .c-info-table--striped .c-info-table__row {
          padding: 1rem 1.4rem; } }
  .c-info-table--card {
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .c-info-table--card .c-info-table__row {
      background-color: #fff;
      border: 1px solid rgba(81, 145, 172, 0.3);
      border-bottom: 1px solid rgba(81, 145, 172, 0.3);
      border-radius: 0.6rem;
      padding: 1.6rem 2rem;
      box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.04); }
  .c-info-table--vertical .c-info-table__row {
    grid-template-columns: 1fr;
    gap: 0.6rem; }
    .c-info-table--vertical .c-info-table__row dt {
      font-size: 1.4rem;
      letter-spacing: 0.1rem; }
  .c-info-table--compact .c-info-table__row {
    padding: 0.8rem 0.6rem;
    grid-template-columns: 14rem 1fr;
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      .c-info-table--compact .c-info-table__row {
        grid-template-columns: 1fr;
        padding: 0.6rem 0.4rem; } }

.c-info-table--02 {
  border: solid 1px #5191ac; }
  .c-info-table--02 dl {
    display: grid;
    grid-template-columns: 3fr 1fr;
    border-bottom: #5191ac solid 1px; }
    .c-info-table--02 dl dt,
    .c-info-table--02 dl dd {
      padding: 1rem;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400; }
      @media (max-width: 960px) {
        .c-info-table--02 dl dt,
        .c-info-table--02 dl dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
    .c-info-table--02 dl dd {
      border-left: #5191ac solid 1px;
      text-align: center; }
    .c-info-table--02 dl:first-child dt,
    .c-info-table--02 dl:first-child dd {
      background: #5191ac;
      color: #fff;
      font-weight: 700; }
    .c-info-table--02 dl:first-child dd {
      border-left-color: #fff; }
    .c-info-table--02 dl:last-child {
      border-bottom: 0; }

.c-box {
  padding: 3rem;
  margin-bottom: 4rem;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-box {
      padding: 2rem 1.6rem; } }
  .c-box > :first-child {
    margin-top: 0; }
  .c-box > :last-child {
    margin-bottom: 0; }
  .c-box--bg {
    background-color: rgba(81, 145, 172, 0.08); }
  .c-box--bg-primary {
    background-color: #5191ac;
    color: #fff; }
    .c-box--bg-primary h2,
    .c-box--bg-primary h3,
    .c-box--bg-primary h4,
    .c-box--bg-primary h5,
    .c-box--bg-primary h6,
    .c-box--bg-primary a {
      color: #fff; }
    .c-box--bg-primary a {
      text-decoration: underline; }
  .c-box--bg-dark {
    background-color: #333333;
    color: #fff; }
    .c-box--bg-dark h2,
    .c-box--bg-dark h3,
    .c-box--bg-dark h4,
    .c-box--bg-dark h5,
    .c-box--bg-dark h6 {
      color: #fff; }
  .c-box--border {
    background-color: #fff;
    border: 0.2rem solid #5191ac; }
  .c-box--border-thin {
    background-color: #fff;
    border: 0.1rem solid rgba(81, 145, 172, 0.5); }
  .c-box--frame {
    position: relative;
    padding: 5rem;
    background-color: #fff;
    border: 6px solid #5191ac;
    border-radius: 0; }
    @media screen and (max-width: 960px) {
      .c-box--frame {
        padding: 2rem 2rem;
        border: 2px solid #5191ac; } }
  .c-box--rounded {
    border-radius: 2rem; }
  .c-box--callout {
    background-color: rgba(81, 145, 172, 0.08);
    border-left: 0.6rem solid #5191ac;
    padding-left: 2.6rem; }
    @media screen and (max-width: 960px) {
      .c-box--callout {
        padding-left: 1.8rem; } }
  .c-box__title {
    margin: 0 0 1.4rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333; }

.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(81, 145, 172, 0.4);
  text-align: center; }
  .c-schedule th,
  .c-schedule td {
    padding: 1.5rem 1rem;
    border: 1px solid rgba(81, 145, 172, 0.4);
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .c-schedule th,
      .c-schedule td {
        text-align: center;
        line-height: 150%;
        padding: 0.8rem 0.5rem; } }
  .c-schedule thead th {
    background-color: #5191ac;
    color: #fff;
    font-weight: 700;
    border-left: 0; }
    .c-schedule thead th:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .c-schedule tbody th {
    background-color: rgba(81, 145, 172, 0.2);
    color: #5191ac;
    font-weight: 700;
    text-align: left;
    padding-left: 1.4rem;
    white-space: nowrap; }
  .c-schedule tbody td {
    color: #333333; }
  .c-schedule .is-closed {
    color: #333333; }
  .c-schedule dl {
    display: grid;
    grid-template-columns: 41rem repeat(7, 1fr);
    border-bottom: 1px solid rgba(81, 145, 172, 0.4); }
    @media screen and (max-width: 960px) {
      .c-schedule dl {
        grid-template-columns: 26rem repeat(7, 1fr); } }
    @media screen and (max-width: 767px) {
      .c-schedule dl {
        grid-template-columns: 12.5rem repeat(6, 1fr) 4.5rem; } }
    .c-schedule dl:first-child dt,
    .c-schedule dl:first-child dd {
      background-color: #5191ac;
      color: #fff;
      font-weight: 700;
      border-left: 0; }
    .c-schedule dl:first-child dd {
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .c-schedule dl:last-child {
      border-bottom: 0; }
    .c-schedule dl dt,
    .c-schedule dl dd {
      padding: 1.5rem 1rem;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 960px) {
        .c-schedule dl dt,
        .c-schedule dl dd {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media screen and (max-width: 960px) {
        .c-schedule dl dt,
        .c-schedule dl dd {
          text-align: center;
          line-height: 150%;
          padding: 0.8rem 0.5rem; } }
    .c-schedule dl dt {
      background-color: rgba(81, 145, 172, 0.2);
      color: #5191ac;
      font-weight: 700;
      text-align: left;
      padding-left: 1.4rem;
      white-space: nowrap; }
    .c-schedule dl dd {
      border-left: 1px solid rgba(81, 145, 172, 0.4); }

.c-section {
  margin-bottom: 8rem;
  scroll-margin-top: 8rem; }
  @media screen and (max-width: 960px) {
    .c-section {
      margin-bottom: 5rem;
      scroll-margin-top: 6rem; } }
  .c-section__anchor {
    position: relative;
    top: -8rem;
    visibility: hidden; }
  .c-section__title {
    margin-bottom: 3rem; }
  .c-section__body > :first-child {
    margin-top: 0; }
  .c-section__body > :last-child {
    margin-bottom: 0; }

.c-faq {
  margin: 0 0 4rem; }
  .c-faq__item {
    margin-bottom: 1.6rem;
    border: 1px solid rgba(81, 145, 172, 0.4);
    background-color: #fff; }
    .c-faq__item[open] .c-faq__q::after {
      transform: rotate(225deg); }
  .c-faq__q {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.6rem 5rem 1.6rem 5rem;
    background-color: rgba(81, 145, 172, 0.2);
    font-size: var(--size-p);
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    transition: background-color 0.25s ease; }
    .c-faq__q::-webkit-details-marker {
      display: none; }
    .c-faq__q::before {
      content: "Q.";
      position: absolute;
      left: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      font-weight: 900;
      color: #5191ac; }
    .c-faq__q::after {
      content: "";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0.9rem;
      height: 0.9rem;
      border-right: 0.2rem solid #5191ac;
      border-bottom: 0.2rem solid #5191ac;
      transform: translateY(-70%) rotate(45deg);
      transition: transform 0.3s ease; }
    @media (hover: hover) {
      .c-faq__q:hover {
        background-color: rgba(81, 145, 172, 0.25); } }
  .c-faq__a {
    position: relative;
    padding: 1.6rem 2rem 1.6rem 5rem;
    font-size: var(--size-p);
    line-height: 1.85;
    color: #333333; }
    .c-faq__a::before {
      content: "A.";
      position: absolute;
      left: 1.6rem;
      top: 1.5rem;
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      font-weight: 900;
      color: #c44; }
    .c-faq__a > :first-child {
      margin-top: 0; }
    .c-faq__a > :last-child {
      margin-bottom: 0; }

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 2rem;
  background-color: #5191ac;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #5191ac;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .c-btn {
      line-height: 185%;
      letter-spacing: 0em;
      text-align: justify; } }
  @media (hover: hover) {
    .c-btn:hover {
      background-color: #fff;
      color: #5191ac; } }
  .c-btn--outline {
    background-color: transparent;
    color: #5191ac; }
    @media (hover: hover) {
      .c-btn--outline:hover {
        background-color: #5191ac;
        color: #fff; } }
  .c-btn--lg {
    min-width: 32rem;
    height: 6.4rem;
    font-size: 1.8rem;
    border-radius: 3.2rem; }
    @media screen and (max-width: 960px) {
      .c-btn--lg {
        min-width: 24rem;
        height: 5.4rem;
        font-size: 1.5rem; } }
  .c-btn--block {
    width: 100%;
    min-width: 0; }
  .c-btn--arrow::after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    border-top: 0.2rem solid currentColor;
    border-right: 0.2rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease; }
  @media (hover: hover) {
    .c-btn--arrow:hover::after {
      transform: translateX(0.4rem) rotate(45deg); } }
  .c-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
    margin: 2rem 0 0; }
    @media screen and (max-width: 960px) {
      .c-btn-group {
        gap: 1rem; } }

.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 0.8rem; }
  @media screen and (max-width: 960px) {
    .c-map {
      aspect-ratio: 4 / 3;
      margin-bottom: 2rem; } }
  .c-map iframe,
  .c-map img,
  .c-map embed,
  .c-map object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block; }
  .c-map--square {
    aspect-ratio: 1 / 1; }
    @media screen and (max-width: 960px) {
      .c-map--square {
        aspect-ratio: 1 / 1; } }
  .c-map--tall {
    aspect-ratio: 3 / 4; }

.c-flow {
  display: flex;
  align-items: stretch;
  gap: 1.6rem;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .c-flow {
      flex-direction: column;
      gap: 2.4rem; } }
  .c-flow__item {
    position: relative;
    flex: 1 1 0;
    padding: 2rem;
    background-color: rgba(81, 145, 172, 0.2);
    border-top: 0.4rem solid #5191ac;
    text-align: center;
    border-radius: 0; }
    .c-flow__item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -1.35rem;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 1.2rem solid transparent;
      border-bottom: 1.2rem solid transparent;
      border-left: 1rem solid #5191ac;
      z-index: 2; }
    @media screen and (max-width: 960px) {
      .c-flow__item {
        border-radius: 0.8rem; }
        .c-flow__item:not(:last-child)::after {
          top: auto;
          right: 50%;
          bottom: -1.8rem;
          transform: translateX(50%);
          border-top: 1rem solid #5191ac;
          border-bottom: 0;
          border-left: 1.2rem solid transparent;
          border-right: 1.2rem solid transparent; } }
  .c-flow__num {
    display: block;
    margin-bottom: 0.2rem;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #5191ac;
    letter-spacing: 0.2rem; }
  .c-flow__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #5191ac;
    line-height: 150%; }
  .c-flow p {
    margin: 1rem 0 0;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #555; }
    @media (max-width: 960px) {
      .c-flow p {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }

.c-step {
  counter-reset: c-step;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0; }
  .c-step__item {
    counter-increment: c-step;
    position: relative;
    display: flex;
    gap: 2.4rem;
    padding-bottom: 4rem; }
    @media screen and (max-width: 960px) {
      .c-step__item {
        gap: 1.6rem;
        padding-bottom: 3rem; } }
    .c-step__item:not(:last-child)::before {
      content: "";
      position: absolute;
      top: 8rem;
      left: 4.5rem;
      bottom: 0;
      width: 0.2rem;
      background-color: rgba(81, 145, 172, 0.35); }
      @media screen and (max-width: 960px) {
        .c-step__item:not(:last-child)::before {
          top: 5.5rem;
          left: 2.75rem; } }
    .c-step__item:last-child {
      padding-bottom: 0; }
  .c-step__num {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 9rem;
    height: 9rem;
    background-color: #5191ac;
    color: #fff;
    border-radius: 50%;
    line-height: 1; }
    .c-step__num > br {
      display: none; }
    @media screen and (max-width: 960px) {
      .c-step__num {
        width: 6.5rem;
        height: 6.5rem; } }
    .c-step__num .label {
      font-family: "Inter", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.2rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .label {
          font-size: 0.9rem; } }
    .c-step__num .num {
      font-family: "Inter", sans-serif;
      font-size: 2.2rem;
      font-weight: 900;
      font-style: italic;
      letter-spacing: -0.05rem; }
      @media screen and (max-width: 960px) {
        .c-step__num .num {
          font-size: 1.6rem; } }
    .c-step__num--auto::after {
      content: counter(c-step,decimal-leading-zero);
      font-family: "Inter", sans-serif;
      font-size: 2.4rem;
      font-weight: 900;
      font-style: italic; }
  .c-step__body {
    flex: 1 1 auto;
    min-width: 0; }
    .c-step__body h4 {
      margin: 0 0 1rem;
      font-size: 2rem;
      font-weight: 700;
      color: #333333;
      line-height: 1.4; }
      @media screen and (max-width: 960px) {
        .c-step__body h4 {
          font-size: 1.7rem; } }
    .c-step__body p {
      margin: 0; }
      .c-step__body p:not(:last-child) {
        margin-bottom: 1rem; }
    .c-step__body img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 1.2rem 0;
      border-radius: 0.6rem; }

.as-radio--4-2 {
  aspect-ratio: 4 / 2.5;
  object-fit: cover; }

/* ==========================================================================
   Object - Project (p-)
   ========================================================================== */
.p-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-page-banner__content {
    position: relative; }
    .p-page-banner__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--grits-banner-overlay, rgba(239, 154, 0, 0.1));
      z-index: 1; }
  .p-page-banner__image {
    margin: 0;
    line-height: 0; }
    .p-page-banner__image img {
      display: block;
      width: 100%;
      height: 40rem;
      object-fit: cover;
      filter: blur(var(--grits-banner-blur, 0.3rem)); }
  .p-page-banner__title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    text-align: center; }
    .p-page-banner__title .ja {
      display: block;
      font-size: var(--size-bn);
      font-weight: 700;
      text-shadow: 0.3rem 0.3rem 0.4rem #333;
      font-family: "Kosugi Maru", sans-serif; }
      @media screen and (max-width: 960px) {
        .p-page-banner__title .ja {
          font-size: 2.4rem; } }

@media (max-width: 960px) {
  .p-page-banner__image img {
    height: 20rem; } }
.p-page-section {
  margin-bottom: var(--space-2xl); }
  @media screen and (max-width: 960px) {
    .p-page-section {
      margin-bottom: var(--space-xl); } }

.p-top--slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 6rem 0 0; }
  .p-top--slide__list {
    display: flex;
    width: max-content;
    animation: slide-left 20s linear infinite;
    list-style: none;
    padding: 0;
    margin: 0; }
    .p-top--slide__list:hover {
      animation-play-state: running; }
  .p-top--slide__item {
    width: 39rem; }
    @media screen and (max-width: 960px) {
      .p-top--slide__item {
        width: 24rem; } }
    .p-top--slide__item img {
      width: 100%;
      border-radius: 0; }

@keyframes slide-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
.p-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: var(--size-p); }
  .p-breadcrumb__list {
    display: inline;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .p-breadcrumb__item {
    display: inline;
    position: relative;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05rem; }
    .p-breadcrumb__item:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .p-breadcrumb__item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 49%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        border-top: 1px solid #353535;
        border-right: 1px solid #353535;
        transform: translateY(-47%) rotate(45deg); }
    .p-breadcrumb__item a {
      color: #454545;
      text-decoration: none; }
      @media (hover: hover) {
        .p-breadcrumb__item a:hover {
          opacity: 1;
          text-decoration: underline; } }
    .p-breadcrumb__item.is-current {
      color: #999; }

.p-news-list {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .p-news-list {
      margin-bottom: 0rem; } }
  .p-news-list__item {
    padding: 2rem 0;
    margin-bottom: 1.5rem;
    background-color: rgba(81, 145, 172, 0.2);
    transition: background-color 0.3s ease; }
    .p-news-list__item:last-child {
      margin-bottom: 0; }
    .p-news-list__item:nth-child(odd) {
      background-color: #5191ac; }
      .p-news-list__item:nth-child(odd) .p-news-list__date,
      .p-news-list__item:nth-child(odd) .p-news-list__title {
        color: #fff; }
    @media (hover: hover) {
      .p-news-list__item:hover {
        background-color: rgba(183, 162, 102, 0.5); }
        .p-news-list__item:hover .p-news-list__date,
        .p-news-list__item:hover .p-news-list__title {
          color: #333333; } }
  .p-news-list__link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #333333;
    text-decoration: none;
    font-size: 1.6rem;
    transition: color 0.3s ease; }
    @media (hover: hover) {
      .p-news-list__link:hover {
        color: #5191ac; } }
    @media screen and (max-width: 960px) {
      .p-news-list__link {
        gap: 0; } }
  .p-news-list__date {
    display: inline-block;
    flex: 0 0 auto;
    min-width: 13rem;
    padding-inline: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #333333;
    font-family: "Inter", sans-serif; }
    @media screen and (max-width: 960px) {
      .p-news-list__date {
        font-size: 1.5rem;
        min-width: 11rem;
        padding-left: 1rem;
        padding-right: 0; } }
  .p-news-list__title {
    flex: 1 1 auto;
    padding-right: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333333;
    word-break: break-word; }
    @media screen and (max-width: 960px) {
      .p-news-list__title {
        font-size: 1.5rem;
        padding-right: 1rem; } }
  .p-news-list__empty {
    padding: 2.4rem;
    text-align: center;
    color: #333333; }

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-block: 4rem; }
  .pagination .page-numbers,
  .nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    min-width: 4rem;
    padding: 0 1rem;
    border: 0.1rem solid #5191ac;
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    transition: all 0.2s ease; }
    @media (hover: hover) {
      .pagination .page-numbers:hover,
      .nav-links .page-numbers:hover {
        background-color: #5191ac;
        color: #fff; } }
    .pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background-color: #5191ac;
      color: #fff; }
    .pagination .page-numbers.dots,
    .nav-links .page-numbers.dots {
      border: 0;
      background: none; }

.p-sidebar {
  display: flex;
  flex-direction: column; }
  .p-sidebar__widget {
    border: 0.1rem solid #5191ac;
    margin-bottom: 3rem;
    background-color: #fff; }
    @media screen and (max-width: 960px) {
      .p-sidebar__widget {
        margin-bottom: 1.5rem; } }
    .p-sidebar__widget:last-child {
      margin-bottom: 0; }
  .p-sidebar__title {
    position: relative;
    margin: 0;
    padding: 1rem 4rem 1rem 1rem;
    background-color: #5191ac;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer; }
    .p-sidebar__title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 0.8rem;
      height: 0.8rem;
      border-top: 0.1rem solid #fff;
      border-right: 0.1rem solid #fff;
      transform: translateY(-50%) rotate(135deg);
      transition: transform 0.35s ease; }
    .p-sidebar__title.is-active::before {
      transform: translateY(-50%) rotate(315deg); }
    .p-sidebar__title span {
      display: inline; }
  .p-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
    max-height: 32rem;
    overflow: auto; }
    .p-sidebar__list li {
      border-bottom: 0.1rem solid #5191ac; }
      .p-sidebar__list li:last-child {
        border-bottom: 0; }
      .p-sidebar__list li a {
        display: block;
        padding: 1rem 0;
        color: #333;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .p-sidebar__list li a:hover {
            color: #5191ac; } }
        @media screen and (max-width: 960px) {
          .p-sidebar__list li a {
            font-size: 1.5rem; } }
      .p-sidebar__list li ul {
        list-style: none;
        margin: 0;
        padding-left: 1.5rem;
        border-top: 0.1rem solid #5191ac; }

.p-single__title {
  font-family: "Kosugi Maru", sans-serif; }

.p-single__header {
  background-color: rgba(81, 145, 172, 0.08);
  padding: 3rem;
  margin-bottom: 0;
  border-radius: 0.5rem; }
  @media screen and (max-width: 960px) {
    .p-single__header {
      padding: 1rem; } }
.p-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 1rem; }
.p-single__date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  color: #5191ac; }
  @media screen and (max-width: 960px) {
    .p-single__date {
      font-size: 1.5rem; } }
.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0; }
.p-single__category a {
  display: inline-block;
  padding: 0.3rem 1.4rem;
  background-color: #5191ac;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  @media (hover: hover) {
    .p-single__category a:hover {
      opacity: 0.85; } }
  @media screen and (max-width: 960px) {
    .p-single__category a {
      font-size: 1.2rem;
      padding: 0.2rem 1rem; } }
.p-single__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #5191ac; }
  @media screen and (max-width: 960px) {
    .p-single__title {
      font-size: 2rem; } }
.p-single__content {
  padding: 4rem 0; }
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.1rem;
    color: #5191ac;
    margin-top: 6rem;
    clear: both;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500; }
    .p-single__content :is(h1, h2, h3, h4, h5, h6):target {
      animation: grits-toc-flash 1.6s ease-out 1; }
  .p-single__content h1 {
    position: relative;
    padding: 0 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: var(--size-h1);
    line-height: 150%;
    font-family: "Kosugi Maru", sans-serif; }
    .p-single__content h1::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 7rem;
      height: 1.2rem;
      transform: translateX(-50%);
      border-bottom: 6px dotted #5191ac; }
    @media screen and (max-width: 960px) {
      .p-single__content h1 {
        padding-bottom: 1.6rem;
        margin-bottom: 3rem; }
        .p-single__content h1::before {
          width: 6rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .p-single__content h1::before {
        width: 3rem; } }

  .p-single__content h2 {
    position: relative;
    padding: 1.5rem 2rem;
    background: #5191ac;
    color: #fff;
    font-size: var(--size-h2);
    line-height: 1.4;
    border: 1px dashed #fff;
    outline: 0.6rem solid #5191ac;
    width: calc(100% - 1.2rem);
    margin-left: 0.6rem;
    font-family: "Kosugi Maru", sans-serif; }
    @media screen and (max-width: 960px) {
      .p-single__content h2 {
        padding: 1rem 1.5rem;
        text-align: justify; } }
  .p-single__content h3 {
    position: relative;
    padding: 0 0 1.5rem;
    color: #5191ac;
    font-size: var(--size-h3);
    line-height: 1.4;
    font-family: "Kosugi Maru", sans-serif; }
    .p-single__content h3::before, .p-single__content h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 0.2rem;
      background: #5191ac; }
    .p-single__content h3::before {
      width: 10%;
      z-index: 2; }
    .p-single__content h3::after {
      width: 100%;
      opacity: 0.1; }
  .p-single__content h4 {
    color: #5191ac;
    font-size: var(--size-h4);
    text-align: justify;
    font-family: "Kosugi Maru", sans-serif;
    position: relative;
    padding-left: 3rem; }
    .p-single__content h4::before {
      content: "";
      position: absolute;
      left: 0.2rem;
      top: 1.4rem;
      width: 1.2rem;
      height: 1.2rem;
      background-color: #5191ac;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .p-single__content h4::before {
          top: 1.2rem; } }
    .p-single__content h4::after {
      content: "";
      position: absolute;
      left: 1.8rem;
      top: 1.4rem;
      width: 0.6rem;
      height: 0.6rem;
      background-color: #5191ac;
      opacity: 0.4;
      transform: translateY(-50%) rotate(45deg); }
      @media screen and (max-width: 960px) {
        .p-single__content h4::after {
          top: 1.2rem; } }
    .p-single__content h4.c-heading--sizev3::after, .p-single__content h4.c-heading--sizev3::before {
      top: 1.5rem; }
  .p-single__content h5 {
    position: relative;
    padding: 0 0 0 2.5rem;
    color: #5191ac;
    font-size: var(--size-h4);
    line-height: 1.4;
    text-align: justify;
    font-family: "Kosugi Maru", sans-serif; }
    .p-single__content h5::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background: #5191ac; }
    .p-single__content h5::before {
      border-radius: 100%; }
  .p-single__content h6 {
    font-size: var(--size-h5); }
  .p-single__content :is(p, td, li, th, blockquote) {
    margin: 0 0 2.5rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: #333333; }
    @media (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    @media screen and (max-width: 960px) {
      .p-single__content :is(p, td, li, th, blockquote) {
        font-size: 1.5rem;
        line-height: 1.85; } }
  .p-single__content a {
    color: #0073aa;
    text-decoration: underline; }
    @media (hover: hover) {
      .p-single__content a:hover {
        opacity: 0.7; } }
  .p-single__content ul,
  .p-single__content ol {
    margin: 0 0 2.5rem 2.2rem; }
  .p-single__content ul {
    list-style: disc; }
  .p-single__content ol {
    list-style: decimal; }
  .p-single__content li {
    margin-bottom: 0; }
  .p-single__content blockquote {
    position: relative;
    background-color: #eeeeee;
    padding: 5rem 4rem 4rem 7rem; }
    @media screen and (max-width: 960px) {
      .p-single__content blockquote {
        padding: 4rem 1.5rem 1.5rem 5rem; } }
    .p-single__content blockquote::before {
      content: "\201C";
      position: absolute;
      top: 1.5rem;
      left: 1.8rem;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 7rem;
      font-weight: 700;
      line-height: 1;
      color: #5191ac; }
      @media screen and (max-width: 960px) {
        .p-single__content blockquote::before {
          top: -1.2rem;
          left: 1rem;
          font-size: 5rem; } }
    .p-single__content blockquote p:last-child {
      margin-bottom: 0; }
  .p-single__content .aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .p-single__content hr {
    border: 0;
    border-top: 0.1rem solid #cccccc;
    margin: 2rem 0; }
  .p-single__content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem; }
.p-single__footer {
  margin-bottom: 10rem; }
  @media screen and (max-width: 960px) {
    .p-single__footer {
      margin-bottom: 4rem; } }

@keyframes grits-toc-flash {
  0% {
    background-color: rgba(183, 162, 102, 0.45); }
  100% {
    background-color: transparent; } }
.p-single-nav {
  margin-top: 5rem; }
  @media screen and (max-width: 960px) {
    .p-single-nav {
      margin-top: 0; } }
  .p-single-nav__list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-single-nav__list {
        flex-wrap: wrap;
        gap: 1.5rem; } }
  @media screen and (max-width: 960px) {
    .p-single-nav__item {
      width: calc((100% - 1.5rem) / 2); }
      .p-single-nav__item--back {
        order: 1;
        width: 100%; } }
  .p-single-nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 6.5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #5191ac;
    border: 0.1rem solid #5191ac;
    border-radius: 3.3rem;
    text-decoration: none;
    transition: all 0.3s ease; }
    @media (hover: hover) {
      .p-single-nav__link:hover {
        opacity: 0.85; } }
    @media screen and (max-width: 960px) {
      .p-single-nav__link {
        width: 100%;
        height: 5rem;
        font-size: 1.5rem; } }
    .p-single-nav__link--disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }

@media (min-width: 767.5px) {
  .p-single__content .alignleft,
  .p-single__content .alignright {
    width: 30%; }
  .p-single__content .alignleft {
    float: left;
    margin-right: 1.5rem; }
  .p-single__content .alignright {
    float: right;
    margin-left: 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: 2rem; }
  .p-single__content h2 {
    font-size: 1.9rem;
    padding: 1.2rem 1.5rem; }
  .p-single__content h3 {
    font-size: 1.8rem; }
  .p-single__content h4 {
    font-size: 1.7rem; }
  .p-single__content h5 {
    font-size: 1.6rem; }
  .p-single__content h6 {
    font-size: 1.5rem; }
  .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__content h1:first-child {
    margin-top: 0; }

  .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-single__content img {
    width: 100%; } }
img {
  border-radius: 0.8rem;
  overflow: hidden; }

.p-column {
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .p-column {
      margin-block: 2rem 4rem; } }
  .p-column__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 960px) {
      .p-column__list {
        gap: 5rem 1rem; } }
  .p-column__item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      .p-column__item {
        flex: 0 0 calc((100% - 1rem) / 2); } }

.c-column-card {
  display: flex;
  flex-direction: column; }
  .c-column-card__thumb-link {
    display: block;
    text-decoration: none; }
    @media (hover: hover) {
      .c-column-card__thumb-link:hover {
        opacity: 0.85; } }
  .c-column-card__thumb {
    position: relative;
    margin: 0 0 1rem;
    line-height: 0;
    aspect-ratio: 4 / 2.8;
    border-radius: 1.5rem;
    overflow: hidden; }
    @media screen and (max-width: 960px) {
      .c-column-card__thumb {
        border-radius: 0.8rem; } }
    .c-column-card__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .c-column-card__thumb--placeholder {
      background-color: rgba(81, 145, 172, 0.2); }
      .c-column-card__thumb--placeholder::after {
        content: "NO IMAGE";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5191ac;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.2rem;
        line-height: 1;
        opacity: 0.6; }
  .c-column-card__content {
    display: flex;
    flex-direction: column; }
  .c-column-card__date {
    display: inline-block;
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    background-color: #5191ac;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border-radius: 0.5rem;
    text-decoration: none; }
    @media screen and (max-width: 960px) {
      .c-column-card__date {
        font-size: 1rem;
        padding: 0.6rem;
        line-height: 120%;
        margin-top: -3.4rem;
        z-index: 1;
        margin-bottom: 1.5rem; } }
  .c-column-card__title {
    margin: 0 0 1rem; }
    .c-column-card__title a {
      display: inline-block;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      line-height: 150%;
      color: #333333;
      font-weight: bold;
      text-align: justify;
      text-decoration: none !important;
      transition: opacity 0.3s ease;
      font-family: "Kosugi Maru", sans-serif; }
      @media (max-width: 960px) {
        .c-column-card__title a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      @media (hover: hover) {
        .c-column-card__title a:hover {
          opacity: 0.7; } }
      @media screen and (max-width: 960px) {
        .c-column-card__title a {
          line-height: 130%; } }
  .c-column-card__excerpt {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.1rem;
    color: #333333;
    text-align: justify; }
    @media screen and (max-width: 960px) {
      .c-column-card__excerpt {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 165%; } }

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s; }
  .p-drawer.is-open {
    visibility: visible;
    opacity: 1;
    top: 8.5rem;
    transition: opacity 0.4s ease, visibility 0s linear 0s; }
  .p-drawer__inner {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12rem 4rem; }
    @media screen and (max-width: 960px) {
      .p-drawer__inner {
        padding: 6rem 2rem 12rem;
        align-items: flex-start; } }
  .p-drawer__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    width: 100%;
    max-width: 120rem; }
    .p-drawer__columns--asymmetric {
      grid-template-columns: 1.5fr 2fr; }
    @media screen and (max-width: 960px) {
      .p-drawer__columns {
        grid-template-columns: 1fr;
        gap: 3rem; } }
  .p-drawer__col {
    min-width: 0; }
  .p-drawer__heading {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0 0 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #5191ac; }
    .p-drawer__heading-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      color: #5191ac; }
      .p-drawer__heading-icon svg,
      .p-drawer__heading-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading-icon {
          width: 4.8rem;
          height: 4.8rem; } }
    .p-drawer__heading-text {
      flex: 1 1 auto;
      min-width: 0; }
    .p-drawer__heading .ja {
      display: block;
      font-size: 1.8rem;
      font-weight: 500;
      color: #5191ac;
      line-height: 1;
      margin-bottom: 0.8rem;
      letter-spacing: 0.1rem; }
    .p-drawer__heading .en {
      display: block;
      font-size: 3.4rem;
      font-weight: 700;
      color: #333333;
      font-family: "Inter", sans-serif;
      letter-spacing: 0.2rem;
      line-height: 1; }
      @media screen and (max-width: 960px) {
        .p-drawer__heading .en {
          font-size: 2.6rem; } }
  .p-drawer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0 2rem;
    grid-template-columns: 1fr 1fr; }
    .p-drawer__menu--split {
      column-count: 2;
      column-gap: 4rem; }
      @media screen and (max-width: 960px) {
        .p-drawer__menu--split {
          column-count: 1;
          column-gap: 0; } }
      .p-drawer__menu--split > li {
        break-inside: avoid;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid; }
    @media screen and (max-width: 767px) {
      .p-drawer__menu {
        grid-template-columns: 1fr; } }
    .p-drawer__menu > li > a {
      position: relative;
      display: block;
      padding: 0.5rem 0 0.5rem 1.8rem;
      color: #333333;
      font-size: var(--size-p);
      line-height: 195%;
      letter-spacing: 0.05rem;
      font-weight: 400;
      text-decoration: none;
      transition: color 0.25s ease, padding-left 0.25s ease; }
      @media (max-width: 960px) {
        .p-drawer__menu > li > a {
          line-height: 185%;
          letter-spacing: 0em;
          text-align: justify; } }
      .p-drawer__menu > li > a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.45rem solid transparent;
        border-bottom: 0.45rem solid transparent;
        border-left: 0.7rem solid #5191ac;
        transform: translateY(-50%);
        transition: transform 0.25s ease; }
      .p-drawer__menu > li > a.active {
        color: #a0caec; }
      @media (hover: hover) {
        .p-drawer__menu > li > a:hover {
          color: #5191ac;
          padding-left: 2.6rem; }
          .p-drawer__menu > li > a:hover::before {
            transform: translateY(-50%) translateX(0.4rem); } }
      @media screen and (max-width: 960px) {
        .p-drawer__menu > li > a {
          padding: 0.5rem 0 0.5rem 1.6rem;
          font-weight: 500; } }
    .p-drawer__menu .sub-menu {
      list-style: none;
      margin: 0 0 1rem 1.6rem;
      padding: 0; }
      .p-drawer__menu .sub-menu li {
        border-bottom: 0; }
        .p-drawer__menu .sub-menu li a {
          position: relative;
          display: block;
          padding: 0.6rem 0 0.6rem 1.6rem;
          font-size: var(--size-p);
          font-weight: 500;
          color: #666;
          text-decoration: none;
          transition: color 0.25s ease, padding-left 0.25s ease; }
          .p-drawer__menu .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0.9rem;
            height: 0.1rem;
            background-color: #5191ac;
            transform: translateY(-50%);
            transition: width 0.25s ease; }
          @media (hover: hover) {
            .p-drawer__menu .sub-menu li a:hover {
              color: #5191ac;
              padding-left: 2.2rem; }
              .p-drawer__menu .sub-menu li a:hover::before {
                width: 1.5rem; } }

@media (max-width: 960px) {
  .p-drawer.is-open {
    top: 5rem; } }
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    padding: 2rem 2rem 12rem; } }
.l-author-container {
  margin-block: 6rem;
  padding: 4.5rem;
  background: rgba(81, 145, 172, 0.1); }
  @media screen and (max-width: 960px) {
    .l-author-container {
      padding: 1rem;
      margin-block: 4rem; } }

.c-author {
  display: flex;
  gap: 0;
  padding: 3rem;
  margin-bottom: 3rem;
  background: #fff;
  border: 0.1rem solid #5191ac; }
  .c-author:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    .c-author {
      flex-direction: column;
      padding: 2rem 1.5rem; } }
  .c-author__info {
    width: calc(100% - 33rem);
    padding-right: 6rem; }
    @media screen and (max-width: 960px) {
      .c-author__info {
        order: 1;
        width: 100%;
        padding-right: 0; } }
  .c-author__avatar {
    flex-shrink: 0;
    width: 33rem; }
    .c-author__avatar.tn-02 {
      position: relative;
      z-index: 0; }
    .c-author__avatar img {
      width: 100%;
      display: block;
      border-radius: 0.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__avatar {
        width: 100%;
        margin-bottom: 2rem; } }
  .c-author__title {
    margin: 0 0 3rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    color: #5191ac;
    font-family: "Kosugi Maru", sans-serif; }
    .c-author__title.vz-02 {
      font-size: 2.4rem;
      margin-bottom: 1.5rem; }
    @media screen and (max-width: 960px) {
      .c-author__title {
        font-size: 2rem;
        margin-bottom: 1.5rem; }
        .c-author__title.vz-02 {
          font-size: 1.8rem; } }
  .c-author__name {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.1rem dashed #333333; }
    .c-author__name p {
      margin: 0 0 0.4rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      color: #333333; }
      .c-author__name p:nth-child(2) {
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
        font-family: "Kosugi Maru", sans-serif; }
        @media screen and (max-width: 960px) {
          .c-author__name p:nth-child(2) {
            font-size: 1.8rem; } }
    @media screen and (max-width: 960px) {
      .c-author__name {
        margin-bottom: 2.5rem; }
        .c-author__name p {
          font-size: 1.5rem; } }
  .c-author__list {
    margin: 0 0 3.5rem; }
    .c-author__list ul,
    .c-author__list ol {
      list-style: none;
      margin: 0;
      padding: 0; }
    .c-author__list li {
      position: relative;
      margin-bottom: 1.5rem;
      padding-left: 1.6rem;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333;
      list-style: none; }
      .c-author__list li:last-child {
        margin-bottom: 0; }
      .c-author__list li::before {
        content: "";
        position: absolute;
        top: 1.2rem;
        left: 0;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #5191ac; }
    @media screen and (max-width: 960px) {
      .c-author__list {
        margin-bottom: 2.5rem; }
        .c-author__list li {
          margin-bottom: 0.5rem;
          padding-left: 1.4rem;
          font-size: 1.5rem; }
          .c-author__list li::before {
            top: 1rem; } }
  .c-author__desc {
    margin-bottom: 4rem;
    padding: 2.5rem;
    background: rgba(81, 145, 172, 0.2); }
    .c-author__desc p {
      margin: 0;
      font-size: var(--size-p);
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.1rem;
      color: #333333; }
    @media screen and (max-width: 960px) {
      .c-author__desc {
        padding: 1.5rem;
        margin-bottom: 3rem; } }
  .c-author__link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-author__link ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 6rem;
      font-size: var(--size-p);
      font-weight: 400;
      line-height: 175%;
      color: #fff;
      background: #5191ac;
      text-decoration: none;
      transition: opacity 0.2s ease; }
      @media (hover: hover) {
        .c-author__link ul li a:hover {
          opacity: 0.85; } }
  .c-author__link.vz-02 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem; }
  @media screen and (max-width: 960px) {
    .c-author__link ul, .c-author__link.vz-02 ul {
      grid-template-columns: 1fr;
      gap: 1rem; }
    .c-author__link ul li a {
      height: 5.5rem; } }
  .c-author__table {
    margin: 0 0 3rem;
    border: 0.1rem solid #999; }
    .c-author__table dl {
      display: flex;
      margin: 0;
      border-bottom: 0.1rem solid #999; }
      .c-author__table dl:last-child {
        border-bottom: 0; }
      .c-author__table dl dt,
      .c-author__table dl dd {
        margin: 0;
        padding: 1rem 2rem;
        font-size: var(--size-p);
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.1rem;
        color: #333333; }
        .c-author__table dl dt a,
        .c-author__table dl dd a {
          text-decoration: underline; }
      .c-author__table dl dt {
        width: 16rem;
        background: #5191ac;
        color: #fff; }
      .c-author__table dl dd {
        flex: 1; }
    @media screen and (max-width: 960px) {
      .c-author__table dl dt,
      .c-author__table dl dd {
        padding: 0.7rem;
        font-size: 1.5rem; }
      .c-author__table dl dt {
        width: 9rem; } }

#toc_container {
  counter-reset: toc;
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 8rem;
  padding: 2.4rem 3rem 2rem;
  background: rgba(81, 145, 172, 0.08);
  border: 1px solid rgba(81, 145, 172, 0.5);
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #toc_container {
      padding: 1.8rem 1.6rem 1.4rem;
      margin: 2rem 0 6rem; } }
  #toc_container p.toc_title {
    position: relative;
    margin: 0;
    padding: 0 0 1rem 3rem;
    font-size: var(--size-p);
    line-height: 195%;
    letter-spacing: 0.05rem;
    font-weight: 400;
    font-weight: bold;
    color: #333333;
    border-bottom: 0.2rem solid #5191ac;
    text-align: left;
    margin-bottom: 1.6rem; }
    @media (max-width: 960px) {
      #toc_container p.toc_title {
        line-height: 185%;
        letter-spacing: 0em;
        text-align: justify; } }
    #toc_container p.toc_title::before {
      content: "";
      position: absolute;
      top: 0.6rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
      background-size: 1.4rem 0.25rem, 1.4rem 0.25rem, 1.4rem 0.25rem;
      background-position: 0 0.4rem, 0 0.9rem, 0 1.4rem;
      background-repeat: no-repeat;
      color: #5191ac; }
    @media screen and (max-width: 960px) {
      #toc_container p.toc_title {
        font-size: 1.6rem; } }
  #toc_container .toc_list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    #toc_container .toc_list li {
      position: relative;
      margin: 0 !important;
      padding: 1.2rem 0 1.2rem 2.4rem;
      border-bottom: 1px dashed rgba(81, 145, 172, 0.35);
      list-style: none !important; }
      @media screen and (max-width: 960px) {
        #toc_container .toc_list li {
          padding: 0.8rem 0 0.8rem 2.2rem; }
          #toc_container .toc_list li:last-child {
            border-bottom: none; } }
      #toc_container .toc_list li::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 2.5rem;
        width: 0;
        height: 0;
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
        border-left: 0.7rem solid #5191ac; }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li::before {
            top: 1.4rem; } }
      #toc_container .toc_list li ul {
        list-style: none !important;
        margin: 0.6rem 0 0 0 !important;
        padding: 0 !important;
        border-top: 1px dashed rgba(81, 145, 172, 0.35); }
        #toc_container .toc_list li ul li {
          padding: 0.6rem 0 0.6rem 2rem;
          border-bottom: 0;
          font-size: 1.4rem; }
          #toc_container .toc_list li ul li::before {
            content: "";
            top: 1.2rem;
            width: 0.7rem;
            height: 0.7rem;
            border: 0.15rem solid #5191ac;
            border-radius: 50%;
            background: transparent; }
      #toc_container .toc_list li a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s ease, padding-left 0.2s ease; }
        @media (max-width: 960px) {
          #toc_container .toc_list li a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          #toc_container .toc_list li a:hover {
            color: #5191ac; } }
        @media screen and (max-width: 960px) {
          #toc_container .toc_list li a {
            font-size: 1.5rem;
            line-height: 150%; } }
  #toc_container.toc--circle .toc_list > li::before {
    top: 1.7rem;
    border: 0;
    width: 0.9rem;
    height: 0.9rem;
    background: #5191ac;
    border-radius: 50%; }
  #toc_container.toc--cols-2 .toc_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-2 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--cols-3 .toc_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0; }
    @media screen and (max-width: 1024px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      #toc_container.toc--cols-3 .toc_list {
        grid-template-columns: 1fr; } }
  #toc_container.toc--button .toc_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.2rem; }
    @media screen and (max-width: 960px) {
      #toc_container.toc--button .toc_list {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem; } }
    #toc_container.toc--button .toc_list > li {
      border: 0.1rem solid #5191ac;
      background: #fff;
      padding: 1.4rem 3rem 1.4rem 1.6rem;
      border-radius: 0.4rem;
      transition: background 0.25s ease, transform 0.2s ease; }
      #toc_container.toc--button .toc_list > li::before {
        display: none; }
      #toc_container.toc--button .toc_list > li::after {
        content: "";
        position: absolute;
        right: 1.4rem;
        top: 50%;
        width: 0.7rem;
        height: 0.7rem;
        border-top: 0.2rem solid #5191ac;
        border-right: 0.2rem solid #5191ac;
        transform: translateY(-50%) rotate(45deg);
        transition: right 0.2s ease; }
      @media (hover: hover) {
        #toc_container.toc--button .toc_list > li:hover {
          background: #5191ac; }
          #toc_container.toc--button .toc_list > li:hover::after {
            border-color: #fff;
            right: 1rem; }
          #toc_container.toc--button .toc_list > li:hover a {
            color: #fff; } }
      #toc_container.toc--button .toc_list > li a {
        display: block; }

.catalogue-list {
  margin: 2rem 0; }
  @media screen and (max-width: 960px) {
    .catalogue-list {
      margin: 1.6rem 0; } }
  .catalogue-list > :first-child {
    margin-top: 0; }
  .catalogue-list > :last-child {
    margin-bottom: 0; }
  .catalogue-list h2,
  .catalogue-list h3,
  .catalogue-list h4,
  .catalogue-list h5 {
    margin: 2rem 0 1.2rem;
    padding: 0 0 0.8rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333333;
    border-bottom: 0.2rem solid #5191ac; }
    .catalogue-list h2:first-child,
    .catalogue-list h3:first-child,
    .catalogue-list h4:first-child,
    .catalogue-list h5:first-child {
      margin-top: 0; }
    @media screen and (max-width: 960px) {
      .catalogue-list h2,
      .catalogue-list h3,
      .catalogue-list h4,
      .catalogue-list h5 {
        font-size: 1.5rem; } }
  .catalogue-list ul,
  .catalogue-list ol {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    .catalogue-list ul:last-child,
    .catalogue-list ol:last-child {
      margin-bottom: 0; }
    .catalogue-list ul li,
    .catalogue-list ol li {
      list-style: none !important;
      margin: 0 !important;
      padding: 0 !important; }
      .catalogue-list ul li a,
      .catalogue-list ol li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 4.6rem;
        padding: 1rem 2.5rem;
        background: #fff;
        color: #5191ac;
        border: 0.15rem solid #5191ac;
        border-radius: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none !important;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease;
        white-space: nowrap; }
        @media (hover: hover) {
          .catalogue-list ul li a:hover,
          .catalogue-list ol li a:hover {
            background: #5191ac;
            color: #fff;
            box-shadow: 0 0.2rem 0.6rem rgba(81, 145, 172, 0.3); } }
        @media screen and (max-width: 960px) {
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            min-height: 3.8rem;
            padding: 0.6rem 1.4rem;
            font-size: 1.3rem;
            white-space: normal; } }
      .catalogue-list ul li.is-current a,
      .catalogue-list ol li.is-current a {
        background: #5191ac;
        color: #fff;
        border-color: #5191ac;
        box-shadow: 0 0.2rem 0.6rem rgba(81, 145, 172, 0.25);
        cursor: default;
        pointer-events: none; }
    @media screen and (max-width: 960px) {
      .catalogue-list ul,
      .catalogue-list ol {
        justify-content: flex-start; } }
  @media screen and (max-width: 960px) and (max-width: 767px) {
    .catalogue-list ul,
    .catalogue-list ol {
      gap: 0.5rem; } }
    @media screen and (max-width: 960px) {
        .catalogue-list ul li,
        .catalogue-list ol li {
          width: calc((100% - 2rem) / 3); }
          .catalogue-list ul li a,
          .catalogue-list ol li a {
            width: 100%;
            text-align: center;
            min-height: 100%;
            padding: 1.5rem; } }
    @media screen and (max-width: 960px) and (max-width: 767px) {
      .catalogue-list ul li,
      .catalogue-list ol li {
        width: calc((100% - 0.5rem) / 2); }
        .catalogue-list ul li a,
        .catalogue-list ol li a {
          padding: 1rem 1.5rem; } }

  .catalogue-list--stacked ul, .catalogue-list--stacked ol {
    flex-direction: column;
    gap: 0; }
    .catalogue-list--stacked ul li, .catalogue-list--stacked ol li {
      border-bottom: 0.1rem dashed rgba(81, 145, 172, 0.35); }
      .catalogue-list--stacked ul li:last-child, .catalogue-list--stacked ol li:last-child {
        border-bottom: 0; }
    .catalogue-list--stacked ul a, .catalogue-list--stacked ol a {
      display: block;
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0.9rem 0 0.9rem 2rem;
      font-size: var(--size-p);
      position: relative; }
      .catalogue-list--stacked ul a::before, .catalogue-list--stacked ol a::before {
        content: "";
        position: absolute;
        left: 0.4rem;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #5191ac;
        transform: translateY(-50%); }
      @media (hover: hover) {
        .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
          background: transparent;
          color: #5191ac;
          padding-left: 2.4rem; } }
  .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-2 ul, .catalogue-list--cols-2 ol {
        grid-template-columns: 1fr; } }
  .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 1024px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .catalogue-list--cols-3 ul, .catalogue-list--cols-3 ol {
        grid-template-columns: 1fr; } }

.c-sitemap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-block: 4rem 8rem; }
  @media screen and (max-width: 960px) {
    .c-sitemap {
      gap: 2.4rem;
      margin-block: 2.4rem 4rem; } }
  .c-sitemap__group {
    width: 100%; }
  .c-sitemap__title {
    margin: 0 0 1.6rem;
    padding: 0 0 1rem;
    border-bottom: 0.2rem solid #5191ac;
    line-height: 1.3; }
    .c-sitemap__title .ja {
      display: inline-block;
      margin-right: 1rem;
      font-size: 2.2rem;
      font-weight: 700;
      color: #5191ac;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .ja {
          font-size: 1.8rem; } }
    .c-sitemap__title .en {
      display: inline-block;
      position: relative;
      top: 0.4rem;
      font-family: "Inter", sans-serif;
      font-size: 1.6rem;
      font-weight: 500;
      color: #5191ac;
      letter-spacing: 0.2rem;
      vertical-align: middle; }
      @media screen and (max-width: 960px) {
        .c-sitemap__title .en {
          font-size: 1.4rem; } }
  .c-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
    row-gap: 0;
    background: #f1f1f1;
    border-radius: 0.5rem; }
    @media screen and (max-width: 1024px) {
      .c-sitemap__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 960px) {
      .c-sitemap__list {
        padding: 1rem 1.5rem; } }
    @media screen and (max-width: 767px) {
      .c-sitemap__list {
        grid-template-columns: 1fr; } }
    .c-sitemap__list > li {
      position: relative;
      padding: 1rem 0 1rem 1.6rem;
      border-bottom: 0.1rem dashed rgba(81, 145, 172, 0.35);
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .c-sitemap__list > li:last-child {
          border-bottom: none; } }
      .c-sitemap__list > li::before {
        content: "";
        position: absolute;
        top: 2.3rem;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        border-left: 0.6rem solid #5191ac; }
        @media screen and (max-width: 960px) {
          .c-sitemap__list > li::before {
            top: 2rem; } }
      .c-sitemap__list > li > a {
        color: #333333;
        font-size: var(--size-p);
        line-height: 195%;
        letter-spacing: 0.05rem;
        font-weight: 400;
        text-decoration: none;
        transition: ease all 0.2s; }
        @media (max-width: 960px) {
          .c-sitemap__list > li > a {
            line-height: 185%;
            letter-spacing: 0em;
            text-align: justify; } }
        @media (hover: hover) {
          .c-sitemap__list > li > a:hover {
            color: #5191ac; } }
  .c-sitemap__sub {
    list-style: none;
    margin: 0.8rem 0 0;
    padding: 0 0 0 1rem; }
    .c-sitemap__sub li {
      position: relative;
      padding: 0.4rem 0 0.4rem 1.4rem;
      font-size: 1.4rem;
      line-height: 1.5; }
      .c-sitemap__sub li::before {
        content: "─";
        position: absolute;
        left: 0;
        top: 0.4rem;
        color: #5191ac;
        font-weight: 700; }
      .c-sitemap__sub li a {
        color: #555;
        text-decoration: none;
        transition: color 0.2s ease; }
        @media (hover: hover) {
          .c-sitemap__sub li a:hover {
            color: #5191ac;
            text-decoration: underline; } }

.itv-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex-wrap: wrap; }
  .itv-container.tn-02 {
    flex-direction: row-reverse; }
    .itv-container.tn-02 .itv-container__image::before {
      left: auto;
      right: -12rem; }
  .itv-container .itv-subtitle {
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0rem;
    color: #4f545a;
    margin-bottom: 1.2rem; }
  .itv-container .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 500;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #5191ac;
    font-family: "Kosugi Maru", sans-serif; }
    .itv-container .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #5191ac;
      left: 0.3rem; }
  .itv-container__content {
    flex: 6;
    position: relative;
    z-index: 5; }
    .itv-container__content .itv-text {
      text-align: justify; }
  .itv-container__image {
    flex: 4;
    position: relative;
    z-index: 0;
    margin-top: 0.5rem; }
    .itv-container__image img {
      width: 100%;
      object-fit: cover; }
    .itv-container__image::before {
      content: "";
      position: absolute;
      width: 25rem;
      height: 15rem;
      bottom: -5rem;
      left: -12rem;
      z-index: -1;
      background: rgba(160, 202, 236, 0.2); }

.itv-container__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 5rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.8rem;
  position: relative;
  z-index: 0;
  background: #a0caec; }
  .itv-container__02 .itv-text {
    color: #fff;
    text-align: justify; }
  .itv-container__02 .itv-title {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    font-size: var(--size-h2);
    letter-spacing: 0rem;
    line-height: 140%;
    padding-bottom: 2.4rem;
    color: #fff;
    font-family: "Inter", sans-serif; }
    .itv-container__02 .itv-title::after {
      position: absolute;
      content: "";
      width: 12rem;
      height: 1px;
      bottom: 0;
      background: #fff;
      left: 50%;
      transform: translateX(-50%); }
  .itv-container__02 .itv-subtitle {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.2rem; }
  .itv-container__02 .itv-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    .itv-container__02 .itv-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: 0.1; }

.ud_flow {
  padding-bottom: 1rem; }

.ud_flow .flow_box {
  position: relative;
  z-index: 1;
  padding: 5rem;
  margin-bottom: 5rem; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box {
      padding: 2.5rem;
      margin-bottom: 4rem; } }

.ud_flow .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1rem;
  background-color: white;
  border: 1px solid #5191ac; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box::before {
      inset: 0.5rem; } }

.ud_flow .flow_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  min-height: 10rem;
  background-color: #5191ac; }

.ud_flow .flow_box .step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  width: 6em;
  height: 6em;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  background-color: #5191ac;
  color: #fff; }

.ud_flow .flow_box .step::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0.5rem;
  border: 1px solid white;
  opacity: 0.8; }

.ud_flow .flow_box .step .num {
  margin-top: 0;
  font-size: 2.7em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0; }

.ud_flow .flow_box h3.flow_ttl::after {
  display: none; }

.ud_flow .flow_box h4.flow_ttl {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
  font-size: 2.4rem; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box h4.flow_ttl {
      font-size: 2.1rem; } }

.ud_flow .flow_box h4.flow_ttl::before {
  display: none; }

.ud_flow .flow_box h5.flow_ttl {
  padding: 0;
  border-bottom: none; }

.ud_flow .flow_box .flow_ttl {
  text-align: center;
  color: #5191ac;
  line-height: 1.4;
  font-family: "Kosugi Maru", sans-serif; }

.ud_flow .flow_box .ct_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem; }
  .ud_flow .flow_box .ct_area p {
    width: 75rem; }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area p {
        width: 100%; } }
  .ud_flow .flow_box .ct_area--img {
    width: calc(100% - 75rem - 2rem); }
    .ud_flow .flow_box .ct_area--img img {
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 960px) {
        .ud_flow .flow_box .ct_area--img img {
          height: auto; } }
    @media screen and (max-width: 960px) {
      .ud_flow .flow_box .ct_area--img {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box .ct_area {
      flex-direction: column-reverse;
      align-items: center;
      gap: 1rem; } }

.ud_flow .flow_box .ct_area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-3em + 1px);
  display: block;
  margin: 0 auto;
  width: 7em;
  height: 3em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: 1.6rem;
  background-color: #5191ac; }
  @media screen and (max-width: 960px) {
    .ud_flow .flow_box .ct_area::after {
      bottom: calc(-2em + 1px);
      width: 4em;
      height: 2em; } }

.ud_flow .flow_box:last-child {
  margin-bottom: 0; }

.ud_flow .flow_box:last-child .ct_area::after {
  display: none; }

@media (max-width: 960px) {
  .itv-container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 5rem !important; }

  .itv-container__content,
  .itv-container__image {
    flex: unset;
    width: 100%; }

  .itv-container__image img {
    width: 100%;
    height: 47rem; } }
  @media (max-width: 960px) and (max-width: 560px) {
    .itv-container__image img {
      height: 23rem; } }

@media (max-width: 960px) {
  .itv-container__image::before {
    display: none; }

  .itv-container .itv-subtitle {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0;
    margin-bottom: 0; }

  .itv-container .itv-title {
    font-size: 1.8rem;
    line-height: 145%;
    letter-spacing: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem; }

  .itv-container .itv-title::after {
    width: 8rem; }

  .itv-container__02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem !important;
    background: transparent;
    align-items: flex-start;
    text-align: left; }
    .itv-container__02 .itv-title {
      color: #5191ac;
      font-size: 1.8rem;
      line-height: 145%;
      letter-spacing: 0;
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      font-weight: 600;
      order: 3; }
      .itv-container__02 .itv-title::after {
        width: 8rem;
        background: #5191ac;
        transform: inherit;
        left: 0.3rem; }
    .itv-container__02 .itv-subtitle {
      font-size: 1.5rem;
      line-height: 1.85;
      margin-bottom: 0rem;
      color: #4f545a;
      order: 2; }
    .itv-container__02 .itv-text {
      color: #333;
      order: 4; }
    .itv-container__02 .itv-image {
      order: 1;
      position: relative;
      margin-bottom: 1rem; }
      .itv-container__02 .itv-image img {
        opacity: 1;
        height: 47rem; } }
      @media (max-width: 960px) and (max-width: 560px) {
        .itv-container__02 .itv-image img {
          height: 23rem; } }

.c-image--ratio {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  .c-image--ratio-16x8 {
    aspect-ratio: 16 / 8;
    display: flex;
    justify-content: center; }
    @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: 90%;
    height: 100%;
    object-fit: cover; }

.p-doctor-message {
  width: 100%;
  max-width: 23.2%;
  margin-left: auto;
  margin-right: 10rem;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-top: -15.5rem;
  position: relative;
  z-index: 2;
  background-color: rgba(100, 148, 189, 0.7);
  text-align: center; }
  .p-doctor-message__name {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: var(--space-sm);
    text-align: center;
    color: #ffffff; }
  .p-doctor-message__text {
    font-size: 2rem;
    text-align: center;
    color: #ffffff; }
  @media (max-width: 960px) {
    .p-doctor-message {
      padding: var(--space-md) var(--space-sm);
      padding-bottom: 1rem;
      margin-top: -3.5rem;
      max-width: 60.2%;
      margin-left: auto;
      margin-right: auto; }
      .p-doctor-message__name {
        font-size: 3rem;
        margin-bottom: var(--space-xs); } }

.name {
  font-size: 2rem;
  text-align: center;
  color: #ffffff; }

.name_ja {
  font-size: 3rem; }

@media (max-width: 960px) {
  .p-doctor-message {
    background: none;
    display: flex;
    width: 100%;
    max-width: none;
    margin-top: -1rem; }

  .p-doctor-message__text {
    color: #333; }

  .name_ja {
    font-size: 2.5rem; }

  .name {
    color: #333; }

  .c-image--ratio img {
    width: 100%; } }
.p-bottom-info {
  padding: 10rem 0;
  background: url(assets/img/bg_recruit.jpg) no-repeat center/cover; }
  .p-bottom-info__inner {
    gap: 8.5rem;
    align-items: flex-start; }
  .p-bottom-info .p-instagram {
    margin-bottom: 5rem; }
    .p-bottom-info .p-instagram img {
      width: 100%; }

.c-heading-ja {
  color: #1e1e30;
  font-size: 5rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4rem;
  font-family: "Kosugi Maru", sans-serif;
  padding-bottom: 0.6rem; }

.c-heading-en {
  color: #a0caec;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }

.btn-blog {
  padding-bottom: 1rem; }

.c-btn-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  padding: 0.7rem 2.4rem 0.7rem 2.2rem;
  border-radius: 2rem;
  background: #a0caec;
  transition: all 0.35s;
  position: relative; }
  .c-btn-more .item {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.14rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif; }
  .c-btn-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.7rem;
    height: 0.8rem;
    transform: translateY(-50%);
    background: url(assets/img/arrow-right02.png) no-repeat center;
    background-size: contain; }

.p-instagram {
  background: #5191ac;
  padding: 8rem 0; }
  .p-instagram .c-heading-ja,
  .p-instagram .c-heading-en {
    color: #FFF; }
  .p-instagram__head {
    padding-bottom: 2rem; }
  .p-instagram__visual {
    position: relative;
    line-height: 0; }
    .p-instagram__visual img {
      display: block;
      max-width: 100%;
      height: auto; }
  .p-instagram__photo {
    width: 100%; }
  .p-instagram__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10.1rem;
    display: block; }

.p-blog__head {
  margin-bottom: 2.7rem; }
.p-blog__card {
  display: flex;
  flex-direction: row;
  gap: 2rem; }
.p-blog__list {
  display: flex;
  gap: 1rem;
  margin-top: -1rem; }
.p-blog__item {
  gap: 2rem;
  padding: 3rem;
  background: #fff;
  transition: all 0.35s;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 2rem; }
  .p-blog__item:hover {
    opacity: 0.85;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.06); }
.p-blog__thumb {
  flex: 0 0 12rem;
  width: 12rem;
  height: 12rem;
  overflow: hidden; }
  .p-blog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.p-blog__body {
  flex: 1 1 auto;
  min-width: 0; }
.p-blog__date {
  display: block;
  color: #a0caec;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.13rem;
  margin-bottom: 0.7rem; }
.p-blog__title {
  color: #a0caec;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.p-blog__excerpt {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.p-blog__more {
  color: #333333;
  margin-left: 0.3rem;
  white-space: nowrap; }
.p-blog__empty {
  color: #4f545a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.14rem;
  padding: 2rem 0; }

.p-top-recruit {
  padding: 10rem 0 7rem;
  position: relative;
  max-width: 160rem;
  margin-left: 17rem;
  margin-right: auto;
  z-index: 0;
  margin-bottom: 10rem; }
  .p-top-recruit::before {
    content: "";
    position: absolute;
    width: 164.9rem;
    height: 26rem;
    background-image: url(assets/img/bg_recruit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -2.5rem;
    z-index: -1;
    border-radius: 4rem; }
  .p-top-recruit .recruit-inner {
    position: relative;
    border-radius: 4rem;
    max-width: 132rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 0; }
    .p-top-recruit .recruit-inner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 20rem);
      background: #fefefe;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
      bottom: 0;
      z-index: -1;
      border-radius: 2rem; }
    .p-top-recruit .recruit-inner::after {
      content: "";
      position: absolute;
      width: 31.4rem;
      height: 2.9rem;
      background-image: url(assets/img/icon_recruit.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 8rem;
      right: 6rem;
      z-index: -1; }
  .p-top-recruit .recruit-text {
    position: relative;
    z-index: 0;
    width: calc(100% - 87.2rem + 74rem);
    margin-right: -74rem;
    padding-top: 5rem; }
    .p-top-recruit .recruit-text::before {
      content: "";
      position: absolute;
      width: 12.5rem;
      height: 14.1rem;
      top: 54%;
      left: -7.5rem;
      background: url(assets/img/icon_recruit5.png) no-repeat center/cover;
      transform: translateY(-50%); }
    .p-top-recruit .recruit-text::after {
      content: "";
      position: absolute;
      width: 9.4rem;
      height: 16.3rem;
      top: 49%;
      right: -24rem;
      background: url(assets/img/footer-icon01.png) no-repeat center/cover;
      transform: translateY(-50%); }
  .p-top-recruit .recruit-intro {
    color: #333333;
    font-size: 4.51rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.676rem;
    font-family: "Kosugi Maru", sans-serif;
    -webkit-text-stroke: 7px #fff;
    paint-order: stroke fill;
    margin-bottom: 0.5rem; }
  .p-top-recruit .recruit-title {
    color: #a0caec;
    font-size: 10.03rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 3.009rem;
    padding-left: 4.3rem;
    margin-top: -2rem;
    padding-bottom: 1rem;
    -webkit-text-stroke: 7px #fff;
    paint-order: stroke fill; }
  .p-top-recruit .recruit-subtext {
    display: flex;
    align-items: center;
    gap: 5.8rem;
    padding-bottom: 5rem; }
  .p-top-recruit .notice {
    width: 40.2rem;
    height: 17rem;
    border-radius: 2rem;
    background: #a0caec;
    color: #fff;
    text-align: center;
    margin-left: -2rem;
    align-content: center; }
  .p-top-recruit .info {
    transform: translateY(4.5rem); }
  .p-top-recruit .notice-title {
    color: #ffffff;
    font-size: 1.96rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.293rem;
    position: relative;
    display: inline-block;
    padding: 0 3.4rem; }
    .p-top-recruit .notice-title::before {
      content: "";
      position: absolute;
      width: 3.5rem;
      height: 1px;
      top: 2rem;
      left: 0;
      background-color: #ffffff;
      transform: rotate(60deg); }
    .p-top-recruit .notice-title::after {
      content: "";
      position: absolute;
      width: 3.5rem;
      height: 1px;
      top: 2rem;
      right: 0;
      background-color: #ffffff;
      transform: rotate(-60deg); }
  .p-top-recruit .notice-text {
    color: #ffffff;
    font-size: 2.55rem;
    font-weight: bold;
    line-height: 175%;
    letter-spacing: 0.293rem; }
  .p-top-recruit .notice-note {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 175%;
    letter-spacing: 0.23rem; }
  .p-top-recruit .info-text {
    margin: 0 0 0;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.17rem;
    position: relative;
    padding-left: 7rem;
    padding-bottom: 2rem; }
    .p-top-recruit .info-text::before {
      content: "";
      position: absolute;
      width: 5.2rem;
      height: 5.7rem;
      background: url(assets/img/logo-icon02.png) no-repeat center/cover;
      top: 0;
      left: -0.9rem;
      z-index: -1; }
  .p-top-recruit .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17rem;
    min-height: 3.4rem;
    border-radius: 0.5rem;
    background: #9dcced;
    color: #fff;
    font-size: 13px;
    text-decoration: none; }
  .p-top-recruit .recruit-images {
    position: absolute;
    top: 0;
    right: -0.5rem;
    z-index: -1;
    width: 87.2rem;
    height: 42.4rem;
    display: flex; }
    .p-top-recruit .recruit-images img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .p-top-recruit .img-large,
  .p-top-recruit .img-small {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border-radius: 2rem; }
  .p-top-recruit .img-large {
    width: 32.1rem;
    top: 0;
    left: 2rem; }
  .p-top-recruit .img-small-01 {
    top: 0.5rem;
    right: 26.5rem;
    width: 24.8rem; }
  .p-top-recruit .img-small-02 {
    width: 27.3rem;
    top: 0;
    right: -2rem; }
  .p-top-recruit .img-small-03 {
    width: 37.6rem;
    position: absolute;
    bottom: 0;
    left: 36rem; }
    .p-top-recruit .img-small-03::after {
      content: "";
      position: absolute;
      inset: 0;
      border: 7px solid #fff;
      box-sizing: border-box;
      pointer-events: none;
      border-radius: 2rem; }

.p-top-recruit .c-btn-more {
  position: relative;
  min-width: 29rem;
  height: 6rem;
  border-radius: 1rem;
  background-color: #a0caec;
  border: 1px solid #a0caec;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease; }
  .p-top-recruit .c-btn-more .item {
    color: #fff; }
  .p-top-recruit .c-btn-more::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    background: none; }
  .p-top-recruit .c-btn-more:hover {
    background-color: #fff;
    color: #a0caec;
    border-color: #a0caec; }
  .p-top-recruit .c-btn-more:hover .item {
    color: #a0caec; }
  .p-top-recruit .c-btn-more:hover::after {
    border-right: 1px solid #a0caec;
    border-top: 1px solid #a0caec; }

.p-page-section .c-btn-more {
  position: relative;
  min-width: 29rem;
  height: 6rem;
  border-radius: 1rem;
  background-color: #a0caec;
  border: 1px solid #a0caec;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease; }
  .p-page-section .c-btn-more .item {
    color: #fff;
    font-size: 1.8rem; }
  .p-page-section .c-btn-more::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    background: none; }
  .p-page-section .c-btn-more:hover {
    background-color: #fff;
    color: #a0caec;
    border-color: #a0caec; }
  .p-page-section .c-btn-more:hover .item {
    color: #a0caec; }
  .p-page-section .c-btn-more:hover::after {
    border-right: 1px solid #a0caec;
    border-top: 1px solid #a0caec; }

.p-top-recruit .c-btn-more .item {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.23rem; }

.p-top-greeting {
  padding: 12rem 0 6.5rem;
  background-color: #f6fbfe;
  position: relative; }
  .p-top-greeting__inner {
    gap: 7.7rem; }
  .p-top-greeting .greeting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(assets/img/bg_greeting.jpg) no-repeat center/cover;
    padding: 0 10rem;
    border-radius: 3rem;
    margin-bottom: 6.4rem;
    position: relative; }
    .p-top-greeting .greeting::before {
      content: "";
      position: absolute;
      width: 63rem;
      height: 28rem;
      background-color: #fff2de;
      bottom: -1px;
      right: 0;
      clip-path: polygon(100% 45%, 1% 100%, 100% 100%);
      z-index: 1;
      border-bottom-right-radius: 3rem; }
  .p-top-greeting .greeting__content {
    width: calc(100% - 76.4rem + 12rem);
    padding-top: 3rem;
    padding-left: 3rem; }
  .p-top-greeting .greeting__lead {
    color: #a0caec;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.476rem; }
  .p-top-greeting .greeting__text {
    margin-top: 2rem; }
    .p-top-greeting .greeting__text p {
      color: #3f3f3f;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.08rem; }
      .p-top-greeting .greeting__text p.text_01 {
        padding-bottom: 2.8rem; }
      .p-top-greeting .greeting__text p.text_02 {
        padding-bottom: 3rem; }
      .p-top-greeting .greeting__text p.text_03 {
        padding-bottom: 5.5rem; }
  .p-top-greeting .greeting__button {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap; }
  .p-top-greeting .greeting__button .btn a {
    color: #a0caec;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 185%;
    letter-spacing: 0.08rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 29rem;
    height: 6rem;
    padding-right: 3.5rem;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #9dcced;
    border-radius: 1rem; }
  .p-top-greeting .greeting__button .btn a::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #a0caec;
    border-top: 1px solid #a0caec;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease; }
  .p-top-greeting .greeting__button .btn:hover a {
    background: #a0caec;
    color: #fff; }
  .p-top-greeting .greeting__button .btn:hover a::before {
    border-color: #fff; }
  .p-top-greeting .greeting__image {
    width: 76.4rem;
    position: relative;
    margin-right: -12rem;
    padding-top: 0.5rem; }
  .p-top-greeting .greeting__image img {
    width: 58.4rem; }
  .p-top-greeting .greeting__badge {
    position: absolute;
    bottom: 17rem;
    right: 12rem;
    background: #fff;
    width: 35.7rem;
    padding: 1rem 1.5rem 2rem;
    text-align: center;
    border-radius: 2rem; }
    .p-top-greeting .greeting__badge::before {
      content: "";
      position: absolute;
      width: 8.1rem;
      height: 20.6rem;
      background: url(assets/img/icon_greeting1.png) no-repeat center/cover;
      top: -3.5rem;
      right: -2rem; }
    .p-top-greeting .greeting__badge .position {
      text-align: start;
      color: #a0caec;
      font-size: 2rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.476rem;
      font-family: "Kosugi Maru", sans-serif;
      margin-bottom: -1rem; }
    .p-top-greeting .greeting__badge .name {
      color: #a0caec;
      font-size: 2.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.476rem; }
    .p-top-greeting .greeting__badge .en {
      color: #8dbe57;
      font-size: 2.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.476rem;
      font-family: "Bad Script", cursive; }
  .p-top-greeting .p-title {
    margin-bottom: 3rem; }

.btn__a {
  font-weight: 500;
  border-bottom: 1px solid;
  color: #ec8691; }
  .btn__a:hover {
    opacity: 0.8; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-top-recruit {
    max-width: 130rem;
    margin-left: auto;
    margin-right: auto; }
    .p-top-recruit::before {
      width: 135.9rem; }

  .p-top-recruit .img-large {
    top: 0;
    left: 10rem;
    width: 30rem; }

  .p-top-recruit .img-small-01 {
    top: 0.5rem;
    right: 23rem;
    width: 23rem; }

  .p-top-recruit .img-small-02 {
    top: 0;
    right: -4rem;
    width: 26rem; }

  .p-top-recruit .img-small-03 {
    left: 40.5rem;
    top: 24rem;
    width: 36rem; }

  .p-top-recruit .recruit-inner {
    max-width: 120rem; }

  .p-top-recruit .recruit-text::before {
    top: 54%;
    left: -6rem; }

  .p-top-recruit .recruit-inner::after {
    width: 32rem; }

  .p-top-recruit .recruit-text::after {
    top: 59%;
    right: -9rem; }

  .p-top-recruit .recruit-text {
    width: calc(100% - 87.2rem + 85rem);
    margin-right: -85rem; }

  .p-top-greeting .greeting__content {
    width: calc(100% - 53.4rem + 3rem);
    padding-left: 0; }

  .p-top-greeting .greeting__image {
    width: 53.4rem;
    margin-right: -3rem; }

  .p-top-greeting .greeting__button {
    padding-bottom: 4rem; }

  .p-top-greeting .greeting__badge {
    bottom: 14rem;
    right: -5rem; }

  .p-top-greeting__item {
    width: 50rem; }

  .p-top-greeting__inner {
    gap: 5rem; } }
@media (max-width: 960px) {
  .p-bottom-info {
    padding: 3rem 0 3rem; }
    .p-bottom-info__inner {
      flex-direction: column;
      gap: 5rem; }
    .p-bottom-info .p-instagram,
    .p-bottom-info .p-blog {
      width: 100%; }

  .c-heading-en {
    gap: 1.6rem;
    margin-bottom: 2rem; }
    .c-heading-en__en {
      font-size: 2.6rem; }
    .c-heading-en__ja {
      top: -0.1rem;
      font-size: 1.4rem;
      letter-spacing: 0.14rem; }

  .c-btn-more {
    min-width: 9rem;
    padding: 0.7rem 2rem; }
    .c-btn-more::after {
      top: 53%; }
    .c-btn-more .item {
      font-size: 1.3rem; }

  .p-instagram__icon {
    width: 7rem;
    height: 7.1rem; }

  .c-heading-ja {
    font-size: 3rem; }

  .p-blog__head {
    margin-bottom: 2rem; }
  .p-blog__list {
    flex-flow: column; }
  .p-blog__item {
    gap: 1.5rem;
    padding: 1.5rem;
    align-items: flex-start; }
  .p-blog__thumb {
    flex: 0 0 9rem;
    width: 9rem;
    height: 9rem; }
  .p-blog__date {
    font-size: 1.2rem;
    margin-bottom: 0.4rem; }
  .p-blog__title {
    font-size: 1.5rem;
    margin-bottom: 0.4rem; }
  .p-blog__excerpt {
    font-size: 1.3rem; }

  .p-top-recruit {
    padding: 1.5rem;
    margin-bottom: 2rem;
    margin-left: 0; }
    .p-top-recruit::before {
      display: none; }
    .p-top-recruit .recruit-inner {
      max-width: 100%; }
      .p-top-recruit .recruit-inner::before {
        width: 100%;
        height: auto;
        box-shadow: none; }
    .p-top-recruit .recruit-text {
      width: 100%;
      margin-right: 0;
      padding-top: 1rem;
      display: flex;
      flex-direction: column; }
      .p-top-recruit .recruit-text::before, .p-top-recruit .recruit-text::after {
        display: none; }
    .p-top-recruit .recruit-intro {
      font-size: 2rem;
      line-height: 150%;
      text-align: center;
      text-shadow: none;
      letter-spacing: 0.05rem;
      padding-bottom: 2rem;
      order: 2;
      margin-bottom: 0; }
    .p-top-recruit .recruit-title {
      font-size: 3rem;
      text-align: center;
      padding-left: 0;
      margin-top: 1rem;
      text-shadow: none;
      letter-spacing: 0.05rem;
      order: 1; }
    .p-top-recruit .recruit-subtext {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      padding-bottom: 2rem;
      order: 3; }
      .p-top-recruit .recruit-subtext .notice,
      .p-top-recruit .recruit-subtext .info {
        text-align: center;
        transform: none;
        margin-left: auto;
        margin-right: auto; }
      .p-top-recruit .recruit-subtext .info-text {
        font-size: 1.5rem;
        line-height: 185%;
        letter-spacing: 0.05rem;
        padding-left: 6rem;
        padding-bottom: 0;
        margin-bottom: 2rem; }
        .p-top-recruit .recruit-subtext .info-text::before {
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .p-top-recruit .recruit-subtext .btn {
        margin-top: 1rem; }
    .p-top-recruit .recruit-images {
      position: relative;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      padding-bottom: 6rem;
      right: 0; }
      .p-top-recruit .recruit-images .img-large,
      .p-top-recruit .recruit-images .img-small {
        position: relative;
        width: 100%;
        height: auto;
        border: none;
        left: 0;
        top: 0; }
    .p-top-recruit .img-small-03::after {
      content: none; }

  .p-top-recruit .notice-title,
  .p-top-recruit .notice-text,
  .p-top-recruit .notice-note {
    text-align: center; }

  .p-top-recruit .recruit-inner::after {
    bottom: 0;
    right: 0;
    width: 22.4rem;
    height: 2rem; }

  .p-top-recruit .c-btn-more {
    height: 5rem;
    border-radius: 1rem; }

  .p-top-greeting {
    padding: 9rem 0 5rem; }

  .p-top-greeting .greeting {
    display: flex;
    flex-direction: column;
    padding: 3rem 1rem 5rem;
    border-radius: 2rem;
    margin-bottom: 5rem;
    background: #ffffff; }
    .p-top-greeting .greeting::before {
      display: none; }

  .p-top-greeting .greeting__image {
    order: 1;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    position: relative;
    margin-top: -8rem; }

  .p-top-greeting .greeting__image img {
    height: auto;
    display: block;
    max-width: 26rem;
    margin: 0 auto; }

  .p-top-greeting .greeting__content {
    order: 2;
    width: 100%;
    padding: 4rem 0 0; }

  .p-top-greeting .greeting__lead {
    font-size: 2rem;
    line-height: 150%;
    margin-top: 1.5rem;
    letter-spacing: 0; }

  .p-top-greeting .greeting__text {
    margin-top: 1.5rem; }

  .p-top-greeting .greeting__text p {
    font-size: 1.5rem;
    line-height: 185%;
    letter-spacing: 0.05rem; }

  .p-top-greeting .greeting__text p.text_01,
  .p-top-greeting .greeting__text p.text_02,
  .p-top-greeting .greeting__text p.text_03 {
    padding-bottom: 1.5rem; }

  .p-top-greeting .greeting__button {
    justify-content: center; }

  .p-top-greeting .greeting__button .btn a {
    width: 100%;
    height: 5.6rem;
    font-size: 1.5rem; }

  .p-top-greeting .greeting__badge {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: -6rem;
    background: #d9eded;
    padding: 0.5rem 0 0; }
    .p-top-greeting .greeting__badge::before {
      width: 5.8rem;
      height: 14.7rem;
      top: -1rem;
      right: -1rem; }
    .p-top-greeting .greeting__badge .position {
      text-align: center; }
    .p-top-greeting .greeting__badge .name {
      text-align: center; }
    .p-top-greeting .greeting__badge .en {
      text-align: center; }

  .p-top-greeting .p-title {
    padding: 0 2rem;
    margin-bottom: 7rem; }

  .p-top-greeting .p-title .title-ja {
    padding-bottom: 0;
    padding-right: 0; }

  .p-top-greeting .p-title .title-en {
    padding-top: 1rem; }

  .p-top-greeting .p-title .p-title--content {
    display: block;
    padding-left: 0;
    margin: 0 auto; }

  .p-top-greeting .p-title .title-ja::after {
    width: 100%;
    left: 0; }

  .p-top-greeting__inner {
    gap: 1.5rem; }

  .p-title .title-ja {
    padding-bottom: 0.8rem; }

  .p-trouble::before {
    content: none !important; }

  .p-blog__list {
    height: 23.5rem;
    background: #FFF;
    border-radius: 0.8rem;
    padding: .5rem 0; }

  .p-blog__item {
    margin-bottom: .5rem;
    box-shadow: none; }
    .p-blog__item:last-child {
      margin-bottom: 0; }

  .p-blog__card {
    gap: 1rem; }

  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 1.5rem;
    bottom: 1.5rem; } }
@media (max-width: 767px) {
  .p-top-recruit .recruit-subtext .notice {
    width: 100%; }

  .p-top-greeting .greeting__button {
    gap: 1.5rem; }

  .p-top-greeting .greeting__button .btn a {
    border-radius: 0.8rem; }

  .p-treatment--container .box-child--bg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

  .p-treatment--container .box-child--list {
    gap: 1.5rem !important; }

  .p-top-recruit .notice {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; } }
.p-new-title {
  font-family: "Kosugi Maru", sans-serif;
  color: #533c32;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 175%;
  position: relative;
  z-index: 0;
  padding-left: 7.7rem; }
  .p-new-title::before {
    content: "";
    position: absolute;
    width: 5.2rem;
    height: 5.5rem;
    background: url(assets/img/icon-logo3.png) no-repeat center/cover;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

.p-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .p-title .p-title--content {
    position: relative;
    z-index: 0; }
    .p-title .p-title--content::before {
      content: "";
      position: absolute;
      width: 5.2rem;
      height: 5.8rem;
      background: url(assets/img/logo-icon02.png) no-repeat center/cover;
      z-index: -1;
      top: -5.7rem;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 960px) {
        .p-title .p-title--content::before {
          width: 4.2rem;
          height: 4.6rem;
          top: -4.7rem; } }
  .p-title .title-ja {
    color: #fff;
    font-size: 5rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.4rem;
    font-family: "Kosugi Maru", sans-serif;
    text-align: center;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 960px) {
      .p-title .title-ja {
        font-size: 2.5rem;
        line-height: 150%; } }
    .p-title .title-ja::before, .p-title .title-ja::after {
      content: "";
      position: absolute;
      width: 45.4rem;
      height: 0.2rem;
      border-top: 2px dashed #a0caec;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }
      @media screen and (max-width: 960px) {
        .p-title .title-ja::before, .p-title .title-ja::after {
          display: none; } }
    .p-title .title-ja::before {
      left: -58.2rem; }
    .p-title .title-ja::after {
      right: -58.2rem; }
  .p-title .title-en {
    color: #a0caec;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.3rem;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .p-title .title-en {
        font-size: 1.5rem; } }
  .p-title .title-color {
    color: #a0caec; }
  .p-title.vz-03 .title-ja::before, .p-title.vz-03 .title-ja::after {
    width: 33.2rem; }
  .p-title.vz-03 .title-ja::before {
    left: -41rem; }
  .p-title.vz-03 .title-ja::after {
    right: -41rem; }

.p-new {
  background: url(assets/img/bg-new.jpg) no-repeat center/cover;
  padding: 6.8rem 0 10.2rem 0; }
  .p-new .container-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem;
    width: 100%; }
  .p-new--more a {
    color: #a0caec;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0rem;
    line-height: 175%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    padding: 1.4rem 4.2rem;
    background: #fff;
    border-radius: 9.9rem;
    border: 2px solid #a0caec;
    transition: all 0.35s; }
    .p-new--more a:hover {
      color: #fff;
      background: #a0caec; }
  .p-new .box-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
    .p-new .box-title .notice {
      color: #fff;
      font-size: var(--size-p);
      font-weight: 300;
      letter-spacing: 0rem;
      line-height: 175%;
      padding: 0.9rem 3.4rem;
      background: #a0caec;
      border-radius: 9.9rem; }
  .p-new .list-new {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 2rem;
    box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.04);
    padding: 4rem 0rem 3.3rem 0rem;
    width: 100%; }
  .p-new .p-news__item {
    border-bottom: 2px dashed #cfeaf4;
    padding: 2.2rem 1.5rem 3rem 0;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 0; }
    .p-new .p-news__item:first-child {
      padding-top: 1rem; }
    .p-new .p-news__item:last-child {
      border-bottom: none; }
    .p-new .p-news__item::before {
      position: absolute;
      content: "›";
      top: 50%;
      transform: translateY(-65%);
      right: 0;
      z-index: -1;
      color: #a0caec;
      font-size: 4.8rem;
      font-weight: 300;
      letter-spacing: 0rem;
      line-height: 175%; }
    .p-new .p-news__item .item-date {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 25rem; }
    .p-new .p-news__item .category {
      color: #5191ac;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: 0rem;
      line-height: 175%;
      padding: 0.8rem 1.5rem;
      background: #eef5f9;
      border-radius: 9.9rem;
      display: flex;
      min-width: 14rem;
      justify-content: center;
      align-items: center; }
  .p-new .p-news__link {
    width: calc(100% - 26rem); }
  .p-new .p-news__date {
    color: #5f4d40;
    font-size: var(--size-p);
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 175%;
    margin-right: 1.5rem;
    max-width: 12.5rem; }
  .p-new .p-news__contents {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
  .p-new .p-news__list {
    height: 38.5rem;
    padding: 0px 3rem 0px 1.5rem; }
  .p-new .p-news__title {
    color: #1e1e30;
    font-size: var(--size-p);
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 170%; }
  .p-new .p-news__content {
    color: #1e1e30;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0rem;
    line-height: 200%; }
  .p-new--info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 4.5rem; }
    .p-new--info:last-child {
      margin-bottom: 0; }
    .p-new--info .box-info {
      width: calc((100% - 4rem) / 2);
      background: rgba(255, 255, 255, 0.85);
      padding: 1rem 2.5rem 3rem;
      border-radius: 4.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .p-new--info .box-info .info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%; }
      .p-new--info .box-info .p-info__text {
        width: 100%;
        margin-bottom: 1rem; }
        .p-new--info .box-info .p-info__text p {
          color: #1e1e30;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0rem; }
      .p-new--info .box-info .p-new__schedule--table {
        width: 100%;
        margin-bottom: 1.7rem; }
        .p-new--info .box-info .p-new__schedule--table dl {
          display: grid;
          grid-template-columns: 19.5rem repeat(8, 1fr);
          border-bottom: rgba(30, 30, 48, 0.15) solid 1px;
          align-items: center; }
        .p-new--info .box-info .p-new__schedule--table dd {
          text-align: center;
          color: #a0caec; }
          .p-new--info .box-info .p-new__schedule--table dd.col-02 {
            color: #1e1e30; }
        .p-new--info .box-info .p-new__schedule--table .row {
          padding: 1.3rem 1rem; }
        .p-new--info .box-info .p-new__schedule--table .row--head dt,
        .p-new--info .box-info .p-new__schedule--table .row--head dd {
          color: #1e1e30;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0rem; }
        .p-new--info .box-info .p-new__schedule--table .row-time {
          color: #1e1e30;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0rem;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0.25rem 1rem;
          background: #f3f5f6;
          border-radius: 9.9rem;
          width: 13.8rem; }
      .p-new--info .box-info .title-info {
        color: #533c32;
        font-size: 4rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.4rem;
        font-family: "Kosugi Maru", sans-serif;
        position: relative;
        z-index: 0;
        padding-bottom: 0.5rem;
        margin-bottom: 0.9rem; }
        .p-new--info .box-info .title-info--02 {
          margin-bottom: 3.5rem; }
        .p-new--info .box-info .title-info::before {
          content: "";
          position: absolute;
          width: 7.4rem;
          height: 0.4rem;
          z-index: -1;
          background: #a0caec;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          border-radius: 9.9rem; }
      .p-new--info .box-info .access {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .p-new--info .box-info .access .local,
        .p-new--info .box-info .access .car {
          width: calc((100% - 0.7rem) / 2);
          background: #fff;
          border-radius: 2.4rem;
          padding: 0.5rem 2.2rem;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 2rem;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
          min-height: 10.8rem; }
          .p-new--info .box-info .access .local p,
          .p-new--info .box-info .access .car p {
            color: #1e1e30;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 180%;
            letter-spacing: 0rem; }
          .p-new--info .box-info .access .local .cirle-icon,
          .p-new--info .box-info .access .car .cirle-icon {
            position: relative;
            z-index: 0;
            width: 8.8rem;
            height: 8.8rem;
            border-radius: 50%;
            background: #bee6f7; }
            .p-new--info .box-info .access .local .cirle-icon::before,
            .p-new--info .box-info .access .car .cirle-icon::before {
              content: "";
              position: absolute;
              width: 2.6rem;
              height: 3.4rem;
              z-index: -1;
              background: url(assets/img/new_img02.svg) no-repeat center/cover;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            .p-new--info .box-info .access .local .cirle-icon--02::before,
            .p-new--info .box-info .access .car .cirle-icon--02::before {
              height: 2.3rem;
              background: url(assets/img/new_img03.svg) no-repeat center/cover; }
        .p-new--info .box-info .access .local-car {
          display: flex;
          justify-content: center;
          align-items: flex-start;
          gap: 0.7rem;
          width: 100%;
          margin-bottom: 4rem; }
        .p-new--info .box-info .access .tel a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28rem;
          background: #fff;
          border: 1px solid #5191ac;
          border-radius: 9.9rem;
          min-height: 7rem;
          padding: 1rem 2rem;
          transition: all 0.35s; }
          .p-new--info .box-info .access .tel a .tel-number {
            color: #1e1e30;
            font-size: 2.4rem;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: 0.24rem;
            font-family: "Kosugi Maru", sans-serif;
            position: relative;
            z-index: 0;
            padding-left: 4.4rem;
            transition: all 0.35s; }
            .p-new--info .box-info .access .tel a .tel-number::before {
              content: "";
              position: absolute;
              width: 2.882rem;
              height: 2.9rem;
              -webkit-mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
              mask: url(assets/img/tel-icon01.svg) center/100% no-repeat;
              background: #5191ac;
              top: 50%;
              transform: translateY(-50%);
              left: 0;
              z-index: -1;
              transition: all 0.35s; }
          .p-new--info .box-info .access .tel a:hover {
            background: #5191ac; }
            .p-new--info .box-info .access .tel a:hover .tel-number {
              color: #fff; }
              .p-new--info .box-info .access .tel a:hover .tel-number::before {
                background: #fff; }
      .p-new--info .box-info.vz-04 {
        background: url(assets/img/info-bg01.jpg) no-repeat center;
        background-size: cover;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 35%, white 100%), url(assets/img/info-bg01.jpg) no-repeat left top/cover; }
      @media (min-width: 960.5px) {
        .p-new--info .box-info.vz-02 {
          padding-top: 5rem;
          padding-bottom: 5rem; }
        .p-new--info .box-info.vz-03 {
          padding-bottom: 5.6rem; } }
    .p-new--info .map {
      width: calc((100% - 4rem) / 2);
      border-radius: 4.2rem;
      border: 0.3rem solid #fff;
      height: 68rem;
      background: #ccc; }
      .p-new--info .map iframe {
        width: 100%;
        border-radius: 4.2rem;
        height: 100%; }
    .p-new--info.vz-02 {
      background: #fff;
      border-radius: 4.2rem; }

.p-clinic {
  padding: 15rem 0 8.5rem 0;
  background: url(assets/img/bg-clinic.jpg) no-repeat center/cover; }
  .p-clinic--box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem; }
  .p-clinic--img {
    width: 72.1rem; }
    .p-clinic--img img {
      width: 100%; }
  .p-clinic--contents {
    width: calc(100% - 72.1rem - 4rem);
    margin-top: 5.5rem; }
    .p-clinic--contents .title {
      position: relative;
      z-index: 0;
      padding-bottom: 2.3rem;
      margin-bottom: 1.8rem; }
      .p-clinic--contents .title h4 {
        color: #fff;
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.2rem;
        font-family: "Kosugi Maru", sans-serif; }
      .p-clinic--contents .title::before {
        content: "";
        position: absolute;
        width: 45.4rem;
        height: 0.2rem;
        border-bottom: 2px dashed #a0caec;
        z-index: -1;
        left: 0;
        bottom: 0; }
    .p-clinic--contents .content {
      padding-left: 0.8rem;
      padding-right: 5rem;
      margin-bottom: 4rem; }
      .p-clinic--contents .content p {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 195%;
        letter-spacing: 0.2rem; }
    .p-clinic--contents .buttons {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 1.6rem;
      flex-wrap: wrap;
      padding-left: 1rem; }
    .p-clinic--contents .btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24rem;
      min-height: 7rem;
      border-radius: 1rem;
      border: 1px solid #fff;
      position: relative;
      z-index: 0;
      padding: 0.5rem 3rem 0.5rem 1.5rem;
      transition: all 0.35s; }
      .p-clinic--contents .btn a .btn-title {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 350%;
        letter-spacing: 0.1rem;
        padding-left: 4rem;
        width: 100%;
        transition: all 0.35s;
        position: relative;
        z-index: 0; }
        .p-clinic--contents .btn a .btn-title::before {
          content: "";
          position: absolute;
          width: 2.4rem;
          height: 3.8rem;
          -webkit-mask: url(assets/img/clinic-icon01.svg) center/100% no-repeat;
          mask: url(assets/img/clinic-icon01.svg) center/100% no-repeat;
          background: #fff;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          z-index: -1;
          transition: all 0.35s; }
        .p-clinic--contents .btn a .btn-title--02 {
          padding-left: 4.5rem; }
          .p-clinic--contents .btn a .btn-title--02::before {
            content: "";
            position: absolute;
            width: 3.077rem;
            height: 2.95rem;
            -webkit-mask: url(assets/img/clinic-icon02.png) center/100% no-repeat;
            mask: url(assets/img/clinic-icon02.png) center/100% no-repeat; }
        .p-clinic--contents .btn a .btn-title--03 {
          padding-left: 4.7rem; }
          .p-clinic--contents .btn a .btn-title--03::before {
            content: "";
            position: absolute;
            width: 3.9rem;
            height: 4.2rem;
            -webkit-mask: url(assets/img/clinic-icon03.svg) center/100% no-repeat;
            mask: url(assets/img/clinic-icon03.svg) center/100% no-repeat; }
      .p-clinic--contents .btn a::before {
        content: "";
        position: absolute;
        width: 1.3rem;
        height: 1.3rem;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        right: 2rem;
        border-top: 2px solid #a0caec;
        border-right: 2px solid #a0caec;
        z-index: -1; }
      .p-clinic--contents .btn a:hover {
        border: 1px solid #a0caec; }
        .p-clinic--contents .btn a:hover .btn-title {
          color: #a0caec; }
          .p-clinic--contents .btn a:hover .btn-title::before {
            background: #a0caec; }

.p-trouble {
  position: relative;
  z-index: 1; }
  .p-trouble .title-ja {
    color: #1e1e30; }
    .p-trouble .title-ja::before {
      display: none; }
    .p-trouble .title-ja::after {
      display: none; }
  .p-trouble__head {
    padding-top: 13.6rem;
    padding-bottom: 7.8rem;
    position: relative;
    z-index: 1; }
    .p-trouble__head::before {
      content: "";
      position: absolute;
      background-image: url(assets/img/trouble-img01.png), url(assets/img/trouble-img02.png);
      background-position: top left, top right;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1;
      width: 100%;
      height: calc(100% + 20.5rem);
      top: 0;
      left: 0; }
  .p-trouble__body {
    padding-bottom: 12.4rem;
    position: relative;
    z-index: 1; }
    .p-trouble__body::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 20.5rem);
      background: #eef6fc;
      bottom: 0;
      left: 0;
      z-index: -2; }
    .p-trouble__body::after {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 20.5rem - 21.6rem);
      background: #f6f8f2;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .p-trouble__body .p-trouble__leaf {
      position: absolute;
      width: 18.3rem;
      height: 8.6rem;
      background: url(assets/img/trouble-img04.png) no-repeat center/cover;
      top: 27.3rem;
      right: 0rem;
      z-index: 1; }
  .p-trouble .trouble-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap; }
    .p-trouble .trouble-list li {
      width: calc((100% - 16rem) / 5); }
      .p-trouble .trouble-list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 17.8rem;
        width: 100%;
        color: #1e1e30;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0rem;
        font-family: "Kosugi Maru", sans-serif;
        text-align: center;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0.5rem 0.5rem 1.6rem rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 0;
        transition: all 0.35s; }
        .p-trouble .trouble-list li a::before {
          content: "";
          position: absolute;
          width: 1.6rem;
          height: 1.6rem;
          border-bottom: 2px solid #a0caec;
          border-right: 2px solid #a0caec;
          left: 50%;
          transform: translateX(-50%) rotate(45deg);
          bottom: 1.6rem;
          z-index: -1; }
        .p-trouble .trouble-list li a:hover {
          transform: translateY(-1.5rem); }
      .p-trouble .trouble-list li .trouble-color {
        color: #a0caec;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 135%;
        letter-spacing: 0.2rem; }
  .p-trouble::before {
    content: "";
    position: absolute;
    width: 22.7rem;
    height: 36.2rem;
    background: url(assets/img/trouble-img03.png) no-repeat center/cover;
    bottom: 0;
    left: 18.3rem;
    z-index: 2; }
  .p-trouble::after {
    content: "";
    position: absolute;
    width: 19.3rem;
    height: 35.8rem;
    background: url(assets/img/trouble-img05.png) no-repeat center/cover;
    bottom: 5.2rem;
    right: 20.3rem;
    z-index: 2; }

.p-treatment {
  padding: 14rem 0 8.5rem 0;
  background: #fdfdfa; }
  .p-treatment .p-title {
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 960px) {
      .p-treatment .p-title {
        margin-bottom: 5.5rem; } }
  .p-treatment .title-ja {
    color: #1e1e30; }
    .p-treatment .title-ja::before, .p-treatment .title-ja::after {
      width: 33.2rem; }
    .p-treatment .title-ja::before {
      left: -40.8rem; }
    .p-treatment .title-ja::after {
      right: -40.8rem; }
  .p-treatment--f_visit {
    padding: 3.5rem 6.5rem 5rem 6.5rem;
    background: url(assets/img/bg-treatment.jpg) no-repeat center/cover;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .p-treatment--f_visit .p-title {
      margin-bottom: 1.5rem; }
    .p-treatment--f_visit .p-title--content::before {
      display: none; }
    .p-treatment--f_visit .title-ja::before, .p-treatment--f_visit .title-ja::after {
      width: 24rem; }
    .p-treatment--f_visit .title-ja::before {
      left: -30.2rem; }
    .p-treatment--f_visit .title-ja::after {
      right: -30.2rem; }
    .p-treatment--f_visit .box-visit {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 2.5rem;
      max-width: 136.7rem;
      width: 100%; }
      .p-treatment--f_visit .box-visit li {
        width: calc((100% - 5rem) / 3); }
        .p-treatment--f_visit .box-visit li a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          position: relative;
          z-index: 0;
          background: #fff;
          border-radius: 2rem;
          padding: 1.8rem 1.8rem 1.8rem 16.5rem;
          height: 10rem;
          border: 1px solid transparent;
          transition: all 0.35s; }
          .p-treatment--f_visit .box-visit li a .content {
            color: #1e1e30;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 310%;
            letter-spacing: 0.2rem;
            font-family: "Kosugi Maru", sans-serif;
            transition: all 0.35s; }
            @media screen and (max-width: 960px) {
              .p-treatment--f_visit .box-visit li a .content {
                font-size: 1.5rem;
                line-height: 150%;
                letter-spacing: 0; } }
          .p-treatment--f_visit .box-visit li a::before {
            content: "";
            position: absolute;
            width: 5.7rem;
            height: 5.5rem;
            background: url(assets/img/fvsit04.png) no-repeat center/cover;
            top: 50%;
            transform: translateY(-50%);
            left: 4.7rem;
            z-index: -1; }
          .p-treatment--f_visit .box-visit li a::after {
            content: "";
            position: absolute;
            width: 1.3rem;
            height: 1.3rem;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            right: 2rem;
            border-top: 2px solid #a0caec;
            border-right: 2px solid #a0caec;
            z-index: -1;
            transition: all 0.35s; }
            @media screen and (max-width: 960px) {
              .p-treatment--f_visit .box-visit li a::after {
                width: 1rem;
                height: 1rem;
                border-top: 1px solid #a0caec;
                border-right: 1px solid #a0caec; } }
          .p-treatment--f_visit .box-visit li a:hover {
            border: 1px solid #a0caec; }
            .p-treatment--f_visit .box-visit li a:hover .content {
              color: #a0caec; }
            .p-treatment--f_visit .box-visit li a:hover::after {
              right: 1.5rem; }
        .p-treatment--f_visit .box-visit li:nth-child(2) a::before {
          background: url(assets/img/fvsit06.png) no-repeat center/cover; }
        .p-treatment--f_visit .box-visit li:nth-child(3) a::before {
          background: url(assets/img/fvsit07.png) no-repeat center/cover; }
  .p-treatment--container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 6.5rem; }
    .p-treatment--container .box-child {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 65.7rem; }
      .p-treatment--container .box-child--title {
        color: #1e1e30;
        font-size: 4rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.4rem;
        font-family: "Kosugi Maru", sans-serif;
        padding-left: 11rem;
        margin-bottom: 2.5rem;
        position: relative;
        z-index: 0; }
        @media screen and (max-width: 960px) {
          .p-treatment--container .box-child--title {
            font-size: 2rem;
            padding-left: 8rem; } }
        .p-treatment--container .box-child--title::before {
          content: "";
          position: absolute;
          width: 5.346rem;
          height: 4.47rem;
          background: url(assets/img/treatment-img01.png) no-repeat center/cover;
          top: 50%;
          transform: translateY(-50%);
          left: 3rem;
          z-index: -1; }
          @media screen and (max-width: 960px) {
            .p-treatment--container .box-child--title::before {
              width: 4.3rem;
              height: 3.6rem; } }
      .p-treatment--container .box-child--bg {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1.5rem 1rem;
        gap: 1.5rem;
        border-radius: 2rem;
        background: #f3f8fb;
        width: 100%; }
      .p-treatment--container .box-child--list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.2rem 2.1rem;
        width: 100%; }
        .p-treatment--container .box-child--list li {
          width: calc((100% - 2.1rem) / 2); }
          .p-treatment--container .box-child--list li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            position: relative;
            z-index: 0;
            background: #fff;
            border-radius: 2rem;
            padding: 1.8rem 1.8rem 1.8rem 10rem;
            height: 9.1rem;
            border: 1px solid transparent;
            transition: all 0.35s; }
            .p-treatment--container .box-child--list li a .content {
              color: #1e1e30;
              font-size: 1.8rem;
              font-weight: 400;
              line-height: 310%;
              letter-spacing: 0.2rem;
              font-family: "Kosugi Maru", sans-serif;
              transition: all 0.35s; }
              @media screen and (max-width: 960px) {
                .p-treatment--container .box-child--list li a .content {
                  font-size: 1.5rem;
                  line-height: 150%;
                  letter-spacing: 0; } }
            .p-treatment--container .box-child--list li a::before {
              content: "";
              position: absolute;
              width: 5.346rem;
              height: 4.47rem;
              background: url(assets/img/treatment-img01.png) no-repeat center/cover;
              top: 50%;
              transform: translateY(-57%);
              left: 3rem;
              z-index: -1; }
            .p-treatment--container .box-child--list li a::after {
              content: "";
              position: absolute;
              width: 1.3rem;
              height: 1.3rem;
              top: 50%;
              transform: translateY(-50%) rotate(45deg);
              right: 3rem;
              border-top: 2px solid #a0caec;
              border-right: 2px solid #a0caec;
              z-index: -1;
              transition: all 0.35s; }
              @media screen and (max-width: 960px) {
                .p-treatment--container .box-child--list li a::after {
                  width: 1rem;
                  height: 1rem;
                  border-top: 1px solid #a0caec;
                  border-right: 1px solid #a0caec; } }
            .p-treatment--container .box-child--list li a:hover {
              border: 1px solid #a0caec; }
              .p-treatment--container .box-child--list li a:hover .content {
                color: #a0caec; }
              .p-treatment--container .box-child--list li a:hover::after {
                right: 1.5rem; }
          .p-treatment--container .box-child--list li:nth-child(2) a::before {
            width: 4.63rem;
            height: 4.146rem;
            background: url(assets/img/treatment-img02.png) no-repeat center/cover; }
          .p-treatment--container .box-child--list li:nth-child(3) a::before {
            transform: translateY(-50%);
            width: 5.4rem;
            height: 5.5rem;
            background: url(assets/img/treatment-img03.svg) no-repeat center/cover; }
          .p-treatment--container .box-child--list li:nth-child(4) a::before {
            transform: translateY(-50%);
            width: 3.8rem;
            height: 7.6rem;
            background: url(assets/img/treatment-img04.svg) no-repeat center/cover; }
      .p-treatment--container .box-child--info {
        background: #f1f1f7;
        border-radius: 2rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
        position: relative;
        z-index: 0;
        padding: 3rem 2rem 2rem 2rem; }
        .p-treatment--container .box-child--info::before {
          content: "";
          position: absolute;
          width: 29.4rem;
          height: 100%;
          background: url(assets/img/treatment-img06.jpg) no-repeat center/cover;
          right: 0;
          top: 0;
          z-index: -1;
          border-top-right-radius: 2rem;
          border-bottom-right-radius: 2rem; }
        .p-treatment--container .box-child--info .icon {
          width: 6.4rem;
          height: 6.4rem;
          border-radius: 50%;
          background: #f8fafc;
          position: relative;
          z-index: 0; }
          .p-treatment--container .box-child--info .icon::before {
            content: "";
            position: absolute;
            width: 2.7rem;
            height: 3.2rem;
            background: url(assets/img/treatment-img05.svg) no-repeat center/cover;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1; }
        .p-treatment--container .box-child--info .sub-title {
          color: #1e1e30;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 150%;
          letter-spacing: 0.2rem;
          font-family: "Kosugi Maru", sans-serif; }
          @media screen and (max-width: 960px) {
            .p-treatment--container .box-child--info .sub-title {
              font-size: 1.4rem;
              line-height: 150%; } }
        .p-treatment--container .box-child--info .title-info {
          color: #1e1e30;
          font-size: 3.2rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0.2rem;
          font-family: "Kosugi Maru", sans-serif; }
          @media screen and (max-width: 960px) {
            .p-treatment--container .box-child--info .title-info {
              font-size: 2rem;
              line-height: 150%; } }
        .p-treatment--container .box-child--info .content-info {
          color: #b5a4d7;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 155%;
          letter-spacing: 0.2rem;
          font-family: "Kosugi Maru", sans-serif; }
          @media screen and (max-width: 960px) {
            .p-treatment--container .box-child--info .content-info {
              font-size: 1.4rem;
              line-height: 150%;
              letter-spacing: 0; } }
      .p-treatment--container .box-child--tel {
        width: 100%; }
        .p-treatment--container .box-child--tel a {
          background: linear-gradient(180deg, #ffe8e7 0%, #ffe2e2 100%);
          border-radius: 2rem;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 3rem;
          width: 100%;
          position: relative;
          z-index: 0;
          overflow: hidden;
          padding: 1rem 2rem 1rem 15.2rem; }
          .p-treatment--container .box-child--tel a::before {
            content: "";
            position: absolute;
            width: 18.4rem;
            height: 100%;
            background: url(assets/img/treatment-img07.png) no-repeat center/cover;
            right: 0;
            top: 0;
            z-index: -1;
            border-top-right-radius: 2rem;
            border-bottom-right-radius: 2rem; }
          .p-treatment--container .box-child--tel a::after {
            content: "";
            position: absolute;
            width: 7.6rem;
            height: 7.6rem;
            background: url(assets/img/treatment-icontel.png) no-repeat center/cover;
            top: 50%;
            left: 4.5rem;
            transform: translateY(-50%);
            z-index: -1; }
            @media screen and (max-width: 960px) {
              .p-treatment--container .box-child--tel a::after {
                display: none; } }
          .p-treatment--container .box-child--tel a .content-box {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 1rem; }
          .p-treatment--container .box-child--tel a .content-tel {
            color: #1e1e30;
            font-size: 1.8rem;
            font-weight: 400;
            line-height: 155%;
            letter-spacing: 0.2rem;
            font-family: "Kosugi Maru", sans-serif;
            text-align: center;
            display: block; }
          .p-treatment--container .box-child--tel a .number-tel {
            color: #ec8691;
            font-size: 2.4rem;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.24rem;
            font-family: "Kosugi Maru", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            border-radius: 5rem;
            width: 21.4rem;
            padding: 0.5rem; }
    .p-treatment--container .box-aldut {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: calc(100% - 65.7rem - 2.5rem); }
      .p-treatment--container .box-aldut--title {
        color: #1e1e30;
        font-size: 4rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.4rem;
        font-family: "Kosugi Maru", sans-serif;
        padding-left: 9.7rem;
        margin-bottom: 2.5rem;
        position: relative;
        z-index: 0; }
        @media screen and (max-width: 960px) {
          .p-treatment--container .box-aldut--title {
            font-size: 2rem;
            padding-left: 9rem; } }
        .p-treatment--container .box-aldut--title::before {
          content: "";
          position: absolute;
          width: 5.3rem;
          height: 4.2rem;
          background: url(assets/img/treatment-img21.svg) no-repeat center/cover;
          top: 50%;
          transform: translateY(-50%);
          left: 3rem;
          z-index: -1; }
      .p-treatment--container .box-aldut--list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem 2rem;
        width: 100%;
        background: #f8f9ef;
        border-radius: 2rem;
        padding: 1.5rem 2rem; }
        .p-treatment--container .box-aldut--list li {
          width: calc((100% - 2rem) / 2); }
          .p-treatment--container .box-aldut--list li a {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            position: relative;
            z-index: 0;
            background: #fff;
            border-radius: 2rem;
            padding: 1.8rem 1.8rem 1.8rem 12.2rem;
            height: 8.2rem;
            border: 1px solid transparent;
            transition: all 0.35s; }
            .p-treatment--container .box-aldut--list li a .content {
              color: #1e1e30;
              font-size: 1.8rem;
              font-weight: 400;
              line-height: 310%;
              letter-spacing: 0.2rem;
              font-family: "Kosugi Maru", sans-serif;
              transition: all 0.35s; }
              @media screen and (max-width: 960px) {
                .p-treatment--container .box-aldut--list li a .content {
                  font-size: 1.5rem;
                  line-height: 150%;
                  letter-spacing: 0; } }
              .p-treatment--container .box-aldut--list li a .content.tn-02 {
                letter-spacing: 0; }
            .p-treatment--container .box-aldut--list li a::before {
              content: "";
              position: absolute;
              width: 6.5rem;
              height: 5.6rem;
              background: url(assets/img/treatment-img22.png) no-repeat center/cover;
              top: 50%;
              transform: translateY(-50%);
              left: 3.4rem;
              z-index: -1; }
              @media screen and (max-width: 960px) {
                .p-treatment--container .box-aldut--list li a::before {
                  width: 4.5rem;
                  height: 3.9rem;
                  left: 1.5rem; } }
            .p-treatment--container .box-aldut--list li a::after {
              content: "";
              position: absolute;
              width: 1.3rem;
              height: 1.3rem;
              top: 50%;
              transform: translateY(-50%) rotate(45deg);
              right: 2rem;
              border-top: 2px solid #9db370;
              border-right: 2px solid #9db370;
              z-index: -1;
              transition: all 0.35s; }
              @media screen and (max-width: 960px) {
                .p-treatment--container .box-aldut--list li a::after {
                  width: 1rem;
                  height: 1rem;
                  border-top: 1px solid #9db370;
                  border-right: 1px solid #9db370; } }
            .p-treatment--container .box-aldut--list li a:hover {
              border: 1px solid #9db370; }
              .p-treatment--container .box-aldut--list li a:hover .content {
                color: #9db370; }
              .p-treatment--container .box-aldut--list li a:hover::after {
                right: 1.5rem; }
          .p-treatment--container .box-aldut--list li:nth-child(2) a::before {
            background: url(assets/img/treatment-img23.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(3) a::before {
            background: url(assets/img/treatment-img33.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(4) a::before {
            background: url(assets/img/treatment-img35.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(5) a::before {
            background: url(assets/img/treatment-img34.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(6) a::before {
            background: url(assets/img/treatment-img27.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(7) a::before {
            background: url(assets/img/treatment-img28.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(8) a::before {
            background: url(assets/img/treatment-img29.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(9) a::before {
            background: url(assets/img/treatment-img21.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(10) a::before {
            background: url(assets/img/treatment-img36.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(11) a::before {
            background: url(assets/img/treatment-img26.png) no-repeat center/cover; }
          .p-treatment--container .box-aldut--list li:nth-child(12) a::before {
            background: url(assets/img/treatment-img30.png) no-repeat center/cover; }

.treatment-box {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }
  .treatment-box::before {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    right: 2rem;
    bottom: -.9rem;
    transform: translateY(-50%);
    border: 2px solid #b5a4d7;
    border-radius: 50%;
    transition: transform .35s;
    z-index: 1; }
  .treatment-box::after {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    right: 3.2rem;
    bottom: 1rem;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #b5a4d7;
    border-right: 2px solid #b5a4d7;
    transition: transform .35s; }
    @media screen and (max-width: 960px) {
      .treatment-box::after {
        width: 1rem;
        height: 1rem;
        border-top: 1px solid #b5a4d7;
        border-right: 1px solid #b5a4d7; } }
  .treatment-box:hover::before {
    transform: translate(0.5rem, -50%); }
  .treatment-box:hover::after {
    transform: translate(0.5rem, -50%) rotate(45deg); }

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 0.2rem; }

.os-scrollbar-handle {
  width: 0.4rem;
  background: #a0caec;
  opacity: 0.75;
  left: -1px; }

.os-scrollbar-vertical {
  right: 1.4rem; }

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  background: rgba(204, 204, 204, 0.4);
  opacity: 0.75;
  padding: 0; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #a0caec;
  opacity: 0.75; }

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  height: 6rem !important; }

@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-title .title-ja::before, .p-title .title-ja::after {
    width: 28.4rem; }
  .p-title .title-ja::before {
    left: -34.2rem; }
  .p-title .title-ja::after {
    right: -34.2rem; }
  .p-title.vz-03 .title-ja::before, .p-title.vz-03 .title-ja::after {
    width: 28.4rem; }
  .p-title.vz-03 .title-ja::before {
    left: -34rem; }
  .p-title.vz-03 .title-ja::after {
    right: -34rem; }

  .p-new--info {
    gap: 4rem; }
    .p-new--info .box-info {
      width: calc((100% - 4rem) / 2); }

  .p-clinic--box {
    gap: 2rem; }
  .p-clinic--img {
    width: 65rem; }
  .p-clinic--contents {
    width: calc(100% - 65rem - 2rem);
    margin-top: 2.5rem; }
    .p-clinic--contents .content {
      padding-left: 0.8rem;
      padding-right: 1rem;
      margin-bottom: 2rem; }
    .p-clinic--contents .buttons {
      gap: 1rem; }
      .p-clinic--contents .buttons .btn {
        width: calc((100% - 2rem) / 3); }
        .p-clinic--contents .buttons .btn a {
          width: 100%; }

  .p-trouble::before {
    width: 20.7rem;
    height: 33.2rem;
    left: 5.3rem; }
  .p-trouble::after {
    bottom: 24.2rem;
    right: 7.3rem;
    width: 14.3rem;
    height: 26.8rem; }
  .p-trouble__head::before {
    height: calc(100% + 6.5rem); }
  .p-trouble__body::before {
    height: calc(100% - 6.5rem); }
  .p-trouble__body::after {
    height: calc(100% - 9.5rem - 21.6rem); }
  .p-trouble__body .p-trouble__leaf {
    width: 14.3rem;
    height: 6.6rem;
    top: 8rem; }
  .p-trouble .trouble-list {
    gap: 2rem; }
    .p-trouble .trouble-list li {
      width: 17.8rem; }

  .p-treatment--container {
    gap: 1.5rem; }
    .p-treatment--container .box-aldut {
      width: calc(100% - 65.7rem - 1.5rem); }
      .p-treatment--container .box-aldut--list li a {
        padding: 1.8rem 1.8rem 1.8rem 8.2rem; }
        .p-treatment--container .box-aldut--list li a::before {
          width: 5.4rem;
          height: 4.7rem;
          left: 2rem; } }
@media (max-width: 960px) {
  .p-new {
    padding: 3rem 0; }
    .p-new-title {
      font-size: 2.5rem;
      padding-left: 4.7rem; }
      .p-new-title::before {
        width: 3.8rem;
        height: 3.6rem;
        background-size: contain; }
    .p-new .box-title {
      gap: 1rem; }
      .p-new .box-title .notice {
        width: 8.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        padding: 0.5rem; }
    .p-new--more a {
      font-size: 1.5rem;
      padding: 0.7rem 1.8rem;
      border: 1px solid; }
    .p-new .container-title {
      margin-bottom: 1.5rem; }
    .p-new .list-new {
      padding: 2rem 0rem 2.3rem 0rem;
      border-radius: 1rem; }
    .p-new .p-news__list {
      height: 25rem;
      padding: 0 1rem; }
    .p-new .p-news__item {
      padding: 2rem 2rem 1.5rem 0.5rem;
      gap: 1rem; }
      .p-new .p-news__item .item-date {
        align-items: center; }
      .p-new .p-news__item .category {
        font-size: 1.4rem;
        padding: 0.5rem 1.5rem;
        min-width: 12rem; }
      .p-new .p-news__item::before {
        right: 0.3rem;
        transform: translateY(-50%);
        font-size: 3rem; }
    .p-new .p-news__date {
      font-size: 1.6rem;
      max-width: 7.5rem;
      margin-right: 1.5rem; }
    .p-new .p-news__title {
      font-size: 1.8rem;
      margin-bottom: 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .p-new .p-news__content {
      font-size: 1.4rem;
      line-height: 185%;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .p-new .p-news__link {
      width: 100%; }
    .p-new--info {
      gap: 1.5rem; }
      .p-new--info .box-info {
        width: 100%;
        padding: 1rem 1rem 2.5rem 1rem;
        border-radius: 1rem; }
        .p-new--info .box-info .title-info {
          font-size: 2.5rem;
          letter-spacing: 0.2rem; }
          .p-new--info .box-info .title-info::before {
            width: 5rem; }
        .p-new--info .box-info .p-new__schedule--table .row--head dt,
        .p-new--info .box-info .p-new__schedule--table .row--head dd {
          color: #1e1e30;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0rem; }
        .p-new--info .box-info .p-new__schedule--table .row {
          padding: 1.2rem 0.5rem; }
        .p-new--info .box-info .p-new__schedule--table .row-time {
          font-size: 1.2rem;
          padding: 0.25rem 0.5rem;
          width: 8.8rem; }
        .p-new--info .box-info .p-info__text p {
          font-size: 1.5rem; }
        .p-new--info .box-info .access .local-car {
          gap: 1rem;
          margin-bottom: 2rem; }
        .p-new--info .box-info .access .local .cirle-icon,
        .p-new--info .box-info .access .car .cirle-icon {
          width: 6.8rem;
          height: 6.8rem; }
        .p-new--info .box-info .access .local p,
        .p-new--info .box-info .access .car p {
          font-size: 1.5rem;
          line-height: 145%;
          text-align: center;
          letter-spacing: 0.1rem; }
        .p-new--info .box-info .access .title-info--02 {
          margin-bottom: 2.5rem; }
      .p-new--info .map {
        width: 100%;
        height: 25rem;
        border-radius: 1rem;
        border: 0.2rem solid #fff;
        overflow: hidden; }
        .p-new--info .map iframe {
          border-radius: 0rem; }
      .p-new--info.vz-02 {
        border-radius: 1rem; }
        .p-new--info.vz-02 .box-info.vz-04 {
          border-radius: 1rem 1rem 0 0; }

  .os-scrollbar-vertical {
    right: 0.5rem; }

  .p-clinic {
    padding: 8rem 0 3rem 0; }
    .p-clinic .p-title {
      margin-bottom: 3rem; }
    .p-clinic--box {
      flex-direction: column;
      gap: 2rem; }
    .p-clinic--img {
      width: 100%; }
    .p-clinic--contents {
      width: 100%;
      margin-top: 0; }
      .p-clinic--contents .title {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; }
        .p-clinic--contents .title::before {
          width: 100%; }
        .p-clinic--contents .title h4 {
          font-size: 2rem; }
      .p-clinic--contents .content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem; }
        .p-clinic--contents .content p {
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 185%;
          letter-spacing: 0.05rem; }
      .p-clinic--contents .buttons {
        padding-left: 0;
        gap: 1rem;
        justify-content: center; }
      .p-clinic--contents .btn {
        width: calc((100% - 2rem) / 2); }
        .p-clinic--contents .btn a {
          width: 100%;
          min-height: 6rem;
          padding: 0.5rem 1.5rem 0.5rem 0.5rem; }
          .p-clinic--contents .btn a .btn-title {
            font-size: 1.3rem;
            line-height: 150%;
            padding-left: 2.5rem;
            width: auto; }
            .p-clinic--contents .btn a .btn-title::before {
              width: 1.5rem;
              height: 3rem; }
            .p-clinic--contents .btn a .btn-title--02 {
              padding-left: 3rem; }
              .p-clinic--contents .btn a .btn-title--02::before {
                width: 2rem;
                height: 3rem; }
            .p-clinic--contents .btn a .btn-title--03 {
              padding-left: 3.3rem; }
              .p-clinic--contents .btn a .btn-title--03::before {
                width: 2.5rem;
                height: 3rem; }
          .p-clinic--contents .btn a::before {
            width: 1rem;
            height: 1rem;
            right: 1rem; }

  .p-trouble .title-ja {
    text-shadow: 0.3rem 0.3rem 0.7rem #717171; }
  .p-trouble::after {
    display: none; }
  .p-trouble::before {
    width: 10.7rem;
    height: 17.2rem;
    left: 2.3rem; }
  .p-trouble__head {
    padding-top: 7.6rem;
    padding-bottom: 4rem; }
    .p-trouble__head::before {
      height: 17rem; }
  .p-trouble__body {
    padding-bottom: 5rem; }
    .p-trouble__body::before {
      height: calc(100% + 5.7rem); }
    .p-trouble__body::after {
      height: calc(100% - 40.5rem - 21.6rem); }
    .p-trouble__body .p-trouble__leaf {
      display: none; }
  .p-trouble .trouble-list {
    gap: 1rem; }
    .p-trouble .trouble-list li {
      width: 16.7rem; }
      .p-trouble .trouble-list li a {
        font-size: 1.5rem;
        min-height: 16.8rem; }
        .p-trouble .trouble-list li a .trouble-color {
          font-size: 1.6rem; }

  .p-treatment {
    padding: 10rem 0 8.5rem 0; }
    .p-treatment--container {
      gap: 6.5rem; }
      .p-treatment--container .box-child {
        width: 100%; }
        .p-treatment--container .box-child--list {
          gap: 1rem; }
          .p-treatment--container .box-child--list li {
            width: 100%; }
            .p-treatment--container .box-child--list li a {
              height: 7rem; }
              .p-treatment--container .box-child--list li a::before {
                width: 4.3rem;
                height: 3.6rem; }
            .p-treatment--container .box-child--list li:nth-child(2) a::before {
              width: 4.3rem;
              height: 3.8rem; }
            .p-treatment--container .box-child--list li:nth-child(3) a::before {
              width: 4.4rem;
              height: 4.5rem; }
            .p-treatment--container .box-child--list li:nth-child(4) a::before {
              width: 2.8rem;
              height: 5.6rem; }
        .p-treatment--container .box-child--info {
          padding: 2rem 1rem;
          gap: 1rem; }
          .p-treatment--container .box-child--info::before {
            width: 21.4rem;
            opacity: 0.2; }
        .p-treatment--container .box-child--tel a {
          padding: 1rem 1rem;
          gap: 1rem; }
          .p-treatment--container .box-child--tel a .icon {
            width: 5.6rem;
            height: 5.6rem; }
            .p-treatment--container .box-child--tel a .icon::before {
              width: 1.9rem;
              height: 1.9rem; }
          .p-treatment--container .box-child--tel a .content-tel {
            font-size: 1.4rem;
            letter-spacing: 0;
            text-shadow: 0.3rem 0.3rem 0.7rem #717171; }
          .p-treatment--container .box-child--tel a .number-tel {
            font-size: 2rem;
            letter-spacing: 0.1rem;
            width: 18.4rem;
            padding: 0.1rem; }
          .p-treatment--container .box-child--tel a::before {
            width: 12.4rem;
            opacity: 0.3; }
      .p-treatment--container .box-aldut {
        width: 100%; }
        .p-treatment--container .box-aldut--list {
          gap: 1.5rem;
          padding: 1.5rem; }
          .p-treatment--container .box-aldut--list li {
            width: 100%; }
            .p-treatment--container .box-aldut--list li a {
              padding: 1.8rem 1.8rem 1.8rem 10rem;
              height: 7rem; }
              .p-treatment--container .box-aldut--list li a::before {
                left: 2.5rem; }
    .p-treatment--f_visit {
      padding: 1.5rem; }
      .p-treatment--f_visit .box-visit {
        gap: 1rem; }
        .p-treatment--f_visit .box-visit li {
          width: 100%; }
          .p-treatment--f_visit .box-visit li a {
            height: 7rem;
            padding: 1.8rem 1.8rem 1.8rem 10rem; }
            .p-treatment--f_visit .box-visit li a::before {
              width: 4.7rem;
              height: 4.5rem;
              left: 2.5rem; }

  .treatment-box::after {
    right: 2rem; }
  .treatment-box::before {
    right: .8rem;
    bottom: -1.3rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .p-new .p-news__item {
    padding: 2rem 4rem 1.5rem 1.5rem; }
    .p-new .p-news__item::before {
      right: 1.3rem; }
  .p-new--info {
    gap: 2rem; }
    .p-new--info .box-info {
      gap: 2rem;
      padding: 1rem 3rem 2.5rem 3rem; }
      .p-new--info .box-info .p-new__schedule--table .row--head dt,
      .p-new--info .box-info .p-new__schedule--table .row--head dd {
        font-size: 1.6rem; }
      .p-new--info .box-info .p-new__schedule--table .row {
        padding: 1.5rem; }
      .p-new--info .box-info .p-new__schedule--table .row-time {
        font-size: 1.6rem;
        width: 15.8rem; }
      .p-new--info .box-info .p-new__schedule--table .col--title_02 {
        padding-left: 4.6rem; }
      .p-new--info .box-info .p-info__text p {
        font-size: 1.6rem;
        padding-left: 2rem; }
      .p-new--info .box-info .access .local p {
        font-size: 1.6rem; }
      .p-new--info .box-info .access .local-car {
        gap: 1.7rem;
        margin-bottom: 2rem; }
      .p-new--info .box-info .access .local,
      .p-new--info .box-info .access .car {
        width: calc((100% - 1.7rem) / 2);
        padding: 0.5rem 3.2rem; }
    .p-new--info .map {
      height: 35rem; }
  .p-new .list-new {
    margin-bottom: 2rem; }

  .p-clinic--img {
    width: 80%; }
  .p-clinic--contents .btn a .btn-title {
    font-size: 1.5rem; }

  .p-trouble::before {
    width: 12.7rem;
    height: 20.2rem; }
  .p-trouble__head {
    z-index: 0; }
    .p-trouble__head::before {
      height: calc(100% + 5.5rem); }
  .p-trouble__body {
    padding-bottom: 3.5rem; }
    .p-trouble__body::before {
      height: calc(100% - 5.3rem); }
    .p-trouble__body::after {
      height: calc(100% - 14.5rem - 21.6rem); }
  .p-trouble .trouble-list {
    gap: 1.5rem; }

  .p-treatment--container {
    gap: 4.5rem;
    margin-bottom: 4.5rem; }
    .p-treatment--container .box-child li {
      width: calc((100% - 1rem) / 2); }
    .p-treatment--container .box-child--info {
      padding: 3rem 3rem;
      gap: 3rem; }
      .p-treatment--container .box-child--info::before {
        width: 26.4rem; }
    .p-treatment--container .box-child .sub-title {
      font-size: 1.6rem; }
    .p-treatment--container .box-child .title-info {
      font-size: 2.2rem; }
    .p-treatment--container .box-child .content-info {
      font-size: 1.6rem; }
    .p-treatment--container .box-child--tel a {
      padding: 3rem 3rem;
      gap: 3rem; }
      .p-treatment--container .box-child--tel a::before {
        width: 20.4rem; }
      .p-treatment--container .box-child--tel a .icon {
        width: 6.6rem;
        height: 6.6rem; }
        .p-treatment--container .box-child--tel a .icon::before {
          width: 2.2rem;
          height: 2.2rem; }
      .p-treatment--container .box-child--tel a .content-tel {
        font-size: 1.8rem; }
      .p-treatment--container .box-child--tel a .number-tel {
        font-size: 2.2rem;
        letter-spacing: 0.2rem;
        width: 21.4rem;
        padding: 0.7rem; }
    .p-treatment--container .box-aldut {
      width: 100%; }
      .p-treatment--container .box-aldut--list li {
        width: calc((100% - 1rem) / 2); }
  .p-treatment--f_visit .box-visit li {
    width: calc((100% - 2rem) / 3); }
    .p-treatment--f_visit .box-visit li a {
      padding: 1.8rem 1.8rem 1.8rem 7rem; }
      .p-treatment--f_visit .box-visit li a::before {
        width: 3.7rem;
        height: 3.5rem;
        left: 1.5rem; } }
@media (max-width: 767px) {
  .p-new .p-news__item {
    flex-direction: column; }
    .p-new .p-news__item .item-date {
      width: 100%; }
  .p-new .box-title {
    flex-direction: column;
    align-items: flex-start; }
  .p-new .container-title {
    align-items: flex-end; }
  .p-new--more {
    margin-bottom: 0.7rem; }
  .p-new--info .box-info .p-new__schedule--table dl {
    grid-template-columns: 9.5rem repeat(8, 1fr); }
  .p-new--info .box-info .access .local,
  .p-new--info .box-info .access .car {
    flex-direction: column;
    padding: 1rem;
    gap: 1.5rem;
    border-radius: 1rem;
    min-height: 17.2rem; }
  .p-new--info .box-info .access .tel a {
    width: 20rem;
    min-height: 5rem; }
    .p-new--info .box-info .access .tel a .tel-number {
      font-size: 2rem;
      letter-spacing: 0.1rem;
      padding-left: 2.5rem; }
      .p-new--info .box-info .access .tel a .tel-number::before {
        width: 2rem;
        height: 2rem; } }
.p-title.vz-02 .title-ja {
  color: #1e1e30; }

.p-feature {
  background: #fffff8;
  --color-03: #d6b4b4; }
  .p-feature__head {
    position: relative;
    z-index: 0;
    padding-top: 13.7rem;
    padding-bottom: 13.2rem; }
    .p-feature__head::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% + 27rem);
      top: 0;
      left: 0;
      z-index: -1;
      background-image: url(assets/img/feature-bg01.png), url(assets/img/feature-bg02.png);
      background-repeat: no-repeat;
      background-position: top left, top right; }
    .p-feature__head::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 96.4rem;
      top: 0;
      left: 0;
      background-image: url(assets/img/bg_feature.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: -2; }
    .p-feature__head .p-title .title-ja::before, .p-feature__head .p-title .title-ja::after {
      width: 17.1rem; }
    .p-feature__head .p-title .title-ja::before {
      left: -23.4rem; }
    .p-feature__head .p-title .title-ja::after {
      right: -23.4rem; }
    @media (max-width: 1440px) and (min-width: 960.5px) {
      .p-feature__head .p-title .title-ja::before, .p-feature__head .p-title .title-ja::after {
        width: 13.1rem; }
      .p-feature__head .p-title .title-ja::before {
        left: -17.4rem; }
      .p-feature__head .p-title .title-ja::after {
        right: -17.4rem; } }
  .p-feature__title--01 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.085rem;
    font-family: "Kosugi Maru", sans-serif;
    position: relative;
    z-index: 0;
    padding-top: 14.4rem;
    margin-bottom: 2.3rem; }
    .p-feature__title--01::before {
      content: "";
      position: absolute;
      width: 13rem;
      height: 13rem;
      counter-increment: section;
      content: counter(section);
      font-size: 7.5rem;
      top: 0;
      left: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateX(-50%);
      background: var(--color-01);
      border: #fff solid 4px;
      border-radius: 100%; }
  .p-feature__title--02 {
    margin-bottom: 1.4rem;
    color: var(--color-01);
    font-size: 2rem;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.085rem; }
    .p-feature__title--02.gp-01 {
      color: #d67878; }
  .p-feature__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    border: #fff solid 1px;
    width: 29rem;
    height: 6rem;
    color: #fff;
    font-size: var(--size-p);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.08rem;
    position: relative;
    z-index: 0;
    transition: all 0.35s; }
    .p-feature__button a::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      z-index: -1;
      -webkit-mask: url(assets/img/arrow-right05.png) center/100% no-repeat;
      mask: url(assets/img/arrow-right05.png) center/100% no-repeat;
      background: #fff;
      transition: all 0.35s; }
    .p-feature__button a:hover {
      background: #fff;
      color: var(--color-01); }
      .p-feature__button a:hover::before {
        background: var(--color-01); }
  .p-feature__button.vz-02 a {
    border-color: #5191ac;
    color: #5191ac; }
    .p-feature__button.vz-02 a::before {
      background: #5191ac; }
    .p-feature__button.vz-02 a:hover {
      background: #5191ac;
      color: #fff; }
      .p-feature__button.vz-02 a:hover::before {
        background: #fff; }
  .p-feature__inner {
    counter-reset: section;
    margin-bottom: 9rem; }
  .p-feature__main {
    position: relative;
    z-index: 1; }
  .p-feature__block {
    position: relative;
    z-index: 0;
    margin-bottom: 6.7rem; }
    .p-feature__block.vz-01 {
      --color-01: #8d99a6; }
    .p-feature__block.vz-02 {
      --color-01: #97c4c1; }
    .p-feature__block.vz-03 {
      --color-01: #d6b4b4; }
    .p-feature__block.vz-04 {
      --color-01: #97c4c1; }
    .p-feature__block:last-child {
      margin-bottom: 0; }
    .p-feature__block::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 13rem);
      bottom: 0;
      left: 0;
      background: var(--color-01);
      border-radius: 2rem;
      z-index: -1;
      box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.1); }
  .p-feature__gp {
    padding: 0 5.5rem 5rem 6rem; }
    .p-feature__gp--box:first-child {
      width: calc(100% - 67.4rem); }
    .p-feature__gp--box:last-child {
      width: 67.4rem;
      padding-bottom: 1.3rem; }
    .p-feature__gp--box img {
      width: 100%;
      border-radius: 3rem; }
  .p-feature__field {
    background: #fff;
    border-radius: 0 0 2rem 2rem; }
    .p-feature__field--item:first-child {
      width: calc(100% - 46.7rem); }
    .p-feature__field--item:last-child {
      padding-top: 4.3rem;
      padding-left: 5rem;
      padding-right: 4.5rem;
      width: 46.7rem;
      position: relative; }
      .p-feature__field--item:last-child::before {
        content: "";
        position: absolute;
        width: 13.8rem;
        height: 25.7rem;
        background: url(assets/img/icon_feature.png) no-repeat center/cover;
        top: 21rem;
        right: -8.1rem; }
    .p-feature__field--item img {
      width: 100%;
      border-bottom-left-radius: 2rem; }
    .p-feature__field--item p {
      color: #595757;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.085rem; }

@media (min-width: 960.5px) {
  .p-feature__gp.vz-02 {
    padding-right: 2.5rem; }
    .p-feature__gp.vz-02 .p-feature__gp--box:first-child {
      order: 1; }
  .p-feature__field.vz-02 .p-feature__field--item:first-child {
    order: 1;
    background: #f6f8f2; }
  .p-feature__field.vz-02 .p-feature__field--item:last-child {
    padding-left: 7rem;
    padding-right: 3rem;
    padding-bottom: 3rem; }
    .p-feature__field.vz-02 .p-feature__field--item:last-child::before {
      content: "";
      position: absolute;
      width: 13.8rem;
      height: 25.7rem;
      background: url(assets/img/icon_feature.png) no-repeat center/cover;
      bottom: -5rem;
      left: -8.2rem;
      top: auto;
      transform: scaleX(-1); }
  .p-feature__field.vz-03 .p-feature__field--item .img {
    padding-bottom: 1rem; }
    .p-feature__field.vz-03 .p-feature__field--item .img img {
      border-radius: 100%;
      width: 18.6rem;
      margin-left: auto;
      margin-right: auto; }
  .p-feature__field.vz-03 .p-feature__field--item:last-child {
    padding-left: 5rem;
    padding-right: 6rem; }
    .p-feature__field.vz-03 .p-feature__field--item:last-child::before {
      right: -5.1rem; }
  .p-feature__field.vz-03 .p-feature__field--item__box {
    padding: 5rem 1.5rem;
    width: calc(100% / 3); }
    .p-feature__field.vz-03 .p-feature__field--item__box h5 {
      color: #d67878;
      font-size: 2.38rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.085rem;
      text-align: center;
      padding-bottom: 1.5rem; }
    .p-feature__field.vz-03 .p-feature__field--item__box p {
      color: #595757;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 190%;
      letter-spacing: 0.085rem;
      text-align: center; }
      .p-feature__field.vz-03 .p-feature__field--item__box p.gp-02 {
        padding-top: 0.9rem; }
    .p-feature__field.vz-03 .p-feature__field--item__box:nth-child(odd) {
      background-color: #fff7f8; }
  .p-feature__block.vz-04::before {
    display: none; }
  .p-feature__block.vz-04 .vz-04-grid {
    gap: 6rem;
    display: flex;
    background: none;
    padding-bottom: 3rem; }
  .p-feature__block.vz-04 .p-feature__card {
    flex: 1;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-01);
    background-color: #ffffff; }
    .p-feature__block.vz-04 .p-feature__card.gp-03 {
      border: 1px solid #d5e4ec; }
    .p-feature__block.vz-04 .p-feature__card--img {
      padding-bottom: 2rem; }
  .p-feature__block.vz-04 .p-feature__card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem; }
  .p-feature__block.vz-04 .p-feature__card--head {
    position: relative;
    padding: 1rem 1.5rem 0.8rem;
    background: var(--color-01);
    color: #fff; }
    .p-feature__block.vz-04 .p-feature__card--head.is-blue {
      --color-01: #9fbbd1;
      background: var(--color-01); }
    .p-feature__block.vz-04 .p-feature__card--head h4 {
      color: #ffffff;
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0.085rem;
      padding-top: 0;
      font-family: "Kosugi Maru", sans-serif;
      padding-left: 20rem; }
      .p-feature__block.vz-04 .p-feature__card--head h4::before {
        left: 10.5rem;
        top: auto;
        bottom: 0.8rem; }
  .p-feature__block.vz-04 .p-feature__card--body {
    padding: 2.5rem 5.5rem 2.5rem 3.5rem; }
    .p-feature__block.vz-04 .p-feature__card--body.gp-05 {
      padding-right: 7.5rem; }
    .p-feature__block.vz-04 .p-feature__card--body h5 {
      color: #97c4c1;
      font-size: 2rem;
      font-weight: bold;
      line-height: 190%;
      letter-spacing: 0.085rem; }
      .p-feature__block.vz-04 .p-feature__card--body h5.gp-04 {
        color: #7196b3; }
    .p-feature__block.vz-04 .p-feature__card--body p {
      color: #595757;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.085rem; }
      .p-feature__block.vz-04 .p-feature__card--body p.gp-06 {
        padding-bottom: 10.5rem; }
      .p-feature__block.vz-04 .p-feature__card--body p.gp-07 {
        padding-bottom: 3rem; }
  .p-feature__block.vz-04 .btns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    .p-feature__block.vz-04 .btns.gp-08 {
      padding-bottom: 3rem; }
    .p-feature__block.vz-04 .btns .p-feature__button a {
      border: 1px solid var(--color-01);
      color: #333333;
      padding: 1rem 2rem;
      border-radius: 1rem;
      transition: 0.3s; }
      .p-feature__block.vz-04 .btns .p-feature__button a::before {
        background: var(--color-01); }
      .p-feature__block.vz-04 .btns .p-feature__button a:hover {
        background: var(--color-01);
        color: #fff; }
        .p-feature__block.vz-04 .btns .p-feature__button a:hover::before {
          background: #ffffff; }

  .container_02 {
    text-align: center;
    padding-top: 7.5rem;
    padding-left: 1rem; }
    .container_02 h5 {
      color: #74b2ae;
      font-size: 2.38rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.085rem;
      font-family: "Kosugi Maru", sans-serif; }
    .container_02 p {
      color: #444444;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 190%;
      letter-spacing: 0.085rem;
      font-family: "Inter", sans-serif; }
    .container_02 li .img {
      padding-bottom: 3rem; }
    .container_02 li:nth-child(1) .img img {
      width: 31rem; }
    .container_02 li:nth-child(2) {
      padding-left: 2rem;
      padding-right: 4rem; }
      .container_02 li:nth-child(2) .img img {
        width: 28rem; }
    .container_02 li:nth-child(3) .img img {
      width: 31rem; } }
.p-feature .p-top-greeting__inner {
  padding-bottom: 1rem; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .p-feature__head::before {
    height: calc(100% + 15rem);
    background-size: 51rem auto, 35rem auto; }

  .container_02 li:nth-child(2) {
    padding-left: 1rem;
    padding-right: 0rem; }

  .p-feature__field.vz-03 .p-feature__field--item__box {
    padding: 5rem 5.5rem; }

  .p-feature__field--item:last-child::before {
    top: 27rem;
    right: 0;
    width: 6.8rem;
    height: 13.7rem; }

  .p-feature__field.vz-03 .p-feature__field--item:last-child::before {
    right: 0; }

  .p-feature__block.vz-04 .p-feature__card--body.gp-05 {
    padding-right: 4.5rem; }

  .p-feature__field--item:last-child {
    padding-top: 2.3rem; }

  .p-feature__field.vz-02 .p-feature__field--item:last-child::before {
    width: 6.8rem;
    height: 13.7rem;
    bottom: -5rem;
    left: 0;
    top: auto;
    transform: scaleX(-1); }

  .p-feature__block.vz-04 .p-feature__card--head h4 {
    padding-left: 16rem; }

  .p-feature__block.vz-04 .p-feature__card--head h4::before {
    left: 8.5rem; }

  .container_02 {
    padding-top: 4.5rem; } }
@media (max-width: 960px) {
  .p-feature__head {
    padding-top: 7.5rem;
    padding-bottom: 6rem; }
    .p-feature__head::before {
      height: calc(100% + 8rem);
      background-size: 18rem auto, 18rem auto;
      background-position: top left -2rem, top right; }
    .p-feature__head::after {
      height: 100%;
      background-position: center top;
      background-size: cover; }
    .p-feature__head .p-title .title-ja::before, .p-feature__head .p-title .title-ja::after {
      display: none; }
  .p-feature__inner {
    margin-bottom: 5rem; }
  .p-feature__block {
    margin-bottom: 4rem; }
    .p-feature__block::before {
      height: calc(100% - 7rem);
      border-radius: 1rem; }
    .p-feature__block.vz-04::before {
      display: none; }
  .p-feature__title--01 {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0.05rem;
    padding-top: 13.8rem;
    margin-bottom: 1.8rem; }
    .p-feature__title--01::before {
      width: 8rem;
      height: 8rem;
      font-size: 4.6rem;
      top: 3rem; }
  .p-feature__title--02 {
    font-size: 1.8rem;
    line-height: 165%;
    letter-spacing: 0.04rem;
    margin-bottom: 1rem; }
  .p-feature__button a {
    max-width: 29rem;
    height: 5.6rem;
    padding: 0.8rem 3rem 0.8rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0.8rem; }
  .p-feature__gp {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    padding: 0 2rem 3rem; }
    .p-feature__gp.vz-02 {
      padding-right: 2rem; }
    .p-feature__gp--box:first-child, .p-feature__gp--box:last-child {
      width: 100%; }
    .p-feature__gp--box:last-child {
      padding-bottom: 0; }
    .p-feature__gp--box img {
      border-radius: 1rem; }
  .p-feature__field {
    flex-direction: column;
    border-radius: 0 0 1rem 1rem; }
    .p-feature__field--item:first-child, .p-feature__field--item:last-child {
      width: 100%; }
      .p-feature__field--item:first-child::before, .p-feature__field--item:last-child::before {
        display: none; }
    .p-feature__field--item:last-child {
      padding: 2.5rem 2rem 3rem; }
    .p-feature__field--item img {
      border-bottom-left-radius: 0;
      border-radius: 0 0 1.5rem 1.5rem; }
    .p-feature__field--item p {
      font-size: 1.5rem;
      line-height: 185%;
      letter-spacing: 0.05rem; }
    .p-feature__field.vz-02 .p-feature__field--item:first-child {
      background: #f6f8f2; }
    .p-feature__field.vz-03 .p-feature__field--item .img {
      padding-bottom: 1.5rem;
      display: flex;
      justify-content: center; }
      .p-feature__field.vz-03 .p-feature__field--item .img img {
        width: 16rem;
        border-radius: 100%; }
    .p-feature__field.vz-03 .p-feature__field--item__box {
      width: calc(100% / 3);
      padding: 3rem 2rem; }
      .p-feature__field.vz-03 .p-feature__field--item__box h5 {
        color: #d67878;
        font-size: 2rem;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0.05rem;
        text-align: center;
        padding-bottom: 1rem; }
      .p-feature__field.vz-03 .p-feature__field--item__box p {
        color: #595757;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 185%;
        letter-spacing: 0.04rem;
        text-align: center; }
        .p-feature__field.vz-03 .p-feature__field--item__box p.gp-02 {
          padding-top: 0.5rem; }
      .p-feature__field.vz-03 .p-feature__field--item__box:nth-child(odd) {
        background-color: #fff7f8; }
    .p-feature__field.vz-04-grid {
      gap: 9rem;
      background: none;
      padding-bottom: 5rem;
      padding-top: 6rem; }
  .p-feature__card {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-01);
    background-color: #ffffff; }
    .p-feature__card.gp-03 {
      border-color: #d5e4ec; }
    .p-feature__card--img {
      padding-bottom: 1.5rem;
      order: 2; }
      .p-feature__card--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem; }
    .p-feature__card--head {
      position: relative;
      padding: 1rem 1.5rem;
      background: var(--color-01);
      color: #fff;
      display: flex;
      flex-direction: column;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
      .p-feature__card--head.is-blue {
        --color-01: #9fbbd1;
        background: var(--color-01); }
      .p-feature__card--head h4 {
        padding-top: 4.8rem;
        padding-left: 0;
        text-align: center; }
        .p-feature__card--head h4::before {
          bottom: auto;
          top: -5.4rem; }
    .p-feature__card--body {
      padding: 2.5rem 2rem; }
      .p-feature__card--body.gp-05 {
        padding-right: 2rem; }
      .p-feature__card--body h5 {
        color: #97c4c1;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 170%;
        letter-spacing: 0.04rem; }
        .p-feature__card--body h5.gp-04 {
          color: #7196b3; }
      .p-feature__card--body p {
        color: #595757;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 185%;
        letter-spacing: 0.04rem; }
        .p-feature__card--body p.gp-06, .p-feature__card--body p.gp-07 {
          padding-bottom: 2rem; }
  .p-feature .btns {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .p-feature .btns.gp-08 {
      padding-bottom: 4rem; }
    .p-feature .btns .p-feature__button a {
      border-color: var(--color-01);
      color: #333333; }
      .p-feature .btns .p-feature__button a::before {
        background: var(--color-01); }

  .container_02 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 0;
    gap: 2rem 0; }
    .container_02 h5 {
      color: #74b2ae;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0.05rem; }
    .container_02 p {
      font-family: "Inter", sans-serif;
      text-align: center; }
    .container_02 ul {
      gap: 2.5rem; }
    .container_02 li {
      width: calc((100% - 2rem) / 2);
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: auto;
      margin-right: auto; }
      .container_02 li .img {
        padding-bottom: 1.5rem; }
        .container_02 li .img img {
          width: 100% !important;
          max-width: 31rem; } }
@media (max-width: 960px) and (max-width: 767px) {
  .p-feature__head {
    padding-top: 6rem;
    padding-bottom: 4.5rem; }
    .p-feature__head::before {
      height: calc(100% + 4rem);
      background-size: 11rem auto, 11rem auto; }
  .p-feature__block {
    margin-bottom: 3rem; }
  .p-feature__gp {
    padding: 0 1.5rem 2.5rem; }
  .p-feature__field--item:last-child {
    padding: 2rem 1.5rem 2.5rem; }
  .p-feature__card--body {
    padding: 2rem 1rem; } }
@media (max-width: 767px) {
  .p-feature__card--body.gp-05 {
    padding-right: 1rem; }
  .p-feature__field.vz-03 .p-feature__field--item__box {
    width: 100%; }

  .p-feature__button a {
    max-width: 15rem; } }
.auto-style-1 {
  margin-bottom: 4.8rem; }

.auto-style-2 {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: .8rem; }

.auto-style-3 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd; }

.auto-style-4 {
  box-sizing: border-box;
  width: calc(100% - 27rem);
  padding: 2rem; }
  @media screen and (max-width: 960px) {
    .auto-style-4 {
      width: 100%; } }

.auto-style-5 {
  margin: 0 0 .6rem;
  font-size: 1.05em;
  font-weight: bold; }

.auto-style-6 {
  margin: 0 0 .8rem;
  font-size: 0.85em;
  line-height: 1.6; }

.auto-style-7 {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.7; }

.auto-style-8 {
  margin: .8rem 0 0;
  font-size: 0.8em;
  line-height: 1.6; }

.auto-style-9 {
  box-sizing: border-box;
  display: flex;
  width: 27rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #f7f7f7;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .auto-style-9 {
      width: 100%; } }

.auto-style-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  text-align: center; }

.auto-style-11 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6rem;
  height: 3.4rem;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 2rem;
  background: #fff;
  text-align: center; }

.auto-style-12 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  transform: translateY(-0.2rem); }

.auto-style-13 {
  display: block;
  margin: .8rem 0 0;
  font-size: 1.15em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap; }

.auto-style-14 {
  display: flex;
  flex-wrap: wrap; }

.auto-style-15 {
  margin: 0 0 .8rem;
  font-size: 0.9em;
  line-height: 1.7; }

/*# sourceMappingURL=style.css.map */
