* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sawarabi Gothic", sans-serif;
}

.main-visual {
  padding: 10px;

}

img {
  width: 100%;
  height: auto;
}

.is1 {
  padding: 30px;
}

.is2 {
  padding: 30px;
}

section {
  position: relative;
}

.about {
  background-color: #FAF8F2;
  padding: 30px;
  position: relative;

}

.medichann {
  position: absolute;
  bottom: -50px;
  left: 50px;
}

.medical-id-is {
  background-color: #FAF8F2;
}

.text {

  color: rgb(0, 0, 0);
}

.Medicalis {

  color: rgb(0, 0, 0);
}

.text {
  padding: 30px;

}


.FEATURES {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 4rem;
  color: rgb(0, 0, 0);
}


.yellow-brown {
  margin-right: 1rem;
}

.medical-id-is {
  letter-spacing: 0.12em;
  padding: 50px;
}

.logo {
  width: 45%;
  height: auto;
  margin-bottom: 5rem;
}

.sub-title {
  letter-spacing: 0.12em;
  font-size: 1rem;
  color: #858585;
}

.kokoha {
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  font-weight: bold;
}

.itumo {
  letter-spacing: 0.12em;
  font-size: 50rem;
  font-weight: bold;
}

.section-no2 {
  color: #2496B9;
  font-size: 2rem;
  font-weight: bold;
}

.section-no3 {
  font-size: 1.5rem;
  font-weight: bold;
}


.no1 {
  text-align: center;
  margin-top: 5rem;
}

.no2 {
  justify-content: center;
  display: flex;
  margin-top: 5rem;
}

.no3 {
  display: flex;
  margin-top: 5rem;
  justify-content: center;
}

.no4 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}


.no5 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.img2 {
  width: 50%;
  height: auto;
}

.img3 {
  width: 50%;
  height: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.slider1,
.slider3 {
  padding: 0px 0px 12px;

}

.slider1 div,
.slider3 div {
  padding: 0 6px;
}

.slider2 {
  padding: 0px 0px 30px;
  margin-top: 5rem;
}

.bx-wrapper {
  box-shadow: none;
}

.how-to-use {
  background-color: #ffffff;

}

.section-title {
  letter-spacing: 0.12em;
  padding-bottom: 30px;
  letter-spacing: 0.12em;
  text-align: center;
}

.FAQ {
  padding: 30px;
  margin-bottom: 5rem;
  background-color: #FAF8F2;
}

/* 必須 */
.accordion-content {
  display: none;
}


/* 装飾用 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  background: #FFF;
}

.accordion-header {
  background-color: #ffffff;
  font-weight: bold;
  padding: 20px 45px 20px 20px;
  margin: 10px 0 0;

  cursor: pointer;
  position: relative;
}


.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}


.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* hover */
.accordion-header:hover {
  color: #fea744;
}

#btn-open,
#btn-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  /* background: #dc143c;コマンドスラッシュ */
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;

}

.material-symbols-rounded {

  font-size: 35px;
}

#btn-close {
  z-index: 300;
}

#menu {
  background: rgba(253, 183, 92, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
}

#menu ul {
  list-style: none;
  padding: 1rem 0;
}

#menu li {
  text-align: center;
  padding: 1rem 0;
  opacity: 0;
}

#menu a {
  color: #FFF;
  text-decoration: none;
  transition: color .5s;
}

#menu a:hover {
  color: #666;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.positionfix {
  position: fixed;
  bottom: 20px;
  right: 20px;

}

.positionfix a {
  color: #000;
}

.slider1 .slick-track,
.slider3 .slick-track {
  height: 200px;
  /*高さ調整*/
}

.slider1 .slick-track img,
.slider3 .slick-track img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 640px) {
  #gallery {
    grid-template-columns: 1fr;

  }

  #Profile {
    grid-template-columns: 1fr;

  }


}

/* コンピューター用 */
@media screen and (min-width: 1000px) {

  /* .main-visual img {
    width: auto;
    height: 80vh;
  }

  .slick-track {
    height: 80vh;
  } */

  .body-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  .wrapper {
    display: flex;
    justify-content: center;
  }

  .medical-id-is {
    display: flex;
  }

  .medical-id-is .section-img {
    /* flex: 3; */
    width: 60%;
  }

  .medical-id-is .text {
    /* flex: 2; */
    width: 40%;
  }

  .medical-id-is.no02 {
    flex-direction: row-reverse;
  }

  .box {
    width: 33.333%;
    padding: 10px;
    position: relative;
  }
}