@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  contain: paint;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 0.625rem;
  }
}

.l-header__logo {
  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;
  gap: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.625rem;
  }
}
.l-header__logo a {
  width: 12.5rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 7.5rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-header__logo span {
    font-size: 0.6875rem;
  }
}
.l-header__logo span span {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-header__logo span span {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.l-header-navSab__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.l-header-navSab__list {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}

.l-header-navSab__link {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-navSab__link:hover {
  color: #114FA1;
}

.l-header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
.l-header-tel::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../imgs/pc/tel_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header-tel:hover {
  opacity: 0.7;
}

.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: 0.75rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.l-header-nav__list {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.l-header-nav__link {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.l-header-nav__link:hover {
  color: #114FA1;
}

.l-header__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.l-header-button {
  min-width: 7.5rem;
  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;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.625rem 1rem;
  background: #114FA1;
  border-radius: 5rem;
}
.l-header-button:hover {
  background: #222222;
}

.l-header-button--orange {
  background: #eb8030;
  border-radius: 5rem;
}
.l-header-button--orange:hover {
  background: #222222;
}

.l-header-float {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-float {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.625rem;
  }
}

.l-header-float__link {
  width: 100%;
  height: 100%;
  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;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  background: #114FA1;
}
.l-header-float__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/tel_icon_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.375rem;
}
.l-header-float__link:hover {
  background: #222222;
}

.l-header-float__link--orange {
  background: #eb8030;
}
.l-header-float__link--orange::before {
  background-image: url(../imgs/pc/calendar_icon_white.svg);
}
.l-header-float__link--orange:hover {
  background: #222222;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}

.l-footer {
  contain: paint;
  width: 100%;
  padding: 3.75rem 2.5rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1.25rem 5rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
  }
}

.l-footer__wrapper {
  width: 100%;
  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) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__address {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
}

.l-footer__map {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
}
.l-footer__map:hover {
  opacity: 0.7;
}

.l-footer__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1rem;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.l-footer-nav__list {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.l-footer-nav__link {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-nav__link--min {
  font-size: 0.875rem;
}

.l-footer__table {
  margin-top: 1.25rem;
}
.l-footer__table table th,
.l-footer__table table td {
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .l-footer__table table th,
  .l-footer__table table td {
    font-size: 0.75rem;
    padding: 0.375rem 0.5625rem;
  }
}
.l-footer__table table th {
  background: rgba(204, 204, 204, 0.3);
}

.l-footer__tableText {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}

.l-footer__small {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    background: #000;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1875rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.125rem);
}
.c-hamburger span:nth-of-type(2) {
  top: calc(50% + 0.125rem);
}

.c-hamburger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  padding: 5rem 1.25rem 2.5rem 1.25rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5625rem;
}

.c-hamburger-nav__list {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #CCCCCC;
}
.c-hamburger-nav__list.sub .c-hamburger-nav__link {
  pointer-events: none;
}

.c-hamburger-nav__link {
  font-size: 1rem;
  font-weight: 500;
}
.c-hamburger-nav__link:hover {
  color: #eb8030;
}

.c-hamburger-subNav {
  width: 100%;
}

.c-hamburger-subNav__box {
  margin-top: 1rem;
}

.c-hamburger-subNav__label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-hamburger-subNav__lists {
  width: 100%;
}

.c-hamburger-subNav__list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
}

.c-hamburger-subNav__link {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 1.25rem;
}
.c-hamburger-subNav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-subNav__link:hover {
  color: #F0380A;
}
.c-hamburger-subNav__link:hover::after {
  background-image: url(../imgs/pc/arrow_black_h.svg);
}

.c-hamburger-nav__button {
  width: 100%;
  height: 3.875rem;
  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;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  background: #000;
  border-radius: 5rem;
  margin-top: 2.5rem;
}
.c-hamburger-nav__button:hover {
  background: #F0380A;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-top {
  width: 100%;
  padding: 8.75rem 2.5rem 2.5rem 2.5rem;
  border-bottom: 1px solid #114FA1;
}
@media screen and (max-width: 767px) {
  .c-top {
    min-height: auto;
    padding: 6.25rem 1.25rem 1.25rem 1.25rem;
  }
}

.c-top__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}

.c-top__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1.25rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #114FA1;
  font-family: "Jost", sans-serif;
  font-size: 4.25rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-top__title--minSp::before {
    font-size: 2.375rem;
  }
}

.c-top__title--big {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-top__title--big {
    font-size: 2rem;
  }
}

.c-breadcrumb {
  width: 100%;
  padding: 1.75rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
  }
}

.c-breadcrumb--single {
  padding: 0.25rem 2.5rem;
  background: rgba(17, 79, 161, 0.1);
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--single {
    padding: 0.25rem 1.25rem;
    margin-top: 3.75rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    gap: 0.5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-breadcrumb__lists::-webkit-scrollbar {
    display: none;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.c-breadcrumb__list::after {
  content: "/";
  position: relative;
  display: block;
}

.c-breadcrumb__list--last::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.pagination .nav-links {
  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;
  gap: 0.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.25rem;
    margin-top: 3.75rem;
  }
}
.pagination .page-numbers {
  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;
  width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  background-color: #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 2rem;
    max-width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #114FA1;
}
.pagination .dots {
  font-size: 1rem;
  line-height: 1;
  border: none;
  background: none;
}
.pagination .dots:hover {
  color: #222222;
  background: none;
}
.pagination .current {
  color: #fff;
  background: #114FA1;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before,
.pagination .next:hover::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-editor {
  /*-- 引用 --*/
}
.c-editor h2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  background: #114FA1;
  padding: 1.25rem 1.875rem;
  border-left: 0.3125rem solid #636310;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
  }
}
.c-editor h3 {
  color: #114FA1;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 0.1875rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h4 {
  color: #114FA1;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 0.75rem;
  border-left: 0.25rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.c-editor p {
  margin-bottom: 1.5rem;
}
.c-editor a {
  color: #114FA1;
  text-decoration: underline;
}
.c-editor a:hover {
  opacity: 0.6;
}
.c-editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-editor ul li ul {
  padding-left: 1.25rem;
  margin-bottom: 0rem;
}
.c-editor ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-editor ol li ul {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 0rem;
}
.c-editor ol li::marker {
  font-weight: bold;
}
.c-editor figure {
  text-align: center;
}
.c-editor img {
  margin-bottom: 1.875rem;
}
.c-editor table {
  margin-bottom: 1.875rem;
}
.c-editor table thead {
  background: #CCCCCC;
  border-bottom: none;
}
.c-editor table th {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor table td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
}
.c-editor table th {
  color: #ffffff;
  background: #114FA1;
}
.c-editor table th,
.c-editor table td {
  font-size: 1rem;
  text-align: left;
}
.c-editor blockquote {
  position: relative;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #eaeef2;
  margin-bottom: 1.5rem;
}
.c-editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1.1875rem;
  left: 0.9375rem;
  content: "\f10d";
  font-family: FontAwesome;
  color: #222840;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
}
.c-editor blockquote p:last-child {
  margin-bottom: 0rem;
}

.c-cta {
  width: 100%;
  padding: 5rem 2.5rem;
  background: rgba(17, 79, 161, 0.1);
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 3.75rem 1.25rem;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 68.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    max-width: 100%;
  }
}

.c-cta__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 1.75rem;
  }
}
.c-cta__title::after {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title::after {
    font-size: 0.875rem;
  }
}

