@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular-after.woff") format("woff"), url("../font/NotoSansJP-Regular-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Black-after.woff") format("woff"), url("../font/NotoSansJP-Black-after.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold-after.woff") format("woff"), url("../font/NotoSansJP-Bold-after.eot") format("eot");
  font-display: swap;
}
.m-20 {
  margin: 20px auto;
}

.rese_color3 {
  color: #507e89;
  font-weight: 500;
}

section:not(.mv):not(.it):not(.to-compass-contact) {
  width: 95%;
  max-width: 1250px;
  margin: auto;
}
section:not(.mv):not(.it):not(.to-compass-contact) h2 {
  position: relative;
  margin: 0 auto 20px;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 1000px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2 {
    font-size: 2.5rem;
  }
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.point {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  font-size: 3.8rem;
  font-weight: 600;
  color: #68b7cf;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2.point {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2.point {
    font-size: 2.3rem;
  }
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.point span.kousei {
  position: absolute;
  top: -13px;
  left: -76px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  rotate: -13deg;
  color: #edca4b;
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2.point span.kousei {
    font-size: 1.4rem;
    left: -7px;
    top: -21px;
    rotate: -9deg;
  }
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.point span.api {
  font-size: 70%;
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.point span.pare {
  background-color: #fff;
  color: #edca4b;
  letter-spacing: 0.2rem;
  padding: 0px 13px;
  border-radius: 10px;
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.under {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  section:not(.mv):not(.it):not(.to-compass-contact) h2.under {
    font-size: 2.5rem;
  }
}
section:not(.mv):not(.it):not(.to-compass-contact) h2.under::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 5px;
  background-color: #ffd484;
  border-radius: 50px;
}
section:not(.mv):not(.it):not(.to-compass-contact) p, section:not(.mv):not(.it):not(.to-compass-contact) li {
  font-size: 1.8rem;
  line-height: 1.8;
}
section:not(.mv):not(.it):not(.to-compass-contact) img {
  width: 100%;
}

#trouble .inner {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
  margin: 50px auto 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  #trouble .inner {
    display: block;
  }
}
#trouble .inner ul {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  #trouble .inner ul {
    max-width: 700px;
    margin: auto;
  }
}
#trouble .inner ul li {
  width: 90%;
  margin-bottom: 20px;
  padding: 3.5% 4%;
  background: #92bdc7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  #trouble .inner ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #trouble .inner ul li {
    font-size: 1.45rem;
    padding: 4%;
  }
}
#trouble .inner ul li:nth-child(2), #trouble .inner ul li:nth-child(4) {
  margin: 0 0 20px auto;
  background: #507e89;
}
#trouble .inner ul li:last-of-type {
  margin-bottom: 0;
}
#trouble .inner .img {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  #trouble .inner .img {
    max-width: 450px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  #trouble .inner ul, #trouble .inner .img {
    width: 100%;
  }
}

#about-rece-alignment {
  position: relative;
}
#about-rece-alignment .inner {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1150px;
  margin: 1em auto 3em;
  padding: 2% 4%;
  border: solid 5px #68b7cf;
  border-radius: 15px;
}
#about-rece-alignment::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 0px) solid transparent;
  border-left: calc(50vw - 0px) solid transparent;
  border-top: 100px solid #fff;
  background: #f1f4ff;
}
#about-rece-alignment h3 {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 16px;
  padding: 7px 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #68b7cf;
  border-radius: -1px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #about-rece-alignment h3 {
    font-size: 1.55rem;
  }
}
#about-rece-alignment h3::before {
  content: "？";
  margin-right: 3px;
  background: #fff;
  border-radius: 90%;
  padding: 0px 4px 2px 5px;
  line-height: 1;
  border: 3px solid;
}
@media screen and (max-width: 600px) {
  #about-rece-alignment h3::before {
    padding: 0px 3px 1px 3px;
  }
}
#about-rece-alignment .txt {
  margin: 0 auto 5px;
}
#about-rece-alignment .txt p {
  margin: 10px 0;
  font-size: 1.6rem;
}
.container-back {
  background-color: #f1f4ff;
}

#solution {
  width: 100%;
  max-width: unset;
  position: relative;
}
#solution .inner {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  #solution .inner {
    padding-top: 50px;
  }
}
#solution ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  #solution ul {
    display: block;
  }
}
#solution ul li {
  width: 31.5%;
  padding: 1.8% 2% 2%;
  background: #68b7cf;
  color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  #solution ul li {
    width: 100%;
    max-width: 450px;
    margin: auto auto 15px;
    padding: 1.8% 4% 4%;
  }
}
#solution ul li figure {
  text-align: center;
}
#solution ul li figure img {
  width: 60px;
}
#solution ul li h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #solution ul li h3 {
    font-size: 2rem;
  }
}
#solution ul li p {
  font-size: 1.6rem;
  line-height: 1.7;
}

