@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
#day-surgery {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
}
#day-surgery .inner {
  max-width: 1200px;
}
#day-surgery .inner-s {
  max-width: 1000px;
}
#day-surgery .anime.up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#day-surgery .anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}
#day-surgery #mv {
  background: url(/asset/images/day-surgery/mv.png) no-repeat right 50%;
  background-size: auto 500px;
  height: 500px;
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 20px;
}
#day-surgery #mv .inner {
  position: relative;
  height: 100%;
}
#day-surgery #mv .box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgb(238, 242, 246);
  background: linear-gradient(315deg, rgb(212, 226, 243) 0%, rgb(238, 242, 246) 100%);
  padding: 60px;
}
#day-surgery #mv .box h2 {
  font-size: 48px;
  font-size: clamp(2rem, 2.2vw + 1.34rem, 3rem);
  color: #1A1B70;
}
#day-surgery #mv .box h2 span {
  line-height: 1.4;
  display: inline-block;
  border-top: 3px double #1A1B70;
  border-bottom: 3px double #1A1B70;
  padding: 5px 10px;
}
#day-surgery #mv .box p {
  text-align: center;
  line-height: 1.4;
  font-size: 34px;
  font-size: clamp(1.375rem, 1.7vw + 0.865rem, 2.125rem);
  margin-bottom: 10px;
  font-weight: 600;
}
#day-surgery #mv .box p small {
  display: block;
  font-size: 30px;
  font-size: clamp(1.125rem, 1.7vw + 0.615rem, 1.875rem);
}
#day-surgery #mv .box p strong {
  font-weight: 600;
  color: #D42A18;
}
#day-surgery #mv ul {
  position: absolute;
  bottom: 40px;
  right: calc((100% - 100vw) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
}
#day-surgery #mv ul li {
  background: url(/asset/images/day-surgery/mv_obj.png) no-repeat;
  background-size: 125px;
  width: 125px;
  height: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px;
  font-size: clamp(1.1875rem, 0.3vw + 1.0975rem, 1.3125rem);
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 35px;
  margin-left: 15px;
}
#day-surgery #mv ul li:first-child {
  margin-left: 0px;
}
#day-surgery #mv ul li strong {
  color: #D42A18;
}
#day-surgery #mv ul li.line3 {
  line-height: 1.1;
  font-size: 18px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  padding-top: 30px;
}
#day-surgery #mv ul li.line3 strong {
  font-size: 21px;
  font-size: clamp(1.1875rem, 0.3vw + 1.0975rem, 1.3125rem);
}
#day-surgery #mv.mv-anime {
  opacity: 0;
}
#day-surgery #mv.mv-anime .box {
  opacity: 0;
  margin-left: 50px;
}
#day-surgery #mv.mv-anime ul li {
  opacity: 0;
  -webkit-transform: rotate(15deg) scale(1.5);
          transform: rotate(15deg) scale(1.5);
}
#day-surgery #mv.mv-anime.active {
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #mv.mv-anime.active .box {
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-left: 0;
}
#day-surgery #mv.mv-anime.active ul li {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#day-surgery #mv.mv-anime.active ul li:nth-child(2) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#day-surgery #mv.mv-anime.active ul li:nth-child(3) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
#day-surgery #lead {
  background: url(/asset/images/day-surgery/lead_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 75px 0 65px;
  color: #fff;
  font-weight: 700;
}
#day-surgery #lead strong {
  display: block;
  font-size: 38px;
  font-size: clamp(1.5rem, 1.9vw + 0.93rem, 2.375rem);
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 25px;
}
#day-surgery #lead strong span {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
#day-surgery #lead p {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 28px;
  font-size: clamp(1.25rem, 1.1vw + 0.92rem, 1.75rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
#day-surgery #lead.anime {
  -webkit-clip-path: inset(0 50%);
          clip-path: inset(0 50%);
  opacity: 0;
}
#day-surgery #lead.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}
#day-surgery #concerns .inner {
  position: relative;
}
#day-surgery #concerns .inner article {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 85px 0;
}
#day-surgery #concerns .inner article .lead {
  font-size: 32px;
  font-size: clamp(1.5rem, 1.1vw + 1.17rem, 2rem);
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
}
#day-surgery #concerns .inner article .lead strong {
  color: #D42A18;
  font-size: 38px;
  font-size: clamp(1.75rem, 1.4vw + 1.33rem, 2.375rem);
}
#day-surgery #concerns .inner article ul li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-size: clamp(1rem, 0.3vw + 0.91rem, 1.125rem);
  line-height: 1.6;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #D42A18;
  font-weight: 700;
}
#day-surgery #concerns .inner article ul li:before {
  content: "";
  background: url(/asset/images/day-surgery/check.png) no-repeat;
  background-size: 35px;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
