.header-top {
  display: none;
}

main {
  font-family: "Noto Serif JP", serif;
}

.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: inline;
  }
}

.text {
  font-family: "Noto Sans JP"
}

.max-wrapper {
  max-width: 1040px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#mv {
  background: url(../images/shiroiha_ip/shiroi_mv.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

#mv article {
  background-color: #ffffffb7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  padding: 10px 100px 30px 100px;
}

#mv .ttl {
  font-size: 80px;
  font-weight: normal;
  display: inline;
  background-image: linear-gradient(#F9D3A1, #F9D3A1);
  background-repeat: no-repeat;
  background-position: 0 120%;
  background-size: 0% 0.6em;
  animation: marker 1s ease forwards;
}

@keyframes marker {
  to {
    background-size: 100% 0.6em;
  }
}

#mv .subttl {
  padding-bottom: 15px;
  font-size: 25px;
  line-height: 1.7;
}

#mv .subttl span {
  font-size: 30px;
  color: #ffad42;
  font-weight: 600;
}

#mv li {
  position: relative;
  font-size: 18px;
  padding: 5px 0 5px 30px;
}

#mv li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 20px;
  height: 20px;
  background-image: url(../images/shiroiha_ip/check2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 590px;
    margin-top: 60px;
  }

  #mv article {
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    width: 90%;
    background: #ffffffb7;
    position: absolute;
  }

  #mv .ttl {
    font-size: 48px;
  }

  #mv .subttl {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.7;
  }

  #mv .subttl span {
    font-size: 25px;
  }

  #mv li {
    font-size: 16px;
    padding: 5px 0 5px 25px;
  }

  #mv li::before {
    left: 0;
    width: 18px;
    height: 18px;
  }
}

#worries {
  background-image: url(../images/shiroiha_ip/shiroi_bg1.jpg);
  background-size: cover;
  background-position: center;
}

#worries .ttl {
  text-align: center;
  font-size: 35px;
  padding: 50px;
}

#worries .ttl span {
  color: #6BC5C2;
  font-size: 38px;
  font-weight: 600;
}

#worries .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

#worries .content {
  background-color: #6BC5C2;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP"
}

#worries .content img {
  width: 80px;
  padding-bottom: 10px;
}

#worries .text {
  text-align: center;
  padding: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 25px;
  color: #6BC5C2;
}

@media screen and (max-width: 768px) {
  #worries .ttl {
    font-size: 23px;
    padding: 20px 10px;
    line-height: 1.6;
  }

  #worries .ttl span {
    font-size: 28px;
  }

  #worries .wrapper {
    gap: 20px;
  }

  #worries .content {
    width: 170px;
    height: 170px;
    font-size: 14px;
  }

  #worries .content img {
    width: 60px;
    padding-bottom: 4px;
  }

  #worries .text {
    padding: 30px;
    font-size: 18px;
  }

  #worries p {
    line-height: 1.8;
  }
}

#ginba {
  width: 100%;
  display: flex;
}

#ginba figure {
  background-image: url(../images/shiroiha_ip/shiroi_img1.jpg);
  width: 40%;
  background-size: cover;
  background-position: center;
}

#ginba article {
  background-color: #EAF5F5;
  width: 60%;
}

#ginba .ttl {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
}

#ginba .text {
  margin: 50px;
}

#ginba .text span {
  font-size: 18px;
}

#ginba .marker-anim {
  display: inline;
  background-image: linear-gradient(#8adad7, #8adad7);
  background-repeat: no-repeat;
  background-position: 0 110%;
  background-size: 0% 0.6em;
}

.marker-anim.is-active {
  animation: marker 1s ease forwards;
}

@media screen and (max-width: 768px) {
  #ginba {
    flex-direction: column;
  }

  #ginba figure {
    width: 100%;
    height: 300px;
  }

  #ginba article {
    width: 100%;
  }

  #ginba .ttl {
    font-size: 23px;
    margin-top: 30px;
  }

  #ginba .text {
    margin: 20px 30px 30px 30px;
    font-size: 15px;
  }

}

#about {
  background-color: #FFF5F5;
  padding-bottom: 50px;
}

#about .ttl {
  text-align: center;
  font-size: 35px;
  background-color: #EE9999;
  color: #fff;
  padding: 26px;
  font-weight: 600;
}

#about .content01 {
  background-color: #fff;
  margin: 50px 0;
  display: flex;
}

#about .content01 .subttl01 {
  color: #EE9999;
  font-size: 28px;
  padding-left: 15px;
  position: relative;
  margin: 25px 30px 10px 30px;
}

#about .content01 .subttl01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1.2em;
  background-color: #EE9999;
  transform: translateY(-50%);
}

#about .content01 .text {
  padding: 0 30px 30px 30px;
}

#about .content01 article {
  width: 70%;
}