.c-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.c-cta__box {
  width: 100%;
  background: #ffffff;
  padding: 3.125rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box {
    padding: 1.875rem 1.25rem;
  }
}

.c-cta__secTitle {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__secTitle {
    font-size: 1.25rem;
  }
}

.c-cta__tel {
  height: 3.75rem;
  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;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    height: auto;
    font-size: 1.875rem;
    margin-top: 1.5rem;
  }
}
.c-cta__tel::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/tel_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__tel::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-cta__tel span {
  color: #114FA1;
}
.c-cta__tel:hover {
  opacity: 0.7;
}

.c-cta__btn {
  position: relative;
  width: 20rem;
  height: 3.75rem;
  margin: 1.25rem auto 0 auto;
  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;
  color: #ffffff;
  background: #114FA1;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 100%;
    max-width: 16.25rem;
    height: 3.125rem;
    margin: 1.25rem auto 0 auto;
    font-size: 1rem;
  }
}
.c-cta__btn:hover {
  background: #eb8030;
}

.c-cta__text {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 0.875rem;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  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;
}

.c-modal__content {
  width: 90%;
  max-width: 50rem;
  height: 90%;
  margin: 0 auto;
  padding: 2.5rem;
  text-align: center;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    height: 80%;
    padding: 1.25rem;
  }
}

