@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,700;1,700&display=swap');

:root {
    --primary: #e0340d;
    --button01: #00AFEC;
    --primaryDirect: #007bc7;
    --primaryDensai: #f29100;
    --primaryGaitame: #432b8c;
    --secondary: #94252a;
    --secondaryDirect: #0b318f;
    --secondaryDensai: #eb6120;
    --secondaryGaitame: #a64a97;
    --choco: #40220F;
    --crimson: #C11920;
    --tertiary: #ffeded;
    --company: #3157b8;
    --txtColor: #000;
    --txtLink: #009de0;
    --borderColor: #bfc9cd;
    --borderColorSecondary: #b6b6b5;
    --bgColor: #fff;
    --bgColorSecondary: #f2f1ee;
    --bgColorTertiary: #f5f5f5;
    --bgColorTh: #e0ded6;
    --bgColorThSub: #f2f1ee;
    --gradient: #e7380d 0%, #94252a 100%;
    --gradientCorporate: #3157b8 0%, #122f79 100%;
    --gradientDirect: #007bc7 0%, #0b318f 100%;
    --gradientDensai: #eb6120 0%, #f29100 100%;
    --gradientGaitame: #a64a97 0%, #432b8c 100%;
    --white: #fff;
    --black: #333;
    --gray: #b6b6b5;
    --fontFamily: "Noto Sans JP", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --fontFamilyEn: "Roboto", sans-serif;
    --fontFamilySecond: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --txtSizeSp: 1.4rem;
    --txtSizePc: 1.6rem;
    --lineHeight: 1.75;
    --lineHeightTitle: 1.5;
    --letterSpacing: 0.01em;
    --fixedWidth: 1160px;
    --fixedWidthLarge: 1366px;
    --fixedWidthSmall: 375px;
    --fixedWidthSmallInside: 345px;
    --zIndexLv0: 0;
    --zIndexLv1: 1;
    --zIndexLv2: 10;
    --zIndexLv3: 100;
    --zIndexLv4: 1000;
    --zIndexLv5: 10000;
    --breakTabLength: 768;
    --breakPcLength: 1025;
    --breakPcLength1235: 1235;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* custome css  */
.bg-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    background: url(./../../assets/images/project/bg_content.jpg) center 0 / cover no-repeat;
}

[data-content-fixed] {
    box-sizing: content-box;
    max-width: var(--fixedWidthSmall);
    padding-inline: 0;
    margin-inline: auto;
    padding-block: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.kv-01 {
    background-color: var(--white);
    margin-top: -75px;
    padding-top: 82px;
}

.kv-01 h2 {
    margin: -47px auto 27px;
    border-radius: 100px !important;
}

.l-content h2 {
    color: var(--white);
    width: var(--fixedWidthSmallInside);
    background-color: var(--button01);
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    position: relative;
}

.l-content h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid var(--button01);
}

.condition__list {
    padding: 0 15.5px;
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
}

.l-content .side-bar .sidebar-ttl {
    border-bottom: solid 1px #E0340D;
}

.kv-01 h3 {
    margin: 0 auto 25px;
    position: relative;
    padding: 0 10px 4px;
    letter-spacing: -3.5px;
}

.l-content h3 {
    width: fit-content;
    border-bottom: solid 2px #E88AB6;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    padding: 0 16px 4px;
}

h2.reduceTitle {
    color: var(--white);
    width: var(--fixedWidthSmallInside);
    background-color: #E62E8B;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    position: relative;
}

.reduceTitle.title-orange {
    background-color: #ED6C00;
}

h2.reduceTitle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #E62E8B;
}

.reduceTitle.title-orange::after {
    border-top: 10px solid #ED6C00;
}

