@import "//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700,800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,800&display=swap";*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{color:inherit;text-decoration:none}:root{--color-text-base:#333;--color-text-hover:#1b62c8;--color-text-black:#111;--color-text-gray:#475569;--color-primary:#1b62c8;--color-primary-hover:#0056b3;--color-secondary:#6c757d;--color-secondary-hover:#545b62;--color-border01:#e2e8f0;--color-bg-white:#fff;--color-bg-sub:#f5f5f5;--color-bg-dark:#222;--font-family-base:"Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-base:16px;--line-height-base:1.8;--container-max-width:1300px;--inner-max-width:1360px;--inner-padding-pc:0 30px;--inner-padding-sp:0 20px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:50%;--z-header:2001;--z-header-nav:2000;--z-modal:200;--z-tooltip:300;--transition-base:.2s ease}html{font-size:var(--font-size-base);scroll-behavior:smooth}body{font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-base);background-color:var(--color-bg-white);-webkit-font-smoothing:antialiased}@media screen and (width<=767px){body:after{pointer-events:none;content:"";z-index:0;opacity:0;background-color:#000;width:100%;height:150%;transition:opacity .3s linear;display:block;position:fixed;top:0;left:0}}#main{background-color:var(--color-bg-white)}article{margin-bottom:120px}article.index{margin-bottom:0!important}@media screen and (width<=767px){article{margin-bottom:50px}}figure{line-height:0}img{max-width:100%;height:auto;display:initial}th img,td img{max-width:initial;height:initial}img[loading=lazy]{background-color:#eee}img[loading=lazy].loaded{background-color:#0000}a{transition:color var(--transition-base)}.l-header-wrap{height:72px}@media screen and (width<=767px){.l-header-wrap{height:56px}}.l-header{width:100%;z-index:var(--z-header);background-color:var(--color-bg-white);border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0}.l-header__inner{justify-content:space-between;align-items:center;max-width:1330px;height:72px;margin:0 auto;padding:0 15px;display:flex;position:relative}@media screen and (width>=768px) and (width<=1000px){.l-header__inner{padding:0 10px}}@media screen and (width<=767px){.l-header__inner{height:56px;padding:0 14px}}.l-header__inner:after{content:"";z-index:2;opacity:.65;background:url(/assets/img/common/header_chara.gif) 0 100% no-repeat;width:202px;height:50px;display:block;position:absolute;bottom:0;left:0}@media screen and (width>=768px) and (width<=1000px){.l-header__inner:after{background-size:250px;width:180px;height:35px;left:-10px}}@media screen and (width<=767px){.l-header__inner:after{display:none}}.l-header__logo{z-index:5;color:var(--color-text);background-color:#ffffff80;font-size:10px;position:relative}@media screen and (width>=768px) and (width<=1000px){.l-header__logo img{width:130px}}@media screen and (width<=767px){.l-header__logo img{width:105px}}.l-header__nav-list{z-index:5;position:relative}.l-header__nav-list ul{background-color:#fff;gap:34px;display:flex}.l-header__nav-list ul li{font-size:13px;font-weight:700;line-height:1.5}@media (hover:hover) and (pointer:fine){.l-header__nav-list ul li a:hover{color:var(--color-text-hover)}}.l-header__nav-list ul li.current a{color:var(--color-text-hover)}@media screen and (width<=1180px){.l-header__nav-list ul{gap:24px}}@media screen and (width>=768px) and (width<=1000px){.l-header__nav-list ul{gap:14px}.l-header__nav-list ul li{font-size:12px}}.l-header__nav-list__contact,.l-header__nav-list__biograph,.l-header__nav-list__privacy{display:none}@media screen and (width<=767px){.l-header__nav-list{opacity:0;z-index:var(--z-header-nav);background-color:#fff;width:100%;height:150%;max-height:calc(100dvh - 57px);padding:20px;position:fixed;top:57px;right:0;overflow:auto;transform:translate(110%)}.l-header__nav-list.is-transition{opacity:1;transition:transform .4s}.l-header__nav-list ul{display:block}.l-header__nav-list ul li{border-bottom:1px solid #f1f5f9;font-size:15px;font-weight:600;line-height:1}.l-header__nav-list ul li a{padding:18px 30px 18px 3px;display:block;position:relative}.l-header__nav-list ul li a:after{content:"";border-bottom:1.5px solid #94a3b8;border-left:1.5px solid #94a3b8;width:7px;height:7px;margin:auto;position:absolute;top:0;bottom:0;right:10px;transform:rotate(-135deg)}.l-header__nav-list__contact{margin-top:20px;display:block}.l-header__nav-list__contact a{color:#fff;background-image:linear-gradient(120deg,#1b62c8,#2d8ee8,#1b62c8);background-size:200% 200%;border-radius:8px;justify-content:center;align-items:center;width:100%;height:52px;font-size:14px;font-weight:700;text-decoration:none;animation:4s ease-in-out infinite c-header-contact-shift;display:flex;position:relative;overflow:hidden}.l-header__nav-list__contact a span{background:url(/assets/img/common/icon_mail_w.svg) 0/16px no-repeat;padding-left:24px;display:block;position:relative}.l-header__nav-list__biograph{margin-top:15px;margin-bottom:20px;display:block}.l-header__nav-list__biograph a{color:#fff;background-image:linear-gradient(#1b62c8,#2d8ee8);border-radius:8px;justify-content:center;align-items:center;width:100%;height:52px;font-size:14px;font-weight:700;text-decoration:none;display:flex;position:relative;overflow:hidden}.l-header__nav-list__biograph a span{background:url(/assets/img/common/icon_video_w.svg) 0/16px no-repeat;padding-left:24px;display:block;position:relative}.l-header__nav-list__privacy{text-align:center;display:block}.l-header__nav-list__privacy a{font-size:14px;text-decoration:underline}}.l-header__contact{z-index:10;position:relative}.l-header__contact a{color:#fff;background-image:linear-gradient(120deg,#1b62c8,#2d8ee8,#1b62c8);background-size:200% 200%;border-radius:8px;justify-content:center;align-items:center;width:140px;height:40px;font-size:13px;font-weight:700;text-decoration:none;animation:4s ease-in-out infinite c-header-contact-shift;display:flex;position:relative;overflow:hidden}.l-header__contact a span{background:url(/assets/img/common/icon_mail_w.svg) 0/14px no-repeat;padding-left:20px;display:block;position:relative}.l-header__contact a:before{content:"";opacity:0;width:100%;height:100%;transition:opacity var(--transition-base);background-image:linear-gradient(#1b62c8,#1b62c8);display:block;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.l-header__contact a:hover:before{opacity:1}}@media screen and (width>=768px) and (width<=1000px){.l-header__contact a{width:105px;font-size:11px}}@media screen and (width<=767px){.l-header__contact{padding-right:43px}.l-header__contact a{width:110px;height:36px;font-size:11px;font-weight:600}.l-header__contact a span{background-size:12px;padding-left:17px}}.l-header__nav-btn{display:none}@media screen and (width<=767px){.l-header__nav-btn{z-index:11;display:block;position:absolute;top:8px;right:10px}.l-header__nav-btn button{background:url(/assets/img/common/header_menu.svg) 50%/100% 100%;border:none;width:40px;height:40px;display:block}body.is-menu-open{pointer-events:none;background-color:#000;overflow:hidden}body.is-menu-open:after{z-index:999;opacity:.6}body.is-menu-open .l-header{pointer-events:all}body.is-menu-open .l-header__nav-list{opacity:1;transform:translate(0)}body.is-menu-open .l-header__nav-btn button{background:url(/assets/img/common/header_menu_close.svg) 50%/100% 100%}}@keyframes c-header-contact-shift{0%,to{background-position:0%}50%{background-position:100%}}@media (prefers-reduced-motion:reduce){.l-header__contact a,.l-header__nav-list__contact a,.l-footer-contact ul li:first-child a{animation:none}}.l-footer-image{background:url(/assets/img/common/footer_img@2x.webp) 50% 0/cover no-repeat;height:430px}@media screen and (width<=767px){.l-footer-image{height:125px}}.l-footer-contact{text-align:center;background-color:#f0f6ff;padding:90px 10px;line-height:1}@media screen and (width<=767px){.l-footer-contact{padding:45px 20px 30px}}.l-footer-contact h2{color:var(--color-text-black);margin-bottom:16px;font-size:38px;font-weight:700}@media screen and (width<=767px){.l-footer-contact h2{margin-bottom:20px;font-size:28px;line-height:1.4}}.l-footer-contact p{color:var(--color-text-gray);margin-bottom:34px;font-size:15px}@media screen and (width<=767px){.l-footer-contact p{margin-bottom:25px;font-size:13px;line-height:1.7}}.l-footer-contact ul{justify-content:center;gap:16px;display:flex}.l-footer-contact ul li a{border-radius:10px;justify-content:center;align-items:center;height:54px;font-size:15px;font-weight:700;text-decoration:none;display:flex;position:relative;overflow:hidden}.l-footer-contact ul li a span{display:inline-block;position:relative}.l-footer-contact ul li:first-child a{color:#fff;background-image:linear-gradient(120deg,#1b62c8,#2d8ee8,#1b62c8);background-size:200% 200%;width:273px;animation:4s ease-in-out infinite c-header-contact-shift;box-shadow:0 6px 24px #1b62c840}.l-footer-contact ul li:first-child a span{background:url(/assets/img/common/icon_arror_w_r.svg) 100%/18px no-repeat;padding-right:26px}.l-footer-contact ul li:first-child a:before{content:"";opacity:0;width:100%;height:100%;transition:opacity var(--transition-base);background-image:linear-gradient(#1b62c8,#1b62c8);display:block;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.l-footer-contact ul li:first-child a:hover:before{opacity:1}}.l-footer-contact ul li:nth-child(2) a{color:#1b62c8;background-color:#fff;border:1px solid #cbd5e1;width:193px}.l-footer-contact ul li:nth-child(2) a span{background:url(/assets/img/common/icon_layout_blue.svg) 0%/16px no-repeat;padding-left:23px}@media (hover:hover) and (pointer:fine){.l-footer-contact ul li:nth-child(2) a:hover{opacity:.7}}@media screen and (width<=767px){.l-footer-contact ul{display:block}.l-footer-contact ul li{margin-bottom:12px}.l-footer-contact ul li a{height:52px;font-size:14px;width:100%!important}}.l-footer__nav{background-color:#fff;border-top:1px solid #e2e8f0}.l-footer__nav ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;height:80px;display:flex}.l-footer__nav ul li{font-size:12px}.l-footer__nav ul li a{color:#64748b}@media (hover:hover) and (pointer:fine){.l-footer__nav ul li a:hover{color:var(--color-text-hover)}}@media screen and (width<=767px){.l-footer__nav{border-color:#eee;padding:20px}.l-footer__nav ul{justify-content:flex-start;align-items:flex-start;gap:8px 20px;height:auto}}.l-footer__second{background-color:#f4f6f9;position:relative}.l-footer__inner{max-width:var(--container-max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:20px 10px;display:flex;position:relative}@media screen and (width<=767px){.l-footer__inner{padding:15px 20px;display:block}}.l-footer__address{color:#64748b;margin-bottom:25px}@media screen and (width<=767px){.l-footer__address{margin-bottom:0}}.l-footer__address>dt{margin-bottom:5px;font-size:12px;font-weight:700}.l-footer__address>dd{font-size:11px;display:flex}.l-footer__address>dd dl{line-height:1;display:flex}.l-footer__address>dd dl dt{padding-right:5px;font-weight:500}.l-footer__address>dd dl dd{font-weight:400}.l-footer__address>dd dl:first-child{border-right:1px solid #8a9fbd;margin-right:20px;padding-right:20px}@media screen and (width<=767px){.l-footer__address>dd{font-size:11px;display:block}.l-footer__address>dd dl{margin-bottom:5px;line-height:1.5;display:block}.l-footer__address>dd dl dt{padding-right:5px;font-weight:500}.l-footer__address>dd dl dd{font-weight:400}.l-footer__address>dd dl:first-child{border-right:none;margin-right:0;padding-right:0}}.l-footer__pmark{line-height:0}@media screen and (width<=767px){.l-footer__pmark{position:absolute;top:15px;right:15px}.l-footer__pmark img{width:55px}}.l-footer__copyright{color:var(--color-text-base);font-size:12px;position:absolute;bottom:13px;left:10px}@media screen and (width<=767px){.l-footer__copyright{text-align:center;position:static}}.l-container{margin:0 auto}.l-inner{max-width:var(--inner-max-width);padding:var(--inner-padding-pc);margin:0 auto;position:relative}@media screen and (width<=767px){.l-inner{padding:var(--inner-padding-sp)}}.l-grid{gap:var(--spacing-xl);display:grid;position:relative}@media screen and (width>=768px){.l-grid--2col{grid-template-columns:1fr 1fr}.l-grid--3col{grid-template-columns:repeat(3,1fr)}.l-grid--sidebar{grid-template-columns:1fr 300px}}.l-section{position:relative}.c-btn{cursor:pointer;white-space:nowrap;height:52px;transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), opacity var(--transition-base);background-color:#fff;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0 32px;font-size:14px;font-weight:700;line-height:1;display:inline-flex;position:relative;overflow:hidden}.c-btn span{display:inline-block;position:relative}.c-btn.c-btn-type01{color:#fff;background-image:linear-gradient(#1b62c8,#2d8ee8);box-shadow:0 6px 24px #1b62c840}.c-btn.c-btn-type01:before{content:"";opacity:0;width:100%;height:100%;transition:opacity var(--transition-base);background-image:linear-gradient(#1b62c8,#1b62c8);display:block;position:absolute;top:0;left:0}.c-btn.c-btn-type01 .c-btn-type01__arrow{background:url(/assets/img/common/icon_arror_w_r.svg) 100%/18px no-repeat;padding-right:26px}@media (hover:hover) and (pointer:fine){.c-btn.c-btn-type01:hover:before{opacity:1}}.c-btn.c-btn-type-type02{background-color:#fff;border:1px solid #cbd5e1}.c-btn.c-btn-type-biograph{color:#1b62c8;background-color:#fff;border:1px solid #cbd5e1}.c-btn.c-btn-type-biograph span{background:url(/assets/img/common/icon_video_blue.svg) 0%/16px no-repeat;padding-left:23px}@media (hover:hover) and (pointer:fine){.c-btn.c-btn-type-biograph:hover{opacity:.7}}.c-btn.c-btn-type-otherlink span{padding-right:23px}.c-btn.c-btn-type-otherlink span:after{content:"";background:url(/assets/img/common/icon_otherlink_blue.svg) 0 0/100% 100% no-repeat;width:14px;height:14px;display:block;position:absolute;top:calc(50% - 7px);right:0}.c-btn.c-btn-type-arrow-r{color:#1b62c8;background-color:#fff;border:1px solid #cbd5e1}.c-btn.c-btn-type-arrow-r span{background:url(/assets/img/common/icon_arror_b_r.svg) 100%/18px no-repeat;padding-right:26px}.btn-submit{cursor:pointer;white-space:nowrap;min-width:300px;height:52px;transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), opacity var(--transition-base);color:#fff;background-color:#fff;background-image:linear-gradient(#1b62c8,#2d8ee8);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0 32px;font-size:15px;font-weight:700;line-height:1;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #1b62c840}@media (hover:hover) and (pointer:fine){.btn-submit:hover{opacity:.7}}.c-card{background-color:var(--color-bg-white);border:1px solid var(--color-border01);transition:box-shadow var(--transition-base);border-radius:16px;padding:26px;position:relative;overflow:hidden;box-shadow:0 4px 24px #1b62c814}@media screen and (width<=767px){.c-card{border-radius:12px;padding:20px}}.c-card .c-card-coverlink{z-index:10;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.c-card .c-card-coverlink:hover{background-color:#ffffff4d}}.c-card__img{margin-bottom:20px;position:relative}@media screen and (width<=767px){.c-card__img{width:40px;margin-bottom:10px}}.c-card i{z-index:2;color:#1b62c8;background-color:#eff6ff;border-radius:50px;padding:7px 15px;font-size:12px;font-style:normal;font-weight:700;line-height:1;position:absolute;top:28px;right:28px}@media screen and (width<=767px){.c-card i{font-size:10px}}.c-card b{z-index:2;color:#e2e8f0;font-size:40px;font-style:normal;font-weight:800;line-height:1;position:absolute;top:28px;right:28px}.c-card dl dt{margin-bottom:15px;font-size:16px;font-weight:700;line-height:1.5}@media screen and (width<=767px){.c-card dl dt{margin-bottom:10px}}.c-card dl dd{font-size:12px}.c-card dl dd p+p{margin-top:15px}@media screen and (width<=767px){.c-card dl dd p+p{margin-top:10px}}.c-card__checklist{gap:7px;margin-top:10px;display:flex}.c-card__checklist li{background-position:0;background-repeat:no-repeat;background-size:12px 12px;padding-left:15px}.c-card__checklist__col01{color:#1b62c8;background-image:url(/assets/img/common/icon_check_blue.svg)}.c-card__checklist__col02{color:#64748b;background-image:url(/assets/img/common/icon_check_gray.svg)}.c-card__checklist__col03{color:#38bdf8;background-image:url(/assets/img/common/icon_check_blue2.svg)}.c-card__dummy-link{color:#1b62c8;background:url(/assets/img/common/icon_arror_b_r.svg) 100%/14px 14px no-repeat;padding-right:16px;font-weight:600;display:inline-block}.c-card.c-card-bg-black{color:#fff;background-color:#0f172a;border-color:#0f172a}.c-card.c-card-bg-black i{color:#38bdf8;background-color:#0ea5e921}.c-card.c-card-bg-black dl dt,.c-card.c-card-bg-black dl dd{color:#fff}.c-card.c-card-bg-blue{background-color:#eff6ff;border-color:#bfdbfe}.c-card.c-card-bg-blue i{color:#fff;background-color:#1b62c8}.c-card.c-card-bg-gray{background-color:#f5f9fd;border-color:#e2e8f0}.c-tbl-type1{border-collapse:collapse;border:1px solid #e2e8f0;width:100%}.c-tbl-type1 th{text-align:left;border-bottom:1px solid #e2e8f0;width:200px;padding:20px 20px 20px 30px;font-size:14px;font-weight:500}.c-tbl-type1 td{text-align:left;border-bottom:1px solid #e2e8f0;padding:20px 20px 20px 30px;font-size:14px}@media screen and (width<=767px){.c-tbl-type1{display:block}.c-tbl-type1 thead,.c-tbl-type1 tbody,.c-tbl-type1 tr{width:100%;display:block}.c-tbl-type1 th{color:#64748b;border-bottom:none;width:100%;padding:10px 15px 2px;font-size:12px;display:block}.c-tbl-type1 td{width:100%;padding:0 15px 10px;font-size:13px;display:block}.c-tbl-type1 tr:last-child td:last-child{border-bottom:none}}.c-tbl-type2{border-collapse:collapse;border:1px solid #e2e8f0;width:100%;margin-bottom:40px}.c-tbl-type2 th{text-align:left;border-bottom:1px solid #e2e8f0;width:250px;padding:20px 20px 20px 30px;font-size:14px;font-weight:500}.c-tbl-type2 th div{position:relative}.c-tbl-type2 th .required{color:#fff;background:#ef4444;border-radius:4px;padding:3px 8px;font-size:10px;line-height:1;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.c-tbl-type2 td{text-align:left;border-bottom:1px solid #e2e8f0;padding:20px 20px 20px 10px;font-size:14px}.c-tbl-type2 td .error_txt{color:#ef4444;background:url(/assets/img/common/icon_error.svg) 0 .31em/15px 15px no-repeat;min-height:15px;margin-bottom:5px;padding-left:20px;font-size:12px;font-weight:700}.c-tbl-type2 td input,.c-tbl-type2 td textarea{-webkit-appearance:none;appearance:none;box-sizing:border-box;color:#000;background-color:#fff;border:1px solid #dadae1;border-radius:3px;width:100%;max-width:100%;height:40px;padding:0 15px;font-size:13px;line-height:40px}.c-tbl-type2 td textarea{height:130px;padding:15px;line-height:1.5}.c-tbl-type2 td .c-tbl-type2__desc{color:#666;margin-top:10px;margin-bottom:5px;font-size:12px}.c-tbl-type2 td select{-webkit-appearance:none;appearance:none;box-sizing:border-box;color:#000;background:#fff url(/assets/img/common/icon_select_arrow.svg) calc(100% - 10px)/8px 4px no-repeat;border:1px solid #dadae1;border-radius:4px;min-width:100px;max-width:100%;height:40px;padding:0 30px 0 20px;font-size:13px;line-height:1.2;display:inline-block;position:relative;overflow:hidden}.c-tbl-type2 tbody tr:nth-child(2n) th,.c-tbl-type2 tbody tr:nth-child(2n) td{background-color:#f8fafc}@media screen and (width<=767px){.c-tbl-type2{display:block}.c-tbl-type2 thead,.c-tbl-type2 tbody,.c-tbl-type2 tr{width:100%;display:block}.c-tbl-type2 th{color:#64748b;border-bottom:none;width:100%;padding:10px 15px 2px;font-size:12px;display:block}.c-tbl-type2 td{width:100%;padding:0 15px 10px;font-size:13px;display:block}.c-tbl-type2 tr:last-child td:last-child{border-bottom:none}}input[type=text].error,input[type=number].error,input[type=tel].error,input[type=email].error,select.error,textarea.error{background-color:#ffd5d5!important;border-color:#ef4444!important}.c-title{color:var(--color-text);font-weight:700;line-height:1.3;position:relative}.c-title span{display:inline-block;position:relative}.c-title.c-title--type01{color:#1b62c8;margin-bottom:20px;padding-left:15px;font-size:13px;line-height:1}.c-title.c-title--type01:after{content:"";background-color:#1b62c8;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:calc(50% - 3px);left:0}.c-title.c-title--type01 span:after{content:"";background-color:#bfdbfe;width:32px;height:1px;display:block;position:absolute;top:50%;left:calc(100% + 10px)}.c-title.c-title--type02{color:#64748b;margin-top:40px;margin-bottom:15px;padding-left:20px;font-size:16px;font-weight:600}.c-title.c-title--type02:after{content:"";background-color:#64748b;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:calc(50% - 4px);left:0}@media screen and (width<=767px){.c-title.c-title--type02{margin-top:20px;margin-bottom:15px;padding-left:12px;font-size:15px}.c-title.c-title--type02:after{width:6px;height:6px;top:calc(50% - 3px)}}.c-title.c-title--type03{margin-top:40px;margin-bottom:15px;font-size:24px;font-weight:600}@media screen and (width<=767px){.c-title.c-title--type03{font-size:20px}}.c-case-carousel{padding:40px 0}@media screen and (width<=767px){.c-case-carousel{padding:20px 0}}.c-case-carousel .splide__slide{text-align:center;width:auto}.c-case-carousel .splide__slide figure{line-height:0;overflow:hidden}.c-case-carousel .splide__slide figure img{width:360px;height:190px}@media screen and (width<=767px){.c-case-carousel .splide__slide figure img{width:220px;height:auto}}@media (hover:hover) and (pointer:fine){.c-case-carousel .splide__slide a:hover{opacity:.85}}.c-case-carousel .splide__slide dl{margin-top:10px}.c-case-carousel .splide__slide dl dt{text-align:center;margin-bottom:15px;font-size:15px;font-weight:500;position:relative}.c-case-carousel .splide__slide dl dd{text-align:center;justify-content:center;gap:4px;display:flex}.c-case-carousel .splide__slide dl dd span{color:#1b62c8;background-color:#eff6ff;border-radius:50px;padding:5px 12px;font-size:12px;font-style:normal;font-weight:400;line-height:1;display:inline-block}@media screen and (width<=767px){.c-case-carousel .splide__slide dl dt{margin-bottom:10px;font-size:13px}.c-case-carousel .splide__slide dl dd span{font-size:10px}}.c-logo-carousel{padding:40px 0}@media screen and (width<=767px){.c-logo-carousel{padding:20px 0}}.c-logo-carousel .splide__track{overflow:hidden}.c-logo-carousel .splide__slide{justify-content:center;align-items:center;width:auto;line-height:0;display:flex}.c-logo-carousel .splide__slide img{border:2px solid #eee;width:200px;height:112px}@media screen and (width<=767px){.c-logo-carousel .splide__slide img{border:1px solid #eee;width:140px;height:auto}}.c-mask-text{display:block}.c-mask-text__line{width:fit-content;max-width:100%;display:block;position:relative;overflow:hidden}.c-mask-text__line:after{content:"";background-color:var(--color-bg-white);animation:1.1s cubic-bezier(.76,0,.24,1) forwards c-mask-text-band;position:absolute;inset:0;transform:translate(-100%)}.c-mask-text__inner{opacity:0;animation:10ms linear .9s forwards c-mask-text-line;display:block}.c-mask-text__line:nth-child(2):after{animation-delay:.15s}.c-mask-text__line:nth-child(3):after{animation-delay:.3s}.c-mask-text__line:nth-child(4):after{animation-delay:.45s}.c-mask-text__line.u-delay-500:after{animation-delay:.5s}.c-mask-text__line.u-delay-500 .c-mask-text__inner{animation-delay:1s}@keyframes c-mask-text-band{0%{transform:translate(-100%)}40%,60%{transform:translate(0)}to{transform:translate(100%)}}@keyframes c-mask-text-line{0%{opacity:0}to{opacity:1}}.c-page-header{text-align:left;background-image:linear-gradient(90deg,#fff 0%,#f0f6ff 80%,#f0f6ff);margin-bottom:80px;padding:64px 0}@media screen and (width<=767px){.c-page-header{min-height:200px;margin-bottom:40px;padding:36px 0 24px}}.c-page-header__inner{max-width:var(--inner-max-width);padding:var(--inner-padding-pc);margin:0 auto}@media screen and (width<=767px){.c-page-header__inner{padding:var(--inner-padding-sp)}}.c-page-header__mark{margin-bottom:12px;position:relative}.c-page-header__mark-icon{color:#1b62c8;opacity:0;background:#eff6ff url(/assets/img/common/icon_star_blue.svg) 12px/12px no-repeat;border:1px solid #bfdbfe;border-radius:50px;padding:6px 15px 6px 30px;font-size:12px;font-style:normal;font-weight:700;line-height:1;animation:.7s .1s forwards fade-in;display:inline-block}@media screen and (width<=767px){.c-page-header__mark-icon{font-size:11px}}.c-page-header__title{color:#0000;margin:-5px auto -5px 0;font-size:48px;font-weight:600;line-height:1.4;animation:1.4s cubic-bezier(.16,1,.3,1) .4s forwards effect-color;display:table;position:relative;overflow:hidden}.c-page-header__title:before{content:"";opacity:0;background-color:#eff6ff;width:100%;height:100%;animation:1.4s cubic-bezier(.16,1,.3,1) .4s forwards mask-motion;display:block;position:absolute;top:0;left:0;transform:translate(-101%)}@media screen and (width<=767px){.c-page-header__title{font-size:35px;font-weight:700}}.c-page-header__title.c-page-header__title--case{font-size:40px}@media screen and (width<=767px){.c-page-header__title.c-page-header__title--case{margin-bottom:10px;font-size:30px}}.c-page-header__desc{color:#0000;margin-top:12px;margin-right:auto;font-size:16px;animation:1.4s cubic-bezier(.16,1,.3,1) .75s forwards effect-color;display:table;position:relative;overflow:hidden}.c-page-header__desc:before{content:"";opacity:0;background-color:#eff6ff;width:100%;height:100%;animation:1.4s cubic-bezier(.16,1,.3,1) .75s forwards mask-motion;display:block;position:absolute;top:0;left:0;transform:translate(-101%)}@media screen and (width<=767px){.c-page-header__desc{font-size:13px}}@keyframes mask-motion{0%{opacity:0;transform:translate(-101%)}10%{opacity:1;transform:translate(-101%)}50%,53%{opacity:1;transform:translate(0)}99.9%{opacity:1;transform:translate(101%)}to{opacity:0;transform:translate(101%)}}@keyframes effect-color{0%{color:#0000}50%{color:#0000}51%{color:var(--color-text-black)}to{color:var(--color-text-black)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.p-main-visual{background-color:#f0f6ff;align-items:center;height:700px;display:flex;position:relative;overflow:hidden}@media screen and (width<=767px){.p-main-visual{height:auto}}.p-main-visual__inner{z-index:5;justify-content:space-between;align-items:center;width:1340px;max-width:100%;margin:0 auto;padding:0 20px;display:flex;position:relative}@media screen and (width<=767px){.p-main-visual__inner{display:block}}.p-main-visual__inner-txt{width:600px;max-width:53%}.p-main-visual__inner-txt h1{color:#0f172a;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.3}.p-main-visual__inner-txt h2{color:#475569;margin-bottom:30px;padding-right:38px;font-size:15px;font-weight:400;line-height:1.8}.p-main-visual__inner-txt ul{gap:14px;display:flex}@media screen and (width<=1100px){.p-main-visual__inner-txt h1{font-size:45px}.p-main-visual__inner-txt ul{gap:10px}.p-main-visual__inner-txt ul .c-btn.c-btn-type01{padding:0 15px}}@media screen and (width<=767px){.p-main-visual__inner-txt{width:100%;max-width:100%}.p-main-visual__inner-txt h1{margin-bottom:15px;padding-top:30px;font-size:32px;line-height:1.5}.p-main-visual__inner-txt h2{color:#0f172a;margin-bottom:20px;padding-right:0;font-size:13px;line-height:1.8}.p-main-visual__inner-txt ul{display:block}.p-main-visual__inner-txt ul li{width:100%;margin-bottom:10px}.p-main-visual__inner-txt ul li a{width:100%!important}}.p-main-visual__inner-side{width:560px}.p-main-visual__inner-side>ul{gap:14px;display:flex}.p-main-visual__inner-side>ul>li{width:273px;box-shadow:0 4px 24px #1b62c821}@media screen and (width<=1100px){.p-main-visual__inner-side{width:518px}.p-main-visual__inner-side>ul{gap:10px}.p-main-visual__inner-side>ul>li.c-card{width:254px;padding-left:18px;padding-right:18px}}@media screen and (width<=767px){.p-main-visual__inner-side{width:100%;margin-top:50px}.p-main-visual__inner-side>ul{display:block}.p-main-visual__inner-side>ul>li.c-card{width:100%;margin-bottom:20px;padding-left:20px;padding-right:20px}}.p-main-visual__ph{z-index:0;width:1456px;height:700px;line-height:0;position:absolute;top:0;left:calc(50% + 10px);transform:translate(-50%)}@media screen and (width<=767px){.p-main-visual__ph{opacity:.3;width:100%;height:auto;left:0;transform:translate(0%)}}.p-top-contents01{padding:90px 0}@media screen and (width<=767px){.p-top-contents01{padding:40px 0}}.p-top-contents01__mark{color:#1b62c8;background:#eff6ff url(/assets/img/common/icon_world_blue.svg) 10px/12px 12px no-repeat;border:1px solid #bfdbfe;border-radius:50px;padding:7px 15px 7px 27px;font-size:12px;font-style:normal;font-weight:700;line-height:1;display:inline-block}.p-top-contents01__ttl{margin:10px 0;font-size:40px;font-weight:700;line-height:1.45}@media screen and (width<=767px){.p-top-contents01__ttl{font-size:30px}}.p-top-contents01__text{margin-bottom:40px;font-size:15px}@media screen and (width<=767px){.p-top-contents01__text{margin-bottom:30px;font-size:14px}}.p-top-contents01__list{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:56px;display:grid}@media screen and (width<=767px){.p-top-contents01__list{margin-bottom:30px;display:block}.p-top-contents01__list>li{margin-bottom:10px}}.p-top-contents01__box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px 36px}@media screen and (width<=767px){.p-top-contents01__box{padding:15px 20px}}.p-top-contents01__box h3{font-size:16px;font-weight:700}@media screen and (width<=767px){.p-top-contents01__box h3{font-size:14px}}.p-top-contents01__box dl{padding:20px 0;display:flex}.p-top-contents01__box dl+dl{border-top:1px solid #e2e8f0}.p-top-contents01__box dl dt{background-position:0;background-repeat:no-repeat;background-size:14px;width:160px;padding-left:24px;font-size:12px;font-weight:700}.p-top-contents01__box dl dd{width:calc(100% - 160px)}.p-top-contents01__box dl dd ul{flex-wrap:wrap;gap:8px;display:flex}.p-top-contents01__box dl dd ul li{border-radius:50px;padding:7px 15px;font-size:12px;font-weight:500;line-height:1}@media screen and (width<=767px){.p-top-contents01__box dl{padding:10px 0;display:block}.p-top-contents01__box dl dt{width:auto;margin-bottom:10px;font-size:12px}.p-top-contents01__box dl dd{width:auto}.p-top-contents01__box dl dd ul{gap:6px}.p-top-contents01__box dl dd ul li{padding:7px 15px;font-size:11px}}.p-top-contents01__box__dl01 dt{background-image:url(/assets/img/common/icon_code_gray.svg)}.p-top-contents01__box__dl01 li{color:#1b62c8;background-color:#eff6ff}.p-top-contents01__box__dl02 dt{background-image:url(/assets/img/common/icon_front_gray.svg)}.p-top-contents01__box__dl02 li{color:#16a34a;background-color:#f0fdf4}.p-top-contents01__box__dl03 dt{background-image:url(/assets/img/common/icon_db_gray.svg)}.p-top-contents01__box__dl03 li{color:#92400e;background-color:#fef3c7}.p-top-case{padding:55px 0 80px}.p-top-case h2{text-align:center;font-size:38px;font-weight:700}.p-top-case p{text-align:center;color:#475569;font-size:15px}@media screen and (width<=767px){.p-top-case{background-color:#f8fafc;padding:40px 0}.p-top-case h2{font-size:24px}.p-top-case p{font-size:13px}}.p-top-biograph{background:#0e172a url(/assets/img/index/bio_bg.webp) 100%/auto 100% no-repeat;min-height:680px;position:relative}@media screen and (width<=767px){.p-top-biograph{min-height:initial;background:#0e172a}}.p-top-biograph__inner{max-width:var(--inner-max-width);margin:0 auto;padding:0 30px}@media screen and (width<=767px){.p-top-biograph__inner{padding:0 20px}}.p-top-biograph__inner__text{width:54%;padding:50px 0}@media screen and (width<=767px){.p-top-biograph__inner__text{width:auto;padding:45px 0}}.p-top-biograph__inner__text-mark{color:#38bdf8;background:#0ea5e921 url(/assets/img/common/icon_video_blue2.svg) 10px/14px no-repeat;border:1px solid #38bdf84d;border-radius:50px;padding:6px 15px 7px 30px;font-size:12px;font-style:normal;font-weight:700;line-height:1}@media screen and (width<=767px){.p-top-biograph__inner__text-mark{background-size:12px;padding:4px 10px 4px 26px;font-size:10px}}.p-top-biograph h2{color:#fff;margin-bottom:20px;font-size:54px;font-weight:800}.p-top-biograph h2 i{padding-left:5px;font-size:22px;font-style:normal;font-weight:500}.p-top-biograph h2 span{color:#aec0d8;font-size:22px;font-weight:500;display:block}@media screen and (width<=767px){.p-top-biograph h2{margin-bottom:10px;font-size:40px}.p-top-biograph h2 i{font-size:17px}.p-top-biograph h2 span{margin-top:-2px;font-size:16px}}.p-top-biograph p{color:#aec0d8;text-shadow:0 0 5px #0e172a;margin-bottom:20px}@media screen and (width<=767px){.p-top-biograph p{font-size:13px}}.p-top-biograph ol{margin-bottom:25px}.p-top-biograph ol li{color:#fff;background:url(/assets/img/common/icon_check_2.svg) 0 0/32px 32px no-repeat;align-items:center;min-height:32px;margin-bottom:10px;padding-left:42px;font-size:14px;display:flex}@media screen and (width<=767px){.p-top-biograph ol li{background-size:28px 28px;min-height:28px;font-size:13px}}.p-top-biograph dl{color:#fff;background-image:linear-gradient(190deg,#1b62c8,#2b2d87);border:2px solid #71ccef;border-radius:12px;align-items:center;gap:10px;width:270px;height:60px;margin-bottom:25px;display:flex}.p-top-biograph dl dt{padding-left:20px;font-size:13px;font-weight:500}.p-top-biograph dl dd{font-size:18px;font-weight:700}.p-top-biograph dl dd strong{padding-right:5px;font-size:36px;font-weight:800}@media screen and (width<=767px){.p-top-biograph dl{justify-content:center;width:100%}}.p-top-biograph ul{gap:14px;display:flex}@media screen and (width<=767px){.p-top-biograph ul{display:block}.p-top-biograph ul li{margin-bottom:10px}.p-top-biograph ul a{width:100%!important}}.c-btn.p-btn-type-biograph{color:#1b62c8}.c-btn.p-btn-type-biograph span{background:url(/assets/img/common/icon_video_blue.svg) 0%/16px no-repeat;padding-left:23px;padding-right:23px;display:inline-block;position:relative}.c-btn.p-btn-type-biograph span:after{content:"";background:url(/assets/img/common/icon_otherlink_blue.svg) 0 0/100% 100% no-repeat;width:14px;height:14px;display:block;position:absolute;top:calc(50% - 7px);right:0}@media (hover:hover) and (pointer:fine){.c-btn.p-btn-type-biograph:hover{opacity:.7}}.c-btn.p-btn-type-biograph02{color:#fff;background:0 0;border:1px solid #ffffff4d}.c-btn.p-btn-type-biograph02 span{background:url(/assets/img/common/icon_arror_w_r.svg) 100%/18px no-repeat;padding-right:26px}@media (hover:hover) and (pointer:fine){.c-btn.p-btn-type-biograph02:hover{opacity:.7}}.p-top-biograph-company{padding:65px 0 50px}.p-top-biograph-company h2{text-align:center;font-size:38px;font-weight:700}.p-top-biograph-company p{text-align:center;font-size:15px}@media screen and (width<=767px){.p-top-biograph-company{background-color:#fff;padding:40px 0}.p-top-biograph-company h2{margin-bottom:10px;font-size:24px}.p-top-biograph-company p{font-size:13px}}article.p-studio{margin-bottom:0}.p-studio__ttl{margin:10px 0;font-size:40px;font-weight:700;line-height:1.45}@media screen and (width<=767px){.p-studio__ttl{margin-top:-10px;font-size:24px;font-weight:900}}.p-studio__text{margin-bottom:48px;font-size:15px}@media screen and (width<=767px){.p-studio__text{margin-bottom:32px;font-size:14px}}.p-studio__list01{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:56px;display:grid}@media screen and (width<=767px){.p-studio__list01{margin-bottom:50px;display:block}.p-studio__list01>li{margin-bottom:10px}}.p-studio-why{background-color:#f0f6ff;padding:80px 0}@media screen and (width<=767px){.p-studio-why{padding:40px 0}}.p-studio-why__ttl{text-align:center;margin:-10px 0 40px;font-size:36px;font-weight:700}@media screen and (width<=767px){.p-studio-why__ttl{margin:-8px 0 30px;font-size:26px;font-weight:900;line-height:1}}.p-studio-why__list{grid-template-columns:1fr 1fr;gap:16px 20px;display:grid}.p-studio-why__list li{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.p-studio-why__list li dl dt{align-items:center;margin-bottom:10px;display:flex}.p-studio-why__list li dl dt span{padding-left:10px;font-size:17px;font-weight:700}.p-studio-why__list li dl dd{color:#475569;font-size:13px}@media screen and (width<=767px){.p-studio-why__list{display:block}.p-studio-why__list li{border-radius:12px;margin-bottom:12px;padding:20px}.p-studio-why__list li dl dt{align-items:center;margin-bottom:10px;display:flex}.p-studio-why__list li dl dt span{padding-left:10px;font-size:15px;font-weight:700;line-height:1.3}}.p-studio-hikaku{background-color:#fff;padding:80px 0}@media screen and (width<=767px){.p-studio-hikaku{padding:40px 0}}.p-studio-hikaku__attention{text-align:center;color:#64748b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:40px;padding:18px;font-size:13px}.p-studio-hikaku__attention span{background:url(/assets/img/common/icon_attention_gray.svg) 0 .35em/16px no-repeat;padding-left:20px}@media screen and (width<=767px){.p-studio-hikaku__attention{border-radius:8px;margin-top:25px;padding:12px;font-size:12px}.p-studio-hikaku__attention span{display:block}.p-studio-hikaku__tbl-wrap{width:calc(100% + 40px);margin:0 -20px;padding:0 20px 5px;overflow:auto}}.p-studio-hikaku__tbl{table-layout:fixed;border-collapse:collapse;border:1px solid #e2e8f0;width:100%}.p-studio-hikaku__tbl thead th{text-align:left;color:#94a3b8;background-color:#1e293b;padding:15px 20px;font-size:13px;font-weight:600}.p-studio-hikaku__tbl thead th.p-studio-hikaku__tbl__th-studio{text-align:center;color:#fff;background-image:linear-gradient(#1b62c8,#2d8ee8)}.p-studio-hikaku__tbl thead th.p-studio-hikaku__tbl__th-full{text-align:center;background-color:#1e293b}.p-studio-hikaku__tbl tbody th{text-align:left;border-bottom:1px solid #f6f6f6;padding:20px;font-size:13px;font-weight:600}.p-studio-hikaku__tbl tbody td{text-align:center;background-color:#f8fafc;border-bottom:1px solid #f6f6f6;padding:20px;font-size:13px;font-weight:600}.p-studio-hikaku__tbl tbody td.p-studio-hikaku__tbl__td-col01{color:#1b62c8;background-color:#eff6ff}.p-studio-hikaku__tbl tbody td.p-studio-hikaku__tbl__td-col01 span{background:url(/assets/img/common/icon_check_3.svg) 0/15px no-repeat;padding-left:20px}.p-studio-hikaku__tbl tbody td.p-studio-hikaku__tbl__td-col02{color:#c2410c;background-color:#fff7ed}.p-studio-hikaku__tbl tbody td.p-studio-hikaku__tbl__td-col02 span{background:url(/assets/img/common/icon_check_4.svg) 0/15px no-repeat;padding-left:20px}@media screen and (width<=767px){.p-studio-hikaku__tbl{table-layout:auto;width:100%;min-width:480px}.p-studio-hikaku__tbl thead th{text-align:left;padding:10px 15px;font-size:12px}.p-studio-hikaku__tbl tbody th{text-align:left;border-bottom:1px solid #e2e8f0;min-width:120px;padding:10px;font-size:12px}.p-studio-hikaku__tbl tbody td{text-align:center;border-bottom:1px solid #e2e8f0;padding:10px;font-size:12px;font-weight:400}}.p-studio-flow{background-color:#f6fafe;padding:80px 0}@media screen and (width<=767px){.p-studio-flow{padding:40px 0}}.p-studio-flow__list{border-top:3px solid #1b62c8;border-image:linear-gradient(90deg,#7f7fff,#7fff7f 50%,#f05e24) 1;justify-content:space-between;margin-bottom:60px;padding:0 20px;display:flex}@media screen and (width<=767px){.p-studio-flow__list{border-top:none;border-left:3px solid #1b62c8;border-image:linear-gradient(90deg,#7f7fff,#7fff7f 50%,#f05e24) 1;margin-bottom:15px;padding-bottom:10px;display:block}}.p-studio-flow__list li{text-align:center;padding-top:20px}.p-studio-flow__list li dl dt{margin-bottom:5px;line-height:1}.p-studio-flow__list li dl dt span{border-radius:20px;justify-content:center;align-items:center;width:36px;height:20px;margin:0 auto;font-size:11px;font-weight:700;display:flex}.p-studio-flow__list li dl dd strong{color:#0f172a;margin-bottom:3px;font-size:14px;font-weight:700;display:block}.p-studio-flow__list li dl dd span{color:#94a3b8;font-size:12px;display:block}@media screen and (width<=767px){.p-studio-flow__list li{text-align:left;border-bottom:1px solid #ddd;padding:10px 0}.p-studio-flow__list li dl dt{margin-bottom:5px;line-height:1}.p-studio-flow__list li dl dt span{margin:0 auto 0 0}}.p-studio-flow__list li:first-child dt span{color:#1b62c8;background-color:#e3efff}.p-studio-flow__list li:nth-child(2) dt span{color:#0ea5e9;background-color:#e0f2fe}.p-studio-flow__list li:nth-child(3) dt span{color:#059669;background-color:#d1fae5}.p-studio-flow__list li:nth-child(4) dt span{color:#7c3aed;background-color:#ede9fe}.p-studio-flow__list li:nth-child(5) dt span{color:#c2410c;background-color:#fff7ed}.p-studio-flow__attention{text-align:left;color:#1b62c8;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-top:40px;padding:18px 30px;font-size:13px}@media screen and (width<=767px){.p-studio-flow__attention{border-radius:8px;margin-top:25px;padding:12px;font-size:12px}.p-studio-flow__attention span{display:block}}.p-studio-price{background-color:#fff;padding:80px 0}@media screen and (width<=767px){.p-studio-price{padding:40px 0}}.p-studio-price__list{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:50px;display:grid}@media screen and (width<=767px){.p-studio-price__list{margin-bottom:30px;display:block}}.p-studio-price__list>li{transition:box-shadow var(--transition-base);background-color:#f5f9fd;border:1px solid #e2e8f0;border-radius:16px;padding:26px;position:relative;overflow:hidden;box-shadow:0 4px 24px #1b62c814}.p-studio-price__list>li dl dt{margin-bottom:10px}.p-studio-price__list>li dl dt i{color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:50px;padding:5px 10px;font-size:12px;font-style:normal;font-weight:700;line-height:1;display:inline-block}.p-studio-price__list>li dl dt strong{margin-top:5px;font-size:22px;font-weight:700;display:block}.p-studio-price__list>li dl dd{font-size:14px}.p-studio-price__list>li dl dd p{color:#475569;font-size:13px}.p-studio-price__list>li dl dd h4{color:#64748b;align-items:flex-end;margin-top:20px;margin-bottom:15px;padding-bottom:5px;font-size:13px;font-weight:400;line-height:1;display:flex}.p-studio-price__list>li dl dd h4 span{color:#1b62c8;margin-bottom:-5px;padding-right:5px;font-family:Inter,sans-serif;font-size:32px;font-style:normal;font-weight:800}.p-studio-price__list>li dl dd ol{border-top:1px solid #e2e8f0;padding-top:15px}.p-studio-price__list>li dl dd ol li{color:#475569;background:url(/assets/img/common/icon_check_5.svg) 0/15px no-repeat;margin-bottom:2px;padding-left:20px;font-size:13px}.p-studio-price__list>li.p-studio-price__list--full i{color:#c2410c!important;background-color:#fff7ed!important;border-color:#fed7aa!important}.p-studio-price__list>li.p-studio-price__list--full li{background:url(/assets/img/common/icon_check_4.svg) 0/15px no-repeat}.p-studio-price__list>li.p-studio-price__list--full .p-studio-price__list__col1{color:#e54706!important}@media screen and (width<=767px){.p-studio-price__list>li{border-radius:12px;margin-bottom:20px;padding:16px}.p-studio-price__list>li dl dt{margin-bottom:5px}.p-studio-price__list>li dl dt i{padding:5px 10px;font-size:10px}.p-studio-price__list>li dl dt strong{margin-top:3px;font-size:18px}.p-studio-price__list>li dl dd,.p-studio-price__list>li dl dd p{font-size:12px}.p-studio-price__list>li dl dd ol{padding-top:12px}.p-studio-price__list>li dl dd ol li{font-size:12px}}.p-studio-price__attention{text-align:center;color:#9a3412;background-color:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-top:40px;padding:18px;font-size:13px}.p-studio-price__attention span{background:url(/assets/img/common/icon_attention_brown.svg) 0 .35em/16px no-repeat;padding-left:20px}@media screen and (width<=767px){.p-studio-price__attention{text-align:left;border-radius:8px;margin-top:25px;padding:12px;font-size:12px}.p-studio-price__attention span{display:block}}.p-studio-case{background-color:#f6fafe;padding:80px 0}@media screen and (width<=767px){.p-studio-case{padding:40px 0}}.p-studio-case__list{grid-template-columns:1fr 1.2fr 1fr;gap:20px;margin-bottom:50px;display:grid}@media screen and (width<=767px){.p-studio-case__list{display:block}}.p-studio-case__list>li{transition:box-shadow var(--transition-base);background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 24px #1b62c814}.p-studio-case__list>li a{width:100%;height:100%;padding:26px;display:block;position:relative}@media (hover:hover) and (pointer:fine){.p-studio-case__list>li a:hover{opacity:.7}}.p-studio-case__list>li a dl dt{margin-bottom:10px}.p-studio-case__list>li a dl dt i{color:#1b62c8;background-color:#eff6ff;border-radius:50px;padding:7px 15px;font-size:12px;font-style:normal;font-weight:700;line-height:1;display:inline-block}.p-studio-case__list>li a dl dt strong{margin-top:5px;font-size:18px;font-weight:700;display:block}.p-studio-case__list>li a dl dd{font-size:14px}.p-studio-case__list>li a dl dd figure{text-align:center;margin-bottom:5px;line-height:0}.p-studio-case__list>li a dl dd figure img{margin:0 auto}.p-studio-case__list>li a dl dd p{text-align:right}.p-studio-case__list>li a dl dd p span{color:#1b62c8;background:url(/assets/img/common/icon_arror_b_r.svg) 100%/14px 14px no-repeat;padding-right:16px;font-weight:600}.p-studio-case__list>li.p-studio-case__list--full i{color:#c2410c!important;background-color:#fff7ed!important;border-color:#fed7aa!important}@media screen and (width<=767px){.p-studio-case__list>li{border-radius:12px;margin-bottom:20px}.p-studio-case__list>li a{padding:16px 16px 12px}.p-studio-case__list>li a dl dt{margin-bottom:10px}.p-studio-case__list>li a dl dt i{padding:5px 10px;font-size:10px}.p-studio-case__list>li a dl dt strong{font-size:14px}.p-studio-case__list>li a dl dd{font-size:12px}.p-studio-case__list>li a dl dd figure img{width:240px}}.p-company-text01{margin-top:-10px;margin-bottom:60px;font-size:40px;font-weight:700;line-height:1.5}.p-company-text01__01{-webkit-text-fill-color:#0000;background-image:linear-gradient(33deg,#2d8ee8,#1b62c8);-webkit-background-clip:text}.p-company-text01__02{color:#475569;margin-top:50px;font-size:20px;display:block}@media screen and (width<=767px){.p-company-text01{margin-top:-5px;margin-bottom:40px;font-size:20px}.p-company-text01__02{margin-top:10px;font-size:14px;font-weight:400}}.p-service-text01{margin-bottom:60px;font-size:40px;font-weight:700;line-height:1.5}.p-service-text01__01{color:#475569;margin-top:10px;font-size:20px;display:block}@media screen and (width<=767px){.p-service-text01{margin-top:-5px;margin-bottom:40px;font-size:20px}.p-service-text01__01{margin-top:10px;font-size:14px;font-weight:400}}.p-service-dl{grid-template-columns:.75fr 1fr;gap:40px;margin-bottom:100px;display:grid}@media screen and (width<=767px){.p-service-dl{display:block}}.p-service-dl__link-text{color:#94a3b8;border-bottom:1px solid #e2e8f0;margin-bottom:15px;padding-bottom:15px;font-size:14px}.p-service-dl__link-text a{color:#1b62c8;padding-right:23px;display:inline-block;position:relative}.p-service-dl__link-text a:after{content:"";background:url(/assets/img/common/icon_otherlink_blue.svg) 0 0/100% 100% no-repeat;width:14px;height:14px;display:block;position:absolute;top:calc(50% - 7px);right:0}@media (hover:hover) and (pointer:fine){.p-service-dl__link-text a:hover{opacity:.8}}.p-service-dl__txt1{gap:10px;margin-bottom:25px;display:flex}.p-service-dl__txt2{margin-bottom:20px;font-size:14px}.p-service-dl dt{max-width:530px;line-height:0}@media screen and (width<=767px){.p-service-dl dt{margin-bottom:30px}}.p-service-dl dd h3{margin-bottom:10px;font-size:24px;font-weight:700}.p-service-dl dd h4{color:#0f172a;margin-bottom:20px;font-size:16px;font-weight:700}.p-develop-service-bgbox{background-color:#f4f5f8;padding:75px 64px}@media screen and (width<=767px){.p-develop-service-bgbox{margin-left:-20px;margin-right:-20px;padding:30px 20px}}.p-develop-service-bgbox__text01{margin:-10px 0 30px;font-size:32px;font-weight:700}@media screen and (width<=767px){.p-develop-service-bgbox__text01{margin:-5px 0 20px;font-size:24px;line-height:1.35}}.p-develop-service-bgbox__inbox{background-color:#fff;border:1px solid #bfdbfe;border-radius:20px;padding:40px;box-shadow:0 4px 24px #1b62c812}.p-develop-service-bgbox__inbox dl{align-items:center;margin-bottom:15px;display:flex}.p-develop-service-bgbox__inbox dl dt{width:44px;line-height:0}.p-develop-service-bgbox__inbox dl dd{width:calc(100% - 44px);padding-left:15px}.p-develop-service-bgbox__inbox dl dd strong{color:#0f172a;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1;display:block}.p-develop-service-bgbox__inbox dl dd span{color:#94a3b8;font-size:13px;line-height:1;display:block}.p-develop-service-bgbox__inbox p{color:#475569;font-size:14px}.p-develop-service-bgbox__inbox p+p{margin-top:15px}@media screen and (width<=767px){.p-develop-service-bgbox__inbox{border-radius:10px;padding:20px}.p-develop-service-bgbox__inbox dl{margin-bottom:10px}.p-develop-service-bgbox__inbox dl dt{width:44px;line-height:0}.p-develop-service-bgbox__inbox dl dd{width:calc(100% - 44px);padding-left:10px}.p-develop-service-bgbox__inbox dl dd strong{margin-bottom:10px;font-size:16px}.p-develop-service-bgbox__inbox dl dd span,.p-develop-service-bgbox__inbox p{font-size:12px}}.p-develop-box__text01{color:#475569;letter-spacing:.05em;margin-bottom:40px;font-size:15px;line-height:2.3}@media screen and (width<=767px){.p-develop-box__text01{letter-spacing:0;margin-bottom:30px;font-size:14px}}.p-develop-box__flex{grid-template-columns:1fr 360px;justify-content:space-between;gap:40px;display:grid}@media screen and (width>=768px) and (width<=1000px){.p-develop-box__flex{grid-template-columns:1fr .7fr}}@media screen and (width<=767px){.p-develop-box__flex{display:block}}.p-develop-box__flex__r{line-height:0}@media screen and (width<=767px){.p-develop-box__flex__r{display:none}}.p-develop-box__inbox{background-color:#f0f6ff;border:1px solid #bfdbfe;border-radius:16px;margin-bottom:50px;padding-bottom:20px}.p-develop-box__inbox h3{color:#1b62c8;border-bottom:1px solid #bfdbfe;margin-bottom:10px;padding:15px 30px;font-size:15px;font-weight:700;line-height:1.4}.p-develop-box__inbox h3 span{border-left:3px solid #1b62c8;padding-left:10px;display:block}.p-develop-box__inbox p{margin-bottom:5px;padding:10px 30px 0;font-size:14px}.p-develop-box__inbox p strong{color:#9a3412;background:#fff7ed url(/assets/img/common/icon_award.svg) 12px/16px 16px no-repeat;border:1px solid #fed7aa;border-radius:40px;padding:5px 20px 5px 30px;display:inline-block}@media screen and (width<=767px){.p-develop-box__inbox{border-radius:10px;margin-bottom:40px;padding-bottom:10px}.p-develop-box__inbox h3{margin-bottom:10px;padding:10px 20px;font-size:15px}.p-develop-box__inbox h3 span{border-left:2px solid #1b62c8;padding-left:10px}.p-develop-box__inbox p{margin-bottom:5px;padding:10px 20px 0;font-size:13px}.p-develop-box__inbox p strong{padding:5px 20px 5px 34px}}.p-develop-box__list{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:56px;display:grid}@media screen and (width<=767px){.p-develop-box__list{margin-bottom:50px;display:block}.p-develop-box__list>li{margin-bottom:10px}}.p-develop-box__box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:50px;padding:20px 36px 8px}@media screen and (width<=767px){.p-develop-box__box{padding:15px 20px}}.p-develop-box__box h3{font-size:16px;font-weight:700}@media screen and (width<=767px){.p-develop-box__box h3{font-size:14px}}.p-develop-box__box dl{padding:20px 0;display:flex}.p-develop-box__box dl+dl{border-top:1px solid #e2e8f0}.p-develop-box__box dl dt{width:160px;font-size:13px;font-weight:700}.p-develop-box__box dl dd{width:calc(100% - 160px)}.p-develop-box__box dl dd ul{flex-wrap:wrap;gap:8px;display:flex}.p-develop-box__box dl dd ul li{border-radius:50px;padding:7px 15px;font-size:12px;font-weight:500;line-height:1}@media screen and (width<=767px){.p-develop-box__box dl{padding:10px 0;display:block}.p-develop-box__box dl dt{width:auto;margin-bottom:10px;font-size:12px}.p-develop-box__box dl dd{width:auto}.p-develop-box__box dl dd ul{gap:6px}.p-develop-box__box dl dd ul li{padding:7px 15px;font-size:11px}}.p-develop-box__box__dl01 li{color:#1b62c8;background-color:#eff6ff}.p-develop-box__box__dl02 li{color:#16a34a;background-color:#f0fdf4}.p-develop-box__box__dl03 li{color:#92400e;background-color:#fef3c7}.p-develop-box__box__dl04 li{color:#7e22ce;background-color:#fbebff}.p-develop-box__box__dl05 li{color:#c2410c;background-color:#fff4e5}.p-case-list{margin-bottom:100px}@media screen and (width<=767px){.p-case-list{margin-bottom:50px}}.p-case-list>li{border-bottom:1px solid #ddd;padding:40px 0;display:flex}@media screen and (width<=767px){.p-case-list>li{display:block}}.p-case-list>li .p-case-list__ph{width:480px}.p-case-list>li .p-case-list__ph a{display:block}@media (hover:hover) and (pointer:fine){.p-case-list>li .p-case-list__ph a:hover{opacity:.8}}@media screen and (width<=767px){.p-case-list>li .p-case-list__ph{width:auto;margin-bottom:15px}}.p-case-list>li .p-case-list__dl{width:calc(100% - 480px);padding-left:40px}@media screen and (width<=767px){.p-case-list>li .p-case-list__dl{width:auto;padding-left:0}}.p-case-list>li .p-case-list__dl dt{color:#94a3b8;margin-bottom:5px;font-size:12px}.p-case-list>li .p-case-list__dl dt.p-case-list__dl__genre{margin-bottom:15px}.p-case-list>li .p-case-list__dl dt.p-case-list__dl__genre span{color:#92400e;background-color:#fef3c7;border-radius:50px;padding:6px 15px;font-size:11px;font-weight:500;line-height:1}@media screen and (width<=767px){.p-case-list>li .p-case-list__dl dt.p-case-list__dl__genre span{padding:6px 15px;font-size:10px}}.p-case-list>li .p-case-list__dl dd{color:#475569;font-size:13px}.p-case-list>li .p-case-list__dl dd.p-case-list__service{color:#0f172a;margin-bottom:10px;font-size:26px;font-weight:700;line-height:1.5}.p-case-list>li .p-case-list__dl dd.p-case-list__service a{color:#0f172a}@media (hover:hover) and (pointer:fine){.p-case-list>li .p-case-list__dl dd.p-case-list__service a:hover{text-decoration:underline 2px}}@media screen and (width<=767px){.p-case-list>li .p-case-list__dl dd.p-case-list__service{font-size:20px}}.p-case-list>li .p-case-list__dl dd.p-case-list__client{border-bottom:1px solid #e2e8f0;margin-bottom:10px;padding-bottom:10px}.p-case-list>li .p-case-list__dl dd.p-case-list__desc{margin-bottom:15px}.p-case-list>li .p-case-list__dl dd.p-case-list__tag ul{flex-wrap:wrap;display:flex}.p-case-list>li .p-case-list__dl dd.p-case-list__tag ul li{color:#1b62c8;background-color:#eff6ff;border-radius:50px;margin:0 4px 4px 0;padding:6px 15px;font-size:11px;font-weight:500;line-height:1}.p-case-list>li .p-case-list__dl dd.p-case-list__tag ul li.p-case-list__tag-end{background:0 0;padding:0}.p-case-list>li .p-case-list__dl dd .p-case-list__btn{margin-top:15px}@media screen and (width<=767px){.p-case-list>li .p-case-list__dl dd .p-case-list__btn{text-align:center}}.p-case-list-small{grid-template-columns:repeat(3,1fr);gap:100px 60px;margin-bottom:100px;display:grid}@media screen and (width<=767px){.p-case-list-small{grid-template-columns:repeat(2,1fr);gap:50px 20px;margin-bottom:50px}}.p-case-list-small>li .p-case-list__ph{text-align:center;margin-bottom:10px;line-height:0}.p-case-list-small>li .p-case-list__ph a{display:block;position:relative}.p-case-list-small>li .p-case-list__ph a:after{content:"";width:100%;padding-top:54%;display:block;position:relative}@media (hover:hover) and (pointer:fine){.p-case-list-small>li .p-case-list__ph a:hover{opacity:.8}}.p-case-list-small>li .p-case-list__ph a img{object-fit:contain;object-position:center center;width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p-case-list-small>li .p-case-list__dl dt{color:#94a3b8;margin-bottom:5px;font-size:12px}.p-case-list-small>li .p-case-list__dl dt.p-case-list__dl__genre{margin-bottom:10px}.p-case-list-small>li .p-case-list__dl dt.p-case-list__dl__genre span{color:#92400e;background-color:#fef3c7;border-radius:50px;padding:5px 10px;font-size:11px;font-weight:500;line-height:1}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dt.p-case-list__dl__genre span{font-size:10px}}.p-case-list-small>li .p-case-list__dl dd{color:#475569;font-size:13px}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dd{font-size:12px}}.p-case-list-small>li .p-case-list__dl dd.p-case-list__service{color:#0f172a;margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.5}.p-case-list-small>li .p-case-list__dl dd.p-case-list__service a{color:#0f172a}@media (hover:hover) and (pointer:fine){.p-case-list-small>li .p-case-list__dl dd.p-case-list__service a:hover{text-decoration:underline 1px}}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dd.p-case-list__service{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}}.p-case-list-small>li .p-case-list__dl dd.p-case-list__client{margin-bottom:10px;padding-bottom:10px}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dd.p-case-list__client{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:10px;padding-bottom:0;display:-webkit-box;overflow:hidden}}.p-case-list-small>li .p-case-list__dl dd.p-case-list__desc{margin-bottom:15px}.p-case-list-small>li .p-case-list__dl dd.p-case-list__tag ul{flex-wrap:wrap;display:flex}.p-case-list-small>li .p-case-list__dl dd.p-case-list__tag ul li{color:#1b62c8;background-color:#eff6ff;border-radius:50px;margin:0 4px 4px 0;padding:6px 15px;font-size:11px;font-weight:500;line-height:1}.p-case-list-small>li .p-case-list__dl dd.p-case-list__tag ul li.p-case-list__tag-end{background:0 0;align-self:center;padding:0}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dd.p-case-list__tag ul li{padding:5px 10px;font-size:9px}}.p-case-list-small>li .p-case-list__dl dd .p-case-list__btn{text-align:center;margin-top:20px}@media screen and (width<=767px){.p-case-list-small>li .p-case-list__dl dd .p-case-list__btn{margin-top:10px}.p-case-list-small>li .p-case-list__dl dd .p-case-list__btn .c-btn{width:100%;max-width:100%;height:38px;padding-left:10px;padding-right:10px;font-size:12px}}.p-case-list-text{text-align:center;border-top:1px solid #e2e8f0;padding-top:50px;font-weight:600}@media screen and (width<=767px){.p-case-list-text{padding-top:40px;font-size:16px}}.p-case-detail-back{max-width:var(--inner-max-width);margin:0 auto;position:relative}.p-case-detail-back a{color:#1b62c8;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;height:46px;padding:0 25px 0 15px;font-size:13px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-55px;right:0;overflow:hidden}.p-case-detail-back a span{background:url(/assets/img/common/icon_arror_b_l.svg) 0/18px no-repeat;padding-left:22px}@media screen and (width<=767px){.p-case-detail-back{display:none}}.p-case-detail{max-width:var(--inner-max-width);padding:var(--inner-padding-pc);margin:0 auto;padding-top:0;position:relative}@media screen and (width<=767px){.p-case-detail{padding:var(--inner-padding-sp)}}.p-case-detail__ph{text-align:center;margin-bottom:50px;line-height:0}.p-case-detail__ph span.is-sp-site{width:935px;max-width:100%;margin:-20px auto;line-height:0;display:table;position:relative}.p-case-detail__ph span.is-sp-site:after{content:"";width:100%;padding-top:54.05%;display:block;position:relative}@media screen and (width>=1020px){.p-case-detail__ph span.is-sp-site:after{padding-top:505px}}.p-case-detail__ph span.is-sp-site img{object-fit:contain;object-position:center top;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (width<=767px){.p-case-detail__ph{margin-bottom:30px}}.p-case-detail__dl-wrap{border-top:1px solid #e2e8f0;margin-bottom:50px}@media screen and (width<=767px){.p-case-detail__dl-wrap{margin-bottom:30px}}.p-case-detail__dl-wrap .p-case-detail__dl:nth-child(2n){background-color:#f8fafc}.p-case-detail__dl-wrap .p-case-detail__dl{border-bottom:1px solid #e2e8f0;padding:20px 0;display:flex}@media screen and (width<=767px){.p-case-detail__dl-wrap .p-case-detail__dl{padding:12px 0;display:block}}.p-case-detail__dl-wrap .p-case-detail__dl dt{color:#64748b;width:200px;padding-left:25px;font-size:12px;font-weight:600}@media screen and (width<=767px){.p-case-detail__dl-wrap .p-case-detail__dl dt{width:auto;margin-bottom:5px;padding-left:0}}.p-case-detail__dl-wrap .p-case-detail__dl dd{width:calc(100% - 200px);font-size:14px}@media screen and (width<=767px){.p-case-detail__dl-wrap .p-case-detail__dl dd{width:auto;font-size:12px}}.p-case-detail__dl-wrap .p-case-detail__dl dd ul{flex-wrap:wrap;display:flex}.p-case-detail__dl-wrap .p-case-detail__dl dd ul li{color:#1b62c8;background-color:#eff6ff;border-radius:50px;margin:0 5px 5px 0;padding:6px 15px;font-size:11px;font-weight:500;line-height:1}.p-case-detail__dl-wrap .p-case-detail__dl dd ul li.p-case-list__tag-end{background:0 0;align-self:center;padding:0}@media screen and (width<=767px){.p-case-detail__dl-wrap .p-case-detail__dl dd ul li{padding:5px 10px;font-size:10px}}.p-case-detail__genre span{color:#92400e;background-color:#fef3c7;border-radius:50px;padding:6px 15px;font-size:11px;font-weight:500;line-height:1}@media screen and (width<=767px){.p-case-detail__genre span{padding:5px 10px;font-size:10px}}.p-case-detail__url a{color:#1b62c8;padding-right:20px;position:relative}.p-case-detail__url a:after{content:"";background:url(/assets/img/common/icon_otherlink_blue.svg) 0 0/100% 100% no-repeat;width:14px;height:14px;display:block;position:absolute;top:calc(50% - 7px);right:0}@media (hover:hover) and (pointer:fine){.p-case-detail__url a:hover{opacity:.7}}.p-case-detail__desc{margin-bottom:70px;font-size:14px}@media screen and (width<=767px){.p-case-detail__desc{margin-top:-5px;margin-bottom:40px;font-size:12px}}.p-case-detail__request{margin-bottom:70px;font-size:14px}.p-case-detail__request p{margin-bottom:5px}@media screen and (width<=767px){.p-case-detail__request{margin-bottom:40px;font-size:12px}}.p-case-detail__propose{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;margin-bottom:70px;padding:30px;font-size:14px}@media screen and (width<=767px){.p-case-detail__propose{border-radius:8px;margin-top:-5px;margin-bottom:40px;padding:15px;font-size:12px}}.p-case-detail__bottom-btn-wrap{text-align:center}.p-case-detail__bottom-btn-wrap a{color:#1b62c8;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:300px;max-width:100%;height:52px;padding:0 25px 0 15px;font-size:13px;font-weight:700;line-height:1;display:inline-flex;overflow:hidden}.p-case-detail__bottom-btn-wrap a span{background:url(/assets/img/common/icon_arror_b_l.svg) 0/18px no-repeat;padding-left:22px}@media (hover:hover) and (pointer:fine){.p-case-detail__bottom-btn-wrap a:hover{opacity:.8}}.p-case-detail__other-text{text-align:center;margin-top:80px;font-weight:600}@media screen and (width<=767px){.p-case-detail__other-text{margin-top:40px;font-size:14px}}.p-recruit-text01{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:50px;padding:20px 36px;font-size:14px;line-height:2.2}.p-recruit-text01 strong{font-size:18px;font-weight:700}@media screen and (width<=767px){.p-recruit-text01{padding:15px 20px;font-size:13px;line-height:2}.p-recruit-text01 strong{font-size:16px}}.p-recruit-text02{text-align:center;margin:-10px 0 10px;font-size:36px;font-weight:700}@media screen and (width<=767px){.p-recruit-text02{font-size:26px}}.p-recruit-text03{text-align:center;color:#475569;margin-bottom:30px;font-size:14px}@media screen and (width<=767px){.p-recruit-text03{text-align:left}}#kojin_joho_box{text-align:left;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;max-height:250px;margin:20px 0;padding:36px 36px 30px;font-size:13px;overflow:auto}#kojin_joho_box p{margin-bottom:15px}#kojin_joho_box table{border-collapse:collapse;border:1px solid #ddd;width:100%}#kojin_joho_box table th,#kojin_joho_box table td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:10px;font-weight:400}#kojin_joho_box table th{width:120px}#kojin_joho_box table td{width:calc(100% - 120px)}@media screen and (width<=767px){#kojin_joho_box{border-radius:10px;max-height:200px;padding:20px;font-size:12px}}.privacy_check{text-align:center;margin-bottom:5px}.privacy_check .error_txt{color:#ef4444;background:url(/assets/img/common/icon_error.svg) 0 .15em/15px 15px no-repeat;min-height:17px;margin-bottom:5px;padding-left:20px;font-size:12px;font-weight:700}.privacy_check span.privacy_in{margin-left:-20px;display:inline-block;overflow:hidden}.privacy_check label{cursor:pointer;padding:10px 10px 10px 35px;font-size:14px;display:inline-block;position:relative}.privacy_check input[type=checkbox]{visibility:hidden}.privacy_check input[type=checkbox]+label:after{content:"";background-image:url(/assets/img/common/check_off.svg);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;width:24px;height:24px;display:block;position:absolute;top:calc(50% - 12px);left:0}.privacy_check input[type=checkbox]:checked+label:after{background-image:url(/assets/img/common/check_on.svg)}.required2{color:#fff;background:#ef4444;border-radius:4px;margin-left:1px;padding:3px 8px 4px;font-size:10px;line-height:1;display:inline-block}.p-form-btn-wrap{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;display:flex}.p-form-btn-wrap .c-btn-type-type02{min-width:160px}@media screen and (width<=767px){.p-form-btn-wrap .btn-submit{order:1;width:100%}.p-form-btn-wrap .c-btn-type-type02{order:2}}#privacy p{margin-bottom:30px;font-size:15px}@media screen and (width<=767px){#privacy p{font-size:13px}}.p-tbl-privacy{border-collapse:collapse;border:1px solid #e2e8f0;width:100%;margin-bottom:20px}.p-tbl-privacy thead th{text-align:left;background-color:#eee;padding:15px 20px 15px 30px}.p-tbl-privacy tbody th{text-align:left;border-bottom:1px solid #e2e8f0;width:300px;padding:20px 20px 20px 30px;font-size:13px;font-weight:500}.p-tbl-privacy tbody td{text-align:left;border-bottom:1px solid #e2e8f0;width:calc(100% - 300px);padding:20px 20px 20px 30px;font-size:13px}@media screen and (width<=767px){.p-tbl-privacy{display:block}.p-tbl-privacy thead,.p-tbl-privacy tbody,.p-tbl-privacy tr{width:100%;display:block}.p-tbl-privacy th{color:#64748b;font-size:12px;display:block;border-bottom:none!important;width:100%!important;padding:10px 15px 2px!important}.p-tbl-privacy td{font-size:13px;display:block;width:100%!important;padding:0 15px 10px!important}.p-tbl-privacy thead th{padding:10px 15px!important}.p-tbl-privacy thead th+th{border-top:1px solid #ddd}.p-tbl-privacy tbody tr:last-child td:last-child{border-bottom:none}}.u-pos-rela{position:relative!important}.u-op-view{opacity:1!important}.u-none{display:none!important}.u-visible{display:block!important}.u-cl{clear:both!important}.u-flex{display:flex!important}.u-justify-content-between{justify-content:space-between!important}.u-justify-content-flex-end{justify-content:flex-end!important}.u-justify-content-start{justify-content:flex-start!important}.u-justify-content-center{justify-content:center!important}.u-align-items-start{align-items:flex-start!important}.u-align-items-center{align-items:center!important}.u-align-items-end{align-items:flex-end!important}.u-align-items-stretch{align-items:stretch!important}.u-flex-wrap-nowrap{flex-wrap:nowrap!important}.u-flex-wrap-wrap{flex-wrap:wrap!important}.u-t-col-black{color:#000!important}.u-defo-link{text-decoration:underline;color:#1b62c8!important}.u-t-normal{font-weight:400!important}.u-t-weight{font-weight:700!important}.u-text-underline{text-decoration:underline!important}.u-word-break{word-break:break-all!important}.u-white-space-normal{white-space:normal!important}.u-white-space-nowrap{white-space:nowrap!important}.u-text-indent{text-indent:-1em!important;padding-left:1em!important}.u-delay-1000{animation-delay:1s!important}.u-delay-1500{animation-delay:1.5s!important}.u-delay-2000{animation-delay:2s!important}.u-delay-2500{animation-delay:2.5s!important}.u-delay-3000{animation-delay:3s!important}.u-delay-3500{animation-delay:3.5s!important}.u-delay-4000{animation-delay:4s!important}.u-all-view{display:block!important}.u-align-r-all{text-align:right!important}.u-align-c-all{text-align:center!important}.u-align-l-all{text-align:left!important}.u-mt0-all{margin-top:0!important}.u-mt5-all{margin-top:5px!important}.u-mt10-all{margin-top:10px!important}.u-mt15-all{margin-top:15px!important}.u-mt20-all{margin-top:20px!important}.u-mt30-all{margin-top:30px!important}.u-mt40-all{margin-top:40px!important}.u-mt50-all{margin-top:50px!important}.u-mt60-all{margin-top:60px!important}.u-mt80-all{margin-top:80px!important}.u-mt100-all{margin-top:100px!important}.u-mb0-all{margin-bottom:0!important}.u-mb3-all{margin-bottom:3px!important}.u-mb5-all{margin-bottom:5px!important}.u-mb10-all{margin-bottom:10px!important}.u-mb15-all{margin-bottom:15px!important}.u-mb20-all{margin-bottom:20px!important}.u-mb30-all{margin-bottom:30px!important}.u-mb40-all{margin-bottom:40px!important}.u-mb50-all{margin-bottom:50px!important}.u-mb60-all{margin-bottom:60px!important}.u-mb80-all{margin-bottom:80px!important}.u-mb100-all{margin-bottom:100px!important}.u-mr-auto-all{margin-right:auto!important}.u-mr0-all{margin-right:0!important}.u-mr5-all{margin-right:5px!important}.u-mr10-all{margin-right:10px!important}.u-mr15-all{margin-right:15px!important}.u-mr20-all{margin-right:20px!important}.u-mr30-all{margin-right:30px!important}.u-mr40-all{margin-right:40px!important}.u-mr50-all{margin-right:50px!important}.u-ml-auto-all{margin-left:auto!important}.u-ml0-all{margin-left:0!important}.u-ml5-all{margin-left:5px!important}.u-ml10-all{margin-left:10px!important}.u-ml15-all{margin-left:15px!important}.u-ml20-all{margin-left:20px!important}.u-ml25-all{margin-left:25px!important}.u-ml30-all{margin-left:30px!important}.u-ml40-all{margin-left:40px!important}.u-ml50-all{margin-left:50px!important}@media screen and (width>=768px){.u-sp-view{display:none!important}.u-align-r-pc{text-align:right!important}.u-align-c-pc{text-align:center!important}.u-align-l-pc{text-align:left!important}.u-fs12-pc{font-size:12px!important}.u-fs13-pc{font-size:13px!important}.u-fs14-pc{font-size:14px!important}.u-fs18-pc{font-size:18px!important}.u-fs20-pc{font-size:20px!important}.u-fs21-pc{font-size:21px!important}.u-fs24-pc{font-size:24px!important}.u-mt10-minus-pc{margin-top:-10px!important}.u-mt20-minus-pc{margin-top:-20px!important}.u-mt0-pc{margin-top:0!important}.u-mt5-pc{margin-top:5px!important}.u-mt10-pc{margin-top:10px!important}.u-mt15-pc{margin-top:15px!important}.u-mt20-pc{margin-top:20px!important}.u-mt30-pc{margin-top:30px!important}.u-mt35-pc{margin-top:35px!important}.u-mt40-pc{margin-top:40px!important}.u-mt45-pc{margin-top:45px!important}.u-mt50-pc{margin-top:50px!important}.u-mt60-pc{margin-top:60px!important}.u-mt70-pc{margin-top:70px!important}.u-mt80-pc{margin-top:80px!important}.u-mt100-pc{margin-top:100px!important}.u-mb0-pc{margin-bottom:0!important}.u-mb5-pc{margin-bottom:5px!important}.u-mb10-pc{margin-bottom:10px!important}.u-mb15-pc{margin-bottom:15px!important}.u-mb20-pc{margin-bottom:20px!important}.u-mb25-pc{margin-bottom:25px!important}.u-mb30-pc{margin-bottom:30px!important}.u-mb35-pc{margin-bottom:35px!important}.u-mb40-pc{margin-bottom:40px!important}.u-mb50-pc{margin-bottom:50px!important}.u-mb60-pc{margin-bottom:60px!important}.u-mb80-pc{margin-bottom:80px!important}.u-mb100-pc{margin-bottom:100px!important}.u-mr0-pc{margin-right:0!important}.u-mr5-pc{margin-right:5px!important}.u-mr10-pc{margin-right:10px!important}.u-mr15-pc{margin-right:15px!important}.u-mr20-pc{margin-right:20px!important}.u-mr30-pc{margin-right:30px!important}.u-mr40-pc{margin-right:40px!important}.u-mr50-pc{margin-right:50px!important}.u-ml0-pc{margin-left:0!important}.u-ml5-pc{margin-left:5px!important}.u-ml10-pc{margin-left:10px!important}.u-ml15-pc{margin-left:15px!important}.u-ml20-pc{margin-left:20px!important}.u-ml25-pc{margin-left:25px!important}.u-ml30-pc{margin-left:30px!important}.u-ml40-pc{margin-left:40px!important}.u-ml50-pc{margin-left:50px!important}.u-pt0-pc{padding-top:0!important}.u-pt5-pc{padding-top:5px!important}.u-pt10-pc{padding-top:10px!important}.u-pb0-pc{padding-bottom:0!important}.u-pb5-pc{padding-bottom:5px!important}.u-pb10-pc{padding-bottom:10px!important}.u-pb20-pc{padding-bottom:20px!important}.u-pb30-pc{padding-bottom:30px!important}.u-w100-pc{width:100px!important;max-width:100px!important}.u-w200-pc{width:200px!important;max-width:200px!important}.u-w250-pc{width:250px!important;max-width:250px!important}.u-w300-pc{width:300px!important;max-width:300px!important}.u-w100p-pc{width:100%!important;max-width:100%!important}.u-w75p-pc{width:75%!important}.u-w60p-pc{width:60%!important}.u-w50p-pc{width:50%!important}.u-w45p-pc{width:45%!important}.u-w40p-pc{width:40%!important}.u-w33p-pc{width:33.33%!important}.u-w25p-pc{width:25%!important}.u-w20p-pc{width:20%!important}}@media screen and (width<=767px){.u-sp-view{display:block!important}.u-pc-view,.u-sp-none{display:none!important}.u-align-r-sp{text-align:right!important}.u-align-c-sp{text-align:center!important}.u-align-l-sp{text-align:left!important}.u-fs9-sp{font-size:9px!important}.u-fs10-sp{font-size:10px!important}.u-fs11-sp{font-size:11px!important}.u-fs12-sp{font-size:12px!important}.u-fs13-sp{font-size:13px!important}.u-fs14-sp{font-size:14px!important}.u-fs15-sp{font-size:15px!important}.u-fs16-sp{font-size:16px!important}.u-fs18-sp{font-size:18px!important}.u-fs20-sp{font-size:20px!important}.u-fs24-sp{font-size:24px!important}.u-fs28-sp{font-size:28px!important}.u-mt0-sp{margin-top:0!important}.u-mt5-sp{margin-top:5px!important}.u-mt10-sp{margin-top:10px!important}.u-mt15-sp{margin-top:15px!important}.u-mt20-sp{margin-top:20px!important}.u-mt25-sp{margin-top:25px!important}.u-mt30-sp{margin-top:30px!important}.u-mt40-sp{margin-top:40px!important}.u-mt50-sp{margin-top:50px!important}.u-mt60-sp{margin-top:60px!important}.u-mt80-sp{margin-top:80px!important}.u-mt100-sp{margin-top:100px!important}.u-mb0-sp{margin-bottom:0!important}.u-mb5-sp{margin-bottom:5px!important}.u-mb10-sp{margin-bottom:10px!important}.u-mb15-sp{margin-bottom:15px!important}.u-mb20-sp{margin-bottom:20px!important}.u-mb25-sp{margin-bottom:25px!important}.u-mb30-sp{margin-bottom:30px!important}.u-mb40-sp{margin-bottom:40px!important}.u-mb50-sp{margin-bottom:50px!important}.u-mb60-sp{margin-bottom:60px!important}.u-mb80-sp{margin-bottom:80px!important}.u-mb100-sp{margin-bottom:100px!important}.u-mr0-sp{margin-right:0!important}.u-mr5-sp{margin-right:5px!important}.u-mr10-sp{margin-right:10px!important}.u-mr15-sp{margin-right:15px!important}.u-mr20-sp{margin-right:20px!important}.u-mr30-sp{margin-right:30px!important}.u-mr40-sp{margin-right:40px!important}.u-mr50-sp{margin-right:50px!important}.u-ml0-sp{margin-left:0!important}.u-ml5-sp{margin-left:5px!important}.u-ml10-sp{margin-left:10px!important}.u-ml15-sp{margin-left:15px!important}.u-ml20-sp{margin-left:20px!important}.u-ml25-sp{margin-left:25px!important}.u-ml30-sp{margin-left:30px!important}.u-ml40-sp{margin-left:40px!important}.u-ml50-sp{margin-left:50px!important}.u-pt0-sp{padding-top:0!important}.u-pt5-sp{padding-top:5px!important}.u-pt10-sp{padding-top:10px!important}.u-pt15-sp{padding-top:15px!important}.u-pt20-sp{padding-top:20px!important}.u-pt25-sp{padding-top:25px!important}.u-pt30-sp{padding-top:30px!important}.u-pb0-sp{padding-bottom:0!important}.u-pb10-sp{padding-bottom:10px!important}.u-pb20-sp{padding-bottom:20px!important}.u-w100p-sp{width:100%!important;max-width:100%!important}.u-w75p-sp{width:75%!important}.u-w60p-sp{width:60%!important}.u-w50p-sp{width:50%!important}.u-w45p-sp{width:45%!important}.u-w40p-sp{width:40%!important}.u-w33p-sp{width:33.33%!important}.u-w25p-sp{width:25%!important}.u-w20p-sp{width:20%!important}.u-order1-sp{order:1!important}.u-order2-sp{order:2!important}.u-order3-sp{order:3!important}.u-order4-sp{order:4!important}.u-order5-sp{order:5!important}}
