@charset "UTF-8";
/*Theme Name: KIKIYO*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 150px;
  }
  body {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1180px;
  }
  body .inner.narrow {
    width: 600px;
  }
  body .main_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 60px;
  }
  body .main_title.center {
    margin: 0 auto 60px;
  }
  body .main_title span {
    display: block;
    background: #000;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  body .sub_title {
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    padding: 12px 20px;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  body .ppl_title {
    color: #bbaaee;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  body .btn {
    color: #bbaaee;
    font-weight: bold;
    display: block;
    width: 300px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
    padding: 1px;
    border-radius: 100px;
  }
  body .btn:hover {
    background: #bbaaee;
    color: #fff;
  }
  body .arrow_btn.right {
    text-align: right;
  }
  body .arrow_btn a {
    position: relative;
    padding-left: 90px;
    display: inline-block;
  }
  body .arrow_btn a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff86b9;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .arrow_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
  }
  body .arrow_btn a:hover {
    color: #fb549a;
  }
  body .arrow_btn a:hover:before {
    background: #fb549a;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 20px;
  }
  body .cat {
    color: #fff;
    background: #bbaaee;
    display: block;
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    border-radius: 100px;
    padding: 2px 5px;
  }
  body .cat:hover {
    background: #ff86b9;
  }
  body .news_list {
    border-top: 1px solid #e9f7ff;
    padding-top: 30px;
  }
  body .news_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e9f7ff;
    padding-bottom: 30px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .news_list .cat_list {
    max-width: 100px;
  }
  body .news_list .title {
    width: calc(100% - 210px);
  }
  body .news_list .title a {
    display: block;
  }
  body .news_list .title a:hover {
    color: #ff86b9;
  }
  body .creator_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 80px 90px;
  }
  body .creator_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .creator_list .thumb {
    display: block;
    max-width: 300px;
    width: 100%;
    position: relative;
  }
  body .creator_list .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  body .creator_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  body .creator_list .title a {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0;
  }
  body .creator_list .title a:hover {
    color: #ff86b9;
  }
  body .creator_list .btn {
    margin-top: auto;
  }
  body .list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .list > li p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .fadeup {
    -webkit-animation-name: fadeupAnime;
            animation-name: fadeupAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeupAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeupAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  body .fadein {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  body .fadein.fadein_btm {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  body .fadein.scrollin {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body .graf > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 2px solid #e9f7ff;
    padding-bottom: 30px;
  }
  body .graf > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .graf .title {
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .graf div {
    width: 64%;
  }
  body .form .title h3 {
    font-size: 1.25rem;
  }
  body .form .title em {
    font-size: 0.8rem;
    color: #ff86b9;
  }
  body .form .title span {
    display: block;
    color: #8c8c8c;
    font-size: 1rem;
  }
  body .form input[type="text"],
  body .form input[type="email"] {
    font-size: 1rem;
    width: 100%;
    height: 60px;
    padding: 10px;
    background: #ededed;
    border: none;
    border-radius: 5px;
  }
  body .form textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    width: 100%;
    height: 150px;
    padding: 10px;
    background: #ededed;
    border: none;
    border-radius: 5px;
  }
  body .form .btn {
    margin: 0 auto;
    padding: 1px;
  }
  body .form .btn span {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    width: 100%;
    border-radius: 100px;
    display: block;
    background: #fff;
    padding: 10px;
    outline: none;
    text-align: center;
    font-size: 1.25rem;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .form input[type="submit"]:hover,
  body .form input[type="button"]:hover {
    cursor: pointer;
    background: #bbaaee;
  }
  body .form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
    font-size: 1.25rem;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #ff86b9;
    -webkit-box-shadow: 0 0 0 4px #d9d9d9;
            box-shadow: 0 0 0 4px #d9d9d9;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff86b9;
    border-bottom: 3px solid #ff86b9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .select {
    position: relative;
    background: #ededed;
    overflow: hidden;
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
  }
  body .form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #b4b4b4;
    pointer-events: none;
    z-index: 1;
  }
  body .form .select select {
    background: #ededed;
    border: none;
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    height: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
  }
  body .form .agree {
    text-align: center;
    margin: 50px auto;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree a:hover {
    color: #ff86b9;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff86b9;
    border-bottom: 3px solid #ff86b9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    min-width: 1280px;
    width: 100%;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
    max-height: 150px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    display: inline-block;
  }
  header .h_right .h_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  header .h_right .h_cta.smonly {
    display: none;
  }
  header .h_right .h_cta a {
    width: 200px;
    height: 70px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    line-height: 1.4;
    font-weight: bold;
  }
  header .h_right .h_cta a.blue {
    background: #34b5ff;
    -webkit-box-shadow: 0 5px 0 0 #2894d1;
            box-shadow: 0 5px 0 0 #2894d1;
  }
  header .h_right .h_cta a.blue:hover {
    background: #2894d1;
  }
  header .h_right .h_cta a.green {
    background: #0fd723;
    -webkit-box-shadow: 0 5px 0 0 #0cb41d;
            box-shadow: 0 5px 0 0 #0cb41d;
  }
  header .h_right .h_cta a.green:hover {
    background: #0cb41d;
  }
  header .h_right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    padding: 20px 0 25px;
  }
  header .h_right .nav a {
    display: block;
  }
  header .h_right .nav a:hover {
    color: #ff86b9;
  }
  header .fv {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  header .fv.top .inner {
    position: relative;
    width: 1140px;
    height: 630px;
  }
  header .fv.top .phone {
    position: absolute;
    bottom: 0;
    right: 70px;
  }
  header .fv.top .copy {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  header .fv.top .copy .balloon {
    position: relative;
    color: #fff;
    background: #ff86b9;
    border-radius: 100px;
    text-align: center;
    max-width: 310px;
    margin-bottom: 20px;
  }
  header .fv.top .copy .balloon:after {
    position: absolute;
    content: "";
    top: 95%;
    left: 45px;
    border-top: 15px solid #ff86b9;
    border-left: 20px solid transparent;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  header .fv.top .copy strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  header .fv.top .copy p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  header .fv.top .copy p span {
    color: #fb549a;
  }
  header .fv.sub {
    height: 375px;
  }
  header .fv.sub .page_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 750px;
    color: #fff;
    font-size: 2.5rem;
    padding: 25px 50px 0 50px;
    border-radius: 0 200px 200px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(67.31%, #ff86b9), to(#ffb7d6));
    background: linear-gradient(90deg, #ff86b9 67.31%, #ffb7d6 100%);
  }
  header .fv.sub .page_title span {
    display: block;
    color: #ffb7d6;
    font-size: 3.4rem;
    line-height: 0.85;
  }
  header .fv.sub .page_title span:first-letter {
    text-transform: capitalize;
  }
  header .fv.sub .page_title span.mb {
    margin-bottom: 11px;
  }
  header .graphic {
    position: absolute;
    z-index: -1;
    -webkit-animation: floatAnim 10s ease-in-out infinite alternate;
            animation: floatAnim 10s ease-in-out infinite alternate;
  }
  header .graphic.shape01 {
    top: 190px;
    left: 30px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape02 {
    top: -85px;
    left: 230px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape03 {
    top: -85px;
    left: 50%;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape04 {
    top: -260px;
    right: -160px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape05 {
    top: 135px;
    right: 280px;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
  header .graphic.shape06 {
    top: 160px;
    right: -40px;
    -webkit-animation-duration: 14s;
            animation-duration: 14s;
  }
  header .graphic.shape07 {
    top: 280px;
    right: 95px;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape08 {
    top: 55px;
    left: 490px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape09 {
    top: 130px;
    left: 430px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape10 {
    bottom: 80px;
    left: 15px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape11 {
    bottom: -150px;
    left: -120px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape12 {
    bottom: 40px;
    left: 320px;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape13 {
    bottom: -60px;
    left: 330px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape14 {
    bottom: -20px;
    left: 550px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape15 {
    bottom: 80px;
    right: -115px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape16 {
    bottom: -10px;
    right: -10px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  @-webkit-keyframes floatAnim {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(var(--rot, 0deg));
              transform: translate(0px, 0px) rotate(var(--rot, 0deg));
    }
    33% {
      /* 右上へふんわり移動 */
      -webkit-transform: translate(15px, -20px) rotate(var(--rot, 0deg));
              transform: translate(15px, -20px) rotate(var(--rot, 0deg));
    }
    66% {
      /* 左下へふんわり移動 */
      -webkit-transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
              transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
    }
    100% {
      /* 右下へふんわり移動 */
      -webkit-transform: translate(10px, 20px) rotate(var(--rot, 0deg));
              transform: translate(10px, 20px) rotate(var(--rot, 0deg));
    }
  }
  @keyframes floatAnim {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(var(--rot, 0deg));
              transform: translate(0px, 0px) rotate(var(--rot, 0deg));
    }
    33% {
      /* 右上へふんわり移動 */
      -webkit-transform: translate(15px, -20px) rotate(var(--rot, 0deg));
              transform: translate(15px, -20px) rotate(var(--rot, 0deg));
    }
    66% {
      /* 左下へふんわり移動 */
      -webkit-transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
              transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
    }
    100% {
      /* 右下へふんわり移動 */
      -webkit-transform: translate(10px, 20px) rotate(var(--rot, 0deg));
              transform: translate(10px, 20px) rotate(var(--rot, 0deg));
    }
  }
  header .lead {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background: #ff86b9;
    padding: 12px;
  }
  @-webkit-keyframes updown {
    0% {
      /* 元の位置 */
      -webkit-transform: translateY(0px) rotate(var(--rot, 0deg));
              transform: translateY(0px) rotate(var(--rot, 0deg));
    }
    100% {
      /* 上へふんわり移動（マイナス値で上方向） */
      -webkit-transform: translateY(-20px) rotate(var(--rot, 0deg));
              transform: translateY(-20px) rotate(var(--rot, 0deg));
    }
  }
  @keyframes updown {
    0% {
      /* 元の位置 */
      -webkit-transform: translateY(0px) rotate(var(--rot, 0deg));
              transform: translateY(0px) rotate(var(--rot, 0deg));
    }
    100% {
      /* 上へふんわり移動（マイナス値で上方向） */
      -webkit-transform: translateY(-20px) rotate(var(--rot, 0deg));
              transform: translateY(-20px) rotate(var(--rot, 0deg));
    }
  }
  main.top .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0;
  }
  main.top .about .figure {
    position: relative;
    width: 390px;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.top .about .figure p {
    color: #1fa3ef;
    font-weight: bold;
    text-align: center;
    border: 5px solid #cfe5fe;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  main.top .about .figure li {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #cfe5fe;
  }
  main.top .about .figure li:first-child {
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.top .about .figure li:nth-child(2) {
    top: 80px;
    right: 0;
  }
  main.top .about .figure li:nth-child(3) {
    bottom: 10px;
    right: 50px;
  }
  main.top .about .figure li:nth-child(4) {
    bottom: 10px;
    left: 50px;
  }
  main.top .about .figure li:nth-child(5) {
    top: 80px;
    left: 0;
  }
  main.top .about .cont {
    max-width: 600px;
  }
  main.top .about .cont p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .about .cont .arrow_btn {
    margin-top: 90px;
  }
  main.top .support {
    position: relative;
    padding: 20px 0 120px;
  }
  main.top .support .inner {
    position: relative;
  }
  main.top .support .main_title {
    position: absolute;
    top: 20px;
    left: 0;
  }
  main.top .support .imgright:not(:last-child),
  main.top .support .imgleft:not(:last-child) {
    margin-bottom: -60px;
  }
  main.top .support .imgright > div,
  main.top .support .imgleft > div {
    max-width: 540px;
  }
  main.top .support .imgright span,
  main.top .support .imgleft span {
    display: block;
    color: #ebe5fb;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
  }
  main.top .support .imgright ul,
  main.top .support .imgleft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
    margin-top: -20px;
  }
  main.top .support .imgright span {
    text-align: right;
  }
  main.top .support .imgright li:last-child {
    margin-top: 85px;
  }
  main.top .support .imgleft li:first-child {
    margin-top: 85px;
  }
  main.top .support .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .support .shape.shape01 {
    top: -80px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .support .shape.shape02 {
    top: 40px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .support .shape.shape03 {
    top: 770px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .support .shape.shape04 {
    top: 800px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .support .shape.shape05 {
    top: 1280px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator {
    position: relative;
    padding: 70px 0 180px;
    overflow: hidden;
  }
  main.top .creator:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("images/top/bg_creator01.svg") no-repeat;
    background-size: 100%;
    width: 457px;
    height: 366px;
    z-index: -2;
  }
  main.top .creator:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url("images/top/bg_creator02.svg") no-repeat;
    background-size: 100%;
    width: 457px;
    height: 366px;
    z-index: -2;
  }
  main.top .creator .creator_list {
    max-width: 980px;
    margin-left: auto;
    gap: 40px;
    margin-bottom: 100px;
  }
  main.top .creator .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .creator .shape.shape01 {
    top: -80px;
    left: 250px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape02 {
    top: 65px;
    left: 20px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape03 {
    top: 100px;
    left: 20px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape04 {
    top: 130px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape05 {
    bottom: 210px;
    right: 10px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape06 {
    bottom: 10px;
    right: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape07 {
    bottom: 80px;
    right: 180px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .news {
    padding: 100px 0;
  }
  main.top .news .news_list {
    width: 950px;
    margin: 0 0 90px auto;
  }
  main.top .value {
    padding: 70px 0 250px;
    position: relative;
  }
  main.top .value ul {
    position: relative;
    padding: 40px 55px 55px;
  }
  main.top .value ul:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
    padding: 5px;
    border-radius: 10px;
  }
  main.top .value ul li {
    position: relative;
    border-bottom: 2px dashed #fed1ff;
    font-size: 1.25rem;
    padding: 40px 0 10px 40px;
  }
  main.top .value ul span {
    position: absolute;
    top: 18px;
    left: 0;
    color: #fdc2ff;
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
  main.top .value .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .value .shape.shape01 {
    top: -140px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape02 {
    top: 240px;
    right: 110px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape03 {
    top: 340px;
    right: 220px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape04 {
    bottom: 450px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape05 {
    bottom: 170px;
    left: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape06 {
    bottom: 270px;
    left: 250px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape07 {
    bottom: 150px;
    left: 120px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.sub section {
    padding: 100px 0;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .service li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .service .imgleft,
  main.sub .service .imgright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .service img {
    border-radius: 10px;
  }
  main.sub .how img {
    border-radius: 10px;
  }
  main.sub .how li {
    position: relative;
  }
  main.sub .how li:not(:last-child) {
    padding-bottom: 50px;
  }
  main.sub .how li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #bbaaee;
    top: 0;
    left: 75px;
    z-index: -1;
  }
  main.sub .how li .ppl_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  main.sub .how li .ppl_title span {
    display: block;
    width: 150px;
    letter-spacing: 2px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background: #bbaaee;
  }
  main.sub .how li p {
    max-width: 880px;
    margin-left: auto;
  }
  main.sub .about p {
    letter-spacing: 0.8px;
  }
  main.sub .about p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .about img {
    border-radius: 20px;
  }
  main.sub .about ul {
    margin: 60px auto 100px;
  }
  main.sub .about ul li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .about .ppl_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbaaee;
  }
  main.sub .about table {
    width: 100%;
    margin: 70px 0 30px;
  }
  main.sub .about table tr:first-child th:first-child {
    opacity: 0;
  }
  main.sub .about table tr th:first-of-type {
    text-align: left;
    width: 270px;
    border-bottom: 1px solid #fff;
  }
  main.sub .about table tr td:first-of-type {
    width: 410px;
    color: #ff86b9;
    border: 2px solid #ff86b9;
    font-size: 1.5rem;
  }
  main.sub .about table th {
    width: 200px;
    color: #fff;
    background: #bbaaee;
    vertical-align: middle;
    padding: 10px 20px;
  }
  main.sub .about table th.pink {
    position: relative;
    top: 2px;
    padding: 0 0 10px;
    width: 410px;
    background: #ff86b9;
    font-size: 2rem;
    line-height: 1.5;
  }
  main.sub .about table th.pink:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #ff86b9;
  }
  main.sub .about table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbaaee;
  }
  main.sub .about span {
    display: block;
    text-align: right;
    color: #8c8c8c;
    font-size: 0.875rem;
  }
  main.sub .faq .main_title {
    margin-bottom: 20px;
  }
  main.sub .company p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 100px;
  }
  main.sub .pagination span {
    width: 70px;
    height: 70px;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    border: 1px solid #ff86b9;
    border-radius: 50%;
    background: #ff86b9;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    margin: 0 15px;
    border: 1px solid #ff86b9;
    border-radius: 50%;
    color: #ff86b9;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 30%;
    margin: auto;
  }
  main.sub .pagination a.prev:after {
    content: "\f060";
  }
  main.sub .pagination a.next:after {
    content: "\f061";
  }
  main.sub .pagination a:hover {
    background: #ff86b9;
    color: #fff;
  }
  main.sub .single .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 50px;
  }
  main.sub .single .blc .thumb {
    display: block;
    max-width: 500px;
    width: 100%;
    position: relative;
    margin: 0;
  }
  main.sub .single .blc .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .single .blc .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  main.sub .single .blc .txt {
    max-width: 530px;
  }
  main.sub .single .blc .txt .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .single .blc .txt .btn {
    font-size: 1.25rem;
    padding: 7px;
  }
  main.sub .single .content .dec {
    gap: 0;
    margin-bottom: 30px;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #bbaaee;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #bbaaee;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 30px auto;
    border-radius: 10px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #e9f7ff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #34b5ff;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #34b5ff;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 30px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    padding: 12px 20px;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff)) 1;
       border-image: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%) 1;
    padding: 20px 0;
  }
  main.sub .single .content h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 30px 0;
    padding: 10px 20px;
    color: #bbaaee;
    border-left: 5px solid #bbaaee;
  }
  main.sub .single .content h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 30px 0;
    color: #34b5ff;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .single .content table th {
    background: #bbaaee;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #ebe5fb;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #bbaaee;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    background: #ebe5fb;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 100px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.prev a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 25%;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi .center a {
    width: 250px;
    color: #ff86b9;
    text-align: center;
    border: 1px solid #ff86b9;
    padding: 20px;
    border-radius: 100px;
  }
  main.sub .pagenavi .center a:hover {
    background: #ff86b9;
    color: #fff;
  }
  main.sub .error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .error .btn {
    margin: 40px auto;
  }
  footer .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .cta li {
    width: 50%;
    padding: 30px;
  }
  footer .cta li.blue {
    background: #34b5ff;
  }
  footer .cta li.blue a:hover {
    background: #2894d1;
  }
  footer .cta li.green {
    background: #0fd723;
  }
  footer .cta li.green a:hover {
    background: #0cb41d;
  }
  footer .cta a {
    width: 390px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 100px;
  }
  footer .cta a:hover {
    background: #fff;
  }
  footer .f_blc {
    padding: 100px 0 40px;
  }
  footer .f_blc p {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_blc .f_logo {
    text-align: center;
  }
  footer .f_blc .f_logo a {
    display: inline-block;
  }
  footer .f_blc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 20px 0 30px;
  }
  footer .f_blc ul a {
    display: block;
  }
  footer .f_blc ul a:hover {
    color: #ff86b9;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff86b9;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    line-height: 1.5;
    text-align: center;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #fb549a;
  }
  footer .fixbtn {
    opacity: 0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 75px;
  }
  body {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .main_title.center {
    margin: 0 auto 20px;
  }
  body .main_title span {
    display: block;
    background: #000;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
  }
  body .sub_title {
    font-size: 1.2rem;
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    padding: 10px 5px;
    color: #fff;
    margin-bottom: 20px;
  }
  body .ppl_title {
    color: #bbaaee;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  body .btn {
    color: #bbaaee;
    font-weight: bold;
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    position: relative;
  }
  body .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
    padding: 1px;
    border-radius: 100px;
  }
  body .arrow_btn.right {
    text-align: right;
  }
  body .arrow_btn a {
    position: relative;
    padding-left: 50px;
    display: inline-block;
  }
  body .arrow_btn a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff86b9;
  }
  body .arrow_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
    background: url("images/common/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  body .cat {
    color: #fff;
    background: #bbaaee;
    display: block;
    text-align: center;
    border-radius: 100px;
    padding: 0 5px;
    font-size: 0.8rem;
  }
  body .news_list {
    border-top: 1px solid #e9f7ff;
    padding-top: 20px;
  }
  body .news_list > li {
    border-bottom: 1px solid #e9f7ff;
    padding-bottom: 20px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .news_list .title a {
    display: block;
  }
  body .creator_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .creator_list .thumb {
    display: block;
    max-width: 250px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  body .creator_list .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  body .creator_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  body .creator_list .title a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }
  body .creator_list .btn {
    margin: 0 auto;
  }
  body .list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .list > li p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .fadeup {
    -webkit-animation-name: fadeupAnime;
            animation-name: fadeupAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeupAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeupAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  body .fadein {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  body .fadein.fadein_btm {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  body .fadein.scrollin {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body .graf > li {
    border-bottom: 2px solid #e9f7ff;
    padding-bottom: 20px;
  }
  body .graf > li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .graf .title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  body .form .title h3 {
    font-weight: 500;
  }
  body .form .title em {
    font-size: 0.8rem;
    color: #ff86b9;
  }
  body .form .title span {
    display: block;
    color: #8c8c8c;
    font-size: 0.8rem;
  }
  body .form input[type="text"],
  body .form input[type="email"] {
    font-size: 1rem;
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #ededed;
    border: none;
    border-radius: 5px;
  }
  body .form textarea {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1rem;
    width: 100%;
    height: 150px;
    padding: 10px;
    background: #ededed;
    border: none;
    border-radius: 5px;
  }
  body .form .btn {
    margin: 0 auto;
    padding: 1px;
  }
  body .form .btn span {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    width: 100%;
    border-radius: 100px;
    display: block;
    background: #fff;
    padding: 10px;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    -webkit-appearance: none;
  }
  body .form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #ff86b9;
    -webkit-box-shadow: 0 0 0 4px #d9d9d9;
            box-shadow: 0 0 0 4px #d9d9d9;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    border: none;
    background: #d9d9d9;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff86b9;
    border-bottom: 3px solid #ff86b9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .select {
    position: relative;
    background: #ededed;
    overflow: hidden;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
  }
  body .form .select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #b4b4b4;
    pointer-events: none;
    z-index: 1;
  }
  body .form .select select {
    background: #ededed;
    border: none;
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px;
  }
  body .form .agree {
    text-align: center;
    margin: 40px auto;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff86b9;
    border-bottom: 3px solid #ff86b9;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    max-height: 75px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    max-width: 100px;
    display: inline-block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #ff86b9;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 25px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #bbaaee;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
    color: #fff;
  }
  header .menu-content .nav li a {
    display: block;
    position: relative;
    padding: 10px;
    font-weight: bold;
  }
  header .menu-content .nav li a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .h_cta li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .menu-content .h_cta a {
    width: 100%;
    height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header .menu-content .h_cta a.blue {
    background: #34b5ff;
    -webkit-box-shadow: 0 5px 0 0 #2894d1;
            box-shadow: 0 5px 0 0 #2894d1;
  }
  header .menu-content .h_cta a.green {
    background: #0fd723;
    -webkit-box-shadow: 0 5px 0 0 #0cb41d;
            box-shadow: 0 5px 0 0 #0cb41d;
  }
  header .fv {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  header .fv.top .inner {
    position: relative;
    max-width: 375px;
    height: 400px;
    margin: 0 auto;
  }
  header .fv.top .phone {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 150px;
  }
  header .fv.top .copy {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    left: 20px;
  }
  header .fv.top .copy img {
    position: absolute;
    top: 35px;
    left: 0;
    width: 30px;
  }
  header .fv.top .copy .balloon {
    position: relative;
    color: #fff;
    background: #ff86b9;
    border-radius: 100px;
    text-align: center;
    max-width: 200px;
    font-size: 0.8rem;
    padding: 2px;
    margin-bottom: 10px;
  }
  header .fv.top .copy .balloon:after {
    position: absolute;
    content: "";
    top: 90%;
    left: 20px;
    border-top: 10px solid #ff86b9;
    border-left: 15px solid transparent;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  header .fv.top .copy strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  header .fv.top .copy p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  header .fv.top .copy p span {
    color: #fb549a;
  }
  header .fv.sub {
    height: 200px;
  }
  header .fv.sub .page_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 10px 0 10px;
    border-radius: 0 200px 200px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(67.31%, #ff86b9), to(#ffb7d6));
    background: linear-gradient(90deg, #ff86b9 67.31%, #ffb7d6 100%);
  }
  header .fv.sub .page_title span {
    display: block;
    color: #ffb7d6;
    font-size: 1.8rem;
    line-height: 0.85;
  }
  header .fv.sub .page_title span:first-letter {
    text-transform: capitalize;
  }
  header .fv.sub .page_title span.mb {
    margin-bottom: 6px;
  }
  header .graphic {
    position: absolute;
    z-index: -1;
    -webkit-animation: floatAnim 10s ease-in-out infinite alternate;
            animation: floatAnim 10s ease-in-out infinite alternate;
  }
  header .graphic.shape01 {
    width: 40px;
    top: 100px;
    left: 10px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape02 {
    width: 120px;
    top: -40px;
    left: 60px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape03 {
    width: 100px;
    top: -60px;
    left: 50%;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape04 {
    width: 140px;
    top: -60px;
    right: -40px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape05 {
    width: 30px;
    top: 30px;
    right: 100px;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
  }
  header .graphic.shape06 {
    width: 60px;
    top: 80px;
    right: -20px;
    -webkit-animation-duration: 14s;
            animation-duration: 14s;
  }
  header .graphic.shape07 {
    width: 30px;
    top: 140px;
    right: 40px;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape08 {
    width: 40px;
    top: 40px;
    left: 110px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape09 {
    width: 20px;
    top: 80px;
    left: 100px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape10 {
    width: 80px;
    bottom: 60px;
    left: 0;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape11 {
    width: 180px;
    bottom: -40px;
    left: -40px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape12 {
    width: 30px;
    bottom: 80px;
    left: 150px;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  header .graphic.shape13 {
    width: 80px;
    bottom: -30px;
    left: 100px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  header .graphic.shape14 {
    width: 80px;
    bottom: 0;
    left: 150px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  header .graphic.shape15 {
    width: 100px;
    bottom: 60px;
    right: -20px;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  header .graphic.shape16 {
    width: 60px;
    bottom: -10px;
    right: -10px;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
  }
  @-webkit-keyframes floatAnim {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(var(--rot, 0deg));
              transform: translate(0px, 0px) rotate(var(--rot, 0deg));
    }
    33% {
      -webkit-transform: translate(15px, -20px) rotate(var(--rot, 0deg));
              transform: translate(15px, -20px) rotate(var(--rot, 0deg));
    }
    66% {
      -webkit-transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
              transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
    }
    100% {
      -webkit-transform: translate(10px, 20px) rotate(var(--rot, 0deg));
              transform: translate(10px, 20px) rotate(var(--rot, 0deg));
    }
  }
  @keyframes floatAnim {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(var(--rot, 0deg));
              transform: translate(0px, 0px) rotate(var(--rot, 0deg));
    }
    33% {
      -webkit-transform: translate(15px, -20px) rotate(var(--rot, 0deg));
              transform: translate(15px, -20px) rotate(var(--rot, 0deg));
    }
    66% {
      -webkit-transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
              transform: translate(-15px, 15px) rotate(var(--rot, 0deg));
    }
    100% {
      -webkit-transform: translate(10px, 20px) rotate(var(--rot, 0deg));
              transform: translate(10px, 20px) rotate(var(--rot, 0deg));
    }
  }
  header .lead {
    color: #fff;
    text-align: center;
    background: #ff86b9;
    padding: 10px;
  }
  @-webkit-keyframes updown {
    0% {
      -webkit-transform: translateY(0px) rotate(var(--rot, 0deg));
              transform: translateY(0px) rotate(var(--rot, 0deg));
    }
    100% {
      -webkit-transform: translateY(-20px) rotate(var(--rot, 0deg));
              transform: translateY(-20px) rotate(var(--rot, 0deg));
    }
  }
  @keyframes updown {
    0% {
      -webkit-transform: translateY(0px) rotate(var(--rot, 0deg));
              transform: translateY(0px) rotate(var(--rot, 0deg));
    }
    100% {
      -webkit-transform: translateY(-20px) rotate(var(--rot, 0deg));
              transform: translateY(-20px) rotate(var(--rot, 0deg));
    }
  }
  main.top .about {
    padding: 40px 20px;
  }
  main.top .about .figure {
    position: relative;
    width: 320px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 20px;
  }
  main.top .about .figure p {
    color: #1fa3ef;
    font-weight: bold;
    text-align: center;
    border: 5px solid #cfe5fe;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  main.top .about .figure li {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #cfe5fe;
  }
  main.top .about .figure li:first-child {
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.top .about .figure li:nth-child(2) {
    top: 80px;
    right: -5px;
  }
  main.top .about .figure li:nth-child(3) {
    bottom: 10px;
    right: 40px;
  }
  main.top .about .figure li:nth-child(4) {
    bottom: 10px;
    left: 40px;
  }
  main.top .about .figure li:nth-child(5) {
    top: 80px;
    left: -5px;
  }
  main.top .about .cont p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .about .cont .arrow_btn {
    margin-top: 30px;
  }
  main.top .support {
    position: relative;
    padding: 40px 20px 60px;
  }
  main.top .support .inner {
    position: relative;
  }
  main.top .support .inner > ul {
    margin-bottom: 40px;
  }
  main.top .support .imgright:not(:last-child),
  main.top .support .imgleft:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top .support .imgright span,
  main.top .support .imgleft span {
    display: block;
    color: #ebe5fb;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  main.top .support .imgright ul,
  main.top .support .imgleft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  main.top .support .imgright ul {
    margin: 0 auto -40px;
  }
  main.top .support .imgright li:last-child {
    margin-top: 40px;
  }
  main.top .support .imgleft li:first-child {
    margin-top: 40px;
  }
  main.top .support .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .support .shape.shape01 {
    width: 100px;
    top: 0;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .support .shape.shape02 {
    width: 100px;
    top: 520px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .support .shape.shape03 {
    width: 80px;
    top: 40%;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .support .shape.shape04 {
    width: 60px;
    top: 29%;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .support .shape.shape05 {
    width: 80px;
    bottom: 20%;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator {
    position: relative;
    padding: 40px 20px 80px;
    overflow: hidden;
  }
  main.top .creator:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("images/top/bg_creator01.svg") no-repeat;
    background-size: 100%;
    width: 200px;
    height: 160px;
    z-index: -2;
  }
  main.top .creator:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url("images/top/bg_creator02.svg") no-repeat;
    background-size: 100%;
    width: 200px;
    height: 160px;
    z-index: -2;
  }
  main.top .creator .creator_list {
    margin-bottom: 40px;
  }
  main.top .creator .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .creator .shape.shape01 {
    width: 100px;
    top: -20px;
    left: 80px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape02 {
    width: 20px;
    top: 20px;
    left: 10px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape03 {
    width: 40px;
    top: 40px;
    left: 40px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape04 {
    width: 60px;
    top: 80px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape05 {
    width: 40px;
    bottom: 100px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .creator .shape.shape06 {
    width: 80px;
    bottom: 10px;
    right: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .creator .shape.shape07 {
    width: 20px;
    bottom: 20px;
    right: 100px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .news {
    padding: 40px 20px;
  }
  main.top .news .news_list {
    margin-bottom: 40px;
  }
  main.top .value {
    padding: 40px 20px 80px;
    position: relative;
  }
  main.top .value ul {
    position: relative;
    padding: 10px 20px 30px;
    max-width: 300px;
    margin: 0 auto;
  }
  main.top .value ul:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
    padding: 3px;
    border-radius: 10px;
  }
  main.top .value ul li {
    position: relative;
    border-bottom: 2px dashed #fed1ff;
    font-size: 1.2rem;
    padding: 30px 0 10px 40px;
  }
  main.top .value ul span {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fdc2ff;
    font-size: 1.4rem;
    letter-spacing: 2.4px;
  }
  main.top .value .shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: updown 10s ease-in-out infinite alternate;
            animation: updown 10s ease-in-out infinite alternate;
  }
  main.top .value .shape.shape01 {
    width: 80px;
    top: -40px;
    right: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape02 {
    width: 40px;
    top: 60px;
    right: 20px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape03 {
    width: 20px;
    top: 100px;
    right: 70px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape04 {
    width: 30px;
    bottom: 60px;
    left: 0;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape05 {
    width: 80px;
    bottom: -40px;
    left: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.top .value .shape.shape06 {
    width: 20px;
    bottom: 40px;
    left: 160px;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
  main.top .value .shape.shape07 {
    width: 60px;
    bottom: 0px;
    left: 80px;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  main.sub section {
    padding: 40px 20px;
  }
  main.sub section .sec:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .service img {
    border-radius: 10px;
  }
  main.sub .how img {
    border-radius: 10px;
  }
  main.sub .how li {
    position: relative;
  }
  main.sub .how li:not(:last-child) {
    padding-bottom: 50px;
  }
  main.sub .how li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #bbaaee;
    top: 5px;
    left: 35px;
    z-index: -1;
  }
  main.sub .how li .ppl_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  main.sub .how li .ppl_title span {
    display: block;
    width: 70px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background: #bbaaee;
  }
  main.sub .how li p {
    padding-left: 60px;
  }
  main.sub .about p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about img {
    border-radius: 20px;
  }
  main.sub .about ul {
    margin: 40px auto;
  }
  main.sub .about ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .about .ppl_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #bbaaee;
  }
  main.sub .about .js-scrollable {
    margin: 0 auto 20px;
  }
  main.sub .about table {
    width: 500px;
    margin: 20px auto 0;
    font-size: 0.8rem;
  }
  main.sub .about table tr:first-child {
    position: relative;
  }
  main.sub .about table tr:first-child th:first-child {
    opacity: 0;
  }
  main.sub .about table tr th:first-of-type {
    text-align: left;
    width: 170px;
    border-bottom: 1px solid #fff;
  }
  main.sub .about table tr td:first-of-type {
    max-width: 150px;
    width: 150px;
    color: #ff86b9;
    border: 2px solid #ff86b9;
    font-size: 1.2rem;
  }
  main.sub .about table th {
    width: 90px;
    color: #fff;
    background: #bbaaee;
    vertical-align: middle;
    padding: 5px;
  }
  main.sub .about table th.pink {
    position: relative;
    top: 2px;
    width: 150px;
    background: #ff86b9;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  main.sub .about table th.pink:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #ff86b9;
  }
  main.sub .about table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbaaee;
  }
  main.sub .about span {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    text-align: right;
    color: #8c8c8c;
    font-size: 0.8rem;
  }
  main.sub .company p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }
  main.sub .pagination span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #ff86b9;
    border-radius: 50%;
    background: #ff86b9;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
    border: 1px solid #ff86b9;
    border-radius: 50%;
    color: #ff86b9;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 5%;
    margin: auto;
  }
  main.sub .pagination a.prev:after {
    content: "\f060";
  }
  main.sub .pagination a.next:after {
    content: "\f061";
  }
  main.sub .single .blc {
    max-width: 300px;
    margin: 0 auto;
  }
  main.sub .single .blc .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  main.sub .single .blc .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .single .blc .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  main.sub .single .blc .txt .title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .single .blc .txt .btn {
    font-size: 1.2rem;
  }
  main.sub .single .content .dec {
    gap: 0;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #bbaaee;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #bbaaee;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
    border-radius: 10px;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #e9f7ff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #34b5ff;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #34b5ff;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    border-radius: 0 100px 100px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    background: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff));
    background: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(#64c1ff), to(#f587ff)) 1;
       border-image: linear-gradient(90deg, #64c1ff 0%, #f587ff 100%) 1;
    padding: 10px 0;
  }
  main.sub .single .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 10px;
    color: #bbaaee;
    border-left: 5px solid #bbaaee;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    color: #34b5ff;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #bbaaee;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #ebe5fb;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #bbaaee;
    color: #fff;
    padding: 5px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    background: #ebe5fb;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.prev a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 15%;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi li a {
    padding-left: 30px;
    font-size: 0.6rem;
  }
  main.sub .pagenavi li a:before {
    width: 25px;
    height: 25px;
  }
  main.sub .pagenavi li a:after {
    width: 10px;
    height: 10px;
    left: 8px;
  }
  main.sub .pagenavi .center a {
    font-size: 0.7rem;
    width: 100px;
    color: #ff86b9;
    text-align: center;
    border: 1px solid #ff86b9;
    padding: 10px 5px;
    border-radius: 100px;
  }
  main.sub .error p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .cta li {
    width: 50%;
    padding: 20px 10px;
  }
  footer .cta li.blue {
    background: #34b5ff;
  }
  footer .cta li.green {
    background: #0fd723;
  }
  footer .cta a {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 5px;
    border-radius: 100px;
  }
  footer .f_blc {
    padding: 40px 0 20px;
  }
  footer .f_blc p {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_blc .f_logo {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .f_blc .f_logo a {
    display: inline-block;
  }
  footer .f_blc ul {
    border-top: 1px solid #ff86b9;
    margin-bottom: 20px;
  }
  footer .f_blc ul a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ff86b9;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    background: #ff86b9;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  footer .fixbtn {
    display: none;
    background: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .fixbtn ul li {
    width: 48%;
  }
  footer .fixbtn ul li.blue a {
    background: #34b5ff;
    -webkit-box-shadow: 0 5px 0 0 #2894d1;
            box-shadow: 0 5px 0 0 #2894d1;
  }
  footer .fixbtn ul li.green a {
    background: #0fd723;
    -webkit-box-shadow: 0 5px 0 0 #0cb41d;
            box-shadow: 0 5px 0 0 #0cb41d;
  }
  footer .fixbtn ul a {
    width: 100%;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */