/* フォント
====================================================*/
/* Noto Sans JP Medium */
@font-face {
    font-family: "CGothic";
    src: url("/view/font/GOTHICB.TTF") format("truetype");
}
/* Noto Sans JP EXBold */
@font-face {
    font-family: "NSJ1";
    src: url("/view/font/NotoSansJP-ExtraBold.ttf") format("truetype");
}
/* Noto Sans JP Medium */
@font-face {
    font-family: "NSJ";
    src: url("/view/font/NotoSansJP-Medium.ttf") format("truetype");
}
/* Noto Sans JP Regular */
@font-face {
    font-family: "NSJ2";
    src: url("/view/font/NotoSansJP-Thin.Regular") format("truetype");
}
/* Noto Sans JP Thin */
@font-face {
    font-family: "NSJ3";
    src: url("/view/font/NotoSansJP-Thin.ttf") format("truetype");
}

/* LightNovelPOPv2 */
@font-face {
    font-family: "LNP";
    src: url("/view/font/LightNovelPOPv2.otf") format("truetype");
}

body {
    font-family: "NSJ", sans-serif;
    font-weight: 300;
}
.pm05 {
    margin: clamp(10px, 2.5vw, 22px) 0;
}
.pmb05 {
    margin-bottom: clamp(10px, 2.5vw, 22px);
}
.pp025 {
    padding: clamp(5px, 1.25vw, 11px) 0;
}

/* 共通指定 300-1200
====================================================*/
html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    tab-size: 4;
    word-break: normal;
}
canvas {
    z-index: -50;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    margin: 0;
    padding: 0;
}
hr {
    color: inherit;
    height: 0;
    overflow: visible;
}
main {
    display: block;
}
small {
    font-size: 80%;
}
a {
    background-color: #0000;
}
a:active,
a:hover {
    outline-width: 0;
}
iframe {
    border-style: none;
}
a:focus {
    outline-width: 0;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}
img {
    border-style: none;
}
html {
    font-family: Noto Sans JP, sans-serif;
    font-size: 62.5%;
}
body {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}
h1,
h2,
h3,
h4 {
    font-family: "NSJ", sans-serif;
    font-weight: 800;
}
ol,
ul {
    list-style: none;
}
a {
    color: #0d6bd3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: middle;
}
em {
    font-style: normal;
    font-weight: 700;
}
small {
    font-size: 100%;
}
:focus {
    outline: #0f7ffa;
}
html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 8rem;
    scroll-padding-top: 8rem;
}
a img {
    transition: opacity 0.2s;
}
a:hover img {
    opacity: 0.75;
}
.pc_show {
    display: inline-block;
  }