#about .content01 figure {
  background-image: url(../images/shiroiha_ip/cadcam1.jpg);
  width: 30%;
  background-size: cover;
  background-position: center;
}

#about .content02 {
  display: flex;
  gap: 80px;
}

#about .content02 figure img {
  padding: 30px 40px;
  background-color: #fff;
}

#about .content02 article {
  background-color: #fff;
}

#about .content02 article .subttl02 {
  background-color: #EE9999;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 15px;
}

#about .content02 article .text {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 20px;
    font-size: 15px;
  }

  #about .ttl {
    font-size: 25px;
    padding: 25px;
  }

  #about .content01 {
    background-color: #fff;
    margin: 0 0 20px 0;
    flex-direction: column;
    width: 100%;
  }

  #about .content01 .subttl01 {
    font-size: 23px;
    padding-left: 15px;
    margin: 20px 0 10px 0;
  }

  #about .content01 .text {
    padding: 0 0 25px 0;
    width: 100%;
  }

  #about .content01 article {
    width: 85%;
    margin: 0 auto;
  }

  #about .content01 figure {
    width: 100%;
    height: 250px;
  }

  #about .content02 {
    margin: 0 auto;
    gap: 0;
    width: 90%;
  }

  #about .content02 figure img {
    display: none;
  }

  #about .content02 article .subttl02 {
    font-size: 23px;
  }

  #about .content02 article .text {
    padding: 20px;
  }

  #about .sp-flex {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  #about .sp {
    padding: 0 20px 20px 20px;
    width: 60%;
  }
}

#feature {
  background-image: url(../images/shiroiha_ip/shiroi_bg2.jpg);
  background-size: cover;
  background-position: center;
}

#feature .ttl {
  text-align: center;
  font-size: 38px;
  padding: 50px;
  position: relative;
  font-weight: 600;
  padding-bottom: 0;
}


#feature .ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #FF9E20;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1.2s ease-out;
}

#feature.is-active .ttl::after {
  transform: translateX(-50%) scaleX(1);
}

/* 
#feature .ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #FF9E20;
  transform: translateX(-50%);
} */

#feature .ttl span {
  color: #FF9E20;
}

#feature .wrapper {
  display: flex;
  gap: 20px;
  padding: 30px 0 70px 0;
  flex-wrap: wrap;
  justify-content: center;
}

#feature .content {
  background-color: #fff;
  position: relative;
  width: 30%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#feature .content h4 {
  position: absolute;
  font-size: 23px;
  left: 0;
  top: -57px;
  font-weight: normal;
  color: #adadad;
}

#feature .content h4 span {
  color: #FF9E20;
  font-size: 40px;
  padding-left: 5px;
}

#feature .content img {
  padding: 20px 20px 0 20px;
  width: 80%;
}

#feature .content h3 {
  color: #ffad42;
  font-size: 22px;
  padding: 25px 0 15px 0;
  font-weight: 600;
}

#feature .content p {
  padding: 0 30px 30px 30px;
  font-family: "Noto Sans JP"
}

@media screen and (max-width: 768px) {
  #feature .ttl {
    font-size: 25px;
    padding: 30px;
    padding-bottom: 8px;
  }

  #feature .wrapper {
    gap: 20px;
    padding: 30px 0 50px 0;
  }

  #feature .content {
    width: 90%;
    margin-top: 20px;
  }

  #feature .content h4 {
    font-size: 18px;
    top: -40px;
  }

  #feature .content h4 span {
    font-size: 28px;
  }

  #feature .content img {
    padding: 20px 10px 0 10px;
    width: 90%;
  }

  #feature .content h3 {
    font-size: 20px;
    padding: 15px;
  }

  #feature .content p {
    padding: 0 20px 20px 20px;
    font-size: 15px;
  }
}

#if {
  background-image: url(../images/shiroiha_ip/shiroi_img2.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px;
}

#if .content {
  background-color: #ffffffab;
  padding: 40px;
  text-align: center;
}

#if .ttl {
  color: #6BC5C2;
  font-size: 30px;
  font-weight: bold;
}

#if p {
  padding-top: 30px;
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  text-align: left;
}

@media screen and (max-width: 768px) {
  #if {
    padding: 20px;
    font-size: 15px;
  }

  #if .content {
    padding: 0px;
  }

  #if .ttl {
    font-size: 23px;
    padding: 20px 0 15px 0;
  }

  #if p {
    padding-top: 0;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

#flow {
  background-image: url(../images/shiroiha_ip/shiroi_bg3.jpg);
  padding: 50px;
}

#flow .ttl {
  text-align: center;
  font-size: 38px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 50px;
  font-weight: 600;
}

#flow .ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #6BC5C2;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1.2s ease-out;
}

#flow.is-active .ttl::after {
  transform: translateX(-50%) scaleX(1);
}

