/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
  background: transparent;
}

/* 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 {
  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;
}

li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}
html:not(:has(.old-layout)) {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #3b3b3b;
  position: relative;
  width: 100%;
  line-height: 1.6;
}
body:not(:has(.old-layout)) {
  font-size: 1.6rem;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-underline-offset: 0.3em;
  color: #3b3b3b;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  position: relative;
}

time {
  display: inline-block;
}

sup {
  font-size: 50%;
  position: relative;
  top: -0.1em;
  vertical-align: super;
}

section {
  position: relative;
}

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow-x: clip;
}

.indent-10 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent-10 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-11 {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.indent-11 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-12 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.indent-12 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-13 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.indent-13 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-14 {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.indent-14 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-15 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.indent-15 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-16 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.indent-16 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-17 {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.indent-17 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-18 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.indent-18 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-19 {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.indent-19 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-20 {
  text-indent: -2em;
  padding-left: 2em;
}
.indent-20 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-21 {
  text-indent: -2.1em;
  padding-left: 2.1em;
}
.indent-21 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-22 {
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.indent-22 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-23 {
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.indent-23 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-24 {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.indent-24 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-25 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.indent-25 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-26 {
  text-indent: -2.6em;
  padding-left: 2.6em;
}
.indent-26 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-27 {
  text-indent: -2.7em;
  padding-left: 2.7em;
}
.indent-27 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-28 {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
.indent-28 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-29 {
  text-indent: -2.9em;
  padding-left: 2.9em;
}
.indent-29 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-30 {
  text-indent: -3em;
  padding-left: 3em;
}
.indent-30 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-31 {
  text-indent: -3.1em;
  padding-left: 3.1em;
}
.indent-31 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-32 {
  text-indent: -3.2em;
  padding-left: 3.2em;
}
.indent-32 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-33 {
  text-indent: -3.3em;
  padding-left: 3.3em;
}
.indent-33 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-34 {
  text-indent: -3.4em;
  padding-left: 3.4em;
}
.indent-34 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-35 {
  text-indent: -3.5em;
  padding-left: 3.5em;
}
.indent-35 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-36 {
  text-indent: -3.6em;
  padding-left: 3.6em;
}
.indent-36 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-37 {
  text-indent: -3.7em;
  padding-left: 3.7em;
}
.indent-37 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-38 {
  text-indent: -3.8em;
  padding-left: 3.8em;
}
.indent-38 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-39 {
  text-indent: -3.9em;
  padding-left: 3.9em;
}
.indent-39 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-40 {
  text-indent: -4em;
  padding-left: 4em;
}
.indent-40 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-41 {
  text-indent: -4.1em;
  padding-left: 4.1em;
}
.indent-41 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-42 {
  text-indent: -4.2em;
  padding-left: 4.2em;
}
.indent-42 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-43 {
  text-indent: -4.3em;
  padding-left: 4.3em;
}
.indent-43 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-44 {
  text-indent: -4.4em;
  padding-left: 4.4em;
}
.indent-44 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-45 {
  text-indent: -4.5em;
  padding-left: 4.5em;
}
.indent-45 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-46 {
  text-indent: -4.6em;
  padding-left: 4.6em;
}
.indent-46 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-47 {
  text-indent: -4.7em;
  padding-left: 4.7em;
}
.indent-47 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-48 {
  text-indent: -4.8em;
  padding-left: 4.8em;
}
.indent-48 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-49 {
  text-indent: -4.9em;
  padding-left: 4.9em;
}
.indent-49 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-50 {
  text-indent: -5em;
  padding-left: 5em;
}
.indent-50 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-51 {
  text-indent: -5.1em;
  padding-left: 5.1em;
}
.indent-51 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-52 {
  text-indent: -5.2em;
  padding-left: 5.2em;
}
.indent-52 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-53 {
  text-indent: -5.3em;
  padding-left: 5.3em;
}
.indent-53 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-54 {
  text-indent: -5.4em;
  padding-left: 5.4em;
}
.indent-54 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-55 {
  text-indent: -5.5em;
  padding-left: 5.5em;
}
.indent-55 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-56 {
  text-indent: -5.6em;
  padding-left: 5.6em;
}
.indent-56 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-57 {
  text-indent: -5.7em;
  padding-left: 5.7em;
}
.indent-57 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-58 {
  text-indent: -5.8em;
  padding-left: 5.8em;
}
.indent-58 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-59 {
  text-indent: -5.9em;
  padding-left: 5.9em;
}
.indent-59 > * {
  text-indent: 0;
  padding-left: 0;
}

.indent-60 {
  text-indent: -6em;
  padding-left: 6em;
}
.indent-60 > * {
  text-indent: 0;
  padding-left: 0;
}

.list-indent10 > li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.list-indent11 > li {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.list-indent12 > li {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.list-indent13 > li {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.list-indent14 > li {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.list-indent15 > li {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.list-indent16 > li {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.list-indent17 > li {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.list-indent18 > li {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.list-indent19 > li {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.list-indent20 > li {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.list-indent21 > li {
  text-indent: -2.1em !important;
  padding-left: 2.1em !important;
}

.list-indent22 > li {
  text-indent: -2.2em !important;
  padding-left: 2.2em !important;
}

.list-indent23 > li {
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.list-indent24 > li {
  text-indent: -2.4em !important;
  padding-left: 2.4em !important;
}

.list-indent25 > li {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.list-indent26 > li {
  text-indent: -2.6em !important;
  padding-left: 2.6em !important;
}

.list-indent27 > li {
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.list-indent28 > li {
  text-indent: -2.8em !important;
  padding-left: 2.8em !important;
}

.list-indent29 > li {
  text-indent: -2.9em !important;
  padding-left: 2.9em !important;
}

.list-indent30 > li {
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.list-indent31 > li {
  text-indent: -3.1em !important;
  padding-left: 3.1em !important;
}

.list-indent32 > li {
  text-indent: -3.2em !important;
  padding-left: 3.2em !important;
}

.list-indent33 > li {
  text-indent: -3.3em !important;
  padding-left: 3.3em !important;
}

.list-indent34 > li {
  text-indent: -3.4em !important;
  padding-left: 3.4em !important;
}

.list-indent35 > li {
  text-indent: -3.5em !important;
  padding-left: 3.5em !important;
}

.list-indent36 > li {
  text-indent: -3.6em !important;
  padding-left: 3.6em !important;
}

.list-indent37 > li {
  text-indent: -3.7em !important;
  padding-left: 3.7em !important;
}

.list-indent38 > li {
  text-indent: -3.8em !important;
  padding-left: 3.8em !important;
}

.list-indent39 > li {
  text-indent: -3.9em !important;
  padding-left: 3.9em !important;
}

.list-indent40 > li {
  text-indent: -4em !important;
  padding-left: 4em !important;
}

.list-indent41 > li {
  text-indent: -4.1em !important;
  padding-left: 4.1em !important;
}

.list-indent42 > li {
  text-indent: -4.2em !important;
  padding-left: 4.2em !important;
}

.list-indent43 > li {
  text-indent: -4.3em !important;
  padding-left: 4.3em !important;
}

.list-indent44 > li {
  text-indent: -4.4em !important;
  padding-left: 4.4em !important;
}

.list-indent45 > li {
  text-indent: -4.5em !important;
  padding-left: 4.5em !important;
}

.list-indent46 > li {
  text-indent: -4.6em !important;
  padding-left: 4.6em !important;
}

.list-indent47 > li {
  text-indent: -4.7em !important;
  padding-left: 4.7em !important;
}

.list-indent48 > li {
  text-indent: -4.8em !important;
  padding-left: 4.8em !important;
}

.list-indent49 > li {
  text-indent: -4.9em !important;
  padding-left: 4.9em !important;
}

.list-indent50 > li {
  text-indent: -5em !important;
  padding-left: 5em !important;
}

.list-indent51 > li {
  text-indent: -5.1em !important;
  padding-left: 5.1em !important;
}

.list-indent52 > li {
  text-indent: -5.2em !important;
  padding-left: 5.2em !important;
}

.list-indent53 > li {
  text-indent: -5.3em !important;
  padding-left: 5.3em !important;
}

.list-indent54 > li {
  text-indent: -5.4em !important;
  padding-left: 5.4em !important;
}

.list-indent55 > li {
  text-indent: -5.5em !important;
  padding-left: 5.5em !important;
}

.list-indent56 > li {
  text-indent: -5.6em !important;
  padding-left: 5.6em !important;
}

.list-indent57 > li {
  text-indent: -5.7em !important;
  padding-left: 5.7em !important;
}

.list-indent58 > li {
  text-indent: -5.8em !important;
  padding-left: 5.8em !important;
}

.list-indent59 > li {
  text-indent: -5.9em !important;
  padding-left: 5.9em !important;
}

.list-indent60 > li {
  text-indent: -6em !important;
  padding-left: 6em !important;
}

.header {
  position: relative;
  border-top: 6px solid #f0b323;
}
.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.header-inner {
  position: relative;
  width: calc(1280 / 1620 * 100cqw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: calc(180 / 1620 * 100cqw);
}
.header-logo-zensoku {
  display: block;
  position: relative;
  width: calc(110 / 1620 * 100cqw);
  line-height: 0;
}
.header-logo-az {
  display: block;
  position: relative;
  width: calc(155 / 1620 * 100cqw);
  line-height: 0;
  margin-left: auto;
}
.header-title {
  position: relative;
  font-weight: bold;
  font-size: calc(18 / 1620 * 100cqw);
  margin-left: calc(30 / 1620 * 100cqw);
}

.footer {
  position: relative;
  background-color: #fff;
  border-top: 6px solid #f0b323;
  margin-top: min(100px, 100 / 1440 * 100vw);
}
.footer-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-inner {
  position: relative;
  width: calc(1280 / 1620 * 100cqw);
  margin: 0 auto;
}
.footer-check {
  position: fixed;
  aspect-ratio: 315/95;
  width: calc(315 / 1620 * 100cqw);
  background-color: #f0b323;
  display: flex;
  right: 0;
  bottom: calc(40 / 1620 * 100cqw);
  z-index: 100;
  color: #fff;
  align-items: center;
  font-size: calc(20 / 1620 * 100cqw);
  font-weight: bold;
  line-height: 1.3;
  gap: 0 calc(25 / 1620 * 100cqw);
  padding-left: calc(30 / 1620 * 100cqw);
  border: 1.5px solid #fff;
  border-right: none;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  background-image: url(/assets/img/common/arrow_link_wh.svg);
  background-repeat: no-repeat;
  background-position: right calc(25 / 1620 * 100cqw) center;
  background-size: calc(14 / 1620 * 100cqw);
}
.footer-check-icon {
  line-height: 0;
  width: calc(48 / 1620 * 100cqw);
}
.footer-nav {
  position: relative;
  padding: calc(40 / 1620 * 100cqw) 0;
}
.footer-nav::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: #fff8e7;
  left: 50%;
  translate: -50%;
}
.footer-nav-link {
  position: relative;
  padding-right: calc(60 / 1620 * 100cqw);
  display: flex;
  justify-content: space-between;
}
.footer-nav-link > li {
  font-size: calc(16 / 1620 * 100cqw);
  font-weight: bold;
}
.footer-nav-link > li > a {
  display: inline-block;
  padding-left: calc(15 / 1620 * 100cqw);
  background-image: url(/assets/img/common/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: left calc(8 / 1620 * 100cqw);
  background-size: calc(8 / 1620 * 100cqw);
}
.footer-nav-pagetop {
  position: fixed;
  bottom: calc(160 / 1620 * 100cqw);
  right: calc(70 / 1620 * 100cqw);
  width: calc(64 / 1620 * 100cqw);
  cursor: pointer;
  z-index: 50;
}
.footer-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: calc(25 / 1620 * 100cqw) 0;
}
.footer-info-link {
  position: relative;
  display: flex;
}
.footer-info-link > li {
  font-size: calc(15 / 1620 * 100cqw);
}
.footer-info-link > li:nth-of-type(n+2)::before {
  content: "|";
  display: inline-block;
  margin: 0 calc(20 / 1620 * 100cqw);
}
.footer-info-sv {
  font-weight: bold;
  font-size: calc(15 / 1620 * 100cqw);
}
.footer-etc {
  position: relative;
  padding: calc(30 / 1620 * 100cqw) 0;
  color: #fff;
}
.footer-etc::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: #15c7c1;
  left: 50%;
  translate: -50%;
}
.footer-etc-link {
  position: relative;
  display: flex;
}
.footer-etc-link > li {
  font-size: calc(15 / 1620 * 100cqw);
}
.footer-etc-link > li:nth-of-type(n+2)::before {
  content: "|";
  display: inline-block;
  margin: 0 calc(20 / 1620 * 100cqw);
}
.footer-etc-link > li > a {
  color: #fff;
}
.footer-etc-contact {
  position: relative;
  border-top: 1.5px solid rgba(255, 255, 255, 0.4);
  margin-top: calc(30 / 1620 * 100cqw);
  padding-top: calc(30 / 1620 * 100cqw);
  display: flex;
  align-items: center;
}
.footer-etc-contact-title {
  font-weight: bold;
  font-size: calc(16 / 1620 * 100cqw);
}
.footer-etc-contact-info {
  font-size: calc(14 / 1620 * 100cqw);
  padding-left: calc(40 / 1620 * 100cqw);
  margin-left: calc(40 / 1620 * 100cqw);
  border-left: 1.5px solid rgba(255, 255, 255, 0.4);
}
.footer-etc-contact-info > p {
  margin-bottom: calc(5 / 1620 * 100cqw);
}
.footer-copyright {
  position: relative;
  height: calc(58 / 1620 * 100cqw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(30 / 1620 * 100cqw);
  font-size: calc(16 / 1620 * 100cqw);
  color: #15c7c1;
}

.nav-btn {
  position: fixed;
  z-index: 1000;
  width: min(75px, 75 / 1440 * 100vw);
  top: min(25px, 25 / 1440 * 100vw);
  right: min(25px, 25 / 1440 * 100vw);
  cursor: pointer;
  line-height: 0;
}
.nav-btn img {
  position: relative;
}
.nav-btn img:last-of-type {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}
.nav-btn.open img:first-of-type {
  opacity: 0;
}
.nav-btn.open img:last-of-type {
  opacity: 1;
}
.nav-overlay {
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0;
  z-index: 900;
  overscroll-behavior-y: none;
  display: none;
  overflow-y: auto;
  overflow-x: clip;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 6px solid #ebaf22;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-overlay::-webkit-scrollbar {
  display: none;
}
.nav-bg {
  position: fixed;
  width: 100%;
  height: 100dvh;
  inset: 0;
}
.nav-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: calc(100% + 0.5px);
}
.nav-inner {
  position: relative;
  width: calc(1280 / 1620 * 100cqw);
  margin: 0 auto;
  padding: calc(50 / 1620 * 100cqw) 0 calc(60 / 1620 * 100cqw);
  display: flex;
  gap: 0 calc(50 / 1620 * 100cqw);
}
.nav-inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.nav-logo {
  position: relative;
  width: calc(230 / 1620 * 100cqw);
  display: block;
  flex-shrink: 0;
}
.nav-menu {
  position: relative;
  width: 100%;
}
.nav-menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(15 / 1620 * 100cqw) calc(40 / 1620 * 100cqw);
}
.nav-menu-list > li > a {
  display: block;
  font-size: calc(18 / 1620 * 100cqw);
  font-weight: bold;
  border-bottom: 1.5px solid #e1e1e1;
  padding-bottom: calc(15 / 1620 * 100cqw);
  padding-left: calc(20 / 1620 * 100cqw);
  background-image: url(/assets/img/common/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: left calc(10 / 1620 * 100cqw);
  background-size: calc(10 / 1620 * 100cqw);
}
.nav-menu-info {
  display: flex;
  position: relative;
  margin-top: calc(40 / 1620 * 100cqw);
  border: 1.5px solid #e1e1e1;
  padding: calc(20 / 1620 * 100cqw) calc(25 / 1620 * 100cqw);
  gap: 0 calc(50 / 1620 * 100cqw);
}
.nav-menu-info > li > a {
  font-size: calc(15 / 1620 * 100cqw);
  display: block;
  padding-left: calc(15 / 1620 * 100cqw);
  background-image: url(/assets/img/common/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: left calc(8 / 1620 * 100cqw);
  background-size: calc(8 / 1620 * 100cqw);
}

.table {
  margin-top: calc(30 / 1620 * 100cqw);
  position: relative;
  font-size: calc(15 / 1620 * 100cqw);
}
.table tbody tr th {
  border: 1px solid #d1d1d1;
  height: calc(80 / 1620 * 100cqw);
  text-align: left;
  vertical-align: middle;
  background-color: #ffe6ae;
  padding: calc(15 / 1620 * 100cqw) calc(20 / 1620 * 100cqw);
}
.table tbody tr td {
  border: 1px solid #d1d1d1;
  text-align: left;
  vertical-align: middle;
  padding: calc(15 / 1620 * 100cqw) calc(20 / 1620 * 100cqw);
}

.table-diagnosis {
  margin: calc(60 / 1620 * 100cqw) auto 0;
  width: calc(800 / 1620 * 100cqw);
}
.table-diagnosis-title {
  text-align: center;
  margin-bottom: calc(30 / 1620 * 100cqw);
  font-size: calc(18 / 1620 * 100cqw);
  font-weight: bold;
}
.table-diagnosis-title > span {
  font-size: calc(22 / 1620 * 100cqw);
}
.table-diagnosis-scroll-inner table {
  font-size: calc(15 / 1620 * 100cqw);
  table-layout: fixed;
}
.table-diagnosis-scroll-inner table thead tr th {
  border: 1px solid #d1d1d1;
  background-color: #91fffb;
  height: calc(50 / 1620 * 100cqw);
  vertical-align: middle;
  padding: calc(15 / 1620 * 100cqw) 0;
}
.table-diagnosis-scroll-inner table thead tr th:first-of-type {
  background-color: #ffe6ae;
}
.table-diagnosis-scroll-inner table tbody tr th {
  border: 1px solid #d1d1d1;
  background-color: #ffe6ae;
  height: calc(50 / 1620 * 100cqw);
  padding: calc(15 / 1620 * 100cqw) 0;
  vertical-align: middle;
}
.table-diagnosis-scroll-inner table tbody tr td {
  border: 1px solid #d1d1d1;
  vertical-align: middle;
  text-align: center;
  height: calc(50 / 1620 * 100cqw);
  padding: calc(15 / 1620 * 100cqw) 0;
}
.table-diagnosis-cap {
  font-size: calc(15 / 1620 * 100cqw);
  margin-top: calc(20 / 1620 * 100cqw);
  text-align: right;
}
.table-diagnosis-notice {
  margin-top: calc(30 / 1620 * 100cqw);
}
.table-diagnosis-notice > dl > div {
  padding-left: calc(25 / 1620 * 100cqw);
  border-left: calc(3 / 1620 * 100cqw) solid #d1d1d1;
}
.table-diagnosis-notice > dl > div:nth-of-type(n+2) {
  margin-top: calc(20 / 1620 * 100cqw);
}
.table-diagnosis-notice > dl > div > dt {
  font-size: calc(18 / 1620 * 100cqw);
  font-weight: bold;
  margin-bottom: calc(10 / 1620 * 100cqw);
}
.table-diagnosis-notice:has(> ul) {
  padding-left: calc(25 / 1620 * 100cqw);
  border-left: calc(3 / 1620 * 100cqw) solid #d1d1d1;
}
.table-diagnosis-notice:has(> ul) > ul > li {
  margin-top: calc(5 / 1620 * 100cqw);
}

.cv-check {
  position: relative;
  width: calc(800 / 1620 * 100cqw);
  height: calc(230 / 1620 * 100cqw);
  margin: calc(80 / 1620 * 100cqw) auto 0;
  border: calc(12 / 1620 * 100cqw) solid #dafffe;
  padding-left: calc(40 / 1620 * 100cqw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(15 / 1620 * 100cqw);
}
.cv-check-text {
  font-weight: bold;
  font-size: calc(22 / 1620 * 100cqw);
}
.cv-check-link {
  aspect-ratio: 330/75;
  display: flex;
  align-items: center;
  background-color: #f0b323;
  color: #fff;
  width: calc(330 / 1620 * 100cqw);
  font-size: calc(20 / 1620 * 100cqw);
  font-weight: bold;
  padding-left: calc(30 / 1620 * 100cqw);
  line-height: 1.3;
  gap: 0 calc(25 / 1620 * 100cqw);
  background-image: url(/assets/img/common/arrow_link_wh.svg);
  background-repeat: no-repeat;
  background-position: center right calc(15 / 1620 * 100cqw);
  background-size: calc(14 / 1620 * 100cqw);
}
.cv-check-link > img {
  width: calc(45 / 1620 * 100cqw) !important;
}
.cv-check-pic {
  position: relative;
}

.width-5 {
  width: 5% !important;
}
.width-6 {
  width: 6% !important;
}
.width-7 {
  width: 7% !important;
}
.width-8 {
  width: 8% !important;
}
.width-9 {
  width: 9% !important;
}
.width-10 {
  width: 10% !important;
}
.width-11 {
  width: 11% !important;
}
.width-12 {
  width: 12% !important;
}
.width-13 {
  width: 13% !important;
}
.width-14 {
  width: 14% !important;
}
.width-15 {
  width: 15% !important;
}
.width-16 {
  width: 16% !important;
}
.width-17 {
  width: 17% !important;
}
.width-18 {
  width: 18% !important;
}
.width-19 {
  width: 19% !important;
}
.width-20 {
  width: 20% !important;
}
.width-21 {
  width: 21% !important;
}
.width-22 {
  width: 22% !important;
}
.width-23 {
  width: 23% !important;
}
.width-24 {
  width: 24% !important;
}
.width-25 {
  width: 25% !important;
}
.width-26 {
  width: 26% !important;
}
.width-27 {
  width: 27% !important;
}
.width-28 {
  width: 28% !important;
}
.width-29 {
  width: 29% !important;
}
.width-30 {
  width: 30% !important;
}
.width-31 {
  width: 31% !important;
}
.width-32 {
  width: 32% !important;
}
.width-33 {
  width: 33% !important;
}
.width-34 {
  width: 34% !important;
}
.width-35 {
  width: 35% !important;
}
.width-36 {
  width: 36% !important;
}
.width-37 {
  width: 37% !important;
}
.width-38 {
  width: 38% !important;
}
.width-39 {
  width: 39% !important;
}
.width-40 {
  width: 40% !important;
}
.width-41 {
  width: 41% !important;
}
.width-42 {
  width: 42% !important;
}
.width-43 {
  width: 43% !important;
}
.width-44 {
  width: 44% !important;
}
.width-45 {
  width: 45% !important;
}
.width-46 {
  width: 46% !important;
}
.width-47 {
  width: 47% !important;
}
.width-48 {
  width: 48% !important;
}
.width-49 {
  width: 49% !important;
}
.width-50 {
  width: 50% !important;
}
.width-51 {
  width: 51% !important;
}
.width-52 {
  width: 52% !important;
}
.width-53 {
  width: 53% !important;
}
.width-54 {
  width: 54% !important;
}
.width-55 {
  width: 55% !important;
}
.width-56 {
  width: 56% !important;
}
.width-57 {
  width: 57% !important;
}
.width-58 {
  width: 58% !important;
}
.width-59 {
  width: 59% !important;
}
.width-60 {
  width: 60% !important;
}
.width-61 {
  width: 61% !important;
}
.width-62 {
  width: 62% !important;
}
.width-63 {
  width: 63% !important;
}
.width-64 {
  width: 64% !important;
}
.width-65 {
  width: 65% !important;
}
.width-66 {
  width: 66% !important;
}
.width-67 {
  width: 67% !important;
}
.width-68 {
  width: 68% !important;
}
.width-69 {
  width: 69% !important;
}
.width-70 {
  width: 70% !important;
}
.width-71 {
  width: 71% !important;
}
.width-72 {
  width: 72% !important;
}
.width-73 {
  width: 73% !important;
}
.width-74 {
  width: 74% !important;
}
.width-75 {
  width: 75% !important;
}
.width-76 {
  width: 76% !important;
}
.width-77 {
  width: 77% !important;
}
.width-78 {
  width: 78% !important;
}
.width-79 {
  width: 79% !important;
}
.width-80 {
  width: 80% !important;
}
.width-81 {
  width: 81% !important;
}
.width-82 {
  width: 82% !important;
}
.width-83 {
  width: 83% !important;
}
.width-84 {
  width: 84% !important;
}
.width-85 {
  width: 85% !important;
}
.width-86 {
  width: 86% !important;
}
.width-87 {
  width: 87% !important;
}
.width-88 {
  width: 88% !important;
}
.width-89 {
  width: 89% !important;
}
.width-90 {
  width: 90% !important;
}
.width-91 {
  width: 91% !important;
}
.width-92 {
  width: 92% !important;
}
.width-93 {
  width: 93% !important;
}
.width-94 {
  width: 94% !important;
}
.width-95 {
  width: 95% !important;
}
.width-96 {
  width: 96% !important;
}
.width-97 {
  width: 97% !important;
}
.width-98 {
  width: 98% !important;
}
.width-99 {
  width: 99% !important;
}
.width-100 {
  width: 100% !important;
}
html {
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  overflow-x: clip;
  position: relative;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
body.lock {
  overflow: clip;
  overscroll-behavior: none;
}

.wrapper {
  position: relative;
}
.wrapper img {
  width: 100%;
}

.main {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.main-wrapper {
  position: relative;
  width: calc(1280 / 1620 * 100cqw);
  margin: 0 auto;
  font-size: calc(16 / 1620 * 100cqw);
}

.title-h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(210 / 1620 * 100cqw);
  gap: calc(20 / 1620 * 100cqw) 0;
}
.title-h1::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  background-image: url(/assets/img/common/bg_title.png);
  background-position: center top;
  background-size: calc(13 / 1620 * 100cqw);
  background-color: #fff;
}
.title-h1 > h1 {
  position: relative;
  line-height: 1.3;
  font-size: calc(48 / 1620 * 100cqw);
}
.title-h1 > p {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: calc(20 / 1620 * 100cqw);
  font-weight: 600;
  color: #f0b323;
}
.title-h2 {
  position: relative;
  margin-top: calc(70 / 1620 * 100cqw);
  margin-bottom: calc(60 / 1620 * 100cqw);
  padding-top: calc(35 / 1620 * 100cqw);
  font-size: calc(34 / 1620 * 100cqw);
  line-height: 1.3;
}
.title-h2 + * {
  margin-top: 0 !important;
}
.title-h2::before, .title-h2::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(6 / 1620 * 100cqw);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
}
.title-h2::after {
  width: calc(240 / 1620 * 100cqw);
  background-color: #f0b323;
}
.title-h3 {
  border-left: calc(5 / 1620 * 100cqw) solid #1acfc9;
  font-size: calc(28 / 1620 * 100cqw);
  line-height: 1.3;
  margin-top: calc(50 / 1620 * 100cqw);
  margin-bottom: calc(35 / 1620 * 100cqw);
  padding-left: calc(20 / 1620 * 100cqw);
  position: relative;
}
.title-h3 + * {
  margin-top: 0 !important;
}
.title-h4 {
  font-size: calc(22 / 1620 * 100cqw);
  position: relative;
  margin-top: calc(40 / 1620 * 100cqw);
  margin-bottom: calc(30 / 1620 * 100cqw);
}
.title-h4 + * {
  margin-top: 0 !important;
}
.breadcrumbs {
  position: relative;
  margin: calc(30 / 1620 * 100cqw) auto calc(70 / 1620 * 100cqw);
}
.breadcrumbs > ul {
  display: flex;
  position: relative;
}
.breadcrumbs > ul > li {
  color: #888888;
  font-size: calc(14 / 1620 * 100cqw);
}
.breadcrumbs > ul > li:nth-of-type(n+2)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}
.breadcrumbs > ul > li > a {
  color: #3b3b3b;
  text-decoration: underline;
}

.anchor-nav {
  position: relative;
  padding: calc(30 / 1620 * 100cqw) 0;
  display: flex;
  border: 1.5px solid #d1d1d1;
}
.anchor-nav-title {
  width: calc(150 / 1620 * 100cqw);
  flex-shrink: 0;
  border-right: 1.5px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20 / 1620 * 100cqw);
  font-weight: bold;
}
.anchor-nav-link {
  width: 100%;
  padding-left: calc(35 / 1620 * 100cqw);
  counter-reset: cnt;
  font-size: calc(18 / 1620 * 100cqw);
}
.anchor-nav-link > li {
  counter-increment: cnt;
}
.anchor-nav-link > li:nth-of-type(n+2) {
  margin-top: calc(15 / 1620 * 100cqw);
}
.anchor-nav-link > li > a {
  display: inline-block;
  background-image: url(/assets/img/common/icon_anchor.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: calc(16 / 1620 * 100cqw);
  padding-right: calc(25 / 1620 * 100cqw);
}
.anchor-nav-link > li > a::before {
  content: counter(cnt, decimal-leading-zero);
  display: inline-block;
  margin-right: 1em;
}

.text {
  line-height: 2;
  margin-top: calc(40 / 1620 * 100cqw);
}
.text a {
  color: #e4a000;
  text-decoration: underline;
  word-break: break-all;
}

.text-attention {
  margin-top: calc(20 / 1620 * 100cqw);
  font-size: calc(12 / 1620 * 100cqw);
}
.text-attention > li:nth-of-type(n+2) {
  margin-top: calc(5 / 1620 * 100cqw);
}

.pic {
  position: relative;
  margin-top: calc(40 / 1620 * 100cqw);
  text-align: center;
}

.btn {
  width: calc(360 / 1620 * 100cqw);
  height: calc(50 / 1620 * 100cqw);
  position: relative;
  display: flex;
  border: 1px solid #d1d1d1;
  line-height: 1.3;
  border-radius: calc(3 / 1620 * 100cqw);
  align-items: center;
  justify-content: center;
  margin-top: calc(30 / 1620 * 100cqw);
  background-color: #fff;
}
.btn::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #f0b323;
  width: calc(18 / 1620 * 100cqw);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(7 / 1620 * 100cqw);
  right: calc(15 / 1620 * 100cqw);
  background-image: url(/assets/img/common/arrow_link_wh.svg);
}

.link-text {
  margin-top: calc(30 / 1620 * 100cqw);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1620 * 100cqw) 0;
}
.link-text.right {
  align-items: flex-end;
}
.link-text > a {
  display: block;
  width: fit-content;
  text-decoration: underline;
  padding-right: calc(20 / 1620 * 100cqw);
  position: relative;
}
.link-text > a::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #f0b323;
  width: calc(14 / 1620 * 100cqw);
  position: absolute;
  top: calc(8 / 1620 * 100cqw);
  right: 0;
  background-image: url(/assets/img/common/arrow_link_wh.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(6 / 1620 * 100cqw);
}

.list-box {
  position: relative;
  background-color: #dafffe;
  padding: calc(40 / 1620 * 100cqw) calc(30 / 1620 * 100cqw);
  margin-top: calc(35 / 1620 * 100cqw);
}
.list-box > ul > li {
  position: relative;
  padding-left: calc(18 / 1620 * 100cqw);
}
.list-box > ul > li::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: calc(12 / 1620 * 100cqw);
  border: calc(3 / 1620 * 100cqw) #1acfc9 solid;
  border-radius: 100%;
  position: absolute;
  top: calc(8 / 1620 * 100cqw);
  left: 0;
}
.list-box > ul > li:nth-of-type(n+2) {
  margin-top: calc(20 / 1620 * 100cqw);
}

.list-term {
  counter-reset: cnt;
  margin-top: calc(40 / 1620 * 100cqw);
}
.list-term > *:first-child {
  margin-top: 0;
}
.list-term > dt {
  font-size: calc(22 / 1620 * 100cqw);
  font-weight: bold;
  line-height: 1.3;
  margin-top: calc(30 / 1620 * 100cqw);
  margin-bottom: calc(15 / 1620 * 100cqw);
  counter-increment: cnt;
  position: relative;
  padding-left: calc(30 / 1620 * 100cqw);
}
.list-term > dt::before {
  content: counter(cnt);
  font-size: calc(14 / 1620 * 100cqw);
  width: calc(22 / 1620 * 100cqw);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1acfc9;
  color: #fff;
  aspect-ratio: 1;
  border-radius: 100%;
  position: absolute;
  top: calc(5 / 1620 * 100cqw);
  left: 0;
}
.list-term > dd {
  line-height: 2;
}

.list-num {
  margin-top: calc(20 / 1620 * 100cqw);
  font-size: calc(18 / 1620 * 100cqw);
  counter-reset: cnt;
}
.list-num > li {
  position: relative;
  padding-left: calc(30 / 1620 * 100cqw);
  counter-increment: cnt;
}
.list-num > li:nth-of-type(n+2) {
  margin-top: calc(5 / 1620 * 100cqw);
}
.list-num > li::before {
  content: counter(cnt);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(22 / 1620 * 100cqw);
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #1acfc9;
  color: #fff;
  font-size: calc(14 / 1620 * 100cqw);
  font-weight: bold;
  position: absolute;
  top: calc(4 / 1620 * 100cqw);
  left: 0;
}

.accordion {
  margin-top: calc(40 / 1620 * 100cqw);
  position: relative;
  background-color: #fff5de;
}
.accordion + .accordion {
  margin-top: calc(30 / 1620 * 100cqw);
}
.accordion.open .accordion-head {
  background-image: url(/assets/img/common/icon_close.png);
}
.accordion-head {
  font-size: calc(24 / 1620 * 100cqw);
  font-weight: bold;
  padding: calc(20 / 1620 * 100cqw) calc(35 / 1620 * 100cqw);
  cursor: pointer;
  background-image: url(/assets/img/common/icon_open.png);
  background-repeat: no-repeat;
  background-size: calc(25 / 1620 * 100cqw);
  background-position: right calc(25 / 1620 * 100cqw) center;
}
.accordion-body {
  border-top: 1.5px solid #d1d1d1;
  padding: calc(20 / 1620 * 100cqw) calc(35 / 1620 * 100cqw) calc(30 / 1620 * 100cqw);
  display: none;
}
.accordion-body > *:first-child {
  margin-top: 0 !important;
}

.tab {
  position: relative;
  display: flex;
  gap: 0 calc(15 / 1620 * 100cqw);
  border-bottom: calc(6 / 1620 * 100cqw) solid #1acfc9;
}
.tab > li {
  width: 100%;
  cursor: pointer;
}
.tab > li.current {
  pointer-events: none;
}
.tab > li.current > * {
  background-image: none;
  font-weight: bold;
  color: #fff;
  background-color: #1acfc9;
}
.tab > li > * {
  text-align: center;
  display: flex;
  height: calc(60 / 1620 * 100cqw);
  background-color: #baf1ef;
  border-radius: calc(5 / 1620 * 100cqw) calc(5 / 1620 * 100cqw) 0 0;
  font-size: calc(18 / 1620 * 100cqw);
  align-items: center;
  justify-content: center;
  background-image: url(/assets/img/common/icon_tab.png);
  background-repeat: no-repeat;
  background-size: calc(18 / 1620 * 100cqw);
  background-position: right calc(20 / 1620 * 100cqw) center;
  line-height: 1.3;
}

.notice-box {
  margin-top: calc(40 / 1620 * 100cqw);
  padding: calc(30 / 1620 * 100cqw) calc(35 / 1620 * 100cqw);
  position: relative;
  background-color: #dafffe;
}
.notice-box-title {
  font-size: calc(22 / 1620 * 100cqw);
  font-weight: bold;
  margin-bottom: calc(15 / 1620 * 100cqw);
}
.notice-box-text {
  line-height: 2;
}

.modal {
  z-index: 100000;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  inset: 0;
  overflow: auto;
  overscroll-behavior-y: none;
  background-color: rgba(255, 255, 255, 0.7);
  scrollbar-width: none;
  display: none;
}
.modal-inner {
  position: relative;
  width: 100%;
  height: calc(100% + 0.5px);
  overflow: auto;
  overflow-x: clip;
}
.modal-contents {
  position: relative;
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.modal-contents-frame {
  margin: auto;
  width: calc(900 / 1280 * 100cqw);
  background-color: #fff;
  padding: calc(40 / 1280 * 100cqw);
  border: calc(5 / 1280 * 100cqw) solid #f0b323;
  position: relative;
}
.modal-contents-close {
  width: calc(30 / 1280 * 100cqw);
  position: absolute;
  right: 0;
  top: calc(-50 / 1280 * 100cqw);
  cursor: pointer;
}

.modal-medicine {
  position: relative;
}
.modal-medicine-title {
  font-weight: bold;
  font-size: calc(24 / 1280 * 100cqw);
  text-align: center;
  margin-bottom: calc(20 / 1280 * 100cqw);
}
.modal-medicine-title > small {
  font-weight: 500;
  display: block;
  font-size: calc(16 / 1280 * 100cqw);
  margin-bottom: calc(5 / 1280 * 100cqw);
}
.modal-medicine-btn {
  border-radius: calc(10 / 1280 * 100cqw);
  border: calc(4 / 1280 * 100cqw) solid #45e9e3;
  background-color: #15c7c1;
  height: calc(64 / 1280 * 100cqw);
  display: flex;
  font-size: calc(20 / 1280 * 100cqw);
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url(/assets/img/common/arrow_link_wh.svg);
  background-repeat: no-repeat;
  background-position: right calc(15 / 1280 * 100cqw) center;
  background-size: calc(12 / 1280 * 100cqw);
}
.modal-medicine-btn.white {
  color: #15c7c1;
  border-color: #15c7c1;
  background-color: #fff;
  background-image: url(/assets/img/common/arrow_link_gr.svg);
}
.modal-medicine-confirm {
  display: flex;
  justify-content: center;
  gap: 0 calc(20 / 1280 * 100cqw);
}
.modal-medicine-confirm > li {
  width: calc(310 / 1280 * 100cqw);
  cursor: pointer;
}
.modal-medicine-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20 / 1280 * 100cqw);
}
.modal-medicine-text {
  margin-top: calc(30 / 1280 * 100cqw);
  padding-top: calc(30 / 1280 * 100cqw);
  font-size: calc(16 / 1280 * 100cqw);
  text-align: center;
  border-top: 1.5px solid #e1e1e1;
}
@media print {
  #wrapper {
    width: 1130px !important;
  }
}
@media screen and (max-width: 767.98px) {
  body:not(:has(.old-layout)) {
    font-size: 1.4rem;
  }
  .header {
    border: none;
  }
  .header-inner {
    width: calc(680 / 750 * 100vw);
    height: auto;
    padding: calc(40 / 750 * 100vw) 0;
  }
  .header-logo-zensoku {
    width: calc(150 / 750 * 100vw);
  }
  .header-logo-az {
    width: calc(160 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
    right: 0;
    position: absolute;
  }
  .header-title {
    font-size: calc(26 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
  }
  .footer {
    border-width: 5px;
    margin-top: calc(160 / 750 * 100vw);
  }
  .footer-inner {
    width: calc(680 / 750 * 100vw);
  }
  .footer-check {
    aspect-ratio: 615/80;
    width: calc(615 / 750 * 100vw);
    bottom: calc(40 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    justify-content: center;
    background-size: calc(14 / 750 * 100vw);
    background-position: right calc(60 / 750 * 100vw) center;
  }
  .footer-check-icon {
    width: calc(50 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
  .footer-nav {
    padding: calc(60 / 750 * 100vw) 0;
  }
  .footer-nav-link {
    display: block;
    padding: 0;
  }
  .footer-nav-link > li {
    font-size: calc(26 / 750 * 100vw);
  }
  .footer-nav-link > li:nth-of-type(n+2) {
    margin-top: calc(30 / 750 * 100vw);
  }
  .footer-nav-link > li > a {
    padding-left: calc(22 / 750 * 100vw);
    background-size: calc(12 / 750 * 100vw);
    background-position: left calc(14 / 750 * 100vw);
  }
  .footer-nav-pagetop {
    width: calc(100 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    bottom: calc(140 / 750 * 100vw);
  }
  .footer-info {
    padding: calc(40 / 750 * 100vw) 0;
    display: block;
  }
  .footer-info-link {
    display: block;
  }
  .footer-info-link > li {
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
    border-bottom: 1.5px solid #d1d1d1;
  }
  .footer-info-link > li:nth-of-type(n+2) {
    margin-top: calc(20 / 750 * 100vw);
  }
  .footer-info-link > li:nth-of-type(n+2)::before {
    display: none;
  }
  .footer-info-sv {
    margin-top: calc(60 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-align: right;
  }
  .footer-etc {
    padding: calc(50 / 750 * 100vw) 0;
  }
  .footer-etc-link {
    flex-wrap: wrap;
    gap: calc(30 / 750 * 100vw) 0;
  }
  .footer-etc-link > li {
    font-size: calc(24 / 750 * 100vw);
  }
  .footer-etc-link > li:nth-of-type(4)::before {
    display: none;
  }
  .footer-etc-link > li:nth-of-type(n+2)::before {
    margin: 0 calc(40 / 750 * 100vw);
  }
  .footer-etc-contact {
    margin-top: calc(30 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    display: block;
  }
  .footer-etc-contact-title {
    font-size: calc(26 / 750 * 100vw);
  }
  .footer-etc-contact-info {
    font-size: calc(24 / 750 * 100vw);
    border: none;
    margin: calc(20 / 750 * 100vw) 0 0;
    padding: 0;
  }
  .footer-etc-contact-info > p {
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .footer-copyright {
    height: calc(80 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    gap: 0 calc(50 / 750 * 100vw);
  }
  .nav-btn {
    width: calc(96 / 750 * 100vw);
    right: 0;
    top: 0;
  }
  .nav-overlay {
    border: none;
  }
  .nav-inner {
    display: block;
    width: 100%;
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  .nav-logo {
    display: none;
  }
  .nav-menu-list {
    display: block;
  }
  .nav-menu-list > li > a {
    height: calc(90 / 750 * 100vw);
    display: flex;
    align-items: center;
    font-size: calc(28 / 750 * 100vw);
    padding-left: calc(70 / 750 * 100vw);
    background-size: calc(16 / 750 * 100vw);
    background-position: calc(35 / 750 * 100vw) center;
  }
  .nav-menu-info {
    margin: calc(70 / 750 * 100vw) auto 0;
    display: block;
    padding: calc(40 / 750 * 100vw);
    width: calc(680 / 750 * 100vw);
  }
  .nav-menu-info > li:nth-of-type(n+2) {
    margin-top: calc(30 / 750 * 100vw);
  }
  .nav-menu-info > li > a {
    padding-left: calc(25 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    background-size: calc(12 / 750 * 100vw);
    background-position: left center;
  }
  .table {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  .table tbody tr th {
    height: calc(80 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
  .table tbody tr td {
    padding: calc(20 / 750 * 100vw);
  }
  .table-diagnosis {
    width: 100%;
    margin-top: calc(60 / 750 * 100vw);
  }
  .table-diagnosis-title {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .table-diagnosis-title > span {
    font-size: calc(32 / 750 * 100vw);
  }
  .table-diagnosis-scroll {
    overflow: auto;
    margin: 0 calc(-35 / 750 * 100vw);
    padding: 0 calc(35 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .table-diagnosis-scroll-inner {
    width: calc(1200 / 750 * 100vw);
  }
  .table-diagnosis-scroll-inner table {
    font-size: calc(24 / 750 * 100vw);
  }
  .table-diagnosis-scroll-inner table thead tr th {
    height: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
  .table-diagnosis-scroll-inner table tbody tr th {
    height: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
  .table-diagnosis-scroll-inner table tbody tr td {
    height: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
  .table-diagnosis-cap {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  .table-diagnosis-notice {
    margin-top: calc(30 / 750 * 100vw);
  }
  .table-diagnosis-notice > dl > div {
    padding-left: calc(20 / 750 * 100vw);
    border-width: calc(5 / 750 * 100vw);
  }
  .table-diagnosis-notice > dl > div:nth-of-type(n+2) {
    margin-top: calc(40 / 750 * 100vw);
  }
  .table-diagnosis-notice > dl > div > dt {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .table-diagnosis-notice:has(> ul) {
    padding-left: calc(20 / 750 * 100vw);
    border-width: calc(5 / 750 * 100vw);
  }
  .table-diagnosis-notice:has(> ul) > ul > li {
    margin-top: calc(10 / 750 * 100vw);
  }
  .cv-check {
    display: block;
    height: auto;
    width: calc(600 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0 0;
    border-width: calc(20 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
  .cv-check-text {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
  .cv-check-link {
    aspect-ratio: 440/100;
    width: calc(440 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
    gap: 0 calc(30 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
    background-position: center right calc(20 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw);
  }
  .cv-check-link > img {
    width: calc(60 / 750 * 100vw) !important;
  }
  .cv-check-pic {
    width: calc(400 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
  .width-5-sp {
    width: 5% !important;
  }
  .width-6-sp {
    width: 6% !important;
  }
  .width-7-sp {
    width: 7% !important;
  }
  .width-8-sp {
    width: 8% !important;
  }
  .width-9-sp {
    width: 9% !important;
  }
  .width-10-sp {
    width: 10% !important;
  }
  .width-11-sp {
    width: 11% !important;
  }
  .width-12-sp {
    width: 12% !important;
  }
  .width-13-sp {
    width: 13% !important;
  }
  .width-14-sp {
    width: 14% !important;
  }
  .width-15-sp {
    width: 15% !important;
  }
  .width-16-sp {
    width: 16% !important;
  }
  .width-17-sp {
    width: 17% !important;
  }
  .width-18-sp {
    width: 18% !important;
  }
  .width-19-sp {
    width: 19% !important;
  }
  .width-20-sp {
    width: 20% !important;
  }
  .width-21-sp {
    width: 21% !important;
  }
  .width-22-sp {
    width: 22% !important;
  }
  .width-23-sp {
    width: 23% !important;
  }
  .width-24-sp {
    width: 24% !important;
  }
  .width-25-sp {
    width: 25% !important;
  }
  .width-26-sp {
    width: 26% !important;
  }
  .width-27-sp {
    width: 27% !important;
  }
  .width-28-sp {
    width: 28% !important;
  }
  .width-29-sp {
    width: 29% !important;
  }
  .width-30-sp {
    width: 30% !important;
  }
  .width-31-sp {
    width: 31% !important;
  }
  .width-32-sp {
    width: 32% !important;
  }
  .width-33-sp {
    width: 33% !important;
  }
  .width-34-sp {
    width: 34% !important;
  }
  .width-35-sp {
    width: 35% !important;
  }
  .width-36-sp {
    width: 36% !important;
  }
  .width-37-sp {
    width: 37% !important;
  }
  .width-38-sp {
    width: 38% !important;
  }
  .width-39-sp {
    width: 39% !important;
  }
  .width-40-sp {
    width: 40% !important;
  }
  .width-41-sp {
    width: 41% !important;
  }
  .width-42-sp {
    width: 42% !important;
  }
  .width-43-sp {
    width: 43% !important;
  }
  .width-44-sp {
    width: 44% !important;
  }
  .width-45-sp {
    width: 45% !important;
  }
  .width-46-sp {
    width: 46% !important;
  }
  .width-47-sp {
    width: 47% !important;
  }
  .width-48-sp {
    width: 48% !important;
  }
  .width-49-sp {
    width: 49% !important;
  }
  .width-50-sp {
    width: 50% !important;
  }
  .width-51-sp {
    width: 51% !important;
  }
  .width-52-sp {
    width: 52% !important;
  }
  .width-53-sp {
    width: 53% !important;
  }
  .width-54-sp {
    width: 54% !important;
  }
  .width-55-sp {
    width: 55% !important;
  }
  .width-56-sp {
    width: 56% !important;
  }
  .width-57-sp {
    width: 57% !important;
  }
  .width-58-sp {
    width: 58% !important;
  }
  .width-59-sp {
    width: 59% !important;
  }
  .width-60-sp {
    width: 60% !important;
  }
  .width-61-sp {
    width: 61% !important;
  }
  .width-62-sp {
    width: 62% !important;
  }
  .width-63-sp {
    width: 63% !important;
  }
  .width-64-sp {
    width: 64% !important;
  }
  .width-65-sp {
    width: 65% !important;
  }
  .width-66-sp {
    width: 66% !important;
  }
  .width-67-sp {
    width: 67% !important;
  }
  .width-68-sp {
    width: 68% !important;
  }
  .width-69-sp {
    width: 69% !important;
  }
  .width-70-sp {
    width: 70% !important;
  }
  .width-71-sp {
    width: 71% !important;
  }
  .width-72-sp {
    width: 72% !important;
  }
  .width-73-sp {
    width: 73% !important;
  }
  .width-74-sp {
    width: 74% !important;
  }
  .width-75-sp {
    width: 75% !important;
  }
  .width-76-sp {
    width: 76% !important;
  }
  .width-77-sp {
    width: 77% !important;
  }
  .width-78-sp {
    width: 78% !important;
  }
  .width-79-sp {
    width: 79% !important;
  }
  .width-80-sp {
    width: 80% !important;
  }
  .width-81-sp {
    width: 81% !important;
  }
  .width-82-sp {
    width: 82% !important;
  }
  .width-83-sp {
    width: 83% !important;
  }
  .width-84-sp {
    width: 84% !important;
  }
  .width-85-sp {
    width: 85% !important;
  }
  .width-86-sp {
    width: 86% !important;
  }
  .width-87-sp {
    width: 87% !important;
  }
  .width-88-sp {
    width: 88% !important;
  }
  .width-89-sp {
    width: 89% !important;
  }
  .width-90-sp {
    width: 90% !important;
  }
  .width-91-sp {
    width: 91% !important;
  }
  .width-92-sp {
    width: 92% !important;
  }
  .width-93-sp {
    width: 93% !important;
  }
  .width-94-sp {
    width: 94% !important;
  }
  .width-95-sp {
    width: 95% !important;
  }
  .width-96-sp {
    width: 96% !important;
  }
  .width-97-sp {
    width: 97% !important;
  }
  .width-98-sp {
    width: 98% !important;
  }
  .width-99-sp {
    width: 99% !important;
  }
  .width-100-sp {
    width: 100% !important;
  }
  .pc {
    display: none;
  }
  .main-wrapper {
    width: 100%;
    padding: 0 calc(35 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .title-h1 {
    height: calc(250 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw) 0;
  }
  .title-h1::before {
    background-size: calc(13 / 750 * 100vw);
  }
  .title-h1 > h1 {
    font-size: calc(42 / 750 * 100vw);
  }
  .title-h1 > p {
    font-size: calc(22 / 750 * 100vw);
  }
  .title-h2 {
    margin-top: calc(80 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
    padding-top: calc(35 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
  .title-h2::before, .title-h2::after {
    height: calc(8 / 750 * 100vw);
  }
  .title-h2::after {
    width: calc(160 / 750 * 100vw);
  }
  .title-h3 {
    font-size: calc(30 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
  }
  .title-h4 {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .breadcrumbs {
    margin: calc(30 / 750 * 100vw) calc(-35 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .breadcrumbs > ul {
    overflow: auto;
    padding: 0 calc(35 / 750 * 100vw);
  }
  .breadcrumbs > ul > li {
    flex-shrink: 0;
    font-size: calc(22 / 750 * 100vw);
  }
  .anchor-nav {
    display: block;
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .anchor-nav-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(28 / 750 * 100vw);
    border-right: none;
    border-bottom: 1.5px solid #d1d1d1;
    padding-bottom: calc(20 / 750 * 100vw);
  }
  .anchor-nav-link {
    padding: 0;
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .anchor-nav-link > li:nth-of-type(n+2) {
    margin-top: calc(20 / 750 * 100vw);
  }
  .anchor-nav-link > li > a {
    background-size: calc(24 / 750 * 100vw);
    padding-right: calc(36 / 750 * 100vw);
  }
  .text {
    margin-top: calc(50 / 750 * 100vw);
  }
  .text-attention {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .text-attention > li:nth-of-type(n+2) {
    margin-top: calc(10 / 750 * 100vw);
  }
  .pic {
    margin-top: calc(50 / 750 * 100vw);
  }
  .btn {
    width: calc(440 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .btn::after {
    width: calc(25 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    background-size: calc(10 / 750 * 100vw);
  }
  .link-text {
    margin-top: calc(40 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw) 0;
  }
  .link-text > a {
    padding-right: calc(35 / 750 * 100vw);
  }
  .link-text > a::after {
    top: calc(10 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    background-size: calc(10 / 750 * 100vw);
  }
  .list-box {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  .list-box > ul > li {
    padding-left: calc(24 / 750 * 100vw);
  }
  .list-box > ul > li::before {
    width: calc(16 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
  }
  .list-term {
    margin-top: calc(50 / 750 * 100vw);
  }
  .list-term > dt {
    font-size: calc(30 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .list-term > dt::before {
    width: calc(30 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .list-num {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .list-num > li {
    padding-left: calc(40 / 750 * 100vw);
  }
  .list-num > li:nth-of-type(n+2) {
    margin-top: calc(10 / 750 * 100vw);
  }
  .list-num > li::before {
    top: calc(10 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
  .accordion {
    margin-top: calc(40 / 750 * 100vw);
  }
  .accordion + .accordion {
    margin-top: calc(30 / 750 * 100vw);
  }
  .accordion-head {
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw);
    background-position: right calc(30 / 750 * 100vw) center;
  }
  .accordion-body {
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .tab {
    gap: 0 calc(10 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
  .tab > li > * {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    font-size: calc(24 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-image: none;
  }
  .notice-box {
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
  .notice-box-title {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .modal-contents-frame {
    width: calc(680 / 750 * 100vw);
    border-width: calc(5 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .modal-contents-close {
    width: calc(60 / 750 * 100vw);
    top: calc(-90 / 750 * 100vw);
  }
  .modal-medicine-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .modal-medicine-title > small {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .modal-medicine-btn {
    border-radius: calc(10 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    background-size: calc(15 / 750 * 100vw);
    background-position: right calc(15 / 750 * 100vw) center;
  }
  .modal-medicine-confirm {
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 750 * 100vw) 0;
  }
  .modal-medicine-confirm > li {
    width: calc(510 / 750 * 100vw);
  }
  .modal-medicine-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 750 * 100vw);
  }
  .modal-medicine-text {
    margin-top: calc(40 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}
@media screen and (min-width: 767.99px), print {
  .header-wrapper {
    container-type: inline-size;
  }
  .footer-wrapper {
    container-type: inline-size;
  }
  .nav-wrapper {
    container-type: inline-size;
  }
  .cv-check-pic {
    position: absolute;
    bottom: 0;
    right: calc(40 / 1620 * 100cqw);
    width: calc(310 / 1620 * 100cqw);
  }
  .width-5-pc {
    width: 5% !important;
  }
  .width-6-pc {
    width: 6% !important;
  }
  .width-7-pc {
    width: 7% !important;
  }
  .width-8-pc {
    width: 8% !important;
  }
  .width-9-pc {
    width: 9% !important;
  }
  .width-10-pc {
    width: 10% !important;
  }
  .width-11-pc {
    width: 11% !important;
  }
  .width-12-pc {
    width: 12% !important;
  }
  .width-13-pc {
    width: 13% !important;
  }
  .width-14-pc {
    width: 14% !important;
  }
  .width-15-pc {
    width: 15% !important;
  }
  .width-16-pc {
    width: 16% !important;
  }
  .width-17-pc {
    width: 17% !important;
  }
  .width-18-pc {
    width: 18% !important;
  }
  .width-19-pc {
    width: 19% !important;
  }
  .width-20-pc {
    width: 20% !important;
  }
  .width-21-pc {
    width: 21% !important;
  }
  .width-22-pc {
    width: 22% !important;
  }
  .width-23-pc {
    width: 23% !important;
  }
  .width-24-pc {
    width: 24% !important;
  }
  .width-25-pc {
    width: 25% !important;
  }
  .width-26-pc {
    width: 26% !important;
  }
  .width-27-pc {
    width: 27% !important;
  }
  .width-28-pc {
    width: 28% !important;
  }
  .width-29-pc {
    width: 29% !important;
  }
  .width-30-pc {
    width: 30% !important;
  }
  .width-31-pc {
    width: 31% !important;
  }
  .width-32-pc {
    width: 32% !important;
  }
  .width-33-pc {
    width: 33% !important;
  }
  .width-34-pc {
    width: 34% !important;
  }
  .width-35-pc {
    width: 35% !important;
  }
  .width-36-pc {
    width: 36% !important;
  }
  .width-37-pc {
    width: 37% !important;
  }
  .width-38-pc {
    width: 38% !important;
  }
  .width-39-pc {
    width: 39% !important;
  }
  .width-40-pc {
    width: 40% !important;
  }
  .width-41-pc {
    width: 41% !important;
  }
  .width-42-pc {
    width: 42% !important;
  }
  .width-43-pc {
    width: 43% !important;
  }
  .width-44-pc {
    width: 44% !important;
  }
  .width-45-pc {
    width: 45% !important;
  }
  .width-46-pc {
    width: 46% !important;
  }
  .width-47-pc {
    width: 47% !important;
  }
  .width-48-pc {
    width: 48% !important;
  }
  .width-49-pc {
    width: 49% !important;
  }
  .width-50-pc {
    width: 50% !important;
  }
  .width-51-pc {
    width: 51% !important;
  }
  .width-52-pc {
    width: 52% !important;
  }
  .width-53-pc {
    width: 53% !important;
  }
  .width-54-pc {
    width: 54% !important;
  }
  .width-55-pc {
    width: 55% !important;
  }
  .width-56-pc {
    width: 56% !important;
  }
  .width-57-pc {
    width: 57% !important;
  }
  .width-58-pc {
    width: 58% !important;
  }
  .width-59-pc {
    width: 59% !important;
  }
  .width-60-pc {
    width: 60% !important;
  }
  .width-61-pc {
    width: 61% !important;
  }
  .width-62-pc {
    width: 62% !important;
  }
  .width-63-pc {
    width: 63% !important;
  }
  .width-64-pc {
    width: 64% !important;
  }
  .width-65-pc {
    width: 65% !important;
  }
  .width-66-pc {
    width: 66% !important;
  }
  .width-67-pc {
    width: 67% !important;
  }
  .width-68-pc {
    width: 68% !important;
  }
  .width-69-pc {
    width: 69% !important;
  }
  .width-70-pc {
    width: 70% !important;
  }
  .width-71-pc {
    width: 71% !important;
  }
  .width-72-pc {
    width: 72% !important;
  }
  .width-73-pc {
    width: 73% !important;
  }
  .width-74-pc {
    width: 74% !important;
  }
  .width-75-pc {
    width: 75% !important;
  }
  .width-76-pc {
    width: 76% !important;
  }
  .width-77-pc {
    width: 77% !important;
  }
  .width-78-pc {
    width: 78% !important;
  }
  .width-79-pc {
    width: 79% !important;
  }
  .width-80-pc {
    width: 80% !important;
  }
  .width-81-pc {
    width: 81% !important;
  }
  .width-82-pc {
    width: 82% !important;
  }
  .width-83-pc {
    width: 83% !important;
  }
  .width-84-pc {
    width: 84% !important;
  }
  .width-85-pc {
    width: 85% !important;
  }
  .width-86-pc {
    width: 86% !important;
  }
  .width-87-pc {
    width: 87% !important;
  }
  .width-88-pc {
    width: 88% !important;
  }
  .width-89-pc {
    width: 89% !important;
  }
  .width-90-pc {
    width: 90% !important;
  }
  .width-91-pc {
    width: 91% !important;
  }
  .width-92-pc {
    width: 92% !important;
  }
  .width-93-pc {
    width: 93% !important;
  }
  .width-94-pc {
    width: 94% !important;
  }
  .width-95-pc {
    width: 95% !important;
  }
  .width-96-pc {
    width: 96% !important;
  }
  .width-97-pc {
    width: 97% !important;
  }
  .width-98-pc {
    width: 98% !important;
  }
  .width-99-pc {
    width: 99% !important;
  }
  .width-100-pc {
    width: 100% !important;
  }
  .sp {
    display: none;
  }
  .main {
    container-type: inline-size;
  }
  .accordion-body .link-text.right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0 calc(25 / 1620 * 100cqw);
  }
  .modal-contents {
    container-type: inline-size;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .footer-check {
    transition: translate 0.3s;
  }
  .footer-check:hover {
    translate: 2%;
  }
  .footer-nav-link > li > a:hover {
    text-decoration: underline;
  }
  .footer-nav-pagetop {
    transition: scale 0.3s;
  }
  .footer-nav-pagetop:hover {
    scale: 1.05;
  }
  .footer-info-link > li > a:hover {
    text-decoration: underline;
  }
  .footer-etc-link > li > a:hover {
    text-decoration: underline;
  }
  .nav-menu-list > li > a:hover {
    text-decoration: underline;
  }
  .nav-menu-info > li > a:hover {
    text-decoration: underline;
  }
  .cv-check-link {
    transition: scale 0.3s;
  }
  .cv-check-link:hover {
    scale: 1.05;
  }
  .breadcrumbs > ul > li > a:hover {
    color: #f0b323;
  }
  .anchor-nav-link > li > a:hover {
    text-decoration: underline;
  }
  .text a:hover {
    color: #1acfc9;
  }
  .btn {
    transition: 0.3s;
  }
  .btn::after {
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #f0b323;
    color: #fff;
  }
  .btn:hover::after {
    background-color: #fff;
    background-image: url(/assets/img/common/arrow_link.svg);
  }
  .link-text > a:hover {
    color: #f0b323;
  }
  .tab > li > * {
    transition: 0.3s;
  }
  .tab > li > *:hover {
    background-color: #dafffe;
  }
  .modal-contents-close {
    transition: scale 0.3s;
  }
  .modal-contents-close:hover {
    scale: 1.05;
  }
  .modal-medicine-btn {
    transition: scale 0.3s;
  }
  .modal-medicine-btn:hover {
    scale: 1.05;
  }
}