@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

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

/*color*/
/*mediaquery*/
/*mixin*/
/* Font系 */
/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 100%;
  min-width: 100rem;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.inner {
  width: 98%;
  max-width: 100rem;
  margin: 0 auto;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.clearfix {
  overflow: hidden;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT80 {
  margin-top: 8rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.font-s {
  font-size: 80%;
}

.txt-tb {
  -ms-writing-mode: tb;
      writing-mode: tb;
}

/*==================================================
 * Tags
 *================================================*/
/*block*/
/**
 * img
 */
img {
  height: auto;
  max-width: 100%;
}

/**
 * a
 */
a {
  transition: .3s;
}

/**
 * blockquote
 */
blockquote {
  font-size: 100%;
}

/**
 * media
 */
embed,
iframe,
object {
  max-width: 100%;
}

#header {
  width: 100%;
  height: 7rem;
  padding-top: .7rem;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

#header .inner {
  max-width: 138rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#header .logo {
  margin: .8rem 0 0;
}

#header .logo a, #header .logo img {
  display: block;
}

#header .gnav {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#header .gnav .en {
  display: block;
  font-weight: 500;
  font-size: .9rem;
  color: #a4a4a4;
  line-height: 1;
}

#header .gnav ul {
  align-items: flex-start;
}

#header .gnav ul li {
  margin-top: 1.4rem;
  padding: 0 4rem;
}

#header .gnav ul li:not(:first-child) {
  border-left: 0.1rem solid #000;
}

#header .gnav ul li a:hover {
  opacity: .6;
}

#header .gnav ul li.contact {
  margin-top: 0;
  padding: 0;
  border-left: none;
}

#header .gnav ul li.contact a::before {
  content: '';
  width: 1.27em;
  height: 1em;
  margin-right: .5rem;
  background: url(../img/common/icon-mail.png) no-repeat center/contain;
  transition: .3s;
}

#header .gnav ul li.contact a:hover::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(1);
}

.footer-contact {
  padding: 3rem 0;
  background: #616161;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.footer-contact .title {
  margin: 0 0 2.4rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}

.footer-contact .btn-white {
  margin-top: 2.4rem;
}

.footer-contact .btn-white a {
  padding: 0.1rem 2rem;
  font-size: 1.6rem;
}

.footer-contact .btn-white a::before {
  content: '';
  width: 1.27em;
  height: 1em;
  margin-right: .5rem;
  background: url(../img/common/icon-mail.png) no-repeat center/contain;
  transition: .3s;
}

.footer-contact .btn-white a:hover::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(1);
}

#footer {
  padding: 1.8rem 0 2rem;
  background: #2f2f2f;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

#footer .inner {
  max-width: 138rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#footer .logo {
  margin-bottom: 2.6rem;
}

#footer .address {
  font-size: 1.4rem;
}

#footer .ft-nav {
  font-size: 1.5rem;
  font-weight: bold;
}

#footer .ft-nav a {
  color: #fff;
}

#footer .ft-nav a:hover {
  opacity: .6;
}

#footer .ft-nav ul li {
  margin-left: 4rem;
}

#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

