@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #231815;
  --color-white: #ffffff;
  --color-primary: #0fff00;
  --color-subPrimary: #533fdf;
  --color-pink: #ff009d;

  --noto-sans: "Noto Sans JP", serif;
  --zen-kaku: "Zen Kaku Gothic New", serif;
  --helvetica: "Helvetica", sans-serif;
  --helvetica-b: "Helvetica-B", sans-serif;
}


/*================================================
 *  subVisual
 ================================================*/
#subVisual {
  background-image: url(../../images/strong/sub_bg.png);
}

#subVisual h2 {
  width: 37rem;
  top: 17rem;
  left: 20rem;
}

@media screen and (max-width:767px) {
  #subVisual {
    background-image: url(../../images/strong/sub_bg_sp.png);
  }

  #subVisual h2 {
    top: 20rem;
    left: 4rem;
  }
}

/*================================================
 *  
 ================================================*/

.strong__ttl h3 {
  width: 23rem;
}

.strong__txt {
  width: 63rem;
}

.strong__txt h2 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 4rem;
}

#strong .inner {
  width: 90rem;
  margin: 8rem auto 6rem;
}

.strong__img>img {
  width: 40rem;
}

.strong__img>div {
  position: relative;
}

.strong__img>div>p {
  font-size: 1.4rem;
  width: 24rem;
  position: absolute;
  top: 4rem;
  right: 2rem;
}

.strong__img>div>img {
  width: auto;
  height: 36rem;
}


#strong .simpleArrowBtn a {
  margin-left: auto;
  margin-top: 3rem;
}

#strong .loop_swiper .swiper-slide {
  width: 35rem;
  height: 35rem;
  margin: 0 1rem;
}

#strong .loop_swiper .swiper-slide img {
  width: 35rem;
  height: 35rem;
}

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

  #strong .inner {
    width: 52rem;
    margin: 4rem auto 0;
  }

  .strong__img {
    justify-content: center;
  }

  .strong__img>div {
    margin: 4rem auto 0;
  }

  #strong .simpleArrowBtn a {
    margin-top: -5rem;
    margin-right: 6.5rem;
    z-index: 2;
  }

  #strong .loop_swiper {
    margin-top: 5rem;
  }
  .strong__img>div>p {
    font-size: 1.7rem;
  }
}


/*================================================
 *  strongVisual
 ================================================*/
#strongVisual {
  padding-top: 20rem;
  background: #f3f3f3;
}

#strongVisual h2 {
  font-size: 4.5rem;
  gap: 4rem;
  font-weight: 900;
}

#strongVisual h2 img {
  width: 11rem;
}

#strongVisual.st02 h2 {
  gap: 0 4rem;
}

#strongVisual.st02 h2 span span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  #strongVisual .narrow {
    width: 52rem;
    margin: 0 auto;
  }

  #strongVisual h2 {
    font-size: 3.5rem;
    gap: 1rem;
  }

  #strongVisual h2 img {
    width: 22rem;
  }

  #strongVisual.st02 h2 span span {
    font-size: 1.9rem;
    margin-top: 2rem;
  }
}

/*================================================
 *  st__detail
 ================================================*/
.st__detail {
  background: #f3f3f3;
  padding-top: 0;
}

.st__detail .narrow {
  width: 95rem;
}

.obi__ttl {
  font-size: 1.5rem;
  font-weight: 900;
}

.obi__ttl span {
  display: block;
  font-size: 4.4rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.obi__ttl small {
  display: block;
  font-size: 1em;
  margin-bottom: 1rem;
}

.st01__ttl>video {
  width: 44rem;
  overflow: hidden;
  object-fit: cover;
  margin-top: 4rem;
}

.st01__inner ul {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: repeat(2, 1fr);
  width: 42rem;
  margin-top: 13rem;
}

.st01__inner ul h3 {
  font-size: 1.7rem;
  background: var(--color-white);
  border: 0.15rem solid var(--color-black);
  border-radius: 1000px;
  padding: 0.5rem 0;
  text-align: center;
  margin-bottom: 1rem;
}

.st01__inner ul p {
  font-size: 1.3rem;
  width: 89%;
  margin: 1rem auto 0;
}

@media screen and (max-width:767px) {
  .st__detail .narrow {
    margin: 0 auto;
    width: 45rem;
  }

  .st01__ttl>video {
    margin: 4rem auto 0;
  }

  .st01__inner {
    justify-content: center;
  }

  .st01__inner ul {
    width: 45rem;
    margin-top: 4rem;
  }
  .st01__inner ul p {
    font-size: 1.7rem;
  }

  .st01__inner ul h3 {
    font-size: 1.8rem;
  }
}

/*================================================
 *  st02__detail
 ================================================*/
#st02__detail h2 .in_ani.obi::before {
  background-color: var(--color-white);
}

