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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body .header-navigation.is-clone {
    display: none !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}

.pointer_none {
  pointer-events: none;
}
html.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}
@media print, (min-width: 768px) {
  html {
    min-width: 1250px;
    overflow: auto scroll;
    font-size: 625%;
  }
}

body {
  color: #003d55;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.has-menu {
  overflow: clip;
}
body.has-menu .overlay {
  visibility: visible;
  opacity: 1;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
html.is-visible .load, html.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}

.wrapper {
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sp_only {
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media print, (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
}
@media only screen and (max-width: 767.98px) {
  .pc_only {
    display: none !important;
  }
}

.header-common {
  background-color: #fff;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-common .header-logo {
  margin-bottom: 0;
}
.header-common .logo-description {
  color: #525252;
}
.header-common .logo-image {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 0.25rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
  .header-common.is-fixed .logo-description {
    visibility: hidden;
    opacity: 0;
  }
  .header-common.is-fixed .header-wrapper,
  .header-common.is-fixed .button-menu {
    height: 0.52rem;
  }
  .header-common.is-fixed .logo-image {
    top: 0;
  }
  .header-common.is-fixed .button-menu .button-line:nth-child(1) {
    top: 0.11rem;
  }
  .header-common.is-fixed .button-menu .button-line:nth-child(2) {
    top: 0.16rem;
  }
  .header-common.is-fixed .button-menu .button-line:nth-child(3) {
    top: 0.21rem;
  }
  .header-common.is-fixed .button-menu .button-text {
    top: 0.26rem;
  }
  .header-common.is-fixed .button-menu.is-active .button-line:nth-child(1) {
    top: 0.17rem;
  }
  .header-common.is-fixed .button-menu.is-active .button-line:nth-child(3) {
    top: 0.17rem;
  }
  .header-common .header-wrapper {
    position: relative;
    height: 0.7rem;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .header-common .logo-description {
    visibility: visible;
    position: absolute;
    top: 0.05rem;
    left: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    font-size: 0.12rem;
  }
  .header-common .logo-image {
    position: relative;
    top: 0.1rem;
    width: 1.6rem;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1140px;
  }
  .header-common .header-wrapper {
    width: calc(100% - 60px);
    max-width: 1920px;
    height: 114px;
    margin: 0 auto;
  }
  .header-common .header-logo {
    position: relative;
    z-index: 2;
    padding-top: 12px;
  }
  .header-common .logo-description {
    font-size: 0.14rem;
  }
  .header-common .logo-image {
    width: 335px;
  }
  .header-common .header-right {
    padding-top: 8px;
  }
  .header-common .header-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3px;
    margin-bottom: 16px;
  }
  .header-common .header-address {
    position: relative;
    top: 3px;
    margin-right: 26px;
  }
}
.header-navigation .navigation-item {
  position: relative;
}
.header-navigation .navigation-heading {
  text-decoration: none;
}
.header-navigation .navigation-list,
.header-navigation .navigation-sub-list,
.header-navigation .sub-menu-primary,
.header-navigation .sub-menu-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .menu-primary-item .menu-primary-link,
.header-navigation .menu-secondary-item .menu-secondary-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.header-navigation .menu-primary-item .menu-primary-link:hover,
.header-navigation .menu-secondary-item .menu-secondary-link:hover {
  color: #468fcc;
}
.header-navigation .menu-primary-item .menu-primary-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-navigation .menu-primary-item .menu-primary-link .link-symbol {
  margin-right: 5px;
}
.header-navigation .menu-secondary-item .menu-secondary-link {
  position: relative;
  padding-left: 0.18rem;
}
.header-navigation .menu-secondary-item .menu-secondary-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.09rem;
  height: 0.12rem;
  margin-top: -0.07rem;
  background-color: #095888;
  -webkit-mask-image: url("../img/common/icn_arrow_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0.09rem 0.12rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 3.2rem;
    height: 100%;
    -webkit-transition: right 0.6s ease;
    transition: right 0.6s ease;
  }
  .header-navigation.is-open {
    right: 0;
  }
  .header-navigation .navigation-item {
    border-bottom: 1px solid #0d92d2;
    font-size: 0.15rem;
  }
  .header-navigation .navigation-inner {
    height: 100%;
    overflow-y: auto;
  }
  .header-navigation .navigation-inner::-webkit-scrollbar {
    display: none;
  }
  .header-navigation .navigation-wrapper {
    position: relative;
    z-index: 9999;
    padding: 0 0.4rem 1.76rem;
    background: #fff;
  }
  .header-navigation .navigation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.17rem 0 0.27rem 0.4rem;
    background: #fff;
  }
  .header-navigation .navigation-logo {
    width: 1.6rem;
    margin-right: 0.2rem;
  }
  .header-navigation .navigation-line {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
  }
  .header-navigation .navigation-item-wrapper {
    position: relative;
  }
  .header-navigation .navigation-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.46rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-navigation .navigation-heading:hover {
    color: #0d92d2;
  }
  .header-navigation .navigation-sub-list {
    display: none;
    padding: 0.16rem 0 0.23rem;
    border-top: 1px dashed #0d92d2;
    font-size: 0.15rem;
    line-height: 1.5;
  }
  .header-navigation .menu-primary-item {
    margin-bottom: 0.07rem;
  }
  .header-navigation .menu-primary-item:last-child {
    margin-bottom: 0;
  }
  .header-navigation .sub-menu-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.21rem;
    margin-left: 0.03rem;
  }
  .header-navigation .sub-menu-secondary .menu-secondary-item {
    width: 47%;
    margin-bottom: 0.08rem;
  }
  .header-navigation .sub-menu-secondary .menu-secondary-item:last-child {
    margin-bottom: 0;
  }
  .header-navigation .sub-menu-secondary .menu-secondary-item:nth-child(odd) {
    width: 53%;
  }
  .header-navigation .sub-menu-secondary .menu-secondary-link {
    padding-right: 0.05rem;
    text-decoration: underline;
    text-underline-offset: 0.02rem;
  }
  .is-android .header-navigation .sub-menu-secondary .menu-secondary-link {
    text-underline-offset: 0.04rem;
  }
  .header-navigation .sub-menu-secondary .menu-secondary-link::before {
    margin-top: -0.06rem;
  }
  .header-navigation .navigation-button-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.35rem;
    height: 100%;
    cursor: pointer;
  }
  .header-navigation .navigation-button-accordion::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.18rem;
    right: 0.1rem;
    width: 0.16rem;
    height: 0.09rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") no-repeat 0 0/auto 100%;
  }
  .header-navigation .navigation-button-accordion.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-navigation:not(.is-clone) {
    display: block !important;
    position: relative;
    /* z-index: 2; */
    z-index: 3;
  }
  .header-navigation .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-navigation .navigation-item {
    margin-right: 30px;
  }
  .header-navigation .navigation-item:last-child {
    margin-right: 0;
  }
  .header-navigation .navigation-item.is-hover .navigation-sub-list {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-item.is-hover .navigation-heading {
    color: #0d92d2;
  }
  .header-navigation .navigation-item.is-hover .navigation-heading::before {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-item.is-hover .navigation-heading.has-submenu::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-navigation .navigation-heading {
    position: relative;
    padding-bottom: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 700;
    cursor: pointer;
  }
  .header-navigation .navigation-heading::before {
    content: "";
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 100px;
    opacity: 0;
    background: #0d92d2;
  }
  .header-navigation .navigation-heading:hover {
    color: #0d92d2;
  }
  .header-navigation .navigation-heading:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-heading.is-current::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-top .header-navigation .navigation-heading.is-top::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-doctor .header-navigation .navigation-heading.is-doctor {
    color: #0d92d2;
  }
  body.is-doctor .header-navigation .navigation-heading.is-doctor::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-info .header-navigation .navigation-heading.is-info {
    color: #0d92d2;
  }
  body.is-info .header-navigation .navigation-heading.is-info::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-facility .header-navigation .navigation-heading.is-facility {
    color: #0d92d2;
  }
  body.is-facility .header-navigation .navigation-heading.is-facility::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-faq .header-navigation .navigation-heading.is-faq {
    color: #0d92d2;
  }
  body.is-faq .header-navigation .navigation-heading.is-faq::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-acc .header-navigation .navigation-heading.is-acc {
    color: #0d92d2;
  }
  body.is-acc .header-navigation .navigation-heading.is-acc::before {
    visibility: visible;
    opacity: 1;
  }
  body.is-english .header-navigation .navigation-heading.is-english {
    color: #0d92d2;
  }
  body.is-english .header-navigation .navigation-heading.is-english::before {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-heading .heading-logo {
    display: block;
    width: 20px;
    height: 20px;
  }
  .header-navigation .navigation-heading.has-submenu {
    margin-right: 18px;
  }
  .header-navigation .navigation-heading.has-submenu::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    width: 12px;
    height: 7px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_04.svg") no-repeat center/auto 100%;
  }
  .is-mac .header-navigation .navigation-heading.has-submenu::after {
    top: 5px;
  }
  .header-navigation .navigation-heading.is-top {
    display: block;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .header-navigation .navigation-heading.is-top::before {
    bottom: -10px;
  }
  .header-navigation .navigation-heading:hover .navigation-sub-list {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-sub-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    padding-top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
  }
  .header-navigation .navigation-sub-item {
    width: 230px;
    padding: 23px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
    font-size: 0.15rem;
  }
  .header-navigation .menu-primary-item {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .header-navigation .menu-primary-item:last-child {
    margin-bottom: 0;
  }
  .header-navigation .menu-secondary-item .menu-secondary-link::before {
    margin-top: -6px;
  }
  .is-mac .header-navigation .menu-secondary-item .menu-secondary-link::before {
    margin-top: -7px;
  }
  .is-tablet .header-navigation .menu-secondary-item .menu-secondary-link::before {
    margin-top: -6px;
  }
  .header-navigation .sub-menu-secondary {
    margin-top: 19px;
    padding-left: 3px;
  }
  .header-navigation.is-clone {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 765px;
    height: 56px;
    border-radius: 0 0 0 40px;
    background: #095888;
    -webkit-box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
  }
  .header-navigation.is-clone .navigation-inner {
    padding-left: 8px;
  }
  .header-navigation.is-clone .navigation-item.is-hover .navigation-heading {
    opacity: 0.7;
    color: #fff;
  }
  .header-navigation.is-clone .navigation-heading {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    color: #fff !important;
  }
  .header-navigation.is-clone .navigation-heading:hover {
    opacity: 0.7;
  }
  .header-navigation.is-clone .navigation-heading::before {
    background: #fff;
  }
  .header-navigation.is-clone .navigation-heading .heading-logo {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-navigation.is-clone .navigation-heading.has-submenu::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-navigation.is-clone .navigation-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
.button-menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.7rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 0 0 0 0.1rem;
  background: #095888;
  -webkit-box-shadow: -0.04rem 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: -0.04rem 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.11rem;
  cursor: pointer;
}
.button-menu.is-active .button-line:nth-child(1) {
  top: 0.25rem;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.button-menu.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active .button-line:nth-child(3) {
  top: 0.25rem;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.button-menu.is-active .is-open {
  opacity: 0;
}
.button-menu.is-active .is-close {
  opacity: 1;
}
.button-menu .button-line {
  position: absolute;
  width: 0.18rem;
  height: 0.02rem;
  margin-left: 0.16rem;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 0.02rem solid #fff;
}
.button-menu .button-line:nth-child(1) {
  top: 0.2rem;
}
.button-menu .button-line:nth-child(2) {
  top: 0.25rem;
}
.button-menu .button-line:nth-child(3) {
  top: 0.3rem;
}
.button-menu .button-text {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.button-menu .is-close {
  opacity: 0;
}

.overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  background: #095888;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.footer-bottom .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-bottom .footer-item {
  position: relative;
}
.footer-bottom .footer-item-link {
  position: relative;
  padding-left: 0.15rem;
}
.footer-bottom .footer-item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.09rem;
  height: 0.12rem;
  margin-top: -0.07rem;
  background: url("../img/common/icn_arrow_01.svg") no-repeat center/auto 100%;
}
.is-mac.is-chrome .footer-bottom .footer-item-link::before {
  margin-top: -0.06rem;
}
.footer-bottom .footer-copyright {
  display: inline-block;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    min-height: 1.2rem;
    padding: 0.19rem 0.2rem 0.7rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 27px 0 43px;
  }
  .footer-bottom .footer-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 39px;
  }
  .footer-bottom .footer-item-link {
    display: block;
    margin: 0 50px;
  }
  .footer-bottom .footer-copyright {
    display: inline-block;
    text-align: center;
  }
}
.footer-main {
  position: relative;
  z-index: 2;
  background: #fff;
}
.footer-main .footer-logo {
  display: block;
}
.footer-main .footer-description {
  line-height: 1.4;
}
.footer-main .footer-description .description-dot {
  margin-right: 0.04rem;
  color: #0d92d2;
}



/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.31rem 0 0.16rem;
  }
  .footer-main .footer-information {
    margin-bottom: 0.4rem;
    padding: 0 0.25rem;
    line-height: 1.4;
  }
  .footer-main .footer-logo {
    width: 1.88rem;
    margin-bottom: 0.16rem;
  }
  .footer-main .footer-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.22rem;
  }
  .footer-main .footer-address {
    margin-bottom: 0.05rem;
    line-height: 1.6;
  }
  .footer-main .block-common-contact {
    margin: 0 0 0.36rem 0.03rem;
  }
.footer-main .footer-map iframe {
  /* width: 100%;
  height: 100%; */
          width: 100%;
        /* height: calc(3rem + 1.8rem); */
              height: 5rem;
        margin-top: -1.8rem;
        /* margin-bottom: 0.2rem; */

}
.footer-main #map {
        width: 100%;
    height: 3.2rem;
    overflow: hidden;
    margin-bottom:0.1rem;
}
  .footer-main .list-common-dots {
    padding: 0 0.25rem;
  }

  .button-common-secondary.footer_map_button{
            font-size: 0.16rem;
        min-height: 0.4rem;
        width: 2.5rem;
        margin: 0 auto 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-main {
            padding: 57px 0 80px;
  }
  .footer-main .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
  }
  .footer-main .footer-map {
    width: 570px;
    height: 428px;
  }
  .footer-main .footer-information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 60px;
  }
  .footer-main .footer-description {
    margin-bottom: 10px;
  }
  .footer-main .footer-logo {
    width: 222px;
    margin-bottom: 21px;
  }
  .footer-main .block-common-contact {
    margin: 1px 0 30px 3px;
  }
  .footer-main .footer-calendar {
    width: 490px;
  }

  .footer-main .footer-map iframe {
          width: 100%;
        /* height: calc(3rem + 1.8rem); */
        height: 5.7rem;
        margin-top: -1.5rem;
        /* margin-bottom: 0.2rem;*/

}
.footer-main #map {
   width: 570px;
        height: 428px;
        overflow: hidden;
                margin-bottom: 10px;
}