.sp_show {
    display: none;
}
@media (max-width: 1023px) {
    html {
        font-size: 0.97656vw;
    }
    img {
        height: auto;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 2.66667vw;
    }
    img {
        height: auto;
        width: 100%;
    }
    .sp_show,
    img {
        display: block;
    }
    .pc_show{
        display: none;
      }
}
/* コンテンツ
====================================================*/
.contents-inner {
    margin: 0 auto;
    padding: 6.4rem 0;
    width: 96rem;
}
.contents-inner + .contents-inner {
    padding-top: 0;
}
.contents-title {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
}
.contents-title em {
    color: #ff6161;
}
.ouen-hc span {
    text-align: center;
    font-size: 5.3rem;
    font-family: "CGothic", sans-serif;
}
.ouen-hc span {
    display: inline-block;
    position: relative;
}
.ouen-hc span::before {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 5.3rem;
    content: "・";
}
@media (max-width: 767px) {
    .contents-inner {
        padding: 6.4rem 1.6rem;
        width: 100%;
    }
    .contents-title {
        font-size: 3.2rem;
        line-height: 1.3;
    }
    .ouen-hc span {
        font-size: 4rem;
    }
    .ouen-hc span::before {
        top: -2.4rem;
        font-size: 4rem;
    }
}
/* コンバーション
====================================================*/
.conversion {
    background: rgb(234, 156, 128);
    background: radial-gradient(
        circle,
        rgba(234, 156, 128, 1) 0%,
        rgba(255, 127, 81, 1) 100%
    );
    color: #fff;
    font-weight: 700;
}
.conversion-inner {
    margin: 0 auto;
    padding: 3rem 0 4rem;
    text-align: center;
    width: 96rem;
}
.conversion-lead {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 2.4rem;
}
.conversion-lead-sub {
    margin-bottom: 0.8rem;
}
.conversion-pr {
    align-items: center;
    display: flex;
    gap: 0.8rem 4rem;
    justify-content: center;
    margin-bottom: 3.2rem;
}
.conversion hr {
    background-color: #fff;
    border: 0;
    height: 1px;
    margin: 4rem 0;
}
@media (max-width: 767px) {
    .conversion-inner {
        padding: 2.4rem 1.6rem 4rem;
        width: 100%;
    }
    .conversion-lead {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    .conversion-lead-sub {
        font-size: 1.2rem;
    }
    .conversion-pr {
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .conversion-pr-image {
        width: 22rem;
    }
    .conversion hr {
        margin: 2.4rem 0;
    }
}
/* ボタン
====================================================*/
.button {
    align-items: center;
    background-position: 0 50%;
    background-size: 100% 200%;
    border-radius: 0.4rem;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 6.4rem;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.2s;
    width: 38rem;
    will-change: transform, background-position, box-shadow;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.button-ic2 {
    /* background-color: #ac7cb8; */
    background-color: #7cb884;
    box-shadow: 0 0.5rem 0 0 #3a6e41;
    border: 1px solid #fff;
}
.button-ic4 {
    background-image: linear-gradient(180deg, #ff9f7c, #ff875c);
    box-shadow: 0 0.5rem 0 0 #8f533e;
}
.button._mainVisual {
    margin-left: 0;
}
.button:hover {
    background-position: 0 0;
    text-decoration: none;
    transform: translateY(0.5rem);
}
.button-ic2:hover {
    box-shadow: 0 0 0 0 #3a6e41;
}
.button-ic4:hover {
    box-shadow: 0 0 0 0 #8f533e;
}
.button::after {
    /* 光り追加のためのスタイル */
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 10%,
        rgba(255, 255, 255, 1) 100%,
        rgba(255, 255, 255, 0) 0%
    );
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.button::before {
    /* アイコンを右側に配置するためのスタイル */
    content: "";
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
@media (max-width: 767px) {
    .button {
        width: 22rem;
    }
    .button,
    .button._mainVisual {
        font-size: 1.4rem;
        height: 4.4rem;
    }
    .button._mainVisual {
        width: 20rem;
    }
    .button::before {
        /* アイコンを右側に配置するためのスタイル */
        content: "";
        position: absolute;
        top: calc(50% - 0.45rem);
        right: 1rem;
        width: 0.9rem;
        height: 0.9rem;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
/* ヘッダー
====================================================*/
.header {
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0 #0000001a, inset 0 -0.1rem 0 0 #c9cccf;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-inner {
    align-items: center;
    display: flex;
    height: 8rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 102.4rem;
    padding: 1rem 3.2rem;
}
.header-logo {
    width: 22rem;
    z-index: 200;
}
@media (max-width: 1023px) {
    .header-inner {
        height: 8rem;
    }
    .header-logo img {
        width: 95px;
    }
}
@media (max-width: 767px) {
    .header-inner {
        align-items: flex-end;
        height: 4.3rem;
        max-width: none;
        padding: 0.5rem 1.5rem;
    }
    .header-logo {
        width: 8rem;
        margin: 0 0 0.25rem;
    }
}
@media (max-width: 500px) {
    .header-inner {
        height: 5.5rem;
    }
}
/* トップビュー
====================================================*/
.mainVisual {
    background-color: rgba(234, 156, 128, 0.3);
    display: flex;
    flex-direction: column;
    height: 55rem;
    justify-content: center;
    margin-top: 8rem;
    overflow: hidden;
    position: relative;
}
.mainVisual-inner {
    background-color: rgba(255, 255, 255, 0.975);
    border-radius: 8px;
    height: 44rem;
    margin: 0 auto 0.8rem;
    padding: 5rem 2.2rem;
    width: 96rem;
}
.mainVisual-inner:after {
    background: url(/view/lp/top-view-1.png) no-repeat 50% 50%;
    background-size: 100%;
    top: 4rem;
    content: "";
    height: 57rem;
    left: calc(50% + 14rem);
    position: absolute;
    width: 55%;
    max-width: 50rem;
    animation: slide-skew-poyoyon2 1.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slide-skew-poyoyon2 {
    0% {
        transform: translate(180px, 30px) scale(1, 1);
        opacity: 0;
    }
    20% {
        transform: translate(0, 50) scale(1, 0.3);
        opacity: 1;
    }
    30% {
        transform: translate(0, 50px) scale(1, 0.3);
    }
    60% {
        transform: translate(-20px, -200px) scale(1.2, 1.2);
    }
    100% {
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }
}
.mainVisual-catch {
    padding-left: 10.9rem;
    position: relative;
}
.mainVisual-catch:before {
    background-image: url(/view/lp/top-view-2.png);
    background-size: 100%;
    content: "";
    display: block;
    top: 5rem;
    left: -12rem;
    position: absolute;
    height: 30rem;
    width: 30rem;
    animation: slide-skew-poyoyon3 1.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slide-skew-poyoyon3 {
    0% {
        transform: translate(-180px, 30px) scale(1, 1);
        opacity: 0;
    }
    20% {
        transform: translate(0, 50) scale(1, 0.3);
        opacity: 1;
    }
    30% {
        transform: translate(0, 50px) scale(1, 0.3);
    }
    60% {
        transform: translate(-20px, -100px) scale(1.2, 1.2);
    }
    100% {
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }
}

.mainVisual-note {
    counter-reset: item;
    margin: 0 auto;
    width: 96rem;
}
.mainVisual-note li {
    color: #000;
    font-size: 1rem;
    padding-left: 2em;
    text-indent: -2em;
}
.mainVisual-note li:before {
    content: "\※";
    counter-increment: item;
}

.mainVisual-img{
    width: 100%;
    margin-top: -2rem;
    margin-left: -3rem;
}

.mainVisual-button{
    margin-left: 7rem;
}

@media (max-width: 767px) {
    .mainVisual {
        height: 43rem;
        margin-top: 4.3rem;
        padding: 1.6rem;
        padding-top: 4.6rem;
    }
    .mainVisual-inner {
        height: 35rem;
        padding: 2rem 1.6rem 4rem;
        width: 100%;
    }
    .mainVisual-inner:after {
        height: 36rem;
        left: calc(100% - 17.5rem);
        width: 23rem;
        top: 7rem;
    }
    .mainVisual-catch {
        padding-left: 0;
    }
    .mainVisual-catch:before {
        height: 12rem;
        width: 15rem;
        top: -4rem;
        left: -3rem;
    }
    .mainVisual-note {
        margin: 0;
        width: 100%;
    }
    .mainVisual-note li {
        font-size: 0.8rem;
        padding-left: 1em;
        text-indent: -1em;
    }

    .mainVisual-img{
        width: 100%;
        margin-top: 0;
        margin-left: 0.5rem;
        padding-top: 3rem;
    }
    .mainVisual-button{
        margin-left: 0rem;
    }
}
@media (max-width: 500px) {
    .mainVisual {
        margin-top: 5.5rem;
    }
}
/* 背景アニメーション */
.area{
    position: relative;
  }
  .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
  }
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: rgba(234, 156, 128, 0.4);
  }
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(148, 196, 125, 0.6);
  }
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background: rgba(135, 180, 219, 0.6);
  }
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background: rgba(194, 140, 183, 0.6);
  }
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background: rgba(194, 140, 183, 0.6);
  }
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background: rgba(148, 196, 125, 0.4);
  }
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: rgba(234, 156, 128, 0.2);
  }
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background: rgba(194, 140, 183, 0.6);
  }
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background: rgba(135, 180, 219, 0.6);
  }
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: rgba(148, 196, 125, 0.2);
  }
  @keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 30%;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }
  }
