html{font-size:2.4154589372vw;height:100%}@media screen and (min-width: 769px)and (max-width: 1800px){html{font-size:.5555555556vw}}@media screen and (min-width: 1801px){html{font-size:62.5%}}html *{box-sizing:border-box}body{font-family:"Noto Sans JP";overflow-x:hidden;background-color:#fff;color:#232323;margin:0;width:100%}@media screen and (max-width: 768px){body{font-size:1.6rem;padding-bottom:5.8rem}}@media screen and (min-width: 769px){body{font-size:1.8rem}}h1,h2,h3,h4,p,ul{margin-top:0;margin-bottom:0;padding:0}ul{list-style:none}img{display:block;width:auto;max-width:100%;height:auto;transition:.3s}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}a:hover img{opacity:.8}@media screen and (max-width: 768px){.only-pc,.hide-sp{display:none !important}}@media screen and (min-width: 769px){.only-sp,.hide-pc{display:none !important}}.bold{font-weight:bold}.container{width:100%;max-width:106rem;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.container-md{max-width:118rem}.container-lg{max-width:158rem}.sub-title{text-align:center;font-weight:500}@media screen and (max-width: 768px){.sub-title{font-size:1.8rem}}@media screen and (min-width: 769px){.sub-title{font-size:2.2rem}}.text-center{text-align:center}#logo{color:#123ba7;font-size:3rem;font-weight:bold}#logo span{font-weight:900;font-family:"Jost"}@media screen and (max-width: 768px){#logo img{width:22rem}}@media screen and (min-width: 769px){#logo img{width:30rem}}.hd-tel{text-align:center;font-weight:bold}@media screen and (max-width: 768px){.hd-tel{display:none}}.hd-tel span{font-weight:900;font-family:"Jost";font-size:1.8em;color:#123ba7;line-height:1;display:flex;gap:1.5rem;margin-left:-4rem;align-items:baseline}#site-header{transition:background-color .3s;background-color:#fff}#site-header.fixed{position:fixed;top:0;width:100vw;z-index:999;background-color:rgba(255,255,255,.6980392157)}#site-header .header-wrap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){#site-header .header-wrap{padding:1rem 2rem}}@media screen and (min-width: 769px){#site-header .header-wrap{padding:1.5rem 10rem}}#site-header .header-wrap .header-right{display:flex;gap:5rem;align-items:center}#site-header .header-wrap .header-right .hd-contact{color:#fff;background:#123ba7;box-shadow:0rem .3rem 0rem #0a2670;border-radius:.5rem;padding:.5rem 2rem;display:flex;align-items:center;gap:1rem;font-weight:500;transition:.3s;text-align:center}@media screen and (max-width: 768px){#site-header .header-wrap .header-right .hd-contact img{width:2.4rem}}@media screen and (min-width: 769px){#site-header .header-wrap .header-right .hd-contact img{width:3.4rem}}@media screen and (max-width: 768px){#site-header .header-wrap .header-right .hd-contact{height:6rem;padding:1.5rem;justify-content:center;align-items:flex-start;width:100%;position:fixed;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s}#site-header .header-wrap .header-right .hd-contact.fixed{visibility:visible;opacity:1;border-radius:0}}#site-header .header-wrap .header-right .hd-contact:active,#site-header .header-wrap .header-right .hd-contact:focus,#site-header .header-wrap .header-right .hd-contact:hover{background-color:#0a2670;box-shadow:0rem .3rem 0rem #000}@media screen and (min-width: 769px){.hd-menu{display:none}}@media screen and (max-width: 768px){.hd-menu{position:relative;padding:1rem}.hd-menu .checkbox{opacity:0;z-index:100;position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer}.hd-menu .checkbox:checked~.nav-container{left:0}.hd-menu .checkbox:checked~.span-container::before{opacity:0}.hd-menu .checkbox:checked~.span-container span{background:#fff}.hd-menu .checkbox:checked~.span-container span:nth-child(1){transform:rotate(45deg) translate(0px, -1px)}.hd-menu .checkbox:checked~.span-container span:nth-child(2){transform:rotate(0deg) scale(0.2, 0.2);opacity:0}.hd-menu .checkbox:checked~.span-container span:nth-child(3){transform:rotate(-45deg) translate(-1px, 0px)}.hd-menu .span-container{position:relative;display:flex;flex-direction:column;z-index:55;gap:1rem}}@media screen and (max-width: 768px)and (max-width: 768px){.hd-menu .span-container{gap:.7rem}}@media screen and (max-width: 768px){.hd-menu .span-container::before{content:"";width:.6rem;height:.6rem;border-radius:.6rem;background-color:red;position:absolute;top:-1rem;left:-1rem;transition:.3s}}@media screen and (max-width: 768px){.hd-menu .span-container span{height:.3rem;background:#123ba7;transition:all 250ms ease-out;transform-origin:0 0}}@media screen and (max-width: 768px)and (max-width: 768px){.hd-menu .span-container span{width:3rem}}@media screen and (max-width: 768px)and (min-width: 769px){.hd-menu .span-container span{width:4rem}}@media screen and (max-width: 768px){.hd-menu .nav-container{position:fixed;left:0;top:0;width:100%;height:100vh;display:flex;flex-flow:column wrap;justify-content:center;align-items:center;z-index:50;background:#444;transition:all 250ms ease-out;left:-100%}.hd-menu .nav-container a{padding:.5rem 2rem;margin:1rem auto;color:#fff;font-size:2.4rem;font-weight:bold;position:relative}.hd-menu .nav-container a::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:.3s;width:0;height:.2rem;background-color:#fff}.hd-menu .nav-container a:hover,.hd-menu .nav-container a:active,.hd-menu .nav-container a:focus{text-decoration:none}.hd-menu .nav-container a:hover::after,.hd-menu .nav-container a:active::after,.hd-menu .nav-container a:focus::after{width:100%}}#back-to-top{display:none;cursor:pointer;position:fixed;z-index:49;border:none;background:none;padding:0}@media screen and (max-width: 768px){#back-to-top{bottom:7rem;right:1rem}}@media screen and (min-width: 769px){#back-to-top{bottom:4rem;right:4rem}}#back-to-top img{transform:rotate(-45deg)}@media screen and (max-width: 768px){#back-to-top img{width:4rem;height:4rem}}@media screen and (min-width: 769px){#back-to-top img{width:4.5rem;height:4.5rem}}#main{position:relative}#main .main_bg{width:100%;max-width:192rem;display:block;margin:0 auto}#main .main-content{position:absolute;width:100%;height:100%;top:0;left:0}@media screen and (max-width: 768px){#main .main-content{padding-top:3rem}}@media screen and (min-width: 769px){#main .main-content{padding-top:11.5rem}}#main .main-content .main_container{display:flex;flex-direction:column;row-gap:1.5rem}@media screen and (max-width: 768px){#main .main-content .main_container{row-gap:.5rem}}@media screen and (min-width: 769px){#main .main-content .main_container{row-gap:1.5rem}}@media screen and (max-width: 768px){#main .main-content .main_container .sub{font-size:1.7rem;line-height:2.6rem}}@media screen and (min-width: 769px){#main .main-content .main_container .sub{font-size:2.5rem;line-height:3.6rem}}#main .main-content .main_container .title{font-weight:700;color:#123ba7}@media screen and (max-width: 768px){#main .main-content .main_container .title{font-size:3.3rem;line-height:4.8rem}}@media screen and (min-width: 769px){#main .main-content .main_container .title{font-size:6rem;line-height:8.8rem}}#main .main-content .main_container .items{display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){#main .main-content .main_container .items{margin-top:0;row-gap:1.5rem;justify-content:space-between;margin-bottom:.5rem}}@media screen and (min-width: 769px){#main .main-content .main_container .items{margin-top:1.5rem;margin-bottom:1rem;-moz-column-gap:2rem;column-gap:2rem}}#main .main-content .main_container .items .item{background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (max-width: 768px){#main .main-content .main_container .items .item{background-image:url(../imgs/main_item_background_sp.svg);width:17.5rem;height:7.7rem;padding:0 2rem;font-size:1.4rem}}@media screen and (min-width: 769px){#main .main-content .main_container .items .item{background-image:url(../imgs/main_item_background.svg);width:21.7rem;height:10.4rem;padding:0 3rem}}#main .main-content .main_container .items .item span{display:block;width:100%;text-align:center;padding:.6rem 0}#main .main-content .main_container .items .item span.bold{border-top:.2rem solid #123ba7;font-weight:900;background:linear-gradient(180deg, #123ba7 0%, #207bc2 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}@media screen and (max-width: 768px){#main .main-content .main_container .items .item span.bold{font-size:1.8rem;line-height:2.6rem}}@media screen and (min-width: 769px){#main .main-content .main_container .items .item span.bold{font-size:2.2rem;line-height:3.2rem}}.section{overflow-x:hidden}@media screen and (max-width: 768px){.section{padding-top:3rem;padding-bottom:3rem}}@media screen and (min-width: 769px){.section{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 768px){.section-page{padding-top:7rem;padding-bottom:7rem}}@media screen and (min-width: 769px){.section-page{padding-top:10rem;padding-bottom:10rem}}.section .section-title{text-align:center;font-weight:700;line-height:1.4444;letter-spacing:.05em;margin-bottom:3.5rem;color:#123ba7}@media screen and (max-width: 768px){.section .section-title{font-size:2.6rem}}@media screen and (min-width: 769px){.section .section-title{font-size:3.6rem}}.section .section-top-title{text-align:center;margin-bottom:1rem}.section .section-top-title span{display:inline-block;background-color:#ffd600;font-size:1.8rem;line-height:2.6rem;padding:.5rem 4rem;position:relative;font-family:"Jost";font-weight:400;letter-spacing:.1em}.section .section-top-title span::before,.section .section-top-title span::after{position:absolute;top:0;padding:.5rem .5rem}.section .section-top-title span::before{content:"[";left:0}.section .section-top-title span::after{content:"]";right:0}#site-footer{background-color:#123ba7;color:#fff;padding:6rem 0}#site-footer .footer-info{display:flex;flex-direction:column;gap:2rem;align-items:center}#site-footer .footer-info .footer-logo img{width:30rem;height:auto}#site-footer .footer-info .hd-tel span{color:#fff}#site-footer .footer-menu{border-bottom:.1rem solid #fff;display:flex;justify-content:center;padding:2.5rem 0;margin-bottom:2.5rem}@media screen and (max-width: 768px){#site-footer .footer-menu{flex-wrap:wrap;gap:1.5rem}}@media screen and (min-width: 769px){#site-footer .footer-menu{gap:4.5rem}}#site-footer .footer-menu a{padding:.5rem 1.5rem;font-size:1.6rem}#site-footer .copyright{text-align:center;font-size:1.6rem;line-height:1.4375}.page-content p{margin-bottom:1em}.back-to-top{text-align:center;margin-top:5rem}.back-to-top a{background:#123ba7;color:#fff;padding:10px 30px;border-radius:5px;text-decoration:none}#breadcrumb{margin-bottom:5rem;font-size:.9em}#breadcrumb a{color:#0c2f9e}/*# sourceMappingURL=style.css.map */