@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
body {
  overflow-x: hidden !important;
}

/* s5 reset */
.s5-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s5-breadcrumbs {
  background: #fff;
  padding: 10px 30px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.s5-breadcrumbs > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    padding: 25px 20px 15px;
    margin: 0;
  }
}
.s5-frontLoginContainer {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
}

body {
  background: #fff;
  color: #2f353d;
  font-family: メイリオ, Meiryo, Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.os {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  /*
  html5doctor.com Reset Stylesheet
  v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  /* 独自リセット */
  /*
  shared style
  */
  /* utility */
}
.os div,
.os span,
.os object,
.os iframe,
.os h1,
.os h2,
.os h3,
.os h4,
.os h5,
.os h6,
.os p,
.os blockquote,
.os pre,
.os abbr,
.os address,
.os cite,
.os code,
.os del,
.os dfn,
.os em,
.os img,
.os ins,
.os kbd,
.os q,
.os samp,
.os small,
.os strong,
.os sub,
.os sup,
.os var,
.os b,
.os i,
.os dl,
.os dt,
.os dd,
.os ol,
.os ul,
.os li,
.os fieldset,
.os form,
.os label,
.os legend,
.os table,
.os caption,
.os tbody,
.os tfoot,
.os thead,
.os tr,
.os th,
.os td,
.os article,
.os aside,
.os canvas,
.os details,
.os figcaption,
.os figure,
.os footer,
.os header,
.os hgroup,
.os menu,
.os nav,
.os section,
.os summary,
.os time,
.os mark,
.os audio,
.os video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
}
.os article,
.os aside,
.os details,
.os figcaption,
.os figure,
.os footer,
.os header,
.os hgroup,
.os menu,
.os nav,
.os section {
  display: block;
}
.os nav ul {
  list-style: none;
}
.os blockquote,
.os q {
  quotes: none;
}
.os blockquote:before,
.os blockquote:after,
.os q:before,
.os q:after {
  content: "";
  content: none;
}
.os a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.os ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.os mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.os del {
  text-decoration: line-through;
}
.os abbr[title],
.os dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.os table {
  border-collapse: collapse;
  border-spacing: 0;
}
.os hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.os input,
.os select {
  vertical-align: middle;
}
.os img,
.os video {
  vertical-align: top;
}
.os button {
  border: 0;
  padding: 0;
  background: none;
}
.os ul {
  list-style: none;
}
.os a {
  color: inherit;
  text-decoration: none;
}
.os *,
.os *::before,
.os *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.os sup {
  font-size: 0.6em;
  vertical-align: super;
}
.os strong {
  font-weight: inherit;
}
.os .glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.os .glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.os .glide__track {
  overflow: hidden;
}
.os .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.os .glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.os .glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.os .glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.os .glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.os .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.os .glide--rtl {
  direction: rtl;
}
.os .glide__slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.os .glide__slide {
  height: auto;
}
.os .pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .os .pc {
    display: block;
  }
}
.os .sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .os .sp {
    display: none;
  }
}
.os br.bs {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .os br.bs {
    display: none;
  }
}
.os br.bm {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .os br.bm {
    display: none;
  }
}
.os br.bl {
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .os br.bl {
    display: none;
  }
}
.os br.bx {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .os br.bx {
    display: none;
  }
}
.os br.nbs {
  display: none;
}
@media screen and (min-width: 640px) {
  .os br.nbs {
    display: inline-block;
  }
}
@media screen and (min-width: 980px) {
  .os br.nbs.bl {
    display: none;
  }
}
.os br.nbm {
  display: none;
}
@media screen and (min-width: 767px) {
  .os br.nbm {
    display: inline-block;
  }
}
.os br.nbl {
  display: none;
}
@media screen and (min-width: 980px) {
  .os br.nbl {
    display: inline-block;
  }
}
.os br.nbx {
  display: none;
}
@media screen and (min-width: 1280px) {
  .os br.nbx {
    display: inline-block;
  }
}
.os br.bsp {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .os br.bsp {
    display: none;
  }
}
.os br.nbsp {
  display: none;
}
@media screen and (min-width: 640px) {
  .os br.nbsp {
    display: inline-block;
  }
}
.os .pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .os .pc {
    display: block;
  }
}
.os .sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .os .sp {
    display: none;
  }
}
.os .mod-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.os .mod-in-m {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.os .mod-in-l {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.os .mod-bg-w {
  background: #fff;
  color: #2f353d;
  position: relative;
  z-index: 1;
}
.os .mod-bg-lg {
  background: #f4f4f4;
  color: #2f353d;
}
.os .mod-ico-window {
  display: inline-block;
  margin-left: 0.5em;
}
.os .icn-window {
  vertical-align: middle;
  margin-left: 0.5em;
  width: 0.6em;
}
.os .icn-window img {
  width: 100%;
  height: auto;
}
.os .inner-s, .os .inner-m, .os .inner-l {
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.os .inner-full {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.os .inner-s {
  max-width: 960px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.os .inner-m {
  max-width: 1200px;
}
.os .inner-l {
  max-width: 1400px;
}

.os .ss-mv-bg {
  position: fixed;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: -1;
  top: 50px;
  height: calc(100lvh - 50px);
}
@media screen and (min-width: 980px) {
  .os .ss-mv-bg {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.os .ss-mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.os .ss-mv-bg.fit-top img {
  -o-object-position: top center;
     object-position: top center;
}
.os .ss-mv-bg.fit-bottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.os .ss-mv-in {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: calc(100lvh - 50px - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-in {
    height: calc(100lvh - 50px - 54px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .os .ss-mv-in {
    height: calc(100lvh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 993px) {
  .os .ss-mv-in {
    height: calc(100lvh - 70px - 61px - 50px);
  }
}
@media screen and (min-width: 980px) {
  .os .ss-mv-in {
    height: calc(100lvh - 70px - 61px - 70px);
  }
}
.os .ss-mv-cont {
  text-align: center;
}
.os .ss-mv-ttl {
  font-weight: 700;
  font-size: 28px;
  font-size: 7.1795vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.os .ss-mv-ttl.row-2 {
  font-size: 26px;
  font-size: 6.6667vw;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl.row-2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.os .ss-mv-ttl.row-2 .small {
  display: block;
  font-size: 18px;
  font-size: 4.6154vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl.row-2 .small {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }
}
.os .ss-contact {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.os .ss-contact.not-tp {
  background: #22262b;
  background: rgba(0, 0, 0, 0.8);
}
.os .ss-contact.dark {
  background: rgba(0, 0, 0, 0.4);
}
.os .ss-contact-link {
  display: block;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  padding-top: 90px;
  padding-top: 23.077vw;
  padding-bottom: 90px;
  padding-bottom: 23.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-link {
    padding: 110px 0;
  }
}
.os .ss-contact-link:hover, .os .ss-contact-link:focus-visible {
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
.os .ss-contact-link:hover .ss-contact-txt-s, .os .ss-contact-link:focus-visible .ss-contact-txt-s {
  text-decoration: underline;
}
.os .ss-contact-txt-l {
  margin: 0 auto;
  width: 155px;
  width: 39.7436vw;
  max-width: 202px;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-txt-l {
    width: 202px;
  }
}
.os .ss-contact-txt-l img {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-contact-txt-s {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-txt-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 22px;
  }
}
.os .ss-works {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
  position: relative;
}
@media screen and (min-width: 640px) {
  .os .ss-works {
    padding: 100px 0 140px;
  }
}
.os .ss-works.not-bg {
  background: transparent;
}
.os .ss-works-ttl {
  text-align: center;
  margin: 0 auto;
  width: 118px;
  width: 30.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-ttl {
    width: 154px;
  }
}
.os .ss-works-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.os .ss-works-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .os .ss-works-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.os .ss-works-list {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list {
    margin-top: 120px;
  }
}
.os .ss-works-list.not-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.os .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
  margin-left: 40px;
  margin-left: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
    margin-left: 46px;
  }
}
.os .ss-works-list.not-carousel .ss-works-item-in {
  width: 234px;
  width: 60vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list.not-carousel .ss-works-item-in {
    width: 282px;
  }
}
.os .ss-works-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.os .ss-works-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 360px;
  height: 92.3077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-in {
    height: auto;
  }
}
.os .ss-works-item-in:hover, .os .ss-works-item-in:focus-visible {
  text-decoration: underline;
}
.os .ss-works-item-in:hover .ss-works-item-img img, .os .ss-works-item-in:focus-visible .ss-works-item-img img {
  opacity: 0.8;
}
.os .ss-works-item-img {
  position: relative;
}
.os .ss-works-item-img::before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
  background: #fff;
}
.os .ss-works-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os .ss-works-item-txtbox {
  background: #fff;
  color: #2f353d;
  padding-left: 25px;
  padding-left: 6.4103vw;
  padding-right: 25px;
  padding-right: 6.4103vw;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-bottom: 34px;
  padding-bottom: 8.718vw;
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-txtbox {
    padding: 30px 30px 60px;
  }
}
.os .ss-works-item-ttl {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.os .ss-works-item-txt {
  margin: 0;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.os .ss-works-rm {
  margin-top: 60px;
  margin-top: 15.3847vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .os .ss-works-rm {
    margin-top: 80px;
  }
}
.os .ss-works-rm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  width: 128px;
  width: 32.8206vw;
  height: 35px;
  height: 8.9744vw;
  font-size: 13px;
  font-size: 3.3334vw;
  border: thin solid #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .os .ss-works-rm-link {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 128px;
    height: 35px;
  }
}
.os .ss-works-rm-link svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.os .ss-works-rm-link .mod-ico-window {
  width: 9px;
  height: 9px;
}
.os .ss-works-rm-link .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-works-rm-link:hover, .os .ss-works-rm-link:focus-visible {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #2f353d;
  text-decoration: none;
}
.os .ss-works-rm-link:hover svg, .os .ss-works-rm-link:focus-visible svg {
  fill: #2f353d;
}
.os .ss-works-glide-controls {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .os .ss-works-glide-controls {
    margin-top: 80px;
  }
}
.os .ss-works-glide-controls-el {
  position: relative;
}
.os .ss-works-glide-controls-el, .os .ss-works-glide-controls-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os .ss-works-glide-controls .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  max-width: 184px;
}
@media screen and (min-width: 360px) {
  .os .ss-works-glide-controls .glide__bullets {
    max-width: 232px;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-works-glide-controls .glide__bullets {
    max-width: 100%;
  }
}
.os .ss-works-glide-controls .glide__bullet {
  width: 23px;
  height: 23px;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 360px) {
  .os .ss-works-glide-controls .glide__bullet {
    width: 29px;
    height: 29px;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-works-glide-controls .glide__bullet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.os .ss-works-glide-controls .glide__bullet::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
  border: thin solid #a7a7a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.os .ss-works-glide-controls .glide__bullet.glide__bullet--active::before, .os .ss-works-glide-controls .glide__bullet:hover::before, .os .ss-works-glide-controls .glide__bullet:focus-visible::before {
  background: #fff;
  border-color: #fff;
}
.os .ss-works-glide-controls .glide__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.os .ss-works-glide-controls .glide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  background-image: url("../img/common/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  margin: 0;
  padding: 0;
  width: 9px;
  height: 22px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.os .ss-works-glide-controls .glide__arrow--left {
  left: -40px;
}
.os .ss-works-glide-controls .glide__arrow--right {
  right: -40px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.os .ss-works-glide-controls .glide__arrow:hover, .os .ss-works-glide-controls .glide__arrow:focus-visible {
  opacity: 0.8;
}
.os .ss-news {
  background: #fff;
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .os .ss-news {
    padding: 100px 0;
  }
}
.os .ss-news-in {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 40px;
  padding-left: 10.2565vw;
  padding-right: 40px;
  padding-right: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-news-in {
    padding: 0 40px;
  }
}
.os .ss-news-ttl {
  margin: 0;
}
.os .ss-news-ttl-img {
  display: block;
  height: 20.3px;
  height: 5.2052vw;
}
@media screen and (min-width: 640px) {
  .os .ss-news-ttl-img {
    height: 26px;
  }
}
.os .ss-news-ttl-img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.os .ss-news-ttl-ja {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
  margin-top: 18px;
  margin-top: 4.6154vw;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .os .ss-news-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 18px;
  }
}
.os .ss-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-news-list {
    margin-top: 60px;
  }
}
.os .ss-news-item {
  padding-top: 25px;
  padding-top: 6.4103vw;
  padding-bottom: 25px;
  padding-bottom: 6.4103vw;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width: 640px) {
  .os .ss-news-item {
    padding: 25px 0;
  }
}
.os .ss-news-item:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}
.os .ss-news-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.os .ss-news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .os .ss-news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.os .ss-news-link:hover, .os .ss-news-link:focus-visible {
  color: inherit;
  text-decoration: underline;
}
.os .ss-news-link[target=_blank] .ss-news-txt::after {
  content: "";
  display: inline-block;
  width: 10px;
  width: 2.5642vw;
  height: 10px;
  height: 2.5642vw;
  background-image: url("../img/common/icon-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.5em;
}
@media screen and (min-width: 640px) {
  .os .ss-news-link[target=_blank] .ss-news-txt::after {
    width: 10px;
    height: 10px;
  }
}
.os .ss-news-date, .os .ss-news-txt {
  margin: 0;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.2857142857;
}
@media screen and (min-width: 640px) {
  .os .ss-news-date, .os .ss-news-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-news-date {
    width: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.os .ss-news-txt {
  margin-top: 5px;
  margin-top: 1.2821vw;
}
@media screen and (min-width: 640px) {
  .os .ss-news-txt {
    margin-top: 0;
  }
}
.os .ss-nomv-header {
  height: 70vh;
  max-height: 562px;
  min-height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .os .ss-nomv-header {
    height: 430px;
    max-height: 430px;
  }
}
.os .ss-nomv-header-ttl span {
  display: block;
  text-align: center;
}
.os .ss-nomv-header-ttl-en {
  font-size: 36px;
  font-size: 9.2308vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .os .ss-nomv-header-ttl-en {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.os .ss-nomv-header-ttl-ja {
  font-size: 20px;
  font-size: 5.1283vw;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .os .ss-nomv-header-ttl-ja {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 8px;
  }
}
.os .ss-nomv-header-read {
  text-align: center;
  font-size: 20px;
  font-size: 5.1283vw;
  line-height: 1.6;
  font-weight: 500;
  margin-top: min(100px, 12vh);
}
@media screen and (min-width: 640px) {
  .os .ss-nomv-header-read {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
.os .ss-footer-bnr {
  position: relative;
  display: block;
  color: #fff;
}
.os .ss-footer-bnr:hover .ss-footer-bnr-desc, .os .ss-footer-bnr:focus-visible .ss-footer-bnr-desc {
  text-decoration: underline;
}
.os .ss-footer-bnr-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.os .ss-footer-bnr-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.os .ss-footer-bnr-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.os .ss-footer-bnr-in {
  position: relative;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  height: 56.4103vw;
}
@media screen and (min-width: 640px) {
  .os .ss-footer-bnr-in {
    height: 220px;
  }
}
.os .ss-footer-bnr-ttl {
  text-align: center;
  font-size: 28px;
  font-size: 7.1795vw;
  letter-spacing: 0.03em;
  line-height: 1.1538461538;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .os .ss-footer-bnr-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.os .ss-footer-bnr-desc {
  text-align: center;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.05em;
  margin-top: 22px;
  margin-top: 5.6411vw;
}
@media screen and (min-width: 640px) {
  .os .ss-footer-bnr-desc {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 11px;
  }
}
.os #works-glide {
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .os #works-glide .glide__track {
    margin: 0 auto;
    width: 640px;
    overflow: visible;
  }
}
@media screen and (min-width: 980px) {
  .os #works-glide .glide__track {
    width: 940px;
  }
}
.os .os-bnr-list {
  position: fixed;
  bottom: 20px;
  bottom: 5.1283vw;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-left: 7.6924vw;
  padding-right: 30px;
  padding-right: 7.6924vw;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-list {
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    bottom: 25px;
    left: 0;
  }
}
@media screen and (min-width: 980px) {
  .os .os-bnr-list {
    gap: 14px;
  }
}
.os .os-bnr-item {
  width: 100%;
  height: 44px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item {
    width: 180px;
    height: 50px;
  }
}
@media screen and (min-width: 980px) {
  .os .os-bnr-item {
    width: 305px;
    height: 70px;
  }
}
.os .os-bnr-item:nth-of-type(n + 2) {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  width: calc((100% - 6px) / 2);
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item:nth-of-type(n + 2) {
    width: 180px;
  }
}
@media screen and (min-width: 980px) {
  .os .os-bnr-item:nth-of-type(n + 2) {
    width: 305px;
  }
}
.os .os-bnr-item:nth-of-type(n + 2) .os-bnr-item-img {
  display: none;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item:nth-of-type(n + 2) .os-bnr-item-img {
    display: block;
  }
}
.os .os-bnr-item-img {
  width: 39.6825396825%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item-img {
    width: 35%;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (min-width: 980px) {
  .os .os-bnr-item-img {
    width: 49.1803278689%;
  }
}
.os .os-bnr-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.os .os-bnr-item-txtbox {
  overflow: hidden;
  background: #fff;
  border-radius: 0 5px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item-txtbox {
    border-radius: 0 5px 5px 0;
    width: 50.8196721311%;
  }
}
.os .os-bnr-item-ttl {
  font-size: 12px;
  font-size: 3.077vw;
  font-weight: 700;
  line-height: 1.25;
  font-family: sans-serif;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item-ttl {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 980px) {
  .os .os-bnr-item-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.os .os-bnr-item-date, .os .os-bnr-item-txt {
  display: none;
}
@media screen and (min-width: 640px) {
  .os .os-bnr-item-date, .os .os-bnr-item-txt {
    display: block;
  }
}
.os .os-bnr-item-date {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 6px;
}
.os .os-bnr-item-txt {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2727272727;
  margin-top: 3px;
}
.os .os-bnr-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  font: inherit;
}
.os .os-bnr-link:hover .os-bnr-item-img img, .os .os-bnr-link:focus-visible .os-bnr-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.os .ss {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.os .ss-gnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav {
    background: #fff !important;
  }
}
.os .ss-gnav.is-open {
  background: #f4f4f4;
}
.os .ss-gnav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-inner {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    height: 70px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-gnav-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.os .ss-gnav-logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os .ss-gnav-logo img {
  height: auto;
  display: block;
  width: 150px;
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-logo img {
    width: 182px;
  }
}
.os .ss-gnav-sp-contact {
  margin-left: auto;
  margin-right: 0;
  background: #2f353d;
  border: thin solid #2f353d;
  height: 21px;
  width: 83px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-sp-contact {
    display: none;
  }
}
.os .ss-gnav-sp-contact svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 52px;
  height: auto;
}
.os .ss-gnav-sp-contact .mod-ico-window {
  width: 7px;
  height: 7px;
  margin-left: 4px;
}
.os .ss-gnav-sp-contact .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-gnav-sp-contact::after {
  content: none;
}
.os .ss-gnav-sp-contact:hover, .os .ss-gnav-sp-contact:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.os .ss-gnav-sp-contact:hover svg, .os .ss-gnav-sp-contact:focus-visible svg {
  fill: #2f353d;
}
.os .ss-gnav-ham {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-ham {
    display: none;
  }
}
.os .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line {
  top: 50%;
  -webkit-transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.os .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.os .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(2) {
  opacity: 0;
}
.os .ss-gnav-ham[aria-expanded=true] .ss-gnav-ham-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.os .ss-gnav-ham-inner {
  width: 20px;
  height: 13px;
  position: relative;
}
.os .ss-gnav-ham-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.os .ss-gnav-ham-line:nth-of-type(1) {
  top: 0;
  will-change: transform;
}
.os .ss-gnav-ham-line:nth-of-type(2) {
  top: 50%;
  will-change: opacity;
}
.os .ss-gnav-ham-line:nth-of-type(3) {
  top: 100%;
  will-change: transform;
}
.os .ss-gnav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f4f4f4;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu {
    position: static;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    display: block;
  }
}
.os .ss-gnav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-6vh);
          transform: translateY(-6vh);
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.os .ss-gnav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-item {
    height: 100%;
  }
}
.os .ss-gnav-menu-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-item:nth-of-type(n + 2) {
    margin-left: 35px;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-item:last-of-type {
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-item:last-of-type {
    margin-left: 40px;
  }
}
.os .ss-gnav-menu-link {
  position: relative;
  font-size: 18px;
  font-size: 4.6154vw;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10.4px;
    font-size: 0.65rem;
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.os .ss-gnav-menu-link[aria-current=page]::after, .os .ss-gnav-menu-link:hover::after, .os .ss-gnav-menu-link:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.os .ss-gnav-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #bebebe;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-link::after {
    height: 5px;
  }
}
.os .ss-gnav-menu-link img {
  width: auto;
  height: 16px;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-link img {
    height: 8px;
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-link img {
    height: 10px;
  }
}
.os .ss-gnav-menu-link.is-button {
  background: #2f353d;
  border: thin solid #2f353d;
  height: 43px;
  width: 160px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-link.is-button {
    margin-top: 0;
    height: 28.8px;
    width: 112px;
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-link.is-button {
    height: 36px;
    width: 140px;
  }
}
.os .ss-gnav-menu-link.is-button svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .os .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (min-width: 980px) {
  .os .ss-gnav-menu-link.is-button svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.os .ss-gnav-menu-link.is-button .mod-ico-window {
  width: 9px;
  height: 9px;
}
.os .ss-gnav-menu-link.is-button .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-gnav-menu-link.is-button::after {
  content: none;
}
.os .ss-gnav-menu-link.is-button:hover, .os .ss-gnav-menu-link.is-button:focus-visible {
  background: #fff;
  border-color: #2f353d;
}
.os .ss-gnav-menu-link.is-button:hover svg, .os .ss-gnav-menu-link.is-button:focus-visible svg {
  fill: #2f353d;
}
.os .ss-mv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
}
.os .ss-mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os .ss-mv-in {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: calc(100lvh - 50px - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-in {
    height: calc(100lvh - 50px - 61px - 50px);
  }
}
@media screen and (min-width: 640px) {
  .os .ss-mv-in {
    height: calc(100lvh - 70px - 54px - 70px);
  }
}
.os .ss-mv-cont {
  text-align: center;
}
.os .ss-mv-ttl {
  font-weight: 700;
  font-size: 28px;
  font-size: 7.1795vw;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.os .ss-mv-ttl.row-2 {
  font-size: 26px;
  font-size: 6.6667vw;
  line-height: 1.1538461538;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl.row-2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.os .ss-mv-ttl.row-2 .small {
  display: block;
  font-size: 18px;
  font-size: 4.6154vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-mv-ttl.row-2 .small {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 8px;
    letter-spacing: 0.05em;
  }
}
.os .ss-contact {
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.os .ss-contact.not-tp {
  background: #22262b;
}
.os .ss-contact.tp {
  background: transparent;
}
.os .ss-contact-link {
  display: block;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  padding-top: 90px;
  padding-top: 23.077vw;
  padding-bottom: 90px;
  padding-bottom: 23.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-link {
    padding: 110px 0;
  }
}
.os .ss-contact-link:hover, .os .ss-contact-link:focus-visible {
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
.os .ss-contact-link:hover .ss-contact-txt-s, .os .ss-contact-link:focus-visible .ss-contact-txt-s {
  text-decoration: underline;
}
.os .ss-contact-txt-l {
  margin: 0 auto;
  width: 155px;
  width: 39.7436vw;
  max-width: 202px;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-txt-l {
    width: 202px;
  }
}
.os .ss-contact-txt-l img {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-contact-txt-s {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 12px;
  margin-top: 3.077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-contact-txt-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 22px;
  }
}
.os .ss-works {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works {
    padding: 100px 0 140px;
  }
}
.os .ss-works.not-bg {
  background: transparent;
}
.os .ss-works-ttl {
  text-align: center;
  margin: 0 auto;
  width: 118px;
  width: 30.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-ttl {
    width: 154px;
  }
}
.os .ss-works-ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.os .ss-works-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .os .ss-works-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.os .ss-works-list {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list {
    margin-top: 120px;
  }
}
.os .ss-works-list.not-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.os .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
  margin-left: 40px;
  margin-left: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list.not-carousel .ss-works-item:nth-of-type(n + 2) {
    margin-left: 46px;
  }
}
.os .ss-works-list.not-carousel .ss-works-item-in {
  width: 234px;
  width: 60vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-list.not-carousel .ss-works-item-in {
    width: 282px;
  }
}
.os .ss-works-item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.os .ss-works-item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 360px;
  height: 92.3077vw;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-in {
    height: auto;
  }
}
.os .ss-works-item-in:hover, .os .ss-works-item-in:focus-visible {
  text-decoration: underline;
}
.os .ss-works-item-in:hover .ss-works-item-img img, .os .ss-works-item-in:focus-visible .ss-works-item-img img {
  opacity: 0.8;
}
.os .ss-works-item-img {
  position: relative;
}
.os .ss-works-item-img::before {
  content: "";
  padding-top: 56.25%;
  display: block;
  width: 100%;
  background: #fff;
}
.os .ss-works-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os .ss-works-item-txtbox {
  background: #fff;
  color: #2f353d;
  padding-left: 25px;
  padding-left: 6.4103vw;
  padding-right: 25px;
  padding-right: 6.4103vw;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-bottom: 34px;
  padding-bottom: 8.718vw;
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-txtbox {
    padding: 30px 30px 60px;
  }
}
.os .ss-works-item-ttl {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 3.8462vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.4285714286;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.os .ss-works-item-txt {
  margin: 0;
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 640px) {
  .os .ss-works-item-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.os .ss-works-rm {
  margin-top: 60px;
  margin-top: 15.3847vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .os .ss-works-rm {
    margin-top: 80px;
  }
}
.os .ss-works-rm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.15em;
  width: 128px;
  width: 32.8206vw;
  height: 35px;
  height: 8.9744vw;
  font-size: 13px;
  font-size: 3.3334vw;
  border: thin solid #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .os .ss-works-rm-link {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 128px;
    height: 35px;
  }
}
.os .ss-works-rm-link svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.os .ss-works-rm-link .mod-ico-window {
  width: 9px;
  height: 9px;
}
.os .ss-works-rm-link .mod-ico-window svg {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-works-rm-link:hover, .os .ss-works-rm-link:focus-visible {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #2f353d;
  text-decoration: none;
}
.os .ss-works-rm-link:hover svg, .os .ss-works-rm-link:focus-visible svg {
  fill: #2f353d;
}
.os .ss-works-glide-controls {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .os .ss-works-glide-controls {
    margin-top: 80px;
  }
}
.os .ss-works-glide-controls-el {
  position: relative;
}
.os .ss-works-glide-controls-el, .os .ss-works-glide-controls-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os .ss-works-glide-controls .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.os .ss-works-glide-controls .glide__bullet {
  width: 29px;
  height: 29px;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  border: 0;
}
.os .ss-works-glide-controls .glide__bullet::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
  border: thin solid #a7a7a7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.os .ss-works-glide-controls .glide__bullet.glide__bullet--active::before, .os .ss-works-glide-controls .glide__bullet:hover::before, .os .ss-works-glide-controls .glide__bullet:focus-visible::before {
  background: #fff;
  border-color: #fff;
}
.os .ss-works-glide-controls .glide__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.os .ss-works-glide-controls .glide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  background-image: url("../img/common/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  margin: 0;
  padding: 0;
  width: 9px;
  height: 22px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.os .ss-works-glide-controls .glide__arrow--left {
  left: -40px;
}
.os .ss-works-glide-controls .glide__arrow--right {
  right: -40px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.os .ss-works-glide-controls .glide__arrow:hover, .os .ss-works-glide-controls .glide__arrow:focus-visible {
  opacity: 0.8;
}
.os .ss-prod {
  background: #000;
  padding-top: 80px;
  padding-top: 20.5129vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .os .ss-prod {
    padding: 140px 0;
  }
}
.os .ss-prod-ttl {
  margin: 0 auto;
  width: 175px;
  width: 44.8718vw;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-ttl {
    width: 227px;
  }
}
.os .ss-prod-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.os .ss-prod-ttl-ja {
  margin: 0;
  text-align: center;
  margin-top: 8px;
  margin-top: 2.0513vw;
  font-size: 16px;
  font-size: 4.1026vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-ttl-ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.os .ss-prod-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-top: 10.2565vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-list {
    margin-top: 50px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.os .ss-prod-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 3.8461538462vw) / 2);
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item {
    width: calc((100% - 120px) / 4);
  }
}
.os .ss-prod-item:nth-of-type(even) {
  margin-left: 15px;
  margin-left: 3.8462vw;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(even) {
    margin-left: 40px;
  }
}
.os .ss-prod-item:nth-of-type(n + 3) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item:nth-of-type(n + 3) {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(n + 3) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(3n + 1) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .os .ss-prod-item:nth-of-type(n + 5) {
    margin-top: 30px;
  }
}
.os .ss-prod-item-img {
  border: thin solid #d5d5d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.os .ss-prod-item-img::before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}
.os .ss-prod-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.os .ss-prod-item-txt {
  font-size: 13px;
  font-size: 3.3334vw;
  line-height: 1.5384615385;
}
@media screen and (min-width: 640px) {
  .os .ss-prod-item-txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.os .ss-prod-link {
  color: #fff;
}
.os .ss-prod-link:hover, .os .ss-prod-link:focus-visible {
  text-decoration: underline;
  color: #fff;
}
.os .ss-prod-link:hover .ss-prod-item-img, .os .ss-prod-link:focus-visible .ss-prod-item-img {
  opacity: 0.8;
}