.button-common-secondary.footer_map_button{
            font-size: 0.16rem;
        min-height: 0.4rem;
        width: 2.5rem;
        margin: 0 auto 10px;
  }
}
.fixed-wrapper {
  position: fixed;
  margin: 0;
  padding: 0;
}
.fixed-wrapper .fixed-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fixed-wrapper a {
  display: block;
  text-decoration: none;
}
.fixed-wrapper .button-to-top {
  cursor: pointer;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .fixed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.12rem;
    text-align: center;
    pointer-events: none;
  }
  .fixed-wrapper.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    width: 3.24rem;
    overflow: hidden;
    border-radius: 0.1rem 0.1rem 0 0;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .fixed-wrapper .fixed-item:last-child .fixed-item-link::before {
    display: none;
  }
  .fixed-wrapper .fixed-item-link span,
  .fixed-wrapper .button-to-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.31rem;
  }
  .fixed-wrapper .fixed-item-link span::before,
  .fixed-wrapper .button-to-top span::before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 50%;
    margin-left: -0.09rem;
    background: center/contain no-repeat;
  }
  .fixed-wrapper .fixed-item-link {
    display: block;
    position: relative;
    width: 1.08rem;
    height: 100%;
    background: #fff;
    text-decoration: none;
  }
.fixed-wrapper .fixed-item-link.is-medical {
    background: #c7c7c7;
  }

  .fixed-wrapper .fixed-item-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.39rem;
    margin-top: -0.19rem;
    background: url("../img/common/sp/fixed_line_dash.png") no-repeat 0 0/auto 100%;
  }
  .fixed-wrapper .fixed-item-link.is-tel span::before {
    width: 0.18rem;
    height: 0.19rem;
    background-image: url("../img/common/sp/icn_fixed_tel.svg");
  }
  .fixed-wrapper .fixed-item-link.is-notice span::before {
    width: 0.16rem;
    height: 0.21rem;
    background-image: url("../img/common/sp/icn_fixed_notice.svg");
  }
  .fixed-wrapper .fixed-item-link.is-medical span::before {
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("../img/common/sp/icn_fixed_medical.svg");
  }
  .fixed-wrapper .button-to-top {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.72rem;
    padding-left: 0.1rem;
    overflow: hidden;
    border-radius: 0 0.1rem 0 0;
    background: #c4e6f6;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 700;
  }
  .fixed-wrapper .button-to-top span {
    padding-top: 0.29rem;
    padding-left: 0.13rem;
    font-size: 0.11rem;
  }
  .fixed-wrapper .button-to-top span::before {
    top: 0.13rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: -0.02rem;
    background-image: url("../img/common/sp/icn_totop.svg");
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .fixed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 999;
    right: 0;
    bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
    pointer-events: none;
  }
  .fixed-wrapper.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper.is-active .fixed-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .fixed-wrapper .fixed-item {
    margin-bottom: 40px;
    -webkit-transform: translateX(125px);
    -ms-transform: translateX(125px);
    transform: translateX(125px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    cursor: pointer;
  }
  .fixed-wrapper .fixed-item:last-child {
    margin-bottom: 0;
  }
  .fixed-wrapper .fixed-item:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .fixed-wrapper .fixed-item:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .fixed-wrapper .fixed-item.is-top {
    position: relative;
    right: 20px;
    width: 70px;
    height: 70px;
    margin-top: 237px;
    cursor: auto;
  }
  .fixed-wrapper .fixed-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    padding: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px 0 0 30px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6;
  }
  .fixed-wrapper .fixed-item-link .text-large {
    font-size: 0.2rem;
  }
  .fixed-wrapper .fixed-item-link.is-notice {
    height: 140px;
    background: #095888;
    color: #fff;
  }
  .fixed-wrapper .fixed-item-link.is-notice:hover {
    background-color: #0d92d2;
  }
  .fixed-wrapper .fixed-item-link.is-medical {
    height: 200px;
    background-color: #d7e2e9;
  }
  .is-mac .fixed-wrapper .fixed-item-link.is-medical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .fixed-wrapper .button-to-top {
    visibility: hidden;
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 1px solid #095888;
    border-radius: 100%;
    opacity: 0;
    background: #fff;
    cursor: pointer;
  }
  .fixed-wrapper .button-to-top.is-active {
    visibility: visible;
    opacity: 1;
  }
  .fixed-wrapper .button-to-top::after, .fixed-wrapper .button-to-top::before {
    content: "";
    position: absolute;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 100%;
  }
  .fixed-wrapper .button-to-top::before {
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #095888;
    background: #fff;
  }
  .fixed-wrapper .button-to-top:hover {
    border-color: #0d92d2;
  }
  .fixed-wrapper .button-to-top:hover::before {
    border-color: #0d92d2;
    background: #0d92d2;
  }
  .fixed-wrapper .button-to-top:hover .top-wrapper::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .fixed-wrapper .button-to-top .top-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .fixed-wrapper .button-to-top .top-wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    background: url("../img/common/icn_to_top.svg") no-repeat center/auto 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1470px) {
  .fixed-wrapper .fixed-item.is-top {
    right: 0;
    width: 55px;
    height: 55px;
    margin-top: 277px;
  }
  .fixed-wrapper .fixed-item-link {
    width: 66px;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper {
    line-height: 1.4;
  }
  .fixed-wrapper .button-to-top {
    width: 56px;
    height: 56px;
  }
  .fixed-wrapper .button-to-top::before {
    width: 47px;
    height: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .fixed-wrapper .fixed-item.is-top {
    margin-top: 100px;
  }
}
.anchor-common {
  border-bottom: 1px solid #0d92d2;
}
.anchor-common .anchor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-common .anchor-link {
  position: relative;
  padding-left: 0.2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.anchor-common .anchor-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.14rem;
  height: 0.12rem;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  background: url("../img/common/icn_arrow_07.svg") no-repeat center/auto 100%;
}
.anchor-common .anchor-link:hover {
  color: #468fcc;
}
.anchor-common .anchor-link:hover::before {
  left: 0.05rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .anchor-common {
    padding: 0.15rem 0 0.2rem;
  }
  .anchor-common .wrapper {
    padding: 0 0.22rem;
  }
  .anchor-common .anchor-item {
    margin-bottom: 0.07rem;
  }
  .anchor-common .anchor-item:last-child {
    margin-bottom: 0;
  }
  .anchor-common .anchor-link {
    display: inline-block;
    line-height: 1.4;
  }
  .anchor-common .anchor-link::before {
    top: 50%;
    margin-top: -0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .anchor-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 89px;
    padding: 5px 0;
  }
  .anchor-common .anchor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .anchor-common .anchor-item {
    margin-right: 40px;
  }
  .anchor-common .anchor-link::before {
    top: 4px;
  }
  .is-mac .anchor-common .anchor-link::before {
    top: 2px;
  }
  .is-tablet .anchor-common .anchor-link::before {
    top: 3px;
  }
}
.block-common-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-contact .contact-tel {
  display: inline-block;
  position: relative;
  color: #0d92d2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-decoration: none;
}
.block-common-contact .contact-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/common/icn_tel.svg") no-repeat center/auto 100%;
}
.block-common-contact .contact-line {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-contact .contact-tel {
    padding-left: 0.37rem;
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .block-common-contact .contact-tel::before {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: -0.14rem;
  }
  .block-common-contact .contact-line {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.29rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-contact .contact-tel {
    padding-left: 36px;
    font-size: 0.32rem;
    line-height: 1.3;
    pointer-events: none;
  }
  .block-common-contact .contact-tel::before {
    width: 30px;
    height: 30px;
    margin-top: -14px;
  }
  .block-common-contact .contact-line {
    width: 30px;
    height: 30px;
    margin-left: 27px;
  }
}
.block-common-medical .medical-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.block-common-medical .medical-item {
  position: relative;
  width: 100%;
}
.block-common-medical .medical-item::after {
  content: "";
  position: absolute;
  width: 100%;
}
.block-common-medical .button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #095888;
  background-color: #fff;
  color: #095888;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.block-common-medical .button-common-secondary::after {
  background: #095888;
  -webkit-mask-image: url("../img/common/icn_arrow_08.svg");
  mask-image: url("../img/common/icn_arrow_08.svg");
}
.block-common-medical .button-common-secondary:hover {
  background-color: #095888;
  color: #fff;
}
.block-common-medical .button-common-secondary:hover::after {
  background: #fff;
}
.block-common-medical .test-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.05rem solid #add5e9;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-medical {
    padding-top: 0.16rem;
    padding-bottom: 0.2rem;
    background: url("../img/common/sp/medical_decor_img_02.jpg") top left/auto 13.44rem repeat-y;
  }
  .block-common-medical .list-common-check {
    position: absolute;
    top: 0.34rem;
    left: 1.88rem;
  }
  .block-common-medical .list-common-check .list-item {
    margin-bottom: 0.08rem;
    padding-left: 0.32rem;
  }
  .block-common-medical .list-common-check .list-item::before {
    top: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .block-common-medical .list-link-primary {
    margin-left: -0.04rem;
    padding-left: 0;
  }
  .block-common-medical .list-link-primary .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .list-link-primary .list-item {
    min-width: 1.79rem;
  }
  .block-common-medical .medical-item {
    padding-top: 0.17rem;
    padding-bottom: 0.24rem;
  }
  .block-common-medical .medical-item::after {
    bottom: -1px;
    left: 1px;
    height: 0.06rem;
    background: url("../img/common/icn_line_01.svg") bottom left/7.57rem auto no-repeat;
  }
  .block-common-medical .medical-item.item-half .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .medical-item.item-half .item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .block-common-medical .medical-item:nth-child(2) .list-link-primary .list-item {
    width: 100%;
    min-width: unset;
  }
  .block-common-medical .medical-item:nth-child(2) .list-link-primary .list-wrapper-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .medical-item:nth-child(2) .list-link-primary .list-primary-item {
    width: 50%;
  }
  .block-common-medical .medical-item:nth-child(2) .list-link-primary .list-primary-item:nth-child(2n) {
    padding-left: 0.15rem;
  }
  .block-common-medical .medical-item:nth-child(3) .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.5rem;
  }
  .block-common-medical .medical-item:nth-child(3) .item-inner {
    padding-left: 0.1rem;
  }
  .block-common-medical .medical-item:nth-child(3) .item-content {
    margin-top: 0;
  }
  .block-common-medical .medical-item:nth-child(4)::after {
    opacity: 0;
  }
  .block-common-medical .medical-item:nth-child(4) .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.4rem;
  }
  .block-common-medical .medical-item:nth-child(4) .item-inner {
    padding-left: 0.19rem;
  }
  .block-common-medical .medical-item:nth-child(4) .item-content {
    margin-top: 0;
  }
  .block-common-medical .item-image {
    width: 1.68rem;
  }
  .block-common-medical .button-common-secondary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    min-height: 0.54rem;
    margin-top: -0.41rem;
    padding: 0.03rem 0.4rem 0.03rem 0.24rem;
    font-size: 0.18rem;
  }
  .block-common-medical .button-common-secondary::after {
    right: 0.23rem;
    width: 0.09rem;
    height: 0.16rem;
    -webkit-mask-size: 0.09rem 0.16rem;
    mask-size: 0.09rem 0.16rem;
  }
  .block-common-medical .item-content {
    margin-top: 0.33rem;
  }
  .block-common-medical .item-content.has-more {
    position: relative;
  }
  .block-common-medical .item-content.has-more::after {
    content: "";
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 325px;
    height: 121px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    background: url("../img/common/sp/layer_overlay.png") no-repeat 0 0/auto 100%;
  }
  .block-common-medical .item-content.has-more .list-link-primary {
    height: 100px;
    min-height: 100px;
    overflow: hidden;
  }
  .block-common-medical .item-content.has-more.is-active::after {
    visibility: hidden;
    opacity: 0;
  }
  .block-common-medical .item-content.has-more.is-active .button-medical-more {
    margin-top: 20px;
  }
  .block-common-medical .item-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.04rem;
  }
  .block-common-medical .item-content-wrapper .list-common-dots {
    width: 50%;
  }
  .block-common-medical .item-content-wrapper .list-common-dots:nth-child(2n) {
    padding-left: 0.15rem;
  }
  .block-common-medical .medical-test {
    margin-top: 0.26rem;
  }
  .block-common-medical .medical-test.is-active .test-title::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block-common-medical .test-heading {
    margin-bottom: 0.2rem;
  }
  .block-common-medical .test-title {
    min-height: 0.51rem;
    padding: 0.05rem 0.47rem 0.05rem 0.3rem;
    font-size: 0.2rem;
  }
  .block-common-medical .test-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 0.16rem;
    height: 0.09rem;
    margin-top: -0.03rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") center/auto 100% no-repeat;
  }
  .block-common-medical .test-content {
    display: none;
  }
  .block-common-medical .button-medical-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.84rem;
    height: 0.4rem;
    margin: -0.32rem auto 0.21rem;
    padding: 0.07rem 0.2rem 0.04rem;
    -webkit-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
    border-radius: 0.05rem;
    background: #c4e6f6;
    cursor: pointer;
  }
  .is-android .block-common-medical .button-medical-more {
    padding-top: 0.03rem;
  }
  .is-ios .block-common-medical .button-medical-more {
    padding-top: 0.04rem;
  }
  .block-common-medical .button-medical-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.19rem;
    width: 0.16rem;
    height: 0.09rem;
    margin-top: -0.05rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") center/auto 100% no-repeat;
  }
  .block-common-medical .button-medical-more .button-text.is-open {
    display: block;
  }
  .block-common-medical .button-medical-more .button-text.is-close {
    display: none;
  }
  .block-common-medical .button-medical-more.is-active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .block-common-medical .button-medical-more.is-active .button-text.is-open {
    display: none;
  }
  .block-common-medical .button-medical-more.is-active .button-text.is-close {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-medical {
    padding: 24px 0 176px;
    background: url("../img/common/medical_decor_img_02.jpg") top -18px left/auto 1275px repeat;
  }
  .block-common-medical .medical-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-common-medical .list-common-check {
    width: 540px;
    margin-bottom: 35px;
  }
  .block-common-medical .list-common-check .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-common-medical .list-common-check .list-item {
    display: inline-block;
    min-width: 140px;
    margin-bottom: 13px;
    padding-right: 60px;
  }
  .block-common-medical .list-link-primary {
    margin-left: -3px;
  }
  .block-common-medical .list-link-primary .list-item {
    padding-left: 58px;
  }
  .block-common-medical .list-link-primary .list-item:first-child {
    max-width: 218px;
    padding-left: 0;
  }
  .block-common-medical .list-link-primary .list-item:nth-child(2) {
    max-width: 210px;
  }
  .block-common-medical .list-link-primary .list-item:nth-child(3) {
    max-width: 360px;
  }
  .block-common-medical .medical-item {
    padding-top: 56px;
    padding-bottom: 47px;
  }
  .block-common-medical .medical-item::after {
    bottom: 0;
    left: 2px;
    height: 8px;
    background: url("../img/common/icn_line_01.svg") bottom left/1136px auto no-repeat;
  }
  .block-common-medical .medical-item.item-half {
    width: 50%;
  }
  .block-common-medical .medical-item.item-half::after {
    opacity: 0;
  }
  .block-common-medical .medical-item:nth-child(2) .list-common-check {
    width: 500px;
  }
  .block-common-medical .medical-item:nth-child(2) .list-common-check .list-item {
    min-width: 206px;
  }
  .block-common-medical .medical-item:nth-child(2) .item-image {
    margin-top: -23px;
  }
  .block-common-medical .medical-item:nth-child(2) .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .medical-item:nth-child(2) .item-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .medical-item:nth-child(2) .item-content-wrapper .list-common-dots {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .block-common-medical .medical-item:nth-child(2) .item-content-wrapper .list-common-dots:nth-child(2) {
    padding-left: 0;
  }
  .block-common-medical .medical-item:nth-child(2) .list-link-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 90px;
  }
  .block-common-medical .medical-item:nth-child(2) .list-common-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 70px;
  }
  .block-common-medical .medical-item:nth-child(2) .list-common-dots .dot-item {
    padding-right: 35px;
  }
  .block-common-medical .medical-item:nth-child(4) {
    padding-left: 23px;
  }
  .block-common-medical .medical-item:nth-child(4)::before {
    content: "";
    position: absolute;
    bottom: 142px;
    left: -97px;
    width: 190px;
    height: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../img/common/icn_line_01.svg") bottom left/1136px auto no-repeat;
  }
  .block-common-medical .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-medical .item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 248px;
  }
  .block-common-medical .button-common-secondary {
    width: 248px;
    min-height: 59px;
    margin-top: -58px;
    padding: 3px 40px 3px 20px;
    font-size: 0.26rem;
  }
  .block-common-medical .button-common-secondary::after {
    right: 27px;
    width: 9px;
    height: 16px;
    -webkit-mask-size: 8px 16px;
    mask-size: 8px 16px;
    margin-top: 1px;
  }
  .block-common-medical .item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 64px;
  }
  .block-common-medical .medical-test {
    margin-top: 20px;
  }
  .block-common-medical .test-heading {
    margin-bottom: 20px;
    pointer-events: none;
  }
  .block-common-medical .test-title {
    min-height: 72px;
    padding: 5px 20px;
    font-size: 0.3rem;
  }
  .block-common-medical .test-title::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: -28px;
    width: 71px;
    height: 70px;
    background: url("../img/common/medical_decor_img_01.png") center/cover no-repeat;
  }
  .block-common-medical .test-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-common-medical .test-item {
    padding-left: 60px;
  }
  .block-common-medical .test-item:first-child {
    max-width: 325px;
    padding-left: 0;
  }
  .block-common-medical .test-item:nth-child(2) {
    max-width: 290px;
  }
  .block-common-medical .test-item:nth-child(3) {
    max-width: 260px;
  }
}
.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #095888;
  border-radius: 0.05rem;
  background-color: #095888;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button-common-primary:hover {
  background-color: #fff;
  color: #095888;
}
.button-common-primary.is-external .button-wrapper {
  position: relative;
  padding-right: 0.25rem;
}
.button-common-primary.is-external .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.15rem;
  height: 0.14rem;
  margin-top: -0.08rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icn_external_02.svg");
  mask-image: url("../img/common/icn_external_02.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.15rem 0.14rem;
  mask-size: 0.15rem 0.14rem;
}
.button-common-primary.is-external:hover .button-wrapper::after {
  background: #095888;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 2rem;
    padding: 0.04rem 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .button-common-primary {
    padding: 5px 29px 3px;
  }
  .button-common-primary.is-external {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #095888;
  border-radius: 0.5rem;
  background-color: #095888;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button-common-secondary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0.11rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0.11rem 0.2rem;
  mask-size: 0.11rem 0.2rem;
}
.button-common-secondary:hover {
  background-color: #fff;
  color: #095888;
}
.button-common-secondary:hover::after {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #095888;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    width: 2.78rem;
    min-height: 0.56rem;
    padding-right: 0.38rem;
    padding-left: 0.26rem;
    font-size: 0.18rem;
  }
  .button-common-secondary::after {
    right: 0.23rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .button-common-secondary {
    width: 380px;
    min-height: 76px;
    padding-right: 46px;
    padding-left: 46px;
    font-size: 0.2rem;
  }
  .button-common-secondary::after {
    right: 38px;
  }
}
.calendar-table thead {
  background: #095888;
  text-align: center;
}
.calendar-table thead th {
  background: #095888;
  color: #fff;
}
.calendar-table thead th {
  border: none;
}
.calendar-table table {
  margin-bottom: 0;
}
.calendar-table th,
.calendar-table td {
  position: relative;
  border: unset;
  font-weight: 700;
  text-align: center;
}
.calendar-table tbody tr {
  position: relative;
  background: url("../img/common/decor_line_01.png") repeat-x left bottom/auto 0.015rem;
}
.calendar-table tbody th {
  text-align: center;
}
.calendar-table tbody th:first-child {
  text-align: left;
}
.calendar-table span {
  display: inline-block;
      line-height: 1.0;
}
.calendar-table .dot {
  position: relative;
  border-radius: 100%;
  background: #003d55;
}
.calendar-table .line {
  position: relative;
  background: #003d55;
}
.calendar-table .calendar-shift {
  font-weight: 500;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-table {
    font-size: 0.14rem;
  }
  .calendar-table thead th {
    height: 0.6rem;
    /* vertical-align: middle; */
            line-height: 1.0;
  }
  .is-ios .calendar-table thead th, .is-android .calendar-table thead th {
    padding-top: 0.04rem;
  }
  .calendar-table thead th:not(:first-child) {
            padding: 0.1rem 0.04rem 0.1rem 0.04rem;
  }
  .is-ios .calendar-table thead th:not(:first-child), .is-android .calendar-table thead th:not(:first-child) {
    padding-top: 0.02rem;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 0.07rem 0.02rem 0.03rem;
  }
  .calendar-table th {
    width: 0.47rem;
  }
  .calendar-table th:first-child {
    width: 2.78rem;
    padding-left: 0.1rem;
    text-align: left;
  }
  .is-ios .calendar-table th:first-child {
    padding-left: 0.05rem;
  }
  .calendar-table tbody th {
    padding: 0.08rem 0 0.04rem;
  }
  .calendar-table tbody time {
    font-size: 0.15rem;
  }
  .calendar-table .dot {
    top: 0.02rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .calendar-table .line {
    top: -0.04rem;
    width: 0.13rem;
    height: 0.02rem;
  }
  .calendar-table .calendar-shift {
    display: block;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-table thead th {
    height: 52px;
  }
  .calendar-table thead th:not(:first-child) {
    padding: 0 5px;
  }
  .calendar-table th,
  .calendar-table td {
    padding: 4px 2px;
  }
  .calendar-table th {
    width: 50px;
  }
  .is-tablet .calendar-table th {
    width: 46px;
  }
  .calendar-table th:first-child {
    width: 160px;
  }
  .is-tablet .calendar-table th:first-child {
    width: 167px;
  }
  .calendar-table tbody th {
    padding: 18px 0 16px;
  }
  .calendar-table tbody time {
    font-size: 0.18rem;
  }
  .calendar-table .dot {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .calendar-table .line {
    top: -5px;
    width: 15px;
    height: 2px;
  }
  .calendar-table .calendar-shift {
    margin-right: 16px;
  }
  .is-mac .calendar-table .calendar-shift {
    margin-right: 12px;
  }
}
.calendar-information .notes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar-information .notes-item:last-child {
  margin-bottom: 0;
}
.calendar-information .item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #095888;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-information {
    margin-top: 0.1rem;
  }
  .calendar-information .information-notes {
    margin-bottom: 0.02rem;
  }
  .calendar-information .notes-item {
    margin-bottom: 0.1rem;
  }
  .calendar-information .item-tag {
    width: 0.75rem;
    min-height: 0.28rem;
    margin-right: 0.08rem;
    padding: 0.04rem 0.05rem 0.02rem;
    font-size: 0.14rem;
  }
  .is-android .calendar-information .item-tag {
    padding-top: 0.02rem;
  }
  .calendar-information .item-text {
    font-size: 0.15rem;
  }
  .is-ios .calendar-information .item-text {
    font-size: 0.14rem;
  }
}
@supports (-webkit-touch-callout: none) {
  @media only screen and (device-width: 428px) and (device-height: 926px) and (resolution: 3dppx) {
    .is-ios .calendar-information .item-tag {
      padding-top: 0.02rem;
    }
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-information {
    margin-top: 28px;
  }
  .calendar-information .information-notes {
    margin-bottom: 1px;
  }
  .calendar-information .notes-item {
    margin-bottom: 11px;
  }
  .calendar-information .item-tag {
    width: 100px;
    min-height: 28px;
    margin-right: 20px;
    padding: 4px 5px 2px;
  }
  .is-mac.is-chrome .calendar-information .item-tag {
    padding-top: 3px;
  }
  .is-tablet .calendar-information .item-tag {
    padding-top: 2px;
  }
  .calendar-information .item-text {
    position: relative;
    top: 1px;
  }
  .is-mac .calendar-information .item-text {
    top: 0;
  }
}
.section-common-keyvisual .keyvisual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.section-common-keyvisual .keyvisual-wrapper::before {
  content: "";
  position: absolute;
}
.section-common-keyvisual .keyvisual-title {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.section-common-keyvisual .keyvisual-image {
  position: relative;
}
.section-common-keyvisual .keyvisual-image::before {
  content: "";
  position: absolute;
  z-index: 1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    margin-top: 0.7rem;
    margin-bottom: -0.25rem;
    background: url("../img/common/sp/keyvisual_bg.jpg") repeat-x center bottom 0.19rem/contain;
  }
  .section-common-keyvisual .keyvisual-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .section-common-keyvisual .keyvisual-wrapper::before {
    bottom: 0.24rem;
    left: 1px;
    width: 3.2rem;
    height: 1.6rem;
    background: url("../img/common/sp/keyvisual_decor_01.svg") no-repeat center center/cover;
  }
  .section-common-keyvisual .keyvisual-title {
    margin-bottom: 1.5em;
    font-size: 0.32rem;
    text-align: center;
  }
  .section-common-keyvisual .keyvisual-image {
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.17rem;
  }
  .section-common-keyvisual .keyvisual-image::before {
    bottom: -0.58rem;
    left: 0;
    width: 100%;
    height: 1.93rem;
    background: url("../img/common/sp/keyvisual_decor_02.png") no-repeat center center/cover;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    margin-bottom: -37px;
    padding-top: 16px;
    background: url("../img/common/keyvisual_bg.jpg") repeat-x center bottom 19px/100% 249px;
  }
  .section-common-keyvisual .keyvisual-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 60px);
    max-width: 1306px;
    margin: 0 auto;
  }
  .section-common-keyvisual .keyvisual-wrapper::before {
    bottom: 35px;
    left: -135px;
    width: 788px;
    height: 402px;
    background: url("../img/common/keyvisual_decor_01.svg") no-repeat center center/cover;
  }
  .section-common-keyvisual .keyvisual-title {
    position: absolute;
    left: 0;
    margin-bottom: 5px;
    padding-left: 83px;
    font-size: 0.55rem;
  }
  .section-common-keyvisual .keyvisual-title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 83px;
    height: 75px;
    background: url("../img/common/keyvisual_ttl.png") no-repeat center center/cover;
  }
  .section-common-keyvisual .keyvisual-image {
    width: 600px;
    height: 362px;
    margin-right: 13px;
  }
  .section-common-keyvisual .keyvisual-image::before {
    bottom: 7px;
    left: -92px;
    width: 864px;
    height: 331px;
    background: url("../img/common/keyvisual_decor_02.png") no-repeat center center/cover;
  }
}
@media print, (min-width: 768px) and (max-width: 1600px) {
  .section-common-keyvisual .keyvisual-image {
    margin-right: 150px;
  }
}
.list-common-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dots .dot-item {
  position: relative;
  padding-left: 0.16rem;
}
.list-common-dots .dot-item::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 1rem;
  background: #0d92d2;
}
.list-common-dots .dot-item.is-highlight {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .is-android .list-common-dots .dot-item::before {
    top: 0.12rem;
  }
}
.list-common-check .list-wrapper {
  padding-left: 0;
  list-style: none;
}
.list-common-check .list-item {
  position: relative;
  color: #003d55;
  font-weight: 700;
  line-height: 1.4;
}
.list-common-check .list-item::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_check.svg") center/cover no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-check .list-wrapper {
    margin-bottom: -0.21rem;
  }
  .list-common-check .list-item {
    margin-bottom: 0.17rem;
    padding-left: 0.36rem;
    font-size: 0.16rem;
  }
  .list-common-check .list-item::before {
    top: -0.02rem;
    left: 0;
    width: 0.24rem;
    height: 0.24rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-check .list-wrapper {
    margin-bottom: -21px;
  }
  .list-common-check .list-item {
    margin-bottom: 18px;
    padding-left: 36px;
    font-size: 0.22rem;
  }
  .list-common-check .list-item::before {
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
  }
  .is-mac .list-common-check .list-item::before {
    top: 2px;
  }
}
.list-link-primary .list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-link-primary .list-item {
  width: auto;
}
.list-link-primary .list-wrapper-primary {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-link-primary .list-primary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-link-primary .item-primary-link {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #003d55;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.02rem;
}
.list-link-primary .item-primary-link:hover {
  color: #468fcc;
}
.list-link-primary .item-primary-link::after {
  content: "";
  position: absolute;
  background: url("../img/common/icn_arrow_09.svg") bottom left/auto 100% no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-link-primary {
    padding-left: 0.23rem;
  }
  .list-link-primary .item-primary-link {
    padding-left: 0.22rem;
  }
  .list-link-primary .item-primary-link::after {
    top: 0.09rem;
    left: 0.05rem;
    width: 0.09rem;
    height: 0.12rem;
  }
  .is-android .list-link-primary .item-primary-link::after {
    top: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-link-primary .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-link-primary .list-item {
    padding-left: 67px;
  }
  .list-link-primary .list-item:first-child {
    padding-left: 0;
  }
  .list-link-primary .item-primary-link {
    padding-left: 22px;
  }
  .list-link-primary .item-primary-link::after {
    top: 9px;
    left: 6px;
    width: 9px;
    height: 12px;
  }
  .is-mac .list-link-primary .item-primary-link::after {
    top: 8px;
  }
  .is-mac.is-chrome .list-link-primary .item-primary-link::after, .is-tablet .list-link-primary .item-primary-link::after {
    top: 9px;
  }
}
.list-common-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-links .title-common-secondary {
  border-bottom: 1px solid #095888;
}
.list-common-links .title-common-secondary::before {
  bottom: 0;
  width: 0.05rem;
  height: unset;
}
.list-common-links .links-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-links {
    margin-bottom: 0.26rem;
  }
  .list-common-links .title-common-secondary {
    margin-bottom: 0.2rem;
    padding-left: 0.23rem;
    line-height: 1.7;
  }
  .list-common-links .title-common-secondary::before {
    top: 0;
    bottom: 0;
  }
  .list-common-links .links-item {
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-links .title-common-secondary {
    margin-bottom: 30px;
    padding-left: 23px;
    line-height: 1.8;
  }
  .list-common-links .title-common-secondary::before {
    top: 2px;
  }
  .list-common-links .links-item {
    margin-bottom: 58px;
  }
}
.list-link-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-link-secondary .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0.6rem;
  padding: 0.09rem 0.38rem 0.05rem 0.2rem;
  border-radius: 0.05rem;
  background-color: #c4e6f6;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.is-mac.is-chrome .list-link-secondary .link-wrapper, .is-tablet .list-link-secondary .link-wrapper, .is-android .list-link-secondary .link-wrapper {
  padding-top: 0.05rem;
}
.list-link-secondary .link-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: url("../img/common/icn_arrow_10.svg") no-repeat center 100%/100%;
}
.list-link-secondary .link-wrapper.is-coming-soon {
  background: #d7e2e9;
}
.list-link-secondary .link-wrapper.is-style-left {
  padding-right: 0.3rem;
  text-align: left;
}
.list-link-secondary .link-text {
  position: relative;
  padding-left: 0.15rem;
}
.list-link-secondary .link-text::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: #0d92d2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-link-secondary .link-item {
    margin-bottom: 0.2rem;
  }
  .list-link-secondary .link-item:last-child .link-text {
    margin-bottom: -0.11rem;
  }
  .list-link-secondary .link-text {
    margin-top: -0.09rem;
    margin-bottom: -0.25rem;
  }
  .is-android .list-link-secondary .link-text::before {
    top: 0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-link-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -11px;
  }
  .list-link-secondary .link-wrapper {
    width: 210px;
  }
  .list-link-secondary .link-item {
    margin-bottom: 10px;
    padding: 0 11px;
  }
  .list-link-secondary .link-text {
    position: relative;
    top: 1px;
    margin-right: 20px;
  }
}
.list-common-number {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-number .number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-common-number .number-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0.06rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  padding: 1px 1px 1px 0.02rem;
  border-radius: 1rem;
  background: #0d92d2;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.is-safari .list-common-number .number-order {
  padding-top: 4px;
}
.is-mac .list-common-number .number-order {
  padding-left: 1px;
}
.is-tablet .list-common-number .number-order {
  padding-top: 4px;
}
.is-ios .list-common-number .number-order {
  padding-top: 0.02rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-number .number-order {
    padding-left: 1px;
  }
}
.list-common-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-information .title-common-quaternary {
  position: relative;
  min-height: unset;
  border: 0;
}
.list-common-information .title-common-quaternary::before {
  content: "";
  position: absolute;
  top: -0.11rem;
  bottom: -0.09rem;
  left: 0;
  width: 0.03rem;
  background-color: #0d92d2;
}
.list-common-information .information-heading {
  margin-bottom: 0;
  padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  background-color: #c4e6f6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.4;
}
.list-common-information .information-text p:last-child,
.list-common-information .information-description p:last-child {
  margin-bottom: 0;
}
.list-common-information .information-item:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-information .title-common-quaternary {
    margin-bottom: 0.29rem;
    padding-left: 0.15rem;
  }
  .list-common-information .information-item {
    margin-bottom: 0.51rem;
  }
  .list-common-information .information-heading {
    position: relative;
    cursor: pointer;
  }
  .list-common-information .information-heading::after {
    content: "";
    position: absolute;
    top: 0.23rem;
    right: 0.2rem;
    width: 0.14rem;
    height: 0.08rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_arrow_06.svg") no-repeat center 100%/100%;
  }
  .list-common-information .content-wrapper {
    padding: 0.1rem 0;
  }
  .list-common-information .information-content {
    display: none;
  }
  .list-common-information .information-wrapper.is-active .information-heading::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .list-common-information .sublist-item:not(:last-child) {
    margin-bottom: 0.18rem;
  }
  .list-common-information .information-description {
    margin: -9px 0 19px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-information .title-common-quaternary {
    margin-bottom: 48px;
    padding-left: 25px;
  }
  .list-common-information .information-item {
    margin-bottom: 100px;
  }
  .list-common-information .information-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .list-common-information .information-sublist.is-full-width {
    margin: 0;
  }
  .list-common-information .information-sublist.is-full-width .sublist-item {
    width: 100%;
    padding: 0;
  }
  .list-common-information .sublist-item {
    width: 50%;
    padding: 0 20px;
  }
  .list-common-information .sublist-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 60px;
  }
  .list-common-information .information-heading {
    margin-bottom: 30px;
    pointer-events: none;
  }
  .list-common-information .information-content {
    display: block !important;
  }
  .list-common-information .information-description {
    margin: -7px 0 29px;
  }
}
.title-common-primary {
  color: #095888;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.title-common-primary .title-detail {
  display: block;
  padding-bottom: 0.05rem;
}
.title-common-primary .title-decor {
  display: block;
  width: 0.24rem;
  height: 0.22rem;
  margin: 0 auto;
  background: url("../img/common/icn_ttl.svg") no-repeat 0 0/auto 100%;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.25rem;
  }
  .title-common-primary .title-detail {
    padding-bottom: 0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.42rem;
  }
}
.title-common-secondary {
  position: relative;
  margin-bottom: 0.04rem;
  padding-left: 0.18rem;
  color: #004b69;
  font-size: 0.2rem;
  font-weight: 700;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: 0;
  width: 0.06rem;
  height: 0.3rem;
  background-color: #004b69;
}

