@charset "UTF-8";

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

  --color-primary: #00704A;

  --noto: "Noto Sans JP", sans-serif;
  --jost: "Jost", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1920>> 10px */
  font-size: 0.52088333vw;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.4rem;
  background: #000;
  color: var(--color-black02);
  line-height: 1.6;
  font-feature-settings: "palt";
}

main {
  background: var(--color-primary);
}

* {
  letter-spacing: 0.05em;
}

.wrap {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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;
  }

  body {
    font-size: 2.6rem;
  }

  .wrap {
    width: 63rem;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  padding-bottom: 9rem;
  background: var(--color-white);
}

.section {
  padding-top: 9rem;
}

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

/*================================================
 *  banner
 ================================================*/
#fix_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding: 10px 0;
}

#fix_btn a {
  width: 150rem;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}



@media screen and (max-width:767px) {
  #fix_btn a {
    width: 61rem;
  }
}

/*================================================
* mv
================================================*/

#mv {
  padding-bottom: 0;
}



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

  #mv .mv_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 116rem;
  }


}

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

#cp {
  background: var(--color-black);
  border-radius: 6rem;
  margin-top: -8rem;
  z-index: 2;
}

#cp .wrap {
  width: 120rem;
}

@media screen and (max-width:767px) {
  #cp {
    margin-top: -5rem;
  }

  #cp .wrap {
    width: 63rem;
  }
}


/*================================================
* about
================================================*/
#about {
  z-index: 1;
  padding-bottom: 14rem;
}

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

#about .loop_swiper01 .swiper-slide {
  width: 84rem;
  margin: 0 2rem;
}

#about .loop_swiper02 {
  width: 100%;
  position: absolute;
  top: 62rem;
  left: 0;
}

#about .loop_swiper02 .swiper-slide {
  width: 238rem;
  margin: 0 2rem;
}

#about .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-top: 19rem;
}

.about_ttl {
  font-size: 5.8rem;
}

.about_txt {
  width: 80rem;
}

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


  #about .loop_swiper01 .swiper-slide {
    width: 84rem;
    margin: 0 2rem;
  }

  #about .loop_swiper02 {
    top: 81rem;
  }

  #about .loop_swiper02 .swiper-slide {
    width: 129rem;
    margin: 0 2rem;
  }

  #about .inner {
    flex-wrap: wrap;
    justify-content: start;
    width: 62rem;
    margin: 0 auto;
    gap: 4rem;
  }

  .about_ttl {
    font-size: 4.6rem;
  }

  .about_txt {
    width: 100%;
  }
}

/*================================================
* access
================================================*/
#strengths {
  border-radius: 6rem;
  margin-top: -8rem;
  background: url(../images/strengths_bg.jpg) no-repeat center top/cover;
  z-index: 2;
  color: var(--color-white);
  text-align: center;

  padding-bottom: 14rem;
}

#strengths h2 {
  width: 76rem;
  margin: 0 auto 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.6rem solid var(--color-primary);
}

.strengths_list {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 10rem;
  gap: 5rem 0;
}

.strengths_list li:first-child {
  width: 40%;
  padding-right: 5rem;
}

.strengths_list li:first-child div:nth-of-type(2) {
  padding-top: 5rem;
  margin-top: 5rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 2rem 0.4rem;
}

.strengths_list li:nth-child(2) {
  width: 60%;
  padding-left: 5rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: 0.4rem 2rem;
}

.strengths_list li:nth-child(3) {
  width: 100%;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem), radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 2rem 0.4rem, 2rem 0.4rem;
  padding: 5rem 0;
}


.strengths_list li:nth-child(4),
.strengths_list li:nth-child(5) {
  width: 50%;
}

.strengths_list li:nth-child(4) {
  padding-right: 5rem;
}

.strengths_list li:nth-child(5) {
  padding-left: 5rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: 0.4rem 2rem;
}

.strengths_list li:nth-child(6) {
  width: 100%;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem), radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 2rem 0.4rem, 2rem 0.4rem;
  padding: 5rem 0;
}

.strengths_list li:nth-child(7),
.strengths_list li:nth-child(8) {
  width: 50%;
}

.strengths_list li:nth-child(7) {
  padding-right: 5rem;
}

.strengths_list li:nth-child(8) {
  padding-left: 5rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: 0.4rem 2rem;
}

