@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Regular.woff2) format('woff2'),
       url(../font/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Bold.woff2) format('woff2'),
       url(../font/NotoSansJP-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Orbitron';
  font-weight: 400;
  font-display: swap;
  src: local('Orbitron'),
       url(../font/Orbitron-Regular.woff2) format('woff2'),
       url(../font/Orbitron-Regular.woff) format('woff');
}
:root {
  --c-blue: #183268;
  --c-red: #f30e14;
}
.futura-pt {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.orbitron {
  font-family: 'Orbitron';
  font-weight: 400;
}
body {
  color: #333;
  font-size: 1.8rem;
  font-family: 'NotoSansJP','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-weight: 400;
  line-height: 2;
  min-width: 320px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
}
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.column ~ .column {
  margin-top: 60px;
}
.body {
  max-width: calc(100% - 30px);
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  html { font-size:9px }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column ~ .column {
    margin-top: 40px;
  }
}
@media (max-width:320px) {
  html { font-size:8.5px }
}
@media print {
  body { width:1200px }
}

a.link {
  color: var(--c-red);
}
a.link img {
  transition: .2s;
}
a.link[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-aside-2.png) center center /contain no-repeat;
  margin-top: -4px;
  margin-left: .4em;
  margin-right: .4em;
}
a.link:hover {
  text-decoration: underline;
}
a.link:hover img {
  opacity: .8;
}

.scroll-sw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}
.js-scroll .scroll-sw:not(.default),
body:not(.js-scroll) .scroll-sw.default {
  height: auto;
  opacity: 1;
}

@media (min-width:1281px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1280px) {
  .header-pc {
    display: none !important;
  }
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

.sp-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  transition: .2s;
}
.js-scroll #header {
  background: #fff;
}
#header > div {
  max-width: 100%;
  width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}
#header .text {
  font-size: 1.2rem;
  line-height: 1.2;
  white-space: nowrap;
  padding: .5em 0;
}
#header .contents .logo {
  width: 300px;
}
@media (min-width:1281px) {
  #header {
    position: fixed;
    color: #fff;
  }
  .js-scroll #header {
    color: #333;
  }
}
@media (max-width:1280px) {
  #header > div {
    height: 50px;
    padding: 0 5px;
  }
  #header .contents {
    margin-top: 0;
  }
  #header .contents .logo img {
    height: 40px;
    margin-top: 5px;
  }
}

#global-nav {
  width: calc(100% - 300px);
  align-items: center;
}
#global-nav .col-1 {
  width: calc(100% - 160px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 2em;
}
#global-nav .tel {
  font-family: 'futura-pt',sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
#global-nav .tel .number {
  font-size: 1.375em;
}
#global-nav .btn {
  width: 160px;
}
#global-nav .btn .btn-1 {
  width: 100%;
  height: 80px;
  font-weight: 700;
}
#global-nav .btn .btn-1:after {
  content: none;
}
#global-nav .btn .btn-1 img {
  width: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
}

#global-nav .sf-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 1.5em;
}
#global-nav .sf-menu > li {
  position: relative;
  white-space: nowrap;
}
#global-nav .sf-menu > li > a {
  position: relative;
  padding-left: 1.4em;
}
#global-nav .sf-menu > li > a:before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
}
.js-scroll #global-nav .sf-menu > li > a:before {
  border-right-color: #000;
  border-bottom-color: #000;
}
@media (max-width:1280px) {
  #global-nav .sf-menu > li > a:before {
    border-right-color: #000;
    border-bottom-color: #000;
  }
}
@media (min-width:1281px) {
  #global-nav .sf-menu > li > a:hover:before {
    top: calc(.5em + 3px);
  }
}
#global-nav .sf-menu > li > a,
#global-nav .sf-menu > li ul li a {
  display: block;
  transform: skewX(.03deg);
}
#global-nav .sf-menu > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: .2s;
}
.js-scroll #global-nav .sf-menu > li > a:after {
  background: #333;
}
#global-nav .sf-menu > li > a:hover:after,
#global-nav .sf-menu > li.current > a:after {
  left: 0;
  width: 100%;
}
#global-nav .sf-menu > li > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  color: #333;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
#global-nav .sf-menu > li > ul li a {
  display: block;
  padding: .5em 1em;
}