.kv-01 .block-blue {
    background-color: rgb(0 189 255 / 10%);
    padding: 0 15.5px;
    padding-top: 28px;
    padding-bottom: 28px;
    width: calc(100% - 31px);
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

p.txt-caption {
    font-size: 14px;
    line-height: 24px;
}

.kv-01 ul li {
    font-size: 14px;
    line-height: 24.5px;
    display: flex;
    align-items: flex-start;
}

.kv-01 ul li span {
    color: #E88AB6;
    font-size: 10px;
    padding-right: 5px;
}

.kv-01 .text-small {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 13px;
    display: block;
}

.kv-01 .text-small+.note {
    margin-top: 14px;
    display: flex;
}

.kv-02 {
    background: var(--white);
    padding: 34px 0 60px;
    position: relative;
}

.bgBottom::after {
    content: "";
    width: 100%;
    height: 88px;
    background: url(./../../assets/images/project/img_object_03.png) no-repeat;
    background-size: 100%;
    bottom: -18px;
    left: 0;
    position: absolute;
    z-index: 3;
}

.kv-02 h2 {
    line-height: 41px;
    margin: 0 auto;
    padding-bottom: 4px;
    margin-bottom: 27px;
}

.kv-02 p.desc {
    font-size: 14px;
    line-height: 24.5px;
    text-align: center;
    letter-spacing: -0.5px;
}

.kv-02 .img-contain {
    text-align: center;
}

.kv-02 h3 {
    margin: 35px auto 40px;
}

.kv-02 .slick-slide {
    margin: 0 11px;
}

.text-left {
    text-align: left;
}

.kv-03 {
    background-color: #fff4fa;
    padding: 25px 15.5px;
    padding-bottom: 86px;
    position: relative;
}

.kv-03:after {
    content: "";
    width: 100%;
    height: 38px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kv-03 h2 {
    margin: 0 0 17px;
}

.kv-03 .img-contain {
    width: var(--fixedWidthSmallInside);
    position: relative;
}

.kv-04 h3,
.kv-03 h3 {
    margin: 0 auto 38px;
    position: relative;
    padding: 0 10px 4px;
}

.kv-03.kv-com ul>li {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.kv-03.kv-com ul>li>span {
    display: inline-block;
    letter-spacing: 0;
}

.kv-04 .c-text {
    font-size: 14px;
    line-height: 14.6px;
}

p.note {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
    line-height: 14.6px;
}

.fz12 {
    font-size: 12px !important;
    line-height: 18px !important;
}

.fz16 {
    font-size: 16px;
    line-height: 24px;
}

.kv-04 .note {
    font-size: 12px;
    line-height: 14.6px;
    color: #E62E8B;
}

.c-list-01>li>strong {
    color: #E62E8B;
}

.c-list-01>li {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
}

.c-list-01>li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #E62E8B;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
.block-orange .c-list-01>li::before {
    background-color: #E88AB6;
    top: 7px;
    left: -1px;
}
.mb17px {
    margin-bottom: 17px !important;
}
.kv-03 .block-pink .c-list-01>li::before {
    background-color: #E88AB6;
}
.kv-03 .block-pink .c-list-01>li strong {
    color: #E62E8B;
}
.kv-03 ul li strong {
    color: #E62E8B;
}

.kv-04 a.btn-blank,
.kv-03 a.btn-blank {
    width: 299px;
    line-height: 21px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
}

.c-grid {
    display: grid;
    gap: 15px 15px;
    margin: 20px auto 0;
    width: 100%;
}

.c-grid__col2 {
    grid-template-columns: repeat(2, 1fr);
}

.c-grid__item .item {
    text-align: center;
    border: 1px solid #5F5E5E;
    border-radius: 10px;
    overflow: hidden;
}

.c-grid__item .item .item__ttl {
    font-size: 14px;
    background-color: #5F5E5E;
    color: #ffffff;
}

.c-grid__item .item .item__desc {
    padding-bottom: 8.5px;
    padding-top: 6.5px;
}

.c-grid__item .item .item__desc strong {
    font-size: 18px;
    line-height: 14px;
}

.c-grid__item .item .item__desc .c-number {
    font-size: 20px;
    line-height: 14px;
    color: #1A1311;
}

.c-grid__item .item .item__desc .c-unit {
    font-size: 12px;
    line-height: 14px;
    color: #1A1311;
}

.color-pink {
    color: #D91579;
}

.block-pink {
    background-color: #ffe0f0;
    padding: 18px 15px 80px;
    position: relative;
}

.kv-com p.desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.kv-com p.desc.text-left {
    text-align: left;
}

.kv-04 {
    background-color: #fff8f2;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 29px 15px 76px;
    position: relative;
}

.kv-04:after {
    content: "";
    width: 100%;
    height: 38px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kv-04 h2 {
    margin-bottom: 19px;
}

.kv-04>p.desc {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
}

.kv-04 p.note {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 26px;
}

.c-media {
    display: flex;
    flex-wrap: wrap;
}

.c-media .c-media-body {
    width: 203px;
}

.c-media .c-media-img {
    width: calc(100% - 203px);
}

.block-orange {
    background-color: #feebda;
    padding: 30px 18px 38px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 49px;
}

a.btn-blank {
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    position: relative;    
    border: solid 1px var(--primary);
}

a.btn-blank::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(./../../assets/images/i_arrow_link.svg) no-repeat;
    width: 10px;
    height: 9px;
    background-size: 100%;
    filter: brightness(0) invert(1);
}

.kv-05 {
    background-color: #FFFCDE;
    padding: 20px 15px 58px;
    position: relative;
}

.kv-05 h2 {
    color: var(--primary);
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin-bottom: 11px;
    z-index: 4;
}
.kv-05 h2:after {
    content: none;
}

.kv-06::before {
    position: absolute;
    content: "";
    top: -43px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(./../../assets/images/project/img_object_01.svg) no-repeat, url(./../../assets/images/project/img_object_02.svg) no-repeat;
    background-size: 69px 100px, 88px 88px;
    background-position: top left 29px, top 15px right 14px;
    z-index: 4;
}

.c-box--pink {
    border: 2px solid #FC359A;
    padding: 14px 12px;
    margin-top: 16.4px;
    margin-bottom: 20px;
}

.c-box--pink .c-text.color-pink {
    margin-bottom: 14px;
}

.c-box--pink .c-text.color-pink {
    margin-bottom: 14px;
}

.c-list-note.c-list-note--pink li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 24px;
}

.c-list-note.c-list-note--pink li>span>img {
    display: block;
    margin-top: 3px;
    margin-right: 5px;
}

.c-accordion {
    width: 100%;
    position: relative;
    z-index: 4;
}

.c-accordion details {
    border-bottom: solid 1px #B6B6B5;
}

.c-accordion .accord-tag {
    font-size: 16px;
    line-height: 28px;
    padding: 16px;
    font-weight: bold;
    background-color: var(--tertiary);
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 16.5px;
}

.c-accordion .c-accordion_item:nth-child(4) .accord-tag {
    padding-bottom: 22px;
}

.c-accordion .accord-tag span {
    background: url(./../../assets/images/i_plus.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-left: 8px;
}

.c-accordion .accord-tag.extend span {
    background: url(./../../assets/images/i_minus.svg) no-repeat;
    background-size: 100% 100%;
}

.c-accordion .desc {
    background-color: var(--white);
    padding: 18px 16px 19px;
}

.c-accordion .desc p {
    font-size: 14px;
    line-height: 24.5px;
}

.c-accordion .desc p.note {
    font-size: 12px;
    line-height: 24.5px;
    display: flex;
}
.kv-03 .d-flex > li {
    display: flex;
}
.kv-04 .note {
    display: flex;
}
.c-accordion .desc ul.d-flex li {
    display: flex;
    font-size: 16px;
}
.c-accordion .desc ul.d-flex li span.dot {
    font-size: 16px;
}
.c-accordion .desc ul li span.dot {
    color: var(--primary);
    font-size: 12px;
}

.c-accordion .desc ul li span.index {
    color: var(--primary);
}

.c-accordion .desc ul li span:nth-child(3) {
    padding-left: 15px;
    display: inline-block;
}

.kv-06 {
    padding: 38px 0 60px;
    background-color: var(--tertiary);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.kv-07 h2,
.kv-06 h2 {
    margin-bottom: 15px;
    line-height: 45px;
    position: relative;
    z-index: 5;
    background-color: var(--primary);
    border-radius: 100px;
}

.kv-06 h2::after,
.kv-07 h2::after {
    border-top-color: var(--primary);
}

.kv-06 h3 {
    border-color: var(--primary);
    padding-left: 0;
    padding-right: 0;
}

.kv-06 a.btn-blank {
    font-size: 14px;
}

.download-block {
    width: 100%;
    background-color: var(--primary);
    padding: 56px 14px 68px;
    margin-bottom: 27px;
    margin-top: 24px;
}

.download-block .dlw-ttl {
    width: 310px;
    margin-bottom: 26px;
}

.dlw-note {
    display: flex;
    align-items: center;
}

.dlw-note p {
    width: 50%;
    font-size: 12px;
    line-height: 21px;
    color: var(--white);
}

.dlw-note p:last-child {
    padding-left: 8px;
}

.kv-06 h3 {
    margin: 0 auto 33px;
}

.app-func {
    padding: 0 15px;
    margin-bottom: 34px;
}

.app-func-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-func-list:first-child {
    margin-bottom: 7px;
}

.app-func-list li span {
    font-size: 14px;
    line-height: 34px;
    background-color: var(--white);
    border: solid 1px #B6B6B5;
    border-radius: 8px;
    width: 94px;
    display: flex;
    justify-content: center;
}

.app-func-list li:last-child span {
    width: 145px;
}

.app-func-list li:nth-child(2) span {
    margin: 0 6px;
}

.kv-06 a {
    width: 299px;
    margin: 0 auto;
    letter-spacing: -1.5px;
    z-index: 4;
}

.kv-07 {
    position: relative;
    background-color: #fffcde;
    padding: 34px 15px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.kv-07 h2 {
    z-index: 5;
    line-height: 45px;
    margin-bottom: 15px;
}
.kv-07 .content-flexible .content .c-text {
    display: flex;
}
.kv-07 .content-flexible .content .note {
    display: flex;
}
.content-flexible {
    background-color: var(--white);
    border-top: solid 1px #B6B6B5;
    border-bottom: solid 1px #B6B6B5;
    padding: 19px 15px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
}

.content-flexible .content {
    min-height: 241px;
    overflow-y: hidden;
    transition: all 0.5s ease-in-out;
    margin-bottom: 22px;
}

.content-flexible .content p {
    font-size: 14px;
    line-height: 24.5px;
}

.content-flexible .content p.note {
    font-size: 12px;
    line-height: 24.5px;
}

.content-flexible .content p span.dot {
    color: var(--primary);
}

.content-flexible .content p span.note {
    font-size: 14px;
}

.kv-07 .txt-flexible {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.kv-07 .btn-flexible {
    border: none;
    background: transparent;
    padding: 0;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.3s linear;
}

.kv-08 {
    background-color: #FFFCDE;
    padding: 18px 15px 55px;
    position: relative;
}

.kv-08 h2 {
    color: var(--primary);
    background-color: transparent;
    line-height: 33px;
    margin-bottom: 14px;
}

.kv-08 h2::after {
    content: none;
}

.kv-08 .c-card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.kv-08 .c-card .c-card-info-ttl {
    width: 100%;
    background-color: #FF8900;
    line-height: 30px;
    font-size: 14px;
    color: var(--white);
    text-align: center;
    border: none;
    padding: 0;
}

.kv-08 .c-card .c-card-info-copy {
    padding: 8px 0 10px;
    background-color: var(--white);
}

.kv-08 .c-card .c-card-info-copy p {
    font-size: 14px;
    line-height: 24.5px;
    padding: 0 12.5px;
    display: flex;
}

.kv-08 .c-card .c-card-info-copy p.text-center {
    justify-content: center;
}

.kv-08 .c-card .c-card-info-copy p.no-padding {
    padding: 0;
    text-align: center;
    justify-content: center;
}

.kv-08 .c-card .c-card-info-copy p span.c-mark {
    color: #FF8900;
}
.kv-08 .c-card .c-card-info-copy p .fz12 {
    line-height: 24.5px !important;
}
.kv-08 .c-card:nth-child(2) {
    margin-bottom: 22px;
}

.kv-08 .c-card:nth-child(3),
.kv-08 .c-card:nth-child(4) {
    margin-bottom: 27px;
}

.kv-08 .c-card:nth-child(5) {
    margin-bottom: 30px;
}

.kv-08 .c-card:nth-child(6) {
    margin-bottom: 30px;
}

.kv-08 .c-card:nth-child(3) .c-card-info-copy {
    padding: 18px 0 30px;
}

.kv-08 .c-card:nth-child(4) .c-card-info-copy {
    padding: 9px 0 15px;
}
.kv-08 .c-card:nth-child(5) .c-card-info-copy {
    padding: 17px 0 19px;
}

.kv-08 .c-card:nth-child(6) .c-card-info-copy {
    padding: 20px 0 23px;
}

.kv-08 .c-card:nth-child(6) .c-card-info-copy .txt {
    letter-spacing: -0.6px;
}
.kv-09 {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--white);
    padding: 58px 15px 78px;
}

.kv-09 h2 {
    color: var(--primary);
    background-color: transparent;
    line-height: 33px;
    margin-bottom: 18px;
}

.kv-09 h2::after {
    content: none;
}

.kv-09 .c-card {
width: 100%;
    background-color: #FFFCDE;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 10px;
    padding: 20px 23px 26px;
}

.kv-09 .c-card:nth-child(2) {
    margin-bottom: 30px;
}

/* .kv-09 .c-card:nth-child(3) {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 23px 0;
} */

.kv-09 .c-card .c-card-info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.kv-09 .c-card h3 {
    border: none;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 18px;
}

.kv-09 .c-card-info-copy p {
    text-align: center;
}

.kv-09 .c-card-info-copy p.txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: -4px;
}

.kv-09 .c-card-info-copy p.phone-number {
    font-size: 34px;
    line-height: 49px;
    font-weight: bold;
    align-items: center;
    display: flex;
    margin-bottom: 13px;
    padding-left: 15px;
}

.kv-09 .c-card-info-copy p.phone-number span {
    display: flex;
    align-items: center;
}

.kv-09 .c-card-info-copy p.sub-txt {
    font-size: 14px;
    font-weight: 600;
}

.kv-09 .c-card-info-copy p.timer {
    font-size: 14px;
}

.kv-09 .c-card-info-copy p.timer span {
    font-size: 12px;
}

.kv-09 .c-card-info-copy {
    width: 100%;
}

.kv-09 .c-card a {
    width: 100%;
}

.kv-09 .c-card-info-copy p.timer {
    margin-bottom: 16px;
}

.side-bar {
    position: fixed;
    top: 130px;
    left: 7.54%;
    background-color: var(--white);
    border-radius: 14px;
    width: 250px;
    padding: 16px 16px 0;
    z-index: 9;
    padding-bottom: 10px;
}

.side-bar h3 {
    width: 100%;
    font-size: 18px;
    line-height: 31.5px;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0 0 8px;
}

.sidebar-item {
    padding: 9.5px 0 10px;
    position: relative;
}

.sidebar-item::after {
    content: "";
    background: url(./../../assets/images/i_arrow_d_red.svg) no-repeat;
    position: absolute;
    width: 10px;
    height: 8.5px;
    background-size: 100% 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sidebar-item a {
    font-size: 14px;
    line-height: 24px;
}

.sidebar-item:not(:last-child) {
    border-bottom: solid 1px #B6B6B5;
}

#backToTop {
    position: fixed;
    bottom: 295px;
    right: 20px;
    z-index: 9;
    border: none;
    background-color: transparent;
    padding: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
#backToTop.active {
    opacity: 1;
}

#backToTop img {
    width: 70px;
    height: 70px;
}

.navBottom.active {
    bottom: 0;
}

/* .condition__item.fade-in {
    transform: translateY(0);
    opacity: 1;
} */

.navBottom {
    position: fixed;
    bottom: -172px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0 20px;
    gap: 55px;
    transition: all .5s ease-in-out;
}

.navBottomLink {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navBottom p {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
}

.navBottom p::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 14px;
    bottom: 2px;
    left: -15.5px;
    background: url(./../../assets/images/i_slash_l.svg) no-repeat;
    background-size: 100%;
}

.navBottom p::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 14px;
    bottom: 2px;
    right: -15.5px;
    background: url(./../../assets/images/i_slash_r.svg) no-repeat;
    background-size: 100%;
}

.navBottom a {
    width: 299px;
}

.l-footer--simple {
    padding: 40px 0 172px;
}

.l-footer--simple::before {
    content: none;
}

.fade-up {
    opacity: 0;
    transform: translateY(0px);
    transition: transform .5s .3s linear, opacity .5s .3s linear;
}

.fade-up.fade {
    animation: fadeInUp 0.5s 0.3s linear forwards;
}

@media (max-width: 1080px) {
    .side-bar {
        display: none;
    }
}

@media (max-width: 767px) {
    .navBottom {
        padding: 18px 10px 20px;
    }

    .navBottom p {
        font-size: 12px;
    }

    .navBottom a {
        width: 38.98vw;
    }
    #backToTop {
        bottom: 170px;
    }
}

.l-content__inner {
    position: relative;
    z-index: 9;
}

.l-content__inner h1 img {
    background: rgb(255 255 255 / 30%);
}

/*! CSS Used from: Embedded */
:root {
    --swiper-theme-color: #007aff;
}

/*! CSS Used from: Embedded */
:root {
    --swiper-navigation-size: 44px;
}

/*! CSS Used keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    1% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .l-content h2,
.l-content h3 {
    font-family: "noto sans",sans-serif;
} */
.img_kv2_01 {
    margin-top: 32px;
    margin-left: 15px;
}

.img_kv3_01 {
    margin-top: 7px;
    margin-bottom: 22px;
}

.img_kv3_02 {
    margin-bottom: 12px;
    margin-top: 13px;
}

.img_kv3_03 {
    margin-top: 34px;
    margin-left: 7px;
    margin-bottom: 11px;
}

.kv-03 .block-pink {
    margin-top: 27px;
    padding-top: 29px;
    padding-bottom: 34px;
    margin-bottom: 38px;

}

.kv-03 .block-pink h3 {
    padding: 0 5px;
    padding-bottom: 4px;
    margin-bottom: 28px;
}

.kv-03.kv-com .block-pink ul>li {
    font-weight: normal;
}

.kv-03 .block-pink+h3 {
    padding: 0 17px 4px;
    margin-bottom: 21px;
}

.c-list-note.c-list-note--pink {
    margin-bottom: 5px;
}

.block-guiline .c-text+.c-media {
    margin-top: 15px;
}

.block-guiline .block-guiline__item:not(:last-child) {
    border-bottom: 2px solid #000000;
}

.img_kv4_01 {
    margin-left: 12px;
    margin-top: 12px;
}

.c-media .c-media-body .c-text {
    font-size: 14px;
    line-height: 21px;
}

.c-media .c-media-body .c-text--note {
    font-size: 12px;
    line-height: 21px;
}

.block-guiline .block-guiline__item:nth-child(1) {
    padding-bottom: 25px;
    margin-bottom: 21px;
}

.block-guiline .block-guiline__item>.c-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

.block-guiline .block-guiline__item:nth-child(2) {
    padding-bottom: 27px;
    margin-bottom: 21px;
}

.block-guiline .block-guiline__item:nth-child(2) .c-media-body {
    margin-top: 7px;
}

.block-guiline .block-guiline__item:nth-child(3) .c-media-body {
    margin-top: 6px;
}

.img_kv4_03 {
    margin-top: 10px;
}

.kv-04 .block-orange .c-list-01>li {
    line-height: 24.5px;
}

.kv-04 .block-orange h3 {
    margin-bottom: 24px;
}

.kv-04 .block-orange+h3 {
    position: relative;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3px;
}

.kv-04 .block-orange+h3:after {
    content: "";
    width: 165px;
    height: 2px;
    background-color: #E88AB6;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -7px;
}

.kv-04 .block-orange+h3+.c-grid+.note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
}