.strengths_list li:nth-child(9) {
  padding-top: 5rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 2rem 0.4rem;
}

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

  #strengths h2 {
    width: 49rem;
  }

  .strengths_list {
    gap: 4rem 0;
    margin-top: 6rem;
  }

  .strengths_list li:first-child {
    padding-right: 4rem;
  }

  .strengths_list li:first-child div:nth-of-type(2) {
    padding-top: 4rem;
    margin-top: 4rem;
  }

  .strengths_list li:nth-child(2) {
    padding-left: 4rem;
  }

  .strengths_list li:nth-child(3) {
    padding: 4rem 0;
  }

  .strengths_list li:nth-child(4) {
    padding-right: 4rem;
  }

  .strengths_list li:nth-child(5) {
    padding-left: 4rem;
  }

  .strengths_list li:nth-child(6) {
    padding: 4rem 0;
  }

  .strengths_list li:nth-child(7) {
    padding-right: 4rem;
  }

  .strengths_list li:nth-child(8) {
    padding-left: 4rem;
  }

  .strengths_list li:nth-child(9) {
    padding-top: 4rem;
  }
}

/*================================================
* facility
================================================*/
#facility {
  margin-top: -8rem;
  z-index: 2;
  border-radius: 6rem 6rem 0 0;
  border-radius: 6rem;
  padding-bottom: 0;
}

#facility .bg01 {
  background: url(../images/facility_bg.jpg) no-repeat center top/cover;
  border-radius: 6rem 6rem 0 0;
  position: relative;
}

.facility_left {
  position: absolute;

  color: var(--color-white);
  top: 10rem;
  left: 18rem;
}

.facility_left h2 {
  width: 35rem;
  margin-bottom: 7rem;
}

.facility_left p {
  font-size: 2.4rem;
  width: 46rem;
}


.facility_right {
  position: absolute;
  top: 73rem;
  left: 100rem;
  width: 59rem;
  padding-top: 4rem;
}

.facility_right .right_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.facility_right .right_bg {
  width: 40rem;
  margin-left: 3rem;
}

.facility_right .right_circle {
  position: absolute;
  width: 21rem;
  right: 0;
  top: 19rem;
}

.facility_under {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 10rem 0;
}

.facility_under-txt {
  width: 65rem;
  font-size: 3.3rem;
}

.facility_under-img {
  width: 68rem;
}

@media screen and (max-width:767px) {
  #facility .bg01 {
    background: url(../images/facility_bg_sp.jpg) no-repeat center bottom/cover;
  }

  .facility_left {
    color: var(--color-black);
    width: 100%;
    left: 0;
  }

  .facility_left h2 {
    margin: 0 auto 4rem;
  }

  .facility_left p {
    padding-left: 5rem;
    width: 51rem;
  }

  .facility_right {
    top: 129rem;
    left: 50%;
    transform: translateX(-50%);
    width: 63rem;
    padding-top: 4rem;
  }


  .facility_right .right_bg {
    width: 38rem;
    margin-left: 8rem;
  }

  .facility_right .right_circle {
    width: 20rem;
    top: 13rem;
  }

  .facility_right .right_ttl {
    width: 54rem;
  }

  .facility_under {
    flex-wrap: wrap;
    width: 51rem;
    margin: 0 auto;
    padding: 0 0 5rem;
  }

  .facility_under-txt {
    width: 100%;
    font-size: 2.6rem;
  }

  .facility_under-img {
    width: 100%;
  }
}

/*================================================
* machine
================================================*/
#machine {
  padding-bottom: 0;
  border-radius: 0 0 6rem 6rem;
  overflow: hidden;
  z-index: 2;
}

.machine_ttl {
  position: relative;
}

.machine_ttl .loop_swiper {
  position: absolute;
  bottom: -6rem;
  width: 100%;
  height: 15rem;
}

.machine_ttl .swiper-slide {
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 2rem;
}

.machine_ttl .swiper-slide img {
  width: auto;
  max-width: unset;
  height: 15rem;
}

.machine_cnt {
  padding-top: 10rem;
  background: url(../images/machine_bg.jpg) no-repeat center top/cover;
}

.machine_cnt h3 {
  text-align: center;
  font-size: 4.3rem;
  margin: 4rem 0;
}

.machine_point {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 3rem;
  padding-left: 7rem;
  margin: 6rem 0 10rem;
}

.machine_point li {
  position: relative;
  width: 52rem;
}

.machine_point img {
  width: 45rem;
  margin: 4rem 0 7rem;
}

.machine_point li h4 {
  position: absolute;
  font-size: 3.8rem;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-black);
  color: var(--color-white);
  transform: rotate(-5deg);
  padding: 0.3rem 1rem;
}


.machine_point li h5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24rem;
  aspect-ratio: 1/1;
  border-radius: 10000px;
  background: rgb(0 112 74 / 90%);
  color: var(--color-white);
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.1;
}