.c-modal__label {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal__label {
    font-size: 1.5rem;
  }
}

.c-modal__table {
  overflow-x: auto;
}
.c-modal__table img {
  width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__table img {
    width: 50rem;
  }
}

.c-modal__text {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}

.c-modal__close {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  color: #fff;
  font-size: 1.875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    top: 0rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 3.75rem;
  }
}

/* 画像 */
.p-fv__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.p-fv__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 動画 */
.p-fv__videoWrap {
  position: relative;
  padding-top: 56.25%;
}

.p-fv__vimeo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 動画読み込み後 */
.p-fv.is-loaded .p-fv__poster {
  opacity: 0;
  pointer-events: none;
}

.p-fv-info {
  width: 100%;
  padding: 0 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-info {
    padding: 0 1.25rem;
    margin-top: 3.125rem;
    margin-top: 2.5rem;
  }
}

.p-fv-info__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
  }
}

.p-fv-nav {
  width: 100%;
  max-width: 43.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
}

.p-fv-nav__link {
  position: relative;
  z-index: 1;
  width: 100%;
  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-flow: column;
          flex-flow: column;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 1.25rem 3.5rem 1.25rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-nav__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0.8125rem;
    padding: 0.75rem 1.875rem 0.75rem 3rem;
    border-radius: 0.5rem;
  }
}
.p-fv-nav__link span {
  color: #114FA1;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.5rem;
  width: 4rem;
  height: 4rem;
  background: #114FA1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-nav__link::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: -1rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.p-fv-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-nav__link::after {
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-fv-nav__link:hover {
  color: #fff;
}
.p-fv-nav__link:hover span {
  color: #fff;
}
.p-fv-nav__link:hover::before {
  -webkit-transform: translateX(-50%) scale(10);
          transform: translateX(-50%) scale(10);
}

.p-fv-nav__link:nth-of-type(even) span {
  color: #eb8030;
}
.p-fv-nav__link:nth-of-type(even)::before {
  background: #eb8030;
}
.p-fv-nav__link:hover span {
  color: #fff;
}

.p-fv-nav__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto 0.75rem auto;
  background-image: url(../imgs/pc/first_icon_blue.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-nav__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.75rem;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
  }
}

.p-fv-nav__icon--consultation {
  background-image: url(../imgs/pc/consultation_icon_blue.svg);
}

.p-fv-nav__icon--doctor {
  background-image: url(../imgs/pc/doctor_icon_blue.svg);
}

.p-fv-nav__icon--money {
  background-image: url(../imgs/pc/money_icon_blue.svg);
}

.p-fv-nav__icon--hospital {
  background-image: url(../imgs/pc/hospital_icon_blue.svg);
}

.p-fv-nav__icon--note {
  background-image: url(../imgs/pc/note_icon_blue.svg);
}

.p-fv-nav__link:hover .p-fv-nav__icon {
  background-image: url(../imgs/pc/first_icon_white.svg);
}
.p-fv-nav__link:hover .p-fv-nav__icon--consultation {
  background-image: url(../imgs/pc/consultation_icon_white.svg);
}
.p-fv-nav__link:hover .p-fv-nav__icon--doctor {
  background-image: url(../imgs/pc/doctor_icon_white.svg);
}
.p-fv-nav__link:hover .p-fv-nav__icon--money {
  background-image: url(../imgs/pc/money_icon_white.svg);
}
.p-fv-nav__link:hover .p-fv-nav__icon--hospital {
  background-image: url(../imgs/pc/hospital_icon_white.svg);
}
.p-fv-nav__link:hover .p-fv-nav__icon--note {
  background-image: url(../imgs/pc/note_icon_white.svg);
}

.p-fv-time {
  width: 100%;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-time {
    padding-top: 0rem;
  }
}

.p-fv-time__title {
  color: #114FA1;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-time__title {
    font-size: 1.25rem;
  }
}

