@charset "UTF-8";
.header_inner {
  background-color: rgba(255, 255, 255, 0.7);
}

.parallax {
  will-change: transform;
}

.mainvisual {
  position: relative;
}
.mainvisual_bg {
  width: 100%;
  height: 100svh;
  pointer-events: none;
  overflow: hidden;
}
.mainvisual_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mainvisual_bg #mainVideoPC {
  opacity: 1;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.mainvisual_bg #mainVideoSP {
  opacity: 0;
}
.mainvisual_ui {
  position: absolute;
  right: 90px;
  bottom: 2.0833333333vw;
  z-index: 2;
  display: flex;
}
.mainvisual_ui button,
.mainvisual_ui a {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 100%;
}
.mainvisual_ui button::after,
.mainvisual_ui a::after {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1024px) {
  .mainvisual_ui button:hover::after,
  .mainvisual_ui a:hover::after {
    transform: scale(1.15);
  }
}
.mainvisual_ui_video {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  position: relative;
}
.mainvisual_ui_video > * {
  position: absolute;
  inset: 0;
}
.mainvisual_ui_video.playing .mainvisual_ui_videoPause {
  display: block;
}
.mainvisual_ui_video.playing .mainvisual_ui_videoPlay {
  display: none;
}
.mainvisual_ui_video.pause .mainvisual_ui_videoPause {
  display: none;
}
.mainvisual_ui_video.pause .mainvisual_ui_videoPlay {
  display: block;
}
.mainvisual_ui_video button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainvisual_ui_video button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E4E4E4;
  border-radius: 100%;
  z-index: -1;
}
.mainvisual_ui_videoPlay span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.625vw solid transparent;
  border-bottom: 0.625vw solid transparent;
  border-left: 1.09375vw solid #125ABC;
  border-right: 0;
  overflow: hidden;
  transform: translateX(0.1041666667vw);
  display: inline-block;
  text-indent: -5.2083333333vw;
}
.mainvisual_ui_videoPause img {
  width: 0.8333333333vw;
}
.mainvisual_ui_scroll {
  margin-left: 0.8333333333vw;
}
.mainvisual_ui_scroll a {
  position: relative;
  display: block;
}
.mainvisual_ui_scroll a::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.1041666667vw solid #125ABC;
  border-radius: 100%;
}
.mainvisual_ui_scroll span {
  display: block;
}
.mainvisual_ui_scroll span:nth-child(1) {
  width: 0.1041666667vw;
  height: 1.4583333333vw;
  position: absolute;
  top: 0.7291666667vw;
  left: 1.9791666667vw;
  background-color: #125ABC;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.mainvisual_ui_scroll span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625vw;
  text-align: center;
  font-size: 0.7291666667vw;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #125ABC;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 1023px) {
  .mainvisual_bg {
    padding-top: 0vw;
    inset: 0;
  }
  .mainvisual_bg #mainVideoPC {
    opacity: 0;
  }
  .mainvisual_bg #mainVideoSP {
    opacity: 1;
  }
  .mainvisual_ui {
    display: block;
    right: 1.5384615385vw;
    bottom: 105px;
    transition: bottom 0.9s 0s ease-out;
    will-change: bottom;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) and (max-width: 812px) {
  .mainvisual_ui {
    display: flex;
  }
  .mainvisual_ui .mainvisual_ui_scroll {
    bottom: 1.5384615385vw;
    margin-left: 2.5641025641vw;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual_ui.scroll {
    bottom: 1.5384615385vw;
  }
  .mainvisual_ui button,
  .mainvisual_ui a {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .mainvisual_ui_video {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .mainvisual_ui_videoPlay span {
    border-top: 2.5641025641vw solid transparent;
    border-bottom: 2.5641025641vw solid transparent;
    border-left: 4.1025641026vw solid #125ABC;
    transform: translateX(0.7692307692vw);
    text-indent: -25.641025641vw;
  }
  .mainvisual_ui_videoPause img {
    width: 4.1025641026vw;
  }
  .mainvisual_ui_scroll {
    margin-left: 0vw;
    margin-top: 2.5641025641vw;
  }
  .mainvisual_ui_scroll a::after {
    border: 0.5128205128vw solid #125ABC;
  }
  .mainvisual_ui_scroll span:nth-child(1) {
    width: 0.5128205128vw;
    height: 5.641025641vw;
    top: 3.0769230769vw;
    left: 7.6923076923vw;
  }
  .mainvisual_ui_scroll span:nth-child(2) {
    bottom: 2.3076923077vw;
    font-size: 3.0769230769vw;
  }
}
main {
  font-weight: bold;
}

.strengths {
  position: relative;
}
.strengths_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 85.4166666667vw;
  margin: 0 auto;
  padding: 7.65625vw 0 0;
  z-index: 2;
}
.strengths_inner::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -2.6041666667vw;
  top: 0;
  width: 36.4583333333vw;
  height: 36.4583333333vw;
}
.strengths_catch {
  width: 56.6666666667vw;
  position: relative;
}
.strengths_catchTxt {
  mix-blend-mode: exclusion;
  position: relative;
  z-index: 2;
}
.strengths_catchTxt span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 5.7291666667vw;
  letter-spacing: -0.04em;
  line-height: 1.0454545455;
  color: #F7F7F7;
  position: relative;
  z-index: 2;
}
.strengths_catchImg {
  position: absolute;
  z-index: 1;
  top: -11.9791666667vw;
  right: 0;
}
.strengths_catchImg img {
  width: 35.1041666667vw;
}
.strengths_detail {
  width: 20.7291666667vw;
  padding: 8.4375vw 0 14.375vw;
}
.strengths_detailTitle {
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 3.0208333333vw;
}
.strengths_detailTxt {
  font-size: 0.9375vw;
  line-height: 2;
}
.strengths_detailTxt + .strengths_detailTxt {
  margin-top: 1.875vw;
}
.strengths_detailBtn {
  margin-top: 2.5520833333vw;
}
.strengths_bg {
  pointer-events: none;
}
.strengths_bg p {
  position: absolute;
}
.strengths_bgImg01 {
  left: 0vw;
  bottom: 8.3333333333vw;
}
.strengths_bgImg01 img {
  width: 10.4166666667vw;
}
.strengths_bgImg02 {
  left: 7.8125vw;
  bottom: 13.3854166667vw;
}
.strengths_bgImg02 img {
  width: 10.46875vw;
}
.strengths_bgImg03 {
  top: 2.0833333333vw;
  right: 0vw;
  z-index: 2;
}
.strengths_bgImg03 img {
  width: 10.9375vw;
}
.strengths_bgImg04 {
  right: 0vw;
  bottom: 8.4375vw;
}
.strengths_bgImg04 img {
  width: 9.375vw;
}