#day-surgery #concerns .inner figure {
  position: absolute;
  top: 0;
  right: calc((100% - 100vw) / 2);
  width: 60%;
  height: 100%;
  background: url(/asset/images/day-surgery/concerns.jpg) no-repeat 0 50%;
  background-size: cover;
}
#day-surgery #concerns.anime article {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#day-surgery #concerns.anime figure {
  opacity: 0;
}
#day-surgery #concerns.anime.active article {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #concerns.anime.active figure {
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #about {
  background-color: #EAEEF3;
  padding: 75px 0;
}
#day-surgery #about h3 {
  text-align: center;
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 38px;
  font-size: clamp(1.75rem, 1.4vw + 1.33rem, 2.375rem);
  margin-bottom: 35px;
}
#day-surgery #about h3 strong {
  color: #1A1B70;
}
#day-surgery #about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#day-surgery #about .flex article {
  width: 60%;
}
#day-surgery #about .flex figure {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 55px;
}
#day-surgery #about .flex figure img {
  width: 100%;
}
#day-surgery #merit {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
#day-surgery #merit:after {
  content: "";
  background: url(/asset/images/day-surgery/merit_bg.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#day-surgery #merit h3 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  font-size: 40px;
  font-size: clamp(2.125rem, 0.8vw + 1.885rem, 2.5rem);
  line-height: 1.2;
  margin-bottom: 40px;
}
#day-surgery #merit h3 small {
  display: block;
  font-size: 32px;
  font-size: clamp(1.375rem, 1.4vw + 0.955rem, 2rem);
  font-weight: 600;
}
#day-surgery #merit h3 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#day-surgery #merit h3 span strong {
  font-size: 43px;
  font-size: clamp(2.25rem, 1vw + 1.95rem, 2.6875rem);
  color: #F1A7A7;
}
#day-surgery #merit h3 span strong.b {
  font-size: 82px;
  font-size: clamp(3.75rem, 3.1vw + 2.82rem, 5.125rem);
}
#day-surgery #merit h3.anime {
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #merit h3.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}
#day-surgery #merit ul {
  margin-bottom: 120px;
}
#day-surgery #merit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
#day-surgery #merit ul li:last-child {
  margin-bottom: 0px;
}
#day-surgery #merit ul li:after {
  content: "";
  background: rgb(238, 242, 246);
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 242, 246)), to(rgb(212, 226, 243)));
  background: linear-gradient(90deg, rgb(238, 242, 246) 0%, rgb(212, 226, 243) 100%);
  position: absolute;
  top: 50px;
  left: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2 + 50% + 180px);
  height: 100%;
  z-index: -1;
}
#day-surgery #merit ul li figure {
  width: 50%;
}
#day-surgery #merit ul li figure img {
  width: 100%;
}
#day-surgery #merit ul li figure.anime {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#day-surgery #merit ul li figure.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #merit ul li figure h4 {
  display: none;
}
#day-surgery #merit ul li article {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
#day-surgery #merit ul li article h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 48px;
  font-size: clamp(2.625rem, 0.8vw + 2.385rem, 3rem);
  color: #1A1B70;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  margin-bottom: 60px;
  margin-top: 20px;
}
#day-surgery #merit ul li article h4 strong {
  color: #D42A18;
}
#day-surgery #merit ul li article p {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #1A1B70;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#day-surgery #merit ul li article p strong {
  font-size: 28px;
  font-size: clamp(1.375rem, 0.8vw + 1.135rem, 1.75rem);
  color: #D42A18;
}
#day-surgery #merit ul li article.anime {
  opacity: 0;
}
#day-surgery #merit ul li article.anime h4 {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#day-surgery #merit ul li article.anime.active {
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #merit ul li article.anime.active h4 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #merit ul li.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#day-surgery #merit ul li.left:after {
  content: "";
  background: rgb(238, 242, 246);
  background: -webkit-gradient(linear, left top, right top, from(rgb(212, 226, 243)), to(rgb(238, 242, 246)));
  background: linear-gradient(90deg, rgb(212, 226, 243) 0%, rgb(238, 242, 246) 100%);
  position: absolute;
  top: 50px;
  left: auto;
  right: calc((100% - 100vw) / 2);
  width: calc((100vw - 100%) / 2 + 50% + 180px);
  height: 100%;
  z-index: -1;
}
#day-surgery #merit ul li.left article {
  padding-right: 0px;
  padding-left: 50px;
}
#day-surgery #method {
  background-color: #34357F;
  padding: 60px 0 80px;
}
#day-surgery #method h3 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-size: clamp(1.75rem, 1.4vw + 1.33rem, 2.375rem);
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 35px;
  line-height: 1.2;
}
#day-surgery #method h3 span {
  border-bottom: 1px solid #fff;
}
#day-surgery #method h3.anime {
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #method h3.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}
#day-surgery #method .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
}
#day-surgery #method .flex figure {
  width: 35%;
}
#day-surgery #method .flex figure img {
  width: 100%;
}
#day-surgery #method .flex article {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 25px;
  color: #fff;
}
#day-surgery #method .flex article strong {
  display: block;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
}
#day-surgery #method .box {
  background-color: #fff;
  padding: 40px 50px;
}
#day-surgery #method .box p {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  margin-bottom: 30px;
}
#day-surgery #method .box p strong {
  font-weight: 600;
  color: #D42A18;
}
#day-surgery #method .box p.lead {
  color: #1A1B70;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  margin-bottom: 35px;
}
#day-surgery #method .box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
#day-surgery #method .box .circle li {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  background-color: #EAEEF3;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
  line-height: 1.6;
  font-weight: 600;
}
#day-surgery #method .box .circle li:nth-child(1) {
  margin-right: 40px;
}
#day-surgery #method .box .circle li:nth-child(1) span {
  display: inline-block;
  padding-top: 0.8em;
}
#day-surgery #method .box .circle li:nth-child(2) p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.7em;
}
#day-surgery #method .box .circle li p {
  height: 80px;
  font-family: "Noto Serif JP", sans-serif;
  color: #1A1B70;
}
#day-surgery #method .box h4 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #1A1B70;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  line-height: 1.2;
  margin-bottom: 25px;
}
#day-surgery #method .box .img-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
#day-surgery #method .box .img-list img {
  width: 100%;
}
#day-surgery #method .box .img-list li {
  position: relative;
}
#day-surgery #method .box .img-list li:nth-child(1):after {
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #1A1B70;
  width: 18px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
#day-surgery #method .box .img-list li h5 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #D42A18;
  line-height: 1.2;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  margin: 10px 0;
}
#day-surgery #merit-demerit {
  background: rgb(214, 227, 242);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(214, 227, 242)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(214, 227, 242) 0%, rgb(255, 255, 255) 100%);
  padding: 70px 0;
}
#day-surgery #merit-demerit h3 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 38px;
  font-size: clamp(1.875rem, 1.1vw + 1.545rem, 2.375rem);
  color: #1A1B70;
  line-height: 1.2;
  margin-bottom: 40px;
}
#day-surgery #merit-demerit h3.anime {
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #merit-demerit h3.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}
#day-surgery #merit-demerit .block {
  margin-bottom: 50px;
}
#day-surgery #merit-demerit .block h4 {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.2;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  position: relative;
  color: #D42A18;
  padding-left: 20px;
  border-bottom: 1px solid #D42A18;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#day-surgery #merit-demerit .block h4:before {
  content: "";
  background-color: #D42A18;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#day-surgery #merit-demerit .block .lead {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  line-height: 1.6;
  margin-bottom: 20px;
}
#day-surgery #merit-demerit .block .lead strong {
  color: #D42A18;
}
#day-surgery #merit-demerit .block ul li {
  position: relative;
  padding-left: 1.5em;
  border-bottom: 1px dashed #D42A18;
}
#day-surgery #merit-demerit .block ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #D42A18;
}
#day-surgery #merit-demerit .block.demerit {
  margin-bottom: 70px;
}
#day-surgery #merit-demerit .block.demerit h4 {
  color: #1A1B70;
  border-bottom: 1px solid #1A1B70;
}
#day-surgery #merit-demerit .block.demerit h4:before {
  background-color: #1A1B70;
}
#day-surgery #merit-demerit .block.demerit ul li {
  border-bottom: 1px dashed #1A1B70;
}
#day-surgery #merit-demerit .block.demerit ul li:before {
  background-color: #1A1B70;
}
#day-surgery #merit-demerit .box {
  background-color: #fff;
  padding: 25px 0;
}
#day-surgery #merit-demerit .box h4 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  color: #1A1B70;
  line-height: 1.2;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  margin-bottom: 20px;
}
#day-surgery #merit-demerit .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#day-surgery #merit-demerit .box ul li:nth-child(1) {
  margin-right: 70px;
}
#day-surgery #merit-demerit .box ul li p {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#day-surgery #merit-demerit .box ul li p:last-of-type {
  margin-bottom: 0px;
}
#day-surgery #merit-demerit .box ul li p:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #333;
}
#day-surgery #flow h3 {
  background-color: #1A1B70;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 1.4;
  padding: 50px;
  font-size: 38px;
  font-size: clamp(1.875rem, 1.1vw + 1.545rem, 2.375rem);
}
#day-surgery #flow h3 small {
  display: block;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  opacity: 0.25;
}
#day-surgery #flow h3.anime span {
  display: inline-block;
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #flow h3.anime.active span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
#day-surgery #flow .inner-s {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 80px;
}
#day-surgery #flow .inner-s:after {
  content: "";
  background-color: #FCF7E9;
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
#day-surgery #flow .inner-s h4 {
  font-family: "Noto Serif JP", sans-serif;
  color: #1A1B70;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 45px;
}
#day-surgery #flow .inner-s h4:first-of-type {
  margin-top: 0px;
}
#day-surgery #flow .inner-s h4.anime {
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #flow .inner-s h4.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 2s all ease-out;
  transition: 2s all ease-out;
}
#day-surgery #flow .inner-s .flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#day-surgery #flow .inner-s .flow li {
  background-color: #fff;
  text-align: center;
  padding: 25px 0;
  position: relative;
}
#day-surgery #flow .inner-s .flow li:after {
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #1A1B70;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#day-surgery #flow .inner-s .flow li:last-child::after {
  display: none;
}
#day-surgery #flow .inner-s .flow li img {
  width: 55px;
}
#day-surgery #flow .inner-s .flow li h5 {
  color: #1A1B70;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  margin: 10px 0 15px;
}
#day-surgery #flow .inner-s .box {
  background-color: #fff;
  padding: 30px 40px 40px;
}
#day-surgery #flow .inner-s .box h5 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1A1B70;
}
#day-surgery #flow .inner-s .box .step li {
  position: relative;
  padding: 0 0 0 80px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
