﻿@layer reset{/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}}@layer base{html{font-size:62.5%;line-height:1}body{font-family:"YakuHanJP","Roboto","Noto Sans JP",Meiryo,sans-serif;background-color:#fff;font-size:1.6rem;min-width:1280px;color:#243544;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.is-open{overflow:hidden}h1,h2,h3,h4,p,a,span{letter-spacing:.1em}picture{display:block}.pc-none{display:none}.sp-none{display:block}a.window{background:url("/assets/imgs/common/icon-window.svg") no-repeat;background-size:12px;background-position:right center;padding-right:20px}a.window.window-left{background-position:left center}a:hover{color:#005bac;transition:.8s}.gmoGroupHeader,.gmoGroupFooter,.gmoGroupSecurity{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.gmoGroupFooter a,.gmoGroupSecurity a{letter-spacing:normal}.grobal-info{background:#ffd3cf}.grobal-info .grobal-info__inner{max-width:1100px;margin:0 auto;padding:16px 0;display:flex;justify-content:center}.grobal-info .grobal-info__inner .grobal-info__label{display:inline-block;width:88px;margin-right:16px;background:#e74c3c;font-size:1.2rem;font-weight:bold;color:#fff;border-radius:4px;padding:6px 0;text-align:center}.grobal-info .grobal-info__inner .grobal-info__text{font-size:1.5rem;display:flex;align-items:center;line-height:1.6}@media screen and (max-width: 768px){body{min-width:auto}.pc-none{display:block}.sp-none{display:none}.grobal-info .grobal-info__inner{width:100%;padding:12px 16px}.grobal-info .grobal-info__inner .grobal-info__label{margin-right:8px;line-height:1}.grobal-info .grobal-info__inner .grobal-info__text{font-size:1.3rem;display:block;line-height:1.8}}}@layer components{.header{max-width:1400px;min-width:1280px;background-color:#fff;width:calc(100% - 16px);box-shadow:0 8px 24px 0 rgba(0,0,0,.05);border:solid 1px #fff;border-radius:16px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:rgba(255,255,255,.5);position:fixed;z-index:99;top:45px;left:0;right:0;margin:auto}.header .header-inner{margin:0 auto;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 56px}.header .header-inner .header-nav{display:flex;align-items:center;gap:0 40px}.header .header-inner .header-nav .header-nav__link{display:flex;gap:40px}.header .header-inner .header-nav .header-nav__link>li{position:relative;display:flex;align-items:center;height:80px}.header .header-inner .header-nav .header-nav__link>li a{cursor:pointer;position:relative}.header .header-inner .header-nav .header-nav__link>li a::after{opacity:0;position:absolute;bottom:-10px;left:0;content:"";width:100%;height:2px;background:#48c5c1}.header .header-inner .header-nav .header-nav__link>li a.is-active::after{position:absolute;bottom:-10px;left:0;content:"";width:100%;height:2px;background:#48c5c1;opacity:1}.header .header-inner .header-nav .header-nav__link>li a:hover{color:#2fbbb7}.header .header-inner .header-nav .header-nav__link>li a:hover::after{opacity:1;transition:.7s}.header .header-inner .header-nav .header-nav__sub{box-shadow:0 8px 24px 0 rgba(0,0,0,.05);background-color:#fff;border-radius:8px;height:0;opacity:0;transition:height .3s ease;transition:opacity .3s ease;overflow:hidden;pointer-events:none;position:absolute;width:max-content;z-index:99;left:-24px;top:70px}.header .header-inner .header-nav .header-nav__sub>ul{padding:24px 24px}.header .header-inner .header-nav .header-nav__sub>ul>li{font-size:1.4rem}.header .header-inner .header-nav .header-nav__sub>ul>li:not(:last-child){padding-bottom:28px}.header .header-inner .header-nav .header-nav__sub>ul>li>a.ic-target{background:url("/assets/imgs/common/new/icon-window-gray.svg") no-repeat;background-size:16px;background-position:right center;padding-right:24px}.header .header-inner .header-nav .header-nav__sub>ul>li>a.ic-target:hover{background:url("/assets/imgs/common/new/icon-window-green.svg") no-repeat;background-size:16px;background-position:right center;padding-right:24px}.header .header-inner .header-nav .header-nav__sub.is-open{pointer-events:all;height:auto;opacity:1}.header .header-inner .header-nav__hamburger{display:none}@media screen and (max-width: 768px){.header{min-width:auto;width:calc(100% - 24px);border-radius:12px;position:fixed;top:12px;left:0;z-index:99}.header.is-fixed{top:0}.header.is-open{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:999999999;padding-top:12px;background-color:#fff;border-radius:0;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:rgba(255,255,255,.8);overflow-y:scroll}.header.is-open .header-inner{padding:0 28px 0 36px}.header.is-open .header-inner>h1{z-index:15}.header.is-open .header-inner .header-nav{opacity:1;z-index:10;pointer-events:all;transition:opacity .4s linear;overflow-y:scroll}.header.is-open .header-inner .header-nav .header-nav__link>li{display:block;height:auto}.header.is-open .header-inner .header-nav .header-nav__contact{pointer-events:all}.header.is-open .header-inner .header-nav .header-nav__sub{pointer-events:all;backdrop-filter:none}.header.is-open .header-inner .header-nav__hamburger{right:32px}.header.is-open .header-inner .header-nav__hamburger>span:nth-of-type(1){transform:translateY(7px) rotate(45deg)}.header.is-open .header-inner .header-nav__hamburger>span:nth-of-type(2){display:none}.header.is-open .header-inner .header-nav__hamburger>span:nth-of-type(3){transform:translateY(-7px) rotate(-45deg)}.header .header-inner{height:56px;position:relative;flex-direction:column;align-items:flex-start;padding:0 16px 0 24px}.header .header-inner>h1,.header .header-inner .header-inner__h1{width:100%;height:68px;display:flex;align-items:center}.header .header-inner>h1>a>img,.header .header-inner .header-inner__h1>a>img{width:182px;height:auto}.header .header-inner .header-nav{width:100%;height:100svh;text-align:center;opacity:0;z-index:-1;position:fixed;top:68px;left:0;transition:opacity .1s linear;pointer-events:none;flex-direction:column;padding:20px 36px 80px;gap:24px 0}.header .header-inner .header-nav .header-nav__link{width:100%;flex-direction:column;gap:0;text-align:left}.header .header-inner .header-nav .header-nav__link>li:nth-of-type(1)>a::before{background:url("/assets/imgs/common/new/icon-expand-open.svg") no-repeat;background-size:cover}.header .header-inner .header-nav .header-nav__link>li:nth-of-type(1)>a.is-open::before{background:url("/assets/imgs/common/new/icon-expand-close.svg") no-repeat;background-size:cover}.header .header-inner .header-nav .header-nav__link>li>a{display:block;font-size:1.6rem;padding:20px 0;border-bottom:solid 1px rgba(136,153,172,.2);position:relative}.header .header-inner .header-nav .header-nav__link>li>a::before{position:absolute;top:0;bottom:0;right:0;margin:auto;content:"";vertical-align:middle;right:0;width:20px;height:20px;background:url("/assets/imgs/common/new/icon-link-gray.svg") no-repeat;background-size:cover}.header .header-inner .header-nav .header-nav__link>li>a:hover{color:#243544}.header .header-inner .header-nav .header-nav__link>li>a:hover::after{display:none}.header .header-inner .header-nav .header-nav__sub{opacity:0;height:0;position:static;width:100%;transition:none;background-color:rgba(0,0,0,0);box-shadow:none;border-bottom:solid 1px rgba(136,153,172,.2)}.header .header-inner .header-nav .header-nav__sub.is-open{border:none}.header .header-inner .header-nav .header-nav__sub>ul{padding:20px 0}.header .header-inner .header-nav .header-nav__sub>ul>li:not(:last-child){padding:0}.header .header-inner .header-nav .header-nav__sub>ul>li:not(:last-child)>a{margin-bottom:16px}.header .header-inner .header-nav .header-nav__sub>ul>li>a{display:flex;font-size:1.4rem;align-items:center;justify-content:flex-start;gap:0 8px;padding-left:24px;line-height:1.8}.header .header-inner .header-nav .header-nav__sub>ul>li>a>span{line-height:1;margin-right:12px}.header .header-inner .header-nav .header-nav__sub>ul>li>a.window{background:none}.header .header-inner .header-nav .header-nav__sub>ul>li>a.ic-target{background:none}.header .header-inner .header-nav .header-nav__sub>ul>li>a.ic-target:hover{background:none}.header .header-inner .header-nav .header-nav__sub>ul>li>a:hover{color:#243544}.header .header-inner .header-nav .header-nav__sub>ul>li>a:hover::after{display:none}.header .header-inner .header-nav__hamburger{display:block;width:24px;height:16px;z-index:9999;cursor:pointer;position:absolute;top:20px;right:20px;display:flex;flex-direction:column;justify-content:space-between}.header .header-inner .header-nav__hamburger>span{display:block;background-color:#8fa8bc;width:24px;height:2px;transition:all .5s ease-in-out}}}@layer components{.footer{width:100%;color:#fff}.footer .footer-inner{background:url("/assets/imgs/common/new/bg-footer-pc.webp") no-repeat;background-size:cover;text-align:center;padding:80px 0 20px}.footer .footer-inner .footer-inner__btn{font-size:2rem;display:flex;align-items:center;justify-content:center;width:360px;height:68px;color:#fff;margin:0 auto 68px;border-radius:34px;border:solid 1px #fff;background:url("/assets/imgs/common/new/icon-link-white.svg") no-repeat;background-size:24px;background-position:right 24px center}.footer .footer-inner .footer-inner__btn:hover{opacity:.8}.footer .footer-inner .footer-inner__item .footer-inner__nav{margin-bottom:60px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(1){display:flex;justify-content:center;gap:0 40px;margin-bottom:28px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(1)>li>a{letter-spacing:normal}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(1)>li>a:hover{color:#fff;text-decoration:underline}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(1)>li>a.window{background:url("/assets/imgs/common/logo_wind_white.svg") no-repeat;background-size:11px 12px;background-position:right center;padding-right:16px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(2){display:flex;justify-content:center;gap:0 36px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(2)>li>a{font-size:1.4rem;font-weight:normal}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(2)>li>a.window{background:url("/assets/imgs/common/logo_wind_white.svg") no-repeat;background-size:11px 12px;background-position:right center;padding-right:16px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(2)>li>a:hover{color:#fff;text-decoration:underline}.footer .footer-inner .footer-inner__item .footer-inner__copyright{text-align:center;font-size:1.2rem;letter-spacing:normal}.footer__share{height:110px;display:flex;align-items:center;justify-content:center;gap:0 20px}.footer__share .footer__share-text{font-weight:bold;color:#6a757d;letter-spacing:normal}.footer__share>a{display:block}.security-footer .security-footer__inner{width:1100px;margin:0 auto}.security-footer .security-footer__inner .security-footer__logo{padding:20px 0 20px 10px}.security-footer .gmoGroupSecurity_box{max-width:1100px}.security-footer .security-footer__bnr{display:flex;justify-content:center;gap:0 10px;padding:40px 0}.security-footer .security-footer__bnr>div{width:100px;height:50px}@media screen and (max-width: 768px){.footer .footer-inner{padding:64px 16px 20px;background:url("/assets/imgs/common/new/bg-footer-sp.webp") no-repeat;background-size:cover}.footer .footer-inner .footer-inner__btn{width:280px;margin:0 auto 64px}.footer .footer-inner .footer-inner__item .footer-inner__nav{margin-bottom:40px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(1){text-align:left;flex-direction:column;gap:32px 0;margin-bottom:40px}.footer .footer-inner .footer-inner__item .footer-inner__nav>ul:nth-of-type(2){text-align:left;flex-direction:column;gap:24px 0}.footer-inner__bnr{flex-direction:column;align-items:center;gap:20px 0}.footer__share{height:90px}.security-footer .security-footer__inner{width:100%;padding:0 10px}.security-footer .security-footer__inner .security-footer__logo{width:fit-content;margin:0 auto;padding:20px 0}}}@layer components{.main{background-color:#f5f5f5}.maincontents{padding:50px 0 100px}.c-btn{width:190px;height:52px;border:2px solid #243544;border-radius:28px;display:flex;align-items:center;justify-content:center;font-weight:normal;margin:40px auto;position:relative}.c-btn:hover{opacity:.7;transition:.3;color:#243544}.c-btn::after{content:"";width:10px;height:10px;display:block;position:absolute;top:50%;transition:all .3s;rotate:135deg;translate:0 -50%;border-top:2px solid #243544;border-left:2px solid #243544;right:16px}.c-btn.c-btn__back::after{display:none}.c-btn.c-btn__back::before{content:"";width:10px;height:10px;display:block;position:absolute;top:50%;transition:all .3s;rotate:135deg;translate:0 -50%;border-bottom:2px solid #243544;border-right:2px solid #243544;left:16px}.c-btn.c-btn__window{background:url("/assets/imgs/common/icon-window-black.svg") no-repeat;background-size:14px auto;background-position:right 24px center}.c-btn.c-btn__window::after{display:none}.c-btn01{width:314px;height:56px;border-radius:28px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#f7954e;font-weight:700;margin:0 auto;gap:0 10px}.c-btn01.ic-window::after{content:"";width:15px;height:15px;background:url("/assets/imgs/common/icon-externallink.svg") no-repeat;position:relative;top:-2px}.c-btn01:hover{color:#fff;opacity:.8}.c-btn02{width:314px;height:56px;border-radius:28px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#43c3d5;font-weight:700;margin:0 auto;gap:0 12px}.c-btn02.ic-window::after{content:"";width:15px;height:15px;background:url("/assets/imgs/common/icon-externallink.svg") no-repeat}.c-btn02.ic-window-ex::after{content:"";width:14px;height:14px;background:url("/assets/imgs/common/icon-window-white.svg") no-repeat}.c-btn02:hover{color:#fff;opacity:.8}.c-btn03{width:320px;height:64px;display:flex;align-items:center;justify-content:center;background-color:#48c5c1;color:#fff;border-radius:32px;box-shadow:4px 4px 24px 0 rgba(68,124,184,.15);font-size:1.8rem;background-repeat:no-repeat}.c-btn03.c-btn03__ic01{background-image:url("/assets/imgs/common/new/icon-link-white.svg");background-position:right 24px center}.c-btn03.c-btn03__ic02{background-image:url("/assets/imgs/common/new/icon-window-white.svg");background-size:20px;background-position:right 24px center}.c-btn03:hover{color:#fff;box-shadow:none;opacity:.7}.title-h2{font-size:7.2rem;margin-bottom:24px;color:#005bac;letter-spacing:.0694444444em}.title-h2__sub{font-size:3.4rem;font-weight:500;min-height:58px;font-family:"YuMincho","游明朝",serif;display:flex;align-items:center;padding-left:22px;position:relative;color:#005bac;letter-spacing:.0517241379em}.title-h2__sub::before{content:"";width:2px;height:58px;display:block;background-color:#43c3d5;position:absolute;left:0;top:0}.c-tabbtn{display:flex;flex-wrap:wrap;justify-content:space-between;gap:22px 0}.c-tabbtn>li{width:386px}.c-tabbtn>li>a{display:block;padding:32px 24px;font-size:2.4rem;font-weight:bold;background:url("/assets/imgs/common/icon-down-white.svg") no-repeat right 24px center,linear-gradient(90deg, #289CD7 0%, #005bac 80.77%);background-size:28px,auto;background-position:right 24px center,0 0;border-radius:4px;color:#fff;cursor:pointer}.c-tabbtn>li>a:hover{opacity:.7;transition:.3s}.c-tabbtn__label{width:fit-content;color:#005bac;background-color:#f1f4f7;font-size:2rem;font-weight:bold;padding:8px;margin-bottom:32px;border-radius:4px}.subtop{background:url("/assets/imgs/common/img_back_header_pc.webp") no-repeat;background-size:cover;background-position:center top;height:350px;padding-top:160px}.subtop .subtop-inner{width:1100px;margin:0 auto}.subtop .subtop-inner .subtop__h1{font-size:8.4rem;letter-spacing:7px;letter-spacing:.0833333333em;margin-bottom:28px;color:#005bac}.subtop .subtop-inner .subtop__ttl{font-size:1.8rem;font-weight:700;letter-spacing:.1111111111em;color:#005bac}.breadcrumbs{width:1100px;margin:0 auto;padding:20px 0;display:flex;align-items:center}.breadcrumbs>ul{display:flex;align-items:center;gap:2px 24px}.breadcrumbs>ul>li{font-weight:normal;font-size:1.2rem;color:#6a757d;letter-spacing:.0833333333em}.breadcrumbs>ul>li>a{position:relative;font-size:1.2rem;color:#005bac;letter-spacing:.0833333333em}.breadcrumbs>ul>li>a::after{content:"";width:7px;height:7px;border-top:1px solid #6a757d;border-left:1px solid #6a757d;display:block;position:absolute;transition:all .3s;rotate:135deg;right:-14px;top:3px}.cookie-consent{display:none;background:rgba(196,196,196,.9);padding:16px 40px;width:100%;position:fixed;bottom:0;z-index:999999999;min-width:1280px}.cookie-consent.is-active{display:flex}.cookie-consent .cookie-consent__inner{display:flex;justify-content:center;align-items:center;gap:0 24px;width:1280px;margin:0 auto}.cookie-consent .cookie-consent__inner .cookie-consent__text{font-size:1.4rem;line-height:1.8}.cookie-consent .cookie-consent__inner .cookie-consent__text>a{color:#005bac;text-decoration:underline}.cookie-consent .cookie-consent__inner .cookie-consent__btn{width:160px;height:52px;border:2px solid #243544;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;background-color:#fff;font-size:1.4rem;border-radius:28px}.cookie-consent .cookie-consent__inner .cookie-consent__btn:hover{opacity:.7;transition:.3s}.c-link-01{color:#2fbbb7;text-decoration:underline;padding-right:24px}.c-link-01.c-link-01__ic01{background:url("/assets/imgs/common/new/icon-link-green.svg") no-repeat;background-position:right center}.c-link-01.c-link-01__ic02{background:url("/assets/imgs/common/new/icon-window-green.svg") no-repeat;background-position:right center;background-size:20px;padding-right:28px}.c-link-01:hover{color:#2fbbb7;text-decoration:none;opacity:.7}.lowerlayer{background-color:#fff;padding:120px 0 104px}.lowerlayer .lowtop{height:350px;background:url("/assets/imgs/common/top_bg_pc.webp") no-repeat;background-size:cover;background-position:center top;padding-top:86px}.lowerlayer .lowtop.lowtop-nologo{padding:0;display:flex;align-items:center}.lowerlayer .lowtop .lowtop-inner{width:1280px;padding:0 40px;margin:0 auto}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item{width:fit-content;text-align:center}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item .lowtop__text01{font-size:2.4rem;line-height:1.8;margin-bottom:28px}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item .lowtop__texth1{font-size:4.2rem;font-weight:bold}.lowerlayer .lowmain{width:1280px;margin:0 auto;padding:104px 40px}.lowerlayer .low__h2{font-size:4rem;font-weight:bold;padding-bottom:24px;margin-bottom:72px;position:relative}.lowerlayer .low__h2::before{content:"";display:block;width:100%;height:2px;background:linear-gradient(90deg, #289CD7 0%, #005bac 80.77%);position:absolute;left:0;bottom:0}.lowerlayer .low__h3{font-size:3.2rem;font-weight:bold;border-left:4px solid #43c3d5;padding-left:28px;margin-bottom:48px;line-height:1.8}.lowerlayer .low__h3 .low__h3-subtext{font-size:2.2rem;font-weight:normal;display:block;line-height:1.6}.lowerlayer .low__h3 .low__h3-ano{font-size:1.6rem;position:relative;top:-10px}@media screen and (max-width: 768px){.maincontents{padding:30px 0 80px}.c-btn01{font-size:1.4rem;width:100%;max-width:360px}.c-btn02{font-size:1.4rem;width:100%;max-width:360px}.title-h2{font-size:5.2rem;font-weight:normal;letter-spacing:2px;margin-bottom:12px;line-height:1.2}.title-h2__sub{font-size:2.4rem;letter-spacing:2px;min-height:43px}.title-h2__sub::before{height:43px}.c-tabbtn{flex-direction:column;gap:16px 0}.c-tabbtn>li{width:100%}.c-tabbtn>li>a{padding:24px 16px;font-size:1.8rem;background-position:right 16px center,0 0;background-size:22px,auto}.subtop{background:url("/assets/imgs/common/img_back_header_sp.webp") no-repeat;background-size:cover;background-position:center top;height:252px;padding-top:100px}.subtop .subtop-inner{width:calc(100% - 56px)}.subtop .subtop-inner .subtop__h1{font-size:5.4rem;margin-bottom:20px;font-weight:normal;letter-spacing:3px}.breadcrumbs{width:100%;height:auto;padding:20px 20px;overflow:hidden}.breadcrumbs>ul{flex-wrap:wrap}.breadcrumbs>ul>li{line-height:1.3;font-size:1.3rem}.breadcrumbs>ul>li>a{font-size:1.3rem}.cookie-consent{min-width:auto;padding:24px 20px}.cookie-consent .cookie-consent__inner{width:100%;flex-direction:column;gap:24px 0}.cookie-consent .cookie-consent__inner .cookie-consent__text{font-size:1.3rem}.lowerlayer{padding:68px 0 48px}.lowerlayer .lowtop{height:240px;background:url("/assets/imgs/common/top_bg_sp.webp") no-repeat;background-size:cover;padding:0}.lowerlayer .lowtop.lowtop-nologo{display:block}.lowerlayer .lowtop .lowtop-inner{width:100%;padding:0}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item{width:100%;padding-top:60px}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item .lowtop__text01{font-size:1.6rem;margin-bottom:20px}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item .lowtop__texth1{font-size:3.2rem;line-height:1.5;padding:0 20px;text-align:left}.lowerlayer .lowtop .lowtop-inner .lowtop-inner__item .lowtop__logo>img{width:300px;height:auto}.lowerlayer .lowmain{width:100%;padding:64px 20px}.lowerlayer .lowmain .low__h2{font-size:2.6rem;line-height:1.8;margin-bottom:40px}.lowerlayer .lowmain .low__h3{font-size:2rem;padding-left:16px;margin-bottom:32px;border-left:2px solid #43c3d5}.lowerlayer .lowmain .low__h3 .low__h3-subtext{font-size:1.6rem;margin-bottom:4px}.lowerlayer .lowmain .low__h3 .low__h3-ano{font-size:1rem;top:-9px}.lowerlayer .lowmain .low__h3 .low__h3-spbr{display:inline-block}}}@layer reset, base, components, pages, utilities;@layer components{.news{background-color:#fff;padding:120px 0 100px}.news .news-inner{width:100%;max-width:1100px;margin:0 auto}.news .news-inner .news-list{margin-top:60px}.news .news-inner .news-list .news-item{border-bottom:1px solid #e5e5e5;padding:26px 0;display:flex;align-items:center;gap:0 16px}.news .news-inner .news-list .news-item:first-child{border-top:1px solid #e5e5e5}.news .news-inner .news-list .news-item .news-item__date{display:flex;gap:0 8px;align-items:center;width:186px;flex-shrink:0}.news .news-inner .news-list .news-item .news-item__date .news-item__time{margin-right:12px;color:#6a757d;font-size:1.4rem}.news .news-inner .news-list .news-item .news-item__date>span{font-size:1.2rem;font-weight:bold;padding:4px 0;border:1px solid #e5e5e5;border-radius:2px;width:92px;text-align:center;letter-spacing:normal}.news .news-inner .news-list .news-item .news-item__date>span.news_kaizen{color:#43a047;border:1px solid #43a047}.news .news-inner .news-list .news-item .news-item__date>span.news_cp{color:#f7954e;border:1px solid #f7954e}.news .news-inner .news-list .news-item .news-item__date>span.news_important{color:#e74c3c;border:1px solid #e74c3c}.news .news-inner .news-list .news-item .news-item__date>span.news_pr{color:#2cb3ce;border:1px solid #2cb3ce}.news .news-inner .news-list .news-item .news-item__link{font-size:1.4rem;line-height:1.4}.news .news-inner .news-list .news-item .news-item__link:hover{color:#005bac}.news .news__btninfo{width:190px;height:52px;border:2px solid #243544;border-radius:28px;display:flex;align-items:center;justify-content:center;font-weight:normal;margin:40px auto;position:relative}.news .news__btninfo:hover{opacity:.7;transition:.3;color:#243544}.news .news__btninfo::after{content:"";width:10px;height:10px;display:block;position:absolute;top:50%;transition:all .3s;rotate:135deg;translate:0 -50%;border-top:2px solid #243544;border-left:2px solid #243544;right:16px}.news-single{background-color:#fff}.news-single .article__inner{width:960px;margin:0 auto}.news-single .article__inner .article__header{padding-bottom:28px;border-bottom:1px solid #e5e5e5}.news-single .article__inner .article__header .article__time{margin-bottom:16px;line-height:1.8;display:flex;align-items:center;gap:0 8px;color:#6a757d;font-size:1.4rem}.news-single .article__inner .article__header .article__time>span{font-size:1.2rem;font-weight:bold;padding:4px 0;border:1px solid #e5e5e5;border-radius:2px;width:98px;text-align:center;line-height:1}.news-single .article__inner .article__header .article__time>span.news_kaizen{color:#43a047;border:1px solid #43a047}.news-single .article__inner .article__header .article__time>span.news_cp{color:#f7954e;border:1px solid #f7954e}.news-single .article__inner .article__header .article__time>span.news_important{color:#e74c3c;border:1px solid #e74c3c}.news-single .article__inner .article__header .article__time>span.news_pr{color:#2cb3ce;border:1px solid #2cb3ce}.news-single .article__inner .article__header .article__h2{font-size:3.2rem;font-weight:500;line-height:1.3;letter-spacing:.0625em}.news-single .article__inner .article__share{padding:40px 0 0;display:flex;align-items:center;justify-content:flex-end;gap:0 20px}.news-single .article__inner .article__share .article__share-text{font-weight:bold;color:#6a757d;letter-spacing:normal}.news-single .article__inner .article__share>a{display:block}.news-single .article__inner .article__content{padding:40px 0;word-break:break-all}.news-single .article__inner .article__content img{max-width:960px;height:auto}.news-single .article__inner .article__content>p{line-height:1.88;word-break:break-all}.news-single .article__inner .article__content>p>a{color:#005bac}@media screen and (max-width: 768px){.news{padding:60px 20px}.news .news-inner .news-list{max-width:100%;margin-top:0}.news .news-inner .news-list .news-item{flex-direction:column;align-items:flex-start;gap:20px 0;padding:24px 0}.news .news-inner .news-list .news-item .news-item__date>span{width:auto;padding:4px 8px;flex-shrink:0}.news .news-inner .news-list .news-item .news-item__link{line-height:1.7}.news-single .maincontents{padding:30px 0 40px}.news-single .article__inner{width:100%;padding:0 20px}.news-single .article__inner .article__header{padding-bottom:20px}.news-single .article__inner .article__header .article__h2{font-size:2.4rem;line-height:1.5}.news-single .article__inner .article__share{padding:30px 0 0;justify-content:flex-start}.news-single .article__inner .article__content{padding:30px 0 0}.news-single .article__inner .article__content img{max-width:100%;height:auto}}}@layer pages{.mainkv{background-color:#fff;background-image:url("/assets/imgs/top/mv_bg.webp");background-size:cover}.mainkv .mainkv-inner{width:100%;max-width:1280px;margin:0 auto;height:800px;position:relative;background:url("/assets/imgs/top/mv_catch_pc.webp") no-repeat;background-size:cover;background-position:center top}.home{background:#fff}.home .home__h2{font-size:6.4rem;font-weight:300;color:#4279bb;letter-spacing:normal;line-height:1.25}.home .home-h2__subtext{font-size:2rem;font-weight:bold;line-height:1.8}.home .home-wrap .home-toparea{padding:120px 0 232px;background:url("/assets/imgs/topnew/bg-wave-white.webp"),url("/assets/imgs/topnew/bg-city.webp");background-repeat:no-repeat;background-position:center top -280px,center bottom;background-size:100% 550px,2560px auto}.home .home-wrap .home-toparea .home-toparea__text{font-size:3.2rem;line-height:2.5;text-align:center}.home .home-wrap .home-about{padding:160px 0;background-color:#e8f1f8;position:relative}.home .home-wrap .home-about::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:760px;background-image:url("/assets/imgs/topnew/bg-blur-pc.webp");background-size:2440px auto;background-position:center top}.home .home-wrap .home-about .home-about-inner{width:1280px;margin:0 auto;padding:0 90px;position:relative}.home .home-wrap .home-about .home-about-inner::after{content:"";width:755px;height:933px;display:block;background:url("/assets/imgs/topnew/img-aboutus-pc.webp") no-repeat;background-size:755px auto;position:absolute;right:50px;top:-235px}.home .home-wrap .home-about .home-about-inner .home-about__text{width:460px;line-height:2.25;margin-top:60px;letter-spacing:normal}.home .home-wrap .home-news{padding:160px 0}.home .home-wrap .home-news .home-news-inner{width:1100px;margin:0 auto;display:flex;gap:0 80px}.home .home-wrap .home-news .home-news-inner .home-news-right{flex:1}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list{margin-bottom:28px}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item{border-bottom:solid 1px rgba(136,153,172,.2);padding:20px 0}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item:first-child{border-top:solid 1px rgba(136,153,172,.2)}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date{display:flex;align-items:center;gap:0 16px;margin-bottom:16px}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date .news-item__time{color:#8899ac}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date>span{width:110px;height:24px;font-size:1.4rem;padding:6px 0;letter-spacing:normal;display:flex;align-items:center;justify-content:center}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date>span.news_kaizen{color:#43a047;border:1px solid #43a047}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date>span.news_cp{color:#f7954e;border:1px solid #f7954e}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date>span.news_important{color:#e74c3c;border:1px solid #e74c3c}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__date>span.news_pr{color:#2cb3ce;border:1px solid #2cb3ce}.home .home-wrap .home-news .home-news-inner .home-news-right .news-list .news-item .news-item__link{line-height:1.8}.home .home-wrap .home-news .home-news-inner .home-news-right .home-news__link{display:block;width:fit-content;margin-left:auto}.home .home-wrap .home-other{padding:160px 0;background-color:#e8f1f8;position:relative}.home .home-wrap .home-other::before{content:"";position:absolute;top:0;left:0;width:100%;height:760px;background-image:url("/assets/imgs/topnew/bg-blur-pc.webp");background-size:2440px auto;background-position:center top;transform:scaleY(-1)}.home .home-wrap .home-other::after{content:"";display:block;width:100%;height:550px;background:url("/assets/imgs/topnew/bg-wave-blue.webp") no-repeat;background-size:100% 550px;position:absolute;right:0;left:0;bottom:0;margin:auto}.home .home-wrap .home-other .home-other-inner{width:1100px;margin:0 auto;position:relative;z-index:1}.home .home-wrap .home-other .home-other-inner .home-other-item{padding:16px 56px 16px 16px;backdrop-filter:blur(24px);border:solid 1px #fff;background-color:rgba(255,255,255,.4);border-radius:24px;display:flex;gap:0 56px}.home .home-wrap .home-other .home-other-inner .home-other-item:not(:last-child){margin-bottom:40px}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__img{flex-shrink:0;border-radius:12px;overflow:hidden}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info{flex:1;padding-top:40px;position:relative}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__ttl{font-size:2.4rem;font-weight:bold;margin-bottom:16px;line-height:1.5;letter-spacing:normal}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__text{line-height:2.25;margin-bottom:32px;letter-spacing:normal}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__linkbtn{position:absolute;bottom:24px;right:0;left:0;margin:auto}@media screen and (max-width: 768px){.mainkv{background-color:#fff;background-image:url("/assets/imgs/top/mv_bg.webp");background-size:cover}.mainkv .mainkv-inner{background:url("/assets/imgs/top/mv_catch_sp.webp") no-repeat;background-size:cover;background-position:center top;max-width:100%;height:auto;padding-top:177.77%}.home .home-wrap .home__h2{font-size:5.6rem}.home .home-wrap .home-toparea{padding:60px 0 112px;background-position:center top -80px,center bottom -1px;background-size:100% 236px,1240px auto}.home .home-wrap .home-toparea .home-toparea__text{font-size:1.8rem;line-height:2.44}.home .home-wrap .home-about{padding:0}.home .home-wrap .home-about::before{height:640px;background-image:url("/assets/imgs/topnew/bg-blur-sp.webp");background-position:center bottom;background-size:760px auto;background-repeat:no-repeat}.home .home-wrap .home-about .home-about-inner{width:100%;padding:0 16px 520px}.home .home-wrap .home-about .home-about-inner::after{width:328px;height:540px;background:url("/assets/imgs/topnew/img-aboutus-sp.webp") no-repeat;background-size:328px auto;top:auto;right:0;left:0;bottom:-60px;margin:auto}.home .home-wrap .home-about .home-about-inner .home-about__text{width:100%;line-height:1.8;margin-top:40px}.home .home-wrap .home-news{padding:80px 0}.home .home-wrap .home-news .home-news-inner{width:100%;padding:0 16px;flex-direction:column;gap:40px 0}.home .home-wrap .home-other{padding:80px 0}.home .home-wrap .home-other::before{height:640px;background-image:url("/assets/imgs/topnew/bg-blur-sp.webp");background-position:center top;background-size:760px auto;background-repeat:no-repeat}.home .home-wrap .home-other::after{height:236px;background-size:768px auto;background-position:center}.home .home-wrap .home-other .home-other-inner{width:100%;padding:0 16px}.home .home-wrap .home-other .home-other-inner .home-other-item{flex-direction:column;gap:40px 0;border-radius:12px;padding:16px 16px 40px}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__img>img{width:100%;height:auto}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info{padding-top:0}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__ttl{text-align:center}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__text{margin-bottom:40px}.home .home-wrap .home-other .home-other-inner .home-other-item .home-other-item__info .home-other-item__linkbtn{position:static;width:240px}}}
