.page-wrapper{display:flex;flex-direction:column;gap:60px;margin-bottom:80px}.page-heading-wrapper{padding-bottom:0}@media (min-width:768px){.fv{padding-inline:var(--content-spacing)}}.fv .fv-inner{display:flex;flex-direction:column;align-items:center;padding-block-start:48vw;position:relative;gap:16px}.fv .fv-inner::before{content:'';position:absolute;top:0;left:0;right:0;height:300px;background-image:url(../image/online-viewing-fv-sp.jpg);background-repeat:no-repeat;background-size:cover;background-position:top;z-index:-1}@media (min-width:768px) and (max-width:1099px){.fv .fv-inner{padding-block-start:70px;padding-block-end:70px;align-items:flex-start;padding-inline-start:40px}.fv .fv-inner::before{right:0;height:100%;background:url(../image/online-viewing-fv-tb.jpg) no-repeat right top/cover;background-repeat:no-repeat;background-size:contain}}@media (min-width:1100px){.fv .fv-inner{padding-block-start:70px;padding-block-end:70px;align-items:flex-start;padding-inline-start:40px}.fv .fv-inner::before{right:0;height:100%;background:url(../image/online-viewing-fv-pc.jpg) no-repeat right top/cover;background-repeat:no-repeat;background-size:cover}}.fv .fv-title-wrapper{display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.fv .fv-title-wrapper{align-items:flex-start}}.fv .fv-title{font-size:38px;line-height:calc(40 / 32);font-weight:700;color:#414856;display:flex;flex-direction:column;align-items:center;order:2}@media (min-width:768px){.fv .fv-title{flex-direction:row;font-size:clamp(46px,5.2vw,50px);align-items:baseline}}.fv .fv-title-sub{font-size:30px;line-height:calc(40 / 30);font-weight:700;color:#414856}@media (min-width:768px){.fv .fv-title-sub{font-size:clamp(34px,4vw,40px)}}.fv .fv-subtitle{font-size:17px;line-height:calc(35 / 17);font-weight:700;color:#414856;order:1}@media (min-width:768px){.fv .fv-subtitle{font-size:20px}}.fv .fv-list{display:flex;justify-content:center;gap:4px}.fv .fv-list-item{width:100px;font-size:17px;line-height:calc(30 / 17);font-weight:700;color:#414856;padding-block:2px;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:2px solid #318ccc;background:#fff}@media (min-width:768px){.fv .fv-list-item{min-width:130px}}.fv .fv-btn-wrapper{width:100%;max-width:300px;background-color:#fff;border-radius:10px}@media (min-width:768px){.fv .fv-btn-wrapper{width:400px}}.fv .fv-btn{display:flex;justify-content:center;align-items:center;text-decoration:none;width:100%;max-width:300px;padding:20px 30px;background:var(--gradation-color);border-radius:10px;color:#fff}.fv .fv-btn:hover{opacity:0.7}@media (min-width:768px){.fv .fv-btn{max-width:400px;padding-block:28px}}.fv .fv-btn .fv-btn-text{font-size:19px;line-height:calc(26 / 19);font-weight:700;color:#fff}.link-section{display:grid;grid-template-columns:repeat(2,minmax(0,160px));justify-content:center;gap:16px;padding-inline:var(--content-spacing)}@media (min-width:768px){.link-section{display:grid;grid-template-columns:repeat(4,minmax(0,160px));gap:32px}}.link-section .link-section-link{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-decoration:none;width:100%;border:2px solid #d3d3d4;gap:8px;border-radius:4px;text-decoration:none;color:#414856;padding-block:12px 8px}@media (min-width:768px){.link-section .link-section-link{padding-block:16px 14px}}.link-section .link-section-link .text{font-size:12px;font-weight:700;line-height:calc(13 / 12)}@media (min-width:768px){.link-section .link-section-link .text{font-size:14px;line-height:calc(15 / 14)}}.link-section .link-section-link .fa-chevron-down{font-size:10px;color:#414856}.link-section .link-section-link:hover{border-color:var(--main-color);color:var(--main-color)}.link-section .link-section-link:hover .fa-chevron-down{color:var(--main-color)}.contents{padding-inline:var(--content-spacing)}@media (min-width:768px){.contents .contents-inner{border:1px solid #eaeae8;padding:40px}}.contents .contents-title{font-size:16px;line-height:calc(24 / 16);font-weight:700;color:#414856;border-bottom:1px solid #eaeae8;width:100%;padding-block-end:8px}@media (min-width:768px){.contents .contents-title{font-size:26px;padding-block-end:16px}}.recommend-card-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;padding-block:32px 100px;position:relative}.recommend-card-wrapper::before{content:'';position:absolute;bottom:50px;left:0;right:0;margin-inline:auto;width:70%;height:80px;background:linear-gradient(to top,#e7f2ff,transparent);z-index:-1}.recommend-card-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;margin-inline:auto;width:70%;height:50px;background-color:#e7f2ff;clip-path:polygon(50% 100%,0 0,100% 0);z-index:-1}@media (min-width:1000px){.recommend-card-wrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:60px;padding-bottom:100px;position:relative}.recommend-card-wrapper::before{content:'';position:absolute;bottom:50px;left:0;width:100%;height:154px;background:#e7f2ff;z-index:-1}.recommend-card-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50px;background-color:#e7f2ff;clip-path:polygon(50% 100%,0 0,100% 0);z-index:-1}}.recommend-card{display:grid;grid-template-areas:'image title' 'image description';grid-template-columns:120px 1fr;align-items:center;-moz-column-gap:24px;column-gap:24px;row-gap:8px;max-width:430px;width:100%}@media (min-width:1000px){.recommend-card{display:flex;flex-direction:column;max-width:none;width:auto}}.recommend-card .title{font-size:16px;line-height:calc(24 / 16);font-weight:700;color:#414856;grid-area:title;height:100%;display:flex;align-items:flex-end}@media (min-width:1000px){.recommend-card .title{order:1;display:block;height:auto;font-size:20px}}.recommend-card .description{font-size:14px;line-height:calc(20 / 14);color:#414856;grid-area:description;height:100%;display:flex;align-items:flex-start;flex-direction:column}:is(.recommend-card .description) span+span::before{content:'/'}@media (min-width:1000px){.recommend-card .description{order:3;height:auto;align-items:center}.recommend-card .description span{display:block}}.recommend-card .image{order:1;border-radius:9999px;overflow:hidden;grid-area:image;width:120px;height:120px}@media (min-width:1000px){.recommend-card .image{order:2;width:200px;height:200px}}.online-viewing-wrapper{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.online-viewing-wrapper{padding-top:32px}}.online-viewing-wrapper .online-viewing-title-wrapper{display:flex;align-items:center;flex-direction:column;gap:16px;padding-block-start:32px}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper{flex-direction:row;justify-content:center;padding-block-start:0}}.online-viewing-wrapper .online-viewing-title-wrapper .image{width:200px}.online-viewing-wrapper .online-viewing-title-wrapper .title{color:#318ccc;font-weight:700;display:flex;flex-direction:column;align-items:center}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title{display:block}}.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big-br{display:none}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big-br{display:inline-block}}.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big{font-size:30px;line-height:calc(40 / 30)}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big{font-size:40px}}.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big-sub{font-size:20px;line-height:calc(40 / 20);color:#414856}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-big-sub{font-size:32px}}.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub{font-size:25px;line-height:calc(35 / 25)}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub{font-size:40px}}.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-sub{color:#414856}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-sub{font-size:32px}}@media (min-width:768px){.online-viewing-wrapper .online-viewing-title-wrapper .title .title-sub-span{font-size:32px}}.online-viewing-wrapper .description{text-align:center;font-size:14px;font-weight:700;line-height:calc(15 / 10);color:#414856;word-break:keep-all;overflow-wrap:break-word}@media (min-width:768px){.online-viewing-wrapper .description{font-size:18px;line-height:1.5}}.online-viewing-wrapper .description .description-span{display:block;font-weight:var(--weight-regular);font-size:12px}@media (min-width:768px){.online-viewing-wrapper .description .description-span{display:inline;font-size:16px}}.feature-card-wrapper{padding-block:24px;display:flex;flex-direction:column;gap:32px}@media (min-width:768px){.feature-card-wrapper{padding-block:60px 20px;gap:80px}}@media (min-width:1000px){.feature-card-wrapper{padding-inline:48px}}.feature-card{display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.feature-card{display:grid;grid-template-areas:'title image' 'description image';grid-template-columns:1fr 240px;grid-template-rows:80px 1fr;gap:24px;-moz-column-gap:40px;column-gap:40px}.feature-card:nth-child(even){display:grid;grid-template-areas:'image title' 'image description';grid-template-columns:240px 1fr;grid-template-rows:80px 1fr;gap:24px;-moz-column-gap:40px;column-gap:40px}}@media (min-width:1000px){.feature-card{grid-template-columns:1fr 360px}.feature-card:nth-child(even){grid-template-columns:360px 1fr}}.feature-card .title{order:1}@media (min-width:768px){.feature-card .title{grid-area:title;display:flex;flex-direction:column;gap:8px}}.feature-card .title .title-sub{font-size:16px;line-height:calc(14 / 16);font-weight:700;color:#318ccc;padding-bottom:8px;border-bottom:1px solid #318ccc}@media (min-width:768px){.feature-card .title .title-sub{font-size:18px;padding-bottom:12px}}.feature-card .title .title-sub-sub{font-size:16px;line-height:calc(34 / 16);color:#414856}@media (min-width:768px){.feature-card .title .title-sub-sub{font-size:24px;line-height:1.2}}.feature-card .description{order:3}@media (min-width:768px){.feature-card .description{grid-area:description}}.feature-card .description .description-text{font-size:14px;line-height:calc(18 / 12);color:#414856}@media (min-width:768px){.feature-card .description .description-text{font-size:15px;line-height:calc(26 / 15)}}.feature-card .description .description-text .description-text-span{font-size:12px;display:inline-block}.feature-card .image{order:2;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.feature-card .image{grid-area:image;height:230px}}.flow-header{padding-block:24px;display:grid;grid-template-areas:'mobile desktop' 'text text';gap:16px}@media (min-width:768px){.flow-header{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}}.flow-header .mobile{grid-area:mobile;display:flex;justify-content:flex-end}.flow-header .mobile .image{width:64px;height:auto}.flow-header .desktop{grid-area:desktop;display:flex;justify-content:flex-start}.flow-header .desktop .image{width:131px;height:auto}.flow-header .text{grid-area:text}.flow-header .text .text-description{text-align:center;font-size:12px;font-weight:700;line-height:calc(18 / 12);color:#414856}@media (min-width:768px){.flow-header .text .text-description{font-size:18px;line-height:calc(30 / 18)}}.flow-list{counter-reset:flow 0;margin-top:20px}.flow-list .item{height:40px;display:block;background:#fff;border:1px solid #e2e2e2;border-bottom:2px solid #e2e2e2;border-radius:5px;margin:0 0 5px;position:relative}.flow-list .item::after{content:'';display:block;border:6px solid transparent;border-top:8px solid;border-top-color:var(--sub-color-01);position:absolute;bottom:-11px;left:28px}.flow-list .item:last-child::after{display:none}.flow-list .sep{display:none}.flow-list .link{display:flex;justify-content:flex-start;align-items:center;line-height:1.5;padding:6px 15px 8px;font-weight:bold;font-size:15px;color:#333;text-decoration:none;box-sizing:border-box;width:100%;height:40px}.flow-list .item .link::before{content:'STEP.' counter(flow);display:inline-block;margin-right:12px;color:var(--main-color);font-size:14px;font-weight:bold;letter-spacing:0.5px;counter-increment:flow 1}@media (min-width:1000px){.flow-list-wrapper{padding-inline:48px}}@media (min-width:900px){.flow-list{height:73px;display:flex;justify-content:space-evenly;padding:0 10px;background:url('../image/common-flow-bg_03.png') no-repeat right top,url('../image/common-flow-bg_01.png') repeat-x 0 0;border-left:2px solid #e2e2e2}.flow-list .item{height:73px;padding:0;background:none;border:none}.flow-list .item::after{content:none}.flow-list .item:last-child{padding-right:0;background:none}.flow-list .sep{display:block;width:30px;height:73px;background:url('../image/common-flow-bg_02.png') no-repeat right top}.flow-list .link{flex-direction:column;justify-content:center;align-items:flex-start;height:73px;padding:0 0 4px;font-size:14px}.flow-list .link:hover{opacity:0.7}}@media (min-width:768px){.faq-wrapper{padding-block:24px}}.faq-card{display:flex;flex-direction:column}@media (min-width:768px){.faq-card{padding-block-end:8px}}.faq-card .title{border:none;border-bottom:1px solid #eaeae8;padding-block:16px;display:flex;justify-content:space-between;align-items:center;gap:16px;background-color:transparent;cursor:pointer;transition:all 0.3s ease}.faq-card .title.active{border-bottom:none}.faq-card .title>h3{font-size:14px;line-height:calc(24 / 14);color:#414856;display:flex;gap:8px;text-align:left;font-weight:400}@media (min-width:768px){.faq-card .title>h3{font-size:20px;line-height:1.2;align-items:center;gap:16px;padding-inline-start:24px}}.faq-card .title .q{color:#318ccc;font-size:20px;line-height:1.2;font-weight:400}@media (min-width:768px){.faq-card .title .q{font-size:32px}}.faq-card .title .fa-chevron-down{transition:transform 0.3s ease}.faq-card .title.active .fa-chevron-down{transform:rotate(180deg)}.faq-card .description{padding:16px;display:flex;gap:8px;background-color:#e7f2ff;max-height:0;overflow:hidden;padding:0 16px;transition:all 0.3s ease;opacity:0}@media (min-width:768px){.faq-card .description{margin-inline-start:64px;gap:16px}}.faq-card .description.active{max-height:1000px;padding:16px;opacity:1}.faq-card .description .a{color:#cbb372;font-size:20px;line-height:1.2}@media (min-width:768px){.faq-card .description .a{font-size:32px}}.faq-card .description .description-text{font-size:14px;line-height:calc(24 / 14);color:#414856}@media (min-width:768px){.faq-card .description .description-text{font-size:16px;line-height:calc(24 / 16);padding-block-start:8px}}.flow{display:flex;flex-direction:column;padding-top:20px}@media (min-width:1000px){.flow{padding-inline:48px}}.flow .flow-item{display:grid;grid-template-columns:30px 1fr;padding-block:20px;gap:20px;position:relative}@media (min-width:768px){.flow .flow-item{grid-template-columns:50px 1fr;gap:32px}}.flow .flow-item::before{content:'';position:absolute;top:24px;bottom:0;left:14px;width:4px;height:96%;background-image:url("data:image/svg+xml,%3Csvg width='4' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='4' r='2' fill='%23318CCC'/%3E%3C/svg%3E");background-repeat:repeat-y;z-index:0}@media (min-width:768px){.flow .flow-item::before{left:23px}}.flow .flow-item:last-child::before{display:none}.flow .flow-item .flow-number{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background-color:#318ccc;color:#fff;font-size:14px;font-weight:700;border-radius:50%;z-index:1}@media (min-width:768px){.flow .flow-item .flow-number{width:50px;height:50px;font-size:24px}}.flow .flow-item .flow-content{display:flex;flex-direction:column;flex-grow:1;padding-block-start:8px;gap:16px}@media (min-width:768px){.flow .flow-item .flow-content{display:grid;grid-template-columns:1fr 240px;grid-template-rows:20px 1fr;grid-template-areas:'title image' 'description image';-moz-column-gap:24px;column-gap:24px;row-gap:16px}}@media (min-width:1000px){.flow .flow-item .flow-content{grid-template-columns:1fr 270px}}.flow .flow-item .flow-content .flow-title{font-size:14px;line-height:calc(15 / 14);color:#414856;font-weight:700}@media (min-width:768px){.flow .flow-item .flow-content .flow-title{grid-area:title;font-size:18px}}@media (min-width:768px){.flow .flow-item .flow-content .flow-image{grid-area:image}}.flow .flow-item .flow-content .flow-image .image{width:100%;height:auto;max-width:320px;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.flow .flow-item .flow-content .flow-image .image{max-width:270px;height:160px;overflow:hidden}}@media (min-width:768px){.flow .flow-item .flow-content .flow-text{grid-area:description}}.flow .flow-item .flow-content .flow-text .flow-description{font-size:14px;line-height:1.6;color:#414856}@media (min-width:768px){.flow .flow-item .flow-content .flow-text .flow-description{font-size:15px;line-height:calc(26 / 15)}}.flow .flow-item .flow-content .information{font-size:12px;line-height:calc(15 / 12);color:#414856}.flow .flow-item .flow-content .flow-cv{display:flex;flex-direction:column;gap:12px}.flow .flow-item .flow-content .flow-cv .tel-wrapper{display:flex;align-items:center;gap:var(--gap-sm)}.flow .flow-item .flow-content .flow-cv .tel-wrapper::before{font:var(--fa-font-solid);content:'\f095';display:inline-block;padding-top:var(--p-md);font-size:var(--text-lg)}.flow .flow-item .flow-content .flow-cv .tel-wrapper:hover{color:var(--main-color)}.flow .flow-item .flow-content .flow-cv .tel-wrapper:hover .tel{color:var(--main-color)}.flow .flow-item .flow-content .flow-cv .tel-wrapper .tel{color:#000;text-decoration:none;font-weight:500;font-size:clamp(26px,8.3vw,32px)}.flow .flow-item .flow-content .flow-cv .flow-btn{display:flex;justify-content:center;align-items:center;text-decoration:none;width:100%;max-width:300px;padding:20px 30px;background:var(--gradation-color);border-radius:10px}.flow .flow-item .flow-content .flow-cv .flow-btn:hover{opacity:0.7}.flow .flow-item .flow-content .flow-cv .flow-btn .flow-btn-text{font-size:19px;line-height:calc(26 / 19);font-weight:700;color:#fff}@media (min-width:768px){.flow .flow-item .flow-content .flow-cv{gap:24px;margin-top:16px}.flow .flow-item .flow-content .flow-cv .flow-tel{display:flex;flex-direction:column;gap:4px}}.contact{padding-inline:var(--content-spacing)}@media (min-width:800px) and (max-width:829px){.contact .title{flex-direction:column}}@media (min-width:830px){.contact .title{flex-direction:row}}
