@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,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

a img {
  border: 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:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.has-menu {
  position: fixed;
  inset: 0;
}
body.has-menu .contact-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.container {
  overflow: hidden;
}

.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;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0;
}
.wf-active .first-view {
  opacity: 1;
}
.italic {
  font-style: italic;
}

@media print, (min-width: 768.02px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.16rem;
  }
  .container {
    min-width: 1300px;
  }
  .wrapper {
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  html {
    min-height: 100vh;
    font-size: 13.0208333333vw;
  }
  body {
    font-size: 0.24rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-right: 0.44rem;
    padding-left: 0.44rem;
  }
  .md {
    display: none !important;
  }
}
.header-common {
  position: relative;
  z-index: 10;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0.03rem 0 0.07rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.03rem 0 0.07rem rgba(0, 0, 0, 0.16);
  letter-spacing: 0.05em;
}
.header-wrapper .logo-image {
  display: block;
}
.header-wrapper .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper .navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrapper .navigation-item {
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  color: #000;
  text-decoration: none;
}
.header-wrapper .navigation-item:hover {
  color: #005aac;
}
.header-wrapper .social-link {
  display: block;
}
.header-wrapper .navigation-language {
  height: inherit;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background-color: #f0f0f0;
}
.header-wrapper .navigation-language::before, .header-wrapper .navigation-language::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.header-wrapper .language-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  cursor: pointer;
}
.header-wrapper .dropdown-list {
  margin: 0;
  padding: 0;
  background: #005aac;
  list-style: none;
  text-align: center;
}
.header-wrapper .dropdown-item {
  padding-bottom: 0.05rem;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.header-wrapper .dropdown-item:hover {
  border-bottom: 1px solid #fff;
}
.header-wrapper .dropdown-item.is-active {
  border-bottom: 1px solid #fff;
  pointer-events: none;
}

@media print, (min-width: 768.02px) {
  .header-wrapper {
    min-height: 100px;
    padding: 10px 130px 10px 41px;
  }
  .header-wrapper .header-navigation {
    display: block !important;
    height: auto !important;
  }
  .header-wrapper .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 30px;
  }
  .header-wrapper .navigation-list > li {
    margin-left: 35px;
  }
  .header-wrapper .navigation-language {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    font-size: 0.14rem;
  }
  .header-wrapper .navigation-language::before, .header-wrapper .navigation-language::after {
    top: 25px;
    width: 26px;
    height: 26px;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .header-wrapper .navigation-language::before {
    visibility: visible;
    opacity: 1;
    background: url("../img/common/icn_language.png") no-repeat center/auto 100%;
  }
  .header-wrapper .navigation-language::after {
    visibility: hidden;
    opacity: 0;
    background: url("../img/common/icn_language_hover.png") no-repeat center/auto 100%;
  }
  .header-wrapper .navigation-language:hover {
    background: #005aac;
  }
  .header-wrapper .navigation-language:hover::before {
    visibility: hidden;
    opacity: 0;
  }
  .header-wrapper .navigation-language:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper .navigation-language:hover .language-heading {
    color: #fff;
  }
  .header-wrapper .navigation-language:hover .language-dropdown {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper .language-heading {
    padding: 39px 10px 5px;
  }
  .header-wrapper .language-dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    background: #005aac;
  }
  .header-wrapper .dropdown-list > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper {
    min-height: 1.2rem;
    padding: 0 1.2rem 0 0.34rem;
  }
  .header-wrapper .header-logo {
    position: relative;
    z-index: 1000;
    width: 3.4rem;
  }
  .header-wrapper .header-logo img {
    width: 100%;
  }
  .header-wrapper .header-navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 1.2rem;
    font-size: 0.36rem;
  }
  .header-wrapper .navigation-inner {
    height: 100%;
    overflow-y: auto;
  }
  .header-wrapper .navigation-list > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .header-wrapper .navigation-wrapper {
    position: relative;
    z-index: 10;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0.3rem;
    background: #000;
    text-align: center;
  }
  .header-wrapper .navigation-item {
    color: #fff;
  }
  .header-wrapper .overlay-menu {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-wrapper .navigation-language {
    position: relative;
    z-index: 1010;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.21rem;
  }
  .header-wrapper .navigation-language::before {
    top: 0.21rem;
    width: 0.46rem;
    height: 0.46rem;
    background: url("../img/common/icn_language_sp.png") no-repeat center/auto 100%;
  }
  .header-wrapper .navigation-language .language-heading {
    position: relative;
    z-index: 10;
    padding-top: 0.58rem;
  }
  .header-wrapper .navigation-language .language-dropdown {
    display: none;
  }
  .header-wrapper .navigation-language .dropdown-list {
    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;
    min-height: 2rem;
  }
  .header-wrapper .navigation-language .dropdown-list > li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
}
@media only screen and (max-width: 768px) {
  .button-menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  .button-menu::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0.18rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-size: 0.21rem;
    font-weight: 400;
    text-align: center;
  }
  .button-menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    margin-left: -0.25rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 0.02rem solid #fff;
  }
  .button-menu span:nth-child(1) {
    margin-top: -0.3rem;
  }
  .button-menu span:nth-child(2) {
    margin-top: -0.16rem;
  }
  .button-menu span:nth-child(3) {
    margin-top: -0.02rem;
  }
  .button-menu.is-active span {
    margin-top: -0.2rem;
    -webkit-transform: none;
            transform: none;
  }
  .button-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .button-menu.is-active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 1.1rem;
    background-color: #000;
  }
}

