:root {
  --color-white: #ffffff;
  --color-black: #1A1A1A;
  --color-main: #06365F;
  --color-main2: #0A5D84;
  --gradient-main: linear-gradient(to right, #06365F 0%, #478FBC 70%, #0A5D84 100%);
  --gradient-main2: linear-gradient(to right, #06365F 0%, #478FBC 50%, #0A5D84 100%);
  --gradient-button: linear-gradient(to right, #1D43BE, #3285ED);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}

html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}

body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--color-black);
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v55-japanese_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-condensed-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-condensed-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-condensed-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
img {
  width: 100%;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--gradient-button);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
  width: 240px;
  height: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-button {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    width: calc(240 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    border-radius: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(35 / 375 * 100vw);
  }
}
.c-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-white);
  padding-left: 33px;
}
@media screen and (max-width: 1439px) {
  .c-button a {
    padding-left: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    padding-left: calc(33 / 375 * 100vw);
  }
}
.c-button a:hover {
  opacity: 1;
}
.c-button::after {
  background-image: url(../images/button_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 4px;
  width: 26px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 1439px) {
  .c-button::after {
    height: calc(4 / 1440 * 100vw);
    width: calc(26 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button::after {
    height: calc(4 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    right: calc(30 / 375 * 100vw);
  }
}

.c-section-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 51px;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-section-title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(51 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

.c-pageTitle {
  background: var(--gradient-main2);
  color: var(--color-white);
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle {
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.c-pageTitle__en {
  font-family: "Barlow Condensed";
  font-size: 46px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle__en {
    font-size: calc(46 / 1440 * 100vw);
    line-height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle__en {
    font-size: calc(35 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
  }
}

.c-pageTitle__ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle__ja {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle__ja {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.c-pageTitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 194px;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .c-pageTitle__inner {
    height: calc(194 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pageTitle__inner {
    height: calc(151 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
  }
}

h1.logo {
  display: none;
}

.l-container {
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  width: 1200px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.l-content {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-sub);
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.61);
}
@media screen and (max-width: 1439px) {
  header {
    height: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  header {
    height: calc(45 / 375 * 100vw);
  }
}

.p-header {
  width: 100%;
}
.p-header .l-container {
  height: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1439px) {
  .p-header .l-container {
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header .l-container {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    height: calc(72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: calc(45 / 375 * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-header__logoBox a {
  display: block;
}
.p-header__logoBox__logo {
  width: 400px;
  height: 43px;
}
@media screen and (max-width: 1439px) {
  .p-header__logoBox__logo {
    width: calc(400 / 1440 * 100vw);
    height: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    width: calc(248 / 375 * 100vw);
    height: calc(28.5 / 375 * 100vw);
  }
}
.p-header__nav {
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav > ul {
  display: grid;
  grid-template-columns: repeat(7, auto);
  height: 100%;
}
.p-header__nav > ul > .p-header__nav-item + .p-header__nav-item {
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav > ul > .p-header__nav-item + .p-header__nav-item {
    margin-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav > ul > .p-header__nav-item + .p-header__nav-item {
    margin-left: calc(30 / 375 * 100vw);
  }
}
.p-header__nav a,
.p-header__nav p {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-header__nav a,
  .p-header__nav p {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav a,
  .p-header__nav p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-header__nav p {
  cursor: pointer;
}
.p-header__nav-item:hover > a, .p-header__nav-item:hover > p {
  color: var(--color-main2);
}
.p-header__nav-item--has-sub {
  position: relative;
}
.p-header__nav .p-header__sub-menu {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: calc(100% + 8px);
  left: -12px;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  padding-right: 17px;
  padding-bottom: 20px;
  padding-left: 33px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu {
    left: calc(-12 / 1440 * 100vw);
    padding-top: calc(20 / 1440 * 100vw);
    padding-right: calc(17 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(33 / 1440 * 100vw);
    -webkit-box-shadow:  calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) rgba(0, 0, 0, 0.2);
            box-shadow:  calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) rgba(0, 0, 0, 0.2);
    border-radius: calc(6 / 1440 * 100vw);
  }
}
.p-header__nav .p-header__sub-menu--student {
  left: -26px;
  padding-right: 27px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu--student {
    left: calc(-26 / 1440 * 100vw);
    padding-right: calc(27 / 1440 * 100vw);
  }
}
.p-header__nav .p-header__sub-menu--medical-info {
  left: -57px;
  padding-right: 21px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu--medical-info {
    left: calc(-57 / 1440 * 100vw);
    padding-right: calc(21 / 1440 * 100vw);
  }
}
.p-header__nav .p-header__sub-menu-item + .p-header__sub-menu-item {
  padding-top: 22px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu-item + .p-header__sub-menu-item {
    padding-top: calc(22 / 1440 * 100vw);
  }
}
.p-header__nav .p-header__sub-menu-item a {
  font-size: 15px;
  line-height: 21.5px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu-item a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21.5 / 1440 * 100vw);
  }
}
.p-header__nav .p-header__sub-menu-item a::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: var(--color-main2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .p-header__nav .p-header__sub-menu-item a::before {
    left: calc(-11 / 1440 * 100vw);
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
  }
}
.p-header__nav-item--has-sub:hover > .p-header__sub-menu {
  visibility: visible;
  opacity: 1;
}
.p-header__hamburger {
  background-image: url("../images/icon_hamburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: none;
  height: calc(15 / 375 * 100vw);
  width: calc(22 / 375 * 100vw);
  margin-left: calc(21 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__nav-item--has-sub {
  position: relative;
}

.p-header__nav-item--has-sub::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav-item--has-sub::after {
    height: calc(32 / 1440 * 100vw);
  }
}

.p-header__nav-item--has-sub > a,
.p-header__nav-item--has-sub > p {
  position: relative;
  padding-right: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-header__nav-item--has-sub > a,
  .p-header__nav-item--has-sub > p {
    padding-right: calc(18 / 1440 * 100vw);
  }
}

.p-header__nav-item--has-sub > a::after,
.p-header__nav-item--has-sub > p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 47%;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-header__nav-item--has-sub > a::after,
  .p-header__nav-item--has-sub > p::after {
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}

.p-header__nav-item--has-sub > a::before,
.p-header__nav-item--has-sub > p::before {
  content: "";
  position: absolute;
  right: 0;
  top: 47%;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_arrow_up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-header__nav-item--has-sub > a::before,
  .p-header__nav-item--has-sub > p::before {
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}

.p-header__nav-item--has-sub:hover > a::after,
.p-header__nav-item--has-sub:hover > p::after {
  opacity: 0;
}

.p-header__nav-item--has-sub:hover > a::before,
.p-header__nav-item--has-sub:hover > p::before {
  opacity: 1;
}

.p-drawer {
  display: none;
  height: 100dvh;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 200;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 199;
  pointer-events: none;
}

.p-drawer.is-show ~ .p-drawer__overlay,
.p-drawer__overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.p-drawer__content {
  background-color: var(--color-white);
  height: 100dvh;
  margin-left: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 77.3333333333vw;
}

.p-drawer__content__header {
  height: 17.3333333333vw;
  padding-top: 4.5333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
}

.p-drawer__content__header__close {
  margin-left: auto;
  width: 4.8vw;
}

.p-drawer__content__header__close img {
  height: auto;
  width: 100%;
}

.p-drawer__content__main {
  padding: 0 7.7333333333vw 5.3333333333vw 8vw;
}

.p-drawer__content__main__nav {
  margin-bottom: 193px;
}

.p-drawer__content__main__nav > ul > li {
  border-bottom: 1px solid var(--color-black);
}

.p-drawer__content__main__nav > ul > li:first-child {
  border-top: 1px solid var(--color-black);
}

.p-drawer__content__main__nav a,
.p-drawer__content__main__nav p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4vw;
  font-weight: bold;
  padding: 4.8vw 2.4vw 4.5333333333vw 2.9333333333vw;
}

.p-drawer__nav-item--has-sub a,
.p-drawer__nav-item--has-sub p {
  position: relative;
}

.p-drawer__nav-item--has-sub > a::after,
.p-drawer__nav-item--has-sub > p::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 47%;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--color-main2);
  border-bottom: 1px solid var(--color-main2);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__nav-item--has-sub.is-open {
  padding-bottom: 29px;
}

.p-drawer__nav-item--has-sub.is-open > a::after,
.p-drawer__nav-item--has-sub.is-open > p::after {
  -webkit-transform: translateY(0) rotate(225deg);
          transform: translateY(0) rotate(225deg);
}

.p-drawer__nav-item--has-sub > .p-drawer__sub-menu {
  padding-left: 9px;
}

.p-drawer__nav-item--has-sub.is-open > .p-drawer__sub-menu {
  max-height: 500px;
}

.p-drawer__nav-item--has-sub.is-open > a,
.p-drawer__nav-item--has-sub.is-open > p {
  color: var(--color-main2);
}

.p-drawer__sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.p-drawer__sub-menu-item {
  padding-top: 10px;
}

.p-drawer__sub-menu-item + .p-drawer__sub-menu-item {
  padding-top: 28px;
}

.p-drawer__sub-menu-item a,
.p-drawer__sub-menu-item p {
  padding: 0;
  padding-left: 14px;
}

.p-drawer__sub-menu-item a::before,
.p-drawer__sub-menu-item p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-main2);
  position: absolute;
  left: 1px;
}

.p-drawer__close {
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 78.1333333333vw);
  z-index: -1;
}

.p-drawer.is-show {
  opacity: 1;
  z-index: 200;
  pointer-events: auto;
}

.p-drawer.is-show .p-drawer__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer.is-show .p-drawer__close {
  opacity: 1;
  z-index: 1;
}

footer {
  background-color: var(--color-main);
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  footer {
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-footer .l-container {
  padding: 0;
  width: 100%;
}
.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 43px;
  padding-bottom: 38px;
  color: var(--color-white);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-top: calc(43 / 1440 * 100vw);
    padding-bottom: calc(38 / 1440 * 100vw);
    padding-left: calc(90 / 1440 * 100vw);
    padding-right: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(46 / 375 * 100vw);
    padding-bottom: calc(38 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(23 / 375 * 100vw);
    height: calc(123 / 375 * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }
}
.p-footer__messageBox {
  padding: 26px 88px 26px 32px;
}
@media screen and (max-width: 1439px) {
  .p-footer__messageBox {
    padding-top: calc(26 / 1440 * 100vw);
    padding-right: calc(88 / 1440 * 100vw);
    padding-bottom: calc(26 / 1440 * 100vw);
    padding-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__messageBox {
    padding: calc(0 / 375 * 100vw);
    height: auto;
  }
}
.p-footer__message {
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__message {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__message {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-footer__logoBox a {
  display: block;
}
.p-footer__logoBox__logo {
  width: 200px;
  height: 47px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logoBox__logo {
    width: calc(200 / 1440 * 100vw);
    height: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox__logo {
    width: calc(120 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
}
.p-footer__buttonBox--SP {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__buttonBox--SP {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-footer__buttonBox--PC {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-footer__buttonBox--PC {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__buttonBox--PC {
    display: none;
  }
}
.p-footer__buttonBox--PC .p-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__buttonBox--PC .p-footer__buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.p-footer__buttonBox--PC .p-footer__button--PC + .p-footer__button--PC {
  margin-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-footer__buttonBox--PC .p-footer__button--PC + .p-footer__button--PC {
    margin-left: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__button--SP a {
    margin-top: calc(14 / 375 * 100vw);
  }
}
.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 72px;
  width: 100%;
  padding-right: 20px;
  padding-left: 10px;
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-footer__bottom {
    height: calc(72 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    height: auto;
    padding-top: calc(31 / 375 * 100vw);
  }
}
.p-footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 112px;
}
@media screen and (max-width: 1439px) {
  .p-footer__link ul {
    gap: calc(20 / 1440 * 100vw);
    margin-left: calc(112 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link ul {
    gap: calc(20 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-footer__link a {
  color: var(--color-white);
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__link a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link a {
    font-size: calc(10 / 375 * 100vw);
  }
}

.p-footer__logoBox__logo {
  width: 426px;
  height: 57px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logoBox__logo {
    width: calc(426 / 1440 * 100vw);
    height: calc(57 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox__logo {
    width: calc(274 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
  }
}

.p-footer__info {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .p-footer__info {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    position: relative;
    padding-bottom: calc(30 / 375 * 100vw);
    font-weight: calc(500 / 375 * 100vw);
  }
}
.p-footer__info::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-footer__info::after {
    position: absolute;
    left: calc(0 / 375 * 100vw);
    bottom: calc(0 / 375 * 100vw);
    width: 100%;
    height: calc(1 / 375 * 100vw);
    background: repeating-linear-gradient(to right, currentColor 0 2px, transparent 2px 4px);
  }
}

.p-footer__name {
  margin-top: 23px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1439px) {
  .p-footer__name {
    margin-top: calc(23 / 1440 * 100vw);
    margin-bottom: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__name {
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-footer__address {
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__address {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-footer__nav {
  margin-top: 15px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav {
    margin-top: calc(15 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: calc(0 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(31 / 375 * 100vw);
  }
}
.p-footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: calc(30 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.p-footer__nav > ul > li + li {
  margin-left: 0;
}
.p-footer__nav a, .p-footer__nav p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a, .p-footer__nav p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a, .p-footer__nav p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li:nth-child(-n+4) {
    grid-column: 1;
  }
  .p-footer__nav > ul > li:nth-child(n+5) {
    grid-column: 2;
  }
}
.p-footer__nav-submenu {
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-submenu {
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-submenu {
    margin-top: calc(15 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-subitem {
    padding-left: calc(13 / 375 * 100vw);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem + .p-footer__nav-subitem {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-footer__nav-subitem::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem::after {
    position: absolute;
    left: calc(0 / 375 * 100vw);
    width: calc(3 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
    background-color: var(--color-white);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-footer__nav-subitem a {
  font-size: 13px;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav-subitem a {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav-subitem a {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}

.p-mainVisual {
  background-image: url(../images/mainvisual.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 711px;
  margin-top: -72px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(711 / 1440 * 100vw);
    margin-top: calc(-72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    height: calc(356 / 375 * 100vw);
    margin-top: calc(-45 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_sp.jpg);
    width: 100%;
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.p-mainVisual__text {
  font-family: "Barlow Condensed";
  font-weight: 700;
  color: var(--color-white);
  position: absolute;
  bottom: 22px;
  left: 65px;
  font-size: 110px;
  line-height: 132px;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    font-size: calc(110 / 1440 * 100vw);
    line-height: calc(132 / 1440 * 100vw);
    bottom: calc(22 / 1440 * 100vw);
    left: calc(65 / 1440 * 100vw);
    text-shadow:  calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) calc(6 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    font-size: calc(42 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
    bottom: calc(18 / 375 * 100vw);
    left: calc(15 / 375 * 100vw);
    text-shadow:  calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) rgba(0, 0, 0, 0.55);
  }
}
.p-mainVisual__text p {
  letter-spacing: 0;
}

.p-about {
  background-image: url(../images/about_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 683px;
}
@media screen and (max-width: 1439px) {
  .p-about {
    height: calc(683 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    height: calc(795 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    background-image: url(../images/about_bg_sp.jpg);
  }
}
.p-about__inner {
  padding-top: 71px;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding-top: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-about__content {
  text-align: center;
  color: var(--color-white);
}
.p-about__content__catch--en {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 46px;
  line-height: 55px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-about__content__catch--en {
    font-size: calc(46 / 1440 * 100vw);
    line-height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__catch--en {
    font-size: calc(35 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
    letter-spacing: 0.01em;
  }
}
.p-about__content__catch--ja {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__catch--ja {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__catch--ja {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
}
.p-about__content__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__title {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-about__content__body {
  font-weight: 400;
  text-align: left;
  width: 657px;
  font-size: 18px;
  line-height: 26px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-about__content__body {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    width: calc(657 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__body {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    width: 100%;
    margin-top: calc(7 / 375 * 100vw);
  }
}
.p-about__content__body p {
  letter-spacing: 0.1em;
}
.p-about__content__body p + p {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-about__content__body p + p {
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__content__body p + p {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-greeting {
  background: var(--gradient-main);
}
.p-greeting .l-container {
  padding-left: 164px;
  padding-right: 164px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .p-greeting .l-container {
    padding-left: calc(164 / 1440 * 100vw);
    padding-right: calc(164 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting .l-container {
    background: -webkit-gradient(linear, left bottom, left top, from(#06365F), color-stop(73%, #478FBC), to(#0A5D84));
    background: linear-gradient(to top, #06365F 0%, #478FBC 73%, #0A5D84 100%);
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(23 / 375 * 100vw);
    width: 100%;
  }
}
.p-greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 68px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .p-greeting__inner {
    padding-top: calc(70 / 1440 * 100vw);
    padding-bottom: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__inner {
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(47 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-greeting__content {
  color: var(--color-white);
  width: 655px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__content {
    width: calc(655 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__content {
    width: 100%;
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-greeting__content__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
  color: var(--color-white);
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__content__title {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__content__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    text-align: center;
  }
}
.p-greeting__content__body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__content__body {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__content__body {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-greeting__content__body p + p {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__content__body p + p {
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__content__body p + p {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-greeting__figure figure {
  width: 397px;
  height: 576px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-greeting__figure figure {
    width: calc(397 / 1440 * 100vw);
    height: calc(576 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__figure figure {
    width: calc(180 / 375 * 100vw);
    height: calc(261 / 375 * 100vw);
    margin: 0 auto;
  }
}

.p-greeting__caption {
  position: absolute;
  left: 37px;
  bottom: 27px;
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-greeting__caption {
    left: calc(37 / 1440 * 100vw);
    bottom: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__caption {
    left: calc(15 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
  }
}

.p-greeting__caption--position {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__caption--position {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__caption--position {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}

.p-greeting__caption--name {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 1439px) {
  .p-greeting__caption--name {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__caption--name {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-consultation {
  background-image: url(../images/consultation_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 411px;
}
@media screen and (max-width: 1439px) {
  .p-consultation {
    height: calc(411 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation {
    height: calc(597 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation {
    background-image: url(../images/consultation_bg_sp.jpg);
  }
}
.p-consultation .l-container {
  width: 1020px;
}
@media screen and (max-width: 1439px) {
  .p-consultation .l-container {
    width: calc(1020 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation .l-container {
    width: 100%;
  }
}
.p-consultation__title {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-consultation__title {
    padding-left: calc(24 / 375 * 100vw);
  }
}
.p-consultation__button--other p {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-consultation__button--other p {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__button--other p {
    margin-left: calc(0 / 375 * 100vw);
  }
}
.p-consultation__inner ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-consultation__inner ul {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__inner ul {
    gap: calc(15 / 375 * 100vw);
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.p-outpatient {
  background-image: url(../images/outpatient_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 511px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient {
    height: calc(511 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient {
    height: calc(672 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient {
    background-image: url(../images/outpatient_bg_sp.jpg);
  }
}
.p-outpatient .l-container {
  padding-left: 166px;
  padding-right: 70px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient .l-container {
    padding-left: calc(166 / 1440 * 100vw);
    padding-right: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.p-outpatient__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__inner ul {
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__inner ul {
    gap: calc(15 / 375 * 100vw);
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.p-outpatient__title {
  padding-left: -93px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__title {
    padding-left: calc(-93 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__title {
    padding-left: calc(23 / 375 * 100vw);
  }
}

.p-outpatient__button--facial-trauma {
  width: 283px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__button--facial-trauma {
    width: calc(283 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__button--facial-trauma {
    width: 100%;
  }
}

.p-outpatient__button--scar {
  width: 329px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__button--scar {
    width: calc(329 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__button--scar {
    width: 100%;
  }
}

.p-outpatient__button--facial-nerve {
  width: 377px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__button--facial-nerve {
    width: calc(377 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__button--facial-nerve {
    width: 100%;
  }
}

.p-outpatient__button--chronic-wound {
  width: 283px;
}
@media screen and (max-width: 1439px) {
  .p-outpatient__button--chronic-wound {
    width: calc(283 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-outpatient__button--chronic-wound {
    width: 100%;
  }
}

.p-doctor {
  background: var(--gradient-main2);
}
@media screen and (max-width: 767px) {
  .p-doctor {
    background: -webkit-gradient(linear, left bottom, left top, from(#06365F), color-stop(78%, #478FBC), to(#0A5D84));
    background: linear-gradient(to top, #06365F 0%, #478FBC 78%, #0A5D84 100%);
  }
}
.p-doctor .l-container {
  width: 825px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-doctor .l-container {
    width: calc(835 / 1440 * 100vw);
    padding-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctor .l-container {
    width: 100%;
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.p-doctor__title {
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-doctor__title {
    padding-left: calc(24 / 375 * 100vw);
  }
}
.p-doctor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 44px;
}
@media screen and (max-width: 1439px) {
  .p-doctor__list {
    margin-bottom: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctor__list {
    margin-bottom: calc(27 / 375 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(29 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.p-doctor__button {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-doctor__button {
    width: calc(216 / 375 * 100vw);
  }
}
.p-doctor__button p {
  letter-spacing: 0.09em;
}

.p-doctorCard {
  width: 175px;
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-doctorCard {
    width: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctorCard {
    width: calc(160 / 375 * 100vw);
    -ms-flex-negative: calc(0 / 375 * 100vw);
        flex-shrink: calc(0 / 375 * 100vw);
  }
}

.p-doctorCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-doctorCard__body {
    gap: calc(1 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctorCard__body {
    gap: calc(3 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-doctorCard__position {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}
@media screen and (max-width: 1439px) {
  .p-doctorCard__position {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctorCard__position {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}

.p-doctorCard__name--ja {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  .p-doctorCard__name--ja {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctorCard__name--ja {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}

.p-doctorCard__name--en {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-doctorCard__name--en {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-doctorCard__name--en {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}

.p-clinic-info .l-container {
  width: 1400px;
  padding-left: 94px;
  padding-right: 92px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info .l-container {
    width: calc(1400 / 1440 * 100vw);
    padding-left: calc(94 / 1440 * 100vw);
    padding-right: calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info .l-container {
    font-size: calc(15 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}

.p-clinic-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-clinic-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-clinic-info__table-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 17px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-wrapper {
    margin-left: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-wrapper {
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-clinic-info__table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
  border: 1px solid var(--color-main);
  border-radius: 3px;
  pointer-events: none;
  z-index: 1;
  width: 430px;
  left: 218px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-wrapper::before {
    width: calc(430 / 1440 * 100vw);
    height: calc(41 / 1440 * 100vw);
    left: calc(218 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-wrapper::before {
    width: calc(343 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
    left: calc(156 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-clinic-info__table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .c-custom-scrollbar {
    position: relative;
    width: 100%;
    height: 1.0666666667vw;
    margin-top: 1.0666666667vw;
    margin-bottom: 8vw;
  }
  .c-common-section .c-custom-scrollbar {
    margin-top: 3.7333333333vw;
    margin-bottom: 0;
  }
  .p-clinic-info__scrollbar__track {
    position: absolute;
    width: 67%;
    left: 0;
    height: 100%;
    background-color: rgba(10, 93, 132, 0.19);
    border-radius: 0.8vw;
  }
  .p-clinic-info__scrollbar__thumb {
    position: absolute;
    height: 100%;
    background-color: #0A5D84;
    border-radius: 0.8vw;
    width: 50%;
    left: 0;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}
.p-clinic-info__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 27px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  display: block;
  padding-right: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(29, 67, 190, 0.32);
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
    border-spacing: calc(27 / 1440 * 100vw);
    padding-right: calc(26 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    border-spacing: calc(27 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
    table-layout: fixed;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.p-clinic-info__table-header {
  color: var(--color-main);
  font-weight: 600;
  padding: 6px 0 8px 0;
  text-align: center;
  vertical-align: middle;
  width: 170px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-header {
    padding-top: calc(6 / 1440 * 100vw);
    padding-bottom: calc(8 / 1440 * 100vw);
    width: calc(170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-header {
    padding-top: calc(6 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
    width: calc(170 / 375 * 100vw);
  }
}

.p-clinic-info__table-header--weekday {
  width: 170px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-header--weekday {
    width: calc(170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-header--weekday {
    width: calc(115 / 375 * 100vw);
  }
}

.p-clinic-info__table-header--sat {
  width: 144px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-header--sat {
    width: calc(144 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-header--sat {
    width: calc(115 / 375 * 100vw);
  }
}

.p-clinic-info__table-header--sun {
  width: 118px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-header--sun {
    width: calc(118 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-header--sun {
    width: calc(100 / 375 * 100vw);
  }
}

.p-clinic-info__table-row-header {
  width: 218px;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-row-header {
    width: calc(218 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-row-header {
    width: calc(156 / 375 * 100vw);
  }
}

.p-clinic-info__table-row-header,
.p-clinic-info__table-cell {
  padding-top: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-row-header,
  .p-clinic-info__table-cell {
    padding-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-row-header,
  .p-clinic-info__table-cell {
    padding-top: calc(28 / 375 * 100vw);
  }
}

.p-clinic-info__table-row-header--row2,
.p-clinic-info__table-cell--row2 {
  padding-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-row-header--row2,
  .p-clinic-info__table-cell--row2 {
    padding-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-row-header--row2,
  .p-clinic-info__table-cell--row2 {
    padding-top: calc(9 / 375 * 100vw);
  }
}

.p-clinic-info__table-cell--row2 {
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-cell--row2 {
    padding-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-cell--row2 {
    padding-left: calc(0 / 375 * 100vw);
  }
}

.p-clinic-info__table-cell {
  text-align: center;
  vertical-align: middle;
}

.p-clinic-info__table-cell--closed {
  padding-top: 18px;
  padding-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__table-cell--closed {
    padding-top: calc(18 / 1440 * 100vw);
    padding-left: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__table-cell--closed {
    padding-top: calc(18 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
}

.p-clinic-info__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 28px;
  background-color: #06365F;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__label {
    padding-top: calc(8 / 1440 * 100vw);
    padding-right: calc(28 / 1440 * 100vw);
    padding-bottom: calc(8 / 1440 * 100vw);
    padding-left: calc(28 / 1440 * 100vw);
    border-radius: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__label {
    padding-top: calc(6 / 375 * 100vw);
    padding-right: calc(13 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
    padding-left: calc(14 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
  }
}

.p-clinic-info__note {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 50px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__note {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__note {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
    text-wrap: nowrap;
  }
}

.p-clinic-info__button {
  width: 357px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__button {
    width: calc(357 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__button {
    width: calc(330 / 375 * 100vw);
    margin-right: auto;
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-clinic-info__map iframe {
  width: 440px;
  height: 348px;
}
@media screen and (max-width: 1439px) {
  .p-clinic-info__map iframe {
    width: calc(440 / 1440 * 100vw);
    height: calc(348 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-clinic-info__map iframe {
    width: calc(330 / 375 * 100vw);
    height: calc(261 / 375 * 100vw);
  }
}

.p-staffList__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 48px;
}
@media screen and (max-width: 1439px) {
  .p-staffList__list {
    gap: calc(50 / 1440 * 100vw) calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffList__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 / 375 * 100vw);
  }
}

.p-staffListCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 458px;
  gap: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard {
    width: calc(458 / 1440 * 100vw);
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard {
    width: calc(330 / 375 * 100vw);
    gap: calc(20 / 375 * 100vw);
  }
}

.p-staffListCard__photo {
  width: 220px;
  height: 276px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__photo {
    width: calc(220 / 1440 * 100vw);
    height: calc(276 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__photo {
    width: calc(106 / 375 * 100vw);
    height: calc(133 / 375 * 100vw);
  }
}
.p-staffListCard__photo img {
  width: 100%;
  height: auto;
}

.p-staffListCard__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 485px;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__body {
    width: calc(485 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__body {
    width: 100%;
  }
}

.p-staffListCard__body a {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-staffListCard__body a {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-staffListCard__position {
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__position {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__position {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
  }
}

.p-staffListCard__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__name {
    gap: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: calc(5 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-staffListCard__name--ja {
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__name--ja {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__name--ja {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-staffListCard__name--en {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__name--en {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__name--en {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(14 / 375 * 100vw);
  }
}

.p-staffListCard__infoLabel {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-main2);
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 3px;
  margin-top: 9px;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__infoLabel {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    padding-bottom: calc(3 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__infoLabel {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-staffListCard__infoLabel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, currentColor 0 2px, transparent 2px 4px);
}

.p-staffListCard__infoValue {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__infoValue {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__infoValue {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}

.p-staffListCard__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  color: var(--color-main2);
  width: 91px;
  height: 17px;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__button {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
    width: calc(91 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__button {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
    width: calc(73 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.p-staffListCard__button p {
  letter-spacing: 0.09em;
}

.p-staffListCard__button::after {
  background-image: url(../images/button_arrow_stafflist.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 3px;
  width: 18px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-staffListCard__button::after {
    height: calc(3 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffListCard__button::after {
    height: calc(2 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}

.p-staffDetail .l-container {
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetail .l-container {
    padding-left: calc(100 / 1440 * 100vw);
    padding-right: calc(100 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetail .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.p-staffDetailCard {
  width: 366px;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard {
    width: calc(366 / 1440 * 100vw);
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard {
    width: calc(160 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-staffDetailCard__photo img {
  width: 366px;
  height: 460px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard__photo img {
    width: calc(366 / 1440 * 100vw);
    height: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard__photo img {
    width: 100%;
    height: auto;
  }
}

.p-staffDetailCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard__body {
    gap: calc(5 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard__body {
    gap: calc(3 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-staffDetailCard__position {
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard__position {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard__position {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}

.p-staffDetailCard__name--ja {
  font-size: 40px;
  font-weight: 600;
  line-height: 58px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard__name--ja {
    font-size: calc(40 / 1440 * 100vw);
    line-height: calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard__name--ja {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}

.p-staffDetailCard__name--en {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-staffDetailCard__name--en {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetailCard__name--en {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(14 / 375 * 100vw);
  }
}

.p-staffDetail__contentItem h2 {
  margin-top: 38px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetail__contentItem h2 {
    margin-top: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetail__contentItem h2 {
    margin-top: calc(37 / 375 * 100vw);
  }
}

.p-staffDetail__contentItem h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  color: var(--color-main2);
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetail__contentItem h2 {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    padding-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetail__contentItem h2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}

.p-staffDetail__contentTitle::after,
.p-staffDetail__contentItem h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94%;
  height: 1px;
  background: repeating-linear-gradient(to right, currentColor 0 2px, transparent 2px 4px);
}

.p-staffDetail__contentItem p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetail__contentItem p {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetail__contentItem p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}

.p-staffDetail__contentItem p + p {
  margin-top: 28px;
}
@media screen and (max-width: 1439px) {
  .p-staffDetail__contentItem p + p {
    margin-top: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffDetail__contentItem p + p {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.c-common-section .l-container {
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .l-container {
    padding-left: calc(100 / 1440 * 100vw);
    padding-right: calc(100 / 1440 * 100vw);
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .l-container {
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    width: 100%;
  }
}

.c-common-section #toc_container {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .c-common-section #toc_container {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section #toc_container {
    margin-bottom: calc(0 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

.c-common-section .toc_title,
.c-common-section h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  color: var(--color-main2);
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_title,
  .c-common-section h2 {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
    padding-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_title,
  .c-common-section h2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

.c-common-section h2 {
  margin-top: 38px;
}
@media screen and (max-width: 1439px) {
  .c-common-section h2 {
    margin-top: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section h2 {
    margin-top: calc(37 / 375 * 100vw);
  }
}

.c-common-section .toc_title::after,
.c-common-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, currentColor 0 2px, transparent 2px 4px);
}

@media screen and (max-width: 767px) {
  .c-common-section h3 {
    padding-right: calc(22 / 375 * 100vw);
  }
}

.c-common-section .wp-block-table {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 986px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .wp-block-table {
    width: calc(986 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .wp-block-table {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .wp-block-table::-webkit-scrollbar {
    display: none;
  }
}

.c-common-section .wp-block-table table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .c-common-section .wp-block-table table {
    table-layout: auto;
  }
}

.c-common-section .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.c-common-section .wp-block-table td,
.c-common-section .wp-block-table th {
  border: 0;
}

.c-common-section .wp-block-table td.c-common-table__col--sat,
.c-common-section .wp-block-table td.c-common-table__col--sun {
  border-left: 1px solid var(--color-main2);
}

.c-common-section .wp-block-table tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid var(--color-main2);
}

.c-common-section .wp-block-column iframe {
  width: 440px;
  height: 348px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .wp-block-column iframe {
    width: calc(440 / 1440 * 100vw);
    height: calc(348 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .wp-block-column iframe {
    width: calc(330 / 375 * 100vw);
    height: calc(261 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-common-section__col {
    width: 100%;
  }
}
.c-common-section__col .c-common-section__subtitle {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-common-section__col iframe {
    width: 100%;
  }
}

.c-common-section__block {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-common-section__block {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section__block {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-common-section__block + .c-common-section__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-common-section__block + .c-common-section__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section__block + .c-common-section__block {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.c-common-section h2 + h3,
.c-common-section h2 + p {
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .c-common-section h2 + h3,
  .c-common-section h2 + p {
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section h2 + h3,
  .c-common-section h2 + p {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-common-section h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 27px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .c-common-section h3 {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
    margin-top: calc(27 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section h3 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.c-common-section #access + div h3 {
  margin-top: 0;
}

.c-common-section p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 1439px) {
  .c-common-section p {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

.c-common-section p a {
  color: #1E43BE;
  text-decoration: underline;
  letter-spacing: 0.065em;
}

.c-common-section .toc_list li {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list li {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list li {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-common-section .toc_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list li + li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list li + li {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.c-common-section .toc_list > li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 4px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list > li a {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
    grid-template-columns: 4px 1fr;
    -webkit-column-gap: calc(10 / 1440 * 100vw);
       -moz-column-gap: calc(10 / 1440 * 100vw);
            column-gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list > li a {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    grid-template-columns: 4px 1fr;
    -webkit-column-gap: calc(10 / 375 * 100vw);
       -moz-column-gap: calc(10 / 375 * 100vw);
            column-gap: calc(10 / 375 * 100vw);
  }
}

.c-common-section .toc_list > li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-main2);
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list > li a::before {
    width: calc(4 / 1440 * 100vw);
    height: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list > li a::before {
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
  }
}

.c-common-section .toc_list > li > ul > li {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list > li > ul > li {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list > li > ul > li {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-common-section .toc_list > li > ul > li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 13px;
  display: grid;
  grid-template-columns: 4px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list > li > ul > li a {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-left: calc(13 / 1440 * 100vw);
    grid-template-columns: 4px 1fr;
    -webkit-column-gap: calc(10 / 1440 * 100vw);
       -moz-column-gap: calc(10 / 1440 * 100vw);
            column-gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list > li > ul > li a {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-left: calc(13 / 375 * 100vw);
    grid-template-columns: 4px 1fr;
    -webkit-column-gap: calc(10 / 375 * 100vw);
       -moz-column-gap: calc(10 / 375 * 100vw);
            column-gap: calc(10 / 375 * 100vw);
  }
}

.c-common-section .toc_list > li > ul > li a::before {
  content: "";
  width: 2px;
  height: 2px;
  border: 1px solid var(--color-main2);
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-common-section .toc_list > li > ul > li a::before {
    width: calc(2 / 1440 * 100vw);
    height: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .toc_list > li > ul > li a::before {
    width: calc(2 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
  }
}

.c-common-section table {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid var(--color-main2);
  border-bottom: 1px solid var(--color-main2);
}
@media screen and (max-width: 1439px) {
  .c-common-section table {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section table {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    table-layout: fixed;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.c-common-section table td {
  color: var(--color-main2);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1439px) {
  .c-common-section table td {
    padding-top: calc(12 / 1440 * 100vw);
    padding-bottom: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section table td {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    padding-right: calc(14 / 375 * 100vw);
  }
}
.c-common-section table td span {
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 1439px) {
  .c-common-section table td span {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    padding-top: calc(12 / 1440 * 100vw);
    padding-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section table td span {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
  }
}

.c-common-section table tr:first-of-type {
  background-color: var(--color-main2);
  text-align: center;
  width: 110px;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .c-common-section table tr:first-of-type {
    width: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section table tr:first-of-type {
    width: calc(110 / 375 * 100vw);
  }
}

.c-common-section table tr:first-of-type td {
  color: var(--color-white);
  position: relative;
  border-left: 2px solid var(--color-white);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-common-section table tr:first-of-type td {
    padding-top: calc(13 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
    width: calc(112 / 375 * 100vw);
  }
}

.c-common-section table tr:first-of-type td:first-of-type {
  border-bottom: 0;
  border-left: 0;
}

.c-common-section table tr:first-of-type td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  pointer-events: none;
}

.c-common-section table tr td:first-of-type {
  width: 217px;
  text-align: left;
  font-weight: 500;
  padding-left: 19px;
  padding-top: 9px;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--color-white);
  background-color: var(--color-main2);
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .c-common-section table tr td:first-of-type {
    width: calc(217 / 1440 * 100vw);
    padding-left: calc(19 / 1440 * 100vw);
    padding-top: calc(9 / 1440 * 100vw);
    padding-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section table tr td:first-of-type {
    width: calc(215 / 375 * 100vw);
    padding-left: calc(19 / 375 * 100vw);
    padding-top: calc(11 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
  }
}

.c-common-section table tr:last-of-type td:first-of-type {
  border-bottom: 0;
}

.c-common-section p.c-common-table__info {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  color: #EB0000;
  margin-top: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1439px) {
  .c-common-section p.c-common-table__info {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
    margin-bottom: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section p.c-common-table__info {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(2 / 375 * 100vw);
    text-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-common-table__scrollbar__track {
    position: absolute;
    width: 67%;
    left: 0;
    height: 100%;
    background-color: rgba(10, 93, 132, 0.19);
    border-radius: 0.8vw;
  }
  .p-common-table__scrollbar__thumb {
    position: absolute;
    height: 100%;
    background-color: #0A5D84;
    border-radius: 0.8vw;
    width: 20%;
    left: 0;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
}
.c-common-section .wp-block-column {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .c-common-section .wp-block-column {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-common-section .wp-block-column {
    margin-top: calc(9 / 375 * 100vw);
  }
}

body .c-common-section .is-layout-flex {
  gap: 0;
}

@media screen and (max-width: 767px) {
  .c-common-section .phone_extension {
    padding-left: calc(37 / 375 * 100vw);
  }
}

body.error404 main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: var(--header-height, 100px);
}
@media screen and (max-width: 1439px) {
  body.error404 main {
    padding: calc(100 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.error404 main {
    padding: calc(100 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

body.error404 h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

body.error404 p {
  font-size: 1rem;
  line-height: 1.6;
}