@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

em {
  font-style: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0099ff;
  text-decoration: none;
}
a:visited {
  color: #0099ff;
}
a:hover {
  color: #29c67d;
  text-decoration: none;
}

::-moz-selection {
  background-color: #dff3fc;
  color: #222222;
}

::selection {
  background-color: #dff3fc;
  color: #222222;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@-webkit-keyframes swing_2 {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes swing_2 {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes shootup {
  0% {
    -webkit-transform: translateY(800px) translateX(-400px);
            transform: translateY(800px) translateX(-400px);
  }
  40% {
    -webkit-transform: translateY(-5500px) translateX(0);
            transform: translateY(-5500px) translateX(0);
  }
  80% {
    -webkit-transform: translateY(800px) translateX(600px);
            transform: translateY(800px) translateX(600px);
  }
  100% {
    -webkit-transform: translateY(800px) translateX(600px);
            transform: translateY(800px) translateX(600px);
  }
}
@keyframes shootup {
  0% {
    -webkit-transform: translateY(800px) translateX(-400px);
            transform: translateY(800px) translateX(-400px);
  }
  40% {
    -webkit-transform: translateY(-5500px) translateX(0);
            transform: translateY(-5500px) translateX(0);
  }
  80% {
    -webkit-transform: translateY(800px) translateX(600px);
            transform: translateY(800px) translateX(600px);
  }
  100% {
    -webkit-transform: translateY(800px) translateX(600px);
            transform: translateY(800px) translateX(600px);
  }
}
@-webkit-keyframes shootdown {
  0% {
    -webkit-transform: translateY(-300px) translateX(-300px) rotate(0);
            transform: translateY(-300px) translateX(-300px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(7500px) translateX(0) rotate(30deg);
            transform: translateY(7500px) translateX(0) rotate(30deg);
  }
  100% {
    -webkit-transform: translateY(7500px) translateX(0) rotate(30deg);
            transform: translateY(7500px) translateX(0) rotate(30deg);
  }
}
@keyframes shootdown {
  0% {
    -webkit-transform: translateY(-300px) translateX(-300px) rotate(0);
            transform: translateY(-300px) translateX(-300px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(7500px) translateX(0) rotate(30deg);
            transform: translateY(7500px) translateX(0) rotate(30deg);
  }
  100% {
    -webkit-transform: translateY(7500px) translateX(0) rotate(30deg);
            transform: translateY(7500px) translateX(0) rotate(30deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.23);
            transform: scale(1.23);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.23);
            transform: scale(1.23);
  }
}
.l-header {
  width: 100%;
  background-color: #ffffff;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 45px;
  }
}
.l-header__inner img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__inner a:hover img {
  opacity: 0.75;
}

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_1 {
    width: 84px;
  }
}

.l-header__logo_2 {
  width: 58px;
  height: auto;
  margin-left: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_2 {
    width: 40.6px;
    margin-left: 15px;
  }
}

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 5%;
  }
}
.l-footer small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 130px;
  padding-bottom: 10px;
  text-align: center;
  color: #4e4e4e;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

a.l-footer__btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 2px solid #fa59ad;
  color: #fa59ad;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}
a.l-footer__btn:hover {
  background-color: #fa59ad;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.l-footer__btn:hover::before {
  border-color: #ffffff;
}
a.l-footer__btn::before {
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fa59ad;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
a.l-footer__btn span {
  margin-top: -2px;
}

.l-footer__back_to_top {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 2px solid #383838;
  border-left: 2px solid #383838;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer__back_to_top:hover {
  -webkit-transform: rotate(45deg) scale(1.2);
          transform: rotate(45deg) scale(1.2);
}

.container {
  position: relative;
  background-color: #e6def6;
  overflow-y: clip;
}

.container__pict {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .container__pict {
    display: none;
  }
}
.container__pict.container__pict--1 {
  left: calc(50% - 590px);
  bottom: -800px;
  -webkit-animation: shootup 10s cubic-bezier(0.77, 0, 0.175, 1) 4s infinite normal;
          animation: shootup 10s cubic-bezier(0.77, 0, 0.175, 1) 4s infinite normal;
}
.container__pict.container__pict--1 img {
  -webkit-animation: rotate 20s linear infinite normal;
          animation: rotate 20s linear infinite normal;
}
.container__pict.container__pict--2 {
  top: -500px;
  right: calc(50% - 590px);
  -webkit-animation: shootdown 15s linear 4s infinite normal;
          animation: shootdown 15s linear 4s infinite normal;
}

.attention {
  display: block;
  width: 100%;
  padding: 12px;
  padding-top: 8px;
  text-align: center;
  background-color: #f44a5e;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .attention {
    padding: 5px 15px;
    text-align: left;
    font-size: 1.5rem;
  }
}

