@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  font-style: normal;
  font-family: biz-udgothic, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  width: 100vw;
}

/* GENERAL */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

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

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 10px;
  top: 15px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

a.disable {
  pointer-events: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
}
/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0.8s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  clip-path: inset(0 0% 0 0);
}

.maskLeft {
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  clip-path: inset(0 0% 0 0);
}

.maskTop {
  clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  clip-path: inset(0 0% 0 0);
}

.maskBottom {
  clip-path: inset(100% 0 0 0);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  clip-path: inset(0 0% 0 0);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.flowBox {
  display: flex;
  overflow: hidden;
}
.flowBox .flow {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.flowBox .flow img {
  height: 5.9vw;
  width: auto;
}

@media screen and (max-width: 719px) {
  .fadeDelaySp1 {
    transition-delay: 1s;
  }
  .fadeDelaySp2 {
    transition-delay: 1.2s;
  }
}
.blue {
  color: #013eb3;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.contentBox {
  padding-left: 120px;
  padding-right: 120px;
}

.contentBox2 {
  padding-left: 30px;
  padding-right: 30px;
}

header {
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  justify-content: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 50px 0 20px 50px;
}
header.hide {
  transform: translate(0, -100%);
}
header.show {
  position: fixed;
  transform: translate(0, 0);
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 30px 0 20px 50px;
}
header.show .logo a {
  background-image: url("../images/img_logo_blue.png");
}
header.show nav .navList li a {
  color: #000;
}
header.show nav .navList li:after {
  background-color: #000;
}
header.showed {
  position: fixed;
  transform: translate(0, 0);
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 30px 0 20px 50px;
}
header.showed .logo a {
  background-image: url("../images/img_logo_blue.png");
}
header.showed nav .navList li a {
  color: #000;
}
header.showed nav .navList li:after {
  background-color: #000;
}
header .logo a {
  display: block;
  width: 301px;
  height: 35px;
  background-image: url("../images/img_logo_white.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-indent: -9999px;
}
header nav .navList {
  display: flex;
}
header nav .navList li {
  position: relative;
  padding: 0 15px;
}
header nav .navList li:last-child::after {
  display: none;
  padding-right: 0;
}
header nav .navList li:after {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
header nav .navList li a {
  color: #fff;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#main {
  background-color: #1a1c23;
}

.mainVisual {
  color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  height: 53.832795vw;
}
.mainVisual .copyBox {
  position: absolute;
  z-index: 5;
  left: 70px;
  top: 50%;
  transform: translate(0, -50%);
}
.mainVisual .copyBox .copy01 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 700;
}
.mainVisual .copyBox .copy02 {
  font-size: 32px;
}
.mainVisual .copy03 {
  position: absolute;
  z-index: 5;
  right: 70px;
  bottom: 70px;
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
}
.mainVisual .scrollBox {
  position: absolute;
  z-index: 5;
  left: 70px;
  bottom: 105px;
}
.mainVisual .scrollBox a {
  color: #fff;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.mainVisual .scrollBox a .bar {
  width: 2px;
  height: 56px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 25px;
  overflow: hidden;
  border-radius: 10px;
}
.mainVisual .scrollBox a .bar::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #20a9db;
  opacity: 0.8;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-radius: 10px;
  animation: barLong 3s infinite;
}
.mainVisual .scrollBox a .bar::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  border-radius: 10px;
}
@keyframes barLong {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 56px;
  }
  100% {
    top: 56px;
    height: 56px;
  }
}
.mainVisual .movieBox {
  position: fixed;
  z-index: 0;
  background-color: #000;
  padding: 14px;
  overflow: hidden;
  width: 100%;
}
.mainVisual .movieBox .dots {
  background-image: url("../images/img_dots.png");
  background-repeat: repeat;
  background-size: 1338px auto;
  background-position: center center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.mainVisual .movieBox .movie {
  border-radius: 6px;
  overflow: hidden;
}
.mainVisual .movieBox .movie video {
  width: 100%;
}

.sec {
  position: relative;
  padding: 14vw 0;
  z-index: 2;
  background-color: #f8f9fa;
}

.secBlue {
  background-color: #ecf1f7;
}

.secBlack {
  background-color: #1a1c23;
}

.secDarkGrey {
  background-color: #353946;
}

.secGray {
  color: #333;
}

.aboutBox01 {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 120px;
}
.aboutBox01 .left .ttlEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 110px;
  font-size: 9vw;
  font-size: min(9vw, 120px);
  line-height: 1;
  margin-bottom: 30px;
}
.aboutBox01 .left .ttlJa {
  font-size: 28px;
  font-weight: 700;
}
.aboutBox01 .right img {
  width: 30vw;
}

