@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: normal;
  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;
  }
  @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;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
    background: #fdfafa;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.has-menu {
    width: 100%;
    position: fixed;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}

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.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.load-font {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wf-active .load-font {
  opacity: 1;
  visibility: visible;
}

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

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

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1300px;
    padding-top: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.8rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header a {
  color: inherit;
}
header .header-logo a {
  display: block;
}
@media print, (min-width: 768px) {
  header {
    min-width: 1300px;
  }
  header.header-top .header-wrapper {
    padding: 0 23px 0 80px;
  }
  header.header-top .header-logo {
    width: 180px;
    margin-top: 29px;
  }
  header.header-top .header-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header-top .header-topic a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 5px 5px 23px;
    width: 190px;
    margin-left: 10px;
    min-height: 100px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 0.18rem;
    color: #fff;
  }
  header.header-top .header-topic .banner-topic {
    background: url("../img/common/header_bnr_01.svg") center/cover no-repeat;
  }
  header.header-top .header-topic .banner-centenarian {
    background: url("../img/common/header_bnr_02.svg") center/cover no-repeat;
  }
  header.header-top .header-info {
    width: 350px;
    padding: 15px 10px 11px 25px;
    background: #f5f5f5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header.header-top .header-navigation {
    display: none;
  }
  header.header-clone {
    min-height: 110px;
    padding: 11px 0;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  header.header-clone .header-navigation {
    display: block;
    margin-right: 32px;
    margin-top: 3px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1380px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1380px) {
  header.header-clone .header-navigation {
    margin-right: 20px;
  }
}
@media print, (min-width: 768px) {
  header.header-clone .header-wrapper {
    padding: 0 10px 0 23px;
  }
  header.header-clone .header-logo {
    width: 84px;
    margin-top: 0;
  }
  header.header-clone .header-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: unset;
    padding: 8px 0;
    width: unset;
    margin-right: 14px;
    margin-left: 20px;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1380px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1380px) {
  header.header-clone .header-info {
    margin-left: 12px;
  }
}
@media print, (min-width: 768px) {
  header.header-clone .info-text.is-small {
    font-size: 0.12rem;
  }
  header.header-clone .header-topic {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  header.header-clone .header-topic a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    min-height: 40px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 0.16rem;
    color: #fff;
    margin-left: 0;
    padding: 0;
  }
  header.header-clone .header-topic .banner-topic {
    background: url("../img/common/header_bnr_clone_01.svg") center/cover no-repeat;
    margin-bottom: 7px;
    padding-left: 32px;
  }
  header.header-clone .header-topic .banner-centenarian {
    background: url("../img/common/header_bnr_clone_02.svg") center/cover no-repeat;
  }
  header .header-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  header .header-wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .header-logo {
    width: 84px;
    margin-right: 20px;
  }
  header .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .info-text {
    font-size: 0.14rem;
  }
  header .info-phone {
    color: #459d99;
    font-weight: 500;
    font-size: 0.22rem;
    letter-spacing: 0.02em;
    font-family: "Shippori Mincho", serif;
    position: relative;
    padding-left: 15px;
    margin-left: 12px;
    margin-bottom: 1px;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    bottom: 1px;
    pointer-events: none;
  }
  header .info-phone::before {
    position: absolute;
    content: "";
    left: 0;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 17px;
    background: url("../img/common/icn_phone.svg") center/contain no-repeat;
  }
  header .info-phone.is-small {
    font-size: 0.16rem;
    letter-spacing: 0;
    margin-left: 7px;
    margin-top: 2px;
    padding-left: 11px;
  }
  header .info-phone.is-small::before {
    width: 9px;
    height: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    padding: 0.12rem 0;
    min-height: 0.8rem;
  }
  header.header-clone {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  header .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;
    padding: 0 0.1rem 0 0.2rem;
  }
  header .header-logo {
    width: 1.89rem;
  }
  header .header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 0.39rem 0.21rem 1.54rem;
    display: none;
    z-index: 102;
    max-height: 100vh;
    overflow-y: auto;
  }
  .is-ios header .header-navigation {
    padding-bottom: 2.1rem;
  }
  header .header-navigation::-webkit-scrollbar {
    display: none;
  }
  header .header-button-menu {
    width: 0.55rem;
    height: 0.55rem;
    position: relative;
    z-index: 1000;
  }
  header .header-button-menu span {
    border-top: 1px solid #00568d;
    width: 0.36rem;
    position: absolute;
    left: 50%;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    margin-left: -0.18rem;
  }
  header .header-button-menu span:nth-child(1) {
    top: 0.16rem;
  }
  header .header-button-menu span:nth-child(2) {
    top: 0.25rem;
  }
  header .header-button-menu span:nth-child(3) {
    top: 0.34rem;
  }
  header .header-button-menu.is-active span {
    border-color: #606060;
  }
  header .header-button-menu.is-active span:nth-child(1) {
    -webkit-transform: translatey(-50%) rotate(45deg);
    -ms-transform: translatey(-50%) rotate(45deg);
    transform: translatey(-50%) rotate(45deg);
    top: 42%;
  }
  header .header-button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .header-button-menu.is-active span:nth-child(3) {
    -webkit-transform: translatey(-50%) rotate(-45deg);
    -ms-transform: translatey(-50%) rotate(-45deg);
    transform: translatey(-50%) rotate(-45deg);
    top: 42%;
  }
  header .link-home {
    font-size: 0.22rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    position: relative;
    margin-bottom: 0.15rem;
    display: inline-block;
    margin-left: -0.12rem;
    padding: 0.1rem 0 0.1rem 0.47rem;
  }
  header .link-home::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 0.36rem;
    height: 0.32rem;
    margin-top: -0.16rem;
    background: url("../img/common/sp/icn_home.svg") center/contain no-repeat;
  }
  header .navigation-list {
    margin-bottom: 0.38rem;
  }
  header .navigation-item {
    padding: 0.05rem 0 0.08rem 0.26rem;
    margin-bottom: 0.4rem;
    position: relative;
  }
  header .navigation-item:last-child {
    margin-bottom: 0;
  }
  header .navigation-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.04rem;
    border-left: 0.04rem solid;
  }
  header .navigation-item.is-green::before {
    border-left-color: #459d99;
  }
  header .navigation-item.is-green .navigation-item-head {
    color: #459d99;
  }
  header .navigation-item.is-red::before {
    border-left-color: #e27c84;
  }
  header .navigation-item.is-red .navigation-item-head {
    color: #e27c84;
  }
  header .navigation-item.is-gray::before {
    border-left-color: #dfe2e5;
  }
  header .navigation-item.is-gray .navigation-item-head {
    color: #5f5f5f;
  }
  header .navigation-item-head {
    font-size: 0.22rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 0.13rem;
    display: inline-block;
  }
  header .navigation-block {
    margin-bottom: 0.27rem;
    margin-left: 2px;
  }
  header .navigation-block:last-child {
    margin-bottom: 0;
  }
  header .navigation-item-title {
    font-size: 0.18rem;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 0.08rem;
    display: inline-block;
  }
  header .sub-list li {
    margin-bottom: 0.1rem;
  }
  header .sub-list li:last-child {
    margin-bottom: 0;
  }
  header .link-banner {
    display: block;
    width: 2rem;
    height: 0.4rem;
    margin-top: -0.07rem;
    margin-left: 0.04rem;
    background: url("../img/common/sp/bnr_bg.svg") center/cover no-repeat;
  }
  header .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -0.01rem;
    top: 0.08rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .social-link {
    display: block;
  }
  header .social-link.is-instagram {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.07rem;
    background: url("../img/common/sp/icn_insta.png") center/cover no-repeat;
  }
  header .social-link.is-line {
    width: 0.89rem;
    height: 0.35rem;
    background: url("../img/common/sp/icn_line.svg") center/cover no-repeat;
  }
  header .navigation-bottom {
    -webkit-box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0.06rem 0.08rem;
    margin: 0 -0.21rem;
  }
  .is-ios header .navigation-bottom {
    padding-bottom: 1.6rem;
  }
  header .bottom-text {
    text-align: center;
    color: #00568d;
    margin-bottom: 0.05rem;
  }
  header .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.02rem;
    margin-bottom: 0.09rem;
    font-weight: 500;
  }
  header .bottom-list li {
    margin-right: 0.1rem;
  }
  header .bottom-list li:last-child {
    margin-right: 0;
  }
  header .bottom-link {
    color: #fff;
    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;
    text-align: center;
    border-radius: 0.04rem;
    height: 0.48rem;
  }
  header .bottom-link.is-phone {
    background: #2477ad;
    width: 1.4rem;
    line-height: 1;
  }
  header .bottom-link.is-voice {
    background: #459d99;
    font-size: 0.14rem;
    line-height: 1.2857142857;
    width: 1.06rem;
  }
  header .bottom-link.is-web {
    background: #ecf1f4;
    border: 0.02rem solid #2477ad;
    font-size: 0.14rem;
    color: #2477ad;
    width: 0.94rem;
  }
  header .phone-text {
    font-size: 0.14rem;
    margin-bottom: 0.04rem;
  }
  header .phone-button {
    font-size: 0.16rem;
    font-family: "Shippori Mincho", serif;
    padding-left: 0.13rem;
    letter-spacing: 0.02em;
    position: relative;
  }
  header .phone-button::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.13rem;
    margin-top: -0.05rem;
    background: url("../img/common/sp/icn_phone.svg") center/contain no-repeat;
  }
  header .detail-link {
    border: 0.02rem solid #eb949b;
    background: #f8f8f8;
    border-radius: 0.04rem;
    font-weight: 500;
    color: #e27c84;
    font-size: 0.14rem;
    text-align: center;
    display: block;
    padding: 0.06rem 0.1rem;
  }
  header .detail-link span {
    padding-right: 0.2rem;
    position: relative;
    display: inline-block;
  }
  header .detail-link span::before {
    position: absolute;
    content: "";
    right: -0.02rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.16rem;
    background: url("../img/common/sp/icn_arrow_right_pink.svg") center/contain no-repeat;
  }
}

