@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300; 400;500;700;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-ttbanner: max(3.5rem, 26px);
  --size-h1: max(3rem, 24px);
  --size-h2: max(2.5rem, 22px);
  --size-h3: max(2.2rem, 20px);
  --size-h4: max(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: Max(1.5rem, 11.8px);
    --size-p-18: Max(1.5rem, 11.8px);
    --size-h1: Max(2rem, 18px);
    --size-h2: Max(1.8rem, 17px);
    --size-h3: Max(1.7rem, 16px);
    --size-h4: Max(1.6rem, 15px);
    --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;
  overflow-x: hidden;
}
p {
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media (max-width: 960px) {
  p {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
/* ==========================================================================
   Layout
   ========================================================================== */
body.is-menu-open .p-header.vz-01 {
  top: 0 !important;
}
.p-seo-h1 {
  background: #DFD7CC;
  color: #535353;
  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;
}
.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;
  }
}
.p-header {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  transition: all 0.35s;
  background: url(./assets/img/header-bg-01.png) center bottom no-repeat;
  height: 13rem;
  padding-left: 3.5rem;
  padding-right: 3rem;
  padding-top: 0.8rem;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-header {
    top: 3.3rem;
  }
}
.p-header__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6.9rem;
  height: 4.5rem;
  color: #0068B5;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 4%;
}
@media screen and (max-width: 1440px) {
  .p-header__btn {
    height: 3rem;
    font-size: 1.8rem;
  }
}
.p-header__btn img {
  display: inline-block;
  margin-right: 0.3rem;
}
.p-header__btn-tel {
  min-width: 21.7rem;
}
@media screen and (max-width: 1440px) {
  .p-header__btn-tel {
    min-width: 16.7rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-header__btn-tel .p-img__18 {
    max-width: 1.2rem;
  }
}
.p-header__btn-web {
  min-width: 18rem;
}
@media screen and (max-width: 1440px) {
  .p-header__btn-web {
    min-width: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-header__btn-web .p-img__22 {
    max-width: 1.4rem;
  }
}
.p-header__top {
  justify-content: space-between;
  align-items: flex-start;
}
.p-header__top-left {
  position: relative;
  z-index: 1;
  width: 42.6rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1440px) {
  .p-header__top-left {
    width: 20.6rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-header__top-left {
    padding-top: 0;
  }
}
.p-header__top-left img {
  max-width: 27rem;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-header__top-left img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__top-left img {
    max-width: 15rem;
  }
}
.p-header__top-right {
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 42.6rem);
}
@media screen and (max-width: 1440px) {
  .p-header__top-right {
    width: calc(100% - 20.6rem);
  }
}
.p-header__top-address {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0;
  width: 100%;
  text-align: right;
  margin-top: 0.5rem;
  padding-right: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-header__top-address {
    display: none;
  }
}
.p-header__top-address img {
  display: inline-block;
  margin-right: 0.5rem;
}
.p-header__top-list {
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-header__top-list li:first-child {
    display: none;
  }
}
.p-header__menu li {
  margin: 0 1.6rem;
}
@media screen and (max-width: 1440px) {
  .p-header__menu li {
    margin: 0 1rem;
  }
}
.p-header__menu li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding: 0.6rem 0;
}
.p-header__menu li a::before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 0.5rem;
  background: url(./assets/img/header-icon-03.svg) center bottom no-repeat;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.p-header__menu li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 1440px) {
  .p-header__menu li a {
    font-size: 1.6rem;
  }
}
.p-header__menu li.current-menu-item a::before {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.p-header__list {
  gap: 2rem;
}
.p-header__list li.head_tel a {
  border-top: #006AB9 solid 2px;
  border-bottom: #006AB9 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: #006AB9;
}
.p-header__list li.head_tel a .item {
  display: block;
  text-align: center;
  color: #006AB9;
  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: #006AB9;
  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;
  position: fixed;
}
.home img {
  border-radius: 0;
}
@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: 0;
    left: -2rem;
    top: 100%;
    transition: all 0.3s ease;
    width: 30rem;
  }
  .p-header__menu li .sub-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 1rem);
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #006ab9;
  }
  .p-header__menu li .sub-menu li {
    margin-left: 0 !important;
    padding: 0;
    border-bottom: 1px solid #fff;
    border-right: 0;
    margin-right: 0 !important;
  }
  .p-header__menu li .sub-menu li:last-child {
    border-width: 0;
  }
  .p-header__menu li .sub-menu li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-right: 0;
    color: #fff !important;
    font-size: 1.6rem;
    position: relative;
    transition: all 0.35s;
    width: 100%;
    text-align: left;
  }
  .p-header__menu li .sub-menu li a::before {
    content: none;
  }
  .p-header__menu li .sub-menu li a::after {
    content: "";
    position: absolute;
    top: 2.4rem;
    -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% - 8.6rem);
    padding: 5rem 10rem !important;
    z-index: 1;
  }
  .p-header__menu li.vz-02 .sub-menu::before {
    height: calc(100% - 1.6rem);
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #006ab9;
  }
  .p-header__menu li.vz-02 .sub-menu li {
    width: calc((100% - 6.001rem) / 3);
    margin-right: 3rem !important;
  }
  .p-header__menu li.vz-02 .sub-menu li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p-header__menu li.vz-02 .sub-menu li:last-child {
    border-width: 1px;
  }
  .p-header__menu li.vz-03 .sub-menu {
    left: auto;
    right: -1.5rem;
    width: 31rem;
  }
  .p-header__menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    padding: 1rem 0 0;
  }
  .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;
  }
}
@media screen and (min-width: 960.5px) and (max-width: 1440px) {
  .p-header__menu li.vz-02 .sub-menu {
    padding: 5rem !important;
  }
}
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-header {
    padding: 1rem 1.5rem;
  }
  .p-header__left img {
    width: 36rem;
  }
  .p-header__right {
    gap: 1rem;
  }
  .p-header__list li.head_local {
    padding: 0.5rem 1.5rem;
  }
  .p-header__list li.head_local p {
    padding-left: 2rem;
  }
  .p-header__list li.head_tel a {
    padding: 0.4rem 0.4rem 0.4rem 3rem;
  }
  .p-header__list li.head_tel a::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-header__list li.head_tel a .item {
    font-size: 1.5rem;
  }
  .p-header__list li.head_tel a .item:nth-child(2) {
    font-size: 2.8rem;
  }
}
@media (max-width: 960px) {
  .is-menu-open .p-header {
    top: 0 !important;
  }
  .p-header {
    padding: 1.8rem 1.5rem 1.5rem;
    height: 9rem;
    background-position: left bottom;
  }
  .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 !important;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-header {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 6rem;
  }
}
.home .p-footer__main {
  margin-top: -11.8rem;
}
@media screen and (max-width: 960px) {
  .home .p-footer__main {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .home .p-footer__main {
    padding-bottom: 0;
  }
}
.p-footer__main {
  overflow: hidden;
}
.p-footer__top {
  height: 64rem;
  background: url(./assets/img/footer-bg-01.png) top center / cover no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-footer__top {
    height: auto;
    padding-top: 13rem;
    padding-bottom: 0;
  }
}
.p-footer__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./assets/img/footer-bg-00.png) top center / cover no-repeat;
  top: 5.2rem;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.p-footer__top .p-feature__line01 {
  z-index: 3;
}
.p-footer__top-inner {
  background-color: #F3EFEB;
  border-radius: 1rem;
  padding: 3.8rem 3.5rem;
  position: relative;
  z-index: 3;
  transform: translateY(20.8rem);
}
@media screen and (max-width: 960px) {
  .p-footer__top-inner {
    padding: 1.5rem;
    transform: none;
  }
}
.p-footer__top-row {
  gap: 7.5rem;
}
@media screen and (max-width: 960px) {
  .p-footer__top-row {
    gap: 3rem;
  }
}
.p-footer__top-left {
  width: 68.9rem;
}
@media screen and (max-width: 960px) {
  .p-footer__top-left {
    width: 100%;
  }
}
.p-footer__top-left .p-information__iframe {
  margin-top: 0;
  max-width: 100%;
}
.p-footer__top-right {
  width: calc(100% - (68.9rem + 7.5rem));
}
@media screen and (max-width: 960px) {
  .p-footer__top-right {
    width: 100%;
  }
}
.p-footer__top-right--logo {
  display: inline-block;
  margin-bottom: 0.8rem;
}
.p-footer__top-right .p-information__address {
  margin-top: 0.5rem;
}
.p-footer__top-right--list {
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__top-right--list {
    gap: 0.5rem;
  }
}
.p-footer__top-right--list .p-header__btn-web {
  background-color: #006AB9;
  color: #fff;
  max-width: 18rem;
  margin: 0 auto;
}
.p-footer__top-right--inner {
  max-width: 61.5rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-footer__top-right--inner {
    max-width: 100%;
  }
}
.p-footer__top-right .p-footer__table {
  margin-top: 2rem;
}
.p-footer__menus {
  background: url(./assets/img/footer-bg-02.png) top center / cover no-repeat;
  min-height: 54rem;
  margin-top: -30.9rem;
  position: relative;
  z-index: 1;
  padding-top: 15rem;
}
@media screen and (max-width: 960px) {
  .p-footer__menus {
    display: none;
  }
}
.p-footer__menus-row {
  gap: 8.208%;
}
.p-footer__menus-item {
  flex: 1;
}
.p-footer__menus-item--title {
  color: #006AB9;
  font-size: var(--fs-35);
  font-weight: 400;
  line-height: 85%;
  letter-spacing: 0;
}
.p-footer__menus-item--head {
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  margin-bottom: 2rem;
}
.p-footer__menus-item--head li:first-child {
  padding-right: 2.5rem;
  background: url(./assets/img/footer-bg-03.png) right center no-repeat;
}
.p-footer__menus-item--head li:last-child {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  padding-left: 2.5rem;
}
.p-footer__menus-item--head img {
  vertical-align: middle;
  margin-right: 0.6rem;
  margin-top: -1rem;
}
.p-footer__table {
  border: 1px solid rgba(0, 106, 185, 0.5);
  max-width: 61.4rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-footer__table {
    max-width: 100%;
  }
}
.p-footer__table-head {
  align-items: center;
  border-bottom: 1px solid rgba(0, 106, 185, 0.5);
}
.p-footer__table-row {
  align-items: center;
}
.p-footer__table-row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 106, 185, 0.5);
}
.p-footer__table-row .col--title {
  text-align: left;
}
.p-footer__table .col {
  width: calc((100% - (16.5rem + 9rem)) / 6);
  color: #535353;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  height: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 106, 185, 0.5);
}
.p-footer__table .col:last-child {
  border-right: 0;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-footer__table .col:last-child {
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__table .col {
    font-size: 1.4rem;
    width: calc((100% - (8.5rem + 4.5rem)) / 6);
    height: 4rem;
  }
  .p-footer__table .col .p-img__23 {
    max-width: 1.3rem;
  }
  .p-footer__table .col .p-img__15 {
    max-width: 1rem;
  }
  .p-footer__table .col .p-img__19 {
    max-width: 1rem;
  }
}
.p-footer__table .col--title {
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__table .col--title {
    width: 8.5rem;
  }
}
.p-footer__table img {
  margin: 0 auto;
}
.p-footer__mid {
  margin-top: 5rem;
}
.p-footer__mid img {
  height: 77.6rem;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-footer__mid img {
    height: 40.6rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-footer__mid img {
    height: 20.6rem;
  }
}
.p-footer__bottom {
  background-color: #0068B5;
  padding: 2rem 0 1.5rem;
}
.p-footer__nav {
  gap: 7.5rem;
  grid-template-columns: 28.4rem 51.2rem;
}
.p-footer__nav--list {
  gap: 1.1rem;
}
.p-footer__nav--list li a {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.2rem;
  transition: all 0.35s;
}
.p-footer__nav--list li a::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 1.2rem;
  left: 0;
  background: #535353;
  border-radius: 100%;
}
.p-footer__nav--list li a:hover {
  text-decoration: underline;
}
.p-footer__nav--list.vz-02 {
  grid-template-columns: 0.9fr 1fr;
}
.p-footer__credit {
  margin-right: 2rem;
}
.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;
}
.c-pagetop {
  position: fixed;
  bottom: 1.4rem;
  right: 1.7rem;
  opacity: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.35s;
  z-index: 999;
}
.c-pagetop img {
  max-width: 6.6rem;
  width: 100%;
}
.c-pagetop.show {
  opacity: 1;
}
.c-pagetop.show:hover {
  opacity: 0.8;
}
.c-pagetop.fixed {
  position: fixed;
}
@media (max-width: 960px) {
  .c-pagetop {
    bottom: 8.1rem;
    width: 5rem;
    height: 5rem;
    background-size: 2.4rem;
    right: 1rem;
  }
  .c-pagetop.fixed {
    bottom: 6.5rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .c-pagetop {
    bottom: 8rem;
  }
}
@media (min-width: 960.5px) {
  .c-nav-fix {
    display: none;
  }
}
@media (min-width: 960.5px) and (max-width: 1440px) {
  .p-footer__schedule--table dl dt {
    width: 14.5rem;
  }
}
@media (max-width: 960px) {
  .c-nav-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 110;
    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: #006AB9;
  }
  .c-nav-fix li:nth-child(2) a {
    background-color: #3F4FA4;
  }
  .c-nav-fix li:nth-child(3) a {
    background-color: #705633;
  }
  .c-nav-fix li:last-child {
    border-right: 0;
  }
  .c-nav-fix li a {
    background: #796650;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 6rem;
    padding: 0.7rem 0;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
  }
  .c-nav-fix li a::before {
    content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-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: #fff;
  }
  .c-nav-fix li a.c-acf_web::before {
    -webkit-mask-image: url(./assets/img/icon-pc-02.svg);
    mask-image: url(./assets/img/icon-pc-02.svg);
  }
  .c-nav-fix li a.c-acf_access::before {
    width: 1.4rem;
    -webkit-mask-image: url(assets/img/local-icon01.svg);
    mask-image: url(assets/img/local-icon01.svg);
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__logo img {
    width: 30rem;
  }
  .p-footer__tel {
    margin-bottom: 2rem;
  }
  .p-footer__tel a {
    font-size: 3rem;
  }
  .p-footer__text.vz-local p {
    margin-bottom: 3rem;
  }
  .p-footer__credit img {
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .c-nav-fix li a {
    font-size: 1.4rem;
  }
  .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 {
    padding-left: 0;
    width: 9.5rem;
  }
  .p-footer__schedule--table dl dd {
    width: calc((100% - 9.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;
}
.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;
  align-items: flex-start;
  gap: 1.2rem;
  width: 5rem;
  height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 4rem;
  }
}
.c-hamburger__line {
  display: block;
  height: 1px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s ease, opacity 0.25s ease;
}
.c-hamburger__line:nth-child(1) {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__line:nth-child(1) {
    width: 4rem;
  }
}
.c-hamburger__line:nth-child(2), .c-hamburger__line:nth-child(3) {
  width: 2.9rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger__line:nth-child(2), .c-hamburger__line:nth-child(3) {
    width: 2.2rem;
  }
}
.c-hamburger.is-active .c-hamburger__line {
  width: 5rem;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  transform: translateY(1.35rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  transform: translateY(-1.35rem) rotate(-45deg);
}
.c-heading {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08rem;
  color: #006AB9;
}
@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 #006AB9;
}
.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: #006AB9;
  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: #006AB9;
  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: #006AB9;
  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: #006AB9;
  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: #006AB9;
  color: #fff;
  font-family: "Urbanist", "Roboto", Arial, 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(0, 106, 185, 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: "Urbanist", "Roboto", Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.1rem;
  color: rgba(0, 106, 185, 0.18);
  line-height: 1;
  -webkit-text-stroke: 0.05rem rgba(0, 106, 185, 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: "Urbanist", "Roboto", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #006AB9;
  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: #006AB9;
}
.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 #006AB9;
}
@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: #006AB9;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.c-heading--hy-lv4 {
  position: relative;
  padding: 0 0 0 2.5rem;
  color: #006AB9;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
}
.c-heading--hy-lv4::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #006AB9;
}
.c-heading--sizev1 {
  font-size: var(--size-h1);
}
.c-heading--sizev2 {
  font-size: var(--size-h2);
}
.c-heading--sizev3 {
  font-size: var(--size-h3);
}
.c-heading--sizev4 {
  font-size: var(--size-h4);
}
.c-heading-counter {
  counter-reset: c-heading-bignum c-heading-block;
}
.c-heading--hy-lv1 {
  display: block;
  position: relative;
  text-align: center;
  font-size: var(--size-h1);
  font-weight: 700;
  color: #006AB9;
  letter-spacing: 0.08em;
  z-index: 1;
  margin-bottom: 4rem;
}
.c-heading--hy-lv1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 5rem;
  background: url("./assets/img/icon-tooth.png") center / contain no-repeat;
  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 #006ab9;
}
.c-heading--hy-lv1::first-letter {
  color: #ffb800;
}
@media screen and (min-width: 961px) {
  .c-heading--hy-lv1::before {
    width: 18rem;
    height: 10rem;
  }
}
.c-heading--hy-lv2 {
  position: relative;
  background-color: rgba(0, 106, 185, 0.08);
  padding: 2rem 3rem 2.2rem;
  font-size: 2.2rem;
  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: #006AB9;
}
@media screen and (max-width: 960px) {
  .c-heading--hy-lv2 {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    text-align: justify;
  }
  .c-heading--hy-lv2::before {
    width: 0.6rem;
  }
}
.c-heading--hy-lv3 {
  position: relative;
  display: block;
  margin: 3rem 0 4.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-heading--hy-lv3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  height: 0.3rem;
  background: #006AB9;
  z-index: 2;
}
.c-heading--hy-lv3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: repeating-linear-gradient(-45deg, #006ab9, #006ab9 10%, #fff 10%, #fff 30%, #006ab9 30%, #006ab9 70%, #fff 70%, #fff 90%, #006ab9 90%, #006ab9 100%);
  background-size: 6px 4px;
  z-index: 1;
}
.c-heading--hy-lv3::first-letter {
  color: #ffb800;
}
.c-media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .c-media {
    gap: 3rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-media {
    gap: 2.5rem;
  }
}
.c-media--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .c-media--right {
    flex-direction: column;
  }
}
.c-media--center {
  align-items: center;
}
.c-media__image {
  flex: 0 0 35%;
  max-width: 35%;
}
@media screen and (max-width: 960px) {
  .c-media__image {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
  }
}
.c-media__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.c-media__image .c-pa p {
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .c-media__image .c-pa p {
    font-size: 1.8rem;
  }
}
.c-media__image.tn-02 {
  position: relative;
  z-index: 0;
}
.c-media__image.tn-02 .c-pa {
  position: absolute;
  z-index: 0;
  bottom: 1.5rem;
  right: 1.5rem;
}
.c-media--narrow .c-media__image {
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 960px) {
  .c-media--narrow .c-media__image {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.c-media__body {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .c-media__body {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
  }
}
.c-media__body > :first-child {
  margin-top: 0;
}
.c-media__body > :last-child {
  margin-bottom: 0;
}
.c-media__body h2, .c-media__body h3, .c-media__body h4 {
  margin-bottom: 1.6rem;
}
.c-media__body p {
  margin-bottom: 1.4rem;
}
.c-columns {
  display: grid;
  gap: 4.5rem 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .c-columns {
    gap: 4rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .c-columns {
    gap: 3rem;
  }
}
.c-columns--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  .c-columns--2 {
    grid-template-columns: 1fr;
  }
}
.c-columns--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 960px) {
  .c-columns--3 {
    grid-template-columns: 1fr;
  }
}
.c-columns--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 960px) {
  .c-columns--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .c-columns--sp-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .c-columns--sp-3 {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-columns--sp-3 {
    gap: 0.8rem;
  }
}
.c-columns__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .c-columns__item img {
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-dot-list {
  list-style: none;
  margin-bottom: -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: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  border-bottom: 1px dashed rgba(83, 83, 83, 0.3);
  margin-bottom: 2.5rem;
}
@media (max-width: 960px) {
  .c-dot-list > li {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media screen and (max-width: 960px) {
  .c-dot-list > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.c-dot-list > li::before {
  content: "";
  position: absolute;
  top: 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: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media (max-width: 960px) {
  .c-check-list > li {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.c-check-list > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.c-check-list > li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2rem;
  height: 1.1rem;
  border-left: 0.3rem solid #006AB9;
  border-bottom: 0.3rem solid #006AB9;
  transform: rotate(-45deg);
}
.c-check-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
}
@media screen and (max-width: 960px) {
  .c-check-list--2col {
    grid-template-columns: 1fr;
  }
}
.c-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: 11rem 1fr;
  }
}
.c-info-table--pc21 .c-info-table__row {
  grid-template-columns: 21rem 1fr;
}
@media screen and (max-width: 960px) {
  .c-info-table--pc21 .c-info-table__row {
    grid-template-columns: 11rem 1fr;
  }
}
.c-info-table__row {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 2rem;
  padding: 2rem 0rem;
  border-bottom: 1px dashed rgba(83, 83, 83, 0.2);
}
@media screen and (max-width: 960px) {
  .c-info-table__row {
    grid-template-columns: 7rem 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0rem;
  }
}
.c-info-table__row dt, .c-info-table__row dd {
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  margin: 0;
  color: #535353;
}
@media (max-width: 960px) {
  .c-info-table__row dt, .c-info-table__row dd {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.c-info-table__row dt {
  font-weight: 700;
}
.c-info-table--filled .c-info-table__row {
  align-items: start;
}
.c-info-table--filled .c-info-table__row dt {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding: 0.4rem 1.4rem;
  background-color: #006AB9;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.c-info-table--bordered {
  border: 1px solid #006AB9;
  border-top-width: 1px;
  padding: 0 2rem;
}
.c-info-table--bordered .c-info-table__row {
  border-bottom: 1px solid rgba(0, 106, 185, 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: #006AB9;
  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(0, 106, 185, 0.2);
}
.c-info-table--striped .c-info-table__row:nth-child(even) {
  background-color: rgba(0, 106, 185, 0.06);
}
@media screen and (max-width: 960px) {
  .c-info-table--striped .c-info-table__row {
    padding: 1rem 1.4rem;
  }
}
.c-info-table--card {
  border-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.c-info-table--card .c-info-table__row {
  background-color: #fff;
  border: 1px solid rgba(0, 106, 185, 0.3);
  border-bottom: 1px solid rgba(0, 106, 185, 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(0, 106, 185, 0.08);
}
.c-box--bg-primary {
  background-color: #006AB9;
  color: #fff;
}
.c-box--bg-primary h2, .c-box--bg-primary h3, .c-box--bg-primary h4, .c-box--bg-primary h5, .c-box--bg-primary h6, .c-box--bg-primary a {
  color: #fff;
}
.c-box--bg-primary a {
  text-decoration: underline;
}
.c-box--bg-dark {
  background-color: #535353;
  color: #fff;
}
.c-box--bg-dark h2, .c-box--bg-dark h3, .c-box--bg-dark h4, .c-box--bg-dark h5, .c-box--bg-dark h6 {
  color: #fff;
}
.c-box--border {
  background-color: #fff;
  border: 0.2rem solid #006AB9;
}
.c-box--border-thin {
  background-color: #fff;
  border: 0.1rem solid rgba(0, 106, 185, 0.5);
}
.c-box--frame {
  position: relative;
  overflow: hidden;
  padding: 5rem;
  background: #fff;
  border: 8px solid rgba(0, 106, 185, 0.3);
}
@media screen and (max-width: 960px) {
  .c-box--frame {
    padding: 2rem;
  }
}
.c-box--frame > * {
  position: relative;
  z-index: 2;
}
.c-box--frame .bg-icon {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("./assets/img/icon-tooth.png") center / 80px no-repeat;
  filter: brightness(0) saturate(100%) sepia(25%) hue-rotate(330deg) saturate(500%) brightness(90%);
}
.c-box--frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  background: rgba(0, 106, 185, 0.08);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.c-box--frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  background: rgba(0, 106, 185, 0.05);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  z-index: 1;
}
.c-box--rounded {
  border-radius: 2rem;
}
.c-box--callout {
  background-color: rgba(0, 106, 185, 0.08);
  border-left: 0.6rem solid #006AB9;
  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;
}
.c-schedule {
  width: 100%;
  margin: 0 0 4rem;
  border-collapse: collapse;
  border: 1px solid rgba(0, 106, 185, 0.4);
  text-align: center;
}
.c-schedule th, .c-schedule td {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(0, 106, 185, 0.4);
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 960px) {
  .c-schedule th, .c-schedule td {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media screen and (max-width: 960px) {
  .c-schedule th, .c-schedule td {
    text-align: center;
    line-height: 150%;
    padding: 0.8rem 0.5rem;
  }
}
.c-schedule thead th {
  background-color: #006AB9;
  color: #fff;
  font-weight: 700;
  border-left: 0;
}
.c-schedule thead th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.c-schedule tbody th {
  background-color: rgba(0, 106, 185, 0.2);
  color: #006AB9;
  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;
}
.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(0, 106, 185, 0.4);
  background-color: #fff;
}
.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(0, 106, 185, 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: "Urbanist", "Roboto", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #006AB9;
}
.c-faq__q::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #006AB9;
  border-bottom: 0.2rem solid #006AB9;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-faq__q:hover {
    background-color: rgba(0, 106, 185, 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: "Urbanist", "Roboto", Arial, 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: #006AB9;
  color: #fff;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  border: 0.1rem solid #006AB9;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #006AB9;
  }
}
.c-btn--outline {
  background-color: transparent;
  color: #006AB9;
}
@media (hover: hover) {
  .c-btn--outline:hover {
    background-color: #006AB9;
    color: #fff;
  }
}
.c-btn--lg {
  min-width: 32rem;
  height: 6.4rem;
  font-size: 1.8rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 960px) {
  .c-btn--lg {
    min-width: 24rem;
    height: 5.4rem;
    font-size: 1.5rem;
  }
}
.c-btn--block {
  width: 100%;
  min-width: 0;
}
.c-btn--arrow::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.4rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .c-btn--arrow:hover::after {
    transform: translateX(0.4rem) rotate(45deg);
  }
}
.c-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.6rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-btn-group {
    gap: 1rem;
  }
}
.c-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  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(0, 106, 185, 0.2);
  border-top: 0.4rem solid #006AB9;
  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 #006AB9;
  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 #006AB9;
    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: "Urbanist", "Roboto", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #006AB9;
  letter-spacing: 0.2rem;
}
.c-flow__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #006AB9;
  line-height: 150%;
}
.c-flow p {
  margin: 1rem 0 0;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #555;
}
@media (max-width: 960px) {
  .c-flow p {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.c-step {
  counter-reset: c-step;
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
}
.c-step__item {
  counter-increment: c-step;
  position: relative;
  display: flex;
  gap: 2.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .c-step__item {
    gap: 1.6rem;
    padding-bottom: 3rem;
  }
}
.c-step__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 4.5rem;
  bottom: 0;
  width: 0.2rem;
  background-color: rgba(0, 106, 185, 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: #006AB9;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
}
.c-step__num > br {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-step__num {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.c-step__num .label {
  font-family: "Urbanist", "Roboto", Arial, 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: "Urbanist", "Roboto", Arial, 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: "Urbanist", "Roboto", Arial, 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;
}
.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: #006AB9;
}
.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: #006AB9;
}
.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: #006AB9;
    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: #006AB9;
    transform: inherit;
    left: 0.3rem;
  }
  .itv-container__02 .itv-subtitle {
    font-size: 1.5rem;
    line-height: 1.85;
    margin-bottom: 0rem;
    color: #006AB9;
    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 #006AB9;
}
@media screen and (min-width: 961px) {
  .itv-interview__body {
    padding: 4rem;
    margin-block: 4rem;
    margin-left: -12rem;
  }
}
.itv-interview__body::before, .itv-interview__body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 106, 185, 0.2);
}
.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: #006AB9;
  font-weight: 700;
}
.itv-interview--style-02 {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background: #006AB9;
}
@media screen and (min-width: 961px) {
  .itv-interview--style-02 {
    width: 90%;
    padding: 5rem;
    border-radius: 0.8rem;
  }
}
@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-table {
  font-size: var(--size-p);
  color: #535353;
  line-height: 185%;
  letter-spacing: 0.05rem;
}
.c-table--01 {
  border-top: 1px dashed #006AB9;
}
@media (max-width: 960px) {
  .c-table--01 {
    border-top: 0px dashed #006AB9;
    border-bottom: 1px solid #006AB9;
  }
}
.c-table--01 .c-table__row {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px dashed #006AB9;
}
@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 #006AB9;
  border-bottom: 1px solid #ddd;
}
.c-table--02 dl {
  display: grid;
  grid-template-columns: 7fr 3fr;
  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: #006AB9;
  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: 8fr 3fr;
  }
}
.c-table--03 {
  border-top: 0px dashed #006AB9;
  border-bottom: 1px solid #006AB9;
}
.c-table--03 dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #006AB9;
  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 #006AB9;
}
.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: #006AB9;
}
@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 #006AB9;
  border-bottom: 1px solid #006AB9;
}
.c-table--04 dl {
  display: grid;
  grid-template-columns: 15rem 1fr;
  border: 1px solid #006AB9;
  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 #006AB9;
}
.c-table--04 dd br {
  display: block;
  margin-top: 0.5rem;
}
.c-table--04 .c-table__row:first-child dt {
  border-right: 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: #006AB9;
}
@media (max-width: 960px) {
  .c-table--04 dt, .c-table--04 dd {
    padding: 1.5rem 0.9rem;
  }
  .c-table--04 dl {
    grid-template-columns: 1fr 2fr;
  }
}
.c-table--05 {
  border-top: 0px dashed #006AB9;
  border-bottom: 1px solid #006AB9;
}
.c-table--05 dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #006AB9;
  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 #006AB9;
}
.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: #006AB9;
}
.c-table--05 .c-table__row dt:first-child {
  background: #006ab9;
}
@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 #006AB9;
  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: #006AB9;
  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--08 {
  border-top: 1px solid #006AB9;
}
.c-table--08 .c-table__row {
  display: grid;
  grid-template-columns: 26rem repeat(3, 1fr);
  border-bottom: 1px solid #006AB9;
}
@media (max-width: 960px) {
  .c-table--08 .c-table__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-table--08 .c-table__row--head {
  background: #006AB9;
  color: #ffffff;
  font-weight: 600;
}
.c-table--08 .c-table__row--head .c-table__head:first-child {
  color: #ffffff;
}
.c-table--08 .c-table__head, .c-table--08 .c-table__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-right: 1px solid #006AB9;
  font-weight: 500;
}
.c-table--08 .c-table__head:not(:first-child), .c-table--08 .c-table__body:not(:first-child) {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.c-table--08 .c-table__head:first-child, .c-table--08 .c-table__body:first-child {
  border-left: 1px solid #006AB9;
  background-color: rgba(0, 106, 185, 0.2);
}
@media (max-width: 960px) {
  .c-table--08 .c-table__head, .c-table--08 .c-table__body {
    padding: 0.5rem;
    line-height: 150%;
  }
}
.c-table--08 .c-table__head {
  text-align: center;
}
.c-table--08 .c-table__head:first-child {
  color: #006AB9;
}
.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 #006AB9;
  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: #006AB9;
  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 #006AB9;
}
.c-table--schedule .c-table__row {
  display: grid;
  grid-template-columns: 26rem repeat(7, 1fr);
  border-bottom: 1px solid #006AB9;
}
@media (max-width: 960px) {
  .c-table--schedule .c-table__row {
    grid-template-columns: 10rem repeat(7, 1fr);
  }
}
.c-table--schedule .c-table__row--head {
  background: #006AB9;
  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 #006AB9;
  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 #006AB9;
  background-color: rgba(0, 106, 185, 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: #006AB9;
}
.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;
  }
}
.c-doctor {
  display: flex;
  justify-content: center;
  border-radius: 0.8rem;
}
.c-doctor--bg {
  background-color: rgba(0, 106, 185, 0.08);
  padding: 3rem;
}
.c-doctor--border {
  background-color: #fff;
  border: 0.2rem solid #006AB9;
  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: #006AB9;
  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-style2 {
  padding-bottom: 1rem;
}
.c-process-style2__step {
  padding-right: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--size-step);
  line-height: 120%;
  justify-content: center;
}
.c-process-style2__step::after {
  position: absolute;
  content: "";
  background: #006AB9;
  right: 0;
  width: 0.2rem;
  height: 100%;
  top: 0;
}
.c-process-style2__number {
  font-weight: 700;
  font-size: 5rem;
  line-height: 125%;
}
.c-process-style2__top {
  display: flex;
  flex-wrap: wrap;
}
.c-process-style2__top--right .c-process-style2__title {
  justify-content: 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: unset;
}
.c-process-style2__title {
  display: flex;
  flex: 1;
  padding-left: 3rem;
  align-items: center;
  color: #006AB9;
  line-height: 1.4;
  font-size: var(--size-h3);
}
.c-process-style2__item {
  position: relative;
  z-index: 1;
  padding: 5rem;
  margin-bottom: 7rem;
  --size-shadow: 0.625em;
  counter-increment: step;
  border: 2px solid var(--clr-step);
  box-shadow: var(--size-shadow) var(--size-shadow) 0 #006AB9;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-process-style2__item {
    padding: 2rem;
  }
}
.c-process-style2__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 0.2rem solid #006AB9;
  background: #fff;
  transition: all 0.3s;
  border-radius: 10px;
}
.c-process-style2__item:last-child {
  margin-bottom: 0;
}
.c-process-style2__item:last-child .c-process-style2__content::after {
  display: none;
}
.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: #006AB9;
  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__media {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.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%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.c-process-style2__body {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 960px) {
  .c-process-style2__step {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: var(--space-xs);
    padding-inline: 0;
  }
  .c-process-style2__step::after {
    width: 10rem;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
  }
  .c-process-style2__number {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 90%;
  }
  .c-process-style2__title {
    justify-content: center;
    padding-inline: 0;
    text-align: center;
  }
  .c-process-style2__top--right .c-process-style2__title {
    justify-content: center;
    padding-right: 0;
    order: 2;
  }
  .c-process-style2__top--right .c-process-style2__step {
    order: 1;
    padding-left: 0;
  }
  .c-process-style2__top--right .c-process-style2__step::after {
    bottom: 0;
    left: 50%;
  }
  .c-process-style2__item {
    margin-bottom: 4rem;
    margin-right: var(--size-shadow);
  }
  .c-process-style2__media {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
  .c-process-style2__image {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
    order: 2;
  }
  .c-process-style2__body {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
    order: 1;
  }
}
.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: #ffb800;
  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: 32rem;
  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% - 36rem);
}
.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: #006AB9;
}
.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: #ffb800;
  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;
  }
}
/******************************************************
パーツ　歯科医師
******************************************************/
.recruit__btn {
  gap: 2rem;
  margin-bottom: 6rem;
}
.recruit__btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 32rem;
  height: 6rem;
  color: #fff;
  background: #ffb800;
  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: #006AB9;
}
.recruit__content {
  background: rgba(0, 106, 185, 0.5);
  padding: 1.5rem;
}
.recruit__content:not(.active) {
  display: none;
}
/******************************************************
パーツ　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: #006AB9;
  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;
  }
}
/* ==========================================================================
   Object - Project (p-)
   ========================================================================== */
