.contents {
  padding: 130px 25px 0;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 80px 25px 0;
  }
}
.contents__inner {
  max-width: 1065px;
  margin: 0 auto;
}
.contents__pic {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contents__pic {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
}
.contents__pic a {
  position: relative;
}
.contents__pic a .zoomIcon {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 30px;
  height: 30px;
}
.contents__pic img {
  display: block;
}
@media screen and (min-width: 769px) {
  .contents__pic img {
    border-radius: 10px;
  }
}
.contents__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
  max-width: 885px;
  margin: 42px auto;
}
@media screen and (max-width: 768px) {
  .contents__text {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 20px auto;
    padding: 0 25px;
  }
}

@media screen and (min-width: 769px) {
  .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .kv__logo {
    width: 263px;
    margin-right: 96px;
  }
}
@media screen and (max-width: 768px) {
  .kv__logo {
    width: 150px;
    margin: 0 auto;
  }
}
.kv__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
}
.kv__title--category {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
  color: #666;
  margin: 42px 0 19px;
}
@media screen and (max-width: 768px) {
  .kv__title--category {
    font-size: 14px;
    margin: 20px 0;
  }
}

.process {
  margin: 0 auto 89px;
}
@media screen and (min-width: 769px) {
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 885px;
  }
}
@media screen and (max-width: 768px) {
  .process {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .process__number {
    min-width: 116px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 768px) {
  .process__number {
    width: 80px;
    margin: 0 auto;
  }
}
.process__heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 7px 0 47px;
}
@media screen and (max-width: 768px) {
  .process__heading {
    font-size: 16px;
    line-height: 1.875;
    margin: 18px 0;
  }
}
@media screen and (max-width: 350px) {
  .process__heading {
    font-size: 14px;
  }
}
.process__subheading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #45B035;
  margin: 66px 0 40px;
}
@media screen and (max-width: 768px) {
  .process__subheading {
    font-size: 14px;
    margin: 40px 0 20px;
  }
}
.process__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .process__text {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
}
.process__pic {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .process__pic {
    margin: 20px 0;
  }
}
.process__pic img {
  display: block;
  border-radius: 10px;
}
.process__pic .noBorder {
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .process__picFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .process__picFlex {
    margin: 20px 0;
  }
}
.process__picFlex img {
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .process__picFlex img {
    width: 345px;
  }
}
@media screen and (min-width: 769px) {
  .process__picFlex img:first-child {
    margin-right: 15px;
  }
}
.process__poster {
  width: 403px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 768px) {
  .process__poster {
    width: 168px;
    margin: 0 auto 30px;
  }
}
.process__vision a {
  position: relative;
}
.process__vision img {
  display: block;
}
.process__zoomIcon {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 30px;
  height: 30px;
}

.smallText {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .smallText {
    font-size: 10px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 350px) {
  .smallText {
    white-space: nowrap;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .summary {
    padding-left: 180px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .summary {
    margin-top: 90px;
    margin-bottom: 24px;
  }
}
.summary__inner {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  max-width: 1065px;
  padding: 50px 60px 22px 112px;
}
@media screen and (max-width: 768px) {
  .summary__inner {
    padding: 88px 22px 22px 26px;
  }
}
.summary__title {
  position: absolute;
  top: -55px;
  left: -179px;
  width: 255px;
}
@media screen and (max-width: 768px) {
  .summary__title {
    top: -69px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 155px;
  }
}
.summary__title img {
  display: block;
}
.summary__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .summary__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.summary__list:not(:last-child)::after {
  content: "";
  background-image: url(../media/images/chemistry/arrow_down.png);
  background-size: cover;
  height: 10px;
  width: 20.5px;
  position: absolute;
  bottom: -20px;
  left: 98px;
}
@media screen and (max-width: 768px) {
  .summary__list:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px;
  }
}
.summary__number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.06em;
  color: #45B035;
  width: 24px;
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  .summary__number {
    font-size: 30px;
    width: 18px;
    margin-right: 22px;
  }
}
.summary__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 12px;
    line-height: 2;
  }
}

.pswp {
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

/*# sourceMappingURL=case.css.map */