.btn-black a {
  padding: 1.3rem 2rem;
  background: #000;
  border: 0.1rem solid #000;
  border-radius: 5em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-black a:hover {
  background: #fff;
  color: #000;
}

.btn-blue a {
  min-width: 25rem;
  padding: 0.82rem 2.5rem;
  background: #4ba7ff;
  border: 0.1rem solid #4ba7ff;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
}

.btn-blue a::after {
  content: '';
  width: 10rem;
  height: .1rem;
  background: #000;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: -7.5rem;
  z-index: 5;
  pointer-events: none;
}

.btn-blue a:hover {
  background: #fff;
  color: #4ba7ff;
}

.btn-white a {
  min-width: 18rem;
  padding: 1.3rem 2rem;
  border: 0.1rem solid #fff;
  border-radius: 5em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-white a:hover {
  background: #fff;
  color: #000;
}

.bg-gy-left {
  position: relative;
}

.bg-gy-left::before {
  content: '';
  width: calc(50% + 50rem);
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-gy-right {
  position: relative;
}

.bg-gy-right::before {
  content: '';
  width: calc(50% + 50rem);
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#top .mainv {
  height: 63rem;
  position: relative;
}

#top .mainv::before {
  content: '';
  width: calc(100% - 12.5rem);
  height: 100%;
  background: url(../img/top/mainv.jpg) no-repeat center right/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#top .mainv .mainv-side {
  width: 12.5rem;
  height: 100%;
  padding: 4rem 0;
  -ms-writing-mode: tb;
      writing-mode: tb;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

#top .mainv .mainv-side::before, #top .mainv .mainv-side::after {
  content: '';
  width: .1rem;
  height: 5rem;
  background: #000;
  flex: 1 0 auto;
}

#top .mainv .mainv-side span {
  margin: 2rem 0;
}

#top .mainv .scroll {
  height: 15.5rem;
  -ms-writing-mode: tb;
      writing-mode: tb;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 9.3%;
  bottom: 1rem;
  z-index: 50;
  pointer-events: none;
}

#top .mainv .scroll::after {
  content: '';
  width: .1rem;
  height: 9rem;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 5em;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 5em;
    opacity: 0;
  }
  30% {
    height: 9rem;
    top: 5em;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(5em + 9rem);
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 5em;
    opacity: 0;
  }
  30% {
    height: 9rem;
    top: 5em;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(5em + 9rem);
    opacity: 0;
  }
}

#top .mainv .scroll span {
  margin-bottom: .9rem;
}

#top .mainv .agency-link {
  width: 25.2rem;
  height: 25.2rem;
  position: absolute;
  left: calc(12.5rem + 2.78%);
  bottom: -4rem;
  z-index: 20;
}

#top .mainv .agency-link a {
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-animation: bound-anim 1s 1;
          animation: bound-anim 1s 1;
}

@-webkit-keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}

@keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}

#top .mainv .agency-link a:hover {
  opacity: .6;
}

#top .mainv .agency-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#top .mainv .agency-link span {
  position: absolute;
  bottom: 38.9%;
}

#top .mainv .inner {
  height: 100%;
  max-width: calc(100% - 25rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

#top .mainv .mainv-txt {
  margin: 0;
  font-size: 7.3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: .1em;
  font-family: 'Roboto', sans-serif;
  color: transparent;
  -webkit-text-stroke: 0.2rem #fff;
  pointer-events: none;
}

#top .news {
  width: 50%;
  margin-top: -9.5rem;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 8rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 30;
}

#top .news .inner {
  width: 100%;
  margin: 0;
  padding: 3rem 4rem;
  padding-right: calc(100% - 50rem);
  background: #f9f9f9;
}

#top .news h2 {
  margin: 0 0 .5em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

#top .news .news-list li {
  padding: .8rem 1.4rem;
  background: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: flex-start;
}

#top .news .news-list li:not(:last-child) {
  margin-bottom: .8rem;
}

#top .news .news-list li .news-date {
  flex: 0 0 auto;
}

#top .news .news-list li .news-cat {
  flex: 0 0 auto;
  margin-top: .2rem;
  margin-left: 1rem;
  margin-right: 1.7rem;
  padding: 0rem 1rem;
  font-size: 1rem;
  color: #fff;
}

#top .news .news-list li .bk {
  background: #000;
}

#top .news .news-list li .gy {
  background: #a4a4a4;
}

#top .news .news-list li a:hover {
  cursor: text;
}

#top .concept {
  margin-bottom: 10rem;
}

#top .concept .inner {
  padding: 8rem 5rem 9rem;
}

#top .concept h2 {
  margin: 0;
  margin-right: 5rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

#top .concept h2 span {
  display: block;
  margin-left: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

#top .concept .section-cont {
  flex: 1 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2;
}

#top .concept .btn-blue {
  margin-top: 4.2rem;
}

#top .business {
  padding-top: 1rem;
  padding-bottom: 14rem;
  background: url(../img/top/bg-business.png) no-repeat top left/min(calc(50vw - 51.4rem), 20.5rem) auto;
  overflow: hidden;
}

#top .business::before {
  width: 100%;
  min-width: 100rem;
  max-width: clamp(calc(50vw + 49.4rem), 100%, calc(100vw - 23rem));
  height: calc(100% - 14rem);
  top: 1rem;
}

#top .business .inner {
  padding: 7.8rem 0 11.8rem;
}

#top .business h2 {
  margin: 0 0 6rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}

#top .business h2 span {
  display: block;
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

#top .business .section-cont {
  padding-left: min(calc(150rem - 100vw), 6rem);
}

#top .business .business-box {
  margin-bottom: 4rem;
  padding: 4rem 5rem;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

#top .business .business-box::before, #top .business .business-box::after {
  content: '';
  width: calc(100% + 50vw - 50rem);
  height: 100%;
  min-width: calc(100% + 1vw);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#top .business .business-box::after {
  background: #f9f9f9;
  z-index: 5;
  transition: 2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#top .business .business-box:last-child {
  margin-bottom: 0;
}

#top .business .business-box .img-wrap {
  margin-right: 5rem;
}

#top .business .business-box .box-txt {
  flex: 1 0 auto;
  margin-top: 2.4rem;
  padding-top: 4.3rem;
  padding-left: 3.5rem;
  position: relative;
}

#top .business .business-box .box-txt .num {
  font-family: 'Roboto', sans-serif;
  font-size: 15rem;
  font-weight: bold;
  color: #f9f9f9;
  line-height: 1;
  position: absolute;
  top: -1.2rem;
  left: -.5rem;
  z-index: -1;
  transform: scale(1, 1.13);
}

#top .business .business-box .box-txt .box-title {
  margin: 0 0 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#top .business .business-box .btn-blue {
  margin-top: 5rem;
  text-align: right;
}

#top .business .business-box.animation.anime-on::after {
  transform: translateX(100%);
  pointer-events: none;
}

.page-mainv {
  height: 40rem;
  margin-bottom: 9.7rem;
  text-align: center;
}

.page-mainv .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-mainv h1 {
  margin: 0 0 1em;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-mainv .mainv-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  text-shadow: 0 0 0.6rem rgba(255, 255, 255, .81);
}

#about .page-mainv {
  background: url(../img/about/mainv.jpg) no-repeat center/cover;
}

#about .product {
  margin-bottom: 5rem;
}

#about .product .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .product .product-img {
  width: 37%;
}

#about .product .product-dl {
  margin-left: 4.5rem;
}

#about .product .product-dl .product-dd {
  margin-top: 1rem;
  padding-left: 2.2rem;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.01em;
}

#about .scene {
  padding: 8rem 0 10rem;
  background: #f9f9f9;
}

#about .scene h2 {
  margin: 0 0 7.5rem;
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .1em;
}

#about .scene .scene-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .scene .scene-item {
  width: 48%;
  margin-bottom: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#about .scene .scene-item:last-child, #about .scene .scene-item:nth-last-child(2) {
  margin-bottom: 0;
}

#about .scene .scene-img {
  width: 17rem;
  height: auto;
}

#about .scene .scene-item-txt {
  max-width: 28rem;
}

#about .scene .scene-item-txt h3 {
  margin: 0 0 1.3rem;
  color: #3792c2;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
}

#about .scene .scene-txt {
  margin-top: 6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: .1em;
}

#about .concept {
  height: 69.7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#about .concept .concept-figure .concept-img {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

#about .concept .concept-cont {
  max-width: 80rem;
  color: #fff;
}

#about .concept .concept-title {
  margin: 0 0 0.5em;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: .24em;
  line-height: 1.5;
}

#about .concept .concept-txt {
  font-size: 2rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: .045em;
}

#about .introduction {
  background: url(../img/about/bg-introduction.png) no-repeat bottom/auto 31.6rem #3792c2;
}

