/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 0;
    overflow: visible;
    clear: both;
    color: inherit;
    border-top-width: 1px
}

pre {
    font-family: monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,

textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 0
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-collapse: collapse;
    border-color: inherit
}

caption {
    text-align: left
}

td,
th {
    padding: 0;
    vertical-align: top
}

th {
    text-align: left
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2");
    font-display: swap
}

:root {
    --vw: 1vw;
    --vh: 1vh;
    --z-pageTop: 10;
    --z-header: 20;
    --z-gnavBg: 30;
    --z-loading: 40
}

body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
    background-color: #fff
}

body.is_fixed {
    position: fixed;
    right: 0;
    left: 0
}

img {
    max-width: 100%;
    vertical-align: top
}

@-webkit-keyframes an_scrollArrow_transY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px) rotate(135deg);
        transform: translateY(-20px) rotate(135deg)
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px) rotate(135deg);
        transform: translateY(10px) rotate(135deg)
    }
}

@keyframes an_scrollArrow_transY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px) rotate(135deg);
        transform: translateY(-20px) rotate(135deg)
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px) rotate(135deg);
        transform: translateY(10px) rotate(135deg)
    }
}

@-webkit-keyframes an_txt_loop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes an_txt_loop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes an_txt_loop-reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes an_txt_loop-reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes an_scrollCircle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes an_scrollCircle_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.hp_xsmBlock {
    display: none
}

@media screen and (max-width: 375px) {
    .hp_xsmBlock {
        display: block
    }
}

.hp_smBlock {
    display: none
}

@media screen and (max-width: 599px) {
    .hp_smBlock {
        display: block
    }
}

.hp_mdBlock {
    display: none
}

@media screen and (max-width: 768px) {
    .hp_mdBlock {
        display: block
    }
}

@media screen and (max-width: 992px) {
    .hp_lgNone {
        display: none
    }
}

.hp_md-mtSpace {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .hp_md-mtSpace {
        margin-top: 60px
    }
}

@media screen and (max-width: 375px) {
    .hp_md-mtSpace {
        margin-top: 40px
    }
}

.bl_loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-loading);
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
    background-color: #fff
}

.bl_header_ttl {
    flex-shrink: 0
}

.bl_header_ttl>a {
    font-size: 1.875rem;
    font-weight: 500;
    color: #222
}

@media screen and (max-width: 599px) {
    .bl_header_ttl>a {
        font-size: 1.5rem
    }
}

.bl_header_ttl>a>span {
    color: #FF4A8C
}

.bl_gnav {
    width: 100%
}

@media screen and (max-width: 768px) {
    .bl_gnav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(var(--vh, 1vh)*100 - 80px);
        visibility: hidden;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease
    }
}

@media screen and (max-width: 599px) {
    .bl_gnav {
        top: 60px;
        height: calc(var(--vh, 1vh)*100 - 60px)
    }
}

