@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
#gastroscopy-lp {
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  margin-top: 15px;
}
#gastroscopy-lp .inner {
  max-width: 1200px;
}
#gastroscopy-lp .inner-s {
  max-width: 1000px;
}
#gastroscopy-lp .camera-ttl {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 60px;
  font-size: clamp(2.25rem, 3.3vw + 1.26rem, 3.75rem);
  line-height: 1;
  margin-bottom: 50px;
}
#gastroscopy-lp .camera-ttl span {
  display: block;
  line-height: 1;
  margin-bottom: -0.1em;
}
#gastroscopy-lp .camera-ttl small {
  font-size: 53%;
  display: inline-block;
  border-bottom: 3px dotted #1B1D7C;
  color: #1B1D7C;
  line-height: 1.6;
}
#gastroscopy-lp .camera-btn {
  text-align: center;
}
#gastroscopy-lp .camera-btn a {
  display: inline-block;
  background-color: #1B1D7C;
  max-width: 455px;
  width: 50%;
  margin: auto;
  color: #fff;
  font-size: 32px;
  font-size: clamp(1.375rem, 1.4vw + 0.955rem, 2rem);
  height: 107px;
  line-height: 107px;
  border-radius: 16px;
  position: relative;
  font-weight: 700;
  transition: 0.5s all;
}
#gastroscopy-lp .camera-btn a:after {
  content: "";
  background: url(/asset/images/gastroscopy/arrow3.png) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 35.5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#gastroscopy-lp .camera-btn a:hover {
  opacity: 0.7;
}
#gastroscopy-lp .anime {
  opacity: 0;
}
#gastroscopy-lp .anime.up {
  transform: translateY(20px);
}
#gastroscopy-lp .anime.active {
  opacity: 1;
  transition: 0.5s all ease-out;
}
#gastroscopy-lp .anime.active.up {
  transform: translateY(0);
}
#gastroscopy-lp #mv {
  background: url(/asset/images/gastroscopy/mv.jpg) no-repeat 50% top;
  background-size: cover;
  height: 578px;
  position: relative;
}
#gastroscopy-lp #mv article {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
#gastroscopy-lp #mv article h2 {
  color: #1B1D7C;
  line-height: 1.4;
  text-align: center;
  font-size: 64px;
  font-size: clamp(1.75rem, 5vw + 0.25rem, 4rem);
  border-bottom: 2px solid #1B1D7C;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", sans-serif;
}
#gastroscopy-lp #mv article h2 small {
  display: block;
  color: #000;
  font-size: 62.5%;
}
#gastroscopy-lp #mv article ul {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  justify-content: center;
  gap: 30px;
}
#gastroscopy-lp #mv article ul li {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(1rem, 1.1vw + 0.67rem, 1.5rem);
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: 6px solid #197561;
  padding: 25px 10px;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.15);
}
#gastroscopy-lp #mv article ul li span {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}
#gastroscopy-lp #mv article ul li small {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px;
  background-color: #197561;
  border-radius: 8px;
  white-space: nowrap;
}
#gastroscopy-lp #mv article ul li:nth-child(2) {
  border-color: #1B1D7C;
}
#gastroscopy-lp #mv article ul li:nth-child(2) small {
  background-color: #1B1D7C;
}
#gastroscopy-lp #mv.mv-anime h2 {
  clip-path: inset(0 100%);
}
#gastroscopy-lp #mv.mv-anime ul li {
  opacity: 0;
  transform: translateY(20px);
}
#gastroscopy-lp #mv.mv-anime.active h2 {
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#gastroscopy-lp #mv.mv-anime.active ul li {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s all ease-out;
  transition-delay: 1s;
}
#gastroscopy-lp #mv.mv-anime.active ul li:nth-child(2) {
  transition-delay: 1.2s;
}
#gastroscopy-lp #mv.mv-anime.active ul li:nth-child(3) {
  transition-delay: 1.4s;
}
#gastroscopy-lp #symptoms .camera-ttl span {
  color: #A5D3C9;
}
#gastroscopy-lp #symptoms .symptoms-wrap {
  position: relative;
  z-index: 1;
  background-color: #F0F2F8;
  padding: 60px 0;
}
#gastroscopy-lp #symptoms .symptoms-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #CED8F9;
  z-index: -1;
}
#gastroscopy-lp #symptoms .symptoms-wrap:before {
  content: "";
  background: url(/asset/images/gastroscopy/arrow1.png) no-repeat;
  background-size: 75px;
  width: 75px;
  height: 64px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3px;
}
#gastroscopy-lp #symptoms .camera-flex {
  position: relative;
}
#gastroscopy-lp #symptoms .camera-flex article {
  background: url(/asset/images/gastroscopy/symptoms_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 45px 80px;
  box-sizing: border-box;
  width: 60%;
}
#gastroscopy-lp #symptoms .camera-flex article:after {
  content: "";
  background-color: rgba(27, 29, 124, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#gastroscopy-lp #symptoms .camera-flex article ul {
  width: 90%;
}
#gastroscopy-lp #symptoms .camera-flex article li {
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
#gastroscopy-lp #symptoms .camera-flex article li:before {
  content: "";
  background: url(/asset/images/gastroscopy/check.png) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: 0;
}
#gastroscopy-lp #symptoms .camera-flex article li:last-child {
  margin-bottom: 0px;
}
#gastroscopy-lp #symptoms .camera-flex picture {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
#gastroscopy-lp #symptoms .camera-flex picture img {
  width: 100%;
}
#gastroscopy-lp #symptoms .camera-flex.anime article {
  opacity: 0;
  transform: translateX(40px);
}
#gastroscopy-lp #symptoms .camera-flex.anime picture {
  opacity: 0;
  transform: scale(1.05) translateY(-50%);
}
#gastroscopy-lp #symptoms .camera-flex.anime.active article {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}
#gastroscopy-lp #symptoms .camera-flex.anime.active picture {
  opacity: 1;
  transform: scale(1) translateY(-50%);
  transition: 0.5s all ease-out;
}
#gastroscopy-lp #symptoms .reserve {
  padding: 80px 0 60px;
  background: url(/asset/images/gastroscopy/reserve_bg.jpg) no-repeat 50% bottom;
  background-size: cover;
}
#gastroscopy-lp #symptoms .reserve p {
  text-align: center;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.1vw + 1.045rem, 1.875rem);
  font-weight: 700;
  line-height: 1.6;
  color: #1B1D7C;
  margin-bottom: 40px;
}
#gastroscopy-lp #symptoms .reserve p span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#gastroscopy-lp #symptoms .reserve p span:after {
  content: "";
  background-color: #F5CA3D;
  height: 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#gastroscopy-lp #gastrocamera {
  background: url(/asset/images/gastroscopy/gastrocamera_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 45px 80px 120px;
  box-sizing: border-box;
}
#gastroscopy-lp #gastrocamera:after {
  content: "";
  background-color: rgba(27, 29, 124, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#gastroscopy-lp #gastrocamera .camera-ttl span {
  color: #AAB9E7;
}
#gastroscopy-lp #gastrocamera .camera-ttl small {
  color: #fff;
  border-color: #fff;
}
#gastroscopy-lp #gastrocamera .camera-flex {
  display: flex;
  padding: 0 40px;
  margin-bottom: 60px;
}
#gastroscopy-lp #gastrocamera .camera-flex article {
  color: #fff;
  width: 68%;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  margin-top: -0.5em;
}
#gastroscopy-lp #gastrocamera .camera-flex picture {
  width: 32%;
}
#gastroscopy-lp #gastrocamera .camera-flex picture img {
  width: 100%;
}
#gastroscopy-lp #gastrocamera .camera-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 5px 60px;
}
#gastroscopy-lp #gastrocamera .camera-box h4 {
  text-align: center;
  color: #1B1D7C;
  font-size: 35px;
  font-size: clamp(1.75rem, 1vw + 1.45rem, 2.1875rem);
  line-height: 1;
  margin-bottom: 40px;
}
#gastroscopy-lp #gastrocamera .camera-box h4 + p {
  text-align: center;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  margin-bottom: 30px;
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex {
  justify-content: space-between;
  margin-bottom: 0px;
  align-items: stretch;
  padding: 0 90px;
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block {
  width: 47.5%;
  background-color: #F0F2F8;
  border-radius: 20px;
  padding: 50px 40px 40px;
  box-sizing: border-box;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  display: flex;
  flex-direction: column;
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block h5 {
  font-family: "Noto Serif JP", sans-serif;
  color: #1B1D7C;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.1vw + 1.17rem, 2rem);
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block h5 span {
  color: #FF913C;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-size: clamp(1.75rem, 1.1vw + 1.42rem, 2.25rem);
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block p {
  display: flex;
  flex-grow: 1;
}
#gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block picture {
  display: block;
  margin-top: 20px;
  width: 100%;
}
#gastroscopy-lp #disease .disease-wrap {
  padding: 60px 0;
  background: url(/asset/images/gastroscopy/disease_bg.jpg) no-repeat;
  background-size: cover;
}
#gastroscopy-lp #disease .camera-ttl span {
  color: #A5D3C9;
}
#gastroscopy-lp #disease .camera-box {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 5%;
  margin-bottom: 60px;
}
#gastroscopy-lp #disease .camera-box p {
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
}
#gastroscopy-lp #disease .camera-box p strong {
  font-weight: 400;
  color: #1B1D7C;
}
#gastroscopy-lp #disease .camera-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
#gastroscopy-lp #disease .camera-flex .camera-block {
  width: 47.5%;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: column;
}
#gastroscopy-lp #disease .camera-flex .camera-block h4 {
  text-align: center;
  margin-bottom: 30px;
}
#gastroscopy-lp #disease .camera-flex .camera-block h4 span {
  display: inline-block;
  color: #fff;
  background-color: #1B1D7C;
  font-size: 38px;
  font-size: clamp(1.625rem, 1.7vw + 1.115rem, 2.375rem);
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap {
  display: flex;
  background-color: #F0F2F8;
  border-radius: 20px;
  padding: 25px;
  justify-content: space-between;
  flex-grow: 1;
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap ul {
  margin-bottom: -15px;
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  margin-bottom: 15px;
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap li.etc {
  /*padding-left: 0;*/
}
#gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap li.etc:before {
  display: none;
}
#gastroscopy-lp #disease .camera-flex .camera-block:nth-of-type(2) h4 span {
  background-color: #FF913C;
}
#gastroscopy-lp #disease .camera-flex .camera-block:nth-of-type(2) .ul-wrap {
  background-color: #FFF4CE;
}
#gastroscopy-lp #disease .camera-number {
  padding: 50px 0;
  background: url(/asset/images/gastroscopy/number_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#gastroscopy-lp #disease .camera-number:after {
  content: "";
  background-color: rgba(255, 244, 206, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#gastroscopy-lp #disease .camera-number h4 {
  text-align: center;
  margin-bottom: 30px;
}
#gastroscopy-lp #disease .camera-number h4 span {
  display: inline-block;
  background-color: #1B1D7C;
  color: #fff;
  font-size: 35px;
  font-size: clamp(1.5rem, 1.5vw + 1.05rem, 2.1875rem);
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  padding: 30px;
  border-radius: 10px;
}
#gastroscopy-lp #disease .camera-number h4 span strong {
  font-size: 150%;
  display: inline-block;
  margin: 0 0.2em;
}
#gastroscopy-lp #disease .camera-number ul {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 70px;
  justify-content: center;
  margin: auto;
}
#gastroscopy-lp #disease .camera-number ul li {
  text-align: center;
  background: url(/asset/images/gastroscopy/number_obj.png) no-repeat;
  background-size: 100%;
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  padding-top: 50px;
}
#gastroscopy-lp #disease .camera-number ul li h5 {
  line-height: 1.2;
  font-size: 20px;
  font-size: clamp(0.9375rem, 0.7vw + 0.7275rem, 1.25rem);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