.machine_cnt .machine_item {
  width: 39rem;
  margin: 0 1rem;
}

.machine_name {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 2.8rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}


.strength .machine_name {
  max-width: 92rem;
}

.machine_name div {
  padding: 0.3rem 1rem;
  border: 0.2rem solid;
}


/* product */

.product .tab_btn {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(2, 1fr);
  width: 103rem;
  margin: 0 auto;
}

.product .tab_btn li {
  cursor: pointer;
  border: 0.3rem solid var(--color-black);
  border-radius: 10000px;
  color: var(--color-black);
  text-align: center;
  padding: 2rem 0;
  position: relative;
}

.product .tab_btn li.active {
  background: var(--color-black);
  color: var(--color-white);

}

.product .tab_btn li::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/tab_btn-arrow.png);
  width: 1.96rem;
  height: 0.98rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.product .tab_btn li.active::before {
  background-image: url(../images/tab_btn-arrow_w.png);
}

.product .tab_detail {
  position: relative;
}

.product .tab_detail .inner {
  padding: 8rem 0;
}

.product .tab_detail:not(.active) .inner {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0;
}

.product .tab_detail.active .inner {
  opacity: 1;
  pointer-events: fill;
  height: 100%;
  position: relative;
}

.product .tab_detail img {
  width: 92rem;
  margin: 0 auto;
}

.product_cnt {
  overflow: hidden;
}

.product_cnt h3 {
  position: relative;
  text-align: center;
  font-size: 4.6rem;
  padding: 12rem 0 8rem;
  margin-bottom: 0;
}

.product_cnt h3::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/product_arrow.png);
  width: 9rem;
  height: 5rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product_cnt h3::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/product_ttl.png);
  width: 78.3rem;
  height: 3rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product_cnt .space_box {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 6rem;
  padding-top: 6rem;
}

.product_cnt .space_box.reverse {
  flex-direction: row-reverse;
}

.product_cnt .space_txt {
  width: 52rem;
}

.product_cnt .space_txt h4 {
  font-size: 5.8rem;
  line-height: 1.6;
}

.product_cnt .space_txt h4 span {
  display: block;
  font-size: 0.7em;
}

.product_cnt .space_txt p {
  background-image: radial-gradient(circle, #000000 0.4rem, transparent 0.4rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 3rem 0.8rem;
  padding-top: 2rem;
  margin-top: 3rem;
  font-size: 2.8rem;
}

.product_cnt .space_img {
  width: 40rem;
}

.product .product_cnt ul {
  width: 120rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding-bottom: 10rem;
  margin: 10rem auto 0;
}

.product .product_cnt ul li {
  width: calc((100% - 8rem) / 3);
  border: 0.3rem solid var(--color-black);
  border-radius: 1.5rem;
  padding: 3rem 0 0;
  aspect-ratio: 1/1;
  position: relative;
}


.product .product_cnt ul li:nth-child(2),
.product .product_cnt ul li:nth-child(5),
.product .product_cnt ul li:nth-child(8),
.product .product_cnt ul li:nth-child(11) {
  transition-delay: .2s;
}

.product .product_cnt ul li:nth-child(3n) {
  transition-delay: .3s;
}

.product .product_cnt ul li img {
  width: 21rem;
  margin: 0 auto;
}

.product .product_cnt ul li p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4rem;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width:767px) {
  .machine_ttl .loop_swiper {
    height: 10rem;
  }

  .machine_ttl .swiper-slide img {
    height: 10rem;
  }

  .machine_cnt {
    padding-top: 6rem;
    background: url(../images/machine_bg_sp.jpg) no-repeat center bottom/cover;
  }

  .machine_cnt h3 {
    font-size: 2.7rem;
  }

  .machine_point {
    gap: 0;
    padding-left: 3rem;
    margin: 6rem 0 2rem;
  }

  .machine_point li {
    width: 32rem;
  }

  .machine_point img {
    width: 28rem;
    margin: 2rem 0 7rem;
  }

  .machine_point li h4 {
    font-size: 2.4rem;
  }


  .machine_point li h5 {
    font-size: 2.1rem;
    width: 15rem;
  }

  .machine_cnt .machine_item {
    width: 24rem;
    margin: 0rem;
  }

  .machine_name {
    font-size: 1.8rem;
    padding-top: 3rem;
    padding-bottom: 9rem;
  }

  .strength .machine_name {
    max-width: 62rem;
  }

  .product .tab_btn {
    width: 64rem;
  }

  .product .tab_btn li {
    font-size: 2.3rem;
  }

  .product .tab_btn li::before {
    right: 1.5rem;
  }

  .product .tab_detail .inner {
    padding: 5rem 0 2rem;
  }

  .product .tab_detail img {
    width: 57rem;
    margin: 0 auto;
  }

  .product_cnt h3 {
    font-size: 2.8rem;
    padding: 7rem 0 4rem;
  }

  .product_cnt h3::before {
    width: 5.6rem;
    height: 3rem;
  }

  .product_cnt h3::after {
    width: 48.8rem;
    height: 1.6rem;
  }

  .product_cnt .space_box {
    gap: 2rem;

  }

  .product_cnt .space_txt {
    width: 34rem;
  }

  .product_cnt .space_img {
    width: 25rem;
  }

  .product_cnt .space_txt h4 {
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .product_cnt .space_txt p {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .product .product_cnt ul {
    width: 70rem;
    gap: 2.5rem;
  }

  .product .product_cnt ul li {
    width: calc((100% - 5rem) / 3);
  }


  .product .product_cnt ul li p {
    font-size: 2.3rem;
    bottom: 1rem;
  }

  .product .product_cnt ul li img {
    width: 11rem;
    margin: 0 auto;
  }
}

/*================================================
* info
================================================*/
#info {
  background: var(--color-primary);
  padding-bottom: 0;
  padding-top: 10rem;
  margin-top: -5rem;
}


.info_ill {
  width: 110rem;
  margin: 0 auto;
}

#info h2 {
  width: 143rem;
  margin: -4rem auto 0;
}