.bl_gnav_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media screen and (max-width: 768px) {
    .bl_gnav_list {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.bl_gnav_item:not(:first-child) {
    margin-left: 1vw
}

@media screen and (max-width: 992px) {
    .bl_gnav_item:not(:first-child) {
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    .bl_gnav_item:not(:last-child) {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 768px) {
    .bl_gnav_item {
        font-size: 1.25rem;
        -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
        transition: opacity .6s ease, -webkit-transform .6s ease;
        transition: opacity .6s ease, transform .6s ease;
        transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }

    .bl_gnav_item:nth-child(2) {
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .bl_gnav_item:nth-child(3) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .bl_gnav_item:nth-child(4) {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }

    .bl_gnav_item:nth-child(5) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
}

.bl_gnav_link {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 102px;
    height: 1.5em;
    color: #222
}

@media screen and (max-width: 768px) {
    .bl_gnav_link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.bl_gnav_link:focus-visible>span {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.bl_gnav_link:focus-visible>span:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.bl_gnav_link:focus-visible>span:nth-child(2)::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

@media(hover: hover)and (pointer: fine) {
    .bl_gnav_link:hover>span {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .bl_gnav_link:hover>span:nth-child(2) {
        opacity: 1;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }

    .bl_gnav_link:hover>span:nth-child(2)::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.bl_gnav_link>span {
    display: block;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.bl_gnav_link>span:nth-child(2) {
    font-size: .9375rem;
    opacity: 0
}

@media screen and (max-width: 768px) {
    .bl_gnav_link>span:nth-child(2) {
        font-size: 1.125rem
    }
}

.bl_gnav_link>span:nth-child(2)::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #FF4A8C;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.bl_gnav_link::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #FF4A8C;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform .4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform .4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.bl_gnav_link.is_active {
    color: #FF4A8C;
    -webkit-transition: color .3s;
    transition: color .3s
}

.bl_gnav.is_open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .6s ease, visibility .6s ease;
    transition: opacity .6s ease, visibility .6s ease
}

.bl_gnav.is_open .bl_gnav_item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bl_hamburger {
    position: absolute;
    top: 20px;
    right: 3%;
    display: none;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0)
}

@media screen and (max-width: 768px) {
    .bl_hamburger {
        display: block
    }
}

@media screen and (max-width: 599px) {
    .bl_hamburger {
        top: 10px;
        width: 30px
    }
}

.bl_hamburger_line {
    position: absolute;
    inset: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background-color: #222;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media screen and (max-width: 599px) {
    .bl_hamburger_line {
        width: 25px
    }
}

.bl_hamburger_line::before,
.bl_hamburger_line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit
}

.bl_hamburger_line::before {
    top: -10px
}

.bl_hamburger_line::after {
    top: 10px
}

.bl_hamburger[aria-expanded=true] .bl_hamburger_line {
    background-color: rgba(0, 0, 0, 0)
}

.bl_hamburger[aria-expanded=true] .bl_hamburger_line::before,
.bl_hamburger[aria-expanded=true] .bl_hamburger_line::after {
    top: 0;
    background-color: #222
}

.bl_hamburger[aria-expanded=true] .bl_hamburger_line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bl_hamburger[aria-expanded=true] .bl_hamburger_line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.bl_swiper {
    margin-top: 48px
}

@media screen and (max-width: 768px) {
    .bl_swiper {
        margin-top: 24px
    }
}

.bl_swiper_inner {
    position: relative;
    width: calc(100% + (var(--vw)*100 - 100%)/2);
    margin-bottom: 16px
}

@media screen and (max-width: 1200px) {
    .bl_swiper_inner {
        width: 100%
    }
}

.bl_swiper .swiper {
    padding: 32px 0
}

.bl_swiper .swiper-slide {
    height: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.bl_swiper .swiper-slide:focus-visible {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px)
}


@media(hover: hover)and (pointer: fine) {
    .bl_swiper .swiper-slide:hover {
        -webkit-transform: translateY(-32px);
        transform: translateY(-32px)
    }
}


.bl_swiper .swiper-button-prev,
.bl_swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ced4da;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bl_swiper .swiper-button-prev:focus-visible,
.bl_swiper .swiper-button-next:focus-visible {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3)
}

@media(hover: hover)and (pointer: fine) {

    .bl_swiper .swiper-button-prev:hover,
    .bl_swiper .swiper-button-next:hover {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3)
    }
}

.bl_swiper .swiper-button-prev {
    left: -24px
}

@media screen and (max-width: 1200px) {
    .bl_swiper .swiper-button-prev {
        left: -10px
    }
}

.bl_swiper .swiper-button-next {
    right: 24px
}

@media screen and (max-width: 1200px) {
    .bl_swiper .swiper-button-next {
        right: -10px
    }
}

.bl_swiper .swiper-button-prev::after,
.bl_swiper .swiper-button-next::after {
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    border-top: 3px solid #FF4A8C;
    border-right: 3px solid #FF4A8C;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.bl_swiper .swiper-button-prev::after {
    margin-left: 6px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.bl_swiper .swiper-button-next::after {
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bl_swiper .swiper-pagination {
    display: -webkit-box;
    display: flex;
    gap: 10px
}

@media screen and (max-width: 1200px) {
    .bl_swiper .swiper-pagination {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.bl_swiper .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    vertical-align: top;
    cursor: pointer;
    background-color: #ced4da;
    -webkit-transition: .8s cubic-bezier(0.2, 1, 0.2, 1);
    transition: .8s cubic-bezier(0.2, 1, 0.2, 1)
}

.bl_swiper .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #FFD0DB
}

.bl_swiper .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    pointer-events: none;
    opacity: 0
}


.bl_iconCard {
    position: relative;
    padding: 40px 24px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(101, 184, 254, .3)
}

.bl_iconCard_icon {
    text-align: center
}

.bl_iconCard_icon>img {
    height: 60px
}

.bl_iconCard_ttl {
    padding-bottom: .5em;
    margin-top: 16px;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: .05em;
    border-bottom: 1px solid #FF4A8C
}

@media screen and (max-width: 599px) {
    .bl_iconCard_ttl {
        font-size: 1.25rem
    }
}

.bl_iconCard_txt {
    margin-top: 16px;
    font-size: .9375rem;
    line-height: 2
}

@media screen and (max-width: 992px) {
    .bl_iconCard_txt {
        font-size: .875rem
    }
}

.bl_iconCardList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 96px
}

@media screen and (max-width: 992px) {
    .bl_iconCardList {
        margin-top: 80px
    }
}

@media screen and (max-width: 768px) {
    .bl_iconCardList {
        row-gap: 40px
    }
}

.bl_iconCardList .bl_iconCard {
    margin-bottom: 100px
}

@media screen and (max-width: 1200px) {
    .bl_iconCardList .bl_iconCard {
        margin-bottom: 0
    }
}

.bl_iconCardList .bl_iconCard:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (max-width: 1200px) {
    .bl_iconCardList .bl_iconCard:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.bl_iconCardList .bl_iconCard:nth-child(3) {
    margin-top: 100px;
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .bl_iconCardList .bl_iconCard:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.bl_thumbCard {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 6px 6px 20px rgba(101, 184, 254, .16)
}

.bl_thumbCard_thumb {
    display: block;
    aspect-ratio: 1280/600;
    pointer-events: auto
}

.bl_thumbCard_thumb picture {
    display: block
}

.bl_thumbCard_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bl_thumbCard_body {
    padding: 24px;
    text-align: left;
    border-top: 2px solid #f8f9fa
}

@media screen and (max-width: 375px) {
    .bl_thumbCard_body {
        padding: 10px 8px
    }
}

.bl_thumbCard_ttl {
    padding-bottom: 8px;
    margin-bottom: 16px;
    letter-spacing: .1em;
    border-bottom: 1px solid #FF4A8C
}

.bl_thumbCard_item {
    margin-bottom: 8px;
    font-size: .875rem;
    letter-spacing: .1em
}

.bl_loopTxt_wrap {
    position: relative;
    height: 160px;
    margin-top: 40px;
    white-space: nowrap
}

@media screen and (max-width: 768px) {
    .bl_loopTxt_wrap {
        height: 120px
    }
}

@media screen and (max-width: 599px) {
    .bl_loopTxt_wrap {
        height: 64px
    }
}

.bl_loopTxt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10rem;
    line-height: 1;
    color: rgba(101, 184, 254, .2);
    text-transform: uppercase;
    text-wrap: nowrap;
    -webkit-animation: an_txt_loop 50s linear infinite;
    animation: an_txt_loop 50s linear infinite
}

@media screen and (max-width: 768px) {
    .bl_loopTxt {
        font-size: 8.25rem
    }
}

@media screen and (max-width: 599px) {
    .bl_loopTxt {
        font-size: 5rem;
        -webkit-animation: an_txt_loop 30s linear infinite;
        animation: an_txt_loop 30s linear infinite
    }
}

.bl_loopTxt:nth-child(2) {
    -webkit-animation: an_txt_loop 50s -25s linear infinite;
    animation: an_txt_loop 50s -25s linear infinite
}

@media screen and (max-width: 599px) {
    .bl_loopTxt:nth-child(2) {
        -webkit-animation: an_txt_loop 30s -15s linear infinite;
        animation: an_txt_loop 30s -15s linear infinite
    }
}

.bl_loopTxt.bl_loopTxt--reverse {
    -webkit-animation: an_txt_loop-reverse 50s linear infinite;
    animation: an_txt_loop-reverse 50s linear infinite
}

@media screen and (max-width: 599px) {
    .bl_loopTxt.bl_loopTxt--reverse {
        -webkit-animation: an_txt_loop-reverse 30s linear infinite;
        animation: an_txt_loop-reverse 30s linear infinite
    }
}

.bl_loopTxt.bl_loopTxt--reverse:nth-child(2) {
    -webkit-animation: an_txt_loop-reverse 50s -25s linear infinite;
    animation: an_txt_loop-reverse 50s -25s linear infinite
}

@media screen and (max-width: 599px) {
    .bl_loopTxt.bl_loopTxt--reverse:nth-child(2) {
        -webkit-animation: an_txt_loop-reverse 30s -15s linear infinite;
        animation: an_txt_loop-reverse 30s -15s linear infinite
    }
}

.bl_media {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .bl_media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.bl_media_thumb {
    position: relative;
    width: 35.0877192982%;
    aspect-ratio: 38/35
}

@media screen and (max-width: 768px) {
    .bl_media_thumb {
        width: min(480px, 100%);
        margin-right: auto;
        margin-left: auto
    }
}

.bl_media_thumb::before {
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(101, 184, 254, .1)
}

@media screen and (max-width: 768px) {
    .bl_media_thumb::before {
        content: none
    }
}

.bl_media_thumb>img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    width: 100%;
    height: 100%
}

.bl_media_thumbSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bl_media_thumbSlide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #FF4A8C;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.bl_media_thumbSlide.is_active::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.bl_media_body {
    width: 59.649122807%;
    text-align: left
}

@media screen and (max-width: 768px) {
    .bl_media_body {
        width: 100%;
        margin: 40px auto 0
    }
}

.bl_media_txt {
    margin-top: 2em;
    font-size: .9375rem;
    line-height: 2;
    letter-spacing: .1em
}

.bl_media_txt+.about-box__more {
    margin-top: 1.5em
}

@media screen and (max-width: 599px) {
    .bl_media_txt {
        margin-top: 2.5em;
        font-size: .875rem
    }
}

.bl_infoList>div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.bl_infoList>div+div {
    margin-top: 12px
}

.bl_infoList_ttl {
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    width: 120px
}

.bl_infoList_ttl>span {
    letter-spacing: .05em
}

.bl_infoList_icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 12px;
    vertical-align: top;
    border: 2px solid #5b5b5b
}

.bl_infoList_icon>img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
    object-fit: contain
}

.bl_infoList_body {
    margin-left: 1.5em;
    font-size: .9375rem
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea {
    width: 100%;
    padding: 10px 1em;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #FF4A8C;
    border-radius: 4px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus:focus {
    outline: none;
    box-shadow: 0 0 3px #FF4A8C
}

input[type=number],
input[type=password] {
    width: 100%;
    padding: 10px 1em;
    background: #fff;
    border: 1px solid ##FFD0DB;
    border-radius: 4px
}

input[type=number]:focus,
input[type=password]:focus {
    outline: none;
    box-shadow: 0 0 3px #FF4A8C
}

.is-error input[type=text],
.is-error input[type=email],
.is-error input[type=tel],
.is-error input[type=url],
.is-error input[type=number],
.is-error input[type=password],
.is-error textarea,

.is-error .bl_form_selectWrap {
    color: #df5656;
    border-color: #df5656
}

input[type=radio],
input[type=checkbox] {
    position: absolute;
    opacity: 0
}

input[type=radio]+span,
input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    padding: .3em .3em .3em 2em;
    margin: 0 2em 0 0;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer
}

input[type=radio]:focus-visible+span,
input[type=checkbox]:focus-visible+span {
    outline: none;
    box-shadow: 0 0 3px #FF4A8C
}

input[type=radio]+span::before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.375em;
    height: 1.375em;
    line-height: 1;
    content: "";
    background: #fff;
    border: 1px solid #FF4A8C;
    border-radius: 50%
}

input[type=radio]+span::after {
    display: none;
    content: ""
}

input[type=radio]:checked+span::after {
    position: absolute;
    top: .52em;
    left: .33em;
    display: block;
    width: .7em;
    height: .7em;
    line-height: 1;
    background: #FF4A8C;
    border-radius: 50%
}

input[type=checkbox]+span::before {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    line-height: 1;
    vertical-align: middle;
    content: "";
    background: #fff;
    border: 1px solid #FF4A8C
}

input[type=checkbox]+span::after {
    display: none;
    content: ""
}

input[type=checkbox]:checked+span::after {
    position: absolute;
    top: .3em;
    left: .4em;
    display: block;
    width: .5em;
    height: 1em;
    content: "";
    border-right: 3px solid #FF4A8C;
    border-bottom: 3px solid #FF4A8C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bl_form {
    width: 100%;
    margin-top: 32px;
}

@media screen and (max-width: 768px) {
    .bl_form {
        margin-top: 48px
    }
}

.bl_form_table {
    width: 100%
}

@media screen and (max-width: 768px) {

    .bl_form_table tbody,
    .bl_form_table tr,
    .bl_form_table th,
    .bl_form_table td {
        display: block
    }
}

.bl_form_table tr {
    height: 100px
}

@media screen and (max-width: 768px) {
    .bl_form_table tr {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .bl_form_table tr+tr {
        margin-top: 48px
    }
}

.bl_form_table th {
    width: 240px;
    padding: 20px 0;
    font-weight: 500;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .bl_form_table th {
        width: 100%;
        padding: 0
    }
}

.bl_form_table td {
    padding: 20px 0 20px 7.1428571429%;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .bl_form_table td {
        padding: 0;
        margin-top: 16px
    }
}

.bl_form_table.contact-form__table--confirm {
    margin-bottom: 80px;
    border-bottom: 1px solid #FF4A8C
}

.bl_form_table.contact-form__table--confirm tbody {
    display: table-row-group
}

.bl_form_table.contact-form__table--confirm tr {
    display: table-row
}

.bl_form_table.contact-form__table--confirm th,
.bl_form_table.contact-form__table--confirm td {
    display: table-cell
}

.bl_form_table.contact-form__table--confirm tr {
    border-top: 1px solid #FF4A8C
}

.bl_form_table.contact-form__table--confirm th {
    width: 30%;
    padding: 0 0 0 1em;
    color: #FF4A8C
}

.bl_form_table.contact-form__table--confirm td {
    padding: 1em 0;
    line-height: 1.5
}

.bl_form_label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.125rem
}

@media screen and (max-width: 768px) {
    .bl_form_label {
        -webkit-box-pack: start;
        justify-content: flex-start;
        font-size: 1rem
    }
}

.bl_form_subLabel {
    display: block;
    margin-bottom: 5px;
    font-weight: 500
}

.bl_form_state {
    display: inline-block;
    padding: 3px 10px 4px;
    margin-left: 10px;
    font-size: .75rem;
    font-weight: 400;
    color: #FF4A8C;
    background-color: #fff;
    border: 1px solid #FF4A8C;
    border-radius: 3px
}

.bl_form_state.contact-form__state--require {
    color: #fff;
    background-color: #FF4A8C
}

.bl_form_col2Field {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .bl_form_col2Field {
        display: block
    }
}

.bl_form_col2Field>* {
    width: 48.68%
}

@media screen and (max-width: 768px) {
    .bl_form_col2Field>* {
        width: 100%
    }
}

.bl_form_col2Field>*+* {
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .bl_form_col2Field>*+* {
        margin-top: 16px
    }
}

.bl_form_errorTxt {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 16px;
    font-weight: bold;
    color: #df5656
}

.bl_form_errorTxt::before {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: .2em;
    vertical-align: middle;
    content: ""
}

.bl_form_inputField.is-error .bl_form_errorTxt {
    display: block
}

.bl_form_caution {
    margin-top: 10px;
    font-size: .75rem;
    color: orange
}

.bl_form_radioList {
    display: -webkit-box;
    display: flex
}

.bl_form_selectWrap {
    position: relative
}

.bl_form_selectWrap::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bl_form_privacy {
    margin-top: 48px;
    text-align: center
}

.bl_form_link {
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s
}

.bl_form_link>span {
    padding-bottom: 3px;
    background-image: -webkit-linear-gradient(left, #FF4A8C, #FF4A8C);
    background-image: linear-gradient(90deg, #FF4A8C, #FF4A8C);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

@media screen and (max-width: 599px) {
    .bl_form_link>span {
        padding-bottom: 1px;
        font-size: .875rem;
        line-height: 2
    }
}

.bl_form_link:focus-visible {
    color: #FF4A8C
}

.bl_form_link:focus-visible>span {
    background-size: 0 1px
}

@media(hover: hover)and (pointer: fine) {
    .bl_form_link:hover {
        color: #FF4A8C
    }

    .bl_form_link:hover>span {
        background-size: 0 1px
    }
}

.bl_form_privacyCheck {
    margin-top: 48px;
    text-align: center
}

@media screen and (max-width: 599px) {
    .bl_form_privacyCheck {
        margin-top: 40px;
        font-size: .875rem
    }
}

.bl_form_privacyCheck input[type=checkbox]+span {

    margin-right: 0
}






.bl_form .el_btn {
    width: min(360px, 100%);
    margin-inline: auto;
    margin-top: 48px;
    font-size: 1.125rem
}

@media screen and (max-width: 768px) {
    .bl_form .el_btn {
        font-size: .875rem
    }
}

@media screen and (max-width: 599px) {
    .bl_form .el_btn {
        margin-top: 40px
    }
}

.bl_form .el_btn::after {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 768px) {
    .bl_form .el_btn::after {
        right: 24px
    }
}

.bl_footer_link {
    display: block;
    font-size: .875rem;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% 1px;
    -webkit-transition: background-size .3s;
    transition: background-size .3s
}

.bl_footer_link:focus-visible {
    background-size: 0 1px
}

@media(hover: hover)and (pointer: fine) {
    .bl_footer_link:hover {
        background-size: 0 1px
    }
}

.bl_footer_copyright {
    padding-top: 16px;
    font-size: .875rem;
    color: #fff
}

.bl_pageHeading {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: max(400px, 23.4260614934vw);
    margin: 0 auto 16px;
    background: url("../img/desk02.webp") no-repeat center center/cover
}

@media screen and (max-width: 768px) {
    .bl_pageHeading {
        height: min(61.8666666667vw, 320px)
    }
}

.bl_pageHeading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    content: "";
    background: rgba(255, 255, 255, .4)
}

.bl_pageHeading_ttl {
    z-index: 1;
    padding-left: 7.0175438596%;
    margin-top: 3%;
    font-size: 1.125rem;
    color: #222;
    letter-spacing: .1em
}

@media screen and (max-width: 768px) {
    .bl_pageHeading_ttl {
        margin-top: 5%;
        font-size: 1rem
    }
}

.bl_pageHeading_ttl::before {
    display: block;
    font-size: clamp(3.75rem, 3.25vw, 5rem);
    content: attr(data-title)
}

@media screen and (max-width: 768px) {
    .bl_pageHeading_ttl::before {
        font-size: clamp(2.5rem, 6vw, 3.75rem)
    }
}

.bl_breadcrumb_list {
    display: -webkit-box;
    display: flex
}

.bl_breadcrumb_item:last-of-type {
    margin-left: 24px
}

.bl_breadcrumb_link {
    position: relative;
    font-size: .75rem
}

.bl_breadcrumb_link:focus-visible::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

@media(hover: hover)and (pointer: fine) {
    .bl_breadcrumb_link:hover::after {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top
    }
}

.bl_breadcrumb_link::before {
    position: absolute;
    top: 35%;
    right: -14px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bl_breadcrumb_link::after {
    position: absolute;
    bottom: -2px;
    left: 1px;
    width: 100%;
    height: 1px;
    content: "";
    background: #222;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.bl_breadcrumb_link[aria-current=page]::before,
.bl_breadcrumb_link[aria-current=page]::after {
    display: none
}

.un_mv {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: calc(var(--vh, 1vh)*100);
    padding-left: 40px;
    background: url("../img/desk02.webp") no-repeat top center/cover
}

@media screen and (max-width: 768px) {
    .un_mv {
        padding-left: 20px
    }
}

.un_mv::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    content: "";
    background: rgba(255, 255, 255, .4)
}

.un_mv_content {
    z-index: 1;
    width: 100%;
    margin-top: 5%
}

.un_mv_ttl {
    margin-bottom: .3em;
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1em
}

.un_mv_ttl>span:nth-child(1) {
    font-size: clamp(3.5rem, 5.5vw, 5.5rem);
    color: #FF4A8C
}

@media screen and (max-width: 768px) {
    .un_mv_ttl {
        margin-bottom: calc(var(--vh, 1vh)*40/844*100);
        font-size: clamp(2.5rem, 6vw, 3.75rem)
    }
}

.un_mv_subTtl {
    margin-bottom: 3.5em;
    font-size: clamp(1.125rem, 1.5vw, 1.375rem)
}

@media screen and (max-width: 768px) {
    .un_mv_subTtl {
        margin-bottom: calc(var(--vh, 1vh)*48/844*100);
        font-size: clamp(.875rem, 2.8vw, 1.125rem);
        line-height: 2
    }
}


/* はめ込み始まり */

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 82px;
    text-align: center;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */

    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */

    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */

    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #fff;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



// codepen profile logo
#paschka {
    display: block;
    color: white;
    font-family: helvetica neue, helvetica, arial;
    font-size: 32px;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    transition: all .1s ease;
    background: #000;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    border-radius: 5%;
    bottom: 20px;
    right: 20px;

    &:hover {
        background: #232323;
        transition: all .1s ease;
        color: #f0f0f0;
    }
}

.scrollbtn {
    -webkit-animation: an_scrollArrow_transY 1s infinite;
    animation: an_scrollArrow_transY 1s infinit
}

/* はめ込み終わり */

@media screen and (max-width: 768px) {
    .un_mv .el_btn {
        margin-right: auto;
        margin-left: auto
    }
}

.un_privacy+.un_privacy {
    margin-top: 80px
}

.un_privacy_leadTxt {
    width: 90%;
    padding: 40px;
    margin: 72px auto 80px;
    line-height: 2;
    border: 1px solid #ced4da
}

@media screen and (max-width: 768px) {
    .un_privacy_leadTxt {
        width: 100%;
        padding: 24px;
        font-size: .9375rem
    }
}

.un_privacy_ttl {
    padding-bottom: 8px;
    margin-bottom: 24px;
    font-size: 1.5rem;
    border-bottom: 1px solid #FF4A8C
}

@media screen and (max-width: 768px) {
    .un_privacy_ttl {
        font-size: 1.25rem
    }
}

.un_privacy_txt {
    line-height: 2
}

.un_privacy_list {
    margin-top: 16px
}

.un_privacy_item {
    position: relative;
    padding-left: 1em
}

.un_privacy_item+.un_privacy_item {
    margin-top: 16px
}

.un_privacy_item::before {
    position: absolute;
    top: .5em;
    left: 0;
    display: inline-block;
    width: .5em;
    height: .5em;
    content: "";
    background-color: #222;
    border-radius: 50%
}

.un_privacy .el_btn {
    margin-inline: auto;
    margin-bottom: 80px
}

.un_confirm_ttl {
    padding-bottom: 1em;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #FF4A8C
}

@media screen and (max-width: 768px) {
    .un_confirm_ttl {
        font-size: 1.125rem
    }
}

.un_confirm_txt {
    margin-top: 40px;
    line-height: 1.8;
    text-align: center
}

@media screen and (max-width: 992px) {
    .un_confirm_txt {
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .un_confirm_txt {
        font-size: .875rem
    }
}

.un_confirm_btn {
    margin-top: 48px
}

.un_confirm_btn .el_btn {
    margin-inline: auto
}

.el_btn {
    position: relative;
    display: block;
    width: min(320px, 100%);
    padding: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #FF4A8C;
    border: 1px solid #FF4A8C;
    border-radius: 50px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.el_btn:focus-visible {
    color: #FF4A8C;
    background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
    .el_btn:hover {
        color: #FF4A8C;
        background-color: #fff
    }
}

@media screen and (max-width: 768px) {
    .el_btn {
        max-width: 300px;
        padding: 1em;
        font-size: .875rem
    }
}

.el_topBtn {
    position: absolute;
    top: -25px;
    right: 20px;
    z-index: var(--z-pageTop);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #FF4A8C;
    border-radius: 5px;
    box-shadow: 3px 3px 13.5px 1.5px rgba(101, 184, 254, .16);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.el_topBtn:focus-visible {
    background-color: #fff
}

.el_topBtn:focus-visible::before {
    border-color: #FF4A8C
}

@media(hover: hover)and (pointer: fine) {
    .el_topBtn:hover {
        background-color: #fff
    }

    .el_topBtn:hover::before {
        border-color: #FF4A8C
    }
}

.el_topBtn::before {
    position: absolute;
    top: 50%;
    left: 35%;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    content: "";
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.el_headingLv2En {
    font-size: 2.8125rem;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 375px) {
    .el_headingLv2En {
        font-size: 2.1875rem
    }
}

.el_headingLv2En>span {
    color: #FF4A8C
}

.el_headingLv2En.el_headingLv2En--left {
    text-align: left
}

@media screen and (max-width: 992px) {
    .el_headingLv2En.el_headingLv2En--left {
        text-align: center
    }
}

.el_headingLv2Ja {
    margin-top: 10px;
    margin-bottom: 64px;
    font-weight: 500;
    text-align: center
}

.el_headingLv2Ja::before,
.el_headingLv2Ja::after {
    display: inline-block;
    width: 30px;
    height: 3px;
    vertical-align: middle;
    content: "";
    background-color: #FF4A8C
}

.el_headingLv2Ja::before {
    margin-right: 10px
}

.el_headingLv2Ja::after {
    margin-left: 10px
}

.el_headingLv2Ja.el_headingLv2Ja--left {
    text-align: left
}

@media screen and (max-width: 992px) {
    .el_headingLv2Ja.el_headingLv2Ja--left {
        text-align: center
    }
}

.el_headingLv2Ja.el_headingLv2Ja--left::after {
    display: none
}

@media screen and (max-width: 992px) {
    .el_headingLv2Ja.el_headingLv2Ja--left::after {
        display: inline-block
    }
}

.el_leadTxt {
    font-size: .9375rem;
    line-height: 1.8;
    letter-spacing: .1em
}

.el_leadTxt+.el_leadTxt {
    margin-top: 28px
}

@media screen and (max-width: 992px) {
    .el_leadTxt {
        font-size: .875rem
    }
}

.el_leadTxt>a {
    color: #FF4A8C;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.el_leadTxt>a:focus-visible {
    color: orange
}

@media(hover: hover)and (pointer: fine) {
    .el_leadTxt>a:hover {
        color: orange
    }
}

.el_leadTxt>span {
    font-weight: bold;
    color: orange
}

.el_leadTxt.el_leadTxt--center {
    text-align: center
}

.el_leadTxtWrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .el_leadTxtWrap {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .el_leadTxtWrap {
        text-align: left
    }
}

.el_leadTxtWrap .el_leadTxt {
    line-height: 1.5
}

.el_leadTxtWrap .el_leadTxt+.el_leadTxt {
    margin-top: .5em
}

@media screen and (max-width: 768px) {
    .el_leadTxtWrap .el_leadTxt+.el_leadTxt {
        margin-top: 1em
    }
}

.ly_header {
    position: fixed;
    top: 2%;
    left: 50%;
    z-index: var(--z-header);
    width: 97%;
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 13.5px 1.5px rgba(101, 184, 254, .16);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 1400px) {
    .ly_header {
        height: 80px
    }
}

@media screen and (max-width: 768px) {
    .ly_header {
        top: 0;
        width: 100%;
        border-radius: 0
    }
}

@media screen and (max-width: 599px) {
    .ly_header {
        height: 60px
    }
}

.ly_header_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 40px
}

@media screen and (max-width: 992px) {
    .ly_header_inner {
        padding: 0 20px
    }
}

.ly_wrap {
    position: relative;
    padding: 80px 0;
    overflow: hidden
}

.ly_polygonWrap {
    padding: 100px 0 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    background-color: #f8f9fa
}

@media screen and (max-width: 1200px) {
    .ly_polygonWrap {
        padding: 80px 0 100px;
        -webkit-clip-path: none;
        clip-path: none
    }
}

@media screen and (max-width: 768px) {
    .ly_polygonWrap {
        padding: 80px 0
    }
}

.ly_bgTxtWrap {
    position: relative;
    padding: 0 0 140px;
    overflow: hidden
}

@media screen and (max-width: 1200px) {
    .ly_bgTxtWrap {
        padding: 80px 0 140px
    }
}

@media screen and (max-width: 375px) {
    .ly_bgTxtWrap {
        padding: 80px 0
    }
}

.ly_bgTxtWrap::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(10rem, 22vw, 15rem);
    line-height: 1;
    color: rgba(101, 184, 254, .08);
    white-space: nowrap;
    content: "kprosper"
}

.ly_bgColorWrap {
    padding: 100px 0;
    background-color: #f8f9fa
}

@media screen and (max-width: 768px) {
    .ly_bgColorWrap {
        padding: 80px 20px
    }
}

.ly_cont {
    width: min(1180px, 100%);
    padding: 0 20px;
    margin-inline: auto
}

.ly_bgCont {
    width: min(1180px, 100%);
    padding: 64px 6.7796610169% 80px;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 8px
}

@media screen and (max-width: 768px) {
    .ly_bgCont {
        padding: 64px 20px
    }
}

.ly_footer {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 140px;
    background-color: #333
}



/* the important styles */

.arrow-circle .arrow-wrap {
    position: relative;
    z-index: 1;
    left: 50%;
    top: -5em;
    margin-left: -5em;
    background: #FF4A8C;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #FF4A8C;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media(hover: hover)and (pointer: fine) {
    .arrow-circle .arrow-wrap:hover {
        background-color: #ffffff
    }

}


.arrow-circle .arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}


.arrow-circle .arrow:after {
    content: '';
    position: absolute;
    top: -3.2em;
    left: -3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #FF4A8C transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}



@-webkit-keyframes arrows {
    0% {
        top: 0;
    }

    10% {
        top: 12%;
    }

    20% {
        top: 0;
    }

    30% {
        top: 12%;
    }

    40% {
        top: -12%;
    }

    50% {
        top: 12%;
    }

    60% {
        top: 0;
    }

    70% {
        top: 12%;
    }

    80% {
        top: -12%;
    }

    90% {
        top: 12%;
    }

    100% {
        top: 0;
    }
}



@keyframes fadein {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(100px);
    }
}


.arrow-circle .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
}


.input-area {

    width: 100%;
    margin-top: 32px;

}

@media screen and (max-width: 599px) {
    .input-area {
        margin-top: 40px;
        font-size: .875rem
    }
}

.input-area input[type=checkbox]+span {

    margin-right: 0
}

.btn-border {
    position: relative;
    display: block;
    width: min(320px, 100%);
    padding: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #FF4A8C;
    border: 1px solid #FF4A8C;
    border-radius: 50px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.btn-border:focus-visible {
    color: #FF4A8C;
    background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
    .btn-border:hover {
        color: #FF4A8C;
        background-color: #fff
    }
}

@media screen and (max-width: 768px) {
    .btn-border {
        max-width: 300px;
        padding: 1em;
        font-size: .875rem
    }
}

.bl_form .btn-border {
    width: min(360px, 100%);
    margin-inline: auto;
    margin-top: 48px;
    font-size: 1.125rem
}

@media screen and (max-width: 768px) {
    .bl_form .btn-border {
        font-size: .875rem
    }
}

@media screen and (max-width: 599px) {
    .bl_form .btn-border {
        margin-top: 40px
    }
}

.bl_form .btn-border::after {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 768px) {
    .bl_form .btn-border::after {
        right: 24px
    }
}

:root {
    --recaptcha-badge-position: 130px;
}

/*recaptcha badge*/
.grecaptcha-badge {
    margin-bottom: var(--rechaptcha-badge-position);
    z-index: 9999;
}

@media(min-width:992px) {
    .grecaptcha-badge {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 768px) {
    .bl_swiper .swiper-slide {

        animation: slide-flow 15s infinite linear 3s both;
    }

    @keyframes slide-flow {
        0% {
            transform: translateX(10%);
        }

        100% {
            transform: translateX(-350%);
        }
    }

    .slide-paused:hover .swiper-slide {
        animation-play-state: paused;
    }

}