@charset "UTF-8";

/*------------------------------------------------------------------------

1.Foundation

------------------------------------------------------------------------*/

/* reset
---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tr,
th,
td,
article,
embed,
footer,
header,
hgroup,
nav,
section,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*ios用*/
input[type="date"],
input[type="time"],
input[type="datetime-local"] {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-date-and-time-value,
input[type="time"]::-webkit-date-and-time-value {
  text-align: left;
}


/* font
---------------------------------------------------------- */
html {
  font-size: 14px;
}

body {
  text-align: left;
  color: #fff;
  line-height: 1.8;
  background: url(../../images2/lp/lptop_bg01.jpg) repeat left top #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  position: relative;
  -webkit-text-size-adjust: 100%;
}

strong span {
  font-weight: bold;
}

a {
  color: #282828;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.line:link,
a.line:visited {
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}

a.imghover:hover img {
  opacity: .8;
}

a[href^="tel:"] {
  pointer-events: none;
}


/*------------------------------------------------------------------------

2.Layout

------------------------------------------------------------------------*/

/* page
---------------------------------------------------------- */
.l-contents {
  max-width: 1100px;
  margin: 0 auto;
}

.l-contents-wide {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width:1299px) {
  .l-contents-wide {
    padding: 0 20px;
  }
}

@media screen and (max-width:1099px) {
  .l-contents {
    padding: 0 20px;
  }
}

/* header
---------------------------------------------------------- */
.l-header {
  height: 77px;
  margin: 0 20px;
}

.l-header__logo {
  line-height: 1;
}

.l-header__child {
  padding: 10px 16px 10px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  margin-top: 16px;
  height: 100%;
}

.l-header__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.l-header__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.l-header__nav ul li {
  padding: 0 15px;
}

.l-header__nav ul li:first-of-type {
  padding: 0 15px 0 0;
}

.l-header__nav ul li:last-of-type {
  padding: 0 0 0 15px;
}

.l-header__nav a {
  color: #fff;
  font-weight: 700;
}

.l-header__btn.c-btn--1 a {
  padding: 10px 20px;
  width: 174px;
  font-size: 14px;
  font-weight: 700;
}

.l-header__link__btn {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.l-header__link__btn__line {
  top: 50%;
  margin-top: -1px;
}

.l-header__link__btn__line,
.l-header__link__btn__line::before,
.l-header__link__btn__line::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.l-header__link__btn__line::before,
.l-header__link__btn__line::after {
  content: "";
}

.l-header__link__btn__line::before {
  top: -10px;
}

.l-header__link__btn__line::after {
  bottom: -10px;
}

.l-header__sp--menu {
  display: none;
}


/*固定ヘッダー*/
.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.subheaderFixed {
  position: fixed;
  top: 79px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:1299px) {
  /* .l-header {
    margin-inline: 0;
  } */

  .l-header__child {
    padding-inline: 20px;
  }

  .l-header__logo {
    max-width: 192px;
  }

  .l-header__nav ul li {
    padding: 0 10px;
  }

  .l-header__btn.c-btn--1 a {
    width: 150px;
  }
}

@media screen and (max-width:1199px) {
  .l-header__nav ul {
    font-size: 12px;
  }
}

@media screen and (min-width:992px) {
  .l-header__sp--menu {
    display: none !important;
    opacity: 0 !important;
  }

}

@media screen and (max-width:991px) {
  .l-header__nav {
    display: none;
  }

  .l-header__link__sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .l-header__link__btn {
    display: flex;
  }

  .l-header__btn.c-btn--1 a {
    width: 105px;
  }

  .l-header__nav {
    display: none;
  }

  .l-header__sp--menu {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(238,125,67,0.9); */
    background: #241F20;
    overflow-y: auto;
    padding: 29px 23px;
  }

  .l-header__sp--menu .l-header__link__btn {
    margin-left: auto;
  }

  .l-header__sp--menu .l-header__link__btn__line {
    transform: rotate(45deg);
  }

  .l-header__sp--menu .l-header__link__btn__line::before {
    top: 0;
    opacity: 0;
  }

  .l-header__sp--menu .l-header__link__btn__line::after {
    bottom: 0;
    transform: rotate(-90deg);
  }

  .l-header__sp--menu .l-header__btn {
    margin-top: 60px;
  }

  .l-header__sp--menu .l-header__btn a {
    width: 100%;
    font-size: 18px;
    padding-block: 14px;
  }

  .l-header__sp--menu__main {
    margin-top: 40px;
  }


  .l-header__sp--menu ul {
    flex-wrap: wrap;
  }

  .l-header__sp--menu ul li {
    width: 100%;
    padding: 0;
  }

  .l-header__sp--menu ul li a {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .l-header__sp--menu ul li a:hover {
    opacity: .8;
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .l-header {
    height: 60px;
    margin: 0;
  }

  .l-header__logo {
    max-width: 150px;
  }

  .l-header__child {
    margin-top: 0;
    padding-inline: 10px;
    border-radius: 0;
    /* width: 94%;
    margin-left: auto;
    margin-right: auto; */
  }


}

/* footer
---------------------------------------------------------- */
.l-footer {
  padding: 40px 0 45px;
  color: #959595;
}

.l-footer__copy {
  text-align: center;
}

@media screen and (max-width:767px) {
  .l-footer {
    padding: 25px 0 30px;
  }
}


/*------------------------------------------------------------------------

3.Object

------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
3-i.Component
------------------------------------------------------------------------*/

.c-header--1 {
  margin: 0 0 65px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.c-header--1 .en {
  display: block;
  font-size: 70px;
  font-weight: 600;
}

.c-header--1 .ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.c-color--1 {
  color: #4977b5;
}

.c-box--1 {
  background: #fff;
  box-shadow: 1px 1.732px 43px 0px rgba(0, 0, 0, 0.1);
}

.c-btn--1 a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 15px 30px;
  background: linear-gradient(90deg, #FF743D 0%, #F40800 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.c-btn--1 a:hover {
  opacity: .8;
  text-decoration: none;
}

.c-btn--2 a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 15px 30px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  transition: all .3s ease-in-out;
}

.c-btn--2 a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.c-running-txt {
  color: rgba(255, 255, 255, 0.06);
  display: flex;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 0;
}

.c-running-txt_wrap {
  animation: runningText 50s linear infinite;
  display: flex;
  flex-shrink: 0;
  font-size: 163px;
  font-weight: 800;
}

@keyframes runningText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.c-ttl-scroll {
  overflow: hidden;
  position: absolute;
  right: 2.75%;
  bottom: 104px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.c-ttl .c-ttl-scroll {
  bottom: 0;
}

.c-ttl-scroll__txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  writing-mode: vertical-rl;
}

.c-ttl .c-ttl-scroll__txt {
  color: #fff;
}

.c-ttl-scroll__line {
  width: 1px;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.c-ttl .c-ttl-scroll__line {
  background: #fff;
}

.c-ttl-scroll__ball {
  animation: moveY 3s ease infinite;
}

.c-ttl-scroll__ball span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 146px;
  background: #fff;
}

@keyframes moveY {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(144px);
  }
}

@media screen and (max-width:767px) {
  .c-header--1 {
    margin-bottom: 40px;
  }

  .c-header--1 .en {
    font-size: 45px;
  }

  .c-header--1 .ja {
    font-size: 18px;
  }

  .l-header__btn.c-btn--1 a {
    padding: 7px 7px;
    font-size: 14px;
    width: 112px;
  }

  .l-header__sp--menu .l-header__btn a {
    width: 100%;
    padding-block: 14px;
    font-size: 18px;
  }

  .c-btn--2 a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .c-running-txt_wrap {
    font-size: 80px;
  }

  .c-ttl-scroll {
    bottom: 7vh;
  }

  .c-ttl-scroll__txt {
    font-size: 11px;
  }
}


/*------------------------------------------------------------------------
3-ii.Project
------------------------------------------------------------------------*/
.p-top-main {
  position: relative;
  padding: 196px 0 163px;
  background-color: #241F20;
  overflow: hidden;
}

.p-top-main__bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-top-main__bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s ease-in-out, transform 0.5s ease-out;
  will-change: transform, opacity;
}

.p-top-main__bg-slide:nth-child(1) {
  background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg01.jpg);
}

.p-top-main__bg-slide:nth-child(2) {
  background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg02.jpg);
}

.p-top-main__bg-slide:nth-child(3) {
  background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg03.jpg);
}