@media print, (min-width: 768px) {
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navigation-list .navigation-item {
    padding: 0 24px;
    text-align: center;
    position: relative;
  }
}
@media print, print and (min-width: 768px) and (max-width: 1380px), print and (min-width: 768px), (min-width: 768px) and (min-width: 768px) and (max-width: 1380px) {
  .navigation-list .navigation-item {
    padding: 0 18px;
  }
}
@media print, (min-width: 768px) {
  .navigation-list .navigation-item:nth-child(3) .navigation-body {
    width: 222px;
  }
  .navigation-list .navigation-item.has-sub .text-japan {
    position: relative;
    padding-right: 23px;
  }
  .navigation-list .navigation-item.has-sub .text-japan::before {
    position: absolute;
    content: "";
    right: 2px;
    top: 50%;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    background: url("../img/common/icn_arrow_down.svg") center/contain no-repeat;
  }
  .navigation-list .navigation-item.has-sub::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -27px;
    opacity: 0;
    width: 121px;
    height: 5px;
    background: #79b7b4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navigation-list .navigation-item.has-sub:hover {
    opacity: 1;
  }
  .navigation-list .navigation-item.has-sub:hover::after {
    opacity: 1;
  }
  .navigation-list .navigation-item.has-sub:hover .navigation-body {
    opacity: 1;
    visibility: visible;
  }
  .navigation-list .navigation-item::before {
    position: absolute;
    content: "";
    right: 3px;
    top: 50%;
    width: 1px;
    height: 38px;
    -webkit-transform: translateY(-50%) rotate(21deg);
    -ms-transform: translateY(-50%) rotate(21deg);
    transform: translateY(-50%) rotate(21deg);
    border-right: 1px solid #d0dce0;
  }
  .navigation-list .navigation-item:last-child {
    padding-right: 0;
  }
  .navigation-list .navigation-item:last-child::before {
    content: unset;
  }
  .navigation-list .text-japan {
    font-size: 0.16rem;
    display: inline-block;
  }
  .navigation-list .text-english {
    color: #459d99;
    display: block;
    text-transform: uppercase;
  }
  .navigation-list .navigation-body {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 208px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    z-index: 100;
    color: #fff;
    padding: 49px 5px 22px 19px;
    text-align: left;
  }
  .navigation-list .navigation-body:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #459d99;
    z-index: -1;
  }
  .navigation-list .navigation-body li {
    margin-bottom: 8px;
  }
  .navigation-list .navigation-body li:last-child {
    margin-bottom: 0;
  }
  .navigation-list .navigation-body a {
    position: relative;
    padding-left: 23px;
    display: inline-block;
  }
  .navigation-list .navigation-body a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    background: url("../img/common/icn_arrow_green_right.svg") center/contain no-repeat;
  }
}

