@charset "utf-8";
/* CSS Document */

/* ------------------------- Reset : Start ------------------------- */
html { font-size: 10px; }
html, body { height: 100%; font-family: 'Pretendard Variable', 'MalgunGothic', sans-serif; line-height: 1; letter-spacing: -0.06em; background-color: #FFF; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-decoration: none; color: inherit; -webkit-tap-highlight-color: transparent; }
ul, ol, li { list-style: none; }
img, video { display: block; max-width: 100%;  height: auto; }
input, button, textarea, select { border: none; background: none; outline: none; color: inherit; font: inherit; appearance: none; }
button { cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; }
strong { font-weight: bold; }
em { font-style: italic; }
*, *::before, *::after { padding: 0; margin: 0; box-sizing: border-box; }
/* ------------------------- Reset : End ------------------------- */





/* ------------------------- Common : Start ------------------------- */
.tit {
    font-weight: 600;
}
.txt-desc,
.txt-sub {
    word-break: keep-all;
}
/* ------------------------- Common : End ------------------------- */





/* ------------------------- Header : Start ------------------------- */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13.33vw;
    padding: 2.08vw 4.44vw 2.08vw 3.88vw;
    border-bottom: 1px solid #C8C8C8;
    font-size: 0;
    background: #FFF;
}
.header .logo {
    display: block;
    width: 41.66vw;
    height: 7.36vw;
    margin: auto;
    background: url(/app/images/logo.png) no-repeat center / contain;
}
.header .btn-back {
    width: 5.41vw;
    height: 5.41vw;
    background: url(/app/images/ico-btn-back.png) no-repeat center / contain;
}
.header .btn-close {
    width: 4.72vw;
    height: 4.86vw;
    background: url(/app/images/ico-btn-close.png) no-repeat center / contain;
}
/* ------------------------- Header : End ------------------------- */





/* ------------------------- Visual : Start ------------------------- */
/* Swiper : Start */
.visual .swiper .swiper-slide {
    height: 63.88vw;
    padding: 5.55vw 5.55vw 0;
}
.visual .swiper .swiper-slide .box-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.visual .swiper .swiper-slide .tit {
    font-size: 7.77vw;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #141414;
}
.visual .swiper .swiper-slide .tit small {
    display: inline-block;
    margin-top: -0.27vw;
    font-size: 4.72vw;
    vertical-align: middle;
}
.visual .swiper .swiper-slide .txt-sub {
    margin-top: 1.66vw;
    font-size: 3.75vw;
    line-height: 1.4;
    color: #141414;
}
.visual .swiper .swiper-slide .txt-desc {
    width: 46.25vw;
    padding: 2.36vw 0;
    font-weight: 600;
    font-size: 3.75vw;
    text-align: center;
    background-color: #FF8400;
    color: #FFF;
    border-radius: 3.75vw 3.75vw 0 0;
}

.visual .swiper .slide-01 {
    background: #E3F5C6 url(/app/images/visual-slide01-bg.png) no-repeat center bottom / contain;
}
.visual .swiper .slide-01 .tit {
    font-size: 6.80vw;
    line-height: 1.2;
    letter-spacing: -0.08em;
}
.visual .swiper .slide-01 .fc-point {
    color: #00A26F;
}

.visual .swiper .slide-02 {
    background: #CAE5EF url(/app/images/visual-slide02-bg.png) no-repeat center bottom / contain;
}
.visual .swiper .slide-02 .fc-point {
    color: #4477DB;
}

.visual .swiper .slide-03 {
    background: #FEDE9B url(/app/images/visual-slide03-bg.png) no-repeat center bottom / contain;
}
.visual .swiper .slide-03 .fc-point {
    color: #FF7800;
}

.swiper-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.swiper-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    display: inline-block;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: 100%;
    transition-property: transform;
}
/* Swiper : End */
/* ------------------------- Visual : End ------------------------- */