.info_btn {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
  width: 180rem;
  margin: 20rem auto 10rem;
}

.info_inner {
  width: 157rem;
  margin: 0 auto;
  background: url(../images/info_bg.jpg) no-repeat center top/cover;
  padding: 20rem 0;
  border-radius: 16rem 0 16rem 0;
}

.info_section {
  padding-top: 20rem;
}

#anc01 h2 {
  width: 46rem;
  margin: 0 auto;
}

#anc01 .price {
  width: 130rem;
  margin: 10rem auto 0;
}


#anc01 .how_wrap {
  margin-top: 25rem;
}

#anc01 .how_wrap h2 {
  width: 82rem;
}

#anc01 .how_wrap h3 {
  width: 102rem;
  margin: 16rem auto 10rem;
}

#anc01 .how_btn {
  position: relative;
  width: 110rem;
  margin: 6rem auto 6rem 18rem;
}


#anc01 .how_btn a {
  position: absolute;
  width: 52rem;
  top: 30rem;
  left: 33rem;
}

#anc01 .how_wrap ul {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(4, 1fr);
  width: 136rem;
  margin: 0 auto;
}

#anc02 h2 {
  width: 44.7rem;
  margin: 0 auto;
}

#accordion {
  width: 147rem;
  margin: 10rem auto 0;
}

#accordion li {
  margin-top: 4rem;
}

#accordion .label {
  background: var(--color-black02);
  color: var(--color-white);
  font-size: 5.3rem;
  cursor: pointer;
  position: relative;
  padding: 2rem 11rem 2rem 12rem;
}

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

#accordion .label::after {
  transform: translateY(-50%) rotate(90deg);
}

#accordion .label.open::after {
  opacity: 0;
}

#accordion .detail {
  display: none;
  position: relative;
  padding: 2rem 3rem 2rem 12rem;
  background: #F2F2F2;
  font-size: 5.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}

#accordion .label span,
#accordion .detail span {
  position: absolute;
  left: 5rem;
  top: 2rem;
  font-size: 5.8rem;
  font-family: var(--jost);
}

#accordion .detail span {
  left: 6rem;
  top: 2rem;
}

#anc03 {
  color: var(--color-white);
}

#anc03 h2 {
  width: 70rem;
  margin: 0 auto;
}

.acc_logo {
  width: 58rem;
  margin: 20rem auto;
}

#anc03 p {
  font-size: 8.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
}

#anc03 .flex {
  gap: 4rem;
}

#anc03 .flex span {
  display: block;
  font-size: 6.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  border: 0.2rem solid var(--color-white);
}

#anc03 iframe {
  display: block;
  width: 100%;
  height: 140rem;
  margin-top: 17rem;
}