@media (max-width:1280px) {
  #wrapper {
    position: relative;
    left: 0;
    transition: .2s;
  }
  .nav-active #wrapper {
    left: -290px;
  }
  #global-nav {
    position: fixed;
    top: 0;
    right: -290px;
    width: 290px;
    display: block;
    min-height: 100%;
    overflow-y: auto;
    background: #fff;
    transition: .2s right;
  }
  .nav-active #global-nav {
    right: 0;
  }
  #global-nav .col-1 {
    width: 100%;
    padding-right: 0;
  }
  #global-nav .btn {
    width: 100%;
  }
  #global-nav .sf-menu {
    display: block;
  }
  #global-nav .sf-menu > li ~ li {
    border-top: 1px dotted #333;
  }
  #global-nav .sf-menu > li > a {
    display: block;
    padding: .75em;
    padding-left: 1.4em;
  }
  #global-nav .sf-menu > li > a:before {
    top: 50%;
    left: 5px;
    margin-top: -7px;
  }
  #global-nav .sf-menu > li.current > a {
    color: var(--c-blue);
  }
  #global-nav .sf-menu > li.parent {
    position: relative;
  }
  #global-nav .sf-menu > li.parent:after {
    content: '＋';
    display: block;
    position: absolute;
    top: .75em;
    right: .5em;
  }
  #global-nav .sf-menu > li.parent.active:after {
    content: '―';
  }
  #global-nav .sf-menu > li.parent > a {
    width: calc(100% - 50px);
  }
  #global-nav .sf-menu > li > a:after {
    content: none;
  }
  #global-nav .sf-menu > li > ul {
    position: static;
    box-shadow: none;
    border-top: 1px dotted #ccc;
  }
  #global-nav .btn .btn-1 {
    font-size: inherit;
  }
  #global-nav .btn .btn-1 img {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 0;
  }
  #global-nav .tel {
    text-align: center;
    margin-top: 1em;
  }
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

#main .visual {
  position: relative;
  overflow: hidden;
}
#main .visual .swiper-slide {
  aspect-ratio: 16 / 9;
  letter-spacing: .1em;
}
#main .visual .visual-1 {
  background: url(../images/index/visual-1.jpg) center center /cover no-repeat;
}
#main .visual .visual-2 {
  background: url(../images/index/visual-2.jpg) center center /cover no-repeat;
}
#main .visual .swiper-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .visual .body {
  position: relative;
  z-index: 1;
}
#main .visual .line-1 {
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #00ffff;
  padding: 0 1em;
  background: #000;
  margin: 0 auto;
}
#main .visual .line-2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.7143;
  color: #fff;
  text-align: center;
}
#main .visual .line-3 {
  text-align: center;
  margin-top: .5em;
}
#main .visual .swiper-pagination {
  position: absolute;
  bottom: 120px;
}

#main .visual .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #d5d5d7;
}
#main .visual .swiper-pagination-bullet-active {
  background: var(--c-red);
}
@media (max-width:1280px) {
  #main .visual,
  #main .visual .swiper-slide {
      aspect-ratio: 4 / 3;
  }
}
@media (max-width:1090px) {
  #main .visual .swiper-pagination {
      bottom: 20px;
  }
}
@media (max-width:960px) {
  #main .visual .line-1 {
      font-size: 3vw;
  }
  #main .visual .line-2 {
      font-size: 4vw;
  }
}
@media (max-width:768px) {
  #main .visual,
  #main .visual .swiper-slide {
      aspect-ratio: 1 / 1;
  }
  #main .visual .line-1 {
      font-size: 1.8rem;
  }
  #main .visual .line-2 {
      font-size: 2.4rem;
  }
}
@media (max-width:540px) {
  #main .visual .line-1 {
      font-size: 1.6rem;
  }
  #main .visual .line-2 {
      font-size: 2rem;
  }
}