.header-clone {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  position: fixed;
  z-index: 998;
}
.header-clone.header-custom {
  display: none;
}
.header-clone.header-top {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.header-clone.header-top.header-custom {
  display: block;
}
.header-clone.is-header-sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media print {
  .header-clone.header-top {
    display: none;
  }
  header {
    position: absolute !important;
  }
}
.block-common-table {
  font-weight: 500;
  color: #3e3e3e;
}
.block-common-table thead {
  text-align: center;
  font-weight: 500;
}
.block-common-table thead tr {
  border-bottom: 1px solid #3e3e3e;
}
.block-common-table thead th {
  border: none;
}
.block-common-table thead th,
.block-common-table thead td {
  font-weight: 500;
}
.block-common-table table {
  border-bottom: 1px solid #3e3e3e;
}
.block-common-table th,
.block-common-table td {
  border: unset;
  font-weight: 400;
  text-align: center;
}
.block-common-table tbody th {
  text-align: right;
  font-weight: 500;
}
.block-common-table td .line {
  display: inline-block;
}
.block-common-table span {
  display: inline-block;
}
.block-common-table .circle {
  position: relative;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #459d99;
}
.block-common-table .line {
  width: 0.13rem;
  border-bottom: 1px solid #3e3e3e;
}
@media print, (min-width: 768px) {
  .block-common-table table {
    margin-bottom: 5px;
  }
  .block-common-table thead th {
    font-size: 0.14rem;
  }
  .block-common-table thead th,
  .block-common-table thead td {
    padding: 4px 0 8px;
  }
  .block-common-table th:first-child {
    width: 72px;
  }
  .block-common-table th,
  .block-common-table td {
    padding: 1px 0;
  }
  .block-common-table tbody th {
    font-size: 0.14rem;
    letter-spacing: 0;
    padding-right: 4px;
  }
  .block-common-table tbody tr:first-child th,
  .block-common-table tbody tr:first-child td {
    padding-top: 15px;
  }
  .block-common-table tbody tr:last-child th,
  .block-common-table tbody tr:last-child td {
    padding-bottom: 12px;
  }
  .block-common-table .circle {
    top: -1px;
  }
  .block-common-table .line {
    margin-bottom: 6px;
  }
  .block-common-table thead th:last-child,
  .block-common-table tbody td:last-child {
    position: relative;
    width: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-table table {
    margin-bottom: 0.05rem;
  }
  .block-common-table thead th {
    font-size: 0.14rem;
  }
  .block-common-table thead th,
  .block-common-table thead td {
    padding: 0.04rem 0 0.1rem;
  }
  .block-common-table th:first-child {
    width: 0.72rem;
  }
  .block-common-table th,
  .block-common-table td {
    padding: 0.01rem 0;
  }
  .block-common-table tbody th {
    font-size: 0.14rem;
    letter-spacing: 0;
    padding-right: 0.04rem;
  }
  .block-common-table tbody tr:first-child th,
  .block-common-table tbody tr:first-child td {
    padding-top: 0.14rem;
  }
  .block-common-table tbody tr:last-child th,
  .block-common-table tbody tr:last-child td {
    padding-bottom: 0.12rem;
  }
  .block-common-table .circle {
    top: 0.01rem;
  }
  .block-common-table .line {
    margin-bottom: 0.06rem;
  }
  .block-common-table thead th:last-child,
  .block-common-table tbody td:last-child {
    position: relative;
    width: 0.35rem;
  }
}

.table-bottom {
  position: relative;
}
.table-bottom .table-link {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  background: #459d99;
}
.table-bottom .table-link::before {
  position: absolute;
  content: "";
  top: 50%;
  background: url("../img/common/icn_table.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .table-bottom .text-note {
    font-size: 0.14rem;
    line-height: 2;
  }
  .table-bottom .table-link {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 127px;
    font-size: 0.14rem;
    padding: 2px 15px 2px 5px;
    border-radius: 17px;
  }
  .is-tablet .table-bottom .table-link {
    padding-bottom: 3px;
    padding-top: 1px;
  }
  .table-bottom .table-link::before {
    right: 8px;
    width: 5px;
    height: 9px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-bottom .text-note {
    font-size: 0.14rem;
    line-height: 1.8571428571;
    margin-bottom: 0.22rem;
  }
  .table-bottom .table-link {
    position: relative;
    display: block;
    width: 2.8rem;
    margin: 0 auto;
    font-size: 0.16rem;
    padding: 0.08rem 0.08rem 0.08rem 0.05rem;
    border-radius: 0.17rem;
  }
  .table-bottom .table-link::before {
    right: 0.16rem;
    width: 0.07rem;
    height: 0.13rem;
    margin-top: -0.06rem;
  }
}

.fixed-link {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 65px;
  height: 300px;
  right: -3px;
  top: 29.3vh;
  background: url("../img/common/fixed_link.png") center/cover no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .fixed-wrapper .navigation-bottom {
    -webkit-box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0.06rem 0.08rem 0.1rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .fixed-wrapper .navigation-bottom.is-active {
    opacity: 1;
    visibility: visible;
  }
  .fixed-wrapper .bottom-text {
    text-align: center;
    color: #00568d;
    margin-bottom: 0.05rem;
  }
  .fixed-wrapper .bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-right: -0.02rem;
    margin-bottom: 0.09rem;
    font-weight: 500;
  }
  .fixed-wrapper .bottom-list li {
    margin-right: 0.1rem;
  }
  .fixed-wrapper .bottom-list li:last-child {
    margin-right: 0;
  }
  .fixed-wrapper .bottom-link {
    color: #fff;
    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;
    text-align: center;
    border-radius: 0.04rem;
    height: 0.48rem;
  }
  .fixed-wrapper .bottom-link.is-phone {
    background: #2477ad;
    width: 1.4rem;
    line-height: 1;
  }
  .is-android .fixed-wrapper .bottom-link.is-phone, .is-ios .fixed-wrapper .bottom-link.is-phone {
    padding-bottom: 0.03rem;
  }
  .fixed-wrapper .bottom-link.is-voice {
    background: #459d99;
    font-size: 0.14rem;
    line-height: 1.2857142857;
    width: 1.06rem;
  }
  .fixed-wrapper .bottom-link.is-web {
    background: #ecf1f4;
    border: 0.02rem solid #2477ad;
    font-size: 0.14rem;
    color: #2477ad;
    width: 0.94rem;
  }
  .fixed-wrapper .phone-text {
    font-size: 0.14rem;
    margin-bottom: 0.04rem;
  }
  .fixed-wrapper .phone-button {
    font-size: 0.16rem;
    font-family: "Shippori Mincho", serif;
    padding-left: 0.13rem;
    letter-spacing: 0.02em;
    position: relative;
  }
  .fixed-wrapper .phone-button::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.13rem;
    margin-top: -0.05rem;
    background: url("../img/common/sp/icn_phone.svg") center/contain no-repeat;
  }
  .fixed-wrapper .detail-link {
    border: 0.02rem solid #eb949b;
    background: #f8f8f8;
    border-radius: 0.04rem;
    font-weight: 500;
    color: #e27c84;
    font-size: 0.14rem;
    text-align: center;
    display: block;
    padding: 0.06rem 0.1rem;
  }
  .fixed-wrapper .detail-link span {
    padding-right: 0.2rem;
    position: relative;
    display: inline-block;
  }
  .fixed-wrapper .detail-link span::before {
    position: absolute;
    content: "";
    right: -0.02rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.16rem;
    background: url("../img/common/sp/icn_arrow_right_pink.svg") center/contain no-repeat;
  }
}

.button-to-top {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media print, (min-width: 768px) {
  .button-to-top {
    right: 20px;
    bottom: 20px;
  }
  .button-to-top:hover {
    opacity: 0.8;
  }
}
@media print, print and (max-height: 530px), print and (min-width: 768px), (min-width: 768px) and (max-height: 530px) {
  .button-to-top {
    right: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top {
    bottom: 1.52rem;
    right: 0.08rem;
  }
}
.button-to-top span {
  cursor: pointer;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../img/common/icn_totop.svg") center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.button-to-top span.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-logo {
  display: block;
}
footer .footer-link {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  background: #459d99;
  font-size: 0.14rem;
  border-radius: 0.17rem;
  display: block;
  position: relative;
}
footer .footer-link::before {
  position: absolute;
  content: "";
  top: 50%;
  background: url("../img/common/icn_table.svg") center/contain no-repeat;
}
footer .phone-text span {
  display: block;
}
footer .phone-link {
  color: #459d99;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
}
footer .phone-link::before {
  position: absolute;
  content: "";
  background: url("../img/common/footer_icn_phone.svg") center/contain no-repeat;
}
footer .table-bottom .table-link {
  position: relative;
  bottom: unset;
  right: unset;
  display: block;
}
footer .navigation-item {
  position: relative;
}
footer .navigation-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.04rem;
  border-left: 0.04rem solid;
}
footer .navigation-item.is-green::before {
  border-left-color: #459d99;
}
footer .navigation-item.is-green .navigation-item-head {
  color: #459d99;
}
footer .navigation-item.is-red::before {
  border-left-color: #e27c84;
}
footer .navigation-item.is-red .navigation-item-head {
  color: #e27c84;
}
footer .navigation-item.is-gray::before {
  border-left-color: #dfe2e5;
}
footer .navigation-item.is-gray .navigation-item-head {
  color: #5f5f5f;
}
footer .navigation-item-head {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
}
footer .navigation-item-title {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
}
footer .sub-list li:last-child {
  margin-bottom: 0;
}
footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .social-link {
  display: block;
}
footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #fff;
}
footer .footer-copyright a {
  width: 0.9rem;
  margin-left: 0.11rem;
  display: block;
}
@media print, (min-width: 768px) {
  footer {
    padding-top: 66px;
  }
  footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .footer-logo {
    width: 202px;
    margin: 5px 50px 0 23px;
  }
  footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  footer .footer-schedule {
    width: 270px;
    margin-left: 31px;
    margin-right: 11px;
  }
  footer .footer-info {
    width: 289px;
    margin-top: 4px;
  }
  footer .footer-address {
    margin-bottom: 11px;
  }
  footer .footer-link {
    padding: 2px 15px 2px 5px;
    width: 158px;
    margin-bottom: 6px;
  }
  .is-tablet footer .footer-link {
    padding-bottom: 3px;
    padding-top: 1px;
  }
  footer .footer-link::before {
    right: 8px;
    width: 5px;
    height: 9px;
    margin-top: -4px;
  }
  footer .map-text {
    margin-bottom: 19px;
  }
  footer .footer-phone {
    margin-bottom: 12px;
  }
  footer .phone-text {
    margin-bottom: -7px;
  }
  footer .phone-text span {
    font-size: 0.14rem;
    margin-bottom: -9px;
  }
  footer .phone-link {
    font-size: 0.26rem;
    pointer-events: none;
    padding-left: 20px;
  }
  footer .phone-link::before {
    left: 3px;
    top: 9px;
    width: 15px;
    height: 22px;
  }
  .is-tablet footer .phone-link::before {
    top: 10px;
  }
  footer .block-common-table {
    margin-bottom: 15px;
    color: #000;
  }
  footer .block-common-table thead th,
  footer .block-common-table thead td {
    padding-bottom: 10px;
  }
  footer .block-common-table .text-note {
    margin-bottom: 7px;
  }
  footer .block-common-table .table-link {
    margin-left: 4px;
  }
  footer .footer-credit {
    width: 264px;
    margin-left: -2px;
  }
  footer .table-bottom .table-link {
    width: 158px;
  }
  footer .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-right: -10px;
  }
  footer .navigation-item {
    margin-bottom: 20px;
    padding: 0 0 20px 26px;
  }
  footer .navigation-item.is-green {
    margin-right: 31px;
    width: 540px;
  }
  footer .navigation-item.is-red {
    margin-right: 24px;
    width: 220px;
  }
  footer .navigation-item.is-gray {
    width: 210px;
  }
  footer .navigation-item-head {
    font-size: 0.22rem;
    margin-bottom: 7px;
    margin-top: -2px;
  }
  footer .navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .navigation-row .navigation-block:nth-child(2) {
    margin-left: 61px;
    position: relative;
    padding-left: 28px;
  }
  footer .navigation-row .navigation-block:nth-child(2)::after {
    position: absolute;
    border-left: 2px dotted #b2b2b2;
    content: "";
    left: 0;
    top: 0;
    bottom: -20px;
    width: 2px;
  }
  footer .navigation-item-title {
    font-size: 0.18rem;
    margin-bottom: 5px;
  }
  footer .sub-list {
    line-height: 1.625;
  }
  footer .sub-list li {
    margin-bottom: 6px;
    text-indent: -10px;
    padding-left: 10px;
  }
  footer .social-list {
    margin-top: 14px;
    margin-left: -5px;
  }
  footer .social-link.is-instagram {
    width: 50px;
    height: 50px;
    margin-right: 13px;
    background: url("../img/common/icn_instagram.svg") center/cover no-repeat;
  }
  footer .social-link.is-line {
    width: 111px;
    height: 43px;
    background: url("../img/common/icn_line.svg") center/cover no-repeat;
  }
  footer .footer-bottom {
    margin-top: 20px;
    padding: 60px 0 13px;
    background: url("../img/common/footer_bg.jpg") center/cover no-repeat;
  }
  .is-tablet footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 0.35rem;
    padding-bottom: 1.44rem;
  }
  footer .footer-top {
    margin-bottom: 0.4rem;
    padding: 0 0.23rem;
  }
  footer .footer-logo {
    width: 1.89rem;
    margin-bottom: 0.04rem;
  }
  footer .footer-schedule {
    margin: 0 auto 0.57rem;
  }
  footer .footer-info {
    margin-top: 0.04rem;
    margin-bottom: 0.21rem;
  }
  footer .footer-address {
    margin-bottom: 0.12rem;
  }
  footer .footer-link {
    padding: 0.02rem 0.15rem 0.02rem 0.05rem;
    width: 1.58rem;
    margin-bottom: 0.09rem;
  }
  footer .footer-link::before {
    right: 0.08rem;
    width: 0.05rem;
    height: 0.09rem;
    margin-top: -0.04rem;
  }
  footer .map-text {
    margin-bottom: 0.15rem;
  }
  footer .footer-phone {
    margin-bottom: 0.15rem;
  }
  footer .phone-text {
    margin-bottom: -0.07rem;
  }
  footer .phone-text span {
    font-size: 0.14rem;
    margin-bottom: -0.09rem;
  }
  footer .phone-link {
    font-size: 0.26rem;
    margin-left: 0.19rem;
    text-decoration: underline;
    text-underline-offset: 0.03rem;
  }
  footer .phone-link::before {
    left: -0.18rem;
    top: 0.1rem;
    width: 0.15rem;
    height: 0.22rem;
  }
  footer .block-common-table {
    margin-bottom: 0.23rem;
    width: 2.72rem;
  }
  footer .block-common-table .text-note {
    margin-bottom: 0.17rem;
  }
  footer .block-common-table .table-link {
    width: 1.57rem;
    margin: 0;
    padding: 0.02rem 0.1rem 0.02rem 0.05rem;
    font-size: 0.14rem;
  }
  footer .block-common-table .table-link::before {
    width: 0.04rem;
    height: 0.08rem;
    right: 0.08rem;
    margin-top: -0.04rem;
  }
  footer .footer-credit {
    width: 2.64rem;
  }
  footer .footer-list {
    padding: 0 0.01rem;
  }
  footer .navigation-item {
    margin-bottom: 0.35rem;
    padding: 0 0 0.02rem 0.26rem;
    position: relative;
  }
  footer .navigation-item:last-child {
    margin-bottom: 0;
  }
  footer .navigation-item-head {
    font-size: 0.22rem;
    margin-top: -0.04rem;
    margin-bottom: 0.12rem;
  }
  footer .navigation-block:nth-of-type(2) {
    margin-top: 0.27rem;
  }
  footer .navigation-item-title {
    font-size: 0.18rem;
    margin-bottom: 0.09rem;
  }
  footer .sub-list {
    line-height: 1.625;
  }
  footer .sub-list li {
    margin-bottom: 0.12rem;
    text-indent: -0.1rem;
    padding-left: 0.1rem;
  }
  footer .social-list {
    position: absolute;
    right: -0.05rem;
    top: 0.01rem;
  }
  footer .social-link {
    display: block;
  }
  footer .social-link.is-instagram {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
    background: url("../img/common/sp/icn_insta.png") center/cover no-repeat;
  }
  footer .social-link.is-line {
    width: 0.89rem;
    height: 0.35rem;
    background: url("../img/common/sp/icn_line.svg") center/cover no-repeat;
  }
  footer .footer-bottom {
    margin-top: 0.11rem;
    padding: 0.58rem 0 0.13rem;
    background: url("../img/common/sp/footer_bg.jpg") center/cover no-repeat;
  }
}

