@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
a:active {
  color: auto;
}
a:focus {
  outline: none;
}
a:hover {
  opacity: 0.7;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

.en {
  font-family: "Oswald", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", sans-serif;
}

.fig {
  vertical-align: middle;
}
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.fig img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

.l-header__pc {
  transition: all 0.3s;
}
.l-header__pc.active {
  background-color: #003c8a;
}
.l-header__pc .c-inner01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.l-header__pc__left .fig {
  width: 106px;
}
.l-header__pc__nav {
  height: 100%;
}
.l-header__pc__nav .list {
  display: flex;
  align-items: center;
}
.l-header__pc__nav .list__item {
  display: flex;
  position: relative;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header__pc__nav .list__item:not(:last-child) {
  margin-right: 1.8301610542vw;
}
.l-header__pc__nav .list__item a {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.l-header__pc__nav .list__item a::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 2em;
  height: 1px;
  transform: translateX(-50%);
  background: #fff;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
.l-header__pc__nav .list__item a:hover::after {
  opacity: 1;
}
.l-header__sp {
  display: none;
  width: 100%;
  background-color: #003c8a;
}
.l-header__sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__sp__left {
  margin-left: 18px;
}
.l-header__sp__left .fig {
  width: 86px;
  height: auto;
}
.l-header__sp__hamburger {
  overflow: hidden;
}
.l-header__sp__hamburger__btn {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.l-header__sp__hamburger__btn span {
  display: inline-block;
  z-index: 99999;
  position: absolute;
  left: 17.5px;
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.l-header__sp__hamburger__btn span:nth-of-type(1) {
  top: 20px;
}
.l-header__sp__hamburger__btn span:nth-of-type(2) {
  top: 28px;
}
.l-header__sp__hamburger__btn span:nth-of-type(3) {
  top: 36px;
}
.l-header__sp__hamburger__btn.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  width: 25px;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #003c8a;
}
.l-header__sp__hamburger__btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__sp__hamburger__btn.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
  width: 25px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #003c8a;
}
.l-header__sp__hamburger__nav.panelactive {
  -webkit-animation-name: gnaviAnime;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: gnaviAnime;
  opacity: 0;
  transition: 0.3s;
}
.l-header__sp__hamburger__nav.panelactive > div {
  display: block;
}
.l-header__sp__hamburger__nav__box {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  display: none;
  width: 100%;
  overflow: scroll;
}
.l-header__sp__hamburger__nav__box::-webkit-scrollbar {
  display: none;
}
.l-header__sp__hamburger__nav__box .list {
  padding: 24.8vw 7.2vw 21.6vw;
  background-color: #fff;
}
.l-header__sp__hamburger__nav__box .list__item {
  position: relative;
  list-style: none;
}
.l-header__sp__hamburger__nav__box .list__item:not(:last-child) {
  margin-bottom: 15px;
}
.l-header__sp__hamburger__nav__box .list__item::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  content: "";
}
.l-header__sp__hamburger__nav__box .list__item a {
  display: block;
  padding-bottom: 15px;
  color: #4b4b4b;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  text-decoration: none;
}
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-footer__pc {
  background-color: #003c8a;
}
.l-footer__pc .c-inner03 {
  padding: 48px 0 55px;
}
.l-footer__pc .logo {
  display: block;
  margin-bottom: 27px;
}
.l-footer__pc .logo .fig {
  width: 158px;
}
.l-footer__pc__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.l-footer__pc__container * {
  color: #fff;
}
.l-footer__pc__container .company__address {
  margin-bottom: 23px;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.l-footer__pc__container .company__tel {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  vertical-align: middle;
  pointer-events: none;
}
.l-footer__pc__container .company__tel .img {
  display: inline-block;
  width: 14px;
  margin-top: 0.1em;
  margin-right: 0.2em;
  vertical-align: middle;
}
.l-footer__pc__container .company__tel .img img {
  width: 100%;
  height: auto;
}
.l-footer__pc__container .navi__ttl {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.l-footer__pc__container .navi .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 21em;
  height: 4em;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-footer__pc__container .navi .list__item:not(:nth-child(n+4)) {
  margin-right: 1.6em;
}
.l-footer__pc__container .navi .list__item:nth-child(odd) {
  margin-bottom: 0.8em;
}
.l-footer__pc__container .navi .list__item a {
  position: relative;
}
.l-footer__pc__container .navi .list__item a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: left top;
  position: absolute;
  bottom: -3px;
  left: 0%;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #fff;
  content: "";
  transition: all 0.3s;
}
.l-footer__pc__container .navi .list__item a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-footer__pc__txt {
  text-align: right;
}
.l-footer__pc__txt .copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-footer__sp {
  display: none;
  padding: 30px 0 98px;
  background-color: #003c8a;
}
.l-footer__sp * {
  color: #fff;
}
.l-footer__sp__company {
  margin-bottom: 34px;
}
.l-footer__sp__company__logo {
  display: block;
  width: 120px;
  margin-bottom: 11px;
}
.l-footer__sp__company__logo img {
  width: 100%;
  height: auto;
}
.l-footer__sp__company__address {
  margin-bottom: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.l-footer__sp__company__tel {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
}
.l-footer__sp__company__tel .img {
  display: inline-block;
  width: 11px;
  margin-right: 5px;
}
.l-footer__sp__company__tel .img img {
  width: 100%;
  height: auto;
}
.l-footer__sp__navi__ttl {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Poppins;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.l-footer__sp__navi .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 17em;
  height: 8em;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.l-footer__sp__navi .list__item {
  position: relative;
  margin-bottom: 1.1em;
  list-style: none;
}
.l-footer__sp__txt {
  margin-top: 25px;
  padding-top: 12px;
  border-top: 1px solid #fff;
}
.l-footer__sp__txt .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.c-btn01 {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 15em;
  overflow: hidden;
  border-radius: 2em;
  background-size: cover, 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.6em;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.c-btn01::after, .c-btn01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  content: "";
}
.c-btn01:before {
  z-index: -1;
  background: #003c8a;
  transition: 0.5s;
}
.c-btn01:after {
  z-index: -2;
  background: linear-gradient(to right, #003c8a 0%, #003c8a 27.01%, #4fb0d0 59.61%, #85ffff 100%);
}
.c-btn01:hover {
  opacity: 1;
}
.c-btn01:hover:before {
  opacity: 0;
}

.c-inner01 {
  width: 1000px;
  margin: 0 auto;
}

.c-inner02 {
  width: 1200px;
  margin: 0 auto;
}

.c-inner03 {
  width: 800px;
  margin: 0 auto;
}

.c-inner04 {
  margin-left: 5.8565153734vw;
}

.p-ttl01 {
  display: block;
  /* tag:h2 cl:bl span:下に文字*/
  color: #003c8a;
  text-align: center;
}
.p-ttl01 .en {
  font-weight: normal;
  font-size: 65px;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
}
.p-ttl01 .jp {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-ttl01.left {
  text-align: left;
}

.p-bg01 {
  position: relative;
  margin: 8.78477306vw 0;
  background-color: #f6f6f6;
}
.p-bg01::before, .p-bg01::after {
  position: absolute;
  left: 0;
  content: "";
}
.p-bg01::before {
  -webkit-transform: translateY(-100%);
  top: 1px;
  transform: translateY(-100%);
  border-bottom: 8.78477306vw solid #f6f6f6;
  /* 三角を白にする */
  border-left: 100vw solid transparent;
}
.p-bg01::after {
  top: calc(100% - 1px);
  border-top: 8.78477306vw solid #f6f6f6;
  /* 三角を白にする */
  border-right: 100vw solid transparent;
}

.p-table01 {
  width: 100%;
  border-collapse: collapse;
}
.p-table01 .column {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.p-table01 .column .ttl {
  display: block;
  padding: 30px 0;
  padding-left: 80px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
}
.p-table01 .column .desc {
  padding: 30px 0;
  padding-left: 87px;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-opening01 {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("../img/mv_first.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1s;
}
.p-opening01__ttl {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-opening01__ttl__txt {
  -webkit-transform: translateY(-50%);
  z-index: 100;
  position: absolute;
  bottom: 13.41%;
  left: 13.39%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.p-opening01__ttl__txt .title {
  display: flex;
  overflow: hidden;
}
.p-opening01__ttl__txt .title span {
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  opacity: 0;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.p-opening01__ttl__txt .title span.active {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.p-opening01.disable {
  opacity: 0;
  pointer-events: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

#index .l-main {
  overflow-x: hidden;
}
#index .l-main .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#index .l-main .mv__ttl {
  -webkit-transform: translateY(-50%);
  z-index: 100;
  position: absolute;
  bottom: 13.41%;
  left: 13.39%;
  transform: translateY(-50%);
}
#index .l-main .mv__ttl__txt {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
#index .l-main .mv__animation {
  -webkit-animation: 60s linear infinite rotation;
  position: absolute;
  top: 29.68%;
  right: -20.93%;
  width: 69%;
  animation: 60s linear infinite rotation;
  mix-blend-mode: screen;
  pointer-events: none;
}
#index .l-main .mv__animation .fig {
  width: 100%;
  opacity: 0.5;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index .l-main .s-lead {
  padding: 145px 0 114px;
  text-align: center;
}
#index .l-main .s-lead .lead01 {
  position: relative;
  margin-bottom: 0.57em;
  color: #000;
  font-weight: 600;
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}
#index .l-main .s-lead .lead01::after {
  -webkit-transform: translate(-50%, -100%);
  display: block;
  position: absolute;
  top: -0.6em;
  left: 50%;
  width: 1px;
  height: 1.3em;
  transform: translate(-50%, -100%);
  background-color: #003c8a;
  content: "";
}
#index .l-main .s-lead .lead01 .blue {
  color: #003c8a;
}
#index .l-main .s-lead .lead02 {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology {
  padding: 32px 0 46px;
}
#index .l-main .s-technology__container {
  display: flex;
  margin: 37px 0 60px;
}
#index .l-main .s-technology__container__box {
  width: 50%;
  padding: 108px 0 55px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
#index .l-main .s-technology__container__box .ttl {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.13em;
}
#index .l-main .s-technology__container__box .ttl::after {
  -webkit-transform: translate(-50%, -100%);
  display: block;
  position: absolute;
  top: -0.225em;
  left: 50%;
  width: 2px;
  height: 1.1em;
  transform: translate(-50%, -100%);
  background-color: #fff;
  content: "";
}
#index .l-main .s-technology__container__box .ttl .sub {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Poppins;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__container__box .desc01 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__container__box .desc02 {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__container__box.bg01 {
  background-image: url("../img/technology_bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#index .l-main .s-technology__container__box.bg02 {
  background-image: url("../img/technology_bg02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#index .l-main .s-technology__point {
  display: flex;
  margin-bottom: 40px;
}
#index .l-main .s-technology__point .number {
  margin-right: 0.7em;
  color: #003c8a;
  font-weight: 300;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
#index .l-main .s-technology__point .number .sub {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__point .txt__ttl {
  margin-bottom: 0.7em;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__point .txt__desc {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#index .l-main .s-technology__point.mb0 {
  margin-bottom: 0;
}
#index .l-main .s-product {
  padding: 70px 0;
}
#index .l-main .s-product__head {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
#index .l-main .s-product__head .p-ttl01 {
  margin-right: 5.4172767204vw;
}
#index .l-main .s-product__head .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 33em;
  height: 4em;
  color: #003c8a;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
#index .l-main .s-product__head .list__item:nth-child(-n+4) {
  margin-right: 1.6em;
}
#index .l-main .s-product__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#index .l-main .s-product__slider__wrap__slide {
  width: 23.57%;
  margin: 0 11px;
}
#index .l-main .s-product__slider__wrap__slide .fig img {
  width: 100%;
  height: auto;
}
#index .l-main .s-workflow {
  padding: 50px 0 73px;
}
#index .l-main .s-workflow .list {
  margin-top: 45px;
}
#index .l-main .s-workflow .list__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
#index .l-main .s-workflow .list__item.is-active {
  -webkit-animation-name: scrollActive;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: scrollActive;
}
@-webkit-keyframes scrollActive {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes scrollActive {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#index .l-main .s-workflow .list__item.is-disable {
  -webkit-animation-name: scrollDisable;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: scrollDisable;
}
@-webkit-keyframes scrollDisable {
  from {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
}
@keyframes scrollDisable {
  from {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
}
#index .l-main .s-workflow .list__item .number {
  width: 2em;
  margin-right: 4.39238653vw;
  background-color: #003c8a;
  color: #fff;
  font-weight: normal;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 2em;
  font-family: "EB Garamond", serif;
  text-align: center;
}
#index .l-main .s-workflow .list__item .txt {
  width: 74%;
  padding: 18px 0 28px;
}
#index .l-main .s-workflow .list__item .txt__ttl {
  position: relative;
  margin-bottom: 0.68em;
  padding-left: 1.76em;
  color: #003c8a;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}
#index .l-main .s-workflow .list__item .txt__ttl::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.28em;
  height: 1px;
  transform: translateY(-50%);
  background-color: #003c8a;
  content: "";
}
#index .l-main .s-workflow .list__item .txt__desc {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#index .l-main .s-workflow .list__item:not(:last-child) {
  position: relative;
  margin-bottom: 64px;
}
#index .l-main .s-workflow .list__item:not(:last-child)::after {
  -webkit-transform: translate(-50%, 100%);
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 24px;
  height: 18px;
  transform: translate(-50%, 100%);
  border-top: 18px solid #003c8a;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
}
#index .l-main .s-company {
  margin: -8.78477306vw 0;
  padding: 190px 0;
  background-color: #003c8a;
}
#index .l-main .s-company .p-ttl01 {
  color: #fff;
}
#index .l-main .s-company__table {
  margin-top: 20px;
  margin-bottom: 50px;
}
#index .l-main .s-company__map iframe {
  width: 100%;
  height: 385px;
}
#index .l-main .s-recruit {
  padding: 73px 0 100px;
}
#index .l-main .s-recruit__lead {
  margin: 60px 0 80px;
  text-align: center;
}
#index .l-main .s-recruit__lead .ttl {
  margin-bottom: 0.9em;
  color: #000;
  font-weight: 500;
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
}
#index .l-main .s-recruit__lead .desc {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#index .l-main .s-recruit__table {
  margin-bottom: 43px;
}
#index .l-main .s-recruit__table .ttl {
  color: #7b7b7b;
  font-weight: 500;
}
#index .l-main .s-recruit__table .desc {
  color: #000;
  font-weight: 400;
}
#index .l-main .s-recruit__contact {
  text-align: center;
}
#index .l-main .s-recruit__contact .statement {
  margin-bottom: 2.5em;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
