@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  color-scheme: dark light;
  -webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  overflow: visible;
  block-size: 0;
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 57px;
  }
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #2b8ab4;
}
:where(a):hover {
  text-decoration: none;
}

img {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 12px;
    width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .spv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcv {
    display: none;
  }
}
.bg-gray {
  background-color: #f7f7f7;
}

.slash {
  padding: 0 8px;
}
.slash:last-child {
  display: none;
}

.l-hoge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.l-hoge-item {
  width: calc((100% + 32px) / 3 - 32px);
}

@media screen and (min-width: 768px) {
  .section {
    padding: 64px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 64px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .section#search-section {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .section#search-section {
    padding: 32px 0 48px;
  }
}
@media screen and (min-width: 768px) {
  .section#search-section.formOpen {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .section#search-section.formOpen {
    padding: 32px 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .section-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-search-form {
  display: block;
}
@media screen and (min-width: 768px) {
  .section-search-form {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .section-search-form {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-search-accordion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
  }
  .section-search-accordion:has(.section-search-accordion-checkbox:checked) {
    height: auto;
  }
  .section-search-accordion:has(.section-search-accordion-checkbox:checked)::after {
    display: none;
  }
  .section-search-accordion::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background-image: linear-gradient(to top, #fff, transparent);
  }
}
.section-search-accordion-checkbox {
  display: none;
}
.section-search-accordion-btn {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .section-search-accordion-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-search-accordion-btn {
    text-align: center;
  }
}
.section-header {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-header {
    display: contents;
  }
}
.section-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-header-link {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-header-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
    margin-right: auto;
    text-align: center;
  }
}
.section-header-link::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-ttl {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .section-ttl {
    padding-bottom: 16px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-ttl {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.section-ttl + .section-txt {
  margin-top: 24px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-txt + .section-cases {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .section-cases + .section-cases {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .section-cases + .section-cases {
    margin-top: 80px;
  }
}

.btn-accordion, .btn-border-red-tiny, .btn-border-red-small, .btn-border-red-normal, .btn-border-secondary-small, .btn-border-secondary-normal, .btn-border-primary-small, .btn-border-primary-normal, .btn-border-dark-tiny, .btn-border-dark-small, .btn-border-dark-normal, .btn-white-small, .btn-white-normal, .btn-gray-tiny, .btn-gray-small, .btn-gray-normal, .btn-dark-tiny, .btn-dark-small, .btn-dark-normal, .btn-secondary-normal, .btn-primary-normal, .btn-primary-small, .btn-primary-large {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-accordion:hover, .btn-border-red-tiny:hover, .btn-border-red-small:hover, .btn-border-red-normal:hover, .btn-border-secondary-small:hover, .btn-border-secondary-normal:hover, .btn-border-primary-small:hover, .btn-border-primary-normal:hover, .btn-border-dark-tiny:hover, .btn-border-dark-small:hover, .btn-border-dark-normal:hover, .btn-white-small:hover, .btn-white-normal:hover, .btn-gray-tiny:hover, .btn-gray-small:hover, .btn-gray-normal:hover, .btn-dark-tiny:hover, .btn-dark-small:hover, .btn-dark-normal:hover, .btn-secondary-normal:hover, .btn-primary-normal:hover, .btn-primary-small:hover, .btn-primary-large:hover {
  opacity: 0.7;
}

.btn-primary-large {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .btn-primary-large {
    height: 104px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary-large {
    height: 80px;
    font-size: 16px;
  }
}
.btn-primary-large small {
  font-size: 12px;
}

.btn-border-red-normal, .btn-border-secondary-normal, .btn-border-primary-normal, .btn-border-dark-normal, .btn-white-normal, .btn-gray-normal, .btn-dark-normal, .btn-secondary-normal, .btn-primary-normal {
  height: 64px;
}
@media screen and (min-width: 768px) {
  .btn-border-red-normal, .btn-border-secondary-normal, .btn-border-primary-normal, .btn-border-dark-normal, .btn-white-normal, .btn-gray-normal, .btn-dark-normal, .btn-secondary-normal, .btn-primary-normal {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-border-red-normal, .btn-border-secondary-normal, .btn-border-primary-normal, .btn-border-dark-normal, .btn-white-normal, .btn-gray-normal, .btn-dark-normal, .btn-secondary-normal, .btn-primary-normal {
    font-size: 16px;
  }
}
.btn-border-red-normal small, .btn-border-secondary-normal small, .btn-border-primary-normal small, .btn-border-dark-normal small, .btn-white-normal small, .btn-gray-normal small, .btn-dark-normal small, .btn-secondary-normal small, .btn-primary-normal small {
  font-size: 12px;
}

.btn-accordion, .btn-border-red-small, .btn-border-secondary-small, .btn-border-primary-small, .btn-border-dark-small, .btn-white-small, .btn-gray-small, .btn-dark-small, .btn-primary-small {
  height: 48px;
}
@media screen and (min-width: 768px) {
  .btn-accordion, .btn-border-red-small, .btn-border-secondary-small, .btn-border-primary-small, .btn-border-dark-small, .btn-white-small, .btn-gray-small, .btn-dark-small, .btn-primary-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-accordion, .btn-border-red-small, .btn-border-secondary-small, .btn-border-primary-small, .btn-border-dark-small, .btn-white-small, .btn-gray-small, .btn-dark-small, .btn-primary-small {
    font-size: 14px;
  }
}

.btn-border-red-tiny, .btn-border-dark-tiny, .btn-gray-tiny, .btn-dark-tiny {
  height: 38px;
}
@media screen and (min-width: 768px) {
  .btn-border-red-tiny, .btn-border-dark-tiny, .btn-gray-tiny, .btn-dark-tiny {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-border-red-tiny, .btn-border-dark-tiny, .btn-gray-tiny, .btn-dark-tiny {
    font-size: 16px;
  }
}

.btn-primary-large {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.btn-primary-large.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 36px center;
}
@media screen and (min-width: 768px) {
  .btn-primary-large.arrow {
    background-size: 16px auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary-large.arrow {
    background-size: 11px auto;
  }
}
.btn-primary-large.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 36px center;
  background-size: 16px auto;
}
.btn-primary-large:hover {
  text-decoration: none;
}
.btn-primary-small {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.btn-primary-small.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-primary-small.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-primary-small:hover {
  text-decoration: none;
}
.btn-primary-normal {
  border: none;
  background-color: #2b8ab4;
  color: #fff;
}
.btn-primary-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-primary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-primary-normal:hover {
  text-decoration: none;
}
.btn-secondary-normal {
  background-color: #ef8100;
  color: #fff;
}
.btn-secondary-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-secondary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-secondary-normal:hover {
  text-decoration: none;
}
.btn-dark-normal {
  border: none;
  background-color: #1a1a1a;
  color: #fff;
}
.btn-dark-normal.f16 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn-dark-normal.wide {
    max-width: 380px;
  }
}
.btn-dark-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-dark-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-dark-normal[target=_blank] {
  background-image: url(../img/common/icon-blank-w.svg);
  background-position: right 20px center;
  background-size: 12px auto;
}
.btn-dark-normal:hover {
  text-decoration: none;
}
.btn-dark-small {
  border: none;
  background-color: #1a1a1a;
  color: #fff;
}
.btn-dark-small:disabled {
  background-color: #999;
  pointer-events: none;
}
.btn-dark-small:hover {
  text-decoration: none;
}
.btn-dark-tiny {
  background-color: #1a1a1a;
  color: #fff;
}
.btn-dark-tiny:disabled {
  background-color: #999;
  pointer-events: none;
}
.btn-dark-tiny:hover {
  text-decoration: none;
}
.btn-gray-normal {
  border: none;
  background-color: #666;
  color: #fff;
}
.btn-gray-normal.f16 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn-gray-normal.wide {
    max-width: 380px;
  }
}
.btn-gray-normal.arrow {
  background-image: url(../img/common/arrow-right-white.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-gray-normal.back-arrow {
  background-image: url(../img/common/arrow-left-white.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-gray-normal[target=_blank] {
  background-image: url(../img/common/icon-blank-w.svg);
  background-position: right 20px center;
  background-size: 12px auto;
}
.btn-gray-normal:hover {
  text-decoration: none;
}
.btn-gray-small {
  border: none;
  background-color: #666;
  color: #fff;
}
.btn-gray-small:disabled {
  background-color: #999;
  pointer-events: none;
}
.btn-gray-small:hover {
  text-decoration: none;
}
.btn-gray-tiny {
  background-color: #666;
  color: #fff;
}
.btn-gray-tiny:disabled {
  background-color: #999;
  pointer-events: none;
}
.btn-gray-tiny:hover {
  text-decoration: none;
}
.btn-white-normal {
  background-color: #fff;
  color: #1a1a1a;
}
.btn-white-normal.arrow {
  background-image: url(../img/common/arrow-right-dark.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-white-normal.back-arrow {
  background-image: url(../img/common/arrow-left-dark.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-white-normal:hover {
  text-decoration: none;
}
.btn-white-small {
  background-color: #fff;
  color: #1a1a1a;
}
.btn-white-small:hover {
  text-decoration: none;
}
.btn-border-dark-normal {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}
.btn-border-dark-normal.arrow {
  background-image: url(../img/common/arrow-right-dark.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-dark-normal.back-arrow {
  background-image: url(../img/common/arrow-left-dark.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-border-dark-normal:hover {
  text-decoration: none;
}
.btn-border-dark-small {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}
.btn-border-dark-small.add {
  background-image: url(../img/common/icon-plus-dark.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}
.btn-border-dark-small:hover {
  text-decoration: none;
}
.btn-border-dark-tiny {
  border: 1px solid #1a1a1a;
  background-color: #fff;
  color: #1a1a1a;
}
.btn-border-dark-tiny:hover {
  text-decoration: none;
}
.btn-border-primary-normal {
  border: 1px solid #2b8ab4;
  background-color: #fff;
  color: #2b8ab4;
}
.btn-border-primary-normal.arrow {
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-primary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-primary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-border-primary-normal:hover {
  text-decoration: none;
}
.btn-border-primary-small {
  border: 1px solid #2b8ab4;
  background-color: #fff;
  color: #2b8ab4;
}
.btn-border-primary-small.add {
  background-image: url(../img/common/icon-plus-primary.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}
.btn-border-primary-small.arrow {
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-primary-small.back-arrow {
  background-image: url(../img/common/arrow-left-primary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-border-primary-small:hover {
  text-decoration: none;
}
.btn-border-secondary-normal {
  border: 1px solid #ef8100;
  background-color: #fff;
  color: #ef8100;
}
.btn-border-secondary-normal.arrow {
  background-image: url(../img/common/arrow-right-secondary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-secondary-normal.back-arrow {
  background-image: url(../img/common/arrow-left-secondary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-border-secondary-normal:hover {
  text-decoration: none;
}
.btn-border-secondary-small {
  border: 1px solid #ef8100;
  background-color: #fff;
  color: #ef8100;
}
.btn-border-secondary-small.add {
  background-image: url(../img/common/icon-plus-secondary.svg);
  background-position: right 16px center;
  background-size: 11px auto;
}
.btn-border-secondary-small.arrow {
  background-image: url(../img/common/arrow-right-secondary.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-secondary-small.back-arrow {
  background-image: url(../img/common/arrow-left-secondary.svg);
  background-position: left 16px center;
  background-size: 14px auto;
}
.btn-border-secondary-small:hover {
  text-decoration: none;
}
.btn-border-red-normal {
  border: 1px solid #d6082e;
  background-color: #fff;
  color: #2b8ab4;
}
.btn-border-red-normal.arrow {
  background-image: url(../img/common/arrow-right-red.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-red-normal:hover {
  text-decoration: none;
}
.btn-border-red-small {
  border: 1px solid #2b8ab4;
  background-color: #fff;
  color: #2b8ab4;
}
.btn-border-red-small.arrow {
  background-image: url(../img/common/arrow-right-red.svg);
  background-position: right 16px center;
  background-size: 14px auto;
}
.btn-border-red-small:hover {
  text-decoration: none;
}
.btn-border-red-tiny {
  border: 1px solid #d6082e;
  background-color: #fff;
  color: #d6082e;
}
.btn-border-red-tiny.arrow2 {
  background-image: url(../img/common/arrow2-right-red.svg);
  background-position: right 10px center;
  background-size: 6px auto;
}
.btn-border-red-tiny.moveOut {
  position: relative;
}
.btn-border-red-tiny.moveOut::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 8px;
  display: block;
  margin: auto;
  height: 20px;
  aspect-ratio: 1;
  background-image: url(../img/common/icon-move-out.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-border-red-tiny:disabled {
  background-color: #999;
  pointer-events: none;
}
.btn-border-red-tiny:hover {
  text-decoration: none;
}
.btn-accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  max-width: 160px;
  border: 1px solid #2b8ab4;
  border-radius: 100px;
  background-color: #fff;
  color: #2b8ab4;
}
body:has(.section-search-accordion-checkbox:checked) .btn-accordion-text {
  display: none;
}
body:has(.section-search-accordion-checkbox:checked) .btn-accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:has(.section-search-accordion-checkbox:checked) .btn-accordion::before {
  content: attr(data-close);
}
.btn-accordion::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #2b8ab4;
  border-bottom: 1px solid #2b8ab4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body:has(.section-search-accordion-checkbox:checked) .btn-accordion::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.btn-accordion:hover {
  text-decoration: none;
}

.breadcrumb ol {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 0 0;
}
.breadcrumb ol li {
  list-style: none;
  font-size: 14px;
}
.archive .breadcrumb ol li:nth-last-of-type(2) {
  display: none;
}
.archive.category .breadcrumb ol li:nth-last-of-type(2) {
  display: block;
}
.archive .breadcrumb ol li:nth-last-of-type(3) {
  display: none;
}
.archive.category .breadcrumb ol li:nth-last-of-type(3) {
  display: block;
}
.topMv .breadcrumb ol li {
  color: #fff;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}
.typeMv .breadcrumb ol li {
  color: #fff;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}
.breadcrumb ol li a {
  color: inherit;
  pointer-events: auto;
}

.article {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.article:hover {
  opacity: 0.7;
}
.type01 .article-img img {
  width: 100%;
  aspect-ratio: 306/204;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .type02 .article-img img {
    max-height: 270px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .type02 .article-img img {
    aspect-ratio: 335/120;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.type03 .article-img img {
  width: 100%;
  aspect-ratio: 235/100;
  -o-object-fit: cover;
     object-fit: cover;
}
.type04 .article-img img {
  width: 100%;
  aspect-ratio: 306/204;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-ttl {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .type01 .article-ttl {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .type01 .article-ttl {
    margin-top: 6px;
    font-size: 18px;
  }
}
.type02 .article-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .type02 .article-ttl {
    margin-top: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .type02 .article-ttl {
    margin-top: 6px;
    font-size: 16px;
  }
}
.type02 .article-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .type02 .article-ttl::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .type02 .article-ttl::after {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .type03 .article-ttl {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .type03 .article-ttl {
    margin-top: 2px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .type04 .article-ttl {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .type04 .article-ttl {
    margin-top: 6px;
    font-size: 16px;
  }
}
.article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .type04 .article-data {
    display: block;
  }
}
.article-data + .article-data {
  margin-top: 8px;
}
.article-data-ttl {
  min-width: 64px;
  color: #444;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .type04 .article-data-ttl {
    margin-bottom: 2px;
  }
}
.article-data-body {
  color: #888;
  font-weight: 400;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.input-error-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #d6082e;
  font-size: 14px;
}
.input-error-txt::before {
  content: "";
  display: block;
  margin-top: 0.5em;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-important.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.input-txt {
  position: relative;
}
.input-txt.error input {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-txt input {
  padding: 0 12px;
  width: 100%;
  height: 48px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
}
.input-txt input:disabled {
  background-color: #aaa;
  pointer-events: none !important;
}
.input-txt input:disabled + .flatpickr-input {
  background-color: #aaa;
  pointer-events: none !important;
}
.input-txt input[size] {
  max-width: 100%;
  width: auto;
}
.input-radio {
  position: relative;
}
.input-radio + .input-radio {
  margin-top: 12px;
}
.input-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.input-radio input:checked {
  border-color: #2b8ab4;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 4px #2b8ab4;
          box-shadow: inset 0 0 0 4px #2b8ab4;
}
.input-radio input:disabled {
  background-color: #aaa;
}
.input-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px 0 36px;
  min-height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
:checked + .input-radio label {
  border-color: #2b8ab4;
}
:disabled + .input-radio label {
  background-color: #aaa;
  color: #fff;
}
.input-checkbox {
  position: relative;
}
.input-checkbox + .input-checkbox {
  margin-top: 12px;
}
.input-checkbox.error input {
  border-color: #d6082e;
  background-color: #d6082e;
}
.input-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #b0b0b0;
  border-radius: 2px;
  background: #fff;
  background-image: url(../img/common/icon-checked.svg);
  background-position: center top 4px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-checkbox input:checked {
  border-color: #2b8ab4;
  background-color: #2b8ab4;
}
.input-checkbox input:disabled {
  background-color: #aaa;
}
.input-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px 0 32px;
  min-height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
:checked + .input-checkbox-label {
  border-color: #2b8ab4;
}
:disabled + .input-checkbox-label {
  background-color: #aaa;
  color: #fff;
}
.error > .input-checkbox-label {
  color: #d6082e;
}
.input-select.error select {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 0 32px 0 12px;
  width: 100%;
  width: 100%;
  height: 48px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  background-image: url(../img/common/arrow-select.svg);
  background-position: right 12px center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  font-size: 16px;
}
.input-select select:disabled {
  background-color: #aaa;
}
.input-textarea.error textarea {
  border-color: #d6082e;
  background-color: rgba(214, 8, 46, 0.05);
}
.input-textarea textarea {
  display: block;
  padding: 16px 12px;
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
}
.input-textarea textarea:disabled {
  background-color: #aaa;
}
.input-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.input-toggle input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 52px;
  height: 24px;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-toggle input::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1a1a1a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.input-toggle input:checked {
  border-color: #2b8ab4;
  background-color: #2b8ab4;
  opacity: 1;
}
.input-toggle input:checked::after {
  left: 28px;
  background-color: #fff;
}
.input-toggle label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .casesHeeder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .casesHeeder {
    display: contents;
  }
}
.casesHeeder-ttl {
  font-weight: 700;
  font-size: 20px;
}
.casesHeeder-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .casesHeeder-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 16px;
    margin-right: auto;
    text-align: center;
  }
}
.casesHeeder-link::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.search {
  background-color: #ededed;
}
@media screen and (min-width: 768px) {
  .search {
    padding: 64px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .search {
    padding: 64px 0 80px;
  }
}
.search:empty {
  display: none;
}
.search-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border: 1px solid #2b8ab4;
  border-radius: 4px;
  background-color: #fff;
  color: #2b8ab4;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #2b8ab4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #2b8ab4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.formOpen .search-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-toggle:hover {
  background-color: #2b8ab4;
  color: #fff;
}
.search-toggle:hover::before {
  background-color: #fff;
}
.search-toggle:hover::after {
  background-color: #fff;
}
.search-results-none {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.search-results-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.search-results-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}
.search-results-num-small {
  font-size: 16px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
.pagination .prev {
  position: relative;
  width: 32px;
}
.pagination .prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination .next {
  position: relative;
  width: 32px;
}
.pagination .next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination span {
  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;
  padding: 0 4px;
  min-width: 32px;
  height: 32px;
  border-radius: 3px;
}
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4px;
  min-width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #2b8ab4;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination a:hover {
  opacity: 0.7;
}

.topMv {
  position: relative;
  display: block;
  background-image: url(../img/top/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .topMv {
    padding-top: 115px;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .topMv {
    padding-top: 84px;
    background-position: center;
  }
}
.topMv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .topMv::after {
    top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .topMv::after {
    top: 84px;
  }
}
.topMv-contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .topMv-contents {
    height: 285px;
  }
}
@media screen and (max-width: 767px) {
  .topMv-contents {
    height: 196px;
  }
}
.topMv-contents-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  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;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .topMv-contents-ttl {
    width: 540px;
    height: 100px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .topMv-contents-ttl {
    width: 240px;
    height: 60px;
    font-size: 20px;
  }
}

.typeMv {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .typeMv {
    padding-top: 115px;
    background-position: center;
  }
  .typeMv .inner {
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .typeMv {
    padding-top: 84px;
    background-position: center;
  }
}
.typeMv::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .typeMv::after {
    top: 115px;
  }
}
@media screen and (max-width: 767px) {
  .typeMv::after {
    top: 84px;
  }
}
.typeMv-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.typeMv-img:hover {
  opacity: 0.7;
}
.typeMv-img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.typeMv-contents {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .typeMv-contents {
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .typeMv-contents {
    aspect-ratio: 1;
  }
}
.typeMv-contents-ttl {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .typeMv-contents-ttl {
    margin-top: 24px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .typeMv-contents-ttl {
    margin-top: 32px;
    font-size: 20px;
  }
}
.typeMv-pickup {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .typeMv-pickup {
    position: absolute;
    right: 0;
    bottom: 32px;
    left: 0;
    margin: auto;
    padding: 54px 24px 24px;
    width: 508px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateX(-248px);
            transform: translateX(-248px);
    pointer-events: none;
  }
  .typeMv-pickup:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .typeMv-pickup {
    position: relative;
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
}
.typeMv-pickup-shoulder {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 8px;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .typeMv-pickup-shoulder {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .typeMv-pickup-shoulder {
    top: -15px;
  }
}
.typeMv-pickup-ttl {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
}
.typeMv-pickup-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.typeMv-pickup-data + .typeMv-pickup-data {
  margin-top: 8px;
}
.typeMv-pickup-data-ttl {
  min-width: 48px;
  color: #444;
  font-size: 14px;
}
.typeMv-pickup-data-body {
  color: #888;
  font-size: 14px;
}
.typeMv-pickup-data-body-slash {
  padding-inline: 8px;
}
.typeMv-pickup-data-body-slash:last-child {
  display: none;
}
.typeMv-pickup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .typeMv-pickup-link {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .typeMv-pickup-link {
    margin-top: 24px;
  }
}
.typeMv-pickup-link::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/arrow-right-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .otherType {
    padding: 64px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .otherType {
    padding: 48px 0 80px;
  }
}
.otherType-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .otherType-list {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .otherType-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .otherType-list-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .otherType-list-item {
    width: 100%;
  }
}

.detailMv {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .detailMv {
    padding-top: 115px;
    padding-bottom: 64px;
  }
  .detailMv .inner {
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .detailMv {
    padding-top: 84px;
    padding-bottom: 48px;
  }
}
.detailMv-contents-img {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detailMv-contents-img {
    margin-inline: -20px;
  }
}
.detailMv-contents-img img {
  margin: auto;
}
.detailMv-contents-ttl {
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .detailMv-contents-ttl {
    margin-top: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .detailMv-contents-ttl {
    margin-top: 24px;
    font-size: 22px;
  }
}
.detailMv-contents-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.detailMv-contents-meta-item {
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
}
.detailMv-contents-meta-item:not(:first-child) {
  border-left: 1px solid #ddd;
}
.detailMv-contents-bottom {
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .detailMv-contents-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .detailMv-contents-bottom {
    margin-top: 32px;
  }
}
.detailMv-contents-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .detailMv-contents-sns {
    gap: 20px;
    min-width: 268px;
    width: 268px;
  }
}
@media screen and (max-width: 767px) {
  .detailMv-contents-sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto 0;
    max-width: 268px;
  }
}
.detailMv-contents-sns-item {
  position: relative;
  width: 28px;
  cursor: pointer;
}
.detailMv-contents-sns-item .success-msg {
  position: absolute;
  top: -40px;
  right: 0;
  display: none;
  margin: auto;
  padding: 8px;
  border-radius: 5px;
  background-color: #2b8ab4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}
.detailMv-contents-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  color: #888;
  font-size: 14px;
  line-height: 1.4;
}
.detailMv-contents-data-item {
  display: inline-block;
  color: inherit;
}
.detailMv-contents-data-item-slash {
  padding-inline: 8px;
}
.detailMv-contents-data-item-slash:last-child {
  display: none;
}

.detailContents-message {
  margin: 0 auto;
  margin-bottom: 64px;
  max-width: 800px;
}
.detailContents-message-txt {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .detailContents-message-txt {
    overflow-y: hidden;
    height: 116px;
  }
  .message-open .detailContents-message-txt {
    overflow-y: visible;
    height: auto;
  }
  .message-open .detailContents-message-txt:after {
    content: none;
  }
  .detailContents-message-txt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 90%);
    pointer-events: none;
  }
}
.detailContents-message-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: auto;
  border: none;
  background-color: transparent;
  color: #2b8ab4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .detailContents-message-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-message-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .message-open .detailContents-message-btn {
    display: none;
  }
}
.detailContents-message-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../img/icons/icon-plus.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.detailContents-article {
  margin: 0 auto;
  padding-bottom: 96px;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .detailContents-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-section.order-data {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0 !important;
    margin-bottom: 64px;
  }
}
.detailContents-article-section + .detailContents-article-section {
  margin-top: 64px;
}
.detailContents-article-ttl {
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .detailContents-article-ttl {
    padding-bottom: 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-ttl {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.detailContents-article-movie {
  margin-top: 24px;
}
.detailContents-article-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.detailContents-article-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .detailContents-article-data {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-data {
    margin-top: 16px;
  }
}
.detailContents-article-data-item {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .detailContents-article-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    width: calc((100% + 4px) / 3 - 4px);
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-data-item {
    padding: 8px;
    width: calc((100% + 4px) / 2 - 4px);
    text-align: center;
  }
}
.detailContents-article-data-item-ttl {
  color: #2b8ab4;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detailContents-article-data-item-ttl {
    min-width: 110px;
  }
}
.detailContents-article-data-item-body {
  font-size: 14px;
  line-height: 1.4;
}
.detailContents-article-data-item-body-slash {
  padding-inline: 8px;
}
.detailContents-article-data-item-body-slash:last-child {
  display: none;
}
.detailContents-article-plan {
  position: relative;
}
@media screen and (min-width: 768px) {
  .detailContents-article-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 112px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-plan {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .detailContents-article-plan-item {
    width: calc((100% + 112px) / 2 - 112px);
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-plan-item + .detailContents-article-plan-item {
    margin-top: 32px;
  }
}
.detailContents-article-plan-item:nth-child(2)::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .detailContents-article-plan-item:nth-child(2)::before {
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 12px 0 12px 32px;
    border-color: transparent transparent transparent #333;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-plan-item:nth-child(2)::before {
    margin: 32px auto;
    border-width: 18px 19px 0 19px;
    border-color: #333 transparent transparent transparent;
  }
}
.detailContents-article-plan-item-ttl {
  margin-bottom: 20px;
  color: #666;
  text-align: center;
  font-size: 14px;
}
.detailContents-article-plan-item-ttl::after {
  content: "";
  display: block;
  margin: 4px auto 0;
  width: 20px;
  height: 1px;
  background-color: #666;
}
.detailContents-article-plan-item-img img {
  margin: 0 auto;
}
.detailContents-article-part + .detailContents-article-part {
  margin-top: 48px;
}
.detailContents-article-part-txt {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-txt {
    align-self: start;
    grid-area: 1/1/2/3;
  }
  .detailContents-article-part-before + .detailContents-article-part-header-body .detailContents-article-part-txt {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 768px) {
  .detailContents-article-ttl + .detailContents-article-part .detailContents-article-part-txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-ttl + .detailContents-article-part .detailContents-article-part-txt {
    grid-area: 1/1/2/3;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-data {
    align-self: start;
    grid-area: 2/1/3/3;
  }
  .detailContents-article-part-before + .detailContents-article-part-header-body .detailContents-article-part-data {
    grid-area: 2/1/3/2;
  }
}
.detailContents-article-part-data-ttl {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}
.detailContents-article-part-data-body {
  font-size: 14px;
  line-height: 1.4;
}
.detailContents-article-part-note {
  position: relative;
  padding-left: 1em;
  color: #888;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-note {
    align-self: start;
    grid-area: 3/1/4/3;
    margin-top: 8px;
    font-size: 12px;
  }
  .detailContents-article-part-before + .detailContents-article-part-header-body .detailContents-article-part-note {
    grid-area: 3/1/4/2;
  }
}
.detailContents-article-part-note::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-header {
    display: grid;
    grid-template-columns: 2 auto;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
    grid-template-rows: max-content max-content 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0;
  }
}
.detailContents-article-part-header-body {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-header-body {
    display: contents;
  }
}
.detailContents-article-part-before {
  position: relative;
  margin-bottom: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-before {
    margin-top: -2px;
    padding-top: 1px;
    min-width: 232px;
    width: 232px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-before {
    grid-area: 1/2/4/3;
    margin-left: auto;
    max-width: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-ttl + .detailContents-article-part .detailContents-article-part-before {
    grid-area: 2/2/4/3;
  }
}
.detailContents-article-part-before img {
  margin-left: auto;
  width: 160px;
}
.detailContents-article-part-before-cap {
  position: absolute;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .detailContents-article-part-before-cap {
    bottom: 0;
    left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-part-before-cap {
    bottom: 2px;
    left: 2px;
    color: #fff;
    font-size: 12px;
  }
}
.detailContents-article-part-img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .detailContents-article-interview {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-interview {
    margin-top: 16px;
  }
}
.detailContents-article-interview-item {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .detailContents-article-interview-item {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-interview-item {
    padding: 20px;
  }
}
.detailContents-article-interview-item + .detailContents-article-interview-item {
  margin-top: 16px;
}
.detailContents-article-interview-item-ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detailContents-article-interview-item-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-interview-item-ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .detailContents-article-interview-item-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detailContents-article-interview-item-body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.page404-message {
  margin-bottom: 32px;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page404-message {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page404-message {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page404-contents {
    padding: 64px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .page404-contents {
    padding: 64px 0 80px;
  }
}
.page404-list {
  margin-bottom: 16px;
  padding-left: 1.5em;
}
.page404-list-item {
  list-style-type: disc;
}

.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .is_scrolled .globalHeader {
    top: -24px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader .inner {
    padding: 0 20px;
  }
}
.globalHeader-top {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  z-index: 101;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .globalHeader-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-top {
    display: none;
  }
}
.globalHeader-top-txt {
  font-weight: normal;
  font-size: 12px;
}
.globalHeader * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalHeader img {
  display: block;
  max-width: 100%;
}
.globalHeader-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .globalHeader-contents {
    padding-top: 20px;
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-contents {
    display: block;
    padding: 10px 0;
  }
}
.globalHeader-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .globalHeader-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-logo {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding-bottom: 5px;
    max-width: calc(100% - 80px);
    width: auto;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is_scrolled .globalHeader-logo {
    padding-bottom: 0;
  }
}
.globalHeader-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .globalHeader-logo-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0.25em;
    width: 172px;
    height: 37px;
    border-bottom: 1px solid #ddd;
    background-size: 100% auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is_scrolled .globalHeader-logo-link {
    margin: 0;
    border-bottom: 0;
  }
}
.globalHeader-logo-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.globalHeader-logo-txt {
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .globalHeader-logo-txt {
    position: absolute;
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-logo-txt {
    position: relative;
    display: block;
    width: 96vw;
    white-space: normal;
    font-size: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is_scrolled .globalHeader-logo-txt {
    overflow: hidden;
    height: 0;
  }
}
.globalHeader-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  padding: 0 5px;
  height: 30px;
  background-color: #4e4e4e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .globalHeader-link {
    display: none;
  }
}
.globalHeader-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.globalNavigation {
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .globalNavigation {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .is_scrolled .globalNavigation {
    top: 61px;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation {
    top: 0;
    z-index: 600;
    overflow-y: auto;
    padding-bottom: 32px;
    height: 100dvh;
  }
  .globalNavigation .inner {
    padding: 0 20px;
  }
}
.globalNavigation-dialog {
  border: none;
  background-color: transparent;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .globalNavigation-dialog {
    display: contents;
  }
}
.globalNavigation-dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.globalNavigation-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.globalNavigation .icon-open_new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/icon-blank-w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.globalNavigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalNavigation img {
  display: block;
  max-width: 100%;
}
.globalNavigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .globalNavigation-list {
    position: relative;
    display: block;
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
  }
}
.globalNavigation-list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .globalNavigation-list-item.about {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-list-item {
    border-bottom: solid 1px #c2c2c2;
  }
  .globalNavigation-list-item:last-child {
    border-bottom: 0;
  }
}
.globalNavigation-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .globalNavigation-list-item-link {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-list-item-link {
    padding: 16px 0;
    text-align: left;
  }
}
:first-child > .globalNavigation-list-item-link::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #6c6c6c;
}
@media screen and (min-width: 768px) {
  :first-child > .globalNavigation-list-item-link::before {
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-list-item-link::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #6c6c6c;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-list-item-link::after {
    content: "";
    display: inline-block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translateY(-2px) rotate(-135deg);
            transform: translateY(-2px) rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .is_submenu_open .globalNavigation-list-item-link::after {
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-list-item-link:hover {
    background-color: #4a4a4a;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .dlink .globalNavigation-list-item-link::after {
    content: "◇";
    width: auto;
    height: auto;
    border: none;
    -webkit-transform: none;
            transform: none;
  }
}
.globalNavigation-sublist {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  :not(.about) > .globalNavigation-sublist {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-sublist {
    position: relative;
    display: none;
    border-top: solid 1px #c2c2c2;
  }
}
@media screen and (min-width: 768px) {
  .is_submenu_open .globalNavigation-sublist {
    position: absolute;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .is_submenu_open .globalNavigation-sublist {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .is_submenu_open.about .globalNavigation-sublist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 342px;
  }
}
:not(.about) > .globalNavigation-sublist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
:not(.about) > .globalNavigation-sublist::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.globalNavigation-sublist-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .about .globalNavigation-sublist-item {
    -webkit-box-flex: auto;
        -ms-flex-positive: auto;
            flex-grow: auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-sublist-item {
    border-bottom: solid 1px #c2c2c2;
  }
  .globalNavigation-sublist-item:last-child {
    border-bottom: 0;
  }
}
.globalNavigation-sublist-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .globalNavigation-sublist-item-link {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-sublist-item-link {
    padding: 16px 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  :first-child > .globalNavigation-sublist-item-link::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #6c6c6c;
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-sublist-item-link::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #6c6c6c;
  }
  .about .globalNavigation-sublist-item:nth-child(2n) > .globalNavigation-sublist-item-link::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-sublist-item-link::after {
    content: "◇";
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-sublist-item-link:hover {
    background-color: #4a4a4a;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 18px;
    left: 12px;
    z-index: 2;
    display: block;
    width: 27px;
    height: 18px;
    border: none;
    background: none;
  }
  .globalNavigation-btn i {
    position: absolute;
    left: 0;
    display: block;
    width: 27px;
    height: 2px;
    background-color: #3c3c3c;
  }
  .globalNavigation-btn i:nth-child(1) {
    top: 0;
  }
  .globalNavigation-btn i:nth-child(2) {
    top: 8px;
  }
  .globalNavigation-btn i:nth-child(3) {
    top: 16px;
  }
}
.globalNavigation-btn-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .globalNavigation-btn-close {
    display: none;
  }
}
.globalNavigation-btn-close i {
  position: absolute;
  top: 9px;
  left: -4px;
  display: block;
  width: 27px;
  height: 2px;
  background-color: #c2c2c2;
}
.globalNavigation-btn-close i:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.globalNavigation-btn-close i:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .globalNavigation-btn-tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-btn-tel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto;
    width: 165px;
    border: solid 1px #515151;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
  }
  .globalNavigation-btn-tel-small {
    display: block;
    padding: 10px 0 5px;
    font-size: 9px;
  }
  .globalNavigation-btn-tel-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .globalNavigation-btn-cv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .globalNavigation-btn-cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.globalNavigation-btn-cv-item {
  display: inline-block;
  overflow: hidden;
  width: 165px;
  height: 45px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3;
}
.globalNavigation-btn-cv-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 40px;
  width: 100%;
  height: 100%;
  background: 10px 12px no-repeat #fff;
  background-size: 21px auto;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.4) inset;
  color: #444;
  text-align: left;
  text-decoration: none;
}
:nth-child(1) > .globalNavigation-btn-cv-item-link {
  background-image: url(../img/common/fcv-icon05sp.png);
}
:nth-child(2) > .globalNavigation-btn-cv-item-link {
  background-image: url(../img/common/fcv-icon01sp.png);
}
:nth-child(3) > .globalNavigation-btn-cv-item-link {
  background-image: url(../img/common/fcv-icon03sp.png);
}
:nth-child(4) > .globalNavigation-btn-cv-item-link {
  padding: 10px;
  background-color: #6ea630;
  color: #fff;
}

.globalShoplist {
  background-color: #4a4a4a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .globalShoplist {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .globalShoplist {
    padding: 16px 0 0;
  }
  .globalShoplist .inner {
    padding: 0 20px;
  }
}
.globalShoplist * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  line-height: 2;
}
.globalShoplist-ttl {
  padding: 0 0 10px;
  border-bottom: solid 1px #757575;
}
@media screen and (min-width: 768px) {
  .globalShoplist-ttl {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .globalShoplist-ttl {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .globalShoplist-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px 16px;
  }
}
@media screen and (min-width: 768px) {
  .globalShoplist-list-item {
    width: calc((100% + 16px) / 4 - 16px);
  }
}
@media screen and (max-width: 767px) {
  .globalShoplist-list-item {
    border-bottom: solid 1px #727272;
  }
}
@media screen and (min-width: 768px) {
  .globalShoplist-list-item-ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .globalShoplist-list-item-ttl {
    position: relative;
    padding: 16px 0;
    font-size: 14px;
  }
  .globalShoplist-list-item-ttl::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 16px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.globalShoplist-list-item-ttl::before {
  content: "■";
  margin-right: 0.35em;
}
@media screen and (max-width: 767px) {
  .globalShoplist-list-item-shops {
    display: none;
    padding-bottom: 16px;
  }
  .globalShoplist-list-item-shops.is_open {
    display: block;
  }
}
.globalShoplist-list-item-shops-item + .globalShoplist-list-item-shops-item {
  margin-top: 5px;
}
.globalShoplist-list-item-shops-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
.globalShoplist-list-item-shops-item-link:hover {
  text-decoration: underline;
}
.globalShoplist-list-item-shops-item-link::before {
  content: ">";
}

.top-shoplist .globalShoplist {
  background-color: #fff !important;
  color: #000 !important;
}

.top-shoplist .globalShoplist ul li a {
  color: #000 !important;
}

.casesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .casesList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .casesList {
    overflow-x: auto;
    gap: 24px;
    margin-top: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .casesList-item {
    width: calc((100% + 40px) / 3 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .casesList-item {
    min-width: 270px;
    width: 270px;
  }
}

.otherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .otherList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .otherList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .otherList-item {
    width: calc((100% + 20px) / 4 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .otherList-item {
    width: calc((100% + 16px) / 2 - 16px);
  }
}

.commonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .commonList {
    gap: 40px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .commonList {
    gap: 20px 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .commonList-item {
    width: calc((100% + 40px) / 3 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .commonList-item {
    width: calc((100% + 16px) / 2 - 16px);
  }
}

.relationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .relationList {
    gap: 40px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .relationList {
    gap: 20px 16px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .relationList-item {
    width: calc((100% + 40px) / 3 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .relationList-item {
    width: calc((100% + 16px) / 2 - 16px);
  }
}

.searchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .searchList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .searchList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
}
.searchList-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.searchList-submit [class^=btn] {
  max-width: 180px;
}
.searchList-section-ttl {
  font-weight: 700;
  font-size: 14px;
}
.searchList-section + .searchList-section {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .searchList-col4 .searchList-item {
    width: calc((100% + 8px) / 4 - 8px);
  }
}
@media screen and (max-width: 767px) {
  .searchList-col4 .searchList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
@media screen and (min-width: 768px) {
  .searchList-col5 .searchList-item {
    width: calc((100% + 8px) / 5 - 8px);
  }
}
@media screen and (max-width: 767px) {
  .searchList-col5 .searchList-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}

@media screen and (min-width: 768px) {
  .bottomCv {
    padding: 64px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .bottomCv {
    padding: 48px 0 80px;
  }
}
.bottomCv-txt {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #444;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bottomCv-txt {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bottomCv-txt {
    padding: 0 20px;
    font-size: 14px;
  }
}
.bottomCv-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 1.15em;
  background-color: #444;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.bottomCv-txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1.15em;
  background-color: #444;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.bottomCv-btn {
  margin-top: 12px;
  text-align: center;
}
.bottomCv-back {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bottomCv-back {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bottomCv-back {
    margin-top: 48px;
  }
}
.bottomCv-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
}
.bottomCv-back-link::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../img/common/arrow-left-primary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.globalFooter {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .globalFooter {
    padding: 60px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter {
    padding: 40px 0 30px;
  }
  .globalFooter .inner {
    padding: 0 20px;
  }
}
.globalFooter * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.globalFooter img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .globalFooter-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents-logo {
    margin-bottom: 60px;
    width: 133px;
  }
}
.globalFooter-contents-logo-link {
  display: block;
}
.globalFooter-contents-menu {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .globalFooter-contents-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .globalFooter-contents-menu-security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    padding-right: 40px;
    height: 50px;
    border-right: solid 1px #dfdfdf;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents-menu-security {
    position: absolute;
    top: 0;
    right: 15px;
    float: none;
    padding-right: 0;
  }
}
.globalFooter-contents-menu-security a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .globalFooter-contents-menu-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    padding-right: 40px;
    height: 50px;
    border-right: solid 1px #dfdfdf;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents-menu-privacy {
    position: absolute;
    top: 35px;
    right: 40px;
    float: none;
    padding-right: 0;
  }
}
.globalFooter-contents-menu-privacy a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .globalFooter-contents-menu-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents-menu-sns {
    margin-bottom: 16px;
    padding: 24px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
}
.globalFooter-contents-menu-sns-ttl {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .globalFooter-contents-menu-sns-ttl {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-contents-menu-sns-ttl {
    margin-bottom: 24px;
  }
}
.globalFooter-contents-menu-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.globalFooter-contents-menu-sns-list-item {
  display: block;
  width: 65px;
  text-align: center;
}
.globalFooter-contents-menu-sns-list-item img {
  display: block;
  margin: auto;
  width: 28px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.globalFooter-contents-menu-sns-list-item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.globalFooter-business {
  text-align: right;
}
.globalFooter-business a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
.globalFooter-copy {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 10px;
  font-family: serif;
}
.globalFooter-totop {
  position: fixed;
  right: max(50% - 560px, 0px);
  bottom: 16px;
  z-index: 510;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .globalFooter-totop {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-totop {
    bottom: 100px;
  }
}
.globalFooter-totop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(33, 33, 33, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  line-height: 70px;
  cursor: pointer;
}
.globalFooter-totop a:hover {
  text-decoration: none;
}

.footerCv {
  bottom: 0;
  left: 0;
  z-index: 500;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footerCv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .footerCv {
    position: sticky;
    padding: 10px 0;
    background-color: #e2e2e2;
  }
  .footerCv .inner {
    padding: 0 20px;
  }
}
.footerCv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footerCv img {
  display: block;
  max-width: 100%;
}
.footerCv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerCv-list-item {
  width: 355px;
  height: 66px;
  font-size: 11px;
  line-height: 1;
}
.footerCv-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 66px;
  background-color: #3d3d3d;
  color: #3d3d3d;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footerCv-list-item-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .fcv02 .footerCv-list-item-link {
    pointer-events: none;
  }
}
.footerCv-list-item-link:before {
  content: "";
  min-height: 66px;
  width: 69px;
  background-position: center center;
  background-repeat: no-repeat;
}
.fcv02 .footerCv-list-item-link:before {
  background-image: url("../img/common/icon_phone-call.svg");
  background-size: 30px 31px;
}
.fcv04 .footerCv-list-item-link:before {
  background-image: url("../img/common/icom_maintenance.svg");
  background-size: 30px 30px;
}
.footerCv-list-item-link-num {
  display: inline-block;
  margin: 5px 0 5px 0;
  font-style: normal;
  font-size: 22px;
}
.footerCv-list-item-link-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 16px;
  min-width: 285px;
  border: 1px solid #707070;
  background-color: #fff;
}
.footerCv-list-item-link-txt {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #3d3d3d;
  text-align: center;
}
.footerCv-list-item-link-small {
  font-size: 14px;
}
.footerCv-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footerCv-side {
    position: fixed;
    top: 50vh;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .footerCv-side {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerCv-side-item {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.footerCv-side-item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .footerCv-side-item-link {
    display: block;
    padding: 0.5em 0.75em 0;
    border-radius: 8px 0 0 8px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footerCv-side-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.3em 0.6em;
    border-radius: 5px;
    font-size: 3vw;
  }
}
.footerCv-side-item-link:hover {
  background-color: #fff;
  text-decoration: none;
}
.fcv01 .footerCv-side-item-link {
  border-color: #ff8d1a;
  background-color: #ff8d1a;
}
@media screen and (min-width: 768px) {
  .fcv01 .footerCv-side-item-link {
    padding-bottom: 94px;
    height: 240px;
  }
}
.fcv01 .footerCv-side-item-link:hover {
  color: #ff8d1a;
  text-decoration: none;
}
.fcv03 .footerCv-side-item-link {
  border-color: #377fc6;
  background-color: #377fc6;
}
@media screen and (min-width: 768px) {
  .fcv03 .footerCv-side-item-link {
    padding-bottom: 84px;
    height: 270px;
  }
}
.fcv03 .footerCv-side-item-link:hover {
  color: #377fc6;
  text-decoration: none;
}
.footerCv-side-item-link::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fcv01 .footerCv-side-item-link::after {
  bottom: 0;
  background-image: url("../img/common/magazine@2x.png");
}
@media screen and (min-width: 768px) {
  .fcv01 .footerCv-side-item-link::after {
    width: 95px;
    height: 94px;
  }
  .fcv01 .footerCv-side-item-link::after:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .fcv01 .footerCv-side-item-link::after {
    right: 0;
    width: 18.66667vw;
    height: 14.13333vw;
  }
}
.fcv03 .footerCv-side-item-link::after {
  bottom: 5px;
  background-image: url("../img/common/man.svg");
}
@media screen and (min-width: 768px) {
  .fcv03 .footerCv-side-item-link::after {
    width: 77px;
    height: 79px;
  }
  .fcv03 .footerCv-side-item-link::after:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .fcv03 .footerCv-side-item-link::after {
    right: 0.53vw;
    width: 11.466667vw;
    height: 11.466667vw;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}