#day-surgery #flow .inner-s .box .step li:after {
  content: "";
  width: 1px;
  height: calc(100% + 45px);
  position: absolute;
  top: 0px;
  left: 30px;
  background-color: #1A1B70;
  z-index: -1;
}
#day-surgery #flow .inner-s .box .step li:nth-child(2) {
  margin-bottom: 30px;
}
#day-surgery #flow .inner-s .box .step li:nth-child(3) {
  margin-bottom: 60px;
}
#day-surgery #flow .inner-s .box .step li:nth-child(3):after {
  height: calc(100% + 60px);
}
#day-surgery #flow .inner-s .box .step li:last-child {
  margin-bottom: 0px;
}
#day-surgery #flow .inner-s .box .step li:last-child::after {
  display: none;
}
#day-surgery #flow .inner-s .box .step li span {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #1A1B70;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}
#day-surgery #flow .inner-s .txt {
  text-align: center;
  margin-bottom: 30px;
}
#day-surgery #flow .inner-s .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#day-surgery #flow .inner-s .flex figure {
  width: 37%;
}
#day-surgery #flow .inner-s .flex figure img {
  width: 100%;
}
#day-surgery #flow .inner-s .flex article {
  width: 63%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 35px;
}
#day-surgery #flow .inner-s .flex article dl dt {
  font-family: "Noto Serif JP", sans-serif;
  color: #1A1B70;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  line-height: 1.2;
  border-bottom: 1px solid #1A1B70;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#day-surgery #flow .inner-s .flex article dl dd {
  margin-bottom: 40px;
}
#day-surgery #flow .inner-s .flex article dl dd:last-of-type {
  margin-bottom: 0px;
}
#day-surgery #cost {
  background-color: #EAEEF3;
  padding: 50px 0 60px;
  /* margin-bottom: 60px; */
}
#day-surgery #cost h3 {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  line-height: 1.2;
  margin-bottom: 40px;
  color: #1A1B70;
}
#day-surgery #cost h3.anime {
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #cost h3.anime.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}
#day-surgery #cost p {
  text-align: center;
  margin-bottom: 30px;
}
#day-surgery #cost p.lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
}
#day-surgery #cost p.lead strong {
  color: #D42A18;
}
#day-surgery #cost ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #1A1B70;
}
#day-surgery #cost ul li {
  width: 50%;
  text-align: center;
  background-color: #fff;
}
#day-surgery #cost ul li:nth-child(1) h4 {
  border-right: 1px solid #fff;
}
#day-surgery #cost ul li:nth-child(1) p {
  border-right: 1px solid #1A1B70;
}
#day-surgery #cost ul li h4 {
  background-color: #1A1B70;
  color: #fff;
  padding: 15px;
}
#day-surgery #cost ul li p {
  margin: 0;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  #day-surgery .inner {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  #day-surgery .inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  #day-surgery #mv .box {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #day-surgery #mv {
    background: url(/asset/images/day-surgery/mv.png) no-repeat 40% 50%;
    background-size: auto 500px;
    height: 500px;
    position: relative;
    font-family: "Noto Serif JP", sans-serif;
    margin-top: 0px;
  }
  #day-surgery #mv .inner {
    position: relative;
    height: 100%;
  }
  #day-surgery #mv .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    padding: 20px 40px;
    white-space: nowrap;
    background: rgb(238, 242, 246);
    background: linear-gradient(315deg, rgba(212, 226, 243, 0.95) 0%, rgba(238, 242, 246, 0.95) 100%);
  }
  #day-surgery #mv ul {
    position: absolute;
    bottom: 5px;
    right: auto;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  #day-surgery #lead {
    padding: 40px 0 35px;
  }
  #day-surgery #lead strong {
    margin-bottom: 25px;
  }
  #day-surgery #lead p {
    margin-bottom: 20px;
  }
  #day-surgery #lead.anime {
    -webkit-clip-path: inset(0 50%);
            clip-path: inset(0 50%);
    opacity: 0;
  }
  #day-surgery #lead.anime.active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
    -webkit-transition: 0.7s all ease-out;
    transition: 0.7s all ease-out;
  }
  #day-surgery #concerns .inner {
    position: relative;
  }
  #day-surgery #concerns .inner article {
    width: 100%;
    padding: 40px 5%;
    position: relative;
    z-index: 3;
  }
  #day-surgery #concerns .inner figure {
    right: -5%;
    width: 50%;
  }
  #day-surgery #concerns.anime article {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  #day-surgery #concerns.anime figure {
    opacity: 0;
  }
  #day-surgery #concerns.anime.active article {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  #day-surgery #concerns.anime.active figure {
    opacity: 1;
    -webkit-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  #day-surgery #about {
    padding: 40px 0;
  }
  #day-surgery #about h3 {
    margin-bottom: 20px;
  }
  #day-surgery #about .flex {
    display: block;
  }
  #day-surgery #about .flex article {
    width: 100%;
  }
  #day-surgery #about .flex figure {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  #day-surgery #merit {
    position: relative;
    z-index: 1;
    padding-top: 40px;
  }
  #day-surgery #merit:after {
    content: "";
    background: url(/asset/images/day-surgery/merit_bg.jpg) no-repeat;
    background-size: 100% 400px;
  }
  #day-surgery #merit h3 {
    margin-bottom: 20px;
  }
  #day-surgery #merit ul {
    margin-bottom: 50px;
    margin-top: 60px;
  }
  #day-surgery #merit ul li {
    display: block;
    margin-bottom: 100px;
    z-index: 1;
  }
  #day-surgery #merit ul li:last-child {
    margin-bottom: 0px;
  }
  #day-surgery #merit ul li:after {
    top: 50px;
    /* left: -6%; */
    width: 101vw;
  }
  #day-surgery #merit ul li figure {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #day-surgery #merit ul li figure img {
    width: 100%;
  }
  #day-surgery #merit ul li figure h4 {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 48px;
    font-size: clamp(2.625rem, 0.8vw + 2.385rem, 3rem);
    color: #1A1B70;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
    margin-bottom: 0px;
    margin-top: -0.8em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #day-surgery #merit ul li figure h4 strong {
    color: #D42A18;
  }
  #day-surgery #merit ul li article {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0px;
  }
  #day-surgery #merit ul li article h4 {
    display: none;
  }
  #day-surgery #merit ul li article p {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #day-surgery #merit ul li article p strong {
    font-size: 28px;
    font-size: clamp(1.375rem, 0.8vw + 1.135rem, 1.75rem);
    color: #D42A18;
  }
  #day-surgery #merit ul li.left:after {
    left: auto;
    /* right: -6%; */
    width: 101vw;
  }
  #day-surgery #merit ul li.left article {
    padding-right: 0px;
    padding-left: 0px;
  }
  #day-surgery #method {
    padding: 40px 0 40px;
  }
  #day-surgery #method h3 {
    margin-bottom: 25px;
    line-height: 1.4;
  }
  #day-surgery #method h3 span {
    border-bottom: 0px;
    text-decoration: underline;
  }
  #day-surgery #method .flex {
    display: block;
    margin-bottom: 30px;
  }
  #day-surgery #method .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #day-surgery #method .flex article {
    width: 100%;
    padding-right: 0px;
  }
  #day-surgery #method .flex article strong {
    margin-bottom: 10px;
  }
  #day-surgery #method .box {
    padding: 20px 15px;
  }
  #day-surgery #method .box p {
    margin-bottom: 20px;
  }
  #day-surgery #method .box p.lead {
    margin-bottom: 25px;
  }
  #day-surgery #method .box .circle {
    display: block;
    margin-bottom: 35px;
  }
  #day-surgery #method .box .circle li {
    width: 200px;
    height: 200px;
    padding-top: 50px;
    line-height: 1.6;
    font-weight: 600;
    margin: auto;
  }
  #day-surgery #method .box .circle li:nth-child(1) {
    margin: 0 auto 10px;
  }
  #day-surgery #method .box .circle li:nth-child(1) span {
    display: inline-block;
    padding-top: 0.5em;
  }
  #day-surgery #method .box .circle li:nth-child(2) p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0.5em;
  }
  #day-surgery #method .box .circle li p {
    height: auto;
  }
  #day-surgery #method .box h4 {
    margin-bottom: 15px;
  }
  #day-surgery #method .box .img-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #day-surgery #method .box .img-list img {
    width: 100%;
  }
  #day-surgery #method .box .img-list li {
    position: relative;
  }
  #day-surgery #method .box .img-list li:nth-child(1):after {
    content: "";
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    background-color: #1A1B70;
    width: 18px;
    height: 52px;
    position: absolute;
    top: auto;
    bottom: -60px;
    right: 0px;
    left: 47%;
    -webkit-transform: translateY(0) rotate(90deg) translateX(-50%);
            transform: translateY(0) rotate(90deg) translateX(-50%);
  }
  #day-surgery #merit-demerit {
    padding: 35px 0;
  }
  #day-surgery #merit-demerit h3 {
    margin-bottom: 20px;
  }
  #day-surgery #merit-demerit .block {
    margin-bottom: 30px;
  }
  #day-surgery #merit-demerit .block h4 {
    margin-bottom: 10px;
  }
  #day-surgery #merit-demerit .block .lead {
    margin-bottom: 10px;
  }
  #day-surgery #merit-demerit .block ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #day-surgery #merit-demerit .block ul li:before {
    top: 9px;
  }
  #day-surgery #merit-demerit .block.demerit {
    margin-bottom: 40px;
  }
  #day-surgery #merit-demerit .box {
    background-color: #fff;
    padding: 25px 25px;
  }
  #day-surgery #merit-demerit .box ul {
    display: block;
  }
  #day-surgery #merit-demerit .box ul li:nth-child(1) {
    margin-right: 0px;
  }
  #day-surgery #merit-demerit .box ul li p {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 5px;
  }
  #day-surgery #merit-demerit .box ul li p:last-of-type {
    margin-bottom: 0px;
  }
  #day-surgery #merit-demerit .box ul li p:before {
    top: 9px;
  }
  #day-surgery #flow h3 {
    padding: 25px 0;
  }
  #day-surgery #flow .inner-s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #day-surgery #flow .inner-s h4 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #day-surgery #flow .inner-s h4:first-of-type {
    margin-top: 0px;
  }
  #day-surgery #flow .inner-s .flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  #day-surgery #flow .inner-s .flow li {
    padding: 15px 0;
  }
  #day-surgery #flow .inner-s .flow li:after {
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #day-surgery #flow .inner-s .flow li:nth-child(2):after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: -20px;
    -webkit-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
  }
  #day-surgery #flow .inner-s .flow li:last-child::after {
    display: none;
  }
  #day-surgery #flow .inner-s .flow li h5 {
    margin: 5px 0 10px;
  }
  #day-surgery #flow .inner-s .box {
    padding: 30px 20px 20px;
  }
  #day-surgery #flow .inner-s .box h5 {
    text-align: center;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 24px;
    font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1A1B70;
  }
  #day-surgery #flow .inner-s .box .step li {
    position: relative;
    padding: 0 0 0 60px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  #day-surgery #flow .inner-s .box .step li:after {
    left: 25px;
  }
  #day-surgery #flow .inner-s .box .step li:nth-child(2) {
    margin-bottom: 15px;
  }
  #day-surgery #flow .inner-s .box .step li:nth-child(3) {
    margin-bottom: 15px;
  }
  #day-surgery #flow .inner-s .box .step li:nth-child(3):after {
    height: calc(100% + 15px);
  }
  #day-surgery #flow .inner-s .box .step li:last-child {
    margin-bottom: 0px;
  }
  #day-surgery #flow .inner-s .box .step li:last-child::after {
    display: none;
  }
  #day-surgery #flow .inner-s .box .step li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -0.5em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #day-surgery #flow .inner-s .txt {
    margin-bottom: 20px;
  }
  #day-surgery #flow .inner-s .flex {
    display: block;
  }
  #day-surgery #flow .inner-s .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #day-surgery #flow .inner-s .flex article {
    width: 100%;
    padding-right: 0px;
  }
  #day-surgery #flow .inner-s .flex article dl dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #day-surgery #flow .inner-s .flex article dl dd {
    margin-bottom: 20px;
  }
  #day-surgery #cost {
    padding: 40px 0 40px;
  }
  #day-surgery #cost h3 {
    margin-bottom: 20px;
  }
  #day-surgery #cost p {
    margin-bottom: 20px;
  }
  #day-surgery #cost p.lead {
    margin-bottom: 10px;
  }
  #day-surgery #cost ul li h4 {
    background-color: #1A1B70;
    color: #fff;
    padding: 10px 5px;
  }
  #day-surgery #cost ul li p {
    margin: 0;
    padding: 10px 5px;
  }
}/*# sourceMappingURL=day-surgery.css.map */



