@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  html {
    line-height: 1.5;
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 15px;
  }
}

body {
  background: #F5F5F5;
  color: #212a31;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

p {
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"], input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type="text"]:focus, input[type="search"]:focus {
  box-shadow: none;
  outline: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover {
  opacity: 0.6;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("slick.eot");
  src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.mv-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.mv-slider .slick-dots {
  position: absolute;
  bottom: 10.66667vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mv-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.6vw;
  width: 1.6vw;
  margin: 0 2.13333vw;
  padding: 0;
  cursor: pointer;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.mv-slider .slick-dots li button {
  border: 0;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 1.6vw;
  width: 1.6vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.mv-slider .slick-dots li button:hover, .mv-slider .slick-dots li button:focus {
  outline: none;
}

.mv-slider .slick-dots li button:hover:before, .mv-slider .slick-dots li button:focus:before {
  opacity: 1;
}

.mv-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.6vw;
  width: 1.6vw;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mv-slider .slick-dots li.slick-active {
  color: #fff;
  opacity: 1;
}

.body.page-single {
  padding-top: 81px;
}

@media screen and (max-width: 768px) {
  .body.page-single {
    padding-top: 17.6vw;
  }
}

.container {
  width: 100%;
}

.container__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1020px;
}

@media screen and (max-width: 768px) {
  .container__inner {
    padding: 0 7.46667vw;
  }
}

.container.is-RandD-kv {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .container.is-RandD-kv {
    padding-top: 16vw;
  }
}

.container.is-RandD-body {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .container.is-RandD-body {
    padding-top: 5.33333vw;
  }
}

.container.is-sdgs-kv {
  padding-top: 83px;
}

@media screen and (max-width: 768px) {
  .container.is-sdgs-kv {
    padding-top: 16vw;
  }
}

.case-container {
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  .case-container {
    padding: 20vw 0 21.33333vw;
  }
}

.order-container {
  padding: 80px 0 100px;
  background: #E5E5E5;
}

@media screen and (max-width: 768px) {
  .order-container {
    padding: 20vw 0 21.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .order-container__inner {
    padding: 0 2.4vw;
  }
}

.brand-container {
  padding: 80px 0 100px;
  background: #EEEEEE;
}

@media screen and (max-width: 768px) {
  .brand-container {
    padding: 20vw 0 21.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .brand-container__inner {
    padding: 0 7.33333vw;
  }
}

.top-technology-container {
  padding: 120px 0 100px;
}

@media screen and (max-width: 768px) {
  .top-technology-container {
    padding: 0 0 24.53333vw;
  }
}

@media screen and (max-width: 768px) {
  .top-technology-container__inner {
    padding: 0;
  }
}

.news-container {
  padding: 0 0 118px;
}

@media screen and (max-width: 768px) {
  .news-container {
    padding: 0 0 21.33333vw;
  }
}

.news-container__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .news-container__inner {
    flex-flow: column;
  }
}

.cta-container {
  background: url("../img/common/cta-bg_pc.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .cta-container {
    background: url("../img/common/cta-bg02_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}

.cta-container__inner {
  padding: 0;
}

.single-container {
  padding: 120px 0 160px;
}

@media screen and (max-width: 768px) {
  .single-container {
    padding: 0 0 32vw;
  }
}

.page-container {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .page-container {
    padding: 16vw 0 32vw;
  }
}

.page-container.is-sdgs {
  padding: 80px 0 96px;
}

@media screen and (max-width: 768px) {
  .page-container.is-sdgs {
    padding-top: 5.33333vw;
  }
}

.page-news-container {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .page-news-container {
    padding: 16vw 0 32vw;
  }
}

@media screen and (max-width: 768px) {
  .page-news-container__inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

.contact-container {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .contact-container {
    padding: 16vw 0 32vw;
  }
}

@media screen and (max-width: 768px) {
  .contact-container__inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}

.archive-order-container {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .archive-order-container {
    padding: 16vw 0 26.13333vw;
  }
}

.archive-order-container__inner {
  padding: 0 2.4vw;
}

.related-container {
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .related-container {
    padding: 16vw 0;
  }
}

.f-primary {
  padding: 80px 0 97px;
  width: 100%;
  background: #212A31;
}

@media screen and (max-width: 768px) {
  .f-primary {
    padding: 16.53333vw 0 17.86667vw;
    min-width: 100%;
  }
}

.f-primary__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .f-primary__inner {
    padding: 0;
    max-width: 100%;
    min-width: 100%;
  }
}

.f-secondary {
  margin-top: -1px;
  padding: 0 0 60px;
  width: 100%;
  background: #212A31;
}

@media screen and (max-width: 768px) {
  .f-secondary {
    padding: 0 0 5.33333vw;
    min-width: 100%;
  }
}

.f-secondary__inner {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1020px;
}

@media screen and (max-width: 768px) {
  .f-secondary__inner {
    padding: 0 7.46667vw;
    max-width: 100%;
    min-width: 100%;
  }
}

.f-logo img {
  width: 100%;
  max-width: 350px; /* 好きな最大幅 */
  height: auto;
}

@media screen and (max-width: 768px) {
  .f-logo {
    margin: 0 auto 14.4vw;
    width: 40.8vw;
  }
}

.f-logo a {
  display: block;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.f-logo a:hover {
  opacity: .6;
}

.copyright {
  width: 100%;
  display: inline-block;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #9E9E9E;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2.66667vw;
  }
}

body.is-viewNav {
  overflow: hidden;
}

body.is-page {
  padding-top: 78px;
}

@media screen and (max-width: 768px) {
  body.is-page {
    padding-top: 17.86667vw;
  }
}

.header {
  width: 100%;
  border-bottom: 1px #fff solid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.has-header-color .header {
  background: #F5F5F5;
  border-bottom: 1px #E0E0E0 solid;
}

@media screen and (max-width: 980px) {
  .is-viewNav .header {
    background: #212A31;
  }
}

.header__inner {
  margin: 0 auto;
  padding: 0 0 0 42px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1230px) {
  .header__inner {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 980px) {
  .header__inner {
    padding-left: 6.4vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.h-logo {
  margin: 0 60px 0 0;
}

@media screen and (max-width: 1230px) {
  .h-logo {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .h-logo {
    margin-right: 30px;
  }
}

@media screen and (max-width: 980px) {
  .h-logo {
    max-width: 37.6vw;
    position: relative;
    z-index: 1035;
  }
}

@media screen and (max-width: 768px) {
  .h-logo {
    max-width: 100%;
    margin-right: 0;
  }
}

.h-logo a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.h-logo svg {
  width: 172px;
}

@media screen and (max-width: 768px) {
  .h-logo svg {
    width: 37.6vw;
    height: 4vw;
  }
}

.has-header-color .h-logo svg path {
  fill: #212a31;
}

.is-viewNav .h-logo svg path {
  fill: #fff;
}

.h-toggle {
  border-left: 1px #fff solid;
  position: relative;
  z-index: 1035;
}

.has-header-color .h-toggle {
  border-left: 1px #E0E0E0 solid;
}

.h-toggle__inner {
  width: 66px;
  height: 66px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .h-toggle__inner {
    width: 17.6vw;
    height: 17.6vw;
  }
}

.h-toggle__icon {
  display: block;
  position: relative;
  width: 32px;
  height: 1px;
  margin: -1px 0 0 0;
  background: #fff;
  transition: .2s;
}

@media screen and (max-width: 768px) {
  .h-toggle__icon {
    width: 8.53333vw;
    height: 2px;
  }
}

.h-toggle__icon:before, .h-toggle__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
  background: #fff;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .h-toggle__icon:before, .h-toggle__icon:after {
    width: 8.53333vw;
    height: 2px;
  }
}

.h-toggle__icon:before {
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .h-toggle__icon:before {
    margin-top: -2.13333vw;
  }
}

.h-toggle__icon:after {
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .h-toggle__icon:after {
    margin-top: 1.6vw;
  }
}

.has-header-color .h-toggle .h-toggle__icon {
  background: #212a31;
}

.has-header-color .h-toggle .h-toggle__icon:before, .has-header-color .h-toggle .h-toggle__icon:after {
  background: #212a31;
}

.is-viewNav .h-toggle {
  background: #fff;
}

.is-viewNav .h-toggle .h-toggle__icon {
  background: transparent;
  margin: 0;
}

.is-viewNav .h-toggle .h-toggle__icon:before, .is-viewNav .h-toggle .h-toggle__icon:after {
  margin-top: 0;
  background: #212a31;
}

.is-viewNav .h-toggle .h-toggle__icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.is-viewNav .h-toggle .h-toggle__icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.btn-group {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
}

.btn-group .btn {
  margin: 0 10px 8px;
}

.btn-group--left {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.btn-group--left .btn {
  margin: 0 10px 8px;
}

.btn-group--center {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.btn-group--center .btn {
  margin: 0 10px 8px;
}

.btn-group--right {
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.btn-group--right .btn {
  margin: 0 10px 8px;
}

.btn {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.btn01 {
  padding: 18px;
  min-width: 280px;
  background: #212A31;
  border: 1px #fff solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .btn01 {
    padding: 4.8vw;
    min-width: 74.66667vw;
  }
}

.btn01:hover {
  opacity: .8;
}

.btn01 span {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .btn01 span {
    font-size: 3.46667vw;
  }
}

.btn01 svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .btn01 svg {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.is-headline-btn {
  min-width: 149px;
}

@media screen and (max-width: 768px) {
  .is-headline-btn {
    min-width: 74.66667vw;
  }
}

.brand-business-btn {
  padding: 0 66px 0 70px;
  width: 100%;
  height: 120px;
  border: 1px solid #212A31;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  color: #212a31;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .brand-business-btn {
    padding: 0 10.66667vw;
    height: 26.66667vw;
    font-size: 3.73333vw;
  }
  .brand-business-btn span {
    width: 53.33333vw;
    line-height: 1.8;
  }
  .brand-business-btn svg {
    width: 3.2vw;
    height: 9.6vw;
  }
}

.related-btn {
  width: 100%;
  height: 120px;
  background: #212a31;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .related-btn {
    margin: 0 auto;
    width: 74.66667vw;
    height: 15.46667vw;
  }
}

.related-btn:hover {
  opacity: .8;
}

.related-btn svg {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .related-btn svg {
    margin-right: 1.06667vw;
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.related-btn span {
  color: #fff;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .related-btn span {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}

.cta-thumb {
  width: 100%;
  height: 100vw;
  content: "";
  display: block;
  background: url("../img/common/cta-bg01_sp.jpg") center center no-repeat;
  background-size: cover;
}

.cta-content {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: calc(50vw - 50%);
  display: block;
  background-color: rgba(33, 42, 49, 0.8);
}

@media screen and (max-width: 768px) {
  .cta-content {
    width: 100%;
    padding: 16vw 0;
    margin-left: 0;
    text-align: center;
  }
}

.cta-content__inner {
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .cta-content__inner {
    padding-left: 0;
  }
}

.cta-content h2 {
  margin-bottom: 10px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .cta-content h2 {
    font-size: 10.66667vw;
  }
}

.cta-content .lead {
  margin-bottom: 42px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .cta-content .lead {
    font-size: 3.46667vw;
  }
}

.cta-content .text {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #E5E5E5;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cta-content .text {
    font-size: 3.2vw;
  }
}

.cta-content .btn {
  padding: 14px;
  max-width: 280px;
  border: 1px #fff solid;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .cta-content .btn {
    margin: 0 auto;
    padding: 3.73333vw;
    max-width: 74.66667vw;
    font-size: 3.73333vw;
  }
}

.cta-content .btn:hover {
  background: #fff;
  color: #212a31;
  opacity: 1;
}

.cta-content .btn:hover svg path {
  fill: #212a31;
}

.cta-content .btn span {
  margin-right: 4px;
}

.cta-content .btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .cta-content .btn svg {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.cta-content .btn svg path {
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 10px 24px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  appearance: none;
  letter-spacing: 0.06em;
  outline: none;
}

@media screen and (max-width: 768px) {
  input[type="text"], input[type="tel"], input[type="email"] {
    height: 12.8vw;
    padding: 2.66667vw 4.26667vw;
    font-size: 3.73333vw;
  }
}

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

input::-moz-placeholder {
  color: #BDBDBD;
}

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

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

input::placeholder {
  color: #BDBDBD;
}

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

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

textarea {
  width: 100%;
  margin: 0;
  padding: 10px 24px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  appearance: none;
  letter-spacing: 0.06em;
  outline: none;
}

@media screen and (max-width: 768px) {
  textarea {
    padding: 2.66667vw 4.26667vw;
    font-size: 3.73333vw;
  }
}

textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

textarea::-moz-placeholder {
  color: #BDBDBD;
}

textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

textarea::-ms-input-placeholder {
  color: #BDBDBD;
}

textarea::placeholder {
  color: #BDBDBD;
}

textarea::-ms-input-placeholder {
  color: #BDBDBD;
}

textarea :-ms-input-placeholder {
  color: #BDBDBD;
}

.select {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0;
  background: #fff;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 768px) {
  .select {
    height: 12.8vw;
  }
}

.select:before {
  content: url("../svg//arrow_down.svg");
  border-left: 1px #E5E5E5 solid;
  padding: 0;
  width: 48px;
  height: 42px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .select:before {
    width: 12.8vw;
    height: 9.6vw;
    font-size: 6.4vw;
    border-width: 0.26667vw;
  }
}

.select select {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 10px 24px;
  font-size: 15px;
  border: 1px solid #ccc;
  z-index: 1;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: '';
  appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .select select {
    height: 12.8vw;
    padding: 2.66667vw 4.26667vw;
    font-size: 3.73333vw;
    border-width: 0.26667vw;
  }
}

.select select::-ms-expand {
  display: none;
}

.select select::-webkit-input-placeholder {
  color: #BDBDBD;
}

.select select::-moz-placeholder {
  color: #BDBDBD;
}

.select select:-ms-input-placeholder {
  color: #BDBDBD;
}

.select select::-ms-input-placeholder {
  color: #BDBDBD;
}

.select select::placeholder {
  color: #BDBDBD;
}

.select select::-ms-input-placeholder {
  color: #BDBDBD;
}

.select select :-ms-input-placeholder {
  color: #BDBDBD;
}

.select.is-error {
  border-color: #ffb0bd;
  background: #ffedf5;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
  outline: none;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  display: inline-block;
  padding: 10px 10px 10px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  input[type="radio"] + span,
  input[type="checkbox"] + span {
    padding: 2.66667vw 2.66667vw 2.66667vw 5.33333vw;
    font-size: 3.73333vw;
  }
}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 24px;
  height: 24px;
  content: "";
  margin-top: -10px;
  border: 1px solid #000;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type="radio"] + span::before,
  input[type="checkbox"] + span::before {
    margin-top: -2.66667vw;
    left: -2.66667vw;
    width: 6.4vw;
    height: 6.4vw;
    border-width: 0.26667vw;
  }
}

input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  background: #1a1a1a;
}

@media screen and (max-width: 768px) {
  input[type="radio"]:checked + span::after,
  input[type="checkbox"]:checked + span::after {
    left: -1.06667vw;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: -1.06667vw;
  }
}

/* ラジオボタン */
input[type="radio"] + span::before,
input[type="radio"]:checked + span::after {
  border-radius: 50%;
}

.form-w50p {
  width: 48.8%;
}

@media screen and (max-width: 768px) {
  .form-w50p {
    width: 47.1976%;
  }
}

.required {
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 16px;
  background: #c2a200;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .required {
    margin-left: 2.13333vw;
    padding: 1.06667vw 2.13333vw;
    border-radius: 4.26667vw;
    font-size: 2.66667vw;
  }
}

.file-upload {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.file-upload label.up-link {
  margin-right: 15px;
  width: 140px;
  height: 48px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width: 768px) {
  .file-upload label.up-link {
    margin-right: 4vw;
    width: 37.33333vw;
    height: 12.8vw;
    font-size: 3.46667vw;
  }
}

.file-upload label.up-link:hover {
  opacity: .6;
}

.file-upload label.up-link input {
  display: none;
}

.file-upload span.file-name {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .file-upload span.file-name {
    font-size: 3.46667vw;
  }
}

.form-box {
  margin: 0 0 20px;
  padding: 20px 24px;
  width: 100%;
  height: 200px;
  background: #FAFAFA;
  border: 1px #E0E0E0 solid;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .form-box {
    margin: 0 0 5.33333vw;
    padding: 5.33333vw 5.33333vw;
    height: 53.33333vw;
  }
}

.form-box h2 {
  margin-bottom: 20px;
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .form-box h2 {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .form-box {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.form-box .text-unit p {
  color: #424242;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .form-box .text-unit p {
    font-size: 3.46667vw;
  }
}

.caution-text {
  color: #616161;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .caution-text {
    font-size: 3.73333vw;
    text-align: left;
  }
}

.acceptance {
  margin: 0 0 32px;
  text-align: center;
}

input[type="submit"] {
  margin: 0 auto;
  height: 58px;
  padding: 18px;
  min-width: 280px;
  background: #212A31;
  border: 1px #fff solid;
  font-size: 13px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  input[type="submit"] {
    height: 15.46667vw;
    padding: 4.8vw;
    min-width: 74.66667vw;
    font-size: 3.46667vw;
  }
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #EB5757;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 13px;
  margin: 2em 0.5em 1em;
  padding: 8px 12px;
  background: #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  /* Yellow */
}

.iframe {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.iframeiframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.grid {
  top: 0;
  width: 100vw;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.grid span {
  position: absolute;
}

.grid span.left {
  height: 100%;
  border-right: 2px solid #EBEBEB;
  left: 17.3913043%;
}

@media screen and (max-width: 768px) {
  .grid span.left {
    left: 33%;
  }
}

.grid span.center {
  height: 100%;
  border-right: 2px solid #EBEBEB;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .grid span.center {
    left: 66%;
  }
}

.grid span.right {
  height: 100%;
  border-right: 2px solid #EBEBEB;
  right: 17.3913043%;
}

@media screen and (max-width: 768px) {
  .grid span.right {
    display: none;
  }
}

.top-heading01 {
  margin-bottom: 58px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-heading01 {
    margin-bottom: 10.66667vw;
  }
}

.top-heading01 h2 {
  margin-bottom: 10px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212a31;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .top-heading01 h2 {
    margin-bottom: 2.13333vw;
    font-size: 10.66667vw;
  }
}

.top-heading01 small {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-heading01 small {
    font-size: 3.46667vw;
  }
}

.top-heading02 h2 {
  margin-bottom: 10px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212a31;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .top-heading02 h2 {
    margin-bottom: 2.13333vw;
    font-size: 10.66667vw;
  }
}

.top-heading02 small {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-heading02 small {
    font-size: 3.46667vw;
  }
}

.top-order-heading {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #616161;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top-order-heading {
    margin-bottom: 4.8vw;
    font-size: 4.26667vw;
  }
}

.heading01 {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading01 {
    margin-bottom: 16.8vw;
  }
}

.is-RandD-kv .heading01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .is-RandD-kv .heading01 {
    margin-bottom: 5.33333vw;
  }
}

.heading01 h2 {
  margin-bottom: 12px;
  color: #212a31;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .heading01 h2 {
    margin-bottom: 2.13333vw;
    font-size: 10.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .heading01 h2.is-brandBusiness {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .is-sdgs-kv .heading01 h2 {
    margin-bottom: 0;
  }
}

.heading01 small {
  font-weight: 400;
  font-size: 13px;
  color: #616161;
}

@media screen and (max-width: 768px) {
  .heading01 small {
    font-size: 3.2vw;
  }
}

.is-RandD-kv .heading01 small {
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .is-RandD-kv .heading01 small {
    margin-bottom: 5.33333vw;
  }
}

.heading01 .lead {
  font-size: 14px;
  color: #212a31;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .heading01 .lead {
    font-size: 3.46667vw;
    padding: 0 7.46667vw;
  }
}

.heading02 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading02 {
    margin-bottom: 5.33333vw;
  }
}

.heading02 h3 {
  margin-bottom: 8px;
  color: #212a31;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .heading02 h3 {
    margin-bottom: 2.13333vw;
    font-size: 6.4vw;
  }
}

.heading02 small {
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .heading02 small {
    font-size: 3.2vw;
  }
}

.heading02 p {
  margin: 40px auto 0;
  width: 640px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .heading02 p {
    width: 100%;
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.is-RandD-body .heading02 p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .is-RandD-body .heading02 p {
    margin-bottom: 10.66667vw;
  }
}

.heading03 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #212A31;
}

.top-headline {
  width: 66.9565%;
}

@media screen and (max-width: 768px) {
  .top-headline {
    margin: 8.53333vw 0 0;
    width: 100%;
  }
}

.top-headline article:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .top-headline article:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .top-headline article:last-of-type {
    margin-bottom: 14.93333vw;
  }
}

.top-headline article a {
  color: #212a31;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

.top-headline article a time {
  width: 64px;
  margin-right: 30px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-headline article a time {
    width: 20%;
    margin-right: 6.25%;
    font-size: 3.73333vw;
  }
}

.top-headline article a h3 {
  width: calc(100% - 94px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top-headline article a h3 {
    width: calc(100% - 20% - 6.25%);
    font-size: 3.73333vw;
  }
}

.top-headline__btn-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .top-headline__btn-group {
    justify-content: center;
  }
}

.headline {
  margin-bottom: 80px;
  width: 100%;
  border-top: 1px #E0E0E0 solid;
}

@media screen and (max-width: 768px) {
  .headline {
    margin: 0 0 16.8vw;
    width: 100%;
  }
}

.headline article {
  border-bottom: 1px #E0E0E0 solid;
}

.headline article a {
  padding: 20px 0;
  color: #212a31;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .headline article a {
    padding: 2.13333vw 0;
    justify-content: space-between;
  }
}

.headline article a time {
  width: 64px;
  margin-right: 30px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .headline article a time {
    margin: 0;
    width: 23.5%;
    font-size: 3.73333vw;
  }
}

.headline article a h3 {
  width: calc(100% - 94px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .headline article a h3 {
    width: 72%;
    font-size: 3.46667vw;
  }
}

.headline__btn-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .headline__btn-group {
    justify-content: center;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.case-study-thumb-2col {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col {
    display: block;
    margin-bottom: 16vw;
  }
}

.case-study-thumb-2col.is-right {
  flex-flow: row-reverse;
}

.case-study-thumb-2col .thumb-lg {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col .thumb-lg {
    width: 69.33333vw;
  }
}

.case-study-thumb-2col .thumb-lg span {
  margin-bottom: 20%;
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.3333%;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col .thumb-lg span {
    margin-bottom: 8.53333vw;
  }
}

.case-study-thumb-2col .thumb-sm {
  width: 26%;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col .thumb-sm {
    margin: 0 0 0 auto;
    width: 32vw;
  }
}

.case-study-thumb-2col .thumb-sm span {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col.is-right .thumb-lg {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .case-study-thumb-2col.is-right .thumb-sm {
    margin: 0 auto 0 0;
  }
}

.case-study-thumb-1col {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-1col {
    margin-bottom: 16vw;
  }
}

.case-study-thumb-1col .thumb {
  width: 69.5652174%;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .case-study-thumb-1col .thumb {
    width: 100%;
  }
}

.case-study-thumb-1col .thumb.is-center {
  margin-right: auto;
  margin-left: auto;
}

.case-study-thumb-1col .thumb.is-right {
  margin-right: 0;
  margin-left: auto;
}

.case-study-thumb-1col .thumb span {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.case-study-details-unit {
  margin-bottom: 120px;
  margin-right: auto;
  margin-left: 0;
  width: 640px;
}

@media screen and (max-width: 768px) {
  .case-study-details-unit {
    margin-bottom: 16vw;
    width: 100%;
  }
}

.case-study-details-unit.is-center {
  margin-right: auto;
  margin-left: auto;
}

.case-study-details-unit.is-right {
  margin-right: 0;
  margin-left: auto;
}

.case-study-details-unit .title {
  margin-bottom: 42px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .case-study-details-unit .title {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
  }
}

.case-study-details-unit .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #424242;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .case-study-details-unit .text {
    font-size: 3.2vw;
  }
}

.top-case-list {
  margin: 0 0 92px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .top-case-list {
    margin-bottom: 21.33333vw;
  }
}

.top-case-list li {
  padding: 40px 0 45px;
  width: calc(50% - 80px / 2);
  border-bottom: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .top-case-list li {
    padding: 8.53333vw 0 10.13333vw;
    width: 100%;
  }
}

.top-case-list li:nth-child(1) {
  border-top: 3px #212A31 solid;
}

.top-case-list li:nth-child(2) {
  border-top: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .top-case-list li:nth-child(2) {
    border-top: none;
  }
}

.top-case-list li:nth-child(odd) {
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .top-case-list li:nth-child(odd) {
    margin-right: 0;
  }
}

.top-case-list li a {
  display: block;
}

.top-case-list li a figure {
  margin-bottom: 24px;
  position: relative;
  padding-top: 56.19%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-case-list li a figure {
    padding-top: 48vw;
  }
}

.top-case-list li a figure .plus-icon {
  padding: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 201;
  opacity: 0;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.top-case-list li a figure span {
  padding: 6px 13px;
  display: block;
  background: #D9B500;
  border-radius: 2px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .top-case-list li a figure span {
    padding: 1.33333vw 3.46667vw;
    border-radius: 0.53333vw;
    font-size: 3.2vw;
    top: 2.66667vw;
    left: 2.66667vw;
  }
}

.top-case-list li a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.top-case-list li a figure .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  z-index: 200;
  opacity: 0;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.top-case-list li a h3 {
  margin-bottom: 14px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212a31;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top-case-list li a h3 {
    font-size: 3.73333vw;
  }
}

.top-case-list li a p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.top-case-list li a p svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .top-case-list li a p svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.top-case-list li a p span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #828282;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .top-case-list li a p span {
    font-size: 3.2vw;
  }
}

.top-case-list a:hover {
  opacity: 1;
}

.top-case-list a:hover figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.top-case-list a:hover figure .plus-icon {
  opacity: 1;
}

.top-case-list a:hover figure .overlay {
  background-color: #424242;
  opacity: .6;
}

.order-list01 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .order-list01 {
    margin-bottom: 5.86667vw;
  }
}

.order-list01 li {
  width: calc(33% - 24px * 2 / 3);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .order-list01 li {
    margin-bottom: 40px;
  }
  .order-list01 li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .order-list01 li {
    margin: 0 0 4.8vw 0;
    width: calc(50% - 2.5210% / 2);
    min-height: 69.33333vw;
    border-radius: 1.06667vw;
  }
  .order-list01 li:not(:nth-child(even)) {
    margin-right: 2.5210%;
  }
}

.order-list01 li figure {
  padding-top: 72.41%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .order-list01 li figure {
    padding-top: 33.6vw;
  }
}

.order-list01 li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.order-list01 li .content {
  padding: 20px 24px;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content {
    padding: 3.2vw 2.66667vw;
  }
}

.order-list01 li .content h4 {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid #BDBDBD;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content h4 {
    margin-bottom: 5.06667vw;
    padding-bottom: 2.4vw;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.order-list01 li .content .text {
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content .text {
    font-size: 3.2vw;
    font-weight: 400;
  }
}

.order-list01 li .content h5 {
  margin: 24px 0 4px;
  color: #757575;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content h5 {
    margin-bottom: 0vw;
    font-size: 3.2vw;
  }
}

.order-list01 li .content .size-text {
  padding: 7px 8px;
  background: #EEEEEE;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content .size-text {
    padding: 1.06667vw;
  }
}

.order-list01 li .content .size-text p {
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .order-list01 li .content .size-text p {
    font-size: 3.2vw;
    font-weight: 400;
  }
}

.order-list02 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.order-list02 li {
  width: calc(33% - 24px * 2 / 3);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .order-list02 li {
    margin-bottom: 24px;
  }
  .order-list02 li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .order-list02 li {
    margin: 0 0 4.8vw 0;
    width: calc(50% - 2.5210% / 2);
    border-radius: 1.06667vw;
  }
  .order-list02 li:not(:nth-child(even)) {
    margin-right: 2.5210%;
  }
}

.order-list02 li figure {
  padding-top: 34.48%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .order-list02 li figure {
    padding-top: 16vw;
  }
}

.order-list02 li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.order-list02 li .content {
  padding: 20px 24px;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content {
    padding: 3.2vw 2.66667vw;
  }
}

.order-list02 li .content h4 {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid #BDBDBD;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content h4 {
    margin-bottom: 5.06667vw;
    padding-bottom: 2.4vw;
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

.order-list02 li .content .text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content .text {
    margin-bottom: 5.6vw;
    font-size: 3.2vw;
    font-weight: 400;
  }
}

.order-list02 li .content h5 {
  margin: 0 0 4px;
  color: #757575;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content h5 {
    margin-bottom: 0vw;
    font-size: 3.2vw;
  }
}

.order-list02 li .content .size-text {
  padding: 7px 8px;
  background: #EEEEEE;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content .size-text {
    padding: 1.06667vw;
  }
}

.order-list02 li .content .size-text p {
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .order-list02 li .content .size-text p {
    font-size: 3.2vw;
    font-weight: 400;
  }
}

.top-brand-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 58px 80px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .top-brand-list {
    gap: 40px 0;
  }
}

.top-brand-list li {
  width: calc(50% - 80px / 2);
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .top-brand-list li {
    width: 100%;
  }
}

.top-brand-list li figure {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-brand-list li figure {
    margin-bottom: 4.26667vw;
  }
}

.top-brand-list li h3 {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .top-brand-list li h3 {
    margin-bottom: 4.26667vw;
    font-size: 3.73333vw;
  }
}

.top-brand-list li p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .top-brand-list li p {
    margin-bottom: 4.26667vw;
    font-size: 3.46667vw;
  }
}

.top-brand-list li .btn {
  margin: auto auto 0;
  padding: 14px 24px;
  width: 100%;
  max-width: 280px;
  height: 64px;
  border: 1px #212a31 solid;
  color: #212a31;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.14em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-brand-list li .btn {
    padding: 0 6.4vw;
    height: 17.06667vw;
    max-width: 100%;
    margin-bottom: 4.26667vw;
    border-width: 0.26667vw;
  }
}

.top-brand-list li .btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.technology-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-list li {
  margin-bottom: 80px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .technology-list li {
    margin-bottom: 10.66667vw;
  }
}

.technology-list li .thumb {
  width: 52.173913%;
}

@media screen and (max-width: 768px) {
  .technology-list li .thumb {
    width: 100%;
  }
}

.technology-list li .thumb figure {
  padding-top: 66.6666%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technology-list li .thumb figure {
    padding-top: 56.8vw;
    margin-bottom: 6.4vw;
  }
}

.technology-list li .thumb figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.technology-list li .content {
  width: calc(100% - 52.173913%);
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .technology-list li .content {
    width: 100%;
    padding: 0;
  }
}

.technology-list li .content h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px #212a31 solid;
  color: #212a31;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .technology-list li .content h3 {
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
    font-size: 4.26667vw;
  }
}