.p-page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-page-banner__content {
  position: relative;
}
.p-page-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grits-banner-overlay, rgba(239, 154, 0, 0.1));
  z-index: 1;
}
.p-page-banner__image {
  margin: 0;
  line-height: 0;
}
.p-page-banner__image img {
  display: block;
  width: 100%;
  height: 40rem;
  object-fit: cover;
  filter: blur(var(--grits-banner-blur, 0.3rem));
}
.p-page-banner__title {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  text-align: center;
}
.p-page-banner__title .ja {
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  text-shadow: 0.3rem 0.3rem 0.4rem #333;
}
@media screen and (max-width: 960px) {
  .p-page-banner__title .ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 960px) {
  .p-page-banner__image img {
    height: 20rem;
  }
}
.p-page-section {
  margin-bottom: var(--space-2xl);
}
@media screen and (max-width: 960px) {
  .p-page-section {
    margin-bottom: var(--space-xl);
  }
}
.p-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(0, 106, 185, 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: #006AB9;
}
.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: #006AB9;
  }
}
@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: "Urbanist", "Roboto", Arial, 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 #006AB9;
  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: #006AB9;
    color: #fff;
  }
}
.pagination .page-numbers.current, .nav-links .page-numbers.current {
  background-color: #006AB9;
  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 #006AB9;
  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: #006AB9;
  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 #006AB9;
}
.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: #006AB9;
  }
}
@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 #006AB9;
}
.p-single__header {
  background-color: rgba(0, 106, 185, 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: #006AB9;
}
@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: #006AB9;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-single__category a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 960px) {
  .p-single__category a {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}
.p-single__title {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #006AB9;
}
@media screen and (max-width: 960px) {
  .p-single__title {
    font-size: 2rem;
  }
}
.p-single__content {
  padding: 4rem 0;
}
.p-single__content :is(h1, h2, h3, h4, h5, h6) {
  margin: 0 0 2.5rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #006AB9;
  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: #006AB9;
  letter-spacing: 0.08em;
  z-index: 1;
  margin-bottom: 4rem;
}
.p-single__content h1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 5rem;
  background: url("./assets/img/icon-tooth.png") center / contain no-repeat;
  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 #006ab9;
}
.p-single__content h1::first-letter {
  color: #ffb800;
}
@media screen and (min-width: 961px) {
  .p-single__content h1::before {
    width: 18rem;
    height: 10rem;
  }
}
.p-single__content h2 {
  position: relative;
  background-color: rgba(0, 106, 185, 0.08);
  padding: 2rem 3rem 2.2rem;
  font-size: 2.2rem;
  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: #006AB9;
}
@media screen and (max-width: 960px) {
  .p-single__content h2 {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    text-align: justify;
  }
  .p-single__content h2::before {
    width: 0.6rem;
  }
}
.p-single__content h3 {
  position: relative;
  display: block;
  margin: 8rem 0 4.5rem;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-single__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7%;
  height: 0.3rem;
  background: #006AB9;
  z-index: 2;
}
.p-single__content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: repeating-linear-gradient(-45deg, #006ab9, #006ab9 10%, #fff 10%, #fff 30%, #006ab9 30%, #006ab9 70%, #fff 70%, #fff 90%, #006ab9 90%, #006ab9 100%);
  background-size: 6px 4px;
  z-index: 1;
}
.p-single__content h3::first-letter {
  color: #ffb800;
}
.p-single__content h4, .p-single__content h5 {
  font-size: var(--size-h4);
  padding-left: 2.5rem;
}
.p-single__content h4::before, .p-single__content h5::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #006AB9;
}
.p-single__content h4 {
  padding-left: 3rem;
}
.p-single__content h4::before {
  left: 0.2rem;
  top: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-single__content h4::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #006AB9;
  opacity: 0.4;
  left: 1.8rem;
  top: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
}
.p-single__content h5::before {
  border-radius: 100%;
}
.p-single__content h6 {
  font-size: var(--size-p);
}
.p-single__content :is(p, td, li, th, blockquote) {
  margin: 0 0 2.5rem;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #535353;
}
@media (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote) {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media screen and (max-width: 960px) {
  .p-single__content :is(p, td, li, th, blockquote) {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
.p-single__content a {
  color: #0073aa;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-single__content a:hover {
    opacity: 0.7;
  }
}
.p-single__content .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: #006AB9;
}
@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: #006AB9;
  border: 0.1rem solid #006AB9;
  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(0, 106, 185, 0.2);
}
.c-column-card__thumb--placeholder::after {
  content: "NO IMAGE";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006AB9;
  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: #006AB9;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.1rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .c-column-card__date {
    font-size: 1rem;
    padding: 0.6rem;
    line-height: 120%;
    margin-top: -3.4rem;
    z-index: 1;
    margin-bottom: 1.5rem;
  }
}
.c-column-card__title {
  margin: 0 0 1rem;
}
.c-column-card__title a {
  display: inline-block;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  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: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  .c-column-card__title a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .c-column-card__title a {
    line-height: 130%;
  }
}
.c-column-card__excerpt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.1rem;
  color: #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: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.p-drawer.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.p-drawer__inner {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-drawer__inner {
    padding: 9rem 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: 960px) {
  .p-drawer__columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-drawer__col {
  min-width: 0;
}
.p-drawer__heading {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #006AB9;
}
.p-drawer__heading-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  color: #006AB9;
}
.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: #006AB9;
  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: "Urbanist", "Roboto", Arial, 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 {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(8, auto);
  column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__menu--split {
    display: block;
  }
}
.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: 1rem 0 1rem 1.8rem;
  color: #535353;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
