@charset "UTF-8";
/* breakpoint ------------------------------*/
/* endoscope-index ---------------------------*/
.endoscope-feture .cmn-sect__title {
  margin-bottom: 0;
}

.endoscope-feture-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .endoscope-feture-list {
    display: block;
  }
}

.endoscope-feture-list__item {
  max-width: calc(50% - 40px);
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .endoscope-feture-list__item {
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .endoscope-feture-list__item {
    margin-bottom: 20px;
  }
}

.endoscope-feture-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .endoscope-feture-list__title {
    margin-bottom: 10px;
  }
}

.endoscope-feture-list__title:before, .endoscope-feture-list__title:after {
  content: "";
  display: block;
}

.endoscope-feture-list__title:before {
  font-family: "Rozha One", serif;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.endoscope-feture-list__item:first-child .endoscope-feture-list__title:before {
  content: "1";
}

.endoscope-feture-list__item:nth-child(2) .endoscope-feture-list__title:before {
  content: "2";
}

.endoscope-feture-list__item:nth-child(3) .endoscope-feture-list__title:before {
  content: "3";
}

.endoscope-feture-list__item:nth-child(4) .endoscope-feture-list__title:before {
  content: "4";
}

.endoscope-feture-list__title:after {
  width: calc(100% - 40px);
  height: 1px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

.endoscope-feture-list__title span {
  height: 40px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #edece5;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.endoscope-feture-list__title span:before, .endoscope-feture-list__title span:after {
  content: "";
  display: block;
  position: absolute;
}

.endoscope-feture-list__title span:before {
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dotted black;
  left: 0;
  bottom: 0;
}

.endoscope-feture-list__title span:after {
  width: 1px;
  height: 20px;
  display: block;
  background-color: black;
  right: 0;
  top: 10px;
}

.endoscope-menu {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .endoscope-menu {
    display: block;
  }
}

.endoscope-menu__item {
  max-width: calc(50% - 40px);
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  .endoscope-menu__item {
    max-width: none;
    margin-bottom: 60px;
  }
}

.endoscope-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.endoscope-menu__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover .endoscope-menu__image {
  opacity: 0.8;
}

.endoscope-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.endoscope-menu__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: -40px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: black;
}

@media screen and (max-width: 768px) {
  .endoscope-menu__title {
    font-size: 2rem;
  }
}

.endoscope-menu__title:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: white;
  background-position: center;
  background-size: 100% auto;
  border-radius: 50%;
}

.gastroendoscopy .endoscope-menu__title:before {
  background-color: #8fc43d;
  background-image: url(../images/common/icon_gastroendoscopy.png);
}

.colonoscopy .endoscope-menu__title:before {
  background-color: #0ba95f;
  background-image: url(../images/common/icon_colonoscopy.png);
}

.endoscope-menu__en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.5;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .endoscope-menu__en {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.endoscope-menu .main-body-text {
  max-width: 500px;
  margin: 20px auto;
}