.section-common-keyvisual {
  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;
  background: url("../img/common/keyvisual_img.jpg") center/cover no-repeat;
}
.section-common-keyvisual.is-pink {
  background-image: url("../img/common/keyvisual_img_02.jpg");
}
.section-common-keyvisual.is-pink .keyvisual-title::before {
  background: -webkit-gradient(linear, left top, right top, from(#f48ea1), to(#fad5db));
  background: linear-gradient(90deg, #f48ea1 0%, #fad5db 100%);
}
.section-common-keyvisual .keyvisual-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
.section-common-keyvisual .keyvisual-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.04rem;
  border-radius: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(128, 199, 196)), to(rgb(223, 240, 240)));
  background: linear-gradient(90deg, rgb(128, 199, 196) 0%, rgb(223, 240, 240) 100%);
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    min-height: 299px;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.3rem;
    margin-top: 28px;
    padding-bottom: 15px;
  }
  .section-common-keyvisual .keyvisual-title::before {
    width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    min-height: 2rem;
  }
  .section-common-keyvisual .keyvisual-title {
    font-size: 0.25rem;
    padding-bottom: 0.1rem;
  }
  .section-common-keyvisual .keyvisual-title::before {
    width: 1.5rem;
  }
}

.breadcrumb-common {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 18px 0 77px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.2rem 0;
  }
}