#gastroscopy-lp #disease .camera-number ul li h5:after {
  content: "";
  background-color: #1B1D7C;
  width: 70%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#gastroscopy-lp #disease .camera-number ul li .number {
  line-height: 1;
  font-weight: 700;
}
#gastroscopy-lp #disease .camera-number ul li .number span {
  font-family: "Lora", serif;
  color: #197561;
  font-size: 50px;
  font-size: clamp(2.25rem, 1.9vw + 1.68rem, 3.125rem);
}
#gastroscopy-lp #disease .camera-number ul li .number small {
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  display: inline-block;
  transform: translateY(-0.5em);
  margin-left: 0.1em;
}
#gastroscopy-lp #disease .camera-number.anime {
  opacity: 0;
  clip-path: inset(0 50%);
}
#gastroscopy-lp #disease .camera-number.anime.active {
  opacity: 1;
  clip-path: inset(0);
  transition: 1s all ease-out;
}
#gastroscopy-lp #reason {
  padding: 60px 0 110px;
  position: relative;
  z-index: 1;
}
#gastroscopy-lp #reason:after {
  content: "";
  background: url(/asset/images/gastroscopy/reson_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
#gastroscopy-lp #reason .camera-ttl span {
  color: #A5D3C9;
}
#gastroscopy-lp #reason ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#gastroscopy-lp #reason ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#gastroscopy-lp #reason ul li:nth-child(even):after {
  background-color: #E2EDEA;
}
#gastroscopy-lp #reason ul li:nth-child(even) picture {
  margin-left: auto;
  margin-right: calc((100% - 100vw) / 2);
}
#gastroscopy-lp #reason ul li:nth-child(even) picture:after {
  left: -30px;
  background-color: #197561;
}
#gastroscopy-lp #reason ul li:nth-child(even) picture.anime:after {
  transform: translate(10px, -10px);
}
#gastroscopy-lp #reason ul li:nth-child(even) article {
  padding-left: 0px;
  padding-right: 90px;
}
#gastroscopy-lp #reason ul li:nth-child(even) article h4 {
  color: #197561;
}
#gastroscopy-lp #reason ul li:nth-child(even) article h5 {
  color: rgba(18, 81, 67, 0.7);
}
#gastroscopy-lp #reason ul li:nth-child(even) article.anime {
  transform: translateX(30px);
}
#gastroscopy-lp #reason ul li:after {
  content: "";
  width: 100vw;
  height: calc(100% - 60px);
  position: absolute;
  top: 60px;
  left: calc((100% - 100vw) / 2);
  background-color: #F0F2F8;
  z-index: -1;
}
#gastroscopy-lp #reason ul li picture {
  width: calc(45% + (100vw - 100%) / 2);
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
  z-index: 1;
}
#gastroscopy-lp #reason ul li picture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #1B1D7C;
  z-index: -1;
}
#gastroscopy-lp #reason ul li picture img {
  width: 100%;
}
#gastroscopy-lp #reason ul li picture.anime:after {
  opacity: 0;
  transform: translate(-10px, -10px);
}
#gastroscopy-lp #reason ul li picture.anime.active {
  transition: 1s all ease-out;
}
#gastroscopy-lp #reason ul li picture.anime.active:after {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: 1s all ease-out;
  transition-delay: 0.5s;
}
#gastroscopy-lp #reason ul li article {
  width: 55%;
  box-sizing: border-box;
  padding-left: 90px;
  padding-top: 30px;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
}
#gastroscopy-lp #reason ul li article h4 {
  font-size: 37px;
  font-size: clamp(1.875rem, 1vw + 1.575rem, 2.3125rem);
  line-height: 1.2;
  font-family: "Noto Serif JP", sans-serif;
  color: #1B1D7C;
  margin-bottom: 50px;
}
#gastroscopy-lp #reason ul li article h4 strong {
  color: #FF913C;
  font-size: 120%;
}
#gastroscopy-lp #reason ul li article h5 {
  font-family: "Libre Caslon Text", serif;
  line-height: 1;
  font-size: 45px;
  font-size: clamp(1.5rem, 2.9vw + 0.63rem, 2.8125rem);
  font-weight: 400;
  color: rgba(27, 29, 124, 0.7);
  margin-bottom: 60px;
}
#gastroscopy-lp #reason ul li article h5 span {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
}
#gastroscopy-lp #reason ul li article h5 strong {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 96px;
  font-size: clamp(2.8125rem, 7.1vw + 0.6825rem, 6rem);
  font-weight: 400;
}
#gastroscopy-lp #reason ul li article .note {
  position: relative;
  padding-left: 1.2em;
  font-size: 90%;
  margin-top: 10px;
}
#gastroscopy-lp #reason ul li article .note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#gastroscopy-lp #reason ul li article.anime {
  opacity: 0;
  transform: translateX(-30px);
}
#gastroscopy-lp #reason ul li article.anime.active {
  opacity: 1;
  transform: translateX(0);
  transition: 1s all ease-out;
}
#gastroscopy-lp #flow {
  padding: 60px 0 120px;
  background: url(/asset/images/gastroscopy/flow_bg.jpg) no-repeat 50% bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#gastroscopy-lp #flow:after {
  content: "";
  background-color: rgba(255, 244, 206, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#gastroscopy-lp #flow .camera-ttl span {
  color: rgba(27, 29, 124, 0.7);
}
#gastroscopy-lp #flow .camera-ttl small {
  color: #000;
}
#gastroscopy-lp #flow ul li {
  background-color: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  padding: 25px 50px;
  margin-bottom: 40px;
  position: relative;
}
#gastroscopy-lp #flow ul li:after {
  content: "";
  background: url(/asset/images/gastroscopy/arrow2.png?ver=3) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 70px;
  position: absolute;
  bottom: -62px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#gastroscopy-lp #flow ul li:last-child {
  margin-bottom: 0px;
}
#gastroscopy-lp #flow ul li:last-child:after {
  display: none;
}
#gastroscopy-lp #flow ul li .camera-flex {
  display: flex;
}
#gastroscopy-lp #flow ul li article {
  width: 65%;
  box-sizing: border-box;
  padding-right: 40px;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
}
#gastroscopy-lp #flow ul li article h4 {
  font-size: 40px;
  font-size: clamp(1.5rem, 2.2vw + 0.84rem, 2.5rem);
  line-height: 1.2;
  color: #1B1D7C;
  border-bottom: 3px solid #1B1D7C;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#gastroscopy-lp #flow ul li article h4 span {
  display: inline-block;
  background-color: #1B1D7C;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-right: 30px;
  font-size: 90%;
}
#gastroscopy-lp #flow ul li picture {
  width: 35%;
}
#gastroscopy-lp #flow ul li picture img {
  width: 100%;
}
#gastroscopy-lp #fee {
  padding: 60px 0 100px;
}
#gastroscopy-lp #fee .camera-ttl span {
  color: #A5D3C9;
}
#gastroscopy-lp #fee table {
  width: 100%;
  border-top: 2px solid #1B1D7C;
  border-left: 2px solid #1B1D7C;
  margin-bottom: 30px;
}
#gastroscopy-lp #fee table th, #gastroscopy-lp #fee table td {
  border-bottom: 2px solid #1B1D7C;
  border-right: 2px solid #1B1D7C;
  padding: 5px 10px;
  text-align: center;
  font-size: 23px;
  font-size: clamp(1.125rem, 0.7vw + 0.915rem, 1.4375rem);
  white-space: nowrap;
}
#gastroscopy-lp #fee table th {
  background-color: #1B1D7C;
  color: #fff;
  border-right: 2px solid #fff;
}
#gastroscopy-lp #fee table th:last-of-type {
  border-right: 2px solid #1B1D7C;
}
#gastroscopy-lp #fee table td {
  background-color: #F0F2F8;
}
#gastroscopy-lp #fee table td:first-of-type {
  font-weight: 700;
}
#gastroscopy-lp #fee .pc {
  display: block;
}
#gastroscopy-lp #fee .sp {
  display: none;
}
#gastroscopy-lp #fee .note-list li {
  line-height: 1.4;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}