#index .l-main .s-contact {
  padding: 160px 0 120px;
}
#index .l-main .s-contact .c-inner01 {
  padding: 90px 0 98px;
  background-color: #f6f6f6;
}
#index .l-main .s-contact__container {
  width: 84%;
  margin: 0 auto;
}
#index .l-main .s-contact__container .p-ttl01 {
  margin-bottom: 40px;
}
#index .l-main .s-contact__container .form .formTable {
  width: 100%;
  margin-bottom: 40px;
}
#index .l-main .s-contact__container .form .formTable__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#index .l-main .s-contact__container .form .formTable__column .label {
  margin-bottom: 7px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__column .label .required {
  display: inline-block;
  margin-left: 1.25em;
  color: #f00;
  font-weight: normal;
}
#index .l-main .s-contact__container .form .formTable__column .input {
  width: 100%;
  margin-bottom: 30px;
}
#index .l-main .s-contact__container .form .formTable__column .input input[type=text],
#index .l-main .s-contact__container .form .formTable__column .input select {
  height: 59px;
}
#index .l-main .s-contact__container .form .formTable__column .input input[type=text]::-webkit-input-placeholder, #index .l-main .s-contact__container .form .formTable__column .input select::-webkit-input-placeholder {
  color: #b8b8b8;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__column .input input[type=text]::placeholder,