/* ループスライド
====================================================*/
.companyLogo {
    overflow: hidden;
    padding: 1rem;
}
.companyLogo-inner {
    align-items: center;
    column-gap: 5rem;
    display: flex;
}
.companyLogo-inner > li {
    flex-shrink: 0;
    width: 17rem;
}
@media (max-width: 1023px) {
    .companyLogo-inner {
        column-gap: 1.6rem;
    }
}
@media (max-width: 767px) {
    .companyLogo {
        padding: 0.8rem;
    }
    .companyLogo-inner > li {
        width: 13.6rem;
    }
}
/* ポイント
====================================================*/
.point {
    background-color: rgba(255, 255, 255, 0.5);
}
.point-problem {
    background: #f7f7f7;
    position: relative;
}
.point-problem:after {
    border: 12rem solid #0000;
    border-top: 5rem solid #f7f7f7;
    content: "";
    left: calc(50% - 12rem);
    position: absolute;
    top: 100%;
}
.point-problem-list {
    display: flex;
    justify-content: space-between;
}
.point-problem-list li {
    width: 29.3rem;
    text-align: center;
}
.point-problem-list li img {
    margin-bottom: 2.4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.point-problem-list p {
    text-align: left;
}
.point-problem-list li h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-align: center;
}
.point-solution {
    padding-top: 2rem;
}
.point-solution-list {
    display: flex;
    justify-content: space-between;
}
.point-solution-list li {
    width: 29.3rem;
    text-align: center;
}
.point-solution-list li img {
    margin-bottom: 2.4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.point-solution-list li h4 {
    color: #e46b3f;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-align: center;
}
.point-solution-list p {
    text-align: left;
}
@media (max-width: 767px) {
    .point-problem:after {
        border: 9rem solid #0000;
        border-top: 4rem solid #f7f7f7;
        left: calc(50% - 9rem);
    }
    .point-problem-list {
        flex-wrap: wrap;
    }
    .point-problem-list li {
        width: 100%;
    }
    .point-problem-list li:not(:first-child) {
        margin-top: 4rem;
    }
    .point-problem-list li img {
        margin: 0 auto 2.4rem;
        width: 20rem;
    }
    .point-solution-list {
        flex-wrap: wrap;
    }
    .point-solution-list li {
        width: 100%;
    }
    .point-solution-list li:not(:first-child) {
        margin-top: 4rem;
    }
    .point-solution-list li img {
        margin: 0 auto 2.4rem;
        width: 20rem;
    }
}
/* 特徴
====================================================*/
.feature {
    background-color: rgba(255, 255, 255, 0.5);
}
.feature-strength img {
    width: 30%;
}
.feature-strength-inner {
    background: rgba(255, 255, 255, 0.9);
    border: 5px solid #ea9c80;
    border-radius: 15px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
    margin: 0 auto;
    padding: 10px 20px;
}
.feature-strength-imgwrap {
    display: flex;
    justify-content: center;
}
.feature-strength-imgwrap img {
    margin: 0 2%;
}
@media (max-width: 767px) {
    .feature-strength img {
        width: 45%;
    }
    .feature-strength-inner {
        border: 3px solid #ea9c80;
    }
    .feature-strength-imgwrap {
        flex-direction: column;
    }
    .feature-strength-imgwrap img {
        width: 100%;
        margin: 10px 0;
    }
}
/* 詳細
====================================================*/
.detail {
    background-color: #fff6f2;
}
.detail-price {
    background-color: #fff;
    border-radius: 0.8rem;
    margin-bottom: 6.4rem;
    padding: 4rem 11.6rem;
    text-align: center;
}
.detail-price ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
}
.detail-price-label {
    align-items: center;
    border: 0.1rem solid #f0906d;
    color: #f0906d;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: center;
    margin-right: 3.2rem;
    padding: 0.8rem 0;
    vertical-align: text-top;
    width: 100%;
    max-width: 19rem;
}
.detail-price-value {
    color: #f0906d;
    font-size: 9rem;
    font-weight: 700;
    letter-spacing: -3.2rem;
    line-height: 0.9;
    vertical-align: middle;
}
.detail-price-value span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    margin-left: 2.4rem;
}
.detail-price-value._emphasis {
    color: #ff6161;
}
.detail-price-value._emphasis span {
    font-size: 3rem;
}
.detail-price-lead {
    background-color: #f0906d;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.8rem;
    padding: 1.5rem 7rem;
    text-align: center;
}

