@charset "UTF-8";

/* ホバー */
a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  margin: 0 auto;
  color: #5e4641;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-br-pc {
    display: block;
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
}

.l-container.l-container--bg::before {
  display: block;
  z-index: -3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg2.png) no-repeat center/cover;
  content: "";
}

.l-header {
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1080px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.c-common-button {
  -webkit-animation: button-animation 1s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
          animation: button-animation 1s linear infinite;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-common-button {
    cursor: pointer;
  }
}

@-webkit-keyframes button-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes button-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.c-commonImg {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.c-commonImg img {
  display: block;
  width: 100%;
  height: auto;
}

#copyright {
  padding: 15px 0px;
  text-align: center;
}

#container p {
  padding: 0px 35px;
  clear: both;
  line-height: 1.5;
}

div.clear {
  margin: 0 0 10px 0;
  clear: both;
}

th, td {
  font-size: 14px;
}

.tb01 {
  width: 100%;
  margin: 30px auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tb01 .title {
  width: 35%;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #e4e4e4;
}

.tb01 td {
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #FFFFFF;
  text-align: left;
}

.p-about {
  z-index: 1;
  position: relative;
  background-attachment: fixed;
  background-image: url(../images/bg1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-about__contents {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    padding-top: 76px;
    padding-bottom: 159px;
  }
}

.p-about__contents::before {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  height: 100%;
          transform: translateX(-50%);
  background-color: #fff;
  content: "";
  opacity: 0.7;
}

.p-about__textBox {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-about__textBox {
    margin-top: 132px;
  }
}

.p-about__Block + .p-about__Block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-about__Block + .p-about__Block {
    margin-top: 107px;
  }
}

.p-about__text {
  -webkit-font-feature-settings: "palt";
  color: #443a29;
          font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 44px;
  }
}

.p-about__text + .p-about__text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-about__text + .p-about__text {
    margin-top: 40px;
  }
}

.p-about__textBold {
  font-weight: 700;
}

