@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
main {
  width: 100%;
  margin: 0 auto;
}
main .box {
  background: #fff;
  display: flex;
}
main .box ~ .box {
  margin-top: 20rem;
}
main .box .pic {
  width: 40%;
  height: 32rem;
  margin-left: 6rem;
  background: center center/cover no-repeat;
}
main .box#r1 .pic {
  background-image: url(../images/reason/reason1.png);
}
main .box#r2 .pic {
  background-image: url(../images/reason/reason2.png);
}
main .box#r3 .pic {
  background-image: url(../images/reason/reason3.png);
}
main .box#r4 .pic {
  background-image: url(../images/reason/reason4.png);
}
main .box#r5 .pic {
  background-image: url(../images/reason/reason5.png);
}
main .box .txt {
  flex: 1;
  padding-top: 3rem;
  padding-left: 6rem;
  position: relative;
  z-index: 0;
}
main .box .txt:before {
  position: absolute;
  top: 0;
  left: 20px;
  border-left: 3px solid #F9E8EA;
  padding-left: 4rem;
  font-size: 160px;
  line-height: 1em;
  font-weight: bold;
  color: #F9E8EA;
  pointer-events: none;
  z-index: -1;
}
main .box .txt h2 {
  font-size: 2.8rem;
  z-index: 1;
}
main .box .txt p {
  margin-top: 1rem;
  z-index: 1;
}
main .box#r1 .txt:before {
  content: "01";
}
main .box#r2 .txt:before {
  content: "02";
}
main .box#r3 .txt:before {
  content: "03";
}
main .box#r4 .txt:before {
  content: "04";
}
main .box#r5 .txt:before {
  content: "05";
}
main .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
main .box:nth-of-type(even) .pic {
  margin-left: 0;
  margin-right: 4rem;
}
main .box:nth-of-type(even) .txt {
  padding-right: 1em;
}
@media only screen and (max-width: 834px) {
  main .box {
    flex-direction: column !important;
    max-width: 600px;
    margin-inline: auto;
  }
  main .box ~ .box {
    margin-top: 10rem;
  }
  main .box .txt {
    padding: 4rem;
  }
  main .box .txt:before {
    font-size: 120px;
  }
  main .box .txt h2 {
    font-size: 2.4rem;
  }
  main .box .pic {
    margin: 0 !important;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  main .box .txt {
    padding: 2rem;
  }
  main .box .txt:before {
    left: 10px;
    font-size: 100px;
  }
  main .box .txt h2 {
    font-size: 2rem;
  }
  main .box .pic {
    height: 60vw;
  }
}
main .box {
  background: #fff;
  display: flex;
}
main .box ~ .box {
  margin-top: 20rem;
}
main .box .pic {
  width: 40%;
  height: 32rem;
  margin-left: 6rem;
  background: center center/cover no-repeat;
}
main .box#r1 .pic {
  background-image: url(../images/reason/reason1.png);
}
main .box#r2 .pic {
  background-image: url(../images/reason/reason2.png);
}
main .box#r3 .pic {
  background-image: url(../images/reason/reason3.png);
}
main .box#r4 .pic {
  background-image: url(../images/reason/reason4.png);
}
main .box#r5 .pic {
  background-image: url(../images/reason/reason5.png);
}
main .box .txt {
  flex: 1;
  padding-top: 3rem;
  padding-left: 6rem;
  position: relative;
  z-index: 0;
}
main .box .txt:before {
  position: absolute;
  top: 0;
  left: 20px;
  border-left: 3px solid #F9E8EA;
  padding-left: 4rem;
  font-size: 160px;
  line-height: 1em;
  font-weight: bold;
  color: #F9E8EA;
  pointer-events: none;
  z-index: -1;
}
main .box .txt h2 {
  font-size: 2.8rem;
  z-index: 1;
}
main .box .txt p {
  margin-top: 1rem;
  z-index: 1;
}
main .box#r1 .txt:before {
  content: "01";
}
main .box#r2 .txt:before {
  content: "02";
}
main .box#r3 .txt:before {
  content: "03";
}
main .box#r4 .txt:before {
  content: "04";
}
main .box#r5 .txt:before {
  content: "05";
}
main .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
main .box:nth-of-type(even) .pic {
  margin-left: 0;
  margin-right: 4rem;
}
main .box:nth-of-type(even) .txt {
  padding-right: 1em;
}
@media only screen and (max-width: 834px) {
  main .box {
    flex-direction: column !important;
    max-width: 600px;
    margin-inline: auto;
  }
  main .box ~ .box {
    margin-top: 10rem;
  }
  main .box .txt {
    padding: 4rem;
  }
  main .box .txt:before {
    font-size: 120px;
  }
  main .box .txt h2 {
    font-size: 2.4rem;
  }
  main .box .pic {
    margin: 0 !important;
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  main .box .txt {
    padding: 2rem;
  }
  main .box .txt:before {
    left: 10px;
    font-size: 100px;
  }
  main .box .txt h2 {
    font-size: 2rem;
  }
  main .box .pic {
    height: 60vw;
  }
}/*# sourceMappingURL=reason.css.map */