.breadcrumb-list {
  margin-bottom: 0;
  font-size: 0.16rem;
  list-style: none;
  padding-left: 0.3rem;
  position: relative;
}
.breadcrumb-list::before {
  position: absolute;
  content: "";
  left: 0;
  background: url("../img/top/about_icn_home.svg") center/contain no-repeat;
  width: 0.24rem;
  height: 0.21rem;
  top: 0.02rem;
}
.breadcrumb-list > li {
  display: inline;
  position: relative;
}
.breadcrumb-list > li::after {
  content: "＞";
  position: absolute;
  top: -0.02rem;
  right: -0.04rem;
}
.breadcrumb-list > li:last-child {
  padding-right: 0;
}
.breadcrumb-list > li:last-child::after {
  content: unset;
}
@media print, (min-width: 768px) {
  .breadcrumb-list > li {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-list > li {
    padding-right: 0.12rem;
    display: inline-block;
  }
  .breadcrumb-list > li::after {
    top: 0;
  }
}

.title-common-primary {
  position: relative;
  text-align: center;
}
.title-common-primary .title-english {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.55rem;
  width: auto;
  pointer-events: none;
}
.title-common-primary .title-english img {
  width: auto;
  height: 100%;
}
.title-common-primary .title-japanese {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.26rem;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    top: -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    top: -0.12rem;
  }
  .title-common-primary .title-english img {
    width: 100%;
  }
}

.title-common-secondary {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.title-common-secondary .title-wrapper {
  position: relative;
  display: block;
}
.title-common-secondary .title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 232, 232)), to(rgb(242, 242, 242)));
  background: linear-gradient(90deg, rgb(232, 232, 232) 0%, rgb(242, 242, 242) 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.26rem;
    line-height: 1.1538461538;
  }
  .title-common-secondary .title-wrapper {
    padding-bottom: 21px;
  }
  .title-common-secondary .title-wrapper::after {
    width: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.22rem;
  }
  .title-common-secondary .title-wrapper {
    padding-bottom: 0.12rem;
  }
  .title-common-secondary .title-wrapper::after {
    width: 1rem;
  }
}

.button-common-primary {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  background: #459d99;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: 0.69rem;
  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;
  text-align: center;
  min-height: 0.8rem;
  margin: 0 auto;
  position: relative;
}
.button-common-primary::before {
  content: "";
  position: absolute;
  border: 0.06rem solid #fff;
  border-radius: 0.69rem;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  pointer-events: none;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  background: url("../img/common/icn_arrow.svg") no-repeat center/auto 100%;
  width: 0.24rem;
  height: 0.24rem;
  top: 50%;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    font-size: 0.2rem;
    width: 460px;
    padding: 0 60px 0 44px;
  }
  .button-common-primary::after {
    right: 26px;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    font-size: 0.18rem;
    line-height: 1.5555555556;
    padding: 0 0.6rem;
    min-height: 0.7rem;
  }
  .button-common-primary::after {
    right: 0.2rem;
    margin-top: -0.12rem;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding-bottom: 20px;
  }
}