.technology-list li .content .text-unit > * {
  color: #212a31;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .technology-list li .content .text-unit > * {
    font-size: 3.46667vw;
  }
}

.brand-business-list article {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .brand-business-list article {
    margin-bottom: 16vw;
  }
}

.brand-business-list article figure {
  margin-bottom: 40px;
  width: 100%;
}

.brand-business-list article figure a {
  padding-top: 21.7391%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .brand-business-list article figure a {
    margin-bottom: 5.33333vw;
    padding-top: 37.5%;
  }
}

.brand-business-list article figure a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-business-list article .content {
  display: flex;
  flex-flow: row wrap;
}

.brand-business-list article .content .title {
  padding-top: 16px;
  width: 43.4782%;
  border-top: 3px #212a31 solid;
}

@media screen and (max-width: 768px) {
  .brand-business-list article .content .title {
    width: 100%;
    margin-bottom: 5.33333vw;
    padding-top: 4.26667vw;
    border-width: 0.8vw;
  }
}

.brand-business-list article .content .title h3 {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.44;
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
  .brand-business-list article .content .title h3 {
    font-size: 5.86667vw;
  }
}

.brand-business-list article .content .title small {
  font-weight: 400;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .brand-business-list article .content .title small {
    font-size: 3.2vw;
  }
}