.hero {
  padding-top: 25px;
  background-color: #fffceb;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hero__inner {
  position: relative;
  background: url(../img/hero_bg.png) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .hero__inner {
    background: url(../img/sp_hero_bg.png) center top/contain scroll no-repeat;
  }
}

.hero__h {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero__h {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.hero__date,
.hero__text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.slider {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #fffceb;
}
@media screen and (max-width: 767px) {
  .slider {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.slider__inner {
  position: relative;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slider__inner {
    width: 100%;
    margin: 0;
    padding: 0 5.35%;
  }
}

.slider__ul {
  width: 100%;
  height: 590px;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider__ul {
    width: 100%;
    height: auto;
    border-radius: 50px;
  }
}
.slider__ul li img {
  -webkit-animation: scale 25s ease infinite alternate;
          animation: scale 25s ease infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.slider__badge {
  position: absolute;
  top: -60px;
  right: 85px;
  -webkit-animation: swing 1.8s ease-in-out infinite alternate;
          animation: swing 1.8s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .slider__badge {
    width: 142px;
    height: auto;
    top: -30px;
    right: 15px;
  }
}

.slider__prop {
  position: absolute;
  z-index: 1;
  -webkit-animation: swing_2 1.2s ease-in-out infinite alternate;
          animation: swing_2 1.2s ease-in-out infinite alternate;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (max-width: 767px) {
  .slider__prop {
    display: none;
  }
}
.slider__prop.slider__prop--1 {
  bottom: -143px;
  left: 45px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.slider__prop.slider__prop--2 {
  bottom: -208px;
  left: 83px;
}

.sum {
  position: relative;
  padding-bottom: 100px;
  background-color: #fffceb;
}
@media screen and (max-width: 767px) {
  .sum {
    padding-bottom: 60px;
  }
}

.sum__h {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.sum__body {
  width: 780px;
  margin: auto;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sum__body {
    width: 100%;
    margin: 0;
    margin-bottom: 130px;
    padding: 0 5.35%;
  }
}

.sum__text {
  font-size: 2rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .sum__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.sum__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sum__text em {
  color: #f44a5e;
}

.sum__pict {
  position: absolute;
}
.sum__pict.sum__pict--1 {
  top: 100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sum__pict.sum__pict--1 {
    display: none;
  }
}
.sum__pict.sum__pict--2 {
  top: 400px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sum__pict.sum__pict--2 {
    display: none;
  }
}
.sum__pict.sum__pict--3 {
  top: 820px;
  right: calc(50% - 630px);
  width: 225px;
}
@media screen and (max-width: 767px) {
  .sum__pict.sum__pict--3 {
    display: none;
  }
}
.sum__pict.sum__pict--4 {
  top: 1100px;
  right: calc(50% + 450px);
}
@media screen and (max-width: 767px) {
  .sum__pict.sum__pict--4 {
    top: auto;
    width: 90px;
    height: 90px;
    bottom: 32%;
    left: 0;
  }
}

.note {
  margin-top: 1em;
  color: #4e4e4e;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .note {
    font-size: 1.3rem;
  }
}
.note.note--sum {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .note.note--sum {
    text-align: left;
  }
}
.note.note--outline {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .note.note--outline {
    width: 100%;
  }
}
.note.note--outline li:first-child {
  color: #f44a5e;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .note.note--outline li:first-child {
    font-size: 1.5rem;
  }
}
.note.note--flow {
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .note.note--flow {
    width: 100%;
    margin: 0;
  }
}

.note__li {
  padding-left: 1em;
  text-indent: -1em;
}
.note__li:not(:last-child) {
  margin-bottom: 5px;
}
.note__li::before {
  content: "※";
}

@media screen and (max-width: 767px) {
  .aside__outer {
    padding: 0 5.35%;
  }
}

.aside {
  position: relative;
  width: 780px;
  height: auto;
  border: 10px solid #70c8f3;
  margin: auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .aside {
    width: 100%;
    border-width: 6px;
    margin: 0;
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 50px;
  }
}

.aside__h {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aside__h {
    margin-bottom: 10px;
  }
}

.aside__text {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .aside__text {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.aside__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.aside__warp {
  width: 290px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .aside__warp {
    width: 180px;
  }
}

.aside__btn {
  -webkit-transition: background-position 0.3s ease, -webkit-transform 1.3s ease;
  transition: background-position 0.3s ease, -webkit-transform 1.3s ease;
  transition: background-position 0.3s ease, transform 1.3s ease;
  transition: background-position 0.3s ease, transform 1.3s ease, -webkit-transform 1.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(246, 118, 176, 0.95)), to(rgba(246, 118, 176, 0.95))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(41, 198, 125, 0.95) 0%, rgba(41, 198, 125, 0.95) 50%, rgba(246, 118, 176, 0.95) 50%, rgba(246, 118, 176, 0.95) 100%) 100% 0/200% auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .aside__btn {
    height: 40px;
  }
}
.aside__btn img {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .aside__btn img {
    width: 113px;
    height: 22px;
  }
}
.aside__btn::before {
  display: block;
  position: absolute;
  right: 15px;
  width: 13px;
  height: 13px;
  border: 4px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .aside__btn::before {
    right: 10px;
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
}
.aside__btn:hover {
  background-position: 0 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.aside__pict {
  position: absolute;
}
.aside__pict.aside__pict--1 {
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .aside__pict.aside__pict--1 {
    width: 150px;
    height: 85px;
    top: -80px;
  }
}
.aside__pict.aside__pict--2 {
  left: 94px;
  bottom: -52px;
}
@media screen and (max-width: 767px) {
  .aside__pict.aside__pict--2 {
    width: 80px;
    height: 65px;
    bottom: 12px;
    left: calc(50% - 161px);
  }
}
.aside__pict.aside__pict--3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .aside__pict.aside__pict--3 {
    display: block;
    width: 80px;
    height: 95px;
    bottom: 0px;
    right: calc(50% - 175px);
  }
}

.features {
  position: relative;
  padding-bottom: 100px;
  background-color: #fde1ed;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 0 5.35%;
    padding-bottom: 20px;
  }
}

.features__h {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features__h {
    margin-bottom: 20px;
  }
}
.features__h img {
  margin-top: -25px;
}

.features__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .features__ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .features__li {
    margin-bottom: 30px;
  }
}
.features__li:nth-child(n+4) {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(n+4) {
    margin-top: 0;
  }
}
.features__li:nth-child(2) img, .features__li:nth-child(5) img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(2) img, .features__li:nth-child(5) img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .features__li:nth-child(5) {
    margin-bottom: 10px;
  }
}

.flow {
  position: relative;
  padding-bottom: 50px;
  background-color: #e7ffd4;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 0 5.35%;
    padding-bottom: 40px;
  }
}

.flow__h {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__h {
    margin-bottom: 10px;
  }
}
.flow__h img {
  margin-top: -25px;
}

.flow__pict {
  margin-bottom: 10px;
  text-align: center;
}

.outline {
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 0 5.35%;
    padding-bottom: 80px;
  }
}

.outline__h {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline__h {
    margin-bottom: 32px;
  }
}
.outline__h img {
  margin-top: -25px;
}

.outline__wrap {
  position: relative;
  width: 980px;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .outline__wrap {
    width: 100%;
    margin: 0;
  }
}

.outline__img {
  position: absolute;
}
.outline__img.outline__img--1 {
  top: -101px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .outline__img.outline__img--1 {
    width: 70px;
    height: 70px;
    top: -61px;
    left: 50px;
    z-index: 2;
  }
}
.outline__img.outline__img--2 {
  bottom: 35px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .outline__img.outline__img--2 {
    width: 130px;
    height: 160px;
    top: 240px;
    right: 0;
    z-index: 2;
  }
}

.outline__table {
  width: 100%;
  border: 5px solid #8cd154;
  background-color: #ffffff;
  color: #222222;
  line-height: 1.5;
  font-weight: 500;
  border-collapse: separate;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .outline__table {
    border: none;
    background-color: transparent;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.outline__table tr:first-child th {
  border-top-left-radius: 45px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:first-child th {
    border-top-left-radius: 6px;
  }
}
.outline__table tr:first-child td {
  border-top-right-radius: 45px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:first-child td {
    border-top-right-radius: 6px;
  }
}
.outline__table tr:last-child th {
  border-bottom-left-radius: 45px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:last-child th {
    border-bottom-left-radius: 6px;
  }
}
.outline__table tr:last-child td {
  border-bottom-right-radius: 45px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:last-child td {
    border-bottom-right-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
}
.outline__table th {
  width: 200px;
  padding: 40px;
  border: 1px solid #8cd154;
  border-top-width: 0;
  border-right-width: 0;
  background-color: #edf8e5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 6px;
    border: 3px solid #8cd154;
    background-color: #edf8e5;
    color: #222222;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
  }
}
.outline__table td {
  padding: 40px;
  border: 1px solid #8cd154;
  border-top-width: 0;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
    border: none;
  }
}
.outline__table td em {
  display: block;
  font-weight: 700;
  color: #f44a5e;
}
.outline__table td span {
  display: block;
  text-decoration: line-through;
}

a.outline__btn {
  -webkit-transition: background-position 0.3s, -webkit-transform 1.3s;
  transition: background-position 0.3s, -webkit-transform 1.3s;
  transition: background-position 0.3s, transform 1.3s;
  transition: background-position 0.3s, transform 1.3s, -webkit-transform 1.3s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: 2px 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(244, 74, 94, 0.95)), to(rgba(244, 74, 94, 0.95))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(41, 198, 125, 0.95) 0%, rgba(41, 198, 125, 0.95) 50%, rgba(244, 74, 94, 0.95) 50%, rgba(244, 74, 94, 0.95) 100%) 100% 0/200% auto scroll no-repeat;
  color: #ffffff;
  font-size: 1.4rem;
  background-color: #f44a5e;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  a.outline__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    margin-left: 0;
    margin-top: 8px;
  }
}
a.outline__btn::before {
  display: block;
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  a.outline__btn::before {
    width: 6px;
    height: 6px;
  }
}
a.outline__btn:hover {
  background-position: 0 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  margin-bottom: 200px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 10px;
    max-width: initial;
    margin-bottom: 80px;
    padding: 0 5.35%;
  }
}