/* ------------------------- Navbar : Start ------------------------- */
.navbar {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF;
    box-shadow: 0 1.38vw 2.22vw 0 rgba(0, 0, 0, 0.15);
}
.navbar .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13.88vw;
}
.navbar .nav li {
    padding: 0 4.44vw;
    line-height: 1.2;
}
.navbar .nav li:nth-child(2) {
    border-right: 1px solid #AFAFAF;
    border-left: 1px solid #AFAFAF;
}
.navbar .nav a {
    position: relative;
    padding: 2.5vw 0;
    font-size: 5vw;
}
.navbar .nav li:last-child a {
    letter-spacing: normal;
}
.navbar .nav li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.38vw;
    background-color: #008A5E;
    border-radius: .69vw;
}
/* ------------------------- Navbar : End ------------------------- */





/* ------------------------- Section : Start ------------------------- */
.section-container {
    padding: 5.83vw 4.16vw;
    background-color: #38AB50;
}
.section {
    padding: 6.94vw 7.5vw 5.83vw;
    margin-bottom: 4.16vw;
    background-color: #FFF;
    border-radius: 6.25vw;
}
.section h2.box-tit .tit {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 9.58vw;
    padding-right: 3.75vw;
    font-size: 5.83vw;
    background-color: #00A26F;
    color: #FFF;
    border-radius: 2.22vw;
}
.section h2.box-tit .tit .num {
    height: 100%;
    line-height: 9.58vw;
    letter-spacing: normal;
    background-color: #006159;
}
.section .fc-point {
    font-weight: 700;
    color: #009868;
}
.section .fc-black {
    color: #000;
}


/* Section-01 : Start */
.section-01 h2.box-tit .tit {
    margin-bottom: 5vw;
}
.section-01 h2.box-tit .tit .num {
    padding-right: 3.75vw;
    padding-left: 2.91vw;
    margin-right: 2.91vw;
}
.section-01 .box-banner [class*="banner-"] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24.16vw;
    padding: 3.05vw 3.88vw;
    margin-top: 1.38vw;
    border-radius: .69vw;
}
.section-01 .box-banner h3.tit {
    font-size: 5vw;
    line-height: 1.2;
}
.section-01 .box-banner .tit .fc-point {
    font-weight: 600;
}
.section-01 .box-banner .txt-sub {
    font-weight: 500;
    font-size: 3.2vw;
    letter-spacing: -0.04em;
}
.section-01 .box-banner .txt-desc {
    margin-top: 1.6vw;
    font-size: 1.80vw;
    letter-spacing: normal;
    color: #212024;
}

.section-01 .box-banner .banner-01 {
    background: #E7F6B8 url(/app/images/sec01-banner-bg01.png) no-repeat 100% / contain;
}
.section-01 .box-banner .banner-01 .fc-point {
    color: #009531;
}

.section-01 .box-banner .banner-02 {
    padding-bottom: 1.66vw;
    background: #FDFCDC url(/app/images/sec01-banner-bg02.png) no-repeat 100% / contain;
}
.section-01 .box-banner .banner-02 .tit {
    letter-spacing: -0.04em;
}
.section-01 .box-banner .banner-02 .fc-point {
    color: #FF6418;
}

.section-01 .box-banner .banner-03 {
    background: #EBFDD7 url(/app/images/sec01-banner-bg03.png) no-repeat 100% / contain;
}
.section-01 .box-banner .banner-03 .fc-point {
    color: #0D9709;
}


/* Accordion : Start */
.section-01 .comp-accordion h3.tit {
    padding: 2.22vw 0 1.94vw;
    border-bottom: 2px solid #006159;
    font-size: 4.44vw;
    color: #006159;
}
.section-01 .comp-accordion .panel-title > a {
    height: 12.77vw;
    cursor: default;
}
.section-01 .comp-accordion .panel-title h4.tit {
    display: flex;
    align-items: center;
    gap: 1.38vw;
    font-size: 4.72vw;
}
.section-01 .comp-accordion .panel-title h4.tit .badge {
    display: flex;
    align-items: center;
    height: 4.58vw;
    padding: 0 1.38vw;
    font-weight: 600;
    font-size: 2.77vw;
    letter-spacing: normal;
    background-color: #FF7200;
    color: #FFF;
    border-radius: .69vw;
}
.section-01 .comp-accordion .panel-body .txt-sub {
    font-size: 3.75vw;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.section-01 .comp-accordion .panel-body .txt-desc {
    margin-top: 1.06vw;
    font-size: 2.77vw;
    line-height: 1.5;
    color: #8A8A8A;
}
.section-01 .comp-accordion .panel-body .group.check {
    position: relative;
    padding-left: 3.61vw;
}
.section-01 .comp-accordion .panel-body .group.check::before {
    content: '';
    position: absolute;
    top: .97vw;
    left: 0;
    width: 2.77vw;
    height: 2.77vw;
    background: url(/app/images/sec01-ico-check.png) no-repeat center / contain;
}


.section-01 .comp-accordion .acc-panel-10 .panel-body .box-txt {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
}
.section-01 .comp-accordion .acc-panel-12 .panel-title h4.tit {
    letter-spacing: -0.08em;
}
.section-01 .comp-accordion .acc-panel-13 .panel-body .txt-desc {
    letter-spacing: -0.065em;
}


.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    overflow: hidden;
    position: relative;
    height: 0;
    transition-property: height, visibility;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.comp-accordion .panel-group {
    margin-bottom: 2.22vw;
}
.comp-accordion .panel {
    border-bottom: 1px solid #AFAFAF;
}
.comp-accordion .panel-group .panel:last-child {
    border-bottom: none;
}
.comp-accordion .panel-title a {
    display: flex;
    align-items: center;
    position: relative;
}
.comp-accordion .panel-body {
    padding-bottom: 4.44vw;
}
.comp-accordion .panel-title a .ico-arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.33vw;
    height: 3.33vw;
    margin: auto;
    background: url(/app/images/sec01-acc-ico-arrow.png) no-repeat center / contain;
}
.comp-accordion .panel-title a[aria-expanded="true"] .ico-arrow {
    transform: rotate(90deg);
}
/* Accordion : End */
/* section-01 : End */



/* Section-02 : Start */
.section-02 h2.box-tit {
    text-align: center;
}
.section-02 h2.box-tit .tit {
    padding-right: 2.22vw;
    margin-bottom: 2.5vw;
    font-size: 5.41vw;
}
.section-02 h2.box-tit .tit .num {
    padding-right: 1.94vw;
    padding-left: 2.22vw;
    margin-right: 1.94vw;
}
.section-02 h2.box-tit .tit-sub {
    font-weight: 600;
    font-size: 5.27vw;
    line-height: 1.3;
    text-align: center;
}
.section-02 h2.box-tit .tit-sub .fc-point {
    font-weight: 600;
    color: #00A26F;
}
.section-02 h4.txt-sub {
    margin-top: 2.22vw;
    font-weight: 600;
    font-size: 3.75vw;
}
.section-02 .txt-sub.dot {
    position: relative;
    padding-left: 1.66vw;
    font-weight: 300;
    font-size: 2.91vw;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.section-02 .txt-sub.dot::before {
    content: '';
    position: absolute;
    top: 1.52vw;
    left: 0;
    width: .41vw;
    height: .41vw;
    background-color: #000;
}


.section-02 .box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2.22vw 0;
    text-align: center;
}
.section-02 .box-list li {
    width: calc(100% / 4);
    padding: 3.88vw 0;
    border-bottom: 1px solid #B2B2B2;
}
.section-02 .box-list li:nth-last-of-type(2),
.section-02 .box-list li:last-child {
    border-bottom: none;
}
.section-02 .box-list li:last-child {
    width: auto;
}
.section-02 .box-list img {
    width: 12.36vw;
    height: 12.36vw;
    margin: auto;
}
/* Section-02 : End */



/* Section-03 : Start */
.section-03 {
    margin-bottom: 0;
}
.section-03 h2.box-tit .tit .num {
    padding-right: 2.916vw;
    padding-left: 3.19vw;
    margin-right: 3.05vw;
}
.section-03 .box-list li {
    padding: 5.27vw 0;
    border-bottom: 1px solid #B2B2B2;
}
.section-03 .box-list li:last-child {
    border-bottom: none;
}
.section-03 .box-list li h3.tit {
    margin-bottom: 1.11vw;
    font-size: 5.27vw;
    line-height: 1.3;
}
.section-03 .box-list li .txt-sub {
    font-size: 3.75vw;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.section-03 .box-list li:last-child .txt-sub {
    color: #8A8A8A;
}
.section-03 .box-list li .txt-sub.badge-a::before {
    content: 'A';
    display: inline-block;
    width: 3.61vw;
    height: 3.61vw;
    margin-top: -0.69vw;
    margin-right: .27vw;
    font-weight: 500;
    font-size: 2.5vw;
    text-align: center;
    background-color: #000;
    vertical-align: middle;
    color: #FFF;
    border-radius: 50%;
}
.section-03 .box-list li .txt-desc {
    margin-top: 1.66vw;
    font-size: 2.77vw;
    letter-spacing: -0.04em;
    color: #8A8A8A;
}
/* Section-03 : End */



/* Btn : Start */
.box-btn {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.26vw;
    column-gap: 1.33vw;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: calc(100% - 6.66vw);
    padding-top: 1.11vw;
    margin: 0 auto 3.33vw auto;
}
.box-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15.69vw;
    font-weight: 600;
    font-size: 5.27vw;
    letter-spacing: -0.04em;
    color: #FFF;
    border-radius: 2.77vw;
}
.box-btn .btn-01 {
    flex: 6;
    background-color: #00D08E;
}
.box-btn .btn-02 {
    flex: 4;
    background-color: #FF9600;
}
.box-btn .btn-call {
    display: none;
    flex: 0 0 100%;
    justify-content: flex-end;
    padding-right: 4.26vw;
}
.box-btn .btn-call .tel {
    display: flex;
    justify-self: flex-end;
    width: 18.53vw;
    height: 19.06vw;
    text-indent: -9999px;
    background: url(../images/btn-float-call.png) no-repeat center / contain;
}
/* Btn : End */
/* ------------------------- Section : End ------------------------- */





/* ------------------------- Footer : Start ------------------------- */
.footer {
    line-height: 1.5;
    letter-spacing: -0.035em;
    background-color: #E6E6E6;
    color: #505259;
}
.footer .inner {
    padding: 7.5vw 4.16vw 27.77vw;
}
.footer .top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .box-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.6vw;
}
.footer .box-title .title {
    font-weight: 700;
    font-size: 4.16vw;
    letter-spacing: -0.015em;
}
.footer .box-title .number {
    padding-bottom: 1.11vw;
    font-size: 2.08vw;
    letter-spacing: 0;
    color: #8E8E8E;
}
.footer .dot {
    position: relative;
    padding-left: 1.8vw;
    margin-bottom: 2vw;
    font-size: 2.7vw;
}
.footer .dot::before {
    content: '';
    position: absolute;
    top: 1.6vw;
    left: 0;
    width: 0.4vw;
    height: 0.4vw;
    background-color: #47484E;
    border-radius: 50%;
}
.footer .bottom {
    padding-top: 4.2vw;
}
.footer .bottom p {
    font-size: 2.7vw;
}
.footer .bottom .text-list {
    margin-top: 4.2vw;
}
.footer .bottom .text-list span {
    display: inline-block;
    margin-left: 2.7vw;
    font-size: 2.7vw;
}
.footer .bottom .text-list .title {
    font-size: 3.33vw;
    color: #575757;
}
.footer .bottom .text-list span:last-child {
    margin-left: 0;
}
/* ------------------------- Footer : End ------------------------- */