.p-about__textLine {
  display: inline;
  padding: 0 1px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #ffe400));
  background: -webkit-linear-gradient(transparent 72%, #ffe400 0%);
  background: linear-gradient(transparent 72%, #ffe400 0%);
}

.p-cta {
  z-index: 10;
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
  overflow: hidden;
  background-color: #ff6f7e;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.p-cta__box {
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 22px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__box {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .p-cta__box {
    max-width: 904px;
    padding: 48px 45px;
  }
}

.p-cta__text {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    max-width: 725px;
  }
}

.p-cta__button {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .p-cta__button {
    max-width: 814px;
    margin-top: 29px;
  }
}

.p-efficacy__contents {
  -webkit-box-shadow: 3px 9px 13px #ebeeec;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #fff;
          box-shadow: 3px 9px 13px #ebeeec;
}
@media screen and (min-width: 768px) {
  .p-efficacy__contents {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}

.p-efficacy__content {
  margin-top: 57px;
}

.p-efficacy__content2 {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__content2 {
    margin-top: 90px;
  }
}

.p-efficacy__box {
  max-width: 937px;
}

.p-efficacy__box2 {
  max-width: 920px;
}

.p-efficacy__box2 {
  -webkit-box-shadow: 6px 0 16px rgba(255, 122, 119, .32);
  z-index: 1;
  position: relative;
  padding: 32px 16px 30px 16px;
          box-shadow: 6px 0 16px rgba(255, 122, 119, .32);
}
@media screen and (min-width: 768px) {
  .p-efficacy__box2 {
    padding: 64px 50px 60px 41px;
  }
}

.p-efficacy__box2::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -6px;
  left: -1px;
  width: 139px;
  height: 79px;
  background: url(../images/label.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-efficacy__box2::before {
    width: 278px;
    height: 158px;
  }
}

.p-efficacy__voice {
  max-width: 687px;
  margin-right: auto;
  margin-left: 0;
}

.p-efficacy__voice.p-efficacy__voice--2 {
  max-width: 667px;
}

.p-efficacy__voice.p-efficacy__voice--3 {
  max-width: 689px;
}

.p-efficacy__voice.p-efficacy__voice--4 {
  max-width: 697px;
}

.p-efficacy__text {
  -webkit-font-feature-settings: "palt";
  color: #191919;
          font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-efficacy__text {
    font-size: 30px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .p-efficacy__text {
    font-size: 40px;
  }
}

.p-efficacy__text--colorPink {
  color: #ff5f67;
}

.p-efficacy__textLarge {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__textLarge {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-efficacy__textLarge {
    font-size: 61px;
  }
}

.p-efficacy__text + .p-efficacy__text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__text + .p-efficacy__text {
    margin-top: 41px;
  }
}

.p-efficacy__text.p-efficacy__text--2 + .p-efficacy__text.p-efficacy__text--2 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__text.p-efficacy__text--2 + .p-efficacy__text.p-efficacy__text--2 {
    margin-top: 35px;
  }
}

.p-efficacy__textBox {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__textBox {
    margin-top: 56px;
  }
}

.p-efficacy__textBox2 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__textBox2 {
    margin-top: 70px;
  }
}

.p-efficacy__textBox3 {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__textBox3 {
    margin-top: 78px;
  }
}

.p-efficacy__textLine {
  display: inline;
  padding: 0 1px 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(0%, #ffe400));
  background: -webkit-linear-gradient(transparent 72%, #ffe400 0%);
  background: linear-gradient(transparent 72%, #ffe400 0%);
}

.p-efficacy__text--middle {
  font-size: 19px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-efficacy__text--middle {
    font-size: 33px;
  }
}
@media screen and (min-width: 992px) {
  .p-efficacy__text--middle {
    font-size: 44px;
  }
}

.p-efficacy__text--bold {
  font-weight: bold;
}

.p-efficacy__box2 + .p-efficacy__box2 {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__box2 + .p-efficacy__box2 {
    margin-top: 63px;
  }
}

.p-efficacy__box2.p-efficacy__box2--2 {
  padding-top: 41px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__box2.p-efficacy__box2--2 {
    padding-top: 82px;
  }
}

.p-efficacy__box2.p-efficacy__box2--4 {
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__box2.p-efficacy__box2--4 {
    padding-top: 92px;
  }
}

.p-efficacy__img {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__img {
    margin-top: 120px;
  }
}

.p-efficacy__img2 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-efficacy__img2 {
    margin-top: 60px;
  }
}

.p-footer {
  z-index: 10;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ff6f7e;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

.p-footer small {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.p-footer__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.p-footer__block a {
  margin-right: 32px;
  text-decoration: underline;
}

.p-footer__block a:last-child {
  margin-right: 0;
}

.p-fv {
  display: block;
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  overflow: hidden;
  background: url(../images/fv-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 562px) {
  .p-fv {
    padding-top: 104px;
  }
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 838px;
    padding-top: 138px;
  }
}
@media screen and (min-width: 992px) {
  .p-fv {
    height: 100%;
    padding-top: 174px;
  }
}

.p-fv__img {
  max-width: 967px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-fv__img img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
}

.p-header {
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .p-header {
    padding-top: 21px;
  }
}

.p-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-header__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 345px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 562px) {
  .p-header__title {
    max-width: 420px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__title {
    max-width: 570px;
  }
}
@media screen and (min-width: 992px) {
  .p-header__title {
    max-width: 714px;
  }
}

.p-point__contents {
  -webkit-box-shadow: 3px 9px 13px #ebeeec;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 26px;
  background-color: #fff;
          box-shadow: 3px 9px 13px #ebeeec;
}
@media screen and (min-width: 768px) {
  .p-point__contents {
    padding-top: 180px;
    padding-bottom: 51px;
  }
}

.p-point__content {
  margin-top: 57px;
}

.p-point__content2 {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .p-point__content2 {
    margin-top: 90px;
  }
}

.p-point__box {
  max-width: 937px;
}

.p-point__box2 {
  max-width: 920px;
}

.p-point__free {
  position: relative;
}

.p-profile__contents {
  -webkit-box-shadow: 3px 9px 13px #ebeeec;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #fff;
          box-shadow: 3px 9px 13px #ebeeec;
}
@media screen and (min-width: 768px) {
  .p-profile__contents {
    padding-top: 80px;
    padding-bottom: 61px;
  }
}

.p-profile__content {
  z-index: 1;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__content {
    max-width: 100%;
    margin-top: 70px;
  }
}

.p-profile__box {
  z-index: 1;
  position: relative;
  padding-top: 240px;
  padding-right: 20;
  padding-bottom: 37px;
  padding-left: 20px;
  background-color: #fff9f6;
}
@media screen and (min-width: 768px) {
  .p-profile__box {
    padding-top: 270px;
  }
}
@media screen and (min-width: 992px) {
  .p-profile__box {
    padding-top: 183px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.p-profile__block {
  position: relative;
  margin-top: 40px;
  padding: 18px 17px;
}
@media screen and (min-width: 768px) {
  .p-profile__block {
    margin-top: 60px;
    padding: 35px 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-profile__block {
    margin-top: 112px;
  }
}

.p-profile__block::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0.5;
}

.p-profile__imgWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-profile__imgWrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
}

.p-profile__img {
  z-index: 1;
  position: relative;
  max-width: 246px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__img {
    max-width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .p-profile__img {
    max-width: 490px;
    margin-left: 0;
  }
}

.p-profile__img.p-profile__img--1 {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 320px;
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-profile__img.p-profile__img--1 {
    max-width: 408px;
  }
}
@media screen and (min-width: 992px) {
  .p-profile__img.p-profile__img--1 {
    -webkit-transform: initial;
    right: 0;
    left: auto;
    left: initial;
    max-width: 643px;
            -webkit-transform: none;
                    transform: none;
            transform: initial;
  }
}

.p-profile__text {
  -webkit-font-feature-settings: "palt";
  color: #333333;
          font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-profile__text {
    font-size: 34px;
  }
}

.p-profile__text + .p-profile__text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-profile__text + .p-profile__text {
    margin-top: 28px;
  }
}

.p-profile__textBox + .p-profile__textBox {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-profile__textBox + .p-profile__textBox {
    margin-top: 60px;
  }
}

.p-section {
  z-index: 5;
  position: relative;
}

.p-section__title.p-section__title--point {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-section__title.p-section__title--point {
    margin-top: 146px;
  }
}

.p-section__title.p-section__title--efficacy {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .p-section__title.p-section__title--efficacy {
    margin-top: 150px;
  }
}

.p-section__title.p-section__title--efficacy2 {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .p-section__title.p-section__title--efficacy2 {
    margin-top: 150px;
  }
}

.p-section__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-section__inner {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .p-section__inner {
    max-width: 1000px;
  }
}

.p-sectionTitle__img {
  z-index: 10;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.p-sectionTitle__img.p-sectionTitle__img--about {
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--about {
    max-width: 853px;
  }
}

.p-sectionTitle__img.p-sectionTitle__img--point {
  max-width: 325px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--point {
    max-width: 652px;
  }
}

.p-sectionTitle__img.p-sectionTitle__img--point2 {
  max-width: 245px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--point2 {
    max-width: 487px;
  }
}

.p-sectionTitle__img.p-sectionTitle__img--p-efficacy {
  max-width: 292px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--p-efficacy {
    max-width: 585px;
  }
}

.p-sectionTitle__img.p-sectionTitle__img--p-efficacy2 {
  max-width: 234px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--p-efficacy2 {
    max-width: 469px;
  }
}

.p-sectionTitle__img.p-sectionTitle__img--profile {
  max-width: 245px;
}
@media screen and (min-width: 768px) {
  .p-sectionTitle__img.p-sectionTitle__img--profile {
    max-width: 569px;
  }
}
/*# sourceMappingURL=style.css.map */