.btn {
  -webkit-transition: background-position 0.4s ease, -webkit-transform 1.3s ease;
  transition: background-position 0.4s ease, -webkit-transform 1.3s ease;
  transition: background-position 0.4s ease, transform 1.3s ease;
  transition: background-position 0.4s ease, transform 1.3s ease, -webkit-transform 1.3s ease;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 95px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(41, 198, 125, 0.95)), color-stop(50%, rgba(244, 74, 94, 0.95)), to(rgba(244, 74, 94, 0.95))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(41, 198, 125, 0.95) 0%, rgba(41, 198, 125, 0.95) 50%, rgba(244, 74, 94, 0.95) 50%, rgba(244, 74, 94, 0.95) 100%) 100% 0/200% auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 70px;
    border-radius: 35px;
  }
}
.btn::before {
  display: block;
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 7px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 20px;
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn:hover .btn__img {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .btn__text {
    width: 180px;
    height: auto;
  }
}

.btn__img {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  position: absolute;
  top: -110px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .btn__img {
    top: -60px;
    width: 70px;
    height: 60px;
  }
}

.btn__note {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #909090;
  color: #f66e7e;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn__note {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    padding: 3px 10px;
    text-align: left;
    font-size: 1.2rem;
  }
}

.pdf_btn {
  -webkit-transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, transform 0.8s;
  transition: background-position 0.35s, transform 0.8s, -webkit-transform 0.8s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  color: #ffffff !important;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#29c67d), color-stop(50%, #29c67d), color-stop(50%, #a284dd), to(#a284dd)) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, #29c67d 0%, #29c67d 50%, #a284dd 50%, #a284dd 100%) 100% 0/200% auto scroll no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    height: 60px;
    font-size: 1.9rem;
  }
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.pdf_btn img {
  height: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pdf_btn img {
    height: 20px;
    margin-right: 5px;
  }
}

