@charset "UTF-8";
@media (max-width: 1024px) {
  .u-pcDb {
    display: none;
  }
}
@media (min-width: 1025px) {
  .u-pcDb {
    display: block;
  }
}

@media (max-width: 1024px) {
  .u-spDb {
    display: block;
  }
}
@media (min-width: 1025px) {
  .u-spDb {
    display: none;
  }
}

html {
  font-size: 62.5% !important;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #333;
}

figure {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0 auto;
  overflow: hidden;
}

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,
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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

picture {
  font-size: 0;
}

sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 50%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer {
  margin-top: 6.25vw;
  background-color: #005aa0;
  position: relative;
}
@media (max-width: 1024px) {
  .l-footer {
    margin-top: 25.641025641vw;
  }
}
.l-footer::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  position: absolute;
  top: min(8.125vw, 130px);
  height: 1px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-footer::after {
    top: 32.0512820513vw;
  }
}
.enPage .l-footer::after {
  top: min(10.625vw, 170px);
}
@media (max-width: 1024px) {
  .enPage .l-footer::after {
    top: min(37.1794871795vw, 145px);
  }
}
@media screen and (min-width: 450px) {
  .enPage .l-footer::after {
    top: 160px;
  }
}
@media screen and (min-width: 520px) {
  .enPage .l-footer::after {
    top: 180px;
  }
}
@media screen and (min-width: 600px) {
  .enPage .l-footer::after {
    top: 200px;
  }
}
@media screen and (min-width: 700px) {
  .enPage .l-footer::after {
    top: 220px;
  }
}
@media screen and (min-width: 800px) {
  .enPage .l-footer::after {
    top: 240px;
  }
}
.parent-pageid-34 .l-footer,
.parent-pageid-73 .l-footer,
.parent-pageid-106 .l-footer,
.greetingsPage .l-footer,
.organizationPage .l-footer,
.historyPage .l-footer,
.databasePage .l-footer,
.treatmentPage .l-footer,
.cerebral-aneurysmPage .l-footer,
.carotid-artery-stenosisPage .l-footer,
.chronic-subdural-hematomaPage .l-footer,
.privacy-policyPage .l-footer,
.cerebral-arteriovenous-malformationPage .l-footer,
.committeesPage .l-footer,
.bylawsPage .l-footer,
.project-documentsPage .l-footer,
.embolization-of-cerebral-arteriovenous-malformationsPage .l-footer,
.conflict-of-interestPage .l-footer,
.journalPage .l-footer {
  margin-top: 0;
}
.l-footer-inner {
  padding: 1.25vw 10vw 3.125vw 11.25vw;
}
@media (max-width: 1024px) {
  .l-footer-inner {
    padding: 2.5641025641vw 3.8461538462vw 6.4102564103vw 3.8461538462vw;
  }
}
.enPage .l-footer-inner {
  padding-bottom: min(6.25vw, 100px);
}
.l-footer-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .l-footer-top__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8666666667vw;
  }
}
.l-footer-top__item:first-child {
  width: min(27.125vw, 434px);
}
@media (max-width: 1024px) {
  .l-footer-top__item:first-child {
    width: 100%;
  }
}
.l-footer-txt {
  font-size: min(0.9375vw, 15px);
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .l-footer-txt {
    font-size: 1.2rem;
    text-align: center;
  }
}
.l-footer-nav {
  margin-top: min(2.8125vw, 45px);
}
@media (max-width: 1024px) {
  .l-footer-nav {
    margin-top: 10.2564102564vw;
  }
}
.enPage .l-footer-nav {
  margin-top: min(-6.25vw, -100px);
}
@media (max-width: 1024px) {
  .enPage .l-footer-nav {
    margin-top: 10.2564102564vw;
  }
}
.l-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .l-footer-nav__list {
    row-gap: 3.3333333333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .l-footer-nav__list.u-pcDb {
    display: none !important;
  }
}
.l-footer-nav__list.u-spDb {
  display: none !important;
}
@media (max-width: 1024px) {
  .l-footer-nav__list.u-spDb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.l-footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .l-footer-nav__item {
    width: 40%;
  }
}
.l-footer-nav__item a {
  color: #a1d1f7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer-nav__item a:hover {
  color: #fff;
  text-decoration: underline;
}
.l-footer-nav__item a.l-footer-nav__ttl {
  color: #fff;
}
@media (max-width: 1024px) {
  .l-footer-nav__item:nth-of-type(odd) {
    margin-left: 3.8461538462vw;
  }
}
.l-footer-nav__ttl {
  font-size: 1.6rem;
  color: #fff;
  line-height: 200%;
  font-weight: bold;
  margin-bottom: 0.1875vw;
}
@media (max-width: 1024px) {
  .l-footer-nav__ttl {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.l-footer-nav__ttl:nth-of-type(2) {
  margin-top: 1.5625vw;
}
.l-footer-nav__txt {
  font-size: 1.4rem;
  line-height: 200%;
  color: #a1d1f7;
  letter-spacing: 0.05em;
}
.l-footer-logo {
  width: 1.875vw;
  margin-top: 1.25vw;
}
@media (max-width: 1024px) {
  .l-footer-logo {
    width: 7.6923076923vw;
    margin-top: 5.1282051282vw;
    margin-left: 6.1538461538vw;
  }
}
.l-footer-copyright {
  background: #1f1f1f;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .l-footer-copyright {
    height: 7.6923076923vw;
  }
}
.l-footer-copyright small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ababab;
  font-size: 1.2rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .l-footer-copyright small {
    font-size: 1rem;
    line-height: 2.8;
  }
}

.l-header {
  position: sticky;
  z-index: 100;
  width: 100%;
  top: 0;
  background-color: #fff;
  max-height: 180px;
  height: 180px;
}
@media (max-width: 1024px) {
  .l-header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    height: min(17.9487179487vw, 70px);
    width: 100%;
    max-height: none;
    z-index: 100;
    border-bottom: 1px solid #dedede;
  }
}
.l-header::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  background-color: #dedede;
  height: 1px;
}
@media (max-width: 1024px) {
  .l-header::after {
    display: none;
  }
}
.l-header__inner {
  height: 100%;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding: 0;
  }
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
}
@media (max-width: 1024px) {
  .l-header__list {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-header__item:first-child {
  width: min(37.5vw, 600px);
  max-width: 600px;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__item:first-child img {
  width: min(32.5vw, 520px);
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .l-header__item:first-child {
    width: min(76.9230769231vw, 300px);
    max-width: none;
    padding-left: min(1.2820512821vw, 5px);
  }
  .l-header__item:first-child img {
    width: min(76.9230769231vw, 300px);
  }
}
.l-header__item:last-child {
  padding-right: 3rem;
}
@media (max-width: 1024px) {
  .l-header__item:last-child {
    z-index: 1;
    position: relative;
    padding-right: 2rem;
  }
}
.l-header__dropDown {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  top: 180px;
  left: 0;
  z-index: 1000;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.2rem max((100vw - 1280px) / 2, clamp(4rem, 5vw, 8rem)) 5rem
    max((100vw - 1280px) / 2, 16rem);
  gap: clamp(2.4rem, 5vw, 8rem);
}
.l-header__dropDown__left {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 2vw, 3.2rem);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  max-width: 48rem;
  width: 100%;
}
.l-header__dropDown__left > * {
  min-width: 0;
  width: 100%;
}
.l-header__dropDown__left > *:only-child {
  grid-column: 1/-1;
}
@media (max-width: 1100px) {
  .l-header__dropDown__left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.l-header__dropDown__left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25vw;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding: 0 !important;
}
.l-header__dropDown__left a h2 {
  text-align: left;
}
.l-header__dropDown__left a figure {
  max-width: 300px;
  width: 100%;
}
.l-header__dropDown__right,
.l-header__dropDown__center {
  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;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80rem;
  flex: 1 1 80rem;
  max-width: 80rem;
  min-width: 0;
  width: 100%;
}
.l-header__dropDown__right.is-grid ul,
.l-header__dropDown__center.is-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: clamp(1.6rem, 2vw, 3.2rem);
  -moz-column-gap: clamp(1.6rem, 2vw, 3.2rem);
  column-gap: clamp(1.6rem, 2vw, 3.2rem);
  row-gap: 0.5rem;
  -ms-flex-line-pack: start;
  align-content: start;
}
.l-header__dropDown__right ul,
.l-header__dropDown__center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
  width: 100%;
}
.l-header__dropDown__right ul a,
.l-header__dropDown__center ul a {
  font-size: 1.6rem;
  line-height: 160%;
  display: block;
  padding: 1rem !important;
  padding-left: calc(1.5625vw + 1rem) !important;
  position: relative;
}
.l-header__dropDown__right ul a::before,
.l-header__dropDown__center ul a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/common/arrow_right_blue.svg") no-repeat;
  background-size: contain;
  width: 0.4375vw;
  height: 0.75vw;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header__dropDown__right ul a:hover::before,
