@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;


  --color-primary: #3ca3ac;




  --noto: "Noto Sans JP", sans-serif;
  --din: "Oswald", sans-serif;
  --tsuku: "Zen Kaku Gothic New", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1920>> 10px */
  font-size: clamp(1px, 0.5208vw, 100px);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background: var(--color-white);
  color: var(--color-black);

  line-height: 1.6;
}

a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */


@media screen and (max-width:767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }


}


/*================================================
 *  banner
 ================================================*/
#fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: 20px;
}

.fix_btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.fix_btn-wrap a {
  display: block;
  max-width: 360px;
  width: 36rem;
}

.fix_btn-wrap a img {
  filter: drop-shadow(-0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2));

}

.fix_line {
  position: absolute;
  width: 18rem;
  top: -18rem;
  right: 42rem;
  z-index: 10;

  animation: buruburu 2s infinite;
}



@media screen and (max-width:767px) {
  .fix_btn-wrap a {
    width: 31.4rem;
  }

  .fix_line {
    right: 2rem;
  }
}

/*================================================
 *  section btn
 ================================================*/


section {
  position: relative;
}

.hd {
  margin-bottom: 6rem;
}

.hd span {
  display: block;
}

.hd .en {
  font-family: var(--din);
  font-size: 10.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hd .ja {
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width:767px) {}

/*================================================
 *  
 ================================================*/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  opacity: 1;
  z-index: -1;
}

#bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) no-repeat center top/cover;
  top: 0;
  left: 0;
}

#bg.change {
  z-index: 0;
}

@media screen and (max-width:767px) {
  #bg::before {
    background: url(../images/bg_sp.webp) no-repeat center bottom/cover;
  }
}

/*================================================
* 
================================================*/
#mv {
  background: var(--color-white);
  height: 108rem;
  z-index: -1;
}


#mv .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url(../images/mv_bg.webp) no-repeat center/cover;
  overflow: clip;
}

.mv_catch {
  /* width: 75rem;
  position: absolute;
  top: 4.5rem;
  left: 23rem; */

  width: 88rem;
  position: absolute;
  top: 8.5rem;
  left: 12rem;
}

.mv_imgArea {
  width: 89rem;
  position: absolute;
  top: 0;
  left: 87rem;
}


.mv_imgArea .mv_img {
  position: absolute;
}

.mv_imgArea .mv_img.img01 {
  width: 32%;
  left: 4.5%;
  top: 0;
  margin-top: 8.3%;
}

.mv_imgArea .mv_img.img02 {
  width: 20.7%;
  right: 7.86%;
  top: 0;
  margin-top: 11.2%;
}

.mv_imgArea .mv_img.img03 {
  width: 64.7%;
  left: 12.3%;
  top: 0;
  margin-top: -15.73%;
}

.mv_imgArea .mv_img.img04 {
  width: 41.1%;
  right: 12.3%;
  top: 0;
  margin-top: 8.9%;
}

.mv_imgArea .mv_img.img05 {
  width: 28.6%;
  left: 34.2%;
  top: 0;
  margin-top: -1.12%;
}

.mv_imgArea .mv_img.img06 {
  width: 34.8%;
  left: 0;
  top: 0;
  margin-top: 29.2%;
}

.mv_imgArea .mv_img.img07 {
  width: 56.2%;
  right: 0;
  top: 0;
  margin-top: 50%;
}

.mv_imgArea .mv_img.img08 {
  width: 68.7%;
  left: 0rem;
  top: 0;
  margin-top: 25.8%;
}

@media screen and (max-width:767px) {
  #mv {
    height: 128.6rem;
  }

  #mv .inner {
    background: url(../images/mv_bg_sp.webp) no-repeat center/cover;
  }

  .mv_catch {
    width: 68.7rem;
    top: 2.5rem;
    left: 2rem;
  }

  .mv_imgArea {
    width: 81rem;
    top: 14rem;
    left: 0rem;
  }
}

/*================================================
* cp
================================================*/

#cp {
  background: url(../images/cp_bg.webp) no-repeat center/cover;
  height: 83.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22rem;
  z-index: 2;
}



#cp img {
  width: 101rem;
}

#cp .cp_fuki {
  width: 58rem;
  position: absolute;
  top: -11rem;
  right: 35rem;
}

#cp .cp_fuki img {
  width: auto;
}