#index .l-main .s-contact__container .form .formTable__column .input select::placeholder {
  color: #b8b8b8;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__column .input textarea {
  height: 273px;
}
#index .l-main .s-contact__container .form .formTable__column .input textarea::-webkit-input-placeholder {
  color: #b8b8b8;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__column .input textarea::placeholder {
  color: #b8b8b8;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__column input,
#index .l-main .s-contact__container .form .formTable__column select,
#index .l-main .s-contact__container .form .formTable__column textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em 1.15em;
  background: #fff;
  font-size: 20px;
  font-size: 2rem;
}
#index .l-main .s-contact__container .form .formTable__submit {
  display: block;
  z-index: 999;
  width: 176px;
  margin: 0 auto;
  text-align: center;
}
#index .l-main .s-contact__container .form .privacy__txt {
  display: block;
  width: 67%;
  height: 140px;
  margin: 0 auto 10px;
  padding: 0.875em 1.25em;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
}
#index .l-main .s-contact__container .form .privacy__txt::-webkit-scrollbar {
  display: none;
}
#index .l-main .s-contact__container .form .privacy__txt .simplebar-scrollbar::before {
  border-radius: 0;
  background: #003c8a;
  opacity: 1;
}
#index .l-main .s-contact__container .form .privacy__txt span {
  display: block;
  color: #003c8a;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