.brand-business-list article .content .text-unit {
  margin: 0;
  padding-left: 40px;
  width: calc(100% - 43.4782%);
}

@media screen and (max-width: 768px) {
  .brand-business-list article .content .text-unit {
    padding: 0;
    width: 100%;
  }
}

.brand-business-list article .content .text-unit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .brand-business-list article .content .text-unit p {
    font-size: 3.46667vw;
  }
}

.our-strength-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.our-strength-list li {
  width: calc(33% - 25px * 2 / 3);
}

@media screen and (min-width: 769px) {
  .our-strength-list li {
    margin-bottom: 80px;
  }
  .our-strength-list li:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .our-strength-list li {
    width: 100%;
  }
  .our-strength-list li:not(:last-child) {
    margin-bottom: 8.53333vw;
  }
}

.our-strength-list li h4 {
  margin-bottom: 40px;
  padding: 18px 0;
  background: #616161;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .our-strength-list li h4 {
    margin-bottom: 5.33333vw;
    padding: 2.66667vw 0;
    font-size: 3.46667vw;
  }
}

.our-strength-list li .content p {
  padding-left: 16px;
  border-left: 2px #c2a200 solid;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .our-strength-list li .content p {
    padding-left: 4.26667vw;
    font-size: 3.73333vw;
  }
}