@media screen and (max-width:767px) {
  #cp {
    background: url(../images/cp_bg_sp.webp) no-repeat center/cover;
    height: 150.7rem;
    margin-top: -18rem;

  }

  #cp img {
    width: 68.4rem;
    position: relative;
    left: -3rem;
  }

  #cp .cp_fuki {
    width: 41rem;
    top: -3rem;
    right: 0rem;
  }

  #cp .cp_fuki img {
    left: 0;
  }
}




/*================================================
* access
================================================*/
.clip {
  overflow: clip;
}

#about {
  padding: 6rem 0;
}

.about_bg {
  width: 149rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about_bg-circle img {
  animation: 60s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#about::before {
  position: absolute;
  content: "";
  top: -18rem;
  left: 0;
  background: url(../images/about_bg.webp) no-repeat center top/cover;
  width: 100%;
  height: calc(100% + 36rem);
  z-index: -1;
}


#about::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/scroll_bk.webp);
  width: 10.7rem;
  height: 10.7rem;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    top: -5rem;
  }

  50% {
    top: -4rem;
  }

  100% {
    top: -5rem;
  }
}

#about .inner {
  text-align: center;
}

#about h2 {
  color: var(--color-primary);
  padding: 4rem 0 0 0;
}

#about .inner h3 {
  font-size: 5rem;
  font-weight: 700;
}

#about .inner p {
  font-size: 2.8rem;
  line-height: 2.7;
  font-weight: 700;
  margin: 4rem 0 2rem;
  letter-spacing: 0.075em;
}

.about_top-img,
.about_under-img {
  display: flex;
  align-items: start;
  justify-content: center;
}

.about_img {
  display: block;
}

.about_img.img01 {
  width: 21.4rem;
}

.about_img.img02 {
  width: 19.7em;
  margin-top: 5rem;
  margin-left: -2rem;
}

.about_img.img03 {
  width: 24rem;
  margin-left: 5rem;
}

.about_img.img04 {
  width: 35.7rem;
  margin-left: -7rem;
}

.about_img.img05 {
  width: 16.7rem;
  margin-left: 8rem;
  margin-top: 2rem;
}



@media screen and (max-width:767px) {
  #about::before {
    background: url(../images/about_bg_sp.webp) no-repeat center top/cover;
  }
}

/*================================================
* point
================================================*/
#point {
  background: url(../images/point_bg.webp) no-repeat center top/cover;
  padding: 15rem 0 18rem;
}

#point h2 {
  color: var(--color-white);
  position: relative;
  padding-bottom: 16rem;
}

#point h2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/scroll_wt.webp);
  width: 10.7rem;
  height: 10.7rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowmove2 1s ease-in-out infinite;
}

@keyframes arrowmove2 {
  0% {
    bottom: 0rem;
  }

  50% {
    bottom: -1rem;
  }

  100% {
    bottom: 0rem;
  }
}




#point h2 .en {
  font-size: 16rem;
  position: relative;
  width: fit-content;
  margin: 0 auto 1rem;
}

#point h2 .en span {
  width: 12rem;
  display: block;
  top: -4rem;
  right: -11rem;
  position: absolute;

  animation: buruburu 2.5s infinite;
}

.point_list {
  gap: 5rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 139rem;
  margin: 0 auto;
}

.point_list li {
  width: calc((100% - 5rem) / 2);
  border: 0.8rem solid var(--color-white);
  background: var(--color-black);
  color: var(--color-white);
  padding: 3rem 0 0;
  position: relative;
}

.point_list li:nth-child(2),
.point_list li:nth-child(4) {
  background: var(--color-white);
  color: var(--color-black);
}

.point_list li h3 {
  position: relative;
  font-family: var(--din);
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2rem;
  letter-spacing: 0;
}

.point_list li h3::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/point_line_wt.webp);
  width: 27.8rem;
  height: 1.42rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.point_icon {
  width: auto;
  max-width: unset;
  height: 8.6rem;
  margin: 2rem auto 0;
}

.point_list li h4 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.point_list p {
  font-size: 2.6rem;
  text-align: center;
  margin: 2rem 0 2rem;
}

.point_list li .point_img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 43.8rem;
}

.point_list .obiArea {
  position: absolute;
  top: 65rem;
  left: -3rem;
  transform: rotate(-5deg);
  /* line-height: 1.2; */
}

.point_list li:nth-child(2) .point_list .obiArea {
  top: 41rem;
}