/* 050902追加 */
 #camera-contact {
  position: relative;
  z-index: 1;
  padding: 0 0 50px 0;
  margin-bottom: 50px;
}

#day-surgery #camera-contact h3 {
  background-color: #1A1B70;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 1.4;
  padding: 50px;
  font-size: 38px;
  font-size: clamp(1.875rem, 1.1vw + 1.545rem, 2.375rem);
}
#day-surgery #camera-contact h3 small {
  display: block;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.6vw + 1.32rem, 1.75rem);
  opacity: 0.25;
}
#day-surgery #camera-contact h3.anime span {
  display: inline-block;
  -webkit-clip-path: inset(0 100%);
          clip-path: inset(0 100%);
  opacity: 0;
}
#day-surgery #camera-contact h3.anime.active span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

 #camera-contact:after {
  content: "";
  background-color:#FCF7E9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
 #camera-contact .camera-ttl span {
  color: #1A1B70;
}
 #camera-contact .camera-ttl small {
  color: #000;
  border-color: #1A1B70;
}
#camera-contact .btn-list {
  display: flex;
  justify-content: center;
  margin: 60px 0 30px 0;
}
#camera-contact .btn-list .camera-btn {
  max-width: 455px;
  width: 43%;
  margin-left: 7%;
}
 #camera-contact .btn-list .camera-btn:first-child {
  margin-left: 0px;
}
#camera-contact .btn-list .camera-btn a:hover{
  opacity: 0.85;
  transition: .4s;
}

 #camera-contact .btn-list .camera-btn a {
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  max-width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.1vw + 1.17rem, 2rem);
  color: #fff;
  background-color: #1A1B70;
  border-radius: 14px;
  font-weight: 700;
}
#camera-contact .btn-list .camera-btn.btn-tel a {
  font-size: 43px;
  font-size: clamp(1.5rem, 2.6vw + 0.72rem, 2.6875rem);
  position: relative;
}
 #camera-contact .btn-list .camera-btn.btn-tel a span {
  display: inline-block;
  padding-right: 60px;
}
#camera-contact .btn-list .camera-btn.btn-tel a:after {
  position: absolute;
  content: "";
  background: url(/asset/images/day-surgery/icon_tel.png) no-repeat;
  background-size: 50px;
  width: 50px;
    height: 50px;
    top: 26%;
    right: 25px;
}
#camera-contact p {
  text-align: center;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
}

