@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@300;400;500;700&family=Zen+Maru+Gothic&&display=swap);
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  line-height: 1.5;
  vertical-align: baseline;
  letter-spacing: 0.1em;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: transparent;
  font-size: 1.4rem;
  height: 100%;
  font-feature-settings: "palt";
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
textarea {
  display: block;
}
ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  list-style: decimal;
  list-style-position: inside;
}
ol li {
  margin-bottom: 5px;
}
li img {
  vertical-align: bottom;
}
div img {
  vertical-align: bottom;
}
caption,
th {
  text-align: left;
}
q:after,
q:before {
  content: "";
}
:link img,
:visited img,
a img {
  border: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
strong {
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
input,
select {
  vertical-align: middle;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ins {
  background-color: #dfdfdf;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #dfdfdf;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dfdfdf;
  margin: 1em 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
img {
  margin: 0;
  padding: 0;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #363636;
}
a:visited {
  text-decoration: underline;
  color: #363636;
}
a:active,
a:focus {
  opacity: 0.7;
  outline: 0;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
}
.clear {
  clear: both;
}
.hide-content {
  display: none;
}
.mb-object {
  display: none !important;
}
.mb-object_fl {
  display: none !important;
}
.pc-object {
  display: block !important;
}
.pc-object_fl {
  display: flex !important;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .mb-object {
    display: block !important;
  }
  .mb-object_fl {
    display: flex !important;
  }
  .pc-object {
    display: none !important;
  }
  .pc-object_fl {
    display: none !important;
  }
}
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
  text-align: left;
}
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center {
  text-align: center;
}
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right {
  text-align: right;
}
h2.main-blue,
h3.main-blue,
h4.main-blue,
h5.main-blue,
h6.main-blue {
  color: #002f79;
}
h2.section-title {
  width: 100%;
  margin-bottom: 4vw;
  color: #002f79;
  font-size: clamp(3.15rem, 3.07vw, 5.9rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
h2.section-title > * + * {
  margin-top: 0.75em;
}
h2.section-title span {
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
h2.section-title span.en {
  text-transform: uppercase;
}
h2.section-title span.jp {
  font-size: 0.6em;
  letter-spacing: 0.3em;
}
body.nurse h2.section-title {
  color: #b0ade0;
}
body.nurse h2.section-title span.en {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
}
h3.section-title {
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
  width: 100%;
  color: #fff;
  font-size: clamp(1.5rem, 1.46vw, 2.81rem);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.02em;
  background: #002f79;
  border-radius: 5px;
  transition: all 0.3s ease;
}
body.nurse h3.section-title {
  background: #b0ade0;
}
h4.border-title {
  margin-bottom: 1em;
  border-bottom: 2px solid #002f79;
  padding-bottom: 0.5em;
  font-size: clamp(1.5rem, 1.46vw, 2.81rem);
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  background: #fff;
}
body.nurse h4.border-title {
  border-bottom: 2px solid #b0ade0;
}
h4.bold-title {
  margin-bottom: 1em;
  font-size: clamp(1.57rem, 1.54vw, 2.95rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
h4.bold-title span.red {
  color: red;
  font-size: 2.5rem;
  font-weight: 700;
}
body.nurse h4.bold-title {
  color: #b0ade0;
}
h5.bold-title {
  margin-bottom: 1em;
  font-size: clamp(1.42rem, 1.39vw, 2.67rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
h5.bold-title span.red {
  color: red;
  font-size: 2.5rem;
  font-weight: 700;
}
body.nurse h5.bold-title {
  color: #b0ade0;
}
body.nurse h5.bold-title.white {
  color: #fff;
}
h5.box-title {
  margin-bottom: 1em;
  font-size: clamp(1.27rem, 1.24vw, 2.39rem);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  position: relative;
}
h5.box-title::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: #002f79;
  transform: translateY(0.1em);
  margin-right: 0.5em;
}
h5.box-title span.red {
  color: red;
  font-size: clamp(1.87rem, 1.83vw, 3.51rem);
  font-weight: 700;
}
body.nurse h5.box-title::before {
  background: #b0ade0;
}
.lead-copy {
  width: 100%;
  margin-bottom: 3vw;
  font-size: clamp(1.35rem, 1.32vw, 2.53rem);
  line-height: 2;
  letter-spacing: 0.05em;
}
.lead-copy.bold {
  font-weight: 500;
}
.paragraph {
  font-size: clamp(1.2rem, 1.17vw, 2.25rem);
  line-height: 1.9;
  margin-bottom: 1.75em;
}
.paragraph .large-text,
.paragraph.large-text {
  font-size: clamp(1.42rem, 1.39vw, 2.67rem);
}
.paragraph .small-text,
.paragraph.small-text {
  font-size: clamp(0.97rem, 0.95vw, 1.83rem);
  line-height: 1.7em;
}
.paragraph .bold,
.paragraph.bold {
  font-weight: 700;
}
.paragraph .red,
.paragraph.red {
  color: red;
  text-decoration: underline;
}
.paragraph .white,
.paragraph.white {
  color: #fff;
}
.paragraph.align-right {
  text-align: right;
}
.paragraph.align-center {
  text-align: center;
}
.paragraph.mb-none {
  margin-bottom: 0;
}
.paragraph.mb-5vh {
  margin-bottom: 5vh;
}
.paragraph > a {
  display: inline-block;
  color: #002f79;
  border-bottom: 1px dotted #002f79;
  padding: 0 0.2em;
  font-weight: 500;
}
body.nurse .paragraph > a {
  color: #b0ade0;
  border-bottom: 1px dotted #b0ade0;
}
a.link-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-height: 2.8em;
  border: 1px solid #002f79;
  border-radius: 1.4em;
  padding: 0 8vw 0 2.5em;
  margin: 2vh 0 3vh;
  color: #fff;
  font-size: clamp(1.12rem, 1.1vw, 2.11rem);
  font-weight: 500;
  position: relative;
  background: #002f79;
  transition: all 0.3s ease;
}
a.link-btn::after,
a.link-btn::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}
a.link-btn::before {
  right: 1.5vw;
  top: calc(50% - 0.5px);
  width: 1.6vw;
  height: 1px;
  background: #fff;
}
a.link-btn::after {
  right: calc(1.5vw + 1px);
  top: calc(50% - 0.5vw + 0.5px);
  width: 1vw;
  height: 1vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}
a.link-btn:hover {
  background: #002f79;
  opacity: 1;
}
a.link-btn.center {
  margin: 2vh auto 3vh;
}
body.nurse a.link-btn {
  border: 1px solid #b0ade0;
  background: #b0ade0;
}
body.nurse a.link-btn:hover {
  background: #b0ade0;
}
a[target="_blank"].link-btn::before {
  content: none;
}
a[target="_blank"].link-btn::after {
  width: 2.8vw;
  height: 2.8vw;
  top: calc(50% - 1.4vw);
  right: 0.8vw;
  border-right: none;
  border-bottom: none;
  transform: rotate(0);
  background: url(../img/arrow_out_white.svg) no-repeat center center;
}
a[href$=".pdf"].link-btn::before {
  content: none;
}
a[href$=".pdf"].link-btn::after {
  width: 2.8vw;
  height: 2.8vw;
  top: calc(50% - 1.4vw);
  right: 0.8vw;
  border-right: none;
  border-bottom: none;
  transform: rotate(0);
  background: url(../img/pdf_white.svg) no-repeat center center;
}
a[href$=".doc"].link-btn::before,
a[href$=".docx"].link-btn::before {
  content: none;
}
a[href$=".doc"].link-btn::after,
a[href$=".docx"].link-btn::after {
  width: 2.8vw;
  height: 2.8vw;
  top: calc(50% - 1.4vw);
  right: 0.8vw;
  border-right: none;
  border-bottom: none;
  transform: rotate(0);
  background: url(../img/word_white.svg) no-repeat center center;
}
a[href$=".xls"].link-btn::before,
a[href$=".xlsx"].link-btn::before {
  content: none;
}
a[href$=".xls"].link-btn::after,
a[href$=".xlsx"].link-btn::after {
  width: 2.8vw;
  height: 2.8vw;
  top: calc(50% - 1.4vw);
  right: 0.8vw;
  border-right: none;
  border-bottom: none;
  transform: rotate(0);
  background: url(../img/excel_white.svg) no-repeat center center;
}
ul.index-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw 2vw;
}
ul.index-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vw;
}
ul.index-list li a::after {
  content: "";
  position: absolute;
  background: rgba(0, 47, 121, 0.6);
  width: 80%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
ul.index-list li a .text-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 10%;
  width: 80%;
  height: 70%;
  color: #fff;
  z-index: 5;
  font-size: calc(1rem + 1vmax);
  transition: all 0.4s;
}
ul.index-list li a .text-box::after {
  top: 50%;
  right: 10%;
  position: absolute;
  content: "";
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  transition: all 0.4s 0.1s;
}
ul.index-list li a .text-box p {
  font-weight: 600;
  line-height: 1.6;
}
ul.index-list li a img {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.4s;
}
ul.index-list li a:hover::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 121, 0.2);
}
ul.index-list li a:hover .text-box::after {
  right: 0;
}
ul.index-list li a:hover img {
  transform: translate(-50%, -50%) scale(1);
}
body.nurse ul.index-list li a::after {
  background: rgba(144, 143, 204, 0.6);
}
body.nurse ul.index-list li a:hover::after {
  background: rgba(144, 143, 204, 0.2);
}
.box-list {
  margin: 0 auto 4vh;
}
.box-list > li {
  margin-bottom: 0.6em;
  line-height: 1.8em;
  font-size: clamp(1.2rem, 1.17vw, 2.25rem);
  position: relative;
  padding-left: 3em;
}
.box-list > li span.red {
  color: red;
  text-decoration: underline;
}
.box-list > li::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 0.7em;
  background: #002f79;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
}
.box-list.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.box-list.list-flex > li {
  margin-bottom: 0.6em;
  padding-left: 3em;
}
.box-list.recruit li::before {
  background: #002f79;
}
body.nurse .box-list > li::before {
  background: #b0ade0;
}
.num-list {
  margin: 0 auto 4vh;
  list-style: none;
  counter-reset: item;
}
.num-list li {
  margin-bottom: 0.6em;
  position: relative;
  line-height: 1.5em;
  padding-left: 3em;
  font-size: clamp(1.12rem, 1.1vw, 2.11rem);
}
.num-list li::before {
  position: absolute;
  left: 1em;
  counter-increment: item;
  content: counter(item) ".";
  color: #002f79;
  font-weight: 500;
  display: inline-block;
}
body.nurse .num-list li::before {
  color: #b0ade0;
}
.link-list {
  margin: 0 auto 4vw;
  list-style: none;
}
.link-list li {
  margin-bottom: 0.3em;
  position: relative;
  line-height: 1.6em;
  padding-left: 2.2em;
}
.link-list li::before {
  content: "";
  position: absolute;
  left: 1.2em;
  top: 0.7em;
  border-right: 1px solid #002f79;
  border-top: 1px solid #002f79;
  transform: rotate(45deg);
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
}
.link-list li a {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: clamp(1.12rem, 1.1vw, 2.11rem);
  width: fit-content;
  border-bottom: 1px solid #002f79;
}
.link-list li a .large {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
}
.link-list li a[href$=".doc"]::after,
.link-list li a[href$=".docx"]::after,
.link-list li a[href$=".pdf"]::after,
.link-list li a[href$=".xls"]::after,
.link-list li a[href$=".xlsx"]::after,
.link-list li a[target="_blank"]::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.3em;
  display: inline-block;
  margin-left: 1em;
  transform: translateY(0.3em);
}
.link-list li a[target="_blank"]::after {
  background: #002f79 url(../img/arrow_out_white.svg) no-repeat center
    center;
}
.link-list li a[href$=".pdf"]::after {
  background: #002f79 url(../img/pdf_white.svg) no-repeat center
    center;
}
.link-list li a[href$=".doc"]::after,
.link-list li a[href$=".docx"]::after {
  background: #002f79 url(../img/word_white.svg) no-repeat center
    center;
}
.link-list li a[href$=".xls"]::after,
.link-list li a[href$=".xlsx"]::after {
  background: #002f79 url(../img/excel_white.svg) no-repeat center
    center;
}
.link-list li a.no-link {
  pointer-events: none;
}
body.nurse .link-list li::before {
  border-right: 1px solid #b0ade0;
  border-top: 1px solid #b0ade0;
}
body.nurse .link-list li a {
  border-bottom: 1px solid #b0ade0;
}
body.nurse .link-list li a[target="_blank"]::after {
  background: #b0ade0 url(../img/arrow_out_white.svg) no-repeat center
    center;
}
body.nurse .link-list li a[href$=".pdf"]::after {
  background: #b0ade0 url(../img/pdf_white.svg) no-repeat center
    center;
}
body.nurse .link-list li a[href$=".doc"]::after,
body.nurse .link-list li a[href$=".docx"]::after {
  background: #b0ade0 url(../img/word_white.svg) no-repeat center
    center;
}
body.nurse .link-list li a[href$=".xls"]::after,
body.nurse .link-list li a[href$=".xlsx"]::after {
  background: #b0ade0 url(../img/excel_white.svg) no-repeat center
    center;
}
.btn-link-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vw;
  gap: 1vw 2%;
}
.btn-link-list li {
  width: 32%;
  border: 1px solid #002f79;
}
.btn-link-list li a,
.btn-link-list li p {
  padding: 0.5vw 2vw;
  width: 100%;
  min-height: 4vw;
  padding: 0 2.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.17vw, 2.25rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #002f79;
  background: #fff;
  position: relative;
}
.btn-link-list li a::after,
.btn-link-list li a::before,
.btn-link-list li p::after,
.btn-link-list li p::before {
  content: "";
  position: absolute;
}
.btn-link-list li a::before,
.btn-link-list li p::before {
  top: calc(50% - 0.6vw);
  right: 1vw;
  width: 1.2vw;
  height: 1.2vw;
  background: #002f79;
}
.btn-link-list li a::after,
.btn-link-list li p::after {
  top: calc(50% - 0.2vw);
  right: 1.5vw;
  transform: rotate(-45deg);
  width: 0.4vw;
  height: 0.4vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn-link-list li p {
  background: 0 0;
}
.btn-link-list li p::after,
.btn-link-list li p::before {
  content: none;
}
.btn-link-list.two-clumn {
  gap: 1vw 2%;
}
.btn-link-list.two-clumn li {
  width: 48%;
}
body.nurse .btn-link-list li {
  border: 1px solid #b0ade0;
}
body.nurse .btn-link-list li a,
body.nurse .btn-link-list li p {
  color: #b0ade0;
}
body.nurse .btn-link-list li a::before,
body.nurse .btn-link-list li p::before {
  background: #b0ade0;
}
table.table-std {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5vh;
  border-top: 1px solid #002f79;
  border-bottom: 1px solid #002f79;
  border-left: 1px solid #002f79;
}
table.table-std.half {
  width: 50%;
}
table.table-std thead th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  background: #002f79;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
table.table-std thead th:last-child {
  border-right: 1px solid #002f79;
}
table.table-std td,
table.table-std th {
  padding: 0.8em 0.5em;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #002f79;
  border-right: 1px solid #002f79;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}
table.table-std td .center,
table.table-std td.center,
table.table-std th .center,
table.table-std th.center {
  text-align: center;
}
table.table-std td .left,
table.table-std td.left,
table.table-std th .left,
table.table-std th.left {
  text-align: left;
}
table.table-std td .right,
table.table-std td.right,
table.table-std th .right,
table.table-std th.right {
  text-align: right;
}
table.table-std td > :last-child,
table.table-std th > :last-child {
  margin-bottom: 0;
}
table.table-std td {
  background: #fff;
}
table.table-std td.subhead {
  background: rgba(0, 47, 121, 0.1);
  color: #002f79;
  font-weight: 500;
}
table.table-std td span.center {
  display: inline-block;
  width: 100%;
  text-align: center;
}
table.table-std a {
  display: inline-block;
  color: #002f79;
  text-decoration: underline;
}
body.nurse table.table-std {
  border-top: 1px solid #b0ade0;
  border-bottom: 1px solid #b0ade0;
  border-left: 1px solid #b0ade0;
}
body.nurse table.table-std thead th {
  background: #b0ade0;
}
body.nurse table.table-std thead th:last-child {
  border-right: 1px solid #b0ade0;
}
body.nurse table.table-std td,
body.nurse table.table-std th {
  border-bottom: 1px solid #b0ade0;
  border-right: 1px solid #b0ade0;
}
body.nurse table.table-std td.subhead {
  background: rgba(176, 173, 224, 0.1);
  color: #908fcc;
}
body.nurse table.table-std a {
  color: #b0ade0;
}
.table_res {
  display: block;
  width: 100%;
}
.column-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8vw;
}
.column-content .text-column {
  width: 58%;
}
.column-content .topics-column {
  width: 38%;
  border: 2px solid #002f79;
  padding: 1.5vw 2.5vw;
}
.column-content .img-column {
  width: 34%;
}
.column-content .half-column {
  width: 48%;
}
.column-content .half-column > :last-child {
  margin-bottom: 0;
}
.column-content figure img {
  width: 100%;
  display: block;
}
.column-content figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em 0;
}
body.nurse .column-content .topics-column {
  border: 2px solid #b0ade0;
}
.media-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 6vh;
}
.media-content-wrap.mb0 {
  margin-bottom: 0;
}
.media-content-wrap .media-content {
  width: 100%;
}
.media-content-wrap .media-content.large {
  width: 100%;
  padding: 1vw 10vw;
}
.media-content-wrap .media-content.column {
  width: 46%;
  padding: 1vw 0 0;
}
.media-content-wrap .media-content.full {
  width: 100%;
  padding: 1vw 0;
}
.media-content-wrap .media-content figure img {
  width: 100%;
  display: block;
}
.media-content-wrap .media-content figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.2em 0;
}
.media-content-wrap .media-content iframe {
  width: 100%;
}
.tab-content {
  margin-bottom: 6vh;
}
.tab-content .tab-btn {
  display: flex;
  margin-bottom: 3vh;
}
.tab-content .tab-btn .tab {
  cursor: pointer;
  background: #efefef;
  color: #999;
  text-align: center;
  font-size: clamp(1.2rem, 1.17vw, 2.25rem);
  font-weight: 500;
  padding: 0.8em 0;
  border-bottom: 2px solid #44648a;
}
.tab-content .tab-btn .tab + .tab {
  border-left: 1px solid #44648a;
  border-left: none;
}
.tab-content .tab-btn .tab.active {
  background: #44648a;
  color: #fff;
}
.tab-content .tab-btn .tab.active + .tab {
  border-left: none;
}
.tab-content .tab-btn.btn-two .tab {
  width: 50%;
}
.tab-content .tab-btn.btn-three .tab {
  width: 33.333%;
}
.tab-content .tab-btn.btn-four .tab {
  width: 25%;
}
.tab-content .panel-content .panel-inner {
  padding-top: 2vh;
  display: none;
}
.tab-content .panel-content .panel-inner.active {
  display: block;
  animation: tabAnim ease 1s forwards;
  -ms-animation: tabAnim ease 1s forwards;
}
body.nurse .tab-content .tab-btn .tab {
  border-bottom: 2px solid #908fcc;
}
body.nurse .tab-content .tab-btn .tab + .tab {
  border-left: 1px solid #908fcc;
}
body.nurse .tab-content .tab-btn .tab.active {
  background: #908fcc;
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notes-list {
  margin-bottom: 2vw;
}
.notes-list > li {
  font-size: 0.9em;
  line-height: 1.7;
  position: relative;
  padding-left: 1.2em;
  margin: 0;
}
.notes-list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.notes-list.right-alignment {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.notes-list.mb-none {
  margin-bottom: 0;
}
.disc-list {
  margin-bottom: 2vw;
}
.disc-list > li {
  list-style-type: disc;
  line-height: 1.7;
  margin: 0 0 0 1.5em;
}
.normal-num-list {
  margin-bottom: 2vw;
  list-style-position: outside;
  margin-left: 1.5em;
}
.normal-num-list > li {
  list-style-type: decimal;
  line-height: 1.7;
}
.brackets-num-list {
  margin-bottom: 2vw;
}
.brackets-num-list > li {
  list-style: none;
  position: relative;
  line-height: 1.7;
  padding-left: 2.5em;
  margin: 0;
}
.brackets-num-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.brackets-num-list > li:nth-of-type(1)::before {
  content: "（1）";
}
.brackets-num-list > li:nth-of-type(2)::before {
  content: "（2）";
}
.brackets-num-list > li:nth-of-type(3)::before {
  content: "（3）";
}
.brackets-num-list > li:nth-of-type(4)::before {
  content: "（4）";
}
.brackets-num-list > li:nth-of-type(5)::before {
  content: "（5）";
}
.brackets-num-list > li:nth-of-type(6)::before {
  content: "（6）";
}
.brackets-num-list > li:nth-of-type(7)::before {
  content: "（7）";
}
.brackets-num-list > li:nth-of-type(8)::before {
  content: "（8）";
}
.brackets-num-list > li:nth-of-type(9)::before {
  content: "（9）";
}
.circle-num-list {
  margin-bottom: 2vw;
}
.circle-num-list > li {
  list-style: none;
  position: relative;
  line-height: 1.7;
  padding-left: 1.5em;
  margin: 0;
}
.circle-num-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.circle-num-list > li:nth-of-type(1)::before {
  content: "①";
}
.circle-num-list > li:nth-of-type(2)::before {
  content: "②";
}
.circle-num-list > li:nth-of-type(3)::before {
  content: "③";
}
.circle-num-list > li:nth-of-type(4)::before {
  content: "④";
}
.circle-num-list > li:nth-of-type(5)::before {
  content: "⑤";
}
.circle-num-list > li:nth-of-type(6)::before {
  content: "⑥";
}
.circle-num-list > li:nth-of-type(7)::before {
  content: "⑦";
}
.circle-num-list > li:nth-of-type(8)::before {
  content: "⑧";
}
.circle-num-list > li:nth-of-type(9)::before {
  content: "⑨";
}
li > .brackets-num-list,
li > .circle-num-list,
li > .disc-list,
li > .normal-num-list,
li > .notes-list {
  margin: 10px 0 0;
}
.brackets-num-list > li > a,
.circle-num-list > li > a,
.disc-list > li > a,
.normal-num-list > li > a,
.notes-list > li > a {
  color: #002f79;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  h2.section-title {
    font-size: clamp(3rem, 8vw, 3.44rem);
  }
  h3.section-title {
    padding: 0.75em 1.25em;
    font-size: clamp(1.6rem, 4.27vw, 1.83rem);
    line-height: 1.4;
  }
  h4.border-title {
    font-size: clamp(1.6rem, 4.27vw, 1.83rem);
    line-height: 1.4;
  }
  h4.bold-title {
    font-size: clamp(1.65rem, 4.4vw, 1.89rem);
  }
  h4.bold-title span.red {
    font-size: clamp(2rem, 5.33vw, 2.29rem);
  }
  h5.bold-title {
    font-size: clamp(1.5rem, 4vw, 1.72rem);
  }
  h5.bold-title span.red {
    font-size: clamp(2rem, 5.33vw, 2.29rem);
  }
  h5.box-title {
    font-size: clamp(1.5rem, 4vw, 1.72rem);
  }
  h5.box-title span.red {
    font-size: clamp(2rem, 5.33vw, 2.29rem);
  }
  .lead-copy {
    font-size: clamp(1.5rem, 4vw, 1.72rem);
  }
  .paragraph {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  .paragraph .large-text,
  .paragraph.large-text {
    font-size: clamp(1.6rem, 4.27vw, 1.83rem);
  }
  .paragraph .small-text,
  .paragraph.small-text {
    font-size: clamp(1.2rem, 3.2vw, 1.38rem);
  }
  a.link-btn {
    padding: 0 13vw 0 2em;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  a.link-btn::before {
    right: 3vw;
    width: 4vw;
  }
  a.link-btn::after {
    right: calc(3vw + 1px);
    top: calc(50% - 1.25vw);
    width: 2.5vw;
    height: 2.5vw;
  }
  a[target="_blank"].link-btn::after {
    width: 8vw;
    height: 8vw;
    top: calc(50% - 4vw);
    right: 2vw;
  }
  a[href$=".pdf"].link-btn::after {
    width: 9vw;
    height: 9vw;
    top: calc(50% - 4.5vw);
    right: 2vw;
  }
  a[href$=".doc"].link-btn::after,
  a[href$=".docx"].link-btn::after {
    width: 9vw;
    height: 9vw;
    top: calc(50% - 4.5vw);
    right: 2vw;
  }
  a[href$=".xls"].link-btn::after,
  a[href$=".xlsx"].link-btn::after {
    width: 9vw;
    height: 9vw;
    top: calc(50% - 4.5vw);
    right: 2vw;
  }
  ul.index-list {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.index-list li a {
    height: 27.5vmax;
  }
  .box-list > li {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    padding-left: 2.5em;
  }
  .box-list.list-flex > li {
    padding-left: 2.5em;
  }
  .num-list li {
    padding-left: 2.5em;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  .link-list {
    margin-bottom: 6vw;
  }
  .link-list li {
    padding-left: 1.7em;
  }
  .link-list li::before {
    left: 0.5em;
  }
  .link-list li a {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  .link-list li a .large {
    font-size: 1.25em;
  }
  .btn-link-list {
    margin-bottom: 6vw;
    gap: 2vw 0;
  }
  .btn-link-list li {
    width: 100%;
  }
  .btn-link-list li a,
  .btn-link-list li p {
    min-height: 6vw;
    padding: 1vw 7vw;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  .btn-link-list li a::before,
  .btn-link-list li p::before {
    top: calc(50% - 1.5vw);
    right: 2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .btn-link-list li a::after,
  .btn-link-list li p::after {
    top: calc(50% - 0.3vw);
    right: 3.5vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .btn-link-list.two-clumn {
    gap: 2vw 0;
  }
  .btn-link-list.two-clumn li {
    width: 100%;
  }
  table.table-std thead th {
    font-size: clamp(1.6rem, 4.27vw, 1.83rem);
  }
  .media-content-wrap {
    gap: 2vw;
  }
  .media-content-wrap .media-content.column {
    width: 100%;
  }
  .tab-content .tab-btn {
    display: flex;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.3rem + 0.25vw);
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  width: 100%;
}
body.fixed {
  overflow: hidden;
}
body.veterinarian .side-fixed-menu {
  background: #002f79;
}
body.veterinarian .side-fixed-menu p.side-fixed-menu-title {
  color: #002f79;
}
body.veterinarian .side-fixed-menu .side-fixed-menu-link a {
  color: #002f79;
}
body.veterinarian .header::before {
  background: rgba(0, 47, 121, 0.95);
}
body.veterinarian
  .top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::before {
  background: #002f79;
}
body.veterinarian .hamburger-menu-content-wrap {
  background: rgba(0, 47, 121, 0.9);
}
body.nurse .side-fixed-menu {
  background: #b0ade0;
}
body.nurse .side-fixed-menu p.side-fixed-menu-title {
  color: #b0ade0;
}
body.nurse .side-fixed-menu .side-fixed-menu-link a {
  color: #b0ade0;
}
body.nurse .header::before {
  background: rgba(176, 173, 224, 0.95);
}
body.nurse .top-fixedglobal-menu {
  height: 100%;
}
body.nurse .top-fixedglobal-menu ul.top-fixedglobal-menu-list {
  height: 100%;
}
body.nurse .top-fixedglobal-menu ul.top-fixedglobal-menu-list > li {
  height: 100%;
  background: #d4dce1;
  border-radius: 0 0 1vw 1vw;
}
body.nurse .top-fixedglobal-menu ul.top-fixedglobal-menu-list > li + li {
  margin-left: 0.5vw;
}
body.nurse
  .top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::before {
  background: #b0ade0;
}
body.nurse .hamburger-menu-content-wrap {
  background: rgba(176, 173, 224, 0.9);
}
body.nurse .hamburger-menu::before {
  content: "";
  width: 7vw;
  height: 7vw;
  display: block;
  border-radius: 50%;
  background: #b0ade0;
  position: absolute;
  z-index: -1;
  top: 0.75vw;
  right: 0.5vw;
}
body.nurse .hide-out .hamburger-menu::before {
  opacity: 0;
}
.side-fixed-menu {
  width: 10vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #002f79;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.side-fixed-menu h1.header-logo {
  background: #eee;
  width: 100%;
  height: 10vw;
}
.side-fixed-menu h1.header-logo a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.2vw;
}
.side-fixed-menu h1.header-logo a img {
  width: 100%;
  display: block;
}
.side-fixed-menu p.side-fixed-menu-title {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 0.2em 0;
  color: #002f79;
  font-size: clamp(1.4rem, 1.2vw, 1.7rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
.side-fixed-menu p.side-fixed-menu-subtitle {
  padding: 0.5em 0;
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  font-family: Roboto, serif;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  position: relative;
}
.side-fixed-menu p.side-fixed-menu-subtitle span {
  font-size: clamp(1.4rem, 1.6vw, 2.4rem);
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1em;
}
.side-fixed-menu p.side-fixed-menu-subtitle::after {
  content: "";
  width: 30%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.side-fixed-menu .side-fixed-menu-link {
  width: 100%;
  padding: 2vw 1vw 0;
}
.side-fixed-menu .side-fixed-menu-link a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5em;
  padding: 2em 0;
  color: #002f79;
  background: #fff;
  border-radius: 0.6vw;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  letter-spacing: 0.02em;
  font-weight: 500;
}
.side-fixed-menu ul.side-fixed-menu-linklist {
  width: 100%;
  margin: auto 0 1vw;
}
.side-fixed-menu ul.side-fixed-menu-linklist li {
  width: 100%;
  padding: 0 1vw 1vw;
}
.side-fixed-menu ul.side-fixed-menu-linklist li a {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.1rem, 0.8vw, 1.5rem);
  text-align: center;
  font-weight: 500;
  padding: 0.5em 0.1em 0.7em;
  letter-spacing: 0;
  line-height: 1.3em;
  background: #86acd0;
  color: #fff;
  border-radius: 0.5vw;
}
.side-fixed-menu ul.side-fixed-menu-linklist li a::after {
  display: inline-block;
  content: "";
  background: url(../img/navi-icon01.svg) no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.side-fixed-menu ul.side-fixed-menu-linklist li + li a {
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 0.5vw;
}
.header {
  width: calc(100% - 10vw);
  height: 9vw;
  padding: 0 8vw 0 4vw;
  position: fixed;
  top: 0;
  left: 10vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 20;
  transition: all 0.4s ease;
  overflow: hidden;
}
.header::before {
  content: "";
  width: 100%;
  height: 9vw;
  background: rgba(0, 47, 121, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}
.header.hide-out {
  height: 7.5vw;
}
.header.hide-out::before {
  content: "";
  height: 7.5vw;
  transform: translateY(0);
  transition: all 0.4s ease;
}
.top-fixedglobal-menu {
  display: flex;
  align-items: center;
}
.top-fixedglobal-menu ul.top-fixedglobal-menu-list {
  display: flex;
  align-items: center;
  transform: translateY(-1vw);
  transition: all 0.4s ease;
}
.top-fixedglobal-menu ul.top-fixedglobal-menu-list > li {
  height: 6vw;
  padding: 0 1vw;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span {
  display: block;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  padding: 0.3em 1em 0;
  position: relative;
  transition: all 0.2s ease 0.1s;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::after,
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::before {
  content: "";
  position: absolute;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #002f79;
  transition: all 0.2s ease 0.1s;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span::after {
  top: 1px;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 1;
  transition: all 0.2s ease;
}
body.nurse
  .top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  span {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title
  p {
  font-size: clamp(1.4rem, 1vw, 1.7rem);
  line-height: 2em;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease 0.1s;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title:hover {
  opacity: 1;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title:hover
  span::before {
  width: 100%;
  transition: all 0.3s ease 0.15s;
}
.top-fixedglobal-menu
  ul.top-fixedglobal-menu-list
  > li
  a.global-menu-cat-title:hover
  span::after {
  width: 0;
  transition: all 0.15s ease;
}
.hide-out .top-fixedglobal-menu ul.top-fixedglobal-menu-list {
  transform: translateY(-1vw);
}
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 8vw;
  height: 8vw;
  cursor: pointer;
  transition: all 0.3s ease 50ms;
  z-index: 30;
}
.hamburger-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.hamburger-menu p.btn-border {
  width: 4.6vw;
  padding-top: 0;
  margin: 2.4vw auto 0;
  font-size: 0.9vw;
  text-align: center;
  font-weight: 500;
  line-height: 0.8em;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.hamburger-menu p.btn-border span {
  position: absolute;
  background: #fff;
  width: 4.6vw;
  height: 2px;
  transition: all 0.4s;
  display: block;
  border-radius: 4px;
}
.hamburger-menu p.btn-border span:nth-of-type(1) {
  top: 2vw;
}
.hamburger-menu p.btn-border span:nth-of-type(2) {
  top: 2.8vw;
}
.hamburger-menu:hover {
  opacity: 1;
}
.hamburger-menu.is-show .btn-border span:nth-child(1) {
  transform: translate(0, 0.4vw) rotate(-30deg);
}
.hamburger-menu.is-show .btn-border span:nth-child(2) {
  transform: translate(0, -0.4vw) rotate(30deg);
}
.hide-out .hamburger-menu p.btn-border {
  margin-top: 1.4vw;
}
.hamburger-menu-content-wrap {
  position: fixed;
  top: -120%;
  right: 0;
  padding: 0 7vw 4vw 4vw;
  width: calc(100% - 10vw);
  height: 100vh;
  background: rgba(0, 47, 121, 0.9);
  opacity: 0;
  transition: all 0.4s;
  overflow-y: auto;
  z-index: 8;
}
.hamburger-menu-content-wrap > * + * {
  margin-top: 3vw;
}
.hamburger-menu-content-wrap a.no-link {
  pointer-events: none;
}
.hamburger-menu-content-wrap a.unpublished-link {
  pointer-events: none;
  opacity: 0.7;
}
.hamburger-menu-content-wrap.is-show {
  opacity: 1;
  top: 0;
  right: 0;
}
.hamburger-menu-content-wrap .hamburger-menu-main {
  position: relative;
}
.hamburger-menu-content-wrap .hamburger-menu-main > * + * {
  margin-top: 3vw;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list {
  width: calc(100% - 10vw);
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw 3vw;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list li {
  position: relative;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl a {
  display: block;
  color: #fff;
  position: relative;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl p {
  font-weight: 500;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt {
  width: 100%;
  margin-bottom: 1em;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt img {
  width: 100%;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1em;
  padding-top: 0.5em;
  transition: all 0.2s ease;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a p {
  font-size: 2.7rem;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a p span {
  display: block;
  letter-spacing: 0.2em;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a p span.w-adjust {
  letter-spacing: 0.1em;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a p span.jp {
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 0.3em;
}
body.nurse
  .hamburger-menu-content-wrap
  ul.hamburger-menu-list
  dl
  dt
  a
  p
  span.en {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a::before {
  content: "";
  position: absolute;
  background: currentColor;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a:hover {
  padding-left: 0.5em;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res {
  display: none;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5em 0;
  z-index: 1;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a::after {
  z-index: -1;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a:hover {
  opacity: 1;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a:hover::before {
  width: 100%;
}
.hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a:hover:after {
  animation: fade_menu_top 1.5s ease 0.2s;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list {
  display: flex;
  justify-content: right;
  gap: 1em;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list a {
  padding-right: 5em;
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 1em;
  transition: all 0.2s ease;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list a p {
  font-size: 2.5rem;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list a p span {
  font-weight: 600;
  display: block;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list a p span.jp {
  font-size: 0.6em;
  font-weight: 400;
}
body.nurse .hamburger-menu-content-wrap ul.hamburger-submenu-list a p span.en {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
}
.hamburger-menu-content-wrap ul.hamburger-submenu-list a::before {
  content: "";
  position: absolute;
  background: currentColor;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
}
.content-wrap {
  width: 100%;
  display: block;
  z-index: 0;
  padding: 12vw 0 0 10vw;
  position: relative;
}
.content-inner {
  width: 75%;
  margin: 0 auto 6vw;
}
.content-inner.wd100 {
  width: 100%;
  padding: 1vw 0 3vh;
}
.content-inner.wd60 {
  width: 63%;
}
.content-inner > :last-child {
  margin-bottom: 0;
}
.content-inner.index-content-inner {
  width: 90%;
}
body.veterinarian footer .footer {
  background: #002f79;
}
body.nurse footer .footer {
  background: #b0ade0;
}
body.nurse .footer-group-wrap {
  background: #d4dce1;
  color: #908fcc;
}
body.nurse .footer-group-wrap a,
body.nurse .footer-group-wrap p {
  color: #908fcc;
}
footer .footer {
  padding: 12vh 0 0 10vw;
  color: #fff;
}
footer .footer > * + * {
  margin-top: 3vw;
}
footer .footer a,
footer .footer p {
  color: #fff;
}
footer .footer ul.footer-content-link-wrap {
  padding-inline: 5vw;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 2vw 2vw;
}
footer .footer ul.footer-content-link-wrap > li {
  width: calc((100% - 6vw) / 4);
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  .footer-content-link-cattitle
  a {
  width: 100%;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  .footer-content-link-cattitle
  a
  span {
  font-weight: 600;
  display: block;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  .footer-content-link-cattitle
  a
  span.jp {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  .footer-content-link-cattitle.single {
  margin-bottom: 3.5vw;
  width: fit-content;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  .footer-content-link-cattitle.single
  a {
  padding-right: 3vw;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li
  ul.footer-content-link-list
  li
  a {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  padding: 0.2em 0;
}
footer .footer ul.footer-content-link-wrap > li.double {
  width: 65%;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li.double
  ul.footer-content-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer
  .footer
  ul.footer-content-link-wrap
  > li.double
  ul.footer-content-link-list
  li {
  width: 48%;
}
footer .footer .footer-bottom-wrap {
  margin-inline: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  border-top: solid 2px;
  margin-top: 1em;
}
footer .footer .footer-bottom-wrap ul.footer-links {
  padding-left: 1vw;
  display: flex;
}
footer .footer .footer-bottom-wrap ul.footer-links li a {
  display: block;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.8em;
}
footer .footer .footer-bottom-wrap ul.footer-links li + li {
  padding-left: 1em;
  border-left: solid 1px;
  margin-left: 1em;
}
footer .footer p.copyright {
  font-size: 1.3rem;
}
footer .footer a.footer-logo {
  padding-inline: 5vw;
  display: block;
  width: 100%;
}
footer .footer a.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-group-wrap {
  margin-bottom: 4vw;
  background: #9b8978;
  padding: 4vw 0;
}
.footer-group-wrap .footer-group-title {
  display: inline-flex;
  align-items: center;
  padding-inline: 5vw;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2em;
}
.footer-group-wrap .footer-group-title span {
  font-size: 0.8em;
  margin-right: 0.25em;
}
.footer-group-wrap .footer-group-lead-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-inline: 5vw;
}
.footer-group-wrap .footer-group-lead {
  font-size: 1.6rem;
}
.footer-group-wrap .footer-group-lead span {
  font-weight: 500;
  font-size: 1.5em;
  margin-right: 2em;
}
.footer-group-wrap a.footer-group-link {
  position: relative;
  border-radius: 50em;
  border: solid 1px;
  padding: 0.75em 2.5em 0.75em 2.5em;
  line-height: 1;
}
.footer-group-wrap a.footer-group-link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 0.5em;
}
.footer-group-wrap a.footer-group-link span::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.footer-group-wrap ul.footer-group-slider li {
  margin-inline: 1vw;
}
.footer-group-wrap ul.footer-group-slider li a {
  display: block;
}
.footer-group-wrap ul.footer-group-slider li a > * + * {
  margin-top: 0.5vmax;
}
.footer-group-wrap ul.footer-group-slider li a .img-box {
  position: relative;
}
.footer-group-wrap ul.footer-group-slider li a .img-box p.tag {
  display: block;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  font-size: 1.5rem;
  background: rgba(68, 68, 68, 0.8);
  line-height: 1.7;
}
.footer-group-wrap ul.footer-group-slider li a .img-box img {
  width: 100%;
}
.footer-group-wrap ul.footer-group-slider li a .text-box p {
  font-size: 1.6rem;
}
.footer-group-wrap ul.footer-group-slider li a .text-box p span {
  font-size: 1.25em;
}
@keyframes pulldown {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pullup {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.slide-up {
  opacity: 0;
}
.is-show .slide-up {
  animation: section_fade_in 0.8s ease-in-out both;
}
.slide-up02 {
  opacity: 0;
}
.is-show .slide-up02 {
  animation: section_fade_in02 0.3s ease-in-out both;
  transition-delay: 0.2s;
}
@keyframes section_fade_in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes section_fade_in02 {
  0% {
    opacity: 0.8;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_top {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_bottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anchor-link {
  padding-top: 5vw;
  margin-top: -5vw;
  height: 0;
}
.unpub-item {
  pointer-events: none;
  opacity: 0.3;
}
.unpub-hidden {
  display: none;
}
.unpub-content {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.unpub-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.unpub-content::after {
  content: "COMING SOON";
  font-size: 1.6vw;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) and (max-width: 1024px) and (orientation: portrait) {
  body.veterinarian .side-fixed-menu p.side-fixed-menu-title {
    color: #fff;
  }
  body.veterinarian .header {
    background: #002f79;
  }
  body.nurse .side-fixed-menu p.side-fixed-menu-title {
    color: #fff;
  }
  body.nurse .side-fixed-menu .side-fixed-menu-link a {
    border: 1px solid #b0ade0;
  }
  body.nurse .header {
    background: #b0ade0;
  }
  body.nurse .hamburger-menu::before {
    content: none;
  }
  .side-fixed-menu {
    width: calc(100% - 10vh);
    height: 10vh;
    justify-content: center;
  }
  .side-fixed-menu h1.header-logo {
    width: 10vh;
    height: 10vh;
    position: fixed;
    left: 0;
    top: 0;
  }
  .side-fixed-menu p.side-fixed-menu-title {
    margin-left: calc(10vh + 2vw);
    background: 0 0;
    width: fit-content;
    text-align: unset;
    padding: 0;
    color: #fff;
    font-size: clamp(1.7rem, 4.53vw, 1.95rem);
    margin-top: unset;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle {
    margin-left: calc(10vh + 2vw);
    padding: 0.15em 0 0;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    font-weight: 400;
    text-align: unset;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle span {
    font-size: clamp(0.9rem, 2.4vw, 1.03rem);
    font-weight: 400;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle::after {
    content: none;
  }
  .side-fixed-menu .side-fixed-menu-link {
    position: fixed;
    bottom: 9vh;
    right: 2vw;
    width: fit-content;
    padding: 0;
  }
  .side-fixed-menu .side-fixed-menu-link a {
    width: 12vh;
    max-width: 120px;
    height: 12vh;
    max-height: 120px;
    border: 1px solid #002f79;
    border-radius: 50%;
    font-size: clamp(1.2rem, 3.2vw, 1.38rem);
  }
  .side-fixed-menu ul.side-fixed-menu-linklist {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    margin: 0;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li {
    width: 50%;
    padding: 0;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a {
    height: 8vh;
    display: flex;
    font-size: clamp(1.3rem, 3.47vw, 1.49rem);
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #fff;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 0.75em;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    border: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 0;
  }
  .veterinarian .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    background: #002f79;
  }
  .nurse .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    background: #b0ade0;
  }
  .header {
    width: 10vh;
    height: 10vh;
    padding: 0;
    top: 0;
    left: unset;
    right: 0;
  }
  .header::before {
    content: none;
  }
  .header.hide-out {
    height: 10vh;
  }
  .header.hide-out::before {
    content: none;
  }
  .top-fixedglobal-menu {
    display: none;
  }
  .hamburger-menu {
    width: 10vh;
    height: 10vh;
  }
  .hamburger-menu p.btn-border {
    width: 5.75vh;
    margin: 2.4vh auto 0;
    font-size: clamp(1.1rem, 2.93vw, 1.26rem);
  }
  .hamburger-menu p.btn-border span {
    width: 5.75vh;
  }
  .hamburger-menu p.btn-border span:nth-of-type(1) {
    top: 2.7vh;
  }
  .hamburger-menu p.btn-border span:nth-of-type(2) {
    top: 3.5vh;
  }
  .hamburger-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 0.4vh) rotate(-30deg);
  }
  .hamburger-menu.is-show .btn-border span:nth-child(2) {
    transform: translate(0, -0.4vh) rotate(30deg);
  }
  .hide-out .hamburger-menu p.btn-border {
    margin-top: 2.4vh;
  }
  .hamburger-menu-content-wrap {
    top: 10vh;
    right: -120%;
    padding: 5vw;
    width: 100%;
    height: 90vh;
  }
  .hamburger-menu-content-wrap > * + * {
    margin-top: 0;
  }
  .hamburger-menu-content-wrap.is-show {
    top: 10vh;
    right: 0;
  }
  .hamburger-menu-content-wrap .hamburger-menu-main > * + * {
    margin-top: 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt {
    padding: 1em 0;
    margin-bottom: 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt img {
    display: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a {
    display: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a:hover {
    padding-left: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res {
    display: flex;
    align-items: baseline;
    gap: 0 2vw;
    position: relative;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::after,
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.7rem;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::after {
    transform: rotate(90deg);
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res.open::before {
    content: none;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res.open::after {
    transform: rotate(180deg);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res span {
    color: #fff;
    font-size: clamp(2.4rem, 6.4vw, 2.75rem);
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res
    span.jp {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    font-weight: 400;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd {
    display: none;
    padding-bottom: 0.75em;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a {
    font-size: clamp(1.3rem, 3.47vw, 1.49rem);
    padding: 0.75em 0 0.75em 1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a:hover:after {
    animation: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list {
    flex-direction: column;
    justify-content: unset;
    gap: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a {
    padding: 1em 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a::after {
    content: "";
    position: absolute;
    right: 1vw;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 2vw;
    font-size: clamp(1.9rem, 5.07vw, 2.18rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p span {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p span.jp {
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a:hover {
    padding-right: unset;
    transform: unset;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .side-fixed-menu p.side-fixed-menu-title {
    font-size: clamp(2rem, 2.6vw, 2.67rem);
  }
  .side-fixed-menu p.side-fixed-menu-subtitle {
    font-size: clamp(1.5rem, 1.95vw, 2rem);
  }
  .side-fixed-menu p.side-fixed-menu-subtitle span {
    font-size: clamp(1rem, 1.3vw, 1.33rem);
  }
  .side-fixed-menu .side-fixed-menu-link a {
    font-size: clamp(1.3rem, 1.69vw, 1.73rem);
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a {
    font-size: clamp(1.6rem, 2.08vw, 2.13rem);
  }
  .hamburger-menu p.btn-border {
    font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res span {
    color: #fff;
    font-size: clamp(2.4rem, 3.13vw, 3.2rem);
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res
    span.jp {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p {
    font-size: clamp(1.9rem, 2.47vw, 2.53rem);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .content-wrap {
    padding: 12vh 0 0 0;
  }
  .content-inner {
    width: 85%;
  }
  footer .footer {
    padding: 5vh 0 10vh;
  }
  footer .footer > * + * {
    margin-top: 1vh;
  }
  footer .footer ul.footer-content-link-wrap {
    display: none;
  }
  footer .footer .footer-bottom-wrap {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
  footer .footer .footer-bottom-wrap ul.footer-links {
    display: none;
  }
  footer .footer p.copyright {
    width: calc(100% - 12vh);
    font-size: clamp(1.1rem, 2.93vw, 1.26rem);
    line-height: 1.4;
  }
  footer .footer a.footer-logo {
    width: calc(100% - 12vh);
  }
  .footer-group-wrap .footer-group-title {
    font-size: clamp(2rem, 5.33vw, 2.29rem);
    margin-bottom: 2vh;
  }
  .footer-group-wrap .footer-group-lead-box {
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 1em;
  }
  .footer-group-wrap .footer-group-lead {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    margin-bottom: 1em;
  }
  .footer-group-wrap .footer-group-lead span {
    display: block;
    font-size: 1.2em;
    margin-right: unset;
  }
  .footer-group-wrap a.footer-group-link {
    text-align: center;
  }
  .footer-group-wrap ul.footer-group-slider li {
    margin-inline: 2vw;
  }
  .footer-group-wrap ul.footer-group-slider li a .img-box p.tag {
    padding: 0.5vw 1em;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
  }
  .footer-group-wrap ul.footer-group-slider li a .text-box p {
    font-size: clamp(1.2rem, 3.2vw, 1.38rem);
    line-height: 1.6;
    text-align: center;
  }
  .footer-group-wrap ul.footer-group-slider li a .text-box p span {
    font-size: 1.35em;
  }
  .anchor-link {
    padding-top: 11vh;
    margin-top: -11vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (max-width: 1024px) and (orientation: portrait) {
  body.veterinarian .side-fixed-menu p.side-fixed-menu-title {
    color: #fff;
  }
  body.veterinarian .header {
    background: #002f79;
  }
  body.nurse .side-fixed-menu p.side-fixed-menu-title {
    color: #fff;
  }
  body.nurse .side-fixed-menu .side-fixed-menu-link a {
    border: 1px solid #b0ade0;
  }
  body.nurse .header {
    background: #b0ade0;
  }
  body.nurse .hamburger-menu::before {
    content: none;
  }
  .side-fixed-menu {
    width: calc(100% - 10vh);
    height: 10vh;
    justify-content: center;
  }
  .side-fixed-menu h1.header-logo {
    width: 10vh;
    height: 10vh;
    position: fixed;
    left: 0;
    top: 0;
  }
  .side-fixed-menu p.side-fixed-menu-title {
    margin-left: calc(10vh + 2vw);
    background: 0 0;
    width: fit-content;
    text-align: unset;
    padding: 0;
    color: #fff;
    font-size: clamp(1.7rem, 4.53vw, 1.95rem);
    margin-top: unset;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle {
    margin-left: calc(10vh + 2vw);
    padding: 0.15em 0 0;
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    font-weight: 400;
    text-align: unset;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle span {
    font-size: clamp(0.9rem, 2.4vw, 1.03rem);
    font-weight: 400;
  }
  .side-fixed-menu p.side-fixed-menu-subtitle::after {
    content: none;
  }
  .side-fixed-menu .side-fixed-menu-link {
    position: fixed;
    bottom: 9vh;
    right: 2vw;
    width: fit-content;
    padding: 0;
  }
  .side-fixed-menu .side-fixed-menu-link a {
    width: 12vh;
    max-width: 120px;
    height: 12vh;
    max-height: 120px;
    border: 1px solid #002f79;
    border-radius: 50%;
    font-size: clamp(1.2rem, 3.2vw, 1.38rem);
  }
  .side-fixed-menu ul.side-fixed-menu-linklist {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    margin: 0;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li {
    width: 50%;
    padding: 0;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a {
    height: 8vh;
    display: flex;
    font-size: clamp(1.3rem, 3.47vw, 1.49rem);
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #fff;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 0.75em;
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    border: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 0;
  }
  .veterinarian .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    background: #002f79;
  }
  .nurse .side-fixed-menu ul.side-fixed-menu-linklist li + li a {
    background: #b0ade0;
  }
  .header {
    width: 10vh;
    height: 10vh;
    padding: 0;
    top: 0;
    left: unset;
    right: 0;
  }
  .header::before {
    content: none;
  }
  .header.hide-out {
    height: 10vh;
  }
  .header.hide-out::before {
    content: none;
  }
  .top-fixedglobal-menu {
    display: none;
  }
  .hamburger-menu {
    width: 10vh;
    height: 10vh;
  }
  .hamburger-menu p.btn-border {
    width: 5.75vh;
    margin: 2.4vh auto 0;
    font-size: clamp(1.1rem, 2.93vw, 1.26rem);
  }
  .hamburger-menu p.btn-border span {
    width: 5.75vh;
  }
  .hamburger-menu p.btn-border span:nth-of-type(1) {
    top: 2.7vh;
  }
  .hamburger-menu p.btn-border span:nth-of-type(2) {
    top: 3.5vh;
  }
  .hamburger-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 0.4vh) rotate(-30deg);
  }
  .hamburger-menu.is-show .btn-border span:nth-child(2) {
    transform: translate(0, -0.4vh) rotate(30deg);
  }
  .hide-out .hamburger-menu p.btn-border {
    margin-top: 2.4vh;
  }
  .hamburger-menu-content-wrap {
    top: 10vh;
    right: -120%;
    padding: 5vw;
    width: 100%;
    height: 90vh;
  }
  .hamburger-menu-content-wrap > * + * {
    margin-top: 0;
  }
  .hamburger-menu-content-wrap.is-show {
    top: 10vh;
    right: 0;
  }
  .hamburger-menu-content-wrap .hamburger-menu-main > * + * {
    margin-top: 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt {
    padding: 1em 0;
    margin-bottom: 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt img {
    display: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a {
    display: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt a:hover {
    padding-left: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res {
    display: flex;
    align-items: baseline;
    gap: 0 2vw;
    position: relative;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::after,
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.7rem;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res::after {
    transform: rotate(90deg);
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res.open::before {
    content: none;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res.open::after {
    transform: rotate(180deg);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res span {
    color: #fff;
    font-size: clamp(2.4rem, 6.4vw, 2.75rem);
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res
    span.jp {
    font-size: clamp(1.4rem, 3.73vw, 1.61rem);
    font-weight: 400;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd {
    display: none;
    padding-bottom: 0.75em;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a {
    font-size: clamp(1.3rem, 3.47vw, 1.49rem);
    padding: 0.75em 0 0.75em 1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a:hover:after {
    animation: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list {
    flex-direction: column;
    justify-content: unset;
    gap: unset;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a {
    padding: 1em 0;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a::after {
    content: "";
    position: absolute;
    right: 1vw;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 2vw;
    font-size: clamp(1.9rem, 5.07vw, 2.18rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p span {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p span.jp {
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a::before {
    content: none;
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a:hover {
    padding-right: unset;
    transform: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .side-fixed-menu p.side-fixed-menu-title {
    font-size: clamp(2rem, 2.6vw, 2.67rem);
  }
  .side-fixed-menu p.side-fixed-menu-subtitle {
    font-size: clamp(1.5rem, 1.95vw, 2rem);
  }
  .side-fixed-menu p.side-fixed-menu-subtitle span {
    font-size: clamp(1rem, 1.3vw, 1.33rem);
  }
  .side-fixed-menu .side-fixed-menu-link a {
    font-size: clamp(1.3rem, 1.69vw, 1.73rem);
  }
  .side-fixed-menu ul.side-fixed-menu-linklist li a {
    font-size: clamp(1.6rem, 2.08vw, 2.13rem);
  }
  .hamburger-menu p.btn-border {
    font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dt .category-res span {
    color: #fff;
    font-size: clamp(2.4rem, 3.13vw, 3.2rem);
  }
  .hamburger-menu-content-wrap
    ul.hamburger-menu-list
    dl
    dt
    .category-res
    span.jp {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-menu-list dl dd a {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
  .hamburger-menu-content-wrap ul.hamburger-submenu-list a p {
    font-size: clamp(1.9rem, 2.47vw, 2.53rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer .footer p.copyright {
    font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  }
  .footer-group-wrap .footer-group-title {
    font-size: clamp(2.4rem, 3.13vw, 3.2rem);
    margin-bottom: 1.5vh;
  }
  .footer-group-wrap .footer-group-lead {
    font-size: clamp(1.6rem, 2.08vw, 2.13rem);
  }
  .footer-group-wrap ul.footer-group-slider li {
    margin-inline: 1vw;
  }
  .footer-group-wrap ul.footer-group-slider li a .img-box p.tag {
    font-size: clamp(1.4rem, 1.82vw, 1.87rem);
  }
  .footer-group-wrap ul.footer-group-slider li a .text-box p {
    font-size: clamp(1.1rem, 1.43vw, 1.47rem);
  }
  .footer-group-wrap ul.footer-group-slider li a .text-box p span {
    font-size: 1.25em;
  }
}
