@charset "utf-8";
#main { position: relative; text-align: center; overflow: hidden; padding-bottom: 90px; }
#main .tit_box span { display: block; font-size: var(--font-medium); font-weight: 700; margin-bottom: 12px; }
#main .tit_box h2 { font-size: 32px; font-weight: 700; line-height: 40px; }
#main .tit_box h2 b { color: var(--color-main); }

.section01 { position: relative; background: url(../../image/main/PL852/bg_section01.webp) no-repeat center center; background-size: cover; }
.section01 .inner { padding: 60px 24px 400px; }
.section01 h2 { font-size: 32px; font-weight: 400; line-height: 40px; }
.section01 .btn { display: inline-block; font-size: var(--font-medium); font-weight: 700; color: var(--color-white); line-height: 57px; padding: 0 24px; background: var(--color-main); border-radius: var(--border-radius); margin-top: 24px; }
.section02 { background: url(../../image/main/PL856/bg_allinone_sc02.webp) no-repeat center center, #F3F9FE; background-size: auto; }
.section02 .inner { padding: 50px 24px; }
.section02 .img_box { margin-top: 150px; }
.section03 { background: #ffffff; }
.section03 .inner { padding: 50px 24px; }
.section03 .img_box { position: relative; margin-top: 24px; }
.section03 .img_box::after { position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%); display: block; content: ''; z-index: 1; }
.section04 { position: relative; }
.section04 .inner { position: relative; height: 130vw; max-height: 624px; min-height: 468px; padding: 50px 24px; z-index: 5; }
.section04 .video_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.section04 .video_box video { position: absolute; left: 0; top: 0; width: 100%; max-width: 480px; }
.section05 { background: #ffffff; }
.section05 .inner { padding: 50px 0; }
.section05 .tit_box { margin-bottom: 24px; }
.section05 .img_box { width: 100%; overflow: hidden; }

#main .btn_box_wrap { display: none; }