#day-surgery #camera-contact .inner {
    max-width: 100%;
}

#day-surgery .sp_br{
  display: none;
}

@media screen and (max-width: 1200px) {
  #day-surgery .inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #day-surgery .sp_br{
  display: inline;
}
  #camera-contact .inner {
    padding: 0;
  }
#camera-contact {
    padding: 0 0 40px 0;
    margin-bottom: 20px;
  }
 #camera-contact .btn-list {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
  }
 #camera-contact .btn-list .camera-btn {
    max-width: 260px;
    width: 100%;
    margin-left: 0;
    margin: auto;
  }
  #camera-contact .btn-list .camera-btn:first-child {
    margin: 0 auto 10px;
  }
  #camera-contact .btn-list .camera-btn a {
    display: block;
    text-align: center;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
  }
 #camera-contact .btn-list .camera-btn.btn-tel a span {
    padding-right: 40px;
  }
 #camera-contact .btn-list .camera-btn.btn-tel a:before {
    content: "";
    background: url(/asset/images/day-surgery/icon_tel.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 55%;
        right: 20px;
    transform: translateY(-50%);
  }
 #camera-contact .btn-list .camera-btn.btn-tel a:after {
    display: none;
  }
 #camera-contact p {
    text-align: center;
    font-size: 16px;
    /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  }

#day-surgery #camera-contact h3 {
  font-size: 25px;
  padding: 50px 0;
}
#camera-contact .btn-list {
  margin: 40px 0 20px 0;
}

}

@media screen and (max-width: 768px) {
#day-surgery #merit ul li article.anime.active {
    width: 90%;
    margin: 0 auto;
}

#day-surgery #merit ul li figure h4 {
  z-index: 100;
}
}