#about .introduction .introduction-title {
  margin: 0;
  padding: 2.45rem 3.1rem;
  color: #3792c2;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  transform: translateY(-50%);
  position: relative;
  z-index: 10;
}

#about .introduction .introduction-title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skewX(-25deg);
}

#about .introduction .introduction-feature {
  padding-bottom: 4rem;
}

#about .introduction .feature-row {
  margin-bottom: 8.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .introduction .feature-row .feature-content {
  max-width: 51rem;
  margin-right: 5rem;
}

#about .introduction .feature-row .feature-title {
  margin: 0 0 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .2em;
}

#about .introduction .feature-row .feature-text {
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: .06em;
}

#about .introduction .feature-row .feature-img {
  width: 46.8%;
  margin: 0 auto;
}

#about .introduction .feature-list {
  display: flex;
  justify-content: space-between;
}

#about .introduction .feature-list .feature-item {
  width: 50%;
}

#about .introduction .feature-list .feature-item .feature-img {
  display: block;
  margin: 0 auto;
}

#about .introduction .feature-list .feature-item .feature-figcaption {
  margin-top: 2.7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#about .introduction .feature-list .feature-item:nth-child(2) .feature-figure {
  text-align: right;
}

#about .introduction .feature-list .feature-item:nth-child(2) .feature-img {
  margin-right: 5rem;
}

#about .introduction .feature-list .feature-item:nth-child(2) .feature-figcaption {
  display: inline-block;
  margin-right: 6.5rem;
  margin-left: auto;
  text-align: center;
}

#about .function {
  padding: 10rem 0;
  background: #f9f9f9;
}

#about .function .function-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#about .function .function-img {
  width: 47%;
}

#about .function .function-cont {
  width: 47%;
}

#about .function .function-cont .function-title {
  margin: 0 0 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .14em;
}

#about .function .function-cont .function-txt {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: .07em;
}

#about .movie {
  padding: 8rem 0;
}

#about .movie .inner {
  display: flex;
  justify-content: space-between;
}

#about .movie .movie-box {
  width: 45%;
  height: 25.4rem;
}

#about .movie .movie-box iframe {
  width: 100%;
  height: 100%;
}

#about .case {
  margin-bottom: 8rem;
}

#about .case h2 {
  margin: 0 0 1em;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

#about .case .case-list {
  display: flex;
  justify-content: space-between;
}

#about .case .case-item {
  width: 48%;
  padding: 3rem;
  background: #f9f9f9;
}

#about .case .case-img {
  margin-bottom: 5rem;
}

#about .case .case-title {
  margin-bottom: 4.6rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

#about .case .case-title .num {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}

#about .case .case-title h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
}

#about .case .case-txt {
  font-size: 1.8rem;
  font-weight: 500;
}

#about .case .case-txt h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1.2rem;
  padding: 0.8rem 1.7rem;
  background: #fff;
  border-radius: 5em;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}

#about .filter {
  margin-bottom: 10rem;
}

#about .filter .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#about .filter .filter-img {
  width: 39.5%;
}

#about .filter .filter-cont {
  width: 56%;
}

#about .filter h2 {
  margin: 0 0 .9em;
  font-size: 3.6rem;
  font-weight: 500;
}

#about .filter .filter-txt {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.07em;
}

#about .filter .filter-list {
  margin: 0 0 3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .filter .filter-list .filter-item img {
  width: 9.2rem;
}

#about .filter .filter-list .filter-item .filter-figcaption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  letter-spacing: .025em;
  text-align: center;
}

#about .filter .filter-ol {
  counter-reset: item;
  list-style: none;
}

#about .filter .filter-ol .filter-li {
  display: flex;
  position: relative;
}

#about .filter .filter-ol .filter-li::before {
  content: counter(item);
  counter-increment: item;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.4rem;
  background: #fff;
  border: 1px solid #000;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.6rem;
  position: relative;
  z-index: 10;
}

#about .filter .filter-ol .filter-li::after {
  content: "";
  width: .1rem;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 1.75rem;
}

#about .filter .filter-ol .filter-li:last-child::after {
  content: none;
}

