@charset "UTF-8";
html {
    font-size: 62.5%;
}

body {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #374190;
    word-break: break-all;
    letter-spacing: 0.04em;
    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
}

.section-block {
    width: 100%;
    padding: 10rem 2.5rem;
    position: relative;
}

.content {
    width: 1084px;
    max-width: 100%;
    margin: 0 auto;
}

.page-width {
    width: calc(1084px + 5rem);
    max-width: 100%;
    margin: 0 auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.w-sm {
    width: 71.6rem;
}

.l-card {
    border-radius: 2.4rem;
}

.l-card.red {
    background-color: #ed3e4e;
    color: #fff;
}

.l-card.blue {
    background-color: #374190;
    color: #fff;
}

.l-card.blue2 {
    background-color: #93d3df;
    color: #374190;
}

.l-card.yellow {
    background-color: #f7dd4b;
    color: #374190;
}

.l-card.white {
    background-color: #fff;
}

a {
    color: #374190;
    text-decoration: none;
    transition: background-color 0.3s ease-out;
}

a:hover {
    cursor: pointer;
}

.link-underline {
    text-decoration: underline;
}

.link-block {
    display: block;
}

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

.pic-shadow {
    filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}

.object {
    position: absolute;
}

.object-parent {
    position: relative;
}

.object_a {
    width: 12.6rem;
    top: 21rem;
    left: -19rem;
}

@media (max-width: 833px) {
    .object_a {
        width: 64px;
    }
}

.object_d {
    width: 13.6rem;
    top: -33.3rem;
    right: -5.4rem;
}

@media (max-width: 833px) {
    .object_d {
        width: 71px;
        top: -20px;
    }
}

.object_z {
    width: 13.8rem;
    top: 11.8rem;
    left: 0;
    transform: rotate(34deg);
}

@media (max-width: 833px) {
    .object_z {
        width: 71px;
    }
}

.object_w {
    width: 12rem;
    right: -4.8rem;
    bottom: -4.4rem;
    z-index: 2;
}

@media (max-width: 833px) {
    .object_w {
        width: 82px;
        right: 0;
        bottom: -100px;
    }
}

.object_c {
    width: 13.6rem;
    top: 4.4rem;
    left: -9.8rem;
    z-index: 2;
}

.object_m {
    width: 106px;
    top: -106px;
    right: 0;
    z-index: 2;
}

@media (max-width: 833px) {
    .object_m {
       width: 52px;
    }
}

.object_x {
    width: 140px;
    top: -70px;
    left: 180px;
    z-index: 2;
}

@media (max-width: 833px) {
    .object_x {
        width: 72px;
        top: -42px;
        left: 90px;
    }
}

.object_h {
    width: 13.6rem;
    top: -3rem;
    right: -7.8rem;
}

svg {
    vertical-align: bottom;
}

.movie-box {
    width: 100%;
    aspect-ratio: 16/9;
}

.movie-box iframe {
    width: 100%;
    height: 100%;
}

p {
    letter-spacing: 0.1em;
    line-height: 2;
}

p:not(:last-child) {
    margin-bottom: 1.5em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: 700;
}

.modal-container {
    width: 100%;
    height: 100%;
    padding: 3.2rem 1.6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    overflow: auto;
    box-sizing: border-box;
    background: rgba(147, 211, 223, 0.8);
    text-align: center;
    opacity: 0;
    transition: 0.3s;
}

.modal-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.modal-container.active {
    visibility: visible;
    opacity: 1;
}

.modal-body {
    width: 100%;
    max-width: 80.8rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    padding: 6.4rem 9.2rem;
    border-radius: 2rem;
    background: #fff;
    text-align: left;
    filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}

.modal-content .title {
    margin-bottom: 1em;
}

.modal-close {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 2;
    background: url(../../images/icon_close.svg) no-repeat center/contain;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.modal-close:hover {
    transform: rotate(360deg);
}

.tabOnly {
    display: none;
}

@media (max-width: 833px) {
    .tabOnly {
        display: inherit;
    }
}

.spOnly {
    display: none;
}

@media (max-width: 833px) {
    .spOnly {
        display: inherit;
    }
}

.headline-01 {
    letter-spacing: 0.08em;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 1.75;
}

.headline-02 {
    font-weight: 900;
    font-size: 2.4rem;
}

.headline-03 {
    letter-spacing: 0.08em;
    font-weight: 900;
    font-size: 2rem;
}

.headline-04 {
    margin-bottom: 4.8rem;
    line-height: 1;
}

.headline-04 span {
    display: block;
}

.headline-04 .main {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 6.4rem;
}

.headline-04 .label {
    margin-top: 0.8em;
    font-weight: 700;
    font-size: 2.4rem;
}

.pentagon {
    width: var(--w);
    height: var(--h);
    position: relative;
    box-sizing: border-box;
    --w: calc(var(--h) * 1.05);
}

.pentagon::before {
    content: "";
    width: var(--w);
    height: calc(var(--h) * 0.38);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-right: calc(var(--w) * 0.5) solid transparent;
    border-bottom: calc(var(--h) * 0.38) solid #f7dd4b;
    border-left: calc(var(--w) * 0.5) solid transparent;
}

.pentagon::after {
    content: "";
    width: var(--w);
    height: calc(var(--h) * 0.62);
    position: absolute;
    top: calc(var(--h) * 0.38);
    left: 0;
    box-sizing: border-box;
    border-top: calc(var(--h) * 0.62) solid #f7dd4b;
    border-right: calc(var(--w) * 0.19) solid transparent;
    border-left: calc(var(--w) * 0.19) solid transparent;
}

.btn-01 {
    width: 30.8rem;
    min-width: fit-content;
    height: 6.4rem;
    padding-right: 5.4rem;
    padding-left: 2.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.2rem;
    background-color: #f7dd4b;
    color: #374190;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    transition: 0.3s ease-in-out;
}

.btn-01::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 2.9rem;
    z-index: 2;
    display: block;
    border-top: 2px solid #f7dd4b;
    border-right: 2px solid #f7dd4b;
    border-radius: 1px;
    transform: rotate(45deg);
}

.btn-01::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: calc(50% - 1.2rem);
    right: 2rem;
    border-radius: 50%;
    background-color: #374190;
}

.btn-01:hover {
    background-color: #fff;
    color: #374190;
}

.btn-01:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.btn-01:hover::after {
    background-color: #374190;
}

.btn-01[data-status=disable] {
    background-color: #aaa;
    pointer-events: none;
}

.btn-01[data-color=blue] {
    background-color: #374190;
    color: #fff;
}

.btn-01[data-color=blue]::before {
    border-top-color: #374190;
    border-right-color: #374190;
}

.btn-01[data-color=blue]::after {
    background-color: #fff;
}

.btn-01[data-color=blue]:hover {
    background-color: #f1f1f1;
    color: #374190;
}

.btn-01[data-color=blue]:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.btn-01[data-color=blue]:hover::after {
    background-color: #374190;
}

.btn-center {
    margin-right: auto;
    margin-left: auto;
}

ul {
    list-style-type: none;
}

ul.dot {
    list-style-type: none;
}

ul.dot li {
    margin-left: 1.1em;
    text-indent: -1.1em;
}

ul.dot li:before {
    content: "・";
}

ul.dot li:not(:last-child) {
    margin-bottom: 0.3em;
}

ul.circle {
    list-style-type: none;
}

ul.circle li {
    margin-left: 2rem;
    text-indent: -2rem;
}

ul.circle li:before {
    content: "●";
    margin-right: 0.4rem;
}

ul.circle li:not(:last-child) {
    margin-bottom: 0.8em;
}

ul.note {
    list-style-type: none;
}

ul.note li {
    margin-left: 1.1em;
    text-indent: -1.1em;
}

ul.note li:before {
    content: "※";
    font-family: cursive;
}

ul.note li:not(:last-child) {
    margin-bottom: 0.3em;
}

.site-header {
    width: 100%;
    padding: 3.2rem 4.8rem;
}

.site-header .btn-01 {
    width: 20.8rem;
    height: 4rem;
    padding-right: 3.6rem;
    padding-left: 1rem;
    border-radius: 2rem;
    font-size: 1.4rem;
}

.site-header .btn-01::before {
    right: 2.6rem;
}

.site-header .btn-01::after {
    width: 1.6rem;
    height: 1.6rem;
    top: calc(50% - 0.8rem);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title {
    font-size: 1rem;
    text-align: center;
}

.header-title a {
    display: inline-block;
}

.header-title figure {
    display: inline-block;
    margin-bottom: 0;
}

.site-footer {
    padding: 6.4rem 4.8rem;
    background-color: #fff;
    color: #666;
    font-size: 1.2rem;
}

.site-footer p {
    letter-spacing: 0;
    font-size: 1.2rem;
}

.footer-area01 {
    font-weight: 700;
}

.footer-title figure {
    display: flex;
    align-items: center;
}

.footer-title .caption {
    margin-left: 1rem;
    color: #666;
    font-size: 1.6rem;
}

.copy-right {
    margin-top: 2.8rem;
    line-height: 1;
}

input::-webkit-input-placeholder {
    color: rgba(0, 22, 88, 0.2);
}

input:-ms-input-placeholder {
    color: rgba(0, 22, 88, 0.2);
}

input::-moz-placeholder {
    color: rgba(0, 22, 88, 0.2);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select {
    background-image: url("../../images/select_arrow.svg");
    background-position: right 2rem center;
    background-size: 2rem;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

select.form_control {
    padding: 12px 24px 12px 10px;
}

#hero-visual {
    width: 100%;
    margin-bottom: 6.2rem;
    position: relative;
}

#hero-visual::before {
    content: "";
    width: 185.8rem;
    height: 285rem;
    position: absolute;
    top: -43rem;
    left: 50%;
    z-index: -1;
    background: url(../../images/bg_pc.svg) no-repeat center top/contain;
    transform: translateX(-50%);
}

#hero-visual.is-animated .hero-text, #hero-visual.is-animated .hero_img {
    -webkit-animation: heroFadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation: heroFadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

#hero-visual.is-animated .text01 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#hero-visual.is-animated .text02 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#hero-visual.is-animated .text03 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#hero-visual.is-animated .text04 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-inner {
    padding-top: 8.2rem;
    padding-bottom: 6rem;
}