#index .l-main .s-contact__container .form .privacy__txt span::after {
  display: block;
  width: 100%;
  margin-bottom: 14.5px;
  border: 1px solid #003c8a;
  content: "";
}
#index .l-main .s-contact__container .form .privacy__input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#index .l-main .s-contact__container .form .privacy__input input[type=checkbox] {
  -webkit-clip-path: inset(50%);
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
#index .l-main .s-contact__container .form .privacy__input input[type=checkbox]:checked + .checkboxLabel .check::after {
  opacity: 1;
}
#index .l-main .s-contact__container .form .privacy__input .checkboxLabel {
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
#index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check {
  box-sizing: initial;
  display: inline-block;
  position: relative;
  left: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 1px solid #707070;
  background-color: #fff;
  line-height: 53px;
}
#index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: right;
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% - 2px);
  width: 8px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right;
  border-right: 2px solid #003c8a;
  border-bottom: 2px solid #003c8a;
  content: "";
  opacity: 0;
  transition: all 0.2s;
}
#index .l-main .s-contact__container .form__submit {
  height: 46px;
  text-align: center;
}
#index .l-main .s-contact__container .form__submit label {
  z-index: 10;
}

#complete .message {
  margin: 170px 0 80px;
  text-align: center;
}
#complete .message .ttl {
  margin-bottom: 41px;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}