@media screen and (max-width:767px) {
  #info h2 {
    width: 56rem;
  }

  .info_section {
    padding-top: 9rem;
  }

  .info_ill {
    width: 41.2rem;
    margin: 0 auto;
  }

  .info_inner {
    width: 62rem;
    padding: 10rem 0;
    border-radius: 6rem 0 6rem 0;
  }

  .info_btn {
    width: 68rem;
    gap: 2rem;
    margin: 7rem auto 0rem;
  }

  #anc01 h2 {
    width: 19rem;
    margin: 0 auto;
  }

  #anc01 .price {
    width: 50rem;
    margin: 6rem auto 0;
  }

  #anc01 .how_wrap {
    margin-top: 8rem;
  }

  #anc01 .how_wrap ul.pc {
    display: none;
  }

  #anc01 .how_btn {
    width: 46rem;
    margin: 3rem auto 3rem 6rem;
  }

  #anc01 .how_wrap h2 {
    width: 32rem;
  }

  #anc01 .how_btn a {
    width: 22rem;
    top: 13rem;
    left: 15rem;
  }

  #anc01 .how_wrap h3 {
    width: 49rem;
    margin: 0 auto 4rem;
  }

  .how_wrap .how_swiper {
    padding-bottom: 8rem;
    padding-left: 2rem;
  }

  .how_wrap .how_swiper .swiper-pagination {
    bottom: 0rem;
    display: flex;
    left: 3rem;
  }

  .how_wrap .how_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9.4rem;
    border-radius: 0;
    height: 0.4rem;
    margin: 0;
    background: var(--color-white);
    opacity: 1;
  }

  .how_wrap .how_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary);
  }

  .how_swiper .swiper-slide {
    width: 18rem;
    margin-right: 2rem;
  }



  #anc02 h2 {
    width: 18rem;
    margin: 0 auto;
  }

  #accordion {
    width: 58rem;
    margin: 6rem auto 0;
  }

  #accordion li {
    margin-top: 2rem;
  }

  #accordion .label {
    font-size: 2.1rem;
    padding: 1rem 4rem 1rem 5rem;
  }

  #accordion .detail {
    padding: 2rem 3rem 2rem 6rem;
    font-size: 2.1rem;
  }

  #accordion .label::before,
  #accordion .label::after {
    width: 2.3rem;
    right: 1rem;
  }

  #accordion .label span,
  #accordion .detail span {
    left: 1.5rem;
    top: 0.4rem;
    font-size: 2.9rem;
  }

  #accordion .detail span {
    left: 2.5rem;
    top: 1.4rem;
  }

  #anc03 h2 {
    width: 27rem;
    margin: 0 auto;
  }

  .acc_logo {
    width: 22rem;
    margin: 8rem auto;
  }

  #anc03 p {
    font-size: 3.2rem;
  }

  #anc03 .flex span {
    display: block;
    font-size: 2.6rem;
  }

  #anc03 iframe {
    height: 54rem;
    margin-top: 5rem;
  }
}

/*================================================
 *  footer
 ================================================*/
footer {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 18rem 0;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

footer ul li {
  padding: 0 3rem;
  border-right: 1px solid var(--color-white);
}

footer ul li:last-child {
  border: none;
}

@media screen and (max-width:767px) {
  footer {
    padding: 6rem 0 12rem;
  }

  footer ul {
    font-size: 2rem;
  }

  footer ul li {
    padding: 0 1.5rem;
  }
}

/*================================================
 *  fadeUp    data-delighter
 ================================================*/

.fadeUp {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.8s ease;
}

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

.fadeLeft {
  opacity: 0;
  transform: translateX(-2rem);
  transition: all 0.8s ease;
}

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

.fadeRight {
  opacity: 0;
  transform: translateX(2rem);
  transition: all 0.8s ease;
}

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

/* bounce */
.bounce {
  opacity: 0;
  display: block;
  animation-name: bounce_reverse;
  animation-duration: .75s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.bounce.started {
  opacity: 1;
  animation-name: bounce;
  animation-duration: .75s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes bounce_reverse {
  100% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  20% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  0% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* delay */
.anidelay_02s {
  animation-delay: 0.2s;
}

.anidelay_03s {
  animation-delay: 0.3s;
}


/* delay */
.delay_02s {
  transition-delay: 0.2s;
}

.delay_03s {
  transition-delay: 0.3s;
}

.delay_04s {
  transition-delay: 0.4s;
}

.delay_05s {
  transition-delay: 0.5s;
}

.delay_06s {
  transition-delay: 0.6s;
}

.delay_08s {
  transition-delay: 0.8s;
}

.delay_1s {
  transition-delay: 1s;
}

.delay_12s {
  transition-delay: 1.2s;
}

.delay_14s {
  transition-delay: 1.4s;
}



/* buru */
.buru {
  animation: buru 2s ease infinite;
}

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

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.zoom {
  opacity: 0;
  -webkit-transform: scale(0) translateY(1rem) rotate(20deg);
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom.started {
  -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);
  -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);
}