.p-fv-time__table {
  width: 100%;
  margin-top: 0.625rem;
}
.p-fv-time__table th,
.p-fv-time__table td {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-time__table th,
  .p-fv-time__table td {
    font-size: 0.75rem;
    padding: 0.375rem 0.5625rem;
  }
}
.p-fv-time__table th {
  color: #fff;
  background: #eb8030;
  border-right: 1px solid #fff;
}
.p-fv-time__table th:first-of-type {
  border-left: 1px solid #eb8030;
}
.p-fv-time__table th:last-of-type {
  border-right: 1px solid #eb8030;
}
.p-fv-time__table td {
  border: 1px solid #CCCCCC;
}

.p-fv-time__exp {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-time__exp {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-fv-time__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-time__buttonBox {
    gap: 0.5rem;
  }
}

.p-fv-time__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.875rem 1.5rem;
  background: #114FA1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-time__button {
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
.p-fv-time__button:hover {
  background: #eb8030;
}

.p-fv-time__button--black {
  background: #222222;
}
.p-fv-time__button--black:hover {
  background: #eb8030;
}

.p-fv-medical {
  width: 100%;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical {
    margin-top: 5rem;
  }
}

.p-fv-medical__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 5rem 2.5rem 8.75rem 2.5rem;
  background: #114FA1;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__title {
    font-size: 1.75rem;
    padding: 3.75rem 1.25rem 6.25rem 1.25rem;
  }
}
.p-fv-medical__title::after {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__title::after {
    font-size: 0.875rem;
  }
}

.p-fv-medical__inner {
  width: 100%;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__inner {
    padding: 0 1.25rem;
  }
}

.p-fv-medical__wrapper {
  width: 100%;
  max-width: 80rem;
  margin: -5rem auto 0rem auto;
  padding: 5rem 2.5rem 0rem 2.5rem;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__wrapper {
    margin: -4.375rem auto 0rem auto;
    padding: 2.5rem 1.25rem 0rem 1.25rem;
    border-radius: 0.75rem;
  }
}

.p-fv-medical__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__tags {
    gap: 0.125rem;
  }
}

.p-fv-medical__tab {
  width: 100%;
  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;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 1rem 0.625rem;
  background: rgba(204, 204, 204, 0.6);
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__tab {
    font-size: 0.75rem;
    padding: 0.375rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.p-fv-medical__tab.on {
  background: #eb8030;
}

.p-fv-medical__content {
  border: 2px solid #eb8030;
}

.p-fv-medicalCard {
  width: 100%;
}

.p-fv-medicalCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    padding: 1rem;
  }
}

.p-fv-medicalCard__img {
  width: 100%;
}

.p-fv-medicalCard__box {
  width: 100%;
}

.p-fv-medicalCard__title {
  color: #114FA1;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__title {
    font-size: 1.25rem;
  }
}

.p-fv-medicalCard__text {
  font-size: 1rem;
  line-height: 1.67;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-fv-medicalCard__label {
  position: relative;
  color: #114FA1;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__label {
    font-size: 1rem;
    padding-left: 1.25rem;
    margin-top: 0.625rem;
  }
}
.p-fv-medicalCard__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #114FA1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__label::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-fv-medicalCard__exp {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__exp {
    font-size: 0.875rem;
  }
}

.p-fv-medicalCard__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.p-fv-medicalCard__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.125rem;
  background: #114FA1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medicalCard__link {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
.p-fv-medicalCard__link:hover {
  background: #eb8030;
}

.p-fv-doctor {
  width: 100%;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctor {
    margin-top: 5rem;
  }
}

.p-fv-doctor__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 5rem 2.5rem 8.75rem 2.5rem;
  background: #114FA1;
}
@media screen and (max-width: 767px) {
  .p-fv-doctor__title {
    font-size: 1.75rem;
    padding: 3.75rem 1.25rem 6.25rem 1.25rem;
  }
}
.p-fv-doctor__title::after {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctor__title::after {
    font-size: 0.875rem;
  }
}

.p-fv-doctor__inner {
  width: 100%;
}

.p-fv-doctorSlider {
  width: 100%;
  padding-bottom: 1.875rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider {
    margin-top: -4.375rem;
  }
}
.p-fv-doctorSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-fv-doctorSlider .slick-list {
  overflow: visible;
}
.p-fv-doctorSlider .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-fv-doctorSlider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider .slick-dots {
    gap: 0.625rem;
  }
}
.p-fv-doctorSlider .slick-dots li {
  width: auto;
  height: auto;
  line-height: 1;
}
.p-fv-doctorSlider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border-radius: 50%;
  background: #CCCCCC;
  border: none;
}
.p-fv-doctorSlider .slick-dots li button:before {
  display: none;
}
.p-fv-doctorSlider .slick-dots li.slick-active button {
  background: #114FA1;
}