.point_list .obiArea .obi {

  display: block;
  color: var(--color-white);
  font-size: 4rem;
  padding: 0.2rem 1rem 0.2rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

.point_list .obiArea .obi::before {
  background: var(--color-primary);
}

.point_list li:nth-child(4) .note {
  position: absolute;
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  width: 25.5rem;
  padding: 1rem 0;
  border-radius: 1rem;
  bottom: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  line-height: 1.3;
}

.point_list li:nth-child(5) {
  min-height: 87rem;
}

.point_list li:nth-child(5) .point_inner {
  width: fit-content;
  margin-left: 7rem;
}

.point_list li:nth-child(5) .point_img {
  width: 42rem;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width:767px) {
  #point {
    background: url(../images/point_bg_sp.webp) no-repeat center top/cover;
    padding: 15rem 0 18rem;
  }

  .point_list {
    gap: 5rem;
    width: 67rem;
  }

  .point_list li {
    width: 100%;
  }

}

/*================================================
* support
================================================*/
#support {
  padding: 16rem 0 5rem;
}

#support::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/scroll_bk.webp);
  width: 10.7rem;
  height: 10.7rem;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: arrowmove03 1s ease-in-out infinite;
}

@keyframes arrowmove03 {
  0% {
    top: 3rem;
  }

  50% {
    top: 2rem;
  }

  100% {
    top: 3rem;
  }
}




#support h2 img {
  width: 69rem;
  margin: 0 auto 1rem;
}

#support ul {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  width: 110rem;
  margin: 0 auto;
}

#support ul li {
  position: relative;
}

#support ul .num {
  font-family: var(--din);
  font-weight: 700;
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-white);
  -webkit-text-stroke: 0.3rem var(--color-black);
  font-size: 7rem;
  text-align: center;
}

.support_fuki {
  display: block;
  width: 10.7rem;
  position: absolute;
  top: -2rem;
  right: -2rem;
}

.support_img {
  min-height: 29rem;
  overflow: hidden;
}

#support ul h3 {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  margin: 0rem 0 1rem;
}

#support ul p {
  width: 81%;
  margin: 0 auto;
  font-size: 2.5rem;
}




@media screen and (max-width:767px) {
  #support ul {
    gap: 10rem;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    overflow: hidden;
    padding: 2rem 4.5rem;
  }

  #support ul li {
    /* display: flex;
    flex-direction: row-reverse; */
  }

  #support ul li:not(:nth-child(3)):before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/support_arrow.webp);
    width: 5.2rem;
    height: 5.2rem;
    bottom: -8.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #support ul li:nth-child(2) {
    /* flex-direction: unset; */
  }

  #support ul li .support_img {
    width: 42.8rem;
    position: absolute;
    top: 3rem;
    right: -9rem;
  }

  #support ul li:nth-child(2) .support_img {
    width: 45rem;
    right: auto;
    left: -9rem;
  }

  #support ul li:nth-child(3) .support_img {
    width: 45rem;
  }

  #support ul .support_txt {
    width: 28rem;
  }

  #support ul li:nth-child(2) .support_txt {
    margin-left: auto;
  }

  #support ul p {
    width: 100%;
  }

  .support_fuki {
    width: 13rem;
  }


}

/*================================================
* fucho
================================================*/
#fucho {
  background: url(../images/fucho_bg.webp) no-repeat center top/cover;
  padding: 22rem 0;
  overflow: hidden;
}

#fucho h2 .obi {
  font-size: 2.8rem;
  color: var(--color-white);
  width: fit-content;
  margin: 0 auto 2rem;
  font-weight: 700;
  transform: rotate(-5deg);
  position: relative;
  padding: 1rem 2rem;
  line-height: 1.2;
}

#fucho h2 .obi::before {
  background: var(--color-black);
}

#fucho h2 .ja {
  width: fit-content;
  margin: 1rem auto 0;
  font-weight: 900;
  padding-bottom: 6rem;
  position: relative;
  font-size: 6rem;
  line-height: 1.2;
}

#fucho h2 .ja::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/fucho_line.webp);
  width: 64.9rem;
  height: 3.17rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.fucho_list {
  display: grid;
  gap: 4rem 0;
  grid-template-columns: repeat(2, 1fr);

  width: 144rem;
  margin: 7rem auto 0;
}

.fucho_list li {
  position: relative;
}