.p-top-main__bg-slide.active {
  opacity: 1;
  transform: scale(1.08);
  animation: continuousZoomOut 10s ease-out forwards;
}

.p-top-main__bg-slide.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

@keyframes continuousZoomOut {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.p-top-main__inner {
  margin-left: 60px;
}

.p-top-main .head {
  margin-left: 2.8%;
}

.p-top-main h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

.p-top-main h2 .em {
  background: linear-gradient(262.86deg, #F40800 44.44%, #FF743D 84.44%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}

.p-top-main .phase {
  margin-top: 13px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.p-top-main .phase .strong {
  font-weight: 900;
}

.p-top-main .block {
  margin-top: 44px;
}

.p-top-main .block .box {
  width: 486px;
  background: linear-gradient(90deg, #FF743D 0%, #F40800 100%);
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px 15px;
}

.p-top-main .block .box+.box {
  margin-top: 24px;
}

.p-top-main .block .box p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.p-top-main .block .box p .strong {
  font-weight: 900;
  font-size: 28px;
}

.p-top-main .block .box p .em {
  font-weight: 900;
  font-size: 24px;
}

.p-top-main .circle {
  position: absolute;
  top: 141px;
  right: 60px;
  width: 184px;
  height: 184px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(69.99deg, #EBF707 10.07%, #80F228 101.43%);
  border-radius: 50%;
}

@media screen and (max-width:991px) {
  .p-top-main__inner {
    margin-left: 30px;
  }

  .p-top-main .circle {
    right: 30px;
  }
}

@media screen and (max-width:767px) {
  .p-top-main {
    padding: 150px 0 60px;
  }

  .p-top-main__bg-slide:nth-child(1) {
    background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg01_sp.jpg);
  }

  .p-top-main__bg-slide:nth-child(2) {
    background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg02_sp.jpg);
  }

  .p-top-main__bg-slide:nth-child(3) {
    background-image: url(https://winners-lab.com/wp-content/themes/winnerslab2/images2/lp/lptop_mainbg03_sp.jpg);
  }

  .p-top-main__inner {
    margin-left: 0;
    padding: 0 20px;
  }

  .p-top-main h2 {
    font-size: 38px;
  }

  .p-top-main .phase {
    font-size: 18px;
  }

  .p-top-main .block .box {
    width: 64.7%;
    min-width: 300px;
  }

  .p-top-main .block .box p {
    font-size: 10px;
  }

  .p-top-main .block .box p .strong {
    font-size: 16px;
  }

  .p-top-main .block .box p .em {
    font-size: 14px;
  }

  .p-top-main .circle {
    position: static;
    width: 154px;
    height: 154px;
    margin: 40px 0 0 20px;
  }
}

.p-top-concept {
  position: relative;
  overflow: hidden;
  padding: 100px 0 16px;
  background: #241F20;
}

/* .p-top-concept__content {
  margin-left: calc((100vw - 1100px) / 2);
} */

.p-top-concept__block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}

.p-top-concept__block .info {
  flex: 1;
}

.p-top-concept__block .c-header--1 {
  text-align: left;
}

.p-top-concept__block .info .em {
  margin-top: 60px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-concept__block .info .txt {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

.p-top-concept__block .info .txt p+p {
  margin-top: 40px;
}

.p-top-concept__block .img {
  width: 42.9%;
  max-width: 557px;
}

.p-top-concept__block .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-concept__imgblock {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 136px;
  margin-top: 60px;
}

.p-top-concept__imgblock .left {
  width: 48.2%;
  max-width: 530px;
}

.p-top-concept__imgblock .right {
  width: 30.9%;
  max-width: 339px;
  margin-bottom: 60px;
}

.p-top-concept__imgblock .left img,
.p-top-concept__imgblock .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:1599px) {
  .p-top-concept__content {
    padding-right: 38px;
  }
}

@media screen and (max-width:1099px) {
  .p-top-concept__content {
    margin-left: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width:991px) {
  .p-top-concept__block {
    flex-direction: column;
    gap: 40px;
  }

  .p-top-concept__block .img {
    width: 70%;
    margin: 0 auto;
  }

  .p-top-concept__imgblock {
    gap: 60px;
  }
}

@media screen and (max-width:767px) {
  .p-top-concept {
    padding: 70px 0 10px;
  }

  .p-top-concept__block .info .em {
    margin-top: 30px;
    font-size: 24px;
    text-align: left;
  }

  .p-top-concept__block .info .txt {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }

  .p-top-concept__block .info .txt p+p {
    margin-top: 20px;
  }

  .p-top-concept__imgblock {
    gap: 20px;
    margin-top: 40px;
  }

  .p-top-concept__imgblock .left {
    width: 60.93%;
  }

  .p-top-concept__imgblock .right {
    width: 39.07%;
  }
}


.p-top-feature {
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
  background: #241F20;
}

.p-top-feature__em {
  margin-top: 44px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.p-top-feature__box {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-top: 97px;
}

.p-top-feature__box+.p-top-feature__box {
  margin-top: 40px;
}

.p-top-feature__img {
  width: 48.5%;
  max-width: 630px;
}

.p-top-feature__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-feature__txt {
  flex: 1;
}

.p-top-feature__txt .no {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.p-top-feature__txt h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.57;
}

.p-top-feature__txt .txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.p-top-feature__license {
  position: relative;
  padding: 98px 0;
  margin-top: 105px;
}

.p-top-feature__license .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-top-feature__license .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-feature__license .logo {
  text-align: center;
}

.p-top-feature__license .phase {
  margin-top: 45px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:991px) {
  .p-top-feature__box {
    gap: 30px;
  }

  .p-top-feature__txt .no {
    font-size: 50px;
  }

  .p-top-feature__txt h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .p-top-feature__txt .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .p-top-feature {
    padding: 70px 0 0;
  }

  .p-top-feature__em {
    margin-top: 25px;
    font-size: 24px;
  }

  .p-top-feature__box {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }

  .p-top-feature__img {
    width: 100%;
    max-width: none;
  }

  .p-top-feature__txt {
    width: 100%;
  }

  .p-top-feature__license {
    padding: 70px 0;
    margin-top: 60px;
  }

  .p-top-feature__license .phase {
    margin-top: 30px;
    font-size: 20px;
  }
}

.p-top-machine {
  position: relative;
  overflow: hidden;
  padding: 100px 0 112px;
  background: #241F20;
}

.p-top-machine::after {
  content: "";
  position: absolute;
  top: 594px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E3E3E;
  z-index: 0;
}

.p-top-machine .l-contents {
  position: relative;
  z-index: 1;
}

.p-top-machine__img {
  max-width: 778px;
  margin: 33px auto 0;
}

.p-top-machine__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-machine__info {
  margin-top: 10px;
  text-align: center;
}

.p-top-machine__info h3 {
  font-size: 78px;
  font-weight: 800;
  line-height: 1.2;
}

.p-top-machine__info .strong {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-machine__info .em {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
}

.p-top-machine__info .em .multiple {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 700;
}

.p-top-machine__info .em .multiple span {
  display: inline-block;
  background: linear-gradient(69.99deg, #EBF707 10.07%, #80F228 101.43%);
  padding: 0 8px;
  text-align: center;
  color: #343434;
  font-weight: 700;
}

.p-top-machine__info .txt {
  margin-top: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.p-top-machine__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 42px;
}

.p-top-machine__list li {
  width: calc((100% - 80px) / 3);
}

.p-top-machine__list li .phase {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.56;
  margin-top: 23px;
}

.p-top-machine__list li .img {
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-top-machine {
    padding: 70px 0 60px;
  }

  .p-top-machine::after {
    top: 84vw;
  }

  .p-top-machine__img {
    margin-top: 20px;
  }

  .p-top-machine__info h3 {
    font-size: 36px;
  }

  .p-top-machine__info .strong {
    font-size: 22px;
  }

  .p-top-machine__info .em {
    font-size: 16px;
    flex-direction: column;
  }

  .p-top-machine__info .em .multiple {
    flex-direction: column;
    font-size: 18px;
  }

  .p-top-machine__info .txt {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }

  .p-top-machine__list {
    flex-direction: column;
    gap: 30px;
  }

  .p-top-machine__list li {
    width: 100%;
  }

  .p-top-machine__list li .phase {
    font-size: 14px;
    margin-top: 15px;
  }
}

.p-top-staff {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
  color: #241F20;
}

.p-top-staff .c-running-txt {
  color: rgba(36, 31, 32, 0.06);
}

.p-top-staff__slider {
  max-width: 910px;
  margin: 0 auto;
  overflow: visible;
}

.p-top-staff__slider {
  max-width: 930px;
  margin: 0 auto;
}

.p-top-staff__slider .slick-list {
  overflow: visible;
}

.p-top-staff__slider .slick-item {
  margin-inline: 20px;
}

.p-top-staff__slider .box {
  display: flex;
  align-items: center;
  background: #fff;
}

.p-top-staff__slider .box .img {
  width: 48.5%;
  max-width: 441px;
}

.p-top-staff__slider .box .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-staff__slider .box .info {
  flex: 1;
  padding: 20px 40px;
}

.p-top-staff__slider .box .name {
  font-size: 19px;
  font-weight: 500;
}

.p-top-staff__slider .box .en {
  margin-bottom: 11px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.p-top-staff__slider .box .strong {
  display: inline;
  background: linear-gradient(69.99deg, #EBF707 10.07%, #80F228 101.43%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.p-top-staff__slider .box .txt {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}

.p-top-staff__slider .box dl {
  display: flex;
  gap: 30px;
  border-top: solid 1px #D9D9D9;
  margin-top: 18px;
  padding-top: 25px;
  font-size: 13px;
  font-weight: 500;
}

.p-top-staff__slider .box dl dt {
  font-weight: 700;
}

.p-top-staff__btns {
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  gap: 72px;
  margin-top: 46px;
}

.p-top-staff__btns .custom-dots,
.p-top-staff__btns .p-top-staff__next,
.p-top-staff__btns .p-top-staff__prev {
  position: static;
}

.p-top-staff__btns .custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: calc(100% - 168px);
}

.p-top-staff__btns .p-top-staff__next,
.p-top-staff__btns .p-top-staff__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #494949;
  margin-top: 0;
  cursor: pointer;
}

.p-top-staff__btns .p-top-staff__next svg,
.p-top-staff__btns .p-top-staff__prev svg {
  width: 20px;
  height: 20px;
}

.p-top-staff__btns .p-top-staff__prev:after,
.p-top-staff__btns .p-top-staff__next:after {
  content: "";
}

.p-top-staff__btns .custom-dot {
  display: block;
  background: #D9D9D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.p-top-staff__btns .custom-dot.active {
  background: #494949;
}

@media screen and (max-width:991px) {
  .p-top-staff__slider .slick-list {
    overflow: hidden;
  }

  .p-top-staff__slider .slick-item {
    margin-inline: 0;
  }
}

@media screen and (max-width:767px) {
  .p-top-staff {
    padding: 70px 0 30px;
  }

  .p-top-staff__slider {
    max-width: 100%;
  }

  .p-top-staff__slider .box {
    flex-direction: column;
    align-items: center;
  }

  .p-top-staff__slider .box .img {
    width: 100%;
    max-width: none;
  }

  .p-top-staff__slider .box .info {
    padding: 20px;
  }

  .p-top-staff__slider .box .name {
    font-size: 17px;
  }

  .p-top-staff__slider .box .en {
    font-size: 32px;
  }

  .p-top-staff__slider .box .strong {
    font-size: 18px;
  }

  .p-top-staff__slider .box .txt {
    font-size: 14px;
  }

  .p-top-staff__slider .box dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 15px;
    font-size: 12px;
  }

  .p-top-staff__btns {
    gap: 40px;
    margin-top: 30px;
  }

  .p-top-staff__btns .p-top-staff__next,
  .p-top-staff__btns .p-top-staff__prev {
    width: 40px;
    height: 40px;
  }
}

.p-top-plan {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
  background: #241F20;
}

.p-top-plan .info {
  margin-top: 48px;
  text-align: center;
}

.p-top-plan h3 {
  font-size: 31px;
  font-weight: 700;
}

.p-top-plan .info p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.p-top-plan .tbl {
  margin-top: 80px;
}

.p-top-plan .tbl table {
  width: 100%;
  border-collapse: collapse;
}

.p-top-plan .tbl table tr {
  border-bottom: solid 1px rgba(255, 255, 255, 0.69);
}

.p-top-plan .tbl table th,
.p-top-plan .tbl table td {
  border-right: solid 1px #241F20;
  padding: 14px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.p-top-plan .tbl table thead th {
  width: 24.5%;
}

.p-top-plan .tbl table thead th:nth-of-type(1) {
  width: 26.5%;
}

.p-top-plan .tbl table tbody th {
  text-align: left;
}

.p-top-plan .tbl table thead th:nth-of-type(2),
.p-top-plan .tbl table tbody td:nth-of-type(1) {
  background: #754A29;
}

.p-top-plan .tbl table thead th:nth-of-type(3),
.p-top-plan .tbl table tbody td:nth-of-type(2) {
  background: #8B8B8B;
}

.p-top-plan .tbl table thead th:nth-of-type(4),
.p-top-plan .tbl table tbody td:nth-of-type(3) {
  background: #B69851;
}

.p-top-plan .tbl table tbody td .yen {
  font-size: 32px;
}

.p-top-plan .tbl table td:nth-of-type(1).span-cell-1 {
  position: relative;
  background: linear-gradient(to right, #754A29 33.33%, #8B8B8B 33.33%, #8B8B8B 66.66%, #B69851 66.66%);
}

.p-top-plan .tbl table td:nth-of-type(1).span-cell-1::before,
.p-top-plan .tbl table td:nth-of-type(1).span-cell-1::after {
  content: "";
  position: absolute;
  left: 33.33%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #241F20;
}

.p-top-plan .tbl table td:nth-of-type(1).span-cell-1::after {
  left: 66.66%;
}

.p-top-plan .tbl table td .span-cell-1-full {
  position: relative;
  z-index: 2;
  background-color: #666;
  width: 100%;
  padding: 8px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
}

.p-top-plan .tbl .note {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}

.p-top-plan .scroll-hint-icon {
  display: none;
}

@media screen and (max-width:767px) {
  .p-top-plan {
    padding: 70px 0 30px;
  }

  .p-top-plan .info {
    margin-top: 30px;
    text-align: left;
  }

  .p-top-plan h3 {
    font-size: 24px;
  }

  .p-top-plan .info p {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-top-plan .tbl {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .p-top-plan .tbl table {
    width: 800px;
    white-space: nowrap;
  }

  .p-top-plan .tbl table th,
  .p-top-plan .tbl table td {
    font-size: 16px;
    padding: 10px;
  }

  .p-top-plan .tbl table tbody td .yen {
    font-size: 24px;
  }

  .p-top-plan .tbl table td .span-cell-1-full {
    width: 100%;
    padding: 6px;
    font-size: 16px;
  }

  .p-top-plan .tbl .note {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-top-plan .scroll-hint-icon {
    display: block;
  }

}


.p-top-qa {
  position: relative;
  overflow: hidden;
  padding: 100px 0 106px;
  background: #241F20;
}

.p-top-qa .p-top-qa__box:not(:first-of-type) {
  margin-top: 55px;
}

.p-top-qa__q::before {
  font-size: 36px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  margin: 0 14px 0 0;
}

.p-top-qa__q {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.69);
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.625;
}

.p-top-qa__q::before {
  content: "Q.";
  color: #fff;
}

.p-top-qa__a {
  padding: 26px 0 0;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .p-top-qa {
    padding: 70px 0 60px;
  }

  .p-top-qa__q {
    align-items: baseline;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .p-top-qa__q::before {
    font-size: 24px;
    margin: 0 10px 0 0;
  }

  .p-top-qa__a {
    padding: 15px 0 0;
    font-size: 16px;
  }

  .p-top-qa .p-top-qa__box:not(:first-of-type) {
    margin-top: 30px;
  }
}

.p-top-step {
  position: relative;
  overflow: hidden;
  padding: 100px 0 40px;
  background: #241F20;
}

.p-top-step__box {
  position: relative;
  padding: 60px;
  border: solid 2px #F6F6F6;
}

.p-top-step__box .no {
  position: absolute;
  top: -40px;
  left: -24px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(69.99deg, #EBF707 10.07%, #80F228 101.43%);
}

.p-top-step__box .no span {
  display: block;
  transform: translateY(-0.1em);
  color: #241F20;
  font-size: 49px;
  font-weight: 600;
  line-height: 1;
}

.p-top-step__box h3 {
  font-size: 24px;
  font-weight: 700;
}

.p-top-step__box .desc {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.p-top-step__arrow {
  margin: 20px auto 24px;
  background: #D9D9D9;
  height: calc(tan(60deg) * 35px / 2);
  width: 130px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-top-step__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

.p-top-step__slider .slider-track {
  display: flex;
  width: calc(calc(100vw / 3) * 12);
  /* 画面幅÷3 × 画像数 × 2（無限ループ用） */
  animation: slideLeft 40s linear infinite;
}

.p-top-step__slider .slide {
  width: calc(100vw / 3 - 20px);
  max-height: 595px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-top-step__slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100vw * 2));
  }
}

@media screen and (max-width:767px) {
  .p-top-step {
    padding: 70px 0 30px;
  }

  .p-top-step__box {
    padding: 30px;
  }

  .p-top-step__box .no {
    top: -30px;
    left: -16px;
    width: 60px;
    height: 60px;
    font-size: 36px;
  }

  .p-top-step__box h3 {
    font-size: 20px;
  }

  .p-top-step__box .desc {
    margin-top: 10px;
    font-size: 16px;
  }
}

.p-top-access {
  position: relative;
  overflow: hidden;
  padding: 115px 0 70px;
  background: #241F20;
}

.p-top-access__map {
  position: relative;
  aspect-ratio: 1097 / 595;
}

.p-top-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-top-access__info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 35px;
}

.p-top-access__address h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-access__address .txt {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 500;
}

.p-top-access__address .txt a {
  color: #fff;
}

.p-top-access__info .c-btn--2 a {
  width: 187px;
}

.p-top-access__time {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
}

.p-top-access__time h4 {
  font-weight: 700;
}

.p-top-access__cta {
  margin-top: 105px;
  border: solid 1px rgba(255, 255, 255, 0.44);
  background: rgba(217, 217, 217, 0.05);
  padding: 64px;
}

.p-top-access__cta .txt {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.p-top-access__cta .c-btn--1 {
  margin-top: 20px;
  text-align: center;
}

.p-top-access__cta .c-btn--1 a {
  position: relative;
  width: 690px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.p-top-access__cta .c-btn--1 a svg {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .p-top-access__map {
    aspect-ratio: 1 / 1;
  }

  .p-top-access__info {
    flex-direction: column;
  }

  .p-top-access__address h3 {
    font-size: 22px;
  }

  .p-top-access__address .txt {
    margin-top: 8px;
    font-size: 16px;
  }

  .p-top-access__time {
    margin-top: 24px;
    font-size: 16px;
  }

  .p-top-access__cta {
    margin-top: 60px;
    padding: 40px 20px;
  }

  .p-top-access__cta .txt {
    font-size: 22px;
  }

  .p-top-access__cta .c-btn--1 a {
    padding: 15px 30px;
    font-size: 15px;
  }

  .p-top-access__cta .c-btn--1 a svg {
    right: 10px;
    width: 16px;
  }
}

.p-top-sns {
  position: relative;
  padding: 100px 0 97px;
  background: #241F20;
  overflow: hidden;
}

.p-top-sns__btn {
  margin-top: 50px;
}

.p-top-sns__btn.c-btn--2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 335px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.p-top-sns__btn.c-btn--2 a:hover svg path {
  transition: all 0.3s ease;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-sns {
    padding: 70px 0 60px;
  }

  .p-top-sns__btn.c-btn--2 a {
    max-width: 100%;
    font-size: 16px;
  }
}

.p-top-form {
  position: relative;
  padding: 100px 0 0;
  overflow: hidden;
  color: #000;
}

.p-top-form__inner {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  padding: 64px 95px 69px;
  box-shadow: 2px 3px 7.4px 0px rgba(0, 0, 0, 0.05);
}

.p-top-form__label {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(69.99deg, #EBF707 10.07%, #80F228 101.43%);
  padding: 5px 26px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-top-form h2 {
  margin: 9px auto 0;
  width: fit-content;
  border-bottom: solid 3px #000;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.p-top-form dl {
  margin-top: 33px;
  padding-bottom: 43px;
  border-bottom: 1px solid #DDD
}

.p-top-form dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.p-top-form dt .must {
  background: linear-gradient(90deg, #FF743D 0%, #F40800 100%);
  padding: 2px 12px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.p-top-form dd {
  margin-top: 10px;
  width: 100%;
}

.p-top-form dd+dt {
  margin-top: 20px;
}

.p-top-form input,
.p-top-form select {
  width: 100%;
  background: #fff;
  padding: 14px 19px;
  border: solid 1px #ddd;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.p-top-form dd:has(select) {
  position: relative;
}

.p-top-form dd:has(select)::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 12px;
  height: 7px;
  background: url(../../images2/lp/lptop-arrowdown.svg) no-repeat center center/cover;
}

.p-top-form .wpcf7-list-item {
  margin-left: 0;
}

.p-top-form .wpcf7-radio {
  display: flex;
  gap: 12px;
}

/* ラジオボタンの●を非表示にする */
.p-top-form input[type="radio"] {
  display: none;
}

/* ラベルをボタンのような見た目にする */
.p-top-form input[type="radio"]+span {
  display: inline-block;
  padding: 14px 54px;
  background-color: #fff;
  outline: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

/* ホバー時のスタイル */
.p-top-form input[type="radio"]+span:hover {
  background-color: #e9e9e9;
}

/* 選択された時のスタイル */
.p-top-form input[type="radio"]:checked+span {
  outline: 2px solid #000;
}

.p-top-form input[type="date"] {
  max-width: 190px;
  min-height: 42px;
}

.p-top-form__privacy {
  margin-top: 28px;
  font-weight: 500;
  text-align: center;
}

.p-top-form__privacy a {
  color: #1771C6;
  text-decoration: underline;
}

.p-top-form__privacy a:hover {
  text-decoration: none;
}

.p-top-form__submit {
  margin-top: 23px;
  text-align: center;
}

.p-top-form input[type="submit"] {
  background: linear-gradient(90deg, #FF743D 0%, #F40800 100%);
  color: #fff;
  padding: 18px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.p-top-form input[type="submit"]:hover {
  opacity: .8;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

@media (max-width: 767px) {
  .p-top-form__inner {
    padding: 40px 20px;
  }

  .p-top-form h2 {
    font-size: 24px;
  }

  .p-top-form dt {
    font-size: 14px;
  }

  .p-top-form__privacy {
    text-align: left;
  }

  .p-top-form input[type="radio"]+span {
    padding: 6px 12px;
    font-size: 14px;
  }

  .p-top-form input[type="submit"] {
    width: 100%;
    padding: 16px 12px;
    font-size: 16px;
  }
}


/*thanks*/
.p-top-thanks {
  position: relative;
  padding: 196px 0 100px;
  background: #241F20;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}

.p-top-thanks .desc {
  margin-top: 30px;
}

.p-top-thanks h3 {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 700;
}

.p-top-thanks .txt {
  margin-top: 12px;
}

.p-top-thanks .txt a {
  color: #fff;
  text-decoration: underline;
}

.p-top-thanks .txt a:hover {
  text-decoration: none;
}

.p-top-thanks h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.p-top-thanks .c-btn--1 {
  margin: 50px auto 0;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 767px) {
  .p-top-thanks {
    padding: 120px 0 60px;
  }

  .p-top-thanks h3 {
    font-size: 20px;
  }

  .p-top-thanks .txt {
    font-size: 14px;
  }

  .p-top-thanks h4 {
    font-size: 18px;
  }
}

/*------------------------------------------------------------------------
3-iii.Utility
------------------------------------------------------------------------*/
.u-ta--c {
  text-align: center;
}

.u-ta--r {
  text-align: right;
}

.u-dis-flex {
  display: flex;
}

.u-ai-center {
  align-items: center;
}

.u-ai-end {
  align-items: flex-end;
}

.u-indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.u-lh--15 {
  line-height: 1.5;
}

.u-lh--18 {
  line-height: 1.8;
}

.u-fl--r {
  float: right;
}

.u-cl:after {
  clear: both;
  content: '';
  display: block;
}

.u-mt--10 {
  margin-top: 10px;
}

.u-mt--20 {
  margin-top: 20px;
}

.u-ff-syne {
  font-family: "Syne", sans-serif;
}

.u-ff-strait {
  font-family: "Strait", sans-serif;
}

.u-dis-block__sp {
  display: none;
}

.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 400ms linear 200ms, transform 600ms ease-out 200ms;
}

.inview-delay--1 {
  transition: opacity 600ms linear 200ms, transform 800ms ease-out 200ms;
}

.inview-delay--2 {
  transition: opacity 800ms linear 200ms, transform 1000ms ease-out 400ms;
}

.inview-delay--3 {
  transition: opacity 1000ms linear 200ms, transform 1200ms ease-out 600ms;
}

.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:991px) {
  .u-dis-none__tablet {
    display: none;
  }

  .u-ta--c__tablet {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-dis-block__sp {
    display: block;
  }

  .u-dis-none__sp {
    display: none;
  }

  .inview-delay--1,
  .inview-delay--2,
  .inview-delay--3 {
    transition: opacity 800ms linear 200ms, transform 1000ms ease-out 200ms;
  }
}