.p-fv-doctorSlider__content {
  width: 100%;
  padding: 1.25rem;
  background: #fff;
  border-radius: 1rem;
  margin: 0 1.875rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__content {
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 0 0.625rem;
  }
}

.p-fv-doctorSlider__box {
  width: 100%;
}

.p-fv-doctorSlider__img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__img {
    border-radius: 0.5rem;
  }
}

.p-fv-doctorSlider__cope {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__cope {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-fv-doctorSlider__name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__name {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
.p-fv-doctorSlider__name span {
  display: inline-block;
  font-size: 1.75rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__name span {
    font-size: 1.25rem;
  }
}

.p-fv-doctorSlider__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__text {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}

.p-fv-doctorSlider__label {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  background: #eb8030;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__label {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-fv-doctorSlider__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  padding: 1.25rem;
  border: 1px solid #eb8030;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__lists {
    gap: 0.5rem 0.625rem;
    padding: 1rem;
  }
}

.p-fv-doctorSlider__list {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv-doctorSlider__list {
    font-size: 0.875rem;
  }
}

.p-fv-access {
  width: 100%;
  padding: 0 2.5rem;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access {
    padding: 0 1.25rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.p-fv-access__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-access__inner {
    max-width: 100%;
  }
}

.p-fv-access__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-access__title {
    font-size: 1rem;
  }
}
.p-fv-access__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #114FA1;
  font-size: 3.125rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__title::before {
    font-size: 2.375rem;
    margin-bottom: 0.5rem;
  }
}

.p-fv-access__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 2.5rem;
    margin-top: 1.875rem;
  }
}

.p-fv-access__box {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-fv-access__box {
    width: 100%;
  }
}

.p-fv-access__label {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-access__label {
    font-size: 1.25rem;
  }
}

.p-fv-access__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.p-fv-accessItem {
  width: 100%;
  border: 1px solid #114FA1;
  background: rgba(17, 79, 161, 0.1);
  border-radius: 0.625rem;
  margin-top: 1.875rem;
}

.p-fv-accessItem--orange {
  border: 1px solid #eb8030;
  background: rgba(235, 128, 48, 0.1);
}
.p-fv-accessItem--orange .p-fv-accessItem__title {
  background: #eb8030;
}

.p-fv-accessItem__title {
  position: relative;
  left: 0.5rem;
  width: 10rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  background: #114FA1;
  border-radius: 5rem;
  margin-top: -0.875rem;
}

.p-fv-accessItem__text {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.p-fv-access__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.875rem 1.5rem;
  background: #222222;
  border-radius: 5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-access__button {
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
  }
}
.p-fv-access__button:hover {
  background: #eb8030;
}

.p-fv-access__map {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-fv-access__map {
    width: 100%;
  }
}

.p-fv-access__mapIn {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-access__mapIn {
    height: auto;
    padding-top: 56.25%;
  }
}
.p-fv-access__mapIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-basic {
  width: 100%;
  padding: 5rem 2.5rem;
}

.p-basic__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-basic__inner {
    max-width: 100%;
  }
}

.p-basic__editor {
  width: 100%;
}
.p-basic__editor h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  background: rgba(17, 79, 161, 0.1);
  border-left: 0.3125rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

.p-news {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    max-width: 100%;
  }
}

.p-news__wrapper {
  width: 100%;
}

.p-newsPost {
  display: block;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #114FA1;
}
@media screen and (max-width: 767px) {
  .p-newsPost {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.p-newsPost:hover .p-newsPost__title {
  opacity: 0.6;
}

.p-newsPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-newsPost__time {
  width: 6.25rem;
  min-width: 6.25rem;
  font-weight: 500;
}

.p-newsPost__category {
  min-width: 6.25rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0rem 0.75rem;
  background: #114FA1;
}

.p-newsPost__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsPost__title {
    font-size: 1rem;
  }
}

.p-single {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 3.75rem 1.25rem;
  }
}

.p-single__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    max-width: 100%;
  }
}

.p-single__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__time {
  width: 6.25rem;
  min-width: 6.25rem;
  font-weight: 500;
}