#complete .message .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
}
#complete .link {
  margin-bottom: 174px;
  text-align: center;
}
#complete .link a {
  margin: 0 17px;
}
@media screen and (max-width: 1365px) {
  body {
    margin: 0;
  }
  .l-header__pc__left .fig {
    width: 86px;
  }
  .l-header__pc__nav .list__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-inner01 {
    width: auto;
    margin: 0 5.8565153734vw;
  }
  .c-inner02 {
    width: auto;
    margin: 0 7.3206442167vw;
  }
  .c-inner04 {
    margin-left: 0;
  }
  .p-table01 .column .ttl {
    padding-left: 5.6368960469vw;
  }
  .p-opening01__ttl__txt {
    font-size: 3.6603221083vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
  #index .l-main .mv__ttl__txt {
    font-size: 3.6603221083vw;
  }
  #index .l-main .s-lead {
    padding: 10.980966325vw 0 8.78477306vw;
  }
  #index .l-main .s-company {
    padding: 14.6412884334vw 0;
  }
  #index .l-main .s-recruit {
    padding: 5.8565153734vw 0 8.0527086384vw;
  }
  #index .l-main .s-contact .c-inner01 {
    padding: 7.3206442167vw 0;
  }
  #index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check {
    width: 18px;
    height: 18px;
    margin-right: 1.4641288433vw;
  }
  #index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check::after {
    top: calc(50% + 1px);
    left: calc(50% - 1px);
    width: 5px;
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  .l-header__pc {
    display: none;
  }
  .l-header__sp {
    display: block;
  }
  .l-footer__pc {
    display: none;
  }
  .l-footer__sp {
    display: block;
  }
  .c-btn01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-ttl01 .en {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p-ttl01 .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-table01 .column .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-table01 .column .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
  #index .l-main .s-technology__container__box .desc01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #index .l-main .s-technology__container__box .desc02 {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #index .l-main .s-product__head {
    flex-direction: column;
    align-items: flex-start;
  }
  #index .l-main .s-product__head .list {
    margin-top: 2.196193265vw;
  }
  #index .l-main .s-workflow .list__item .number {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #index .l-main .s-workflow .list__item .txt {
    width: 80%;
  }
  #index .l-main .s-workflow .list__item .txt__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  #index .l-main .s-recruit__lead .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #index .l-main .s-recruit__lead .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #index .l-main .s-contact__container .form .privacy__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  header {
    height: 56px;
  }
  .c-btn01 {
    font-size: 3.7333333333vw;
  }
  .c-inner01 {
    margin: 6.6666666667vw;
  }
  .c-inner02 {
    margin: 0 6.6666666667vw;
  }
  .c-inner03 {
    width: 100%;
    margin: 0 1.8301610542vw;
  }
  .p-ttl01 .en {
    font-size: 12.8vw;
  }
  .p-ttl01 .jp {
    font-size: 4.2666666667vw;
  }
  .p-ttl01.left {
    text-align: center;
  }
  .p-bg01 {
    margin: 12vw 0;
  }
  .p-bg01::before {
    top: 0;
    border-bottom: 12vw solid #f6f6f6;
    /* 三角を白にする */
  }
  .p-bg01::after {
    top: 100%;
    border-top: 12vw solid #f6f6f6;
    /* 三角を白にする */
  }
  .p-table01 {
    margin-top: 7.7333333333vw;
  }
  .p-table01 .column {
    padding: 2.9333333333vw 0;
    border-top: none;
  }
  .p-table01 .column .ttl {
    width: 6em;
    padding: 2.9333333333vw 0;
    font-size: 3.4666666667vw;
    line-height: 1.5em;
    text-align: left;
  }
  .p-table01 .column .desc {
    padding: 2.9333333333vw 0;
    font-size: 3.4666666667vw;
    line-height: 1.5em;
  }
  .p-opening01 {
    height: calc(var(--vh, 1vh) * 100);
    background-image: url("../img/mv_first_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-opening01__ttl__txt {
    -webkit-transform: translateY(-50%);
    top: 55%;
    bottom: auto;
    left: 6.6666666667vw;
    transform: translateY(-50%);
    font-size: 6.4vw;
    line-height: 1.5em;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  #index .l-main .mv {
    height: calc(var(--vh, 1vh) * 100);
    background-image: url("../img/mv_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index .l-main .mv__ttl {
    -webkit-transform: translateY(-50%);
    top: 55%;
    bottom: auto;
    left: 6.6666666667vw;
    transform: translateY(-50%);
  }
  #index .l-main .mv__ttl__txt {
    font-size: 6.4vw;
    line-height: 1.5em;
  }
  #index .l-main .mv__animation {
    top: 80.8vw;
    right: auto;
    left: 9.3333333333vw;
    width: 157.6vw;
  }
  #index .l-main .s-lead {
    padding: 23.4666666667vw 0 14.1333333333vw;
  }
  #index .l-main .s-lead .lead01 {
    font-size: 6.9333333333vw;
  }
  #index .l-main .s-lead .lead02 {
    font-size: 4.2666666667vw;
  }
  #index .l-main .s-technology {
    padding: 14.4vw 0;
  }
  #index .l-main .s-technology__container {
    flex-direction: column;
    margin: 10.6666666667vw -6.6666666667vw 18.9333333333vw;
  }
  #index .l-main .s-technology__container__box {
    width: 100%;
    padding: 20.5333333333vw 0 10.6666666667vw;
  }
  #index .l-main .s-technology__container__box .ttl {
    margin-bottom: 8vw;
    font-size: 10.6666666667vw;
  }
  #index .l-main .s-technology__container__box .ttl::after {
    height: 0.675em;
  }
  #index .l-main .s-technology__container__box .ttl .sub {
    font-size: 3.2vw;
  }
  #index .l-main .s-technology__container__box .desc01 {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
  }
  #index .l-main .s-technology__container__box .desc02 {
    font-size: 3.4666666667vw;
  }
  #index .l-main .s-technology__container__box.bg01 {
    background-image: url("../img/technology_bg01_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index .l-main .s-technology__container__box.bg02 {
    background-image: url("../img/technology_bg02_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index .l-main .s-technology__point {
    position: relative;
    margin-bottom: 13.3333333333vw;
  }
  #index .l-main .s-technology__point .number {
    position: absolute;
    top: 1.3333333333vw;
    left: 0;
    font-size: 8.8vw;
  }
  #index .l-main .s-technology__point .number .sub {
    font-weight: 500;
    font-size: 2.9333333333vw;
  }
  #index .l-main .s-technology__point .txt__ttl {
    padding-left: 13.3333333333vw;
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
  #index .l-main .s-technology__point .txt__desc {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  #index .l-main .s-product {
    margin-bottom: -17.3333333333vw;
    padding: 16vw 0 0;
  }
  #index .l-main .s-product__head {
    align-items: center;
  }
  #index .l-main .s-product__head .p-ttl01 {
    margin-right: 0;
  }
  #index .l-main .s-product__head .list {
    width: 13em;
    height: auto;
    margin-top: 10.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.65em;
  }
  #index .l-main .s-product__head .list__item:nth-child(-n+4) {
    margin-right: 0;
  }
  #index .l-main .s-product__slider__wrap__slide {
    width: 66.9333333333vw;
  }
  #index .l-main .s-workflow {
    padding: 38.4vw 0 19.2vw;
  }
  #index .l-main .s-workflow .list {
    margin-top: 10.6666666667vw;
  }
  #index .l-main .s-workflow .list__item .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8em;
    font-size: 5.0666666667vw;
    line-height: 1.8em;
  }
  #index .l-main .s-workflow .list__item .txt {
    width: 100%;
    padding: 1.3333333333vw 6.1333333333vw 5.3333333333vw;
  }
  #index .l-main .s-workflow .list__item .txt__ttl {
    margin-left: 5.6vw;
    padding-left: 1.3em;
    font-size: 4.8vw;
  }
  #index .l-main .s-workflow .list__item .txt__ttl::before {
    top: 0.85em;
    width: 0.9em;
  }
  #index .l-main .s-workflow .list__item .txt__desc {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
  #index .l-main .s-workflow .list__item:not(:last-child) {
    margin-bottom: 9.8666666667vw;
  }
  #index .l-main .s-workflow .list__item:not(:last-child)::after {
    bottom: -3.7333333333vw;
    width: 3.2vw;
    height: 2.4vw;
    border-top: 2.4vw solid #003c8a;
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
  }
  #index .l-main .s-company {
    margin: -12vw 0;
    padding: 21.3333333333vw 0 34.6666666667vw;
  }
  #index .l-main .s-company__table {
    margin: 10.6666666667vw 0 16vw;
  }
  #index .l-main .s-company__map {
    margin: 0 -6.6666666667vw;
  }
  #index .l-main .s-company__map iframe {
    height: 71.2vw;
  }
  #index .l-main .s-recruit {
    padding: 16vw 0;
  }
  #index .l-main .s-recruit__lead {
    margin: 10.6666666667vw 0 12.8vw;
  }
  #index .l-main .s-recruit__lead .ttl {
    font-size: 5.8666666667vw;
  }
  #index .l-main .s-recruit__lead .desc {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  #index .l-main .s-recruit__table {
    margin-bottom: 10.6666666667vw;
  }
  #index .l-main .s-recruit__table .desc {
    font-weight: normal;
  }
  #index .l-main .s-recruit__contact .statement {
    font-size: 4vw;
  }
  #index .l-main .s-contact {
    padding: 17.0666666667vw 0 14.6666666667vw;
  }
  #index .l-main .s-contact .c-inner01 {
    padding: 10.6666666667vw 0 16vw;
  }
  #index .l-main .s-contact__container {
    width: 87%;
  }
  #index .l-main .s-contact__container .p-ttl01 {
    margin-bottom: 8vw;
  }
  #index .l-main .s-contact__container .form .formTable {
    margin-bottom: 1.8666666667vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .label {
    margin-bottom: 0.8vw;
    font-size: 3.4666666667vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .label .required {
    margin-left: 0.76em;
  }
  #index .l-main .s-contact__container .form .formTable__column .input {
    margin-bottom: 4vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input input[type=text],
#index .l-main .s-contact__container .form .formTable__column .input select {
    height: 12vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input input[type=text]::-webkit-input-placeholder, #index .l-main .s-contact__container .form .formTable__column .input select::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input input[type=text]::placeholder,
#index .l-main .s-contact__container .form .formTable__column .input select::placeholder {
    font-size: 3.2vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input textarea {
    height: 52vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input textarea::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  #index .l-main .s-contact__container .form .formTable__column .input textarea::placeholder {
    font-size: 3.2vw;
  }
  #index .l-main .s-contact__container .form .formTable__column input,
#index .l-main .s-contact__container .form .formTable__column select,
#index .l-main .s-contact__container .form .formTable__column textarea {
    padding: 2.6666666667vw 3.2vw;
    font-size: 3.2vw;
  }
  #index .l-main .s-contact__container .form .privacy__txt {
    margin-bottom: 3.2vw;
    padding: 2.4vw 4.5333333333vw;
    border: 1px solid #a5a5a5;
    font-size: 3.4666666667vw;
  }
  #index .l-main .s-contact__container .form .privacy__txt span {
    font-size: 4.8vw;
    line-height: 10.6666666667vw;
  }
  #index .l-main .s-contact__container .form .privacy__txt span::after {
    margin-bottom: 1.6vw;
  }
  #index .l-main .s-contact__container .form .privacy__input {
    margin-bottom: 8vw;
  }
  #index .l-main .s-contact__container .form .privacy__input .checkboxLabel {
    font-size: 3.7333333333vw;
    line-height: 0;
  }
  #index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.8666666667vw;
  }
  #index .l-main .s-contact__container .form .privacy__input .checkboxLabel .check::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
  #complete .message {
    margin: 40vw 0 10.6666666667vw;
  }
  #complete .message .ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  #complete .message .txt {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  #complete .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28.8vw;
  }
  #complete .link a {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}