.fucho_list .obi {
  font-size: 4.5rem;
  color: var(--color-white);
  width: fit-content;
  font-weight: 700;
  padding: 0.2rem 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.fucho_list .obi::before {
  background: var(--color-black);
}

.obi_wrap {
  transform: rotate(-5deg);
}

.fucho_list .obi span {
  display: block;
}

.fucho_list p {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-left: 1rem;
  font-weight: 700;
}

.fucho_list p small {
  font-size: 2.3rem;
  display: block;
  margin-top: 2rem;
}

/* .fucho_img {
  position: absolute;
} */
.fucho_txt,
.fucho_en {
  position: absolute;
}

.fucho_list li:nth-child(1) .fucho_img {
  width: 69rem;
  position: relative;
  left: -10rem;
}

.fucho_list li:nth-child(1) .fucho_txt {
  top: 5rem;
  right: 1rem;
}

.fucho_list li:nth-child(1) .fucho_en {
  top: -6rem;
  right: 9rem;
  width: 21.6rem;
}

/* li:nth-child(2) */
.fucho_list li:nth-child(2) {
  padding-top: 17rem;
  margin-top: 10rem;
}

.fucho_list li:nth-child(2) .fucho_img {
  width: 69rem;
}

.fucho_list li:nth-child(2) .fucho_txt {
  top: 4rem;
  left: -3rem;
}

.fucho_list li:nth-child(2) .fucho_en {
  top: 11rem;
  right: 11rem;
  width: 21.6rem;
}

/* i:nth-child(3) */
.fucho_list li:nth-child(3) {
  padding-left: 3rem;
}

.fucho_list li:nth-child(3) .fucho_img {
  width: 35rem;
}

.fucho_list li:nth-child(3) .fucho_txt {
  top: 4rem;
  right: 2rem;
}

.fucho_list li:nth-child(3) .fucho_en {
  top: 27rem;
  left: 6rem;
  width: 17rem;
}

/* i:nth-child(4) */
.fucho_list li:nth-child(4) {
  padding-right: 4rem;
}

.fucho_list li:nth-child(4) .fucho_img {
  width: 52rem;
  margin-left: auto;
}

.fucho_list li:nth-child(4) .fucho_txt {
  top: 25rem;
  left: 1rem;
}

.fucho_list li:nth-child(4) .fucho_en {
  top: -2rem;
  left: 26rem;
  width: 25rem;
}

@media screen and (max-width:767px) {
  #fucho {
    background: url(../images/fucho_bg_sp.webp) no-repeat center top/cover;
    padding: 18rem 0;
  }

  .fucho_list {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: 7rem auto 0;
    overflow: hidden;
  }

  .fucho_list li:nth-child(1) .fucho_img {
    left: -7rem;
  }

  .fucho_list li:nth-child(1) .fucho_txt {
    top: 9rem;
    right: 2rem;
  }

  .fucho_list li:nth-child(1) .fucho_en {
    top: -2rem;
    right: 13rem;
  }

  .fucho_list li:nth-child(2) {
    padding-top: 10rem;
    margin-top: 9rem;
  }

  .fucho_list li:nth-child(2) .fucho_img {
    margin-left: auto;
    position: relative;
    right: -6rem;
  }

  .fucho_list li:nth-child(2) .fucho_txt {
    top: 4rem;
    left: 4rem;
  }

  .fucho_list li:nth-child(2) .fucho_en {
    top: 7rem;
    right: 1rem;
  }

  .fucho_list li:nth-child(3) {
    margin-top: 5rem;
  }

  .fucho_list li:nth-child(3) .fucho_txt {
    top: 4rem;
    right: 5rem;
  }

  .fucho_list li:nth-child(4) {
    padding-right: 0;
    margin-top: 5rem;
  }

  .fucho_list li:nth-child(4) .fucho_txt {
    left: 5rem;
  }

  .fucho_list li:nth-child(4) .fucho_en {
    top: 10rem;
    left: 6rem;
    width: 25rem;
  }
}

/*================================================
* facility
================================================*/
#facility {
  padding: 18rem 0 10rem;

}

#facility::before {

  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: repeat-y;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/facility_bg.webp);
  width: 100%;
  height: calc(100% + 40rem);
  top: -30rem;
  left: 0;
  z-index: -1;
}


#facility .lead {
  text-align: center;
  font-size: 3.4rem;
  margin: 4rem 0 6rem;
}

.floor_img {
  width: 66rem;
  margin: 0 auto 10rem;
}

.machine_box {
  margin: 0 0 10rem;
}

