@charset "UTF-8";
/*
======== CONTENTS =======================================
   Site Name: 基本スタイル
   2025.4.24
=========================================================
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  min-height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: none;
  background-color: rgba(0, 0, 0, 0);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul,
[role=list] {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
:root {
  --base-color: #c02;
  --hover-color: #333;
  --bg-color: #f2f2f2;
  --heading-color: #000;
}

html body {
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  line-height: 1.6875;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html[lang=en] body {
  font-family: verdana, arial, helvetica, sans-serif;
}
html h2,
html h3,
html h4 {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: #000;
  background: none;
}
html h2 a:link, html h2 a:visited {
  color: #000;
  background: none;
}
html body,
html div,
html dl,
html dt,
html dd,
html ul,
html ul li,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html pre,
html form,
html fieldset,
html input,
html textarea,
html p,
html blockquote,
html th,
html td {
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  html.JS body {
    background-color: #fff;
  }
  html.JS h2 {
    margin: 0;
  }
}
html a {
  color: #000;
  text-decoration: none;
}
html a[href^="tel:"]:hover {
  color: #000;
}
@media (min-width: 768px) {
  html a[href^="tel:"] {
    text-decoration: none;
    cursor: text;
  }
}
html a:link, html a:visited {
  color: inherit;
  text-decoration: inherit;
}
html p a:not(.hs-c-link) {
  color: #1e4bbe;
}
html p a:not(.hs-c-link):hover {
  text-decoration: underline;
}
html p sup,
html p sub {
  vertical-align: baseline;
}
html li sup,
html li sub {
  vertical-align: baseline;
}
html img[usemap] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#Contents {
  padding: 0;
}

.hs-container {
  max-width: initial;
  padding: 0;
  overflow: initial;
}

.global-breadcrumbs .global-breadcrumbs__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 5px 0;
}
.global-breadcrumbs .global-breadcrumbs__item {
  overflow: hidden;
}
.global-breadcrumbs .global-breadcrumbs__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

iframe.twitter-share-button,
.fb-share-button.fb_iframe_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ------------------------
  Components
------------------------ */
.c-link {
  position: relative;
  display: inline-block;
  padding-right: 5.3333333333vw;
  font-size: 3.7333333333vw;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) {
  .c-link {
    padding-right: 20px;
    font-size: 0.875rem;
    letter-spacing: initial;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .c-link:hover {
    color: #b1000e;
    text-decoration: underline;
    -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.c-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6vw;
  height: 2.9333333333vw;
  content: "";
  background-image: url(/r23res/image/common/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-link::before {
    width: 6px;
    height: 11px;
  }
}
.c-link.c-link--block {
  display: block;
}
.c-link.c-link--footer {
  font-weight: bold;
  letter-spacing: 0;
}
.c-link.c-link--no-spacing {
  letter-spacing: 0;
}
.c-link.c-link--heading {
  padding: 10px 15px;
  border-left: 5px solid #d32d32;
}
.c-link.c-link--sub {
  padding-right: 5.3333333333vw;
  font-weight: normal;
  color: #c02;
}
@media (min-width: 768px) {
  .c-link.c-link--sub {
    padding-right: 20px;
    letter-spacing: 0;
  }
}
.c-link.c-link--anchor::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-link.c-link--img {
  padding-right: 0;
}
.c-link.c-link--img::before {
  display: none;
}
.c-link.c-link--img img {
  width: 1.6vw;
  margin-left: 2.6666666667vw;
  vertical-align: unset;
}
@media (min-width: 768px) {
  .c-link.c-link--img img {
    width: auto;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .c-link.c-link--top {
    letter-spacing: 0.0625rem;
  }
}
@media (min-width: 768px) {
  .c-link.c-link--nowrap {
    white-space: nowrap;
  }
}
.c-link.c-link--pdf {
  padding-right: 8vw;
}
@media (min-width: 768px) {
  .c-link.c-link--pdf {
    padding-right: 30px;
  }
}
.c-link.c-link--pdf::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  width: 20px;
  height: 19px;
  vertical-align: top;
  background: url(/r23res/image/common/icon_datalist01-pdf01.gif) no-repeat 0 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-link.c-link--target {
  padding-right: 8vw;
}
@media (min-width: 768px) {
  .c-link.c-link--target {
    padding-right: 30px;
  }
}
.c-link.c-link--target::before {
  top: calc(50% - 0.8vw);
  width: 5.3333333333vw;
  height: 4.2666666667vw;
  background-image: url(/r23res/image/common/icon_blank.svg);
  background-size: contain;
}
@media (min-width: 768px) {
  .c-link.c-link--target::before {
    top: calc(50% - 3px);
    width: 20px;
    height: 16px;
  }
}
.c-link.c-link--blue {
  color: #1e4bbe;
  letter-spacing: 0;
}
.c-link.c-link--blue::before {
  background-image: url(/r23res/image/common/icon_link_blue.svg);
}
.c-link.c-link--blue[target=_blank]::before {
  width: 5.3333333333vw;
  height: 4.2666666667vw;
  background-image: url(/r23res/image/common/icon_blank_blue.svg);
}
@media (min-width: 768px) {
  .c-link.c-link--blue[target=_blank]::before {
    width: 20px;
    height: 16px;
  }
}

.c-form-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-form-search {
    max-width: 844px;
  }
}
.c-form-search .c-form-search__input {
  width: 100%;
  padding: 4vw 14.6666666667vw 4vw 5.3333333333vw;
  font-size: 3.7333333333vw;
  border: 2px solid #ddd;
  border-radius: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 768px) {
  .c-form-search .c-form-search__input {
    padding: 15px 70px 15px 20px;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
  }
}
.c-form-search .c-form-search__input::-webkit-input-placeholder {
  opacity: 0.8;
}
.c-form-search .c-form-search__input::-moz-placeholder {
  opacity: 0.8;
}
.c-form-search .c-form-search__input:-ms-input-placeholder {
  opacity: 0.8;
}
.c-form-search .c-form-search__input::-ms-input-placeholder {
  opacity: 0.8;
}
.c-form-search .c-form-search__input::placeholder {
  opacity: 0.8;
}
.c-form-search .c-form-search__button {
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(/r23res/image/common/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8vw 8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-form-search .c-form-search__button {
    right: 20px;
    width: 48px;
    height: 48px;
    background-size: 34px 34px;
  }
}

.c-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.3333333333vw 26.6666666667vw 5.3333333333vw 6.6666666667vw;
  margin: 0;
  font-size: 3.4666666667vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background-color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-button:link, .c-button:visited {
  color: #fff;
}
@media (min-width: 768px) {
  .c-button {
    min-height: 60px;
    padding: 20px 90px 20px 25px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .c-button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 6px;
  height: 11px;
  content: "";
  background-image: url(/r23res/image/common/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .c-button::before {
    right: 20px;
  }
}
.c-button.c-button--normal {
  padding: 4vw 21.3333333333vw;
}
@media (min-width: 768px) {
  .c-button.c-button--normal {
    padding: 20px 125px;
  }
}
.c-button.c-button--normal::before {
  display: none;
}
.c-button.c-button--target[target=_blank]::before {
  top: calc(50% - 0.8vw);
  width: 5.3333333333vw;
  height: 4.2666666667vw;
  background-image: url(/r23res/image/common/icon_blank.svg);
  background-size: contain;
}
@media (min-width: 768px) {
  .c-button.c-button--target[target=_blank]::before {
    top: calc(50% - 3px);
    width: 20px;
    height: 16px;
  }
}

/* align */
.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.u-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

@media (max-width: 767.98px) {
  .u-align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .u-align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
  .u-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .u-align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
  }
  .u-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
/* align */
.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-left {
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .u-align-sm-center {
    text-align: center !important;
  }
  .u-align-sm-right {
    text-align: right !important;
  }
  .u-align-sm-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-align-md-center {
    text-align: center !important;
  }
  .u-align-md-right {
    text-align: right !important;
  }
  .u-align-md-left {
    text-align: left !important;
  }
}
/* border */
.u-border-bottom {
  border-bottom: 1px solid #bbb !important;
}

.u-border {
  border: 1px solid #bbb !important;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* contents */
.u-contents {
  display: contents !important;
}

/* custom */
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap::before {
  background-color: #c6597d;
}
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap h1::before,
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap h2::before,
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap h3::before,
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap h4::before,
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap h5::before,
.u-custom.u-custom--red .hs-section-heading .hs-section-heading__wrap a::before {
  background-color: #c6597d;
}
.u-custom.u-custom--red .hs-navigation {
  background-color: #fdf7f9;
}
@media (max-width: 767px) {
  .u-custom.u-custom--red .hs-navigation .hs-navigation__container {
    background-color: #fdf7f9;
  }
}
.u-custom.u-custom--red .hs-navigation__item.is-open .hs-navigation__link {
  background-color: #c6597d;
}
@media (min-width: 768px) {
  .u-custom.u-custom--red .hs-navigation__link:hover {
    background-color: #c6597d;
  }
}
.u-custom.u-custom--red .hs-navigation__link::before {
  background-color: #c6597d;
}
.u-custom.u-custom--red .hs-navigation-mega {
  background-color: #fdf7f9;
}
.u-custom.u-custom--red .hs-navigation__sub-item {
  background-color: #b71249;
}
.u-custom.u-custom--red .hs-navigation__sub-item > a:hover {
  background-color: #c6597d;
}
.u-custom.u-custom--red .hs-navigation-sub {
  background-color: #fdf7f9;
}
.u-custom.u-custom--red .hs-navigation-sub .hs-navigation-sub__carousel::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(253, 247, 249)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(253, 247, 249) 100%);
}
.u-custom.u-custom--red .hs-fixed-buttons {
  background-color: #fdf7f9;
}
.u-custom.u-custom--red .hs-fixed-buttons .hs-c-button {
  background-color: #b71249;
}
.u-custom.u-custom--red .hs-fixed-buttons .hs-c-button::before {
  background-image: url(/r23res/image/common/icon_link_white.svg);
}
.u-custom.u-custom--red .hs-link-recommend .hs-link-recommend__container {
  background-color: #fdf7f9;
  border: 1px solid #bbb;
}
.u-custom.u-custom--red .hs-contact:not(.hs-contact--over) {
  background-color: #fdf7f9;
}
.u-custom.u-custom--red .hs-contact:not(.hs-contact--over) .hs-contact__heading {
  color: #cf2e5d;
}
.u-custom.u-custom--red .hs-contact:not(.hs-contact--over) .hs-contact__link {
  background-color: #b71249;
}
.u-custom.u-custom--red .hs-contact:not(.hs-contact--over) .hs-contact__link::before {
  background-image: url(/r23res/image/common/icon_link_white.svg);
}
.u-custom.u-custom--red .hs-content-footer__heading {
  color: #fff;
}
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap::before {
  background-color: #0049b1;
}
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap h1::before,
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap h2::before,
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap h3::before,
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap h4::before,
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap h5::before,
.u-custom.u-custom--blue .hs-section-heading .hs-section-heading__wrap a::before {
  background-color: #0049b1;
}
.u-custom.u-custom--blue .hs-navigation {
  background-color: #f4f8fc;
}
@media (max-width: 767px) {
  .u-custom.u-custom--blue .hs-navigation .hs-navigation__container {
    background-color: #f4f8fc;
  }
}
.u-custom.u-custom--blue .hs-navigation__item.is-open .hs-navigation__link {
  background-color: #87a1ba;
}
@media (min-width: 768px) {
  .u-custom.u-custom--blue .hs-navigation__link:hover {
    background-color: #87a1ba;
  }
}
.u-custom.u-custom--blue .hs-navigation__link::before {
  background-color: #87a1ba;
}
.u-custom.u-custom--blue .hs-navigation-mega {
  background-color: #f4f8fc;
}
.u-custom.u-custom--blue .hs-navigation__sub-item {
  background-color: #0049b1;
}
.u-custom.u-custom--blue .hs-navigation__sub-item > a:hover {
  background-color: #87a1ba;
}
.u-custom.u-custom--blue .hs-navigation-sub {
  background-color: #f4f8fc;
}
.u-custom.u-custom--blue .hs-navigation-sub .hs-navigation-sub__carousel::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(244, 248, 252)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(244, 248, 252) 100%);
}
.u-custom.u-custom--blue .hs-side-menu__text {
  background-color: #f4f8fc;
}
.u-custom.u-custom--blue .hs-fixed-buttons {
  background-color: #f4f8fc;
}
.u-custom.u-custom--blue .hs-fixed-buttons .hs-c-button {
  background-color: #0049b1;
}
.u-custom.u-custom--blue .hs-fixed-buttons .hs-c-button::before {
  background-image: url(/r23res/image/common/icon_link_white.svg);
}
.u-custom.u-custom--blue .hs-link-recommend .hs-link-recommend__container {
  background-color: #f4f8fc;
}
.u-custom.u-custom--blue .hs-link-recommend .hs-link-recommend__sub-link {
  background-color: #333 !important;
}
.u-custom.u-custom--blue .hs-link-recommend .hs-link-recommend__box {
  background-color: #fff;
}
.u-custom.u-custom--blue .hs-content-footer__heading {
  color: #fff;
}
.u-custom.u-custom--blue .hs-content-footer:not(.hs-content-footer--normal) {
  background-color: inherit;
  background-image: url(/security/sp/images/closeup_bg.png) !important;
  background-size: cover;
}
.u-custom.u-custom--blue .hs-content-footer:not(.hs-content-footer--normal) .hs-text-button-area__button::before {
  background-image: url(/r23res/image/common/icon_link_white.svg);
}

/* font */
.u-font-bold {
  font-weight: bold !important;
}

.u-font-normal {
  font-weight: normal !important;
}

/* heading */
.u-heading-sm {
  font-size: 5.8666666667vw !important;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-heading-sm {
    font-size: 1.375rem !important;
  }
}

@media (min-width: 768px) {
  .u-heading-sm-pc {
    font-size: 1.375rem !important;
    line-height: 1.3;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .u-heading-sm-sp {
    font-size: 5.8666666667vw !important;
    line-height: 1.3;
    font-weight: bold;
  }
}
.u-heading-md {
  font-size: 6.4vw !important;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-heading-md {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .u-heading-md-pc {
    font-size: 1.5rem !important;
    line-height: 1.3;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .u-heading-md-sp {
    font-size: 6.4vw !important;
    line-height: 1.3;
    font-weight: bold;
  }
}
.u-heading-lg {
  font-size: 7.4666666667vw !important;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-heading-lg {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .u-heading-lg-pc {
    font-size: 1.75rem !important;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .u-heading-lg-sp {
    font-size: 7.4666666667vw !important;
    line-height: 1.4;
    font-weight: bold;
  }
}
.u-heading-xl {
  font-size: 9.6vw !important;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 768px) {
  .u-heading-xl {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .u-heading-xl-pc {
    font-size: 2.25rem !important;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .u-heading-xl-sp {
    font-size: 9.6vw !important;
    line-height: 1.4;
    font-weight: bold;
  }
}
/* hidden */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-icon-eos::before {
  display: none !important;
}
.u-icon-eos::after {
  position: static !important;
  display: inline-block !important;
  width: 5.3333333333vw !important;
  height: 4.2666666667vw !important;
  margin-left: 8px !important;
  content: "" !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
@media (min-width: 768px) {
  .u-icon-eos::after {
    width: 20px !important;
    height: 16px !important;
  }
}
.u-icon-eos.u-icon-eos--blank::after {
  background-image: url(/r23res/image/common/icon_blank.svg) !important;
}
.u-icon-eos.u-icon-eos--pdf::after {
  background-image: url(/r23res/image/common/icon_datalist01-pdf01.gif) !important;
}

/* image-width */
@media (min-width: 768px) {
  .u-image-width75-lg img {
    display: block !important;
    max-width: 75% !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) {
  .u-image-width50-lg img {
    display: block !important;
    max-width: 50% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767.98px) {
  .u-image-width75-sm img {
    display: block !important;
    max-width: 75% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767.98px) {
  .u-image-width50-sm img {
    display: block !important;
    max-width: 50% !important;
    margin: 0 auto !important;
  }
}

/* indent */
.u-indent {
  padding-left: var(--u-indent-padding-left, 1.3em) !important;
  text-indent: var(--u-indent, -1.3em) !important;
}

/* line-height */
.u-line-height-xs {
  line-height: 1.3 !important;
}

@media (min-width: 768px) {
  .u-line-height-xs-pc {
    line-height: 1.3 !important;
  }
}
@media (max-width: 767.98px) {
  .u-line-height-xs-sp {
    line-height: 1.3 !important;
  }
}
.u-line-height-sm {
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  .u-line-height-sm-pc {
    line-height: 1.4 !important;
  }
}
@media (max-width: 767.98px) {
  .u-line-height-sm-sp {
    line-height: 1.4 !important;
  }
}
.u-line-height-md {
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  .u-line-height-md-pc {
    line-height: 1.5 !important;
  }
}
@media (max-width: 767.98px) {
  .u-line-height-md-sp {
    line-height: 1.5 !important;
  }
}
.u-line-height-lg {
  line-height: 1.6875 !important;
}

@media (min-width: 768px) {
  .u-line-height-lg-pc {
    line-height: 1.6875 !important;
  }
}
@media (max-width: 767.98px) {
  .u-line-height-lg-sp {
    line-height: 1.6875 !important;
  }
}
/* list */
.u-list-none {
  list-style-type: none !important;
}
.u-list-none::before {
  display: none !important;
}

.u-text-indent {
  display: inline-block !important;
}
.u-text-indent.u-text-indent--1:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--1.u-text-indent--lg {
    padding-left: 1em !important;
    text-indent: -1em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--1.u-text-indent--sm {
    padding-left: 1em !important;
    text-indent: -1em !important;
  }
}
.u-text-indent.u-text-indent--2:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--2.u-text-indent--lg {
    padding-left: 2em !important;
    text-indent: -2em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--2.u-text-indent--sm {
    padding-left: 2em !important;
    text-indent: -2em !important;
  }
}
.u-text-indent.u-text-indent--3:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 3em !important;
  text-indent: -3em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--3.u-text-indent--lg {
    padding-left: 3em !important;
    text-indent: -3em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--3.u-text-indent--sm {
    padding-left: 3em !important;
    text-indent: -3em !important;
  }
}
.u-text-indent.u-text-indent--4:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 4em !important;
  text-indent: -4em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--4.u-text-indent--lg {
    padding-left: 4em !important;
    text-indent: -4em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--4.u-text-indent--sm {
    padding-left: 4em !important;
    text-indent: -4em !important;
  }
}
.u-text-indent.u-text-indent--5:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 5em !important;
  text-indent: -5em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--5.u-text-indent--lg {
    padding-left: 5em !important;
    text-indent: -5em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--5.u-text-indent--sm {
    padding-left: 5em !important;
    text-indent: -5em !important;
  }
}
.u-text-indent.u-text-indent--half5:not(.u-text-indent--lg):not(.u-text-indent--sm) {
  padding-left: 5.25em !important;
  text-indent: -5.25em !important;
}
@media screen and (min-width: 768px) {
  .u-text-indent.u-text-indent--half5.u-text-indent--lg {
    padding-left: 5.25em !important;
    text-indent: -5.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .u-text-indent.u-text-indent--half5.u-text-indent--sm {
    padding-left: 5.25em !important;
    text-indent: -5.25em !important;
  }
}
.u-text-indent * {
  text-indent: 0 !important;
}

.u-text-indent-character {
  text-indent: 1em;
}

/* text */
.u-text-xs {
  font-size: 3.2vw !important;
  line-height: 1.6875;
}
@media (min-width: 768px) {
  .u-text-xs {
    font-size: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .u-text-xs-pc {
    font-size: 0.75rem !important;
    line-height: 1.6875;
  }
}
@media (max-width: 767.98px) {
  .u-text-xs-sp {
    font-size: 3.2vw !important;
    line-height: 1.6875;
  }
}
.u-text-sm {
  font-size: 3.7333333333vw !important;
  line-height: 1.6875;
}
@media (min-width: 768px) {
  .u-text-sm {
    font-size: 0.875rem !important;
  }
}

@media (min-width: 768px) {
  .u-text-sm-pc {
    font-size: 0.875rem !important;
    line-height: 1.6875;
  }
}
@media (max-width: 767.98px) {
  .u-text-sm-sp {
    font-size: 3.7333333333vw !important;
    line-height: 1.6875;
  }
}
.u-text-md {
  font-size: 4.2666666667vw !important;
  line-height: 1.6875;
}
@media (min-width: 768px) {
  .u-text-md {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .u-text-md-pc {
    font-size: 1rem !important;
    line-height: 1.6875;
  }
}
@media (max-width: 767.98px) {
  .u-text-md-sp {
    font-size: 4.2666666667vw !important;
    line-height: 1.6875;
  }
}
.u-text-lg {
  font-size: 4.8vw !important;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .u-text-lg {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 768px) {
  .u-text-lg-pc {
    font-size: 1.125rem !important;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .u-text-lg-sp {
    font-size: 4.8vw !important;
    line-height: 1.4;
  }
}
.u-text-xl {
  font-size: 5.3333333333vw !important;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .u-text-xl {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .u-text-xl-pc {
    font-size: 1.25rem !important;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .u-text-xl-sp {
    font-size: 5.3333333333vw !important;
    line-height: 1.4;
  }
}
.u-text-white {
  color: #fff;
}
.u-text-black {
  color: #333;
}
.u-text-red {
  color: #c02;
}
.u-text-attention {
  color: #cf2e5d;
}
.u-text-lineHeight-normal {
  line-height: 1;
}
.u-text-brand {
  color: var(--base-color);
}

.u-text-stamp {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0.8em;
  padding: 0.3em 0.8em 0.25em;
  font-style: normal;
  font-weight: bold;
  font-size: 0.75em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #c00000;
  line-height: 1;
}

.u-text--border {
  display: inline-block;
  border: 1px solid #bbb;
  padding: 3px 0.5em 2px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .u-text--border {
    margin-right: 10px;
  }
}

.u-text-attention {
  color: #c02;
}

.u-text--icon-check-gray {
  position: relative;
  padding-left: 1.7em;
}
.u-text--icon-check-gray::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  margin: auto;
  content: "";
  background-image: url(/r23res/image/common/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-text--icon-check-red {
  position: relative;
  padding-left: 1.7em;
}
.u-text--icon-check-red::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  display: block;
  margin: auto;
  content: "";
  background-image: url(/r23res/image/common/icon_check2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.u-text-decoration {
  text-decoration: underline !important;
}
.u-text-decoration:hover {
  text-decoration: none !important;
}

/*
 * 改行調整クラス
 * https://qiita.com/tamanyan/items/e37e76b7743c59235995#%E8%A7%A3%E6%B1%BA%E7%AD%962-word-break-keep-all--overflow-wrap-break-word--wbr
 */
.u-break-all-anywhere {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.u-keep-all-anywhere {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* _underline */
.u-underline {
  display: inline;
  padding-bottom: 3px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbf8b1)) !important;
  background: linear-gradient(transparent 60%, #fbf8b1 60%) !important;
}

@media (min-width: 1280px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

.u-link-hover {
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) and (hover: hover) {
  .u-link-hover:hover {
    color: #b1000e;
    text-decoration: underline;
    -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

.heading-1 {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15625rem;
}
html[lang=en] .heading-1, .heading-1.heading-1--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 10.6666666667vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
html[lang=en] .heading-1 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 2.25rem;
    line-height: 1.6;
  }
  html[lang=en] .heading-1, .heading-1.heading-1--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1.4642857143;
  }
}

.heading-2 {
  font-size: 7.4666666667vw;
  font-weight: bold;
  line-height: 1.3846153846;
  letter-spacing: 0.15625rem;
}
html[lang=en] .heading-2, .heading-2.heading-2--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 9.6vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
html[lang=en] .heading-2 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 1.75em;
    line-height: 1.6;
  }
  html[lang=en] .heading-2, .heading-2.heading-2--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 2.75rem;
    font-weight: normal;
    line-height: 1.4090909091;
  }
}

.heading-3 {
  font-size: 5.8666666667vw;
  font-weight: bold;
  line-height: 1.3636363636;
  letter-spacing: 0.04em;
}
html[lang=en] .heading-3, .heading-3.heading-3--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 6.9333333333vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
html[lang=en] .heading-3 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  html[lang=en] .heading-3, .heading-3.heading-3--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.8;
  }
}

.heading-4 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
html[lang=en] .heading-4, .heading-4.heading-4--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 6.4vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
html[lang=en] .heading-4 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.25rem;
    line-height: 2.7;
  }
  html[lang=en] .heading-4, .heading-4.heading-4--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 1.3461538462;
  }
}

.heading-5 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
}
html[lang=en] .heading-5, .heading-5.heading-5--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 5.8666666667vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
html[lang=en] .heading-5 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  html[lang=en] .heading-5, .heading-5.heading-5--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.2916666667;
  }
}

.caption,
.figcaption {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.8;
}
html[lang=en] .caption, .caption.caption--en, .caption.figcaption--en,
html[lang=en] .figcaption,
.figcaption.caption--en,
.figcaption.figcaption--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 5.3333333333vw;
}
html[lang=en] .caption,
html[lang=en] .figcaption {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .caption,
  .figcaption {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
  html[lang=en] .caption, .caption.caption--en, .caption.figcaption--en,
  html[lang=en] .figcaption,
  .figcaption.caption--en,
  .figcaption.figcaption--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.text {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.8;
}
html[lang=en] .text, .text.caption--en, .text.figcaption--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
}
html[lang=en] .text {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .text {
    font-size: 1rem;
    line-height: 1.8125;
    letter-spacing: 0.04em;
  }
  html[lang=en] .text, .text.caption--en, .text.figcaption--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.lead {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lead {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.small2 {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .small2 {
    font-size: 0.8125rem;
  }
}

.small {
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .small {
    font-size: 0.6875rem;
  }
}

.body2 {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.8;
}
html[lang=en] .body2, .body2.caption--en, .body2.figcaption--en {
  font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
}
html[lang=en] .body2 {
  font-family: verdana, arial, helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .body2 {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
  }
  html[lang=en] .body2, .body2.caption--en, .body2.figcaption--en {
    font-family: "メイリオ", meiryo, arial, helvetica, sans-serif;
  }
}

.minimum {
  font-size: 2.6666666667vw;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .minimum {
    font-size: 0.75rem;
  }
}

.u-background-gray {
  padding: 21.3333333333vw 0;
  margin: 21.3333333333vw 0;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .u-background-gray {
    padding: 96px 0;
    margin: 96px 0;
  }
}
.u-background-gray > *:first-child {
  margin-top: 0 !important;
}
.u-background-gray.u-background-gray--container {
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .u-background-gray.u-background-gray--container {
    max-width: 1060px;
    padding: 60px;
    margin: 0 auto;
  }
}
.u-background-gray.u-background-gray--container .hs-section-block-1 {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .u-background-gray.u-background-gray--container .hs-section-block-1 {
    margin-top: 15px;
  }
}
.u-background-gray.u-background-gray--2 {
  background-color: #e6e6e6;
}
.u-background-gray.u-background-gray--none {
  margin: 0;
}
.u-background-gray.u-background-gray--bottom-none {
  margin-bottom: 0;
}
.u-background-gray.u-background-gray--banner {
  padding: 16vw 0;
  margin: 16vw 0;
}
@media (min-width: 768px) {
  .u-background-gray.u-background-gray--banner {
    padding: 60px 0;
    margin: 60px 0;
  }
}
.u-background-gray + .hs-section-button {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .u-background-gray + .hs-section-button {
    margin-top: 40px;
  }
}

/*背景をサイトカラー*/
.u-background--type-brand {
  background-color: var(--base-color) !important;
}

.u-background--type-brand-bg {
  background-color: var(--bg-color) !important;
}

.u-border-gray {
  width: calc(100% - 10.6666666667vw);
  padding: 16vw 0;
  margin: 0 auto;
  margin-top: 13.3333333333vw;
  border: 1px solid #0049b1;
}
@media screen and (min-width: 768px) {
  .u-border-gray {
    width: calc(100% - 40px);
    max-width: 1060px;
    padding: 60px 40px;
    margin-top: 50px;
  }
}
.u-border-gray > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .u-border-gray .hs-section-button .hs-section-button__list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-border-gray .hs-section-button .hs-c-button {
    width: 100%;
    min-width: inherit;
  }
}

.u-icon-before {
  margin-right: 2.6666666667vw;
  height: 1.334em;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  .u-icon-before {
    margin-right: 10px;
  }
}

.u-sitemap-section {
  position: relative;
  max-width: 1100px;
  padding-top: 9.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .u-sitemap-section {
    padding-top: 35px;
  }
}
.u-sitemap-section::before {
  position: absolute;
  top: 9.3333333333vw;
  left: 50%;
  width: calc(100% - 40px);
  height: 2px;
  content: "";
  background-color: #bbb;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .u-sitemap-section::before {
    top: 35px;
  }
}
.u-sitemap-section.u-sitemap-section--first {
  margin-top: 4vw !important;
}
@media screen and (min-width: 768px) {
  .u-sitemap-section.u-sitemap-section--first {
    margin-top: 15px !important;
  }
}
.u-sitemap-section.u-sitemap-section--first::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sitemap-section .hs-section-heading__container {
    padding: 0 !important;
  }
}

.u-sitemap-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .u-sitemap-column {
    gap: 0 50px;
    margin-top: 15px;
  }
}
.u-sitemap-column.u-sitemap-column--column1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-sitemap-column .u-sitemap-column__wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .u-sitemap-column .hs-section-heading {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-h-full {
  height: 100% !important;
}

/*マウスイベント無効*/
.u-noevents,
a.u-noevents {
  pointer-events: none;
  text-decoration: none !important;
  color: inherit;
}

/* visuallyhide */
.u-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.u-invisible {
  visibility: hidden;
}

/* width */
.u-width-auto {
  width: auto !important;
}

.u-width-full {
  width: 100% !important;
}

.u-width-300 {
  width: 300px !important;
}

/* margin */
.u-margin-sm {
  margin-top: 2.1333333333vw !important;
}
@media (min-width: 768px) {
  .u-margin-sm {
    margin-top: 8px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-sm-pc {
    margin-top: 8px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-sm-sp {
    margin-top: 2.1333333333vw !important;
  }
}
.u-margin-md {
  margin-top: 4.2666666667vw !important;
}
@media (min-width: 768px) {
  .u-margin-md {
    margin-top: 16px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-md-pc {
    margin-top: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-md-sp {
    margin-top: 4.2666666667vw !important;
  }
}
.u-margin-lg {
  margin-top: 8.5333333333vw !important;
}
@media (min-width: 768px) {
  .u-margin-lg {
    margin-top: 32px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-lg-pc {
    margin-top: 32px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-lg-sp {
    margin-top: 8.5333333333vw !important;
  }
}
.u-margin-b-sm {
  margin-bottom: 2.1333333333vw !important;
}
@media (min-width: 768px) {
  .u-margin-b-sm {
    margin-top: 8px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-b-sm-pc {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-b-sm-sp {
    margin-bottom: 2.1333333333vw !important;
  }
}
.u-margin-b-md {
  margin-bottom: 4.2666666667vw !important;
}
@media (min-width: 768px) {
  .u-margin-b-md {
    margin-top: 16px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-b-md-pc {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-b-md-sp {
    margin-bottom: 4.2666666667vw !important;
  }
}
.u-margin-b-lg {
  margin-bottom: 8.5333333333vw !important;
}
@media (min-width: 768px) {
  .u-margin-b-lg {
    margin-top: 32px !important;
  }
}

@media (min-width: 768px) {
  .u-margin-b-lg-pc {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767.98px) {
  .u-margin-b-lg-sp {
    margin-bottom: 8.5333333333vw !important;
  }
}
.u-vertical-baseline {
  vertical-align: baseline !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  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: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  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%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  backface-visibility: hidden;
}

/* overlay at start */
.mfp-bg {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8 !important;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1 !important;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0 !important;
}

.mfp-bg {
  z-index: 10000 !important;
}

.mfp-wrap {
  z-index: 10001 !important;
}

.mfp-white-popup {
  position: relative;
  background: #fff;
  padding: 25px 30px;
  max-width: 700px;
  margin: 50px auto;
}
@media (max-width: 767.98px) {
  .mfp-white-popup {
    padding: 6.4vw 5.3333333333vw;
  }
}

.mfp-close-pos-right {
  top: -44px !important;
  width: 100% !important;
  text-align: right !important;
}

.global-breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .global-breadcrumbs {
    display: block;
  }
}
.global-breadcrumbs .global-breadcrumbs__container {
  width: 100%;
}
@media (min-width: 768px) {
  .global-breadcrumbs .global-breadcrumbs__container {
    width: 100%;
    max-width: 1367px;
    margin: auto;
  }
}
.global-breadcrumbs .global-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .global-breadcrumbs .global-breadcrumbs__list {
    padding: 20px 0;
  }
}
.global-breadcrumbs .global-breadcrumbs__item {
  position: relative;
}
@media (min-width: 768px) {
  .global-breadcrumbs .global-breadcrumbs__item {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .global-breadcrumbs .global-breadcrumbs__item:not(:first-child) {
    padding-left: 20px;
  }
}
.global-breadcrumbs .global-breadcrumbs__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  content: ">";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .global-breadcrumbs .global-breadcrumbs__item:not(:first-child)::before {
    left: 6px;
  }
}
.global-breadcrumbs .global-breadcrumbs--active {
  color: #a94657;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) and (hover: hover) {
  .global-breadcrumbs .global-breadcrumbs--active:hover {
    color: #b1000e;
    text-decoration: underline;
    -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

.global-cards .global-cards__container {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 20.2666666667vw auto 0;
}
@media (min-width: 768px) {
  .global-cards .global-cards__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: 96px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-cards .global-cards__container {
    padding: 0;
  }
}
.global-cards .global-cards__text {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media (min-width: 768px) {
  .global-cards .global-cards__text {
    margin-top: 7px;
    font-size: 0.875rem;
    letter-spacing: 0.15625rem;
  }
}
.global-cards .global-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.global-cards .global-cards-list__item {
  position: relative;
  width: calc(50% - 2.2666666667vw);
  margin-top: 4.5333333333vw;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) {
  .global-cards .global-cards-list__item {
    width: calc(25% - 24px);
    margin-top: 32px;
    margin-right: 32px;
  }
  .global-cards .global-cards-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-cards .global-cards-list__item:hover .global-cards-list__detail {
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .global-cards .global-cards-list__item:hover .global-cards-list__detail + figure .global-cards-list__caption {
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .global-cards .global-cards-list__item:hover .global-cards-list__image::before {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media (max-width: 767px) {
  .global-cards .global-cards-list__item:nth-of-type(odd) {
    margin-right: 4.5333333333vw;
  }
}
.global-cards .global-cards-list__detail {
  display: none;
}
@media (min-width: 768px) {
  .global-cards .global-cards-list__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 0 40px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.global-cards .global-cards-list__image {
  position: relative;
}
.global-cards .global-cards-list__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.global-cards .global-cards-list__image img {
  width: 100%;
}
.global-cards .global-cards-list__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .global-cards .global-cards-list__caption {
    padding: 0 20px;
    font-size: 1.125rem;
  }
}
.global-cards .global-cards__link {
  margin-top: 8vw;
  text-align: right;
}
@media (min-width: 768px) {
  .global-cards .global-cards__link {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .global-cards.global-cards--col3 .global-cards-list__item {
    width: calc(33.3333333333% - 21.3333333333px);
    margin-right: 32px;
  }
  .global-cards.global-cards--col3 .global-cards-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .global-cards.global-cards--col3 .global-cards-list__caption {
    font-size: 1.625rem;
  }
}

.global-cards-product .global-cards-product__container {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 18.6666666667vw auto 0;
}
@media (min-width: 768px) {
  .global-cards-product .global-cards-product__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: 100px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-cards-product .global-cards-product__container {
    padding: 0;
  }
}
.global-cards-product .global-cards-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (min-width: 768px) {
  .global-cards-product .global-cards-product-list {
    margin-top: -20px;
  }
}
.global-cards-product .global-cards-product-list__item {
  width: calc(50% - 2.6666666667vw);
  margin-top: 6.1333333333vw;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.global-cards-product .global-cards-product-list__item:nth-of-type(odd) {
  margin-right: 5.3333333333vw;
}
@media (min-width: 768px) {
  .global-cards-product .global-cards-product-list__item {
    width: calc(16.6666666667% - 25px);
    margin-top: 50px;
  }
  .global-cards-product .global-cards-product-list__item:not(:last-child) {
    margin-right: 30px;
  }
  .global-cards-product .global-cards-product-list__item:nth-of-type(6) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-cards-product .global-cards-product-list__item:hover .global-cards-product-list__caption {
    color: #b1000e;
    -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .global-cards-product .global-cards-product-list__item:hover .global-cards-product-list__image::before {
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
.global-cards-product .global-cards-product-list__image {
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #ddd;
          box-shadow: 0 0 0 1px #ddd;
}
.global-cards-product .global-cards-product-list__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.global-cards-product .global-cards-product-list__image img {
  width: 100%;
}
.global-cards-product .global-cards-product-list__caption {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  color: #3b4043;
  word-break: break-all;
}
@media (min-width: 768px) {
  .global-cards-product .global-cards-product-list__caption {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.global-cards-product-close {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin-top: 13.3333333333vw;
}
@media (min-width: 768px) {
  .global-cards-product-close {
    max-width: 1060px;
    padding: 0 20px;
    margin: 60px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-cards-product-close {
    padding: 0;
  }
}
.global-cards-product-close .global-cards-product-close__inner {
  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%;
  padding: 4.5333333333vw 2.6666666667vw;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .global-cards-product-close .global-cards-product-close__inner {
    max-width: 1060px;
    padding: 15px 0 15px 55px;
  }
}
.global-cards-product-close .global-cards-product-close__link {
  position: relative;
  font-size: 3.7333333333vw;
  color: #1e4bbe;
}
@media (min-width: 768px) {
  .global-cards-product-close .global-cards-product-close__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-cards-product-close .global-cards-product-close__link:hover {
    text-decoration: underline;
  }
}

.global-links .global-links__container {
  width: 100%;
  padding: 0;
  margin: 20.2666666667vw auto 0;
}
@media (min-width: 768px) {
  .global-links .global-links__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: 76px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-links .global-links__container {
    padding: 0;
  }
}
.global-links .global-links__heading {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .global-links .global-links__heading {
    padding: 0;
    margin-bottom: 10px;
  }
}
.global-links .global-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .global-links .global-links-list {
    margin-top: 0;
  }
}
.global-links .global-links-list__item {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .global-links .global-links-list__item {
    width: calc(50% - 15px);
    margin-top: 20px;
    border: 1px solid #e6e6e6;
  }
  .global-links .global-links-list__item:nth-of-type(odd) {
    margin-right: 30px;
  }
}
.global-links .global-links-list__item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.global-links .global-links-list__item img {
  width: 100%;
}
.global-links .global-links-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.8vw 5.3333333333vw;
  color: #3b4043;
}
.global-links .global-links-list__link:hover {
  text-decoration: none;
}
.global-links .global-links-list__link::before {
  right: 5.3333333333vw;
}
@media (min-width: 768px) {
  .global-links .global-links-list__link {
    padding: 20px 30px 20px 20px;
  }
  .global-links .global-links-list__link:hover {
    color: #b1000e;
  }
  .global-links .global-links-list__link::before {
    right: 20px;
  }
}
.global-links .global-links-list__caption {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .global-links .global-links-list__caption {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.global-news .global-news__container {
  width: 100%;
  padding: 18.6666666667vw 5.3333333333vw 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .global-news .global-news__container {
    max-width: 1060px;
    padding: 110px 20px 20px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .global-news .global-news__container {
    padding: 110px 0 20px;
  }
}
.global-news .global-news__heading {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15625rem;
}
@media (min-width: 768px) {
  .global-news .global-news__heading {
    font-size: 1.875rem;
  }
}
.global-news .global-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 768px) {
  .global-news .global-news-list {
    margin-top: 10px;
  }
}
.global-news .global-news-list__item {
  border-bottom: 1px solid #e6e6e6;
}
.global-news .global-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.3333333333vw 4vw;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 768px) {
  .global-news .global-news-list__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-news .global-news-list__link:hover {
    color: #b1000e;
    -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .global-news .global-news-list__link:hover .global-news-list__text {
    text-decoration: underline;
  }
}
.global-news .global-news-list__link[href$=".pdf"] .global-news-list__text {
  position: relative;
  padding-right: 8vw;
}
@media (min-width: 768px) {
  .global-news .global-news-list__link[href$=".pdf"] .global-news-list__text {
    padding-right: 30px;
  }
}
.global-news .global-news-list__link[href$=".pdf"] .global-news-list__text::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  width: 20px;
  height: 19px;
  vertical-align: top;
  background: url(/r23res/image/common/icon_datalist01-pdf01.gif) no-repeat 0 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 767.98px) {
  .global-news .global-news-list__link[href$=".pdf"] .global-news-list__text::before {
    right: 0.8vw;
    width: 5.3333333333vw;
    height: 5.0666666667vw;
  }
}
.global-news .global-news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .global-news .global-news-list__container {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.global-news .global-news-list__date {
  min-width: 26.6666666667vw;
  margin-right: 5.3333333333vw;
  font-size: 3.2vw;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .global-news .global-news-list__date {
    min-width: 11.2rem;
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.global-news .global-news-list__tag {
  display: block;
  width: 40vw;
  padding: 1.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1;
  color: #c02;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #c02;
}
@media (min-width: 768px) {
  .global-news .global-news-list__tag {
    width: 170px;
    padding: 10px;
    margin: 0 20px;
    font-size: 0.75rem;
  }
}
.global-news .global-news-list__text {
  margin-top: 4vw;
  overflow: hidden;
  font-size: 3.7333333333vw;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .global-news .global-news-list__text {
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.global-news .global-news__link {
  margin-top: 5.3333333333vw;
  text-align: right;
}
@media (min-width: 768px) {
  .global-news .global-news__link {
    margin-top: 30px;
  }
}
.global-news .global-news-alert {
  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%;
  padding: 4.5333333333vw 0 4.5333333333vw 10.6666666667vw;
  margin-top: 13.3333333333vw;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .global-news .global-news-alert {
    padding: 15px 0 15px 55px;
    margin-top: 60px;
  }
}
.global-news .global-news-alert .global-news-alert__link {
  position: relative;
  font-size: 3.7333333333vw;
  color: #1e4bbe;
}
@media (min-width: 768px) {
  .global-news .global-news-alert .global-news-alert__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-news .global-news-alert .global-news-alert__link:hover {
    text-decoration: underline;
  }
}
.global-news .global-news-alert .global-news-alert__link::before {
  position: absolute;
  top: 50%;
  left: -9.3333333333vw;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  content: "";
  background-image: url(/r23res/image/common/icon_alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .global-news .global-news-alert .global-news-alert__link::before {
    left: -35px;
    width: 22px;
    height: 22px;
  }
}

.global-contact {
  background-color: #e5e5e5;
}
.global-contact + .global-footer-search .global-footer-search__container {
  padding: 40px 5.3333333333vw 9.3333333333vw;
}
@media (min-width: 768px) {
  .global-contact + .global-footer-search .global-footer-search__container {
    padding: 40px 20px 80px;
  }
}
@media (min-width: 1100px) {
  .global-contact + .global-footer-search .global-footer-search__container {
    padding: 40px 0 80px;
  }
}
.global-contact .global-contact__container {
  width: 100%;
  padding: 18.6666666667vw 5.3333333333vw 21.3333333333vw;
  margin: 21.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .global-contact .global-contact__container {
    max-width: 1060px;
    padding: 80px 20px 100px;
    margin: 120px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-contact .global-contact__container {
    padding: 80px 20px 100px;
  }
}
.global-contact .global-contact__text {
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media (min-width: 768px) {
  .global-contact .global-contact__text {
    margin-top: 15px;
    font-size: 0.875rem;
    line-height: 2.6;
    letter-spacing: 0.0625rem;
  }
}
.global-contact .global-contact__link {
  margin-top: 4.8vw;
}
@media (min-width: 768px) {
  .global-contact .global-contact__link {
    margin-top: 30px;
  }
}

.global-search .global-search__container {
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 21.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .global-search .global-search__container {
    max-width: 1060px;
    padding: 0 20px;
    margin: 120px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-search .global-search__container {
    padding: 0;
  }
}
.global-search .global-search__form {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .global-search .global-search__form {
    margin-top: 30px;
  }
}

.global-group {
  padding: 14.1333333333vw 5.3333333333vw 6.6666666667vw;
}
@media (min-width: 768px) {
  .global-group {
    padding: 76px 45px 57px;
  }
}
@media (min-width: 768px) {
  .global-group .global-group__inner {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }
}
.global-group .global-group__heading {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .global-group .global-group__heading {
    font-size: 1.5rem;
  }
}
.global-group .global-group__list {
  margin: 2.6666666667vw -5.3333333333vw 0;
}
.global-group .global-group__list .global-group__list-link {
  padding-top: 5.7333333333vw;
  padding-bottom: 5.7333333333vw;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .global-group .global-group__list .global-group__list-item {
    position: relative;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .global-group .global-group__list .global-group__list-item::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background-color: #efefef;
  }
}
@media (min-width: 768px) {
  .global-group .global-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 9px 22px;
    margin: 20px 0 0;
  }
  .global-group .global-group__list .global-group__list-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.global-banner {
  padding: 21.3333333333vw 5.3333333333vw;
  margin: 16vw auto 0;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .global-banner {
    padding: 100px 20px;
    margin: 100px auto 0;
  }
}
@media (min-width: 1100px) {
  .global-banner {
    padding: 100px 45px;
  }
}
@media (min-width: 768px) {
  .global-banner .global-banner__inner {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }
}
.global-banner .global-banner-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3333333333vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__image::after {
  content: "";
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead {
  min-height: 56px;
  padding: 0 49px 0 15px;
  font-size: 1.125rem;
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead::before {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-image: url(/r23res/image/common/icon_link.svg);
  background-size: 6px 11px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .global-banner .global-banner-list.global-banner-list--company {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 4vw;
  }
  .global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead {
    min-height: 10.6666666667vw;
    padding: 0 6.6666666667vw 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead::before {
    right: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 1.6vw 2.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.global-banner .global-banner-list .global-banner-list__link {
  display: block;
  background-color: #333;
}
.global-banner .global-banner-list .global-banner-list__image {
  position: relative;
  background-color: white;
}
.global-banner .global-banner-list .global-banner-list__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.global-banner .global-banner-list .global-banner-list__image img {
  width: 100%;
}
.global-banner .global-banner-list .global-banner-list__lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10.6666666667vw;
  padding: 0 6.6666666667vw 0 4vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.1666666667;
  color: white;
}
.global-banner .global-banner-list .global-banner-list__lead::before {
  position: absolute;
  top: 50%;
  right: 3.7333333333vw;
  width: 1.6vw;
  height: 2.9333333333vw;
  content: "";
  background: url(/r23res/image/common/icon_arrow_white.svg) center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .global-banner .global-banner-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 32px;
  }
  .global-banner .global-banner-list .global-banner-list__link {
    height: 100%;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .global-banner .global-banner-list .global-banner-list__link:hover .global-banner-list__image::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .global-banner .global-banner-list .global-banner-list__lead {
    min-height: 40px;
    padding: 0 25px 0 15px;
    font-size: 0.875rem;
  }
  .global-banner .global-banner-list .global-banner-list__lead::before {
    right: 14px;
    width: 6px;
    height: 11px;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}