.aboutBox02 {
  display: flex;
  padding: 0 30px 0 30px;
  gap: 5.8vw;
}
.aboutBox02 .left {
  display: flex;
  gap: 5.8vw;
  padding-top: 130px;
}
.aboutBox02 .left .aboutBox03 {
  width: 32vw;
}
.aboutBox02 .left .img {
  width: 28vw;
}
.aboutBox02 .right {
  width: 20vw;
}

.round {
  border-radius: 6px;
  overflow: hidden;
}

.mainTtl {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}
.mainTtl span {
  font-family: acumin-pro, biz-udgothic, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.mainDesp {
  font-size: 15px;
  line-height: 2;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#products {
  position: relative;
  color: #fff;
  padding: 0;
}
#products .contentBox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
}
#products .mainDesp {
  width: 45vw;
  max-width: 450px;
}
#products .bg {
  position: relative;
}
#products .bg .mask {
  position: absolute;
  z-index: 2;
  bottom: -20px;
}

.ttlEn2 {
  font-family: acumin-pro, biz-udgothic, sans-serif;
  font-weight: 400;
  font-size: 80px;
  color: #b2b2c6;
  margin-bottom: 20px;
  line-height: 1.1;
}

.ttlJa {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 50px;
  font-weight: 600;
}

#products2 {
  text-align: center;
}
#products2 .ttlEn2 {
  color: #000;
}

.levelList {
  display: flex;
  gap: 8px;
  margin-bottom: 100px;
}
.levelList li .img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.levelList li .ttl {
  font-size: 16px;
}

.needs {
  color: #013eb3;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 60px;
}

.needsList {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 60px;
}
.needsList li {
  background-color: #282828;
  color: #fff;
  width: 33.33%;
  padding: 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.needsList li .ttl {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.needsList li .ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100px;
  border: 2px solid #0782fd;
  position: absolute;
  left: 0;
  top: -2.5px;
}

#case .ttlJa {
  margin-left: 70px;
}

.buttonBox {
  position: absolute;
  right: 70px;
  bottom: 0;
  z-index: 10;
  display: flex;
  gap: 15px;
}
.buttonBox .swiper-button-prev2,
.buttonBox .swiper-button-next2 {
  background-color: #3246a3;
  width: 44px;
  height: 30px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.buttonBox .swiper-button-prev2:hover,
.buttonBox .swiper-button-next2:hover {
  opacity: 0.6;
}
.buttonBox .swiper-button-prev2 {
  background-image: url("../images/arr_left_white.png");
}
.buttonBox .swiper-button-next2 {
  background-image: url("../images/arr_right_white.png");
}
.buttonBox .swiper-button-disabled {
  background-color: #fff;
  pointer-events: none;
}
.buttonBox .swiper-button-prev2.swiper-button-disabled {
  background-image: url("../images/arr_left_grey.png");
}
.buttonBox .swiper-button-next2.swiper-button-disabled {
  background-image: url("../images/arr_right_grey.png");
}

.clientsSwiper {
  padding-left: 70px;
  padding-right: 70px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.clientsSwiper .swiper-wrapper {
  align-items: stretch;
  padding-bottom: 80px;
}
.clientsSwiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
  height: initial;
}
.clientsSwiper .swiper-wrapper .swiper-slide .img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.clientsSwiper .swiper-wrapper .swiper-slide .date {
  display: inline-block;
  background-color: #3246a3;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.clientsSwiper .swiper-wrapper .swiper-slide .ttl {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.clientsSwiper .swiper-wrapper .swiper-slide .name {
  font-size: 13px;
  color: #6a6a6a;
}

.movieBlank {
  width: 100vw;
  height: 53.832795vw;
}

.swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}