.section-info-first {
  background: #f8f8f8;
}
.section-info-first .title-common-secondary {
  margin-bottom: 0.25rem;
}
.section-info-first .first-inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
}
.section-info-first .first-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-info-first .first-image img {
  border-radius: 0.08rem;
}
.section-info-first ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-info-first .first-list {
  margin-bottom: 0.35rem;
  line-height: 1.6666666667;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 0.18rem;
}
.section-info-first .first-list li {
  margin-bottom: 0.12rem;
  position: relative;
  padding-left: 0.18rem;
}
.section-info-first .first-list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.section-info-first .first-list li:last-child {
  margin-bottom: 0;
}
.section-info-first .first-list .text-color {
  font-weight: bold;
  color: #459d99;
}
.section-info-first .first-list .text-small {
  font-size: 0.16rem;
}
.section-info-first .first-detail {
  background: #f7f4f4;
  border-radius: 0.1rem;
  padding: 0.04rem 0.12rem;
}
.section-info-first .detail-label {
  background: #fff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #459d99;
  width: 0.84rem;
  padding: 0.06rem 0.1rem 0.04rem;
  text-align: center;
  margin-right: 0.15rem;
}
.section-info-first .detail-tel {
  position: relative;
  padding-left: 0.29rem;
  font-size: 0.32rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  color: #459d99;
}
.section-info-first .detail-tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
  width: 0.22rem;
  height: 0.32rem;
  background: url("../img/info/first_phone.svg") center/contain no-repeat;
}
.section-info-first .detail-tel span {
  text-decoration: underline;
  text-underline-offset: 0.05rem;
  text-decoration-thickness: 0.01rem;
}
.section-info-first .first-belong {
  border: 0.01rem solid #36938f;
  border-radius: 0.1rem;
}
.section-info-first .belong-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.22rem;
  margin-right: 0.45rem;
  width: 0.66rem;
}
.section-info-first .belong-list {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
.section-info-first .belong-list li {
  position: relative;
  margin-bottom: 0.04rem;
}
.section-info-first .belong-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.04rem;
  width: 0.21rem;
  height: 0.21rem;
  background: url("../img/info/first_icn_check.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .section-info-first {
    padding: 67px 0 50px;
  }
  .section-info-first .first-inner {
    width: 980px;
    padding: 35px 51px 38px 43px;
  }
  .section-info-first .first-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 38px;
  }
  .section-info-first .first-image {
    width: 261px;
    margin-left: 44px;
    margin-top: 2px;
  }
  .section-info-first .first-detail {
    width: 390px;
    margin-left: 0.02rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-info-first .detail-tel {
    pointer-events: none;
  }
  .section-info-first .first-belong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 44px 19px;
  }
  .section-info-first .belong-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 0 11px 45px;
    border-left: 1px solid #c9d5d8;
  }
  .section-info-first .belong-list li {
    margin-right: 31px;
    padding-left: 26px;
    width: 332px;
    margin-bottom: 4px;
  }
  .section-info-first .belong-list li:nth-child(2n+2) {
    width: 255px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-first {
    padding: 0.4rem 0;
  }
  .section-info-first .first-inner {
    padding: 0.2rem;
  }
  .section-info-first .first-left {
    margin-bottom: 0.2rem;
  }
  .section-info-first .first-list {
    font-size: 0.16rem;
  }
  .section-info-first .first-head {
    margin-bottom: 0.38rem;
  }
  .section-info-first .first-image {
    width: 2.61rem;
    height: 2rem;
    margin: 0 auto;
  }
  .section-info-first .first-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .section-info-first .first-detail {
    width: 100%;
    padding: 0.2rem 0.1rem 0.15rem;
    text-align: center;
  }
  .section-info-first .detail-label {
    margin: 0 auto 0.1rem;
  }
  .section-info-first .first-belong {
    padding: 0.16rem 0.2rem 0.19rem;
  }
  .section-info-first .belong-head {
    margin-bottom: 0.1rem;
  }
  .section-info-first .belong-list {
    padding: 0.1rem 0;
    border-top: 1px solid #c9d5d8;
    font-size: 0.14rem;
  }
  .section-info-first .belong-list li {
    padding-left: 0.2rem;
    margin-bottom: 0.04rem;
  }
  .section-info-first .belong-list li::before {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.04rem;
  }
}

.section-info-repeater {
  background: #f8f8f8;
}
.section-info-repeater .repeater-inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
}
.section-info-repeater .repeater-image img {
  border-radius: 8px;
}
.section-info-repeater .repeater-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 21px;
  line-height: 1.6666666667;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 0.18rem;
}
.section-info-repeater .repeater-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 0.18rem;
}
.section-info-repeater .repeater-list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.section-info-repeater .repeater-list li:last-child {
  margin-bottom: 0;
}
.section-info-repeater .repeater-list span {
  font-weight: 700;
  color: #2477ad;
}
.section-info-repeater .repeater-detail {
  background: #f7f4f4;
  border-radius: 0.1rem;
  text-align: center;
}
.section-info-repeater .detail-label {
  background: #fff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  line-height: 1.2857142857;
  font-weight: 500;
  color: #2477ad;
  text-align: center;
  width: 0.84rem;
}
.section-info-repeater .detail-tel {
  position: relative;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  color: #2477ad;
}
.section-info-repeater .detail-tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -0.14rem;
  width: 0.22rem;
  height: 0.32rem;
  background: url("../img/info/repeater_phone.svg") center/contain no-repeat;
}
.section-info-repeater .detail-tel span {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
  text-decoration-thickness: 0.01rem;
}
.section-info-repeater .button-common-primary {
  background: #2477ad;
}
.section-info-repeater .button-common-primary::after {
  background-image: url("../img/common/icn_arrow_blue.svg");
}
@media print, (min-width: 768px) {
  .section-info-repeater {
    padding-bottom: 60px;
  }
  .section-info-repeater .title-common-secondary {
    margin-bottom: 26px;
  }
  .section-info-repeater .repeater-inner {
    width: 980px;
    padding: 34px 51px 36px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-info-repeater .repeater-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-info-repeater .repeater-image {
    width: 366px;
    margin-top: 5px;
    margin-left: 44px;
  }
  .section-info-repeater .repeater-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.02rem 0.12rem 0.06rem;
    margin-bottom: 0.19rem;
    width: 410px;
    margin-left: 2px;
  }
  .section-info-repeater .detail-label {
    padding: 0.04rem 0 0.03rem;
    margin-right: 0.15rem;
  }
  .section-info-repeater .detail-tel {
    padding-left: 0.29rem;
    font-size: 0.32rem;
    pointer-events: none;
  }
  .section-info-repeater .button-common-primary {
    width: 412px;
    margin: 0 0 0 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-repeater {
    padding-bottom: 0.4rem;
  }
  .section-info-repeater .title-common-secondary {
    margin-bottom: 0.26rem;
  }
  .section-info-repeater .repeater-list {
    font-size: 0.14rem;
  }
  .section-info-repeater .repeater-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0.2rem;
  }
  .section-info-repeater .repeater-image {
    margin: 0 auto 0.2rem;
    height: 1.93rem;
  }
  .section-info-repeater .repeater-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-info-repeater .repeater-detail {
    padding: 0.2rem 0.1rem 0.15rem;
    margin-bottom: 0.19rem;
  }
  .section-info-repeater .detail-label {
    padding: 0.04rem 0 0.03rem;
    margin: 0 auto 0.1rem;
  }
  .section-info-repeater .detail-tel {
    padding-left: 0.29rem;
    font-size: 0.32rem;
  }
  .section-info-repeater .button-common-primary {
    font-size: 0.14rem;
  }
}

