@charset "UTF-8";
.l-contents--kiji .l-contents__inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.l-header--kiji {
  max-width: 750px;
  margin: 0 auto 20px auto;
}
.l-header--kiji .l-header__inner {
  width: 100%;
  /*padding: 1em 0;
  padding-left: 2em;
  background-color: #294c7a;*/
}
.l-header--kiji .l-header__inner .txt {
  color: #fff;
  font-size: clamp(12px, 3.2vw, 36px);
  font-weight: bold;
}

.l-main--kiji {
  font-size: clamp(12px, 3.3vw, 20px);
  line-height: 1.5;
}
.l-main--kiji .l-main__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em;
  background: #ffffff;
}
.l-main--kiji h1, .l-main--kiji h2, .l-main--kiji h3, .l-main--kiji h4 {
  margin: 0;
  padding: 0;
}
.l-main--kiji .txt {
  line-height: 2em;
}
.l-main--kiji .txt + .txt, .l-main--kiji .txt + .list {
  margin-top: 1em;
}
.l-main--kiji .txt.note {
  font-size: 90%;
  color: #999;
}
.l-main--kiji .txt a {
  color: #4a76c5;
  text-decoration: underline;
}
.l-main--kiji .link {
  margin-top: 1em;
  margin-bottom: 1em;
}
.l-main--kiji .link a {
  color: #4a76c5;
  text-decoration: underline;
}
.l-main--kiji .img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.l-main--kiji .img img {
  max-width: none;
  width: 100%;
}
.l-main--kiji .list + .txt, .l-main--kiji .list + .img {
  margin-top: 1em;
}
.l-main--kiji .list .indent_1em, .l-main--kiji .list.indent_1em {
  text-indent: -1em;
  padding-left: 1em;
}
.l-main--kiji .list .indent_2em, .l-main--kiji .list.indent_2em {
  text-indent: -2em;
  padding-left: 2em;
}
.l-main--kiji .btn {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0;
}
.l-main--kiji .video {
  margin-top: 1em;
  margin-bottom: 1em;
}
.l-main--kiji .video video {
  width: 100%;
}
.l-main--kiji .section + .section {
  margin-top: 60px;
}
.l-main--kiji .block + .block {
  margin-top: 50px;
}
.l-main--kiji .box + .box {
  margin-top: 30px;
}

.l-footer--kiji {
  margin-top: 60px;
  background: #ffffff;
}
.l-footer--kiji .l-footer__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px min(2%, 10px);
}

.p-main_heading {
  margin: 0 0 40px 0;
}
.p-main_heading h1 {
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
  font-size: min(5.3333333333vw, 36px);
  font-weight: bold;
  line-height: 1.6;
  /*&::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background-color: #00a4bc;
  }*/
}
.p-main_heading .txt_pr {
  color: #666666;
  font-size: min(4.2666666667vw, 26px);
  text-align: left;
}
.p-main_heading .txt_pr + .txt_pr {
  margin: 1em 0 0 0;
}
.p-main_heading .txt_pr span {
  font-weight: bold;
}

.p-section_heading--1st {
  margin: 0 0 30px 0;
}
.p-section_heading--1st h2 {
  padding: 8px 0 8px 12px;
  border-left: solid 8px #294c7a;
  font-size: min(5.3333333333vw, 28px);
  font-weight: bold;
  line-height: 1.6;
}

.p-section_heading--2nd {
  margin: 0 0 30px 0;
}
.p-section_heading--2nd h2 {
  font-size: min(5.3333333333vw, 30px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.p-block_heading--1st h3 {
  padding: 12px 0 12px 38px;
  font-size: min(5.3333333333vw, 30px);
  font-weight: bold;
  position: relative;
}
.p-block_heading--1st h3::before {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
.p-block_heading--1st h3::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  top: 34px;
  left: 8px;
  height: 10px;
  width: 10px;
  transform: rotate(15deg);
}

.p-block_heading--2nd h3 {
  padding-left: 2.5em;
  font-size: min(5.3333333333vw, 30px);
  font-weight: bold;
  position: relative;
}
.p-block_heading--2nd h3::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(63, 193, 201, 0.3);
  font-size: min(8.6666666667vw, 50px);
}
.p-block_heading--2nd h3::after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 2em;
  height: 1px;
  background-color: rgb(63, 193, 201);
}