#gastroscopy-lp #fee .note-list li:last-child {
  margin-bottom: 0px;
}
#gastroscopy-lp #fee .note-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#gastroscopy-lp #camera-contact {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  margin-bottom: 40px;
}
#gastroscopy-lp #camera-contact:before {
  content: "";
  background: url(/asset/images/gastroscopy/contact_bg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.28;
}
#gastroscopy-lp #camera-contact:after {
  content: "";
  background-color: rgba(245, 202, 61, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#gastroscopy-lp #camera-contact .camera-ttl span {
  color: #F5CA3D;
}
#gastroscopy-lp #camera-contact .camera-ttl small {
  color: #000;
  border-color: #F5CA3D;
}
#gastroscopy-lp #camera-contact .btn-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#gastroscopy-lp #camera-contact .btn-list .camera-btn {
  max-width: 455px;
  width: 43%;
  margin-left: 7%;
}
#gastroscopy-lp #camera-contact .btn-list .camera-btn:first-child {
  margin-left: 0px;
}
#gastroscopy-lp #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: #FF913C;
  border-radius: 14px;
  font-weight: 700;
}
#gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a {
  font-size: 43px;
  font-size: clamp(1.5rem, 2.6vw + 0.72rem, 2.6875rem);
}
#gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a span {
  display: inline-block;
  padding-right: 60px;
}
#gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a:after {
  background: url(/asset/images/gastroscopy/icon_tel.png) no-repeat;
  background-size: 54px;
  width: 54px;
  height: 54px;
}
#gastroscopy-lp #camera-contact p {
  text-align: center;
  font-size: 16px;
  /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
}

@media screen and (max-width: 1200px) {
  #gastroscopy-lp #reason ul li article {
    padding-right: 2%;
    box-sizing: border-box;
  }
  #gastroscopy-lp #reason ul li:nth-child(even) article {
    padding-right: 90px;
    padding-left: 2%;
  }
  #gastroscopy-lp #fee {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #gastroscopy-lp {
    margin-top: 0px;
  }
  #gastroscopy-lp .inner {
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #gastroscopy-lp .camera-ttl {
    margin-bottom: 30px;
  }
  #gastroscopy-lp .camera-btn {
    text-align: center;
  }
  #gastroscopy-lp .camera-btn a {
    width: 90%;
    height: 70px;
    line-height: 70px;
    max-width: 260px;
  }
  #gastroscopy-lp .camera-btn a:after {
    content: "";
    background: none;
    transform: rotate(45deg) translateY(calc(-50% - 7px));
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
  }
  #gastroscopy-lp .camera-btn a:hover {
    opacity: 1;
  }
  #gastroscopy-lp .anime {
    opacity: 0;
  }
  #gastroscopy-lp .anime.up {
    transform: translateY(20px);
  }
  #gastroscopy-lp .anime.active {
    opacity: 1;
    transition: 0.5s all ease-out;
  }
  #gastroscopy-lp .anime.active.up {
    transform: translateY(0);
  }
  #gastroscopy-lp #mv {
    background: url(/asset/images/gastroscopy/mv_sp.jpg) no-repeat 50% top;
    background-size: 100%;
    height: auto;
    position: relative;
    padding-top: 200px;
  }
  #gastroscopy-lp #mv article {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    padding-bottom: 20px;
    z-index: 1;
  }
  #gastroscopy-lp #mv article:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    z-index: -1;
    transform: skewY(-3deg);
  }
  #gastroscopy-lp #mv article h2 {
    margin: 0 auto 25px;
    width: 90%;
  }
  #gastroscopy-lp #mv article ul {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
    gap: 10px;
  }
  #gastroscopy-lp #mv article ul li {
    border-radius: 10px;
    border: 3px solid #197561;
    padding: 15px 5px;
  }
  #gastroscopy-lp #mv article ul li span {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  #gastroscopy-lp #mv article ul li small {
    padding: 5px;
  }
  #gastroscopy-lp #symptoms .symptoms-wrap {
    padding: 30px 0 40px;
  }
  #gastroscopy-lp #symptoms .symptoms-wrap:before {
    content: "";
    background: url(/asset/images/gastroscopy/arrow1.png) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 50px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3px;
  }
  #gastroscopy-lp #symptoms .camera-flex {
    position: relative;
  }
  #gastroscopy-lp #symptoms .camera-flex article {
    z-index: 3;
    padding: 25px 20px;
    width: 95%;
    margin-top: -40px;
    margin-left: 10%;
  }
  #gastroscopy-lp #symptoms .camera-flex article ul {
    width: 100%;
  }
  #gastroscopy-lp #symptoms .camera-flex article ul li {
    padding-left: 40px;
  }
  #gastroscopy-lp #symptoms .camera-flex picture {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    z-index: 2;
    transform: translateY(0%);
  }
  #gastroscopy-lp #symptoms .camera-flex picture img {
    width: 100%;
  }
  #gastroscopy-lp #symptoms .camera-flex.anime article {
    opacity: 0;
    transform: translateX(40px);
  }
  #gastroscopy-lp #symptoms .camera-flex.anime picture {
    opacity: 0;
    transform: scale(1.05) translateY(0%);
  }
  #gastroscopy-lp #symptoms .camera-flex.anime.active article {
    opacity: 1;
    transform: translateX(0px);
    transition: 0.5s all ease-out;
    transition-delay: 0.5s;
  }
  #gastroscopy-lp #symptoms .camera-flex.anime.active picture {
    opacity: 1;
    transform: scale(1) translateY(0%);
    transition: 0.5s all ease-out;
  }
  #gastroscopy-lp #symptoms .reserve {
    padding: 40px 5% 30px;
  }
  #gastroscopy-lp #symptoms .reserve p {
    margin-bottom: 30px;
  }
  #gastroscopy-lp #symptoms .reserve p span:after {
    height: 8px;
    bottom: 5px;
  }
  #gastroscopy-lp #symptoms .reserve .camera-btn a span {
    display: inline-block;
    padding-right: 10px;
  }
  #gastroscopy-lp #gastrocamera {
    padding: 45px 0% 60px;
  }
  #gastroscopy-lp #gastrocamera .camera-flex {
    display: flex;
    padding: 0 0px;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
  #gastroscopy-lp #gastrocamera .camera-flex article {
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
  #gastroscopy-lp #gastrocamera .camera-flex picture {
    width: 100%;
    margin-bottom: 20px;
  }
  #gastroscopy-lp #gastrocamera .camera-box {
    border-radius: 15px;
    padding: 40px 25px 30px;
  }
  #gastroscopy-lp #gastrocamera .camera-box h4 {
    margin-bottom: 20px;
  }
  #gastroscopy-lp #gastrocamera .camera-box h4 + p {
    text-align: left;
    margin-bottom: 20px;
  }
  #gastroscopy-lp #gastrocamera .camera-box .camera-flex {
    display: block;
    padding: 0;
  }
  #gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block {
    width: 100%;
    border-radius: 15px;
    padding: 25px 20px 10px;
  }
  #gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block h5 {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block picture {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  #gastroscopy-lp #gastrocamera .camera-box .camera-flex .camera-block:nth-of-type(1) {
    margin-bottom: 20px;
  }
  #gastroscopy-lp #disease .disease-wrap {
    padding: 40px 0;
  }
  #gastroscopy-lp #disease .camera-box {
    padding: 20px;
    margin: 0 0;
    margin-bottom: 10px;
  }
  #gastroscopy-lp #disease .camera-flex {
    display: block;
    margin-bottom: 20px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block {
    width: 100%;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block h4 {
    margin-bottom: 10px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block h4 span {
    padding: 10px 15px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap {
    display: block;
    border-radius: 15px;
    padding: 25px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap ul {
    margin-bottom: -15px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap ul:nth-of-type(1) {
    margin-bottom: 0px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block .ul-wrap li {
    margin-bottom: 10px;
  }
  #gastroscopy-lp #disease .camera-flex .camera-block:nth-of-type(2) {
    margin-top: 20px;
  }
  #gastroscopy-lp #disease .camera-number {
    padding: 40px 0;
  }
  #gastroscopy-lp #disease .camera-number h4 {
    margin-bottom: 20px;
  }
  #gastroscopy-lp #disease .camera-number h4 span {
    line-height: 1.4;
    padding: 10px 5px;
    display: block;
  }
  #gastroscopy-lp #disease .camera-number ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: auto;
  }
  #gastroscopy-lp #disease .camera-number ul li {
    width: 160px;
    height: 160px;
    padding-top: 35px;
  }
  #gastroscopy-lp #disease .camera-number ul li h5 {
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #gastroscopy-lp #disease .camera-number ul li h5:after {
    height: 2px;
  }
  #gastroscopy-lp #reason {
    padding: 40px 0 30px;
  }
  #gastroscopy-lp #reason ul li {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #gastroscopy-lp #reason ul li:nth-child(even) picture {
    margin-left: auto;
    margin-right: -5%;
  }
  #gastroscopy-lp #reason ul li:nth-child(even) picture:after {
    left: -20px;
    top: 20px;
  }
  #gastroscopy-lp #reason ul li:nth-child(even) picture.anime:after {
    transform: translate(10px, -10px);
  }
  #gastroscopy-lp #reason ul li:nth-child(even) article {
    padding-left: 0px;
    padding-right: 0px;
  }
  #gastroscopy-lp #reason ul li picture {
    width: 100%;
    display: block;
    margin-left: -5%;
    position: relative;
    z-index: 1;
  }
  #gastroscopy-lp #reason ul li picture:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1B1D7C;
    z-index: -1;
  }
  #gastroscopy-lp #reason ul li article {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-top: 40px;
  }
  #gastroscopy-lp #reason ul li article h4 {
    margin-bottom: 20px;
  }
  #gastroscopy-lp #reason ul li article h5 {
    margin-bottom: 25px;
  }
  #gastroscopy-lp #flow {
    padding: 40px 0 50px;
  }
  #gastroscopy-lp #flow ul li {
    padding: 25px 20px 25px;
    margin-bottom: 30px;
  }
  #gastroscopy-lp #flow ul li:after {
    content: "";
    background: url(/asset/images/gastroscopy/arrow2.png?ver=3) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 50px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  #gastroscopy-lp #flow ul li .camera-flex {
    display: block;
  }
  #gastroscopy-lp #flow ul li article {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  #gastroscopy-lp #flow ul li article h4 {
    border-bottom: 2px solid #1B1D7C;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #gastroscopy-lp #flow ul li article h4 span {
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    font-size: 70%;
    transform: translateY(-0.2em);
  }
  #gastroscopy-lp #flow ul li picture {
    width: 100%;
  }
  #gastroscopy-lp #fee {
    padding: 30px 0 50px;
  }
  #gastroscopy-lp #fee table {
    width: 100%;
    border-top: 2px solid #1B1D7C;
    border-left: 2px solid #1B1D7C;
    margin-bottom: 30px;
  }
  #gastroscopy-lp #fee table th, #gastroscopy-lp #fee table td {
    padding: 5px 10px;
    line-height: 1.4;
    vertical-align: middle;
    box-sizing: border-box;
    width: 33.3%;
  }
  #gastroscopy-lp #fee table th {
    white-space: nowrap;
    border-bottom: 2px solid #fff;
  }
  #gastroscopy-lp #fee table th:last-of-type {
    border-right: 2px solid #1B1D7C;
  }
  #gastroscopy-lp #fee table td {
    background-color: #F0F2F8;
  }
  #gastroscopy-lp #fee table td:first-of-type {
    font-weight: 400;
  }
  #gastroscopy-lp #fee table tr:first-of-type th, #gastroscopy-lp #fee table tr:first-of-type td {
    font-weight: 700;
  }
  #gastroscopy-lp #fee table tr:first-of-type td {
    background-color: #dee5fa;
  }
  #gastroscopy-lp #fee table tr:last-of-type th {
    border-bottom: 2px solid #1B1D7C;
  }
  #gastroscopy-lp #fee .pc {
    display: none;
  }
  #gastroscopy-lp #fee .sp {
    display: block;
  }
  #gastroscopy-lp #camera-contact {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  #gastroscopy-lp #camera-contact .btn-list {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn {
    max-width: 260px;
    width: 100%;
    margin-left: 0;
    margin: auto;
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn:first-child {
    margin: 0 auto 10px;
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn a {
    display: block;
    text-align: center;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a span {
    padding-right: 40px;
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a:before {
    content: "";
    background: url(/asset/images/gastroscopy/icon_tel.png) no-repeat;
    background-size: 34px;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #gastroscopy-lp #camera-contact .btn-list .camera-btn.btn-tel a:after {
    display: none;
  }
  #gastroscopy-lp #camera-contact p {
    text-align: center;
    font-size: 16px;
    /*font-size: clamp(1rem, 0vw + 1rem, 1rem);*/
  }
}/*# sourceMappingURL=gastroscopy-lp.css.map */