#philosophy {
  color: #fff;
  padding-left: 120px;
  padding-right: 30px;
}

.philosophyBox {
  display: flex;
  gap: 120px;
}
.philosophyBox .left {
  width: calc(67% - 120px);
}
.philosophyBox .right {
  width: 33.38%;
}
.philosophyBox .ttlJa {
  margin-bottom: 100px;
}

#clients {
  padding-top: 0;
}
#clients .mainImg {
  position: relative;
}
#clients .mainImg .ttlEn2 {
  position: absolute;
  z-index: 2;
  right: 120px;
  top: 65%;
  transform: translate(0, -50%);
  color: #dddddd;
}
#clients .clientsBox {
  padding-top: 70px;
}
#clients .clientsBox .mainDesp {
  margin-bottom: 40px;
}
#clients .clientsList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
  align-items: stretch;
}
#clients .clientsList li {
  width: calc(33.33% - 20px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: middle;
  min-height: 85px;
  line-height: 85px;
}
#clients .clientsList li.col2 {
  line-height: initial;
  padding: 20px 0;
  line-height: 1.6;
}

#news {
  color: #fff;
}

.ttlBox .ttlEn2 {
  font-size: 56px;
  color: #fff;
}
.ttlBox .subTtl {
  font-size: 14px;
}

.indexBox {
  margin-top: -20px;
}
.indexBox a {
  float: right;
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 4px 28px 4px 20px;
  font-family: acumin-pro, biz-udgothic, sans-serif;
  font-weight: 600;
  font-size: 13px;
  background-image: url("../images/ico_plus.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px center;
}

.newsList {
  clear: both;
  padding-top: 40px;
}
.newsList li {
  margin-bottom: 20px;
}
.newsList li a {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  padding: 30px;
}
.newsList li a .infoBox {
  width: calc(100% - 100px);
}
.newsList li a .infoBox .date {
  font-family: acumin-pro, biz-udgothic, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.newsList li a .infoBox .ttl {
  font-size: 17px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.newsList li a .moreBtn {
  width: 100px;
  background-color: #535c74;
  border-radius: 100px;
  width: 48px;
  height: 28px;
  background-image: url("../images/arr_more.png");
  background-repeat: no-repeat;
  background-size: 13.6px auto;
  background-position: center center;
  text-indent: -9999px;
}

#contact .contentBox {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#contact .contentBox .ttlEn2 {
  color: #000;
}
#contact .contactBox {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
#contact .contactBox .contactDesp {
  padding: 60px 0;
  line-height: 2;
}
#contact .contactBox .contactLabel {
  background-color: #1a1c23;
  border-radius: 4px 12px 0 0;
  color: #fff;
  width: calc(50% - 8px);
  padding: 20px;
  font-size: 16px;
}
#contact input,
#contact select,
#contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 20px;
  border: 1px solid #d8d8d8;
  width: 100%;
}
#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  border-color: #013eb3;
}
#contact select {
  background-image: url("../images/ico_pulldown.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 20px center;
}
#contact textarea {
  height: 300px;
}
#contact .sendBtn {
  background-color: #013eb3;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5em;
}

.contactList {
  border-top: 1px solid #d8d8d8;
  padding-top: 16px;
}
.contactList li {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.contactList li .each {
  width: calc(50% - 8px);
}
.contactList li .all {
  width: 100%;
}

#company {
  color: #fff;
}

.companyBox {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
}