.kv-04 a.btn-blank {
    margin-top: 25px;
}

.kv-07::before {
    position: absolute;
    content: "";
    top: -41px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../../assets/images/project/img_object_03.svg) no-repeat, url(../../assets/images/project/img_object_04.svg) no-repeat;
    background-size: 89px 100px, 58px 88px;
    background-position: top left 27px, top 5px right 19px;
    z-index: 4;
}
.kv-07 .btn-flexible.extend {
    transform: rotate(-270deg);
}
.u-mt24 {
    margin-top: 24px;
}
.btn-blank:hover {
    background-color: var(--white);
    color: var(--primary);
}

a.btn-blank:hover::after {
    filter: none;
}

@media (max-width: 500px) {
    .navBottom a {
        font-size: 3.1vw;
    }

    .navBottom a::after {
        right: 12px;
    }

    .navBottom p {
        font-size: 3vw;
    }
}
.qr-contain{display:flex;align-items:center;justify-content:space-between;background-color:var(--white);border-radius:14px;padding:13.5px 10px;margin-bottom:14px;}
.qr-contain p{font-size:13px;font-weight:bold;margin-bottom:11px;}
.qr-contain .qr-item{display:flex;align-items:center;flex-direction:column;width:50%;}
.qr-contain .qr-item:first-child{border-right:1px solid #707070;}
.qr-contain .qr-item a.dwl-app{width:99px;margin-bottom:12px;}
.qr-contain .qr-item.android a.dwl-app{width:121px;}
.qr-contain .qr-item img:nth-child(3){width:108px;}
.kv-06 a{width:335px;margin:0 auto;letter-spacing:-1.5px;z-index:4;}
@media (max-width: 767px){
.pc{display:none;}
}