#st02__detail h2 span span {
  font-size: 4rem;
  padding: 1rem;
  background: var(--color-white);
  color: var(--color-subPrimary);
}

#st02__detail h3 {
  margin-bottom: 2rem;
}

#st02__detail h3 span {
  font-size: 3rem;
  background: var(--color-subPrimary);
  color: var(--color-white);
  padding: 1rem;
}

.st02__inner {
  margin-top: 8rem;
}

.st02__inner p {
  margin-top: 1em;
}

.st02__inner img {
  margin-top: 4rem;
  width: 80rem;
}

.st02_img02 {
  width: 90rem;
}

@media screen and (max-width:767px) {
  #st02__detail {
    padding-top: 0;
  }

  #st02__detail .narrow {
    width: 54rem;
  }

  #st02__detail h2 span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  #st02__detail h2 span span {
    font-size: 2.6rem;
  }

  #st02__detail h3 span {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
  }

  .st02__inner img,
  .st02_img02 {
    width: 100%;
  }

}


/*================================================
 *  st03__detail
 ================================================*/
#st03__detail h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 4rem;
}

#st03__detail h2 img {
  width: 30rem;
  margin-bottom: 1rem;
}

#st03__detail h3 {
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-left: 4rem;
}

.st03__linklist {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 4rem 0 10rem;
}

.st03__linklist a span {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem 0;
  background: var(--color-white);
  transition: .4s;
  text-align: center;
}

.st03__linklist a:hover span {
  background: var(--color-primary);
}

.st03_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  background: var(--color-white);
  padding: 5rem;
  margin-top: 3rem;
}

.st03_item img {
  width: 30rem;
}

.st03_item div {
  width: 50rem;
}

#st03__detail .st03_item div h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 0;
  margin-top: 0;
}

.st03_item div h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0;
}

.st03_item div p {
  font-size: 1.4rem;
}

.st03__kankyo {
  margin-top: 10rem;
}

#st03__detail .st03__kankyo h3 {
  background: var(--color-subPrimary);
  color: var(--color-white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0.5rem 5rem;
  margin: 0 0 1rem 0;
}

.st03__kankyo h4 {
  font-size: 1.8rem;
  margin-top: 1rem;
  font-weight: bold;
}

.st03__kankyo p {
  font-size: 1.4rem;
}

.st03__kankyo div:first-of-type {
  margin-right: 10rem;
}

@media screen and (max-width:767px) {
  #st03__detail .narrow {
    width: 57.5rem;
  }

  .st03__linklist {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 4rem 0 16rem;
  }

  .st03__linklist a span {
    font-size: 1.4rem;
  }

  .st03_item {
    flex-wrap: wrap;
    justify-content: start;
    gap: 2rem;
    background: transparent;
    padding: 0 2rem;
    margin-top: 6rem;
  }

  .st03_item div {
    width: 100%;
  }

  .st03_item div h4 {
    margin: 0.5rem 0;
  }

  .st03__kankyo {
    margin-top: 10rem;
    padding: 0 2rem;
  }

  .st03__kankyo div,
  .st03__kankyo div:first-of-type {
    margin-right: 0;
    width: 100%;
  }

  .st03_item div p {
    font-size: 1.9rem;
  }

  .st03_item div h4 {
    font-size: 2rem;
  }

  #st03__detail h3 {
    font-size: 2rem;
  }
  .st03__kankyo p {
    font-size: 1.9rem;
  }
}



/*================================================
 *  
 ================================================*/

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



/*================================================
 *  
 ================================================*/

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


/*================================================
 *  
 ================================================*/

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



/*================================================
 *  
 ================================================*/

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



/*================================================
 *  
 ================================================*/

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


/*================================================
 *  
 ================================================*/

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


/*================================================
 *  
 ================================================*/

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