.p-single__category {
  min-width: 6.25rem;
  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;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0rem 0.75rem;
  background: #114FA1;
}

.p-single__title {
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-single__editor {
  width: 100%;
  margin-top: 2.5rem;
}

.p-single__back {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  margin: 3.75rem auto 0rem auto;
  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;
  color: #ffffff;
  font-weight: 700;
  background: #114FA1;
  border: 1px solid #114FA1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    max-width: 17.5rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }
}
.p-single__back:hover {
  color: #114FA1;
  background: #ffffff;
}

.p-first {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-first {
    padding: 3.75rem 1.25rem;
  }
}

.p-first__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-first__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding-top: 5rem;
  }
}
.p-first__inner:first-of-type {
  padding-top: 0rem;
}

.p-first__titleBox {
  position: sticky;
  top: 7.5rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-first__titleBox {
    position: relative;
    top: 0;
    margin-top: 0rem;
  }
}

.p-first__title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-first__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-first__title::before {
  content: attr(data-en);
  display: block;
  color: #114FA1;
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-first__title::before {
    font-size: 2.5rem;
    line-height: 0.9;
  }
}

.p-first__box {
  width: 100%;
  max-width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-first__box {
    max-width: 100%;
    margin-right: 0rem;
  }
}

.p-firstStep {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.p-firstStep__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-firstStep__column {
    gap: 1rem;
  }
}
.p-firstStep__column:last-of-type .p-firstStep__number::before {
  display: none;
}

.p-firstStep__number {
  position: relative;
  width: 3.75rem;
  color: #eb8030;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-firstStep__number {
    width: 3.125rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.3125rem;
  }
}
.p-firstStep__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 3.875rem);
  background: #D9D9D9;
}
.p-firstStep__number span {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 0.84;
}
@media screen and (max-width: 767px) {
  .p-firstStep__number span {
    font-size: 2.25rem;
    line-height: 1;
  }
}

.p-firstStep__box {
  width: 100%;
  padding-top: 1.625rem;
}

.p-firstStep__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-firstStep__title {
    font-size: 1.125rem;
  }
}

.p-firstStep__text {
  font-size: 1rem;
  padding: 1.25rem 1.625rem;
  background: #F9F5F1;
  border-radius: 0.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-firstStep__text {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.9375rem 0.625rem;
    margin-top: 0.625rem;
  }
}
.p-firstStep__text a {
  color: #114FA1;
  text-decoration: underline;
}

.p-firstStep__comment {
  margin-top: 0.625rem;
}

.p-expenses {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-expenses {
    padding: 3.75rem 1.25rem;
  }
}

.p-expenses__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-expenses__inner {
    max-width: 100%;
  }
}

.p-expenses__box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-expenses__box {
    margin-top: 3.75rem;
  }
}
.p-expenses__box:first-of-type {
  margin-top: 0rem;
}

.p-expenses__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  background: rgba(17, 79, 161, 0.1);
  border-left: 0.3125rem solid #114FA1;
}
@media screen and (max-width: 767px) {
  .p-expenses__title {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
  }
}

.p-expenses__title--orange {
  background: rgba(235, 128, 48, 0.1);
  border-left: 0.3125rem solid #eb8030;
}

.p-expenses__label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-expenses__label {
    font-size: 1.125rem;
  }
}

.p-expenses__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-expenses__text {
    font-size: 0.875rem;
  }
}

.p-expenses__lists {
  padding-left: 1.5rem;
  margin-top: 0.625rem;
}

.p-expenses__list {
  list-style: circle;
}
@media screen and (max-width: 767px) {
  .p-expenses__list {
    font-size: 0.875rem;
  }
}

.p-expenses__table {
  width: 100%;
  margin-top: 1.875rem;
}
.p-expenses__table thead th {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-expenses__table thead th {
    font-size: 1.125rem;
  }
}
.p-expenses__table th,
.p-expenses__table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
  border: 1px solid #114FA1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-expenses__table th,
  .p-expenses__table td {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.p-expenses__table th.no-wrap,
.p-expenses__table td.no-wrap {
  white-space: nowrap;
}
.p-expenses__table th {
  color: #fff;
  background: #114fa1;
  border-right: 1px solid #fff;
}
.p-expenses__table th:last-of-type {
  border-right: 1px solid #114FA1;
}

.p-expenses__table--orange th,
.p-expenses__table--orange td {
  border: 1px solid #eb8030;
}
.p-expenses__table--orange th {
  background: #eb8030;
  border-right: 1px solid #fff;
}
.p-expenses__table--orange th:last-of-type {
  border-right: 1px solid #eb8030;
}

.p-recruit {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 3.75rem 1.25rem;
  }
}