#main .common {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
#main .common .box {
  max-width: 100%;
  width: 960px;
  padding: 1.75em;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  transform: translateY(-50%);
  margin: 0 auto;
}
#main .common .header {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1.5em;
}
#main .common .header .col-1 {
  width: 50%;
  color: #00ffff;
  background: #000;
  border: 1px solid #000;
}
#main .common .header .col-2 {
  width: 50%;
  color: var(--c-red);
  background: #fff;
  border: 1px solid #000;
}
@media (max-width:768px) {
  #main .common .header .col-1,
  #main .common .header .col-2 {
      width: 100%;
  }
}
#main .common .tel-mail {
  max-width: 100%;
  width: 765px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#main .common .tel-mail .tel {
  width: 45%;
  line-height: 1;
  text-align: center;
}
#main .common .tel-mail .tel .line-1 {
  margin-bottom: .25em;
}
#main .common .tel-mail .tel .line-1 img {
  vertical-align: middle;
  margin-top: -1em;
  margin-right: .4em;;
}
#main .common .tel-mail .tel .number {
  font-size: 4.3rem;
  font-weight: 600;
  font-family: 'futura-pt',sans-serif;
  line-height: 1;
  color: #000;
}
#main .common .tel-mail .mail {
  width: 55%;
}
#main .common .tel-mail .mail .btn-1 {
  max-width: 100%;
  width: 420px;
  height: 90px;
  font-size: 2rem;
}
@media (max-width:768px) {
  #main .common .tel-mail .tel {
      width: 100%;
  }
  #main .common .tel-mail .mail {
      width: 100%;
      margin-top: 1em;
  }
  #main .common .tel-mail .mail .btn-1 {
      height: 80px;
      margin: 0 auto;
  }
}
@media (max-width:1090px) {
  #main .common {
      position: static;
  }
  #main .common .box {
      transform: translateY(0);
  }
}

#main .trouble {
  padding-top: 180px;
  background: url(../images/index/trouble-bg.jpg) center 0 /100% auto no-repeat #eee;
}
#main .trouble .photo {
  text-align: center;
}
#main .trouble .photo + ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4em;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1.5em;
}
#main .trouble .photo + ul li {
  display: inline-block;
  line-height: 1;
  color: #00ffff;
  padding: .25em .5em;
  background: #000;
}
#main .trouble .message {
  font-size: 4.8rem;
  line-height: 1.33;
  text-align: center;
  color: #000;
  text-align: center;
  margin: .5em 0;
}
#main .trouble .message b {
  color: var(--c-red);
}
#main .trouble .message .line-1 {
}
#main .trouble .message .line-2 {
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width:768px) {
  #main .trouble {
      padding-top: 50px;
  }
  #main .trouble .photo {
      text-align: center;
  }
  #main .trouble .photo img {
      max-width: 70%;
  }
  #main .trouble .message {
      font-size: 3.6rem;
  }
  #main .trouble .photo + ul {
      font-size: 2.2rem;
  }
}
@media (max-width:540px) {
  #main .trouble .message {
      font-size: 2.6rem;
  }
  #main .trouble .photo + ul {
      font-size: 2rem;
  }
}
#main .trouble .box {
  padding: 2.5em;
  background: #fff;
  margin-top: 2em;
}
#main .trouble .box .header {
  padding: 2em 0;
  background: url(../images/index/trouble-text.png) center center /contain no-repeat;
}
#main .trouble .box .header .title-1 {
  margin-bottom: 0;
}
#main .trouble .box ul {
  max-width: 100%;
  width: 620px;
  margin: 0 auto;
}
#main .trouble .box ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 2em;
  margin: 1.5em 0;
}
#main .trouble .box ul li:before {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/icon-check.png) center center /contain no-repeat;
}
#main .trouble .box ul li b {
  color: var(--c-red);
}
@media (max-width:768px) {
  #main .trouble .box {
      padding: 1.5em;
  }
  #main .trouble .box ul li {
      font-size: 1.8rem;
      padding-left: 1.5em;
  }
  #main .trouble .box ul li:before {
      width: 1.2em;
      height: 1.2em;
  }
}