.our-strength-list li .content p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .our-strength-list li .content p:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.our-teams-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.our-teams-list li {
  width: calc(50% - 80px / 2);
}

@media screen and (min-width: 769px) {
  .our-teams-list li {
    margin-bottom: 40px;
  }
  .our-teams-list li:nth-child(odd) {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .our-teams-list li {
    width: 100%;
  }
  .our-teams-list li:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.our-teams-list li figure {
  margin-bottom: 20px;
  height: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .our-teams-list li figure {
    margin-bottom: 4.26667vw;
    height: 32vw;
  }
}

.our-teams-list li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.our-teams-list li h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .our-teams-list li h4 {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.our-teams-list li .text-unit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .our-teams-list li .text-unit p {
    font-size: 3.46667vw;
  }
}

.recruit-teams-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.recruit-teams-list li {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li {
    margin-bottom: 5.33333vw;
  }
}

.recruit-teams-list li .thumb {
  width: 52.173913%;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .thumb {
    width: 100%;
  }
}

.recruit-teams-list li .thumb figure {
  width: 100%;
  padding-top: 66.6666%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .thumb figure {
    margin-bottom: 5.33333vw;
    width: 100%;
    height: 56.53333vw;
  }
}

.recruit-teams-list li .thumb figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-teams-list li .content {
  padding-left: 40px;
  width: calc(100% - 52.173913%);
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .content {
    padding: 0;
    width: 100%;
  }
}

.recruit-teams-list li .content .text-unit {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .content .text-unit {
    margin-bottom: 4.26667vw;
  }
}

.recruit-teams-list li .content .text-unit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .content .text-unit p {
    font-size: 3.46667vw;
  }
}

.recruit-teams-list li .content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .recruit-teams-list li .content h4 {
    font-size: 3.73333vw;
  }
}

.related-list {
  margin: 0 0 92px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .related-list {
    margin-bottom: 16.53333vw;
  }
}

.related-list li {
  margin: 0 80px 0 0;
  width: 420px;
  border-top: 3px #212A31 solid;
  border-bottom: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .related-list li {
    margin-right: 4.8vw;
    width: 85.33333vw;
    border-width: 0.8vw;
  }
}

.related-list li a {
  padding: 40px 0 45px;
  display: block;
  outline: none;
}

@media screen and (max-width: 768px) {
  .related-list li a {
    padding: 8.53333vw 0 10.13333vw;
  }
}

.related-list li a figure {
  margin-bottom: 24px;
  position: relative;
  padding-top: 56.19%;
  overflow: hidden;
}

.related-list li a figure .plus-icon {
  padding: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 201;
  opacity: 0;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.related-list li a figure span {
  padding: 6px 13px;
  display: block;
  background: #D9B500;
  border-radius: 2px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 300;
}

@media screen and (max-width: 768px) {
  .related-list li a figure span {
    padding: 1.33333vw 3.46667vw;
    border-radius: 0.53333vw;
    font-size: 3.2vw;
    top: 2.66667vw;
    left: 2.66667vw;
  }
}

.related-list li a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.related-list li a figure .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  z-index: 200;
  opacity: 0;
  transition: all .6s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.related-list li a h3 {
  margin-bottom: 14px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212a31;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .related-list li a h3 {
    font-size: 3.73333vw;
  }
}

.related-list li a p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.related-list li a p svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .related-list li a p svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.related-list li a p span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #828282;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .related-list li a p span {
    font-size: 3.2vw;
  }
}

.related-list a:hover {
  opacity: 1;
}

.related-list a:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.related-list a:hover figure .plus-icon {
  opacity: 1;
}

.related-list a:hover figure .overlay {
  background-color: #424242;
  opacity: .6;
}

.case-tag-list {
  margin: 0 0 80px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  gap: 16px 12px;
}