#about .filter .filter-dl {
  margin: 0 0 2.5em;
  font-size: 1.8rem;
}

#about .filter .filter-dt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .025em;
}

#about .filter .filter-dd {
  letter-spacing: .025em;
}

#about .spec {
  margin-bottom: 12.5rem;
  font-size: 1.8rem;
}

#about .spec h2 {
  margin: 0 0 1em;
  font-family: "Century Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}

#about .spec .spec-cont {
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#about .spec .spec-img {
  width: 38.8%;
  margin: 0 auto;
}

#about .spec .spec-area {
  width: 55%;
}

#about .spec .spec-table {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.1;
}

#about .spec .spec-table tr {
  border-bottom: 0.1rem solid #000;
}

#about .spec .spec-table th, #about .spec .spec-table td {
  padding: 0.5em;
  letter-spacing: .025em;
  vertical-align: top;
}

#about .spec .spec-table th {
  width: 25%;
  padding-left: 0;
  text-align: start;
  font-weight: normal;
}

#about .spec .spec-table td {
  width: 75%;
  padding-right: 0;
}

#about .spec .spec-list {
  font-family: 'Noto Sans JP', sans-serif;
}

#about .spec .spec-list .spec-item {
  display: flex;
  align-items: flex-start;
  letter-spacing: .1em;
}