.p-balloons {
  margin: 30px 0 30px 0;
}
.p-balloons .p-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0 22px;
}
.p-balloons .p-balloon .img_balloon_icon {
  align-self: flex-start;
  width: min(20vw, 100px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-balloons .p-balloon .img_balloon_icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.p-balloons .p-balloon .txt_comment {
  width: calc(100% - min(20vw, 100px) - 22px);
  position: relative;
  max-width: 100%;
  margin: 3px 0 0;
  padding: 10px min(4%, 30px);
  border-radius: 5px;
  background-color: #fdf8eb;
  color: #333333;
  font-size: min(4.2666666667vw, 16px);
}
.p-balloons .p-balloon .txt_comment::before {
  position: absolute;
  left: -13px;
  width: 15px;
  height: 30px;
  background-color: #fdf8eb;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}
.p-balloons .p-balloon .txt_comment .txt_title {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
}
.p-balloons .p-balloon .txt_comment .txt_name {
  font-size: min(3.7333333333vw, 14px);
}
.p-balloons .p-balloon:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-balloons .p-balloon:nth-child(2n) .txt_comment::before {
  position: absolute;
  left: auto;
  right: -13px;
  width: 15px;
  height: 30px;
  background-color: #fdf8eb;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.p-balloons .p-balloon + .p-balloon {
  margin-top: 20px;
}

.p-box_list--blue {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-box_list--blue .box_heading h4 {
  padding: 10px 0;
  background: #44a7ee;
  color: #ffffff;
  font-size: min(4vw, 20px);
  font-weight: bold;
  text-align: center;
}
.p-box_list--blue ul {
  padding: 20px 20px 20px calc(20px + 1em);
  border: solid 2px #44a7ee;
}
.p-box_list--blue ul li {
  list-style-type: disc;
}
.p-box_list--blue ul li::marker {
  color: #44a7ee;
}
.p-box_list--blue ul li + li {
  margin-top: 0.5em;
}

.p-natural {
  padding: min(5.3333333333vw, 40px) 0 0 0;
  margin-top: 40px;
  border-top: solid 1px #666666;
  color: #666666;
}
.p-natural .p-natural__heading {
  margin: 0 0 min(5.3333333333vw, 40px) 0;
}
.p-natural .p-natural__heading h2 {
  font-size: clamp(12px, 4.6666666667vw, 23px);
  font-weight: bold;
  text-align: center;
}
.p-natural .p-natural__box + .p-natural__box {
  margin-top: 30px;
}

.c-liner--yellow {
  background-color: #fbecb1;
}

.c-color--red {
  color: #ED3757;
}

.c-color--purple {
  color: #D70382;
}

.c-color--blue {
  color: #0061D5;
}

.c-color--green {
  color: #26C281;
}

.c-color--indigo {
  color: #0A77BA;
}

.c-color--orange {
  color: #F1811A;
}

.c-color--emerald {
  color: rgb(17, 152, 147);
}

.c-color--violet {
  color: #4826C2;
}

.c-color--lavender {
  color: #9F3FED;
}

.c-font_size--strong {
  font-size: clamp(12px, 3.3vw, 25px);
}

.c-font_size-large {
  font-size: 115%;
}

.c-font_size--strong.subtitle {
  font-size: min(4.5vw, 32px);
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.c-font_size--strong.subheading {
  font-size: min(3.5vw, 28px);
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  text-align: left;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: #999 4px solid;
}

.c-list--notes {
  margin: 1em 0;
}
.c-list--notes li {
  font-size: clamp(12px, 1.6vw, 14px);
  word-break: break-all;
}
.c-list--notes li + li {
  margin-top: 0.5em;
}

.c-list--1st {
  margin: 1em 0;
}
.c-list--1st li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list--1st li + li {
  margin-top: 0.5em;
}
.c-list--1st li.notes {
  font-size: clamp(12px, 1.6vw, 14px);
  font-weight: normal;
}

.c-list--check {
  margin: 1em 0;
}
.c-list--check li {
  padding-left: 1.5em;
  position: relative;
}
.c-list--check li + li {
  margin-top: 0.5em;
}
.c-list--check li::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: solid 1px #000000;
  position: absolute;
  transform: translate(0, 50%);
  left: 0;
  bottom: 45%;
}
.c-list--check li::after {
  content: " ";
  display: inline-block;
  width: 0.4em;
  height: 0.6em;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: absolute;
  transform: translate(0, 50%) rotate(45deg);
  left: 0.3em;
  bottom: 50%;
}

.c-list--pink {
  margin: 1em 0;
}
.c-list--pink li + li {
  margin-top: 0.5em;
}
.c-list--pink li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #FF0000;
}

.c-button--1st {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-button--1st a {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  min-height: 80px;
  padding: 20px 2em 20px 1.5em;
  background: linear-gradient(0deg, rgb(32, 112, 76) 0%, rgb(37, 127, 77) 35%, rgb(120, 192, 93) 100%);
  border-radius: 200px;
  box-shadow: 1px 3px 5px #aaaaaa;
  color: #FEFF00;
  font-weight: bold;
  font-size: min(6.4vw, 34px);
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}
.c-button--1st a span {
  color: #ffffff;
  font-size: min(4.2666666667vw, 24px);
}
.c-button--1st a::before {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  border: solid 2px #ffffff;
  border-radius: 50%;
  position: absolute;
  transform: translate(0, 50%);
  right: 0.5em;
  bottom: 50%;
}
.c-button--1st a::after {
  content: " ";
  display: block;
  border-top: solid 0.2em transparent;
  border-left: solid 0.3em #ffffff;
  border-bottom: solid 0.2em transparent;
  position: absolute;
  transform: translate(0, 50%);
  right: 0.8em;
  bottom: 50%;
}

.footer__block--01 .footer__block__box--01 {
  font-size: clamp(12px, 1.8666666667vw, 14px);
}
.footer__block--01 .footer__block__box--01 .list_footer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__block--01 .footer__block__box--01 .list_footer li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #000000;
}
.footer__block--01 .footer__block__box--01 .txt_copyright {
  text-align: center;
}

@media only screen and (min-width:769px) {
  .l-main--kiji a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width:768px) {
  .l-inner--90 {
    padding: 0 min(5%, 10px);
  }
  .c-button--1st a {
    width: 100%;
  }
}
.p-cta_area {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-cta_area .img {
  margin: 0;
}
.p-cta_area .img img {
  vertical-align: middle;
}

@media only screen and (min-width:769px) {
  .video_01 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .video_02 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:768px) {
  .video_01 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .video_02 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */

.l-main--kiji .box .box__inner {
  position: relative;
}
.fixed_banner {
  margin: 0 !important;
  position: fixed;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  display: none;
  z-index: 100;
  width: min(calc(600 / 730* 100vw), 600px);
  img {
    display: block;
  }
}
@media (min-width: 768px) {
  .fixed_banner {
    position: fixed;
    left: auto;
    right: calc(50% - (400px));
    translate: 0 0;
    width: 400px;
  }
}

.fixed_banner.is-visible {
  display: block;
}