#main .solution {
  background: url(../images/index/solution-bg.jpg) center bottom /100% auto no-repeat;
  padding-top: 0;
  padding-bottom: 100px;
}
#main .solution .arrow {
  text-align: center;
  margin-bottom: 4em;
}
#main .solution .line-0 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5em;
}
#main .solution .line-0 b {
  font-size: 1.1em;
  color: var(--c-red);
}
@media (max-width:920px) {
  #main .solution .line-0 {
      font-size: 2.5rem;
  }
}
@media (max-width:768px) {
  #main .solution .line-0 {
      font-size: 2rem;
  }
}
#main .solution .header {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  padding: 1em 0;
  background: url(../images/index/solution-text.png) center center /contain no-repeat;
  margin-bottom: 2em;
}
#main .solution .header .line-1 {
  font-size: 4.5rem;
  margin-bottom: .25em;
}
#main .solution .header .line-2 {
  font-size: 8.6rem;
}
#main .solution .header .line-2 b {
  font-size: 1.1162em;
  color: var(--c-red);
}
@media (max-width:920px) {
  #main .solution .header .line-1 {
      font-size: 3rem;
  }
  #main .solution .header .line-2 {
      font-size: 5rem;
  }
}
@media (max-width:768px) {
  #main .solution .header .line-1 {
      font-size: 2.5rem;
  }
  #main .solution .header .line-2 {
      font-size: 4rem;
  }
}
#main .solution .list {
  display: flex;
  flex-wrap: wrap;
}
#main .solution .list .item {
  width: 30.56%;
  margin-left: 4.16%;
}
#main .solution .list .item:nth-child(3n+1) {
  margin-left: 0;
}
#main .solution .list .item:nth-child(n+4) {
  margin-top: 4.16%;
}
#main .solution .list .item .photo {
  text-align: center;
  margin-bottom: 30px;
}
#main .solution .list .item .box {
  position: relative;
  color: #fff;
  padding: 1em;
  background: #666666;
}
#main .solution .list .item .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #666;
  transform: translate(-50%,-100%);
}
#main .solution .list .item .box .title {
  font-size: 2rem;
  font-weight: 700;
  color: #0ff;
  text-align: center;
  margin-bottom: .5em;
}
@media (max-width:960px) {
  #main .solution .list .item {
      width: 32%;
      margin-left: 2%;
  }
  #main .solution .list .item:nth-child(3n+1) {
      margin-left: 0;
  }
  #main .solution .list .item .box {
      padding: .5em;
  }
  #main .solution .list .item .box .title {
      font-size: 1.8rem;
  }
}
@media (max-width:768px) {
  #main .solution .list .item {
      width: 49%;
      margin: 0 !important;
      margin-left: 2% !important;
  }
  #main .solution .list .item:nth-child(2n+1) {
      margin-left: 0 !important;
  }
  #main .solution .list .item:nth-child(n+3) {
      margin-top: 2% !important;
  }
}
@media (max-width:540px) {
  #main .solution .list .item {
      width: 100%;
      margin: 0 !important;
  }
  #main .solution .list .item ~ .item {
      margin-top: 1.5em !important;
  }
}