.footer-bottom {
  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: #3eb4d0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

@media print, (min-width: 768.02px) {
  .footer-bottom {
    min-height: 60px;
    padding: 22px 0 16px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    min-height: 0.8rem;
    padding: 0.18rem 0 0.16rem;
  }
}
.footer-main {
  position: relative;
  background: #000;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer-main a {
  color: #fff;
}
.footer-main .footer-text {
  color: #969696;
}
.footer-main .footer-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-main .social-link,
.footer-main .logo-image {
  display: inline-block;
}

@media print, (min-width: 768.02px) {
  .footer-main {
    margin-top: -1px;
    padding-top: 60px;
    font-size: 0.16rem;
  }
  .footer-main .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 55px;
  }
  .footer-main .footer-social {
    margin-right: 20px;
  }
  .footer-main .footer-logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main {
    padding: 0.8rem 0.4rem 0.46rem;
  }
  .footer-main .footer-head {
    margin-bottom: 0.53rem;
  }
  .footer-main .footer-social {
    margin-right: 0.3rem;
  }
  .footer-main .footer-logo {
    width: 3.4rem;
    margin-bottom: 0.4rem;
  }
  .footer-main .logo-image img {
    width: 100%;
  }
  .footer-main .social-link {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.footer-list,
.footer-sub-list,
.navbar-list,
.navbar-sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-main .footer-heading {
  letter-spacing: 0.05em;
}
.footer-main .footer-heading a {
  display: inline-block;
  position: relative;
}
.footer-main .footer-heading a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-main .sub-item {
  display: inline-block;
  position: relative;
  padding-left: 0.34rem;
}
.footer-main .sub-item::before {
  content: "―";
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}
.footer-main .footer-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-main .navbar-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-main .navbar-sub-list > li:nth-child(even) {
  margin-right: 0;
}
.footer-main .navbar-sub-item {
  color: #969696 !important;
}
.footer-main .button-fixed {
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.footer-main .button-fixed .button-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;
  width: inherit;
  height: inherit;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
}
.footer-main .button-fixed .button-wrapper:hover {
  opacity: 0.8;
}
.footer-main .button-fixed.is-stuck {
  position: absolute;
  top: 0.35rem;
  bottom: unset !important;
}

@media print, (min-width: 768.02px) {
  .footer-main .footer-list.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -9px !important;
  }
  .footer-main .footer-list.is-flex > li {
    width: calc((100% - 120px) / 3);
    margin: 0 60px 60px 0;
  }
  .footer-main .footer-list.is-flex > li:nth-child(3n) {
    margin-right: 0;
  }
  .footer-main .footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-main .footer-list.is-bigger {
    width: 780px;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list > li {
    width: calc((100% - 60px) / 2);
    margin: 0 60px 33px 0;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list li:nth-child(even) {
    margin-right: 0;
  }
  .footer-main .footer-list.is-smaller {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
  }
  .footer-main .footer-list.is-smaller > li:not(:last-child) {
    margin-bottom: 54px;
  }
  .footer-main .footer-list:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer-main .footer-heading {
    margin-bottom: 27px;
    padding-bottom: 12px;
    border-bottom: 1px solid #787878;
    font-size: 0.18rem;
  }
  .footer-main .footer-heading a {
    padding-left: 30px;
  }
  .footer-main .footer-heading a::before {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    background: url("../img/common/icn_arrow_02.png") no-repeat center/auto 100%;
  }
  .is-mac .footer-main .footer-heading a::before {
    margin-top: 0;
  }
  .footer-main .footer-sub-list > li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-main .sub-item {
    padding-left: 34px;
  }
  .footer-main .navbar-list {
    margin-top: 5px;
    padding-left: 33px;
  }
  .footer-main .navbar-list > li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-main .navbar-list.is-modify {
    /*width: 165px;*/
  }
  .footer-main .navbar-sub-list {
    gap: 0 15px;
    margin-top: 4px;
    padding-left: 1em;
  }
  .footer-main .navbar-sub-list > li {
    /*margin: 0 55px 5px 0;*/
  }
  .footer-main .button-fixed {
    right: 72px;
    bottom: 20px;
    width: 95px;
    height: 95px;
    font-size: 0.16rem;
  }
  .footer-main .button-fixed .button-wrapper > span {
    margin-top: 10px;
  }
  .footer-main .button-fixed .button-wrapper img {
    width: 30px;
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main .footer-list > li {
    margin-bottom: 0.53rem;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list > li:not(:last-child) {
    margin-bottom: 0.48rem;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list > li {
    width: 2.84rem;
  }
  .footer-main .footer-list.is-bigger .footer-sub-list .is-full-width {
    width: 100%;
  }
  .footer-main .footer-heading {
    margin-bottom: 0.53rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.02rem solid #787878;
    font-size: 0.27rem;
  }
  .footer-main .footer-heading a {
    padding-left: 0.48rem;
  }
  .footer-main .footer-heading a::before {
    width: 0.26rem;
    height: 0.26rem;
    margin-top: 0.01rem;
    background: url("../img/common/icn_arrow_02_sp.png") no-repeat center/auto 100%;
  }
  .footer-main .footer-sub-list {
    margin-top: -0.18rem;
  }
  .footer-main .footer-sub-list > li:not(:last-child) {
    margin-bottom: 0.07rem;
  }
  .footer-main .sub-item {
    padding-left: 0.5rem;
  }
  .is-ios .footer-main .sub-item::before {
    top: 0.02rem;
  }
  .footer-main .navbar-list {
    margin-top: 0.05rem;
    padding-left: 0.5rem;
  }
  .footer-main .navbar-list > li:not(:last-child) {
    margin-bottom: 0.09rem;
  }
  .footer-main .navbar-list.is-modify {
    /*width: 2.6rem;*/
  }
  .footer-main .navbar-sub-list {
    gap: 0 10px;
    margin-top: 0.07rem;
    padding-left: 1em;
  }
  .footer-main .navbar-sub-list > li {
    /*margin: 0 0.8rem 0.07rem 0;*/
  }
  .footer-main .button-fixed-position {
    position: relative;
    bottom: -2.7rem;
  }
  .footer-main .button-fixed {
    right: 0.15rem;
    bottom: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.24rem;
  }
  .footer-main .button-fixed .button-wrapper > img {
    width: 0.44rem;
    height: 0.24rem;
  }
  .footer-main .button-fixed .button-wrapper > span {
    margin-top: 0.12rem;
  }
}
.contact-link {
  position: fixed;
  z-index: 999;
  right: 0;
}
.contact-link .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(62, 180, 208)), to(rgb(0, 90, 172)));
  background: linear-gradient(180deg, rgb(62, 180, 208) 0%, rgb(0, 90, 172) 100%);
}
.contact-link .link-wrapper::before {
  content: "";
  display: inline-block;
}
.contact-link .link-text {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .contact-link {
    top: 0;
    height: 100%;
    min-height: 510px;
  }
  .contact-link .link-wrapper {
    top: calc(50% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
    height: 160px;
    padding: 24px 15px 15px;
  }
  .contact-link .link-wrapper::before {
    width: 51px;
    height: 51px;
    margin-bottom: 6px;
    background: url("../img/common/icn_contact_fixed.png") center center/cover;
  }
  .contact-link .link-text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .contact-link {
    bottom: 0;
    width: 100%;
  }
  .contact-link .link-wrapper {
    bottom: 0;
    width: 100%;
    height: 1rem;
  }
  .contact-link .link-wrapper::before {
    width: 0.64rem;
    height: 0.64rem;
    background: url("../img/common/icn_contact_fixed_sp.png") center center/cover;
  }
  .contact-link .link-text {
    margin-left: 0.37rem;
    font-size: 0.36rem;
  }
}
@media print, (width >= 767.98px) and (height <= 750px) {
  .contact-link .link-wrapper {
    top: 290px;
  }
}

.button-common-primary,
.button-common-secondary,
.button-common-quaternary {
  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;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}
.button-common-primary .button-wrapper,
.button-common-secondary .button-wrapper,
.button-common-quaternary .button-wrapper {
  position: relative;
  padding: 0 0.4rem;
}
.button-common-primary::after,
.button-common-secondary::after,
.button-common-quaternary::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, (min-width: 768.02px) {
  .button-common-primary,
  .button-common-secondary,
  .button-common-quaternary {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .button-common-primary::after,
  .button-common-secondary::after,
  .button-common-quaternary::after {
    opacity: 1;
  }
  .button-common-primary::before,
  .button-common-secondary::before,
  .button-common-quaternary::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  .button-common-primary:hover,
  .button-common-secondary:hover,
  .button-common-quaternary:hover {
    background: #000 !important;
    color: #fff;
  }
  .button-common-primary:hover::after,
  .button-common-secondary:hover::after,
  .button-common-quaternary:hover::after {
    opacity: 0;
  }
  .button-common-primary:hover::before,
  .button-common-secondary:hover::before,
  .button-common-quaternary:hover::before {
    opacity: 1;
  }
}
.button-common-primary {
  background-color: #fff;
}
.button-common-primary.is-down::after {
  background: url("../img/common/icn_arrow_05.png") center 100%/100% no-repeat;
}

@media print, (min-width: 768.02px) {
  .button-common-primary {
    width: 300px;
    min-height: 56px;
    padding: 10px;
    border: 1px solid #000;
    font-size: 0.18rem;
  }
  .button-common-primary::after, .button-common-primary::before {
    right: 18px;
    width: 18px;
    height: 18px;
  }
  .button-common-primary::after {
    background: url("../img/common/icn_arrow_01.png") center 100%/100% no-repeat;
  }
  .button-common-primary::before {
    background: url("../img/common/icn_arrow_01_white.png") center 100%/100% no-repeat;
  }
  .button-common-primary.is-down {
    width: 348px;
  }
  .button-common-primary.is-large {
    width: 420px;
  }
  .button-common-primary.is-big {
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-primary {
    width: 6rem;
    min-height: 0.9rem;
    margin: 0 auto;
    padding: 0.1rem;
    border: 0.02rem solid #000;
    font-size: 0.3rem;
  }
  .button-common-primary::after {
    right: 0.27rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../img/common/icn_arrow_01_sp.png") center 100%/100% no-repeat;
  }
  .is-android .button-common-primary .button-wrapper {
    top: -0.01rem;
  }
  .is-ios .button-common-primary .button-wrapper {
    top: -0.01rem;
    padding: 0 0.02rem;
  }
  .button-common-primary.is-big {
    width: 100%;
  }
  .button-common-primary.is-custom-width {
    width: 5rem;
    min-height: 0.84rem;
    font-size: 0.27rem;
  }
  .button-common-primary.is-custom-width::after {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.button-common-secondary.is-blue {
  margin: 0 auto;
  background-color: #3eb4d0;
  color: #fff;
}
.button-common-secondary.is-blue:hover {
  background-color: #3eb4d0 !important;
}
.button-common-secondary.is-blue:hover::after {
  opacity: 1 !important;
}
.button-common-secondary.is-blue:hover::before {
  opacity: 0;
}
.button-common-secondary.is-blue::after {
  background: url("../img/common/icn_arrow_04.png") center 100%/100% no-repeat !important;
}
.button-common-secondary.is-white {
  background-color: #fff;
}

@media print, (min-width: 768.02px) {
  .button-common-secondary {
    padding: 10px;
  }
  .is-firefox .button-common-secondary .button-wrapper {
    top: -1px;
  }
  .button-common-secondary.is-white {
    width: 260px;
    min-height: 50px;
    border-radius: 25px;
    font-size: 0.18rem;
  }
  .button-common-secondary.is-white::after, .button-common-secondary.is-white::before {
    right: 16px;
    width: 18px;
    height: 18px;
  }
  .button-common-secondary.is-white::after {
    background: url("../img/common/icn_arrow_01.png") center 100%/100% no-repeat;
  }
  .button-common-secondary.is-white::before {
    background: url("../img/common/icn_arrow_01_white.png") center 100%/100% no-repeat;
  }
  .button-common-secondary.is-blue {
    width: 540px;
    min-height: 72px;
    border-radius: 36px;
    font-size: 0.24rem;
  }
  .button-common-secondary.is-blue::after {
    right: 26px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-secondary {
    padding: 0.1rem;
  }
  .button-common-secondary.is-white {
    width: 4rem;
    min-height: 0.76rem;
    border-radius: 0.38rem;
    font-size: 0.27rem;
  }
  .button-common-secondary.is-white::after {
    right: 0.25rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../img/common/icn_arrow_01_sp.png") center 100%/100% no-repeat;
  }
  .button-common-secondary.is-blue {
    width: 6rem;
    min-height: 0.9rem;
    border-radius: 1rem;
    font-size: 0.36rem;
  }
  .button-common-secondary.is-blue::after {
    right: 0.28rem;
    width: 0.28rem;
    height: 0.28rem;
  }
}
.button-common-tertiary {
  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;
  margin: 0 auto;
  border-radius: 0.5rem;
  background: #383452;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.button-common-tertiary.is-red {
  background: #ae5e5a;
}
.button-common-tertiary.is-lemure {
  background: #8e5060;
}
.button-common-tertiary.is-lemure .button-logo {
  position: relative;
}
.button-common-tertiary .button-logo {
  padding: 0 0.2rem;
}
.button-common-tertiary .button-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, (min-width: 768.02px) {
  .button-common-tertiary {
    width: 800px;
    min-height: 100px;
    font-size: 0.24rem;
  }
  .button-common-tertiary .button-text {
    right: 40px;
  }
  .button-common-tertiary.is-lemure .button-logo {
    top: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-tertiary {
    width: 100%;
    min-height: 1.1rem;
    font-size: 0.3rem;
  }
  .button-common-tertiary .button-text {
    right: 0.2rem;
  }
  .button-common-tertiary .button-logo {
    width: 2.8rem;
  }
  .button-common-tertiary.is-lemure .button-logo {
    top: -0.14rem;
    width: 2.9rem;
  }
}
.button-more {
  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: #ececec;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
}
.button-more > span {
  position: relative;
}
.button-more > span::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
}

@media print, (min-width: 768.02px) {
  .button-more {
    width: 260px;
    min-height: 50px;
    padding: 4px 5px 5px 25px;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    border-radius: 50px;
    font-size: 0.24rem;
  }
  .button-more:hover {
    background: #000;
    color: #fff;
  }
  .button-more > span {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .button-more {
    width: 3rem;
    min-height: 0.7rem;
    padding: 0.1rem 0.1rem 0.1rem 0.3rem;
    border-radius: 0.8rem;
    font-size: 0.28rem;
  }
  .button-more > span {
    top: -1px;
    padding-right: 0.3rem;
  }
}
.button-more.is-white {
  background: #fff;
}

@media print, (min-width: 768.02px) {
  .button-more.is-white {
    padding-top: 6px;
    font-size: 0.22rem;
  }
  .button-more.is-white > span::after {
    right: 3px;
  }
  .button-more.is-white:hover {
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .button-more.is-white {
    padding-top: 0.16rem;
  }
}
.button-common-quaternary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.button-common-quaternary > span {
  display: block;
}
.button-common-quaternary .text-big {
  margin-top: 0.03rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
}

@media print, (min-width: 768.02px) {
  .button-common-quaternary {
    width: 570px;
    min-height: 90px;
    padding: 10px 40px;
    border: 1px solid #000;
  }
  .button-common-quaternary::after, .button-common-quaternary::before {
    right: 18px;
    width: 22px;
    height: 22px;
  }
  .button-common-quaternary::after {
    background: url("../img/common/icn_arrow_01.png") center 100%/100% no-repeat;
  }
  .button-common-quaternary::before {
    background: url("../img/common/icn_arrow_01_white.png") center 100%/100% no-repeat;
  }
  .button-common-quaternary .text-small {
    font-size: 0.18rem;
  }
  .button-common-quaternary .text-big {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-quaternary {
    width: 100%;
    min-height: 1.4rem;
    margin: 0 auto;
    padding: 0.1rem 0.6rem;
    border: 0.02rem solid #000;
    font-size: 0.3rem;
  }
  .button-common-quaternary::after {
    right: 0.27rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../img/common/icn_arrow_01_sp.png") center 100%/100% no-repeat;
  }
  .button-common-quaternary .text-small {
    margin-bottom: 0.08rem;
    font-size: 0.27rem;
  }
  .button-common-quaternary .text-big {
    font-size: 0.36rem;
  }
}
.title-common-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
}

@media print, (min-width: 768.02px) {
  .title-common-primary {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-primary {
    font-size: 0.54rem;
  }
}
.title-common-secondary {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.title-common-secondary::before, .title-common-secondary::after {
  background-color: #000;
}
.title-common-secondary::before {
  left: 0;
}
.title-common-secondary::after {
  right: 0;
}
.title-common-secondary.is-white {
  color: #fff;
}
.title-common-secondary.is-white::before, .title-common-secondary.is-white::after {
  background-color: #fff;
}

@media print, (min-width: 768.02px) {
  .title-common-secondary {
    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.48rem;
  }
  .title-common-secondary::before, .title-common-secondary::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 100px;
    height: 1px;
  }
  .title-common-secondary .title-text {
    min-width: 398px;
    max-width: 90%;
    padding: 0 66px;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-secondary {
    margin-bottom: 0.8rem;
    padding-bottom: 0.2rem;
    font-size: 0.6rem;
  }
  .title-common-secondary::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.02rem;
  }
  .title-common-secondary .title-text {
    padding: 0 0.2rem;
  }
}
.title-common-tertiary {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.title-common-tertiary::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3eb4d0;
}
.title-common-tertiary.is-center {
  text-align: center;
}
.title-common-tertiary.is-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-common-tertiary.is-brown::after {
  background-color: #c49c6e;
}

@media print, (min-width: 768.02px) {
  .title-common-tertiary {
    margin-bottom: 24px;
    padding-bottom: 25px;
    font-size: 0.3rem;
  }
  .title-common-tertiary::after {
    width: 80px;
    height: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-tertiary {
    margin-bottom: 0.33rem;
    padding-bottom: 0.38rem;
    font-size: 0.45rem;
  }
  .title-common-tertiary::after {
    width: 1.2rem;
    height: 0.1rem;
  }
}
.title-common-senary {
  position: relative;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.title-common-senary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.title-common-senary .title-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 90%;
  background-color: #fff;
}
.title-common-senary.is-eleena {
  color: #c49c6e;
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
}
.title-common-senary.is-eleena::after {
  background-color: #c49c6e;
}
@media print, (min-width: 768.02px) {
  .title-common-senary {
    font-size: 0.36rem;
  }
  .title-common-senary .title-text {
    min-width: 216px;
    padding-right: 30px;
  }
  .title-common-senary.is-eleena .title-text {
    min-width: 340px;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-senary {
    margin-bottom: 0.4rem;
    font-size: 0.45rem;
  }
  .title-common-senary .title-text {
    min-width: 2.8rem;
    padding-right: 0.2rem;
  }
  .title-common-senary.is-eleena .title-text {
    min-width: 4rem;
  }
}

.title-common-quaternary {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .title-common-quaternary {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-quaternary {
    font-size: 0.4rem;
  }
}

.title-common-quinary {
  color: #3eb4d0;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .title-common-quinary {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-quinary {
    font-size: 0.42rem;
  }
}

.breadcrumb-wrapper {
  position: relative;
  background-color: #505050;
}

.breadcrumb-common {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
  font-weight: 500;
}
.breadcrumb-common a {
  color: #fff;
}
.breadcrumb-common > li {
  position: relative;
  letter-spacing: 0.05em;
}
.breadcrumb-common > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/common/icn_arrow_03.svg") center 100%/auto no-repeat;
  font-size: inherit;
}
.breadcrumb-common > li:not(:last-child) a {
  cursor: pointer;
}

@media print, (min-width: 768.02px) {
  .breadcrumb-wrapper {
    min-height: 60px;
    padding: 20px 0 18px;
  }
  .breadcrumb-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb-common > li {
    font-size: 0.14rem;
  }
  .breadcrumb-common > li:not(:last-child) {
    margin-right: 10px;
    padding-right: 29px;
  }
  .breadcrumb-common > li:not(:last-child)::after {
    top: 5px;
    right: 5px;
    width: 8px;
    height: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0.8rem;
    padding: 0.21rem 0;
  }
  .breadcrumb-wrapper .wrapper {
    position: relative;
    width: 100%;
  }
  .breadcrumb-common > li {
    display: inline;
    font-size: 0.21rem;
  }
  .breadcrumb-common > li:not(:last-child) {
    margin-right: 0.12rem;
    padding-right: 0.4rem;
  }
  .breadcrumb-common > li:not(:last-child)::after {
    top: 0.09rem;
    right: 0.06rem;
    width: 0.12rem;
    height: 0.16rem;
  }
}
.section-common-create .keyvisual-top {
  background-color: #000;
}
.section-common-create .keyvisual-title-primary,
.section-common-create .keyvisual-title-secondary {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  text-align: center;
}
.section-common-create .keyvisual-title-primary {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.section-common-create .keyvisual-title-secondary {
  letter-spacing: 0.05em;
}
.section-common-create.is-lemure .keyvisual-top {
  background-color: #8e5060 !important;
}

@media print, (min-width: 768.02px) {
  .section-common-create .keyvisual-top {
    min-height: 120px;
    padding: 30px 0;
  }
  .section-common-create .keyvisual-title-primary {
    font-size: 0.4rem;
  }
  .section-common-create .keyvisual-title-secondary {
    max-width: 1200px;
    margin: 0 auto 54px;
    font-size: 0.3rem;
  }
  .section-common-create .keyvisual-bottom {
    padding-top: 112px;
  }
  .section-common-create .keyvisual-image {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-create .keyvisual-title-primary {
    font-size: 0.48rem;
  }
  .section-common-create .keyvisual-title-secondary {
    margin-bottom: 0.53rem;
    padding: 0 0.44rem;
    font-size: 0.4rem;
  }
  .section-common-create.is-custom-height .keyvisual-image {
    height: 4.3rem;
  }
  .section-common-create .keyvisual-image {
    width: 100%;
    height: 5.5rem;
  }
  .section-common-create .keyvisual-top {
    min-height: 1.6rem;
    padding: 0.45rem 0;
  }
  .section-common-create .keyvisual-bottom {
    padding-top: 1.08rem;
  }
}
.section-common-create.is-has-logo .keyvisual-bottom {
  padding-top: 0;
}
.section-common-create.is-has-logo .keyvisual-top {
  background: #383452;
}
.section-common-create.is-has-logo .keyvisual-logo {
  position: relative;
}

@media print, (min-width: 768.02px) {
  .section-common-create.is-has-logo .keyvisual-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    margin: 0;
  }
  .section-common-create.is-has-logo .keyvisual-logo img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
    height: 100%;
  }
  .section-common-create.is-has-logo .keyvisual-top {
    padding: 25px 200px 23px;
  }
  .section-common-create.is-has-logo .keyvisual-image.is-modify {
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-create.is-has-logo .keyvisual-logo {
    width: 6rem;
    margin: 0 auto;
  }
}
.section-common-create.is-gray .keyvisual-top {
  background-color: #8e9290;
}

.section-common-keyvisual .keyvisual-title {
  margin-bottom: 0;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-common-keyvisual.is-hidden-content .keyvisual-content {
  display: none;
}
.section-common-keyvisual.is-hidden .keyvisual-intro {
  display: none;
}
.section-common-keyvisual .keyvisual-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.section-common-keyvisual .keyvisual-intro > span {
  display: block;
}
.section-common-keyvisual .keyvisual-intro .intro-top {
  letter-spacing: 0.1em;
}
.section-common-keyvisual .keyvisual-intro .intro-bottom {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768.02px) {
  .section-common-keyvisual.is-custom .keyvisual-image {
    height: 800px;
  }
  .section-common-keyvisual .keyvisual-title {
    min-height: 120px;
    padding: 30px 200px;
    font-size: 0.4rem;
  }
  .section-common-keyvisual .keyvisual-content {
    position: relative;
  }
  .section-common-keyvisual .keyvisual-image {
    width: 100%;
    height: 600px;
  }
  .section-common-keyvisual.is-reversed .keyvisual-intro {
    right: calc(50% - 599px);
    left: auto;
  }
  .section-common-keyvisual .keyvisual-intro {
    position: absolute;
    top: 50%;
    left: calc(50% - 599px);
    width: 400px;
    min-height: 400px;
    padding: 40px 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-common-keyvisual .keyvisual-intro > span {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
  }
  .section-common-keyvisual .keyvisual-intro .intro-top {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 0.18rem;
  }
  .section-common-keyvisual .keyvisual-intro .intro-bottom {
    padding-bottom: 16px;
    font-size: 0.3rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-keyvisual .keyvisual-title {
    min-height: 1.6rem;
    padding: 0.45rem 0.4rem;
    font-size: 0.48rem;
  }
  .section-common-keyvisual.is-custom-height .keyvisual-image {
    height: 4.3rem;
  }
  .section-common-keyvisual .keyvisual-image {
    height: 5.5rem;
  }
  .section-common-keyvisual .keyvisual-intro {
    position: relative;
    top: -1rem;
    min-height: 6rem;
    margin: 0 0.4rem;
    padding: 0.4rem 0;
  }
  .section-common-keyvisual .keyvisual-intro > span {
    padding: 0 0.3rem 0.4rem;
    border-bottom: 0.02rem solid #fff;
  }
  .section-common-keyvisual .keyvisual-intro .intro-top {
    margin-bottom: 0.42rem;
    font-size: 0.3rem;
  }
  .section-common-keyvisual .keyvisual-intro .intro-bottom {
    font-size: 0.4rem;
  }
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  outline: none !important;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .slide-item {
  height: inherit !important;
}

.swiper .pagination-wrapper {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.swiper .swiper-pagination-bullet {
  opacity: 1 !important;
  background: rgba(196, 184, 178, 0.5);
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

@media print, (min-width: 768.02px) {
  .swiper .pagination-wrapper {
    bottom: 25px;
    margin-right: 5px;
  }
  .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px !important;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .pagination-wrapper {
    bottom: 35px;
    margin-right: 9px;
  }
  .swiper .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.12rem !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  display: block;
  background: url("../img/common/slider_arrow.png") no-repeat center/auto 100%;
}
.swiper-button-next::after, .swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
  display: none;
}

.swiper-button-next {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.swiper-button-prev {
  left: 0;
}

.slider-common {
  position: relative;
  overflow: hidden;
}
.slider-common .slider-inner {
  overflow: hidden;
}
.slider-common .slider-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/slider_arrow.png") no-repeat center/auto 100%;
  cursor: pointer;
}
.slider-common .slider-arrow.is-next {
  right: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.slider-common .slider-arrow.is-previous {
  left: 0;
}
.slider-common .swiper-button-next {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider-common .swiper-button-prev {
  left: 0;
}

@media print, (min-width: 768.02px) {
  .slider-common .slider-arrow {
    width: 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-common .slider-arrow {
    width: 0.2rem;
    height: 0.24rem;
  }
}
.section-common-dealer {
  width: 100%;
}
.section-common-dealer .dealer-title {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-common-dealer .slider-slide a {
  display: block;
}

@media print, (min-width: 768.02px) {
  .section-common-dealer {
    height: 400px;
    padding: 71px 0 80px;
    background: url("../img/common/footer_bg.jpg") no-repeat center/cover;
  }
  .section-common-dealer .slider-common {
    width: 1200px;
    margin: 0 auto;
  }
  .section-common-dealer .slider-slide {
    width: 260px;
    margin: 0 12px;
  }
  .section-common-dealer .slider-inner {
    width: 1136px;
    margin: 0 auto;
  }
  .section-common-dealer .dealer-title {
    margin-bottom: 34px;
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-dealer {
    min-height: 6rem;
    padding: 1.06rem 0;
    background: url("../img/common/footer_bg_sp.jpg") no-repeat center/cover;
  }
  .section-common-dealer .slider-slide {
    width: 4.2rem;
    margin: 0 0.15rem;
  }
  .section-common-dealer .dealer-title {
    margin-bottom: 0.49rem;
    font-size: 0.48rem;
  }
}
.block-common-catalog .catalog-inner {
  width: 100%;
  background-color: #f0f0f0;
}
.block-common-catalog .catalog-title {
  font-weight: 500;
}
.block-common-catalog .catalog-title .title-small {
  display: inline-block;
  position: relative;
  color: #3eb4d0;
  letter-spacing: 0.1em;
  text-align: center;
}
.block-common-catalog .catalog-title .title-small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-common-catalog .catalog-title .title-big {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.block-common-catalog .text-catalog {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768.02px) {
  .block-common-catalog .catalog-inner {
    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;
    max-width: 1000px;
    margin: 0 auto;
    padding: 41px 160px 41px 200px;
  }
  .block-common-catalog .content-left {
    max-width: 300px;
    margin-top: -15px;
    margin-right: 10px;
  }
  .block-common-catalog .catalog-title {
    margin-bottom: 13px;
  }
  .block-common-catalog .catalog-title .title-small {
    min-width: 232px;
    margin-bottom: 3px;
    padding-bottom: 29px;
    font-size: 0.2rem;
  }
  .block-common-catalog .catalog-title .title-small::after {
    width: 232px;
    height: 52px;
    background: url("../img/common/catalog_bg_01.png") center/contain no-repeat;
  }
  .block-common-catalog .catalog-title .title-big {
    font-size: 0.48rem;
  }
  .block-common-catalog .text-catalog {
    margin-bottom: 32px;
    font-size: 0.24rem;
  }
  .block-common-catalog .content-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 226px;
  }
  .block-common-catalog .content-right .image-catalog {
    height: 319px;
  }
}
@media only screen and (max-width: 768px) {
  .block-common-catalog .wrapper {
    padding: 0;
  }
  .block-common-catalog .catalog-inner {
    position: relative;
    padding: 0.56rem 0.21rem 1.62rem;
  }
  .block-common-catalog .content-left {
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .block-common-catalog .catalog-title {
    margin-bottom: 0.19rem;
  }
  .block-common-catalog .catalog-title .title-small {
    margin-bottom: 0.05rem;
    padding-bottom: 0.45rem;
    padding-left: 0.1rem;
    font-size: 0.3rem;
  }
  .block-common-catalog .catalog-title .title-small::after {
    left: 50%;
    width: 3.53rem;
    height: 0.79rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/common/catalog_bg_01_sp.png") center/contain no-repeat;
  }
  .block-common-catalog .catalog-title .title-big {
    font-size: 0.72rem;
  }
  .block-common-catalog .text-catalog {
    margin-bottom: 0.52rem;
    font-size: 0.36rem;
  }
  .block-common-catalog .image-catalog {
    width: 4.6rem;
    height: 6.5rem;
    margin: 0 auto 0.62rem;
  }
  .block-common-catalog .button-common-primary {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section-story-banner .story-link {
  display: block;
}
.section-story-banner .button-common-secondary {
  font-weight: 500;
}

@media print, (min-width: 768.02px) {
  .section-story-banner .story-link {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
  .section-story-banner .button-common-secondary::after {
    right: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .section-story-banner {
    padding: 0.8rem 0 1.2rem;
  }
  .section-story-banner .story-link {
    margin-bottom: 0.8rem;
  }
  .section-story-banner .story-image img {
    width: 100%;
  }
  .section-story-banner .button-common-secondary.is-blue {
    width: 100%;
  }
}
.section-product-menu {
  background-color: #f0f0f0;
}
.section-product-menu .list-product-menu {
  padding-left: 0;
  list-style-type: none;
}
.section-product-menu .link-product {
  display: block;
}

@media print, (min-width: 768.02px) {
  .section-product-menu {
    padding: 119px 0 81px;
  }
  .section-product-menu .list-product-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px 20px;
  }
  .section-product-menu .item-product {
    width: 580px;
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .section-product-menu {
    padding: 1.2rem 0;
  }
  .section-product-menu .list-product-menu {
    margin-bottom: 0.6rem;
  }
  .section-product-menu .link-product img {
    width: 100%;
  }
  .section-product-menu .item-product:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.list-common-menu {
  padding-left: 0;
  list-style-type: none;
}

@media print, (min-width: 768.02px) {
  .list-common-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  .list-common-menu .item-menu {
    width: 270px;
    margin: 0 20px 40px;
  }
  .list-common-menu .button-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .is-firefox .list-common-menu .button-wrapper {
    top: -1px;
  }
  .list-common-menu .button-common-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .list-common-menu {
    margin-bottom: 0;
  }
  .list-common-menu .item-menu:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.list-common-value {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.list-common-value > li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.list-common-value .item-image {
  height: 4rem;
}
.list-common-value .item-detail {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.list-common-value .item-detail p:last-child {
  margin-bottom: 0;
}
.list-common-value.is-granspa .item-image {
  height: auto;
}

@media print, (min-width: 768.02px) {
  .list-common-value > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-common-value > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list-common-value > li:nth-child(even) .item-content {
    padding-right: 50px;
  }
  .list-common-value > li:nth-child(even) .item-detail {
    padding-right: 20px;
  }
  .list-common-value > li:nth-child(odd) .item-content {
    padding-left: 80px;
  }
  .list-common-value > li.is-full {
    width: 100%;
  }
  .list-common-value .item-image {
    width: 700px;
  }
  .list-common-value .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -11px;
  }
  .list-common-value.is-center > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-common-value.is-center .item-content {
    margin-top: 0;
  }
  .list-common-value.is-granspa .item-image {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .list-common-value {
    margin-bottom: 1.1rem;
  }
  .list-common-value > li {
    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;
  }
  .list-common-value .item-detail {
    margin-bottom: 0.3rem;
  }
}
.banner-common-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-common-point .trouble-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-common-point .trouble-image > figcaption {
  position: absolute;
  color: #fff;
}
.banner-common-point .trouble-detail {
  position: relative;
}
.banner-common-point .detail-wrapper {
  background: rgba(255, 255, 255, 0.8);
}
.banner-common-point .detail-title {
  margin-bottom: 0;
  font-family: "Noto Serif", serif;
  font-weight: 500;
}
@media print, (min-width: 768.02px) {
  .banner-common-point {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 600px;
    margin-bottom: 80px;
  }
  .banner-common-point .trouble-image > figcaption {
    right: 11.8%;
    bottom: 3.5%;
    letter-spacing: 0.05em;
  }
  .banner-common-point .detail-title {
    font-size: 0.36rem;
    letter-spacing: 0.075em;
  }
  .banner-common-point .detail-title span {
    display: inline-block;
  }
  .banner-common-point .title-point {
    margin-bottom: 23px;
  }
  .banner-common-point .title-text {
    line-height: 1.75;
  }
  .banner-common-point .detail-wrapper {
    max-width: 440px;
    margin: 30px 0;
    padding: 52px 30px 49px 60px;
  }
}
@media (width >= 768.02px) and (width <= 1500px) {
  .banner-common-point {
    min-height: 70vh;
  }
}
@media only screen and (max-width: 768px) {
  .banner-common-point {
    min-height: 3.5rem;
    margin-bottom: 0.6rem;
  }
  .banner-common-point .trouble-image > figcaption {
    right: 0.1rem;
    bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .banner-common-point .detail-wrapper {
    width: 3.6rem;
    padding: 0.2rem 0.3rem;
  }
  .banner-common-point .title-point {
    margin-bottom: 0.2rem;
  }
  .banner-common-point .title-text {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.3rem;
  }
}

.banner-common-point.is-right .detail-wrapper {
  margin-left: auto;
}

@media print, (min-width: 768.02px) {
  .banner-common-point.is-resize .detail-wrapper {
    max-width: 480px;
    padding: 54px 33px 48px 60px;
  }
}

.block-common-group {
  background-color: #ecf8fa;
}
.block-common-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768.02px) {
  .block-common-group {
    padding: 60px 80px 61px;
  }
}
@media only screen and (max-width: 768px) {
  .block-common-group {
    margin-bottom: 1rem;
    padding: 0.6rem 0.3rem;
  }
}

.label-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3eb4d0;
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
}
@media print, (min-width: 768.02px) {
  .label-common-primary {
    font-size: 0.3rem;
    letter-spacing: 0.05em;
    min-height: 46px;
    margin-bottom: 24px;
    padding: 2px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .label-common-primary {
    min-height: 0.45rem;
    padding: 0.02rem 0.1rem;
    font-size: 0.4rem;
  }
}

.label-common-secondary {
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .label-common-secondary {
    width: 140px;
    min-height: 46px;
    margin-bottom: 20px;
    padding: 2px 10px 0;
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .label-common-secondary {
    width: 1.7rem;
    min-height: 0.46rem;
    margin-bottom: 0.3rem;
    padding: 0.06rem 0.05rem 0.05rem;
    font-size: 0.36rem;
  }
}

.section-common-problem {
  position: relative;
  background-color: #ecf8fa;
}
.section-common-problem::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #ecf8fa;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.section-common-problem .button-common-primary {
  background-color: #fff;
}
.section-common-problem .button-common-primary.is-down::before {
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}
@media print, (min-width: 768.02px) {
  .section-common-problem {
    margin-bottom: 66px;
    padding: 106px 0 40px;
  }
  .section-common-problem::after {
    bottom: -99px;
  }
  .section-common-problem .title-common-secondary {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 768px) {
  .section-common-problem {
    margin-bottom: 0.4rem;
    padding: 1.2rem 0;
  }
  .section-common-problem::after {
    bottom: -0.98rem;
  }
}

.problem-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.problem-list .problem-content {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.problem-list .content-heading {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3eb4d0;
  color: #fff;
  font-family: "Noto Serif Display", serif;
}
.problem-list .content-heading span {
  display: block;
}
.problem-list .content-heading .heading-text {
  letter-spacing: 0.025em;
}
.problem-list .content-heading .heading-number {
  letter-spacing: 0.05em;
}
.problem-list .content-text {
  display: -webkit-box;
  overflow: hidden;
  letter-spacing: 0.05em;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768.02px) {
  .problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -23px;
  }
  .problem-list > li {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 23px;
    text-align: center;
  }
  .problem-list .problem-content {
    width: 370px;
    height: 370px;
    margin-bottom: 40px;
    padding: 40px;
  }
  .problem-list .content-heading {
    width: 100px;
    height: 100px;
    padding: 19px 14px 6px;
  }
  .problem-list .content-heading .heading-number {
    font-size: 0.4rem;
  }
  .problem-list .content-heading .heading-text {
    margin-bottom: -6px;
  }
  .problem-list .content-image {
    width: 224px;
    height: 220px;
    margin: 0 auto 13px;
  }
  .problem-list .content-text {
    max-width: 250px;
    margin: 0 auto;
  }
  .problem-list .button-common-primary {
    width: 370px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .problem-list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .problem-list .problem-content {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0.5rem;
    padding: 0.4rem;
    text-align: center;
  }
  .problem-list .content-heading {
    top: -0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.35rem 0.2rem;
  }
  .problem-list .content-heading .heading-number {
    font-size: 0.45rem;
  }
  .problem-list .content-image {
    height: 2.6rem;
    margin-bottom: 0.25rem;
  }
  .problem-list .content-image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .problem-list .button-common-primary {
    width: 5rem;
    margin: 0 auto;
  }
}

.section-common-keyvisual .keyvisual-title {
  background-color: #3eb4d0;
}

.section-holo-introduction .introduction-text {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  text-align: center;
}
.section-holo-introduction .introduction-note {
  text-align: center;
}
.section-holo-introduction .introduction-note {
  letter-spacing: 0.05em;
}
@media print, (min-width: 768.02px) {
  .section-holo-introduction {
    padding: 106px 0 120px;
  }
  .section-holo-introduction .title-common-quaternary {
    margin-bottom: 41px;
  }
  .section-holo-introduction .title-common-quinary {
    margin-bottom: 32px;
  }
  .section-holo-introduction .introduction-text {
    margin-bottom: 28px;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .section-holo-introduction .introduction-image {
    width: 800px;
    margin: 0 auto;
  }
  .section-holo-introduction .introduction-note {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .section-holo-introduction {
    padding: 1.2rem 0;
  }
  .section-holo-introduction .title-common-quinary {
    margin-bottom: 0.4rem;
  }
  .section-holo-introduction .introduction-text {
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .section-holo-introduction .introduction-note {
    margin-bottom: 0.45rem;
  }
}

.section-holo-trouble .trouble-title {
  color: #3eb4d0;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .section-holo-trouble {
    padding: 85px 0;
  }
  .section-holo-trouble .trouble-title {
    margin-bottom: 112px;
    font-size: 0.36rem;
    letter-spacing: 0.075em;
  }
  .section-holo-trouble .trouble-block {
    margin-bottom: 120px;
  }
  .section-holo-trouble .trouble-block:last-child {
    margin-bottom: 0;
  }
  .section-holo-trouble .trouble-block.is-point .banner-common-point {
    margin-bottom: 69px;
  }
}
@media only screen and (max-width: 768px) {
  .section-holo-trouble {
    padding: 1.2rem 0;
  }
  .section-holo-trouble .trouble-title {
    padding: 0 0.4rem;
    font-size: 0.4rem;
  }
  .section-holo-trouble .trouble-block {
    margin-bottom: 1rem;
  }
  .section-holo-trouble .trouble-block:last-child {
    margin-bottom: 0;
  }
}

@media print, (min-width: 768.02px) {
  .list-common-value {
    margin-bottom: 60px;
  }
  .list-common-value .item-content {
    margin-top: -12px !important;
  }
  .list-common-value .content-image {
    width: 520px;
    margin-top: 35px;
  }
  .list-common-value .content-image img {
    display: block;
    width: 100%;
  }
  .list-common-value sup {
    font-size: 0.11rem;
    vertical-align: text-top;
  }
  .list-common-value .item-detail {
    margin-bottom: 0;
  }
  .list-common-value .item-detail.is-narrow {
    margin-right: -12px;
  }
}
@media only screen and (max-width: 768px) {
  .list-common-value .content-image {
    width: 5.2rem;
    margin-bottom: 0.3rem;
  }
}

@media print, (min-width: 768.02px) {
  .block-common-group {
    margin-bottom: 80px;
  }
  .block-common-group .group-element.is-distance {
    margin-bottom: 14px;
  }
  .block-common-group .group-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }
  .block-common-group .group-content .content-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px;
    margin-right: 60px;
    padding-top: 13px;
  }
  .block-common-group .group-content .button-common-primary {
    position: absolute;
    bottom: 0;
    margin-left: 0;
  }
  .block-common-group .group-content .item-content {
    position: relative;
  }
  .block-common-group .group-content .content-text {
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .block-common-group.is-space .element-item {
    width: 500px;
    margin-right: 40px;
  }
  .block-common-group.is-space .element-item:nth-child(2n) {
    margin-right: 0;
  }
  .block-common-group.is-use {
    padding-bottom: 35px;
  }
  .block-common-group.is-use .element-item {
    width: 320px;
    margin-right: 40px;
  }
  .block-common-group.is-use .element-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .block-common-group .group-element.is-distance {
    margin-bottom: 0.8rem;
  }
  .block-common-group .group-content .content-image {
    margin-bottom: 0.3rem;
  }
}

.block-common-group .group-title {
  font-family: "Noto Serif", serif;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .block-common-group .group-title {
    font-size: 0.3rem;
    letter-spacing: 0.05em;
  }
  .block-common-group .group-title {
    margin-bottom: 34px;
  }
  .block-common-group .group-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block-common-group .element-item {
    margin-bottom: 20px;
  }
  .block-common-group .item-image {
    margin-bottom: 32px;
  }
  .block-common-group .item-text {
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .block-common-group .button-common-primary {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .block-common-group .label-common-secondary {
    margin-bottom: 0.3rem;
  }
  .block-common-group .group-title {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
  }
  .block-common-group .element-item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .block-common-group .item-image {
    margin-bottom: 0.26rem;
  }
  .block-common-group .item-text {
    margin-bottom: 0;
  }
}

.trouble-function .function-text {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.trouble-function .note-text {
  letter-spacing: 0.05em;
}
.trouble-function .images-item figcaption {
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
@media print, (min-width: 768.02px) {
  .trouble-function {
    margin-bottom: 43px;
  }
  .trouble-function:last-child {
    margin-bottom: 0;
  }
  .trouble-function.is-margin {
    margin-bottom: 52px;
  }
  .trouble-function .title-common-tertiary {
    margin-bottom: 23px;
  }
  .trouble-function .function-text {
    margin-bottom: 45px;
  }
  .trouble-function .function-image {
    width: 1000px;
    margin: 0 auto 28px;
  }
  .trouble-function .function-note {
    width: 410px;
    margin-left: auto;
  }
  .trouble-function .note-text {
    margin-bottom: 4px;
  }
  .trouble-function .function-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .trouble-function .images-item {
    width: 570px;
  }
  .trouble-function .images-item:not(:nth-child(2n)) {
    margin-right: 60px;
  }
  .trouble-function .images-item figcaption {
    margin-top: 23px;
    font-size: 0.18rem;
  }
  .trouble-function .list-common-value.is-center {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 768px) {
  .trouble-function {
    margin-bottom: 0.5rem;
  }
  .trouble-function .function-text {
    font-size: 0.26rem;
  }
  .trouble-function .images-item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .trouble-function .images-item figcaption {
    margin-top: 0.3rem;
    font-size: 0.26rem;
  }
  .trouble-function .function-image {
    margin-bottom: 0.3rem;
  }
  .trouble-function .note-text {
    margin-bottom: 0.1rem;
  }
}

@media print, (min-width: 768.02px) {
  .block-common-catalog {
    padding: 35px 0;
  }
}

@media print, (min-width: 768.02px) {
  .section-story-banner {
    padding: 44px 0 122px;
  }
}