@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
  outline: none;
  resize: none;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
}
fieldset {
  border: none;
}
:root {
  --font-size-html: 0.521105vw;
  --size-p: max(1.8rem, 14px);
  --size-number: max(4rem, 14px);
}
@media (max-width: 1440px) and (min-width: 961px) {
  :root {
    --font-size-html: 0.694444vw;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  :root {
    --font-size-html: 1.30208vw;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-html: 2.66667vw;
    --size-p: max(1.5rem, 14px);
  }
}
html {
  font-size: var(--font-size-html);
}
body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
  word-break: break-word;
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
}
a {
  transition: color 0.3s ease, opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
a:focus-visible {
  outline: 0.2rem solid #1a73e8;
  outline-offset: 0.2rem;
}
img {
  vertical-align: bottom;
}
p {
  font-size: var(--size-p);
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 960px) {
  p {
    text-align: justify;
    letter-spacing: 0.01em;
  }
}
::selection {
  background-color: #1a73e8;
  color: #fff;
}
.u-hidden {
  display: none;
}
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
.u-pc-only {
  display: none;
}
@media (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-inline-flex {
  display: inline-flex;
}
.d-grid {
  display: grid;
}
.d-inline-grid {
  display: inline-grid;
}
.d-none {
  display: none;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}
.p-text-center {
  text-align: center;
}
@media (min-width: 960.5px) {
  .u-sp {
    display: none;
  }
}
@media (max-width: 960px) {
  .u-pc {
    display: none;
  }
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-xs {
  margin-top: 1rem;
}
.u-mt-sm {
  margin-top: 2rem;
}
.u-mt-md {
  margin-top: 3rem;
}
.u-mt-lg {
  margin-top: 5rem;
}
.u-mt-xl {
  margin-top: 8rem;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-xs {
  margin-bottom: 1rem;
}
.u-mb-sm {
  margin-bottom: 2rem;
}
.u-mb-md {
  margin-bottom: 3rem;
}
.u-mb-lg {
  margin-bottom: 5rem;
}
.u-mb-xl {
  margin-bottom: 8rem;
}
.p-3 {
  padding: 3rem;
}
.mt-10 {
  margin-top: 10rem;
}
.u-pd-lg {
  padding: 5rem;
}
@media (max-width: 960px) {
  .u-pd-lg {
    padding: 3rem;
  }
}
.u-mt-10 {
  margin-top: 10rem;
}
.u-py-md {
  padding: 3rem !important;
}
@media (max-width: 960px) {
  .u-py-md {
    padding: 2rem !important;
  }
}
@media (max-width: 960px) {
  .p-3 {
    padding: 1.5rem;
  }
  .u-mt-10 {
    margin-top: 7rem;
  }
}
.u-ai--center {
  align-items: center;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-sm {
  font-size: 1.4rem;
}
.u-text-xs {
  font-size: 1.2rem;
}
.u-text-lg {
  font-size: 1.8rem;
}
.u-text-bold {
  font-weight: 700;
}
.u-text-muted {
  color: #999;
}
.u-text-primary {
  color: #1a73e8;
}
.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.c-button__img--link {
  max-width: 38.3rem;
  display: inline-block;
}
.c-button__img--link img {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 2rem;
}
.admin-bar .p-header__inner {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .p-header__inner {
    top: 46px;
  }
}
@media (min-width: 960.5px) {
  .admin-bar .p-header__menu--sp {
    top: calc(10.3rem + 32px);
  }
  .admin-bar .c-nav-fix {
    top: calc(50% + 32px);
  }
}
@media (min-width: 960.5px) and (max-width: 782px) {
  .admin-bar .p-header__menu--sp {
    top: calc(10.3rem + 46px);
  }
}
.p-header {
  height: 8.4rem;
  position: relative;
}
.p-header__inner {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  background: #fff;
  transition: all 0.35s;
}
.p-header__right {
  padding-right: 6rem;
}
.p-header__menu {
  margin-right: 2.3rem;
}
.p-header__menu li {
  position: relative;
  padding: 0 3.25rem;
}
@media (min-width: 960.5px) {
  .p-header__menu li.current-menu-parent > a {
    color: #00a2e9;
    font-weight: 600;
  }
  .p-header__menu li.current-menu-parent > a::before {
    background: #00a2e9;
  }
  .p-header__menu li.current-menu-parent > a .current_page_item.current_page_item a[aria-current="page"] {
    color: #00a2e9;
  }
  .p-header__menu li.current-menu-parent > a .current_page_item.current_page_item a[aria-current="page"]::before {
    background-color: #00a2e9;
  }
}
.p-header__menu li a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  text-transform: uppercase;
}
.p-header__menu li a:hover {
  opacity: 1;
  font-weight: 600;
  color: #00a2e9;
}
.p-header__menu li a:hover::before {
  background-color: #32ae4b;
}
.p-header__menu li a[aria-current="page"] {
  color: #00a2e9;
  font-weight: 600;
}
.p-header__menu--sp {
  position: fixed;
  top: 10.3rem;
  background: #ffffff;
  width: 65rem;
  padding: 3rem;
  right: 0;
  transition: all 0.35s;
  z-index: 10;
  height: calc(100vh - 10rem);
  padding-bottom: 10rem;
  overflow-y: auto;
}
.p-header__menu--sp:not(.is-active) {
  right: -65rem;
}
.p-header__menu--title {
  color: #00a2e9;
  font-size: 3rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.p-header__menu--list {
  margin-bottom: 2rem;
  margin-left: 3rem;
}
@media (min-width: 767.5px) {
  .p-header__menu--list li {
    width: calc((100% - 1.501rem) / 2);
  }
  .p-header__menu--list li:not(:nth-child(2n)) {
    margin-right: 1.5rem;
  }
}
.p-header__menu--list li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-header__menu--list li a {
  color: #000;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  display: block;
  position: relative;
  padding-left: 1.5rem;
  transition: all 0.35s;
  text-transform: uppercase;
}
.p-header__menu--list li a::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #00a2e9;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-header__menu--list li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-header__menu--list li.current_page_item.current_page_item a[aria-current="page"], .p-header__menu--list li.current_page_item.current_page_item a.active {
  color: #00a2e9;
  font-weight: 600;
}
.p-header__logo {
  padding-left: 4.6rem;
}
.p-header__logo img {
  width: 31.3rem;
}
.p-header__brand {
  transition: all 0.35s;
}
@media (min-width: 960.5px) {
  .p-header__nav--top {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 2rem;
  }
  .p-header .c-top__button__link {
    width: 18.9rem;
    height: 5.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #00a2e9;
  }
  .p-header .c-top__button__link .item {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
  }
}
.c-hamburger {
  width: 5.55rem;
  height: 5.55rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.7rem 1.1rem;
  cursor: pointer;
  background: #00a2e9;
  border-radius: 1rem;
}
.c-hamburger__line {
  background: #fff;
  display: block;
  height: 1px;
  width: 100%;
  transition: all 0.3s ease;
  transform-origin: center;
}
.c-hamburger__line:nth-child(2) {
  width: 69.697%;
}
.c-hamburger__line:not(:last-child) {
  margin-bottom: 0.8rem;
}
.c-hamburger.active span:first-child {
  transform: translateY(0.9rem) rotate(45deg);
  width: 100%;
}
.c-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.active span:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-45deg);
  width: 100%;
}
@media (min-width: 960.5px) {
  .home .p-header {
    height: auto;
  }
  .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu {
    top: 7.8rem;
  }
  .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu::before {
    height: calc(100% - 2.5rem);
  }
  .home .p-header__inner:not(.active) .p-header__menu--01 li.vz-02 .sub-menu a::before {
    content: unset;
  }
  .home .p-header__inner:not(.active) {
    background: transparent;
    background: rgba(0, 162, 233, 0.5);
  }
  .home .p-header__inner:not(.active) .p-header__logo {
    position: relative;
    overflow: hidden;
  }
  .home .p-header__inner:not(.active) .p-header__menu li a {
    color: #fff;
  }
  .home .p-header__inner:not(.active) .p-header__menu li a::before {
    background: #fff;
  }
  .p-header__menu--01 li.menu-item-object-page > a::before {
    display: none;
    padding-left: 0;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu {
    pointer-events: none;
    position: absolute;
    z-index: 100;
    opacity: 0;
    right: 0;
    padding: 1.5rem;
    left: 0;
    top: 8.9rem;
    transition: all 0.3s ease;
    width: 30rem;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 1.4rem);
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 162, 233, 0.9);
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li {
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li::before {
    content: none;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li:last-child {
    border-width: 0;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-right: 0;
    color: #fff;
    position: relative;
    transition: all 0.35s;
    width: 100%;
    text-align: left;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-mask: url(./images/icon_arrow-02.svg) center / 100% no-repeat;
    mask: url(./images/icon_arrow-02.svg) center / 100% no-repeat;
    background: #fff;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    clip-path: inherit;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li a:hover {
    opacity: 0.8;
  }
  .p-header__menu--01 li.menu-item-object-page .sub-menu li a .menu-image-title {
    padding-left: 0;
    font-weight: 700;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-03 {
    position: initial;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-03 .sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 111rem;
    margin: 0 auto;
    left: 0;
    top: 8.9rem;
    padding: 5rem !important;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-03 .sub-menu li {
    width: calc((100% - 6.001rem) / 3);
    margin-right: 3rem;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-03 .sub-menu li:nth-child(3n) {
    margin-right: 0;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-03 .sub-menu li:last-child {
    border-width: 1px;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 {
    position: initial;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 a::before {
    display: none;
    padding-left: 0;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 li {
    border-bottom: 0 solid #fff !important;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02.vz-06 .sub-menu {
    row-gap: 1.8rem;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02.vz-06 .sub-menu li {
    width: calc((100% - 8.001rem) / 5);
    margin-right: 2rem;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02.vz-06 .sub-menu li:nth-child(3n) {
    margin-right: 2rem;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02.vz-06 .sub-menu li:nth-child(5n) {
    margin-right: 0;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 111rem;
    margin: 0 auto;
    top: 7.8rem;
    left: 0;
    padding: 5rem !important;
    overflow: hidden;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu img {
    transition: 0.6s ease;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 0;
    display: block;
    aspect-ratio: 1.65;
    object-fit: cover;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu li {
    width: calc((100% - 6.001rem) / 3);
    margin-right: 3rem;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu li:nth-child(3n) {
    margin-right: 0;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu li:last-child {
    border-width: 1px;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu li a {
    padding: 0;
  }
  .p-header__menu--01 li.menu-item-object-page.vz-02 .sub-menu li a::before {
    content: none;
  }
  .p-header__menu--01 li.menu-item-object-page:not(.vz-02, .menu-item-type-custom):hover > a {
    color: #00a2e9;
    font-weight: 600;
  }
  .p-header__menu--01 li.menu-item-object-page:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 0.8rem 0 0;
  }
  .p-header__menu--01 li.menu-item-object-page:hover.menu-item-has-children > a::before {
    opacity: 1;
  }
}
@media (min-width: 960.5px) and (max-width: 1440px) and (min-width: 960.5px) {
  .p-header__menu--01 li.menu-item-object-page.vz-03 .sub-menu {
    top: 8.9rem;
  }
}
@media (max-width: 960px) {
  .p-header {
    height: 7.3rem;
  }
  .p-header__logo {
    padding-left: 0;
  }
  .p-header__right {
    padding-right: 0;
  }
  .p-header__inner {
    padding: 0 1.5rem;
  }
  .p-header__logo img {
    width: 28rem;
  }
  .p-header__menu, .p-header__contact {
    display: none;
  }
  .p-header__menu--sp {
    top: 7.8rem;
  }
}
@media (max-width: 767px) {
  .p-header__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-header__menu--sp {
    top: 6.1rem;
    width: 100%;
    padding: 1.5rem 1.5rem 6rem;
  }
  .p-header__logo img {
    max-width: 20rem;
  }
  .p-header__menu--list {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
.c-banner__floatding {
  position: fixed;
  bottom: 13rem;
  right: 8rem;
  z-index: 10;
}
.c-banner__floatding--close {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  background: #e2a74f;
  position: absolute;
  top: -1.5rem;
  right: -1rem;
  cursor: pointer;
  z-index: 1;
}
.c-banner__floatding--close::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-mask: url(images/icon-close.svg) center / 100% no-repeat;
  mask: url(images/icon-close.svg) center / 100% no-repeat;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-banner__floatding-link img {
  width: 32.8rem;
}
.c-banner__floatding-link:hover {
  opacity: 0.85;
}
.c-banner__floatding.active {
  display: none;
}
.c-top__location-txt {
  padding-left: 2rem;
  color: #000;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0;
  background-size: 1.4rem;
}
.l-footer__inner {
  padding: 8rem 0 7rem;
  background: url(images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
.p-footer__maps {
  background: #ccc;
  width: 100%;
  height: 45rem;
  position: relative;
  z-index: 0;
}
.p-footer__maps iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0;
}
.p-footer__info {
  width: 69rem;
}
.p-footer__info .c-top__location-txt {
  margin-bottom: 2rem;
}
.p-footer__info .c-tel__btn {
  margin-bottom: 2rem;
}
.p-footer__logo img {
  width: 29rem;
}
.p-footer__nav {
  width: calc(100% - 69rem);
  gap: 3rem;
}
.p-footer__brand {
  margin-bottom: 1.8rem;
}
.p-footer__menu {
  gap: 1.1rem;
}
.p-footer__menu li a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.2rem;
}
.p-footer__menu li a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 1.3rem;
  left: 0;
  background: #00a2e9;
  border-radius: 100%;
}
.p-footer__menu.vz-02 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
}
.p-footer__bottom {
  background: #00a2e9;
  padding: 1.6rem;
}
.p-footer__credit {
  margin-right: 2rem;
}
.p-footer__credit img {
  width: 19rem;
}
.p-footer__copy {
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 960.5px) {
  .c-nav-fix__item--access {
    display: none;
  }
}
@media (min-width: 960.5px) and (max-width: 1440px) {
  .c-banner__floatding {
    bottom: 11rem;
  }
}
@media (max-width: 960px) {
  .c-nav-fix {
    top: auto;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 60;
    border-top: #fff solid 1px;
  }
  .c-nav-fix li {
    width: calc(100% / 3);
  }
  .c-nav-fix__tel a .item {
    background-position: center top 1rem;
  }
  .c-nav-fix .c-nav-fix__btn a {
    width: 100%;
    height: 6rem;
    -webkit-mask-image: initial;
    mask-image: initial;
  }
  .c-nav-fix .c-nav-fix__btn a::before {
    content: none;
  }
  .c-nav-fix .c-nav-fix__btn a .item {
    justify-content: center;
    padding: 0.5rem;
    align-items: flex-end;
  }
  .c-nav-fix .c-nav-fix__btn a .item br {
    display: none;
  }
  .c-nav-fix .c-nav-fix__btn.c-nav-fix__web a span {
    padding: 0.5rem;
    background-position: center top 1rem;
  }
  .c-nav-fix .c-nav-fix__btn.c-nav-fix__access a .item {
    position: relative;
  }
  .c-nav-fix .c-nav-fix__btn.c-nav-fix__access a .item::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.8rem;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask: url(images/location-icon01.svg) center / 100% no-repeat;
    mask: url(images/location-icon01.svg) center / 100% no-repeat;
    background: #fff;
  }
  .c-banner__floatding {
    bottom: 7rem;
  }
  .c-banner__floatding-link img {
    width: 28rem;
  }
  .p-footer__info {
    width: 100%;
  }
  .p-footer__info-cont {
    padding-left: 0;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__btn-gp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .p-footer__maps {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .p-footer__credit {
    margin-right: 0;
  }
  .p-footer__btn-gp {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
[class^="grid-"], [class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-grid-1440 {
  max-width: 147rem;
}
.l-grid-1200 {
  max-width: 123rem;
}
.l-main {
  position: relative;
}
.l-container {
  width: 100%;
  position: relative;
}
.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}
.wow_custom.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.wow_custom.show.wow_vz_02 {
  animation: fade_in_0 500ms 500ms linear;
  animation-fill-mode: forwards;
}
.wow_custom.show.wow_vz_03 {
  animation: fade_in_0 500ms 1000ms linear;
  animation-fill-mode: forwards;
}
.wow_custom.show.wow_vz_04 {
  animation: fade_in_0 500ms 1500ms linear;
  animation-fill-mode: forwards;
}
.wow_custom.show.wow_vz_05 {
  animation: fade_in_0 500ms 2000ms linear;
  animation-fill-mode: forwards;
}
.anchor_fixtop, .u-anchor-offset {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden;
}
@media (max-width: 960px) {
  .anchor_fixtop, .u-anchor-offset {
    top: -8rem;
  }
}
.l-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.l-grid--2 {
  grid-template-columns: 1fr 40rem;
}
.l-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.l-grid--4 {
  grid-template-columns: 1fr 30rem;
}
.l-grid--5 {
  grid-template-columns: 1fr 30rem;
}
.l-grid--reverse {
  direction: rtl;
}
.l-grid--reverse .l-grid__inner {
  direction: ltr;
}
@media (max-width: 960px) {
  .l-grid {
    gap: 1.5rem;
  }
  .l-grid__inner:first-child {
    order: 2;
  }
  .l-grid__inner:last-child {
    order: 1;
  }
  .l-grid--2 {
    grid-template-columns: 1fr;
  }
  .l-grid--3 {
    gap: 3rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-grid--sp3 {
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-grid--4 {
    grid-template-columns: 1fr;
  }
  .l-grid--4 .l-grid__inner:first-child {
    order: -1;
  }
  .l-grid--5 {
    grid-template-columns: 1fr;
  }
  .l-grid--5 .l-grid__inner:first-child {
    order: -1;
  }
}
@media (max-width: 960px) and (max-width: 767px) {
  .l-grid--3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.languege {
  position: fixed;
  right: -13rem;
  top: 38%;
  width: 21rem;
  z-index: 999;
  padding-left: 8rem;
  transition: all 0.35s ease;
}
.languege.active {
  right: 0;
}
.languege .languege-click {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  background: url("images/language.svg") center / 100% no-repeat;
}
.languege ul li {
  background-color: #fff;
  transition: all 0.35s ease;
}
.languege ul li.current-lang {
  background-color: #f99409;
}
.languege ul li.current-lang a {
  color: #fff;
}
.languege ul li:hover {
  background-color: #f99409;
}
.languege ul li:hover a {
  color: #fff;
  background-color: #f99409;
}
.languege ul li:not(:first-child) {
  margin-top: 1rem;
}
.languege ul li a {
  display: block;
  padding: 0.8rem 1rem 0.9rem;
  font-size: var(--size-p);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}
/* 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-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .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-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}
.slick-slider.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* RTL handling stays at top level to match original specificity */
[dir="rtl"] .slick-slide {
  float: right;
}
/* Arrow hidden state */
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  transition: transform 0.4s linear;
  /* Chuyển động tuyến tính */
}
.slick-list {
  overflow: hidden;
  /* Ẩn các phần slide bên ngoài */
}
.slick-track {
  display: flex;
}
:root {
  --main-color: #00a2e9;
  --main-color-light: rgba(41, 118, 186, 0.07);
  --main-color--title: #00a2e9;
  --main-color--title-page: #00a2e9;
  --main-color-white: #ffffff;
  --size-top: max(6rem, 20px);
  --size-v1: max(3.8rem, 20px);
  --size-v2: max(2.5rem, 18px);
  --size-v3: max(2.2rem, 18px);
  --size-v4: max(1.8rem, 16px);
  --letter-spacing-default: 0.05rem;
  --font-default: "Noto Sans JP", sans-serif;
  --font-family-heading: $f1;
}
@media (max-width: 960px) {
  :root {
    --size-top: max(3rem, 16px);
    --size-v1: max(2.5rem, 16px);
    --size-v2: max(1.8rem, 16px);
    --size-v3: max(1.7rem, 15px);
    --size-v4: max(1.6rem, 15px);
  }
}
.c-heading {
  position: relative;
}
.c-heading--top, .c-heading--top__v2 {
  position: relative;
  font-size: var(--size-top);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  font-weight: 600;
  -webkit-text-stroke: 1.2rem var(--main-color-white);
  paint-order: stroke fill;
  margin-bottom: 3.5rem;
  position: relative;
}
.c-heading--top::before, .c-heading--top__v2::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  background: var(--main-color--title);
}
.c-heading--top.vz-02, .vz-02.c-heading--top__v2 {
  text-align: center;
}
.c-heading--top.vz-02::before, .vz-02.c-heading--top__v2::before {
  left: 50%;
  transform: translateX(-50%);
}
.c-heading--top__v2 {
  color: #00a2e9;
}
.c-heading--top__v2::before {
  background: #00a2e9;
}
.c-heading--page {
  position: relative;
  font-size: var(--size-top);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1rem 0;
  color: var(--main-color--title);
  font-family: var(--font-family-heading);
  font-weight: 600;
  -webkit-text-stroke: 1.2rem var(--main-color-white);
  paint-order: stroke fill;
  margin-bottom: 3.5rem;
  position: relative;
}
.c-heading--page::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  background: var(--main-color--title);
}
.c-heading--lv1, .c-heading--lv1__v2 {
  position: relative;
  font-size: var(--size-v1);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 2rem 0;
  color: var(--main-color--title-page);
  font-family: var(--font-family-heading);
  text-align: center;
  font-weight: 600;
  margin-bottom: 4rem;
}
.c-heading--lv1::before, .c-heading--lv1__v2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 7rem;
  height: 1.2rem;
  transform: translateX(-50%);
  border-bottom: 6px dotted var(--main-color);
}
.c-heading--lv1__v2 {
  text-align: left;
  line-height: 150%;
  margin-bottom: 0;
  padding-block: 0;
  padding-left: 2rem;
  font-size: var(--size-v2);
  border-left: 0.6rem solid var(--main-color--title);
}
.c-heading--lv1__v2::after, .c-heading--lv1__v2::before {
  content: none;
}
@media (max-width: 960px) {
  .c-heading--lv1, .c-heading--lv1__v2 {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  .c-heading--lv1::before, .c-heading--lv1__v2::before {
    width: 6rem;
  }
  .c-heading--lv1__v2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.c-heading--lv2, .c-heading--lv2-alt {
  position: relative;
  font-size: var(--size-v2);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 1.5rem 2rem;
  color: var(--main-color-white);
  font-family: var(--font-family-heading);
  background: var(--main-color);
  width: calc(100% - 1.2rem);
  border: 1px dashed var(--main-color-white);
  outline: 0.6rem solid var(--main-color);
  left: 0.6rem;
  font-weight: 600;
}
@media (max-width: 960px) {
  .c-heading--lv2, .c-heading--lv2-alt {
    padding: 1rem 1.5rem;
    text-align: justify;
  }
}
.c-heading--lv2-alt {
  background: transparent;
  color: var(--main-color);
  border: 0;
  outline: 0;
  padding: 0 5rem 0 0;
  width: 100%;
  letter-spacing: 0.2rem;
  left: 0;
}
.c-heading--lv3 {
  position: relative;
  font-size: var(--size-v3);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  color: var(--main-color);
  font-family: var(--font-family-heading);
}
.c-heading--lv3::before, .c-heading--lv3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  background: var(--main-color);
}
.c-heading--lv3::before {
  width: 10%;
  z-index: 2;
}
.c-heading--lv3::after {
  width: 100%;
  opacity: 0.1;
}
.c-heading--lv4 {
  position: relative;
  font-size: var(--size-v4);
  letter-spacing: var(--letter-spacing-default);
  line-height: 1.4;
  padding: 0 0 0 2.5rem;
  color: var(--main-color);
  font-family: var(--font-family-heading);
  text-align: justify;
}
.c-heading--lv4.vs-01 {
  font-size: var(--size-v1);
  padding-left: 3.5rem;
}
.c-heading--lv4.vs-01::before {
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 1.2rem;
}
@media (max-width: 960px) {
  .c-heading--lv4.vs-01 {
    padding-left: 2.5rem;
    margin-bottom: 0 !important;
  }
  .c-heading--lv4.vs-01::before {
    width: 1.8rem;
    height: 1.8rem;
    left: 0;
    top: 0.5rem;
  }
}
.c-heading--lv4::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0.5rem;
  background: var(--main-color);
}
.c-pagetop {
  position: fixed;
  bottom: 3.5rem;
  right: 2rem;
  width: 10.8rem;
  height: 10.8rem;
  opacity: 0;
  border: 0;
  background: url(images/page-top.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 50;
}
.c-pagetop.show {
  opacity: 1;
}
.c-pagetop.show:hover {
  opacity: 0.8;
}
@media (max-width: 1440px) and (min-width: 960.5px) {
  .c-pagetop {
    bottom: 1.5rem;
    width: 9.8rem;
    height: 9.8rem;
  }
}
@media (max-width: 960px) {
  .c-pagetop {
    right: 1.5rem;
    bottom: 7rem;
    width: 5rem;
    height: 5rem;
    position: fixed;
  }
  .c-pagetop.fixed {
    bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .c-pagetop {
    bottom: 11rem;
  }
}
.c-top__button a, .c-top__button button, .c-top__button input[type="submit"] {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.2rem;
  width: 100%;
  max-width: 30rem;
  padding: 2.5rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  background: #00a2e9;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.c-top__button a::before, .c-top__button button::before, .c-top__button input[type="submit"]::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  mask: url(images/arrow-right.svg) no-repeat center;
  -webkit-mask: url(images/arrow-right.svg) no-repeat center;
  mask-size: contain;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  transition: all 0.35s;
}
.c-top__button a:hover, .c-top__button button:hover, .c-top__button input[type="submit"]:hover {
  transform: translateY(-0.2rem);
  background-color: #008dcb;
  color: #fff;
  opacity: 1;
}
.c-top__button a:hover::before, .c-top__button button:hover::before, .c-top__button input[type="submit"]:hover::before {
  background: #fff;
}
.c-top__button.vz-02 a {
  background: #32ae4b;
}
.c-top__button.vz-02 a:hover {
  background-color: #2e8b57;
}
.c-top__button.vz-center a, .c-top__button.vz-center button, .c-top__button.vz-center input[type="submit"] {
  margin: 0 auto;
}
.c-menu__medical--list {
  margin-bottom: 3rem;
}
.c-menu__medical--list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-menu__medical--list li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  color: #00a2e9;
  position: relative;
  display: block;
  letter-spacing: 0;
  height: 100%;
  transition: all 0.35s;
  padding: 1rem;
  background: rgba(161, 222, 242, 0.2);
  border: #00a2e9 solid 1px;
}
.c-menu__medical--list li a:hover {
  font-weight: bold;
}
.c-menu__medical--list li.current_page_item a {
  background: #32ae4b;
  color: #fff;
}
@media (max-width: 960px) {
  .no_scroll {
    overflow: hidden;
  }
  .c-menu__medical--list li a {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-menu__medical--list ul {
    gap: 1rem;
  }
  .c-menu__medical--list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 0;
    bottom: 0;
  }
}
.c-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  display: none;
}
.c-breadcrumb__list {
  display: inline;
  gap: 0;
}
.c-breadcrumb__item {
  display: inline;
  position: relative;
  text-transform: uppercase;
}
.c-breadcrumb__item:not(:last-child) {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 49%;
  width: 0.8rem;
  aspect-ratio: 1;
  transform: translateY(-47%) rotate(45deg);
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
}
.c-breadcrumb__link {
  color: #000;
}
.c-breadcrumb__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.c-breadcrumb__current {
  color: #999;
}
.c-breadcrumb__link, .c-breadcrumb__current {
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05rem;
}
.c-table {
  font-size: var(--size-p);
  color: #000;
  line-height: 185%;
  letter-spacing: 0.05rem;
}
.c-table--01 {
  border-top: 1px dashed #dddddd;
}
@media (max-width: 960px) {
  .c-table--01 {
    border-top: 0px dashed #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
.c-table--01 .c-table__row {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px dashed #dddddd;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__row {
    grid-template-columns: 11rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 0;
  }
  .c-table--01 .c-table__row:nth-child(odd) {
    background: #efefef;
  }
}
.c-table--01 .c-table__head {
  font-weight: 600;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__head {
    padding-left: 1rem;
  }
}
.c-table--01 .c-table__body {
  font-weight: 500;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__body {
    padding-right: 1rem;
  }
}
@media (max-width: 960px) {
  .c-table--01__spfull .c-table__row {
    grid-template-columns: 1fr;
  }
  .c-table--01__spfull .c-table__row:nth-child(odd) {
    background: transparent;
  }
  .c-table--01__spfull .c-table__head {
    padding: 1.5rem 2rem;
    background-color: var(--main-color-light);
  }
  .c-table--01__spfull .c-table__head br {
    display: none;
  }
  .c-table--01__spfull .c-table__body {
    padding-right: 0;
  }
  .c-table--01__spfull .c-list {
    margin: 0.5rem 0 0 0;
    padding: 0;
    gap: 0;
    background-color: transparent;
  }
}
.c-table--recruit {
  border-top: 0 !important;
  padding-top: 1rem !important;
}
.c-table--02 {
  border-top: 0px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.c-table--02 .c-table__row {
  grid-template-columns: 22rem 1fr;
  border-bottom: 0px dashed #dddddd;
}
.c-table--02 .c-table__row:nth-child(odd) {
  background-color: var(--main-color-light);
}
.c-table--02 .c-table__head {
  padding-left: 2rem;
}
@media (max-width: 960px) {
  .c-table--02 .c-table__row {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .c-table--02 .c-table__row .c-table__body, .c-table--02 .c-table__row .c-table__head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-table--compare {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table--compare .c-table__head, .c-table--compare .c-table__data {
  border: 1px solid #e5e5e5;
  padding: 1.5rem 2rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
@media (max-width: 960px) {
  .c-table--compare .c-table__head, .c-table--compare .c-table__data {
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
  }
}
.c-table--compare .c-table__row--head .c-table__head {
  background: #f5f5f5;
  font-weight: 600;
}
.c-table--compare .c-table__row--head .c-table__head:first-child {
  width: 25%;
}
@media (max-width: 960px) {
  .c-table--compare .c-table__row--head .c-table__head:first-child {
    width: 30%;
  }
}
.c-table--schedule {
  border-top: 1px solid #e5e5e5;
}
.c-table--schedule .c-table__row {
  display: grid;
  grid-template-columns: 26rem repeat(7, 1fr);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 960px) {
  .c-table--schedule .c-table__row {
    grid-template-columns: 10rem repeat(7, 1fr);
  }
}
.c-table--schedule .c-table__row--head {
  background: #f5f5f5;
  font-weight: 600;
}
.c-table--schedule .c-table__head, .c-table--schedule .c-table__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
}
.c-table--schedule .c-table__head:first-child, .c-table--schedule .c-table__body:first-child {
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 960px) {
  .c-table--schedule .c-table__head, .c-table--schedule .c-table__body {
    padding: 0.5rem;
    line-height: 150%;
  }
}
.c-table--schedule .c-table__head {
  text-align: center;
}
.c-schedule-table {
  margin-bottom: 1.3rem;
}
.c-schedule-table .row {
  display: flex;
  position: relative;
  padding: 1.15rem 0px;
}
.c-schedule-table .row::before {
  content: "";
  position: absolute;
  width: calc(100% - 1.6rem);
  height: 1px;
  background: #a1def2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-schedule-table .row:first-child {
  background: #a1def2;
  border-bottom: 0;
  border-radius: 2rem;
  padding: 0.65rem 0;
}
.c-schedule-table .row:first-child::before {
  content: none;
}
.c-schedule-table .row:first-child .col {
  color: #3a82b3;
}
.c-schedule-table .row .col {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  width: calc((100% - 20.2rem) / 6);
  position: relative;
}
.c-schedule-table .row .col:first-child {
  width: 14.2rem;
  padding-left: 1.5rem;
}
.c-schedule-table .row .col:last-child {
  width: 6rem;
}
.c-schedule-table .row .col-02 {
  color: #3a82b3;
}
.c-schedule-table .row .col-desc {
  position: absolute;
  color: #454545;
  font-size: 1.6rem;
  width: 105%;
  bottom: -1.6rem;
  left: -2rem;
}
@media (max-width: 960px) {
  .c-schedule-table .row .col {
    font-size: 1.5rem;
    width: calc((100% - 14rem) / 6);
  }
  .c-schedule-table .row .col:first-child {
    width: 10rem;
  }
  .c-schedule-table .row .col:last-child {
    width: 4rem;
  }
  .c-schedule-table .row .col-desc {
    width: 168%;
    bottom: 0;
    font-size: 1.4rem;
  }
  .c-schedule-table .row:first-child .col:first-child {
    padding-left: 1rem;
  }
}
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 2.6666666667;
  overflow: hidden;
  padding: 2rem;
}
.c-map iframe {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
.c-map::before, .c-map::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
}
.c-map::before {
  left: 0;
  top: 0;
  border-left: 0.2rem solid var(--main-color);
  border-top: 0.2rem solid var(--main-color);
}
.c-map::after {
  right: 0;
  bottom: 0;
  border-right: 0.2rem solid var(--main-color);
  border-bottom: 0.2rem solid var(--main-color);
}
@media (max-width: 960px) {
  .c-map {
    aspect-ratio: 1.1428571429;
    padding: 1rem;
  }
  .c-map::before, .c-map::after {
    width: 4rem;
    height: 4rem;
  }
}
.c-list {
  list-style: none;
  background-color: var(--main-color-light);
  border-radius: 0.8rem;
  padding: 2rem;
  margin: 1rem 0;
}
.c-list li {
  position: relative;
  line-height: 1.8;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 185%;
  letter-spacing: 0.05rem;
}
@media (max-width: 960px) {
  .c-list {
    padding: 1.3rem;
  }
}
.c-list--dot .c-list__item {
  padding-left: 1.6rem;
}
.c-list--dot .c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-list--bg {
  padding: 0;
  background-color: transparent;
}
.c-list--bg li {
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: var(--main-color-light);
}
.c-list--check .c-list__item {
  padding-left: 2rem;
}
.c-list--check .c-list__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00a2e9;
}
.c-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem;
}
@media (max-width: 960px) {
  .c-list--2col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1rem;
}
@media (max-width: 960px) {
  .c-list--3col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page-banner__content {
  position: relative;
  width: 100%;
  z-index: 0;
}
.p-page-banner__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 177, 156, 0.1);
  z-index: 1;
}
.p-page-banner__image {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .p-page-banner__image {
    height: 45rem;
  }
}
.p-page-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30rem;
  padding: 2rem;
  z-index: 2;
  text-shadow: 0.3rem 0.3rem 0.4rem #000;
  background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #00a2e9 30%, #00a2e9 70%, rgba(166, 161, 138, 0) 100%);
}
@media (min-width: 1024px) {
  .p-page-banner__title {
    min-width: 35rem;
    padding: 1.5rem 5rem;
  }
}
.p-page-banner__title .ja {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .p-page-banner__title .ja {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.c-news__list {
  margin-bottom: 6rem;
  width: 100%;
}
.c-news__main {
  width: calc(100% - 30rem);
}
.c-news__sidebar {
  width: 30rem;
  padding-left: 5rem;
}
.c-news__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-news__pagination .wp-pagenavi span, .c-news__pagination .wp-pagenavi a {
  height: 4rem;
  min-width: 4rem;
  border: 0.1rem solid #00a2e9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.55rem;
  color: #00a2e9;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.35s ease;
}
.c-news__pagination .wp-pagenavi a:hover, .c-news__pagination .wp-pagenavi .current {
  background: #00a2e9;
  color: #fff;
}
.c-news__archive {
  border: #00a2e9 solid 0.1rem;
  margin-bottom: 3rem;
}
.c-news__archive:last-child {
  margin-bottom: 0;
}
.c-news__archive-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #00a2e9;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}
.c-news__archive-title::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  content: "";
  border-top: 0.1rem solid #FFFFFF;
  border-right: 0.1rem solid #FFFFFF;
  transition: all 0.35s;
}
.c-news__archive-title.active::before {
  transform: translateY(-50%) rotate(315deg);
}
.c-news__archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto;
}
.p-news__item {
  padding: 2rem 0;
  transition: background-color 0.3s ease;
  background: rgba(0, 162, 233, 0.2);
  margin-bottom: 1.5rem;
}
.p-news__item:nth-child(odd) {
  background: #00a2e9;
}
.p-news__item:nth-child(odd) .p-news__date, .p-news__item:nth-child(odd) .p-news__title {
  color: #fff;
}
.p-news__item:last-child {
  margin-bottom: 0;
}
.p-news__item:hover {
  background: rgba(0, 162, 233, 0.5);
}
.p-news__item:hover .p-news__date, .p-news__item:hover .p-news__title {
  color: #171717;
}
.p-news__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
.p-news__link:hover {
  color: #0073aa;
}
.p-news__date {
  display: inline-block;
  min-width: 13rem;
  font-size: 1.8rem;
  color: #171717;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.1rem;
}
.p-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #171717;
  word-break: break-word;
  padding-right: 2rem;
}
.p-news__archive-item {
  border-bottom: #00a2e9 solid 1px;
}
.p-news__archive-item a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  display: block;
  padding: 1.3rem 0;
  transition: all 0.35s;
}
.p-news__archive-item a:hover {
  color: #00a2e9;
}
.p-news__archive-item:last-child {
  border-bottom: 0;
}
.p-single__header {
  background: rgba(0, 162, 233, 0.1);
  padding: 3rem;
}
.p-single__title {
  font-size: 3.2rem;
  color: #00a2e9;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2rem;
}
.p-single__date {
  font-size: 1.6rem;
  color: #00a2e9;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.3rem;
}
.p-single__content {
  padding: 4rem 0;
}
.p-single__content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 2.8rem;
  color: #171717;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
}
.p-single__content h2 {
  font-size: 2.6rem;
}
.p-single__content h3 {
  font-size: 2.4rem;
}
.p-single__content h4 {
  font-size: 2.2rem;
}
.p-single__content h5 {
  font-size: 2rem;
}
.p-single__content h6 {
  font-size: 1.8rem;
}
.p-single__content blockquote {
  background-color: #eeeeee;
  padding: 4rem;
}
.p-single__content blockquote p:last-child {
  margin-bottom: 0;
}
.p-single__content :is(p, td, li, th, blockquote, a) {
  font-size: 1.8rem;
  color: #171717;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
}
.p-single__content a {
  color: #0073aa;
  text-decoration: underline;
}
.p-single__content ul, .p-single__content ol {
  list-style: disc;
  margin-left: 2.2rem;
  margin-bottom: 2.5rem;
}
.p-single__content ol {
  list-style: numbered;
}
.p-single__content li {
  margin-bottom: 0;
}
.p-single__content li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-single__content hr {
  border: none;
  border-top: 0.1rem solid #cccccc;
  margin: 2rem 0;
}
.p-single-nav {
  margin-top: 5rem;
}
.p-single-nav__list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.p-single-nav__link {
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6.5rem;
  font-size: 1.6rem;
  color: #ffffff;
  border: 0.1rem solid #00a2e9;
  border-radius: 3.3rem;
  background: #00a2e9;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.p-single-nav__link.p-single-nav__link--disabled {
  opacity: 0.5;
}
.p-single__footer {
  margin-bottom: 10rem;
}
@media (max-width: 960px) {
  .c-news__main {
    width: 100%;
    margin-bottom: 6rem;
  }
  .c-news__sidebar {
    padding-left: 0;
    width: 100%;
  }
  .p-news__date {
    font-size: 1.5rem;
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 0;
  }
  .p-news__title {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-news__link {
    gap: 0;
  }
  .p-news__archive-item a {
    font-size: 1.5rem;
  }
}
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote, a) {
    font-size: 1.5rem;
    line-height: 185%;
  }
  .p-single__content h1 {
    font-size: 2.6rem;
  }
  .p-single__content h2 {
    font-size: 2.4rem;
  }
  .p-single__content h3 {
    font-size: 2.2rem;
  }
  .p-single__content h4 {
    font-size: 2rem;
  }
  .p-single__content h5 {
    font-size: 1.8rem;
  }
  .p-single__content h6 {
    font-size: 1.6rem;
  }
  .p-single__content blockquote {
    padding: 1.5rem;
  }
  .p-single__date {
    font-size: 1.5rem;
  }
  .p-single__title {
    font-size: 2rem;
  }
  .p-single-nav {
    margin-top: 0;
  }
  .p-single-nav__link {
    width: 20rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-single__header {
    padding: 1rem;
  }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .p-single-nav__link {
    width: 100%;
  }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2);
  }
  .p-single-nav__item.p-single-nav__item--back {
    order: 1;
    width: 100%;
  }
}
.p-mv {
  position: relative;
  overflow: hidden;
  position: relative;
}
.p-mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-mv__inner {
  position: relative;
}
.p-mv__visual img {
  display: block;
  width: 100%;
}
@media (min-width: 144rem) {
  .p-mv__visual img {
    height: 100vh;
    object-fit: cover;
  }
}
@media (max-width: 960px) {
  .p-mv__visual img {
    height: 40rem;
    object-fit: cover;
  }
}
.p-mv-cont {
  position: absolute;
  top: 24rem;
  right: 21.5rem;
  z-index: 3;
  text-align: center;
  flex-flow: column;
}
.p-mv-cont h2 {
  color: #454545;
  font-size: 5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  -webkit-text-stroke: 1rem #fff;
  paint-order: stroke fill;
  margin-bottom: 1.2rem;
}
.p-mv-cont p {
  color: #454545;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  background: #eef7ff;
  border-radius: 5.2rem;
  padding: 1rem 2.5rem;
  position: relative;
  z-index: 0;
}
.p-hero-copy {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 960.5px) {
  .p-hero-copy {
    top: 58.5%;
  }
}
.p-hero-copy__inner {
  width: calc(100% - 3rem);
  max-width: 162rem;
  margin-inline: auto;
}
.p-hero-copy__content {
  width: 100%;
}
.p-hero-copy__title {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  display: inline-block;
  color: #0054a6;
  text-shadow: 0 3px 3px #fff;
  padding-bottom: 2rem;
}
@media (min-width: 960.5px) {
  .p-hero-copy__title {
    font-size: 8rem;
  }
}
.p-hero-copy__image {
  padding-top: 3.2rem;
  margin-bottom: -4rem;
  filter: brightness(0) saturate(100%) invert(54%) sepia(88%) saturate(478%) hue-rotate(57deg) brightness(92%) contrast(92%);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease, transform 1s ease;
}
.p-hero-copy__image.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-hero-copy__text {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}
@media (min-width: 960.5px) {
  .p-hero-copy__text {
    font-size: 2.2rem;
    text-shadow: 0.2rem 0.1rem 0.3rem #454545;
  }
}
.js-text-animation {
  overflow: hidden;
}
.c-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.c-letter.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-feature {
  position: relative;
  padding-block: 12.5rem;
  background: rgba(239, 252, 254, 0.4);
  z-index: 0;
}
.p-feature__heading {
  margin-bottom: 14.8rem;
}
.p-feature__list {
  display: flex;
  flex-direction: column;
  gap: 12.5rem;
}
.p-feature__item {
  position: relative;
  display: flex;
}
.p-feature__item--reverse {
  flex-direction: row-reverse;
}
.p-feature__item--reverse .p-feature__content {
  padding-left: 0;
}
@media (min-width: 960.5px) {
  .p-feature__item--reverse .p-feature__content {
    padding-right: 6rem;
  }
}
.p-feature__item--reverse .p-feature__media::before {
  background: #00a2e9;
  background: linear-gradient(90deg, #39b54a 0%, #22b573 22%, #2aa7d6 45%, #0078c2 75%, #005fae 100%);
}
.p-feature__media {
  position: relative;
  overflow: hidden;
  width: 75rem;
  width: 50%;
  padding: 1.8rem;
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
  z-index: 0;
}
.p-feature__media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #32ae4b;
  background: linear-gradient(90deg, #005fae 0%, #0078c2 25%, #2aa7d6 55%, #22b573 78%, #39b54a 100%);
}
.p-feature__image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8.5rem;
  border-bottom-right-radius: 8.5rem;
  border: 1px solid #fff;
  aspect-ratio: 1.4545454545;
}
.p-feature__image img {
  display: block;
}
.p-feature__image-v2 {
  width: 50%;
  object-fit: cover;
}
.p-feature__images {
  padding: 1rem;
  background: #fff;
}
.p-feature__content {
  position: relative;
  width: calc(100% - 50%);
  padding-top: 6.5rem;
  padding-top: 0;
  padding-left: 6rem;
}
.p-feature__title {
  margin-bottom: 3rem;
}
.p-feature__text {
  margin-bottom: 6.5rem;
}
.p-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 960px) {
  .p-feature {
    padding-block: 6rem;
  }
  .p-feature__heading {
    margin-bottom: 6rem;
  }
  .p-feature__list {
    gap: 6rem;
  }
  .p-feature__item, .p-feature__item--reverse {
    flex-direction: column;
  }
  .p-feature__media, .p-feature__content {
    width: 100%;
  }
  .p-feature__media {
    padding: 1rem;
    border-top-left-radius: 8.2rem;
    border-bottom-right-radius: 8.2rem;
  }
  .p-feature__image {
    border-top-left-radius: 7.5rem;
    border-bottom-right-radius: 7.5rem;
  }
  .p-feature__content {
    padding: 4.5rem 0 2rem;
  }
  .p-feature__text {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.diagonal-card__image {
  position: absolute;
  inset: 0;
}
.diagonal-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.diagonal-card__image--top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.diagonal-card__image--bottom {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
}
.p-consult-banner {
  background: linear-gradient(90deg, #0054a6 0%, #0067c5 50%, #0072d1 100%);
  background: linear-gradient(90deg, #39b54a 0%, #22b573 22%, #2aa7d6 45%, #0078c2 75%, #005fae 100%);
  background: linear-gradient(90deg, #005fae 0%, #0078c2 50%, #2aa7d6 100%);
  padding-block: 12.5rem;
}
.p-consult-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.p-consult-banner__content {
  flex: 1;
  min-width: 0;
}
.p-consult-banner__title {
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-consult-banner__description {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.95;
}
.p-consult-banner__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
.p-consult-banner__button {
  min-width: 28rem;
  height: 8rem;
  padding: 0 3.2rem;
  border-radius: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.p-consult-banner__button:hover {
  transform: translateY(-0.2rem);
}
.p-consult-banner__button--white {
  background-color: #fff;
  color: #0054a6;
  border: 0.1rem solid transparent;
}
.p-consult-banner__button--white:hover {
  background-color: #f3f7fb;
}
.p-consult-banner__button--green {
  background-color: #43b02a;
  color: #fff;
  border: 0.1rem solid transparent;
}
.p-consult-banner__button--green:hover {
  background-color: #379422;
}
.p-consult-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-consult-banner__icon svg {
  width: 1.8rem;
  height: auto;
  flex-shrink: 0;
}
.p-consult-banner__button-text {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-consult-banner {
    padding-block: 6rem;
  }
  .p-consult-banner__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-consult-banner__title {
    font-size: 3.2rem;
  }
  .p-consult-banner__description {
    font-size: 1.8rem;
  }
  .p-consult-banner__actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .p-consult-banner__button {
    flex: 1;
    min-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-consult-banner__title {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .p-consult-banner__description {
    font-size: 1.6rem;
  }
  .p-consult-banner__actions {
    width: 100%;
    gap: 1.2rem;
  }
  .p-consult-banner__button {
    width: 100%;
    min-width: 100%;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.p-maps {
  padding-block: 6rem;
  background: #f0f8ff;
}
.p-maps--colums {
  width: 100%;
}
.p-maps--colums---item {
  width: 100%;
}
.p-maps--colums iframe {
  width: 100%;
  height: 25rem;
  vertical-align: top;
  border: 0;
}
.p-maps__title {
  margin-top: -2rem;
}
.p-maps__content {
  padding-bottom: 1.2rem;
}
.p-maps__content-title {
  padding-bottom: 0.5rem;
}
@media (min-width: 960.5px) {
  .p-maps {
    padding-block: 10rem;
  }
  .p-maps--colums {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  .p-maps--colums---item {
    width: calc((100% - 2rem) / 2);
  }
  .p-maps--colums iframe {
    height: 37rem;
  }
}
@media (max-width: 960px) {
  .p-maps--colums---item:last-child {
    margin-top: 2.5rem;
  }
}
body.compensate-for-scrollbar {
  margin-right: 0 !important;
  overflow-y: scroll !important;
}
.p-casting-materials {
  padding-block: 6rem;
}
.p-casting-materials--title {
  color: #000;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 1px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  margin-top: 0.3rem;
}
@media (max-width: 960px) {
  .p-casting-materials--title {
    margin-top: 2rem;
  }
}
@media (max-width: 590px) {
  .p-casting-materials--title {
    font-size: 3.5rem;
  }
}
.p-casting-materials--content {
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.p-casting-materials--content ol, .p-casting-materials--content ul {
  list-style: decimal;
  padding-left: 2rem;
}
.p-casting-materials-achievements {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #00a2e9;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 5;
  background: #000;
  padding: 0.5rem 1.5rem;
  clip-path: polygon(33% 0, 40% 100%, 0 100%, 0 0);
}
.p-casting-materials-item {
  width: 100%;
  position: relative;
}
.p-casting-materials-item.item--10 .js-casting-materials img {
  object-fit: contain;
}
@media (min-width: 960.5px) {
  .p-casting-materials-item__sub {
    width: 50%;
  }
  .p-casting-materials-item__sub:last-child {
    padding-left: 2.083vw;
  }
  .p-casting-materials-item:nth-child(2n) .p-casting-materials-item__sub {
    order: 1;
  }
  .p-casting-materials-item:nth-child(2n) .p-casting-materials-item__sub:last-child {
    order: 0;
    padding-left: 0px;
    padding-right: 2.083vw;
  }
}
@media (min-width: 960.5px) {
  .p-casting-materials-item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 960.5px) {
  .p-casting-materials-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.p-casting-materials-item__sub {
  position: relative;
}
.p-casting-materials-item__sub.is-no-gallery {
  width: 100%;
  padding: 0;
}
.p-casting-materials-item__sub .c-top__button {
  margin-block: 1.5rem;
}
@media (max-width: 960.5px) {
  .p-casting-materials-item__sub {
    width: 100%;
  }
  .p-casting-materials-item:nth-child(2n) .wp__business-item__sub {
    order: 1;
  }
}
@media (min-width: 960.5px) {
  .p-casting-materials {
    padding-block: 10rem;
  }
}
@media (max-width: 960px) {
  .p-casting-materials--content {
    padding-top: 2rem;
  }
}
.js-casting-materials {
  box-shadow: 0 0 1rem #e5e5e5;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.js-casting-materials img {
  height: auto;
  aspect-ratio: 1.5;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}
.p-casting-equipment {
  padding-block: 6rem;
}
@media (min-width: 960.5px) {
  .p-casting-equipment {
    padding-block: 10rem;
  }
}
.p-casting-equipment__item:not(:last-child) {
  margin-bottom: 6rem;
}
.p-casting-equipment__header {
  margin-bottom: 3.2rem;
}
.p-casting-equipment-title {
  font-weight: 900;
  color: #101f24;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  display: inline-block;
  background: linear-gradient(transparent 60%, #bceeff 60%);
  padding: 0 0.8rem 0.4rem 0;
  font-size: var(--size-v2);
}
.p-casting-equipment-description {
  font-weight: 600;
  color: #1e293b;
  margin-top: 0.8rem;
  font-size: var(--size-p);
}
@media (max-width: 960px) {
  .p-casting-equipment-description br {
    display: none;
  }
}
.p-casting-equipment__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
.p-casting-equipment__gallery-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  padding: 1.6rem;
  background-color: #fff;
  text-align: center;
}
.p-casting-equipment__gallery-img {
  background-color: #f8fafc;
  border-radius: 0.6rem;
  overflow: hidden;
  padding: 2rem;
}
.p-casting-equipment__gallery-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 26rem;
  object-fit: contain;
}
.p-casting-equipment__gallery-title {
  font-weight: 800;
  color: #101f24;
  margin: 0;
  display: inline-block;
  background-color: #f1f5f9;
  padding: 0.4rem 1.6rem;
  border-radius: 2rem;
  margin-top: 1.2rem;
}
.p-casting-equipment-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-casting-equipment-features, .p-casting-equipment-target, .p-casting-equipment-spec-area, .p-casting-equipment-notes {
  background-color: #f4f7f6;
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  font-size: var(--size-p);
  padding: 1.5rem;
}
@media (min-width: 960.5px) {
  .p-casting-equipment-features, .p-casting-equipment-target, .p-casting-equipment-spec-area, .p-casting-equipment-notes {
    padding: 2.4rem;
  }
}
.p-casting-equipment-spec-area {
  margin-bottom: 2.4rem;
}
.p-casting-equipment__subtitle {
  font-weight: 700;
  color: #101f24;
  border-left: 0.4rem solid #00c9a7;
  padding-left: 1rem;
  margin: 0 0 2rem;
  text-align: left;
}
.p-casting-equipment__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 1.6rem;
}
.p-casting-equipment__feature-card {
  display: flex;
  gap: 1.4rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.6rem;
  padding: 1.6rem;
  text-align: left;
  word-break: break-word;
}
.p-casting-equipment__feature-card-icon {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #e6f9f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00c9a7;
}
.p-casting-equipment__feature-card h4 {
  margin: 0 0 0.4rem;
  font-weight: 800;
  color: #101f24;
}
.p-casting-equipment__feature-card p {
  margin: 0;
  font-size: 1.5rem;
  color: #475569;
  line-height: 1.5;
}
.p-casting-equipment__target-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 2.4rem;
  align-items: stretch;
}
.p-casting-equipment__target-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.6rem;
  padding: 2rem;
}
.p-casting-equipment__target-label {
  font-weight: 700;
  color: #64748b;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.6rem;
}
.p-casting-equipment-table-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 0.8rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.02);
}
.p-casting-equipment-target__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  gap: 2.4rem;
  align-items: stretch;
}
.p-casting-equipment-target__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #e2e8f0;
  border-radius: 0.6rem;
}
.p-casting-equipment-target__heading {
  margin: 0 0 1.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #f1f5f9;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.p-casting-equipment-target__metals {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-content: center;
  flex-grow: 1;
  padding: 0.4rem 0;
}
.p-casting-equipment-target__metal {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  font-weight: 800;
}
.p-casting-equipment-target__metal--gold {
  background-color: #fffbeb;
  border: 0.1rem solid #fde68a;
  color: #b45309;
}
.p-casting-equipment-target__metal--gold .p-casting-equipment-target__metal-dot {
  color: #f59e0b;
}
.p-casting-equipment-target__metal--silver {
  background-color: #f8fafc;
  border: 0.1rem solid #e2e8f0;
  color: #475569;
}
.p-casting-equipment-target__metal--silver .p-casting-equipment-target__metal-dot {
  color: #94a3b8;
}
.p-casting-equipment-target__metal--copper {
  background-color: #fff7ed;
  border: 0.1rem solid #ffedd5;
  color: #c2410c;
}
.p-casting-equipment-target__metal--copper .p-casting-equipment-target__metal-dot {
  color: #ea580c;
}
.p-casting-equipment-target__metal--brass {
  background-color: #fefce8;
  border: 0.1rem solid #fef08a;
  color: #713f12;
}
.p-casting-equipment-target__metal--brass .p-casting-equipment-target__metal-dot {
  color: #eab308;
}
.p-casting-equipment-target__metal--alloy {
  width: 100%;
  justify-content: center;
  margin-top: 0.2rem;
  padding: 0.8rem 2rem;
  background-color: #f0f9ff;
  border: 0.1rem solid #bae6fd;
  color: #0369a1;
}
.p-casting-equipment-target__metal--alloy .p-casting-equipment-target__metal-dot {
  color: #38bdf8;
}
.p-casting-equipment-target__metal--aluminum {
  background-color: #f8fafc;
  border: 0.1rem solid #e2e8f0;
  color: #475569;
}
.p-casting-equipment-target__metal--aluminum .p-casting-equipment-target__metal-dot {
  color: #94a3b8;
}
.p-casting-equipment-target__metal--bismuth {
  background-color: #fefce8;
  border: 0.1rem solid #fef08a;
  color: #713f12;
}
.p-casting-equipment-target__metal--bismuth .p-casting-equipment-target__metal-dot {
  color: #eab308;
}
.p-casting-equipment-target__shapes {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2.4rem;
  flex-grow: 1;
  padding: 0.4rem 0;
}
.p-casting-equipment-target__shape {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.p-casting-equipment-target__shape-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #f8fafc;
  border: 0.1rem solid #e2e8f0;
  border-radius: 50%;
}
.p-casting-equipment-target__shape-icon svg {
  color: #00c9a7;
  width: 3.6rem;
  height: 3.6rem;
}
.p-casting-equipment-target__shape-name {
  color: #1e293b;
  font-weight: 800;
  font-size: 1.6rem;
}
.p-casting-equipment-target__divider {
  width: 0.1rem;
  height: 6rem;
  background-color: #e2e8f0;
}
.p-casting-equipment table {
  width: 100%;
  min-width: 72rem;
  border-collapse: collapse;
  line-height: 1.5;
  text-align: center;
}
.p-casting-equipment table thead tr {
  background-color: #f1f5f9;
  border-bottom: 0.3rem solid #00c9a7;
}
.p-casting-equipment table thead th {
  padding: 1.8rem 1.2rem;
  color: #101f24;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}
.p-casting-equipment table tbody {
  color: #334155;
}
.p-casting-equipment table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.p-casting-equipment table tbody tr td:first-child:not(.table-label) {
  background-color: #edfdfa;
  font-weight: 900;
  color: #00c9a7;
}
.p-casting-equipment table tbody td {
  padding: 1.8rem 1.2rem;
  color: #101f24;
}
.p-casting-equipment table__model {
  background-color: #edfdfa;
  font-weight: 900;
  color: #00c9a7;
}
.p-casting-equipment-notes__title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  color: #101f24;
}
.p-casting-equipment-notes__title span {
  font-weight: 800;
  letter-spacing: 0.05em;
}
.p-casting-equipment-notes__title svg {
  color: #101f24;
  flex-shrink: 0;
}
.p-casting-equipment-notes__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #475569;
  line-height: 1.6;
}
.p-casting-equipment-notes__item {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #e2e8f0;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-casting-equipment-notes__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-casting-equipment-notes__item strong {
  color: #101f24;
  margin-right: 0.4rem;
}
.p-casting-equipment-cta {
  text-align: center;
  margin-top: 3.2rem;
}
.p-casting-equipment-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background-color: #00c9a7;
  color: #fff;
  font-size: var(--size-p);
  font-weight: 800;
  border-radius: 3.6rem;
  text-decoration: none;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 201, 167, 0.3);
  transition: all 0.3s ease;
  padding: 1.5rem;
}
.p-casting-equipment-cta a:hover {
  transform: translateY(-2px);
}
@media (min-width: 960.5px) {
  .p-casting-equipment-cta a {
    padding: 1.8rem 4.8rem;
  }
}
.p-company-message__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-company-message__image, .p-company-message__content {
  width: calc((100% - 9rem) / 2);
}
.p-company-message__image {
  margin-right: 9rem;
  display: none;
}
.p-company-message__content {
  margin-top: -0.6rem;
}
.p-company-message__text p {
  margin-bottom: 4.2rem;
}
.p-company-message__author p {
  text-align: right;
}
.p-company-message__author-name {
  font-size: 2.5rem;
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #32ae4b;
}
.p-company-policy__content {
  margin-bottom: 4rem;
}
.p-company-profile__table {
  width: 100%;
  border-top: 1px solid #00a2e9;
}
@media (max-width: 960px) {
  .p-company-profile__table {
    margin-top: 3.2rem;
    border-bottom: 1px solid #00a2e9;
  }
}
.p-company-profile__row {
  display: grid;
  grid-template-columns: 20rem 1fr;
  border-left: 1px solid #00a2e9;
  border-right: 1px solid #00a2e9;
}
@media (max-width: 960px) {
  .p-company-profile__row {
    grid-template-columns: 1fr;
  }
}
.p-company-profile__label {
  font-weight: 700;
  color: #00a2e9;
  font-size: var(--size-p);
  line-height: 150%;
  border-bottom: 0.3rem solid #00a2e9;
  border-bottom: 0.1rem solid #00a2e9;
  border-right: 1px solid #00a2e9;
  padding: 2.5rem 0 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  background: rgba(0, 162, 233, 0.15);
}
@media (max-width: 960px) {
  .p-company-profile__label {
    border-bottom: 0rem solid #00a2e9;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #00a2e9;
    color: #fff;
  }
}
.p-company-profile__value {
  font-size: var(--size-p);
  padding: 2.5rem;
  color: #000;
  border-bottom: 1px solid #00a2e9;
}
@media (max-width: 960px) {
  .p-company-profile__value {
    border-bottom: 0rem solid #00a2e9;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.p-company-profile__value p, .p-company-profile__value a {
  color: #000;
  font-size: var(--size-p);
  margin: 0 0 2rem;
  line-height: 110%;
  cursor: default;
}
@media (max-width: 960px) {
  .p-company-profile__value p, .p-company-profile__value a {
    margin: 0 0 1rem;
    line-height: 130%;
    letter-spacing: 0.1rem;
  }
}
.p-company-profile__value p:last-child, .p-company-profile__value a:last-child {
  margin-bottom: 0;
}
.p-company-history {
  width: 100%;
  position: relative;
}
.p-company-history__inner {
  margin-top: -2rem;
}
.p-company-history__item {
  width: 100%;
  display: flex;
  position: relative;
}
.p-company-history__item:not(:last-child) {
  padding-bottom: 2.2rem;
}
.p-company-history__item:last-child .p-company-history__line::before {
  content: none;
}
@media (max-width: 960px) {
  .p-company-history__item {
    flex-wrap: wrap;
    padding-left: 4rem;
    padding-bottom: 0.9rem;
  }
}
.p-company-history__date {
  width: 17rem;
}
@media (max-width: 960px) {
  .p-company-history__date {
    width: 100%;
  }
}
.p-company-history__year, .p-company-history__month {
  color: #00a2e9;
  font-size: var(--size-number);
  font-weight: 700;
  line-height: 185%;
  letter-spacing: 0rem;
}
@media (max-width: 960px) {
  .p-company-history__year, .p-company-history__month {
    font-size: 3rem;
  }
}
.p-company-history__month {
  font-size: var(--size-p);
  text-align: left;
  display: inline-block;
  letter-spacing: 0.15rem;
}
.p-company-history__month:not(.month) {
  margin-left: 1rem;
}
.p-company-history__month.month {
  width: 5.5rem;
  font-size: var(--fs-20);
  color: #00a2e9;
}
@media (max-width: 960px) {
  .p-company-history__month {
    font-size: var(--fs-16);
  }
}
.p-company-history__content {
  width: calc(100% - 17rem);
  color: #000;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 185%;
  letter-spacing: 0rem;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.p-company-history__content.vs-2 {
  padding-top: 4.6rem;
}
@media (max-width: 960px) {
  .p-company-history__content {
    width: 100%;
    padding-top: 0;
  }
  .p-company-history__content.vs-2 {
    padding-top: 0;
  }
}
.p-company-history__line {
  width: 8rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-company-history__line::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 5.3rem;
  width: 1px;
  height: 100%;
  background-color: #00a2e9;
  z-index: 1;
}
@media (min-width: 960.5px) {
  .p-company-history__line::before {
    left: 14.4rem;
  }
}
@media (max-width: 960px) {
  .p-company-history__line {
    width: 5rem;
  }
  .p-company-history__line::before {
    top: 3.7rem;
  }
}
.p-company-history__dot {
  width: 0.9rem;
  height: 0.9rem;
  top: 4.5rem;
  background-color: #00a2e9;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 960.5px) {
  .p-company-history__dot {
    left: 14rem;
  }
}
@media (max-width: 960px) {
  .p-company-history__dot {
    top: 3.5rem;
  }
}
@media (min-width: 960.5px) {
  .p-company {
    padding-block: 10rem;
  }
}
@media (max-width: 960px) {
  .p-company-message {
    padding-block: 6rem;
  }
  .p-company-message__image, .p-company-message__content {
    width: 100%;
  }
  .p-company-message__image {
    margin-right: 0;
  }
  .p-company-message__content {
    margin-bottom: 3rem;
    padding-top: 2.3rem;
  }
  .p-company-message__text p {
    margin-bottom: 2rem;
  }
  .p-company-message__author-name {
    font-size: 1.8rem;
  }
}
.p-recruit {
  padding-block: 6rem;
}
.p-recruit__table dl {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.p-recruit__table dt, .p-recruit__table dd {
  padding: 1.5rem;
}
.p-recruit__table dt {
  font-weight: bold;
  background-color: #00a2e9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-recruit__table dd {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.p-recruit__table dd br {
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 960.5px) {
  .p-recruit {
    padding-block: 10rem;
  }
  .p-recruit__table dl {
    display: grid;
    grid-template-columns: 1.1fr 3fr;
  }
}
.p-contact {
  padding-block: 6rem;
}
.p-contact__title-description {
  text-align: center;
}
.p-contact__title-description a {
  color: #00a2e9;
}
.p-contact-form {
  margin-top: 3rem;
  padding: 4rem 1.5rem 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 1.4rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}
.p-contact-form__desc {
  font-size: var(--size-p);
}
.p-contact-form__desc-txt {
  display: block;
}
.p-contact-form__row {
  display: grid;
  padding: 1.5rem 0;
  grid-template-columns: 1fr;
}
@media (min-width: 767.5px) {
  .p-contact-form__row {
    grid-template-columns: 32rem 1fr;
  }
}
.p-contact-form__label {
  font-weight: 700;
  padding-top: 1.5rem;
}
.p-contact-form__captcha {
  display: grid;
  grid-template-columns: 8rem 1fr;
}
.p-contact-form__captcha-image {
  padding-top: 1.5rem;
}
.p-contact-form__captcha-input .wpcf7-not-valid-tip {
  width: calc(100% + 8rem);
  margin-left: -8rem;
}
.p-contact-form__submit {
  padding-top: 3rem;
}
.p-contact-form .wpcf7-not-valid-tip {
  font-size: 0.85em;
}
.p-contact-form .wpcf7-spinner {
  display: block;
  width: 100%;
  max-width: 24px;
  margin: 2rem auto;
}
.p-contact-form input[type="file"], .p-contact-form input[type="text"], .p-contact-form input[type="email"], .p-contact-form input[type="number"], .p-contact-form input[type="tel"], .p-contact-form textarea {
  width: 100%;
  border-radius: 0.4rem;
  border: 0;
  padding: 1.5rem;
  background: #00a2e92b;
  font-size: var(--size-p);
}
.p-contact-form input[type="file"]:focus, .p-contact-form input[type="file"]:focus-visible, .p-contact-form input[type="text"]:focus, .p-contact-form input[type="text"]:focus-visible, .p-contact-form input[type="email"]:focus, .p-contact-form input[type="email"]:focus-visible, .p-contact-form input[type="number"]:focus, .p-contact-form input[type="number"]:focus-visible, .p-contact-form input[type="tel"]:focus, .p-contact-form input[type="tel"]:focus-visible, .p-contact-form textarea:focus, .p-contact-form textarea:focus-visible {
  border: 0;
  outline: 0;
}
.p-contact-form textarea {
  height: 18rem;
}
.p-contact .color-req {
  color: #ed1111;
  font-weight: 600;
}
@media (min-width: 960.5px) {
  .p-contact {
    padding-block: 10rem;
  }
  .p-contact-form {
    padding: 5rem 3.2rem 1rem;
  }
}
@media (max-width: 960px) {
  .p-contact-form__label {
    padding-bottom: 0.7rem;
  }
  .p-contact-form__row {
    padding-bottom: 0;
  }
}
.privacy-policy {
  position: relative;
  padding-top: 10rem;
}
.privacy-policy a {
  color: #00a2e9;
}
.privacy-policy__text {
  color: #000;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: justify;
}
.privacy-policy__text.vs-19 {
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
  line-height: 175%;
}
.privacy-policy__text.vs-25 {
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
}
.privacy-policy__text.txt-right {
  margin-top: 5.2rem !important;
  padding-top: 3rem;
  text-align: right;
  border-top: 1px solid #c8c8c8;
}
.privacy-policy__section {
  width: 100%;
  position: relative;
}
.privacy-policy__section:not(:first-child) {
  margin-top: 8rem;
}
.privacy-policy__section:last-child {
  margin-bottom: 0;
}
.privacy-policy__section:last-child.pb-200 {
  padding-bottom: 10rem;
}
.privacy-policy__section .privacy-policy__text {
  margin-top: 2.8rem;
}
.privacy-policy__section-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c8c8c8;
}
.privacy-policy__section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  background-color: #00a2e9;
  border-radius: 100%;
}
.privacy-policy__section-txt {
  width: calc(100% - 4rem);
  padding-left: 1.7rem;
  position: relative;
  top: -0.2rem;
  color: #00a2e9;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}
.privacy-policy__section ol {
  list-style: auto;
  margin-left: 2rem;
}
.privacy-policy__section ol, .privacy-policy__section ul {
  margin-top: 2.6rem;
  color: #000;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media (max-width: 640px) {
  .privacy-policy {
    padding-top: 7rem;
  }
  .privacy-policy__section:not(:first-child) {
    margin-top: 5rem;
  }
  .privacy-policy__section:last-child.pb-200 {
    padding-bottom: 7rem;
  }
  .privacy-policy__section-title {
    padding-bottom: 2rem;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__text {
    line-height: 180% !important;
  }
  .privacy-policy__text.vs-19 {
    font-size: var(--size-p);
    letter-spacing: 0.1rem;
  }
  .privacy-policy__text.vs-25 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: var(--size-p);
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__section-number {
    width: 3rem;
    height: 3rem;
    font-size: 2.3rem;
  }
  .privacy-policy__section-txt {
    width: calc(100% - 3rem);
    font-size: 2rem;
    line-height: 150%;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .privacy-policy__section ol, .privacy-policy__section ul {
    line-height: 180% !important;
  }
}
#toc_container {
  border: 0;
  border-radius: 0.8rem;
  padding: 3rem;
  margin-bottom: 10rem;
  width: 100%;
  max-width: 50%;
  background-color: var(--main-color-light);
}
#toc_container p.toc_title {
  text-align: left;
  font-size: var(--size-v3);
}
#toc_container li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#toc_container li a {
  font-size: var(--size-p);
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
}
#toc_container li a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  background-color: #000;
  clip-path: polygon(100% 50%, 0 100%, 43% 50%, 0 0);
}
@media (max-width: 960px) {
  #toc_container {
    max-width: 100%;
    padding: 2rem;
    margin-bottom: 5rem;
  }
  #toc_container p.toc_title {
    font-size: var(--size-p);
  }
  #toc_container p.toc_title + ul.toc_list {
    margin-top: 0.5rem;
  }
  #toc_container li a {
    padding-left: 2rem;
  }
  #toc_container li a::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.8rem;
  }
}
.c-image {
  display: block;
}
.c-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}
@media (max-width: 960px) {
  .c-image img {
    border-radius: 0.5rem;
  }
}
.c-image--logo {
  margin-top: 2rem;
}
.c-image--logo img {
  width: auto;
  padding: 1rem;
  background-color: var(--main-color-white);
}
.c-image--ratio {
  aspect-ratio: 1.3333333333;
  overflow: hidden;
}
.c-image--ratio-16x8 {
  aspect-ratio: 2;
}
@media (max-width: 960px) {
  .c-image--ratio-16x8 {
    aspect-ratio: 1.4545454545;
  }
}
.c-image--ratio-4x2 {
  aspect-ratio: 1.7391304348;
}
.c-image--ratio-3x2 img {
  aspect-ratio: 1.5;
}
.c-image--ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-section {
  margin-bottom: 10rem;
}
@media (max-width: 960px) {
  .p-page-section {
    margin-bottom: 8rem;
  }
}
.p-doctor-message {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  padding: 5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  background-color: #ececec;
}
.p-doctor-message__name {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .p-doctor-message {
    padding: 3rem 2rem;
    margin-top: -2rem;
  }
  .p-doctor-message__name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-interview {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 960px) {
  .p-interview {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}
.p-background {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--main-color-light);
}
@media (max-width: 960px) {
  .p-background {
    padding: 2rem;
    border-radius: 0.8rem;
  }
}
.p-border {
  padding: 5rem;
  border-radius: 1.2rem;
  border: 4px double var(--main-color);
}
.p-border.u-py-3 {
  padding: 3rem;
}
@media (max-width: 960px) {
  .p-border {
    padding: 2rem;
    border-radius: 0.8rem;
  }
  .p-border.u-py-3 {
    padding: 1rem;
  }
}
/* ========================================
   FAQ
======================================== */
.p-faq {
  margin: 0 auto;
  /* ==========================
     Question
  ========================== */
  /* ==========================
     Answer
  ========================== */
}
.p-faq--hideborder .p-faq__item {
  border: 0;
}
.p-faq__item {
  padding: 5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.p-faq__item:first-child {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 960px) {
  .p-faq__item {
    padding: 3rem 0;
  }
}
.p-faq__question {
  font-size: var(--size-v2);
  font-weight: 600;
  line-height: 1.75;
  color: var(--main-color--title);
  position: relative;
  padding-left: 3rem;
}
.p-faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--main-color--title);
}
.p-faq__answer {
  margin-top: 2rem;
  padding-left: 3rem;
  position: relative;
}
.p-faq__answer::before {
  content: "A";
  position: absolute;
  left: 0rem;
  font-weight: 700;
  color: #999;
  font-size: var(--size-v3);
}
.p-faq__answer p {
  margin: 0;
  text-align: justify;
}
/* ========================================
   PROCEDURE
======================================== */
.p-procedure {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */
}
.p-procedure .listbox {
  margin-top: 1.5rem;
  background: transparent;
  padding: 0 !important;
  box-shadow: none !important;
}
.p-procedure__item {
  position: relative;
  padding: 5rem;
  border-radius: 0.5rem;
  background-color: rgba(27, 32, 101, 0.05);
  box-shadow: 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
}
.p-procedure__item:not(:last-child) {
  margin-bottom: 6rem;
}
.p-procedure__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 3rem;
  height: 2rem;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--main-color);
}
.p-procedure__title {
  margin-bottom: 2rem;
}
@media (max-width: 960px) {
  .p-procedure__item {
    padding: 2rem;
  }
  .p-procedure__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-procedure__item:not(:last-child)::before {
    bottom: -2.5rem;
    width: 2rem;
    height: 1rem;
  }
  .p-procedure__title {
    margin-bottom: 2rem;
  }
}
.p-link {
  background-color: var(--main-color);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 2rem;
  color: var(--main-color-white);
  margin-top: 2rem;
}
.breadcrumb {
  padding: 5rem;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  position: relative;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 4rem;
}
.breadcrumb ul li:not(:last-child)::before {
  content: ">";
  position: absolute;
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c8c8c8;
}
.breadcrumb ul li a {
  color: #00943a;
}
@media (max-width: 640px) {
  .breadcrumb {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .breadcrumb ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .breadcrumb ul li {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */