html {
    font-size: 62.5%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
    margin: 0 auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #69635b;
    background-image: url(../img/pc-bkimg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

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

.accent__color {
    color: #f18958;
}

.wht_bkgd {
    background-color: #ffffff;
    padding: 0.4rem 2rem;
    border-radius: 0.4rem;
}

rt {
    text-align: center;
    margin-bottom: -1rem;
}

.wrap__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bkimg-cover {
    position: fixed;
    height: 1000px;
    z-index: -2;
    width: 100%;
}

.bkimg__01 {
    position: absolute;
    width: 50rem;
    top: -20rem;
    right: calc(50% + 54.5rem);
}

.bkimg__02 {
    position: absolute;
    width: 68rem;
    top: 74rem;
    right: calc(50% + 17.5rem);
}

.bkimg__03 {
    position: absolute;
    width: 63rem;
    top: -33.5rem;
    left: calc(50% + 21rem);
}

.bkimg__04 {
    position: absolute;
    width: 55rem;
    top: 79rem;
    left: calc(50% + 56rem);
}

.container__company {
    position: fixed;
    height: 100%;
    width: calc((100% - 500px) / 2);
    top: 0;
    left: 0;
}

.container__menu-route {
    position: fixed;
    height: 100%;
    width: calc((100% - 500px) / 2);
    top: 0;
    right: 0;
}

.container__menu-inner {
    margin-left: 3.7vw;
}

.container__company-logo {
    margin-right: 3.7vw;
}

.container__company-logo,
.container__menu-inner {
    width: calc(100% - 3.7vw);
    position: relative;
    height: 100%;
}

.container__company-logo a,
.company__menu {
    position: absolute;
}

.container__company-logo a {
    transform: translateY(-50%);
    margin-top: 6rem;
    top: 50%;
    right: 5.3rem;
}

.fv,
.introduction,
.point__5,
.g-future,
.entry,
.footer {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.introduction,
.g-future,
.entry {
    margin-top: -0.2rem;
}

/* ↓ 黄色マーカー共通 ↓ */
.common-yll__line-cover {
    position: relative;
    z-index: 1;
}

.common-yll__line::before {
    /* 共通パーツ */
    content: "";
    background: linear-gradient(transparent 60%, #fff1a0 60%);
    transform: skewX(155deg);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0.3rem;
    width: 100%;
    height: 2.8rem;
}

/* ↑ 黄色マーカー共通 ↑ */

/* 
====================================================
main
====================================================
 */

.main {
    overflow: hidden;
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 30px 20px rgba(251 201 162 / 45%);
}

.main__wrap {
    min-width: 50rem;
    margin: 0 auto;
}

/* 
====================================================
fv
==================================================== 
*/

.fv {
    background-image: url(../img/fv.jpg?version=250310);
}

.fv__bkimg {
    position: absolute;
    top: 24.6rem;
    left: 0;
    z-index: 0;
}

.fv__inner {
    position: relative;
    padding-bottom: 9.3rem;
}

.fv__logo {
    padding-top: 11.7rem;
}

/* ↓アニメーション用FV背景↓ */

.sk-folding-cube {
    width: 100%;
    position: relative;
}

.sk-folding-cube .sk-cube {
    position: absolute;
    width: 14.5rem;
    opacity: 0;
}

.sk-cube1.sk-cube.fv__anime {
    top: -2.18rem;
    left: 10.53rem;
    transform-origin: top center;
    animation: fv__anime010203 0.5s 1 forwards;
}

.sk-cube2.sk-cube.fv__anime {
    top: -2.18rem;
    left: 25rem;
    transform-origin: bottom center;
    animation: fv__anime010203 0.6s 1s 1 forwards;
}

.sk-cube3.sk-cube.fv__anime {
    top: 5.5rem;
    left: 10.53rem;
    transform-origin: top center;
    animation: fv__anime010203 0.5s 0.3s 1 forwards;
}

.sk-cube4.sk-cube.fv__anime {
    top: 5.5rem;
    left: 25rem;
    transform-origin: top left;
    animation: fv__anime04 0.6s 0.6s 1 forwards;
}

/* ↑アニメーション用FV背景↑  */

.fv__logo-bk {
    width: 29rem;
}

.fv__logo-body {
    opacity: 0;
    width: 19.2rem;
    position: absolute;
    top: 8.3rem;
    left: 14.5rem;
}

h1 {
    position: relative;
    margin-top: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
    font-weight: 500;
    opacity: 0;
    animation-delay: 1.7s !important;
}

h1 .wht_bkgd {
    padding: 0.5rem 2rem 0.8rem 2.3rem;
    box-shadow: 0 0 0.6rem 0 rgb(244 183 159 / 80%);
}

.fv__slogan {
    display: inline-block;
    transform: skewX(350deg);
    font-size: 2.82rem;
    letter-spacing: 0.07em;
}

/* グラデーションテキスト */
.fv__gradation-01,
.fv__gradation-02,
.introduction__outro-pt1,
.introduction__outro-pt2,
.g-future__gradation,
.entry__gradation {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.fv__gradation-01 {
    background: linear-gradient(90deg, rgba(239, 125, 83, 1), rgba(239, 125, 83, 1) 30%, rgba(239, 125, 83, 1) 54%, rgba(244, 160, 159, 1));
    font-size: 2.7rem;
    margin-right: 0.3rem;
}

.fv__gradation-02 {
    background: linear-gradient(90deg, rgba(239, 125, 83, 1), rgba(239, 130, 89, 1) 50%, rgba(234, 136, 102, 1) 74%, rgba(240, 181, 67, 1));
    font-size: 2.7rem;
    margin: 0 0.3rem;
}

.h1-between {
    font-size: 2.4rem;
    color: #69635b;
}

.fv__main-title {
    width: 35rem;
    padding-top: 0.9rem;
}

.fv__kira {
    position: absolute;
    top: -2.4rem;
    left: 40rem;
    width: 5rem;
}

.fv__sub-title {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fv__sub-title-sp {
    position: relative;
    padding: 0 1.8rem 0 2rem;
    margin-right: 0.8rem;
}

.fv__sub-title-sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 2rem;
    display: inline-block;
    background-image: url(../img/arrow-lt.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fv__sub-title-sp::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 2rem;
    display: inline-block;
    background-image: url(../img/arrow-gt.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fv__arrow {
    width: 0.95rem;
    padding: 0.2rem 0.8rem 0;
}

.fv__appeal {
    padding: 7.9rem 4rem 0;
}

.fv__appeal p {
    position: relative;
    opacity: 0;
    animation-delay: 2s !important;
}

.fv__appeal p:nth-of-type(2) {
    animation-delay: 2.2s !important;
}

.fv__appeal p:last-of-type {
    animation-delay: 2.4s !important;
}


.fv__appeal img {
    width: auto !important;
}

.fv__appeal p img:first-of-type {
    filter: drop-shadow(0 0 0.4rem #f4b79f99);
}

.appeal-points {
    gap: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.appeal-points img {
    width: calc((100%) / 3);
}

.is-icon {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -3.3rem;
}

.fv__line {
    padding-top: 4.4rem;
    opacity: 0;
    animation-delay: 2.6s !important;
}

.fv__line img {
    width: 42rem;
}


/* 
====================================================
導入
==================================================== 
*/

.introduction {
    background-image: url(../img/introduction_kof.jpg?version=250310);
}

.introduction__inner {
    position: relative;
    padding: 10.1rem 0 12rem;
}

.introduction__bkimg {
    position: absolute;
    top: 5.2rem;
    left: 1.1rem;
    z-index: 0;
    width: 95.5%;
}

.introduction__inner h2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;

    animation-delay: initial;
}

.introduction__top-kira {
    position: absolute;
    width: 4.7rem;
    top: 6.6rem;
    left: 6.3rem;
}

.introduction__title {
    width: 24.1rem;
    padding: 0 0.5rem;
}

.introduction__text {
    display: flex;
    flex-direction: column;
    padding: 4.1rem 2.5rem 0;
    gap: 2.4rem;
}

.introduction__text.is-show p {
    animation: fadeIn__bottom 0.8s 0.2s 1 forwards;
}

.introduction__lead-text {
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 2.1rem;
    line-height: 1.87;
    opacity: 0;
}

.introduction__lead-text .accent__color {
    font-size: 2.1rem;
    font-weight: 700;
}

.introduction__lead-text .common-yll__line::before {
    top: 0.2rem;
    width: 40rem;
    height: 2.7rem;
}

.introduction__text p:not([class]) {
    font-weight: 400;
    font-size: 1.85rem;
    letter-spacing: 0.07em;
    line-height: 1.83;
    animation-delay: 0.4s;
    opacity: 0;
}

.introduction__text p:not([class]) .accent__color {
    font-weight: 700;
    font-size: 1.85rem;
    letter-spacing: 0.08em;
}

.introduction__subttl-cover {
    position: relative;
    display: inline-block;
    margin-top: 10.4rem;
    animation-delay: 0.2s;
}

.introduction__subttl-cover::before,
.introduction__subttl-cover::after {
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: auto;
    object-fit: cover;
    aspect-ratio: 44 / 61;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.introduction__subttl-cover::before {
    background-image: url(../img/og-lf.png);
    left: -3.4rem;
}

.introduction__subttl-cover::after {
    background-image: url(../img/og-rg.png);
    right: -3.4rem;
}

.introduction__subttl {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.2rem;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.introduction__subttl img {
    width: 16.2rem;
    padding: 0.2rem 0.5rem 0;
}

.introduction__appeal {
    padding: 2.6rem 5rem 0;
}

.introduction__appeal img {
    filter: drop-shadow(0 0 0.4rem #f4b79f99);
    animation-delay: initial;
}

.introduction__appeal img:nth-of-type(2) {
    animation-delay: 0.2s !important;
}

.introduction__appeal img:last-of-type {
    animation-delay: 0.4s !important;
}

.introduction__nothing.common-yll__line::before {
    top: 4.2rem;
    width: 32rem;
    height: 5rem;
}

.introduction__nothing {
    font-size: 5.62rem;
    letter-spacing: 0.2em;
    padding-top: 2.6rem;
    margin: 0 auto;
    font-weight: 700;
    animation-delay: 0.2s;
}

.vision-01 {
    width: 35rem;
    margin-top: 6.7rem;
    opacity: 0;
}

.vision-02 {
    width: 35.8rem;
    margin-top: -1rem;
    margin-left: -0.7rem;
    opacity: 0;
}

.introduction__outro {
    position: relative;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.04;
    padding: 12.3rem 3.3rem 0 4rem;
    letter-spacing: 0.11em;
    display: flex;
    flex-direction: column;
}

.introduction__outro span {
    display: inline-block;
}

.introduction__outro-txtBox {
    margin: -7rem 0;
    position: relative;
    overflow: hidden;
}

.introduction__outro-txtBox.is-03 {
    margin-top: 0.1rem !important;
}

.introduction__outro-txt {
    padding: 4rem 0;
}

.introduction__outro-txtBox .wht_bkgd {
    margin: 0 0.8rem;
    padding: 0.4rem 1.1rem 0.9rem;
    box-shadow: 0 0 0.6rem 0 #f4b79f;
    display: inline-block;
}

.introduction__outro-txtBox.is-01 {
    text-align: left;
}

.introduction__outro-txt.show-text,
.g-future__autro-02-txt.show-text,
.entry__autro-02-txt.show-text {
    animation: show-text 1.2s forwards;
}

.introduction__outro-txt,
.g-future__autro-02-txt,
.entry__autro-02-txt {
    opacity: 0;
}

.is-02 .introduction__outro-txt,
.is-02 .g-future__autro-02-txt,
.is-02 .entry__autro-02-txt {
    animation-delay: 0.2s;
}

.is-03 .introduction__outro-txt {
    animation-delay: 0.4s;
}

.introduction__outro-pt1 {
    background: linear-gradient(90deg, rgba(239, 125, 83, 1), rgba(239, 125, 83, 1) 30%, rgba(239, 125, 83, 1) 54%, rgba(244, 160, 159, 1));
    font-size: 3.5rem;
    letter-spacing: 0.06em;
}

.introduction__outro-txtBox.is-02 {
    margin-top: -0.4rem;
}

.introduction__outro-pt2 {
    background: linear-gradient(90deg, rgba(240, 126, 80, 1), rgba(235, 136, 103, 1) 50%, rgba(238, 172, 76, 1));
    font-size: 3.5rem;
    letter-spacing: 0.06em;
}

.introduction__kiraBox {
    position: relative;
}

.introduction__kira {
    position: absolute;
    width: 5rem;
    top: -2.8rem;
    right: -1.9rem;
    z-index: 12;
}

.introduction__outro-txtBox.is-03 {
    text-align: right;
}

.introduction__outro .transform,
.introduction__outro-pt1,
.introduction__outro-pt2,
.introduction__outro-pt3 {
    transform: skewX(350deg);
    display: inline-block;
}


/* 
====================================================
５つのポイント
====================================================
*/

.point__5 {
    background-image: url(../img/correction-point__5.jpg);
}

.point__5-inner {
    padding: 9.1rem 0 9.5rem;
    position: relative;
}

.point__5__bkimg {
    position: absolute;
    top: 5.3rem;
    left: 5rem;
    z-index: 0;
    width: 80%;
}

.point__5-inner h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.52;
    letter-spacing: 0.08em;
}

.point__5-inner h2 img {
    width: 24rem;
    padding: 0 0.6rem;
    vertical-align: bottom;
}

.point__5-intro {
    font-size: 2.05rem;
    font-weight: 500;
    line-height: 1.9;
    padding-top: 3.2rem;
    letter-spacing: 0.13em;
}

.point__5-intro .accent__color {
    font-weight: 700;
}

.point__5-intro .common-yll__line::before {
    top: 0.3rem;
    width: 25.4rem;
    height: 3rem;
}

.point__5-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42rem;
    margin: 10.3rem auto 0;
    filter: drop-shadow(0 0 0.3rem #f4b79f);
}

.point__5-detail__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point__5-detail__text {
    font-weight: 400;
    font-size: 1.8rem;
    padding-top: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.85;
    text-align: left;
}

.point__5-detail__text .accent__color {
    font-weight: 500;
}

.point__5-common {
    position: relative;
    width: 100%;
}

.point__5-detail__inner {
    position: relative;
    padding: 4.1rem 3.8rem 7rem;
}

.point__5-common:nth-of-type(odd) {
    background-color: #ffffff;
}

.point__5-common:nth-of-type(even) {
    background-color: #fffbe3;
}

.is-01 .point__5-detail__inner {
    padding-bottom: 5.7rem;
}

.is-05 .point__5-detail__inner {
    padding-bottom: 2.5rem;
}

.point__5-detail__number {
    width: 6.5rem;
    margin: 0 auto;
    padding-top: 2.8rem;
    padding-right: 1.3rem;
}

.point__5-detail__number-cover {
    position: absolute;
    top: -1.1rem;
    left: 0;
    right: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 13.5rem;
    height: 13.5rem;
    margin: -4rem auto 0rem;
}

.point__5-common:nth-of-type(odd) .point__5-detail__number-cover {
    background-color: #ffffff;
}

.point__5-common:nth-of-type(even) .point__5-detail__number-cover {
    background-color: #fffbe3;
}

.point__5-detail__ttl span {
    position: relative;
    margin-top: -0.4rem;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

.is-02 .point__5-detail__ttl span {
    letter-spacing: 0.13em;
}

.point__5-detail__ttl .accent__color {
    font-size: 2.7rem;
    letter-spacing: 0.15em;
    font-weight: 700;
}

.point-100 {
    letter-spacing: -0.05em !important;
    font-size: 2.7rem !important;
    font-weight: 600 !important;
    padding-right: 0.2rem;
}


/* 
====================================================
未来
==================================================== 
*/

.g-future {
    background-image: url(../img/g-future_kof.jpg);
}

.g-future__inner {
    position: relative;
    padding: 9.2rem 0 8.1rem;
}

.g-future__bkimg {
    position: absolute;
    top: 5.3rem;
    left: 0.5rem;
    z-index: 0;
    width: 98%;
}

.g-future__inner h2 {
    position: relative;
    font-size: 3.15rem;
    letter-spacing: 0.1em;
    line-height: 1.55;
    font-weight: 500;
}

.g-future__inner h2 img {
    width: 24.5rem;
    padding: 0 0.4rem;
    vertical-align: bottom;
}

.g-future__lead-text {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.77;
    letter-spacing: 0.05em;
    padding-top: 3.2rem;
}

.g-future__lead-text .accent__color {
    font-weight: 700;
}

.g-future__target-cover {
    padding-top: 0.6rem;
}

.target.is-show {
    animation: fuwafuwa 1.2s 1 forwards;
}

.g-future__filter {
    position: absolute;
    width: 100%;
    top: 32rem;
    left: 0;
    right: 0;
}

.target {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.19em;
    opacity: 0;
}

.kira-img {
    position: absolute;
    opacity: 0;
}

.target-01 .kira-img {
    width: 92%;
    top: 5.4rem;
    left: 1.6rem;
}

.target-02 .kira-img {
    width: 35%;
    bottom: 0rem;
    right: 3rem;
}

.target-03 .kira-img {
    width: 75%;
    top: 1.5rem;
    left: 5.5rem;
    animation-delay: 0.7s !important;
}

.target-04 .kira-img {
    width: 94.5%;
    top: 5.8rem;
    right: 2rem;
    animation-delay: 1.7s !important;
}

.target span {
    font-size: 3rem;
    font-weight: 400;
}

.target-01 {
    background-image: url(../img/sparkling_01.png?version=250218);
    font-size: 2.1rem;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    width: 35.5rem;
    height: 37rem;
    z-index: 3;
}

.target p {
    mix-blend-mode: hard-light;
}

.target-01 p {
    margin-top: -2.5rem;
    text-shadow: 0px 0px 30px rgb(255 38 0 / 60%);
    filter: drop-shadow(3px 0px 20px #ff2600e6);
}

.target-02 {
    background-image: url(../img/sparkling_02.png?version=250218);
    margin-top: -17.6rem;
    margin-left: 19rem;
    line-height: 1.37;
    width: 28.7rem;
    height: 28rem;
    z-index: 2;
}

.target-02 p {
    text-shadow: 0px 0px 30px rgb(255 38 0 / 10%);
    filter: drop-shadow(3px 0px 20px #ff2600e6);
}

.target-02 span {
    letter-spacing: 0.1em;
}

.target-03 {
    background-image: url(../img/sparkling_03.png?version=250218);
    margin-top: -17.6rem;
    margin-left: 3rem;
    line-height: 1.7em;
    width: 28rem;
    height: 27rem;
}

.target-03 p {
    text-shadow: 0px 0px 30px rgb(157 0 255 / 75%);
    filter: drop-shadow(3px 0px 30px #e989ff);
}

.target-03 span {
    font-size: 3.3rem;
}

.target-04 {
    background-image: url(../img/sparkling_04.png?version=250218);
    margin-top: -13.6rem;
    margin-left: 13.4rem;
    line-height: 1.7em;
    width: 32rem;
    height: 31rem;
}

.target-04 p {
    text-shadow: 0px 0px 30px rgb(63 0 255 / 20%);
    filter: drop-shadow(3px 0px 30px #0032ff);
}

.target-04 span {
    font-size: 3.2rem;
    letter-spacing: 0.12em;
}

.g-future .common-yll__line::before {
    top: 0.1rem;
    width: 23.4rem;
    height: 3.1rem;
}

.g-future__autro-01 {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    line-height: 1.77;
    padding-top: 1.6rem;
    opacity: 0;
}

.g-future__autro-02 {
    position: relative;
    font-size: 3.1rem;
    letter-spacing: 0.11em;
    line-height: 1.05;
    padding: 7.2rem 8.6rem 0 5.9rem;
    display: flex;
    flex-direction: column;
}

.g-future__autro-02 span {
    display: inline-block;
}

.g-future__autro-02-txtBox {
    padding: 0.5rem 0;
    margin: -7.7rem 0;
}

.g-future__autro-02-txtBox.is-01 {
    text-align: left;
}

.g-future__autro-02-txtBox.is-02 {
    text-align: right;
}

.g-future__autro-02-txt {
    padding: 8rem 1.7rem;
    width: 100%;
}

.g-future__autro-02 .transform,
.g-future__gradation {
    transform: skewX(350deg);
    display: inline-block;
}

.g-future__autro-02 .wht_bkgd {
    margin: 0 0.8rem;
    padding: 0.4rem 1.1rem 0.9rem;
    box-shadow: 0 0 0.6rem 0 #f4b79f;
}

.g-future__gradation {
    background: linear-gradient(90deg, rgba(240, 126, 80, 1), rgba(235, 136, 103, 1) 50%, rgba(238, 172, 76, 1));
    font-size: 3.5rem;
    letter-spacing: 0.06em;
}

.g-future__kiraBox {
    position: relative;
}

.g-future__kira-01 {
    position: absolute;
    top: -2.5rem;
    left: 19rem;
    width: 5rem;
}

.g-future__kira-02 {
    position: absolute;
    top: 2.8rem;
    left: -1.5rem;
    width: 5rem;
}

.g-future__kira-03 {
    position: absolute;
    top: -0.8rem;
    right: 24rem;
    width: 5rem;
}

/* 
====================================================
登録3ステップ
==================================================== 
*/

.entry {
    background-image: url(../img/entry_bk.jpg);
    padding: 9.2rem 0 32.5rem;
    position: relative;
}

.entry__bkimg {
    position: absolute;
    top: 5.3rem;
    left: 0;
    z-index: 0;
    width: 100%;
}

.entry h2 {
    position: relative;
    font-size: 3.1rem;
    line-height: 1.65;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.entry h2 img {
    width: 24rem;
    padding: 0 0.7rem;
    vertical-align: middle;
}

.entry__intro-cover {
    margin-top: 3.8rem;
    position: relative;
    display: inline-block;
}

.entry__intro-cover::before {
    content: "";
    display: inline-block;
    width: 3.8rem;
    height: auto;
    background: url(../img/bk-lf.png) no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -7.6rem;
    aspect-ratio: 77 / 117;
}

.entry__intro-cover::after {
    content: "";
    display: inline-block;
    width: 3.8rem;
    height: auto;
    background: url(../img/bk-rg.png) no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -7.6rem;
    aspect-ratio: 77 / 117;
}

.entry__intro {
    font-size: 2.15rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
}

.entry__intro .accent__color {
    font-weight: 600;
}

.entry__3step {
    padding-top: 2.7rem;
}

.step-01.entry__3step-order.animation.fadeIn__bottom::before,
.step-02.entry__3step-order.animation.fadeIn__bottom::before {
    animation: fadeIn__bottom-arrow 0.8s 0s 1 forwards;
}

@keyframes fadeIn__bottom-arrow {
    0% {
        opacity: 0;
        transform: translate(-50%, 30px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0px);
    }
}

.step-01.entry__3step-order.animation.fadeIn__bottom::before {
    animation-delay: 0.2s;
}

.entry__3step .step-02 {
    animation-delay: 0.3s;
}

.step-02.entry__3step-order.animation.fadeIn__bottom::before {
    animation-delay: 0.5s;
}

.entry__3step .step-03 {
    animation-delay: 0.6s;
}

.entry__3step ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry__arrow {
    margin-top: 2.6rem;
}

.entry__3step-order {
    position: relative;
    filter: drop-shadow(0 0 0.3rem #f4b79f);
}

.entry__3step-order:not(:last-child) {
    padding-bottom: 2.9rem;
}

.entry__3step-order:not(:last-child)::before {
    content: "";
    border: 1.1rem solid transparent;
    border-top: 1.4rem solid #555;
    position: absolute;
    top: 11.4rem;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
}

.simple-3step {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffff;
    height: 10.5rem;
    width: 37rem;
    gap: 1.5rem;
    border-radius: 50px;
    padding: 0 3rem 0 2rem;
}

.simple-3step img {
    width: 7.3rem;
}

.simple-3step span {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: -0.4rem;
}

.step-02 .simple-3step {
    gap: 2.9rem;
}

.step-03 .simple-3step {
    gap: 9.5rem;
}

.entry__autro-01 {
    padding-top: 5.7rem;
    font-size: 2.65rem;
    letter-spacing: 0.03em;
    line-height: 1.13;
    animation-delay: 0.8s !important;
}

.entry__autro-01 .accent__color {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    gap: 0.2rem;
}

.entry__vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #f18958;
    color: #ffff;
    padding: 1rem 2.2rem;
    border-radius: 50%;
    margin-top: 1rem;
}

.entry__time {
    font-weight: 400;
    font-size: 8.3rem;
    padding-left: 0.7rem;
}

.entry__time-02 {
    font-size: 7rem;
    letter-spacing: 0.15em;
}

.entry__autro-02 .transform,
.entry__gradation {
    transform: skewX(350deg);
    display: inline-block;
}

.entry__autro-02 {
    position: relative;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.08;
    padding: 8rem 3.3rem 4.7rem 4rem;
    letter-spacing: 0.11em;
    display: flex;
    flex-direction: column;
}

.entry__autro-02 span {
    display: inline-block;
}

.entry__autro-02-txtBox {
    padding: 0.5rem 0;
}

.entry__autro-02-txtBox .is-name {
    width: 21.2rem;
    vertical-align: middle;
    padding: 0 0.7rem 0;
}

.entry__autro-02-txtBox {
    margin: -6.2rem 0;
}

.entry__autro-02-txtBox.is-02 {
    margin: -6rem 0;
}

.entry__autro-02-txt {
    padding: 6rem 0;
}

.entry__autro-02-txtBox .wht_bkgd {
    margin: 0 0.8rem;
    padding: 0.4rem 1.1rem 0.9rem;
    box-shadow: 0 0 0.6rem 0 #f4b79f;
    display: inline-block;
}

.entry__gradation {
    background: linear-gradient(90deg, rgba(240, 126, 80, 1), rgba(235, 136, 103, 1) 50%, rgba(238, 172, 76, 1));
    font-size: 3.5rem;
    letter-spacing: 0.06em;
}

.entry__kiraBox {
    position: relative;
}

.entry__kira-01 {
    position: absolute;
    width: 5rem !important;
    top: -2.6rem;
    right: -1.5rem;
}

.entry__kira-02 {
    position: absolute;
    width: 5rem !important;
    top: 2.7rem;
    left: -1.7rem;
}

.entry__btn {
    width: 42rem;
    padding-top: 0.6rem;
}

.footer {
    margin-top: -28.5rem;
    position: relative;
    overflow: hidden;
}

.footer-inner {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 2.6rem #f4b79f73);
    padding: 14rem 4rem 18rem;
}

.footer-inner::before {
    content: "";
    width: 160%;
    height: auto;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border-radius: 50% 50% 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 5rem;
}

.footer-inner>* {
    position: relative;
}

.footer__logo {
    width: 22.5rem;
}

.footer__text {
    padding: 1.2rem 0 4.1rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.footer-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.55rem;
    letter-spacing: 0.15em;
    gap: 7rem;
    line-height: 1.3;
    padding-top: 3.7rem;
    border-top: 1px solid #69635b;
}

.footer-item a {
    color: #69635b;
}

.footer-item p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.6rem;
}

.footer__line {
    width: 5.3rem;
    margin-top: -0.5rem;
    padding-left: 1.5rem;
}

.footer__arrow {
    width: 1.6rem;
    padding-top: 0.5rem;
}

.footer-img {
    margin-top: -1px;
}

/* 
====================================================
 画面右　メニュー
==================================================== 
*/

.company__menu {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 8.1rem;
    padding-left: 5.5rem;
    font-size: 1.78rem;
    letter-spacing: 0.15em;
}

.company__menu-list ul {
    gap: 3.9rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 8.05rem;
}

.company__menu-list .common-yll__line::before,
.company__menu-list-line .common-yll__line::before {
    transform-origin: left;
    transform: skewX(155deg) scaleX(0);
}

/* メニュー内容をホバーした時の黄マーカー */
.company__menu-list .common-yll__line:hover::before,
.company__menu-list-line .common-yll__line:hover::before {
    transform: skewX(155deg) scaleX(1);
    transition: 0.7s;
}

.company__menu-list-line .common-yll__line::before {
    top: 1rem;
    left: -2.8rem !important;
    width: 58% !important;
}

.company__menu-list .common-yll__line,
.company__menu-list-line .common-yll__line {
    position: relative;
    color: #69635b;
    display: inline-block;
}

.common__category-cover {
    display: flex;
    flex-direction: row;
}

.company__menu-list-line .common__category-cover {
    align-items: center;
}

.company__menu-list .common-yll__line:hover,
.company__menu-list-line .common-yll__line:hover {
    color: #f18958;
    opacity: 1;
}

.common__category {
    padding-right: 1.4rem;
}

.common__category img {
    width: 1.8rem;
}

.common__category img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.common-yll__line .common__category img:nth-child(2) {
    top: initial;
}

.common-yll__line:hover .common__category img:last-of-type {
    opacity: 1;
}

.common-yll__line:hover .menu-arrow {
    opacity: 0;
}

.menu-line {
    width: 4.5rem;
    padding-left: 1.9rem;
}

.company__menu-list-line {
    padding-top: 6.5rem;
    border-top: 1px solid #69635b;
}


/* 
====================================================
背景文字
==================================================== 
*/

.background-text {
    position: fixed;
    z-index: -1;
}

.background-text__left {
    top: -2.4rem;
    left: -0.6rem;
    animation: loop1-left 18s linear infinite;
}

@keyframes loop1-left {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}

.background-text__right {
    top: 1.4rem;
    right: -0.1rem;
    animation: loop1-right 18s linear infinite;
}


@keyframes loop1-right {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* ====================================================
ナビ
==================================================== */

.nav {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 13;
}

.nav__inner {
    max-width: 500px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

/* アクティブになった時だけクリックできる */
.nav.active .nav__content,
.nav.active .elm_btn {
    pointer-events: auto;
}

/* ハンバーガーメニューアイコン(3本線) */
.nav__tgl {
    pointer-events: auto;
    display: none;
    z-index: 101;
    background-color: #ffff;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    position: absolute;
    top: 2.7rem;
    right: 2.5rem;
}

.nav__tgl svg {
    position: absolute;
    width: 4.3rem;
    height: 4.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    fill: #ef6d31;
    transition: .3s;
}

.nav__tgl svg:nth-of-type(1) {
    top: -0.2rem;
}

.nav__tgl svg:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.nav__tgl svg:nth-of-type(3) {
    bottom: -0.2rem;
}


/* ↓ MENU OPEN ↓ */
.nav.active .nav__tgl {
    background-color: #f18958;
}

.nav.active .nav__tgl svg {
    fill: #ffffff;
    width: 4.8rem;
}

.nav .nav__back {
    opacity: 0;
    transition: all 0.6s ease;
    position: absolute;
    background-color: #ffffff;
    inset: 0;
    clip-path: circle(50px at 50% 50%);
}

.nav.active .nav__back {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
}

.nav.active .nav__tgl svg:nth-of-type(1) {
    top: 0.7rem;
    transform: rotate(45deg);
}

.nav.active .nav__tgl svg:nth-of-type(2) {
    opacity: 0;
}

.nav.active .nav__tgl svg:nth-of-type(3) {
    bottom: 0.5rem;
    transform: rotate(-45deg);
}

/* ↑ MENU OPEN ↑  */

/* 
----------------------------------------------------
メニュー内容
---------------------------------------------------- 
*/
.nav__content {
    opacity: 0;
    transition: all 0.1s ease;
}

.nav.active .nav__content {
    opacity: 1;
    /* 発動時のアニメーション */
    transition: all 1s ease;
}

.nav__content-inner {
    display: flex;
    justify-content: center;
}

.nav__container {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
}

.nav__content .company__menu {
    top: initial;
    padding: initial;
    transform: initial;
    text-align: left;
    font-size: 1.92rem;
    letter-spacing: 0.35rem;
    width: 84%;
    margin: 21rem auto 0;
    z-index: 1;
}

.nav__content .company__menu-list ul {
    gap: 4.199rem;
    padding-bottom: 17.2rem;
}

.nav__content .company__menu-list .common__category {
    padding-right: 1.7rem;
}

.nav__content .company__menu-list-line {
    padding-top: 3.6rem;
    display: flex;
    justify-content: center;
}

.nav__content .menu-line {
    width: 5.2rem;
    padding-left: 1.4rem;
}

.nav__content.animate__fadeIn {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    animation-delay: 0.4s;
    animation-duration: 0.5s;
}

/* コンテンツ内容の黄ライン */
.company__menu-list .common-yll__line::before {
    top: -0.5rem;
    left: 3rem;
    width: 94%;
}

/* TOP */
.company__menu-list li:first-of-type .common-yll__line::before {
    width: 73%;
}

/* G-Agentとは */
.company__menu-list li:nth-child(2) .common-yll__line::before {
    width: 88%;
}

.btn {
    display: inline-flex;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn img {
    overflow: hidden;
    filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}

@media (hover: hover) and (pointer: fine) {

    a:hover {
        opacity: 1;
    }

    .btn:hover {
        transform: scale(0.95);
    }
}

/* 追従ボタン */
.elm_btn {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 4rem 3.9rem;
    opacity: 0;
    z-index: -1;
    max-width: 42rem;
    overflow: hidden;
    margin: 0 auto;
}
/* 追従ボタン */


/* 
====================================================
↓アニメーション↓
==================================================== 
*/

.background-deco01 {
    -webkit-animation: background-deco01 4s infinite;
    animation: background-deco01 4s infinite;
}

@keyframes background-deco01 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        animation-duration: 4s;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.background-deco02 {
    -webkit-animation: background-deco02 6s infinite;
    animation: background-deco02 6s infinite;
}

@keyframes background-deco02 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.background-deco03 {
    -webkit-animation: background-deco03 5s infinite;
    animation: background-deco03 5s infinite;
}

@keyframes background-deco03 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* マルの部分 */

@keyframes fuwafuwa {
    0% {
        /* ↓ opacityのみのアニメーションも良いかも？ */
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 右からフェードイン */

@keyframes show-text {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        opacity: 0;
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

/* キラキラ */
.star {
    animation: flashing 1.5s ease-out infinite;
}

@keyframes flashing {
    0% {
        opacity: 0.2;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.star01 {
    animation: star01 1.5s ease-out 1s infinite;
}

@keyframes star01 {
    0% {
        opacity: 0.2;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.star02 {
    animation: star02 1.5s ease-out 0.5s infinite;
}

@keyframes star02 {
    0% {
        opacity: 0.2;
    }

    50% {
        transform: scale(2.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.star03 {
    animation: star03 1.5s ease-out 0s infinite;
}

@keyframes star03 {
    0% {
        opacity: 0.2;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

/* 円のキラキラ */
.kira-img.kira-anime {
    animation: kira-anime 2s 0s infinite normal;
}

@keyframes kira-anime {

    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/* fv背景 */
@keyframes fv__anime010203 {
    0% {
        opacity: 0;
        transform: perspective(150px) rotateX(-180deg);
    }

    100% {
        opacity: 1;
        transform: perspective(150px) rotateX(0deg);
    }
}

@keyframes fv__anime04 {
    0% {
        opacity: 0;
        transform: perspective(150px) rotateY(-180deg);
    }

    100% {
        opacity: 1;
        transform: perspective(150px) rotateY(0deg);
    }
}

/* fvロゴ */
.fv__logo-g {
    animation: fadeIn__bottom 0.7s 1 forwards;
}

/* 下からフェードイン */

.animation {
    opacity: 0;
}

.fadeIn__bottom {
    animation: fadeIn__bottom 0.8s 0s 1 forwards;
}

@keyframes fadeIn__bottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeIn__left {
    animation: fadeIn__left 0.8s 0.5s 1 forwards;
}

@keyframes fadeIn__left {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadeIn__right {
    animation: fadeIn__right 0.8s 0.5s 1 forwards;
}

@keyframes fadeIn__right {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadeIn__slow {
    animation: fadeIn__slow 1s 0.2s 1 forwards;
}

@keyframes fadeIn__slow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 
====================================================
↑アニメーション↑
==================================================== 
*/


/* ----------------------------------------------------
 プライバシーポリシー
---------------------------------------------------- */

.page-privacy .main {
    overflow: hidden;
    position: relative;
    max-width: 50rem;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0px 0px 30px 20px rgba(251 201 162 / 45%);
}

.privacy__explanation {
    padding: 13rem 3.8rem 19rem;
    margin: 0 auto;
    background-image: url(../img/privacy.jpg?version=250307-06);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

h1.privacy__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 3.7rem;
    gap: 1.3rem;
    margin: 0 0 5.4rem;
    color: #f18958;
    opacity: 1;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.privacy__title span {
    font-size: 1.5rem;
}

.privacy__subtitle {
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.5;
    margin: 3.6rem 0 1.5rem;
}

.privacy__text {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.85;
    text-align: left;
}

a.privacy__text {
    border-bottom: 1px solid;
}

.page-privacy .footer {
    margin-top: -15rem;
}


.page-privacy .footer-inner {
    text-align: center;
    padding: 14rem 4rem 8.9rem;
}


/* 
====================================================
レスポンシブ
====================================================
*/

@media screen and (max-width:1700px) {

    .container__company-logo,
    .container__menu-inner {
        margin: initial;
        width: 100%;
    }
}

@media screen and (max-width:1439px) {
    .container__company {
        display: none;
    }
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    .wrap {
        justify-content: center
    }

    .container__company,
    .container__menu-route {
        margin: initial;
    }

    .main,
    .container__menu-route {
        width: calc((100% / 2));
    }

    .main,
    /* プライバシーポリシー */
    .page-privacy .main,
    .nav__inner {
        margin-right: 50%;
    }

    .container__menu-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1199px) {

    .nav__tgl,
    .nav.active .nav__container {
        display: block;
    }

    .container__company,
    .container__menu-route {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .bkimg-cover {
        display: none;
    }

    .background-text__left,
    .background-text__right {
        z-index: -1;
    }

    .nav__content .company__menu {
        top: 50%;
        transform: translateY(-50%);
        margin: 5rem auto 0;
    }

    .nav__content .company__menu-list ul {
        padding-bottom: 16.3vh;
    }

    .nav__tgl svg:nth-of-type(2) {
        left: 0.09rem;
    }
}

@media screen and (max-width:517px) {
    html {
        font-size: 1.934vw;
    }

    .main,
    /* プライバシーポリシー */
    .page-privacy .main {
        max-width: 51.7rem;
    }

    .container__company,
    .container__menu-route,
    .background-text {
        display: none;
    }
}