.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.anime-delay-1 {
  animation-delay: .2s;
}
.anime-delay-2 {
  animation-delay: .4s;
}
.anime-delay-3 {
  animation-delay: .6s;
}
.anime-delay-4 {
  animation-delay: .8s;
}
.anime-delay-5 {
  animation-delay: 1s;
}
@keyframes floating-y {
  0% {
      transform: translateY(-3%);
  }
  100% {
      transform: translateY(3%);
  }
}
#main .solution .list.inview-fade {
  opacity: 1;
  visibility: visible;
  transition: none;
}
#main .solution .list .item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 1s transform, 1s opacity;
}
#main .solution .list .item:nth-child(2) {
  transition-delay: .2s;
}
#main .solution .list .item:nth-child(3) {
  transition-delay: .4s;
}
#main .solution .list .item:nth-child(4) {
  transition-delay: .6s;
}
#main .solution .list .item:nth-child(5) {
  transition-delay: .8s;
}
#main .solution .list .item:nth-child(6) {
  transition-delay: 1s;
}
#main .solution .list.inview-active .item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#main .strength {
  padding-bottom: 220px;
}
#main .strength .arrow {
  text-align: center;
  margin-bottom: 2em;
}
#main .strength .header .body {
  text-align: center;
  padding-bottom: 5em;
  background: url(../images/index/strength-text.png) center center /contain no-repeat;
}
#main .strength .header .line-1 {
  font-size: 4rem;
  line-height: 1.33;
}
#main .strength .header .line-2 {
  font-size: 6rem;
  font-weight: 700;
  color: var(--c-red);
  line-height: 1.33;
}
@media (max-width:768px) {
  #main .strength .arrow img {
      width: 100px;
  }
  #main .strength .header .body {
      padding-bottom: 3em;
  }
  #main .strength .header .line-1 {
      font-size: 3rem;
  }
  #main .strength .header .line-2 {
      font-size: 5rem;
  }
}
@media (max-width:540px) {
  #main .strength .header .line-1 {
      font-size: 2.5rem;
  }
  #main .strength .header .line-2 {
      font-size: 4rem;
  }
}
#main .strength .layout-1 {
  max-width: 100%;
  width: 1600px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#main .strength .layout-1 .photo {
  width: 45%;
}
#main .strength .layout-1 .content {
  width: 55%;
}
#main .strength .layout-1 .content > div {
  max-width: 590px;
  padding: 0 15px;
  margin-left: 60px;
}
#main .strength .layout-1 .content .title {
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1.4;
  color: #000;
}
#main .strength .layout-1 .content .title img {
  width: 80px;
}
#main .strength .layout-1 .content .title span {
  width: calc(100% - 80px);
  padding-left: .5em;
}
#main .strength .layout-1 .content .title b {
  display: inline-block;
  font-weight: 700;
  color: var(--c-red);
}
#main .strength .layout-1.reverse {
  flex-direction: row-reverse;
}
#main .strength .layout-1.reverse .content > div {
  margin-left: auto;
  margin-right: 60px;
}
#main .strength .layout-1 ~ .layout-1 {
  margin-top: 90px;
}
@media (max-width:1220px) {
  #main .strength .layout-1 .content > div {
      margin-left: 30px;
  }
  #main .strength .layout-1.reverse .content > div {
      margin-left: auto;
      margin-right: 30px;
  }
}
@media (max-width:1090px) {
  #main .strength {
      padding-bottom: 80px;
  }
}
@media (max-width:1080px) {
  #main .strength .layout-1 .content {
      width: 100%;
  }
  #main .strength .layout-1 .content > div {
      margin: 0 auto !important;
  }
  #main .strength .layout-1 .content .title {
      font-size: 2.5rem;
  }
  #main .strength .layout-1 .photo {
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
  }
}
@media (max-width:768px) {
  #main .strength {
      padding-bottom: 50px;
  }
  #main .strength .layout-1 ~ .layout-1 {
      margin-top: 50px;
  }
  #main .strength .layout-1 .photo {
      margin-bottom: 25px;
  }
  #main .strength .layout-1 .content .title {
      align-items: flex-start;
      font-size: 2.2rem;
  }
  #main .strength .layout-1 .content .title img {
      width: 60px;
  }
  #main .strength .layout-1 .content .title span {
      width: calc( 100% - 60px );
  }
}