.machine_box h3 {
  font-family: var(--din);
  font-weight: 500;
  font-size: 7.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.machine_box h3 img {
  min-width: 8rem;
  width: 8rem;
}

.machine_box p {
  text-align: center;
  font-size: 2.8rem;
  margin: 3rem 0;

}

.machine_img {
  width: 109rem;
  margin: 0 auto 3rem;
}

.machine_box h4 {
  text-align: center;
  font-size: 4rem;
  margin: 6rem auto;
  font-weight: 700;
}

.loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.machine_box .swiper-slide {
  width: 19.5rem;
  margin-right: 1.6rem;
}

.machine_box .swiper-slide img {
  box-shadow: -0.5rem 0.5rem 0.5rem rgb(0 0 0 / 10%);
}

.machine_box .swiper-slide p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 1rem 0 0;
}

.machine_list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.machine_list li {
  width: 19.5rem;
}

.machine_list li:nth-child(2),
.machine_list li:nth-child(6) {
  transition-delay: 0.1s;
}

.machine_list li:nth-child(3),
.machine_list li:nth-child(7) {
  transition-delay: 0.2s;
}

.machine_list li:nth-child(4),
.machine_list li:nth-child(8) {
  transition-delay: 0.3s;
}

.machine_list li:nth-child(5),
.machine_list li:nth-child(9) {
  transition-delay: 0.4s;
}

.machine_list li p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 1rem 0 0;
}

.machine04 .machine_list li p {
  font-size: 2.5rem;
}

.machine05 .machine_list {
  width: 116.2rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

.machine05 .machine_list li {
  width: 21.5rem;
  position: relative;
}

.machine05 .machine_list li p {
  position: absolute;
  width: 100%;
  left: 0;
  top: 16rem;
  font-size: 2.4rem;
}

@media screen and (max-width:767px) {
  #facility::before {
    background-image: url(../images/facility_bg_sp.webp);
  }

  .machine_img {
    width: 100%;
    margin: 0 auto 6rem;
  }

  .machine_list.pc {
    display: none;
  }

  .machine05 .machine_list {
    width: 69rem;
  }

  .machine_list li:nth-child(4) {
    transition-delay: 0s;
  }

  .machine_list li:nth-child(5) {
    transition-delay: 0.1s;
  }

  .machine_list li:nth-child(6) {
    transition-delay: 0.2s;
  }

  .machine_list li:nth-child(7) {
    transition-delay: 0s;
  }

  .machine_list li:nth-child(8) {
    transition-delay: 0.1s;
  }

  .machine_list li:nth-child(9) {
    transition-delay: 0.2s;
  }
}

/*================================================
* price
================================================*/
#price {
  background: url(../images/price_bg.webp) no-repeat center top/cover;
  padding: 18rem 0;
  z-index: 1;
}

#price .inner {
  width: 143rem;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  #price {
    background: url(../images/price_bg_sp.webp) no-repeat center top/cover;
  }

  #price .inner {
    width: 75rem;
  }
}

/*================================================
* qa
================================================*/
#qa {
  padding: 40rem 0 18rem;
  background: var(--color-white);
  margin-top: -20rem;
}

#qa .inner {
  width: 110rem;
  margin: 0 auto;
  font-family: var(--noto);
}

.acc_box {
  margin-bottom: 4rem;
}

.acc_box .detail,
.acc_box .child_detail {
  display: none;
}

.acc_box .label,
.acc_box .child_label {
  cursor: pointer;
  position: relative;
}



.acc_box .label {
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 3.1rem;
  text-align: center;
  padding: 2rem 0;
}

.acc_box .label::before,
.acc_box .label::after,
.child_label::before,
.child_label::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 2px;
  background: var(--color-white);
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  transition: .4s;
}

.acc_box .label::after,
.child_label::after {
  transform: translateY(-50%) rotate(90deg);
}

.acc_box .label.open::after,
.child_label.open::after {
  transform: translateY(-50%) rotate(0deg);
}

.child_acc {
  margin-top: 2rem;
  font-size: 2.7rem;
}

.child_acc li {
  margin-top: 3rem;
}

.child_label {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 3rem 2rem 3rem 7rem;
  font-weight: 700;
  position: relative;
}

.child_detail {
  padding: 3rem 2rem 3rem 7rem;
  position: relative;
  margin-top: 1rem;
}

.child_label span,
.child_detail span {
  font-family: var(--din);
  font-size: 5rem;
  font-weight: 500;
  top: 1rem;
  left: 2rem;
  position: absolute;
}

@media screen and (max-width:767px) {
  #qa .inner {
    width: 100%;
  }
}