.title-common-secondary.is-english {
  border-left: 0.06rem solid #095888;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.18rem;
  line-height: 1.7;
}
.title-common-secondary.is-english::before {
  display: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-secondary.is-english {
    padding-left: 0.12rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-secondary.is-english {
    padding-left: 11px;
  }
}
.title-common-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.34rem;
  border: solid #095888;
  border-width: 0 0 1px 0.05rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.title-common-tertiary .title-wrapper {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    margin-bottom: 0.1rem;
    padding-right: 0.76rem;
    padding-left: 0.14rem;
  }
  .is-android .title-common-tertiary .title-wrapper {
    top: -1px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-tertiary {
    margin-bottom: 12px;
    padding-bottom: 3px;
    padding-left: 18px;
  }
  .title-common-tertiary .title-wrapper {
    top: 1px;
  }
}
.title-common-quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.03rem solid #0d92d2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.005rem;
  line-height: 1.4;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-quaternary {
    min-height: 0.58rem;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0 0.05rem 0.12rem;
    font-size: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-quaternary {
    min-height: 66px;
    margin-bottom: 21px;
    padding: 5px 0 5px 22px;
    font-size: 0.26rem;
  }
}
.title-common-quinary {
  color: #095888;
  font-weight: 700;
}
.title-common-quinary .title-wrapper {
  border-bottom: 2px solid #095888;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-quinary {
    line-height: 1.4;
  }
  .title-common-quinary .title-wrapper {
    display: block;
    padding-bottom: 11px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-quinary {
    font-size: 0.2rem;
    text-align: center;
  }
  .title-common-quinary .title-wrapper {
    padding: 0 10px 12px;
  }
  
}
.news_new {
  margin-left: 0.08rem;
  color: #0d92d2;
  font-weight: 700;
}

.text-common-highlight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccf279), to(#ccf279)) no-repeat;
  background: linear-gradient(#ccf279, #ccf279) no-repeat;
  background-position: center bottom 0;
  background-size: 100% 0.08rem;
  font-weight: 700;
}
.is-ios .text-common-highlight {
  padding-bottom: 0.02rem;
}
.is-mac .text-common-highlight {
  padding-bottom: 0.03rem;
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

.breadcrumb-common {
  position: relative;
  min-height: 0.4rem;
  padding: 0.14rem 0 0.12rem;
  background-color: #f6f1ec;
}
.breadcrumb-common .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb-common .breadcrumb-list > li {
  position: relative;
}
.breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.06rem;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center center/cover;
  color: #b3b3b3;
}
.breadcrumb-common .breadcrumb-list > li:not(:last-child) a {
  cursor: pointer;
}
.breadcrumb-common .breadcrumb-list a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.breadcrumb-common .breadcrumb-list a:hover {
  color: #468fcc;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common .breadcrumb-list {
    overflow: scroll hidden;
    white-space: nowrap;
  }
  .breadcrumb-common .breadcrumb-list::-webkit-scrollbar {
    height: 0.02rem;
    border-radius: 0.1rem;
  }
  .breadcrumb-common .breadcrumb-list::-webkit-scrollbar-thumb {
    background: #003d55;
  }
  .breadcrumb-common .breadcrumb-list > li {
    display: inline;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    padding-right: 0.31rem;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 0.02rem;
    right: 0.11rem;
    height: 0.1rem;
  }
  .is-android .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .breadcrumb-common .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    padding-right: 35px;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 2px;
    right: 15px;
    height: 10px;
  }
  .is-safari .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 1px;
  }
  .is-tablet .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 2px;
  }
}
.decor-common-animation {
  position: absolute;
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
@media only screen and (max-width: 767.98px) {
  .decor-common-animation {
    width: 1.01rem;
    height: 1.05rem;
    background: url("../img/common/sp/decor_flower_01.png") no-repeat 0 0/auto 100%;
  }
}
@media print, (min-width: 768px) {
  .decor-common-animation {
    width: 195px;
    height: 203px;
    background: url("../img/common/decor_flower_01.png") no-repeat 0 0/auto 100%;
  }
}

.section-common-banner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.section-common-introduction .introduction-content p:last-child {
  margin-bottom: 0;
}
.section-common-introduction .introduction-content .highlight {
  font-weight: 700;
}
.section-common-introduction .introduction-image {
  position: relative;
}
.section-common-introduction .introduction-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
      background: #095888;
      color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-introduction {
    padding-top: 0.61rem;
  }
  .section-common-introduction .title-common-primary {
    margin-bottom: 0.29rem;
  }
  .section-common-introduction .introduction-image {
    width: 2.4rem;
    height: 1.8rem;
    margin: 0 auto 0.21rem;
  }
  .section-common-introduction .introduction-image .decor-common-animation {
    right: -0.3rem;
    bottom: -0.29rem;
    width: 1.18rem;
    height: 0.98rem;
    background: url("../img/common/sp/decor_flower_03.png") no-repeat 0 0/auto 100%;
  }
  .section-common-introduction .introduction-content p {
    margin-bottom: 0.32rem;
  }
  .section-common-introduction .introduction-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 3.24rem;
    min-height: 0.72rem;
    margin: -0.13rem auto 0;
    padding: 0.07rem 0.29rem 0.04rem;
    text-align: left;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-introduction {
    padding-top: 80px;
  }
  .section-common-introduction .title-common-primary {
    margin: 9px 0 40px;
  }
  .section-common-introduction .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-common-introduction .introduction-image {
    position: relative;
    width: 440px;
    height: 330px;
    margin-top: 10px;
    margin-left: 130px;
  }
  .section-common-introduction .introduction-image .decor-common-animation {
    right: -50px;
    bottom: -54px;
    width: 186px;
    height: 155px;
    background: url("../img/common/decor_flower_03.png") no-repeat 0 0/auto 100%;
  }
  .section-common-introduction .introduction-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-common-introduction .introduction-content p {
    margin-bottom: 33px;
  }
  .section-common-introduction .introduction-link {
    width: 360px;
    min-height: 42px;
    margin-top: -5px;
    padding: 4px 10px 2px;
  }
}
.section-common-medical {
  position: relative;
  background-color: #f6f1ec;
}
.section-common-medical .medical-description {
  color: #095888;
  font-weight: 500;
  line-height: 2;
}
.section-common-medical .medical-wrapper {
  position: relative;
}
.section-common-medical .medical-wrapper .button-common-secondary:hover {
  border-color: #0d92d2;
  background: #0d92d2;
  color: #fff;
}
.section-common-medical .medical-wrapper .button-common-secondary:hover::after {
  background: #fff;
}
.section-common-medical .medical-figure {
  position: relative;
}
.section-common-medical .figure-decor {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section-common-medical .figure-picture {
  width: 100%;
}
.section-common-medical .button-common-secondary {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
.section-common-medical .medical-table {
  position: relative;
  background-color: #fff;
}
.section-common-medical .medical-table::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-medical {
    padding-top: 0.41rem;
  }
  .section-common-medical .title-common-primary {
    margin-bottom: 0.21rem;
  }
  .section-common-medical .medical-description {
    margin: 0 -0.05rem 0.19rem;
    font-size: 0.16rem;
  }
  .section-common-medical .medical-wrapper .button-common-secondary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 2.4rem;
    min-height: 0.56rem;
    margin: 0 auto;
    padding: 0.03rem 0.6rem 0.03rem 0.25rem;
    font-size: 0.2rem;
  }
  .section-common-medical .medical-viewport {
    position: relative;
    z-index: 1;
    padding-bottom: 0.19rem;
  }
  .section-common-medical .medical-viewport::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.37rem;
    background: url("../img/top/sp/medical_decor_img_02.jpg") bottom left/100% 7.37rem repeat-y;
    -webkit-box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.05rem 0.15rem 0 rgba(0, 0, 0, 0.2);
  }
  .section-common-medical .medical-figure {
    width: 2.4rem;
    margin: 0 auto 0.2rem;
  }
  .section-common-medical .figure-decor {
    top: 0.67rem;
    right: -0.67rem;
    width: 1.57rem;
    height: 1.73rem;
  }
  .section-common-medical .figure-picture {
    margin-bottom: 0.2rem;
  }
  .section-common-medical .medical-table {
    margin-bottom: 0.13rem;
    padding: 0.27rem 0.24rem 0.28rem;
    border: 0.05rem solid #add5e9;
  }
  .section-common-medical .medical-table::before {
    top: 0.05rem;
    left: 0.05rem;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    border: 0.02rem solid #0d92d2;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-medical {
    padding-top: 11px;
  }
  .section-common-medical::before {
    content: "";
    position: absolute;
    top: -180px;
    right: 0;
    left: 0;
    height: 100%;
    background: url("../img/top/medical_decor_img_05.png") no-repeat 0 0/100% 180px;
    pointer-events: none;
  }
  .section-common-medical .title-common-primary {
    margin-bottom: 18px;
  }
  .section-common-medical .medical-description {
    margin-bottom: 65px;
    font-size: 0.22rem;
    text-align: center;
  }
  .section-common-medical .medical-viewport {
    position: relative;
    z-index: 1;
    padding-bottom: 36px;
  }
  .section-common-medical .medical-viewport::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url("../img/top/medical_decor_img_04.jpg") bottom left/100% 490px no-repeat;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  }
  .section-common-medical .medical-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .section-common-medical .medical-wrapper::after {
    content: "";
    position: absolute;
    top: 37px;
    left: 50%;
    width: 2000px;
    height: 608px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/medical_decor_img_06.png") no-repeat 0 0/auto 100%;
    pointer-events: none;
  }
  .section-common-medical .medical-wrapper .button-common-secondary {
    width: 401px;
    min-height: 85px;
    margin: 0 auto;
    padding: 3px 40px 3px 20px;
    font-size: 0.34rem;
  }
  .section-common-medical .medical-decor {
    display: block;
    position: absolute;
    z-index: 1;
    right: -75px;
    bottom: -51px;
    width: 122px;
    height: 102px;
    pointer-events: none;
  }
  .section-common-medical .medical-figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 500px;
  }
  .section-common-medical .figure-decor {
    top: 172px;
    left: -150px;
    width: 283px;
    height: 310px;
  }
  .section-common-medical .figure-picture {
    margin-bottom: 40px;
  }
  .section-common-medical .medical-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 70px;
  }
  .section-common-medical .medical-inner .list-link-primary .list-item {
    max-width: 290px;
  }
  .section-common-medical .medical-inner .list-link-primary .list-item:first-child {
    max-width: 180px;
  }
  .section-common-medical .medical-table {
    margin-bottom: 35px;
    padding: 52px 53px;
    border: 7px solid #add5e9;
  }
  .section-common-medical .medical-table::before {
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    border: 3px solid #0d92d2;
  }
  .section-common-medical .table-decor {
    display: block;
    position: absolute;
    z-index: 1;
    right: -9px;
    bottom: -6px;
    width: 147px;
    height: 143px;
    pointer-events: none;
  }
}
/*# sourceMappingURL=common.css.map */