#main .case {
  contain: paint;
  padding-top: 170px;
  padding-bottom: 120px;
  background: #e6e6e6;
}
@media (max-width:1080px) {
  #main .case {
      padding-top: 120px;
  }
}
@media (max-width:768px) {
  #main .case {
      padding-top: 50px;
      padding-bottom: 50px;
  }
}
#main .case .header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 123px;
  padding: 1em 0;
  background: url(../images/index/casestudy-text.png) center center /contain no-repeat;
  margin-bottom: 1.5em;
}
#main .case .header .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media (max-width:768px) {
  #main .case .header {
      min-height: 0;
  }
  #main .case .header .title {
      font-size: 4rem;
  }
}
@media (max-width:540px) {
  #main .case .header {
      margin-bottom: 0;
  }
  #main .case .header .title {
      font-size: 3.6rem;
  }
}
/*
#main .case {
  min-height: 300vh;
}
#main .case .sticky {
  position: sticky;
  top: 0;
  padding-top: 90px;
}
#main .case .case-swiper .wrapper {
white-space: nowrap;
}
#main .case .case-swiper .slide {
  max-width: 100%;
  width: 1080px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  margin-right: 25px;
}
@media (max-width:768px) {
  #main .case .sticky {
      padding-top: 50px;
  }
}
*/
#main .case .box {
  padding: 2.5em;
  background: #fff;
}
#main .case .box .col-1 {
  position: relative;
  width: 50%;
}
#main .case .box .col-1 .num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  font-family: 'Orbitron';
  color: #fff;
  background: var(--c-red);
}
@media (max-width:540px) {
  #main .case .box {
      padding: 2em 2.5em;
  }
  #main .case .box .col-1 .num {
      width: 40px;
      height: 40px;
      font-size: 2rem;
  }

}
#main .case .box .col-2 {
  width: 48%;
}
#main .case .box .mce-area strong {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--c-red);
}
#main .case .body {
  position: relative;
}
#main .case .case-swiper .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
#main .case .case-swiper .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
#main .case .case-swiper .swiper-button-prev,
#main .case .case-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #000;
}
#main .case .case-swiper .swiper-button-prev:after,
#main .case .case-swiper .swiper-button-next:after {
  font-size: 2rem;
  color: #0ff;
}
#main .case .case-swiper .swiper-button-prev:hover,
#main .case .case-swiper .swiper-button-next:hover {
  opacity: .8;
}
#main .case .case-swiper .swiper-pagination {
  position: static;
}

#main .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #b8b8b8;
  opacity: 1;
}
#main .swiper-pagination-bullet-active {
  background: var(--c-red);
}
@media (max-width:1140px) {
  #main .case .case-swiper .swiper-button-prev {
      left: 0;
      transform: translateX(-10px);
  }
  #main .case .case-swiper .swiper-button-next {
      right: 0;
      transform: translateX(10px);
  }
}
@media (max-width:1080px) {
  #main .case .case-swiper .swiper-button-prev,
  #main .case .case-swiper .swiper-button-next {
      width: 40px;
      height: 40px;
  }
}
@media (max-width:880px) {
  #main .case .box .col-1,
  #main .case .box .col-2 {
      width: 100%;
  }
  #main .case .box .col-1 {
      max-width: 75%;
      width: fit-content;
      margin: 0 auto 1em;
  }
}
@media (max-width:768px) {
  #main .case .case-swiper .swiper-pagination .swiper-pagination-bullet {
      width: 25px;
  }
  #main .case .case-swiper .swiper-button-prev,
  #main .case .case-swiper .swiper-button-next {
      width: 35px;
      height: 35px;
  }
}
@media (max-width:540px) {
  #main .case .box {
      font-size: 1.5rem;
  }
}

#main .orderflow {
  padding-top: 120px;
}
#main .orderflow .header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 123px;
  padding: 1em 0;
  background: url(../images/index/orderflow-text.png) center center /contain no-repeat;
  margin-bottom: 1.5em;
}
#main .orderflow .header .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media (max-width:768px) {
  #main .orderflow {
      padding-top: 50px;
  }
  #main .orderflow .header .title {
      min-height: 0;
      font-size: 4rem;
  }
}
#main .orderflow .list {
  position: relative;
}
#main .orderflow .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  display: block;
  width: 2px;
  height: calc(100% - 140px);
  background: #bebebe;
}
#main .orderflow .list .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
#main .orderflow .list .item .num {
  width: 120px;
}
#main .orderflow .list .item:last-child .num {
  background: #fff;
}
#main .orderflow .list .item ~ .item {
  margin-top: 1em;
}
#main .orderflow .list .item ~ .item .content {
  padding-top: 1.75em;
  border-top: 1px solid #ccc;
}
#main .orderflow .list .item .content {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}
#main .orderflow .list .item .content .col {
  width: calc(100% - 240px);
  padding-left: 25px;
  padding-right: 25px;
}
#main .orderflow .list .item .content .col .title-3 {
  text-align: left;
  margin-bottom: .5em;
}
#main .orderflow .list .item .content .photo {
  width: 240px;
}
#main .orderflow .list .item .content .photo img {
  
}
@media (max-width:880px) {
  #main .orderflow .list:before {
      left: 49px;
  }
  #main .orderflow .list .item .num {
      width: 100px;
  }
  #main .orderflow .list .item .content {
      width: calc(100% - 100px);
  }
}
@media (max-width:640px) {
  #main .orderflow .list:before {
      left: 25px;
  }
  #main .orderflow .list .item .num {
      width: 60px;
  }
  #main .orderflow .list .item .content {
      width: calc(100% - 60px);
      padding-left: 1em;
      padding-right: 0;
  }
  #main .orderflow .list .item .content .col {
      width: calc( 100% - 180px );
      padding: 0;
      padding-right: 1em;
  }
  #main .orderflow .list .item .content .photo {
      width: 180px;
  }
}
@media (max-width:540px) {
  #main .orderflow .list .item .num {
      width: 50px;
  }
  #main .orderflow .list .item .content {
      width: calc(100% - 50px);
  }
  #main .orderflow .list .item .content .col,
  #main .orderflow .list .item .content .photo {
      width: 100%;
      padding: 0;
  }
  #main .orderflow .list .item .content .photo {
      text-align: center;
      margin-top: 1em;
  }
}

#main .faq {
  background: url(../images/index/faq-bg.png);
}

#main .faq .header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 123px;
  padding: 1em 0;
  background: url(../images/index/question-text.png) center center /contain no-repeat;
  margin-bottom: 1.5em;
}
#main .faq .header .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media (max-width:768px) {
  #main .faq .header .title {
      min-height: 0;
      font-size: 4rem;
  }
}

#main .faq .list {
  
}
#main .faq .list .item ~ .item {
  margin-top: 1em;
}
#main .faq .list .item .q {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7727;
  color: #0ff;
  padding: 10px;
  padding-left: 90px;
  padding-right: 50px;
  background: url(../images/index/faq-q.png) 10px 10px no-repeat #666;
}
#main .faq .list .item .q:after {
  content: '＋';
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  position: absolute;
  top: .6em;
  right: 15px;
  color: #fff;
}
#main .faq .list .item .q.active:after {
  content: '―';
}
#main .faq .list .item .accordion-content {
  display: none;
}
#main .faq .list .item .a {
  position: relative;
  min-height: 80px;
  line-height: 2;
  color: #fff;
  padding: 10px;
  padding-left: 90px;
  background: #666;
}
#main .faq .list .item .a:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/index/faq-a.png) center center /contain no-repeat;
}
@media (max-width:768px) {
  #main .faq .list .item .q {
      min-height: 60px;
      font-size: 2rem;
      padding-left: 60px;
      background-size: 40px auto;
  }
  #main .faq .list .item .q:after {
      top: .5em;
  }
  #main .faq .list .item .a {
      min-height: 60px;
  }
  #main .faq .list .item .a:before {
      width: 40px;
      height: 40px;
  }
}
@media (max-width:540px) {
  #main .faq .list .item .q {
      min-height: 60px;
      font-size: 1.8rem;
      padding-left: 60px;
      background-size: 40px auto;
  }
  #main .faq .list .item .q:after {
      top: .5em;
      font-size: 2rem;
  }
  #main .faq .list .item .a {
      min-height: 60px;
      padding-left: 60px;
  }
  #main .faq .list .item .a:before {
      width: 40px;
      height: 40px;
  }
}


#main .contact .header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 123px;
  padding: 1em 0;
  background: url(../images/index/contact-text.png) center center /contain no-repeat;
  margin-bottom: 1.5em;
}
#main .contact .header .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  color: #000;
}
@media (max-width:768px) {
  #main .contact .header .title {
      min-height: 0;
      font-size: 5rem;
  }
}
@media (max-width:768px) {
  #main .contact .header .title {
      font-size: 4rem;
  }
}

#main .contact .box {
  max-width: 100%;
  width: 510px;
  text-align: center;
  padding: 1em;
  background: #eee;
  margin: 0 auto 2em;
}
#main .contact .box p:empty {
  height: 0;
  margin: 0;
}
#main .contact .box .line-1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--c-red);
}
#main .contact .box .line-2 {
  font-size: 4.3rem;
  font-family: 'futura-pt',sans-serif;
  font-weight: 500;
  line-height: 1;
}
#main .contact .box .line-2 img {
  vertical-align: middle;
  margin-top: -.2em;
  margin-right: .2em;
}
#main .contact .box .line-3 {
  font-size: 1.6rem;
}
#main .contact table.default-2 {
  margin-top: 2em;
}
#main .contact table.default-2 .require th:after {
  content: '必須';
  float: right;
  display: block;
  width: 3.5em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  padding: .25em 0 .3em;
  background: var(--c-red);
  margin-top: .4em;
}

#main input,
#main textarea {
width: 100%;
max-width: 100%;
font: inherit;
border: none;
padding: .5em;
background: #e7ebef;
}
#main select {
font: inherit;
}
#main input[name="zip"],
#main input[name="pref"] {
width: 10em;
}
#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="company"] {
width: 20em;
}
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr2"] {
width: 100%;
}
#main .form-button {
text-align: center;
margin-top: 3rem;
}
#main .form-button > * {
display: inline-block;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
border: none;
transition: opacity 0.2s;
margin: 0.5em;
}
.mw_wp_form_input .mw-preview,
.mw_wp_form_preview .mw-input {
display: none !important;
}
#main input[type="radio"],
#main input[type="checkbox"] {
width: auto;
}
label {
display: inline-block;
}
#main .hissu {
display: inline-block;
vertical-align: middle;
margin-right: .4em;
font-size: 1.4rem;
width: 3.5em;
text-align: center;
line-height: 1;
color: var(--c-blue);
padding: .25em 0 .3em;
background: #e1e6ef;
}

/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

#footer .info {
  font-size: 1.6rem;
  padding: 50px 0;
  background: #eee;
}
#footer .info .col-1 {
  width: 350px;
}
#footer .info .col-1 .line-1 {
  font-weight: 700;
  color: #000;
}
#footer .info .col-1 .logo {
  margin: .25em 0;
}
#footer .info .col-1 .btn {
  margin: 1em 0 0;
}
#footer .info .col-1 .btn-2:hover {
  color: #fff;
  background: var(--c-red);
  border-color: var(--c-red);
  opacity: 1;
}
#footer .info .col-1 .btn-2:hover:after {
  background-image: url(../images/common/icon-aside-3.png);
  border: none;
}
#footer .info address {
  
}
#footer .info address b {
  display: block;
}
@media (max-width:1024px) {
  #footer .info .body {
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
  }
  #footer .info .col-1 {
    width: 100%;
    text-align: center;
  }
  #footer .info .col-1 .btn-2 {
    margin: 0 auto;
  }
}
@media (max-width:640px) {
  #footer .info address {
    width: 100%;
    text-align: center;
  }
}

#footer .nav {
  color: #fff;
  line-height: 1.33;
  padding: 40px 0;
  background: #666;
}
#footer .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: .5em;
}
#footer .nav ul li ~ li {
  margin-left: 1.25em;
  padding-left: 1.25em;
  border-left: 1px solid;
}
#footer .nav ul li a {
  transition: .2s;
}
#footer .nav ul li a:hover {
  color: var(--c-red);
}
#footer .nav ul li a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin-left: .4em;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-aside-3.png) center center /contain no-repeat;
}
#footer .nav ul li a[target="_blank"]:hover:after {
  background-image: url(../images/common/icon-aside-2.png);
}

#footer .btn {
  margin-top: 2em;
}
#footer .btn .btn-2 {
  margin: 0 auto;
}

#footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  color: #ccc;
  padding: .5em;
  background: #000;
}

@media (max-width:768px) {
  #sitemap-trigger {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: .5em;
    background: var(--c-blue);
  }
  #sitemap-trigger:after {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    color: #fff;
    transform: translateY(-50%);
  }
  #sitemap-trigger.active:after {
    content: '―';
  }
  #sitemap-trigger + .nav {
    display: none;
  }

  #pagetop {
    bottom: 70px;
    transition: .2s;
  }
  .nav-active #pagetop {
    right: calc( 3.125% + 290px);
  }
  #sp-footer-nav {
    position: webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
  }
  #sp-footer-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sp-footer-nav ul li {
  }
  #sp-footer-nav ul li a {
    display: block;
    text-align: center;
  }
  #sp-footer-nav ul li a img {
    max-height: 60px;
  }
}