@media screen and (max-width: 1023px) {
  .strengths_inner {
    display: block;
    width: 84.1025641026vw;
    padding: 18.9743589744vw 0 0;
    z-index: 3;
  }
  .strengths_inner::before {
    width: 76.9230769231vw;
    height: 89.7435897436vw;
    display: none;
  }
  .strengths_catch {
    width: 84.1025641026vw;
  }
  .strengths_catchTxt {
    mix-blend-mode: inherit;
  }
  .strengths_catchTxt::before {
    display: none;
  }
  .strengths_catchTxt span {
    font-size: 12.3076923077vw;
    line-height: 1.0833333333;
    color: #080808;
  }
  .strengths_catchImg {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: -4.6153846154vw auto 0;
    width: 74.358974359vw;
  }
  .strengths_catchImg img {
    width: 100%;
    transform: translateY(-41.0256410256vw);
  }
  .strengths_catchImg span {
    display: none;
  }
  .strengths_detail {
    width: 84.1025641026vw;
    padding: 12.8205128205vw 0 25.641025641vw;
  }
  .strengths_detailTitle {
    font-size: 8.2051282051vw;
    line-height: 1.5625;
    margin-bottom: 10.5128205128vw;
  }
  .strengths_detailTxt {
    font-size: 4.1025641026vw;
  }
  .strengths_detailTxt + .strengths_detailTxt {
    margin-top: 8.2051282051vw;
  }
  .strengths_detailBtn {
    margin-top: 25.3846153846vw;
  }
  .strengths_bgImg01, .strengths_bgImg02 {
    display: none;
  }
  .strengths_bgImg03 {
    top: 38.2051282051vw;
    right: 0;
    transform: translateY(-38.4615384615vw);
  }
  .strengths_bgImg03 img {
    width: 34.358974359vw;
  }
  .strengths_bgImg04 {
    right: 0;
    bottom: 5.641025641vw;
    transform: translateY(-15.3846153846vw);
  }
  .strengths_bgImg04 img {
    width: 27.1794871795vw;
  }
}
.announcement {
  margin: 0 2.0833333333vw;
  border-radius: 1.5625vw;
  background-color: #464D50;
  position: relative;
  padding: 4.8958333333vw 5.2083333333vw 6.1979166667vw;
}
.announcement_title {
  font-family: "Roboto", sans-serif;
  font-size: 5.7291666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #fff;
  padding: 0 0 4.21875vw;
}
.announcement_btn {
  position: absolute;
  top: 7.2916666667vw;
  right: 5.2083333333vw;
}
.announcement_inner {
  margin-left: 28.75vw;
  opacity: 1;
}
.announcement_inner.right {
  transform: translateX(0vw);
}
.announcement_inner.show .announcement_section {
  opacity: 1;
  transform: translateX(0vw);
}
.announcement_section {
  border-top: 1px solid #fff;
  font-size: 0.9375vw;
  opacity: 0;
  transition: opacity 1s, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity;
  transform: translateX(1.5625vw);
}
.announcement_section:last-child {
  border-bottom: 1px solid #fff;
}
.announcement_section:nth-child(2) {
  transition-delay: 0.1s;
}
.announcement_section:nth-child(3) {
  transition-delay: 0.15s;
}
.announcement_section:nth-child(4) {
  transition-delay: 0.2s;
}
.announcement_section:nth-child(5) {
  transition-delay: 0.25s;
}
.announcement_section:nth-child(6) {
  transition-delay: 0.3s;
}
.announcement_section:nth-child(7) {
  transition-delay: 0.35s;
}
.announcement_section:nth-child(8) {
  transition-delay: 0.4s;
}
.announcement_section:nth-child(9) {
  transition-delay: 0.45s;
}
.announcement_section:nth-child(10) {
  transition-delay: 0.5s;
}
.announcement_section + .announcement_section {
  border-top: 1px solid #fff;
}
.announcement_section > * {
  display: flex;
  color: #fff;
  padding: 1.875vw 2.8645833333vw 1.875vw 0.4166666667vw;
}
.announcement_section a {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}
.announcement_section a:not([target])::before {
  position: absolute;
  top: calc(50% - 0.8333333333vw);
  right: 0.4166666667vw;
  content: "";
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 100%;
  border: 0.1041666667vw solid #fff;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  transform: scale(1) translateZ(0);
}
.announcement_section a:not([target])::after {
  position: absolute;
  top: calc(50% - 0.2239583333vw);
  right: 0.9895833333vw;
  content: "";
  background: url(../images/common/ico_arrow01_white.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
}
.announcement_section a[target]:after {
  content: "";
  background: url(../images/common/ico_blank_white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.3645833333vw);
  right: 0.8854166667vw;
  width: 0.7291666667vw;
  height: 0.7291666667vw;
  transition: all 0.2s ease-out;
  will-change: width, height;
}
@media screen and (min-width: 1024px) {
  .announcement_section a {
    transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .announcement_section a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.announcement_date {
  width: 7.1875vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.announcement_category {
  width: 7.2395833333vw;
}
.announcement_txt {
  flex: 1;
  word-break: break-all;
}
.announcement_txt span span {
  display: inline-block;
  font-size: 0.625vw;
  border-radius: 0.9375vw;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 0.1041666667vw 0.4166666667vw 0.2083333333vw;
  transform: translateY(-0.0520833333vw);
  margin-left: 0.8854166667vw;
}

@media screen and (max-width: 1023px) {
  .announcement {
    margin: 0 4.1025641026vw;
    border-radius: 5.1282051282vw;
    padding: 19.7435897436vw 10vw 20.5128205128vw;
    position: relative;
    z-index: 2;
  }
  .announcement_title {
    font-size: 14.358974359vw;
    padding: 0 0 10.2564102564vw;
    line-height: 1.0714285714;
    word-break: break-all;
  }
  .announcement_btn {
    position: inherit;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-top: 10.2564102564vw;
  }
  .announcement_inner {
    margin-left: 0;
  }
  .announcement_inner.show .announcement_section {
    opacity: 1;
    transform: translateX(0vw);
  }
  .announcement_section {
    font-size: 4.1025641026vw;
    transform: translateX(7.6923076923vw);
  }
  .announcement_section > * {
    flex-wrap: wrap;
    padding: 8.4615384615vw 10.7692307692vw 7.6923076923vw 0;
  }
  .announcement_section a:not([target])::before {
    right: 0vw;
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    border: 0.5128205128vw solid #fff;
    top: calc(50% - 3.5897435897vw);
  }
  .announcement_section a:not([target])::after {
    right: 2.2307692308vw;
    width: 2.5641025641vw;
    height: 2.3076923077vw;
    top: calc(50% - 1.2820512821vw);
  }
  .announcement_section a[target]:after {
    right: 0vw;
    width: 3.4897435897vw;
    height: 3.5897435897vw;
    top: calc(50% - 1.7948717949vw);
  }
  .announcement_date {
    width: auto;
    display: inline-block;
    white-space: nowrap;
  }
  .announcement_date::after {
    content: "｜";
    font-family: "Kosugi", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 4.1025641026vw;
    margin: 0 4.1025641026vw 0 2.8205128205vw;
  }
  .announcement_category {
    width: auto;
    display: inline-block;
    white-space: nowrap;
  }
  .announcement_txt {
    width: 100%;
    flex: inherit;
    line-height: 2;
    margin-top: 1.5384615385vw;
  }
  .announcement_txt span {
    display: block;
    padding: 0.7692307692vw 0 1.0256410256vw;
  }
  .announcement_txt span span {
    font-size: 3.0769230769vw;
    border-radius: 4.6153846154vw;
    padding: 0.7692307692vw 2.3076923077vw 0.7692307692vw;
    transform: translateY(0vw);
    margin-left: 0;
  }
}
.product {
  position: relative;
}
.product_inner {
  width: 85.4166666667vw;
  margin: 0 auto;
  padding: 7.2395833333vw 0 0;
}
.product_title {
  font-family: "Roboto", sans-serif;
  font-size: 5.7291666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #080808;
}
.product_lead {
  width: 20.7291666667vw;
  font-size: 0.9375vw;
  line-height: 2;
  margin-top: 4.53125vw;
}
.product_btn {
  margin-top: 2.8125vw;
}
.product_slider {
  position: relative;
  padding-bottom: 6.25vw;
  z-index: 2;
}
.product_slider_inner {
  overflow: hidden;
}
.product_slider .swiper {
  width: 28.8541666667vw;
  margin-left: 6.9270833333vw;
}
.product_slider .slide-slide_inner {
  padding-right: 0.9375vw;
  position: relative;
}
.product_slider .slide-slide_inner img {
  width: 100%;
}
.product_slider .slide-slide_inner::before {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  position: absolute;
  right: 2.2916666667vw;
  bottom: 1.25vw;
  background-color: #125ABC;
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .product_slider .slide-slide_inner:hover::before {
    transform: scale(1.4) translateZ(0);
  }
}
.product_slider .slide-slide_inner::after {
  content: "";
  background: url(../images/common/ico_arrow01_white.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
  position: absolute;
  right: 3.59375vw;
  bottom: 2.6041666667vw;
}
.product_slider .slide-slide_txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 1.9791666667vw;
}
.product_slider .slide-slide_txt p:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 0.8333333333vw;
  letter-spacing: -0.04em;
  margin: 2.5vw 0 0.3125vw;
}
.product_slider .slide-slide_txt p:nth-child(2) {
  font-size: 1.4583333333vw;
}
.product_slider .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  opacity: 1;
  background-color: #E4E4E4;
  margin: 0 0.78125vw;
  transition: all 0.3s;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .product_slider .swiper-pagination-bullet:hover {
    transform: scale(2);
  }
}
.product_slider .swiper-pagination-bullet-active {
  background-color: #125ABC;
  transform: scale(2);
}
.product_slider .swiper-controller {
  width: 85.4166666667vw;
  margin: 0 auto 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(0.15625vw);
}
.product_slider .swiper-controller .swiper-pagination {
  position: inherit;
  display: flex;
  padding: 0 2.2916666667vw;
}
.product_slider .swiper-controller .swiper-button-prev.swiper-button-disabled, .product_slider .swiper-controller .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.product_slider .swiper-controller .swiper-button-prev, .product_slider .swiper-controller .swiper-button-next {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 100%;
  margin-top: initial;
  transition: all 0.7s;
}
.product_slider .swiper-controller .swiper-button-prev::after, .product_slider .swiper-controller .swiper-button-next::after {
  content: "";
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 100%;
  border: 0.1041666667vw solid #125ABC;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.product_slider .swiper-controller .swiper-button-prev::before, .product_slider .swiper-controller .swiper-button-next::before {
  content: "";
  background: url(../images/common/ico_arrow02_blue.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.3125vw;
  height: 0.625vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .product_slider .swiper-controller .swiper-button-prev:hover::after, .product_slider .swiper-controller .swiper-button-next:hover::after {
    transform: scale(1.2) translateZ(0);
  }
}
.product_slider .swiper-controller .swiper-button-prev {
  margin-right: 1.25vw;
}
.product_slider .swiper-controller .swiper-button-prev::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.product_link {
  width: 85.4166666667vw;
  margin: 0 auto 8.3854166667vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.product_link_section {
  width: 42.2916666667vw;
}
.product_link_section:nth-child(2) {
  transition-delay: 0.15s;
}
.product_link_section a {
  height: 15vw;
  background-color: #125ABC;
  border-radius: 1.0416666667vw;
  padding: 3.90625vw 7.0833333333vw 0;
  position: relative;
  display: block;
  color: #fff;
}
.product_link_section a::before {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  position: absolute;
  right: 1.25vw;
  bottom: 1.2239583333vw;
  background-color: #fff;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .product_link_section a:hover::before {
    transform: scale(1.29) translateZ(0);
  }
}
.product_link_section a::after {
  content: "";
  background: url(../images/common/ico_arrow01_blue.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
  position: absolute;
  right: 2.5520833333vw;
  bottom: 2.5520833333vw;
}
.product_link_title {
  font-size: 1.4583333333vw;
  line-height: 1.2857142857;
  font-weight: bold;
}
.product_link_title::before {
  font-family: "Roboto", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: 1.5104166667vw;
  top: 2.0833333333vw;
  color: #fff;
  letter-spacing: -0.04em;
}
.product_link_title01:before {
  content: "Product Delivery Process";
}
.product_link_title02:before {
  content: "Track record";
}
.product_link_title:after {
  content: "";
  position: absolute;
  left: 4.1666666667vw;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.product_link_txt {
  width: 20.8333333333vw;
  font-size: 0.9375vw;
  line-height: 2;
  margin-top: 1.5104166667vw;
}
.product_bg {
  pointer-events: none;
}
.product_bg p {
  position: absolute;
}
.product_bgImg01 {
  left: 0;
  bottom: 15.625vw;
}
.product_bgImg01 img {
  width: 15.4166666667vw;
}
.product_bgImg02 {
  right: 0;
  top: -1.5625vw;
}
.product_bgImg02 img {
  width: 16.4583333333vw;
}
.product_bgImg03 {
  right: 0;
  bottom: -5.625vw;
}
.product_bgImg03 img {
  width: 11.71875vw;
}
.product_bgImg04 {
  left: 0;
  bottom: -58.125vw;
}
.product_bgImg04 img {
  width: 11.71875vw;
}

@media screen and (max-width: 1023px) {
  .product_inner {
    width: 84.1025641026vw;
    padding: 17.6923076923vw 0 0;
    position: relative;
    z-index: 2;
  }
  .product_title {
    font-size: 14.358974359vw;
  }
  .product_lead {
    width: auto;
    font-size: 4.1025641026vw;
    margin-top: 9.7435897436vw;
  }
  .product_btn {
    margin-top: 8.9743589744vw;
  }
  .product_slider {
    padding-top: 14.6153846154vw;
    padding-bottom: 20.3846153846vw;
  }
  .product_slider .swiper {
    display: block;
    margin: 0 auto;
    width: 80.5128205128vw;
    transform: translateX(3.0769230769vw);
  }
  .product_slider .slide-slide_inner {
    padding-right: 6.1538461538vw;
  }
  .product_slider .slide-slide_inner::before {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    right: 10.7692307692vw;
    bottom: 4.1538461538vw;
  }
  .product_slider .slide-slide_inner::after {
    width: 2.5641025641vw;
    height: 2.3076923077vw;
    right: 15.6153846154vw;
    bottom: 9.2820512821vw;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  .product_slider .slide-slide_txt {
    padding: 0 6.1538461538vw;
  }
  .product_slider .slide-slide_txt p:nth-child(1) {
    font-size: 3.0769230769vw;
    margin: 6.6666666667vw 0 0vw;
  }
  .product_slider .slide-slide_txt p:nth-child(2) {
    font-size: 6.1538461538vw;
  }
  .product_slider .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin: 0 2.0512820513vw;
  }
  .product_slider .swiper-pagination-bullet-active {
    transform: scale(1.5);
  }
  .product_slider .swiper-controller {
    width: 74.358974359vw;
    margin: 0 auto 5.8974358974vw;
    transform: translateX(0vw);
  }
  .product_slider .swiper-controller .swiper-pagination {
    padding: 0 3.0769230769vw;
  }
  .product_slider .swiper-controller .swiper-button-prev, .product_slider .swiper-controller .swiper-button-next {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .product_slider .swiper-controller .swiper-button-prev::after, .product_slider .swiper-controller .swiper-button-next::after {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    border: 0.5128205128vw solid #125ABC;
  }
  .product_slider .swiper-controller .swiper-button-prev::before, .product_slider .swiper-controller .swiper-button-next::before {
    width: 1.5384615385vw;
    height: 2.5641025641vw;
  }
  .product_slider .swiper-controller .swiper-button-prev {
    margin-right: 2.0512820513vw;
  }
  .product_link {
    width: 91.7948717949vw;
    margin: 0 auto 25.641025641vw;
    display: block;
  }
  .product_link_section {
    width: auto;
  }
  .product_link_section + .product_link_section {
    margin-top: 5.1282051282vw;
  }
  .product_link_section a {
    height: 69.2307692308vw;
    border-radius: 4.1025641026vw;
    padding: 14.8717948718vw 8.9743589744vw 0 19.2307692308vw;
  }
  .product_link_section a::before {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    right: 5.1282051282vw;
    bottom: 5.0512820513vw;
  }
  .product_link_section a::after {
    width: 2.5641025641vw;
    height: 2.3076923077vw;
    right: 9.9743589744vw;
    bottom: 10vw;
  }
  .product_link_title {
    font-size: 6.1538461538vw;
    line-height: 1.2857142857;
  }
  .product_link_title::before {
    font-size: 3.0769230769vw;
    left: 3.5897435897vw;
    top: 10.2564102564vw;
  }
  .product_link_title:after {
    left: 11.2820512821vw;
    width: 1px;
  }
  .product_link_txt {
    width: 51.2820512821vw;
    font-size: 4.1025641026vw;
    margin-top: 6.6666666667vw;
  }
  .product_bgImg01 {
    bottom: 52.5641025641vw;
    transform: translateY(-110.2564102564vw);
  }
  .product_bgImg01 img {
    width: 41.5384615385vw;
  }
  .product_bgImg02 {
    top: -14.8717948718vw;
    transform: translateY(-43.5897435897vw);
  }
  .product_bgImg02 img {
    width: 42.1794871795vw;
  }
  .product_bgImg03 {
    bottom: -24.6153846154vw;
    transform: translateY(-23.0769230769vw);
  }
  .product_bgImg03 img {
    width: 36.0256410256vw;
  }
  .product_bgImg04 {
    bottom: -263.5897435897vw;
    transform: translateY(-15.3846153846vw);
  }
  .product_bgImg04 img {
    width: 38.9743589744vw;
  }
}
.recruit {
  margin: 0 2.0833333333vw 10.4166666667vw;
  background-color: #1385D8;
  border-radius: 1.0416666667vw;
  padding: 6.9791666667vw 12.3958333333vw 12.34375vw;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.recruit::before {
  content: "Come work with us!";
  font-family: "Roboto", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: 1.6145833333vw;
  top: 1.71875vw;
  color: #fff;
  letter-spacing: -0.04em;
}
.recruit::after {
  content: "";
  position: absolute;
  left: 4.2708333333vw;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.recruit_title {
  font-family: "Roboto", sans-serif;
  font-size: 5.7291666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.recruit_btn {
  margin-top: 2.8125vw;
}
.recruit_lead {
  width: 20.7291666667vw;
  font-size: 0.9375vw;
  line-height: 2;
  margin-top: 2.2395833333vw;
}
.recruit_bg {
  pointer-events: none;
}
.recruit_bg p {
  position: absolute;
}
.recruit_bg .anim_fadeIn.bottom {
  transition-delay: 0.3s;
}
.recruit_bgImg01 {
  right: 13.4375vw;
  top: -8.8541666667vw;
  transform: translateY(-2.6041666667vw);
}
.recruit_bgImg01 img {
  width: 27.5vw;
}
.recruit_bgImg02 {
  top: 8.3333333333vw;
  right: 20.625vw;
  transform: translateY(-3.6458333333vw);
}
.recruit_bgImg02 img {
  width: 27.9166666667vw;
}
.recruit_bgImg03 {
  top: 0vw;
  right: 0vw;
  transform: translateY(-1.5625vw);
}
.recruit_bgImg03 img {
  width: 10.15625vw;
}
.recruit_bgImg04 {
  top: 20.8333333333vw;
  right: 3.9583333333vw;
  transform: translateY(-6.25vw);
}
.recruit_bgImg04 img {
  width: 13.5416666667vw;
}
.recruit_bgImg05 {
  top: 36.4583333333vw;
  right: 6.25vw;
  transform: translateY(-2.6041666667vw);
}
.recruit_bgImg05 img {
  width: 27.9166666667vw;
}

@media screen and (max-width: 1023px) {
  .recruit {
    margin: 0 4.1025641026vw 30.7692307692vw;
    border-radius: 4.1025641026vw;
    padding: 12.5641025641vw 21.2820512821vw 68.4615384615vw 19.2307692308vw;
  }
  .recruit::before {
    font-size: 3.0769230769vw;
    left: 3.5897435897vw;
    top: 10vw;
  }
  .recruit:after {
    left: 11.2820512821vw;
    width: 1px;
  }
  .recruit_title {
    font-size: 14.358974359vw;
  }
  .recruit_btn {
    margin-top: 9.2307692308vw;
  }
  .recruit_lead {
    width: auto;
    font-size: 4.1025641026vw;
    margin-top: 4.8717948718vw;
  }
  .recruit_bg img {
    max-width: inherit;
  }
  .recruit_bgImg01 {
    display: none;
  }
  .recruit_bgImg02 {
    top: inherit;
    bottom: 13.8461538462vw;
    right: 19.2307692308vw;
    transform: translateY(-7.6923076923vw);
  }
  .recruit_bgImg02 img {
    width: 46.9230769231vw;
  }
  .recruit_bgImg03 {
    top: inherit;
    bottom: 44.8717948718vw;
    transform: translateY(-11.7948717949vw);
  }
  .recruit_bgImg03 img {
    width: 14.6153846154vw;
  }
  .recruit_bgImg04 {
    top: inherit;
    bottom: 0;
    right: 0;
    transform: translateY(0vw);
  }
  .recruit_bgImg04 img {
    width: 12.5641025641vw;
  }
  .recruit_bgImg05 {
    top: inherit;
    bottom: -7.9487179487vw;
    right: 50.2564102564vw;
    transform: translateY(-3.8461538462vw);
  }
  .recruit_bgImg05 img {
    width: 26.6666666667vw;
  }
}