.infoList {
  font-size: 14px;
  margin-bottom: 100px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.infoList li {
  display: flex;
  gap: 60px;
  margin-bottom: 25px;
}
.infoList li div {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 15px;
}
.mapBox {
  margin-bottom: 100px;
}
.mapBox iframe {
  width: 100%;
  height: 430px;
}

.historyTtl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.historyList {
  font-size: 14px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.historyList li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.historyList li .ttl {
  width: 280px;
}
.historyList li .desp {
  width: calc(100% - 340px);
}

.pageTop {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 2;
  color: #fff;
  width: 32px;
}
.pageTop.pageTopBlack a {
  color: #000;
}
.pageTop.pageTopBlack a::before {
  background-color: #bcc5e0;
}
.pageTop.pageTopBlack a::after {
  background-image: url("../images/ico_top_black.png");
}
.pageTop a {
  display: block;
  padding-top: 55px;
  color: #fff;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.pageTop a:hover::after {
  top: 10px;
}
.pageTop a::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #6f7998;
  position: absolute;
  left: 0;
  top: 0;
}
.pageTop a::after {
  content: "";
  width: 4px;
  height: 36px;
  background-image: url("../images/ico_top.png");
  background-repeat: no-repeat;
  background-size: 4px auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 14px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
  position: relative;
  z-index: 2;
  background-color: #1a1c23;
  color: #848998;
  padding-top: 70px;
  padding-bottom: 30px;
}
footer a {
  color: #fff;
}
footer .ftBox {
  display: flex;
  align-items: center;
  gap: 175px;
  margin-bottom: 130px;
}
footer .ftBox .logo a {
  display: block;
  width: 301px;
  height: 35px;
  background-image: url("../images/img_logo_white.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-indent: -9999px;
}
footer .ftBox nav {
  display: flex;
  gap: 90px;
}
footer .ftBox nav .navFtList li {
  padding: 10px 0;
}
footer .ftBox nav .navFtList li a {
  color: #848998;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .ftBox nav .navFtList li a:hover {
  color: #fff;
}
footer .snsBox {
  position: absolute;
  right: 100px;
  bottom: 100px;
}
footer .snsList li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  background-image: url("../images/ico_x.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center center;
  text-indent: -9999px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .snsList li a:hover {
  opacity: 0.6;
}
footer .ftBox2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 200px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
footer .ftBox2 .policy a {
  color: #848998;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .ftBox2 .policy a:hover {
  color: #fff;
}

.newsDirectionBox {
  text-align: center;
  padding: 60px 100px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.newsDirectionBox .newsDirection .prev,
.newsDirectionBox .newsDirection .next {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 58px;
  height: 34px;
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsDirectionBox .newsDirection .prev:hover,
.newsDirectionBox .newsDirection .next:hover {
  background-color: #fff;
}
.newsDirectionBox .newsDirection .prev {
  float: left;
  background-image: url("../images/arr_left_prev.png");
}
.newsDirectionBox .newsDirection .prev:hover {
  background-image: url("../images/arr_left_black.png");
}
.newsDirectionBox .newsDirection .next {
  float: right;
  background-image: url("../images/arr_right_next.png");
}
.newsDirectionBox .newsDirection .next:hover {
  background-image: url("../images/arr_right_black.png");
}
.newsDirectionBox .newsDirection .page-numbers {
  display: inline-block;
  color: #a7a9ad;
  margin: 0 10px;
  padding: 0 6px 3px 6px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newsDirectionBox .newsDirection .page-numbers:hover {
  color: #fff;
}
.newsDirectionBox .newsDirection .page-numbers.current {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.ttlEn2Mini {
  font-size: 24px;
  margin-bottom: 60px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
}

article.detail {
  margin-bottom: 60px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article.detail .ttl {
  font-size: 28px;
  margin-bottom: 60px;
  line-height: 1.6;
}
article.detail .date {
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
article.detail .desp {
  line-height: 1.8;
  border-top: 1px solid #adaeaf;
  border-bottom: 1px solid #adaeaf;
  padding: 60px 60px;
}
article.detail .desp p {
  margin-bottom: 20px;
}
article.detail .desp .subTtl {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
article.detail .desp a {
  color: #0782fd;
}

.backBtn {
  border: 1px solid #535c74;
  border-radius: 100px;
  font-size: 13px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 10px 0px;
  width: 160px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 30px;
}
.backBtn:hover {
  color: #fff;
  background-color: #535c74;
}

.wpcf7-not-valid-tip {
  padding: 10px 0 0 0;
  font-size: 12px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  header {
    padding: 30px;
    position: absolute;
  }
  header.showed {
    position: relative;
    padding: 20px 30px;
  }
  header.showed .logo a {
    width: 202px;
    height: 50px;
    background-image: url("../images/img_logo_sp_blue.png");
    background-size: contain;
  }
  header .logo a {
    width: 202px;
    height: 50px;
    background-image: url("../images/img_logo_sp.png");
    background-size: contain;
  }
  header nav {
    display: none;
  }
  .mainVisual {
    height: calc(100vh - 30px);
  }
  .mainVisual .copyBox {
    left: 30px;
    top: 32%;
  }
  .mainVisual .copyBox .copy01 {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .mainVisual .copyBox .copy02 {
    font-size: 16px;
  }
  .mainVisual .copy03 {
    right: 30px;
    bottom: 30px;
    font-size: 14px;
  }
  .mainVisual .movieBox {
    width: 100vw;
    height: 100%;
    padding: 0;
    border: 10px solid #000;
  }
  .mainVisual .movieBox .movie {
    position: absolute;
    left: 0;
    top: 0;
  }
  .mainVisual .movieBox .movie video {
    width: 100%;
    height: calc(100vh - 30px - 20px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainVisual .scrollBox {
    left: 30px;
    bottom: 90px;
  }
  .aboutBox01 {
    padding: 0 25px 0 25px;
    display: block;
  }
  .aboutBox01 .left .ttlEn {
    font-size: 50px;
  }
  .aboutBox01 .left .ttlJa {
    font-size: 17px;
  }
  .aboutBox01 .right {
    text-align: right;
  }
  .aboutBox01 .right img {
    width: 38vw;
  }
  .aboutBox02 {
    display: block;
    position: relative;
    padding: 0 25px 0 25px;
    margin-top: -12vw;
  }
  .aboutBox02 .left {
    display: block;
    padding-top: 0;
  }
  .aboutBox02 .left .img {
    width: 43.25vw;
  }
  .aboutBox02 .left .aboutBox03 {
    width: auto;
    padding-top: 15vw;
  }
  .aboutBox02 .right {
    position: absolute;
    right: 35px;
    top: 20vw;
    width: 31vw;
  }
  .mainDesp {
    font-size: 14px;
    text-align: justify;
  }
  .contentBox {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contentBox2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sec {
    overflow: hidden;
  }
  #products .contentBox {
    position: relative;
    top: 0;
    transform: translate(0);
    padding-left: 0;
    padding-right: 0;
  }
  #products .spUp {
    background-image: url("../images/img_since.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding: 50px 25px 1px 25px;
  }
  #products .spDown {
    background-color: #2b2c2e;
    padding: 50px 25px 80px 25px;
  }
  #products .mainDesp {
    width: auto;
  }
  #products .bg .mask {
    bottom: 0;
  }
  #products .bg .img {
    display: none;
  }
  .ttlEn2 {
    font-size: 44px;
  }
  .ttlJa {
    font-size: 17px;
  }
  #products2 .ttlEn2 {
    white-space: nowrap;
  }
  .levelList {
    display: block;
    margin-bottom: 60px;
  }
  .levelList li {
    margin-bottom: 35px;
  }
  .levelList li .img {
    margin-bottom: 15px;
  }
  .levelList li .ttl {
    font-size: 14px;
  }
  .needs {
    font-size: 20px;
    font-size: 15px;
    white-space: nowrap;
  }
  .needsList {
    display: block;
    width: 100%;
    padding: 0;
  }
  .needsList li {
    width: 100%;
    margin-bottom: 15px;
    padding: 22px 0;
  }
  .needsList li .ttl {
    font-size: 17px;
  }
  #case .ttlJa {
    margin-left: 0;
    text-align: center;
  }
  .clientsSwiper {
    padding-left: 0;
    padding-right: 0;
  }
  .clientsSwiper .swiper-wrapper {
    padding-bottom: 60px;
  }
  .clientsSwiper .swiper-wrapper .swiper-slide {
    padding: 15px;
  }
  .clientsSwiper .swiper-wrapper .swiper-slide .date {
    margin-bottom: 10px;
  }
  .clientsSwiper .swiper-wrapper .swiper-slide .ttl {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .buttonBox {
    left: 30px;
    right: 30px;
    justify-content: space-between;
  }
  .movieBlank {
    height: calc(50vh - 30px);
  }
  #philosophy {
    padding-left: 25px;
    padding-right: 25px;
  }
  #philosophy .philosophyBox {
    display: block;
  }
  #philosophy .philosophyBox .left {
    width: auto;
  }
  #philosophy .philosophyBox .left .img {
    margin-bottom: 40px;
    text-align: center;
  }
  #philosophy .philosophyBox .left .img img {
    width: 54vw;
  }
  #philosophy .philosophyBox .right {
    display: none;
  }
  #philosophy .philosophyBox .ttlJa {
    margin-bottom: 40px;
  }
  #clients .mainImg .ttlEn2 {
    left: 25px;
    bottom: 25px;
    right: initial;
    font-size: 42px;
  }
  #clients .clientsList {
    display: block;
  }
  #clients .clientsList li {
    width: auto;
    margin-bottom: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .ttlBox .ttlEn2 {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .newsList li a {
    display: block;
    padding: 15px 15px;
  }
  .newsList li a .infoBox {
    width: auto;
  }
  .newsList li a .infoBox .date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .newsList li a .infoBox .ttl {
    font-size: 14px;
  }
  .newsList li a .moreBtn {
    display: none;
  }
  #contact .contactBox .contactDesp {
    padding: 40px 0;
    font-size: 13px;
  }
  #contact .contactBox .contactLabel {
    width: 70%;
    font-size: 15px;
  }
  #contact input,
  #contact #contact select,
  #contact #contact textarea {
    padding: 15px 15px;
  }
  #contact textarea {
    height: 200px;
  }
  .contactList li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contactList li .each {
    width: auto;
    margin-bottom: 10px;
  }
  .companyBox {
    padding-top: 40px;
  }
  .infoList {
    font-size: 13px;
    margin-bottom: 60px;
  }
  .infoList li {
    gap: 15px;
    margin-bottom: 15px;
  }
  .infoList li div {
    padding-bottom: 5px;
  }
  .infoList li .ttl {
    width: 100px;
  }
  .infoList li .desp {
    width: calc(100% - 100px - 15px);
  }
  .mapBox {
    margin-bottom: 60px;
  }
  .historyList {
    font-size: 13px;
    padding-bottom: 80px;
  }
  .historyList li {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .historyList li .ttl {
    width: auto;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .historyList li .desp {
    width: auto;
  }
  .pageTop {
    right: 25px;
    bottom: 25px;
  }
  footer {
    padding-top: 50px;
  }
  footer .ftBox {
    display: block;
    margin-bottom: 80px;
  }
  footer .ftBox .logo {
    margin-bottom: 25px;
  }
  footer .ftBox nav {
    gap: 0;
    justify-content: space-between;
  }
  footer .ftBox nav .navFtList li {
    padding: 5px 0;
  }
  footer .snsBox {
    right: initial;
    left: 25px;
  }
  footer .ftBox2 {
    gap: 0;
    display: block;
  }
  footer .ftBox2 .policy {
    margin-bottom: 10px;
  }
  .ttlEn2Mini {
    font-size: 20px;
    margin-bottom: 40px;
  }
  article.detail .ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  article.detail .desp {
    padding: 30px 0;
    font-size: 15px;
  }
  article.detail .desp .subTtl {
    font-size: 15px;
  }
  .newsDirectionBox {
    padding: 40px 0 100px 0;
  }
  .newsDirectionBox .newsDirection .page-numbers {
    padding: 0 4px 3px 4px;
    margin: 0 5px;
  }
  .newsDirectionBox .newsDirection .prev,
  .newsDirectionBox .newsDirection .next {
    margin: 0;
    width: 50px;
    height: 30px;
  }
}/*# sourceMappingURL=style.css.map */