.pdf_btn__outer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #fffceb;
}
@media screen and (max-width: 767px) {
  .pdf_btn__outer {
    padding: 10px 5.35% 50px;
  }
}

.pdf_btn__wrap {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
  }
}

.products {
  padding-bottom: 120px;
  background-color: #dff3fc;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 0 5.35%;
    padding-bottom: 60px;
  }
}

.products__h {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 30px;
  }
}
.products__h img {
  margin-top: -25px;
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 40px;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 30px;
    width: 100%;
  }
}

.products__a {
  -webkit-transition: border-color 0.5s, -webkit-transform 0.5s;
  transition: border-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-color 0.5s;
  transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 570px;
  padding: 30px 30px 40px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 50px;
  border: 10px solid #f44a5e;
}
.products__a:nth-child(1), .products__a:nth-child(5) {
  border-color: #70c8f3;
}
.products__a:nth-child(2), .products__a:nth-child(6) {
  border-color: #97d665;
}
.products__a:nth-child(3), .products__a:nth-child(7) {
  border-color: #ffac70;
}
.products__a:nth-child(4), .products__a:nth-child(8) {
  border-color: #fbe33f;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    padding: 14px 14px 30px;
    border-width: 6px;
  }
}
.products__a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  border-color: #f55c6e;
}

.products__pict {
  text-align: center;
  margin-bottom: 10px;
}

.products__co,
.products__name,
.products__type {
  display: block;
  text-align: center;
}

.products__co {
  color: #222222;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 1.6rem;
  }
}

.products__name {
  margin-top: 5px;
  color: #222222;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__name {
    margin-top: 2px;
    font-size: 2rem;
  }
}

.products__wrap {
  text-align: center;
}

.products__note {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
  color: #4e4e4e;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.products__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.products__note li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .products__note {
    margin-top: 15px;
    text-align: left;
    font-size: 1.2rem;
  }
}

.products__type {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.post {
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  font-weight: 700;
  background-color: #fde1ed;
}
@media screen and (max-width: 767px) {
  .post {
    padding: 0 5.35%;
    padding-bottom: 30px;
  }
}

.post__h {
  margin-bottom: 10px;
  text-align: center;
}
.post__h img {
  margin-top: -25px;
}

.post__text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.post__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 50px;
  color: #f44a5e;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__tag {
    gap: 1rem 2rem;
    font-size: 2rem;
    line-height: 0.8;
  }
}
.post__tag h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    width: 100%;
    font-size: 2rem;
  }
}

.ownlyUgcsetPostComment {
  color: #222222 !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.62 !important;
}

.ownlyUgcsetPost:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ownlyUgcsetPost:not(:last-child) {
    margin: 0;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: #bcbcbc;
  border-radius: 4px;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #bcbcbc;
  border-radius: 4px;
  content: "";
}

.slick-dots li.slick-active button::before {
  background-color: #4e4e4e;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.u-d-n {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important;
  }
}
.u-d-b {
  display: block !important;
}

.u-d-b-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-b-mq {
    display: block !important;
  }
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-ib-mq {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-d-ib-mq {
    display: inline-block !important;
  }
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-mt-xxs {
  margin-top: 20px !important;
}

.u-mt-xs {
  margin-top: 30px !important;
}

.u-mt-md {
  margin-top: 100px !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}