/*================================================
* trial
================================================*/

#trial {
  padding: 10rem 0;
}


@media screen and (max-width:767px) {
  #trial iframe {
    max-width: 95% !important;
    margin: 0 auto;
    display: block;
  }

}

/*================================================
* access
================================================*/
#access {
  background: var(--color-white);

  padding-top: 10rem;
}

#access iframe {
  display: block;
  width: 100%;
  height: 52rem;
}

@media screen and (max-width:767px) {
  #access iframe {
    height: 35rem;
  }
}



/*================================================
 *  footer
 ================================================*/
footer {
  background: var(--color-white);
  padding: 10rem 0 5rem;
  border-bottom: 3.6rem solid var(--color-primary);
  z-index: 1;
  position: relative;
}

.ft_logo {
  width: 49rem;
  margin: 0 auto 6rem;
}

footer p {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .ft_logo {
    width: 49rem;
    margin: 0 auto 6rem;
  }
}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* access
================================================*/


@media screen and (max-width:767px) {}

/*================================================
* price
================================================*/

@media screen and (max-width:767px) {}

/*================================================
 *  ani
 ================================================*/
/* fadeUp */
.fadeLeft {
  opacity: 0;
  transform: translate(-20px);
  transition: all 0.8s ease;
}

.fadeLeft.started {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeRight {
  opacity: 0;
  transform: translate(20px);
  transition: all 0.8s ease;
}

.fadeRight.started {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fadeUp.started {
  opacity: 1;
  transform: translateY(0px);
}

/* fadeUp */
.fadeIn {
  opacity: 0;
  transition: all 0.8s ease;
}

.fadeIn.started {
  opacity: 1;
}

/* zoom */
.zoom img,
.zoom02 img,
.zoom03 img,
.zoom04 img,
.zoom05 img,
.zoom06 img,
.zoom07 img {
  opacity: 0;
  -webkit-transform: scale(0) translateY(1rem) rotate(0);
  transform: scale(0) translateY(1rem) rotate(0);
  will-change: opacity, transform;
}

.zoom.started img,
.zoom02.started img,
.zoom03.started img,
.zoom04.started img,
.zoom05.started img,
.zoom06.started img,
.zoom07.started img {
  -webkit-transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}

.zoom02.started img {
  -webkit-transition: .8s .3s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .3s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom03.started img {
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
}


.zoom04.started img {
  -webkit-transition: .8s .5s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .5s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom05.started img {
  -webkit-transition: .8s .6s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .6s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom06.started img {
  -webkit-transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom07.started img {
  -webkit-transition: .8s .8s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .8s cubic-bezier(0.34, 1.63, 0.64, 1);
}

/* zoom-rtt */
.zoom-rtt img,
.zoom-rtt02 img,
.zoom-rtt03 img,
.zoom-rtt04 img,
.zoom-rtt05 img,
.zoom-rtt06 img {
  opacity: 0;
  -webkit-transform: scale(0) translateY(1rem) rotate(20deg);
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
}

.zoom-rtt.started img,
.zoom-rtt02.started img,
.zoom-rtt03.started img,
.zoom-rtt04.started img,
.zoom-rtt05.started img,
.zoom-rtt06.started img {
  -webkit-transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}


@keyframes buruburu {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(4px, 0px);
  }

  15% {
    transform: translate(-4px, 0px);
  }

  20% {
    transform: translate(4px, 0px);
  }

  25% {
    transform: translate(-4px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.obi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.obi::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-color: var(--color-primary); */
  z-index: -1;
  transition: width 0.6s ease;
  height: 100%;
  width: 0;
}

.started .obi::before {
  width: 100%;
}

.obi span {
  position: relative;
  transition: width 0.6s ease .4s;
  overflow: hidden;
  width: 0;
  display: block;
  white-space: nowrap;
}

.started .obi span {
  width: 100%;
}



.delay02-pc,
.delay02 {
  transition-delay: 0.2s;
}

.delay03-pc,
.delay03 {
  transition-delay: 0.3s;
}

.delay04-pc,
.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

@media screen and (max-width:767px) {

  .delay04-pc,
  .delay02-pc,
  .delay03-pc {
    transition-delay: unset;
  }

  .delay02-sp {
    transition-delay: 0.2s;
  }

  .delay03-sp {
    transition-delay: 0.3s;
  }

  .delay05-sp {
    transition-delay: 0.5s;
  }
}