#about .spec .spec-list .spec-item::before {
  content: "●";
  margin-right: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
  .inner {
    width: 93.6%;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .font-s {
    font-size: 1.2rem;
  }
  .btn-blue a {
    min-width: 37.33vw;
    padding: .9em 2.1em;
    font-size: 2.67vw;
  }
  .btn-blue a::after {
    width: 16vw;
    left: -13.33vw;
  }
  #header {
    height: auto;
    padding: 5.33vw 0;
  }
  #header .inner {
    max-width: 138rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #header .logo {
    width: 40vw;
    margin: 0;
  }
  #header .btn-menu-open {
    width: 7.47vw;
    height: 5.33vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  #header .btn-menu-open span {
    width: 100%;
    height: 0.53vw;
    background: #000;
  }
  #header .btn-menu-close {
    width: 5.33vw;
    height: 5.33vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #header .btn-menu-close span {
    width: 100%;
    height: 0.53vw;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
  }
  #header .btn-menu-close span:last-child {
    transform: rotate(-45deg);
  }
  #header .gnav-h {
    margin-bottom: 10.67vw;
    padding-top: 2.67vw;
    text-align: center;
    position: relative;
  }
  #header .sp-logo a {
    width: 40vw;
    margin: 0;
  }
  #header .gnav {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 5.33vw;
    background: #616161;
    font-size: 4.8vw;
    font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #header .gnav.menu-active {
    display: block;
  }
  #header .gnav .en {
    display: none;
  }
  #header .gnav ul {
    flex-direction: column;
    align-items: stretch;
  }
  #header .gnav ul li {
    margin-top: 0;
    padding: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #header .gnav ul li:not(:first-child) {
    border-left: none;
  }
  #header .gnav ul li a {
    padding: .9em 0;
    line-height: 1.2;
    color: #fff;
  }
  #header .gnav ul li.contact a {
    background: none;
    border: none;
    border-radius: 0;
    display: inline-block;
  }
  #header .gnav ul li.contact a::before {
    content: none;
  }
  .footer-contact {
    padding: 3vw 0;
    font-size: min(3.2vw, 2.4rem);
  }
  .footer-contact .title {
    margin-bottom: 3vw;
    font-size: min(5vw, 5rem);
  }
  .footer-contact .btn-white {
    margin-top: 3vw;
  }
  .footer-contact .btn-white a {
    padding: .5em 1em;
    font-size: min(4vw, 3rem);
    line-height: 1.2;
  }
  .footer-contact .btn-white a::before {
    margin-right: .4em;
  }
  #footer {
    padding: 3vw 0;
  }
  #footer .inner {
    justify-content: center;
  }
  #footer .logo {
    width: 40vw;
    margin-bottom: 3vw;
  }
  #footer .address,
  #footer .ft-right {
    display: none;
  }
  #footer .copyright {
    font-size: min(2.67vw, 2rem);
  }
  #top .mainv {
    height: 77.33vw;
    background: url(../img/top/mainv-sp.jpg) no-repeat center right/cover;
  }
  #top .mainv::before {
    content: none;
  }
  #top .mainv .mainv-side,
  #top .mainv .scroll {
    display: none;
  }
  #top .mainv .agency-link {
    width: 35.73vw;
    height: 35.73vw;
    max-width: 25.2rem;
    max-height: 25.2rem;
    left: auto;
    right: 3.33vw;
    bottom: 2.8vw;
  }
  #top .mainv .agency-link a {
    font-size: min(3.87vw, 2.2rem);
  }
  #top .mainv .inner {
    max-width: none;
    justify-content: flex-start;
  }
  #top .mainv .mainv-txt {
    font-size: 9.73vw;
    letter-spacing: .1em;
    line-height: 1.56;
    -webkit-text-stroke: 0.1rem #fff;
  }
  #top .news {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5.33vw;
    background: #f9f9f9;
    display: block;
  }
  #top .news .inner {
    width: 81.6%;
    margin: 0 auto;
    padding: 4vw;
    background: none;
  }
  #top .news h2 {
    margin-bottom: 2.67vw;
    font-size: 4.8vw;
  }
  #top .news .news-list li {
    padding: 0.67vw 2vw;
    font-size: 2.67vw;
    letter-spacing: 0;
  }
  #top .news .news-list li:not(:last-child) {
    margin-bottom: 1.33vw;
  }
  #top .news .news-list li .news-cat {
    margin-top: 0;
    margin-left: 2.13vw;
    margin-right: 2.13vw;
    padding: 0rem 2.13vw;
    font-size: 2.67vw;
  }
  #top .concept {
    margin-bottom: 5.33vw;
    background: #f9f9f9;
  }
  #top .concept::before {
    content: none;
  }
  #top .concept .inner {
    display: block;
    padding: 6.67vw 0;
  }
  #top .concept h2 {
    margin-right: 0;
    margin-bottom: 5.33vw;
    font-size: 6.67vw;
    font-weight: 600;
    -ms-writing-mode: initial;
        writing-mode: initial;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  #top .concept h2 span {
    margin-top: 1em;
    margin-left: 0;
    font-size: 2.67vw;
    font-weight: normal;
  }
  #top .concept .section-cont {
    flex: none;
    font-size: 3.2vw;
  }
  #top .concept .btn-blue {
    margin-top: 6.67vw;
  }
  #top .business {
    margin-bottom: 5.33vw;
    padding-top: 6.67vw;
    padding-bottom: 8vw;
    background: #f9f9f9;
  }
  #top .business::before {
    content: none;
  }
  #top .business .inner {
    padding: 0;
  }
  #top .business h2 {
    margin-bottom: 5.33vw;
    font-size: 6.67vw;
    font-weight: 600;
  }
  #top .business h2 span {
    margin-top: 1em;
    margin-left: 0;
    font-size: 2.67vw;
    font-weight: normal;
  }
  #top .business .section-cont {
    padding-left: 0;
  }
  #top .business .business-box {
    width: 81.33vw;
    margin: 0 auto 5.33vw;
    padding: 5.33vw 6.67vw 6.67vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #top .business .business-box::before {
    content: none;
  }
  #top .business .business-box::after {
    width: 100%;
    min-width: auto;
  }
  #top .business .business-box .img-wrap {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.67vw;
  }
  #top .business .business-box .box-txt {
    order: 1;
    flex: none;
    width: 100%;
    margin-top: 5.33vw;
    margin-bottom: 6.67vw;
    padding: 0;
    text-align: center;
    font-size: 2.67vw;
    font-weight: 500;
  }
  #top .business .business-box .box-txt .num {
    font-size: 20vw;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #top .business .business-box .box-txt .box-title {
    margin-bottom: 2.53vw;
    font-size: 4.8vw;
  }
  #top .business .business-box .box-txt .btn-blue {
    display: none;
  }
  #top .business .business-box .btn-blue {
    order: 3;
    margin-top: 0;
  }
  #top .business .business-box:nth-child(2) .box-title {
    margin-left: -3.33vw;
    word-break: keep-all;
    white-space: pre;
  }
  #top .business .business-box:last-child {
    margin-bottom: 0;
  }
  .page-mainv {
    height: 77.33vw;
    margin-bottom: 10.67vw;
  }
  .page-mainv h1 {
    font-size: 6vw;
  }
  .page-mainv .mainv-txt {
    font-size: 5vw;
  }
  #about .product {
    margin-bottom: 13.33vw;
  }
  #about .product .inner {
    flex-direction: column;
  }
  #about .product .product-img {
    width: 51.2vw;
    margin-bottom: 4vw;
  }
  #about .product .product-dl {
    margin-left: 0;
  }
  #about .product .product-dl .product-dd {
    margin-top: 2.67vw;
    padding-left: 0;
    font-size: 3.73vw;
  }
  #about .scene {
    padding: 10.67vw 0;
  }
  #about .scene h2 {
    margin-bottom: 1em;
    font-size: 7.47vw;
  }
  #about .scene .scene-list {
    display: block;
  }
  #about .scene .scene-item {
    width: 100%;
    margin-bottom: 8vw;
  }
  #about .scene .scene-item:nth-last-child(2) {
    margin-bottom: 8vw;
  }
  #about .scene .scene-img {
    width: 35%;
  }
  #about .scene .scene-item-txt {
    max-width: 60%;
    font-size: 3.73vw;
  }
  #about .scene .scene-item-txt h3 {
    margin-bottom: .5em;
    font-size: 4.8vw;
  }
  #about .scene .scene-txt {
    margin-top: 16vw;
    font-size: 4.8vw;
  }
  #about .concept {
    height: auto;
    margin-bottom: 16vw;
    display: block;
  }
  #about .concept .concept-figure {
    height: 53.07vw;
    margin-bottom: 8vw;
  }
  #about .concept .concept-figure .concept-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: static;
  }
  #about .concept .concept-cont {
    max-width: none;
    color: #000;
  }
  #about .concept .concept-title {
    font-size: 6.4vw;
  }
  #about .concept .concept-txt {
    font-size: 4.27vw;
    font-weight: normal;
  }
  #about .introduction {
    padding-top: .5rem;
    background-size: auto 61.33vw;
  }
  #about .introduction .introduction-title-wrap {
    background: #fff;
  }
  #about .introduction .introduction-title {
    padding: 3.2vw 0;
    font-size: 5.87vw;
    letter-spacing: .05em;
    transform: none;
  }
  #about .introduction .introduction-title::before {
    content: none;
  }
  #about .introduction .introduction-feature {
    padding-top: 10.67vw;
    padding-bottom: 66.67vw;
  }
  #about .introduction .feature-row {
    margin-bottom: 13.33vw;
    display: block;
  }
  #about .introduction .feature-row .feature-content {
    max-width: none;
    margin-right: 0;
  }
  #about .introduction .feature-row .feature-title {
    font-size: 6.4vw;
    line-height: 1.5;
  }
  #about .introduction .feature-row .feature-text {
    font-size: 3.73vw;
  }
  #about .introduction .feature-row .feature-img {
    display: none;
  }
  #about .introduction .feature-list {
    justify-content: space-around;
  }
  #about .introduction .feature-list .feature-item {
    width: auto;
  }
  #about .introduction .feature-list .feature-item .feature-img {
    height: 30.67vw;
  }
  #about .introduction .feature-list .feature-item .feature-figcaption {
    margin-top: .5em;
    font-size: 3.73vw;
  }
  #about .introduction .feature-list .feature-item:nth-child(2) .feature-figure {
    text-align: center;
  }
  #about .introduction .feature-list .feature-item:nth-child(2) .feature-img {
    margin-right: auto;
  }
  #about .introduction .feature-list .feature-item:nth-child(2) .feature-figcaption {
    margin-right: auto;
  }
  #about .function {
    padding: 6.67vw 0 13.33vw;
  }
  #about .function .function-row {
    display: block;
  }
  #about .function .function-img {
    width: 100%;
    margin-bottom: 3.73vw;
  }
  #about .function .function-cont {
    width: 100%;
  }
  #about .function .function-cont .function-title {
    margin-bottom: .5em;
    font-size: 6.4vw;
  }
  #about .function .function-cont .function-txt {
    font-size: 3.73vw;
  }
  #about .movie {
    padding: 10.67vw 0;
  }
  #about .movie .inner {
    display: block;
  }
  #about .movie .movie-box {
    width: 100%;
    height: 48.75vw;
    margin-bottom: 12.8vw;
  }
  #about .movie .movie-box:last-child {
    margin-bottom: 0;
  }
  #about .case {
    margin-bottom: 16vw;
  }
  #about .case h2 {
    margin-bottom: 1em;
    font-size: 7.47vw;
  }
  #about .case .case-list {
    display: block;
  }
  #about .case .case-item {
    width: 100%;
    margin-bottom: 5.33vw;
    padding: 5.33vw 6.67vw 6.67vw;
  }
  #about .case .case-img {
    margin-bottom: 10.67vw;
  }
  #about .case .case-title {
    margin-bottom: 10.67vw;
  }
  #about .case .case-title .num {
    font-size: 20vw;
  }
  #about .case .case-title h3 {
    font-size: 4.8vw;
  }
  #about .case .case-txt {
    font-size: 3.73vw;
  }
  #about .case .case-txt h4 {
    margin-bottom: 1em;
    border-radius: 5em;
    font-size: 3.73vw;
  }
  #about .filter {
    margin-bottom: 10.67vw;
  }
  #about .filter .inner {
    justify-content: initial;
    flex-direction: column;
  }
  #about .filter .filter-img {
    width: 85.33vw;
    height: 136.27vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
  #about .filter .filter-cont {
    width: 100%;
  }
  #about .filter h2 {
    margin-bottom: .5em;
    font-size: 6.4vw;
    line-height: 1.5;
  }
  #about .filter .filter-txt {
    margin: 0 0 1.5em;
    font-size: 3.73vw;
  }
  #about .filter .filter-list {
    margin: 0 0 2em;
    justify-content: center;
  }
  #about .filter .filter-list .filter-item {
    padding: 0 1.83vw;
  }
  #about .filter .filter-list .filter-item img {
    width: 21.33vw;
  }
  #about .filter .filter-list .filter-item .filter-figcaption {
    font-size: 3.47vw;
  }
  #about .filter .filter-ol .filter-li::before {
    width: 8vw;
    height: 8vw;
    margin-right: 2.67vw;
    font-size: 5.33vw;
    line-height: 8vw;
  }
  #about .filter .filter-ol .filter-li::after {
    left: 4vw;
  }
  #about .filter .filter-dl {
    margin: 0 0 2.5em;
    font-size: 3.73vw;
  }
  #about .filter .filter-dt {
    font-size: 5.33vw;
  }
  #about .spec {
    margin-bottom: 10.67vw;
    font-size: 3.2vw;
  }
  #about .spec h2 {
    margin-bottom: .5em;
    font-size: 6.4vw;
    line-height: 1.5;
  }
  #about .spec .spec-cont {
    margin-bottom: 10.67vw;
    align-items: center;
    flex-direction: column;
  }
  #about .spec .spec-img {
    width: 85.33vw;
  }
  #about .spec .spec-area {
    width: 100%;
    margin-bottom: 8vw;
  }
  #about .spec .spec-table {
    line-height: 1.5;
  }
  #about .spec .spec-table th, #about .spec .spec-table td {
    padding: .5em;
  }
  #about .spec .spec-list .spec-item::before {
    margin-right: .5em;
  }
}

/*# sourceMappingURL=maps/style.css.map */