.p-recruit__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    max-width: 100%;
  }
}

.p-recruit__title {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 1.5rem;
  }
}

.p-recruit__table {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table {
    border-top: 1px solid #eb8030;
    margin-top: 2.5rem;
  }
}
.p-recruit__table th,
.p-recruit__table td {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 1.5rem 1.25rem;
  border: 1px solid #eb8030;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th,
  .p-recruit__table td {
    width: 100%;
    display: block;
    font-size: 1rem;
    padding: 1.25rem 1rem;
  }
}
.p-recruit__table th {
  width: 14.375rem;
  font-weight: 500;
  background: rgba(235, 128, 48, 0.1);
}
@media screen and (max-width: 767px) {
  .p-recruit__table th {
    width: 100%;
    text-align: center;
    border-top: none;
    border-bottom: none;
  }
}
.p-recruit__table td {
  width: calc(100% - 14.375rem);
}
@media screen and (max-width: 767px) {
  .p-recruit__table td {
    width: 100%;
  }
}
.p-recruit__table td a {
  color: #114FA1;
  text-decoration: underline;
}
.p-recruit__table td a:hover {
  opacity: 0.7;
}

.p-faq {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 3.75rem 1.25rem;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    max-width: 100%;
  }
}

.p-faq__tags {
  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;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__tags {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}

.p-faq__tag {
  width: 100%;
  height: 4rem;
  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;
  color: #114FA1;
  font-size: 1.25rem;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #114FA1;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__tag {
    height: 3.125rem;
    font-size: 1rem;
  }
}
.p-faq__tag:hover {
  color: #ffffff;
  background: #114FA1;
}
.p-faq__tag.open {
  color: #ffffff;
  background: #114FA1;
}

.p-faq__wrapper {
  width: 100%;
  display: none;
}
.p-faq__wrapper.open {
  display: block;
}

.p-faq__column {
  width: 100%;
  border-radius: 1rem;
  margin-top: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-faq__column {
    border-radius: 0.5rem;
    margin-top: 1.25rem;
  }
}
.p-faq__column:first-of-type {
  margin-top: 0rem;
}

.p-faq__ques {
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  padding: 2rem 5.25rem 2rem 4.5rem;
  background: rgba(17, 79, 161, 0.1);
}
@media screen and (max-width: 767px) {
  .p-faq__ques {
    padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  }
}
.p-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  display: inline-block;
  color: #114FA1;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__ques::before {
    top: 1.25rem;
    left: 1.125rem;
    font-size: 1.5rem;
  }
}
.p-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span {
    right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-faq__ques span::before, .p-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.75rem;
  height: 0.125rem;
  background: #114FA1;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span::before, .p-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__box {
  display: none;
  width: 100%;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  background: rgba(17, 79, 161, 0.1);
}
.p-faq__box.open {
  display: block;
}

.p-faq__ans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 1.875rem 2.5rem 1.875rem 4.5rem;
  background: #fff;
  border-top: none;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans {
    font-size: 0.875rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
  }
}
.p-faq__ans::before {
  content: "A";
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  display: inline-block;
  color: #F95660;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__ans::before {
    display: none;
  }
}

.p-privacy {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 2.5rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-privacy__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    max-width: 100%;
  }
}

.p-privacy__editor {
  width: 100%;
}
.p-privacy__editor h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  background: rgba(17, 79, 161, 0.1);
  border-left: 0.3125rem solid #114FA1;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__editor h2 {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__editor p {
    font-size: 0.875rem;
  }
}

.p-404 {
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.75rem 1.25rem;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    max-width: 100%;
  }
}

.p-404__text {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__button {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  margin: 3.75rem auto 0rem auto;
  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;
  color: #ffffff;
  font-weight: 700;
  background: #114FA1;
  border: 1px solid #114FA1;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    max-width: 16.25rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }
}
.p-404__button:hover {
  color: #114FA1;
  background: #ffffff;
}

.u-font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */