@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.fade {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fade {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .fade {
    transform: translateY(30px);
  }
}
.fade.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: 2s 0s;
}
.fade.is-active.two {
  transition: 2s 0.4s;
}
.fade.is-active.three {
  transition: 2s 0.6s;
}

@media screen and (max-width: 767px) {
  div.slider1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div.slider1.slick-initialized {
    display: block;
  }
}
div.slider1 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
div.slider1 .slick-next, div.slider1 .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  div.slider1 button.slick-next.slick-arrow, div.slider1 button.slick-prev.slick-arrow {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  div.slider1 button.slick-next.slick-arrow, div.slider1 button.slick-prev.slick-arrow {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
div.slider1 button.slick-next.slick-arrow:before, div.slider1 button.slick-prev.slick-arrow:before {
  display: none;
}
div.slider1 button.slick-prev.slick-arrow {
  background: url(../img/slider_arrow1.png) center 0/100% no-repeat;
}
div.slider1 button.slick-next.slick-arrow {
  background: url(../img/slider_arrow2.png) center 0/100% no-repeat;
}
div.slider1 .slick-prev, div.slider1 .slick-next {
  top: auto;
  bottom: 0;
  transform: translate(0%, 50%);
}
div.slider1 .slick-slide a {
  text-align: center;
}
div.slider1 .slick-slide img {
  margin: 0 auto;
}
div.slider1 .slick-prev, div.slider1 .slick-next {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  div.slider1 .slick-prev:hover, div.slider1 .slick-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  div.slider1 .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  div.slider1 .slick-prev {
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.slider1 .slick-next {
    right: 0;
    transform: translate(0, 50%);
  }
}
@media screen and (max-width: 767px) {
  div.slider1 .slick-next {
    right: 2.6666666667vw;
  }
}
div.slider1 button.slick-disabled {
  opacity: 0;
}
div.slider1 ul.slick-dots {
  display: table;
  margin: 0 auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  div.slider1 ul.slick-dots {
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  div.slider1 ul.slick-dots {
    bottom: 0.6666666667vw;
  }
}
div.slider1 ul.slick-dots li {
  border-radius: 100px;
  background-color: #d0d0d0;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  div.slider1 ul.slick-dots li {
    width: 22px;
    height: 22px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  div.slider1 ul.slick-dots li {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin: 0 2vw;
  }
}
div.slider1 ul.slick-dots li.slick-active {
  background-color: #ea8755;
}
@media screen and (min-width: 768px) {
  div.slider1 ul.slick-dots li:hover {
    opacity: 0.8;
  }
}

/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}

h1.c_h1 {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 768px) {
  h1.c_h1 {
    top: 80px;
    right: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h1.c_h1 {
    top: 18vw;
    right: 4vw;
    font-size: 3.7333333333vw;
  }
}

section.kv {
  position: relative;
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.kv {
    padding: 70px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  section.kv {
    padding: 17.3333333333vw 2.1333333333vw 0;
  }
}
section.kv div.obj {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.kv div.obj {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.obj {
    top: 17.3333333333vw;
    left: 2.1333333333vw;
  }
}
section.kv div.obj img {
  object-fit: cover;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  section.kv div.obj img {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.obj img {
    height: calc(100vh - 17.3333333333vw);
  }
}
section.kv h2 span:nth-of-type(1) {
  animation: slideInFromLeft 1s ease-in-out forwards;
}
section.kv h2 span:nth-of-type(2) {
  animation: slideInFromLeft 1s ease-in-out 0.8s forwards;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
section.kv div.scroll {
  opacity: 0;
  animation: scrollDown 2.5s 1.7s infinite;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.kv div.scroll {
    bottom: 15px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.scroll {
    bottom: 2vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv div.scroll img {
    width: 22px;
    height: 407px;
  }
}
@media screen and (max-width: 767px) {
  section.kv div.scroll img {
    width: 4.2666666667vw;
    height: 77.4666666667vw;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 10.6666666667vw;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: 3.3333333333vw;
    opacity: 0;
  }
}
section.kv h2 {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.kv h2 {
    gap: 10px 0;
    bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 {
    width: 100%;
    bottom: 32vw;
  }
}
section.kv h2 > span {
  opacity: 0;
  font-weight: 500;
  color: #fff;
  background-color: #212020;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  section.kv h2 > span {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 > span {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  section.kv h2 > span:nth-of-type(1) {
    margin-left: 50px;
    font-size: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.kv h2 > span:nth-of-type(1) {
    font-size: 59px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 > span:nth-of-type(1) {
    width: 92.2666666667vw;
    margin-left: auto;
    padding: 0.6666666667vw 0;
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv h2 > span:nth-of-type(2) {
    font-size: 86px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.kv h2 > span:nth-of-type(2) {
    font-size: 77px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 > span:nth-of-type(2) {
    margin-top: 1.8666666667vw;
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) {
  section.kv h2 > span span.sm {
    font-size: 63px;
  }
}
@media screen and (max-width: 767px) {
  section.kv h2 > span span.sm {
    font-size: 7.3333333333vw;
  }
}
section.kv h2 > span span.pt1 {
  color: #D80000;
}
section.kv div picture img {
  object-fit: cover;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  section.kv div picture img {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 767px) {
  section.kv div picture img {
    height: calc(100vh - 17.3333333333vw);
  }
}

section.service {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.service {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  section.service {
    padding: 2.1333333333vw 2.1333333333vw 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.service > div.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.service > div.inner {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.title.c_tit1 {
    margin-top: 6.6666666667vw;
  }
}
section.service > div.inner div.head div.title.c_tit1:before {
  content: "SERVICE";
}
section.service > div.inner div.head div.title.c_tit1 h2 {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m {
    max-width: 600px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m {
    margin-top: 6.6666666667vw;
    padding: 0 2.6666666667vw 8vw;
  }
}
section.service > div.inner div.head div.m p {
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 7px;
    margin: 25px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 49.3333333333vw;
    margin: 5.3333333333vw auto 0;
    gap: 2vw 0;
  }
}
section.service > div.inner div.head div.m ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m ul li {
    max-width: 195px;
    padding: 3px 6px 3px;
    gap: 0 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m ul li {
    width: 100%;
    padding: 0.6666666667vw 0vw;
    font-size: 4vw;
  }
}
section.service > div.inner div.head div.m ul li:before {
  content: "";
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m ul li:before {
    width: 22px;
    height: 18px;
    background: url(../img/icon_check.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m ul li:before {
    width: 5.6vw;
    height: 4.5333333333vw;
    margin-right: 1.3333333333vw;
    background: url(../img/sp/icon_check.png) 0 0/100% no-repeat;
  }
}
section.service > div.inner div.head div.m ul li span.st {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.service > div.inner div.head div.m ul li span.st {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.service > div.inner div.head div.m ul li span.st {
    font-size: 4.9333333333vw;
  }
}
section.equipment {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.equipment {
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  section.equipment div.inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.equipment div.inner div.image {
    position: relative;
    z-index: 1;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  section.equipment div.inner div.image picture img {
    margin-top: -200px;
  }
}
@media screen and (min-width: 768px) {
  section.equipment div.inner div.head {
    margin-left: -30px;
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  section.equipment div.inner div.head {
    margin-top: 13.3333333333vw;
    padding: 0 2.1333333333vw;
  }
}
section.equipment div.inner div.head div.title.c_tit1:before {
  content: "APP";
}
section.equipment div.inner div.head div.m {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.equipment div.inner div.head div.m {
    margin-top: 20px;
    padding: 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  section.equipment div.inner div.head div.m {
    margin-top: 3.3333333333vw;
    padding: 4vw 4vw 6.6666666667vw;
  }
}
section.equipment div.inner div.head div.m p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.equipment div.inner div.head div.m p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.equipment div.inner div.head div.m p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.equipment div.inner div.head div.m a.c_btn1 {
    margin-top: 4vw;
  }
}

section.area {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.area {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  section.area {
    padding: 18.6666666667vw 0 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.area div.inner div.title.c_tit1 {
    transform: translate(-300px, 0px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.area div.inner div.title.c_tit1 {
    transform: translate(-200px, 0px);
  }
}
section.area div.inner div.title.c_tit1:before {
  content: "AREA";
}
section.area div.inner h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.bg {
    margin-top: 30px;
    margin-left: auto;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.bg {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.area div.inner div.bg img {
    width: 100%;
    height: 286px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.bg img {
    width: 88.6666666667vw;
  }
}
section.area div.inner div.main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main {
    margin-top: -260px;
    gap: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main {
    margin-top: -41.3333333333vw;
    gap: 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.image img {
    width: 31.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont {
    margin-top: 4vw;
  }
}
section.area div.inner div.main div.cont ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont ul {
    gap: 0 13px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont ul {
    gap: 0 2.6666666667vw;
  }
}
section.area div.inner div.main div.cont ul li {
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont ul li {
    padding: 2px 10px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont ul li {
    padding: 0.4vw 2vw;
    font-size: 3.3333333333vw;
  }
}
section.area div.inner div.main div.cont h3 {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont h3 {
    margin-top: 20px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont h3 {
    margin-top: 4vw;
    font-size: 6.6666666667vw;
  }
}
section.area div.inner div.main div.cont p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.area div.inner div.main div.cont p {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.area div.inner div.main div.cont p {
    font-size: 3.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  section.strengths {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths {
    margin-top: 16vw;
  }
}
section.strengths div.inner div.title.c_tit1:before {
  content: "STRENGTH";
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.image {
    margin-top: 35px;
    margin-right: auto;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.image {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.image picture img {
    width: 100%;
    height: 256px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.image picture img {
    width: 92.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.main {
    margin: 50px auto 0;
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.main {
    margin-top: 5.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.main h3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.main h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.main h3 {
    font-size: 4vw;
  }
}
section.strengths div.inner div.main-wrap div.main p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.main p {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.main p {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
    font-size: 3.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul {
    max-width: 1030px;
    margin: 90px auto 0;
    gap: 60px 25px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul {
    margin-top: 8vw;
    gap: 8vw 1.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li {
    width: calc(50% - 13px);
    height: 325px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li {
    width: 47.7333333333vw;
    height: 38.6666666667vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li::before {
    width: 1px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li::before {
    width: 1px;
    height: 3.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li a.cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.4s;
}
section.strengths div.inner div.main-wrap div.foot ul li a.cont:before {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 32, 32, 0.6);
}
section.strengths div.inner div.main-wrap div.foot ul li a.cont:hover:before {
  background-color: rgba(216, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(1) {
    background: url(../img/strengths_foot_img1.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(1) {
    background: url(../img/sp/strengths_foot_img1.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(2) {
    background: url(../img/strengths_foot_img2.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(2) {
    background: url(../img/sp/strengths_foot_img2.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(3) {
    background: url(../img/strengths_foot_img3.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(3) {
    background: url(../img/sp/strengths_foot_img3.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(4) {
    background: url(../img/strengths_foot_img4.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li:nth-of-type(4) {
    background: url(../img/sp/strengths_foot_img4.png) 0 0/cover no-repeat;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li span.sm {
  color: #fff;
  background-color: #D80000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li span.sm {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li span.sm {
    padding: 0 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li p.st {
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li p.st {
    margin-top: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li p.st {
    margin-top: 4vw;
    font-size: 3.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li h3 {
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li h3 {
    margin-top: 15px;
    font-size: 53px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li h3 {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li a.btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #D80000;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn {
    width: 162px;
    height: 52px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn {
    width: 19.3333333333vw;
    height: 5.8666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn:hover span:after {
    transition: 0.4s;
    transform: rotate(45deg);
  }
}
section.strengths div.inner div.main-wrap div.foot ul li a.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn span {
    gap: 0 8px;
  }
}
section.strengths div.inner div.main-wrap div.foot ul li a.btn span:after {
  content: "";
  background: url(../img/icon_plus.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn span:after {
    width: 14px;
    height: 15px;
    margin-top: -1px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  section.strengths div.inner div.main-wrap div.foot ul li a.btn span:after {
    width: 1.8666666667vw;
    height: 2vw;
    margin-left: 1.3333333333vw;
  }
}

section.flow {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.flow {
    margin-top: 220px;
    padding: 100px 30px;
    background: url(../img/flow_bg.png) 0 0/cover no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.flow {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.flow {
    margin-top: 32vw;
    padding: 0 0 10.6666666667vw;
    background-color: rgba(33, 32, 32, 0.9);
  }
}
section.flow:before {
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.flow:before {
    width: 1110px;
    height: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.flow:before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.flow:before {
    width: 77.8666666667vw;
    height: 100%;
  }
}
section.flow div.inner div.title.c_tit1.wh:before {
  content: "FLOW";
}
section.comparison {
  background: url(../img/comparison_bg.png) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  section.comparison {
    padding: 120px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison {
    padding: 16vw 0vw 16vw;
  }
}
section.comparison div.inner div.title.c_tit1:before {
  content: "COMPARISON";
  color: rgba(255, 255, 255, 0.8);
}
section.comparison div.inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul {
    align-items: flex-end;
    gap: 0 50px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.comparison div.inner ul {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul {
    width: 94.2666666667vw;
    margin: 10.6666666667vw auto 0;
    flex-wrap: wrap;
    gap: 5.3333333333vw 4.6666666667vw;
  }
}
section.comparison div.inner ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li {
    width: 286px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li {
    width: 45.6vw;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap {
    width: 45.8666666667vw;
    margin: 0 auto;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
section.comparison div.inner ul li div.wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div {
    padding: 5px;
    height: 87px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div {
    width: 100%;
    padding: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div + div {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div + div {
    margin-top: 2.6666666667vw;
  }
}
section.comparison div.inner ul li div.wrap > div h4 {
  color: #9f9d9d;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li div.wrap > div h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li div.wrap > div h4 {
    font-size: 2.5333333333vw;
  }
}
section.comparison div.inner ul li:nth-of-type(1) {
  background: linear-gradient(to bottom, #F5A3B5 0%, #F27289 30%, #E85D75 50%, #F5856B 75%, #F7A574 100%);
}
section.comparison div.inner ul li:nth-of-type(1) h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 {
    height: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) h3 span img {
    width: 29.2vw;
  }
}
section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
  font-weight: bold;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li:nth-of-type(1) div h4 + p {
    font-size: 5.2vw;
  }
}
section.comparison div.inner ul li + li {
  background-color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li {
    width: 47%;
  }
}
section.comparison div.inner ul li + li div.wrap {
  background-color: #3C3C3C;
}
section.comparison div.inner ul li + li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li + li h3 {
    height: 85px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li h3 {
    height: 10.6666666667vw;
    font-size: 2.5333333333vw;
  }
}
section.comparison div.inner ul li + li div h4 + p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.comparison div.inner ul li + li div h4 + p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison div.inner ul li + li div h4 + p {
    font-size: 4vw;
  }
}
section.maker {
  background-color: rgba(33, 32, 32, 0.37);
  position: relative;
}
@media screen and (min-width: 768px) {
  section.maker {
    padding: 120px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  section.maker {
    padding: 16vw 0vw 13.3333333333vw;
  }
}
section.maker:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212020;
  -webkit-clip-path: polygon(0 98%, 100% 0, 100% 100%);
          clip-path: polygon(0 98%, 100% 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  section.maker:before {
    width: 100%;
    height: 500px; /* 高さは調整してください */
  }
}
@media screen and (max-width: 767px) {
  section.maker:before {
    width: 100%;
    height: 110.6666666667vw;
  }
}
section.maker div.inner div.title.c_tit1:before {
  content: "MAKER";
  color: rgba(255, 255, 255, 0.4);
}
section.maker div.inner ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.maker div.inner ul {
    gap: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.maker div.inner ul {
    margin-top: 8vw;
    gap: 2.4vw 1.6vw;
  }
}
section.maker div.inner ul li {
  background-color: #6E6E6E;
}
@media screen and (min-width: 768px) {
  section.maker div.inner ul li {
    padding: 10px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.maker div.inner ul li {
    width: 47.7333333333vw;
    padding: 2vw;
  }
}
section.maker div.inner ul li div.image picture img {
  width: 100%;
}
section.maker div.inner ul li h3 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.maker div.inner ul li h3 {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  section.maker div.inner ul li h3 {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  section.cases {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  section.cases {
    padding: 4vw 0 13.3333333333vw;
  }
}
section.cases div.title.c_tit1:before {
  content: "CASES";
}

@media screen and (min-width: 768px) {
  section.column {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  section.column {
    padding: 4vw 0 13.3333333333vw;
  }
}
section.column div.title.c_tit1:before {
  content: "COLUMN";
}

section.cases, section.column {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.title.c_tit1, section.column div.inner div.title.c_tit1 {
    transform: translateX(-400px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cases div.inner div.title.c_tit1, section.column div.inner div.title.c_tit1 {
    transform: translateX(-130px);
  }
}
section.cases div.inner div.title.c_tit1:before, section.column div.inner div.title.c_tit1:before {
  color: rgba(255, 255, 255, 0.15);
}
section.cases div.inner div.slider2, section.column div.inner div.slider2 {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2, section.column div.inner div.slider2 {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2, section.column div.inner div.slider2 {
    padding: 3.3333333333vw 0;
  }
}
section.cases div.inner div.slider2.slick-initialized, section.column div.inner div.slider2.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2, section.column div.inner div.slider2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2, section.column div.inner div.slider2 {
    margin-top: 13.3333333333vw;
  }
}
section.cases div.inner div.slider2 .slick-dotted.slick-slider, section.column div.inner div.slider2 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
section.cases div.inner div.slider2 .slick-next, section.cases div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 button.slick-next.slick-arrow, section.cases div.inner div.slider2 button.slick-prev.slick-arrow, section.column div.inner div.slider2 button.slick-next.slick-arrow, section.column div.inner div.slider2 button.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 button.slick-next.slick-arrow, section.cases div.inner div.slider2 button.slick-prev.slick-arrow, section.column div.inner div.slider2 button.slick-next.slick-arrow, section.column div.inner div.slider2 button.slick-prev.slick-arrow {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
}
section.cases div.inner div.slider2 button.slick-next.slick-arrow:before, section.cases div.inner div.slider2 button.slick-prev.slick-arrow:before, section.column div.inner div.slider2 button.slick-next.slick-arrow:before, section.column div.inner div.slider2 button.slick-prev.slick-arrow:before {
  display: none;
}
section.cases div.inner div.slider2 button.slick-prev.slick-arrow, section.column div.inner div.slider2 button.slick-prev.slick-arrow {
  background: url(../img/slider2_arrow1.png) center 0/100% no-repeat;
}
section.cases div.inner div.slider2 button.slick-next.slick-arrow, section.column div.inner div.slider2 button.slick-next.slick-arrow {
  background: url(../img/slider2_arrow2.png) center 0/100% no-repeat;
}
section.cases div.inner div.slider2 .slick-prev, section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-next {
  bottom: auto;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-prev, section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-next {
    top: -120px;
    transform: translateX(-140px);
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 .slick-prev, section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-next {
    top: auto;
    bottom: -17.3333333333vw;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-slide, section.column div.inner div.slider2 .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 .slick-slide, section.column div.inner div.slider2 .slick-slide {
    margin: 0 2.6666666667vw;
  }
}
section.cases div.inner div.slider2 .slick-slide a, section.column div.inner div.slider2 .slick-slide a {
  text-align: center;
}
section.cases div.inner div.slider2 .slick-slide img, section.column div.inner div.slider2 .slick-slide img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-slide img, section.column div.inner div.slider2 .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 .slick-slide img, section.column div.inner div.slider2 .slick-slide img {
    width: 100%;
  }
}
section.cases div.inner div.slider2 .slick-prev, section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-next {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-prev:hover, section.cases div.inner div.slider2 .slick-next:hover, section.column div.inner div.slider2 .slick-prev:hover, section.column div.inner div.slider2 .slick-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-prev {
    right: 75px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 .slick-prev, section.column div.inner div.slider2 .slick-prev {
    left: calc(50% - 35px);
  }
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 .slick-next, section.column div.inner div.slider2 .slick-next {
    right: auto;
    left: calc(50% + 35px);
  }
}
section.cases div.inner div.slider2 button.slick-disabled, section.column div.inner div.slider2 button.slick-disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 > div picture img, section.column div.inner div.slider2 > div picture img {
    width: calc(100% - 30px);
  }
}
section.cases div.inner div.slider2 > div div.wrap, section.column div.inner div.slider2 > div div.wrap {
  display: flex;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.cases div.inner div.slider2 > div div.wrap, section.column div.inner div.slider2 > div div.wrap {
    gap: 0 20px;
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cases div.inner div.slider2 > div div.wrap, section.column div.inner div.slider2 > div div.wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  section.cases div.inner div.slider2 > div div.wrap, section.column div.inner div.slider2 > div div.wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.3333333333vw;
    gap: 0 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
section.cases div.inner div.slider2 > div div.wrap .date, section.cases div.inner div.slider2 > div div.wrap .text, section.column div.inner div.slider2 > div div.wrap .date, section.column div.inner div.slider2 > div div.wrap .text {
  text-align: left;
  line-height: 1.35;
}
section.cases div.inner a.c_btn1, section.column div.inner a.c_btn1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.cases div.inner a.c_btn1, section.column div.inner a.c_btn1 {
    margin-top: 25.3333333333vw;
  }
}

section.voice {
  background-color: #212020;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.voice {
    margin-top: -400px;
    padding: 400px 30px 70px;
  }
}
@media screen and (max-width: 767px) {
  section.voice {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
section.voice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.voice:before {
    background: url(../img/voice_bg.png) 0 0/cover no-repeat;
    width: 100%;
    height: 844px;
  }
}
@media screen and (max-width: 767px) {
  section.voice:before {
    background: url(../img/sp/voice_bg.png) 0 0/cover no-repeat;
    width: 100vw;
    height: 121.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner {
    position: relative;
  }
}
section.voice div.inner div.title.c_tit1:before {
  content: "VOICE";
  color: rgba(255, 255, 255, 0.4);
}
section.voice div.inner ul {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul {
    max-width: 1200px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul {
    width: 89.3333333333vw;
    margin: 9.3333333333vw auto 0;
  }
}
section.voice div.inner ul li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li {
    display: flex;
    justify-content: center;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li {
    padding: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li + li {
    margin-top: 6.6666666667vw;
  }
}
section.voice div.inner ul li div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li div.image {
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li div.image img {
    width: 14.2666666667vw;
  }
}
section.voice div.inner ul li div.image p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li div.image p {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li div.image p {
    margin-top: 2vw;
    font-size: 3.3333333333vw;
  }
}
section.voice div.inner ul li div.text h3 {
  display: table;
  background-color: #D80000;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li div.text h3 {
    padding: 4px 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li div.text h3 {
    margin: 4vw auto 0;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner ul li div.text p {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner ul li div.text p {
    margin-top: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.voice div.inner a.c_btn1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.voice div.inner a.c_btn1 {
    margin-top: 8vw;
  }
}

section.company {
  background-color: rgba(33, 32, 32, 0.37);
  position: relative;
}
@media screen and (min-width: 768px) {
  section.company {
    padding: 110px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  section.company {
    padding: 6.6666666667vw 0 6.6666666667vw;
  }
}
section.company:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #212020;
  -webkit-clip-path: polygon(100% 0%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, 0 100%, 0 0);
}
@media screen and (min-width: 768px) {
  section.company:before {
    width: 100%;
    height: 500px; /* 高さは調整してください */
  }
}
@media screen and (max-width: 767px) {
  section.company:before {
    width: 100%;
    height: 126.6666666667vw;
  }
}
section.company div.inner div.title.c_tit1:before {
  content: "COMPANY";
  color: rgba(255, 255, 255, 0.4);
}
section.company div.inner div.main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
    padding: 50px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main {
    width: 86.6666666667vw;
    margin: 8vw auto 0;
    padding: 0vw 6.6666666667vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table tbody tr {
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table tbody tr {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0 auto;
    padding: 2.6666666667vw 0;
  }
}
section.company div.inner div.main table tbody tr + tr {
  position: relative;
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table tbody tr + tr {
    border-top: 1px dashed #CECECE;
  }
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table tbody tr + tr:before {
    content: "";
    border-top: 2px dashed #CECECE;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }
}
section.company div.inner div.main table tbody tr th {
  text-align: left;
  font-weight: bold;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table tbody tr th {
    min-width: 200px;
    font-size: 18px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table tbody tr th {
    min-width: 22.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.company div.inner div.main table tbody tr td {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.company div.inner div.main table tbody tr td {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}