.section-info-cancel {
  background: #f8f8f8;
}
.section-info-cancel .title-common-secondary {
  margin-bottom: 0.27rem;
}
.section-info-cancel .cancel-inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
}
.section-info-cancel .cancel-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
}
.section-info-cancel .cancel-list li {
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.2rem;
}
.section-info-cancel .cancel-list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.section-info-cancel .cancel-list .text-small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7777777778;
  font-weight: 400;
  margin-top: 0.05rem;
}
.section-info-cancel .cancel-list .link-web {
  font-weight: 500;
  position: relative;
  color: #459d99;
  margin-right: 0.04rem;
  padding-right: 0.2rem;
}
.section-info-cancel .cancel-list .link-web::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../img/info/cancel_icn_blank.svg") center/contain no-repeat;
}
.section-info-cancel .cancel-list .link-web span {
  text-decoration: underline;
  text-underline-offset: 0.05rem;
}
.section-info-cancel .cancel-list .link-web:hover {
  opacity: 1;
}
.section-info-cancel .cancel-list .link-web:hover span {
  text-decoration: none;
}
.section-info-cancel .link-tel {
  text-decoration: underline;
  text-underline-offset: 0.05rem;
  color: #459d99;
  margin-left: 4px;
  font-weight: 500;
}
.section-info-cancel .link-tel:hover {
  text-decoration: none;
  opacity: 1;
}
@media print, (min-width: 768px) {
  .section-info-cancel {
    padding-bottom: 85px;
  }
  .section-info-cancel .cancel-inner {
    width: 980px;
    padding: 37px 63px 17px 45px;
  }
  .section-info-cancel .cancel-list {
    font-size: 0.2rem;
  }
  .section-info-cancel .cancel-list .text-small {
    font-size: 0.18rem;
  }
  .section-info-cancel .link-tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-cancel {
    padding-bottom: 0.4rem;
  }
  .section-info-cancel .cancel-inner {
    padding: 0.2rem;
  }
  .section-info-cancel .cancel-list {
    font-size: 0.16rem;
  }
  .section-info-cancel .cancel-list .text-small {
    font-size: 0.14rem;
  }
  .section-info-cancel .cancel-list .link-web {
    display: inline-block;
  }
}

.section-info-consultation .consultation-detail {
  border: 1px solid #c7c7c7;
  border-radius: 0.1rem;
}
.section-info-consultation .detail-image img {
  border-radius: 0.1rem;
}
.section-info-consultation .detail-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.section-info-consultation .detail-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.section-info-consultation .detail-text span {
  display: inline-block;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, (min-width: 768px) {
  .section-info-consultation {
    padding: 55px 0 37px;
  }
  .section-info-consultation .wrapper {
    max-width: 750px;
  }
  .section-info-consultation .title-common-secondary {
    margin-bottom: 24px;
  }
  .section-info-consultation .block-common-table {
    width: 610px;
    margin: 0 auto 47px;
  }
  .section-info-consultation .block-common-table th,
  .section-info-consultation .block-common-table td {
    padding: 11px 0;
  }
  .section-info-consultation .block-common-table thead th,
  .section-info-consultation .block-common-table thead td {
    font-weight: 400;
    padding-bottom: 15px;
  }
  .section-info-consultation .block-common-table tbody tr:first-child th,
  .section-info-consultation .block-common-table tbody tr:first-child td {
    padding-top: 22px;
  }
  .section-info-consultation .block-common-table tbody tr:last-child th,
  .section-info-consultation .block-common-table tbody tr:last-child td {
    padding-bottom: 26px;
  }
  .section-info-consultation .block-common-table thead th:last-child,
  .section-info-consultation .block-common-table tbody td:last-child {
    width: 98px;
    text-align: center;
    padding-right: 28px;
  }
  .section-info-consultation .block-common-table th:first-child {
    width: 144px;
    padding-right: 34px;
    font-weight: 400;
  }
  .section-info-consultation .block-common-table th,
  .section-info-consultation .block-common-table td {
    font-size: 0.2rem;
  }
  .section-info-consultation .block-common-table .circle {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .section-info-consultation .block-common-table .line {
    width: 22px;
  }
  .section-info-consultation .block-common-table .text-note {
    font-size: 0.16rem;
    font-weight: 400;
    color: #000;
  }
  .section-info-consultation .block-common-table table {
    margin-bottom: 7px;
  }
  .section-info-consultation .consultation-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 24px 18px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-info-consultation .detail-image {
    width: 198px;
    margin-left: 31px;
  }
  .section-info-consultation .detail-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 6px;
  }
  .section-info-consultation .detail-title {
    font-size: 0.2rem;
    margin-bottom: 4px;
  }
  .section-info-consultation .detail-text {
    font-size: 0.18rem;
  }
  .section-info-consultation .detail-text span {
    font-size: 0.16rem;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-consultation {
    padding: 0.4rem 0 0;
  }
  .section-info-consultation .title-common-secondary {
    margin-bottom: 0.24rem;
  }
  .section-info-consultation .consultation-detail {
    padding: 0.2rem;
  }
  .section-info-consultation .detail-image {
    width: 1.98rem;
    height: 1.51rem;
    margin: 0 auto;
  }
  .section-info-consultation .detail-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .section-info-consultation .detail-content {
    margin-bottom: 0.1rem;
  }
  .section-info-consultation .detail-title {
    font-size: 0.18rem;
    margin-bottom: 0.04rem;
  }
  .section-info-consultation .detail-text {
    font-size: 0.16rem;
  }
  .section-info-consultation .detail-text span {
    font-size: 0.14rem;
    margin-top: -0.02rem;
  }
}

.section-info-access .access-inner {
  margin-bottom: 0.31rem;
}
.section-info-access .access-label {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  border: 0.01rem solid #459d99;
  margin-right: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #459d99;
}
.section-info-access .access-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 4.2rem;
}
.section-info-access .access-address {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.18rem;
}
.section-info-access .access-map {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.section-info-access .access-map iframe {
  width: 100%;
  height: 100%;
}
.section-info-access .button-common-primary {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-info-access {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .section-info-access .wrapper {
    max-width: 819px;
  }
  .section-info-access .title-common-secondary {
    margin-bottom: 27px;
  }
  .section-info-access .access-inner {
    padding-right: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-info-access .access-map {
    height: 616px;
  }
  .section-info-access .access-address {
    margin-bottom: -1px;
  }
  .section-info-access .button-common-primary {
    width: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-access {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .section-info-access .access-label {
    margin: 0 auto 0.2rem;
  }
  .section-info-access .access-map {
    height: 3rem;
  }
  .section-info-access .button-common-primary {
    min-height: 0.6rem;
    width: 80%;
  }
}

.section-info-facility {
  background: #f8f8f8;
}
.section-info-facility .facility-inner {
  margin: 0 auto;
  background: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
}
.section-info-facility .facility-block.is-full {
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
}
.section-info-facility .facility-block.is-full .facility-image img {
  border-radius: 0.05rem;
}
.section-info-facility .facility-block.is-modify .facility-image img {
  border-radius: 0.05rem;
}
.section-info-facility .facility-image img {
  border-radius: 0.1rem;
}
.section-info-facility .facility-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-info-facility {
    padding-bottom: 119px;
  }
  .section-info-facility .title-common-secondary {
    margin-bottom: 30px;
  }
  .section-info-facility .facility-inner {
    padding: 55px 63px 67px;
  }
  .section-info-facility .facility-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-info-facility .facility-row.is-half {
    margin-bottom: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3px;
    padding-right: 5px;
  }
  .section-info-facility .facility-row.is-half .facility-image {
    height: 260px;
  }
  .section-info-facility .facility-block {
    width: 420px;
  }
  .section-info-facility .facility-block.is-full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px 0 21px;
    margin-bottom: 39px;
  }
  .section-info-facility .facility-block.is-full .facility-image {
    width: 260px;
    margin-right: 35px;
  }
  .section-info-facility .facility-block.is-full .facility-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1px;
    max-width: 535px;
  }
  .section-info-facility .facility-block.is-modify {
    width: 260px;
    margin-right: 45px;
  }
  .section-info-facility .facility-block.is-modify:nth-child(2) .facility-text {
    margin-right: -12px;
  }
  .section-info-facility .facility-block.is-modify:nth-child(3n+3) {
    margin-right: 0;
  }
  .section-info-facility .facility-block.is-modify .facility-image {
    margin-bottom: 6px;
    height: 180px;
  }
  .section-info-facility .facility-image {
    margin-bottom: 14px;
  }
  .section-info-facility .facility-title {
    font-size: 0.2rem;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-facility {
    padding-bottom: 0.4rem;
  }
  .section-info-facility .title-common-secondary {
    margin-bottom: 0.3rem;
  }
  .section-info-facility .facility-inner {
    padding: 0.2rem;
  }
  .section-info-facility .facility-row.is-half {
    margin-bottom: 0.3rem;
  }
  .section-info-facility .facility-block {
    margin-bottom: 0.3rem;
  }
  .section-info-facility .facility-block.is-full {
    padding: 0.3rem 0;
  }
  .section-info-facility .facility-image {
    margin-bottom: 0.14rem;
  }
  .section-info-facility .facility-title {
    font-size: 0.2rem;
    margin-bottom: 0.11rem;
  }
}

.section-info-hospital {
  background: #f8f8f8;
}
.section-info-hospital .hospital-inner {
  background: #fff;
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.section-info-hospital .hospital-image,
.section-info-hospital .hospital-head {
  margin: 0 auto;
}
.section-info-hospital .hospital-image img {
  border-radius: 0.1rem;
}
.section-info-hospital .hospital-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
.section-info-hospital .hospital-detail {
  background: #edf7f6;
}
.section-info-hospital .detail-head {
  background: #fff;
  color: #36938f;
  border-radius: 0.15rem;
  text-align: center;
}
.section-info-hospital .hospital-thumb img {
  border-radius: 0.05rem;
}
.section-info-hospital .hospital-swiper-thumbnail {
  text-align: center;
}
.section-info-hospital .hospital-swiper-thumbnail .swiper-slide {
  cursor: pointer;
}
.section-info-hospital .thumb-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.section-info-hospital .hospital-swiper .swiper-button-next,
.section-info-hospital .hospital-swiper .swiper-button-prev {
  background: url("../img/info/hospital_icn_arrow.svg") center/contain no-repeat;
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-info-hospital .hospital-swiper .swiper-button-next:hover,
.section-info-hospital .hospital-swiper .swiper-button-prev:hover {
  opacity: 0.8;
}
.section-info-hospital .hospital-swiper .swiper-button-next::after,
.section-info-hospital .hospital-swiper .swiper-button-prev::after {
  content: unset;
}
.section-info-hospital .hospital-swiper .swiper-button-next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media print, (min-width: 768px) {
  .section-info-hospital {
    padding: 65px 0 71px;
  }
  .section-info-hospital .title-common-secondary {
    margin-bottom: 36px;
  }
  .section-info-hospital .hospital-inner {
    padding: 66px 32px 26px;
  }
  .section-info-hospital .hospital-swiper {
    margin-bottom: 35px;
  }
  .section-info-hospital .hospital-image,
  .section-info-hospital .hospital-head {
    width: 678px;
  }
  .section-info-hospital .hospital-image {
    margin-bottom: 12px;
    height: 414px;
  }
  .section-info-hospital .hospital-head {
    font-size: 0.2rem;
  }
  .section-info-hospital .hospital-detail {
    padding: 27px 49px 20px;
    margin-right: -6px;
  }
  .section-info-hospital .detail-head {
    margin: 0 auto 25px;
    width: 273px;
    padding: 1px 15px;
  }
  .section-info-hospital .hospital-thumb {
    width: 190px;
    height: 120px;
    margin: 0 auto 15px;
  }
  .section-info-hospital .thumb-head {
    font-size: 0.18rem;
    margin-bottom: -1px;
  }
  .section-info-hospital .thumb-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin: 0 -5px;
  }
  .section-info-hospital .swiper-button-next,
  .section-info-hospital .swiper-button-prev {
    width: 30px;
    height: 150px;
    top: 135px;
  }
  .section-info-hospital .swiper-button-prev {
    left: 52px;
  }
  .section-info-hospital .swiper-button-next {
    right: 58px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-info-hospital {
    padding: 0.4rem 0;
  }
  .section-info-hospital .title-common-secondary {
    margin-bottom: 0.3rem;
  }
  .section-info-hospital .hospital-inner {
    padding: 0.2rem;
  }
  .section-info-hospital .hospital-swiper {
    margin-bottom: 0.2rem;
  }
  .section-info-hospital .hospital-swiper .swiper-slide {
    padding: 0 0.3rem;
  }
  .section-info-hospital .hospital-image {
    margin-bottom: 0.12rem;
  }
  .section-info-hospital .hospital-head {
    font-size: 0.16rem;
  }
  .section-info-hospital .hospital-detail {
    padding: 0.2rem;
  }
  .section-info-hospital .detail-head {
    margin: 0 auto 0.25rem;
    padding: 0.01rem 0.05rem;
  }
  .section-info-hospital .hospital-thumb {
    margin: 0 auto 0.05rem;
  }
  .section-info-hospital .thumb-head {
    font-size: 0.14rem;
  }
  .section-info-hospital .thumb-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin: 0;
  }
  .section-info-hospital .hospital-swiper .swiper-button-next,
  .section-info-hospital .hospital-swiper .swiper-button-prev {
    width: 0.15rem;
    height: 0.75rem;
    top: 0.4rem;
  }
  .section-info-hospital .hospital-swiper .swiper-button-prev {
    left: 0.02rem;
  }
  .section-info-hospital .hospital-swiper .swiper-button-next {
    right: 0.02rem;
  }
  .section-info-hospital .hospital-swiper-thumbnail {
    margin: 0 -0.2rem;
    padding: 0 0.28rem;
  }
  .section-info-hospital .hospital-swiper-thumbnail .swiper-button-prev {
    left: 0;
    top: 0.4rem;
  }
  .section-info-hospital .hospital-swiper-thumbnail .swiper-button-prev::after {
    font-size: 0.25rem;
  }
  .section-info-hospital .hospital-swiper-thumbnail .swiper-button-next {
    right: 0;
    top: 0.4rem;
  }
  .section-info-hospital .hospital-swiper-thumbnail .swiper-button-next::after {
    font-size: 0.25rem;
  }
}
/*# sourceMappingURL=info.css.map */