#flow .content {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  width: 70%;
  height: 250px;
}

#flow .number {
  position: absolute;
  background-color: #6BC5C2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.0;
  z-index: 2;
}

#flow .number span {
  font-size: 35px;
  font-weight: 600;
}

#flow article {
  margin-left: 90px;

}

#flow article h3 {
  font-size: 25px;
  margin: 12px 0;
}

#flow figure {
  height: auto;
  margin-bottom: 30px;
  width: 30%;
}

#flow .img01 {
  background-image: url(../images/shiroiha_ip/flow1.jpg);
  background-size: cover;
  background-position: center;
}

#flow .img02 {
  background-image: url(../images/shiroiha_ip/flow2.jpg);
  background-size: cover;
  background-position: center;
}

#flow .img03 {
  background-image: url(../images/shiroiha_ip/feature_01.jpg);
  background-size: cover;
  background-position: center;
}

#flow .img04 {
  background-image: url(../images/shiroiha_ip/flow4.jpg);
  background-size: cover;
  background-position: center;
}

#flow .flex {
  display: flex;
  width: 100%;
}

#flow p {
  position: relative;
  padding-top: 20px;
  font-family: "Noto Sans JP";
}

#flow p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #6BC5C2;
  transform: translateX(-50%);
}

#flow .content::before {
  content: "";
  position: absolute;
  left: 52px;
  top: 50px;
  width: 1px;
  height: 100%;
  border-left: 5px dotted #6BC5C2;
  z-index: 1;
}

#flow .none::before {
  display: none;
}

@media screen and (max-width: 768px) {
  #flow {
    padding: 30px 20px 0 20px;
    font-size: 15px;
  }

  #flow .ttl {
    font-size: 23px;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }

  #flow .content {
    background-color: #fff;
    position: relative;
    padding: 10px 5px 20px 10px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  #flow .number {
    width: 60px;
    height: 60px;
  }

  #flow .number span {
    font-size: 26px;
  }

  #flow article {
    margin-left: 70px;
  }

  #flow article h3 {
    font-size: 23px;
    margin: 8px 0;
  }

  #flow figure {
    height: auto;
    margin-bottom: 0px;
    width: 0%;
  }

  #flow .img01 {
    display: none;
  }

  #flow .img02 {
    display: none;
  }

  #flow .img03 {
    display: none;
  }

  #flow .img04 {
    display: none;
  }

  #flow .flex {
    width: 100%;
  }

  #flow p {
    padding-top: 15px;
    margin-right: 20px;
  }

  #flow .content::before {
    left: 40px;
  }

  #flow .none::before {
    display: none;
  }

  #flow .sp-img01 {
    background-image: url(../images/shiroiha_ip/flow1.jpg);
    background-size: cover;
    background-position: center;
    width: 95%;
    height: 200px;
    margin: 20px 0px 0px 0;
  }

  #flow .sp-img02 {
    background-image: url(../images/shiroiha_ip/flow2.jpg);
    background-size: cover;
    background-position: center;
    width: 95%;
    height: 200px;
    margin: 20px 0px 0px 0;
  }

  #flow .sp-img03 {
    background-image: url(../images/shiroiha_ip/feature_01.jpg);
    background-size: cover;
    background-position: center;
    width: 95%;
    height: 200px;
    margin: 20px 0px 0px 0;
  }

  #flow .sp-img04 {
    background-image: url(../images/shiroiha_ip/flow4.jpg);
    background-size: cover;
    background-position: center;
    width: 95%;
    height: 200px;
    margin: 20px 0px 0px 0;
  }
}

#point {
  background-image: url(../images/shiroiha_ip/clinic1.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px;
}

#point .ttl {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 600;
}

#point p {
  font-family: "Noto Sans JP";
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #point {
    padding: 30px 20px 20px 20px;
    font-size: 15px;
  }

  #point .ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }

  #point p {
    width: 90%;
    padding-bottom: 10px;
  }
}

/*---------------------------------
    アニメーション
---------------------------------*/

/* #mv.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}

#mv.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
} */


/* 
#mv article.anime {
  clip-path: inset(0 100% 0 0);
}

#mv article.anime.active {
  clip-path: inset(0);
  transition: 0.5s all ease-out;
} */



/* #worries .wrapper.anime {
  clip-path: inset(0 100%);
}

#worries .wrapper.anime.active {
  clip-path: inset(0);
}



#concept .article.anime {
  transform: translateX(-30px);
}

#concept .article.anime.active {
  transform: translateX(0);
  transition: 0.7s all ease-out;
}



#feature .content.anime {
  clip-path: inset(0 100%);
}

#feature .content.anime.active {
  clip-path: inset(0);
}



#if .content.anime {
  clip-path: inset(0 50%);
}

#if .content.anime.active {
  clip-path: inset(0);
  transition: 1.2s all ease-out;
}  */