@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ==========================================================================

   Theme Name: かんだ歯科　様
	Theme URI: 
	Description: かんだ歯科　様
	Author: タン
	Author URI: 

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

   Foundation
   ========================================================================== */
*, *::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;
}
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-h1: max(3.4rem, 28px);
  --size-h2: max(2.9rem, 26px);
  --size-h3: max(2.8rem, 24px);
  --size-h4: max(2.6rem, 22px);
  --size-h5: max(2.4rem, 20px);
  --size-h6: max(2.2rem, 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-18: max(1.5rem, 13px);
    --size-p: max(1.5rem, 13px);
    --size-h1: max(2.4rem, 21px);
    --size-h2: max(2.3rem, 20px);
    --size-h3: max(2.2rem, 19px);
    --size-h4: max(2.1rem, 18px);
    --size-h5: max(2rem, 17px);
    --size-h6: max(1.8rem, 16px);
    --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: 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);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: var(--size-p);
  color: #535353;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 960px) {
  p {
    line-height: 150%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
body.is-menu-open .p-header.vz-01 {
  top: 0 !important;
}
.p-seo-h1 {
  background: #2B6AAE;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-seo-h1 {
    font-size: 1.3rem;
    padding: 0.75rem 1rem;
    line-height: 140%;
  }
}
.site-header {
  position: relative;
  z-index: 110;
  height: 12rem;
}
@media screen and (max-width: 960px) {
  .site-header {
    padding: 0.5rem 1.5rem;
    height: 8.1rem;
  }
}
.site-branding {
  flex: 1 1 auto;
  min-width: 0;
}
.site-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.site-title a {
  color: #535353;
  text-decoration: none;
}
@media (hover: hover) {
  .site-title a:hover {
    opacity: 0.7;
  }
}
.home .p-header {
  background: transparent;
}
@media (min-width: 960.5px) {
  .home .p-header.no-fixed:not(.active) {
    position: absolute;
  }
}
.no-fixed {
  background: transparent;
}
.p-header {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  transition: all 0.35s;
  padding: 1.9rem 3.1rem 0 3.1rem;
}
.p-header .click {
  opacity: 0;
  pointer-events: none;
}
.p-header__siderbar {
  position: fixed;
  bottom: 6rem;
  right: 4.1rem;
  z-index: 2;
  transition: ease all 0.4s;
}
.p-header__siderbar.active {
  bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-header__siderbar.active {
    right: 7.1rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-header__siderbar.active {
    right: unset;
  }
}
@media screen and (max-width: 960px) {
  .p-header__siderbar {
    bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__siderbar {
    bottom: 8rem;
    right: unset;
    left: 2rem;
  }
}
.p-header__siderbar-closet {
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  background-color: #2F6FB3;
}
.p-header__siderbar-closet::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1px;
  background-color: #FFFFFF;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header__siderbar-closet::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1px;
  background-color: #FFFFFF;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(130deg);
}
@media screen and (max-width: 767px) {
  .p-header__siderbar-closet {
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
  }
  .p-header__siderbar-closet::before, .p-header__siderbar-closet::after {
    width: 1.2rem;
  }
}
.p-header__siderbar .p-consultation__bottom-link {
  width: 44.2rem;
  height: 11.2rem;
  outline: #F5F1EB solid 1px;
  outline-offset: -0.5rem;
  display: flex;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  background: url(assets/img/header-sd-2.png) center / cover no-repeat, linear-gradient(90deg, #1D5999 0%, #2F6FB3 100%);
  border: 1px solid #F5F1EB;
}
.p-header__siderbar .p-consultation__bottom-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: 0.5s;
}
.p-header__siderbar .p-consultation__bottom-link:hover::before {
  left: 125%;
}
@media screen and (max-width: 767px) {
  .p-header__siderbar .p-consultation__bottom-link {
    height: auto;
    width: 27rem;
  }
}
.p-header__siderbar .p-consultation__bottom-content {
  padding-left: 1rem;
  text-align: center;
  margin-top: 2.4rem;
  flex: 1;
  position: relative;
}
.p-header__siderbar .p-consultation__bottom-content::before {
  content: "";
  position: absolute;
  width: 19rem;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(calc(-50% + 0.5rem));
  height: 0.8rem;
  background: url(assets/img/header-sd-3.png) center / contain no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-header__siderbar .p-consultation__bottom-content {
    margin-top: 1.2rem;
  }
  .p-header__siderbar .p-consultation__bottom-content::before {
    width: 11.8rem;
    bottom: 1.1rem;
  }
}
.p-header__siderbar .p-consultation__bottom-title {
  color: #fff;
  font-size: var(--fs-35);
  font-weight: 400;
  line-height: 85%;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-header__siderbar .p-consultation__bottom-title {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__siderbar .p-consultation__bottom-title {
    margin-bottom: 0.2rem;
  }
}
.p-header__siderbar .p-consultation__bottom-text {
  color: #fff;
  text-align: center;
}
.p-header__siderbar .p-consultation__bottom-bg {
  width: 17rem;
  position: relative;
  z-index: 2;
}
.p-header__siderbar .p-consultation__bottom-bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__siderbar .p-consultation__bottom-bg {
    width: 10.3rem;
  }
}
.p-header__siderbar .p-consultation__bottom-arrow {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  right: 0.5rem;
  bottom: 0.5rem;
  background-color: #2A2A2A;
}
.p-header__siderbar .p-consultation__bottom-arrow::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-135deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-header__siderbar .p-consultation__bottom-arrow {
    right: 0.4rem;
    bottom: 0.4rem;
  }
}
.p-header__siderbar.click {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-header {
    top: 3.3rem;
  }
}
.p-header__items {
  display: flex;
  flex-direction: column;
}
.p-header__item-link {
  display: inline-block;
  padding-block: 1.3rem;
  text-align: center;
  width: 8.7rem;
  height: 8.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.p-header__item-link img {
  display: inline-block;
}
.p-header__item-link img:first-child {
  max-width: 2.6rem;
}
.p-header__item:first-child .p-header__item-link {
  background-color: #5F5EB7;
}
.p-header__item:first-child .p-header__item-link img:last-child {
  max-width: 4.8rem;
  width: 100%;
}
.p-header__item:nth-child(2) .p-header__item-link {
  background-color: #FFAC00;
}
.p-header__item:nth-child(2) .p-header__item-link img:last-child {
  max-width: 6.4rem;
  width: 100%;
}
.p-header__item:nth-child(3) .p-header__item-link {
  background-color: #FF8800;
}
.p-header__item:nth-child(3) .p-header__item-link img:last-child {
  max-width: 6.4rem;
  width: 100%;
}
.p-header__info {
  display: flex;
  gap: 4.2rem;
  margin-top: 1.2rem;
  justify-content: end;
}
.p-header__info-text {
  padding-left: 4rem;
  color: #fff;
  position: relative;
}
.p-header__info-text::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  background: #FFFFFF;
}
.p-header__info-text--add::before {
  webkit-mask: url(./assets/img/header-add.svg) center / contain no-repeat;
  mask: url(./assets/img/header-add.svg) center / contain no-repeat;
}
.p-header__info-text--round::before {
  webkit-mask: url(./assets/img/header-round.svg) center / contain no-repeat;
  mask: url(./assets/img/header-round.svg) center / contain no-repeat;
}
.p-header__top {
  justify-content: space-between;
  align-items: center;
}
.p-header__top-list {
  gap: 1rem;
  justify-content: end;
}
.p-header__top-list > li:first-child {
  background-color: #FFFFFF;
  border: 0.5px solid rgba(51, 51, 51, 0.5);
}
.p-header__top-list > li:last-child {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__top-list li:first-child {
    display: none;
  }
  .p-header__top-list li:nth-child(2) {
    display: none;
  }
  .p-header__top-list li:nth-child(3) {
    display: none;
  }
  .p-header__top-list li:last-child {
    display: block;
  }
}
.p-header__top-address {
  color: #535353;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 0;
  background: url(./assets/img/header-img-02.svg) center left / 0.9rem no-repeat;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
}
.p-header__top-address--active {
  display: none;
}
.p-header__top-left {
  margin-bottom: auto;
  margin-top: 2.3rem;
}
.p-header__top-left img {
  max-width: 34.3rem;
  transition: max-width 0.3s ease;
  width: 100%;
}
@media (min-width: 960.5px) {
  .p-header__top-left img {
    transition: max-width 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-header__top-left img {
    max-width: 22.2rem !important;
  }
}
.p-header__top-left--logo {
  display: none;
}
.p-header__top-tel {
  height: 8.7rem;
  padding: 1.3rem 2.5rem 0.3rem 5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  text-align: center;
}
.p-header__top-tel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
  background-color: #F5F1EB;
  z-index: -1;
}
.p-header__top-tel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background: rgba(245, 241, 235, 0.51);
  z-index: -1;
}
.p-header__top-tel--text {
  color: #535353;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
}
.p-header__top-tel--txt {
  color: #535353;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-header__top-tel--txt {
    font-size: 3rem;
  }
}
.p-header__top-tel--txt::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 55%;
  left: -3.9rem;
  transform: translateY(-50%);
  background: url(./assets/img/header-icon-00.svg) center center /cover no-repeat;
}
.p-header__top-web {
  display: block;
  height: 8.7rem;
  text-align: center;
  background: url(./assets/img/header-web-bg.png) center center /cover no-repeat;
  padding: 1.3rem 2.7rem 0.6rem 2.7rem;
  position: relative;
}
.p-header__top-web::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.8rem);
  height: 1px;
  bottom: 0.7rem;
  left: 0;
  background-color: #FFFFFF;
  z-index: 0;
}
.p-header__top-web::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1rem;
  bottom: 0.7rem;
  right: 0.8rem;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background: #FFFFFF;
  z-index: 0;
}
.p-header__top-web--text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
}
.p-header__top-web--txt {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.p-header__top-ig {
  width: 8.7rem;
  height: 8.7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
}
.p-header__top-ig img {
  max-width: 4.9rem;
}
.p-header__top-right {
  display: flex;
  align-items: center;
  gap: 6.2rem;
}
.p-header__bottom {
  display: none;
  transition: opacity 0.3s ease;
  margin-top: 1.2rem;
}
.p-header__bottom--02 {
  display: block;
  margin-top: 0rem;
}
@media screen and (max-width: 960px) {
  .p-header__bottom {
    display: none;
  }
  .p-header__bottom--02 {
    display: none;
  }
}
.p-header__bottom.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-header__menu > li a {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  padding-inline: 2rem;
}
.p-header__menu > li a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(./assets/img/header-icon-01.svg) bottom center / contain no-repeat;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: ease all 0.4s;
  opacity: 0;
}
.p-header__menu > li a .en {
  text-transform: uppercase;
  color: #2F6FB3;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.p-header__menu > li a:hover::before {
  opacity: 1;
}
.p-header__menu > li:first-child a {
  padding-left: 0;
}
.p-header__menu > li:first-child a::before {
  transform: translateX(calc(-50% - 1rem));
}
.p-header__menu > li:last-child a {
  padding-right: 0;
}
.p-header__menu > li:last-child a::before {
  transform: translateX(calc(-50% + 1rem));
}
.p-header__menu > li.current_page_item a::before {
  opacity: 1;
}
.p-header__list {
  gap: 2rem;
}
.p-header__list li.head_tel a {
  border-top: #2B6AAE solid 2px;
  border-bottom: #2B6AAE solid 2px;
  display: inline-block;
  padding: 0.5rem 0.4rem 0.5rem 3.5rem;
  position: relative;
}
.p-header__list li.head_tel a::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 0;
  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: #2B6AAE;
}
.p-header__list li.head_tel a .item {
  display: block;
  text-align: center;
  color: #2B6AAE;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.p-header__list li.head_tel a .item:nth-child(2) {
  font-size: 2.8rem;
}
.p-header__list li.head_local {
  background: #2B6AAE;
  padding: 0.5rem 2rem;
}
.p-header__list li.head_local p {
  text-align: center;
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  display: inline-block;
  background: url(assets/img/local-icon01.svg) no-repeat center left;
  background-size: 1.6rem;
  padding-left: 3rem;
}
.p-header.active {
  top: 0;
  background: url(./assets/img/header-bg-active.png) center center/ cover no-repeat;
  padding: 1.1rem 2.6rem 0.4rem 3.1rem;
  border-bottom: 0.5rem solid #DDDAD4;
}
.p-header.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 1px;
  background-color: #DDDAD4;
}
.p-header.active .p-header__bottom {
  display: block;
}
.p-header.active .p-header__menu li a::before {
  background: url(./assets/img/header-icon-01.svg) bottom center/contain no-repeat;
}
.p-header.active .p-header__top-list > li:nth-child(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.p-header.active .p-header__top-list > li:first-child {
  align-items: unset;
  justify-content: unset;
  gap: 0.5rem;
}
.p-header.active .c-hamburger {
  width: 8.5rem;
  height: 100%;
}
.p-header.active .p-header__top-left {
  margin-bottom: unset;
}
.p-header.active .p-header__top-left .custom-logo-link img {
  max-width: 25.8rem;
}
.p-header.active .p-header__top-left img {
  max-width: 27.7rem;
  width: 100%;
}
.p-header.active .p-header__top-list {
  gap: 0.8rem;
}
.p-header.active .p-header__top-tel {
  padding: 0.7rem 2.18rem 0.3rem 4.3rem;
  height: 6.8rem;
}
.p-header.active .p-header__top-tel--text {
  margin-bottom: -0.3rem;
}
.p-header.active .p-header__top-web {
  height: 6.8rem;
  padding: 0.8rem 2.36rem 0.5rem 2.36rem;
}
.p-header.active .p-header__top-web--text {
  margin-bottom: -0.1rem;
}
.p-header.active .p-header__top-web--txt {
  font-size: 2.8rem;
}
.p-header.active .p-header__top-ig {
  width: 6.8rem;
  height: 6.8rem;
  background: rgba(255, 255, 255, 0.75);
}
.p-header.active .p-header__top-ig img {
  max-width: 3.8rem;
}
.p-header.active .p-header__info {
  margin-top: 0;
}
.p-header.active .p-header__info-text {
  color: #535353;
  font-size: 1.6rem;
  padding-top: 0.3rem;
}
.p-header.active .p-header__info-text::before {
  background: #535353;
  width: 2.5rem;
  height: 2.6rem;
}
.p-header.active .p-header__top-web {
  height: 7.1rem;
  font-size: 2rem;
}
.p-header.active .p-header__menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.home img {
  border-radius: 0;
}
body:not(.home) .site-header {
  height: 11.9rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  body:not(.home) .site-header {
    height: 11.3rem;
  }
}
@media screen and (max-width: 960px) {
  body:not(.home) .site-header {
    height: 6.8rem;
  }
}
body:not(.home) .p-header__siderbar {
  display: none;
}
body:not(.home) .p-header {
  top: 0;
  background: url(./assets/img/header-bg-active.png) center center/ cover no-repeat;
  padding: 1.1rem 2.6rem 0.4rem 3.1rem;
  border-bottom: 0.5rem solid #DDDAD4;
}
body:not(.home) .p-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 1px;
  background-color: #DDDAD4;
}
body:not(.home) .p-header .p-header__bottom {
  display: block;
}
body:not(.home) .p-header .p-header__menu li a::before {
  background: url(./assets/img/header-icon-01.svg) bottom center/contain no-repeat;
}
body:not(.home) .p-header .p-header__top-list > li:nth-child(2) {
  margin-right: 0;
  margin-bottom: 0;
}
body:not(.home) .p-header .p-header__top-list > li:first-child {
  align-items: unset;
  justify-content: unset;
  gap: 0.5rem;
}
body:not(.home) .p-header .c-hamburger {
  width: 6.7rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body:not(.home) .p-header .c-hamburger {
    width: 4.7rem;
  }
}
body:not(.home) .p-header .p-header__top-left {
  margin-bottom: unset;
}
body:not(.home) .p-header .p-header__top-left .custom-logo-link img {
  max-width: 25.8rem;
}
body:not(.home) .p-header .p-header__top-left img {
  max-width: 27.7rem;
  width: 100%;
}
body:not(.home) .p-header .p-header__top-list {
  gap: 0.8rem;
}
body:not(.home) .p-header .p-header__top-tel {
  padding: 0.7rem 2.18rem 0.3rem 4.3rem;
  height: 6.8rem;
}
body:not(.home) .p-header .p-header__top-tel--text {
  margin-bottom: -0.3rem;
}
body:not(.home) .p-header .p-header__top-web {
  height: 6.8rem;
  padding: 0.8rem 2.36rem 0.5rem 2.36rem;
}
body:not(.home) .p-header .p-header__top-web--text {
  margin-bottom: -0.1rem;
}
body:not(.home) .p-header .p-header__top-web--txt {
  font-size: 2.8rem;
}
body:not(.home) .p-header .p-header__top-ig {
  width: 6.8rem;
  height: 6.8rem;
  background: rgba(255, 255, 255, 0.75);
}
body:not(.home) .p-header .p-header__top-ig img {
  max-width: 3.8rem;
}
body:not(.home) .p-header .p-header__info {
  margin-top: 0;
}
body:not(.home) .p-header .p-header__info-text {
  color: #535353;
  font-size: 1.6rem;
  padding-top: 0.3rem;
}
body:not(.home) .p-header .p-header__info-text::before {
  background: #535353;
  width: 2.5rem;
  height: 2.6rem;
}
body:not(.home) .p-header .p-header__top-web {
  height: 7.1rem;
  font-size: 2rem;
}
body:not(.home) .p-header .p-header__menu li {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  body:not(.home) .p-header {
    padding: 0.8rem 1.5rem 0.4rem 1.5rem;
  }
  body:not(.home) .p-header .p-header__menu > li > a {
    padding-inline: 1.2rem;
  }
  body:not(.home) .p-header .p-header__top-right {
    gap: 1rem;
  }
  body:not(.home) .p-header .p-header__top-list > li:nth-child(2), body:not(.home) .p-header .p-header__top-list > li:nth-child(3) {
    display: none;
  }
  body:not(.home) .p-header .p-header__top-tel {
    padding: 0.7rem 1.18rem 0.2rem 4.3rem;
  }
}
@media screen and (max-width: 960px) {
  body:not(.home) .p-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem;
  }
  body:not(.home) .p-header::after {
    content: unset;
  }
}
@media (min-width: 960.5px) {
  .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;
    z-index: 3;
  }
  .p-header__menu li .sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 1.8rem);
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #2b6aae;
  }
  .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: 1.9rem;
    -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% - 3.8rem);
    padding: 5rem 10rem !important;
  }
  .p-header__menu li.vz-02 .sub-menu::before {
    height: calc(100% - 1.6rem);
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #2b6aae;
  }
  .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: 2rem 0 0;
  }
  .p-header.vz-01 {
    padding: 1.2rem 3rem 1.2rem 4.2rem;
    justify-content: space-between;
    transition: all 0.35s;
    position: absolute;
    display: none;
  }
  .p-header.vz-01 .p-header__right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .p-header.vz-01 .p-header__right .p-header__menu > li > a {
    padding: 0 6rem;
  }
  .p-header.vz-01 .p-header__right .p-header__menu > li:last-child > a {
    padding: 0 0 0 6rem;
  }
  .p-header.vz-01 .p-header__right .p-header__menu > li:last-child > a::after {
    left: 70%;
  }
  .p-header.vz-01 .p-header__list {
    margin-left: 0;
    margin-right: 0.3rem;
  }
  .p-header.vz-02 {
    display: flex;
    opacity: 1;
    top: 3.9rem;
    transition: opacity 0.5s ease;
  }
  .p-header.vz-02.active {
    opacity: 1;
  }
  .p-header.active .p-header__menu li.vz-03 .sub-menu {
    right: 0;
  }
  .home .site-header {
    height: auto;
  }
  .home .p-header:not(.active) {
    background: transparent;
  }
  .home .p-header:not(.active).vz-01 {
    position: absolute;
    display: flex;
  }
  .home .p-header:not(.active).vz-01 .p-header__menu {
    display: none;
  }
  .home .p-header:not(.active).vz-01 .p-header__left img {
    filter: brightness(0) invert(1);
  }
  .home .p-header:not(.active).vz-01 .p-header__list li.head_tel a {
    border-top-color: #fff;
    border-bottom-color: #fff;
    padding: 1.7rem 1.5rem 1.6rem 5rem;
  }
  .home .p-header:not(.active).vz-01 .p-header__list li.head_tel a::before {
    background: #fff;
    width: 3.2rem;
    height: 3.2rem;
    left: 0.9rem;
  }
  .home .p-header:not(.active).vz-01 .p-header__list li.head_tel a .item {
    color: #fff;
    font-size: 1.8rem;
  }
  .home .p-header:not(.active).vz-01 .p-header__list li.head_tel a .item:nth-child(2) {
    font-size: 3.5rem;
  }
  .home .p-header:not(.active).vz-01 .p-header__list li.head_local p {
    font-size: 2rem;
  }
  .home .p-header:not(.active).vz-02 {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 960.5px) and (min-width: 961px) and (max-width: 1440px) {
  .p-header__menu li .sub-menu::before {
    height: calc(100% - 1.6rem);
  }
}
@media (min-width: 960.5px) and (max-width: 1440px) {
  .site-header {
    height: 17.1rem;
  }
  .p-header.active {
    padding: 0.8rem 1.5rem 0.4rem 1.5rem;
  }
  .p-header.active .p-header__menu > li:first-child a {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .p-header.active .p-header__menu > li:first-child a .en {
    font-size: 1.5rem;
  }
  .p-header.active .p-header__menu > li:last-child a {
    padding-right: 0;
  }
  .p-header.active .p-header__menu > li > a {
    padding-inline: 1.3rem;
  }
  .p-header.active .p-header__top-right {
    gap: 1.5rem;
  }
  .p-header.active .p-header__top-list > li:nth-child(2), .p-header.active .p-header__top-list > li:nth-child(3) {
    display: none;
  }
  .p-header.active .p-header__top-tel {
    padding: 0.7rem 1.18rem 0.2rem 4.3rem;
  }
}
@media (max-width: 960px) {
  .p-header {
    padding-block: 1rem;
  }
  .p-header__bottom {
    display: none !important;
  }
  .c-hamburger {
    background: none !important;
  }
  .p-header {
    padding: 0rem 0rem 0rem 1.5rem;
    background: url(./assets/img/header-bg-active.png) center center/ cover no-repeat !important;
  }
  .p-header__info {
    display: none;
  }
  .p-header__top-list > li:last-child {
    display: block;
  }
  .p-header__left {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .p-header__left img {
    width: 27rem;
  }
  .p-header.vz-02 {
    display: none;
  }
  .p-header.vz-01 {
    top: 3.3rem;
    transition: opacity 0.35s ease;
  }
  .p-header__menu, .p-header__list {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-header__top-left {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* --------------------------------------------------------------------------
 * 1. SITE MAPS
 * -------------------------------------------------------------------------- */
.site-maps {
  position: relative;
  width: 100%;
  height: 53rem;
}
.site-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* --------------------------------------------------------------------------
 * 2. MAIN FOOTER (.p-footer)
 * -------------------------------------------------------------------------- */
.p-footer {
  background: url(./assets/img/background-ft.png) top center / cover no-repeat;
  padding-bottom: 11.1rem;
}
.p-footer__map {
  position: relative;
}
.p-footer__btn-map {
  position: absolute;
  top: 4.4rem;
  right: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn-map {
    top: 1rem;
    right: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-footer__contain {
    display: flex;
    gap: 14.3rem;
  }
}
.p-footer__info {
  width: calc(100% - 100rem - 14.3rem);
  padding-top: 9.4rem;
  padding-left: 6.7rem;
}
.p-footer__logo {
  display: flex;
  padding-bottom: 4.2rem;
  padding-left: 10.1rem;
}
.p-footer__contact {
  display: flex;
  gap: 1rem;
}
.p-footer__contact-item {
  height: 8.7rem;
  background: url("./assets/img/bg-phone.png") center / cover no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-item {
    width: 100%;
  }
}
.p-footer__contact-label {
  padding-top: 1.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.p-footer__web {
  width: 19.9rem;
  height: 8.7rem;
  background: url("./assets/img/bg-web.png") center / cover no-repeat;
  display: grid;
  justify-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__web {
    width: 70%;
  }
}
.p-footer__web::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.8rem);
  height: 1px;
  bottom: 0.7rem;
  left: 0;
  background-color: #FFFFFF;
  z-index: 0;
}
.p-footer__web::after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1rem;
  bottom: 0.7rem;
  right: 0.8rem;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background: #FFFFFF;
  z-index: 0;
}
.p-footer__web-label {
  padding-top: 1.3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
}
.p-footer__web-text {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 131%;
}
.p-footer__insta {
  max-width: 100%;
}
.p-footer__insta img {
  width: 8.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__insta {
    width: 28%;
  }
}
.p-footer__tel {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 29.8rem;
  margin-bottom: 3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 2.1rem;
}
.p-footer__tel a {
  background: url(assets/img/tel-icon01.svg) no-repeat center left;
  background-size: 2.2rem;
  padding-left: 3.2rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.p-footer__tel-number {
  font-size: 3.4rem;
  font-weight: 500;
}
.p-footer__address {
  display: flex;
  gap: 6.4rem;
  width: 60.6rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__address {
    width: 100%;
  }
}
.p-footer__add-icon, .p-footer__bus-icon {
  max-width: 100%;
}
.p-footer__add-icon img, .p-footer__bus-icon img {
  width: 3rem;
}
.p-footer__add-text, .p-footer__bus-text {
  color: #fff;
  white-space: nowrap;
}
.p-footer__item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  width: 22.6rem;
  padding-top: 2.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .p-footer__item {
    width: calc(50% - 3.2rem);
  }
}
.p-footer__item--02 {
  width: calc(100% - 22.6rem - 6.4rem);
}
@media screen and (max-width: 1024px) {
  .p-footer__item--02 {
    width: calc(50% - 3.2rem);
  }
}
.p-footer__text p {
  color: #fff;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0;
}
.p-footer__text.vz-local p {
  background: url(assets/img/local-icon01.svg) no-repeat center left;
  background-size: 1.6rem;
  margin-bottom: 4rem;
  padding-left: 3.5rem;
}
.p-footer__menu {
  padding-top: 22.4rem;
  width: 100rem;
}
.p-footer__menu-row {
  position: relative;
  gap: 4rem;
}
.p-footer__menu-row::before {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 8rem;
  width: var(--w-261);
  height: var(--h-415);
}
.p-footer__menu-left {
  width: calc(87rem - 44rem - 4rem);
}
.p-footer__menu-right {
  width: 44rem;
}
.p-footer__menu-title {
  display: flex;
  align-items: center;
  gap: 6.5rem;
}
.p-footer__menu-title--en {
  display: inline-block;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0;
}
.p-footer__menu-title--en::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.65rem;
  margin-left: 4rem;
  margin-right: -2.5rem;
  background: #ffffff;
}
.p-footer__menu-title--jp {
  display: inline-block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0;
}
.p-footer__nav {
  gap: 7.5rem;
  grid-template-columns: 28.4rem 51.2rem;
}
.p-footer__nav--title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: #fff solid 1px;
}
.p-footer__nav--title span {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.p-footer__nav--title span:nth-child(2) {
  margin-left: 2.3rem;
  padding-left: 2.3rem;
  border-left: #fff solid 1px;
  font-size: 2rem;
}
.p-footer__nav--list {
  gap: 1.1rem;
}
.p-footer__nav--list li {
  color: #fff;
  list-style: disc !important;
}
.p-footer__nav--list li a {
  position: relative;
  transition: all 0.35s;
  color: #ffffff;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
}
.p-footer__nav--list li a:hover {
  text-decoration: underline;
}
.p-footer__nav--list.vz-02 {
  width: 100%;
  grid-template-columns: 0.8fr 1fr;
  list-style: inherit;
}
.p-footer__wrap-table {
  align-items: stretch;
}
.p-footer__wrap-table--left {
  width: 4.4rem;
  padding-top: 6.5rem;
  background: url("./assets/img/bg-table.png") center / cover no-repeat;
  background-color: #2B6AAE;
  color: #333333;
  font-weight: 500;
  line-height: 265%;
  letter-spacing: 1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-footer__wrap-table--right {
  width: calc(100% - 4.4rem);
  padding: 0 2.3rem 0 2.8rem;
  border: #fff solid 0.1rem;
}
.p-footer__wrap-title {
  margin-bottom: 3rem;
  color: #f2ede9;
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: 100%;
}
.p-footer__wrap-item {
  padding-top: 2rem;
}
.p-footer__wrap-item:not(:last-child) {
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #45454533;
}
.p-footer__table-head {
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid #ffffff80;
}
.p-footer__table-text {
  padding-top: 1.6rem;
  color: #fff;
}
.p-footer__table-row {
  align-items: center;
  padding: 0 0 2rem;
}
.p-footer__table-row:not(:last-child) {
  padding-top: 2rem;
}
.p-footer__table-row .col--title {
  text-align: left;
}
.p-footer__table .col {
  width: calc((100% - 12rem) / 7);
  color: #fff;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 100%;
}
.p-footer__table .col--title {
  width: 12rem;
}
.p-footer__schedule--table .row {
  position: relative;
}
.p-footer__schedule--table .row:nth-child(2)::after, .p-footer__schedule--table .row:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.5px;
  background: #b5b4a8;
}
.p-footer__banner {
  position: absolute;
  bottom: 2rem;
  right: 7.5rem;
}
.p-footer__banner img {
  width: 54.8rem;
}
.p-footer__bottom {
  padding: 1.1rem;
  background: #2F6FB3;
}
.p-footer__credit img {
  width: 19rem;
}
.p-footer__copy {
  color: #fff;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-footer__copyright {
    gap: 2.5rem;
  }
}
/* --------------------------------------------------------------------------
 * 3. COMPONENTS & UTILITIES
 * -------------------------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  bottom: 1.3rem;
  right: 2rem;
  z-index: 999;
  width: 5.3rem;
  height: 5.3rem;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #2F6FB3;
  opacity: 0;
  cursor: pointer;
  transition: all 0.35s;
}
.c-pagetop.fixed {
  position: fixed;
}
.c-pagetop.show {
  opacity: 1;
}
.c-pagetop.show:hover {
  opacity: 0.8;
}
.c-pagetop img {
  width: 100%;
  max-width: 11.2rem;
}
.c-nav-fix {
  display: none;
}
.c-line {
  position: relative;
  width: 29rem;
  height: 0.1rem;
  margin: 2.1rem 0 2rem;
  background: #ffffff;
}
.c-line--big {
  width: 48rem;
}
.reset-btn {
  margin-top: 0 !important;
}
.pd-02 {
  padding: 2rem 0;
}
.circle {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid #8887df;
  border-radius: 50%;
  vertical-align: middle;
}
.col-orange {
  color: #ffac00 !important;
}
.sp-small {
  width: 22.6rem !important;
  padding-right: 4rem;
}
.img-mg {
  margin-left: 1rem;
}
.img-mg--02 {
  margin-left: 2rem;
}
ul li::marker {
  font-size: 0.8em;
}
/* ==========================================================================
   4. ALL RESPONSIVE MEDIA QUERIES
   ========================================================================== */
/* --- PC 1440px --- */
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-footer__contain {
    gap: 6rem;
  }
  .p-footer__info {
    width: 50%;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-footer__menu {
    width: 50%;
    padding-top: 10rem;
  }
  .p-footer__tel {
    width: 100%;
  }
}
/* --- Tablet / Laptop Nhỏ (Max-width: 960px) --- */
@media (max-width: 960px) {
  .site-footer {
    padding-bottom: 6rem;
  }
  .p-footer {
    padding: 6rem 0 3rem;
  }
  .p-footer__top-row {
    padding-top: 0rem;
    gap: 0;
  }
  .p-footer__logo img {
    width: 30rem;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__tel {
    margin-bottom: 2rem;
  }
  .p-footer__tel a {
    font-size: 3rem;
  }
  .p-footer__text.vz-local p {
    margin-bottom: 3rem;
  }
  .p-footer__wrap-table--right {
    padding: 0 0.5rem 0;
  }
  .p-footer__banner {
    position: relative;
    right: auto;
    bottom: 0;
  }
  .p-footer__banner a {
    display: inline-block;
    margin-left: 1.5rem;
  }
  .p-footer__banner img {
    width: 40rem;
  }
  .p-footer__credit img {
    width: 14rem;
  }
  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: flex;
    width: 100%;
    border-top: #fff solid 1px;
  }
  .c-nav-fix li {
    width: calc(100% / 2);
    border-right: #fff solid 1px;
  }
  .c-nav-fix li:first-child a {
    background-color: #4D88C7;
  }
  .c-nav-fix li:nth-child(2) a {
    background-color: #4DAF7C;
  }
  .c-nav-fix li:nth-child(3) a {
    background-color: #E66E6E;
  }
  .c-nav-fix li:last-child {
    border-right: 0;
  }
  .c-nav-fix li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 6rem;
    padding: 0.7rem 0;
    background: #796650;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
  }
  .c-nav-fix li a::before {
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    mask: url(./assets/img/tel-icon01.svg) center / 100% no-repeat;
    -webkit-mask: url(./assets/img/tel-icon01.svg) center / 100% no-repeat;
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
  }
  .c-nav-fix li a.c-acf_web::before {
    width: 1.8rem;
    mask-image: url(assets/img/web-icon02.svg);
    -webkit-mask-image: url(assets/img/web-icon02.svg);
  }
  .c-nav-fix li a.c-acf_time::before {
    width: 1.8rem;
    mask-image: url(assets/img/social_time.svg);
    -webkit-mask-image: url(assets/img/social_time.svg);
  }
  .c-pagetop {
    right: 1.5rem;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
    background-size: 2.4rem;
  }
  .c-pagetop.fixed {
    bottom: 6.5rem;
  }
}
/* --- Tablet (@include tab) --- */
@media screen and (max-width: 1024px) {
  .p-footer__tel {
    width: 100%;
  }
  .p-footer__menu {
    width: 42%;
  }
  .p-footer__table .col {
    width: calc((100% - 15rem) / 7);
  }
  .p-footer__table .col--title {
    width: 15rem;
  }
}
/* --- Smartphone General (@include sp) --- */
@media screen and (max-width: 960px) {
  .site-maps {
    height: 40rem;
  }
  .p-footer {
    padding-top: 7rem;
    padding-bottom: 0;
  }
  .p-footer__info {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-footer__contact {
    justify-content: center;
  }
  .p-footer__contact-label {
    text-align: center;
  }
  .p-footer__address {
    justify-self: center;
    width: auto;
  }
  .p-footer__menu {
    display: none;
  }
  .p-footer__wrap-table--left, .p-footer__wrap-table--right {
    margin-bottom: 3rem;
  }
}
/* --- Mobile Breakpoints (@include sp767 & Max-width: 767px) --- */
@media screen and (max-width: 767px) {
  .site-maps {
    height: 28rem;
  }
  .p-footer__table .col {
    font-size: 1.4rem;
    width: calc((100% - 9.5rem) / 7);
  }
  .p-footer__table .col--title {
    width: 9.5rem;
  }
  .p-footer__wrap-table--left {
    width: 3rem;
    line-height: 225%;
  }
  .p-footer__wrap-table--right {
    width: calc(100% - 3rem);
  }
  .p-footer__schedule--table .row:nth-child(2)::after, .p-footer__schedule--table .row:nth-child(3)::after {
    left: 1rem;
    right: 1rem;
  }
  .p-footer__contact {
    display: flex;
    gap: 1rem;
    width: 100%;
  }
  .p-footer__tel-number {
    font-size: 1.7rem;
  }
  .p-footer__tel img {
    width: 1.5rem;
  }
  .p-footer__address {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-footer__item--02 {
    width: 100%;
  }
  .p-footer__item {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-footer__logo {
    display: flex;
    padding-bottom: 3rem;
    justify-content: center;
    padding-left: 0;
  }
  .p-footer__web {
    display: grid;
    justify-items: center;
    position: relative;
  }
  .p-footer__contact {
    margin-bottom: 3rem;
    align-items: center;
  }
  .p-footer__address {
    margin-bottom: 3rem;
  }
  .p-footer__contact-label {
    font-size: 1.3rem;
  }
  .p-footer__web-label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-footer__web-text {
    font-size: 1.8rem;
  }
  .p-footer__contact-item {
    height: 6.5rem;
  }
  .p-footer__web {
    height: 6.5rem;
  }
  .p-footer__web::before {
    bottom: 0.4rem;
  }
  .p-footer__web::after {
    bottom: 0.4rem;
  }
  .c-pagetop {
    bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .c-nav-fix li a {
    font-size: 1.4rem;
  }
  .p-footer .p-contact__address {
    margin-top: 0rem;
  }
  .p-footer__banner {
    text-align: center;
  }
  .p-footer__banner a {
    margin-left: 0;
  }
  .p-footer__banner img {
    width: 30rem;
  }
  .p-footer__schedule--table dl dt {
    width: 14.3rem;
    padding-left: 0;
  }
  .p-footer__schedule--table dl dd {
    width: calc((100% - 14.5rem) / 7);
  }
  .p-footer__credit {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .p-footer__copyright {
    flex-flow: column;
  }
}
[class^="grid-"], [class*="grid-"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.l-grid-1770 {
  max-width: 180rem;
}
.l-grid-1540 {
  max-width: 157rem;
}
.l-grid-1500 {
  max-width: 153rem;
}
.l-grid-1330 {
  max-width: 136rem;
}
.l-grid-1360 {
  max-width: 139rem;
}
.l-grid-1280 {
  max-width: 131rem;
}
.l-grid-1200 {
  max-width: 123rem;
}
.l-grid-1064 {
  max-width: 109.4rem;
}
.l-grid-1445 {
  max-width: 147.5rem;
}
.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-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;
  }
}
/* 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;
}
/* ==========================================================================
   Object - Component (c-)
   ========================================================================== */
.c-hamburger {
  position: relative;
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  width: 8.7rem;
  height: 8.1rem;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center;
}
@media (hover: hover) {
  .c-hamburger:hover {
    opacity: 0.9;
  }
}
.c-hamburger__txt {
  color: #fff;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: -0.8rem;
}
.c-hamburger__line {
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #2F6FB3;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transform-origin: center;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  width: 3.5rem;
  transform: translateY(1.3rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
  width: 3.5rem;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  width: 3.5rem;
  transform: translateY(-1.3rem) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .c-hamburger {
    width: 7.7rem;
    height: 7.7rem;
  }
}
.c-heading {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #2B6AAE;
  font-family: "Zen Kaku Gothic New", 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 #2B6AAE;
}
.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: #2B6AAE;
  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: #2B6AAE;
  opacity: 0.4;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-heading--diamond::after {
    top: 1.5rem;
  }
}
.c-heading--tab {
  display: inline-block;
  position: relative;
  padding: 1rem 2.4rem 1rem 3.6rem;
  background-color: #2B6AAE;
  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: #2B6AAE;
  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: #2B6AAE;
  color: #fff;
  font-family: "Zen Kaku Gothic New", 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(43, 106, 174, 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: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.1rem;
  color: rgba(43, 106, 174, 0.18);
  line-height: 1;
  -webkit-text-stroke: 0.05rem rgba(43, 106, 174, 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: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2B6AAE;
  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: #2B6AAE;
}
.c-heading--hy-lv1 {
  display: block;
  position: relative;
  text-align: center;
  font-size: var(--size-h1);
  font-weight: 700;
  color: #2B6AAE;
  letter-spacing: 0.08em;
  z-index: 1;
  margin-bottom: 4rem;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.c-heading--hy-lv1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 5rem;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
}
.c-heading--hy-lv1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  width: 6rem;
  border-top: 0.2rem dashed #2B6AAE;
}
.c-heading--hy-lv1::first-letter {
  color: #B7A266;
}
@media screen and (min-width: 961px) {
  .c-heading--hy-lv1::before {
    width: 18rem;
    height: 10rem;
  }
}
.c-heading--hy-lv1.tn-02 {
  padding: 0;
}
.c-heading--hy-lv1.tn-02::before {
  display: none;
}
.c-heading--hy-lv2 {
  position: relative;
  background-color: rgba(43, 106, 174, 0.1);
  padding: 2rem 3rem 2.2rem;
  font-size: var(--size-h2);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.c-heading--hy-lv2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background: #2B6AAE;
}
@media screen and (max-width: 960px) {
  .c-heading--hy-lv2 {
    padding: 1rem 1.5rem;
    word-break: auto-phrase;
    overflow-wrap: normal;
  }
  .c-heading--hy-lv2::before {
    width: 0.6rem;
  }
}
.c-heading--hy-lv3 {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: var(--size-h3);
}
.c-heading--hy-lv3::before, .c-heading--hy-lv3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: 0;
}
.c-heading--hy-lv3::after {
  background: repeating-linear-gradient(-45deg, #2B6AAE, #2B6AAE 10%, #fff 10%, #fff 30%, #2B6AAE 30%, #2B6AAE 70%, #fff 70%, #fff 90%, #2B6AAE 90%, #2B6AAE 100%);
  background-size: 0.6rem 0.4rem;
  opacity: 0.7;
}
.c-heading--hy-lv3::before {
  width: 10rem;
  z-index: 1;
  background-color: #2B6AAE;
}
.c-heading--hy-lv4 {
  position: relative;
  padding-left: 3rem;
  font-size: var(--size-h4);
  margin-bottom: 0.8rem;
}
.c-heading--hy-lv4.gp-01::before, .c-heading--hy-lv4.gp-01::after {
  top: 2rem;
}
@media screen and (max-width: 960px) {
  .c-heading--hy-lv4.gp-01::before, .c-heading--hy-lv4.gp-01::after {
    top: 1.3rem;
  }
}
.c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
  content: "";
  position: absolute;
  top: 1.9rem;
  background-color: #2B6AAE;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .c-heading--hy-lv4::before, .c-heading--hy-lv4::after {
    top: 1.7rem;
  }
}
.c-heading--hy-lv4::before {
  left: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
.c-heading--hy-lv4::after {
  left: 1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.4;
}
.c-heading--hy-lv5 {
  position: relative;
  padding: 0 0 0 2.5rem;
  font-size: var(--size-h5);
  text-align: justify;
}
.c-heading--hy-lv5::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #2B6AAE;
}
.c-heading--hy-lv6 {
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--size-h6);
  border-left: 0.3rem solid #2B6AAE;
}
.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 #2B6AAE;
}
@media screen and (max-width: 960px) {
  .c-heading--hy-lv1-alt {
    font-size: 2rem;
    padding-left: 1.6rem;
  }
}
.c-heading--hy-lv2-alt {
  padding: 0 5rem 0 0;
  background: transparent;
  color: #2B6AAE;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.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--sizev5 {
  font-size: var(--size-h5);
}
.c-heading--sizev6 {
  font-size: var(--size-h6);
}
.c-heading-counter {
  counter-reset: c-heading-bignum c-heading-block;
}
.c-table {
  font-size: var(--size-p);
  color: #535353;
  line-height: 185%;
  letter-spacing: 0.05rem;
}
.c-table.js-scrollable {
  min-width: 900px;
  overflow: auto;
}
.c-table--01 {
  border-top: 1px dashed #2B6AAE;
}
@media (max-width: 960px) {
  .c-table--01 {
    border-top: 0px dashed #2B6AAE;
    border-bottom: 1px solid #2B6AAE;
  }
}
.c-table--01 .c-table__row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px dashed #2B6AAE;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__row {
    grid-template-columns: 9rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 0;
  }
  .c-table--01 .c-table__row:nth-child(odd) {
    background: #efefef;
  }
}
.c-table--01 .c-table__head {
  font-weight: 600;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__head {
    padding-left: var(--space-xs);
  }
}
.c-table--01 .c-table__body {
  font-weight: 500;
}
@media (max-width: 960px) {
  .c-table--01 .c-table__body {
    padding-right: var(--space-xs);
  }
}
@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 var(--space-sm);
    background-color: var(--main-color-light);
  }
  .c-table--01__spfull .c-table__head br {
    display: none;
  }
  .c-table--01__spfull .c-table__body {
    padding-right: 0;
  }
  .c-table--01__spfull .c-list {
    margin: 0.5rem 0 0 0;
    padding: 0;
    gap: 0;
    background-color: transparent;
  }
}
.c-table--02 {
  border-top: 0px dashed #2B6AAE;
  border-bottom: 1px solid #ddd;
}
.c-table--02 dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.c-table--02 dt, .c-table--02 dd {
  padding: 1.5rem;
}
.c-table--02 dt {
  font-weight: bold;
  background-color: #2B6AAE;
  color: #fff;
}
.c-table--02 dd {
  background-color: #f9f9f9;
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.c-table--02 dd br {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 960px) {
  .c-table--02 dl {
    grid-template-columns: 6fr 3fr;
  }
  .c-table--02 dt {
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
  .c-table--02 dt, .c-table--02 dd {
    padding: 1.35rem 0.7rem;
  }
}
.c-table--03 {
  border-top: 0px dashed #2B6AAE;
  border-bottom: 1px solid #2B6AAE;
}
.c-table--03 dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #2B6AAE;
  border-bottom: 0;
}
.c-table--03 dt, .c-table--03 dd {
  padding: 1.5rem;
  background-color: #f9f9f9;
}
.c-table--03 dd {
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
  border-left: 1px solid #2B6AAE;
}
.c-table--03 dd br {
  display: block;
  margin-top: 0.5rem;
}
.c-table--03 .c-table__row:first-child dt {
  border-right: 1px solid #ddd;
}
.c-table--03 .c-table__row:first-child dt, .c-table--03 .c-table__row:first-child dd {
  font-weight: bold;
  color: #fff;
  background-color: #2B6AAE;
}
@media (max-width: 960px) {
  .c-table--03 dt, .c-table--03 dd {
    padding: 1.5rem 0.9rem;
  }
  .c-table--03 dl {
    grid-template-columns: 2fr 1fr;
  }
}
.c-table--04 {
  border-top: 0px dashed #2B6AAE;
  border-bottom: 1px solid #2B6AAE;
  text-align: center;
}
.c-table--04 dl {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr 1fr;
  border: 1px solid #2B6AAE;
  border-bottom: 0;
}
.c-table--04 dt, .c-table--04 dd {
  padding: 1.5rem;
  background-color: #f9f9f9;
}
.c-table--04 dd {
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
  border-left: 1px solid #2B6AAE;
}
.c-table--04 dd br {
  display: block;
  margin-top: 0.5rem;
}
.c-table--04 .c-table__row:first-child dd:not(:first-child) {
  border-left: 1px solid #ddd;
}
.c-table--04 .c-table__row:first-child dt, .c-table--04 .c-table__row:first-child dd {
  font-weight: bold;
  color: #fff;
  background-color: #2B6AAE;
}
.c-table--04 .c-table__row:not(:first-child) .c-table__head {
  color: #2B6AAE;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 960px) {
  .c-table--04 dt, .c-table--04 dd {
    padding: 1.5rem 0.9rem;
  }
}
.c-table--05 {
  border-top: 0px dashed #2B6AAE;
  border-bottom: 1px solid #2B6AAE;
}
.c-table--05 dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #2B6AAE;
  border-bottom: 0;
}
.c-table--05 dt, .c-table--05 dd {
  padding: 1.5rem;
  background-color: #f9f9f9;
}
.c-table--05 dd {
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
  border-left: 1px solid #2B6AAE;
}
.c-table--05 dd br {
  display: block;
  margin-top: 0.5rem;
}
.c-table--05 .c-table__row:first-child dt {
  border-right: 1px solid #ddd;
}
.c-table--05 .c-table__row:first-child dt, .c-table--05 .c-table__row:first-child dd {
  font-weight: bold;
  color: #fff;
  background-color: #2B6AAE;
}
.c-table--05 .c-table__row dt:first-child {
  background: #2b6aae;
}
@media (max-width: 960px) {
  .c-table--05 dt, .c-table--05 dd {
    padding: 1.5rem 0.9rem;
  }
}
.c-table--06 dl dt:first-child {
  border-right: 1px solid #fff;
}
.c-table--06 dl dd:first-child {
  border-right: 1px solid #ddd;
}
.c-table--07 {
  border-top: 0px dashed #2B6AAE;
  border-bottom: 1px solid #ddd;
}
.c-table--07 dl {
  display: grid;
  grid-template-columns: 1fr 6fr;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.c-table--07 dt, .c-table--07 dd {
  padding: 1.5rem;
}
.c-table--07 dt {
  font-weight: bold;
  background-color: #2B6AAE;
  color: #fff;
}
.c-table--07 dd {
  background-color: #f9f9f9;
  font-size: var(--size-p);
  word-wrap: break-word;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.c-table--07 dd br {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 960px) {
  .c-table--07 dl {
    grid-template-columns: 2fr 4fr;
  }
}
.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 #2B6AAE;
  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: #2B6AAE;
  font-weight: 600;
  color: #ffffff;
}
.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 #2B6AAE;
}
.c-table--schedule .c-table__row {
  display: grid;
  grid-template-columns: 26rem repeat(8, 1fr);
  border-bottom: 1px solid #2B6AAE;
}
@media (max-width: 960px) {
  .c-table--schedule .c-table__row {
    grid-template-columns: 10rem repeat(8, 1fr);
  }
}
.c-table--schedule .c-table__row--head {
  background: #2B6AAE;
  color: #ffffff;
  font-weight: 600;
}
.c-table--schedule .c-table__row--head .c-table__head:first-child {
  color: #ffffff;
}
.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 #2B6AAE;
  font-weight: 500;
}
.c-table--schedule .c-table__head:not(:first-child), .c-table--schedule .c-table__body:not(:first-child) {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.c-table--schedule .c-table__head:first-child, .c-table--schedule .c-table__body:first-child {
  border-left: 1px solid #2B6AAE;
  background-color: rgba(43, 106, 174, 0.2);
}
@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-table--schedule .c-table__head:first-child {
  color: #2B6AAE;
}
.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: #535353;
  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;
  }
}
/******************************************************
パーツ　歯科医師
******************************************************/
.recruit__btn {
  gap: 2rem;
  margin-bottom: 6rem;
}
.recruit__btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 42rem;
  height: 6rem;
  color: #fff;
  background: #B7A266;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.recruit__btn .btn:hover, .recruit__btn .btn.active {
  background: #2B6AAE;
}
.recruit__content {
  background: rgba(43, 106, 174, 0.5);
  padding: 1.5rem;
}
.recruit__content:not(.active) {
  display: none;
}
@media (max-width: 960px) {
  .recruit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 6rem;
  }
  .recruit__btn {
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
  }
  .recruit__btn .btn {
    width: calc(50% - .5rem);
  }
}
/******************************************************
パーツ　Clinic Infomation
******************************************************/
.clinic-row {
  display: flex;
  font-size: 1.6rem;
  position: relative;
  gap: 1.5rem;
}
.clinic-row:not(:last-child) {
  margin-bottom: 1.5rem;
}
.clinic-row > dt, .clinic-row > dd {
  min-height: 6.4rem;
  padding: 0.5rem 1.65rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.1rem;
  margin: 0;
}
.clinic-row.va-top .clinic-row__label {
  padding-top: 0.3rem;
}
.clinic-row.va-top .clinic-row__value {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.clinic-row__label {
  background: #2B6AAE;
  width: 31.2rem;
  color: #ffffff;
  font-weight: 500;
  justify-content: center;
}
.clinic-row__value {
  width: calc(100% - 18.5rem);
  background: #ffffff;
  color: #535353;
  font-weight: normal;
}
@media (max-width: 960px) {
  .clinic {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    position: relative;
  }
  .clinic-row {
    flex-direction: column;
  }
  .clinic-row > dt, .clinic-row > dd {
    width: 100%;
    min-height: auto;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    letter-spacing: normal;
  }
  .clinic-row > dt:first-child, .clinic-row > dd:first-child {
    padding-top: 1.3rem;
  }
  .clinic-row.va-top .clinic-row__value {
    word-break: auto-phrase;
    overflow-wrap: normal;
  }
  .clinic-row.va-top .clinic-row__label {
    padding-top: 1.3rem;
  }
}
.c-form__contact .table-form {
  margin-bottom: 4rem;
}
.c-form__contact .table-form dl {
  display: flex;
}
@media (min-width: 767.5px) {
  .c-form__contact .table-form dl:nth-child(odd) dt, .c-form__contact .table-form dl:nth-child(odd) dd {
    background: rgba(156, 137, 84, 0.102);
  }
}
.c-form__contact .table-form dt, .c-form__contact .table-form dd {
  color: #535353;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  padding: 1rem;
  min-height: 7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-form__contact .table-form dt .required, .c-form__contact .table-form dd .required {
  background: #2B6AAE;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 0.1rem 1.3rem;
  border-radius: 0.4rem;
  margin-left: 1rem;
}
.c-form__contact .table-form dt .wpcf7-list-item input, .c-form__contact .table-form dd .wpcf7-list-item input {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0.2rem;
}
.c-form__contact .table-form dt .wpcf7-list-item.first, .c-form__contact .table-form dd .wpcf7-list-item.first {
  margin: 0;
}
.c-form__contact .table-form dt .examp p, .c-form__contact .table-form dd .examp p {
  font-size: 1.4rem;
  color: #ccc;
}
.c-form__contact .table-form dt {
  width: 36rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-form__contact .table-form dt > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-form__contact .table-form dd {
  width: calc(100% - 37rem);
}
.c-form__contact .form-input {
  width: 100%;
}
.c-form__contact .form-input input, .c-form__contact .form-input textarea {
  font-size: var(--size-p);
  width: 100%;
  height: 5rem;
  padding: 1rem;
  border: #ccc solid 1px;
  line-height: 175%;
}
.c-form__contact .form-input input:focus-visible, .c-form__contact .form-input textarea:focus-visible {
  outline: none;
}
.c-form__contact .form-input textarea {
  height: 16rem;
  vertical-align: top;
  resize: none;
}
.c-form__contact .form-input-item {
  position: relative;
  padding-right: 4rem;
}
.c-form__contact .form-input-item input {
  width: 8rem;
  text-align: center;
}
.c-form__contact .form-input .value {
  position: absolute;
  top: 0.7rem;
  left: 9rem;
}
.c-form__contact .form_recruit .checked {
  margin-bottom: 4rem;
}
.c-form__contact .form_recruit .checked label {
  cursor: pointer;
}
.c-form__contact .form_recruit .txt_desc {
  margin-bottom: 4rem;
}
.c-form__contact .form_recruit .wpcf7-spinner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.c-form__contact .wpcf7 form.invalid .wpcf7-response-output, .c-form__contact .wpcf7 form.sent .wpcf7-response-output, .c-form__contact .wpcf7 form.failed .wpcf7-response-output {
  text-align: center;
}
.c-form__contact .wpcf7-radio label {
  cursor: pointer;
}
.c-form__contact .btn-default-01 p {
  display: inline-flex;
  position: relative;
  width: 25.2rem;
  height: 5.9rem;
  margin: 0;
}
.c-form__contact .btn-default-01 p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 0.5px solid #f4eee0;
  transition: ease all 0.35s;
  z-index: 2;
  pointer-events: none;
}
.c-form__contact .btn-default-01 p:hover .btn {
  background-color: #2B6AAE;
}
.c-form__contact .btn-default-01 p:hover::before {
  border-color: #ffffff;
}
.c-form__contact .btn-default-01 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #B7A266;
  font-size: var(--size-p-18);
  line-height: 3rem;
  color: #ffffff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: ease all 0.35s;
  position: relative;
  z-index: 1;
}
.c-form__contact .btn-default-01 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 960px) {
  .c-form__contact .table-form dt, .c-form__contact .table-form dd, .c-form__contact .table-form p {
    font-size: 1.5rem;
  }
  .c-form__contact .table-form dt {
    width: 26rem;
    padding-left: 1rem;
  }
  .c-form__contact .table-form dd {
    width: calc(100% - 26rem);
  }
  .c-form__contact .form-input.date-of-birth {
    flex-wrap: nowrap;
  }
  .c-form__contact .form-input input {
    font-size: 1.5rem;
    height: 4.5rem;
  }
  .c-form__contact .form-input textarea {
    height: 14rem;
  }
  .c-form__contact .form-input-item {
    padding-right: 3.5rem;
  }
  .c-form__contact .form-input .value {
    left: 8rem;
  }
  .c-form__contact .btn-default-01 .btn {
    width: 28rem;
  }
}
@media (max-width: 767px) {
  .c-form__contact .table-form {
    margin-bottom: 2rem;
  }
  .c-form__contact .table-form dl {
    flex-wrap: wrap;
  }
  .c-form__contact .table-form dt, .c-form__contact .table-form dd {
    float: left;
    width: 100%;
    border: 0;
    padding: 1rem 0;
    min-height: auto;
  }
  .c-form__contact .table-form dt {
    padding: 1rem;
    background: rgba(156, 137, 84, 0.1);
  }
  .c-form__contact .form-input-item input {
    width: 7rem;
  }
  .c-form__contact .form-input .value {
    left: 8.3rem;
  }
  .c-form__contact .form_recruit .wpcf7-list-item {
    text-align: center;
    margin: 0 2rem 0 0 !important;
  }
  .c-form__contact .form_recruit .checked {
    margin-bottom: 2.5rem;
  }
  .c-form__contact .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em;
  }
}
.c-columns--clinic .c-heading {
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.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.c-media__image--doctor {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .c-media__image.c-media__image--doctor {
    position: sticky;
    top: 23.5%;
  }
}
.c-media__image.c-media__image--doctor .c-heading--doctor {
  position: absolute;
  z-index: 0;
  bottom: 1.5rem;
  right: 1.5rem;
  display: inline-block;
  padding: 1rem 2.4rem 1rem 3.6rem;
  background-color: #2B6AAE;
  color: #ffffff;
  border-radius: 0.5rem;
  clip-path: polygon(1.6rem 0, 100% 0, 100% 100%, 0 100%);
}
.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-list {
  list-style: none;
}
.c-list li {
  position: relative;
  line-height: 1.8;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 185%;
  letter-spacing: 0.05rem;
}
.c-list--dot .c-list__item {
  padding-left: 1.6rem;
}
.c-list--dot .c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-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;
  aspect-ratio: 1.5;
}
@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: -2.5rem !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 1rem 2.4rem;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px dashed rgba(83, 83, 83, 0.3);
  margin-bottom: 1.5rem;
}
@media (max-width: 960px) {
  .c-dot-list > li {
    line-height: 150%;
    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: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #535353;
  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--plain > li:not(:last-child) {
  border-bottom: 0;
  margin-bottom: 0;
}
.c-dot-list--square > li::before {
  border-radius: 0;
}
.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: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 960px) {
  .c-check-list > li {
    line-height: 150%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.c-check-list > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.c-check-list > li.not-list {
  padding-left: 0;
}
.c-check-list > li:not(.not-list)::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2rem;
  height: 1.1rem;
  border-left: 0.3rem solid #2B6AAE;
  border-bottom: 0.3rem solid #2B6AAE;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .c-check-list--nottext {
    text-align: start !important;
  }
}
.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: 2.5rem;
}
@media screen and (max-width: 960px) {
  .c-check-list--3col {
    grid-template-columns: 1fr;
  }
}
.c-info-table {
  border-top: 1px dashed rgba(83, 83, 83, 0.2);
}
@media screen and (max-width: 960px) {
  .c-info-table--rowsp .c-info-table__row {
    grid-template-columns: 9rem 1fr;
  }
  .c-info-table--rowsp .c-info-table__row dd {
    text-align: start;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}
.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: 17rem 1fr;
  gap: 2rem;
  padding: 2rem 0rem;
  border-bottom: 1px dashed rgba(83, 83, 83, 0.2);
}
@media screen and (max-width: 960px) {
  .c-info-table__row {
    grid-template-columns: 7rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0rem;
  }
}
.c-info-table__row dt, .c-info-table__row dd {
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  color: #535353;
}
@media (max-width: 960px) {
  .c-info-table__row dt, .c-info-table__row dd {
    line-height: 150%;
    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: #2B6AAE;
  color: #ffffff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.c-info-table--bordered {
  border: 1px solid #2B6AAE;
  border-top-width: 1px;
  padding: 0 2rem;
}
.c-info-table--bordered .c-info-table__row {
  border-bottom: 1px solid rgba(43, 106, 174, 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: #2B6AAE;
  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(43, 106, 174, 0.2);
}
.c-info-table--striped .c-info-table__row:nth-child(even) {
  background-color: rgba(43, 106, 174, 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: #ffffff;
  border: 1px solid rgba(43, 106, 174, 0.3);
  border-bottom: 1px solid rgba(43, 106, 174, 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-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(43, 106, 174, 0.08);
}
.c-box--bg-primary {
  background-color: #2B6AAE;
  color: #ffffff;
}
.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: #ffffff;
}
.c-box--bg-primary a {
  text-decoration: underline;
}
.c-box--bg-dark {
  background-color: #535353;
  color: #ffffff;
}
.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: #ffffff;
}
.c-box--border {
  background-color: #ffffff;
  border: 0.2rem solid #2B6AAE;
}
.c-box--border-thin {
  background-color: #ffffff;
  border: 0.1rem solid rgba(43, 106, 174, 0.5);
}
.c-box--frame {
  position: relative;
  padding: 5rem;
  background-color: #F5F1EB;
  border: 6px solid #4daf7c;
  border-radius: 0;
}
@media screen and (max-width: 960px) {
  .c-box--frame {
    padding: 2rem 2rem;
    border: 2px solid #4daf7c;
  }
}
.c-box--frame .c-heading {
  color: #2B6AAE;
}
.c-box--frame .c-heading::before {
  background: #2B6AAE;
}
.c-box--rounded {
  border-radius: 2rem;
}
.c-box--callout {
  background-color: rgba(43, 106, 174, 0.08);
  border-left: 0.6rem solid #2B6AAE;
  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: #535353;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(43, 106, 174, 0.4);
  text-align: center;
}
.c-schedule th, .c-schedule td {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(43, 106, 174, 0.4);
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media (max-width: 960px) {
  .c-schedule th, .c-schedule td {
    line-height: 150%;
    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: #2B6AAE;
  color: #ffffff;
  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(43, 106, 174, 0.2);
  color: #2B6AAE;
  font-weight: 700;
  text-align: left;
  padding-left: 1.4rem;
  white-space: nowrap;
}
.c-schedule tbody td {
  color: #535353;
}
.c-schedule .is-closed {
  color: #535353;
}
.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;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.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(43, 106, 174, 0.4);
  background-color: #ffffff;
}
.c-faq__item[open] .c-faq__q::after {
  transform: rotate(180deg);
}
.c-faq__q {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.6rem 5rem 1.6rem 5rem;
  background-color: rgba(43, 106, 174, 0.2);
  font-size: var(--size-p);
  font-weight: 700;
  line-height: 1.5;
  color: #535353;
  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: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #2B6AAE;
}
.c-faq__q::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #2B6AAE;
  border-bottom: 0.2rem solid #2B6AAE;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-faq__q:hover {
    background-color: rgba(43, 106, 174, 0.25);
  }
}
.c-faq__a {
  position: relative;
  padding: 1.6rem 2rem 1.6rem 5rem;
  font-size: var(--size-p);
  line-height: 1.85;
  color: #535353;
}
.c-faq__a::before {
  content: "A.";
  position: absolute;
  left: 1.6rem;
  top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #C09867;
}
.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: #2B6AAE;
  color: #ffffff;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  border: 0.1rem solid #2B6AAE;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn {
    line-height: 150%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #ffffff;
    color: #2B6AAE;
  }
}
.c-btn--outline {
  background-color: transparent;
  color: #2B6AAE;
}
@media (hover: hover) {
  .c-btn--outline:hover {
    background-color: #2B6AAE;
    color: #ffffff;
  }
}
.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: 2.2857142857;
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (max-width: 960px) {
  .c-map {
    aspect-ratio: 1.3333333333;
    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;
}
@media screen and (max-width: 960px) {
  .c-map--square {
    aspect-ratio: 1;
  }
}
.c-map--tall {
  aspect-ratio: 0.75;
}
.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(43, 106, 174, 0.2);
  border-top: 0.4rem solid #2B6AAE;
  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 #2B6AAE;
  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 #2B6AAE;
    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: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2B6AAE;
  letter-spacing: 0.2rem;
}
.c-flow__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2B6AAE;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-flow p {
  margin: 1rem 0 0;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #555;
}
@media (max-width: 960px) {
  .c-flow p {
    line-height: 150%;
    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(43, 106, 174, 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: #2B6AAE;
  color: #ffffff;
  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: "Zen Kaku Gothic New", 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: "Zen Kaku Gothic New", 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: "Zen Kaku Gothic New", 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: #535353;
  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;
}
.c-process {
  padding-bottom: 1rem;
}
.c-process__item {
  position: relative;
  z-index: 1;
  padding: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .c-process__item {
    padding: 2rem;
  }
}
.c-process__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1rem;
  border: 1px solid #2B6AAE;
  background: #ffffff;
  transition: all 0.3s;
}
.c-process__item::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  min-height: 10rem;
  background: #2B6AAE;
  transition: all 0.3s;
}
.c-process__item:last-child {
  margin-bottom: 0;
}
.c-process__item:last-child .c-process__content::after {
  display: none;
}
.c-process__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6em;
  height: 6em;
  margin: 0 auto 1.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #ffffff;
  background: #2B6AAE;
}
.c-process__step::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0.5rem;
  border: 1px solid #ffffff;
  opacity: 0.8;
  transition: all 0.3s;
}
.c-process__number {
  margin-top: 0;
  font-size: 2.7em;
  line-height: 1;
  letter-spacing: 0;
}
.c-process__title {
  text-align: center;
  color: #2B6AAE;
  line-height: 1.4;
}
.c-process__title::before, .c-process__title::after {
  display: none;
}
.c-process__title.c-heading--h4, .c-process__title.c-heading--h5 {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}
.c-process__content img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .c-process__content img {
    height: auto;
  }
}
.c-process__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-3em + 1px);
  width: 7em;
  height: 3em;
  margin: 0 auto;
  background: #2B6AAE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 960px) {
  .c-process__content::after {
    bottom: calc(-2em + 1px);
    width: 5em;
    height: 2em;
  }
}
.c-process__content--large img {
  height: 45rem;
}
@media screen and (max-width: 960px) {
  .c-process__content--large img {
    height: auto;
  }
}
.c-process-style2 {
  padding-bottom: 1rem;
  --shadow-x: 0.625em;
  --shadow-y: 0.625em;
}
.c-process-style2__item {
  position: relative;
  z-index: 1;
  padding: 3.5rem;
  margin-bottom: 7rem;
  border: 2px solid var(--clr-step);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-x) var(--shadow-y) 0 #2B6AAE;
  counter-increment: step;
}
@media screen and (max-width: 960px) {
  .c-process-style2__item {
    padding: 2rem;
  }
}
.c-process-style2__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 0.2rem solid #2B6AAE;
  border-radius: 1rem;
  background: #fff;
}
.c-process-style2__item:last-child {
  margin-bottom: 0;
}
.c-process-style2__media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .c-process-style2__media {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}
.c-process-style2__media--right {
  flex-direction: row-reverse;
}
.c-process-style2__image {
  flex: 0 0 35%;
  max-width: 35%;
}
.c-process-style2__image img {
  width: 100%;
  display: block;
  border-radius: 0.8rem;
}
@media screen and (max-width: 960px) {
  .c-process-style2__image {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-process-style2__body {
  flex: 1;
  min-width: 0;
}
.c-process-style2__top {
  display: flex;
  flex-wrap: wrap;
}
.c-process-style2__top--right .c-process-style2__title {
  justify-content: flex-end;
  padding-right: 3rem;
  padding-left: 0;
}
.c-process-style2__top--right .c-process-style2__step {
  order: 2;
  padding-left: 3rem;
  padding-right: 0;
}
.c-process-style2__top--right .c-process-style2__step::after {
  left: 0;
  right: auto;
}
.c-process-style2__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--size-step);
  line-height: 120%;
  justify-content: center;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .c-process-style2__step {
    padding-right: 2rem;
  }
}
.c-process-style2__step::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background: #2B6AAE;
}
.c-process-style2__number {
  font-weight: 700;
  font-size: 5rem;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .c-process-style2__number {
    font-size: 3.5rem;
  }
}
.c-process-style2__title {
  display: flex;
  flex: 1;
  padding-left: 3rem;
  align-items: center;
  color: #2B6AAE;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-process-style2__title {
    word-break: auto-phrase;
    overflow-wrap: normal;
    padding-left: 1.5rem;
  }
}
.c-process-style2__content img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .c-process-style2__content img {
    height: auto;
  }
}
.c-process-style2__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-3em + 1px);
  width: 7em;
  height: 3em;
  margin: 0 auto;
  background: #2B6AAE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 960px) {
  .c-process-style2__content::after {
    bottom: calc(-2em + 1px);
    width: 5em;
    height: 2em;
  }
}
.c-process-style2__item:last-child .c-process-style2__content::after {
  display: none;
}
.p-procedures {
  width: 100%;
  position: relative;
  /* ==========================
     Responsive
  ========================== */
}
.p-procedures .listbox {
  margin-top: 1.5rem;
  background: transparent;
  padding: 0 !important;
  box-shadow: none !important;
}
.p-procedures__item {
  position: relative;
  padding: 5rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(27, 32, 101, 0.06), rgba(27, 32, 101, 0.03));
  border: 1px solid rgba(27, 32, 101, 0.12);
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.p-procedures__item:not(:last-child) {
  margin-bottom: 6rem;
}
.p-procedures__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.6rem;
  transform: translateX(-50%);
  opacity: 0.9;
  width: 7rem;
  height: 2em;
  margin: 0 auto;
  background: #2B6AAE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 960px) {
  .p-procedures__item {
    padding: 2rem;
  }
  .p-procedures__item:not(:last-child) {
    margin-bottom: 4rem;
  }
  .p-procedures__item:not(:last-child)::before {
    bottom: -2.2rem;
    width: 2rem;
    height: 1.2rem;
  }
}
.p-procedure {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  /* ==========================
     TIMELINE CORE LINE
  ========================== */
  /* ==========================
     ITEM
  ========================== */
  counter-reset: procedure-step;
  /* ==========================
     RESPONSIVE
  ========================== */
}
.p-procedure .listbox {
  margin-top: 1.5rem;
  background: transparent;
  padding: 0 !important;
  box-shadow: none !important;
}
.p-procedure::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  bottom: 0.6rem;
  left: 2.9rem;
  width: 2px;
  background: repeating-linear-gradient(to bottom, rgba(43, 106, 174, 0.35) 0, rgba(43, 106, 174, 0.35) 4px, transparent 4px, transparent 9px);
}
.p-procedure__item {
  position: relative;
  padding: 0 3rem 0 7rem;
  counter-increment: procedure-step;
}
.p-procedure__item::before {
  content: counter(procedure-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(43, 106, 174, 0.4);
  color: #2B6AAE;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  z-index: 1;
}
.p-procedure__item .c-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 1.2rem;
}
.p-procedure__item .c-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.2rem;
  height: 2px;
  background: #2B6AAE;
}
@media (max-width: 960px) {
  .p-procedure {
    gap: 3rem;
  }
  .p-procedure::before {
    left: 1.8rem;
  }
  .p-procedure__item {
    padding: 0 0.5rem 0 4.4rem;
  }
  .p-procedure__item::before {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.3rem;
    top: -0.1rem;
  }
  .p-procedure__item .c-heading {
    padding-bottom: 0.8rem;
    margin-bottom: 1rem !important;
  }
}
.itv-container {
  display: flex;
  justify-content: center;
  align-items: 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: #C09867;
  margin-bottom: 1.2rem;
}
.itv-container .itv-title {
  margin-bottom: 3rem;
  position: relative;
  font-weight: 600;
  font-size: var(--size-h2);
  letter-spacing: 0rem;
  line-height: 140%;
  padding-bottom: 2.4rem;
  color: #2B6AAE;
}
.itv-container .itv-title::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 1px;
  bottom: 0;
  background: #535353;
  left: 0.3rem;
}
.itv-container__content {
  flex: 6;
}
.itv-container__image {
  flex: 4;
  position: relative;
  z-index: 0;
}
.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(60, 37, 27, 0.03);
}
.itv-container__02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  padding: 5rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.8rem;
  position: relative;
  z-index: 0;
  background: #2B6AAE;
}
.itv-container__02 .itv-text {
  color: #ffffff;
}
.itv-container__02 .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: #ffffff;
}
.itv-container__02 .itv-title::after {
  position: absolute;
  content: "";
  width: 12rem;
  height: 1px;
  bottom: 0;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.itv-container__02 .itv-subtitle {
  color: #ffffff;
  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.3;
}
@media (max-width: 960px) {
  .itv-container {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem !important;
  }
  .itv-container__content, .itv-container__image {
    flex: unset;
    width: 100%;
  }
  .itv-container__image img {
    width: 100%;
    height: 47rem;
  }
  .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: 4rem !important;
    background: transparent;
    align-items: flex-start;
    text-align: left;
  }
  .itv-container__02 .itv-title {
    color: #2B6AAE;
    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: #2B6AAE;
    transform: inherit;
    left: 0.3rem;
  }
  .itv-container__02 .itv-subtitle {
    font-size: 1.5rem;
    line-height: 1.85;
    margin-bottom: 0rem;
    color: #2B6AAE;
    order: 2;
  }
  .itv-container__02 .itv-text {
    color: #333;
    order: 4;
  }
  .itv-container__02 .itv-image {
    order: 1;
    position: relative;
    margin-bottom: 2rem;
  }
  .itv-container__02 .itv-image img {
    opacity: 1;
    height: 47rem;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  .itv-container__image img {
    height: 23rem;
  }
}
@media screen and (min-width: 961px) {
  .itv-interview__item {
    display: flex;
  }
}
.itv-interview__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 961px) {
  .itv-interview__item--reverse .itv-interview__body {
    margin-left: 0;
    margin-right: -12rem;
  }
}
.itv-interview__media {
  flex: 0 0 70rem;
  max-width: 100%;
}
.itv-interview__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.itv-interview__body {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 2rem 0;
  background: #ffffff;
  border-top: 0.4rem solid #2B6AAE;
}
@media screen and (min-width: 961px) {
  .itv-interview__body {
    margin-block: 4rem;
    margin-left: -12rem;
    padding-inline: 3rem;
  }
}
.itv-interview__body::before, .itv-interview__body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(43, 106, 174, 0.2);
  z-index: -1;
}
.itv-interview__body::before {
  width: 30rem;
  height: 20rem;
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 961px) {
  .itv-interview__body::before {
    width: 70rem;
    height: 30rem;
  }
}
.itv-interview__body::after {
  width: 30rem;
  height: 25rem;
  clip-path: polygon(100% 28%, 50% 100%, 100% 100%);
  z-index: -2;
}
@media screen and (min-width: 961px) {
  .itv-interview__body::after {
    width: 50rem;
    height: 30rem;
  }
}
.itv-interview__label {
  color: #B7A266;
  font-weight: 700;
}
.itv-interview--style-02 {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 {
    width: 90%;
    padding: 4rem;
    border-radius: 0.8rem;
    background: #2B6AAE;
  }
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 .itv-interview__media {
    position: absolute;
    inset: 0;
  }
  .itv-interview--style-02 .itv-interview__media img {
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
  }
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 .itv-interview__body {
    background: transparent;
    border-top: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .itv-interview--style-02 .itv-interview__body * {
    color: #ffffff;
  }
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 .itv-interview__body::before, .itv-interview--style-02 .itv-interview__body::after {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 .itv-interview__label {
    color: #ffffff;
  }
}
.c-btn-style1 {
  display: block;
  padding-right: 3.1rem;
  padding-bottom: 0.36rem;
  position: relative;
  cursor: pointer;
}
.c-btn-style1--icon::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: 0.5rem;
  background: url(assets/img/btn-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.c-btn-style1--text {
  color: #2B6AAE;
  font-size: var(--size-p);
  font-weight: 400;
  line-height: 187%;
  letter-spacing: 0;
}
.c-btn-style1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #E5F5E7;
  bottom: 0;
  left: 0;
}
.c-btn-style1::before {
  content: "";
  position: absolute;
  width: 2.34rem;
  height: 0.2rem;
  background: #2B6AAE;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-btn-style1:hover::before {
  width: 100%;
}
.c-doctor {
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
}
.c-doctor--bg {
  background-color: rgba(43, 106, 174, 0.08);
  padding: 3rem;
}
.c-doctor--border {
  background-color: #fff;
  border: 0.2rem solid #2B6AAE;
  padding: 3rem;
}
.c-doctor__container {
  position: relative;
  max-width: 70%;
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.c-doctor__container img {
  width: 100%;
}
.c-doctor__text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  padding: 1.5rem 2.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #2B6AAE;
  font-size: 2.4rem;
  text-align: center;
}
.c-doctor__text-kanji {
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .c-doctor__container {
    max-width: 100%;
  }
  .c-doctor__text {
    font-size: 2rem;
    padding: 1rem 0.5rem;
  }
  .c-doctor--bg {
    background-color: unset;
    padding: unset;
  }
  .c-doctor--border {
    border: unset;
    padding: unset;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .c-doctor__text {
    font-size: 1.8rem;
    bottom: 1rem;
    right: 1rem;
    line-height: 140%;
  }
}
.c-process-style4 {
  padding-bottom: 1rem;
  counter-reset: c-process-style3__item;
}
.c-process-style4__item {
  counter-increment: c-process-style3__item;
  margin-bottom: 4rem;
  position: relative;
}
.c-process-style4__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 10rem;
  left: calc(10rem / 2);
  width: 3px;
  height: calc(100% - 10rem + 4rem);
  z-index: 1;
  background: #2B6AAE;
  background-size: 1px 4px;
  background-position: left top;
  background-repeat: repeat-y;
}
.c-process-style4__item::before {
  content: "";
  position: absolute;
  left: calc(50% + 15rem);
  transform: translateX(calc(-50% - 7.5rem));
  bottom: calc(-2em + 1px);
  width: 7em;
  height: 2em;
  margin: 0 auto;
  background: #2B6AAE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-process-style4__item:last-child::after {
  content: unset;
}
.c-process-style4__item:last-child::before {
  content: unset;
}
.c-process-style4__content {
  margin-left: 15rem;
  position: relative;
  border: 1px solid #2B6AAE;
  padding: 4rem 3rem;
}
.c-process-style4__content::after {
  position: absolute;
  content: counter(c-process-style3__item);
  left: -15rem;
  background-color: #2B6AAE;
  font-size: 5rem;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
  top: 0;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.c-process-style4__content::before {
  position: absolute;
  content: "Step";
  left: -15rem;
  font-size: 2.4rem;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: start;
  top: 0.2rem;
  z-index: 1;
  color: #fff;
}
.c-process-style4__title {
  color: #2B6AAE;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.5rem;
}
.c-process-style4__title::before {
  position: absolute;
  content: "";
  width: 15rem;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #2B6AAE;
}
.c-process-style4__media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.c-process-style4__media--right {
  flex-direction: row-reverse;
}
.c-process-style4__image {
  flex: 0 0 35%;
  max-width: 35%;
}
.c-process-style4__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.c-process-style4__body {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 768px) {
  .c-process-style4__content {
    margin-left: 7rem;
    padding: 2rem;
  }
  .c-process-style4__content::after {
    left: -7rem;
    font-size: 2rem;
    width: 6rem;
    height: 6rem;
  }
  .c-process-style4__content::before {
    left: -7rem;
    font-size: 1.5rem;
    width: 6rem;
    height: 6rem;
    top: 0.8rem;
  }
  .c-process-style4__item {
    margin-bottom: 2rem;
  }
  .c-process-style4__item::after {
    top: 6rem;
    left: calc(6rem / 2);
    height: calc(100% - 6rem + 3rem);
  }
  .c-process-style4__item::before {
    left: calc(50% + 7rem);
    transform: translateX(calc(-50% - 3.5rem));
    bottom: calc(-1em + 1px);
    width: 5em;
    height: 1em;
  }
  .c-process-style4__media {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .c-process-style4__image {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
    order: 2;
  }
  .c-process-style4__body {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
    order: 1;
  }
}
/* ==========================================================================
   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: #2B6AAE;
  text-align: center;
}
.p-page-banner__title .ja {
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.4rem #fff;
  min-width: 35rem;
  padding: 2rem 10rem;
  background: linear-gradient(90deg, rgba(166, 161, 138, 0) 0%, #ffffff 30%, #ffffff 70%, rgba(166, 161, 138, 0) 100%);
}
@media screen and (max-width: 960px) {
  .p-page-banner__title .ja {
    font-size: 2.4rem;
    min-width: 25rem;
    padding: 1.5rem;
  }
}
@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-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;
  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(43, 106, 174, 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: #2B6AAE;
}
.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: #535353;
  }
}
.p-news-list__link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #535353;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .p-news-list__link:hover {
    color: #2B6AAE;
  }
}
@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: #535353;
  font-family: "Zen Kaku Gothic New", 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: #535353;
  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: #535353;
}
.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 #2B6AAE;
  background-color: #fff;
  color: #535353;
  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: #2B6AAE;
    color: #fff;
  }
}
.pagination .page-numbers.current, .nav-links .page-numbers.current {
  background-color: #2B6AAE;
  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 #2B6AAE;
  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: #2B6AAE;
  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 #2B6AAE;
}
.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: #2B6AAE;
  }
}
@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 #2B6AAE;
}
.p-single__header {
  background-color: rgba(43, 106, 174, 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: #2B6AAE;
}
@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: #2B6AAE;
  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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #2B6AAE;
}
@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) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 0 2.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2B6AAE;
  position: relative;
  clear: both;
  margin-top: 6rem;
}
.p-single__content :is(h1, h2, h3, h4, h5, h6):target {
  animation: grits-toc-flash 1.6s ease-out 1;
}
@media screen and (max-width: 960px) {
  .p-single__content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 4rem;
  }
}
.p-single__content h1 {
  display: block;
  position: relative;
  text-align: center;
  font-size: var(--size-h1);
  font-weight: 700;
  color: #2B6AAE;
  letter-spacing: 0.08em;
  z-index: 1;
  margin-bottom: 4rem;
  word-break: auto-phrase;
  overflow-wrap: normal;
}
.p-single__content h1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 5rem;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
}
.p-single__content h1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  width: 6rem;
  border-top: 0.2rem dashed #2B6AAE;
}
.p-single__content h1::first-letter {
  color: #B7A266;
}
@media screen and (min-width: 961px) {
  .p-single__content h1::before {
    width: 18rem;
    height: 10rem;
  }
}
.p-single__content h2 {
  position: relative;
  background-color: rgba(43, 106, 174, 0.1);
  padding: 2rem 3rem 2.2rem;
  font-size: var(--size-h2);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.p-single__content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background: #2B6AAE;
}
@media screen and (max-width: 960px) {
  .p-single__content h2 {
    padding: 1rem 1.5rem;
    word-break: auto-phrase;
    overflow-wrap: normal;
  }
  .p-single__content h2::before {
    width: 0.6rem;
  }
}
.p-single__content h3 {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: var(--size-h3);
}
.p-single__content h3::before, .p-single__content h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 0;
  bottom: 0;
}
.p-single__content h3::after {
  background: repeating-linear-gradient(-45deg, #2B6AAE, #2B6AAE 10%, #fff 10%, #fff 30%, #2B6AAE 30%, #2B6AAE 70%, #fff 70%, #fff 90%, #2B6AAE 90%, #2B6AAE 100%);
  background-size: 0.6rem 0.4rem;
  opacity: 0.7;
}
.p-single__content h3::before {
  width: 10rem;
  z-index: 1;
  background-color: #2B6AAE;
}
.p-single__content h4 {
  position: relative;
  padding-left: 3rem;
  font-size: var(--size-h4);
  margin-bottom: 0.8rem;
}
.p-single__content h4.gp-01::before, .p-single__content h4.gp-01::after {
  top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-single__content h4.gp-01::before, .p-single__content h4.gp-01::after {
    top: 1.3rem;
  }
}
.p-single__content h4::before, .p-single__content h4::after {
  content: "";
  position: absolute;
  top: 1.9rem;
  background-color: #2B6AAE;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-single__content h4::before, .p-single__content h4::after {
    top: 1.7rem;
  }
}
.p-single__content h4::before {
  left: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
.p-single__content h4::after {
  left: 1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.4;
}
.p-single__content h5 {
  position: relative;
  padding: 0 0 0 2.5rem;
  font-size: var(--size-h5);
  text-align: justify;
}
.p-single__content h5::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #2B6AAE;
}
.p-single__content h6 {
  position: relative;
  padding-left: 1.5rem;
  font-size: var(--size-h6);
  border-left: 0.3rem solid #2B6AAE;
}
.p-single__content :is(p, td, li, th, blockquote) {
  margin: 0 0 2.5rem;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #535353;
}
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote) {
    line-height: 150%;
    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 .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.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 li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-single__content blockquote {
  position: relative;
  background-color: #eeeeee;
  padding: 5rem 4rem 4rem 7rem;
  clear: both;
}
@media screen and (max-width: 960px) {
  .p-single__content blockquote {
    padding: 4rem 1.5rem 1.5rem 5rem;
  }
}
.p-single__content blockquote::before {
  content: "“";
  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: #2B6AAE;
}
@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 hr {
  border: 0;
  border-top: 0.1rem solid #cccccc;
  margin: 2rem 0;
}
.p-single__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2.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;
  }
}
.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: #2B6AAE;
  border: 0.1rem solid #2B6AAE;
  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 {
    margin-bottom: 3rem;
  }
  .p-single__content h2 {
    padding: 1rem 1.5rem;
  }
  .p-single__content h4::before, .p-single__content h4::after {
    top: 1.2rem;
  }
  .p-single__content h5::before {
    top: 0.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__header {
    padding: 1rem;
  }
  .p-single__content img {
    width: 100%;
  }
  .p-single-nav__list {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .p-single-nav__link {
    width: 100%;
  }
  .p-single-nav__item {
    width: calc((100% - 1.501rem) / 2);
  }
  .p-single-nav__item.p-single-nav__item--back {
    order: 1;
    width: 100%;
  }
}
.p-column {
  margin-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: 1.4285714286;
  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(43, 106, 174, 0.2);
}
.c-column-card__thumb--placeholder::after {
  content: "NO IMAGE";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B6AAE;
  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: #2B6AAE;
  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: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #535353;
  font-weight: bold;
  text-align: justify;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .c-column-card__title a {
    line-height: 150%;
    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: #535353;
  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: white;
  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;
  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;
  padding-top: 18rem;
}
@media screen and (max-width: 960px) {
  .p-drawer__inner {
    padding: 16rem 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: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .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 #2B6AAE;
}
.p-drawer__heading-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  color: #2B6AAE;
}
.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: #2B6AAE;
  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: #535353;
  font-family: "Zen Kaku Gothic New", 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;
}
.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;
}
.p-drawer__menu > li > a {
  position: relative;
  display: block;
  padding: 1.6rem 0 1.6rem 1.8rem;
  color: #535353;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
@media (max-width: 960px) {
  .p-drawer__menu > li > a {
    line-height: 150%;
    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 #2B6AAE;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .p-drawer__menu > li > a:hover {
    color: #2B6AAE;
    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: #2B6AAE;
  transform: translateY(-50%);
  transition: width 0.25s ease;
}
@media (hover: hover) {
  .p-drawer__menu .sub-menu li a:hover {
    color: #2B6AAE;
    padding-left: 2.2rem;
  }
  .p-drawer__menu .sub-menu li a:hover::before {
    width: 1.5rem;
  }
}
body.is-menu-open {
  overflow: hidden;
}
.l-author-container {
  margin-block: 6rem;
  padding: 4.5rem;
  background: rgba(43, 106, 174, 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 #2B6AAE;
}
.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: 600;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  color: #2B6AAE;
  font-family: "Zen Kaku Gothic New", 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 #535353;
}
.c-author__name p {
  margin: 0 0 0.4rem;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 175%;
  color: #535353;
}
.c-author__name p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@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: #535353;
  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: #2B6AAE;
}
@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(43, 106, 174, 0.2);
}
.c-author__desc p {
  margin: 0;
  font-size: var(--size-p);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.1rem;
  color: #535353;
}
@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: #2B6AAE;
  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: #535353;
}
.c-author__table dl dt {
  width: 16rem;
  background: #2B6AAE;
  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(43, 106, 174, 0.08);
  border: 1px solid rgba(43, 106, 174, 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: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #535353;
  border-bottom: 0.2rem solid #2B6AAE;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media (max-width: 960px) {
  #toc_container p.toc_title {
    line-height: 150%;
    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: #2B6AAE;
}
@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(43, 106, 174, 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.3rem;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.7rem solid #2B6AAE;
}
@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(43, 106, 174, 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 #2B6AAE;
  border-radius: 50%;
  background: transparent;
}
#toc_container .toc_list li a {
  color: #535353;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  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: 150%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  #toc_container .toc_list li a:hover {
    color: #2B6AAE;
  }
}
@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: #2B6AAE;
  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 #2B6AAE;
  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 #2B6AAE;
  border-right: 0.2rem solid #2B6AAE;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s ease;
}
@media (hover: hover) {
  #toc_container.toc--button .toc_list > li:hover {
    background: #2B6AAE;
  }
  #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: #535353;
  border-bottom: 0.2rem solid #2B6AAE;
}
.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: #2B6AAE;
  border: 0.15rem solid #2B6AAE;
  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: #2B6AAE;
    color: #fff;
    box-shadow: 0 0.2rem 0.6rem rgba(43, 106, 174, 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: #2B6AAE;
  color: #fff;
  border-color: #2B6AAE;
  box-shadow: 0 0.2rem 0.6rem rgba(43, 106, 174, 0.25);
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .catalogue-list ul, .catalogue-list ol {
    justify-content: flex-start;
  }
  .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, .catalogue-list ol {
    gap: 0.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(43, 106, 174, 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 #2B6AAE;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
    background: transparent;
    color: #2B6AAE;
    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 #2B6AAE;
  line-height: 1.3;
}
.c-sitemap__title .ja {
  display: inline-block;
  margin-right: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2B6AAE;
  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: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2B6AAE;
  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(43, 106, 174, 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 #2B6AAE;
}
@media screen and (max-width: 960px) {
  .c-sitemap__list > li::before {
    top: 2rem;
  }
}
.c-sitemap__list > li > a {
  color: #535353;
  font-size: var(--size-p);
  line-height: 165%;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  transition: ease all 0.2s;
}
@media (max-width: 960px) {
  .c-sitemap__list > li > a {
    line-height: 150%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  .c-sitemap__list > li > a:hover {
    color: #2B6AAE;
  }
}
.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: #2B6AAE;
  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: #2B6AAE;
    text-decoration: underline;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 2rem));
  }
}
.scroll-infinity {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.scroll-infinity__wrap {
  display: flex;
  width: max-content;
  gap: 2rem;
  animation: scroll-left 30s linear infinite;
}
.scroll-infinity__list {
  display: flex;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.scroll-infinity__item {
  flex-shrink: 0;
  position: relative;
  width: 32.2rem;
}
@media screen and (max-width: 960px) {
  .scroll-infinity__item {
    width: 17rem;
  }
}
.scroll-infinity__item:nth-child(2), .scroll-infinity__item:nth-child(5) {
  width: 64.41rem;
}
@media screen and (max-width: 960px) {
  .scroll-infinity__item:nth-child(2), .scroll-infinity__item:nth-child(5) {
    width: 30rem;
  }
}
.scroll-infinity__item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  .scroll-infinity__item img {
    border-radius: 2rem;
  }
}
.p-feature {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-feature__button {
    display: flex;
    gap: 2rem;
    margin-left: -4rem;
  }
}
.p-feature__inner {
  gap: 11.1rem;
  padding-top: 7.2rem;
  padding-bottom: 4.5rem;
  align-items: flex-start;
}
.p-feature__inner--02 {
  display: flex;
  gap: 13.4rem;
  padding-top: 8.4rem;
  padding-bottom: 4.3rem;
}
.p-feature__inner--03 {
  position: relative;
  gap: 9.6rem;
  align-items: center;
  padding-top: 2.7rem;
  padding-bottom: 13.2rem;
  background: url(assets/img/bg-feature-03.png) center / cover no-repeat;
}
.p-feature__inner--03::before {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 1;
  right: 8.8rem;
  bottom: 7.67rem;
  width: 26.6rem;
  height: 17.3rem;
  background: url(assets/img/l-feature-02.png) center / contain no-repeat;
}
.p-feature__container {
  background: url(assets/img/bg-new-t.png) center 0rem / contain no-repeat, url(assets/img/bg-new.png) center calc(100% - 60rem) / contain no-repeat, url(assets/img/bg-feature-ctn.png) center / cover no-repeat;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-feature__container {
    background: url(assets/img/bg-new-t.png) center 0rem / contain no-repeat, url(assets/img/bg-new.png) center calc(100% - 70rem) / cover no-repeat, url(assets/img/bg-feature-ctn.png) center / cover no-repeat;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__container {
    background: url(assets/img/bg-new-t.png) center 0rem / cover no-repeat;
  }
}
.p-feature__heading {
  width: calc((100% - 84.6rem) - 11.1rem);
  padding-top: 4rem;
}
.p-feature__number {
  font-weight: 300;
  font-size: var(--size-h4);
  color: #173a6f;
}
.p-feature__number-index {
  font-size: 6.25em;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-feature__number-index {
    font-size: 3em;
  }
}
.p-feature__number-slash {
  color: #B7A266;
}
.p-feature__item {
  width: 84.6rem;
}
.p-feature__item--02 {
  width: 84.9rem;
  padding-left: 21.6rem;
}
.p-feature__item-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 150%;
  color: #535353;
  padding-top: 1.7rem;
  padding-bottom: 3.016rem;
}
.p-feature__item-title--05 {
  padding-bottom: 0;
}
.p-feature__item-highlight {
  color: #2B6AAE;
}
.p-feature__description {
  padding-right: 39.7rem;
  padding-bottom: 4.484rem;
  line-height: 166.67%;
  font-weight: 300;
}
.p-feature__description--02 {
  padding-right: 0;
}
.p-feature__description--03 {
  padding-right: 35.4rem;
}
.p-feature__description--04 {
  padding-right: 49.7rem;
}
.p-feature__description--05 {
  width: 56.6rem;
  padding-right: 0;
  padding-bottom: 0;
}
.p-feature__img-02 {
  width: calc((100% - 84.9rem) - 13.4rem);
  max-width: 100%;
}
.p-feature__img-02 img {
  width: 64.161rem;
  height: 100%;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.p-feature__img-03 {
  width: calc((100% - 84.6rem) - 9.6rem);
  padding-left: 29.8rem;
}
.p-feature__img-detail {
  width: 100%;
}
.p-feature__img-detail img {
  max-width: 38.8rem;
  height: auto;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.p-feature__img-detail--r {
  padding-left: 29.3rem;
  margin-top: -4.6rem;
}
.p-feature__point-list {
  position: relative;
  display: flex;
  padding-left: 21.5rem;
  padding-bottom: 11.5rem;
  background: url(assets/img/bg-feature-02.png) top center / cover no-repeat;
}
.p-feature__point-list::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
  top: -13px;
  right: 6.148rem;
  width: 12.6rem;
  height: 14.3rem;
  background: url(assets/img/logo-feature.png) center / contain no-repeat;
}
.p-feature__point-item {
  width: 30rem;
  padding-top: 4rem;
}
.p-feature__point-image {
  position: relative;
}
.p-feature__point-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-feature__point-image--t {
  padding-top: 7.9rem;
}
.p-feature__point-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  line-height: 166.67%;
  font-weight: 500;
}
.p-feature__contain--04 {
  padding-left: 3.2rem;
  padding-bottom: 8rem;
  background: url(assets/img/bg-feature-in03.png) center / cover no-repeat;
}
.p-feature__item--04 {
  position: relative;
  width: calc(100% - 57.7rem);
  z-index: 1;
  padding-top: 13.6rem;
  padding-left: 33.6rem;
  padding-bottom: 15.1rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  margin-top: -7.8rem;
  background: url(assets/img/bg-feature-04.png) center / cover no-repeat;
}
.p-feature__item--04::before, .p-feature__item--04::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-feature__item--04::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/img/l-ft-top.png) left top / contain no-repeat;
}
.p-feature__item--04::after {
  right: 0;
  bottom: 0;
  width: 74.1rem;
  height: 18rem;
  background: url(assets/img/l-ft-bottom.png) right bottom / contain no-repeat;
}
.p-feature__inner--05, .p-feature__item--05 {
  width: fit-content;
  margin: 0 auto;
}
.p-feature__body-img {
  width: 57.7rem;
  margin-left: -38.7rem;
  margin-top: 4.7rem;
  overflow: visible;
}
.p-feature__img-04 {
  position: relative;
  z-index: 1;
}
.p-feature__img-04 img {
  display: block;
  width: 72.4rem;
  max-width: none;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.p-feature__img-04::before {
  content: "";
  content: "";
  position: absolute;
  width: 1rem;
  height: 56.6rem;
  top: 56%;
  left: 132%;
  transform: translate(-50%, -50%);
  background: url(./assets/img/l-feature-arrow.png) left bottom / contain no-repeat;
}
.p-feature__img-04::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 1;
  right: -32rem;
  bottom: -14rem;
  width: 28rem;
  height: 28rem;
  background: url(assets/img/l-feature-04.png) center / contain no-repeat;
  animation: rotateLogo 12s linear infinite;
  transform-origin: center center;
}
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-feature__img-05 {
  display: flex;
  justify-content: center;
  gap: 5.4rem;
  padding-top: 8.3rem;
  padding-bottom: 4.86rem;
}
.p-feature__item--05 {
  align-items: flex-end;
  width: 94.6rem;
  gap: 8rem;
  padding-bottom: 4.5rem;
}
.p-feature__content--05 {
  width: calc(100% - 56.6rem - 8rem);
}
.p-feature__img-del {
  max-width: 100%;
}
.p-feature__img-del img {
  width: 40.5rem;
}
@media screen and (min-width: 961px) {
  .p-feature__inner, .p-feature__inner--04, .p-feature__inner--03, .p-feature__item--05 {
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-feature__heading, .p-feature__item {
    width: calc(50% - 5rem);
  }
  .p-feature__inner {
    gap: 10rem;
  }
  .p-feature__description {
    padding-right: 19rem;
  }
  .p-feature__item--02 {
    padding-left: 10rem;
  }
  .p-feature__item--04 {
    padding-left: 7rem;
  }
  .p-feature__inner--02 {
    gap: 0;
  }
  .p-feature__body-img {
    margin-left: -15.7rem;
  }
  .p-feature__point-list {
    padding-left: 10rem;
  }
  .p-feature__img-02 {
    width: calc((100% - 84.9rem));
  }
  .p-feature__img-03 {
    display: grid;
    justify-content: center;
    width: calc(50% - 3rem);
    padding-left: 0;
  }
  .p-feature__img-04 {
    width: 50rem;
  }
  .p-feature__img-04::after {
    right: -20rem;
    bottom: -17rem;
  }
  .p-feature__img-04::before {
    top: 27rem;
    left: 56.2rem;
  }
  .p-feature__img-detail--r {
    padding-left: 9rem;
  }
  .p-feature__item--03 {
    width: calc(50% - 3rem);
  }
  .p-feature__inner--03 {
    gap: 6rem;
  }
  .p-feature__inner--05 {
    justify-items: center;
    display: grid;
  }
}
@media screen and (max-width: 1024px) {
  .p-feature__item--04 {
    padding-top: 5.5rem;
    padding-bottom: 15rem;
  }
  .p-feature__item--04::after {
    width: 67.1rem;
    height: 11rem;
  }
  .p-feature__item--04::before {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__heading, .p-feature__item {
    width: 100%;
  }
  .p-feature__heading {
    padding-top: 0;
  }
  .p-feature__img-02, .p-feature__img-03 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-feature__description {
    padding-right: 0;
  }
  .p-feature__item--02 {
    padding-left: 0;
  }
  .p-feature__inner--05 {
    width: 100%;
    justify-items: center;
    display: grid;
  }
  .p-feature__item--04 {
    width: 100%;
    padding: 6rem 1.5rem;
    border-radius: 0;
    text-align: center;
    margin: 0;
  }
  .p-feature__item--04::after {
    width: 30.1rem;
    height: 6rem;
  }
  .p-feature__item--05 {
    text-align: center;
    width: 100%;
    padding-bottom: 3rem;
  }
  .p-feature__button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
  }
  .p-feature__contain--04 {
    padding-left: 0;
    padding-bottom: 6rem;
  }
  .p-feature__content--05 {
    width: 100%;
    padding-top: 6rem;
  }
  .p-feature__img-05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .p-feature__img-05 > * {
    flex: 0 0 47%;
    max-width: 50%;
  }
  .p-feature__img-05 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-feature__description--05 {
    width: 100%;
    padding: 0 1.5rem !important;
  }
  .p-feature__point-list {
    padding-left: 0;
  }
  .p-feature__img-del img {
    width: 34rem;
  }
  .p-feature__img-05 {
    gap: 2rem;
  }
  .p-feature__img-04::after {
    right: 0;
    bottom: 2rem;
    width: 15rem;
    height: 15rem;
  }
  .p-feature__img-04::before {
    width: 0.7rem;
    height: 19.8rem;
    top: 68%;
    left: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__point-list {
    gap: 0 !important;
  }
  .p-feature__point-item {
    width: 100% !important;
    max-width: 18rem !important;
  }
  .p-feature__img-04::before {
    height: 6.8rem;
    top: 68%;
    left: 83%;
  }
  .p-feature__img-04::after {
    right: 0;
    bottom: 2rem;
    width: 12rem;
    height: 12rem;
  }
  .p-feature .p-feature__point-list::before {
    top: 26rem;
  }
}
.p-greeting {
  display: flex;
  gap: 3.7rem;
  background: url(assets/img/bg-greeting.png) center / cover no-repeat;
  align-items: center;
  position: relative;
}
.p-greeting::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 2.97rem;
  top: 15.5rem;
  width: 31.7rem;
  height: 52.9rem;
  background: url(assets/img/l-greeting.png) center / contain no-repeat;
}
@media screen and (max-width: 960px) {
  .p-greeting::before {
    display: none;
  }
}
.p-greeting__doctor {
  width: calc(100% - 102.5rem - 0.7rem);
  padding-top: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.p-greeting__name {
  text-align: center;
  margin-right: -4rem;
  margin-top: -5rem;
}
.p-greeting__position {
  color: #fff;
  margin-left: -3rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__position {
    margin-left: 0;
  }
}
.p-greeting__line {
  max-width: 100%;
}
.p-greeting__line img {
  width: 18.9rem;
}
.p-greeting__name-jp {
  color: #fff;
  font-size: 3rem;
  line-height: 1.7;
  margin-top: -4rem;
  margin-left: -3rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__name-jp {
    margin-left: 0;
  }
}
.p-greeting__name-en {
  color: #B7A266;
  line-height: 1;
  margin-left: -3rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__name-en {
    margin-left: 0;
  }
}
.p-greeting__img {
  max-width: 100%;
  display: grid;
  justify-items: right;
}
.p-greeting__img img {
  width: 60rem;
}
.p-greeting__content {
  width: 102.5rem;
  align-self: flex-start;
  padding-top: 10.8rem;
}
.p-greeting__item {
  padding-bottom: 8.8rem;
  margin-left: -55rem;
}
@media screen and (max-width: 1024px) {
  .p-greeting__item {
    padding-bottom: 4.8rem;
  }
}
.p-greeting__body {
  color: #fff;
  padding-right: 38.7rem;
}
.p-greeting__button {
  display: flex;
  gap: 3rem;
}
.p-greeting__title {
  padding-bottom: 3rem;
  font-size: var(--fs-3);
  font-weight: 400;
}
.p-greeting__text {
  padding-bottom: 8rem;
  font-weight: 300;
  line-height: 166.67%;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-greeting::before {
    width: 20.7rem;
  }
  .p-greeting__doctor {
    width: 43%;
  }
  .p-greeting__content {
    width: 57%;
  }
  .p-greeting__body {
    padding-right: 16rem;
  }
  .p-greeting__text {
    padding-bottom: 4rem;
    padding-right: 9.9rem;
  }
  .p-greeting__name-jp {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-greeting__content {
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    padding-bottom: 6rem;
  }
  .p-greeting__body {
    color: #fff;
    padding-right: 0;
  }
  .p-greeting__item {
    padding-bottom: 3rem;
    padding-top: 6rem;
    margin-left: 0;
  }
  .p-greeting__button {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-greeting__text {
    padding-bottom: 3rem;
  }
  .p-greeting__doctor {
    width: 100%;
  }
  .p-greeting__name-jp {
    font-size: 2rem;
  }
  .p-greeting__name {
    margin-right: -10rem;
    margin-top: -40rem;
  }
  .p-greeting__doctor {
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__name-jp {
    margin-top: -2rem;
  }
  .p-greeting__name {
    text-align: center;
    margin-right: -11rem;
    margin-top: -31rem;
  }
}
.p-recruit {
  background-color: #F5F1EB;
  padding-top: 6.9rem;
  padding-bottom: 9.7rem;
  position: relative;
}
.p-recruit::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 60.1rem;
  background: url(assets/img/l-recruit.png) center / contain no-repeat;
  bottom: 0;
}
.p-recruit__inner {
  z-index: 1;
  position: relative;
  align-items: center;
}
.p-recruit__content {
  width: 42.7rem;
  display: flex;
  padding-left: 21.6rem;
  gap: 1.5rem;
}
.p-recruit__image-list {
  display: flex;
  width: calc(100% - 42.7rem);
  gap: 9.1rem;
  padding-right: 6.4rem;
}
.p-recruit__lead, .p-recruit__title {
  writing-mode: vertical-rl;
  font-size: 3rem;
  line-height: 106.67%;
}
.p-recruit__item {
  padding-left: 12rem;
}
.p-recruit__decs {
  margin-left: -26.7rem;
  padding-top: 5.5rem;
  font-weight: 300;
}
.p-recruit__image {
  width: 29rem;
}
.p-recruit__image--30 {
  width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__image--30 {
    width: 16rem;
  }
}
.p-recruit__image--27 {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__image--27 {
    width: 16rem;
  }
}
.p-recruit__button {
  padding-top: 6.5rem;
  padding-left: 9rem;
  padding-right: 28rem;
}
@media screen and (min-width: 961px) {
  .p-recruit__inner, .p-recruit__item {
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-recruit__image-list {
    gap: 4rem;
  }
  .p-recruit__button {
    padding-right: 8rem;
  }
  .p-recruit__content {
    padding-left: 10rem;
  }
  .p-recruit__content {
    width: 20%;
  }
  .p-recruit__image-list {
    width: 80%;
  }
  .p-recruit__item {
    padding-left: 0;
  }
  .p-recruit__decs {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-recruit__content {
    width: 100%;
    justify-content: center;
    padding-bottom: 3rem;
    padding-left: 0;
  }
  .p-recruit__lead, .p-recruit__title {
    font-size: 1.8rem;
    writing-mode: inherit;
  }
  .p-recruit__image-list {
    width: 100%;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
  .p-recruit__item {
    padding-left: 0;
    padding-top: 6rem;
    justify-items: center;
    display: grid;
  }
  .p-recruit__button {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-recruit__decs {
    text-align: center;
    margin-left: 0;
    justify-content: center;
    display: flex;
    padding: 3rem 1.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__content {
    flex-wrap: wrap;
  }
  .p-recruit__image {
    width: 16rem;
  }
  .p-recruit__image-list {
    gap: 2rem;
  }
}
:root {
  --fs-192: 19.2rem;
  --fs-100: 10rem;
  --fs-26: 2.6rem;
  --fs-160: 16rem;
  --fs-3: 3rem;
  --fs-55: 5.5rem;
  --fs-50: 5rem;
  --fs-18: 1.8rem;
  --fs-30: 3rem;
  --fs-35: 3.5rem;
  --fs-43: 4.3rem;
  --fs-16: 1.6rem;
  --fs-80: 8rem;
}
@media screen and (max-width: 1440px) {
  :root {
    --fs-55: 4.5rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  :root {
    --fs-192: 12rem;
    --fs-100: 7rem;
    --fs-26: 2rem;
    --fs-160: 12rem;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --fs-192: 7rem;
    --fs-160:7rem;
    --fs-100: 5rem;
    --fs-26: 1.8rem;
    --fs-160: 7rem;
    --fs-3: 2rem;
    --fs-35: 2.8rem;
    --fs-80: 6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --fs-50: 2.5rem;
    --fs-55: 2.4rem;
    --fs-35: 2rem;
    --fs-43: 2.8rem;
    --fs-80: 2.8rem;
  }
}
.heading-style-001 {
  position: relative;
}
.heading-style-001--c {
  text-align: center;
}
.heading-style-001__bg {
  font-size: var(--fs-192);
  font-family: "Noto Sans", sans-serif;
  background: linear-gradient(89deg, #1D5999 33.17%, #2F6FB3 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.06;
  line-height: 1;
  z-index: 1;
}
.heading-style-001__bg--16 {
  font-size: var(--fs-160);
}
.heading-style-001__bg--l {
  padding-left: 17rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .heading-style-001__bg--l {
    padding-left: 10rem;
  }
}
.heading-style-001__bg--w {
  background: linear-gradient(106.56deg, rgba(242, 245, 250, 0.43) 59.94%, rgba(220, 228, 241, 0.43) 120.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
}
.heading-style-001__head {
  position: absolute;
}
.heading-style-001__head--c {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 6.3rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .heading-style-001__head--c {
    top: 4rem !important;
  }
}
@media screen and (max-width: 960px) {
  .heading-style-001__head--c {
    top: 2rem;
  }
}
.heading-style-001__head--tm {
  top: 5rem;
}
.heading-style-001__head--l {
  left: 0;
  top: 6.3rem;
  padding-left: 17rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .heading-style-001__head--l {
    top: 3.3rem;
    padding-left: 10rem;
  }
}
.heading-style-001__title {
  font-size: var(--fs-100);
  font-family: "Noto Sans", sans-serif;
  color: #2B6AAE;
  line-height: 66%;
  font-weight: 400;
  padding-bottom: 2rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .heading-style-001__title {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .heading-style-001__title {
    padding-bottom: 0.5rem;
  }
}
.heading-style-001__title::first-letter {
  color: #B7A266;
}
.heading-style-001__title--w {
  color: #fff;
}
.heading-style-001__text {
  color: #535353;
  font-size: var(--fs-26);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
.heading-style-001__text--w {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .heading-style-001 {
    justify-items: center;
    display: grid;
    justify-self: center;
  }
}
.btn-style001 {
  background: url(assets/img/bg-btn.png) center / contain no-repeat;
  display: flex;
  width: 29.8rem;
  height: 6rem;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-right: 2.3rem;
  white-space: nowrap;
}
.btn-style001::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 4.95rem;
  height: 100%;
  background: url(assets/img/icon-btn.svg) right / contain no-repeat;
  right: 1.05rem;
  bottom: 0;
  z-index: 1;
}
.btn-style001--r {
  padding-right: 6rem;
}
.btn-style001--t {
  margin-top: 2rem;
}
.btn-style001--c {
  margin: 0 auto;
}
.btn-style001--w {
  background: url(assets/img/bg-btn-w.png) center / contain no-repeat;
  color: #2563A5;
}
.btn-style001--w::before {
  background: url(assets/img/icon-btn-w.svg) right / contain no-repeat;
}
.btn-style001__ft {
  width: 22.6rem;
  height: 4.6rem;
}
.text--w {
  color: #fff;
}
.highlight--w {
  color: #BED8FF;
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__inner--03::before {
    display: none;
  }
  .p-feature__inner, .p-feature__inner--02, .p-feature__inner--03 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-feature__inner--03::before {
    width: 15rem;
    height: 10rem;
    bottom: 1rem;
    right: 1rem;
  }
  .p-feature__heading, .p-feature__item, .p-feature__item--02, .p-feature__item--03, .p-feature__img-02, .p-feature__img-03 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-items: center;
    display: grid;
  }
  .p-feature__img-02, .p-feature__img-03 {
    padding-bottom: 3rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-feature__item-title {
    font-size: 2.2rem;
    padding-top: 0;
    padding-bottom: 3rem;
    text-align: center;
  }
  .p-feature__description, .p-feature__description--02, .p-feature__description--03 {
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .p-feature__img-02 img {
    width: 100%;
    height: auto;
  }
  .p-feature__img-detail {
    padding-bottom: 1.5rem;
  }
  .p-feature__img-detail img {
    width: 100%;
    max-width: 100%;
  }
  .p-feature__img-detail--r {
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .p-feature__point-list {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    padding-bottom: 6rem;
    gap: 2rem;
  }
  .p-feature__point-list::before {
    width: 8rem;
    height: 8rem;
    right: 1.5rem;
  }
  .p-feature__point-item {
    width: 100%;
    max-width: 16rem;
    padding-top: 0;
  }
  .p-feature__point-image--t {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .heading-style-001 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .heading-style-001__bg--l {
    padding-left: 0 !important;
  }
  .heading-style-001__head {
    position: absolute;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    width: 100%;
    text-align: center;
  }
  .heading-style-001__head--l {
    padding-left: 0 !important;
  }
  .heading-style-001__text {
    white-space: normal !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .heading-style-001__head {
    margin-top: 1rem;
  }
}
.up {
  display: block;
  transform: rotate(90deg);
}
.cl-blu {
  color: #2F6FB3;
}
.sp {
  letter-spacing: -5%;
}
.p-column__head {
  padding-bottom: 5.3rem;
  position: relative;
  z-index: 0;
}
.p-column__head .c-heading-en {
  margin-bottom: 0;
}
.p-column__card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.p-column__thumb {
  flex: 0 0 21rem;
  width: 21.1rem;
  height: 15.4rem;
  overflow: hidden;
}
.p-column__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.p-column__body {
  flex: 1 1 auto;
  min-width: 0;
}
.p-column__date {
  display: block;
  color: #2F6FB3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}
.p-column__title {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p-column__excerpt {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-column__excerpt {
    padding-right: 0;
  }
}
.p-column__more {
  color: #2F6FB3;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 165%;
  letter-spacing: 0;
  border-bottom: 1px solid #2F6FB3;
  margin-left: 0.3rem;
  white-space: nowrap;
}
.p-column__empty {
  color: #535353;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.14rem;
  padding: 2rem 0;
}
.p-top-column__item {
  padding: 1rem;
  transition: all 0.35s;
  margin-bottom: 2rem;
  margin-left: 11rem;
  width: 64.5rem;
  position: relative;
}
.p-top-column__item::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  width: 61rem;
  height: 0.1rem;
  background: rgba(69, 69, 69, 0.2);
}
.p-top-column__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-top-column__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top-column__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__item {
    width: 100%;
  }
  .p-top-column__item::before {
    width: 30rem;
  }
}
.p-instagram .p-top-column__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 5rem;
  height: 56rem;
  margin-bottom: 3rem;
  overflow-y: hidden;
  overflow-x: hidden;
  /* scroll dọc */
  padding-right: 1rem;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-instagram .p-top-column__list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram .p-top-column__list {
    margin-bottom: 0;
  }
}
.p-instagram .os-scrollbar .os-scrollbar-handle {
  background: #2F6FB3 !important;
  width: 0.4rem;
}
.p-instagram .os-theme-dark > .os-scrollbar, .p-instagram .os-theme-light > .os-scrollbar {
  padding: 0 !important;
  background: transparent !important;
}
.p-instagram .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .p-instagram .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 3rem;
  height: 5.2rem !important;
}
@media screen and (max-width: 1024px) {
  .p-instagram .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .p-instagram .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-instagram .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .p-instagram .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram .os-viewport-native-scrollbars-invisible.os-viewport {
    height: 52rem !important;
  }
}
.mg-c {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .m-t {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .m-t {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .w15 {
    width: 15rem !important;
  }
}
@media screen and (min-width: 961px) {
  .rotate-90 {
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 1rem;
  }
}
.p-feature__btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .p-feature__btn-group {
    gap: 1rem;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 961px) {
  .p-feature__btn-group--col02 {
    width: 93rem;
    justify-content: right;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__btn-group--col02 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__btn-group .btn-style1 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__btn-group .btn-style1 {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__btn-group .btn-style1--big {
    width: 100%;
  }
}
.p-feature__btn-group--grid {
  display: grid;
}
@media screen and (max-width: 960px) {
  .p-feature__btn-group--grid .btn-style1 {
    width: 100%;
  }
}
.p-recruitt__container {
  background: url(assets/img/bg__recruit01.jpg) center / cover no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 961px) {
  .p-recruitt__container {
    display: flex;
  }
}
.p-recruitt__img {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .p-recruitt__img {
    width: 100%;
  }
  .p-recruitt__img img {
    width: 100%;
  }
}
.p-recruitt__content {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruitt__content {
    width: 100%;
  }
}
.p-recruitt__head {
  padding-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-recruitt__head {
    padding-bottom: 3rem;
  }
}
.p-recruitt__text {
  padding-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruitt__text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-recruitt__img-sp {
  display: flex;
  gap: 2rem;
  padding-bottom: 3rem;
}
.p-blog {
  background-color: #F5F1EB;
  padding: 8rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-blog {
    padding: 5rem 0;
  }
}
.p-blog__cont {
  padding-top: 5rem;
}
.p-blog__cont .c-top__column--list {
  gap: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-blog__cont .c-top__column--list {
    gap: 1.5rem;
  }
}
.p-blog__cont .c-top__column--item {
  width: calc((100% - 9.6rem) / 4);
  row-gap: 5rem;
}
@media screen and (max-width: 960px) {
  .p-blog__cont .c-top__column--item {
    row-gap: 1.5rem;
    width: calc((100% - 1.5rem) / 2);
  }
}
.p-blog__cont .c-top__column--img {
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-blog__cont .c-top__column--img img {
    max-width: 100%;
    width: 100%;
  }
}
.p-blog__cont .c-top__column--date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10.2rem;
  max-width: 10.2rem;
  height: 2.4rem;
  text-align: center;
  background-color: #2B6AAE;
  border-radius: 2rem;
  color: #fff;
  font-size: var(--fs-16);
  margin-bottom: 0.6rem;
}
.p-blog__cont .c-top__column--title {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 166%;
  margin-bottom: 1rem;
}
.p-blog__cont .c-top__column--excerpt {
  color: #535353;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 135%;
}
.p-blog__btn {
  margin-top: 6.5rem;
}
@media screen and (max-width: 960px) {
  .p-blog__btn {
    margin-top: 3rem;
  }
}
.p-blog__btn .p-btn__style01 {
  min-width: 16.4rem;
  max-width: 16.4rem;
  margin: 0 auto;
}
.p-instagram {
  padding: 8rem 0;
  background: url(assets/img/home-bg-17.jpg) center 0rem / cover no-repeat;
}
@media screen and (max-width: 960px) {
  .p-instagram {
    padding: 6rem 0;
  }
}
.p-instagram__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-instagram__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-instagram__link-icon {
  position: absolute;
  top: 44%;
  left: 45.5%;
}
@media screen and (max-width: 960px) {
  .p-instagram__link-icon {
    top: 48%;
    left: 38.5%;
    width: 8rem;
  }
}
.p-instagram__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.p-instagram__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-instagram__button {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-instagram__button {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.txt__center {
  text-align: center;
}
.p-mv {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  position: absolute;
  width: calc(100% - 24.8rem);
  height: calc(100% - 22.6rem);
  background: rgba(51, 51, 51, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
}
.p-mv::after {
  content: "";
  position: absolute;
  width: calc(100% - 107.2rem);
  height: calc(100% - 27.8rem);
  background: rgba(51, 51, 51, 0.25);
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: 100%;
    height: 100%;
  }
}
.p-mv__content {
  position: absolute;
  top: 28.7rem;
  left: 5rem;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv__content {
    top: 45%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .p-mv__content {
    text-align: center;
    right: unset;
    bottom: unset;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.p-mv__cont-title {
  color: #fff;
  font-size: 6rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 4.6rem;
  margin-bottom: 2.5rem;
  -webkit-text-fill-color: transparent;
  position: relative;
  background: linear-gradient(#e8f3ff 0%, #4e8bff 100%) text;
  font-family: Noto sans;
}
.p-mv__cont-title::before {
  content: "";
  position: absolute;
  width: 82.6rem;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #FFFFFF;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv__cont-title {
    font-size: 5.6rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-mv__cont-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
  }
  .p-mv__cont-title::before {
    width: 46.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-mv__cont-title {
    font-size: 2.8rem;
  }
  .p-mv__cont-title::before {
    width: 24.6rem;
  }
}
.p-mv__cont-desc {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-mv__cont-desc {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-mv__cont-desc {
    font-size: 1.8rem;
  }
}
.p-mv__txt {
  position: absolute;
  bottom: -0.4rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  line-height: 0;
}
.p-mv__txt img {
  margin: 0 auto;
}
.p-mv__slide::before {
  content: "";
  position: absolute;
  width: calc(100% - 60.8rem);
  height: 32.5rem;
  background: rgba(245, 241, 235, 0.25);
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv__slide::before {
    height: 24rem;
  }
}
.p-mv .p-mv__video-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 60.8rem);
  height: 32.5rem;
  background: rgba(245, 241, 235, 0.25);
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv .p-mv__video-wrapper::before {
    height: 24rem;
  }
}
.p-mv .p-mv__video--sp {
  display: none;
}
.p-mv .p-mv__video--pc {
  height: 100%;
  height: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
}
@media screen and (max-width: 960.5px) {
  .p-mv .p-mv__video--pc {
    display: none;
  }
  .p-mv .p-mv__video--sp {
    display: block;
    height: 100%;
    height: 100%;
    aspect-ratio: 0.6666666667;
    object-fit: cover;
  }
}
.p-mv .slick-slide img {
  width: 100%;
  height: calc(100vh - 7rem);
  object-fit: cover;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv .slick-slide img {
    height: calc(100vh - 4rem);
    object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .p-mv .slick-slide img {
    height: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .slick-slide img {
    height: calc(100vh - 17rem);
  }
}
.p-mv__list {
  gap: 1.5rem;
  position: absolute;
  bottom: 1.5rem;
  left: 5rem;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv__list {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-mv__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-mv__list {
    bottom: 1.5rem;
    left: 1rem;
    gap: 0.5rem;
  }
}
.p-mv__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.6rem;
  height: 23.4rem;
  aspect-ratio: 1;
  z-index: 1;
}
.p-mv__list-item:first-child {
  background: url(./assets/img/banner-bg-1.png) center center / cover no-repeat;
}
.p-mv__list-item:nth-child(2) {
  background: url(./assets/img/banner-bg-2.png) center center / cover no-repeat;
}
.p-mv__list-item:last-child {
  background: url(./assets/img/banner-bg-3.png) center center / cover no-repeat;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-mv__list-item {
    width: 21.6rem;
    height: 21.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-mv__list-item {
    width: 16rem;
    height: 15.8rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-mv__list-item {
    width: 11.6rem;
    height: 11.9rem;
  }
}
.p-mv__list-title {
  color: #ffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__list-title {
    font-size: 1.2rem;
  }
}
body .os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, body .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 5.2rem;
  height: 5.2rem !important;
  background: #2F6FB3;
}
.p-menu {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-menu {
    display: block;
    padding-block: 3.1rem 3.8rem;
    background: url(./assets/img/header-bg-active.png) center center/ cover no-repeat;
    border-bottom: 0.5rem solid #DDDAD4;
    position: relative;
  }
  .p-menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    height: 1px;
    background-color: #DDDAD4;
  }
  .p-menu .p-header__bottom--02 .p-header__menu > li > a {
    padding-inline: 4rem;
  }
  .p-menu .p-header__bottom--02 .p-header__menu > li > a .en {
    font-size: 1.6rem;
  }
  .p-menu .p-header__bottom--02 .p-header__menu > li > a::before {
    bottom: -1.6rem;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) and (max-width: 1440px) {
  .p-menu .p-header__bottom--02 .p-header__menu > li > a {
    padding-inline: 3rem;
  }
}
.p-news {
  background: url(./assets/img/news-bg-4.png) center / cover no-repeat;
  padding-block: 8.8rem 6.3rem;
}
.p-news .os-theme-dark > .os-scrollbar {
  background: none;
  width: 0.9rem;
  top: 3.7rem;
}
.p-news .c-news-mini {
  height: 22rem;
}
.p-news .heading-style1 {
  text-align: center;
}
.p-news__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-news__left {
  width: 100%;
}
.p-news__right {
  width: 100%;
}
.p-news__tab {
  margin-top: 1.9rem;
  display: flex;
  gap: 1rem;
}
.p-news__tab-link {
  width: 100%;
  text-align: center;
  padding-block: 1.6rem;
  background-color: #FAF8F5;
  transition: 0.3s;
}
.p-news__tab-link.active {
  background-color: #2F6FB3;
  color: #FFFFFF;
}
.p-news__tab-link:hover {
  background-color: #2F6FB3;
  color: #FFFFFF;
}
.p-news__body {
  padding: 1.6rem 2.3rem 3.6rem 7rem;
  background: #fff;
  display: none;
}
.p-news__body.active {
  display: block;
}
.p-news__right {
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  background: url(./assets/img/news-bg-3.png) left 3rem top 1rem / cover no-repeat;
}
.p-news__right::before {
  content: "";
  position: absolute;
  width: 13.6rem;
  height: 13.6rem;
  background: url(./assets/img/news-bg-1.png) top left / cover no-repeat;
  top: -2.2rem;
  left: -1rem;
  z-index: 0;
}
.p-news__right::after {
  content: "";
  position: absolute;
  width: 13.6rem;
  height: 13.6rem;
  background: url(./assets/img/news-bg-2.png) bottom right / cover no-repeat;
  bottom: -1.4rem;
  right: -2.8rem;
  z-index: 0;
}
.p-news__item {
  padding-right: 2.5rem;
}
.p-news__link {
  padding-block: 2rem;
  border-bottom: 1px solid rgba(69, 69, 69, 0.2);
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
}
.p-news__link:hover {
  opacity: 0.8;
}
.p-news__date {
  color: #2F6FB3;
  padding-right: 2rem;
  margin-right: 2rem;
  position: relative;
  font-weight: 300;
}
.p-news__date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.8rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #535353;
}
.p-news__btn {
  display: flex;
  justify-content: center;
  margin-top: 2.6rem;
}
.p-news__text {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 961px) {
  .p-news__tab {
    flex-direction: column;
  }
  .p-news__inner {
    gap: 1rem;
  }
  .p-news__left {
    width: 36rem;
  }
  .p-news__right {
    width: calc(100% - 37rem);
  }
}
@media screen and (max-width: 960px) {
  .p-news {
    padding-block: 6rem;
  }
  .p-news__right::before, .p-news__right::after {
    content: unset;
  }
  .p-news .c-news-mini {
    height: 19.5rem;
  }
  .p-news__tab {
    margin-top: 3rem;
  }
  .p-news__tab-link {
    padding-block: 1rem;
  }
  .p-news__body {
    padding: 1.6rem 2.3rem 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__date {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .p-news .c-news-mini {
    height: 18.5rem;
  }
  .p-news__body {
    padding: 1.2rem 1rem 2.8rem 1.5rem;
  }
  .p-news__link {
    padding-block: 1.2rem;
  }
  .p-news__item {
    padding-right: 1.9rem;
  }
  .p-news__btn {
    margin-top: 1rem;
  }
}
.p-concept {
  background: url(./assets/img/concept-bg-4.png) left top / 29.5rem 30.4rem no-repeat, url(./assets/img/concept-bg-5.png) center center / cover no-repeat;
  position: relative;
}
.p-concept__container {
  display: flex;
  flex-wrap: wrap;
}
.p-concept__router {
  position: absolute;
  width: 33.9rem;
  height: 33.9rem;
  bottom: 26rem;
  right: 17rem;
  z-index: 2;
}
.p-concept__router::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 10.6rem;
  background: url(./assets/img/concept-bg-1.svg) left bottom / contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-concept__router img {
  animation: rotateLogo 12s linear infinite;
  transform-origin: center center;
  display: block;
}
.p-concept__left {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 12.4rem;
}
.p-concept__right {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-concept__right::after {
  content: "";
  position: absolute;
  width: 177.5rem;
  height: 90.6rem;
  background: url(./assets/img/concept-bg-3.png) left center / cover no-repeat;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.p-concept__name {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 3.7rem;
  margin-bottom: 6.5rem;
}
.p-concept__name-text {
  color: #E3F1FF;
  font-size: var(--fs-55);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  display: inline-block;
  transform: rotate(-5.86deg);
  clip-path: polygon(4rem 0%, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
  background: linear-gradient(89deg, #1D5999 33.17%, #2F6FB3 91.76%);
  padding-block: 0.9rem 1.2rem;
}
.p-concept__name-text:first-child {
  padding-inline: 4.7rem 4.1rem;
  margin-right: auto;
}
.p-concept__name-text:last-child {
  margin-top: -1rem;
  margin-left: auto;
  padding-inline: 9.7rem 6.2rem;
}
.p-concept__text {
  margin-bottom: 4rem;
}
.p-concept__btn {
  display: flex;
  row-gap: 2rem;
  column-gap: 3rem;
  flex-wrap: wrap;
  justify-content: start;
}
.p-concept__img {
  margin-top: 3rem;
}
.p-concept__img img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-concept__img {
    display: none;
  }
  .p-concept__text {
    margin-right: 10.2rem;
    font-weight: 400;
    line-height: 194%;
  }
  .p-concept__left {
    width: calc(100% - 133.5rem);
    margin-top: 17rem;
    padding-left: 15.1rem;
  }
  .p-concept__name {
    margin-left: -5.1rem;
  }
  .p-concept__content {
    margin-right: -34rem;
  }
  .p-concept__right {
    width: 133.5rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-concept {
    background: url(./assets/img/concept-bg-4.png) left top / 23.5rem 24.4rem no-repeat, url(./assets/img/concept-bg-5.png) center center / cover no-repeat;
  }
  .p-concept__left {
    width: 20%;
    padding-left: 6rem;
    z-index: 3;
    margin-top: 10rem;
    padding-bottom: 6rem;
  }
  .p-concept__name {
    margin-top: 2.7rem;
    margin-bottom: 4.2rem;
  }
  .p-concept__content {
    margin-right: -41rem;
  }
  .p-concept__title {
    margin-left: 2rem;
  }
  .p-concept__text {
    margin-right: 7.2rem;
  }
  .p-concept__right {
    width: 80%;
  }
  .p-concept__right::after {
    width: 141.5rem;
    height: 64.6rem;
  }
  .p-concept__router {
    bottom: 14rem;
    right: 8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-concept {
    padding-block: 6rem;
    background: url(./assets/img/concept-bg-4.png) left top / 19.5rem 18.4rem no-repeat, url(./assets/img/concept-bg-5.png) center center / cover no-repeat;
  }
  .p-concept__router {
    width: 23.9rem;
    height: 23.9rem;
    bottom: 84rem;
    right: 5rem;
    z-index: 5;
  }
  .p-concept__title {
    text-align: center;
  }
  .p-concept__left {
    padding-inline: 1.5rem;
    padding-bottom: 0;
  }
  .p-concept__right {
    padding-inline: 1.5rem;
  }
  .p-concept__right img {
    display: none;
  }
  .p-concept__right::after {
    bottom: -6rem;
    width: 76%;
    height: 42.6rem;
  }
  .p-concept__text {
    margin-bottom: 2rem;
  }
  .p-concept__name {
    margin-top: 3rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  .p-concept__name-text {
    transform: unset;
  }
  .p-concept__name-text:first-child {
    margin-right: 0;
  }
  .p-concept__name-text:last-child {
    margin-top: 1rem;
    margin-left: 0;
  }
  .p-concept__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    overflow: hidden;
  }
  .p-concept__img {
    margin-top: 4rem;
  }
  .p-concept__router {
    width: 12rem;
    height: 12rem;
    bottom: 68rem;
    right: 1.5rem;
  }
  .p-concept__router::before {
    width: 0.7rem;
    height: 5.6rem;
  }
  .p-concept__name {
    margin-bottom: 1rem;
  }
  .p-concept__name-text {
    padding-block: 0.6rem;
    clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
    padding-inline: 2rem;
  }
  .p-concept__name-text:first-child {
    padding-inline: 2rem;
  }
  .p-concept__name-text:last-child {
    margin-top: 0.5rem;
    padding-inline: 3rem 1.5rem;
  }
  .p-concept__btn {
    gap: 1rem;
  }
  .p-concept__btn .btn-style1 {
    width: calc((100% - 1rem) / 2);
  }
}
.p-trouble {
  padding-block: 10rem 9.3rem;
  background: url(./assets/img/trouble-bg-3.png) center / cover no-repeat;
}
.p-trouble__title {
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
  z-index: 1;
}
.p-trouble__list {
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.p-trouble__list--top {
  margin-bottom: 2rem;
}
.p-trouble__list--bottom {
  max-width: 112.2rem;
  width: 100%;
  margin: 0 auto;
  row-gap: 2rem;
}
.p-trouble__link {
  width: 36.6rem;
  height: 13.6rem;
  display: block;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #2F6FB3;
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 195%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-trouble__link--lh {
  line-height: 145%;
}
.p-trouble__link--inner {
  height: 9.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-trouble__link--left {
  background-image: url(./assets/img/trouble-bg-1.png);
}
.p-trouble__link--right {
  background-image: url(./assets/img/trouble-bg-2.png);
}
@media screen and (max-width: 1440px) {
  .p-trouble__link {
    width: 33.8rem;
    height: 11.6rem;
    line-height: 120%;
  }
  .p-trouble__link--inner {
    height: 8.2rem;
  }
  .p-trouble__link--lsp {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 960px) {
  .p-trouble {
    padding-block: 6rem 6rem;
  }
  .p-trouble__title {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble__title {
    margin-bottom: 3rem;
  }
  .p-trouble__link {
    width: 100%;
    height: 100%;
    background: url(./assets/img/trouble-bg-4.png) center center / cover no-repeat !important;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    border: 1px solid #2F6FB3;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: var(--size-p);
    font-weight: 600;
  }
  .p-trouble__link--inner {
    height: 100%;
  }
  .p-trouble__link::before {
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    aspect-ratio: 1;
    clip-path: shape(from 100% 0%, vline to 100%, hline to 0%, line to 100% 0%, close);
    background: #a5cbf2;
    bottom: -0.1rem;
    right: -0.1rem;
    pointer-events: none;
    transition: ease all 0.4s;
    z-index: -1;
  }
  .p-trouble__link::after {
    content: "";
    position: absolute;
    width: 3.2rem;
    height: 0.5rem;
    background: url(./assets/img/trouble-bg-5.svg) center center / contain no-repeat;
    bottom: 0.5rem;
    right: 0.5rem;
    pointer-events: none;
    transition: ease all 0.4s;
    z-index: -1;
  }
  .p-trouble__list {
    align-items: stretch;
    gap: 0.5rem;
  }
  .p-trouble__list--top {
    margin-bottom: 0.5rem;
  }
  .p-trouble__list--bottom {
    row-gap: 0.5rem;
    max-width: 100%;
  }
  .p-trouble__list li {
    width: calc((100% - 0.5rem) / 2);
  }
}
.p-pickup {
  padding-block: 12rem 10rem;
  background: url(./assets/img/pickup-bg-5-2.png) center / cover no-repeat;
}
.p-pickup__title {
  text-align: center;
  margin-bottom: 11.8rem;
}
.p-pickup__slick {
  margin-inline: 9rem;
  position: relative;
}
.p-pickup__slick::before {
  content: "";
  position: absolute;
  width: 38.5rem;
  height: 100%;
  top: 0;
  left: -0.5px;
  z-index: 1;
  background-image: url(./assets/img/pickup-bg-5-1.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left 70%;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 4%, transparent 52%);
  mask-image: linear-gradient(to right, #000 0%, #000 4%, transparent 52%);
}
.p-pickup__slick::after {
  content: "";
  position: absolute;
  width: 38.5rem;
  height: 100%;
  top: 0;
  right: -0.5px;
  z-index: 1;
  background-image: url(./assets/img/pickup-bg-5-1.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: left 70%;
  -webkit-mask-image: linear-gradient(to left, #000 0%, #000 3%, transparent 38%);
  mask-image: linear-gradient(to left, #000 0%, #000 3%, transparent 38%);
}
.p-pickup__item {
  padding: 1rem 1rem 0 1rem;
  margin-inline: 1.5rem;
  position: relative;
}
.p-pickup__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2rem - 1.9rem);
  top: 1.9rem;
  left: 0;
  z-index: -1;
  border-radius: 1rem;
}
.p-pickup__item::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.9rem - 0.5rem);
  height: calc(100% - 2rem - 1.8rem);
  top: 0.1rem;
  left: 0.5rem;
  border: 0.5px solid #535353;
  border-radius: 1rem;
}
.p-pickup__item--blue::before {
  background: #437DBA;
}
.p-pickup__item--blue .p-pickup__inner {
  background-image: url(./assets/img/pickup-bg-2.png);
}
.p-pickup__item--yellow::before {
  background: #B7A266;
}
.p-pickup__item--yellow .p-pickup__inner {
  background-image: url(./assets/img/pickup-bg-1.png);
}
.p-pickup__item--silver::before {
  background: rgba(51, 51, 51, 0.5);
}
.p-pickup__item--silver .p-pickup__inner {
  background-image: url(./assets/img/pickup-bg-7.png);
}
.p-pickup__inner {
  display: flex;
  flex-wrap: wrap;
  height: 27.3rem;
  overflow: hidden;
  background-position: right 32.7rem center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}
.p-pickup__content {
  width: calc((100% - 41.5rem));
  padding-left: 4.3rem;
}
.p-pickup__name {
  text-align: center;
  color: #535353;
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin-block: 3.7rem 2.8rem;
}
.p-pickup__name--mgsmall {
  margin-bottom: 1.3rem;
}
.p-pickup__link {
  padding-left: 14.7rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}
.p-pickup__btn {
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 1px solid #B7A266;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.p-pickup__btn::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-right: 2px solid #B7A266;
  border-top: 2px solid #B7A266;
  top: 50%;
}
.p-pickup__btn:hover {
  background: #2F6FB3;
}
.p-pickup__btn:hover::before {
  border-color: #fff;
}
.p-pickup__btn--prev {
  left: -5.8rem;
}
.p-pickup__btn--prev::before {
  left: 56%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-pickup__btn--next {
  right: -5.8rem;
}
.p-pickup__btn--next::before {
  left: 44%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-pickup__text {
  padding-right: 2rem;
}
.p-pickup__text--pd0 {
  padding-right: 0;
}
.p-pickup__img {
  width: 41.5rem;
  clip-path: polygon(6.6rem 0%, 100% 0, 100% 100%, 0% 100%);
}
.p-pickup__img img {
  width: 100%;
}
.p-pickup .slick-dots li button {
  font-size: 0;
}
.p-pickup .slick-dots li button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.p-pickup .slick-dots li.slick-active button::before {
  background: #2B6AAE;
}
.p-pickup .slick-dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-pickup__text {
    font-weight: 400;
  }
}
@media screen and (min-width: 961px) {
  .p-pickup__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-pickup__text {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-pickup {
    padding-block: 6rem;
  }
  .p-pickup__slick {
    margin-inline: 2.5rem;
  }
  .p-pickup__slick::after, .p-pickup__slick::before {
    width: 9.5rem;
  }
  .p-pickup__title {
    margin-bottom: 3rem;
  }
  .p-pickup__img {
    width: 37.5rem;
  }
  .p-pickup__inner {
    height: 24.3rem;
    background-position: right 28.7rem center;
  }
  .p-pickup__btn {
    width: 3.5rem;
    height: 5.5rem;
    border: unset;
  }
  .p-pickup__btn:hover {
    background: transparent;
  }
  .p-pickup__btn:hover::before {
    border-color: #2F6FB3;
  }
  .p-pickup__btn--next {
    right: -2.3rem;
  }
  .p-pickup__btn--prev {
    left: -2.3rem;
  }
  .p-pickup__content {
    padding-left: 1.5rem;
    width: calc((100% - 37.5rem));
  }
  .p-pickup__name {
    margin-block: 1.8rem 1.3rem;
  }
  .p-pickup__item {
    margin-inline: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__item::after {
    content: unset;
  }
  .p-pickup__slick {
    margin-inline: 2.5rem;
  }
  .p-pickup__btn--next {
    right: -2.3rem;
  }
  .p-pickup__btn--prev {
    left: -2.3rem;
  }
  .p-pickup__content {
    width: 100%;
    order: 2;
  }
  .p-pickup__inner {
    height: auto;
    padding-bottom: 5rem;
    background-position: bottom 2rem center;
  }
  .p-pickup__img {
    clip-path: unset;
    width: 100%;
  }
  .p-pickup__content {
    padding-inline: 1rem;
  }
  .p-pickup__link {
    padding-left: 0;
  }
  .p-pickup__link .btn-style1 {
    margin-inline: auto;
  }
  .p-pickup__name {
    margin-block: 2.4rem 1rem;
  }
}
@media (max-width: 1015px) {
  .p-pickup__slick::before, .p-pickup__slick::after {
    content: unset;
  }
}
.p-medical {
  padding-block: 12rem 8.4rem;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}
.p-medical > * {
  position: relative;
  z-index: 1;
}
.p-medical::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75.4rem;
  background: url(./assets/img/medical-bg-15.png) center / cover no-repeat;
  z-index: 0;
  top: -28.7rem;
  z-index: 0;
}
.p-medical__review {
  display: flex;
  gap: 1.5rem;
}
.p-medical__card {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-top: 3.8rem;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: var(--fs-35);
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.p-medical__card::after {
  content: "";
  position: absolute;
  width: 6.7rem;
  height: 3.1rem;
  background: url(./assets/img/medical-bg-7.svg) center / contain no-repeat;
  z-index: 0;
  left: 50%;
  bottom: 4.2rem;
  transform: translateX(-50%);
}
.p-medical__card--1 {
  width: 27.1rem;
  height: 16.7rem;
  background-color: #E66E6E;
  padding-left: 3rem;
}
.p-medical__card--1::before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 10.5rem;
  background: url(./assets/img/medical-bg-4.png) center / contain no-repeat;
  left: 3rem;
  top: 2.6rem;
  z-index: 0;
}
.p-medical__card--1::after {
  transform: translateX(calc(-50% + 1.5rem));
}
.p-medical__card--2 {
  background-color: #4DAF7C;
  width: 26rem;
  height: 17.6rem;
}
.p-medical__card--2::before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 15.7rem;
  background: url(./assets/img/medical-bg-5.png) center / contain no-repeat;
  left: 1rem;
  top: 0;
  z-index: 0;
}
.p-medical__card--3 {
  background-color: #4D88C7;
  width: 28.1rem;
  height: 17.7rem;
}
.p-medical__card--3::before {
  content: "";
  position: absolute;
  width: 9.4rem;
  height: 6rem;
  background: url(./assets/img/medical-bg-6.png) center / contain no-repeat;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  z-index: 0;
}
.p-medical__title .heading-style1__bg--fsbig {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-medical__title .heading-style1__bg--fsbig {
    left: 50%;
    top: 14%;
    transform: translate(-50%, -50%);
  }
}
.p-medical__center {
  margin-top: 12rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
.p-medical__box {
  padding: 3rem 1rem 3rem 3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 1.1rem rgba(0, 0, 0, 0.4);
}
.p-medical__box--1 {
  background-image: url(./assets/img/medical-bg-8.png);
}
.p-medical__box--1 .p-medical__name--color {
  color: #E66E6E;
}
.p-medical__box--1 .p-medical__name::before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 10.5rem;
  background: url(./assets/img/medical-bg-4.png) center / contain no-repeat;
  left: calc(100% + .7rem);
  bottom: 0;
  z-index: 0;
}
.p-medical__box--2 {
  background-image: url(./assets/img/medical-bg-9.png);
}
.p-medical__box--2 .p-medical__name--color {
  color: #4DAF7C;
}
.p-medical__box--2 .p-medical__name::before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 15.7rem;
  background: url(./assets/img/medical-bg-5.png) center / contain no-repeat;
  left: calc(100% + .7rem);
  bottom: 0;
  z-index: 0;
}
.p-medical__box--3 {
  background-image: url(./assets/img/medical-bg-10.png);
}
.p-medical__box--3 .p-medical__name--color {
  color: #4D88C7;
}
.p-medical__box--3 .p-medical__name::before {
  content: "";
  position: absolute;
  width: 9.4rem;
  height: 6rem;
  background: url(./assets/img/medical-bg-6.png) center / contain no-repeat;
  left: calc(100% + .7rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.p-medical__box--3 .p-medical__list {
  flex-direction: column;
  justify-content: center;
}
.p-medical__bottom {
  margin-top: 1.7rem;
}
.p-medical__name {
  display: inline-block;
  color: #535353;
  font-size: var(--fs-43);
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0;
  position: relative;
}
.p-medical__en {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.6);
  font-size: var(--fs-35);
  font-weight: 300;
  line-height: 115%;
  letter-spacing: 0.05em;
  margin-right: 1.8rem;
}
.p-medical__bottom {
  display: flex;
}
.p-medical__target {
  clip-path: polygon(0 0, calc(100% - 3.3rem) 0%, 100% 50%, calc(100% - 3.3rem) 100%, 0 100%, 0% 50%);
  padding-block: 0.5rem;
  background: url(./assets/img/medical-bg-11.png) left center / cover no-repeat;
  background-color: #2563A5;
}
.p-medical__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-medical__banner {
  position: relative;
  margin-bottom: 8rem;
}
.p-medical__banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #B7A266;
}
.p-medical__target {
  display: flex;
  gap: 2.5rem;
  padding-left: 35.9rem;
}
.p-medical__btn {
  display: flex;
  width: 36.9rem;
  height: 7.2rem;
  justify-content: center;
  align-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-medical__btn-top {
  color: #2563A5;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0;
  margin-top: 0.7rem;
  display: inline-block;
}
.p-medical__btn-bottom {
  color: #2563A5;
  font-size: var(--fs-35);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: -0.4rem;
  display: inline-block;
}
.p-medical__btn--tell {
  background-image: url(./assets/img/medical-bg-12.png);
}
.p-medical__btn--web {
  background-image: url(./assets/img/medical-bg-13.png);
  border: 1px solid #fff;
}
.p-medical__btn--web .p-medical__btn-top {
  color: #fff;
}
.p-medical__btn--web .p-medical__btn-bottom {
  color: #fff;
}
.p-medical__btn--web .p-medical__btn-img {
  border-right: 1px solid #fff;
}
.p-medical__btn--web .p-medical__btn-text::before {
  background-color: #FFFFFF;
}
.p-medical__btn--web .p-medical__btn-text::after {
  background-color: #2563A5;
}
.p-medical__btn-img {
  width: 5.5rem;
  border-right: 1px solid #2563A5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-medical__btn-img img {
  max-width: 2.9rem;
  width: 100%;
}
.p-medical__btn-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 4.2rem;
  position: relative;
}
.p-medical__btn-text::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #2563A5;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 50%;
}
.p-medical__btn-text::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1.6rem;
  mask: url(./assets/img/medical-bg-13.svg) center / cover no-repeat;
  -webkit-mask: url(./assets/img/medical-bg-13.svg) center / cover no-repeat;
  background-color: #fff;
  right: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.p-medical__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.p-medical__items li {
  padding-right: 1.6rem;
  width: calc((100% - 2rem) / 2);
}
.p-medical__item {
  width: 100%;
  background: url(./assets/img/medical-bg-14-2.png) center / cover no-repeat;
  border-radius: 2rem;
  display: flex;
  height: 14rem;
  position: relative;
}
.p-medical__item::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background: url(./assets/img/medical-bg-13.svg) center center / 0.8rem 1.6rem no-repeat;
  background-color: #2563A5;
  border-radius: 50%;
  right: -1.6rem;
  border: 1px solid #F5F1EB;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.p-medical__item--first .p-medical__item-img {
  margin-top: 4.7rem;
  margin-left: 4.3rem;
}
.p-medical__item--first .p-medical__item-img img {
  max-width: 3.7rem;
  width: 100%;
}
.p-medical__item-text {
  flex: 1;
  text-align: center;
}
.p-medical__item-title {
  color: #fff;
  font-size: var(--fs-80);
  font-weight: 300;
  line-height: 40%;
  letter-spacing: 0;
  margin-top: -0.7rem;
  margin-bottom: 4rem;
  text-shadow: 0px 2px 9.8px rgba(0, 0, 0, 0.12);
}
.p-medical__item-desc {
  font-weight: 600;
  color: #fff;
}
.p-medical__item-img {
  margin-top: 3.5rem;
  margin-left: 3.5rem;
}
.p-medical__item-img img {
  max-width: 6.5rem;
  width: 100%;
}
.p-medical__prev, .p-medical__next {
  position: absolute;
  width: 3.5rem;
  height: 5.5rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
}
.p-medical__prev::before, .p-medical__next::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-right: 2px solid #B7A266;
  border-top: 2px solid #B7A266;
  top: 50%;
}
.p-medical__next {
  right: 0.5rem;
}
.p-medical__next::before {
  left: 44%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-medical__prev {
  left: 0.5rem;
}
.p-medical__prev::before {
  left: 56%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (min-width: 961px) {
  .p-medical__prev, .p-medical__next {
    display: none;
  }
  .p-medical__items {
    gap: 4rem;
  }
  .p-medical__items li {
    width: calc((100% - 8rem) / 3);
  }
  .p-medical__top {
    display: flex;
    justify-content: space-between;
  }
  .p-medical__title {
    margin-top: 1.8rem;
  }
  .p-medical__review {
    margin-right: 3.4rem;
    gap: 5.9rem;
  }
  .p-medical__container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 46.5rem 1fr 46.5rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .p-medical__en {
    margin-right: 1rem;
  }
  .p-medical__review {
    margin-right: 0;
    gap: 2rem;
  }
  .p-medical__container {
    grid-template-columns: 37.5rem 1fr 37.5rem;
    gap: 2rem;
  }
  .p-medical__box {
    padding: 3rem 1rem 3rem 1.5rem;
  }
  .p-medical__box--3 .p-medical__name::before {
    left: 80%;
    top: -4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-medical {
    padding-block: 6rem 6rem;
  }
  .p-medical .swiper-scrollbar {
    position: relative;
    display: block;
    margin-top: 1.5em;
  }
  .p-medical .swiper-scrollbar::after {
    position: absolute;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #447dbb79;
  }
  .p-medical .swiper-scrollbar-drag {
    height: 6px;
    cursor: pointer;
    background-color: #2F6FB3;
  }
  .p-medical__review {
    margin-top: 3rem;
  }
  .p-medical__card {
    padding-top: 3.7rem;
  }
  .p-medical__card::after {
    width: 4.7rem;
    height: 2.1rem;
  }
  .p-medical__card--1 {
    width: 21.1rem;
    height: 14.7rem;
    padding-left: 3rem;
  }
  .p-medical__card--1::before {
    left: 1rem;
    top: 1.6rem;
  }
  .p-medical__card--2 {
    width: 22rem;
    height: 14.6rem;
  }
  .p-medical__card--3 {
    width: 25.1rem;
    height: 14.7rem;
    padding-top: 4.2rem;
  }
  .p-medical__bottom {
    align-items: start;
  }
  .p-medical__box {
    min-height: 38rem;
  }
  .p-medical__box--3 .p-medical__list {
    flex-direction: row;
    justify-content: unset;
  }
  .p-medical__banner {
    padding-inline: 1.5rem;
    margin-bottom: 3rem;
  }
  .p-medical__target {
    padding-inline: 4.5rem;
    clip-path: unset;
  }
  .p-medical__item-text {
    margin-block: auto;
  }
  .p-medical__item-title {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .p-medical__item-desc {
    text-align: center;
  }
  .p-medical__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-medical__next {
    right: -0.3rem;
  }
  .p-medical__prev {
    left: -0.3rem;
  }
  .p-medical__center {
    margin-bottom: 3rem;
  }
  .p-medical__review {
    gap: 1rem;
    justify-content: center;
    row-gap: 0rem;
  }
  .p-medical__review li {
    width: calc((100% - 1rem) / 2);
  }
  .p-medical__card {
    font-size: 1.5rem;
    width: 100%;
    padding-top: 3rem;
  }
  .p-medical__card::after {
    width: 2.2rem;
    height: 1.1rem;
    bottom: unset;
    top: 5.3rem;
  }
  .p-medical__card--1 {
    height: 9.7rem;
  }
  .p-medical__card--1::before {
    width: 4.1rem;
    left: 0rem;
    top: -1.5rem;
  }
  .p-medical__card--2 {
    height: 10rem;
  }
  .p-medical__card--2::before {
    top: -2rem;
    left: 0.3rem;
    width: 2.6rem;
    height: 10.9rem;
  }
  .p-medical__card--3 {
    height: 9.5rem;
    width: 11.9rem;
  }
  .p-medical__card--3::before {
    left: 50%;
    top: -1rem;
    width: 5.8rem;
    height: 3.6rem;
  }
  .p-medical__center {
    margin-top: 6rem;
  }
  .p-medical__box {
    min-height: 38rem;
    padding: 3rem 1rem 3rem 1rem;
  }
  .p-medical__box--2 .p-medical__name::before {
    width: 4.1rem;
    height: 11rem;
    bottom: -0.8rem;
  }
  .p-medical__bottom {
    flex-direction: column;
    gap: 1rem;
  }
  .p-medical__banner {
    margin-bottom: 2rem;
  }
  .p-medical__en {
    writing-mode: unset;
  }
  .p-medical__list {
    width: 100%;
  }
  .p-medical__list li {
    width: calc((100% - 0.5rem) / 2);
  }
  .p-medical__list .btn-style1 {
    width: 100%;
    height: 100%;
    padding-left: 0.6rem;
  }
  .p-medical__list .btn-style1::before {
    right: 0.8rem;
    width: 3.25rem;
  }
  .p-medical__list .btn-style1::after {
    right: 2.4rem;
  }
  .p-medical__btn {
    width: 100%;
    height: 6rem;
  }
  .p-medical__btn-img {
    width: 6.5rem;
  }
  .p-medical__btn-top {
    margin-top: 0rem;
  }
  .p-medical__btn-bottom {
    margin-top: 0rem;
  }
  .p-medical__target {
    padding-inline: 1.5rem;
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-medical__items {
    gap: 1rem;
  }
  .p-medical__items li {
    width: calc((100% - 1rem) / 2);
  }
  .p-medical__item {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.5rem;
    height: auto;
  }
  .p-medical__item-img {
    margin-top: 0.7rem !important;
    margin-left: 0 !important;
  }
  .p-medical__item-img img {
    max-width: 4rem;
  }
  .p-medical__item-title {
    margin-bottom: 1rem;
  }
  .p-medical__item--first .p-medical__item-img img {
    max-width: 2.7rem;
  }
}
.l-grid-1340 {
  max-width: 137rem;
}
.l-grid-1535 {
  max-width: 156.5rem;
}
.l-grid-1620 {
  max-width: 165rem;
}
.l-grid-1745 {
  max-width: 175.5rem;
}
.l-grid-1335 {
  max-width: 136.5rem;
}
.l-grid-1220 {
  max-width: 125rem;
}
.heading-style1 {
  position: relative;
}
.heading-style1__title {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.heading-style1__en {
  text-transform: uppercase;
  color: #2B6AAE;
  font-size: var(--fs-100);
  font-weight: 400;
  line-height: 66%;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 960px) {
  .heading-style1__en {
    margin-bottom: 0.5rem;
  }
}
.heading-style1__en--02 {
  line-height: 93%;
  margin-bottom: 0.5rem;
}
.heading-style1__en--white {
  color: #FFFFFF;
}
.heading-style1 .color {
  font-weight: 400;
  color: #B7A266;
}
.heading-style1 .type {
  color: #BED8FF;
  font-size: var(--fs-50);
  font-weight: 400;
  line-height: 80%;
  letter-spacing: 0;
  position: relative;
  margin-inline: 1.5rem;
}
.heading-style1 .type::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 1.1rem;
  top: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  background: url(./assets/img/heading-bg-2.svg) bottom center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .heading-style1 .type {
    margin-inline: 0;
  }
}
.heading-style1__ja {
  color: #535353;
  font-size: var(--fs-26);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
}
.heading-style1__ja--02 {
  display: inline-block;
  position: relative;
  align-self: start;
}
.heading-style1__ja--02::before {
  content: "";
  position: absolute;
  width: 14.8rem;
  height: 1px;
  top: 50%;
  left: calc(100% + 1.1rem);
  transform: translateY(-50%);
  background-color: #B7A266;
}
@media screen and (max-width: 767px) {
  .heading-style1__ja--02::before {
    width: 3.8rem;
  }
}
.heading-style1__ja--white {
  color: #FFFFFF;
}
.heading-style1__ja--anw {
  position: relative;
}
.heading-style1__ja--anw .type {
  position: relative;
  top: 1rem;
}
.heading-style1__ja--anw::before {
  content: "";
  position: absolute;
  width: 6.9rem;
  height: 11.2rem;
  background: url(assets/img/heading-bg-3.svg) center / contain no-repeat;
  left: 97%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .heading-style1__ja--anw {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-style1__ja--anw {
    margin-top: 0.9rem;
  }
  .heading-style1__ja--anw::before {
    left: 85%;
    width: 5.8rem;
    height: 8.2rem;
  }
  .heading-style1__ja--anw .type {
    top: 0.1rem;
    margin-bottom: 1.4rem;
    display: inline-block;
  }
  .heading-style1__ja--anw .type::before {
    width: 8rem;
    height: 1.1rem;
    top: 100%;
    left: 50%;
  }
}
.heading-style1__bg {
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: 24%;
  left: 42%;
  opacity: 0.06;
  transform: translate(-50%, -50%);
  font-size: var(--fs-160);
  line-height: 100%;
  background: linear-gradient(89deg, #1D5999 33.17%, #2F6FB3 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 960px) {
  .heading-style1__bg__bg {
    left: 50%;
    top: 50%;
  }
  .heading-style1__bg__en {
    margin-bottom: 0.5rem;
  }
}
.heading-style1__bg--02 {
  background: url(assets/img/heading-bg-02.png);
  z-index: -1;
  opacity: 1;
  transform: unset;
  top: -6.1rem;
  left: 3.1rem;
  width: 90.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .heading-style1__bg--02 {
    top: -3.1rem;
    width: 60.6rem;
  }
}
@media screen and (max-width: 960px) {
  .heading-style1__bg--02 {
    transform: translate(-50%, -50%);
    top: 56%;
    left: 50%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .heading-style1__bg--02 {
    background: linear-gradient(106.56deg, rgba(242, 245, 250, 0.43) 59.94%, rgba(220, 228, 241, 0.43) 120.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: auto;
    top: 39%;
  }
}
.heading-style1__bg--03 {
  color: #FFFFFF;
  opacity: 0.2;
}
.heading-style1__bg--04 {
  font-size: var(--fs-192);
  background: linear-gradient(106.56deg, rgba(242, 245, 250, 0.43) 59.94%, rgba(220, 228, 241, 0.43) 120.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
  z-index: -1;
  left: 57%;
}
@media screen and (max-width: 960px) {
  .heading-style1__bg--04 {
    left: 50%;
    top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .heading-style1__bg--04 {
    top: 1rem;
  }
}
.heading-style1__bg--fsbig {
  font-size: var(--fs-192);
  left: 50%;
}
.hv-burnt {
  overflow: hidden;
}
.hv-burnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: 0.5s;
}
.hv-burnt:hover::before {
  left: 125%;
}
.btn-style1 {
  background-image: url(assets/img/bg-btn.png);
  display: flex;
  width: 29.8rem;
  height: 6rem;
  line-height: 135%;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-right: 2.3rem;
  white-space: nowrap;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.btn-style1::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 4.95rem;
  height: 0.8rem;
  background: url(assets/img/bg-btn-4.svg) right / contain no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-style1::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 3.1rem;
  top: 0;
  z-index: 1;
}
.btn-style1:hover {
  background-color: #2F6FB3;
  background-blend-mode: darken;
}
.btn-style1--small {
  width: 25.8rem;
  background-image: url(assets/img/bg-btn-small.png);
}
.btn-style1--red {
  text-align: start;
  justify-content: start;
  padding-left: 3rem;
  width: 25.8rem;
  background-image: url(assets/img/bg-btn-1.png);
}
.btn-style1--red:hover {
  background-color: #E66E6E;
  background-blend-mode: darken;
}
.btn-style1--red-2 {
  background-image: unset;
  color: #E66E6E;
  font-weight: 600;
  background-color: #F9EAEA;
  transition: all 0.3s ease;
}
.btn-style1--red-2::before {
  background: unset;
  background-color: #E66E6E;
  mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  -webkit-mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  transition: all 0.3s ease;
}
.btn-style1--red-2::after {
  background: #E66E6C;
  transition: all 0.3s ease;
}
.btn-style1--red-2:hover {
  color: #fff;
}
.btn-style1--red-2:hover::after {
  background: #fff;
}
.btn-style1--red-2:hover::before {
  background-color: #fff;
}
.btn-style1--green {
  text-align: start;
  justify-content: start;
  padding-left: 3rem;
  width: 25.8rem;
  background-image: url(assets/img/bg-btn-2.png);
}
.btn-style1--green:hover {
  background-color: #4DAF7C;
  background-blend-mode: darken;
}
.btn-style1--green-2 {
  background-image: unset;
  color: #4DAF7C;
  font-weight: 600;
  background-color: #F1F8F4;
  transition: all 0.3s ease;
}
.btn-style1--green-2::before {
  background: unset;
  background-color: #4DAF7C;
  mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  -webkit-mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  transition: all 0.3s ease;
}
.btn-style1--green-2::after {
  background: #4DAF7C;
  transition: all 0.3s ease;
}
.btn-style1--green-2:hover {
  color: #fff;
}
.btn-style1--green-2:hover::after {
  background: #fff;
}
.btn-style1--green-2:hover::before {
  background-color: #fff;
}
.btn-style1--blue {
  text-align: start;
  justify-content: start;
  padding-left: 3rem;
  width: 25.8rem;
  background-image: url(assets/img/bg-btn-3.png);
}
.btn-style1--blue:hover {
  background-color: #4D88C7;
  background-blend-mode: darken;
}
.btn-style1--blue-2 {
  background-image: unset;
  color: #4D88C7;
  font-weight: 600;
  background-color: #DCEAF8;
  transition: all 0.3s ease;
}
.btn-style1--blue-2::before {
  background: unset;
  background-color: #4D88C7;
  mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  -webkit-mask: url(assets/img/icon-btn-w.svg) right center / contain no-repeat;
  transition: all 0.3s ease;
}
.btn-style1--blue-2::after {
  background: #4D88C7;
  transition: all 0.3s ease;
}
.btn-style1--blue-2:hover {
  color: #fff;
}
.btn-style1--blue-2:hover::after {
  background: #fff;
}
.btn-style1--blue-2:hover::before {
  background-color: #fff;
}
.btn-style1--r {
  padding-right: 6rem;
}
.btn-style1--t {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .btn-style1--t {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-style1--lt {
    letter-spacing: -10%;
    padding-block: 1.48rem !important;
    padding-right: 4rem !important;
  }
}
.btn-style1--insta {
  letter-spacing: -7%;
}
@media screen and (max-width: 767px) {
  .btn-style1--with {
    width: calc(50% - 0.5rem);
  }
}
.btn-style1--w {
  background: url(assets/img/bg-btn-w.png) center / contain no-repeat;
  color: #2563A5;
}
.btn-style1--w:hover {
  background-color: #fff;
  background-blend-mode: color;
}
.btn-style1--w::before {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 4.95rem;
  height: 0.8rem;
  background: url(assets/img/icon-btn-w.svg) right / contain no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-style1--w::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #2563A5;
  right: 3.1rem;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn-style1 {
    height: 100%;
    padding-block: 1.3rem;
    background-size: cover;
    padding-left: 0.6rem;
    font-size: 1.4rem;
    max-width: 22rem;
  }
  .btn-style1::before {
    right: 0.1rem;
    width: 3.25rem;
  }
  .btn-style1::after {
    right: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .heading-style-001__bg {
    position: relative;
    top: -1.5rem;
  }
}
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
   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: 767px) {
  .u-sp767-none {
    display: none !important;
  }
}
.u-sp767-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp767-show {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  .u-pc1440-only {
    display: none !important;
  }
}
.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: #535353;
}
.u-text-primary {
  color: #2B6AAE;
}
.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;
}
/*# sourceMappingURL=style.css.map */