@media (max-width: 960px) {
  .p-drawer__menu > li > a {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.p-drawer__menu > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.7rem solid #006AB9;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .p-drawer__menu > li > a:hover {
    color: #006AB9;
    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: #006AB9;
  transform: translateY(-50%);
  transition: width 0.25s ease;
}
@media (hover: hover) {
  .p-drawer__menu .sub-menu li a:hover {
    color: #006AB9;
    padding-left: 2.2rem;
  }
  .p-drawer__menu .sub-menu li a:hover::before {
    width: 1.5rem;
  }
}
body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .p-seo-h1 {
  display: none;
}
body.is-menu-open .site-header .p-header__menu {
  display: none !important;
}
body.is-menu-open .site-header .p-header__home {
  display: none;
}
.l-author-container {
  margin-block: 6rem;
  padding: 4.5rem;
  background: rgba(0, 106, 185, 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 #006AB9;
}
.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: #006AB9;
}
.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: #006AB9;
}
@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(0, 106, 185, 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: #006AB9;
  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: #006AB9;
  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(0, 106, 185, 0.08);
  border: 1px solid rgba(0, 106, 185, 0.5);
  border-radius: 0.6rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #toc_container {
    padding: 1.8rem 1.6rem 1.4rem;
    margin: 2rem 0 6rem;
  }
}
#toc_container p.toc_title {
  position: relative;
  margin: 0;
  padding: 0 0 1rem 3rem;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-weight: bold;
  color: #535353;
  border-bottom: 0.2rem solid #006AB9;
  text-align: left;
  margin-bottom: 1.6rem;
}
@media (max-width: 960px) {
  #toc_container p.toc_title {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
#toc_container p.toc_title::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 1.4rem 0.25rem, 1.4rem 0.25rem, 1.4rem 0.25rem;
  background-position: 0 0.4rem, 0 0.9rem, 0 1.4rem;
  background-repeat: no-repeat;
  color: #006AB9;
}
@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(0, 106, 185, 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 #006AB9;
}
@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(0, 106, 185, 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 #006AB9;
  border-radius: 50%;
  background: transparent;
}
#toc_container .toc_list li a {
  color: #535353;
  font-size: var(--size-p);
  line-height: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