@media screen and (max-width: 768px) {
  .case-tag-list {
    margin-bottom: 14.66667vw;
    margin-right: calc(50% - 50vw);
    padding-right: 7.46667vw;
    padding-bottom: 1.33333vw;
    gap: 0 3.2vw;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

.case-tag-list__item a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 220%;
  letter-spacing: 0.06em;
  color: #212A31;
  padding: 3px 12px 4px 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width: 768px) {
  .case-tag-list__item a {
    padding: 0.8vw 3.2vw 1.06667vw 3.2vw;
    font-size: 3.2vw;
    white-space: nowrap;
  }
}

.case-tag-list__item a:hover {
  color: rgba(33, 42, 49, 0.6);
  opacity: 1;
}

.case-tag-list__item.is-current a {
  background: #212A31;
  color: #fff;
  pointer-events: none;
}

.h-nav {
  width: calc(100% - 232px);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1230px) {
  .h-nav {
    width: calc(100% - 212px);
  }
}

@media screen and (max-width: 1100px) {
  .h-nav {
    width: calc(100% - 202px);
  }
}

@media screen and (max-width: 980px) {
  .h-nav {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  .is-viewNav .h-nav {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.h-nav__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .h-nav__body {
    height: 100%;
    margin: 66px 0 0;
    padding: 24.53333vw 0 66px;
    background: #212A31;
    border-top: 1px #fff solid;
    flex-flow: column;
    align-items: flex-start;
    overflow: scroll;
  }
}

@media screen and (max-width: 768px) {
  .h-nav__body {
    margin: 17.6vw 0 0;
  }
}

.h-nav__body > li {
  padding: 0;
  min-width: 65px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) {
  .h-nav__body > li {
    min-width: 39px;
  }
}

@media screen and (max-width: 1100px) {
  .h-nav__body > li {
    min-width: 39px;
  }
}

@media screen and (max-width: 980px) {
  .h-nav__body > li {
    margin-bottom: 2.66667vw;
    padding: 0 15.46667vw;
    width: 100%;
    position: relative;
    min-width: 100%;
  }
  .h-nav__body > li:after {
    content: "";
    display: block;
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../svg/chevron_right.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 15.46667vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .h-nav__body > li.is-parent {
    margin-bottom: 8vw;
  }
  .h-nav__body > li:last-of-type {
    margin-bottom: 18.4vw;
  }
}

.h-nav__body > li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1100px) {
  .h-nav__body > li:not(:last-child) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 980px) {
  .h-nav__body > li:not(:last-child) {
    margin-right: 0;
  }
}

.h-nav__body > li:hover > .dropdown {
  opacity: 1;
}

.h-nav__body > li.is-child {
  margin-bottom: 3.2vw;
}

.h-nav__body > li.is-child a {
  font-size: 3.46667vw;
}

.h-nav__body > li.is-child + .is-child {
  margin-bottom: 3.2vw;
}

.h-nav__body > li > a {
  width: 100%;
  display: block;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1230px) {
  .h-nav__body > li > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .h-nav__body > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  .h-nav__body > li > a {
    font-size: 5.33333vw;
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 981px) {
  .h-nav__body > li > a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: attr(data-hover);
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  .h-nav__body > li > a.is-strike:after {
    text-decoration: line-through;
  }
  .h-nav__body > li > a:hover:after, .h-nav__body > li > a:focus:after {
    opacity: 1;
  }
  .h-nav__body > li > a:hover span,
  .h-nav__body > li > a:focus span {
    opacity: 0;
  }
}

@media screen and (max-width: 980px) {
  .h-nav__body > li > a {
    text-align: left;
  }
}

@media screen and (min-width: 981px) {
  .has-header-color .h-nav__body > li > a {
    color: #212a31;
  }
}

@media screen and (min-width: 981px) {
  .h-nav__body > li > .dropdown {
    padding: 18px 12px;
    width: 154px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    background: #fff;
    list-style: none;
    transition: all 0.3s ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  .h-nav__body > li > .dropdown li {
    padding: 8px 0;
  }
  .h-nav__body > li > .dropdown li a {
    color: #212a31;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  .h-nav__body > li > .dropdown li a:hover {
    color: #212a31;
    opacity: .6;
  }
}

.h-nav__body .h-nav__contact, .h-nav__body .h-nav__lang {
  width: 100%;
}

.h-nav__body .h-nav__contact a, .h-nav__body .h-nav__lang {
  height: 25.06667vw;
  background: #fff;
  color: #212a31;
  font-size: 5.33333vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}

.h-nav__body .h-nav__lang {
  padding: 30px;
  text-align: center;
  background: #212A31;
  color: #fff;
}

.h-nav__body .h-nav__lang a {
  color: #fff;
}

.h-nav__body .h-nav__copyright {
  width: 100%;
}

.h-nav__body .h-nav__copyright .inner {
  height: 24.26667vw;
  width: 100%;
  background: #212A31;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.h-nav__body .h-nav__copyright .inner small {
  color: #9E9E9E;
  font-size: 2.66667vw;
  letter-spacing: 0.12em;
}

.h-nav .h-contact, .h-nav .h-lang {
  border-left: 1px #fff solid;
}

.has-header-color .h-nav .h-contact, .has-header-color .h-nav .h-lang {
  border-left: 1px #E0E0E0 solid;
}

@media screen and (max-width: 980px) {
  .h-nav .h-contact {
    width: 100%;
    background: #fff;
    border-left: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.h-nav .h-contact a, .h-nav .h-lang {
  padding: 30px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.has-header-color .h-nav .h-lang {
  padding: 30px;
  color: #212a31 !important;
  margin-left: auto;
}

.h-nav .h-lang, .h-nav .h-lang a {
  color: #fff;
}

.h-nav .h-lang {
  margin-left: auto;
}

@media screen and (max-width: 1230px) {
  .h-nav .h-contact a, .h-nav .h-lang, .has-header-color .h-nav .h-lang {
    padding: 30px 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .h-nav .h-contact a, .h-nav .h-lang, .has-header-color .h-nav .h-lang {
    padding: 30px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  .h-nav .h-contact a, .h-nav .h-lang {
    color: #212a31;
  }
}

.h-nav .h-contact a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-hover);
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.h-nav .h-contact a:hover:after, .h-nav .h-contact a:focus:after {
  opacity: 1;
}

.h-nav .h-contact a:hover span, .h-nav .h-contact a:focus span {
  opacity: 0;
}

.h-nav .h-contact a:hover {
  background: #fff;
  color: #212a31;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .has-header-color .h-nav .h-contact a, .has-header-color .h-nav .h-lang a {
    color: #212a31;
  }
}

.f-nav {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .f-nav {
    width: 100%;
    flex-flow: column;
  }
}

.f-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .f-nav ul {
    padding: 0 15.46667vw;
  }
}

.f-nav ul:not(:last-child) {
  margin-right: 100px;
}

@media screen and (max-width: 900px) {
  .f-nav ul:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .f-nav ul:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}

@media screen and (max-width: 768px) {
  .f-nav ul li {
    position: relative;
  }
  .f-nav ul li:after {
    content: "";
    display: block;
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../svg/chevron_right.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.f-nav ul li:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .f-nav ul li:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.f-nav ul li a {
  color: #fff;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.f-nav ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .f-nav ul li a {
    font-size: 3.73333vw;
  }
}

.f-nav ul li.is-parent {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .f-nav ul li.is-parent {
    margin-bottom: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .f-nav ul > .is-child {
    margin-bottom: 2.66667vw;
  }
}

.f-nav ul > .is-child li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .f-nav ul > .is-child li {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .f-nav ul > .is-child li:not(:last-child) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .f-nav ul > .is-child li:not(:last-of-type) {
    margin-bottom: 2.66667vw;
  }
}

.f-nav ul > .is-child li a {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .f-nav ul > .is-child li a {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .f-nav ul > .is-child li a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../svg/chevron_right.svg") center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .f-nav ul > .is-child li a:after {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.f-nav ul > .is-child li a span {
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .f-nav ul > .is-child li a span:before {
    content: "-";
    margin-right: 12px;
  }
}

@media screen and (min-width: 769px) {
  .f-nav ul > .is-child.is-mb-sm li {
    margin-bottom: 6px;
  }
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.pagination a {
  width: 48px;
  height: 48px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #212a31;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
  .pagination a {
    width: 10.66667vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
}

.pagination a:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .pagination a:not(:last-child) {
    margin-right: 3.2vw;
  }
}

.pagination a:hover {
  background: #EEEEEE;
  opacity: 1;
}

.pagination a.is-current {
  background: #212A31;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .pagination a svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.pager {
  margin: 0 auto;
  width: 640px;
  height: 60px;
  display: flex;
  flex-flow: row wrap;
  border: 1px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .pager {
    width: 100%;
    height: 12.8vw;
  }
}

.pager .prev {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.pager .prev svg {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .pager .prev svg {
    margin-left: 8vw;
    margin-right: 8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.pager .next {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.pager .next svg {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .pager .next svg {
    margin-left: 8vw;
    margin-right: 8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.pager a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #212a31;
}

.pager a.prevInner {
  justify-content: flex-start;
}

.pager a.nextInner {
  justify-content: flex-end;
}

.pager a span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .pager a span {
    font-size: 3.73333vw;
  }
}

.pager a:hover {
  background: #212a31;
  opacity: 1;
}

.pager a:hover span {
  color: #fff;
}

.pager a:hover svg path {
  stroke: #fff;
}

.mv-slider {
  margin: 0;
  padding: 0;
  position: relative;
}

.mv-slider .mv-slider-item {
  position: relative;
  outline: none;
  height: 100vh;
  min-height: 760px;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item {
    min-height: 100vh;
  }
}

.mv-slider .mv-slider-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item img {
    width: 100%;
  }
}

.mv-slider .mv-slider-item .content {
  position: absolute;
  top: 50%;
  left: 140px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content {
    top: auto;
    bottom: 28.3251232%;
    left: 8vw;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mv-slider .mv-slider-item .content__case {
  margin: 0 0 12px;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 2px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #c2a200;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content__case {
    margin-bottom: 3.2vw;
    padding: 1.6vw 3.73333vw;
    border-radius: 0.53333vw;
    font-size: 3.73333vw;
  }
}

.mv-slider .mv-slider-item .content__title {
  margin: 0 0 42px;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: .12em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content__title {
    margin-bottom: 11.2vw;
    font-size: 5.33333vw;
  }
}

.mv-slider .mv-slider-item .content__btn {
  padding: 14px;
  max-width: 116px;
  border: 1px #fff solid;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content__btn {
    padding: 3.73333vw;
    max-width: 30.93333vw;
  }
}

.mv-slider .mv-slider-item .content__btn:hover {
  background: #fff;
  color: #212a31;
  opacity: 1;
}

.mv-slider .mv-slider-item .content__btn:hover svg path {
  fill: #212a31;
}

.mv-slider .mv-slider-item .content__btn span {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .14em;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content__btn span {
    font-size: 3.73333vw;
  }
}

.mv-slider .mv-slider-item .content__btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .content__btn svg {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.mv-slider .mv-slider-item .content__btn svg path {
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.mv-slider .mv-slider-item .place {
  position: absolute;
  bottom: 60px;
  left: 140px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .place {
    bottom: 25.6vw;
    left: 8vw;
  }
}

.mv-slider .mv-slider-item .place svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .place svg {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.66667vw;
  }
}

.mv-slider .mv-slider-item .place span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mv-slider .mv-slider-item .place span {
    font-size: 3.46667vw;
  }
}

.mv-slider .prev-arrow, .mv-slider .next-arrow {
  content: "";
  width: 48px;
  height: 48px;
  background: inherit;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 500;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (max-width: 768px) {
  .mv-slider .prev-arrow, .mv-slider .next-arrow {
    display: none;
  }
}

.mv-slider .prev-arrow:hover, .mv-slider .next-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mv-slider .next-arrow {
  right: 64px;
}

.mv-slider .next-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../../assets/svg/chevron_right.svg") center center no-repeat;
}

.mv-slider .prev-arrow {
  right: 175px;
}

.mv-slider .prev-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../../assets/svg/chevron_left.svg") center center no-repeat;
}

.mv-slider .slide-counter {
  position: absolute;
  top: 50%;
  right: 124px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

.mv-slider .slide-counter .current {
  margin-right: 2px;
}

.mv-slider .slide-counter .total {
  margin-left: 2px;
}

.main-visual {
  position: relative;
}

.main-visual .scroll {
  position: absolute;
  bottom: 64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 500;
  display: none;
  flex-flow: column;
  align-items: center;
}

@media screen and (min-height: 760px) {
  .main-visual .scroll {
    display: flex;
  }
}

@media screen and (max-height: 769px) {
  .main-visual .scroll {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .scroll {
    display: none;
  }
}

.main-visual .scroll span {
  margin-bottom: 4px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.related-slider .slick-list {
  width: 100vw;
  overflow: visible;
}

.related-slider .prev-arrow, .related-slider .next-arrow {
  content: "";
  width: 32px;
  height: 32px;
  background: inherit;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -45px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.related-slider .prev-arrow.slick-disabled, .related-slider .next-arrow.slick-disabled {
  pointer-events: none;
  opacity: .4;
}

.related-slider .next-arrow {
  right: 0px;
}

.related-slider .next-arrow:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("./../../assets/svg/chevron-black_right.svg") center center no-repeat;
}

.related-slider .prev-arrow {
  right: 56px;
}

.related-slider .prev-arrow:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("./../../assets/svg/chevron-black_left.svg") center center no-repeat;
}

.detail-slider02 {
  margin-bottom: 22px;
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media screen and (max-width: 768px) {
  .detail-slider02 {
    margin-bottom: 3.73333vw;
  }
}

.detail-slider02 li {
  max-width: 640px;
  position: relative;
}

.detail-slider02 li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(48, 52, 54, 0.4), rgba(48, 52, 54, 0.6));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.detail-slider02 li.slick-current:before {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .detail-slider02 li {
    width: 85.33333vw;
  }
}

.detail-slider02 li.slick-center {
  margin-right: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .detail-slider02 li.slick-center {
    margin-right: 2.66667vw;
    margin-left: 2.66667vw;
  }
}

.detail-slider02 .prev-arrow, .detail-slider02 .next-arrow {
  content: "";
  width: 48px;
  height: 48px;
  background: inherit;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.detail-slider02 .next-arrow {
  right: 11.6666%;
}

.detail-slider02 .next-arrow:hover {
  background: #FFFFFF66;
}

.detail-slider02 .next-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../../assets/svg/chevron-white_right.svg") center center no-repeat;
}

.detail-slider02 .prev-arrow {
  left: 11.6666%;
}

.detail-slider02 .prev-arrow:hover {
  background: #FFFFFF66;
}

.detail-slider02 .prev-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../../assets/svg/chevron-white_left.svg") center center no-repeat;
}

.detail-slider02-list {
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  position: relative;
}

.detail-slider02-list li {
  margin-bottom: 10px;
  width: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .detail-slider02-list li {
    margin-bottom: 2.13333vw;
    width: 8.53333vw;
  }
}

.detail-slider02-list li:not(last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .detail-slider02-list li:not(last-child) {
    margin-right: 2.13333vw;
  }
}

.detail-slider02-list li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(48, 52, 54, 0.4), rgba(48, 52, 54, 0.6));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.detail-slider02-list li.thumbnail-current:before {
  opacity: 0;
}

.table01 {
  width: 100%;
}

.table01 caption {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table01 caption {
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.table01 tbody th {
  padding: 4px 0;
  width: 160px;
  color: #757575;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table01 tbody th {
    width: 24.53333vw;
    font-size: 3.46667vw;
  }
}

.table01 tbody td {
  padding-left: 40px;
  width: calc(100% - 160px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .table01 tbody td {
    padding-left: 2.13333vw;
    padding-bottom: 2.13333vw;
    width: calc(100% - 24.53333vw);
    font-size: 3.46667vw;
  }
}

.form-table {
  width: 100%;
}

.form-table caption {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .form-table caption {
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.form-table tbody {
  display: block;
}

.form-table tbody th {
  padding: 4px 0;
  width: 217px;
  color: #757575;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .form-table tbody th {
    padding-bottom: 2.13333vw;
    display: block;
    width: 100%;
    font-size: 3.46667vw;
  }
}

.form-table tbody td {
  padding-bottom: 32px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .form-table tbody td {
    padding: 0 0 5.33333vw;
    display: block;
    width: 100%;
  }
}

.form-table tbody td small {
  display: block;
  margin: 19px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .form-table tbody td small {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

.form-table tbody td small.is-color-gray80 {
  color: #616161;
}

.form-table .is-2cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-text-unit p {
  margin: 80px 0 32px;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .page-text-unit p {
    font-size: 3.46667vw;
    letter-spacing: .04em;
  }
}

.text-unit
> *:last-child {
  margin-bottom: 0;
}

.kv {
  position: relative;
}

.kv-bnr {
  width: 240px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 4px;
  overflow-x: hidden;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .kv-bnr {
    margin: 0 auto 62px;
    width: 80vw;
    border-radius: 1.06667vw;
    position: static;
    -webkit-filter: none;
    filter: none;
  }
}

.kv-bnr > a {
  display: block;
  transition: all 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.kv-bnr > a:hover {
  opacity: 0.8;
}

.kv-bnr figure {
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .kv-bnr figure {
    height: 21.33333vw;
  }
}

.kv-bnr figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv-bnr .content {
  padding: 7px 0 8px;
  background: #424242;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kv-bnr .content {
    padding: 1.86667vw 0 2.13333vw;
  }
}

.kv-bnr .content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
}

@media screen and (max-width: 768px) {
  .kv-bnr .content p {
    font-size: 3.46667vw;
  }
}

.kv-bnr .content .icon {
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .kv-bnr .content .icon {
    margin-left: 1.6vw;
  }
}

.top-order-list-unit {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-order-list-unit {
    margin-bottom: 5.86667vw;
  }
}

.top-technology {
  padding: 82px 64px;
  background: url("../img/index/our-technology_pc.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .top-technology {
    padding: 14.4vw 7.46667vw 20.8vw;
    background: url("../img/index/our-technology_sp.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0;
  }
}

.top-technology h4 {
  margin-bottom: 40px;
  color: #fff;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.44;
}

@media screen and (max-width: 768px) {
  .top-technology h4 {
    margin-bottom: 3.73333vw;
    font-size: 7.46667vw;
  }
}

.top-technology .text {
  margin-bottom: 42px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .top-technology .text {
    margin-bottom: 8.53333vw;
    font-size: 3.2vw;
  }
}

.top-technology .btn {
  padding: 14px;
  max-width: 116px;
  border: 1px #fff solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-technology .btn {
    padding: 3.73333vw;
    max-width: 30.93333vw;
  }
}

.top-technology .btn span {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .top-technology .btn span {
    font-size: 3.73333vw;
  }
}

.top-technology .btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 768px) {
  .top-technology .btn svg {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.top-technology .btn:hover {
  background: #fff;
  opacity: 1;
}

.top-technology .btn:hover span {
  color: #212a31;
}

.top-technology .btn:hover svg path {
  fill: #212a31;
}

.single-news .thumb {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .single-news .thumb {
    margin: 0 -7.46667vw 16vw;
  }
}

.single-news .content {
  margin: 0 auto 80px;
  padding-top: 20px;
  width: 640px;
  border-top: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .single-news .content {
    margin-bottom: 16vw;
    padding-top: 3.2vw;
    width: 100%;
    border-width: 0.8vw;
  }
}

.single-news .content .data {
  margin-bottom: 20px;
  display: block;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #757575;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .single-news .content .data {
    margin-bottom: 3.2vw;
    font-size: 3.73333vw;
  }
}

.single-news .content .title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .single-news .content .title {
    margin-bottom: 3.2vw;
    font-size: 3.73333vw;
  }
}

.single-news .content .text-unit p {
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .single-news .content .text-unit p {
    font-size: 3.46667vw;
  }
}

.single-case {
  margin: 120px 0 0;
  padding: 42px 0 0;
  border-top: 3px #000 solid;
}

@media screen and (max-width: 768px) {
  .single-case {
    margin-top: 16vw;
    border-width: 0.8vw;
  }
}

.single-case .single-case-head .title {
  margin-bottom: 64px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .title {
    margin-bottom: 10.66667vw;
    font-size: 10.66667vw;
  }
}

.single-case .single-case-head .details-unit {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .details-unit {
    margin-bottom: 8.53333vw;
  }
}

.single-case .single-case-head .details {
  margin-bottom: 40px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .details {
    margin-bottom: 0;
    width: 100%;
  }
  .single-case .single-case-head .details:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.single-case .single-case-head .details span {
  margin-bottom: 14px;
  padding: 10px 12px;
  display: inline-block;
  background: #c2a200;
  border-radius: 3px;
  color: #fff;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .details span {
    margin-bottom: 2.13333vw;
    padding: 2.66667vw 3.2vw;
    font-size: 2.66667vw;
  }
}

.single-case .single-case-head .details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .details p {
    font-size: 3.46667vw;
  }
}

.single-case .single-case-head .eyecatch {
  width: 100%;
  height: 580px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .eyecatch {
    width: 101vw;
    margin: 0 -7.46667vw;
    height: 56.26667vw;
  }
}

.single-case .single-case-head .eyecatch img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.single-case .single-case-head .lead {
  margin-top: -80px;
  margin-bottom: 80px;
  width: 50vw;
  margin-left: calc(50% - 50vw - 20px);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc(50vw - 50%);
  display: block;
  background-color: #c2a200;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .lead {
    margin-bottom: 16vw;
    width: 86vw;
    padding-top: 12.8vw;
    padding-bottom: 12.8vw;
  }
}

.single-case .single-case-head .lead__inner {
  padding: 0 20px;
}

.single-case .single-case-head .lead__inner span {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .single-case .single-case-head .lead__inner span {
    font-size: 5.33333vw;
  }
}

.single-case .single-case-body {
  position: relative;
}

.related-title {
  margin-bottom: 32px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .related-title {
    margin-bottom: 8.53333vw;
    font-size: 5.86667vw;
  }
}

.company-about {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .company-about {
    margin-bottom: 11.2vw;
  }
}

.company-about .title {
  color: #212a31;
  width: 320px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .company-about .title {
    margin-bottom: 5.33333vw;
    width: 100%;
    font-size: 5.33333vw;
  }
}

.company-about .text-unit {
  width: calc(100% - 320px);
}

@media screen and (max-width: 768px) {
  .company-about .text-unit {
    width: 100%;
  }
}

.company-about .text-unit p {
  padding-left: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .company-about .text-unit p {
    padding: 0;
    font-size: 3.73333vw;
  }
}

.company-tabs {
  margin: 0 auto 20px;
  width: 760px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .company-tabs {
    margin: 0 -7.46667vw 5.86667vw;
    width: 100vw;
  }
}

.company-tabs a {
  padding: 10px 0;
  width: 25%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .company-tabs a {
    padding: 0;
  }
}

.company-tabs a:hover {
  background: #fff;
  opacity: 1;
}

.company-tabs a span {
  margin-bottom: 8px;
  color: #212a31;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .company-tabs a span {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .company-tabs a svg {
    width: 9.6vw;
    height: 3.2vw;
  }
}

.company-message {
  max-width: 640px;
  margin: 0 auto 120px;
  padding-top: 120px;
  border-top: 1px #E5E5E5 solid;
}

@media screen and (max-width: 768px) {
  .company-message {
    max-width: 100%;
    margin-bottom: 32vw;
    padding-top: 22.66667vw;
  }
}

.company-message .visual {
  margin: 0 calc(50% - 50vw - 1px) 40px;
  width: 101vw;
}

@media screen and (max-width: 768px) {
  .company-message .visual {
    margin-bottom: 5.33333vw;
  }
}

.company-message .text-unit {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .company-message .text-unit {
    margin-bottom: 5.33333vw;
  }
}

.company-message .text-unit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .company-message .text-unit p {
    font-size: 3.46667vw;
  }
}

.company-message .name-unit {
  display: flex;
  flex-flow: row wrap;
}

.company-message .name-unit .thumb {
  width: 43.75%;
}

@media screen and (max-width: 768px) {
  .company-message .name-unit .thumb {
    width: 40.7523511%;
  }
}

.company-message .name-unit .content {
  padding: 48px 60px;
  width: 56.25%;
  background: #212A31;
}

@media screen and (max-width: 768px) {
  .company-message .name-unit .content {
    padding: 8vw;
    width: 59.2476489%;
  }
}

.company-message .name-unit .content .company {
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .company-message .name-unit .content .company {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }
}

.company-message .name-unit .content .name {
  margin-bottom: 6px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .06em;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .company-message .name-unit .content .name {
    margin-bottom: 1.6vw;
    font-size: 3.73333vw;
  }
}

.company-message .name-unit .content .kana {
  color: #BDBDBD;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .company-message .name-unit .content .kana {
    font-size: 3.2vw;
  }
}

.company-our-strength {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .company-our-strength {
    margin-bottom: 32vw;
  }
}

.company-our-teams {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company-our-teams {
    margin-bottom: 32vw;
  }
}

.our-info {
  margin-bottom: 80px;
  padding-top: 16px;
  border-top: 3px #212a31 solid;
}

@media screen and (max-width: 768px) {
  .our-info {
    margin: 10.66667vw 0;
    padding-top: 4.26667vw;
    border-width: 0.8vw;
  }
}

.our-history {
  padding-top: 16px;
  border-top: 3px #212a31 solid;
}

@media screen and (max-width: 768px) {
  .our-history {
    padding-top: 4.26667vw;
  }
}

.recruit-about {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .recruit-about {
    margin-bottom: 11.2vw;
    justify-content: left;
  }
}

.recruit-about .title {
  margin-right: 40px;
  color: #212a31;
  width: 320px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .recruit-about .title {
    margin-right: 0;
    margin-bottom: 5.33333vw;
    width: 100%;
    font-size: 5.33333vw;
  }
}

.recruit-about .text-unit {
  width: calc(100% - 360px);
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  .recruit-about .text-unit {
    width: 100%;
    max-width: 100%;
  }
}

.recruit-about .text-unit p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .recruit-about .text-unit p {
    font-size: 3.73333vw;
  }
}

.recruit-tabs {
  margin: 0 auto 20px;
  width: 560px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .recruit-tabs {
    margin: 0 -7.46667vw 5.86667vw;
    width: 100vw;
  }
}

.recruit-tabs a {
  padding: 10px 0;
  width: calc(33% - 60px * 2 / 3);
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .recruit-tabs a:not(:last-child) {
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-tabs a {
    width: 33%;
    padding: 0;
  }
}

.recruit-tabs a:hover {
  background: #fff;
  opacity: 1;
}

.recruit-tabs a span {
  margin-bottom: 8px;
  color: #212a31;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-tabs a span {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit-tabs a svg {
    width: 9.6vw;
    height: 3.2vw;
  }
}

.recruit-teams {
  padding-top: 120px;
  border-top: 1px #E5E5E5 solid;
}

@media screen and (max-width: 768px) {
  .recruit-teams {
    padding-top: 21.33333vw;
  }
}

.recruit-teams-unit {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .recruit-teams-unit {
    margin-bottom: 32vw;
  }
}

.requirements-item {
  margin-bottom: 80px;
  padding-top: 16px;
  border-top: 3px #212a31 solid;
}

@media screen and (max-width: 768px) {
  .requirements-item {
    margin: 10.66667vw 0;
    padding-top: 4.26667vw;
    border-width: 0.8vw;
  }
}

@media screen and (max-width: 768px) {
  .details-about .heading02,
  .details-history .heading02,
  .details-feature .heading02,
  .details-gallery .heading02,
  .details-contact .heading02 {
    margin-bottom: 10.66667vw;
  }
}

.details-about .heading02 p,
.details-history .heading02 p,
.details-feature .heading02 p,
.details-gallery .heading02 p,
.details-contact .heading02 p {
  text-align: left;
}

.details-about {
  margin-bottom: 90px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-about {
    margin-bottom: 11.2vw;
  }
}

.is-sdgs .details-about {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .is-sdgs .details-about {
    padding: 0;
    margin-bottom: 16.53333vw;
  }
}

.details-about .title {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .details-about .title {
    margin-bottom: 5.33333vw;
    width: 42.66667vw;
    font-size: 5.33333vw;
  }
}

.is-decastelli .details-about .title {
  width: 240px;
}

@media screen and (max-width: 768px) {
  .is-decastelli .details-about .title {
    width: 46.66667vw;
  }
}

.details-about .thumb {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .details-about .thumb {
    margin: 0 auto 5.33333vw;
    width: 42.66667vw;
  }
}

.details-about .text-unit {
  width: calc(100% - 235px);
}

@media screen and (max-width: 768px) {
  .details-about .text-unit {
    width: 100%;
  }
}

.is-decastelli .details-about .text-unit {
  width: calc(100% - 240px);
}

@media screen and (max-width: 768px) {
  .is-decastelli .details-about .text-unit {
    width: 100%;
  }
}

.is-sdgs .details-about .text-unit {
  width: calc(100% - 200px);
  padding-left: 160px;
}

@media screen and (max-width: 768px) {
  .is-sdgs .details-about .text-unit {
    padding: 0;
    width: 100%;
  }
}

.is-sdgs .details-about .text-unit p {
  padding: 0;
  line-height: 1.8;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
}

.is-sdgs .details-about .text-unit .text {
  margin-bottom: 42px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .is-sdgs .details-about .text-unit .text {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.is-sdgs .details-about .text-unit .remarks {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .is-sdgs .details-about .text-unit .remarks {
    font-size: 3.46667vw;
  }
}

.details-about .text-unit p {
  padding-left: 125px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .details-about .text-unit p {
    padding: 0;
    font-size: 3.73333vw;
  }
}

.details-tabs {
  margin: 0 auto 20px;
  max-width: 760px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-tabs {
    margin: 0 -7.46667vw 5.86667vw;
    max-width: 100vw;
  }
}

.is-decastelli .details-tabs {
  justify-content: center;
}

.details-tabs a {
  padding: 10px 0;
  width: 25%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .details-tabs a {
    padding: 0;
  }
}

.details-tabs a:hover {
  background: #fff;
  opacity: 1;
}

.details-tabs a span {
  margin-bottom: 8px;
  color: #212a31;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .details-tabs a span {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .details-tabs a svg {
    width: 9.6vw;
    height: 3.2vw;
  }
}

.details-history {
  margin-bottom: 120px;
  padding-top: 120px;
  border-top: 1px #E5E5E5 solid;
}

@media screen and (max-width: 768px) {
  .details-history {
    margin-bottom: 32vw;
    padding-top: 22.66667vw;
  }
}

.details-history .btn-group {
  margin-top: 16px;
  margin-bottom: 64px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .details-history .btn-group {
    margin-top: 5.33333vw;
    margin-bottom: 10.66667vw;
  }
}

.details-history .btn-group .btn {
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 64px;
  border: 1px solid #212A31;
  color: #212a31;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .details-history .btn-group .btn {
    width: 100%;
    max-width: 100%;
    height: 17.06667vw;
    padding: 0 6.4vw;
    border-width: 0.26667vw;
    font-size: 3.2vw;
  }
  .details-history .btn-group .btn:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.details-history .btn-group .btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-history .btn-group .btn svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.details-history .btn-group .btn svg.is-icon-blank {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .details-history .btn-group .btn svg.is-icon-blank {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.details-history .detail-slider01 {
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.details-history .detail-slider01 .detail-slider01-item {
  width: calc(33.3333%);
}

.details-history .text-unit {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .details-history .text-unit {
    margin-bottom: 5.33333vw;
  }
}

.details-history .text-unit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .details-history .text-unit p {
    font-size: 3.46667vw;
  }
}

.details-history .name-text {
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .details-history .name-text {
    font-size: 3.46667vw;
  }
}

.details-feature {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .details-feature {
    margin-bottom: 32vw;
  }
}

.details-feature .featureList {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.details-feature .featureList li {
  margin-bottom: 40px;
  width: calc(50% - 80px / 2);
}

@media screen and (min-width: 769px) {
  .details-feature .featureList li:nth-child(odd) {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .details-feature .featureList li {
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.details-feature .featureList li .thumb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .details-feature .featureList li .thumb {
    margin-bottom: 4.26667vw;
  }
}

.details-feature .featureList li .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .details-feature .featureList li .title {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.details-feature .featureList li .text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-feature .featureList li .text {
    font-size: 3.46667vw;
  }
}

.details-gallery {
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .details-gallery {
    margin-bottom: 15.46667vw;
  }
}

.details-movie {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .details-movie {
    margin-bottom: 32vw;
  }
}

.details-movie .unit:not(:last-child) {
  margin-bottom: 84px;
}

@media screen and (max-width: 768px) {
  .details-movie .unit:not(:last-child) {
    margin-bottom: 17.06667vw;
  }
}

.details-movie .title {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .details-movie .title {
    margin-bottom: 2.66667vw;
  }
}

.details-movie .title h3 {
  margin-right: 20px;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .details-movie .title h3 {
    margin-right: 5.33333vw;
    font-size: 5.86667vw;
  }
}

.details-movie .title p {
  color: #616161;
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .details-movie .title p {
    font-size: 4.26667vw;
  }
}

.details-how-to-buy {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy {
    margin-bottom: 16vw;
  }
}

.details-how-to-buy .heading02 p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .heading02 p {
    text-align: left;
  }
}

.details-how-to-buy .how-to-content-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap {
    gap: 80px;
  }
}

.details-how-to-buy .how-to-content-wrap .row {
  width: calc(50% - 80px / 2);
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row {
    width: 100%;
  }
}

.details-how-to-buy .how-to-content-wrap .row .title {
  margin-bottom: 40px;
  margin-right: 40px;
  padding-top: 16px;
  width: 100%;
  border-top: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .title {
    margin: 0 0 5.33333vw 0;
    width: 100%;
  }
}

.details-how-to-buy .how-to-content-wrap .row .title h3 {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .title h3 {
    font-size: 5.86667vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .title p {
    font-size: 3.2vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content {
    width: 100%;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content > *:last-child {
  margin-bottom: 0;
}

.details-how-to-buy .how-to-content-wrap .row .content p {
  margin-bottom: 20px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content p {
    margin-bottom: 5.33333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content p.text-size-13px {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content p.text-size-13px {
    font-size: 3.2vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content p.text-size-14px {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content p.text-size-14px {
    font-size: 3.46667vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content h3 {
    margin-bottom: 5.33333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content h3.v2 {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content h3.v2 {
    padding-left: 2.66667vw;
    font-size: 3.73333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content h3.v2:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #212A31;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content h3.v2:before {
    width: 0.8vw;
    height: 4.26667vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content h3.v1 {
  padding: 17px 24px;
  background: #616161;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content h3.v1 {
    padding: 3.73333vw 6.4vw;
    font-size: 3.73333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .btn-group {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group {
    margin-bottom: 5.33333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn {
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: calc(50% - 20px / 2);
  height: 64px;
  border: 1px solid #212A31;
  color: #212a31;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn {
    width: 100%;
    height: 17.06667vw;
    padding: 0 6.4vw;
    border-width: 0.26667vw;
    font-size: 3.2vw;
  }
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn.is-1cols {
  width: 100%;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn.is-1cols {
    max-width: 100%;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn svg.is-icon-blank {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .btn-group .btn svg.is-icon-blank {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.details-how-to-buy .how-to-content-wrap .row .content .layout-padding {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .details-how-to-buy .how-to-content-wrap .row .content .layout-padding {
    padding-top: 2.66667vw;
  }
}

.details-member {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .details-member {
    margin-bottom: 16vw;
  }
}

.details-member .row {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-member .row {
    flex-flow: column;
  }
}

.details-member .row:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .details-member .row:not(:last-child) {
    margin-bottom: 16vw;
  }
}

.details-member .row .title {
  margin-right: 40px;
  padding-top: 16px;
  width: 44%;
  border-top: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .details-member .row .title {
    margin: 0 0 5.33333vw 0;
    width: 100%;
  }
}

.details-member .row .title h3 {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .details-member .row .title h3 {
    font-size: 5.86667vw;
  }
}

.details-member .row .title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .details-member .row .title p {
    font-size: 3.2vw;
  }
}

.details-member .row .content {
  width: calc(56% - 40px);
}

@media screen and (max-width: 768px) {
  .details-member .row .content {
    width: 100%;
  }
}

.details-member .row .content > *:last-child {
  margin-bottom: 0;
}

.details-member .row .content p {
  margin-bottom: 20px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-member .row .content p {
    margin-bottom: 5.33333vw;
  }
}

.details-member .row .content p.text-size-13px {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content p.text-size-13px {
    font-size: 3.2vw;
  }
}

.details-member .row .content p.text-size-14px {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content p.text-size-14px {
    font-size: 3.46667vw;
  }
}

.details-member .row .content h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content h3 {
    margin-bottom: 5.33333vw;
  }
}

.details-member .row .content h3.v2 {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .details-member .row .content h3.v2 {
    padding-left: 2.66667vw;
    font-size: 3.73333vw;
  }
}

.details-member .row .content h3.v2:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #212A31;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-member .row .content h3.v2:before {
    width: 0.8vw;
    height: 4.26667vw;
  }
}

.details-member .row .content h3.v1 {
  padding: 17px 24px;
  background: #616161;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-member .row .content h3.v1 {
    padding: 3.73333vw 6.4vw;
    font-size: 3.73333vw;
  }
}

.details-member .row .content .btn-group {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-member .row .content .btn-group {
    margin-bottom: 5.33333vw;
  }
}

.details-member .row .content .btn-group .btn {
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: calc(50% - 20px / 2);
  height: 64px;
  border: 1px solid #212A31;
  color: #212a31;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .details-member .row .content .btn-group .btn:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .details-member .row .content .btn-group .btn {
    width: 100%;
    height: 17.06667vw;
    padding: 0 6.4vw;
    border-width: 0.26667vw;
    font-size: 3.2vw;
  }
  .details-member .row .content .btn-group .btn:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.details-member .row .content .btn-group .btn.is-1cols {
  width: 100%;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content .btn-group .btn.is-1cols {
    max-width: 100%;
  }
}

.details-member .row .content .btn-group .btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-member .row .content .btn-group .btn svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.details-member .row .content .btn-group .btn svg.is-icon-blank {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content .btn-group .btn svg.is-icon-blank {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.details-member .row .content .layout-padding {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .details-member .row .content .layout-padding {
    padding-top: 2.66667vw;
  }
}

.details-contact .row {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-contact .row {
    flex-flow: column;
  }
}

.details-contact .row:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .details-contact .row:not(:last-child) {
    margin-bottom: 16vw;
  }
}

.details-contact .row .title {
  margin-right: 40px;
  padding-top: 16px;
  width: 44%;
  border-top: 3px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .details-contact .row .title {
    margin: 0 0 5.33333vw 0;
    width: 100%;
  }
}

.details-contact .row .title h3 {
  font-family: "din-2014", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .details-contact .row .title h3 {
    font-size: 5.86667vw;
  }
}

.details-contact .row .title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .details-contact .row .title p {
    font-size: 3.2vw;
  }
}

.details-contact .row .content {
  width: calc(56% - 40px);
}

@media screen and (max-width: 768px) {
  .details-contact .row .content {
    width: 100%;
  }
}

.details-contact .row .content > *:last-child {
  margin-bottom: 0;
}

.details-contact .row .content p {
  margin-bottom: 20px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content p {
    margin-bottom: 5.33333vw;
  }
}

.details-contact .row .content p.text-size-13px {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content p.text-size-13px {
    font-size: 3.2vw;
  }
}

.details-contact .row .content p.text-size-14px {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content p.text-size-14px {
    font-size: 3.46667vw;
  }
}

.details-contact .row .content h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content h3 {
    margin-bottom: 5.33333vw;
  }
}

.details-contact .row .content h3.v2 {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content h3.v2 {
    padding-left: 2.66667vw;
    font-size: 3.73333vw;
  }
}

.details-contact .row .content h3.v2:before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #212A31;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-contact .row .content h3.v2:before {
    width: 0.8vw;
    height: 4.26667vw;
  }
}

.details-contact .row .content h3.v1 {
  padding: 17px 24px;
  background: #616161;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content h3.v1 {
    padding: 3.73333vw 6.4vw;
    font-size: 3.73333vw;
  }
}

.details-contact .row .content .btn-group {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .btn-group {
    margin-bottom: 5.33333vw;
  }
}

.details-contact .row .content .btn-group .btn {
  margin: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  width: calc(50% - 20px / 2);
  height: 64px;
  border: 1px solid #212A31;
  color: #212a31;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .details-contact .row .content .btn-group .btn:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .btn-group .btn {
    width: 100%;
    height: 17.06667vw;
    padding: 0 6.4vw;
    border-width: 0.26667vw;
    font-size: 3.2vw;
  }
  .details-contact .row .content .btn-group .btn:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.details-contact .row .content .btn-group .btn.is-1cols {
  width: 100%;
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .btn-group .btn.is-1cols {
    max-width: 100%;
  }
}

.details-contact .row .content .btn-group .btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .btn-group .btn svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.details-contact .row .content .btn-group .btn svg.is-icon-blank {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .btn-group .btn svg.is-icon-blank {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.details-contact .row .content .layout-padding {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .details-contact .row .content .layout-padding {
    padding-top: 2.66667vw;
  }
}

.RandD-section {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .RandD-section {
    margin-bottom: 16vw;
  }
}

.RandD-section.is-purpose {
  padding-top: 120px;
  border-top: 1px #E5E5E5 solid;
}

@media screen and (max-width: 768px) {
  .RandD-section.is-purpose {
    padding-top: 16vw;
  }
}

.RandD-section.is-case-study {
  margin-bottom: 0;
}

.research-purpose-img {
  margin: 0 auto;
  width: 640px;
}

@media screen and (max-width: 768px) {
  .research-purpose-img {
    width: 100%;
  }
}

.RandD-research-List {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.RandD-research-List li {
  margin-bottom: 40px;
  width: calc(50% - 80px / 2);
}

@media screen and (min-width: 769px) {
  .RandD-research-List li:nth-child(odd) {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .RandD-research-List li {
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.RandD-research-List li .thumb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .RandD-research-List li .thumb {
    margin-bottom: 4.26667vw;
  }
}

.RandD-research-List li .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .RandD-research-List li .title {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
}

.RandD-research-List li .text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .RandD-research-List li .text {
    font-size: 3.46667vw;
  }
}

.RandD-slider01 {
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.RandD-slider01 .RandD-slider01-item {
  width: calc(50%);
}

.sdgs-action {
  margin-bottom: 60px;
  padding-top: 23px;
  border-top: 3px solid #212A31;
}

@media screen and (max-width: 768px) {
  .sdgs-action {
    margin-bottom: 8.53333vw;
    padding-top: 4.8vw;
    border-width: 0.8vw;
  }
}

.sdgs-action .inner {
  display: flex;
  flex-flow: row wrap;
}

.sdgs-action .left-body {
  margin-right: 4.3478261%;
  width: 43.4782609%;
}

@media screen and (max-width: 768px) {
  .sdgs-action .left-body {
    margin-right: 0;
    width: 100%;
  }
}

.sdgs-action .right-body {
  width: calc(100% - 43.4782609% - 4.3478261%);
}

@media screen and (max-width: 768px) {
  .sdgs-action .right-body {
    width: 100%;
  }
}

.sdgs-action .heading {
  margin-bottom: 17px;
  padding-bottom: 19px;
  border-bottom: 1px #212A31 solid;
}

@media screen and (max-width: 768px) {
  .sdgs-action .heading {
    margin-bottom: 2.4vw;
    padding-bottom: 2.13333vw;
  }
}

.sdgs-action .heading p {
  margin-bottom: 8px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sdgs-action .heading p {
    margin-bottom: 1.6vw;
    font-size: 3.46667vw;
  }
}

.sdgs-action .heading h3 {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sdgs-action .heading h3 {
    font-size: 3.73333vw;
  }
}

.sdgs-action .text-unit {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .sdgs-action .text-unit {
    margin-bottom: 1.6vw;
  }
}

.sdgs-action .text-unit p:last-child {
  margin-bottom: 0;
}

.sdgs-action .text-unit .text-size-16px {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sdgs-action .text-unit .text-size-16px {
    margin-bottom: 2.13333vw;
    font-size: 3.73333vw;
  }
}

.sdgs-action .text-unit .text-size-14px {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sdgs-action .text-unit .text-size-14px {
    margin-bottom: 2.13333vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .sdgs-action .thumb {
    margin-bottom: 5.33333vw;
  }
}

.sdgs-action .step-title {
  margin-bottom: 20px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .sdgs-action .step-title {
    margin-bottom: 5.33333vw;
    font-size: 3.2vw;
  }
}

.sdgs-action .step-unit {
  display: flex;
  flex-flow: row wrap;
}

.sdgs-action .step-unit .sdg-thumb {
  margin-right: 8px;
  width: 88px;
}

@media screen and (max-width: 768px) {
  .sdgs-action .step-unit .sdg-thumb {
    margin-right: 2.13333vw;
    width: 14.93333vw;
  }
  .sdgs-action .step-unit .sdg-thumb:nth-child(5n) {
    margin-right: 0;
  }
}

.sdgs-foot-text {
  text-align: center;
}

.sdgs-foot-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sdgs-foot-text p {
    font-size: 3.73333vw;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold !important;
}

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

.nowrap {
  white-space: nowrap !important;
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.margin0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.margin-center {
  margin: 0 auto;
}

.mb--lg {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .mb--lg {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 414px) {
  .mb--lg {
    margin-bottom: 50px;
  }
}

.mb--md {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mb--md {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 414px) {
  .mb--md {
    margin-bottom: 20px;
  }
}

.mb--sm {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mb--sm {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 414px) {
  .mb--sm {
    margin-bottom: 10px;
  }
}

.w100p {
  width: 100%;
}

.max-w70p {
  max-width: 70%;
}

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

@media screen and (max-width: 414px) {
  .hidden--sm {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .hidden--slg {
    display: none !important;
  }
}

.visible--slg {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .visible--slg {
    display: block !important;
  }
}

.visible--md {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .visible--md {
    display: block !important;
  }
}

.visible--sm {
  display: none !important;
}

@media screen and (max-width: 414px) {
  .visible--sm {
    display: block !important;
  }
}

.position-relative {
  position: relative;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

@media screen and (max-width: 414px) {
  .d-block--sm {
    display: block !important;
  }
}

.d-table {
  display: table !important;
}

.d-flex {
  display: flex !important;
  -js-display: flex !important;
}

.d-inline {
  display: inline !important;
}