.l-header__dropDown__right ul a:focus::before,
.l-header__dropDown__center ul a:hover::before,
.l-header__dropDown__center ul a:focus::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.l-header__nav__item--has-dropdown:hover .l-header__dropDown {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__nav__item--has-dropdown {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.l-header__ham {
  display: none;
}
@media (max-width: 1024px) {
  .l-header__ham {
    background: transparent;
    width: 18px;
    height: 12px;
    border: none;
    outline: none;
    padding: 0;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
}
.l-header__ham__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #005aa0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}
.l-header__ham__line:first-child {
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.is-open .l-header__ham__line:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__ham__line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-open .l-header__ham__line:nth-of-type(2) {
  opacity: 0;
}
.l-header__ham__line:last-child {
  bottom: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.is-open .l-header__ham__line:last-child {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__ham__content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15.3846153846vw min(10.2564102564vw, 40px) 0vw
    min(10.2564102564vw, 40px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.l-header__ham__content.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.l-header__nav__content__list {
  position: fixed;
  z-index: 100;
  inset: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 6rem;
}
@media (max-width: 1024px) {
  .l-header__nav__content__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    position: static;
    -webkit-column-gap: 5.1282051282vw;
    -moz-column-gap: 5.1282051282vw;
    column-gap: 5.1282051282vw;
    row-gap: 6.4102564103vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.l-header__nav__content__item {
  width: 100%;
}
@media (max-width: 1024px) {
  .l-header__nav__content__item a {
    display: block;
    width: 100%;
  }
}
.l-header__nav__content__item a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
}
.l-header__nav__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8.9743589744vw;
}
.l-header__nav__btn {
  width: 38.4615384615vw;
}
.l-header__nav__btn:first-child a {
  color: #005aa0;
}
.l-header__nav__btn:last-child a {
  background-color: #005aa0;
  color: #fff;
}
.l-header__nav__btn a {
  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;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  border: 2px solid #005aa0;
  border-radius: 10rem;
  padding: 1.0256410256vw 0;
}
.l-header__sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .l-header__sub__list {
    display: none;
  }
}
.l-header__sub__list a:nth-of-type(n + 2) {
  font-size: min(1vw, 16px);
  font-weight: normal;
  line-height: 160%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__sub__list a:nth-of-type(n + 2):hover {
  color: #005aa0;
}
.l-header__fig {
  width: min(1.5vw, 24px);
  max-width: 24px;
  width: 100%;
  position: relative;
}
.l-header-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0vw 3.8461538462vw;
}
.l-header-search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-header-search__box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 140%;
  height: 2.5vw;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 100;
  white-space: nowrap;
  background-color: #d9d9d9;
}
@media (max-width: 1024px) {
  .l-header-search__box {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: visible;
    opacity: 1;
    height: min(10.2564102564vw, 40px);
    width: 100%;
    margin-bottom: min(8.9743589744vw, 35px);
  }
}
.l-header-search__box.u-search {
  position: static;
  width: 100%;
  overflow: auto;
  height: 8.8rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .l-header-search__box.u-search {
    height: min(17.9487179487vw, 70px);
  }
}
.l-header-search__box.is-active {
  width: 54rem;
}
.l-header-search__box form {
  display: block;
  height: 100%;
  width: 100%;
}
.l-header-search__box form.u-search {
  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;
  height: 5rem;
}
@media (max-width: 1024px) {
  .l-header-search__box form.u-search {
    height: min(10.2564102564vw, 40px);
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .l-header-search__box form {
    position: relative;
  }
}
.l-header-search__box button {
  width: 10rem;
  height: 5rem;
  outline: none;
  border: none;
  background-color: #005aa0;
}
@media (max-width: 1024px) {
  .l-header-search__box button {
    width: min(12.8205128205vw, 100px);
    height: min(10.2564102564vw, 40px);
  }
}
.l-header-search__box button img {
  display: block;
  width: 2rem;
  height: 1.982rem;
  margin: auto;
}
@media (max-width: 1024px) {
  .l-header-search__box button img {
    width: min(3.8461538462vw, 20px);
    height: min(3.8461538462vw, 20px);
  }
}
.l-header-search__box__button {
  width: min(3.6230769231vw, 14.13px) !important;
  height: min(3.5897435897vw, 14px) !important;
  background-color: transparent !important;
  position: absolute;
  top: 50%;
  min-width: 14.13px;
  min-height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: min(3.5897435897vw, 14px);
}
.l-header-search__box__button img {
  width: 100% !important;
  height: 100% !important;
  min-width: 14.13px;
  min-height: 14px;
}
.l-header-search__box__input {
  border: 1px solid #dddddd;
  height: 100%;
  width: 54rem;
  padding: 0.1rem;
  outline: none;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  padding-left: 0.9375vw;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .l-header-search__box__input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: min(11.0256410256vw, 43px);
  }
}
.l-header-search__box__input::-webkit-input-placeholder {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #888;
}
.l-header-search__box__input::-moz-placeholder {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #888;
}
.l-header-search__box__input:-ms-input-placeholder {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #888;
}
.l-header-search__box__input::-ms-input-placeholder {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #888;
}
.l-header-search__box__input::placeholder {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #888;
}
.l-header-search__box__input.u-search {
  width: 87.91%;
  margin: 1.125vw 0 1.125vw 0;
  display: block;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .l-header-search__box__input.u-search {
    margin: 0;
    font-size: 1.6rem;
  }
}
.l-header__btn {
  background-color: #005aa0;
  width: 9.75vw;
  height: 2.5vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #005aa0;
}
.l-header__btn.is-active {
  visibility: hidden;
  opacity: 0;
}
.l-header__btn:hover {
  background-color: #fff;
}
.l-header__btn:hover a {
  color: #005aa0;
}
.l-header__btn a {
  color: #fff;
  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;
  width: 100%;
  height: 100%;
  font-size: min(1vw, 16px);
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__list {
  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;
  height: 5vw;
  height: 80px;
  justify-content: center;
}
.l-header__nav__list li {
  height: 100%;
}
.l-header__nav__list li:hover {
  background-color: #005aa0;
}
.l-header__nav__list li:hover > a {
  color: #fff;
}
.l-header__nav__list a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(1.125vw, 18px);
  line-height: 160%;
  font-weight: 500;
  padding: 0 1.875vw;
}
.l-header__nav__list a.is-active {
  background-color: #27599b;
  color: #fff;
}

.page-template-page-home-en .l-header,
.page-template-page-en .l-header {
  max-height: 100px;
  height: 100px;
}
.page-template-page-home-en .l-header::after,
.page-template-page-en .l-header::after {
  bottom: 0;
  background-color: #fff;
}
.page-template-page-home-en .l-header .l-header__nav__list,
.page-template-page-en .l-header .l-header__nav__list {
  height: 100px;
}
.page-template-page-home-en .l-header .l-header__nav__list a,
.page-template-page-en .l-header .l-header__nav__list a {
  height: 100px;
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  > a,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  > a {
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  .l-header__fig,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  .l-header__fig {
  position: relative;
  color: inherit;
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  .l-header__fig
  img,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2)
  .l-header__fig
  img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@supports ((-webkit-mask: url("")) or (mask: url(""))) or
  (-webkit-mask: url("")) {
  .page-template-page-home-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2)
    .l-header__fig
    img,
  .page-template-page-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2)
    .l-header__fig
    img {
    opacity: 0;
  }
  .page-template-page-home-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2)
    .l-header__fig::after,
  .page-template-page-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2)
    .l-header__fig::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: currentColor;
    mask: url("../images/common/x_icon.svg") no-repeat center/contain;
    -webkit-mask: url("../images/common/x_icon.svg") no-repeat center/contain;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover {
  background-color: transparent;
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover
  > a,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover
  > a {
  color: #27599b;
}
.page-template-page-home-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover
  .l-header__fig,
.page-template-page-en
  .l-header
  .l-header__nav__list
  li:nth-last-child(-n + 2):hover
  .l-header__fig {
  color: #27599b;
}
@supports ((-webkit-mask: url("")) or (mask: url(""))) or
  (-webkit-mask: url("")) {
  .page-template-page-home-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2):hover
    .l-header__fig::after,
  .page-template-page-en
    .l-header
    .l-header__nav__list
    li:nth-last-child(-n + 2):hover
    .l-header__fig::after {
    background-color: currentColor;
  }
}

.l-inner {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .l-inner {
    padding: 0 5.1282051282vw;
    max-width: none;
  }
}
.l-inner.u-wide {
  max-width: 1320px;
}
@media (max-width: 1024px) {
  .l-inner.u-wide {
    max-width: none;
  }
}

.l-kv {
  position: relative;
  aspect-ratio: 1600/240;
}
@media (max-width: 1024px) {
  .l-kv {
    aspect-ratio: 390/100;
    margin-top: min(20vw, 70px);
  }
}
.l-kv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.aboutPage .l-kv::after,
.greetingsPage .l-kv::after,
.historyPage .l-kv::after,
.organizationPage .l-kv::after,
.committeesPage .l-kv::after,
.privacy-policyPage .l-kv::after,
.term10Page .l-kv::after,
.term09Page .l-kv::after,
.term08Page .l-kv::after,
.term07Page .l-kv::after,
.project-documentsPage .l-kv::after,
.bylawsPage .l-kv {
  background: url("../images/greetings/kv_bg_pc.jpg");
  background-size: cover;
}
.publicPage .l-kv::after,
.treatmentPage .l-kv::after,
.diseasesPage .l-kv::after,
.cerebral-aneurysmPage .l-kv,
.cerebral-arteriovenous-malformationPage .l-kv,
.carotid-artery-stenosisPage .l-kv,
.chronic-subdural-hematomaPage .l-kv,
.brain-tumorPage .l-kv {
  background: url("../images/public/kv_bg_pc.jpg");
  background-size: cover;
}
.qaPage .l-kv::after,
.specialistPage .l-kv,
.outlinePage .l-kv,
.regulationsPage .l-kv,
.thromboprophylaxisPage .l-kv,
.thromboprophylaxis-doctorsPage .l-kv,
.medical-specialistsPage .l-kv,
.medical-advisorsPage .l-kv,
.training-facilitiesPage .l-kv {
  background: url("../images/specialist/kv_bg_pc.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .qaPage .l-kv::after,
  .specialistPage .l-kv,
  .outlinePage .l-kv,
  .regulationsPage .l-kv,
  .thromboprophylaxisPage .l-kv,
  .thromboprophylaxis-doctorsPage .l-kv,
  .medical-specialistsPage .l-kv,
  .medical-advisorsPage .l-kv,
  .training-facilitiesPage .l-kv {
    background-position: right;
  }
}
.post-type-archive-information .l-kv,
.single-information .l-kv,
.tax-information-list .l-kv,
.post-type-archive-offering .l-kv,
.tax-offering_list .l-kv,
.single-offering .l-kv {
  background: url("../images/news/kv_bg_pc.jpg");
  background-size: cover;
}
.search .l-kv {
  background: url("../images/search/kv_bg_pc.jpg");
  background-size: cover;
}
.appropriatePage .l-kv {
  background: url("../images/appropriate/kv_bg_pc.jpg");
  background-size: cover;
}
.educationPage .l-kv,
.databasePage .l-kv,
.society-initiatedPage .l-kv,
.grant-in-aidPage .l-kv {
  background: url("../images/education/kv_bg_pc.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .educationPage .l-kv,
  .databasePage .l-kv,
  .society-initiatedPage .l-kv,
  .grant-in-aidPage .l-kv {
    background-position: right;
  }
}
.eventsPage .l-kv,
.old-eventsPage .l-kv,
.single-scientific-meetings .l-kv,
.post-type-archive-scientific-meetings .l-kv,
.tax-scientific-meetings-list .l-kv {
  background: url("../images/events/kv_bg_pc.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .eventsPage .l-kv,
  .old-eventsPage .l-kv,
  .single-scientific-meetings .l-kv,
  .post-type-archive-scientific-meetings .l-kv,
  .tax-scientific-meetings-list .l-kv {
    background-position: right;
  }
}
.technologistPage .l-kv {
  background: url("../images/staff/kv_bg_pc.jpg");
  background-size: cover;
}
.l-kv-ttl__box {
  position: absolute;
  left: 12.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .l-kv-ttl__box {
    left: 7.6923076923vw;
  }
}
.l-kv-ttl__box .c-btn.u-type02 a {
  font-size: 2rem;
}
.l-kv-ttl__box .c-ttl__h1,
.l-kv-ttl__box .c-ttl__h2,
.l-kv-ttl__box .is-style-c-ttl-h2,
.l-kv-ttl__box .c-ttl__h3,
.l-kv-ttl__box .is-style-jsnet-heading-society,
.l-kv-ttl__box .is-style-c-ttl-h3,
.l-kv-ttl__box .c-ttl__h4,
.l-kv-ttl__box .is-style-c-ttl-h4,
.l-kv-ttl__box .c-ttl__h5,
.l-kv-ttl__box .is-style-c-ttl-h5,
.l-kv-ttl__box .c-txt {
  text-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.9);
}

.l-section {
  margin-top: 4.375vw;
}
@media (max-width: 1024px) {
  .l-section {
    margin-top: 11.7948717949vw;
  }
}

.l-news-list,
.c-search-list {
  margin-top: min(3vw, 48px);
}
@media (max-width: 1024px) {
  .l-news-list,
  .c-search-list {
    margin-top: min(3.8461538462vw, 15px);
  }
}
.single-information .l-news-list,
.single-information .c-search-list {
  margin-top: min(0.625vw, 10px);
}
.l-news-list a:hover .c-txt,
.c-search-list a:hover .c-txt {
  color: #005aa0;
}
.l-news-list ul,
.c-search-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(1.875vw, 30px);
}
@media (max-width: 1024px) {
  .l-news-list ul,
  .c-search-list ul {
    gap: min(3.0769230769vw, 12px);
  }
}
.l-news-list li > a,
.c-search-list li > a {
  display: grid;
  grid-template-columns: 14.5rem 15rem 1fr;
}
@media (max-width: 1024px) {
  .l-news-list li > a,
  .c-search-list li > a {
    grid-template-columns: 9.1rem auto;
  }
}
.post-type-archive-scientific-meetings .l-news-list li > a,
.post-type-archive-scientific-meetings .c-search-list li > a {
  grid-template-columns: 29.7rem 1fr;
  gap: min(2.5vw, 40px);
}
.tax-scientific-meetings-list .l-news-list li > a,
.tax-scientific-meetings-list .c-search-list li > a {
  display: block;
}
.l-news-list li > a .c-label-new,
.c-search-list li > a .c-label-new {
  color: #c00;
  text-transform: uppercase;
}
.l-news-list li .c-txt,
.c-search-list li .c-txt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-news-list time,
.c-search-list time {
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .l-news-list time,
  .c-search-list time {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .l-news-list .c-txt,
  .c-search-list .c-txt {
    width: 74.358974359vw;
    margin-left: 0;
  }
}
.l-news-category,
.c-search-category {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #005aa0;
  color: #fff;
  padding: 0.45rem 0.5rem;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .l-news-category,
  .c-search-category {
    font-size: 1.2rem;
    padding: 0.5128205128vw 1.2820512821vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-news-pagenavi .wp-pagenavi,
.l-news-pagenavi .news-pagination,
.c-search-pagenavi .wp-pagenavi,
.c-search-pagenavi .news-pagination {
  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;
  gap: 0.625vw;
  background-color: #ebf1f5;
  margin-top: 5vw;
  padding: 1.25vw 0;
}
@media (max-width: 1024px) {
  .l-news-pagenavi .wp-pagenavi,
  .l-news-pagenavi .news-pagination,
  .c-search-pagenavi .wp-pagenavi,
  .c-search-pagenavi .news-pagination {
    margin-top: 12.8205128205vw;
    padding: 5.1282051282vw 0;
  }
}
.l-news-pagenavi span,
.l-news-pagenavi a,
.c-search-pagenavi span,
.c-search-pagenavi a {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.8rem;
  font-weight: 500 !important;
  line-height: 1 !important;
  border: 1px solid #005aa0 !important;
  color: #005aa0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(2.5vw, 40px);
  height: min(2.5vw, 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.l-news-pagenavi span:not(.is-current):not(.current):not(.extend):hover,
.l-news-pagenavi a:not(.is-current):not(.current):not(.extend):hover,
.c-search-pagenavi span:not(.is-current):not(.current):not(.extend):hover,
.c-search-pagenavi a:not(.is-current):not(.current):not(.extend):hover {
  background-color: #005aa0 !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .l-news-pagenavi span,
  .l-news-pagenavi a,
  .c-search-pagenavi span,
  .c-search-pagenavi a {
    font-size: 1.6rem;
    width: min(10.2564102564vw, 40px);
    height: min(10.2564102564vw, 40px);
  }
}
.l-news-pagenavi .is-current,
.l-news-pagenavi .current,
.c-search-pagenavi .is-current,
.c-search-pagenavi .current {
  background-color: #005aa0 !important;
  color: #fff !important;
}
.l-news-pagenavi .previouspostslink,
.c-search-pagenavi .previouspostslink {
  font-size: 0 !important;
  margin-right: 1.875vw !important;
  position: relative;
}
.l-news-pagenavi .previouspostslink::before,
.c-search-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow_left_blue.svg") no-repeat center
    center;
  background-size: cover;
  width: min(0.375vw, 6px);
  height: min(0.75vw, 12px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .l-news-pagenavi .previouspostslink::before,
  .c-search-pagenavi .previouspostslink::before {
    width: min(1.5384615385vw, 6px);
    height: min(3.0769230769vw, 12px);
  }
}
.l-news-pagenavi .previouspostslink:hover::before,
.c-search-pagenavi .previouspostslink:hover::before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.l-news-pagenavi .nextpostslink,
.c-search-pagenavi .nextpostslink {
  font-size: 0 !important;
  margin-left: 1.875vw !important;
  position: relative;
}
.l-news-pagenavi .nextpostslink::before,
.c-search-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow_left_blue.svg") no-repeat center
    center;
  background-size: cover;
  width: min(0.375vw, 6px);
  height: min(0.75vw, 12px);
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .l-news-pagenavi .nextpostslink::before,
  .c-search-pagenavi .nextpostslink::before {
    width: min(1.5384615385vw, 6px);
    height: min(3.0769230769vw, 12px);
  }
}
.l-news-pagenavi .nextpostslink:hover::before,
.c-search-pagenavi .nextpostslink:hover::before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.single-information .l-news h1.c-ttl__h1,
.single-offering .l-news h1.c-ttl__h1,
.single-information .c-search h1.c-ttl__h1,
.single-offering .c-search h1.c-ttl__h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  border-bottom: 1px dotted #ccc;
  margin-top: min(1.25vw, 20px);
  margin-bottom: min(4.0625vw, 65px);
  padding-bottom: min(0.9375vw, 15px);
}
@media (max-width: 1024px) {
  .single-information .l-news h1.c-ttl__h1,
  .single-offering .l-news h1.c-ttl__h1,
  .single-information .c-search h1.c-ttl__h1,
  .single-offering .c-search h1.c-ttl__h1 {
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news h2,
.single-offering .l-news h2,
.single-information .c-search h2,
.single-offering .c-search h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #27599b;
  line-height: 150%;
  margin-bottom: min(1.25vw, 20px);
}
@media (max-width: 1024px) {
  .single-information .l-news h2,
  .single-offering .l-news h2,
  .single-information .c-search h2,
  .single-offering .c-search h2 {
    font-size: min(6.1538461538vw, 24px);
    line-height: 115%;
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news ul,
.single-offering .l-news ul,
.single-information .c-search ul,
.single-offering .c-search ul {
  margin-top: min(0vw, 0px);
}
.single-information .l-news ul li,
.single-offering .l-news ul li,
.single-information .c-search ul li,
.single-offering .c-search ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: disc;
  font-weight: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-information .l-news ul li:nth-of-type(n + 2),
.single-offering .l-news ul li:nth-of-type(n + 2),
.single-information .c-search ul li:nth-of-type(n + 2),
.single-offering .c-search ul li:nth-of-type(n + 2) {
  margin-top: min(0.625vw, 10px);
}
.single-information .l-news h3,
.single-offering .l-news h3,
.single-information .c-search h3,
.single-offering .c-search h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #666;
  font-family: "Manrope", sans-serif;
  line-height: 150%;
  margin-bottom: min(1.25vw, 20px);
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 0.25vw;
}
@media (max-width: 1024px) {
  .single-information .l-news h3,
  .single-offering .l-news h3,
  .single-information .c-search h3,
  .single-offering .c-search h3 {
    font-size: min(3.5897435897vw, 14px);
    margin-bottom: min(5.1282051282vw, 20px);
    line-height: 100%;
  }
}
.single-information .l-news h3.is-style-jsnet-heading-society,
.single-offering .l-news h3.is-style-jsnet-heading-society,
.single-information .c-search h3.is-style-jsnet-heading-society,
.single-offering .c-search h3.is-style-jsnet-heading-society {
  color: #27599b;
  font-size: 2.8rem;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .single-information .l-news h3.is-style-jsnet-heading-society,
  .single-offering .l-news h3.is-style-jsnet-heading-society,
  .single-information .c-search h3.is-style-jsnet-heading-society,
  .single-offering .c-search h3.is-style-jsnet-heading-society {
    font-size: 2rem;
    line-height: 115%;
  }
}
.single-information .l-news h4,
.single-offering .l-news h4,
.single-information .c-search h4,
.single-offering .c-search h4 {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  color: #333;
  position: relative;
  line-height: 200%;
  font-weight: 800;
  color: #333;
  margin-bottom: min(1.25vw, 20px);
  padding-left: 2.3rem;
}
@media (max-width: 1024px) {
  .single-information .l-news h4,
  .single-offering .l-news h4,
  .single-information .c-search h4,
  .single-offering .c-search h4 {
    font-size: min(3.5897435897vw, 14px);
    line-height: 100%;
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news h4::before,
.single-offering .l-news h4::before,
.single-information .c-search h4::before,
.single-offering .c-search h4::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 2.4rem;
  background-color: #005aa0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.single-information .l-news h5,
.single-offering .l-news h5,
.single-information .c-search h5,
.single-offering .c-search h5 {
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 150%;
  color: #27599b;
  margin-bottom: min(1.25vw, 20px);
}
@media (max-width: 1024px) {
  .single-information .l-news h5,
  .single-offering .l-news h5,
  .single-information .c-search h5,
  .single-offering .c-search h5 {
    font-size: min(3.5897435897vw, 14px);
    margin-bottom: min(5.1282051282vw, 20px);
    line-height: 100%;
  }
}
.single-information .l-news h6,
.single-offering .l-news h6,
.single-information .c-search h6,
.single-offering .c-search h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  margin-bottom: min(1.25vw, 20px);
  color: #333;
}
@media (max-width: 1024px) {
  .single-information .l-news h6,
  .single-offering .l-news h6,
  .single-information .c-search h6,
  .single-offering .c-search h6 {
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news a,
.single-offering .l-news a,
.single-information .c-search a,
.single-offering .c-search a {
  color: #005aa0;
  text-decoration: underline;
}
.single-information .l-news a:hover,
.single-offering .l-news a:hover,
.single-information .c-search a:hover,
.single-offering .c-search a:hover {
  text-decoration: none;
}
.single-information .l-news ul,
.single-offering .l-news ul,
.single-information .c-search ul,
.single-offering .c-search ul {
  margin-left: 22px;
  margin-bottom: min(1.875vw, 30px);
}
@media (max-width: 1024px) {
  .single-information .l-news ul,
  .single-offering .l-news ul,
  .single-information .c-search ul,
  .single-offering .c-search ul {
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news .l-news-category,
.single-offering .l-news .l-news-category,
.single-information .c-search .l-news-category,
.single-offering .c-search .l-news-category {
  font-size: 1.4rem;
  padding: 0.45rem 2.4rem;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0;
}
.single-information .l-news .l-news-list ul,
.single-offering .l-news .l-news-list ul,
.single-information .c-search .l-news-list ul,
.single-offering .c-search .l-news-list ul {
  margin-left: 0;
}
.single-information .l-news .l-news-list li,
.single-offering .l-news .l-news-list li,
.single-information .c-search .l-news-list li,
.single-offering .c-search .l-news-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.766875vw;
}
.single-information .l-news p,
.single-information .l-news section,
.single-offering .l-news p,
.single-offering .l-news section,
.single-information .c-search p,
.single-information .c-search section,
.single-offering .c-search p,
.single-offering .c-search section {
  margin-bottom: min(2.8125vw, 45px);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 180%;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .single-information .l-news p,
  .single-information .l-news section,
  .single-offering .l-news p,
  .single-offering .l-news section,
  .single-information .c-search p,
  .single-information .c-search section,
  .single-offering .c-search p,
  .single-offering .c-search section {
    margin-bottom: min(5.1282051282vw, 20px);
  }
}
.single-information .l-news figure,
.single-offering .l-news figure,
.single-information .c-search figure,
.single-offering .c-search figure {
  margin-bottom: min(3.375vw, 54px);
}
@media (max-width: 1024px) {
  .single-information .l-news figure,
  .single-offering .l-news figure,
  .single-information .c-search figure,
  .single-offering .c-search figure {
    margin-bottom: min(5.1282051282vw, 20px);
  }
}

@media (min-width: 1025px) {
  .l-events-list ul {
    gap: 2.8125vw;
  }
}

@media (max-width: 1024px) {
  body .is-layout-flex:not(.wp-block-columns) {
    display: inline-grid;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-events-list ul {
    gap: 7.6923076923vw;
  }
}
.l-events-list li {
  display: grid;
  grid-template-columns: 29.7rem 1fr;
  gap: 2.5vw;
}
@media (max-width: 1024px) {
  .l-events-list li {
    grid-template-columns: 25% 1fr;
    gap: 3.8461538462vw;
  }
}
@media (max-width: 767px) {
  .l-events-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-events-content figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-events-content figure::before {
  content: "";
  display: block;
  padding-top: 55.6629834254%;
}
.l-events-content figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.l-events-content figure > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-events-content:last-child {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .l-events-content:last-child {
    width: 100%;
  }
}
.post-type-archive-scientific-meetings .l-events-content:last-child {
  width: 100%;
}
.l-events-list__item {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: 17.1875vw 1fr;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.9375vw;
}
.l-events-list__item .c-txt:first-child {
  margin-left: 1.875vw;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .l-events-list__item .c-txt:first-child {
    margin-left: 2.5641025641vw;
  }
}
@media (max-width: 767px) {
  .l-events-list__item .c-txt:first-child {
    margin-left: 0;
  }
}
.l-events-list__item:nth-of-type(n + 2) {
  padding-top: 0.9375vw;
}
@media (max-width: 767px) {
  .l-events-list__item {
    grid-template-columns: 1fr;
    row-gap: 1.5384615385vw;
  }
}
.l-events-fig {
  max-width: 875px;
  width: 100%;
  margin: min(3.125vw, 50px) auto 0;
}

.l-events-table {
  margin-top: 2.5vw;
}
.l-events-table__header {
  display: grid;
  grid-template-columns: 25% 15% 25% 21% 7% 7%;
  padding: 0.625vw 0;
  margin-bottom: 0.625vw;
}
@media (max-width: 1024px) {
  .l-events-table__header {
    display: none;
  }
}
.l-events-table__header h4 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #005aa0;
  text-align: left;
  padding-left: 1rem;
}
.l-events-table__header h4:nth-last-child(-n + 2) {
  text-align: center;
  padding-left: 0;
}
.l-events-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
.l-events-table__item {
  display: grid;
  grid-template-columns: 25% 15% 25% 21% 7% 7%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.75vw 0;
}
@media (max-width: 1024px) {
  .l-events-table__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
    padding: 2.5641025641vw 0;
  }
  .l-events-table__item .c-txt {
    grid-column: 1/-1;
  }
  .l-events-table__item .l-events-table__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-events-table__item .l-events-table__download a {
    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: 100%;
    background-color: #f0f0f0;
    border-radius: 0.5rem;
    padding: 2.0512820513vw;
  }
}
.l-events-table__item p {
  padding: 5px;
}
.l-events-table__item .c-txt {
  font-size: 1.4rem;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .l-events-table__item .c-txt {
    font-size: 1.3rem;
  }
}
.l-events-table__download {
  text-align: center;
}
.l-events-table__download img {
  width: 2rem;
  height: auto;
  display: inline-block;
}

.p-top-kv {
  aspect-ratio: 1600/600;
  position: relative;
}
@media (max-width: 1024px) {
  .p-top-kv {
    aspect-ratio: 390/300;
    margin-top: min(17.9487179487vw, 70px);
  }
}
.p-top-kv__image {
  aspect-ratio: 1600/600;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .p-top-kv__image {
    aspect-ratio: 390/300;
  }
}
.p-top-kv__ttl__box {
  left: min(10vw, 160px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-top-kv__ttl__box {
    left: min(7.6923076923vw, 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.p-top-kv__ttl__box img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .p-top-kv__ttl__box img {
    width: 75%;
  }
}
.p-top-kv__ttl__box p {
  font-size: 1.6rem;
  margin-top: min(1.875vw, 30px);
  line-height: 160%;
}
.p-top-kv__slidepager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: min(1.0625vw, 17px) !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 min(10vw, 160px) 0 0;
  gap: min(0.625vw, 10px);
}
@media (max-width: 1024px) {
  .p-top-kv__slidepager {
    bottom: min(4.358974359vw, 17px) !important;
    padding: 0 min(7.6923076923vw, 30px) 0 0;
    gap: min(2.5641025641vw, 10px);
  }
}
.p-top-kv .p-mv__bullet {
  position: relative;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  height: 0.5rem;
}
@media (max-width: 1024px) {
  .p-top-kv .p-mv__bullet {
    height: 0.2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
  }
}
.p-top-kv .p-mv__bullet i {
  display: block;
  width: 0;
  height: 100%;
  margin: 0 0 0 auto;
  -webkit-transform-origin: left;
  transform-origin: left;
  background-color: #005aa0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.p-top-kv .p-mv__bullet i.is-transition {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: progress;
  animation-name: progress;
}
.p-top-kv .u-top {
  width: min(17.5vw, 280px) !important;
  height: min(3.125vw, 50px) !important;
  background-color: #f8e900 !important;
  border-radius: 10rem;
  border: 1px solid #f8e900 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1024px) {
  .p-top-kv .u-top {
    width: min(46.1538461538vw, 280px) !important;
    height: min(7.6923076923vw, 50px) !important;
  }
}
.p-top-kv .u-top:hover {
  -webkit-filter: none;
  filter: none;
}
.p-top-kv .u-top:hover a {
  background-color: transparent !important;
}
.p-top-kv .u-top a {
  color: #333 !important;
}
.p-top-kv .u-top.u-color-blue {
  border: 1px solid #005aa0 !important;
  background-color: #005aa0 !important;
  border-radius: 0;
}
.p-top-kv .u-top.u-color-blue a {
  color: #fff !important;
}
.p-top-kv .u-top.u-color-blue:hover {
  background-color: #fff !important;
  border: 1px solid #005aa0 !important;
  -webkit-filter: none;
  filter: none;
}
.p-top-kv .u-top.u-color-blue:hover a {
  color: #005aa0 !important;
}
.p-top-kv .u-top.u-color-yellow {
  background-color: #f8e900 !important;
}
.p-top-pickup {
  background-color: #f7f7f7;
  padding: 6.25vw 0;
}
.page-template-page-home-en .p-top-pickup {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .p-top-pickup {
    padding: 0;
    background: transparent;
  }
}
@media (max-width: 1024px) {
  .p-top-pickup .u-pcDb {
    display: none;
  }
}
@media (min-width: 1025px) {
  .p-top-pickup .u-pcDb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .p-top-pickup .u-spDb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .p-top-pickup .u-spDb {
    display: none;
  }
}
.p-top-pickup__item figure {
  margin: auto;
  max-width: 150px;
}
.p-top-pickup__item a img {
  -webkit-transition: none;
  transition: none;
}
.p-top-pickup__item a:hover img {
  -webkit-filter: invert(1) brightness(1.85) contrast(0.71) sepia(0.86)
    saturate(5.18) hue-rotate(160deg) brightness(1.95) contrast(1.32);
  filter: invert(1) brightness(1.85) contrast(0.71) sepia(0.86) saturate(5.18)
    hue-rotate(160deg) brightness(1.95) contrast(1.32);
}
.p-top-banner img {
  aspect-ratio: 300/120;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-banner a:hover img {
  opacity: 0.7;
}

@-webkit-keyframes progress {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.p-about-btn__item {
  background-color: #ebf1f5;
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .p-about-btn__item {
    padding: 3.8461538462vw;
  }
}
.p-about-btn__item:hover {
  background-color: #005aa0;
}
.p-about-btn__item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.p-about-btn__item:hover h4 {
  color: #fff !important;
}
.p-about-btn__item:hover .c-txt {
  color: #fff !important;
}
.p-about-btn__item a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 9.5vw;
}
@media (max-width: 1024px) {
  .p-about-btn__item a {
    padding-top: 1.2820512821vw;
  }
}
.p-about-btn__item figure {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2.5vw;
}
@media (max-width: 1024px) {
  .p-about-btn__item figure {
    position: static;
    margin: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p-about-btn__item figure img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-about-btn__item:first-child figure {
  width: min(5.408125vw, 86.53px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:first-child figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(2) figure {
  width: min(5.4125vw, 86.6px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(2) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(3) figure {
  width: min(6.495vw, 103.92px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(3) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(4) figure {
  width: min(5.46625vw, 87.46px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(4) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(5) figure {
  width: min(7.68vw, 122.88px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(5) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(6) figure {
  width: min(4.8625vw, 77.8px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(6) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(7) figure {
  width: min(6.51625vw, 104.26px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(7) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__item:nth-of-type(8) figure {
  width: min(4.8625vw, 77.8px);
}
@media (max-width: 1024px) {
  .p-about-btn__item:nth-of-type(8) figure {
    max-width: 500px;
    width: 12%;
  }
}
.p-about-btn__txt__box {
  padding: 0 1.25vw 1.25vw 1.25vw;
}
@media (max-width: 1024px) {
  .p-about-btn__txt__box {
    padding: 3.8461538462vw 0 0 0;
  }
}

.p-organization-director__item figure {
  margin: auto;
}
.p-organization-honorary__item {
  background-color: #f5f5f5;
  -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25));
  padding: 0.75vw 0;
}
@media (max-width: 1024px) {
  .p-organization-honorary__item {
    padding: 2.5641025641vw;
  }
}

.p-public-diseases__item {
  padding: 1.25vw 1.875vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-public-diseases__item:hover {
  background-color: #27599b !important;
}
.p-public-diseases__item:hover .c-ttl__h5,
.p-public-diseases__item:hover .is-style-c-ttl-h5 {
  color: #fff;
}
.p-public-diseases__item:hover .c-txt {
  color: #fff;
}
.p-public-item.u-w30p.u-w100p-under-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .p-public-item.u-w30p.u-w100p-under-pc {
    display: block;
  }
}
.p-public-item.u-w30p.u-w100p-under-pc a {
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .p-public-item.u-w30p.u-w100p-under-pc a {
    display: block;
    height: auto;
  }
}
.p-public-item.u-w30p.u-w100p-under-pc a figure {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-public-item.u-w30p.u-w100p-under-pc a figure img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-public-item.u-w30p.u-w100p-under-pc a h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-public-item.u-w30p.u-w100p-under-pc a p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .p-public-item.u-w30p.u-w100p-under-pc a p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.p-public-item.u-w30p.u-w100p-under-pc a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-about-flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-about-flex > .p-public-item.u-w30p.u-w100p-under-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .p-about-flex > .p-public-item.u-w30p.u-w100p-under-pc {
    display: block;
  }
}

.p-appropriate .u-mb {
  margin-bottom: min(3.125vw, 50px);
}
.p-appropriate-operation h4 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.625vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-appropriate-operation__download {
  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;
}
.p-appropriate-operation__download img {
  display: block;
  width: 1.831rem;
  height: 1.8rem;
  margin: auto;
}
.p-appropriate-operation__table__list.c-documents--gray
  .p-appropriate-operation__table__item {
  background-color: #f0f0f0;
}
.p-appropriate-operation__table__list.c-documents--border
  .p-appropriate-operation__table__item {
  border-bottom: 1px solid #ababab;
}
.p-appropriate-operation__table__list > li:nth-of-type(n + 2) {
  margin-top: min(0.3125vw, 5px);
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__list > li:nth-of-type(n + 2) {
    margin-top: min(1.2820512821vw, 5px);
  }
}
.p-appropriate-operation__table__list
  > li
  > .p-appropriate-operation__table__item {
  display: block;
  padding: min(0.625vw, 10px) 0;
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__list
    > li
    > .p-appropriate-operation__table__item {
    padding: min(2.5641025641vw, 10px) 0;
  }
}
.p-appropriate-operation__table__list
  > li
  > .p-appropriate-operation__table__item
  span {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3rem;
  color: #333;
}
@media (max-width: 767px) {
  .p-appropriate-operation__table__list
    > li
    > .p-appropriate-operation__table__item
    span {
    padding-left: 1.5rem;
  }
}
.p-appropriate-operation__table__list
  > li
  > .p-appropriate-operation__table__item
  span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  width: min(1.125vw, 18px);
  height: min(1.4375vw, 23px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__list
    > li
    > .p-appropriate-operation__table__item
    span::after {
    width: min(4.6153846154vw, 18px);
    height: min(5.8974358974vw, 23px);
  }
}
.p-appropriate-operation__table__list
  > li
  > .p-appropriate-operation__table__item:hover
  span {
  text-decoration: none;
}
.p-appropriate-operation__table__item {
  display: block;
  padding: min(0.625vw, 10px) 0;
  position: relative;
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__item {
    padding: min(2.5641025641vw, 10px) 0;
  }
}
.p-appropriate-operation__table__item:nth-of-type(n + 2) {
  margin-top: min(0.3125vw, 5px);
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__item:nth-of-type(n + 2) {
    margin-top: min(1.2820512821vw, 5px);
  }
}
.p-appropriate-operation__table__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.p-appropriate-operation__table__item > div .c-txt {
  margin: 0;
}
.p-appropriate-operation__table__item .c-txt:first-child {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .p-appropriate-operation__table__item .c-txt:first-child {
    padding-left: 1.5rem;
  }
}
.p-appropriate-operation__table__item[href] .c-txt:first-child {
  text-decoration: underline;
}
.p-appropriate-operation__table__item[href] .c-txt:first-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  width: min(1.125vw, 18px);
  height: min(1.4375vw, 23px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__item[href] .c-txt:first-child::after {
    width: min(4.6153846154vw, 18px);
    height: min(5.8974358974vw, 23px);
  }
}
.p-appropriate-operation__table__item[href]:hover .c-txt:first-child {
  text-decoration: none;
}
.p-appropriate-operation__table__item .c-txt:nth-of-type(2) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: min(3.4375vw, 55px);
}
@media (max-width: 1024px) {
  .p-appropriate-operation__table__item .c-txt:nth-of-type(2) {
    margin-left: min(14.1025641026vw, 55px);
  }
}
.p-appropriate-operation__table__item h4:first-child {
  padding-left: 3rem;
}

.p-appropriate-operation__table__item[href$=".pdf"] span::after,
.p-appropriate-operation__table__item[href$=".pdf"] .c-txt:first-child::after {
  background-image: url("../images/common/pdf_icon.svg");
}

.p-appropriate-operation__table__item[href$=".docx"] span::after,
.p-appropriate-operation__table__item[href$=".docx"] .c-txt:first-child::after {
  background-image: url("../images/common/doc_icon.svg");
}

.p-appropriate-operation__table__item[href$=".xlsx"] span::after,
.p-appropriate-operation__table__item[href$=".xlsx"] .c-txt:first-child::after {
  background-image: url("../images/common/xls_icon.svg");
}

.p-appropriate-operation__table__item[href$=".txt"] span::after,
.p-appropriate-operation__table__item[href$=".txt"] .c-txt:first-child::after {
  background-image: url("../images/common/txt_icon.svg");
}

.p-appropriate-operation__table__item[href$=".zip"] span::after,
.p-appropriate-operation__table__item[href$=".zip"] .c-txt:first-child::after {
  background-image: url("../images/common/zip_icon.svg");
}

.p-appropriate-operation__table__item[href$=".ppt"] span::after,
.p-appropriate-operation__table__item[href$=".ppt"] .c-txt:first-child::after {
  background-image: url("../images/common/ppt_icon.svg");
}

.appropriatePage .p-appropriate-operation__table__list {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.appropriatePage .p-appropriate-operation__table__list li {
  border-bottom: 1px solid #ccc;
}
.appropriatePage .p-appropriate-operation__table__list > li:first-child {
  border-bottom: none;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: min(0.625vw, 10px) 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .appropriatePage
    .p-appropriate-operation__table__list
    .p-appropriate-operation__table__item {
    padding: min(2.5641025641vw, 10px) 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w20p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w60p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w70p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w80p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w90p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .p-appropriate-operation__download.u-w10p,
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  > .u-w10p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  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;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item
  .c-txt {
  margin: 0;
}
.appropriatePage
  .p-appropriate-operation__table__list
  .p-appropriate-operation__table__item.p-appropriate-operation__table__item:first-child {
  font-weight: bold;
  border-bottom: none;
}

.p-database-contact {
  background-color: #ebf1f5;
  padding: 2.1875vw 2.5vw;
}
@media (max-width: 1024px) {
  .p-database-contact {
    padding: 5.1282051282vw;
  }
}
.p-database-contact a {
  color: #27599b;
  text-decoration: underline;
}

.p-treatment-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .p-treatment-list ul {
    gap: 2.5641025641vw;
  }
}
.p-treatment-list ul li {
  position: relative;
  padding-left: 2.125vw;
}
@media (max-width: 1024px) {
  .p-treatment-list ul li {
    padding-left: 2.5rem;
  }
}
.p-treatment-list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background: url("../images/common/check_icon_blue.svg") no-repeat;
  background-size: cover;
  width: min(1.5vw, 24px);
  height: min(1.5vw, 24px);
  top: 0.27rem;
}
@media (max-width: 1024px) {
  .p-treatment-list ul li::before {
    width: min(6.1538461538vw, 24px);
    height: min(6.1538461538vw, 24px);
    top: 0;
  }
}

.p-thromboprophylaxis-grid {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
@media (max-width: 1024px) {
  .p-thromboprophylaxis-grid {
    grid-template-columns: 6rem 1fr;
  }
}

.p-thromboprophylaxis-doctors .c-btn {
  margin: auto;
}

.p-technologist-grid {
  display: grid;
  grid-template-columns: min(14rem, 140px) 1fr;
}

.p-contact {
  margin-top: min(3.125vw, 50px);
}
.confirmPage .p-contact p.c-txt {
  margin-bottom: min(0.625vw, 10px);
}
.p-contact-inner {
  padding: 4.5rem 5rem;
  background-color: #ebf1f5;
  font-size: 1.6rem;
}
.p-contact-inner p {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-contact textarea {
  margin-top: min(0.9375vw, 15px);
  width: 100%;
  height: 12rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #f8f8f8 !important;
  font-size: 1.6rem;
  border: 1px solid #ddd !important;
  border-radius: 0.5rem;
  padding: 1rem;
  font-weight: 500;
}
.p-contact textarea:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  font-weight: 500;
}
.p-contact textarea::-webkit-input-placeholder {
  color: #aaa !important;
}
.p-contact textarea::-moz-placeholder {
  color: #aaa !important;
}
.p-contact textarea:-ms-input-placeholder {
  color: #aaa !important;
}
.p-contact textarea::-ms-input-placeholder {
  color: #aaa !important;
}
.p-contact textarea::placeholder {
  color: #aaa !important;
}
.p-contact-input {
  height: 4rem;
  width: 100%;
  background-color: #f8f8f8 !important;
  border: 1px solid #ddd !important;
  margin-top: min(0.9375vw, 15px);
  border-radius: 0.5rem;
  font-size: 1.6rem;
  padding: 1rem;
}
.p-contact-input:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
}
.p-contact .u-require {
  position: relative;
}
.p-contact .u-require::after {
  content: "必須";
  color: #fff;
  background-color: #cc0000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding: 0.1rem 0.8rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}
.p-contact-btn {
  cursor: pointer;
  margin-top: min(1.875vw, 30px) !important;
  width: 35rem !important;
  height: 5rem !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #005aa0 !important;
  border: 2px solid #005aa0;
}
.p-contact-btn:hover {
  color: #005aa0;
  background-color: #fff !important;
}
.p-contact .error {
  margin-top: min(0.625vw, 10px);
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .p-contact .error {
    font-size: 1.4rem;
  }
}

.p-regional-meetings ul {
  gap: 0 !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (max-width: 767px) {
  .p-regional-meetings ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.8461538462vw, 15px) !important;
  }
}
.p-regional-meetings ul li {
  width: 13.25% !important;
}
@media (max-width: 767px) {
  .p-regional-meetings ul li {
    width: auto !important;
  }
}
.p-regional-meetings__table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-regional-meetings__table__item {
    gap: min(3.8461538462vw, 15px);
  }
}
.p-regional-meetings__table__item.u-padding-bottom-10v {
  padding-bottom: min(0.625vw, 10px);
}
.p-regional-meetings__table__item:nth-of-type(n + 2) {
  border-top: 1px solid #ccc;
  padding: 0.625vw 0;
}
.p-regional-meetings__table__item.u-border-bottom {
  border-bottom: 1px solid #ccc;
}

.p-committees__table th:first-child,
.p-committees__table td:first-child {
  width: 20%;
}
.p-committees__table th:nth-child(2),
.p-committees__table td:nth-child(2) {
  width: 15%;
}
.p-committees__table th:nth-child(3),
.p-committees__table td:nth-child(3) {
  width: 15%;
}
.p-committees__table th:last-child,
.p-committees__table td:last-child {
  width: auto !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.first td:first-child {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.first td:nth-of-type(2) {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.first td:nth-of-type(3) {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn.u-type01 {
  background-color: #fff;
  border-radius: 10rem;
  width: min(17.625vw, 282px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
@media (max-width: 1024px) {
  .c-btn.u-type01 {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    border-radius: 10rem;
  }
}
.c-btn.u-type01 a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #005aa0;
  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;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.625vw 0;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .c-btn.u-type01 a {
    font-size: 1.6rem;
    padding: 3.4615384615vw 0;
  }
}
.c-btn.u-type01:hover {
  background-color: #005aa0;
}
.c-btn.u-type01:hover a {
  color: #fff;
  text-decoration: none;
}
.c-btn.u-type02 {
  background-color: #005aa0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #005aa0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.c-btn.u-type02 a {
  padding: 0.8125vw 2.5vw;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .c-btn.u-type02 a {
    font-size: 1.304rem;
    padding: 2.5128205128vw 6.7820512821vw;
  }
}
.c-btn.u-type02 a.u-font-size-16r {
  font-size: 1.6rem;
}
.c-btn.u-type02:hover {
  border-color: #005aa0;
}
.c-btn.u-type02:hover a {
  color: #005aa0;
  background-color: #fff;
}
.c-btn.u-type02.u-w300v {
  text-align: center;
  width: min(18.75vw, 300px);
}
@media (max-width: 1024px) {
  .c-btn.u-type02.u-w300v {
    width: min(100%, 300px);
  }
}
@media (max-width: 1024px) {
  .c-btn.u-type02.u-w100p-under-pc {
    width: 100%;
  }
}
.c-btn.u-type03 {
  background-color: #fff;
  border-radius: 10rem;
  border: 1px solid #005aa0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn.u-type03 a {
  color: #005aa0;
  padding: 1vw 5.2vw;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .c-btn.u-type03 a {
    padding: 2.8205128205vw 25.3846153846vw;
  }
}
.c-btn.u-type03:hover {
  background-color: #005aa0;
}
.c-btn.u-type03:hover a {
  color: #fff;
}

.wp-block-button.is-style-jsnet-btn-type01 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10rem;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: min(17.625vw, 282px);
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type01 {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    border-radius: 10rem;
  }
}
.wp-block-button.is-style-jsnet-btn-type01 .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  color: #005aa0;
  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;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.625vw 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type01 .wp-block-button__link {
    font-size: 1.6rem;
    padding: 3.4615384615vw 0;
  }
}
.wp-block-button.is-style-jsnet-btn-type01
  .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.4rem;
}
.wp-block-button.is-style-jsnet-btn-type01:hover,
.wp-block-button.is-style-jsnet-btn-type01:focus-within {
  background-color: #005aa0;
}
.wp-block-button.is-style-jsnet-btn-type01:hover .wp-block-button__link,
.wp-block-button.is-style-jsnet-btn-type01:focus-within .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}
.wp-block-button.is-style-jsnet-btn-type02 {
  background-color: #005aa0;
  border: 2px solid #005aa0;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.wp-block-button.is-style-jsnet-btn-type02 .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  color: #fff;
  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;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.8125vw 2.5vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type02 .wp-block-button__link {
    font-size: 1.304rem;
    padding: 2.5128205128vw 6.7820512821vw;
  }
}
.wp-block-button.is-style-jsnet-btn-type02
  .wp-block-button__link.u-font-size-16r {
  font-size: 1.6rem;
}
.wp-block-button.is-style-jsnet-btn-type02
  .wp-block-button__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.4rem;
}
.wp-block-button.is-style-jsnet-btn-type02:hover,
.wp-block-button.is-style-jsnet-btn-type02:focus-within {
  border-color: #005aa0;
}
.wp-block-button.is-style-jsnet-btn-type02:hover .wp-block-button__link,
.wp-block-button.is-style-jsnet-btn-type02:focus-within .wp-block-button__link {
  color: #005aa0;
  background-color: #fff;
}
.wp-block-button.is-style-jsnet-btn-type02.u-w300v {
  text-align: center;
  width: min(18.75vw, 300px);
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type02.u-w300v {
    width: min(100%, 300px);
  }
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type02.u-w100p-under-pc {
    width: 100%;
  }
}
.wp-block-button.is-style-jsnet-btn-type03 {
  background-color: #fff;
  border: 1px solid #005aa0;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-button.is-style-jsnet-btn-type03 .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  color: #005aa0;
  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;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  padding: 1vw 5.2vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .wp-block-button.is-style-jsnet-btn-type03 .wp-block-button__link {
    padding: 2.8205128205vw 25.3846153846vw;
  }
}
.wp-block-button.is-style-jsnet-btn-type03
  .wp-block-button__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.4rem;
}
.wp-block-button.is-style-jsnet-btn-type03:hover,
.wp-block-button.is-style-jsnet-btn-type03:focus-within {
  background-color: #005aa0;
}
.wp-block-button.is-style-jsnet-btn-type03:hover .wp-block-button__link,
.wp-block-button.is-style-jsnet-btn-type03:focus-within .wp-block-button__link {
  color: #fff;
}

.c-about-btns {
  width: 100%;
  margin: 4.375vw auto 0;
  background-color: #ebf1f5;
  padding: 3.75vw 0;
}
@media (max-width: 1024px) {
  .c-about-btns {
    margin-top: 17.9487179487vw;
    padding: 5.1282051282vw 0;
  }
}
.c-about-btns ul {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: min(0.9375vw, 15px);
  -moz-column-gap: min(0.9375vw, 15px);
  column-gap: min(0.9375vw, 15px);
  row-gap: 1.75rem;
}
@media (max-width: 1024px) {
  .c-about-btns ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    padding: 0 5.1282051282vw;
    gap: 3.8461538462vw;
  }
}
.c-about-btns ul li {
  width: 19%;
  border: 1px solid #27599b;
  height: 3.125vw;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .c-about-btns ul li {
    width: 100%;
    height: auto;
  }
}
.c-about-btns ul li.is-active {
  background-color: #27599b;
}
.c-about-btns ul li.is-active a {
  color: #fff;
}
.c-about-btns ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 140%;
  color: #27599b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .c-about-btns ul li a {
    font-size: 1.4rem;
    padding: 2.5641025641vw;
  }
}
.c-about-btns ul li:hover {
  background-color: #005aa0;
}
.c-about-btns ul li:hover a {
  color: #fff;
}

.c-figcaption {
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1.25vw;
}
@media (max-width: 1024px) {
  .c-figcaption {
    font-size: 1.4rem;
  }
}

.c-anchor-link {
  margin-top: 3.125vw;
}
@media (max-width: 1024px) {
  .c-anchor-link {
    margin-top: 12.8205128205vw;
  }
}
.c-anchor-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: min(2.5vw, 40px);
  -moz-column-gap: min(2.5vw, 40px);
  column-gap: min(2.5vw, 40px);
  row-gap: 1.75rem;
}
@media (max-width: 1024px) {
  .c-anchor-link ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.c-anchor-link ul li {
  width: 22.5%;
  height: auto;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  position: relative;
}
@media (max-width: 1024px) {
  .c-anchor-link ul li {
    width: 100%;
    height: auto;
    padding-bottom: 1.7948717949vw;
  }
}
.c-anchor-link ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/common/arrow_bottom_blue.svg") no-repeat;
  background-size: contain;
  width: 0.578125vw;
  height: 0.578125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.325rem;
}
@media (max-width: 1024px) {
  .c-anchor-link ul li::before {
    width: 2.3717948718vw;
    height: 2.3717948718vw;
    left: 3.5897435897vw;
    max-width: 9.25px;
    max-height: 9.25px;
  }
}
.c-anchor-link ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.28125vw;
  color: #666;
  padding-bottom: 0.625vw;
}
@media (max-width: 1024px) {
  .c-anchor-link ul li a {
    padding-left: 10.8974358974vw;
    font-size: 1.4rem;
    padding-bottom: 0.5128205128vw;
  }
}

.c-file-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  text-decoration: underline;
}
.c-file-link:hover {
  text-decoration: none;
}
.c-file-link::after {
  content: "";
  display: none;
  margin-left: 0.8rem;
  width: min(1.125vw, 18px);
  height: min(1.4375vw, 23px);
  min-width: 18px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .c-file-link::after {
    width: min(4.6153846154vw, 18px);
    height: min(5.8974358974vw, 23px);
    min-width: 18px;
    min-height: 23px;
  }
}

.wp-block-paragraph.is-style-jsnet-file-link a,
.wp-block-list.is-style-jsnet-file-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  text-decoration: underline;
}
.wp-block-paragraph.is-style-jsnet-file-link a:hover,
.wp-block-list.is-style-jsnet-file-link a:hover {
  text-decoration: none;
}
.wp-block-paragraph.is-style-jsnet-file-link a::after,
.wp-block-list.is-style-jsnet-file-link a::after {
  content: "";
  display: none;
  margin-left: 0.8rem;
  width: min(1.125vw, 18px);
  height: min(1.4375vw, 23px);
  min-width: 18px;
  min-height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .wp-block-paragraph.is-style-jsnet-file-link a::after,
  .wp-block-list.is-style-jsnet-file-link a::after {
    width: min(4.6153846154vw, 18px);
    height: min(5.8974358974vw, 23px);
    min-width: 18px;
    min-height: 23px;
  }
}

.c-file-link[href$=".pdf"]::after,
.c-file-link[href$=".PDF"]::after {
  display: inline-block;
  background-image: url("../images/common/pdf_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".pdf"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".PDF"]::after {
  display: inline-block;
  background-image: url("../images/common/pdf_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".pdf"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".PDF"]::after {
  display: inline-block;
  background-image: url("../images/common/pdf_icon.svg");
}

.c-file-link[href$=".doc"]::after,
.c-file-link[href$=".DOC"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".doc"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".DOC"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".doc"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".DOC"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.c-file-link[href$=".docx"]::after,
.c-file-link[href$=".DOCX"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".docx"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".DOCX"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".docx"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".DOCX"]::after {
  display: inline-block;
  background-image: url("../images/common/doc_icon.svg");
}

.c-file-link[href$=".xls"]::after,
.c-file-link[href$=".XLS"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".xls"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".XLS"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".xls"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".XLS"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.c-file-link[href$=".xlsx"]::after,
.c-file-link[href$=".XLSX"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".xlsx"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".XLSX"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".xlsx"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".XLSX"]::after {
  display: inline-block;
  background-image: url("../images/common/xls_icon.svg");
}

.c-file-link[href$=".ppt"]::after,
.c-file-link[href$=".PPT"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".ppt"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".PPT"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".ppt"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".PPT"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.c-file-link[href$=".pptx"]::after,
.c-file-link[href$=".PPTX"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".pptx"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".PPTX"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".pptx"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".PPTX"]::after {
  display: inline-block;
  background-image: url("../images/common/ppt_icon.svg");
}

.c-file-link[href$=".txt"]::after,
.c-file-link[href$=".TXT"]::after {
  display: inline-block;
  background-image: url("../images/common/txt_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".txt"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".TXT"]::after {
  display: inline-block;
  background-image: url("../images/common/txt_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".txt"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".TXT"]::after {
  display: inline-block;
  background-image: url("../images/common/txt_icon.svg");
}

.c-file-link[href$=".zip"]::after,
.c-file-link[href$=".ZIP"]::after {
  display: inline-block;
  background-image: url("../images/common/zip_icon.svg");
}

.wp-block-paragraph.is-style-jsnet-file-link a[href$=".zip"]::after,
.wp-block-paragraph.is-style-jsnet-file-link a[href$=".ZIP"]::after {
  display: inline-block;
  background-image: url("../images/common/zip_icon.svg");
}

.wp-block-list.is-style-jsnet-file-link a[href$=".zip"]::after,
.wp-block-list.is-style-jsnet-file-link a[href$=".ZIP"]::after {
  display: inline-block;
  background-image: url("../images/common/zip_icon.svg");
}

.c-link-external {
  text-decoration: inherit;
  color: inherit;
}
.c-link-external::after {
  content: "";
  display: inline-block;
  margin-left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: currentColor;
  mask: url("../images/common/external_link_icon.svg") no-repeat center;
  -webkit-mask: url("../images/common/external_link_icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .c-link-external::after {
    width: 1rem;
    height: 1rem;
  }
}
.c-link-external:hover::after {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-link-external--compact::after {
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
}

.wp-block-paragraph.is-style-jsnet-link-external a,
.wp-block-list.is-style-jsnet-link-external a {
  text-decoration: inherit;
  color: inherit;
}
.wp-block-paragraph.is-style-jsnet-link-external a::after,
.wp-block-list.is-style-jsnet-link-external a::after {
  content: "";
  display: inline-block;
  margin-left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: currentColor;
  mask: url("../images/common/external_link_icon.svg") no-repeat center;
  -webkit-mask: url("../images/common/external_link_icon.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .wp-block-paragraph.is-style-jsnet-link-external a::after,
  .wp-block-list.is-style-jsnet-link-external a::after {
    width: 1rem;
    height: 1rem;
  }
}
.wp-block-paragraph.is-style-jsnet-link-external a:hover::after,
.wp-block-list.is-style-jsnet-link-external a:hover::after {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.c-hover-zoom {
  display: block;
  text-decoration: none;
}
.c-hover-zoom figure {
  overflow: hidden;
}
.c-hover-zoom figure img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hover-zoom:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  gap: 0.3125vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single tr:last-child {
  margin-bottom: 0;
}
.thromboprophylaxisPage .single tr {
  display: table-row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single th {
  font-size: min(1vw, 16px);
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.05em;
  background-color: #ebf1f5;
  width: 20%;
  padding: 0.5625vw 0 0.5625vw 1.875vw;
}
@media (max-width: 1024px) {
  .single th {
    padding: 2.5641025641vw;
  }
}
.single td {
  font-size: min(1vw, 16px);
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
  padding: 0.5625vw 0 0.5625vw 1.875vw;
  padding-left: 0;
  text-align: center;
  width: 20%;
}
@media (max-width: 1024px) {
  .single td {
    padding: 2.5641025641vw;
  }
}
.thromboprophylaxisPage .single td {
  width: auto;
}

.js-scrollable {
  overflow-y: hidden;
}

.c-table {
  text-align: left;
}
@media (max-width: 1024px) {
  .c-table {
    overflow-y: hidden !important;
  }
}
.c-table .table {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 1024px) {
  .c-table .table {
    width: 1000px;
  }
}
.thromboprophylaxisPage .c-table .table {
  border-spacing: 0.3125vw;
  border-collapse: separate;
}
.c-table .row,
.c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  gap: 0.3125vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-table .row:last-child,
.c-table tr:last-child {
  margin-bottom: 0;
}
.thromboprophylaxisPage .c-table .row,
.thromboprophylaxisPage .c-table tr {
  display: table-row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-table .th,
.c-table th {
  font-size: min(1vw, 16px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #ebf1f5;
  font-family: inherit;
  width: 20%;
  padding: 0.5625vw 0 0.5625vw 1.875vw;
}
@media (max-width: 1024px) {
  .c-table .th,
  .c-table th {
    padding: 2.5641025641vw;
    font-size: min(4.1025641026vw, 16px);
  }
}
.thromboprophylaxisPage .c-table .th,
.thromboprophylaxisPage .c-table th {
  width: 25%;
}
.c-table .td,
.c-table td {
  font-size: min(1vw, 16px);
  font-weight: normal;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
  padding: 0.5625vw 0 0.5625vw 1.875vw;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-table .td,
  .c-table td {
    padding: 2.5641025641vw;
    font-size: min(4.1025641026vw, 16px);
  }
}
.thromboprophylaxisPage .c-table .td,
.thromboprophylaxisPage .c-table td {
  width: auto;
}

.c-table02 th,
.c-table02 td,
.c-table02 .th,
.c-table02 .td {
  width: 25%;
  padding-right: 1.875vw;
}
.historyPage .c-table02 th,
.historyPage .c-table02 td,
.historyPage .c-table02 .th,
.historyPage .c-table02 .td {
  width: 33.33%;
}
.c-table02 th:nth-of-type(2),
.c-table02 td:nth-of-type(2),
.c-table02 .th:nth-of-type(2),
.c-table02 .td:nth-of-type(2) {
  width: 15%;
}
.historyPage .c-table02 th:nth-of-type(2),
.historyPage .c-table02 td:nth-of-type(2),
.historyPage .c-table02 .th:nth-of-type(2),
.historyPage .c-table02 .td:nth-of-type(2) {
  width: 33.33%;
}
.c-table02 th:last-child,
.c-table02 td:last-child,
.c-table02 .th:last-child,
.c-table02 .td:last-child {
  width: 35%;
}
.historyPage .c-table02 th:last-child,
.historyPage .c-table02 td:last-child,
.historyPage .c-table02 .th:last-child,
.historyPage .c-table02 .td:last-child {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .c-table03 {
    overflow: scroll;
  }
}
.c-table03 teble,
.c-table03 .table {
  border-collapse: separate;
  border-spacing: 0.5rem;
}
@media (max-width: 1024px) {
  .c-table03 teble,
  .c-table03 .table {
    width: 1200px;
  }
}
.c-table03 .row {
  margin-bottom: 0.5rem;
}
.c-table03 .row:last-child {
  margin-bottom: 0;
}
.c-table03 th,
.c-table03 .th {
  font-size: min(1vw, 16px);
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.05em;
  background-color: #ebf1f5;
  padding: 0.5625vw 0 0.5625vw 0;
  vertical-align: middle;
}
.c-table03 th:first-child,
.c-table03 .th:first-child {
  width: 16.66%;
}
.c-table03 th:last-child,
.c-table03 .th:last-child {
  width: 41.67%;
}
.c-table03 td,
.c-table03 .td {
  font-size: min(1vw, 16px);
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
  padding: 0.5625vw 0 0.5625vw 1.875vw;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .c-table03 td,
  .c-table03 .td {
    padding: 2.5641025641vw;
    font-size: min(4.1025641026vw, 16px);
  }
}
.c-table03.u-seven .u-center,
.c-table03.u-eight .u-center {
  padding-left: 0;
  padding-right: 0 !important;
  text-align: center;
}
.c-table03.u-seven td,
.c-table03.u-seven .td,
.c-table03.u-eight td,
.c-table03.u-eight .td {
  padding-right: 1.875vw;
}
.c-table03.u-seven th,
.c-table03.u-seven .th,
.c-table03.u-eight th,
.c-table03.u-eight .th {
  padding-left: 0;
  text-align: center;
}

.wp-block-table.is-style-jsnet-table {
  width: 100%;
  overflow-x: auto;
}
.wp-block-table.is-style-jsnet-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table.is-style-jsnet-table thead th {
  background-color: #ebf1f5;
  font-weight: bold;
}
.wp-block-table.is-style-jsnet-table th,
.wp-block-table.is-style-jsnet-table td {
  font-size: min(1vw, 16px);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  padding: 1.2rem 1.6rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .wp-block-table.is-style-jsnet-table th,
  .wp-block-table.is-style-jsnet-table td {
    font-size: min(4.1025641026vw, 16px);
    padding: 1rem;
  }
}
.wp-block-table.is-style-jsnet-table tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}

.jsnet-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.jsnet-table thead th {
  background-color: #ebf1f5;
  font-weight: bold;
}
.jsnet-table th,
.jsnet-table td {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  padding: 1.2rem 1.6rem;
  background-color: #fff;
}
.jsnet-table tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}

.c-news-btns {
  margin-top: 4.6875vw;
}
@media (max-width: 1024px) {
  .c-news-btns {
    margin-top: 7.1794871795vw;
  }
}
.c-news-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(1.09375vw, 14.2px);
}
@media (max-width: 1024px) {
  .c-news-btns ul {
    -webkit-column-gap: 3.7179487179vw;
    -moz-column-gap: 3.7179487179vw;
    column-gap: 3.7179487179vw;
    row-gap: 2vw;
  }
}
.c-news-btns ul li {
  width: 15.68%;
  background-color: #dddddd;
  border: none;
  font-size: 1.6rem;
  display: block;
  padding-top: min(0.3125vw, 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: min(0.3125vw, 5px);
}
@media (max-width: 1024px) {
  .c-news-btns ul li {
    width: calc((100% - 3.7179487179vw) / 2);
    margin-bottom: 2.5641025641vw;
  }
}
.homePage .c-news-btns ul li {
  padding: 0;
}
.c-news-btns ul li:hover {
  background-color: #005aa0;
}
.c-news-btns ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-news-btns ul li a:hover {
  color: #fff;
}
.c-news-btns ul li.is-active {
  background-color: #005aa0;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.c-news-btns ul li.is-active:hover {
  cursor: pointer;
}
.c-news-btns ul li.is-active::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow_bottom_blue.svg") no-repeat center
    center;
  background-size: contain;
  width: min(0.9375vw, 15px);
  height: min(0.75vw, 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
}
@media (max-width: 1024px) {
  .c-news-btns ul li.is-active::after {
    width: min(3.8461538462vw, 15px);
    height: min(3.0769230769vw, 12px);
    bottom: min(-1.5384615385vw, 6px);
    bottom: -23%;
  }
}
.c-news-btns ul li.is-active a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-news-btns ul li.is-active button {
  background-color: #005aa0;
  cursor: pointer;
  color: #fff;
  position: relative;
  height: 100%;
}
.c-news-btns ul li.is-active button:hover {
  cursor: pointer;
}
.c-news-btns ul li.is-active button::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/common/arrow_bottom_blue.svg") no-repeat center
    center;
  background-size: contain;
  width: min(0.9375vw, 15px);
  height: min(0.75vw, 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
}
@media (max-width: 1024px) {
  .c-news-btns ul li.is-active button::after {
    width: min(3.8461538462vw, 15px);
    height: min(3.0769230769vw, 12px);
    bottom: min(-1.5384615385vw, 6px);
    bottom: -23%;
  }
}
.c-news-btns ul li button {
  cursor: pointer;
  background-color: #dddddd;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding-top: min(0.3125vw, 5px);
  color: #333;
  padding-bottom: min(0.3125vw, 5px);
}
.homePage .c-news-btns ul li button {
  padding: min(0.5vw, 8px) 0;
}
.c-news-btns ul li button:hover {
  color: #fff;
  background-color: #005aa0;
}
.c-news-btns ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25vw 0.625vw;
}
@media (max-width: 1024px) {
  .c-news-btns ul li a {
    font-size: 1.2rem;
    padding: 1.5384615385vw 1.2820512821vw;
    line-height: 1.2;
  }
}

.c-pagetop {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  pointer-events: none;
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
.c-pagetop__btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #27599b;
  background-color: #fff;
  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: 0;
  cursor: pointer;
  color: #27599b;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-pagetop__btn:hover,
.c-pagetop__btn:focus {
  background-color: #27599b;
  border-color: #27599b;
  color: #fff;
}
.c-pagetop__icon {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}
.c-pagetop__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background-color: currentColor;
}
.c-pagetop__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  -webkit-transform: translate(-50%, 55%) rotate(45deg);
  transform: translate(-50%, 55%) rotate(45deg);
  background-color: transparent;
}
@media (max-width: 767px) {
  .c-pagetop {
    right: 16px;
    bottom: 24px;
  }
  .c-pagetop__btn {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }
  .c-pagetop__icon {
    width: 14px;
    height: 14px;
  }
  .c-pagetop__icon::before {
    width: 2px;
    height: 12px;
  }
  .c-pagetop__icon::after {
    width: 9px;
    height: 9px;
    border-width: 2px;
    bottom: 7px;
    -webkit-transform: translate(-50%, 55%) rotate(45deg);
    transform: translate(-50%, 55%) rotate(45deg);
  }
}

.breadcrumbs {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  margin-top: 0.625vw;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    max-width: none;
    padding: 0 5.1282051282vw;
    margin-top: 2.5641025641vw;
    font-size: 1.2rem;
  }
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(0.5vw, 8px);
}
@media (max-width: 1024px) {
  .breadcrumbs ol {
    gap: min(2.0512820513vw, 8px);
  }
}
.breadcrumbs ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(0.5vw, 8px);
}
@media (max-width: 1024px) {
  .breadcrumbs ol li {
    gap: min(1.5384615385vw, 6px);
  }
}
.breadcrumbs ol li:not(:first-child)::before {
  content: "＞";
  display: inline-block;
  margin-right: min(0.25vw, 4px);
}
@media (max-width: 1024px) {
  .breadcrumbs ol li:not(:first-child)::before {
    margin-right: min(1.0256410256vw, 4px);
  }
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .current-item,
.breadcrumbs .post-page,
.breadcrumbs .current-item {
  text-decoration: none;
}
.breadcrumbs span {
  line-height: 1.5;
}

.c-search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-search ul li {
  border-bottom: 1px solid #ccc;
}
.c-search ul li:nth-of-type(n + 2) {
  padding-top: 1.875vw;
}
.c-search ul a {
  text-decoration: underline;
  display: block;
  padding-bottom: 0.9375vw;
}
@media (max-width: 1024px) {
  .c-search ul a {
    padding-bottom: 3.8461538462vw;
  }
}

.c-accordion-wrapper {
  background-color: #ebf1f5;
  border-radius: 0.5rem;
  position: relative;
}
.c-accordion-wrapper:nth-of-type(n + 2) {
  margin-top: 1.25vw;
}
.c-accordion-wrapper.is-open {
  padding-bottom: 0.625vw;
}
@media (max-width: 1024px) {
  .c-accordion-wrapper.is-open {
    padding-bottom: 2.5641025641vw;
  }
}
.c-accordion-txt__box {
  background-color: #fff;
  width: 98.33%;
  margin: auto;
  display: none;
}
@media (max-width: 1024px) {
  .c-accordion-txt__box {
    width: 95%;
  }
}
.c-accordion-txt__box .c-txt {
  padding: 1.0625vw 2.3125vw 1.0625vw 4.5vw;
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .c-accordion-txt__box .c-txt {
    padding: min(2.5641025641vw, 10px) min(2.5641025641vw, 10px)
      min(2.5641025641vw, 10px) min(12.8205128205vw, 50px);
  }
}
.c-accordion-txt__box .c-txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/common/answer_icon.svg") no-repeat;
  background-size: cover;
  width: min(2vw, 32px);
  height: min(2vw, 32px);
  left: 2rem;
  top: 1.6rem;
}
@media (max-width: 1024px) {
  .c-accordion-txt__box .c-txt::before {
    width: min(6.1538461538vw, 24px);
    height: min(6.1538461538vw, 24px);
    left: min(3.0769230769vw, 12px);
    top: min(3.0769230769vw, 12px);
  }
}
.c-accordion-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding: 1.125vw 5vw;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .c-accordion-ttl {
    font-size: 1.6rem;
    padding: min(3.8461538462vw, 18px) min(25.641025641vw, 100px)
      min(10.2564102564vw, 40px) min(12.8205128205vw, 50px);
    line-height: 150%;
  }
}
.c-accordion-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/common/question_icon.svg") no-repeat;
  background-size: cover;
  width: min(2vw, 32px);
  height: min(2vw, 32px);
  left: 3rem;
  top: 2.1rem;
}
@media (max-width: 1024px) {
  .c-accordion-ttl::before {
    width: min(6.1538461538vw, 24px);
    height: min(6.1538461538vw, 24px);
    left: min(5.1282051282vw, 20px);
    top: min(4.6153846154vw, 18px);
  }
}
.historyPage .c-accordion-ttl::before {
  display: none;
}
.historyPage .c-accordion-ttl {
  padding-left: min(2.5vw, 40px);
}
.c-accordion-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5vw;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 1.5625vw;
  top: 1.5625vw;
}
@media (max-width: 1024px) {
  .c-accordion-toggle {
    right: 2.5641025641vw;
    top: auto;
    bottom: 1rem;
  }
}
.c-accordion-toggle__icon {
  position: relative;
  width: min(2vw, 32px);
  height: min(2vw, 32px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 100%;
  background-color: #005aa0;
}
@media (max-width: 1024px) {
  .c-accordion-toggle__icon {
    width: min(6.1538461538vw, 24px);
    height: min(6.1538461538vw, 24px);
  }
}
.c-accordion-toggle__icon::before,
.c-accordion-toggle__icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-accordion-toggle__icon::before {
  height: 2px;
  top: 50%;
  left: 0;
  width: min(0.97375vw, 15.58px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 1024px) {
  .c-accordion-toggle__icon::before {
    width: min(3.0769230769vw, 12px);
  }
}
.c-accordion-toggle__icon::after {
  width: 2px;
  height: min(0.97375vw, 15.58px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 1024px) {
  .c-accordion-toggle__icon::after {
    height: min(3.0769230769vw, 12px);
  }
}
.c-accordion-toggle__text {
  font-size: 1.6rem;
  color: #005aa0;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-accordion-toggle.is-open .c-accordion-toggle__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333333;
}
.c-accordion-toggle.is-open .c-accordion-toggle__text {
  color: #333;
}
.c-accordion-toggle.is-open .c-accordion-toggle__text {
  content: "閉じる";
}
.c-accordion-toggle.is-open.c-accordion-toggle {
  bottom: auto;
  padding-top: min(3.8461538462vw, 18px);
  top: 0;
}

.tablepress-table-name {
  display: none;
}

.dt-layout-cell label {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.tablepress thead .dt-orderable-asc:hover,
.tablepress thead .dt-orderable-desc:hover,
.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc {
  background-color: white !important;
}

.tablepress > :where(thead, tfoot) > tr > * {
  background-color: white !important;
}

.tablepress th .dt-column-title {
  color: #005aa0 !important;
  font-size: 1.6rem;
  font-weight: bold !important;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.tablepress th {
  padding-left: min(1.875vw, 30px) !important;
  padding-top: 0 !important;
  margin-bottom: min(0.625vw, 10px) !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.datatable tbody tr:hover,
.tablepress tbody tr:hover,
table.tablepress-id-6 tbody tr:hover {
  background-color: #ccc !important;
}

.tablepress tr td {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding: min(0.625vw, 10px) 0;
  padding-right: 0 !important;
  padding-left: min(1.875vw, 30px) !important;
}

.tablepress thead .dt-orderable-asc .dt-column-order:before,
.tablepress thead .dt-orderable-asc .dt-column-order:after {
  color: #005aa0 !important;
  font-size: 0.9rem !important;
  opacity: 1 !important;
}

.tablepress .column-1 {
  width: 15% !important;
}

#tablepress-2 .column-1 {
  width: 10% !important;
}

#tablepress-2 .column-2 {
  width: 10% !important;
}

#tablepress-2 .column-3 {
  width: 10% !important;
}

#tablepress-2 .column-4 {
  width: 15% !important;
}

#tablepress-2 .column-5 {
  width: 20% !important;
}

#tablepress-2 .column-6 {
  width: 10% !important;
}

#tablepress-2 .column-7 {
  width: 10% !important;
}

#tablepress-3 .column-1 {
  width: 15% !important;
}

#tablepress-3 .column-2 {
  width: 20% !important;
}

#tablepress-3 .column-3 {
  width: 10% !important;
}

#tablepress-3 .column-4 {
  width: 10% !important;
}

#tablepress-3 .column-5 {
  width: 10% !important;
}

#tablepress-3 .column-6 {
  width: 35% !important;
}

#tablepress-6 .column-1,
#tablepress-6 .column-2,
#tablepress-6 .column-3,
#tablepress-6 .column-4,
#tablepress-6 .column-5 {
  width: 16.66% !important;
}

#tablepress-6 .row-1 {
  display: none;
}

#tablepress-6 .row-2 {
  border: none !important;
}

#tablepress-6 .row-2 td {
  color: #005aa0 !important;
  font-size: 1.6rem;
  font-weight: bold !important;
  line-height: 200%;
  letter-spacing: 0.05em;
  padding-top: 0;
  padding-bottom: 0;
  border: none !important;
}

.dt-column-title {
  display: block;
  width: 100%;
}

.tablepress .column-2 {
  width: 15% !important;
  padding-left: min(1.875vw, 30px) !important;
}

.tablepress .column-3 {
  width: 10% !important;
}

.tablepress .column-4 {
  width: 15% !important;
}

.tablepress .column-5 {
  width: 45% !important;
}

.tablepress
  > :where(tbody.row-striping)
  > :nth-child(even of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: white !important;
}

.tablepress
  > :where(tbody.row-striping)
  > :nth-child(odd of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: white !important;
}

.tablepress caption {
  display: none;
}

.dt-layout-row .dt-layout-end {
  margin: auto !important;
}

.dt-container .dt-layout-row {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.dt-paging-button {
  width: min(2.5vw, 40px) !important;
  height: min(2.5vw, 40px) !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.dt-paging-button.current {
  border: 1px solid #005aa0 !important;
  background-color: #005aa0 !important;
}

.dt-paging-button {
  color: #005aa0 !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  border: 1px solid #005aa0 !important;
  line-height: 1 !important;
}
@media (max-width: 1024px) {
  .dt-paging-button {
    font-size: 1.6rem !important;
  }
}

.paging_simple_numbers nav {
  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;
  gap: 0.625vw;
}

.dt-paging-button.next {
  margin-left: 1.875vw !important;
}

.dt-layout-cell.dt-layout-end:not(:has(.dt-search)) {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background-color: #ebf1f5;
  padding: 1.25vw 0 !important;
  margin-top: 0.625vw !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (max-width: 1024px) {
  .dt-layout-cell.dt-layout-end:not(:has(.dt-search)) {
    margin-top: min(7.6923076923vw, 30px) !important;
    padding: 5.1282051282vw 0 !important;
    margin-top: 12.8205128205vw !important;
  }
}

.dt-container .dt-layout-cell.dt-layout-start {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

.dt-info {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: min(3.125vw, 50px);
}
@media (max-width: 1024px) {
  .dt-info {
    margin-top: min(12.8205128205vw, 50px);
  }
}

.dt-container .dt-paging .dt-paging-button {
  background-color: white !important;
}
.dt-container .dt-paging .dt-paging-button:not(.disabled):hover {
  background-color: #005aa0 !important;
  border-color: #005aa0 !important;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .dt-container .dt-paging .dt-paging-button {
    width: min(10.2564102564vw, 40px) !important;
    height: min(10.2564102564vw, 40px) !important;
    min-width: auto !important;
  }
}

.dt-container .dt-paging .dt-paging-button.current {
  min-width: auto !important;
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  background-color: #005aa0 !important;
}

.dt-layout-cell .dt-layout-row .dt-search {
  background-color: transparent !important;
}

.dt-search-0 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 200%;
  color: #333;
}

.dt-input {
  background-color: #f5f5f5 !important;
  height: 40px !important;
  width: 240px !important;
  border: 1px solid #ddd !important;
  font-size: 1.6rem !important;
  outline: none !important;
}

.dt-layout-cell.dt-layout-end:has(.dt-search) {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .dt-layout-cell.dt-layout-end:has(.dt-search) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.dt-layout-row:has(.dt-input) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin-top: min(3.125vw, 50px) !important;
  margin-bottom: min(1.25vw, 20px);
}
@media (max-width: 1024px) {
  .dt-layout-row:has(.dt-input) {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    gap: 2.5641025641vw;
    margin-top: min(12.8205128205vw, 50px) !important;
    margin-bottom: min(5.1282051282vw, 20px);
  }
}

@media (max-width: 1024px) {
  .dt-layout-table {
    overflow: scroll !important;
  }
}

@media (max-width: 1024px) {
  .dt-layout-table .dt-layout-cell {
    width: 1200px !important;
  }
}

/* 1ページ目で「前へ」を非表示 */
.dt-paging-button.disabled.previous {
  display: none !important;
}

/* 最後のページで「次へ」を非表示 */
.dt-paging-button.disabled.next {
  display: none !important;
  position: relative;
  font-size: 0 !important;
}

.dt-paging-button.previous {
  margin-right: 1.875vw !important;
}

.next {
  position: relative !important;
  font-size: 0 !important;
  color: transparent !important;
}
.next::after {
  content: ">" !important;
  height: min(0.75vw, 12px) !important;
  width: min(0.375vw, 6px) !important;
  display: block;
  background: url(../images/common/arrow_left_blue.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .next::after {
    height: min(3.0769230769vw, 12px) !important;
    width: min(1.5384615385vw, 6px) !important;
  }
}

.previous {
  position: relative !important;
  font-size: 0 !important;
  color: transparent !important;
}
.previous::after {
  content: ">" !important;
  display: block;
  width: min(0.375vw, 6px) !important;
  height: min(0.75vw, 12px) !important;
  background: url(../images/common/arrow_left_blue.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .previous::after {
    height: min(3.0769230769vw, 12px) !important;
    width: min(1.5384615385vw, 6px) !important;
  }
}

.c-ttl__h1 {
  font-size: 4.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .c-ttl__h1 {
    font-size: min(7.1794871795vw, 28px);
    line-height: 1.2;
  }
}
.c-ttl__h1.u-align-center {
  text-align: center;
}
.c-ttl__h1.u-color-black {
  color: #333;
}

.c-ttl__h2,
.is-style-c-ttl-h2 {
  font-size: 4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.35;
}
@media (max-width: 1024px) {
  .c-ttl__h2,
  .is-style-c-ttl-h2 {
    font-size: min(6.1538461538vw, 24px);
    line-height: 115%;
  }
}
.c-ttl__h2.u-color-black,
.u-color-black.is-style-c-ttl-h2 {
  color: #333;
}
.c-ttl__h2.u-align-center,
.u-align-center.is-style-c-ttl-h2 {
  text-align: center;
}
@media (max-width: 1024px) {
  .c-ttl__h2.u-align-center-under-pc,
  .u-align-center-under-pc.is-style-c-ttl-h2 {
    text-align: center;
  }
}

.c-ttl__h3,
.is-style-jsnet-heading-society,
.wp-block-heading.is-style-jsnet-heading-society,
.is-style-c-ttl-h3 {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .c-ttl__h3,
  .is-style-jsnet-heading-society,
  .wp-block-heading.is-style-jsnet-heading-society,
  .is-style-c-ttl-h3 {
    font-size: 2.4rem;
    line-height: 115%;
  }
}
.c-ttl__h3.u-align-center,
.u-align-center.is-style-jsnet-heading-society,
.u-align-center.is-style-c-ttl-h3 {
  text-align: center;
}
@media (max-width: 1024px) {
  .c-ttl__h3.u-align-center-under-pc,
  .u-align-center-under-pc.is-style-jsnet-heading-society,
  .u-align-center-under-pc.is-style-c-ttl-h3 {
    text-align: center;
  }
}
.c-ttl__h3.u-color-blue,
.u-color-blue.is-style-jsnet-heading-society,
.u-color-blue.is-style-c-ttl-h3 {
  color: #27599b;
}
.c-ttl__h3.u-font-size-28r,
.u-font-size-28r.is-style-jsnet-heading-society,
.u-font-size-28r.is-style-c-ttl-h3 {
  font-size: 2.8rem;
}
.c-ttl__h3.u-font-size-16r,
.u-font-size-16r.is-style-jsnet-heading-society,
.u-font-size-16r.is-style-c-ttl-h3 {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .c-ttl__h3.u-font-size-20r-under-pc,
  .u-font-size-20r-under-pc.is-style-jsnet-heading-society,
  .u-font-size-20r-under-pc.is-style-c-ttl-h3 {
    font-size: 2rem;
  }
}
.c-ttl__h3 .u-color-red,
.is-style-jsnet-heading-society .u-color-red,
.is-style-c-ttl-h3 .u-color-red {
  color: #ff0000;
}
.c-ttl__h3.u-font-family-manrope,
.u-font-family-manrope.is-style-jsnet-heading-society,
.u-font-family-manrope.is-style-c-ttl-h3 {
  font-family: "Manrope", sans-serif;
}

.is-style-jsnet-heading-society,
.wp-block-heading.is-style-jsnet-heading-society {
  color: #27599b;
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .is-style-jsnet-heading-society,
  .wp-block-heading.is-style-jsnet-heading-society {
    font-size: 2rem;
  }
}

.c-ttl__h4,
.is-style-c-ttl-h4 {
  font-size: 2.4rem;
  font-family: "Manrope", sans-serif;
  color: #27599b;
  line-height: 150%;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .c-ttl__h4,
  .is-style-c-ttl-h4 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.c-ttl__h4.u-color-gray,
.u-color-gray.is-style-c-ttl-h4 {
  color: #666;
}
.c-ttl__h4.u-color-black,
.u-color-black.is-style-c-ttl-h4 {
  color: #333;
}
.c-ttl__h4 .u-color-red,
.is-style-c-ttl-h4 .u-color-red {
  color: #ff0000;
}
.c-ttl__h4.u-under-line,
.u-under-line.is-style-c-ttl-h4 {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 0.25vw;
}
.c-ttl__h4.u-align-center,
.u-align-center.is-style-c-ttl-h4 {
  text-align: center;
}
@media (max-width: 1024px) {
  .c-ttl__h4.u-align-center-under-pc,
  .u-align-center-under-pc.is-style-c-ttl-h4 {
    text-align: center;
  }
}
.c-ttl__h4.u-font-size-28r,
.u-font-size-28r.is-style-c-ttl-h4 {
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .c-ttl__h4.u-font-size-20r-under-pc,
  .u-font-size-20r-under-pc.is-style-c-ttl-h4 {
    font-size: 2rem;
  }
}

.c-ttl__h5,
.is-style-c-ttl-h5 {
  font-size: 1.8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 150%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #27599b;
}
.c-ttl__h5.u-color-white,
.u-color-white.is-style-c-ttl-h5 {
  color: #fff;
}
.c-ttl__h5.u-color-black,
.u-color-black.is-style-c-ttl-h5 {
  color: #333;
}
.c-ttl__h5.u-align-center,
.u-align-center.is-style-c-ttl-h5 {
  text-align: center;
}
.c-ttl__h5.u-border-left,
.u-border-left.is-style-c-ttl-h5 {
  position: relative;
  padding-left: 2.3rem;
  line-height: 200%;
}
.c-ttl__h5.u-border-left::before,
.u-border-left.is-style-c-ttl-h5::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 2.4rem;
  background-color: #005aa0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.c-ttl__h5.u-font-size-20r,
.u-font-size-20r.is-style-c-ttl-h5 {
  font-size: 2rem;
}

@media (max-width: 1024px) {
  .u-max-width600px-under-pc {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}

.u-w40p {
  width: 40%;
}

.wp-block-image.u-w40p {
  width: 40% !important;
  max-width: 40% !important;
}

.wp-block-image.u-w40p img,
.u-w40p .wp-block-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.wp-block-image.alignfull:not(.u-w40p) {
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image.alignfull:not(.u-w40p) img {
  width: auto !important;
  max-width: 100% !important;
  height: auto;
}

.c-txt {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .c-txt {
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0;
  }
}
.c-txt.u-small {
  font-size: 1.4rem;
  line-height: 160%;
}
.c-txt.u-align-right {
  text-align: right;
}
.c-txt.u-align-center {
  text-align: center;
}
.c-txt.u-font-weight-bold {
  font-weight: bold;
}
.c-txt.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.is-style-c-txt,
.is-style-c-txt-small,
.is-style-c-txt-center,
.is-style-c-txt-right {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .is-style-c-txt,
  .is-style-c-txt-small,
  .is-style-c-txt-center,
  .is-style-c-txt-right {
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0;
  }
}

.c-txt.u-small,
.is-style-c-txt-small {
  font-size: 1.4rem;
  line-height: 160%;
}

.c-txt.u-align-center,
.is-style-c-txt-center {
  text-align: center;
}

.c-txt.u-align-right,
.is-style-c-txt-right {
  text-align: right;
}

.is-style-c-txt.u-font-weight-bold {
  font-weight: bold;
}

.is-style-c-txt.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-link {
  color: #005aa0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-link:hover {
  text-decoration: none;
}

.u-link-map {
  position: relative;
  display: inline-block;
  padding-right: 2.9rem;
  max-width: 100%;
  color: #005aa0;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease,
    -webkit-text-decoration 0.2s ease;
}
.u-link-map::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23005aa0' d='M12 2a7 7 0 0 0-7 7c0 4.92 6.16 12.18 6.42 12.48.31.37.84.37 1.15 0 .26-.3 6.43-7.56 6.43-12.48a7 7 0 0 0-7-7Zm0 10.2a3.2 3.2 0 1 1 0-6.4 3.2 3.2 0 0 1 0 6.4Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.u-link-map:hover,
.u-link-map:focus {
  text-decoration: none;
}

.u-color-dark-blue {
  color: #005aa0;
}

.u-color-blue {
  color: #27599b;
}

.u-color-red {
  color: #c00;
}

.u-color-yellow {
  color: #f8e900;
}

.u-color-black {
  color: #333;
}

.u-color-gray {
  color: #999;
}

.u-color-light-gray {
  color: #f7f7f7;
}

.u-color-white {
  color: #fff;
}

.wp-block-paragraph {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  margin: 0 0 2.4rem;
}
@media (max-width: 1024px) {
  .wp-block-paragraph {
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0;
  }
}
.wp-block-paragraph:last-child {
  margin-bottom: 0;
}

.u-list-decimal {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 3.2rem;
}
@media (max-width: 1024px) {
  .u-list-decimal {
    padding-left: 2rem;
  }
}
.u-list-decimal > li {
  padding-left: 0.4rem;
}
.u-list-decimal > li:not(:first-child) {
  margin-top: 1rem;
}
.u-list-decimal > li p {
  margin: 0;
}

.u-list-blue-dot,
.is-style-list-blue-dot,
.is-style-jsnet-list-blue-dot,
.wp-block-list.is-style-jsnet-list-blue-dot {
  list-style: none;
  padding-left: 2.2rem;
}
@media (max-width: 1024px) {
  .u-list-blue-dot,
  .is-style-list-blue-dot,
  .is-style-jsnet-list-blue-dot,
  .wp-block-list.is-style-jsnet-list-blue-dot {
    padding-left: 1.6rem;
  }
}
.u-list-blue-dot > li,
.is-style-list-blue-dot > li,
.is-style-jsnet-list-blue-dot > li,
.wp-block-list.is-style-jsnet-list-blue-dot > li {
  position: relative;
  padding-left: 1.9rem;
}
.u-list-blue-dot > li:not(:first-child),
.is-style-list-blue-dot > li:not(:first-child),
.is-style-jsnet-list-blue-dot > li:not(:first-child) {
  margin-top: 1rem;
}
.u-list-blue-dot > li::before,
.is-style-list-blue-dot > li::before,
.is-style-jsnet-list-blue-dot > li::before,
.wp-block-list.is-style-jsnet-list-blue-dot > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.8em + 0.2rem);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #27599b;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-list-blue-dot > li.p-committees-link::before,
.is-style-list-blue-dot > li.p-committees-link::before,
.is-style-jsnet-list-blue-dot > li.p-committees-link::before {
  top: 1.6rem;
}
.u-list-blue-dot > li p,
.is-style-list-blue-dot > li p,
.is-style-jsnet-list-blue-dot > li p,
.wp-block-list.is-style-jsnet-list-blue-dot > li p {
  margin: 0;
}

.is-style-list-blue-dot,
.is-style-jsnet-list-blue-dot,
.wp-block-list.is-style-jsnet-list-blue-dot {
  list-style: none !important;
  list-style-type: none !important;
}
.is-style-list-blue-dot > li,
.is-style-jsnet-list-blue-dot > li,
.wp-block-list.is-style-jsnet-list-blue-dot > li {
  list-style: none !important;
}
.is-style-list-blue-dot > li::marker,
.is-style-jsnet-list-blue-dot > li::marker,
.wp-block-list.is-style-jsnet-list-blue-dot > li::marker {
  content: "";
}
.is-style-list-blue-dot::marker,
.is-style-jsnet-list-blue-dot::marker,
.wp-block-list.is-style-jsnet-list-blue-dot::marker {
  content: "";
}

.u-list-blue-number,
.is-style-list-blue-number,
.is-style-jsnet-list-blue-number,
.wp-block-list.is-style-jsnet-list-blue-number {
  counter-reset: blue-list;
  list-style: none;
  padding-left: 2.7rem;
}
@media (max-width: 1024px) {
  .u-list-blue-number,
  .is-style-list-blue-number,
  .is-style-jsnet-list-blue-number,
  .wp-block-list.is-style-jsnet-list-blue-number {
    padding-left: 1.9rem;
  }
}
.u-list-blue-number > li,
.is-style-list-blue-number > li,
.is-style-jsnet-list-blue-number > li,
.wp-block-list.is-style-jsnet-list-blue-number > li {
  position: relative;
  padding-left: 4.3rem;
  counter-increment: blue-list;
}
.u-list-blue-number > li:not(:first-child),
.is-style-list-blue-number > li:not(:first-child),
.is-style-jsnet-list-blue-number > li:not(:first-child) {
  margin-top: 1.2rem;
}
.u-list-blue-number > li::before,
.is-style-list-blue-number > li::before,
.is-style-jsnet-list-blue-number > li::before,
.wp-block-list.is-style-jsnet-list-blue-number > li::before {
  content: counter(blue-list);
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #27599b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.u-list-blue-number > li p,
.is-style-list-blue-number > li p,
.is-style-jsnet-list-blue-number > li p,
.wp-block-list.is-style-jsnet-list-blue-number > li p {
  margin: 0;
}

.is-style-list-blue-number,
.is-style-jsnet-list-blue-number,
.wp-block-list.is-style-jsnet-list-blue-number {
  list-style: none !important;
  list-style-type: none !important;
  counter-reset: blue-list;
}
.is-style-list-blue-number > li,
.is-style-jsnet-list-blue-number > li,
.wp-block-list.is-style-jsnet-list-blue-number > li {
  list-style: none !important;
  counter-increment: blue-list;
}
.is-style-list-blue-number > li::marker,
.is-style-jsnet-list-blue-number > li::marker,
.wp-block-list.is-style-jsnet-list-blue-number > li::marker {
  content: "";
}
.is-style-list-blue-number::marker,
.is-style-jsnet-list-blue-number::marker,
.wp-block-list.is-style-jsnet-list-blue-number::marker {
  content: "";
}

.u-list-decimal-black,
.is-style-list-decimal-black,
.is-style-jsnet-list-decimal-black,
.wp-block-list.is-style-jsnet-list-decimal-black {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2.2rem;
}
@media (max-width: 1024px) {
  .u-list-decimal-black,
  .is-style-list-decimal-black,
  .is-style-jsnet-list-decimal-black,
  .wp-block-list.is-style-jsnet-list-decimal-black {
    padding-left: 1.6rem;
  }
}
.u-list-decimal-black > li,
.is-style-list-decimal-black > li,
.is-style-jsnet-list-decimal-black > li,
.wp-block-list.is-style-jsnet-list-decimal-black > li {
  color: #333;
}
.u-list-decimal-black > li:not(:first-child),
.is-style-list-decimal-black > li:not(:first-child),
.is-style-jsnet-list-decimal-black > li:not(:first-child) {
  margin-top: 1rem;
}
.u-list-decimal-black > li p,
.is-style-list-decimal-black > li p,
.is-style-jsnet-list-decimal-black > li p,
.wp-block-list.is-style-jsnet-list-decimal-black > li p {
  margin: 0;
}

.is-style-list-decimal-black,
.is-style-jsnet-list-decimal-black,
.wp-block-list.is-style-jsnet-list-decimal-black {
  list-style: decimal !important;
}

.u-mt7-under-pc {
  margin-top: min(1.7948717949vw, 7px);
}

.u-mt10 {
  margin-top: 0.625vw;
}
@media (max-width: 1024px) {
  .u-mt10 {
    margin-top: 2.5641025641vw;
  }
}

@media (max-width: 1024px) {
  .u-mt10v-under-pc {
    margin-top: min(2.5641025641vw, 10px);
  }
}

.u-mt15 {
  margin-top: 0.9375vw;
}
@media (max-width: 1024px) {
  .u-mt15 {
    margin-top: min(3.8461538462vw, 15px);
  }
}

.u-mt20 {
  margin-top: 1.25vw;
}
@media (max-width: 1024px) {
  .u-mt20 {
    margin-top: min(5.1282051282vw, 20px);
  }
}

.u-mt25 {
  margin-top: 1.5625vw;
}

.u-mt30 {
  margin-top: min(1.875vw, 30px);
}
@media (max-width: 1024px) {
  .u-mt30 {
    margin-top: 4.7615384615vw;
  }
}

.u-mt35 {
  margin-top: 2.1875vw;
}
@media (max-width: 1024px) {
  .u-mt35 {
    margin-top: min(8.9743589744vw, 35px);
  }
}

.u-mt40 {
  margin-top: 2.5vw;
}
@media (max-width: 1024px) {
  .u-mt40 {
    margin-top: min(10.2564102564vw, 40px);
  }
}

.u-mt50 {
  margin-top: 3.125vw;
}
@media (max-width: 1024px) {
  .u-mt50 {
    margin-top: min(12.8205128205vw, 50px);
  }
}

.u-mt55 {
  margin-top: 3.4375vw;
}
@media (max-width: 1024px) {
  .u-mt55 {
    margin-top: min(14.1025641026vw, 55px);
  }
}

.u-mt60 {
  margin-top: 3.75vw;
}
@media (max-width: 1024px) {
  .u-mt60 {
    margin-top: min(15.3846153846vw, 60px);
  }
}

.u-mt70 {
  margin-top: 4.375vw;
}
@media (max-width: 1024px) {
  .u-mt70 {
    margin-top: min(17.9487179487vw, 70px);
  }
}

.u-mt75 {
  margin-top: 4.6875vw;
}
@media (max-width: 1024px) {
  .u-mt75 {
    margin-top: min(19.2307692308vw, 75px);
  }
}

.u-mt80 {
  margin-top: 5vw;
}
@media (max-width: 1024px) {
  .u-mt80 {
    margin-top: min(20.5128205128vw, 80px);
  }
}

.u-mt100 {
  margin-top: 6.25vw;
}
@media (max-width: 1024px) {
  .u-mt100 {
    margin-top: min(25.641025641vw, 100px);
  }
}

.u-mt120 {
  margin-top: 7.5vw;
}
@media (max-width: 1024px) {
  .u-mt120 {
    margin-top: min(30.7692307692vw, 120px);
  }
}

.u-mr-auto {
  margin-right: auto;
}

@media (max-width: 1024px) {
  .u-mr-auto-under-pc {
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .u-ml-auto-under-pc {
    margin-left: auto;
  }
}

.u-ml50 {
  margin-left: min(3.125vw, 50px);
}

@media (max-width: 1024px) {
  .u-mt25-under-pc {
    margin-top: min(6.4102564103vw, 25px);
  }
}

@media (max-width: 1024px) {
  .u-mt100-under-pc {
    margin-top: min(25.641025641vw, 100px);
  }
}

.is-style-jsnet-mt0,
.wp-block.is-style-jsnet-mt0 {
  margin-top: 0 !important;
}

.is-style-jsnet-mt10,
.wp-block.is-style-jsnet-mt10 {
  margin-top: 0.625vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt10,
  .wp-block.is-style-jsnet-mt10 {
    margin-top: 2.5641025641vw !important;
  }
}

.is-style-jsnet-mt20,
.wp-block.is-style-jsnet-mt20 {
  margin-top: 1.25vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt20,
  .wp-block.is-style-jsnet-mt20 {
    margin-top: min(5.1282051282vw, 20px) !important;
  }
}

.is-style-jsnet-mt30,
.wp-block.is-style-jsnet-mt30 {
  margin-top: min(1.875vw, 30px) !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt30,
  .wp-block.is-style-jsnet-mt30 {
    margin-top: 4.7615384615vw !important;
  }
}

.is-style-jsnet-mt40,
.wp-block.is-style-jsnet-mt40 {
  margin-top: 2.5vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt40,
  .wp-block.is-style-jsnet-mt40 {
    margin-top: min(10.2564102564vw, 40px) !important;
  }
}

.is-style-jsnet-mt50,
.wp-block.is-style-jsnet-mt50 {
  margin-top: 3.125vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt50,
  .wp-block.is-style-jsnet-mt50 {
    margin-top: min(12.8205128205vw, 50px) !important;
  }
}

.is-style-jsnet-mt60,
.wp-block.is-style-jsnet-mt60 {
  margin-top: 3.75vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt60,
  .wp-block.is-style-jsnet-mt60 {
    margin-top: min(15.3846153846vw, 60px) !important;
  }
}

.is-style-jsnet-mt80,
.wp-block.is-style-jsnet-mt80 {
  margin-top: 5vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt80,
  .wp-block.is-style-jsnet-mt80 {
    margin-top: min(20.5128205128vw, 80px) !important;
  }
}

.is-style-jsnet-mt100,
.wp-block.is-style-jsnet-mt100 {
  margin-top: 6.25vw !important;
}
@media (max-width: 1024px) {
  .is-style-jsnet-mt100,
  .wp-block.is-style-jsnet-mt100 {
    margin-top: min(25.641025641vw, 100px) !important;
  }
}

.u-mb50 {
  margin-bottom: min(3.125vw, 50px);
}
@media (max-width: 1024px) {
  .u-mb50 {
    margin-bottom: min(12.8205128205vw, 50px);
  }
}

.u-pl-3rem {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .u-pl-3rem {
    padding-left: min(3.8461538462vw, 15px);
  }
}

.is-style-section-spacing-sm {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .is-style-section-spacing-sm {
    margin-top: min(6.1538461538vw, 24px);
    margin-bottom: min(6.1538461538vw, 24px);
  }
}

.is-style-section-spacing-md {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .is-style-section-spacing-md {
    margin-top: min(10.2564102564vw, 40px);
    margin-bottom: min(10.2564102564vw, 40px);
  }
}

.is-style-section-spacing-lg {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .is-style-section-spacing-lg {
    margin-top: min(15.3846153846vw, 60px);
    margin-bottom: min(15.3846153846vw, 60px);
  }
}

.is-style-section-card {
  background-color: #ebf1f5;
  padding: 3.2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .is-style-section-card {
    padding: 2rem;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u-flex .u-col4 {
  width: 22.5%;
}
.u-flex .u-bg-gray {
  background-color: #ecf1f5;
}
.u-flex.u-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .u-flex.u-direction-column-under-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .u-flex.u-direction-column-reverse-under-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.u-flex.u-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex.u-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.u-flex.u-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.u-flex.u-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-flex.u-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .u-flex.u-justify-between-under-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .u-flex.u-justify-start-under-pc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .u-flex.u-justify-center-under-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.u-flex .u-w9p {
  width: 9%;
}
.u-flex .u-w10p {
  width: 10%;
}
.u-flex .u-w15p {
  width: 15%;
}
.u-flex .u-w20p {
  width: 20%;
}
.u-flex .u-w23p {
  width: 23.3%;
}
.u-flex .u-w25p {
  width: 25.6%;
}
.u-flex .u-w30p {
  width: 30%;
}
.u-flex .u-w31p {
  width: 31%;
}
.u-flex .u-w32p {
  width: 32%;
}
.u-flex .u-w36p {
  width: 36.3%;
}
.u-flex .u-w40p {
  width: 40%;
}
@media (max-width: 1024px) {
  .u-flex .u-w42p-under-pc {
    width: 42%;
  }
}
@media (max-width: 1024px) {
  .u-flex .u-w45p-under-pc {
    width: 45%;
  }
}
.u-flex .u-w46p {
  width: 46%;
}
.u-flex .u-w48p {
  width: 47.5%;
}
.u-flex .u-w55p {
  width: 55.25%;
}
.u-flex .u-w60p {
  width: 60%;
}
.u-flex .u-w64p {
  width: 64%;
}
.u-flex .u-w83p {
  width: 83.3%;
}
@media (max-width: 1024px) {
  .u-flex .u-w100p-under-pc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-flex .u-w100p-under-pc {
    width: 100%;
  }
}
.u-flex.u-gap15v {
  gap: min(0.9375vw, 15px);
}
.u-flex.u-gap50v {
  gap: min(3.125vw, 50px);
}
.u-flex.u-gap30v {
  gap: min(1.875vw, 30px);
}
.u-flex.u-column-gap148v {
  -webkit-column-gap: min(9.25vw, 148px);
  -moz-column-gap: min(9.25vw, 148px);
  column-gap: min(9.25vw, 148px);
}
.u-flex.u-gap25v {
  gap: min(1.5625vw, 25px);
}
.u-flex.u-gap33v {
  gap: min(2.0625vw, 27px);
}
.u-flex.u-gap55v {
  gap: min(3.4375vw, 55px);
}
.u-flex.u-gap57v {
  gap: min(3.5625vw, 57px);
}
@media (max-width: 1024px) {
  .u-flex.u-gap20v-under-pc {
    gap: 5.1282051282vw;
  }
}
.u-flex.u-row-gap20v {
  row-gap: min(1.25vw, 20px);
}
@media (max-width: 1024px) {
  .u-flex.u-gap25v-under-pc {
    gap: 6.4102564103vw;
  }
}
.u-flex.u-row-gap30v {
  row-gap: min(1.875vw, 30px);
}
@media (max-width: 1024px) {
  .u-flex.u-row-gap20v-under-pc {
    row-gap: 5.1282051282vw;
  }
}
@media (max-width: 1024px) {
  .u-flex.u-row-gap25v-under-pc {
    row-gap: 6.4102564103vw;
  }
}
.u-flex.u-row-gap50v {
  row-gap: 3.125vw;
}
.u-flex.u-gap30v-under-pc {
  gap: min(7.6923076923vw, 30px);
}
@media (max-width: 1024px) {
  .u-flex.u-gap10v-under-pc {
    gap: 2.5641025641vw;
  }
}

.u-w10p {
  width: 10%;
}

.u-w13p {
  width: 13%;
}

.u-w15p {
  width: 15%;
}

.u-w17p {
  width: 17%;
}

.u-w20p {
  width: 20%;
}

.u-w22p {
  width: 22%;
}

.u-w25p {
  width: 25%;
}

.u-w30p {
  width: 30%;
}

.u-w35p {
  width: 35%;
}

.u-w60p {
  width: 60%;
}

.u-w100p {
  width: 100%;
} /*# sourceMappingURL=style.css.map */