@media (max-width: 960px) {
  #toc_container .toc_list li a {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  #toc_container .toc_list li a:hover {
    color: #006AB9;
  }
}
@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: #006AB9;
  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 #006AB9;
  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 #006AB9;
  border-right: 0.2rem solid #006AB9;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.2s ease;
}
@media (hover: hover) {
  #toc_container.toc--button .toc_list > li:hover {
    background: #006AB9;
  }
  #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 #006AB9;
}
.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: #006AB9;
  border: 0.15rem solid #006AB9;
  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: #006AB9;
    color: #fff;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 106, 185, 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: #006AB9;
  color: #fff;
  border-color: #006AB9;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 106, 185, 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(0, 106, 185, 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 #006AB9;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .catalogue-list--stacked ul a:hover, .catalogue-list--stacked ol a:hover {
    background: transparent;
    color: #006AB9;
    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 #006AB9;
  line-height: 1.3;
}
.c-sitemap__title .ja {
  display: inline-block;
  margin-right: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #006AB9;
  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: "Urbanist", "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #006AB9;
  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(0, 106, 185, 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 #006AB9;
}
@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: 195%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-decoration: none;
  transition: ease all 0.2s;
}
@media (max-width: 960px) {
  .c-sitemap__list > li > a {
    line-height: 185%;
    letter-spacing: 0em;
    text-align: justify;
  }
}
@media (hover: hover) {
  .c-sitemap__list > li > a:hover {
    color: #006AB9;
  }
}
.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: #006AB9;
  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: #006AB9;
    text-decoration: underline;
  }
}
.u-spac {
  --w: attr(data-value number);
  display: inline-block;
  width: calc(var(--w) / 10 * 1rem);
}
@media screen and (max-width: 767px) {
  .u-spac {
    width: 0.5rem;
  }
}
:root {
  --fs-13: 1.3rem;
  --fs-14: 1.4rem;
  --fs-15: 1.5rem;
  --fs-16: 1.6rem;
  --fs-17: 1.7rem;
  --fs-18: 1.8rem;
  --fs-20: 2rem;
  --fs-21: 2.1rem;
  --fs-22: 2.2rem;
  --fs-24: 2.4rem;
  --fs-25: 2.5rem;
  --fs-26: 2.6rem;
  --fs-27: 2.7rem;
  --fs-28: 2.8rem;
  --fs-30: 3rem;
  --fs-32: 3.2rem;
  --fs-34: 3.4rem;
  --fs-35: 3.5rem;
  --fs-36: 3.6rem;
  --fs-40: 4rem;
  --fs-42: 4.2rem;
  --fs-45: 4.5rem;
  --fs-46: 4.6rem;
  --fs-47: 4.7rem;
  --fs-50: 5rem;
  --fs-54: 5.4rem;
  --fs-55: 5.5rem;
  --fs-60: 6rem;
  --fs-66: 6.6rem;
  --fs-65: 6.5rem;
  --fs-70: 7rem;
  --fs-80: 8rem;
  --fs-90: 9rem;
  --fs-100: 10rem;
  --fs-120: 12rem;
  --fs-140: 14rem;
}
.grid-1133, .l-grid-1133 {
  max-width: 116.3rem;
}
.grid-1250, .l-grid-1250 {
  max-width: 128rem;
}
.grid-1278, .l-grid-1278 {
  max-width: 130.8rem;
}
.grid-1312, .l-grid-1312 {
  max-width: 134.2rem;
}
.grid-1320, .l-grid-1320 {
  max-width: 135rem;
}
.grid-1387, .l-grid-1387 {
  max-width: 141.7rem;
}
.grid-1488, .l-grid-1488 {
  max-width: 151.8rem;
}
.grid-1492, .l-grid-1492 {
  max-width: 152.2rem;
}
.grid-1685, .l-grid-1685 {
  max-width: 171.5rem;
}
.grid-1720, .l-grid-1720 {
  max-width: 175rem;
}
.grid-1760, .l-grid-1760 {
  max-width: 179rem;
}
.p-img__10 {
  max-width: 1rem;
  width: 100%;
  display: inline-block;
}
.p-img__15 {
  max-width: 1.5rem;
  width: 100%;
  display: inline-block;
}
.p-img__18 {
  max-width: 1.8rem;
  width: 100%;
  display: inline-block;
}
.p-img__19 {
  max-width: 1.9rem;
  width: 100%;
  display: inline-block;
}
.p-img__22 {
  max-width: 2.2rem;
  width: 100%;
  display: inline-block;
}
.p-img__23 {
  max-width: 2.3rem;
  width: 100%;
  display: inline-block;
}
.p-img__29 {
  max-width: 2.9rem;
  width: 100%;
  display: inline-block;
}
.p-img__33 {
  max-width: 3.3rem;
  width: 100%;
  display: inline-block;
}
.p-img__37 {
  max-width: 3.7rem;
  width: 100%;
  display: inline-block;
}
.p-img__39 {
  max-width: 3.9rem;
  width: 100%;
  display: inline-block;
}
.p-img__42 {
  max-width: 4.2rem;
  width: 100%;
  display: inline-block;
}
.p-img__46 {
  max-width: 4.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__47 {
  max-width: 4.7rem;
  width: 100%;
  display: inline-block;
}
.p-img__60 {
  max-width: 6rem;
  width: 100%;
  display: inline-block;
}
.p-img__66 {
  max-width: 6.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__185 {
  max-width: 18.5rem;
  width: 100%;
  display: inline-block;
}
.p-img__194 {
  max-width: 19.4rem;
  width: 100%;
  display: inline-block;
}
.p-img__218 {
  max-width: 21.8rem;
  width: 100%;
  display: inline-block;
}
.p-img__230 {
  max-width: 23rem;
  width: 100%;
  display: inline-block;
}
.p-img__242 {
  max-width: 24.2rem;
  width: 100%;
  display: inline-block;
}
.p-img__300 {
  max-width: 30rem;
  width: 100%;
  display: inline-block;
}
.p-img__368 {
  max-width: 36.8rem;
  width: 100%;
  display: inline-block;
}
.p-img__444 {
  max-width: 44.4rem;
  width: 100%;
  display: inline-block;
}
.p-img__471 {
  max-width: 47.1rem;
  width: 100%;
  display: inline-block;
}
.p-img__495 {
  max-width: 49.5rem;
  width: 100%;
  display: inline-block;
}
.p-img__530 {
  max-width: 53rem;
  width: 100%;
  display: inline-block;
}
.p-img__566 {
  max-width: 56.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__584 {
  max-width: 58.4rem;
  width: 100%;
  display: inline-block;
}
.p-img__586 {
  max-width: 58.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__648 {
  max-width: 64.8rem;
  width: 100%;
  display: inline-block;
}
.p-img__688 {
  max-width: 68.8rem;
  width: 100%;
  display: inline-block;
}
.p-img__696 {
  max-width: 69.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__719 {
  max-width: 71.9rem;
  width: 100%;
  display: inline-block;
}
.p-img__724 {
  max-width: 72.4rem;
  width: 100%;
  display: inline-block;
}
.p-img__744 {
  max-width: 74.4rem;
  width: 100%;
  display: inline-block;
}
.p-img__796 {
  max-width: 79.6rem;
  width: 100%;
  display: inline-block;
}
.p-img__893 {
  max-width: 89.3rem;
  width: 100%;
  display: inline-block;
}
.u-br__960 {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__960 {
    display: inline-block;
  }
}
.u-br__767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br__767 {
    display: inline-block;
  }
}
.u-br__375 {
  display: none;
}
@media screen and (max-width: 420px) {
  .u-br__375 {
    display: inline-block;
  }
}
.u-show__sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-show__sp {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .u-show__pc {
    display: none;
  }
}
.po01 {
  position: relative;
  z-index: 1;
}
.txt__center {
  text-align: center;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: relative;
  overflow: hidden;
}
.scroll-infinity__wrap {
  display: flex;
  width: max-content;
  gap: 2rem;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
  animation: scroll-left 30s linear infinite;
  animation-delay: 0.1s;
}
.scroll-infinity__item {
  flex-shrink: 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .scroll-infinity__item {
    width: 20rem;
  }
}
.scroll-infinity__item img {
  display: block;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  right: 0;
}
@media screen and (max-width: 960px) {
  .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    right: 0rem;
  }
}
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: 1.4rem !important;
  height: 1.4rem !important;
}
.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 0 !important;
  width: 1.4rem !important;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: 0 !important;
  right: 0 !important;
}
.os-resize-observer-host {
  border: none !important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #BD9F77 !important;
  cursor: pointer;
}
.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  background: transparent !important;
}
.os-theme-dark > .os-scrollbar::before, .os-theme-light > .os-scrollbar::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #848484;
  transition: opacity 0.3s ease;
}
#p-index-hero {
  z-index: 2;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 960px) {
  #p-index-hero {
    height: calc(100vh - 9rem);
  }
}
#p-index-hero .p-index-hero__clip-path {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
#p-index-hero .p-index-hero__clip-path #p-index-hero__clip, #p-index-hero .p-index-hero__clip-path #p-index-hero__clip-sp {
  transform: translate(100vw, -100vh);
}
#p-index-hero .p-index-hero__clip {
  -webkit-clip-path: url(#p-index-hero__clip);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  margin-left: auto;
  clip-path: url(#p-index-hero__clip);
}
@media screen and (max-width: 767px) {
  #p-index-hero .p-index-hero__clip {
    -webkit-clip-path: url(#p-index-hero__clip-sp);
    clip-path: url(#p-index-hero__clip-sp);
  }
}
.p-title__style01 {
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
  padding-top: 3.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-title__style01 {
    margin-bottom: 2rem;
  }
}
.p-title__style01::before {
  content: "";
  position: absolute;
  width: 15.8rem;
  height: 3.8rem;
  background: url(./assets/img/title-bg-00.svg) top left / contain no-repeat;
  top: 0;
  left: -3.5rem;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .p-title__style01::before {
    left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-title__style01::before {
    width: 14.8rem;
    height: 2.8rem;
  }
}
.p-title__style01-en {
  color: #535353;
  font-size: var(--fs-60);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .p-title__style01-en {
    font-size: 3.3rem;
  }
}
.p-title__style01-jp {
  color: #0068B5;
  font-size: var(--fs-30);
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-title__style01-jp {
    font-size: 1.8rem;
  }
}
.p-title__style01-white::before {
  background-image: url(./assets/img/title-bg-01.svg);
}
.p-title__style01-white .p-title__style01-en {
  color: #fff;
}
.p-title__style01-white .p-title__style01-jp {
  color: #fff;
}
.p-btn__style01 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #DFD7CC;
  border-radius: 2.25rem;
  height: 4.5rem;
  padding-left: 2rem;
  padding-right: 1.2rem;
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  transition: ease all 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-btn__style01 {
    min-width: 17rem;
    height: 3.8rem;
  }
}
.p-btn__style01::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-btn__style01:hover::before {
  left: 125%;
}
.p-btn__style01 img {
  margin-left: 2rem;
}
.p-btn__style01-215 {
  min-width: 21.5rem;
  max-width: 21.5rem;
}
.p-btn__style01-231 {
  min-width: 23.1rem;
  max-width: 23.1rem;
}
.p-btn__style01-189 {
  min-width: 18.9rem;
  max-width: 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-btn__style01-189 {
    min-width: 20.9rem;
    max-width: 20.9rem;
  }
}
.p-btn__style01-174 {
  min-width: 17.4rem;
  max-width: 17.4rem;
  padding-left: 3.2rem;
}
.p-mv {
  position: relative;
  z-index: 1;
}
.p-mv__main {
  overflow: hidden;
}
.p-mv__intro {
  overflow: hidden;
}
.p-mv__logo {
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  right: 13rem;
  pointer-events: none;
  z-index: 1;
}
.p-mv__logo::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 8.7rem;
  background: url(./assets/img/home-bg-00-1.png) center center / contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .p-mv__logo {
    right: 1.5rem;
  }
}
.p-mv__logo img {
  animation: rotateLogo 12s linear infinite;
  transform-origin: center center;
  display: block;
}
@media screen and (max-width: 1440px) {
  .p-mv__logo img {
    max-width: 17rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-mv__logo img {
    max-width: 14rem;
  }
}
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-mv .p-mv__path {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translateX(40%);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s;
}
.p-mv .is-active .p-mv__path {
  transform: translateX(0);
  opacity: 1;
}
.p-mv__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.p-mv__title {
  color: #0068B5;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 147%;
  letter-spacing: 0;
  text-shadow: 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff;
  margin-bottom: 3rem;
  transform: translateY(200%);
}
@media screen and (max-width: 1440px) {
  .p-mv__title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-mv__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 1.5rem;
  }
}
.p-mv__desc {
  color: #535353;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 153%;
  letter-spacing: 0;
  text-shadow: 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff, 0 0 0.4rem #fff;
  min-height: 8rem;
  transform: translateY(200%) translateZ(0);
}
@media screen and (max-width: 1440px) {
  .p-mv__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-mv__desc {
    font-size: 1.8rem;
  }
}
.p-mv__slide .p-mv__cont {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__slide--item:first-child img {
    object-position: calc(100% + 20rem) center;
  }
}
@media screen and (max-width: 1440px) {
  .p-mv__slide--item img {
    height: calc(100vh - 3rem);
    object-fit: cover;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-mv__slide--item img {
    height: calc(100vh - 9rem);
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-mv__slide--item img {
    height: calc(100vh - 7rem);
  }
}
.p-mv__slide--item {
  position: relative;
}
.p-news {
  margin-top: -25rem;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .p-news {
    margin-top: -26vh;
  }
}
@media screen and (max-width: 960px) {
  .p-news {
    margin-top: 0;
  }
}
.p-news__inner {
  max-width: 69rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    max-width: 100%;
  }
}
.p-news__btnsp {
  justify-content: center;
  margin-top: 3rem;
}
.p-news__btnsp.d-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news__btnsp.d-flex {
    display: flex;
  }
}
.p-news__meta {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news__meta li:last-child {
    display: none;
  }
}
.p-news__cont {
  overflow-y: auto;
  height: 17.8rem;
  padding-right: 3rem;
}
.p-news__cont::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.p-news__cont::-webkit-scrollbar-thumb {
  background: #C9D8E6;
  border-radius: 999px;
}
.p-news__cont::-webkit-scrollbar-thumb:hover {
  background: #006AB9;
}
.p-news__cont::-webkit-scrollbar-track {
  background: #EDEDED;
}
.p-news__cont .p-news__item {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  padding: 1.5rem 0;
}
.p-news__cont .p-news__item:first-child {
  padding-top: 0;
}
.p-news__cont .p-news__link {
  gap: 2rem;
}
.p-news__cont .p-news__date {
  width: 11rem;
  color: #0068B5;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
}
.p-news__cont .p-news__text {
  display: block;
  width: calc(100% - (11rem + 2rem));
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  transition: ease all 0.4s;
}
.p-news__cont .p-news__text:hover {
  color: #006AB9;
}
.p-information {
  margin-top: 9rem;
  padding-bottom: 19.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-information {
    margin-top: 5rem;
  }
}
.p-information__icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.p-information__icon-01 {
  bottom: 4rem;
  left: 0;
}
.p-information__icon-02 {
  right: 0;
  bottom: -3.6rem;
}
.p-information__icon-03 {
  bottom: 4.5rem;
  left: 20.2rem;
}
@media screen and (max-width: 960px) {
  .p-information__icon-03 {
    left: 7.2rem;
  }
}
.p-information__icon-04 {
  top: -17.3rem;
  right: 14.7rem;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .p-information__icon-04 {
    top: -11.3rem;
    right: 5.7rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-information__icon-04 {
    top: -3.3rem;
  }
}
.p-information::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 71.1rem;
  background: linear-gradient(360deg, #F3EFEB 8.07%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.p-information__btn {
  margin-top: 8.5rem;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-information__btn {
    margin-top: 0;
  }
}
.p-information__list {
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-information__list {
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-information__list li {
    width: calc((100% - 0.5rem) / 2);
  }
  .p-information__list li .p-img__60 {
    max-width: 2.5rem;
  }
}
.p-information__list li:first-child .p-information__list-item {
  min-width: 24.6rem;
  max-width: 24.6rem;
}
@media screen and (max-width: 767px) {
  .p-information__list li:first-child .p-information__list-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.p-information__list li:last-child .p-information__list-item {
  min-width: 28.8rem;
  max-width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .p-information__list li:last-child .p-information__list-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.p-information__list-title {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-information__list-title {
    width: calc(100% - (2.5rem + 0.5rem));
    font-size: 1.1rem;
  }
}
.p-information__list-title strong {
  font-size: var(--fs-30);
  font-weight: 700;
  color: #0068B5;
}
@media screen and (max-width: 767px) {
  .p-information__list-title strong {
    font-size: 1.4rem;
  }
}
.p-information__list-icon {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-information__list-icon {
    width: 2.5rem;
  }
}
.p-information__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #E8ECF0;
  border-radius: 6.9rem;
  height: 7rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-information__list-item {
    height: 4rem;
  }
}
.p-information__list-item--rows {
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-information__list-item--rows {
    gap: 0.5rem;
  }
}
.p-information__address {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-information__address .u-spac {
    display: none;
  }
}
.p-information__address img {
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -0.8rem;
}
.p-information__row {
  gap: 6.647%;
}
@media screen and (max-width: 960px) {
  .p-information__row {
    gap: 3rem;
  }
}
.p-information__left {
  width: 48.864%;
}
@media screen and (max-width: 960px) {
  .p-information__left {
    width: 100%;
  }
}
.p-information__right {
  width: calc(100% - (48.864% + 6.647%));
  row-gap: 4rem;
  margin-top: -1.2rem;
}
@media screen and (max-width: 960px) {
  .p-information__right {
    margin-top: 0;
    width: 100%;
    order: -1;
  }
}
.p-information__right-note {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  margin-top: 1.5rem;
  padding-left: 1rem;
}
.p-information__right-note img {
  vertical-align: top;
  margin-right: 1.2rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-information__right-note img {
    max-width: 1.3rem;
    padding-top: 0.5rem;
    margin-right: 0.5rem;
  }
}
.p-information__right .p-footer__table {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-information__right .p-footer__table {
    margin-top: 3rem;
  }
}
.p-information__right-item {
  width: 100%;
}
.p-information__right-meta {
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-information__right-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
  }
}
.p-information__right-meta li:first-child {
  margin-left: -0.8rem;
}
@media screen and (max-width: 960px) {
  .p-information__right-meta li:first-child {
    width: 25rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-information__right-meta li:first-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .p-information__right-meta li:last-child {
    width: calc(100% - (25rem + 2.5rem));
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-information__right-meta li:last-child {
    width: 100%;
    display: block;
  }
}
.p-information__right-meta--tel {
  color: #006AB9;
  font-size: var(--fs-35);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 10%;
  margin-bottom: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-information__right-meta--tel {
    min-width: 26rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-information__right-meta--tel {
    width: 100%;
  }
}
.p-information__right-meta--tel img {
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -1rem;
}
.p-information__right-meta .p-header__btn-web {
  background-color: #006AB9;
  color: #fff;
  max-width: 18rem;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-information__right-meta .p-header__btn-web {
    max-width: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-information__img .p-img__724 {
    max-width: 54.4rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-information__img .p-img__724 {
    max-width: 100%;
  }
}
.p-information__iframe {
  max-width: 72.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  margin-top: -13rem;
}
.p-information__iframe .p-img__724 {
  border-radius: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .p-information__iframe {
    margin-top: -6rem;
    max-width: 57.4rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-information__iframe {
    margin-top: 3rem;
    max-width: 100%;
  }
}
.p-information__iframe .p-btn__style01 {
  background-color: #0068B5;
  color: #fff;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}
.p-information__iframe iframe {
  width: 100%;
  height: 51.7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1440px) {
  .p-information__iframe iframe {
    height: 36.7rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-information__iframe iframe {
    height: 28rem;
  }
}
.p-message {
  margin-top: -13.3rem;
  background: url(./assets/img/home-bg-02.png) top center / cover no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 12.6rem;
  padding-bottom: 16.6rem;
}
@media screen and (max-width: 1440px) {
  .p-message {
    padding-bottom: 12.6rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-message {
    padding-top: 12rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-message__line {
  position: absolute;
  top: -7rem;
  left: -15vw;
  width: 130vw;
  height: 10.8rem;
  overflow: hidden;
  transform: translateY(100%) rotate(-15deg);
  display: flex;
  z-index: 1;
}
.p-message__line img {
  width: auto;
  min-width: 534.3rem;
  height: auto;
  display: block;
  animation: wave 20s linear infinite;
  will-change: transform;
}
.p-message__head {
  gap: 5.208%;
}
@media screen and (max-width: 960px) {
  .p-message__head {
    gap: 3rem;
  }
}
.p-message__head-left {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-message__head-left {
    width: 100%;
  }
}
.p-message__head-desc {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__head-desc {
    padding-left: 0;
  }
}
.p-message__head-desc span {
  display: block;
  color: #0068B5;
  font-size: var(--fs-45);
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 5%;
}
.p-message__head-desc--bottom {
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-message__head-desc--bottom {
    padding-left: 0;
  }
}
.p-message__head-inner {
  max-width: 67rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .p-message__head-inner {
    max-width: 100%;
  }
}
.p-message__head-right {
  width: calc(100% - (5.208% + 50%));
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-message__head-right {
    width: 100%;
    padding-top: 0;
  }
  .p-message__head-right img {
    border-radius: 1rem;
  }
}
.p-message__bottom {
  position: relative;
  padding-bottom: 8.8rem;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .p-message__bottom {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-message__bottom .l-grid-1492 {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-message__bottom-line {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-message__bottom-line {
    display: none;
  }
}
.p-message__bottom-desc {
  max-width: 77.9rem;
  width: 100%;
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  margin-top: 10.2rem;
}
@media screen and (max-width: 1440px) {
  .p-message__bottom-desc {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-message__bottom-desc br {
    display: none;
  }
}
.p-message__bottom-btn {
  gap: 1.5rem;
  row-gap: 2rem;
  max-width: 52.3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-message__bottom-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-message__bottom-btn {
    justify-content: center;
    row-gap: 1.5rem;
  }
  .p-message__bottom-btn li {
    width: 100%;
  }
  .p-message__bottom-btn li .p-btn__style01 {
    min-width: 80% !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
}
.p-message__bottom::before {
  content: "";
  position: absolute;
  width: 91.71875%;
  height: 100%;
  background-color: #F3EFEB;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .p-message__bottom::before {
    width: 97.71875%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-message__bottom::before {
    content: none;
  }
}
.p-message__bottom-row {
  gap: 4.692%;
  margin-top: -18.3rem;
}
@media screen and (max-width: 1440px) {
  .p-message__bottom-row {
    margin-top: -7.3rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-message__bottom-row {
    gap: 3rem;
    margin-top: 0;
    background-color: #F3EFEB;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    position: relative;
    z-index: 1;
  }
}
.p-message__bottom-left {
  width: 36.059%;
  margin-top: -10.4rem;
}
@media screen and (max-width: 960px) {
  .p-message__bottom-left {
    display: none;
  }
}
.p-message__bottom-right {
  width: calc(100% - (4.692% + 36.059%));
  margin-top: -6.5rem;
}
@media screen and (max-width: 960px) {
  .p-message__bottom-right {
    width: 100%;
    margin-top: 0;
  }
}
.p-message__bottom-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./assets/img/home-bg-03.png) center center / contain no-repeat;
  width: 19.2rem;
  aspect-ratio: 1;
  margin-left: 13.2rem;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-message__bottom-icon {
    margin-left: 8.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-message__bottom-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    position: absolute;
    top: -23rem;
    left: 4rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-message__bottom-icon {
    width: 12.2rem;
    padding: 0.5rem;
    top: -13rem;
    left: 1rem;
  }
}
.p-message__bottom-icon--top {
  display: inline-block;
  background-color: #fff;
  color: #006AB9;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  border-radius: 8rem;
  width: 6.7rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-message__bottom-icon--top {
    width: 4.7rem;
    font-size: 1.3rem;
  }
}
.p-message__bottom-icon--mid {
  display: block;
  color: #E8ECF0;
  font-size: var(--fs-30);
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-message__bottom-icon--mid {
    font-size: 2.2rem;
  }
}
.p-message__bottom-icon--bottom {
  display: block;
  color: #fff;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 218%;
  letter-spacing: 9%;
}
@media screen and (max-width: 767px) {
  .p-message__bottom-icon--bottom {
    font-size: 1rem;
  }
}
.p-main__top {
  overflow: hidden;
}
.p-trouble {
  background: url(./assets/img/home-bg-04.png) bottom center / cover no-repeat;
  margin-top: -10.7rem;
  padding-top: 14.5rem;
  padding-bottom: 9.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-trouble {
    padding-bottom: 5rem;
  }
}
.p-trouble .p-mv__logo {
  bottom: 7.5rem;
}
@media screen and (max-width: 1440px) {
  .p-trouble .p-mv__logo {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-trouble .p-mv__logo {
    bottom: unset;
    top: 15rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-trouble .p-mv__logo {
    top: 3rem;
  }
}
.p-trouble__row {
  gap: 7.21%;
}
@media screen and (max-width: 960px) {
  .p-trouble__row {
    gap: 3rem;
  }
}
.p-trouble__left {
  width: 28.11%;
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__left {
    width: 100%;
    padding-top: 0;
  }
}
.p-trouble__left .p-title__style01 {
  margin-left: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__left .p-title__style01 {
    margin-left: 0;
  }
}
.p-trouble__right {
  width: calc(100% - (28.11% + 7.21%));
}
@media screen and (max-width: 960px) {
  .p-trouble__right {
    width: 100%;
  }
}
.p-trouble__desc {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 194%;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.p-trouble__title {
  color: #0068B5;
  font-size: var(--fs-45);
  font-weight: 400;
  line-height: 144%;
  letter-spacing: 5%;
}
@media screen and (max-width: 960px) {
  .p-trouble__title br {
    display: none;
  }
}
.p-trouble__note {
  text-align: right;
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 194%;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-trouble__note {
    text-align: left;
  }
}
.p-trouble__list {
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__list {
    gap: 1.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__list {
    gap: 0.5rem;
  }
}
.p-trouble__list li {
  width: 26.2rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__list li {
    width: 22.2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__list li {
    width: 16.2rem;
  }
}
.p-trouble__list li:first-child {
  margin-left: 5rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__list li:first-child {
    margin-left: 0;
  }
}
.p-trouble__link {
  position: relative;
  z-index: 1;
  width: 26.2rem;
  display: block;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .p-trouble__link {
    width: 22.2rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__link {
    width: 16.2rem;
  }
}
.p-trouble__link::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 3.5rem;
  background: url(./assets/img/home-icon-01.svg) center center / cover no-repeat;
  bottom: 0;
  right: 4rem;
  z-index: 1;
  transition: ease all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-trouble__link::after {
    width: 4.6rem;
    height: 2.5rem;
    right: 2rem;
    background-size: contain;
  }
}
.p-trouble__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/home-bg-06.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: ease all 0.4s;
  background-size: 22rem;
}
@media screen and (max-width: 960px) {
  .p-trouble__link::before {
    background-size: 18.8rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__link::before {
    background-size: 13.8rem;
  }
}
.p-trouble__link:hover::before {
  opacity: 0;
}
.p-trouble__link:hover .p-trouble__inner::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-trouble__link:hover::after {
  background-image: url(./assets/img/home-icon-02.svg);
}
.p-trouble__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem;
  padding-top: 4.3rem;
  overflow: hidden;
  transition: ease all 0.4s;
  border-radius: 100%;
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 194%;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-trouble__inner {
    padding: 2rem;
    padding-top: 4rem;
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__inner {
    padding: 3rem 2rem 2rem;
    font-size: 1.2rem;
  }
  .p-trouble__inner br {
    display: none;
  }
}
.p-trouble__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.1rem;
  background: url(./assets/img/home-bg-05.png) bottom left / contain no-repeat;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-trouble__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./assets/img/home-bg-07.svg) center center / cover no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: ease all 0.4s;
}
.p-trouble__bottom {
  margin-top: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__bottom {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-trouble__bottom .l-grid-1250 {
    max-width: 108rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-trouble__bottom {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-trouble__bottom .l-grid-1250 {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-trouble__btn {
  gap: 3rem;
}
@media screen and (max-width: 1440px) {
  .p-trouble__btn {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-trouble__btn {
    gap: 1.5rem;
    justify-content: center;
  }
}
.p-trouble__item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 1440px) {
  .p-trouble__item {
    width: calc((100% - 1rem) / 3);
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-trouble__item {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__item {
    width: 100%;
  }
}
.p-trouble__item-head {
  background-color: #004DBD;
  border-radius: 6.1rem;
  height: 4rem;
  gap: 2.7rem;
  width: 18.4rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__item-head {
    height: 3rem;
    width: 13.4rem;
    gap: 1.5rem;
  }
}
.p-trouble__item-head li {
  color: #fff;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 24%;
}
.p-trouble__item-head li:last-child {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__item-head li:last-child {
    padding-top: 0.5rem;
  }
}
.p-trouble__item-head img {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__item-head img {
    margin-top: -0.5rem;
  }
}
.p-trouble__item-title {
  color: #fff;
  font-size: var(--fs-35);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  margin-top: 0.9rem;
}
.p-trouble__item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 13.9rem;
  border-radius: 1rem;
  background-color: #006AB9;
  overflow: hidden;
  background-position: center right;
  background-repeat: no-repeat;
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-trouble__item-link {
    background-size: cover;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-trouble__item-link {
    padding-left: 1.5rem;
    height: 11.9rem;
  }
  .p-trouble__item-link .p-img__29 {
    max-width: 1.9rem;
  }
  .p-trouble__item-link .p-img__47 {
    max-width: 2.7rem;
  }
  .p-trouble__item-link .p-img__33 {
    max-width: 2rem;
  }
}
.p-trouble__item-link:hover::before {
  left: 125%;
}
.p-trouble__item-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-trouble__item-link::after {
  content: "";
  position: absolute;
  width: 3.7rem;
  height: 2.3rem;
  background: url(./assets/img/home-img-17.svg) center center / contain no-repeat;
  bottom: 0.9rem;
  right: 0.9rem;
  pointer-events: none;
  z-index: 1;
}
.p-trouble__item-link--faq {
  background-image: url(./assets/img/home-bg-08.png);
}
.p-trouble__item-link--first {
  background-image: url(./assets/img/home-bg-09.png);
  background-color: #87765F;
}
.p-trouble__item-link--first .p-trouble__item-head {
  background-color: #705633;
}
.p-trouble__item-link--first::after {
  background-image: url(./assets/img/home-img-20.svg);
}
.p-trouble__item-link--fee {
  background-image: url(./assets/img/home-bg-10.png);
}
.p-medical {
  background: url(./assets/img/home-bg-11.png) bottom center / cover no-repeat;
  position: relative;
  padding: 6rem 0 34.5rem;
}
@media screen and (max-width: 960px) {
  .p-medical {
    padding-top: 5rem;
    padding-bottom: 26rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-medical {
    padding-top: 0;
  }
}
.p-medical__line {
  display: inline-block;
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-medical__line {
    right: 0.5rem;
    top: 6.5rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-medical__line {
    top: 3.5rem;
  }
}
.p-medical .p-title__style01 {
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-medical__row {
  align-items: stretch;
}
.p-medical__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  background-color: #F3EFEB;
  height: 10.4rem;
  border-right: 1px solid #DFD7CC;
  border-bottom: 1px solid #DFD7CC;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-medical__item {
    height: 7.4rem;
  }
}
.p-medical__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #87765F96;
  inset: 0;
  pointer-events: none;
  transition: ease all 0.4s;
  z-index: 0;
  opacity: 0;
}
.p-medical__item::before {
  content: "";
  position: absolute;
  width: 3.7rem;
  height: 2.3rem;
  background: url(./assets/img/medical-icon-11.svg) center center / contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-medical__item::before {
    right: 1rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-medical__item::before {
    right: 0.5rem;
    width: 2.7rem;
    height: 1.3rem;
    top: 86%;
  }
}
.p-medical__item:last-child, .p-medical__item:nth-last-of-type(2) {
  border-bottom: none;
  border-right: 0;
}
.p-medical__item:first-child {
  border-top-left-radius: 1rem;
}
.p-medical__item:last-child {
  border-bottom-left-radius: 1rem;
}
.p-medical__item:nth-child(2n) {
  border-right: 0;
}
.p-medical__item-inner {
  position: relative;
  z-index: 1;
  align-items: center;
}
.p-medical__item-img {
  transition: ease all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.p-medical__item-icon {
  width: 15rem;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-medical__item-icon img {
    max-width: 7rem;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-medical__item-icon {
    width: 10rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-medical__item-icon {
    width: 4rem;
  }
}
.p-medical__item-icon img {
  display: inline-block;
  transition: ease all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-medical__item-icon img {
    max-width: 69%;
  }
}
.p-medical__item-title {
  width: calc(100% - 15rem);
}
@media screen and (max-width: 960px) {
  .p-medical__item-title {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-medical__item-title {
    width: calc(100% - 4rem);
    padding-left: 0.5rem;
    line-height: 100%;
  }
}
.p-medical__item-title--top {
  display: block;
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  transition: ease all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-medical__item-title--top {
    line-height: 120%;
    margin-bottom: 0;
  }
}
.p-medical__item-title--bottom {
  color: #B9AD9D;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 23%;
  transition: ease all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-medical__item-title--bottom {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 100%;
  }
}
.p-medical__item:hover .p-medical__item-img {
  opacity: 1;
}
.p-medical__item:hover::after {
  opacity: 1;
}
.p-medical__item:hover .p-medical__item-title--top {
  color: #fff;
}
.p-medical__item:hover .p-medical__item-title--bottom {
  color: #fff;
}
.p-medical__item:hover::before {
  background-image: url(./assets/img/medical-icon-12.svg);
}
.p-medical__item:hover .p-medical__item-icon img {
  filter: brightness(0) invert(1);
}
.p-feature {
  margin-top: -24.2rem;
  position: relative;
  padding: 22.6rem 0 25.4rem;
  z-index: 1;
  background: url(./assets/img/home-bg-14.png) top center no-repeat;
}
@media screen and (max-width: 1440px) {
  .p-feature {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-feature {
    padding-top: 13.6rem;
    padding-bottom: 7.3rem;
  }
}
.p-feature::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(./assets/img/home-bg-12.png) top center / 192rem no-repeat;
  top: 4rem;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .p-feature::after {
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  .p-feature::after {
    background-size: cover;
  }
}
.p-feature__line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: max-content;
  height: 64rem;
  overflow: hidden;
}
.p-feature__line img {
  transform: translateZ(0);
  animation: wavess 20s linear 0s infinite forwards;
  will-change: transform;
  width: fit-content;
  height: auto;
  display: block;
}
.p-feature__line01 {
  position: absolute;
  top: 5rem;
  left: 0;
  pointer-events: none;
  width: max-content;
  height: 4.8rem;
  overflow: hidden;
  z-index: 1;
}
.p-feature__line01 img {
  transform: translateZ(0);
  animation: wavesss 40s linear 0s infinite forwards;
  will-change: transform;
  width: fit-content;
  height: 100%;
  display: block;
}
.p-feature__cont {
  position: relative;
  z-index: 2;
}
.p-feature__cont-img {
  display: inline-block;
  position: absolute;
  top: -20.5rem;
  right: 13.2rem;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-feature__cont-img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__cont {
    padding-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-feature__cont-img02 {
  display: inline-block;
  position: absolute;
  bottom: -29.9rem;
  left: -2.2rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__cont-img02 {
    bottom: -10rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__cont-img02 {
    display: none;
  }
}
.p-feature__row00 {
  gap: 1.719%;
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__row00 {
    gap: 1.5%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__row00 {
    padding-bottom: 5rem;
  }
}
.p-feature__left00 {
  width: 28.281%;
  padding-top: 11rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__left00 {
    width: 15%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__left00 {
    display: none;
  }
}
.p-feature__right00 {
  width: 82.708%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .p-feature__right00 {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__right00 {
    width: 100%;
  }
}
.p-feature__list00 {
  gap: 7.107%;
}
@media screen and (max-width: 1440px) {
  .p-feature__list00 {
    gap: 1.5%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__list00 {
    gap: 3rem;
  }
}
.p-feature__txt00 {
  width: 36.929%;
  padding-top: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__txt00 {
    width: 50% !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__txt00 {
    width: 100% !important;
    padding-top: 0;
  }
}
.p-feature__img00 {
  width: calc(100% - (7.107% + 36.929%));
}
@media screen and (max-width: 1440px) {
  .p-feature__img00 {
    width: calc(100% - (50% + 1.5%)) !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__img00 {
    display: none;
  }
}
.p-feature__title00 {
  padding-left: 7.5rem;
  width: 100%;
  color: #0068B5;
  font-size: var(--fs-45);
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 5%;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-feature__title00 {
    height: auto;
    clip-path: none;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    border-left: 0.5rem solid #DFD7CC;
    background-color: #0068B5;
    color: #fff;
  }
  .p-feature__title00 br {
    display: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__title00 {
    padding: 1.2rem 1.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__inner {
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-feature__inner {
    margin-top: 4rem;
  }
}
.p-feature__note {
  color: #fff;
  font-size: var(--fs-22);
  font-weight: 500;
  line-height: 159%;
  letter-spacing: 0;
  margin-bottom: 3rem;
  height: 5.7rem;
  clip-path: shape(from 57.22% 0%, line to 89.6% 0%, curve to 100% 50.09% with 89.6% 27.67%/94.26% 50.09%, curve to 89.6% 100% with 94.27% 50.09%/89.62% 72.42%, hline to 10.37%, curve to 0% 50.09% with 10.35% 72.42%/5.71% 50.09%, curve to 10.37% 0% with 5.73% 50.09%/10.37% 27.67%, line to 42.61% 0%, hline to 57.22%, close);
  background: #0068B5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-feature__note {
    clip-path: none;
    height: auto;
    padding: 1.2rem;
    font-size: max(2rem, 18px);
    background-color: #DFD7CC;
    color: #535353;
  }
}
.p-feature__desc {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 194%;
  letter-spacing: 0;
  padding-left: 7.5rem;
  max-width: 58.2rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-feature__desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__desc {
    padding-left: 0;
  }
  .p-feature__desc br {
    display: none;
  }
}
.p-feature__btn {
  margin-top: 4.5rem;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .p-feature__btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__btn {
    gap: 1.5rem;
  }
}
.p-feature__btn .p-btn__style01 {
  margin: 0 auto;
}
.p-feature__img-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-feature__img-inner {
    margin: 0 auto 11rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__img-inner {
    margin-bottom: 6rem;
  }
}
.p-feature__img-inner::before {
  content: attr(data-value);
  width: 25rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fs-90);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  background-color: #0068B5;
  clip-path: shape(from 50% 100%, curve to 0% 50.09% with 49.9% 72.42%/27.55% 50.09%, curve to 50% 0% with 27.61% 50.09%/50% 27.67%, curve to 100% 49.91% with 50.1% 27.58%/72.45% 49.91%, curve to 50% 100% with 72.39% 49.91%/50% 72.33%, close);
  padding-bottom: 1.2rem;
  position: absolute;
  bottom: -12.5rem;
  right: -12.5rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .p-feature__img-inner::before {
    width: 18.4rem;
    bottom: -9.2rem;
    right: -9.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-feature__img-inner::before {
    width: 8.4rem;
    bottom: -4.2rem;
    right: 0.8rem;
    font-size: 2.8rem;
  }
}
.p-feature__list01 {
  gap: 3.025%;
}
@media screen and (max-width: 1440px) {
  .p-feature__list01 {
    gap: 1.5%;
  }
}
.p-feature__txt01 {
  width: 42%;
}
@media screen and (max-width: 1440px) {
  .p-feature__txt01 {
    width: 50%;
  }
}
.p-feature__img01 {
  width: calc(100% - (42% + 3.025%));
}
.p-feature__row01 {
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 960px) {
  .p-feature__row01 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-feature__row01 {
    gap: 1.5%;
  }
}
.p-feature__row01 .p-feature__img00 {
  order: -1;
  text-align: right;
}
.p-feature__row01 .p-feature__img-inner::before {
  left: -12.5rem;
  right: unset;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__row01 .p-feature__img-inner::before {
    left: -9.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__row01 .p-feature__img-inner::before {
    left: unset;
    right: -9.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-feature__row01 .p-feature__img-inner::before {
    padding-right: 0rem;
    padding-bottom: 1rem;
    right: 0.8rem;
  }
}
.p-feature__left01 {
  width: 33.75%;
  position: absolute;
  bottom: 3rem;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .p-feature__left01 {
    display: none;
  }
}
.p-feature__right01 {
  width: 83.333%;
  order: -1;
}
@media screen and (max-width: 1440px) {
  .p-feature__right01 {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__right01 {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-feature__right01 .p-btn__style01 {
    min-width: 22rem;
  }
}
.p-feature__row02 {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 960px) {
  .p-feature__row02 {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-feature__row02 {
    gap: 1.5%;
  }
}
.p-feature__row02 .p-feature__note {
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-feature__row02 .p-feature__desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__row02 .p-feature__desc br {
    display: none;
  }
}
.p-feature__left02 {
  width: 27.604%;
  position: absolute;
  top: -7.5rem;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .p-feature__left02 {
    width: 19%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__left02 {
    display: none;
  }
}
.p-feature__right02 {
  width: 82.708%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .p-feature__right02 {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__right02 {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .p-feature__row03 {
    gap: 1.5%;
  }
}
.p-feature__row03 .p-feature__img00 {
  order: -1;
  text-align: right;
}
.p-feature__row03 .p-feature__img-inner::before {
  left: -12.5rem;
  right: unset;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-feature__row03 .p-feature__img-inner::before {
    left: -9.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) {
  .p-feature__row03 .p-feature__img-inner::before {
    left: unset;
    right: -9.2rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 960px) and (max-width: 767px) {
  .p-feature__row03 .p-feature__img-inner::before {
    right: 0.8rem;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__row03 .p-feature__desc {
    max-width: 100%;
  }
  .p-feature__row03 .p-feature__desc br {
    display: none;
  }
}
.p-feature__right03 {
  width: 84.635%;
}
@media screen and (max-width: 1440px) {
  .p-feature__right03 {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  .p-feature__right03 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-feature__right03 .p-btn__style01 {
    min-width: 21rem;
    max-width: 21rem;
  }
}
.p-gallery {
  padding: 4.2rem 0 0;
  position: relative;
  z-index: 0;
  margin-top: -3rem;
}
.p-recruit {
  position: relative;
  z-index: 1;
  height: 118.2rem;
  background: url(./assets/img/home-bg-15.png) top center / cover no-repeat;
  margin-top: -7.2rem;
  padding-top: 21.7rem;
}
@media screen and (max-width: 960px) {
  .p-recruit {
    padding-top: 12.7rem;
    height: auto;
    padding-bottom: 16rem;
  }
}
.p-recruit .p-title__style01 {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit__row {
  gap: 4rem;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .p-recruit__row {
    gap: 5rem;
  }
}
.p-recruit__item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 960px) {
  .p-recruit__item {
    width: 100%;
  }
}
.p-recruit__item-left .p-mv__logo {
  bottom: unset;
  right: unset;
  top: 7.8rem;
  left: -10.8rem;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .p-recruit__item-left .p-mv__logo {
    left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .p-recruit__item-left .p-mv__logo {
    top: 9.8rem;
  }
}
.p-recruit__item-left--img {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.p-recruit__item-left--inner {
  height: 66.7rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-left--inner {
    height: auto;
  }
}
.p-recruit__item-left--info {
  height: 22.7rem;
  background: url(./assets/img/home-bg-18.png) bottom center / cover no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-left--info {
    position: relative;
    bottom: 3rem;
  }
}
.p-recruit__item-left--desc {
  color: #fff;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-left--desc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-recruit__item-left--title {
  color: #0068B5;
  font-size: var(--fs-120);
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 10%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17.9rem;
}
@media screen and (max-width: 1440px) {
  .p-recruit__item-left--title {
    font-size: 12rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__item-left--title {
    font-size: 12rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-recruit__item-left--title {
    font-size: 6rem;
    bottom: 22.9rem;
  }
}
.p-recruit__item-left--txt {
  max-width: 48.6rem;
  width: 100%;
  margin: 0 auto;
}
.p-recruit__item-left--txt .p-btn__style01 {
  min-width: 19.2rem;
  max-width: 1.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.2rem;
}
.p-recruit__item-right--inner {
  background-color: #EFE9E2;
  border-radius: 1rem;
  height: 66.7rem;
  padding: 2rem 1rem 2rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right--inner {
    height: auto;
    padding: 1.5rem;
  }
}
.p-recruit__item-right--column {
  height: 54rem;
  overflow-y: auto;
  padding-right: 2.5rem;
}
.p-recruit__item-right--column::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.p-recruit__item-right--column::-webkit-scrollbar-thumb {
  background: #D4B37F;
  border-radius: 999px;
}
.p-recruit__item-right--column::-webkit-scrollbar-thumb:hover {
  background: #006AB9;
}
.p-recruit__item-right--column::-webkit-scrollbar-track {
  background: #EDEDED;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right--column .c-top__column--list {
    gap: 1rem;
  }
}
.p-recruit__item-right--column .c-top__column--item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right--column .c-top__column--item {
    width: calc((100% - 1rem) / 2);
    padding: 0;
  }
}
.p-recruit__item-right--column .c-top__column--item:first-child {
  padding-top: 0;
}
.p-recruit__item-right--column .c-top__column--img {
  width: 18rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right--column .c-top__column--img {
    width: 100%;
  }
  .p-recruit__item-right--column .c-top__column--img img {
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.p-recruit__item-right--column .c-top__column--cont {
  width: calc(100% - (18rem + 2rem));
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right--column .c-top__column--cont {
    width: 100%;
  }
}
.p-recruit__item-right--column .c-top__column--date {
  color: #0068B5;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 194%;
  letter-spacing: 0;
}
.p-recruit__item-right--column .c-top__column--title {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 194%;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.p-recruit__item-right--column .c-top__column--excerpt {
  color: #535353;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0;
}
.p-recruit__item-right .p-btn__style01 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-right .p-btn__style01 {
    margin-top: 2rem;
  }
}
@keyframes wave {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300rem);
  }
}
@media screen and (max-width: 767px) {
  @keyframes wave {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200rem);
    }
  }
}
@keyframes wavess {
  from {
    transform: translateX(-226.9rem);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes wavesss {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-227rem);
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs-120: 6rem;
    --fs-90: 6rem;
    --fs-100: 6rem;
    --fs-60: 5rem;
    --fs-45: 3.5rem;
    --fs-35: 2.8rem;
  }
  .p-img__744 {
    max-width: 51.4rem;
  }
  .p-img__495 {
    max-width: 47.5rem;
  }
  .p-img__796 {
    max-width: 42.6rem;
  }
  .p-img__696 {
    max-width: 47.6rem;
  }
  .p-img__688 {
    max-width: 55rem;
  }
  .p-img__893 {
    max-width: 57.3rem;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --fs-45: 3rem;
    --fs-18: Max(1.5rem, 14px);
  }
  .p-img__230 {
    max-width: 10rem;
  }
  .p-img__194 {
    max-width: 10.4rem;
  }
  .p-img__242 {
    max-width: 13.2rem;
  }
  .p-img__218 {
    max-width: 12.8rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-img__230 {
    max-width: 6rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .p-img__218 {
    max-width: 7.8rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --fs-45: 2rem;
    --fs-35: 2rem;
    --fs-18: Max(1.5rem, 14px);
  }
  .p-img__15 {
    max-width: 1rem;
  }
}
/* ==========================================================================
   Object - Utility (u-)
   ========================================================================== */
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.u-hidden {
  display: none !important;
}
@media screen and (min-width: 961px) {
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .u-pc-only {
    display: none !important;
  }
}
.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: #006AB9;
}
.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 */