@media (max-width: 767px) {
    .detail-price {
        padding: 3.2rem 2.4rem;
    }
    .detail-price ul {
        flex-direction: column;
        row-gap: 2rem;
    }
    .detail-price-label {
        font-size: 1.2rem;
        margin-right: 0;
        width: 16rem;
    }
    .detail-price-value {
        display: inline-block;
        font-size: 6.5rem;
        letter-spacing: -2.4rem;
        width: 100%;
    }
    .detail-price-value span {
        font-size: 1.6rem;
        margin-left: 1.6rem;
    }
    .detail-price-value._emphasis span {
        font-size: 2.4rem;
    }
    .detail-price-lead {
        font-size: 1.6rem;
        padding: 1.5rem 0;
        width: 100%;
    }
    .detail-price-note {
        font-size: 1.3rem;
        text-align: left;
    }
}

.ic1 {
    background: #ea9c80;
}
.ic2 {
    background: #94c47d;
}
.ic3 {
    background: #87b4db;
}
.ic4 {
    background: #c28cb7;
}

.detail-flow {
    background-color: #fff;
    border-radius: 0.8rem;
    margin-bottom: 6.4rem;
    padding: 4rem 11.6rem;
}
.topflow {
    text-align: left;
}

.topflow .flow {
    margin: 0;
    padding: 0;
}
.topflow .flow > li {
    list-style-type: none;
    position: relative;
    padding-bottom: 7%;
    display: flex;
    align-items: flex-start;
}
.topflow .flow > li:nth-of-type(even)::after {
    content: "";
    position: absolute;
    left: clamp(1.125rem, 0.4222rem + 4.4444vw, 2.5rem);
    top: 0;
    width: 0;
    height: 100%;
    border-left: 4px dotted #d4d4d4;
}
.topflow .flow > li:nth-of-type(odd)::before,
.topflow .flow > li:nth-of-type(odd)::after {
    content: "";
    position: absolute;
    left: clamp(1.125rem, 0.4222rem + 4.4444vw, 2.5rem);
    width: 20%;
}
.topflow .flow > li:nth-of-type(odd)::before {
    top: -40px;
    height: 40px;
}
.topflow .flow > li:nth-of-type(odd)::after {
    top: 20px;
    height: calc(100% - 20px);
    border-left: 4px dotted #d4d4d4;
}
.topflow .flow > li:first-of-type::before,
.topflow .flow > li:last-of-type::after {
    content: unset;
}
.topflow .flow > li dl {
    display: inline-block;
    vertical-align: top;
    width: clamp(90% - 2.5rem, 90% - 0.8333rem + 8.8889vw, 90% - 5rem);
}
.topflow .flow > li .icon {
    display: inline-block;
    margin: 0;
    width: clamp(2.5rem, 0.8333rem + 8.8889vw, 5rem);
    height: clamp(2.5rem, 0.8333rem + 8.8889vw, 5rem);
    margin-right: 3%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topflow .flow > li dt {
    display: inline-block;
    margin: 1.4rem 0 0.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: "NSJ", sans-serif;
    font-weight: 800;
}
.topflow .flow > li dd {
    max-width: 550px;
    margin: 0;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: "NSJ", sans-serif;
    font-weight: 500;
}
.topflow .flow > li:nth-of-type(even) {
    margin-left: 20%;
    padding-top: 20px;
}
.topflow .flow > li:nth-of-type(odd)::after {
    border-bottom: 4px dotted #d4d4d4;
}
.topflow .flow > li:nth-of-type(odd)::before {
    border-top: 4px dotted #d4d4d4;
    border-left: 4px dotted #d4d4d4;
}
.topflow .flow > li:nth-of-type(even)::after {
    height: calc(100% - 40px);
}

@media (max-width: 767px) {
    .topflow .flow > li dt {
        margin: 0.9rem 0 0.5rem;
    }
    .detail-flow {
        padding: 3.2rem 2.4rem;
        margin-bottom: 0;
    }
    .topflow .flow > li dd {
        font-size: 1.2rem;
    }
}
/* Q&A
====================================================*/
.faq {
    background-color: rgba(255, 255, 255, 0.5);
}
.faq-list {
    margin: 0 auto;
    width: 60rem;
}
.faq-list > div {
    background-color: #ea9c80;
    border: 0.1rem solid #0000;
    border-radius: 0.8rem;
    box-shadow: 0 0 1.5rem 0 #0000000d;
    transition: all 0.2s;
    will-change: box-shadow, border;
}
.faq-list > div:not(:first-child) {
    margin-top: 3.2rem;
}
.faq-list > div:hover {
    border: 0.1rem solid #ea9c80;
    box-shadow: 0 0 0.8rem 0 #ea9c80;
}
.faq-list p {
    color: #f0906d;
}
.faq-list > div dt {
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2.4rem 5rem 2.4rem 2.4rem;
    position: relative;
}
.faq-list > div dt:after,
.faq-list > div dt:before {
    background-color: #fff;
    content: "";
    height: 0.3rem;
    position: absolute;
    top: calc(50% - 0.2rem);
    transition: all 0.4s;
    width: 1.4rem;
    will-change: top, transform;
}
.faq-list > div dt:before {
    right: 2.8rem;
    transform: rotate(45deg);
}
.faq-list > div dt:after {
    right: 2rem;
}
.faq-list > div dt:after {
    transform: rotate(-45deg);
}
.faq-list > div dd {
    padding: 0.8rem 2.4rem 2.4rem;
}
.faq-list > div dd p + p {
    margin-top: 1.2rem;
    font-size: 1.2rem;
}
.js_slideToggle-target {
    background-color: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
}
@media (max-width: 767px) {
    .faq-list {
        width: 100%;
    }
    .faq-list > div dt {
        font-size: 1.2rem;
        padding: 1.6rem 5rem 1.6rem 1.6rem;
    }
    .faq-list > div dd {
        padding: 0.8rem 1.6rem 1.6rem;
        font-size: 1.2rem;
    }
}

/* ボトムビュー
====================================================*/
.bottom {
    background-color: #fff4f0;
    padding: 4.8rem 0 1.6rem;
}
.bottom-inner {
    margin: 0 auto;
    width: 96rem;
}
.bottom-other {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.bottom-other-company {
    font-size: 1.4rem;
}
.bottom-other-links {
    display: flex;
    font-size: 1.4rem;
    justify-content: center;
}
.bottom-other-links li:not(:first-child) {
    border-left: 0.1rem solid #d6d6d6;
    margin-left: 1em;
    padding-left: 1em;
}
.bottom-other-links li a {
    transition: opacity 0.2s;
    will-change: opacity;
    color: #333;
}
.bottom-other-links li a:hover {
    opacity: 0.75;
    text-decoration: none;
}
@media (max-width: 767px) {
    .bottom-other-company {
        font-size: 1.2rem;
    }
    .bottom-other-links {
        font-size: 1rem;
    }
    .bottom {
        padding: 4rem 1.6rem 3.2rem;
    }
    .bottom-inner {
        width: 100%;
    }
    .bottom-other {
        display: block;
    }
    .bottom-other-company {
        margin-bottom: 1.6rem;
    }
}
/* フッター
====================================================*/
.footer {
    align-items: center;
    background-color: #ea9c80;
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    height: 5.4rem;
    justify-content: center;
}
@media (max-width: 767px) {
    .footer {
        font-size: 0.8rem;
    }
}

/* OUEN
====================================================*/
.bc1::before {
    color: #ea9c80;
}
.bc2::before {
    color: #94c47d;
}
.bc3::before {
    color: #87b4db;
}
.bc4::before {
    color: #c28cb7;
}
.ouen-h3 span {
    text-align: center;
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
    font-family: "CGothic", sans-serif;
}
.ouen-h3 span {
    display: inline-block;
    position: relative;
}
.ouen-h3 span::before {
    position: absolute;
    top: calc(clamp(0.5625rem, 0.47915rem + 0.4444vw, 0.8125rem) * -1);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: clamp(1.125rem, 0.9583rem + 0.8889vw, 1.625rem);
    content: "・";
}

/* ヘッダー右上
====================================================*/
.header{
    position: fixed;
  }
  .h-login {
    position: absolute;
    top: 30px;
    right: 140px;
    z-index: 99999;
  }
  .h-login img {
    height: 73px;
    filter: drop-shadow(0px 5px 5px #333333);
  }
  
  .header2 li a span{
    font-size: 10rem;
  }
  
  #ms-menu {
    display: none;
  }
  
  .bg-change {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 1px;
    height: 1px;
    border-radius: 0% 0% 0% 100%;
    background-color: rgba(255, 255, 255, 0.975);
    transition: all 0.25s ease;
    z-index: 11;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .bg-change {
    width: 200vw;
    height: 100vh;
    transition: all 0.5s ease;
  }
  
  .ms-nav {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  
  @media screen and (max-width: 500px) {
    .h-login {
        position: absolute;
        top: 10px;
        right: 70px;
        z-index: 99999;
    }
    .h-login img {
        height: 38px;
        filter: drop-shadow(0px 5px 5px #333333);
        aspect-ratio: 768/639;
        width: auto;
    }
  
    .bg-change {
        top: -10px;
        right: -10px;
    }
  
    .ms-nav {
        top: 10px;
        right: 10px;
    }
  }
  
  .ms-nav > .ms-main {
    position: relative;
  }
  .ms-nav > .ms-main2 {
    position: relative;
  }
  
  
  .ms-nav > .ms-li {
    position: absolute;
    top: 0;
    right: 8px;
    transition: top 0.5s ease;
    z-index: 11;
    display: flex;
  }
  
  @media screen and (max-width: 500px) {
    .ms-nav > .ms-li {
        right: 5px;
    }
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li a {
    box-shadow: 0px 5px 10px #333333;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li1 {
    top: 150%;
    transition: top 0.5s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li1 a span {
    opacity: 1;
    transition: opacity 0.5s ease 0.1s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li2 {
    top: 265%;
    transition: top 0.6s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li2 a span {
    opacity: 1;
    transition: opacity 0.6s ease 0.2s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li3 {
    top: 380%;
    transition: top 0.7s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li3 a span {
    opacity: 1;
    transition: opacity 0.7s ease 0.3s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li4 {
    top: 495%;
    transition: top 0.8s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li4 a span {
    opacity: 1;
    transition: opacity 0.8s ease 0.4s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li5 {
    top: 610%;
    transition: top 0.9s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li5 a span {
    opacity: 1;
    transition: opacity 0.9s ease 0.5s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li6 {
    top: 725%;
    transition: top 1s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li6 a span {
    opacity: 1;
    transition: opacity 1s ease 0.6s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li7 {
    top: 840%;
    transition: top 1.1s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li7 a span {
    opacity: 1;
    transition: opacity 1.1s ease 0.7s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li8 {
    top: 955%;
    transition: top 1.2s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li8 a span {
    opacity: 1;
    transition: opacity 1.2s ease 0.8s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li9 {
    top: 1070%;
    transition: top 1.3s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li9 a span {
    opacity: 1;
    transition: opacity 1.3s ease 0.9s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li10 {
    top: 1185%;
    transition: top 1.4s ease;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-li10 a span {
    opacity: 1;
    transition: opacity 1.4s ease 1s;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-main span {
    transform: rotate(-45deg);
    transition: transform 0.35s ease;
  }
  
  .ms-nav .ms-menu-toggle ~ .ms-main span {
    transition: transform 0.35s ease;
    opacity: 1;
  }
  
  .ms-nav > .ms-main > a {
    box-shadow: 0px 5px 10px #333333;
  }
  
  .ms-nav .ms-menu-toggle:checked ~ .ms-main2 span {
    transform: rotate(-45deg);
    transition: transform 0.35s ease;
  }
  
  .ms-nav .ms-menu-toggle ~ .ms-main2 span {
    transition: transform 0.35s ease;
    opacity: 1;
  }
  
  .ms-nav > .ms-main2 > a {
    box-shadow: 0px 5px 10px #333333;
  }
  
  .ms-nav > li a {
    font-size: 30px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
  }
  
  .ms-nav > .ms-li1 a {
    background: #ea9c80;
  }
  
  .ms-nav > .ms-li2 a {
    background: #94c47d;
  }
  
  .ms-nav > .ms-li3 a {
    background: #87b4db;
  }
  
  .ms-nav > .ms-li4 a {
    background: #c28cb7;
  }
  
  .ms-nav > .ms-li5 a {
    background: #ea9c80;
  }
  
  .ms-nav > .ms-li6 a {
    background: #94c47d;
  }
  
  .ms-nav > .ms-li7 a {
    background: #87b4db;
  }
  
  .ms-nav > .ms-li8 a {
    background: #c28cb7;
  }
  
  .ms-nav > .ms-li9 a {
    background: #ea9c80;
  }
  
  .ms-nav > .ms-li10 a {
    background: #94c47d;
  }
  
  .ms-nav > .ms-main a,
  .ms-nav > .ms-main > a > label {
    font-size: 30px;
    color: #ffffff;
    background: #c28cb7;
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
    font-size: 16px;
    line-height: 76px;
  }
  
  .ms-nav > .ms-main2 a,
  .ms-nav > .ms-main2 > a > label {
    font-size: 30px;
    color: #ffffff;
    background: #ea9c80;
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
    font-size: 16px;
    line-height: 76px;
  }
  
  .op0 {
    height: 76px;
    width: 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 18;
  }
  
  .ms-nav > li > a {
    position: relative;
  }
  
  .ms-nav > li > a span {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    color: #333;
    font-size: 3rem;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-family: "NSJ", sans-serif;
    font-weight: 800;
  }
  
  .ms-nav > li:hover > a span {
    opacity: 1;
  }
  
  .ms-nav > li:not(:hover) > a span {
    opacity: 0;
  }
  
  .ms-nav > li > a:hover span {
    opacity: 0;
  }
  
  @media screen and (max-width: 767px) {
    .ms-nav > li > a span {
      font-size: 2rem;
  }
  }
  
  @media screen and (max-width: 500px) {
    .ms-nav > li a {
        width: 30px;
        height: 30px;
    }
  
    .ms-nav > .ms-main a,
    .ms-nav > .ms-main > a > label {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }
  
    .ms-nav > .ms-main2 a,
    .ms-nav > .ms-main2 > a > label {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 10px;
    }
  
    .op0 {
        height: 40px;
        right: 10px;
        top: 10px;
    }
  
    .ms-nav > li > a span {
        right: 40px;
    }
  }
  
  @keyframes border-bottom-animation {
    0% {
        top: 0px;
    }
  
    50% {
        top: -14px;
    }
  
    100% {
        top: 0px;
    }
  }
  
  @keyframes border-top-animation {
    0% {
        bottom: 0px;
    }
  
    50% {
        bottom: -13px;
    }
  
    100% {
        bottom: 0px;
    }
  }
  
  @keyframes big-border-top-animation {
    0% {
        bottom: 0px;
    }
  
    50% {
        bottom: -30px;
    }
  
    100% {
        top: 0px;
    }
  }
  
  @media screen and (max-width: 500px) {
    @keyframes border-bottom-animation {
        0% {
            top: 0px;
        }
  
        50% {
            top: -7px;
        }
  
        100% {
            top: 0px;
        }
    }
  
    @keyframes border-top-animation {
        0% {
            bottom: 0px;
        }
  
        50% {
            bottom: -6.5px;
        }
  
        100% {
            bottom: 0px;
        }
    }
  
    @keyframes big-border-top-animation {
        0% {
            bottom: 0px;
        }
  
        50% {
            bottom: -15px;
        }
  
        100% {
            top: 0px;
        }
    }
  }
  
  .ms-main img {
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
  }
  
  #ms-menu:checked ~ .ms-main img {
    animation: rotateAnimation 0.5s forwards;
  }
  
  #ms-menu:not(:checked) ~ .ms-main img {
    animation: rotateBackAnimation 0.5s forwards;
  }
  
  .ms-main2 img {
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
  }
  
  #ms-menu:checked ~ .ms-main2 img {
    animation: rotateAnimation 0.5s forwards;
  }
  
  #ms-menu:not(:checked) ~ .ms-main2 img {
    animation: rotateBackAnimation 0.5s forwards;
  }
  
  @keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
  
    to {
        transform: translateY(-20%) rotate(180deg);
    }
  }
  
  @keyframes rotateBackAnimation {
    from {
        transform: rotate(180deg);
    }
  
    to {
        transform: rotate(0deg);
    }
  }