#point {
  width: 100%;
  max-width: unset;
  padding: 100px 0 50px;
  background-color: #f1f4ff;
}
@media screen and (max-width: 600px) {
  #point {
    padding: 50px 0;
  }
}
#point .inner {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
#point h2.possible {
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  color: #484848;
}
@media screen and (max-width: 1000px) {
  #point h2.possible {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  #point h2.possible {
    font-size: 2.2rem;
  }
}
#point h2.possible span.action {
  font-size: 4.2rem;
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #point h2.possible span.action {
    font-size: 3.2rem;
  }
}
#point h2.possible span.sarani {
  top: -12px;
  left: -67px;
  rotate: -18deg;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  #point h2.possible span.sarani {
    font-size: 1.45rem;
    top: -11px;
    left: -28px;
  }
}
#point h2.possible span::first-letter {
  color: #275ac7;
}
#point ul {
  margin: 30px auto 0;
}
@media screen and (max-width: 1000px) {
  #point ul {
    width: 100%;
    max-width: 600px;
  }
}
#point ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #point ul li {
    flex-direction: column-reverse;
    margin: 0 auto 30px;
  }
}
#point ul li .img {
  width: 28.5%;
}
@media screen and (max-width: 1000px) {
  #point ul li .img {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  #point ul li .img {
    max-width: 230px;
  }
}
#point ul li .txt {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  #point ul li .txt {
    margin-bottom: 15px;
  }
}
#point ul li .txt h4 {
  display: block;
  line-height: 1.3;
  color: #68b7cf;
  margin: 0px 0 15px;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #point ul li .txt h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  #point ul li .txt h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  #point ul li .img, #point ul li .txt {
    width: 100%;
  }
}

#howto {
  margin-top: 50px;
}
#howto .step-wrap {
  width: 100%;
  max-width: 750px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #howto .step-wrap {
    max-width: 600px;
  }
}
#howto .step-wrap p {
  text-align: left;
}
#howto .step-wrap .step {
  position: relative;
  margin: 0 auto 75px;
  border: 1px solid #dbdbdb;
}
#howto .step-wrap .step h3 {
  padding: 15px 0;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  background: #68b7cf;
}
@media screen and (max-width: 600px) {
  #howto .step-wrap .step h3 {
    font-size: 1.6rem;
  }
}
#howto .step-wrap .step h3 span {
  font-size: 85%;
  margin-right: 10px;
}
#howto .step-wrap .step .flex-wrap {
  width: 90%;
  margin: 30px auto 0;
  justify-content: space-between;
}
#howto .step-wrap .step .flex-wrap .img .img-back {
  padding: 20px 0;
  background-color: #ededed;
}
#howto .step-wrap .step .flex-wrap .img .img-back img {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  #howto .step-wrap .step .flex-wrap .img .img-back img {
    width: 75%;
  }
}
#howto .step-wrap .step .flex-wrap .txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  #howto .step-wrap .step .flex-wrap .txt {
    width: 100%;
  }
}
#howto .step-wrap .step .flex-wrap span.line {
  position: absolute;
  left: 50%;
  bottom: -77px;
  width: 20px;
  height: 77px;
  background-color: #dae7e4;
}
#howto .step-wrap .step .link-wrap {
  margin: 15px auto 28px;
  width: -moz-fit-content;
  width: fit-content;
}
#howto .step-wrap .step .link-wrap a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  font-size: 1.4rem;
  color: #333;
  position: relative;
  font-weight: bold;
  padding: 10px 20px 10px 50px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #2589d0;
  border: 2px solid;
}
#howto .step-wrap .step .link-wrap a.movie::before {
  background-image: url("../img/rece-alignment/youtube_icon.png");
}
#howto .step-wrap .step .link-wrap a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 13px;
  top: 5px;
}
@media screen and (max-width: 600px) {
  #howto .step-wrap .step .link-wrap a::before {
    width: 28px;
    height: 26px;
    top: 17px;
  }
}
#howto .step-wrap .step .link-wrap a:hover {
  opacity: 0.8;
}
#howto .step-wrap .step .link-wrap p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

#precautions {
  margin-bottom: 100px;
}
#precautions ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#precautions ul li {
  margin-bottom: 20px;
}
#precautions ul li:last-of-type {
  margin-bottom: 0;
}
#precautions ul li::before {
  content: "◆";
  margin-right: 7px;
  color: #68b7cf;
}/*# sourceMappingURL=rece-alignment.css.map */