@-webkit-keyframes heroFadeup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroFadeup {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-lead {
    position: relative;
    z-index: 3;
    color: #374190;
}
.hero-h1{
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 4rem;
}
.hero-lead .text01{
    margin-left: 3.9rem;
    margin-bottom: .6rem;
}
.hero-lead .catch {
    margin-bottom: 10rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    font-size: 4rem;
    line-height: 2;
}

.hero-lead .catch span {
    display: block;
}

.hero-lead p {
    font-size: 2rem;
    line-height: 2.2;
}

.hero-lead .date {
    margin-top: 1rem;
    margin-bottom: 0.8em;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1;
}

.hero-lead .date span {
    margin: 0 0.4rem;
    font-size: 4rem;
}

.hero-lead .date span:first-child {
    margin-left: 0;
}

.hero-lead .date .sm {
    letter-spacing: 0.08em;
    font-size: 3.2rem;
}

.hero-lead .note {
    font-size: 1rem;
}

.hero-lead .point-text {
    max-width: 40rem;
    padding: 0.2em;
    border-radius: 0.8rem;
    background-color: #ed3e4e;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin-top: .8em;
}

.hero-slider {
    width: 942px;
    height: 62.7rem;
    position: absolute;
    top: 6rem;
    right: 5%;
    border-radius: 20px;
    overflow: hidden;
    /* clip-path: polygon(28% 0, 100% 0, 100% 80%, 60% 100%, 0 54%); */
}

.hero-slider .pic {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cv-block {
    padding: 3.2rem 3.6rem;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cv-block .text {
    letter-spacing: 0;
    font-weight: 900;
    font-size: 2.9rem;
    line-height: 1.375;
}

.cv-block .text strong {
    color: #f7dd4b;
}

.cv-block .pic {
    position: absolute;
    right: 366px;
    bottom: -6px;
}

.cv-block .pic > img {
    filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}

.cv-block .fukidashi {
    position: absolute;
    top: -22px;
    right: 186px;
}

.cv-block .fukidashi img {
    width: 254px;
    max-width: none;
}

.text-new {
    display: inline-block;
    font-size: 2rem;
}

@media (max-width: 833px) {
    .text-new {
        position: relative;
    }
}

.text-new::before, .text-new::after {
    content: "";
    width: 3px;
    height: 1em;
    margin-bottom: -0.2rem;
    display: inline-block;
    background-color: #f7dd4b;
}

.text-new::before {
    margin-right: 0.8rem;
    transform: rotate(-24deg);
}

@media (max-width: 833px) {
    .text-new::before {
        position: absolute;
        top: 50%;
        transform: rotate(-24deg) translateY(-50%);
        left: -6px;
    }
}

.text-new::after {
    margin-left: 0.8rem;
    transform: rotate(24deg);
}

@media (max-width: 833px) {
    .text-new::after {
        position: absolute;
        top: 50%;
        transform: rotate(24deg) translateY(-50%);
        right: -6px;
    }
}

.block-campaign {
    padding-top: 8rem;
}

.campaign-card {
    padding: 4.8rem 7.2rem 3.2rem;
}

.campaign-header {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.campaign-header .title {
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 1.2;
}

.campaign-header .title .text-new {
    color: #ed3e4e;
}

.campaign-header .title .text-new::before, .campaign-header .title .text-new::after {
    background-color: #ed3e4e;
}

.campaign-header .title span {
    display: inline-block;
    line-height: 1.5277777778;
}

.campaign-info {
    font-weight: 900;
}

.campaign-info dl {
    margin-bottom: 0.8rem;
    display: flex;
}

.campaign-info dt {
    width: 8.2rem;
    margin-right: 1.6rem;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    border-radius: 0.4rem;
    background-color: #ed3e4e;
    color: #fff;
    text-align: center;
}

.campaign-info dd {
    font-size: 1.4rem;
}

.campaign-info .note {
    font-weight: 400;
    font-size: 1.2rem;
}
.campaign-body{

}
.campaign-body .pic {
    display: block;
}
.campaign-body .pic img {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
}
.campaign-body .text {
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
}

.campaign-notice {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 1.5rem;
}

.campaign-notice dt {
    font-weight: 700;
}

.block-about {
    padding-top: 0;
    position: relative;
}

.block-about::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 43rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #93d3df;
}

.block-about .headline-02 {
    margin-bottom: 7.2rem;
}

.about-card {
    max-width: 71.6rem;
    margin: 0 auto 8rem;
    padding: 5rem 7.2rem;
    position: relative;
    text-align: center;
}

.about-card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2.4rem;
    background-color: #374190;
    transform: rotate(5deg);
}

.about-card .headline-01 {
    margin-bottom: 4rem;
}

.about-card .headline-03 {
    margin-bottom: 2rem;
}

.about-card p {
    letter-spacing: 0;
}

.about-card .point-list {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 3rem;
    display: flex;
}

.about-card .point-list li {
    width: 100%;
    height: 10.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.6rem;
    background-color: #fff;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.4285714286;
}

.about-card .point-list li + li {
    margin-left: 1.3rem;
}

.about-card .point-list small {
    margin-bottom: 0.6em;
    display: block;
    font-size: 1rem;
}

.about-card .pic img {
    width: 100%;
}

.specialist-wrap {
    display: flex;
    justify-content: space-between;
}

.specialist-card {
    width: 49%;
    padding: 6rem 4rem 4rem;
    position: relative;
}

.specialist-card .title {
    position: absolute;
    top: -2rem;
    left: 2rem;
}

.specialist-card .profile {
    margin-bottom: 3.2rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.specialist-card .pic {
    width: 16rem;


    flex: none;
}

.specialist-card .text-box span {
    display: block;
    letter-spacing: 0;
}

.specialist-card .text-box .text01 {
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.5;
}

.specialist-card .text-box .text02 {
    font-weight: 700;
    font-size: 2rem;
}

.specialist-card .text-box .text03 {
    margin-top: 0.6em;
    font-size: 1.2rem;
}

.specialist-card .comment {
    letter-spacing: 0;
    font-size: 1.2rem;
}

.specialist-card .career {
    margin-top: 4rem;
    padding-top: 2rem;
    display: flex;
    border-top: 1px solid #f1f1f1;
    letter-spacing: 0;
    font-size: 1.2rem;
}

.specialist-card .career dt {
    margin-right: 5.2rem;


    flex: none;
    font-weight: 700;
}

.specialist-card .career dd {
    line-height: 2;
}

.block-introduction {
    margin-bottom: -7.3rem;
    padding-bottom: 24rem;
    position: relative;
    overflow: hidden;
}

.block-introduction::before {
    content: "";
    width: 185.8rem;
    height: 285rem;
    position: absolute;
    top: -28.8rem;
    left: 50%;
    z-index: -1;
    background: url(../../images/bg_pc.svg) no-repeat center top/contain;
    transform: translateX(-50%);
}

.block-introduction .headline-03 {
    margin-top: 1.8rem;
    margin-bottom: 8rem;
}

.character-block {
    width: 100%;
    padding-bottom: 32%;
    position: relative;
}

.character-block .character-pic {
    position: absolute;
}

.character-block .character-pic img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.character-name{
    margin-top: 1em;
    font-weight: bold;
    display: block;
    text-align: center;
}
@media (max-width: 833px) {
    .character-name{
        text-align: left;
    }
}
.character-block .character-pic .fukidashi {
    padding: 0 1em;
    position: absolute;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.789%22%20height%3D%2224.895%22%3E%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%202052%22%20d%3D%22m.894.447%2012%2024%22%20fill%3D%22none%22%20stroke%3D%22%23374190%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.789%22%20height%3D%2224.895%22%3E%3Cpath%20data-name%3D%22%E7%B7%9A%2056%22%20fill%3D%22none%22%20stroke%3D%22%23374190%22%20stroke-width%3D%222%22%20d%3D%22m12.894.447-12%2024%22%2F%3E%3C%2Fsvg%3E");
    background-position: left center, right center;
    background-repeat: no-repeat;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 1;
}

.character-block .character-pic .comment {
    width: 38rem;
    height: 24rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.8;
    transform: rotate(-10deg);
}

.character-block .character-pic .comment span {
    transform: rotate(10deg);
}

.character-block .character01 {
    width: 29%;
    right: 44%;
    bottom: 2.4%;
}

.character-block .character01 .fukidashi {
    top: -6%;
    right: 82%;
    transform: rotate(-20deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.character-block .character01 .comment {
    top: 38%;
    right: 65.6%;
    background-color: #f7dd4b;
}

.character-block .character02 {
    width: 12.4%;
    bottom: 2.8%;
    left: 55.8%;
}

.character-block .character02 .fukidashi {
    top: -40%;
    left: 25%;
    transform: rotate(10deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.character-block .character02 .comment {
    top: -62.6%;
    left: 74.6%;
    background-color: #f7a9b0;
}

.character-block .characterCopy {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    text-align: center;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.6;
    transform: translateX(-50%);
}

.character-block .characterCopy span {
    display: block;
}

.character-sanrio {
    max-width: 53.2rem;
    margin: 8.4rem auto 0;
    padding: 2rem 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.4rem;
    background-color: #93d3df;
}

.character-sanrio dt {
    margin-right: 0.8rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.08em;
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.character-sanrio dd img {
    width: 20rem;
}

.block-point {
    margin-top: -7.3rem;
    padding-top: 17rem;
    background-color: #f7dd4b;
}

.block-point .headline-01 {
    margin-bottom: 7.8rem;
}

.block-point .headline-01 span {
    margin-top: 0.2em;
    display: block;
}

.point-box {
    position: relative;
    display: flex;
    align-items: center;
}

.point-box + .point-box {
    margin-top: 6.4rem;
}

.point-box > .pic {
    -webkit-box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.1);
}

.point-box dt {
    margin-bottom: 1em;
    font-weight: 900;
    font-size: 2.4rem;
}

.point-box dd {
    font-weight: 700;
}

.point-box.point01 .pic {
    margin-right: 7.2rem;
}

.point-box.point02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.point-box.point02 .pic {
    margin-left: 7.2rem;
    position: relative;
}

.point-box.point02 .fukidashi {
    width: 14.6rem;
    height: 14.6rem;
    position: absolute;
    top: -4.4rem;
    right: -4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
}

.point-box.point02 dl {
    max-width: 34.8rem;
}

.point-box.point03 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.point-box.point03 .pic {
    margin-right: 6.2rem;
}

.point-card01 {
    margin-top: 17rem;
    padding: 6.4rem 5rem 8rem;
    position: relative;
}

.point-card01 .fukidashi {
    width: 27.8rem;
    position: absolute;
    top: -4rem;
    left: calc(50% - 13.9rem);
}

.point-card01 .headline-01 {
    margin-bottom: 5.6rem;
}

.point-card01 .special-set {
    max-width: 91.4rem;
    margin: 0 auto;
    display: flex;
}

.point-card01 .special-set .inner {
    width: 50%;
    text-align: center;
}

.point-card01 .special-set .pic {
    margin-bottom: 2.6rem;
    padding-bottom: 58%;
    position: relative;
}

.point-card01 .special-set .pic img {
    position: absolute;
    z-index: 2;
}

.point-card01 .special-set .label {
    width: 14.6rem;
    height: 14.6rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    letter-spacing: 0;
    font-weight: 900;
    line-height: 1.75;
}

.point-card01 .special-set p {
    font-weight: 700;
}

.point-card01 .special-set .special01 .pic img {
    width: 31.9rem;
    bottom: 0;
    left: 6.2rem;
    transform: rotate(-5deg);
}

.point-card01 .special-set .special02 .pic img {
    width: 36.8rem;
    right: 2rem;
    bottom: 0;
}

.point-card01 .special-set .special02 .fukidashi {
    width: fit-content;
    position: absolute;
    top: -2rem;
    left: 20.5rem;
    white-space: nowrap;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.7142857143;
}

.point-card01 .special-set .special02 .fukidashi::before, .point-card01 .special-set .special02 .fukidashi::after {
    content: "";
    width: 4px;
    height: 85%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
}

.point-card01 .special-set .special02 .fukidashi::before {
    left: -1.4em;
    transform: rotate(-20deg);
}

.point-card01 .special-set .special02 .fukidashi::after {
    right: -1.4em;
    transform: rotate(20deg);
}

.point-card02 {
    margin-top: 12rem;
    position: relative;
    z-index: 1;
}

.point-card02::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2.4rem;
    background-color: #374190;
    transform: rotate(3deg);
}

.point-card02 .l-card {
    padding: 6.4rem 6.4rem;
    display: flex;
}

.point-card02 .inner {
    width: 50%;
    font-weight: 700;
}

.point-card02 .inner * {
    letter-spacing: 0;
}

.point-card02 .headline-01 {
    margin-bottom: 3.4rem;
}

.point-card02 .pic img {
    transform: rotate(10deg);
    transform-origin: left bottom;
}

.point-card02 ul {
    margin-top: 4rem;
}

.point-movie {
    margin-top: 8rem;
}

.point-movie .headline-01 {
    width: fit-content;
    margin: 0 auto 2.8rem;
    padding: 0 6rem;
    position: relative;
    letter-spacing: 0;
    line-height: 1.4;
}

.point-movie .headline-01::before, .point-movie .headline-01::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #374190;
}

.point-movie .headline-01::before {
    left: 0;
    transform: rotate(-20deg);
}

.point-movie .headline-01::after {
    right: 0;
    transform: rotate(20deg);
}

.point-movie .movie-box {
    max-width: 71.6rem;
    margin: 0 auto;
}

.block-ingenuity {
    margin-bottom: -7.3rem;
    padding-bottom: 23rem;
    background-color: #93d3df;
}

.ingenuity-box + .ingenuity-box {
    margin-top: 10rem;
}

.ingenuity-headline {
    position: relative;
    display: flex;
}

.ingenuity-headline .pentagon {
    margin-right: 2.6rem;
    left: -3rem;
    z-index: 2;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    filter: drop-shadow(2rem 2rem 0px #374190);
    transform: rotate(-10deg);
    --h: 33.1rem;
}

.ingenuity-headline .pentagon .title {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ingenuity-headline .pentagon .title span {
    display: block;
    line-height: 1;
}

.ingenuity-headline .pentagon .title .main {
    padding-top: 0.8em;
    letter-spacing: 0;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
}

.ingenuity-headline .pentagon .title .label {
    margin-top: 0.5em;
    font-weight: 900;
    font-size: 2.4rem;
}

.ingenuity-headline .sub-title {
    margin-top: auto;
    margin-bottom: 1.5em;
    z-index: 2;
    color: #fff;
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 2;
}

.ingenuity-headline .headline-bg {
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    white-space: nowrap;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 24rem;
    line-height: 1.3;
    opacity: 0.1;
}

.ingenuity-list {
    max-width: 90rem;
    margin: 2rem auto 0;
}

.ingenuity-list .ingenuity-card:nth-child(odd) {
    margin-left: auto;
}

.ingenuity-card {
    max-width: 80.8rem;
    padding: 5.6rem;
    position: relative;
    border-radius: 2.4rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.ingenuity-card + .ingenuity-card {
    margin-top: 4rem;
}

.ingenuity-card .point {
    margin-bottom: 4rem;
}

.ingenuity-card .point dt {
    width: 14rem;
    margin-bottom: 1em;
    padding: 0.2em 0;
    border-radius: 1em;
    background-color: #374190;
    color: #fff;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.ingenuity-card .point dd {
    letter-spacing: 0.04em;
    font-weight: 700;
    font-size: 2rem;
}

.ingenuity-card .tips {
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: #fff;
    font-size: 1.4rem;
}

.ingenuity-card .tips dt {
    margin-bottom: 0.8em;
    font-weight: 700;
}

.ingenuity-card .pic img {
    width: 28rem;
    position: absolute;
    filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}

.ingenuity-card .tips-list li {
    padding: 1.2rem 1.2rem 1.2rem 2.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.8rem;
    background-color: #fff;
}

.ingenuity-card .tips-list li + li {
    margin-top: 0.8rem;
}

.ingenuity-card .tips-list .title {
    font-weight: 700;
}

.ingenuity-card .tips-list .modal-open {
    width: 18.6rem;
    height: 4rem;
    padding: 0 3.2rem 0 1.2rem;
    position: relative;
    border: 2px solid #374190;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.ingenuity-card .tips-list .modal-open::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: calc(50% - 1rem);
    right: 0.8rem;
    background: url(../../images/icon_plus.svg) no-repeat center/contain;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.ingenuity-card .tips-list .modal-open:hover::after {
    transform: rotate(180deg);
}

.ingenuity_input01 .pic1_1 {
    top: 8%;
    left: 75%;
}

.ingenuity_input01 .pic1_2 {
    bottom: 12%;
    left: 62%;
}

.ingenuity_input01 .tips {
    width: 100%;
}

.ingenuity_input02 .inner {
    width: 55%;
    margin-left: auto;
}

.ingenuity_input02 .pic2_1 {
    width: 37rem !important;
    top: 12%;
    right: 60%;
}

.ingenuity_input02 .pic2_2 {
    right: 60%;
    bottom: 11.2%;
}

.ingenuity_input03 .pic3_1 {
    top: -7%;
    left: 70%;
}

.ingenuity_input03 .pic3_2 {
    bottom: 5%;
    left: 56%;
}

.ingenuity_output01 .pic1_1 {
    top: -19%;
    left: 72%;
}

.ingenuity_output01 .pic1_2 {
    bottom: 7%;
    left: 55%;
}

.ingenuity_output01 .pic .fukidashi1_1 {
    width: 11rem;
    top: 6%;
    right: 30%;
}

.ingenuity_output01 .pic .fukidashi1_2 {
    width: 11rem;
    right: -5%;
    bottom: 25%;
}

.ingenuity_output02 .inner {
    width: 55%;
    margin-left: auto;
}

.ingenuity_output02 .pic2_1 {
    width: 35.6rem !important;
    top: 8%;
    right: 60%;
}

.ingenuity_output02 .pic2_2 {
    width: 17.6rem !important;
    right: 60%;
    bottom: 6%;
}

.block-footer {
    position: relative;
    overflow: hidden;
}

.block-footer::before {
    content: "";
    width: 185.8rem;
    height: 285rem;
    position: absolute;
    top: -28.8rem;
    left: 50%;
    z-index: -1;
    background: url(../../images/bg_pc.svg) no-repeat center top/contain;
    transform: translateX(-50%);
}

.block-footer .content + .content {
    margin-top: 12rem;
}

.flow-list {
    display: flex;
    justify-content: center;
}

.flow-list .flow-box {
    width: 100%;
    padding: 1.6rem 1.8rem;
    position: relative;
    border-radius: 2.4rem;
    background-color: #f7dd4b;
    text-align: center;
}

.flow-list .flow-box + .flow-box {
    margin-left: 2%;
}

.flow-list .flow-box + .flow-box::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 0.6rem);
    right: calc(100% + 0.6rem);
    border-width: 0.6rem 0 0.6rem 1.2rem;
    border-style: solid;
    border-color: transparent transparent transparent #374190;
}

.flow-list dt {
    width: fit-content;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    border-bottom: 0.4rem solid #374190;
    letter-spacing: -0.01em;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.flow-list dd {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
}

.flow-list dd span {
    margin-top: 0.8em;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6666666667;
}

.flow-list .flow-point {
    background-color: #ed3e4e;
    color: #fff;
}

.campaign-block .headline-04{
    margin-bottom: 2.1rem;
}
.campaign-block .headline-04 .main{
    font-size: 2.4rem;
    line-height: 1.6;
}

@media (min-width: 834px){
    .campaign-block .headline-04 .main{
        font-size: 4.8rem;
    }
    .campaign-row{
        display: flex;
        gap: clamp(2rem, 5% ,70px );
        justify-content: center;
    }
    .campaign-img{
        max-width: 533px;
        width: 49%;
    }
    .campaign-text{
        max-width: 476px;
        margin-top: 3rem;
        width: 44%;
    }
}
@media (max-width: 1190px){
    .campaign-text{
        padding-right: 4rem;
    }
}
@media (max-width: 833px){
    .campaign-text{
        margin: 2.1rem 0.8rem;
        padding-right: 0;
    }
}

.faq-block .note {


    width: fit-content;
    margin: 4rem auto 0;
    letter-spacing: 0.12em;
    font-weight: 700;
    font-size: 1.2rem;
}

.faq-list {
    max-width: 90rem;
    margin: 0 auto;
}

.faq-box {
    width: 100%;
    overflow: hidden;
    border-radius: 1.2rem;
    background-color: #f1f1f1;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.faq-box + .faq-box {
    margin-top: 2.4rem;
}

.faq-box dt {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    background-color: #374190;
    color: #fff;
    font-size: 1.8rem;
}

.faq-box dt::before {
    content: "Q";
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2.4rem;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #374190;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
}

.faq-box dt::after {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    margin-left: auto;
    flex: none;
    background: url(../../images/faq_arrow.svg) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.faq-box dt:hover {
    cursor: pointer;
}

.faq-box dt span {
    margin-top: 0.5em;
}

.faq-box dd {
    padding: 4rem 9.2rem;
    display: none;
    line-height: 2.25;
}

.faq-box.is-open {
    margin-bottom: 4.8rem;
}

.faq-box.is-open dt::after {
    transform: rotate(180deg);
}

.news-block {
    padding-bottom: 10rem;
}

.news-list {
    max-width: 90rem;
    margin: 0 auto;
    border-top: 1px solid #374190;
}

.news-list li {
    padding: 3.2rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #374190;
}

.news-list .date {
    margin-right: 2rem;
    flex: none;
    letter-spacing: 0.08em;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.news-list .cat {
    min-width: 8rem;
    height: 2.4rem;
    margin-right: 2rem;
    padding: 0 1em;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    border-radius: 1.2rem;
    background-color: #f7dd4b;
    font-weight: 900;
    font-size: 1.2rem;
}

.news-list .title {

    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #374190;
    text-decoration: underline;
    letter-spacing: 0.12em;
    font-weight: 700;
    -webkit-line-clamp: 1;
}

.block-entry {
    background-color: #374190;
    color: #fff;
}

.block-entry .headline {
    margin-bottom: 0.5em;
    letter-spacing: 0.12em;
    font-size: 4rem;
}

.entry-info {
    display: flex;
    align-items: center;
    font-weight: 900;
    max-width: 90rem;
    margin: 0 auto;
}

.entry-info dl {
    display: flex;
    align-items: center;
}

.entry-info dt {
    width: 8.2rem;
    margin-right: 1.6rem;
    flex: none;
    border-radius: 0.4rem;
    background-color: #fff;
    color: #374190;
    text-align: center;
}

.entry-info .note {
    margin-left: 3.2rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1.2rem;
}

.entry-info .note li:not(:last-child) {
    margin-right: 1em;
    margin-bottom: 0;
}

.entry-form {
    max-width: 90rem;
    margin: 7.8rem auto 0;
}

.form-group {
    display: flex;
}

.form-group + .form-group {
    margin-top: 2.4rem;
}

.form-box {
    width: 100%;
}

.form-box + .form-box {
    margin-left: 2rem;
}

.form-box dt {
    margin-bottom: 1.2rem;
    letter-spacing: 0.12em;
}

.form-box .required {
    color: #ed3e4e;
}

.form-control {
    width: 100%;
    padding: 1.2em 1.5em;
    border: 2px solid #fff;
    border-radius: 1.2rem;
    background-color: #fff;
    color: #374190;
    letter-spacing: 0;
}

.form-policy {
    max-width: 53.2rem;
    margin: 6.4rem auto 0;
    padding: 3.2rem 2.4rem 2.4rem;
    color: #374190;
    font-size: 1.4rem;
}

.form-policy dt {
    margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
}

.form-doui {
    margin-top: 3.2rem;
    letter-spacing: 0;
}

.form-submit {
    width: 53.2rem;
    height: 6.4rem;
    margin: 3.2rem auto 0;
    padding: 0 3.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.2rem;
    background-color: #ed3e4e;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    transition: 0.3s ease-in-out;
}

.form-submit::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 2.9rem;
    z-index: 2;
    display: block;
    border-top: 2px solid #ed3e4e;
    border-right: 2px solid #ed3e4e;
    border-radius: 1px;
    transform: rotate(45deg);
}

.form-submit::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: calc(50% - 1.2rem);
    right: 2rem;
    border-radius: 50%;
    background-color: #fff;
}

.form-submit:hover {
    background-color: #fff;
    color: #ed3e4e;
}

.form-submit:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.form-submit:hover::after {
    background-color: #ed3e4e;
}

.form-submit[data-status=disable] {
    background-color: #aaa;
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    margin-bottom: 1.2rem;
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #ed3e4e;
    font-size: 1.2rem;
}

.wpcf7-not-valid {
    border-color: #ed3e4e !important;
    background-color: #fbd4d7 !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em;
    text-align: center;
}

.notice-block {
    margin-top: 4.8rem;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    font-size: 1.8rem;
}

.notice-block dt {
    margin-bottom: 0.4em;
}

.notice-block dd p {
    line-height: 1.75;
}

.block-entry .notice-block {
    max-width: 90rem;
}

.hs-form-private {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hs-form-field {
    width: 48.8%;
    margin-bottom: 2.4rem;
}

.hs-form-field.hs-recaptcha {
    width: 100%;
}

.hs-form-field > label {
    margin-bottom: 1.2rem;
    display: block;
    letter-spacing: 0.12em;
}

.hs-recaptcha {
    margin-top: 1.6rem;
}

.hs-recaptcha .input {


    width: fit-content;
    margin: 0 auto;
}

.hs-form-required {
    color: #ed3e4e;
}

.hs-input {
    width: 100%;
    padding: 1.2em 1.5em;
    border: 2px solid #fff;
    border-radius: 1.2rem;
    background-color: #fff;
    color: #374190;
    letter-spacing: 0;
}

.hs-error-msgs, .hs-error-msg {
    margin-top: 0.5em;
    color: #ed3e4e;
    font-size: 1.2rem;
}

.hs_error_rollup {


    width: fit-content;
    margin: 0 auto;
}

/* .hs-apartment + div {
    width: 100%;
}
.hs_purchase_intention_form + div {
    width: 100%;
} */
.hs_competitor_investigation + div{
    width: 100%;
}

.hs-richtext {
    max-width: 53.2rem;
    margin: 4rem auto 2.4rem;
    padding: 2.4rem 2.4rem;
    border-radius: 2.4rem;
    background-color: #fff;
    color: #374190;
    font-size: 1.4rem;
}

.hs-richtext p:not(:last-child) {
    margin-bottom: 1em;
}

.hs-richtext strong {
    display: block;
    text-align: center;
}

.hs-submit {
    width: 100%;
}

.hs-submit .hs-button {
    width: 53.2rem;
    max-width: 100%;
    height: 6.4rem;
    margin: 1.6rem auto 0;
    padding: 0 3.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.2rem;
    background-color: #ed3e4e;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    transition: 0.3s ease-in-out;
}

.hs-submit .hs-button::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 2.9rem;
    z-index: 2;
    display: block;
    border-top: 2px solid #ed3e4e;
    border-right: 2px solid #ed3e4e;
    border-radius: 1px;
    transform: rotate(45deg);
}

.hs-submit .hs-button::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: calc(50% - 1.2rem);
    right: 2rem;
    border-radius: 50%;
    background-color: #fff;
}

.hs-submit .hs-button:hover {
    background-color: #fff;
    color: #ed3e4e;
}

.hs-submit .hs-button:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.hs-submit .hs-button:hover::after {
    background-color: #ed3e4e;
}

.lower {
    position: relative;
}

.lower::before {
    content: "";
    width: 185.8rem;
    height: 285rem;
    position: absolute;
    top: -28.8rem;
    left: 50%;
    z-index: -1;
    background: url(../../images/bg_pc.svg) no-repeat center top/contain;
    transform: translateX(-50%);
}


.lower .site-container {
    padding-top: 4.8rem;
}

.post-header .info {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.post-header .date {
    margin-right: 2rem;
    flex: none;
    letter-spacing: 0.08em;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.post-header .cat {
    width: 8rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    border-radius: 1.2rem;
    background-color: #f7dd4b;
    font-weight: 900;
    font-size: 1.2rem;
}

.post-title {
    margin-bottom: 1em;
    font-size: 3.2rem;
    line-height: 1.5;
}

.post-thumbnail {
    margin-bottom: 6.4rem;
}

.post-content {
    font-size: 1.8rem;
}

.post-content h2 {
    margin-bottom: 2em;
    padding-left: 1em;
    border-left: 0.8rem solid #374190;
    font-size: 2rem;
}

.post-content p {
    font-weight: 700;
}

.post-content p:not(:last-child) {
    margin-bottom: 2em;
}

.post-content * + h2 {
    margin-top: 8rem;
}

.post-content .btn-01:hover {
    background-color: #f1f1f1;
}

.post-footer {
    margin-top: 8rem;
    padding-top: 6.4rem;
    border-top: 1px solid #374190;
}

.post-footer .btn-01 {
    font-size: 1.6rem;
}

.post-footer .btn-01:hover {
    background-color: #f1f1f1;
}

.block-request-thanks .content {
    width: 53.2rem;
}

.request-header {
    margin-bottom: 6.4rem;
    text-align: center;
}

.request-logo {
    margin-bottom: 5.4rem;
}

.request-title {
    font-size: 3.2rem;
}

.request-content p {
    letter-spacing: 0;
}

.request-content p a {
    text-decoration: underline;
}

.request-content .btn-01 {
    font-size: 1.6rem;
}

.request-content .btn-01:hover {
    background-color: #f1f1f1;
}

.request-content .btn-01:hover .icon * {
    fill: #374190;
}

.request-content .btn-01 .icon {
    margin-right: 0.6rem;
}

.request-content .btn-01 + p {
    margin-top: 12rem;
}

.request-footer {
    margin-top: 8rem;
}

.request-footer .btn-01 {
    font-size: 1.6rem;
}

@media (min-width: 834px) {
    .cv-block .text {
        position: relative;
        top: -1rem;
    }

    .site-footer .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer-area01 {
        max-width: 62.4rem;
    }

    .footer-area02 {
        margin-top: auto;
        text-align: right;
    }
    .campaign-body{
        display: flex;
        justify-content: center;
        margin: 0 0 3rem 0 ;
        max-width: 913px;
    }
    .campaign-body .text{
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .campaign-item{
        margin: 0 -15px;
    }
    .campaign-item:nth-child(1){
        width: 34%;
    }
    .campaign-item:nth-child(2){
        width: calc(30.95% + 30px );
    }
    .campaign-item:nth-child(3){
        width: 51%;
    }
    .campaign-item .pic{
        width: 100%;
    }
    .campaign-item:nth-child(1) .pic{
    }
    .campaign-item:nth-child(2) .pic{
        width: calc(100% - 30px);
    }
    .campaign-item:nth-child(3) .pic{
        margin-bottom: -4rem;
    }
    .campaign-notice {
        margin-right: -4rem;
        margin-left: -4rem;
        display: flex;
        flex-wrap: wrap;
    }

    .flow-list .flow-box {
        padding-top: 6.4rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flow-list .flow-box dt {
        position: absolute;
        top: 1.6rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow-list .flow-point {
        padding-top: 1.6rem;
    }
}

@media (min-width: 834px) and (max-width: 1134px) {
    html {
        font-size: 0.8818342152vw;
    }

    .object_z {
        top: auto;
        bottom: -6rem;
    }
    .hero-lead{
        max-width: 49vw;
    }
    .hero-lead .text01{
        margin-left: 3.4vw;
        max-width: 42vw;
    }
    #hero-visual {
        /* margin-bottom: 0; */
    }
    .hero-slider {
        /* clip-path: polygon(28% 0, 100% 0, 100% 89%, 80% 100%, 48% 100%, 0 62%); */
        right: 0;
        width: 78%;
    }
    .cv-block .text {
        /* top: -1.2rem; */
    }
    .cv-block .pic {
        width: 22vw;
        right: calc(36.9rem );
    }

    .cv-block .fukidashi {
        width: 22.4vw;
        top: -1.9vw;
        right: 16vw;
    }
    .cv-block .fukidashi img {
        width: 100%;
    }
}

@media (max-width: 833px) {
    html {
        font-size: 2.6666666667vw;
    }

    body {
        font-size: 1.2rem;
    }

    .spHide, .pcOnly {
        display: none;
    }

    .section-block {
        padding: 6.4rem 1.6rem;
    }

    .page-width {
        padding: 0 1.6rem;
    }

    .l-card {
        border-radius: 1.6rem;
    }

    .pic-shadow {
        -webkit-filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    }

    .object_a {
        top: -58px;
        left: 0.4rem;
    }

    .object_d {
        top: -84px;
        right: -0.8rem;
    }

    .object_k {
        top: -10rem;
        right: -1.6rem;
    }

    .object_z {
        top: 3.4rem;
        left: 0.4rem;
    }

    .object_b {
        right: 2.4rem;
        bottom: -9.4rem;
    }

    .object_c {
        width: 76px;
        top: -24px;
        left: calc(50% - 8.5rem);
    }

    .object_h {
        width: 5.8rem;
        top: -3rem;
        right: 0;
    }

    .headline-01 {
        font-size: 2rem;
    }

    .headline-02 {
        font-size: 2rem;
    }

    .headline-03 {
        font-size: 1.6rem;
    }

    .headline-04 .main {
        font-size: 4rem;
    }

    .headline-04 .label {
        margin-top: 1em;
        font-size: 1.6rem;
    }

    .btn-01 {
        width: 100%;
        height: 4.8rem;
        padding-right: 4.4rem;
        padding-left: 2.2rem;


        justify-content: center;
        border-radius: 2.4rem;
        font-size: 1.5rem;
    }

    .btn-01::before {
        width: 0.6rem;
        height: 0.6rem;
        top: calc(50% - 0.3rem);
        right: 2.1rem;
    }

    .btn-01::after {
        width: 2rem;
        height: 2rem;
        top: calc(50% - 1rem);
        right: 1.4rem;
    }

    .site-header {
        padding: 1.6rem 2.4rem;
    }

    .header-inner {


        justify-content: center;
    }

    .header-title {
        width: 6rem;
    }

    .site-footer {
        padding: 4.8rem 1.6rem;
    }

    .footer-area01 {
        font-size: 1.2rem;
    }

    .footer-area02 {
        margin-top: 4.8rem;
        padding-top: 4.8rem;
        border-top: 1px solid #ccc;
        text-align: center;
    }

    .footer-area02 p {
        font-size: 1rem;
    }

    .footer-title img {
        width: 11.8rem;
    }

    .footer-title .caption {
        margin-left: 2rem;
        font-size: 1.4rem;
    }

    .modal-container {
        display: flex;
        align-items: center;
    }

    .modal-container:before {
        content: none;
    }

    .modal-content {
        padding: 2.6rem 2rem;
        border-radius: 1.6rem;
        filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    }

    .modal-content .title {
        margin-bottom: 1.5em !important;
        text-align: left !important;
        font-size: 2rem !important;
    }

    .modal-close {
        top: 2rem;
        right: 2rem;
    }

    #hero-visual {
        margin-bottom: 4.6rem;
    }

    #hero-visual::before {
        width: 100vw;
        height: 255.4rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../../images/bg_sp.svg);
        background-size: 100% auto;
        transform: none;
    }

    .hero-inner {
        padding-top: 2rem;
    }
    .hero-h1{
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .hero-lead .catch {
        margin-top: 1.8rem;
        margin-bottom: 26rem;
        text-align: center;
        font-size: 2rem;
        line-height: 1.8;
    }

    .hero-lead .catch-text {
        width: 32.2rem;
        display: inline-block;
    }

    .hero-lead .date {
        font-size: 1rem;
    }

    .hero-lead .date span {
        font-size: 2rem;
    }

    .hero-lead .date .sm {
        font-size: 1.6rem;
    }

    .hero-lead .point-text {
        max-width: 20.4rem;
        margin: 0 auto;
        border-radius: 0.4rem;
        font-size: 1rem;
        margin-top: .8em;
    }
    .hero-lead .text01{
        margin: 0 auto;
        width: 28.5rem;
    }
    .hero-text.text04 {
        text-align: center;
    }

    .hero-text.text04 img {
        width: 20.4rem;
    }

    .hero-slider {
        width: 100%;
        max-width: 100%;
        height: auto;
        top: 29.5rem;
        right: 0;
        clip-path: none;
    }

    .hero-slider img {
        width: 100%;
    }

    .cv-block {
        padding: 2rem 2rem;
        display: block;
    }
    #hero-visual + .page-width{
        margin-top: -4rem;
    }
    .cv-block .text {
        font-size: 1.6rem;
    }

    .cv-block .text .text01 {
        margin-bottom: 0.2em;
        display: inline-block;
    }

    .cv-block .text .text02 {
        /* font-size: 20px; */
        font-size: 2rem;
    }

    .cv-block .pic {
        /* width: 172px; */
        width: 16rem;
        top: 1.6rem;
        right: 1rem;
        bottom: auto;
        text-align: right;
    }

    .cv-block .pic img {
        width: 100%;
    }

    .cv-block .fukidashi {
        position: absolute;
        top: -4rem;
        right: 11.4rem;
        width: 7.2rem;
    }

    .cv-block .fukidashi img {
        width: 7.2rem;
    }

    .cv-block .btn-01 {
        margin-top: 12px;
    }

    .text-new {
        /* font-size: 16px; */
        font-size: 1.6rem;
    }

    .block-campaign {
        padding-top: 4rem;
        padding-right: 0;
        padding-left: 0;
    }

    .campaign-card {
        padding: 3.2rem 3.6rem 2.4rem;
        border-radius: 0;
    }

    .campaign-header {
        display: block;
    }

    .campaign-header .title {
        margin-bottom: 2.8rem;
        text-align: center;
        font-size: 2.4rem;
    }

    .campaign-info {
        margin: 0 -1.6rem;
    }

    .campaign-info dl {
        font-size: 1.1rem;
    }

    .campaign-info dt {
        width: 6.8rem;
        margin-right: 1.2rem;
    }

    .campaign-info .note {
        margin-top: 1.6rem;
        text-align: center;
        font-size: 1rem;
    }
    .campaign-body{
        margin-bottom: 4rem;
    }
    .campaign-body .text{
        margin-top: -2rem;
    }
    .campaign-item{
        margin: 0 0 4rem;
    }
    .campaign-notice {
        margin-top: 2rem;
        margin-right: -2rem;
        margin-left: -2rem;
        padding: 1.6rem 1.2rem;
        font-size: 1.4rem;
    }

    .campaign-notice dd {
        margin-top: 1rem;
    }

    .block-about {
        padding-top: 0;
    }

    .block-about::before {
        top: 40.8rem;
    }

    .block-about .headline-02 {
        margin-bottom: 3.6rem;
    }

    .about-card {
        max-width: 100%;
        margin: 0 auto 4rem;
        padding: 4rem 2rem;
    }

    .about-card::after {
        border-radius: 1.6rem;
        transform: rotate(2deg);
    }

    .about-card .headline-01 {
        margin-bottom: 2rem;
        letter-spacing: 0;
        font-size: 2.2rem;
    }

    .about-card .headline-03 {
        margin-bottom: 1.5rem;
    }

    .about-card p {
        margin-right: -0.5em;
        margin-left: -0.5em;
        letter-spacing: -0.06em;
    }

    .about-card .point-list {
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;


        justify-content: center;
    }

    .about-card .point-list li {
        width: 31.5%;
        height: 9.6rem;
        margin-right: 2.75%;
        margin-bottom: 2.75%;
        border-radius: 1.6rem;
        font-size: 1.4rem;
    }

    .about-card .point-list li + li {
        margin-left: inherit;
    }

    .about-card .point-list li:nth-child(3n), .about-card .point-list li:last-child {
        margin-right: 0;
    }

    .about-card .point-list small {
        font-size: 0.8rem;
    }

    .specialist-wrap {
        display: block;
    }

    .specialist-card {
        width: 100%;
        padding: 3.2rem 2rem 2rem;
    }

    .specialist-card + .specialist-card {
        margin-top: 4.4rem;
    }

    .specialist-card .title {
        top: -2rem;
    }

    .specialist-card .title img {
        width: 100%;
    }

    .specialist-card .title01 {
        width: 22rem;
        left: calc(50% - 11rem);
    }

    .specialist-card .title02 {
        width: 18rem;
        left: calc(50% - 9rem);
    }

    .specialist-card .profile {
        padding-top: 7rem;
        position: relative;
        display: block;
    }

    .specialist-card .pic {
        width: 16rem;
        margin: 0 auto 1.6rem;
    }

    .specialist-card .pic img {
        width: 100%;
    }

    .specialist-card .text-box {
        text-align: center;
    }

    .specialist-card .text-box .text01 {
        width: 100%;
        position: absolute;
        top: 0;
        font-size: 1.6rem;
    }

    .specialist-card .text-box .text02 {
        font-size: 2rem;
    }

    .specialist-card .text-box .text03 {
        margin-top: 0.6em;
    }

    .specialist-card .career {
        margin-top: 2rem;
    }

    .specialist-card .career dt {
        margin-right: 3.6rem;
    }

    .block-introduction {
        margin-bottom: -3.6rem;
        padding-bottom: 12rem;
    }

    .block-introduction::before {
        width: 100vw;
        height: 255.4rem;
        position: absolute;
        top: -108rem;
        left: 0;
        background-image: url(../../images/bg_sp.svg);
        background-size: 100% auto;
        transform: none;
    }

    .block-introduction .headline-01 {
        margin-bottom: 3.6rem;
        font-size: 2rem;
    }

    .block-introduction .headline-03 {
        margin-bottom: 4rem;
    }

    .character-block {
        padding-bottom: 0;
    }

    .character-block .character-pic {
        position: relative;
    }

    .character-block .character-pic + .character-pic {
        margin-top: 3.8rem;
    }

    .character-block .character-pic .fukidashi {
        font-size: 2rem;
    }

    .character-block .character-pic .comment {
        width: 22.2rem;
        height: 17.6rem;
        letter-spacing: 0;
        font-size: 1.4rem;
        line-height: 1.7142857143;
    }

    .character-block .character01 {
        width: 100%;
        padding-top: 5.5rem;
        right: auto;
        bottom: auto;
    }

    .character-block .character01 img {
        width: 14.5rem;
    }

    .character-block .character01 .fukidashi {
        top: 10%;
        right: auto;
        left: -0.8rem;
        transform: rotate(-10deg);
    }

    .character-block .character01 .comment {
        top: auto;
        right: 0;
        bottom: 0;
    }

    .character-block .character02 {
        width: 100%;
        padding-top: 7.6rem;
        padding-left: 19.6rem;
        bottom: auto;
        left: auto;
    }

    .character-block .character02 img {
        width: 7.4rem;
    }

    .character-block .character02 .fukidashi {
        top: 18%;
        right: 12%;
        left: auto;
        transform: rotate(15deg);
    }

    .character-block .character02 .comment {
        top: 0;
        left: -1rem;
        transform: rotate(10deg);
    }

    .character-block .character02 .comment span {
        transform: rotate(-10deg);
    }

    .character-block .characterCopy {
        bottom: -6.6rem;
        display: flex;
        transform: scale(0.8) translateX(-50%);
        transform-origin: left;
    }

    .character-block .characterCopy span {
        white-space: nowrap;
    }

    .character-block .characterCopy span + span {
        margin-left: 1em;
    }

    .character-sanrio {
        width: 30.8rem;
        padding: 2.8rem 1.8rem;
        display: block;
    }

    .character-sanrio dt {
        margin-bottom: 1em;
        font-size: 1.8rem;
    }

    .character-sanrio dd {
        text-align: center;
    }

    .character-sanrio dd img {
        width: 20rem;
    }

    .block-point {
        margin-top: -9.4rem;
        padding-top: 15.8rem;
    }

    .block-point .headline-01 {
        margin-bottom: 6.4rem;
    }

    .block-point .headline-01 img {
        width: 27.2rem;
    }

    .point-box {
        display: block;
    }

    .point-box > .pic {
        width: 22rem;
        -webkit-box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1);
        box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1);
    }

    .point-box > .pic img {
        width: 100%;
    }

    .point-box dt {
        font-size: 2rem;
    }

    .point-box dd {
        font-size: 1.4rem;
    }

    .point-box dd p {
        letter-spacing: 0;
    }

    .point-box.point01 .pic {
        margin-right: 0;
        margin-left: auto;
    }

    .point-box.point02 .pic {
        margin-bottom: 1.5rem;
        margin-left: auto;
    }

    .point-box.point02 .fukidashi {
        width: 8rem;
        height: 8rem;
        top: auto;
        right: 0;
        bottom: -3.5rem;
        font-size: 1.2rem;
    }

    .point-box.point02 dl {
        max-width: 100%;
    }

    .point-box.point03 .pic {
        margin-right: 0;
        margin-bottom: 1.5rem;
        margin-left: auto;
    }

    .point-card01 {
        margin-top: 10rem;
        padding: 4.8rem 1.6rem 4rem;
    }

    .point-card01 .fukidashi {
        width: 18.9rem;
        top: -3.2rem;
        left: calc(50% - 9.45rem);
    }

    .point-card01 .fukidashi img {
        width: 100%;
    }

    .point-card01 .headline-01 {
        margin-bottom: 4.6rem;
        letter-spacing: 0.04em;
    }

    .point-card01 .special-set {
        display: block;
    }

    .point-card01 .special-set .inner {
        width: 100%;
    }

    .point-card01 .special-set .inner + .inner {
        margin-top: 2.5rem;
    }

    .point-card01 .special-set .pic {
        margin-bottom: 1.6rem;
    }

    .point-card01 .special-set .label {
        font-size: 1.6rem;
    }

    .point-card01 .special-set p {
        font-size: 1rem;
    }

    .point-card01 .special-set .special01 .pic {
        padding-bottom: 14.6rem;
    }

    .point-card01 .special-set .special01 .pic img {
        width: 19.4rem;
        bottom: 1.5rem;
        left: 0;
    }

    .point-card01 .special-set .special01 .label {
        right: -0.8rem;
        left: auto;
    }

    .point-card01 .special-set .special02 .pic {
        padding-bottom: 21rem;
    }

    .point-card01 .special-set .special02 .pic img {
        width: 23rem;
        right: -0.8rem;
        bottom: 0;
    }

    .point-card01 .special-set .special02 .fukidashi {
        top: 1rem;
        left: 17.5rem;
        font-size: 1rem;
        line-height: 1.6;
    }

    .point-card01 .special-set .special02 .fukidashi::before, .point-card01 .special-set .special02 .fukidashi::after {
        width: 2px;
        height: 100%;
    }

    .point-card01 .special-set .special02 .fukidashi::before {
        left: -0.5em;
    }

    .point-card01 .special-set .special02 .fukidashi::after {
        right: -0.5em;
    }

    .point-card02 {
        margin-top: 6.4rem;
    }

    .point-card02::after {
        border-radius: 1.6rem;
        transform: rotate(2deg);
    }

    .point-card02 .l-card {
        padding: 4rem 2rem;
        position: relative;
        display: block;
    }

    .point-card02 .inner {
        width: 100%;
    }

    .point-card02 .headline-01 {
        margin-bottom: 23.8rem;
        text-align: center;
    }

    .point-card02 .pic img {
        width: 22rem;
        position: absolute;
        top: 9.2rem;
        left: calc(50% - 11rem);
        transform: rotate(-10deg);
        transform-origin: right center;
    }

    .point-movie {
        margin-top: 4.8rem;
    }

    .point-movie .headline-01 {
        margin-bottom: 2.4rem;
        padding: 0 2.6rem;
        font-size: 1.8rem;
    }

    .point-movie .movie-box {
        width: 88%;
    }

    .block-ingenuity {
        margin-bottom: -9.2rem;
        padding-top: 4.8rem;
        padding-bottom: 13.8rem;
    }

    .block-ingenuity .headline-01 {
        margin-bottom: 4.4rem;
    }

    .ingenuity-box + .ingenuity-box {
        margin-top: 5rem;
    }

    .ingenuity-headline {
        display: block;
    }

    .ingenuity-headline .pentagon {
        margin: 0 auto 4rem;
        left: auto;
        -webkit-filter: drop-shadow(1rem 1rem 0px #374190);
        filter: drop-shadow(1rem 1rem 0px #374190);
        --h: 16.0rem;
    }

    .ingenuity-headline .pentagon .title .main {
        font-size: 2.8rem;
    }

    .ingenuity-headline .pentagon .title .label {
        font-size: 1.4rem;
    }

    .ingenuity-headline .sub-title {
        margin-bottom: 1.8em;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .ingenuity-headline .headline-bg {
        margin-right: 0;
        right: 50%;
        font-size: 12rem;
        line-height: 1.5;
        transform: translateX(50%);
    }

    .ingenuity-card {
        max-width: 100%;
        padding: 4.2rem 1.6rem 1.6rem;
        border-radius: 1.6rem;
    }

    .ingenuity-card + .ingenuity-card {
        margin-top: 1.8rem;
    }

    .ingenuity-card .point {
        margin-bottom: 2.4rem;
    }

    .ingenuity-card .point dt {
        width: 10.4rem;
        margin: 0 auto 1.6rem;
        padding: 0.4em 0;
        border-radius: 2em;
        font-size: 1.2rem;
    }

    .ingenuity-card .point dd {
        text-align: center;
        letter-spacing: 0;
        font-size: 1.6rem;
    }

    .ingenuity-card .tips {
        padding: 2rem 1.6rem;
        font-size: 1.2rem;
    }

    .ingenuity-card .tips dt {
        font-size: 1.4rem;
    }

    .ingenuity-card .pic {
        width: 100%;
        position: relative;
    }

    .ingenuity-card .pic img {
        width: 16rem;
        -webkit-filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    }

    .ingenuity-card .tips-list li {
        padding: 1.6rem;
        display: block;
    }

    .ingenuity-card .tips-list .title {
        margin-bottom: 0.5em;
        text-align: center;
        font-size: 1.6rem;
    }

    .ingenuity-card .tips-list .title br {
        display: none;
    }

    .ingenuity-card .tips-list .modal-open {
        width: 15.8rem;
        height: 3.2rem;
        margin: 0 auto;
        display: block;
        border-radius: 1.6rem;
        font-size: 1rem;
    }

    .ingenuity-card .circle {
        font-size: 1.4rem;
    }

    .ingenuity_input01 .pic {
        height: 15rem;
        margin-bottom: 2rem;
    }

    .ingenuity_input01 .pic1_1 {
        top: 0;
        right: 0;
        left: auto;
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .ingenuity_input01 .pic1_2 {
        bottom: 0;
        left: 0;
        transform: rotate(-10deg);
        transform-origin: left top;
    }

    .ingenuity_input01 .tips {
        width: 100%;
    }

    .ingenuity_input02 .inner {
        width: 100%;
    }

    .ingenuity_input02 .pic {
        height: auto;
        margin-bottom: 2.4rem;
        text-align: center;
    }

    .ingenuity_input02 .pic2_1 {
        width: 25.6rem !important;
        position: relative !important;
        top: 0;
        right: auto;
        left: 0;
    }

    .ingenuity_input02 .pic2_2 {
        right: 0;
        bottom: 0;
        transform: rotate(10deg);
        transform-origin: right top;
    }

    .ingenuity_input03 {
        padding-bottom: 4rem;
    }

    .ingenuity_input03 .pic {
        height: 16rem;
        margin-bottom: 1.8rem;
    }

    .ingenuity_input03 .pic3_1 {
        top: 0;
        left: 1rem;
    }

    .ingenuity_input03 .pic3_2 {
        right: 1rem;
        bottom: 0;
        left: auto;
    }

    .ingenuity-output .ingenuity-headline .pentagon {
        transform: rotate(10deg);
    }

    .ingenuity_output01 {
        padding-bottom: 4rem;
    }

    .ingenuity_output01 .pic {
        height: 18.8rem;
        margin-bottom: 2.4rem;
    }

    .ingenuity_output01 .pic1_1 {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 2;
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .ingenuity_output01 .pic1_2 {
        top: 0;
        bottom: auto;
        left: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .ingenuity_output01 .pic .fukidashi1_1 {
        width: 8.2rem;
        top: auto;
        right: 55%;
        bottom: 10%;
    }

    .ingenuity_output01 .pic .fukidashi1_2 {
        width: 8.2rem;
        top: 10%;
        right: auto;
        bottom: auto;
        left: 55%;
    }

    .ingenuity_output02 .inner {
        width: 100%;
    }

    .ingenuity_output02 .pic {
        height: 20rem;
        margin-bottom: 2.4rem;
    }

    .ingenuity_output02 .pic2_1 {
        width: 23.6rem !important;
        top: 0;
        right: auto;
        left: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .ingenuity_output02 .pic2_2 {
        width: 11rem !important;
        right: 0;
        bottom: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .block-footer {
        margin-top: -9.2rem;
        padding-top: 16.8rem;
    }

    .block-footer::before {
        width: 100vw;
        height: 260rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../../images/bg_sp.svg);
        background-size: 100% auto;
        transform: none;
    }

    .block-footer .content + .content {
        margin-top: 8rem;
    }

    .flow-list {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .flow-list .flow-box {
        width: 100%;
        padding: 1.6rem 2rem 2.4rem;
        border-radius: 1.6rem;
        text-align: center;
    }

    .flow-list .flow-box + .flow-box {
        margin-top: 2rem;
        margin-left: 0;
    }

    .flow-list .flow-box + .flow-box::before {
        top: auto;
        right: calc(50% - 0.6rem);
        bottom: calc(100% + 0.4rem);
        border-width: 1.2rem 0.6rem 0 0.6rem;
        border-color: #374190 transparent transparent transparent;
    }

    .flow-list dt {
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
    }

    .flow-list dd {
        font-size: 1.6rem;
        line-height: 2;
    }

    .flow-list dd span {
        font-size: 1.2rem;
    }

    .flow-list .flow-point {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .faq-block .note {
        margin-top: 1.6rem;
        font-size: 1rem;
    }

    .faq-box + .faq-box {
        margin-top: 0.8rem;
    }

    .faq-box dt {
        min-height: 6rem;
        padding: 1.2rem;


        align-items: center;
        font-size: 1.2rem;
    }

    .faq-box dt::before {
        content: "Q";
        width: 2rem;
        height: 2rem;
        margin-right: 1.2rem;
        font-size: 1.4rem;
    }

    .faq-box dt::after {
        width: 2rem;
        height: 2rem;
    }

    .faq-box dt span {
        margin-top: 0;
    }

    .faq-box dd {
        padding: 3rem 2rem;
    }

    .faq-box.is-open {
        margin-bottom: 2.4rem;
    }

    .news-block {
        padding-bottom: 5rem;
    }

    .news-list li {
        padding: 2.6rem 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;


        justify-content: space-between;
    }

    .news-list .date {
        margin-right: auto;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .news-list .cat {
        margin-right: 0;
        border-radius: 1.2rem;
        font-size: 1rem;
    }

    .news-list .title {
        width: 100%;
        margin-top: 1em;
        display: block;
        line-height: 2;
    }

    .block-entry .headline {
        letter-spacing: 0.12em;
        font-size: 2.4rem;
    }

    .block-entry .headline + .notice {
        font-size: 1rem;
    }

    .entry-info {
        margin-top: 3.2rem;
        display: block;
    }

    .entry-info dt {
        width: 6.8rem;
        margin-right: 1.2rem;
    }

    .entry-info dd {
        font-size: 1.2rem;
    }

    .entry-info .note {
        margin: 1rem auto 0;


        justify-content: center;
        font-size: 1rem;
    }

    .entry-form {
        margin-top: 3.2rem;
    }

    .form-group {
        display: block;
    }

    .form-group + .form-group {
        margin-top: 1.6rem;
    }

    .form-box + .form-box {
        margin-top: 1.6rem;
        margin-left: 0;
    }

    .form-box dt {
        margin-bottom: 0.8rem;
        font-size: 1.4rem;
    }

    .form-control {
        width: 100%;
        padding: 0.7em 0.8em;
        border-radius: 0.8rem;
        font-size: 1.6rem;
    }

    .form-policy {
        margin-top: 5.4rem;
        padding: 3.2rem 2rem;
        border-radius: 0.8rem;
        color: #374190;
        font-size: 1.2rem;
    }

    .form-policy dt {
        margin-bottom: 1.5em;
        font-size: 1.4rem;
    }

    .form-doui {
        font-size: 1rem;
    }

    .form-submit {
        width: 90%;
        height: 4.8rem;
        margin-top: 2.4rem;
        padding: 0 3.8rem;
        border-radius: 2.4rem;
        font-size: 1.5rem;
    }

    .form-submit::before {
        right: 2.2rem;
    }

    .form-submit::after {
        content: "";
        width: 2rem;
        height: 2rem;
        top: calc(50% - 1rem);
        right: 1.4rem;
    }

    .wpcf7-not-valid-tip {
        margin-bottom: 0.8rem;
        font-size: 1rem;
    }

    .notice-block {
        margin-top: 3.2rem;
        font-size: 1.6rem;
    }

    .lower::before {
        width: 100vw;
        height: 255.4rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../../images/bg_sp.svg);
        background-size: 100% auto;
        transform: none;
    }


    .lower .site-container {
        padding-top: 3.2rem;
    }

    .post-header .info {
        margin-bottom: 1.4rem;
    }

    .post-header .date {
        margin-right: auto;
        font-size: 1.4rem;
    }

    .post-header .cat {
        margin-left: auto;
        font-size: 1rem;
    }

    .post-title {
        margin-bottom: 1.5em;
        font-size: 2rem;
    }

    .post-thumbnail {
        margin-bottom: 4rem;
    }

    .post-content {
        font-size: 1.6rem;
    }

    .post-content h2 {
        margin-bottom: 1.5em;
        padding-left: 0.75em;
        font-size: 1.6rem;
    }

    .post-content * + h2 {
        margin-top: 6.4rem;
    }

    .post-footer {
        margin-top: 6.4rem;
        padding-top: 4.8rem;
    }

    .post-footer .btn-01 {
        font-size: 1.3rem;
    }

    .request-header {
        margin-bottom: 4.8rem;
    }

    .request-logo {
        margin-bottom: 4.8rem;
    }

    .request-logo img {
        width: 27.2rem;
    }

    .request-title {
        font-size: 2rem;
    }

    .request-content p {
        font-size: 1.4rem;
    }

    .request-content .btn-01 {
        font-size: 1.4rem;
    }

    .request-content .btn-01 .icon {
        width: 1.6rem;
    }

    .request-content .btn-01 + p {
        margin-top: 6rem;
    }

    .request-footer {
        margin-top: 6.4rem;
    }

    .request-footer .btn-01 {
        font-size: 1.3rem;
    }

    .hs-form-private {
        display: block;
    }

    .hs-form-field {
        width: 100%;
        margin-bottom: 1.6rem;
    }

    .hs-form-field > label {
        margin-bottom: 0.8rem;
        font-size: 1.4rem;
    }

    .hs-input {
        width: 100%;
        padding: 0.7em 0.8em;
        border-radius: 0.8rem;
        font-size: 1.6rem;
    }

    .hs-richtext {
        padding: 2.4rem 2rem;
        border-radius: 0.8rem;
        font-size: 1.2rem;
    }

    .hs-submit .hs-button {
        width: 90%;
        height: 4.8rem;
        margin-top: 2.4rem;
        padding: 0 3.8rem;
        border-radius: 2.4rem;
        font-size: 1.5rem;
    }

    .hs-submit .hs-button::before {
        right: 2.2rem;
    }

    .hs-submit .hs-button::after {
        content: "";
        width: 2rem;
        height: 2rem;
        top: calc(50% - 1rem);
        right: 1.4rem;
    }
}


/* add 2023.02.20 */
.header-inner {
    justify-content: flex-start;
}

.header--navi {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

@media (max-width: 833px) {
    .header-inner {
        justify-content: center;
    }

    .header--navi {
        display: none;
    }
}

.btn-01.header--navi--entry,
.btn-01.header--navi--trial {
    width: 270px;
    height: 48px;

    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;

    opacity: 1;
}

.btn-01.header--navi--entry {
    max-width: 100%;
    width: 400px;
}

.btn-01.header--navi--entry::before,
.btn-01.header--navi--trial::before {
    top: calc(50% - 3px);
    right: 29px;
}

.btn-01.header--navi--entry::after,
.btn-01.header--navi--trial::after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 20px;
}

.btn-01.header--navi--entry:hover,
.btn-01.header--navi--trial:hover {
    background-color: #f7dd4b;
    color: #374190;
    opacity: 0.6;
}

.header--navi--buy,
.header--pop-sp--buy {
    background: #ED3E4E;
    border-radius: 100px;

    width: 134px;
    height: 48px;

    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--buy::before,
.header--pop-sp--buy::before {
    content: "";
    background: url(../../images/icon_cart.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 6px;
}

.header--navi--buy:hover {
    opacity: 0.6;
}

.header--pop-sp--buy {
    margin: 0 auto;
    width: 176px;
}

.header--navi--method,
.header--pop-sp--method {
    background: #93D3DF;
    border-radius: 100px;

    width: 134px;
    height: 48px;

    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #374190;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--method::before,
.header--pop-sp--method::before {
    content: "";
    background: url(../../images/icon_book.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;

    margin-right: 6px;
}

.header--navi--method:hover {
    opacity: 0.6;
}

.header--pop-sp--method {
    margin: 0 auto;
    width: 176px;
}

.header--menu-sp {
    display: none;
}

@media (max-width: 833px) {
    .header--menu-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 22px;
        z-index: 11;
    }

    .header--menu-sp::before {
        content: "";
        background: url(../../images/icon_menu.min.svg) no-repeat center center;
        background-size: contain;
        width: 16px;
        height: 16px;
        display: block;
    }

    .site-header.is_open .header--menu-sp::before {
        background-image: url(../../images/icon_close.min.svg);
        background-size: 12px 12px;
    }
}


.header--pop-sp {
    background: #fff;
    padding: 50px 40px 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s ease-in-out;
    transform: translate3d(200%, 0, 0);
    opacity: 0;
    overflow: scroll;
}

.site-header.is_open + .header--pop-sp {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.header--pop-sp--link {
    border-bottom: 1px solid #D6D7E1;
    display: block;
}

.header--pop-sp--link li {
    border-top: 1px solid #D6D7E1;
    padding: 16px 24px;

    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #374190;
}

.header--pop-sp--link li a {
    color: #374190;
}

p.header--pop-sp--btn {
    margin: 24px 0 0;
    text-align: center;
}

p.header--pop-sp--btn + p.header--pop-sp--btn {
    margin-top: 12px;
}

/* add 2023.03.20 */
.header--navi--guideweb,
.header--pop-sp--guideweb {
    background: #374190;
    border-radius: 100px;

    width: 172px;
    height: 48px;

    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--guideweb::before,
.header--pop-sp--guideweb::before {
    content: "";
    background: url(../../images/icon_window.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 20px;
    height: 17px;
    display: inline-block;

    margin-right: 6px;
}

.header--navi--guideweb:hover {
    opacity: 0.6;
}

.header--pop-sp--guideweb {
    margin: 0 auto;
    width: 176px;
}


/* 2023.04.05 add */
.youtube {
    padding-bottom: 56.25%;

    width: 100%;

    position: relative;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;

    width: 100%;
    height: auto;
}

.youtube img.movie-thumb-icon {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);

    width: 68px;
    height: auto;
    display: block;
}

.sp-spacer {
    display: none;
}

@media screen and (max-width: 833px) {
    .sp-spacer {
        display: block;
    }
}


.header-container {
    position: relative;
}

.header-guide-button-block {
    position: absolute;
    top: -8px;
    right: 0;
}

@media (max-width: 833px) {
    .header-guide-button-block {
        display: none;
    }
}


.guide-button {
    background: #F7DD4B;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: bold;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: #00125E;
}

.guide-button.pop-sp {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.header--navi {
    margin-top: 50px;
}

.header--navi--item--flex {
  display: flex;
  align-items: center;
}

.header--pop-sp .header--navi--item--flex {
padding-inline: 10px;
font-size: 1.3rem;
height: 54px;
cursor: pointer;
}

.header--navi--children {
position: absolute;
left: 0;
top: 179px;
width: 100%;
opacity: 0;
visibility: hidden;
background: #FEFAE4;
height: 86px;
z-index: 10;
display: flex;
align-items: center;
}

.header--navi--children.fixed {
position: fixed;
top: 70px;
height: 60px;
}

.header--navi--sp--children {
display: grid;
grid-template-rows: 0fr;
transition: 500ms grid-template-rows ease;
}

.header--navi--sp--children.is-open {
grid-template-rows: 1fr;
}

.header--navi--sp--children ul {
overflow: hidden;
}

.header--navi--children .header--navi--link {
font-size: 15px;
gap: 5px;
padding: 0 25px;
}

.fixed-header .header--navi--children .header--navi--link {
font-size: 13px;
gap: 5px;
padding: 0 25px;
}
.header--navi--children .header--navi--link::before {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 1px;
height: 15px;
transform: translateY(-50%);
background: linear-gradient(
  to top,
  #C3CCED 10%,
  transparent 10%,
  transparent 20%,
  #C3CCED 20%,
  #C3CCED 30%,
  transparent 30%,
  transparent 40%,
  #C3CCED 40%,
  #C3CCED 50%,
  transparent 50%,
  transparent 60%,
  #C3CCED 60%,
  #C3CCED 70%,
  transparent 70%,
  transparent 80%,
  #C3CCED 80%,
  #C3CCED 90%,
  transparent 90%
);
}

.header--navi--children--container {
display: flex;
align-items: center;
max-width: 1084px;
margin-inline: auto;
width: 100%;
}

.header--navi--children.is-active {
opacity: 1;
visibility: visible;
}

.header--navi--chevron {
display: inline-flex;
margin-inline-start: 6px;
transition: transform 0.3s;
flex-shrink: 0;
margin-right: 5px;
}

.header--navi--item:hover .header--navi--chevron {
transform: rotate(180deg);
}

.header--navi--chevron.sp.is-open {
transform: rotate(180deg);
}

.header--navi--sp--children ul li {
background: #FEFAE4;
}


.header--navi--link {
    display: flex;
    align-items: center;
    padding: 0 1em;
    position: relative;
    color: #00125e;
    font-size: 1.3rem;
    cursor: pointer;
}

.header--pop-sp--link li.header--navi--sp--accordion {
  padding: 0;
}

.header--navi--sp--children .header--navi--link {
  gap: 5px;
  padding: 0 16px;
}

.header--pop-sp--button-block {
    text-align: center;
    margin-top: 20px;
}

.header--pop-sp-object-a {
    position: absolute;
    width: 77px;
    top: 122px;
    right: 20px;
}

.header--pop-sp-object-d {
    position: absolute;
    width: 91px;
    right: 53px;
    top: 44rem;
}

.header--pop-sp--cta {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.header--pop-sp--cta--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00125E;
}

.header--pop-sp--cta--img {
  width: 33.24%;
  height: auto;
}

.header--pop-sp--cta--content {
  width: calc(100% - 33.24%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header--pop-sp--cta--text {
  color: #F7DD4B;
  font-size: clamp(15px, 3.99vw, 28px);
  font-weight: 900;
  line-height: clamp(22.5px, 5.98vw, 40px);
  margin-bottom: 0 !important;
  letter-spacing: 0;
}

.header--pop-sp--cta--button {
  display: flex;
  align-items: center;
  padding-inline: 2.13vw 5.59vw;
  padding-block: 1.06vw;
  font-size: clamp(12px, 3.19vw, 22px);
  line-height: clamp(18px, 4.79vw, 33px);
  color: #fff;
  background: #EF5664;
  border-radius: 999px;
  position: relative;
}

.header--pop-sp--cta--button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 2.93vw;
  height: 2.93vw;
  background: url(../../../images/header_sp_cta_chevron.svg) no-repeat;
  background-size: contain;
}

.fixed-header {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 100;
    visibility: hidden;
    transition: top 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    height: 70px;
    padding-left: 23px;
    padding-right: 9px;
}

@media (max-width: 833px) {
    .fixed-header {
        height: 56px;
    }
}

.fixed-header-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.fixed-header.is-active {
    visibility: visible;
    top: 0;
}

.fixed-header .header--navi {
    margin-top: 0;
    font-size: 13px;
    margin-left: 26px;
}

@media (min-width: 1440px) {
    .fixed-header .header--navi {
        margin-left: auto;
    }
}

@media (max-width: 1240px) {
    .fixed-header .header--navi {
        display: none;
    }
}

.fixed-header .header--navi--link {
    padding: 0 .5em;
    font-size: 1.15rem;
}

.fixed-header .header-title {
    width: 120px;
    line-height: 1;
}

@media (min-width: 1440px) {
    .fixed-header .header-title {
        width: 240px;
    }
}

@media (max-width: 1240px) {
    .fixed-header .header-title {
        width: 200px;
    }
}

@media (max-width: 833px) {
    .fixed-header .header-title {
        width: 130px;
    }
}

.fixed-header .guide-button {
    font-size: 14px;
    padding: 12px 19px 12px 12px;
    gap: 4px;
}

.fixed-header-guide-button-block {
    margin-left: auto;
}

@media (max-width: 1172px) {
    .fixed-header-guide-button-block {
        display: none;
    }
}

.site-header {
    width: 100%;
    padding: 3.2rem 4.8rem;
    background: #fff;
}

.header-inner {
    justify-content: flex-start;
}

.header--navi {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1120px) {
    .header--navi {
        font-size: 14px;
    }
}

@media (max-width: 940px) {
    .header--navi {
        font-size: 12px;
    }
}

@media (max-width: 833px) {
    .header-inner {
        justify-content: center;
    }

    .header--navi {
        display: none;
    }
}

.header--navi--buy,
.header--pop-sp--buy {
    background: #ED3E4E;
    border-radius: 100px;
    width: 134px;
    height: 48px;
    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--buy::before,
.header--pop-sp--buy::before {
    content: "";
    background: url(../../images/icon_cart.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;

    margin-right: 6px;
}

.header--navi--buy:hover {
    opacity: 0.6;
}

.header--pop-sp--buy {
    margin: 0 auto;
    width: 176px;
}

.header--navi--method,
.header--pop-sp--method {
    background: #93D3DF;
    border-radius: 100px;
    width: 134px;
    height: 48px;
    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #00125E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--method::before,
.header--pop-sp--method::before {
    content: "";
    background: url(../../images/icon_book.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 6px;
}

.header--navi--method:hover {
    opacity: 0.6;
}

.header--pop-sp--method {
    margin: 0 auto;
    width: 176px;
}

.header--menu-sp {
    display: none;
}

@media (max-width: 1172px) {
    .fixed-header .header--menu-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 22px;
        z-index: 11;
    }

    .fixed-header .header--menu-sp::before {
        content: "";
        background: url(../../images/icon_menu.min.svg) no-repeat center center;
        background-size: contain;
        width: 27px;
        height: 24px;
        display: block;
    }

    .fixed-header .site-header.is_open .header--menu-sp::before, .fixed-header.is_open .header--menu-sp::before {
        background-image: url(../../images/icon_close.min.svg);
        background-size: 22px 22px;
    }
}

@media (max-width: 833px) {
    .header--menu-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
        top: 16px;
        z-index: 11;
    }

    .header--menu-sp::before {
        content: "";
        background: url(../../images/icon_menu.min.svg) no-repeat center center;
        background-size: contain;
        width: 27px;
        height: 24px;
        display: block;
    }

    .site-header.is_open .header--menu-sp::before, .fixed-header.is_open .header--menu-sp::before {
        background-image: url(../../images/icon_close.min.svg);
        background-size: 22px 22px;
    }

    .fixed-header .header--menu-sp {
        top: 16px;
    }
}


.header--pop-sp {
    background: #fff;
    padding: 50px 20px 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s ease-in-out;
    transform: translate3d(200%, 0, 0);
    opacity: 0;
    overflow: scroll;
}

.site-header.is_open + .header--pop-sp {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.header--pop-sp--link {
    display: block;
}

.header--pop-sp--link li {
    border-top: 1px solid #D6D7E1;
    padding: 15px 0;
    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #00125E;
}

.header--pop-sp--link li:first-child {
    border-top: none;
}

.header--pop-sp--link:last-child {
    border-bottom: none;
}

.header--pop-sp--link .header--navi--link::before {
    display: none;
}

.header--pop-sp--link li a {
    color: #00125E;
}

p.header--pop-sp--btn {
    margin: 24px 0 0;
    text-align: center;
}

p.header--pop-sp--btn + p.header--pop-sp--btn {
    margin-top: 12px;
}

/* add 2023.03.20 */
.header--navi--guideweb,
.header--pop-sp--guideweb {
    background: #00125E;
    border-radius: 100px;
    width: 172px;
    height: 48px;
    font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 1;
    position: relative;
}

.header--navi--guideweb::before,
.header--pop-sp--guideweb::before {
    content: "";
    background: url(../../images/icon_window.min.svg) no-repeat 0 0;
    background-size: cover;
    width: 20px;
    height: 17px;
    display: inline-block;

    margin-right: 6px;
}

.header--navi--guideweb:hover {
    opacity: 0.6;
}

.header--pop-sp--guideweb {
    margin: 0 auto;
    width: 176px;
}


.header--navi {
    margin-top: 50px;
}

.header--navi--link {
    display: flex;
    align-items: center;
    padding: 0 1em;
    position: relative;
}

@media (max-width: 1120px) {
    .header--navi--link {
        padding: 0 .8em;
    }
}

.header--pop-sp--link .header--navi--link {
    padding: 0 10px;
}

.header--navi--link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #C3CCED;
    transform: translateY(-50%);
}

.header--navi--item:last-child .header--navi--link::before {
    display: none;
}

/*.header--navi--item + .header--navi--item {*/
/*    margin-left: 40px;*/
/*}*/

.header--navi--link--logo {
    margin-right: 6px;
    flex-shrink: 0;
}

.header--pop-sp--link .header--navi--link--logo {
    margin-right: 20px;
    width: 30px;
}

.header--navi--link--logo--pass {
    fill: currentColor;
}

.header--navi--link:hover .header--navi--link--logo--pass {
    fill: #E55C5C;
}

.header--navi--link:hover .header--navi--link--logo--stroke {
    stroke: #E55C5C;
}


.header-guide-button-block {
    position: absolute;
    top: -8px;
    right: 0;
}

@media (max-width: 833px) {
    .header-guide-button-block {
        display: none;
    }
}

.fixed-header-guide-button-block {
    margin-left: auto;
}

@media (max-width: 1172px) {
    .fixed-header-guide-button-block {
        display: none;
    }
}

.header-inner {
    display: block;
    align-items: center;
    justify-content: flex-start;
    max-width: 1120px;
    margin: 0 auto;
}

.footer-privacy-policy-link {
    color: #666;
}

@media (max-width: 833px) {
    .footer-privacy-policy-link {
        font-size: 10px;
    }
}

@media (max-width: 833px) {
    .site-header {
        padding: 20px
    }
}

@media (max-width: 833px) {
    .header-title {
        width: 130px;
        z-index: 11;
        position: relative;
        font-size: 12px;
    }
}

p.block-entry-catch {
    font-size: 30px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #f7dd4b;
    margin-bottom: 0;
    position: relative;
}

p.block-entry-catch::before,
p.block-entry-catch::after {
    content: "";
    width: 2px;
    height: 30px;
    background: #f7dd4b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


p.block-entry-catch::before {
    left: -40px;
    transform: translateY(-50%) rotate(-45deg);
}

p.block-entry-catch::after {
    right: -40px;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 833px) {
    p.block-entry-catch {
        font-size: 20px;
        margin-bottom: 10px;
    }

    p.block-entry-catch::before {
        left: -12px;
        height: 20px;
    }

    p.block-entry-catch::after {
        right: -12px;
        height: 20px;
    }
}


.material-character-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 833px) {
    .material-character-heading {
        font-size: 20px;
        text-align: center;
    }

}

.material-character-heading img:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 833px) {
    .material-character-heading img:not(:last-child) {
        margin-right: 0;
        width: 69px;
    }

    .material-character-heading img:last-child {
        width: 88px;
    }

    .material-character-heading span {
        margin-left: -4px;
        margin-right: -16px;
    }
}

.material-character-text {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    padding: 0 16px;
}

@media (max-width: 833px) {
    .material-character-text {
        font-size: 14px;
    }
}

.material-swiper-container {
    margin-top: 50px;
    position: relative;
}

.material-swiper-pagination {
    bottom: -40px !important;
    z-index: 1 !important;
}

.material-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}

@media (max-width: 833px) {
    .material-swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
}

.material-swiper-pagination .swiper-pagination-bullet-active {
    background: #00125E;
}
.material-swiper-container .swiper-slide img {
    border-radius: 20px;
    overflow: hidden;
}

.material-swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 17.5%;
    width: 50px;
    height: 50px;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.material-swiper-button-next {
    position: absolute;
    top: 50%;
    right: 17.5%;
    width: 50px;
    height: 50px;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.material-swiper-button-next::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
@media (max-width: 833px) {
    .material-swiper-button-next,
    .material-swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}

.material-swiper-button-prev::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
}

.material-swiper-button-prev::after {
    margin-inline-start: 5px;
}

.material-swiper-button-next::after {
    margin-inline-end: 5px;
}

@media (max-width: 833px) {
    .material-swiper-button-prev::after,
    .material-swiper-button-next::after {
        width: 8px;
        height: 8px;
    }

    .material-swiper-button-prev::after {
        margin-inline-start: 3px;
    }

    .material-swiper-button-next::after {
        margin-inline-end: 3px;
    }
}

@media (max-width: 833px) {
    .material-swiper-button-prev {
        left: 0;
    }

    .material-swiper-button-next {
        right: 0;
    }
}

.swiper-outer{
    /* overflow: hidden;  */
    position: relative;
}
.sample-swiper-container {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.sample-swiper-container .slide-head{
    margin: 1em 0;
    font-weight: 700;
}
@media (max-width: 833px) {
    .sample-swiper-container .slide-head{
        font-size: 1.2rem;
    }
}
.sample-swiper-container .slide-text{
    font-size: 1.4rem;
}
@media (max-width: 833px) {
    .sample-swiper-container .slide-text{
        font-size: 1.2rem;
        margin: 0 0;
    }
}
.sample-swiper-pagination {
    bottom: -40px !important;
    z-index: 1 !important;
}

.sample-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}

@media (max-width: 833px) {
    .sample-swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
}

.sample-swiper-pagination .swiper-pagination-bullet-active {
    background: #00125E;
}
.sample-swiper-container .swiper-slide img {
    border-radius: 20px;
    overflow: hidden;
}

.sample-swiper-button-prev {
    position: absolute;
    top: 215px;
    left: -65px;
    width: 50px;
    height: 50px;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(-50%); */
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sample-swiper-button-next {
    position: absolute;
    top: 215px;
    right: -65px;
    width: 50px;
    height: 50px;
    background: #00125E;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(-50%); */
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sample-swiper-button-next::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media (max-width: 833px) {
    .sample-swiper-button-next,
    .sample-swiper-button-prev {
        width: 30px;
        height: 30px;
        top:8rem;
    }
}
@media (max-width: 410px) {
    .sample-swiper-button-next,
    .sample-swiper-button-prev {
        top:7rem;
    }
}


.sample-swiper-button-prev::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
}

.sample-swiper-button-prev::after {
    margin-inline-start: 5px;
}

.sample-swiper-button-next::after {
    margin-inline-end: 5px;
}

@media (max-width: 833px) {
    .sample-swiper-button-prev::after,
    .sample-swiper-button-next::after {
        width: 8px;
        height: 8px;
    }

    .sample-swiper-button-prev::after {
        margin-inline-start: 3px;
    }

    .sample-swiper-button-next::after {
        margin-inline-end: 3px;
    }
}

@media (max-width: 833px) {
    .sample-swiper-button-prev {
        left: -15px;
    }

    .sample-swiper-button-next {
        right: -15px;
    }
}

.stage-head{
    text-align: left;
}
.stage-head .headline-03{
    margin-bottom: 0;
}
@media (max-width: 833px) {
    .stage-head .headline-03{
        margin-bottom: .2em;
    }
}
.stage-head .stage-label{
    border-radius: 5px;
    background: #374190;
    display: inline-block;
    color: #FFF;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2;
    padding: 0 1.5em;
    margin-bottom: .8em;
    margin-top: 4em;
    font-family: Jost;
}
.stage-head p{
    margin: 0;
}
@media (max-width: 833px) {
    .stage-head .stage-label{
        font-size: 1.2rem;
    }
}
.swiper-outer + .stage-head{
    margin-top: 5em;
    padding-top: 2em;
    border-top: 1px solid #C3CCED;
}
.swiper-outer + .stage-head .stage-label{
    margin-top: 1em;
}


/* add fixed-button-block 20231228 */
.fixed-button-block{
    position: fixed;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    transform: translateZ(0.01px);
  }
  .is-active .fixed-button-block{
    bottom: 0;
    opacity: 1;
  }
  .fixed-button-block .btn-01{
    background: #ED3E4E;
    color: #FFF;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.10);
  }
  .fixed-button-block .btn-01::after{
    background-color: #FFF;
  }
  .fixed-button-block .btn-01::before {
    border-color: #ED3E4E;
  }

  @media (min-width: 834px) {
    .fixed-button-block{
        right: -10rem;
        top: 20rem; 
        bottom: 0;
        /* height: calc(100vh - 8rem); */
        margin: auto 0;
    }
    .is-active .fixed-button-block{
        top: 20rem; 
        right: 3.2rem;
    }
    .fixed-button-block .btn-01{
        max-width: 6.4rem;
        height: clamp(32rem,50vh,40rem);
        line-height: 1.2;
        padding: 2rem 2rem 5rem;
        font-size: clamp(1.4rem,2.2vh,1.8rem);
        /* margin: clamp(1rem,2vh,1.5rem) 0; */
        text-align: center;
        writing-mode: vertical-rl;
    }
    .fixed-button-block .btn-01::after{
        top: auto;
        right: 2rem;
        bottom: clamp(1.8rem,2.4vh,2.4rem);
        
    }
    .fixed-button-block .btn-01::before {
        top: auto;
        right: 3rem;
        bottom: clamp(2.6rem,3.2vh,3.2rem);
        
    }
  }
  @media (min-width: 834px) and (max-width: 1284px) {
    .fixed-button-block{
        /* top: auto;
        bottom: 4rem; */
        height: auto;
    }
    .is-active .fixed-button-block{
        /* top: auto; */
        right: 1.5rem;
        /* bottom: 4rem; */
    }
    .fixed-button-block .btn-01{
        max-width: 4.2rem;
        /* height: clamp(13rem,24vh,16rem); */
        padding: 2rem 1.5rem 4.3rem;
        font-size: clamp(1.1rem,2.1vh,1.5rem);
        margin: 1rem 0;
        text-align: center;
    }
    .fixed-button-block .btn-01::after{
        top: auto;
        right: .9rem;
        bottom: .9rem;
    }
    .fixed-button-block .btn-01::before {
        top: auto;
        right: 1.8rem;
        bottom: 1.7rem;
    }
  }
  @media (max-width: 833px) {
    .fixed-button-block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: .7rem;
        left: 0;
        bottom: -10rem;
        right: 0;
        padding:1rem 0 ;
        background: rgba(255, 255, 255, 0.6);
    }
    .is_open .fixed-button-block{
        opacity: 0;
        bottom:  -10rem;
    }
    .fixed-button-block .btn-01{
        width: 30.4rem;
        font-size: 1.4rem;
        padding: .7rem 2.4rem .7rem 1.2rem;
        height: 4.5rem;
        border-radius: 2.4rem
    }
    .fixed-button-block .free-paper-btn{
        padding-right: 3.1rem;
    }
        
    .fixed-button-block .btn-01::after{
        right: 1.4rem;
    }
    .fixed-button-block .btn-01::before {
        right:2.2rem;
    }
}

