@charset "UTF-8";
/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
@font-face {
  font-family: "tsukuhou";
  src: url("../font/Tsukuhou-35Point-Gothic.ttf") format("truetype");
}
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * KEYFRAMES
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.nomaxContainer {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .nomaxContainer {
    max-width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .nomaxContainer {
    max-width: 60%;
  }
}

.cutIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (min-width: 320px) {
  .cutIntro {
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .cutIntro {
    padding: 21.5rem 0 0;
  }
}

@media screen and (min-width: 320px) {
  .introTitle1 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .introTitle1 {
    width: 80%;
  }
}

.introGraphWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .introGraphWrapper {
    -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;
    margin-top: 3rem;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .introGraphWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6rem;
    gap: 0;
  }
}

@media screen and (min-width: 320px) {
  .introGraph {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .introGraph {
    width: 44%;
  }
}

.introGraphCap {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 320px) {
  .introGraphCap {
    font-size: 1.35rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .introGraphCap {
    font-size: 1.85rem;
    margin: 1.3rem 0 0 auto;
  }
}

@media screen and (min-width: 320px) {
  .introTitle2 {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .introTitle2 {
    width: 81%;
    margin-top: 128px;
  }
}

@media screen and (min-width: 320px) {
  .introGraphFull {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .introGraphFull {
    margin-top: 6rem;
  }
}

.cutAbout {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .cutAbout {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout {
    margin-top: 16rem;
  }
}

.aboutTop {
  position: relative;
}
@media screen and (min-width: 320px) {
  .aboutTop {
    padding: 12rem 0 24rem;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTop {
    padding: 54rem 0;
  }
}
.aboutTop .aboutBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-position: left;
     object-position: left;
}
@media screen and (min-width: 320px) {
  .aboutTop .aboutBg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTop .aboutBg {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

@media screen and (min-width: 320px) {
  .aboutTitle {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .aboutTitle {
    width: 83.5%;
  }
}

.sickWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .sickWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .sickWrapper {
    width: 58.5%;
  }
}
@media screen and (min-width: 320px) {
  .sickWrapper.top {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sickWrapper.top {
    margin: 8.3rem auto 0 9.7vw;
  }
}
.sickWrapper.bottom {
  position: relative;
}
@media screen and (min-width: 320px) {
  .sickWrapper.bottom {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .sickWrapper.bottom {
    margin: 6.2rem 9.4vw 0 auto;
  }
}
.sickWrapper.bottom::before {
  position: absolute;
  content: "など…";
  color: #FFFFFF;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  .sickWrapper.bottom::before {
    top: 110%;
    right: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .sickWrapper.bottom::before {
    bottom: 0;
    left: 100%;
    top: unset;
    right: unset;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 320px) {
  .sickItem {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .sickItem {
    width: 30.5%;
  }
}

.bgBrain {
  position: absolute;
  height: auto;
  opacity: 0.2;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 320px) {
  .bgBrain {
    top: 5rem;
    left: -2rem;
    width: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .bgBrain {
    top: 23rem;
    left: -8.2rem;
    width: 56rem;
  }
}

.bgStomach {
  position: absolute;
  height: auto;
  opacity: 0.2;
  z-index: -1;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media screen and (min-width: 320px) {
  .bgStomach {
    top: 46rem;
    right: 0;
    width: 9rem;
  }
}
@media screen and (min-width: 1025px) {
  .bgStomach {
    top: 56.5rem;
    right: -1rem;
    width: 45.7rem;
  }
}

.cutAbout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .cutAbout1 {
    padding: 0 2.5vw;
    margin-top: -16rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 {
    padding: 0 19vw 0 5vw;
    margin-top: -46rem;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout1 .contentWrapper {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .contentWrapper {
    padding-top: 19.5rem;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout1 .contentHeading {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .contentHeading {
    margin-top: 28.5rem;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout1 .pageFvDesc {
    padding: 2rem 0 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .pageFvDesc {
    padding: 6rem 0 0 6rem;
  }
}
.cutAbout1 .contentImgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .cutAbout1 .contentImgWrapper {
    padding: 3rem 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .contentImgWrapper {
    padding: 11rem 1rem 0;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout1 .contentImg {
    width: 28%;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .contentImg {
    width: 24%;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout1 .arrowImg {
    width: 3.3%;
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .arrowImg {
    width: 3.3%;
    margin-top: 15.5rem;
  }
}
.cutAbout1 .contentGraph {
  height: auto;
}
@media screen and (min-width: 320px) {
  .cutAbout1 .contentGraph {
    width: 95%;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout1 .contentGraph {
    width: 99.2%;
    margin: 8.5rem 0 0;
  }
}

.sectionTitle {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 320px) {
  .sectionTitle {
    width: 12%;
  }
}
@media screen and (min-width: 1025px) {
  .sectionTitle {
    width: 8.3%;
  }
}

@media screen and (min-width: 320px) {
  .contentWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .contentWrapper {
    width: 81.5%;
  }
}

@media screen and (min-width: 320px) {
  .cutAbout2 {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 {
    margin-top: 17rem;
  }
}
.cutAbout2 .topInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .topInner {
    padding: 0 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .topInner {
    padding: 0 19vw 0 5vw;
  }
}
.cutAbout2 .aboutBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-position: left;
     object-position: left;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .aboutBg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .aboutBg {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.cutAbout2 .contentWrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .contentWrapper {
    padding: 4rem 0 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .contentWrapper {
    padding: 31.5rem 1.5rem 22.5rem;
  }
}
.cutAbout2 .riskImg {
  height: auto;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .riskImg {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .riskImg {
    margin-top: 10rem;
  }
}
.cutAbout2 .riskText {
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .riskText {
    font-size: 1.4rem;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .riskText {
    font-size: 2.8rem;
    padding-top: 21.4rem;
  }
}
.cutAbout2 .arrowImg {
  position: absolute;
  height: auto;
}
@media screen and (min-width: 320px) {
  .cutAbout2 .arrowImg {
    bottom: -0.8rem;
    right: 2rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .arrowImg {
    bottom: 19.5rem;
    right: 14.5rem;
    width: 6rem;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout2 .bottomInner {
    padding: 3rem 0 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .bottomInner {
    padding: 15rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout2 .preventionImg {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .preventionImg {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 320px) {
  .cutAbout2 .graphImg {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .cutAbout2 .graphImg {
    margin-top: 13rem;
  }
}/*# sourceMappingURL=cut-salt.css.map */