@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0;font-size:clamp(20px, 1.2svw, 25px);color:#2b2b2b;font-weight:500;font-family:"Zen Kaku Gothic New",sans-serif;scroll-behavior:smooth}@media screen and (min-width:3000px){html,body{font-size:clamp(20px, 1.2svw, 1.2svw)}}.site-layout{display:flex}.main{flex:1;min-width:0;overflow-x:hidden}.child-page-content{padding:5rem 3rem}@media screen and (max-width:1050px){html,body{font-size:clamp(15px, 2.2svw, 20px)}.site-layout{display:block}.main{width:100%;flex:auto}}@media screen and (max-width:750px){.child-page-content{padding:3rem 1.5rem}}h1,h2,h3,h4,h5,h6,p{margin:0}.h2{font-size:2.5rem}.h3{font-size:1.5rem;font-weight:700;color:#1e74a2;margin-bottom:2rem;display:flex;align-items:center;gap:.55rem}.h3:before{content:"";display:block;width:1rem;aspect-ratio:36/19;background-color:#2b78b8;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);flex-shrink:0}.mb-between{margin-bottom:15vh !important}.dis-ib{display:inline-block}.lh-2em{line-height:2em}a{text-decoration:none;color:#2b2b2b}a:hover{opacity:.8}.btn{display:inline-block;color:#1e74a2;border:1.5px solid #1e74a2;padding:.75rem 4.5rem .75rem 1.25rem;font-weight:700;position:relative;transition:all .5s;background-color:transparent}.btn:after{content:"";position:absolute;top:50%;right:-2.5rem;width:5rem;height:1.5px;background-color:#7cb0d4;transition:all .4s ease-out}.btn:hover{background:rgba(35,131,182,.05)}.btn:hover:after{width:6.5rem;right:-4rem}.btn-color{display:inline-block;color:#fff;background-color:#1e74a2;padding:.75rem 4.5rem .75rem 1.25rem;font-weight:700;position:relative;transition:all .5s}.btn-color:after{content:"";position:absolute;top:50%;right:-2.5rem;width:5rem;height:1.5px;background-color:#fff;transition:all .4s ease-out}.btn-color:hover{background-color:#297fad}.btn-color:hover:after{width:6.5rem;right:-4rem}ul{list-style:none;margin:0;padding:0}@media screen and (max-width:750px){.btn{font-size:1.1rem;padding:.75rem 4rem .75rem 1.1rem}}section:not(.fv):not(.features){opacity:0;transform:translateY(2rem);transition:opacity .5s ease-out,transform .5s ease-out}section:not(.fv):not(.features).is-visible{opacity:1;transform:translateY(0)}aside{background:#edf3f6;width:20%;height:100vh;position:sticky;top:0;padding:1.5rem 2rem;box-shadow:inset 0 0 10px rgba(0,28,65,.15);overflow-y:auto}aside .site-title a img{width:80%;height:auto}aside nav{display:flex;flex-direction:column;height:100%}aside ul{margin-top:3rem}aside ul li{border-top:.75px solid #cad0d6}aside ul li:last-child{border-bottom:.75px solid #cad0d6}aside ul li a{padding:1rem 0;display:flex;flex-direction:column;font-weight:700;font-size:1rem;transition:.5s ease}aside ul li a span{font-size:.75rem;margin-top:5px;font-weight:400;color:#6e6e6e}aside ul li a:hover{color:#1e74a2}.fb-follow-button img{width:2.4rem;height:2.4rem;border-radius:50%;object-fit:cover}.hamburger-btn,.menu-overlay{display:none}.nav-bottom{display:flex;flex-direction:row-reverse;gap:1rem;margin-top:auto;padding:2rem 0 1rem}.nav-bottom a{flex:1}.nav-bottom p{width:80%}.number{display:flex;height:fit-content;background-color:rgba(111,167,185,.155);padding:.5rem .75rem;border-radius:5px;text-align:center;color:#2a607f;justify-content:center}.number a{color:#2a607f}.number span{margin-left:.25rem}.number-sp{display:none}@media screen and (max-width:1650px){aside .site-title a img{width:100%}aside{width:27%}}@media screen and (max-width:1400px){.nav-bottom{flex-direction:column}.nav-bottom p{width:100%}}@media screen and (max-width:1050px){.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;border-radius:3px;position:fixed;top:1rem;right:1.5rem;z-index:9999;background-color:#1e74a2;border:none;cursor:pointer;padding:0;transition:all .3s ease}.hamburger-btn.is-active{background-color:transparent;clip-path:none}.hamburger-btn span{display:block;width:20px;height:2px;background-color:#fff;transition:all .3s ease}.hamburger-btn.is-active span{background-color:#2b2b2b}.hamburger-btn.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.hamburger-btn.is-active span:nth-child(2){opacity:0}.hamburger-btn.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sidebar{position:fixed;top:0;right:0;left:auto;width:350px;max-width:100%;height:100svh;z-index:9998;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;padding-top:0;border-radius:0 0 0 10px}.sidebar.is-open{transform:translateX(0)}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.3);z-index:9997;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-overlay.is-visible{opacity:1;visibility:visible}aside .site-title{margin-top:3.75rem}.nav-bottom{flex-direction:row-reverse}.nav-bottom p{width:80%}.number-pc{display:none}.number-sp{display:block}}@media screen and (max-width:500px){.sidebar{width:280px}}footer{background:#f2f2f2;padding:3rem 5rem 1rem;font-size:.9rem}.footer-flex{display:flex;justify-content:space-between}footer h2{margin-bottom:2rem}footer h2 img{height:2rem;width:auto}.footer-left p:first-of-type{margin-bottom:1.5rem}.footer-left p:nth-last-child(2){margin-bottom:.75rem}.footer-right ul{list-style:none;display:flex;flex-direction:column;gap:.85rem;font-size:.85rem}.copy-right{text-align:center;font-size:.75rem;color:#6e6e6e;margin-top:3rem}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:50px;height:50px;background-color:#1e74a2;border-radius:50%;display:flex;justify-content:center;align-items:center;text-decoration:none;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.back-to-top.is-visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.arrow-up{width:12px;height:12px;border-top:2px solid #fff;border-left:2px solid #fff;transform:translateY(3px) rotate(45deg)}@media (max-width:768px){.back-to-top{width:45px;height:45px}}@media screen and (max-width:1050px){footer{padding:3rem 3rem 1rem;font-size:.9rem}footer h2 img{height:1.75rem}}@media screen and (max-width:750px){footer{padding:2rem 1.5rem 1rem}}@media screen and (max-width:450px){.footer-flex{flex-direction:column}footer h2{margin-bottom:1.25rem}.footer-left p:first-of-type{margin-bottom:1rem}.footer-left p:nth-last-child(2){margin-bottom:.5rem}.footer-right ul{gap:0;text-align:center;margin-top:3rem}.footer-right ul li{width:100%}.footer-right ul li a{border-top:#ddd 1px solid;padding:.85rem;width:100%;display:block}.footer-right ul li:last-child a{border-bottom:#ddd 1px solid}}.fv{width:100%;height:100svh;position:relative;overflow:hidden}.fv img,.fv video{width:100%;height:100%;object-fit:cover;display:block;position:absolute;z-index:1;top:0;left:0}.scroll-indicator{position:absolute;bottom:1.5rem;right:45%;display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;z-index:30}.scroll-text{color:#fff;font-size:1rem;letter-spacing:.1em}.scroll-line{width:1.5px;height:1.5rem;background-color:transparent;position:relative;overflow:hidden}.scroll-line:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;animation:scroll-flow 2s cubic-bezier(.77,0,.175,1) infinite}@keyframes scroll-flow{0%{transform-origin:top;transform:scaleY(0)}45%{transform-origin:top;transform:scaleY(1)}55%{transform-origin:bottom;transform:scaleY(1)}100%{transform-origin:bottom;transform:scaleY(0)}}@media screen and (max-width:1050px){.fv h2{font-size:clamp( 2rem, 6svw, 70px)}.fv-text{padding:2rem}.fv p{font-size:1.1rem;margin-top:2rem;line-height:2em}}.discription{width:100%;height:80svh;position:relative;overflow:hidden}.discription:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,26,33,.7);z-index:5}.discription-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;color:#fff;width:100%;padding:0 2rem;line-height:2em}.discription-text h2{margin-bottom:2rem;font-size:2rem;line-height:1.6em}.discription img{width:120%;height:110%;object-fit:cover;display:block;position:absolute;z-index:1;top:0;left:0}.features{width:100%}.feature-item{display:flex;align-items:stretch}.feature-item:nth-child(even){flex-direction:row-reverse}.feature-img{width:50%;position:relative}.feature-img:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,26,33,.7);z-index:5}.feature-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.feature-content{width:50%;padding:2.5rem 3.5rem 8rem;background:#f5fbff;position:relative;display:flex;flex-direction:column;overflow:hidden}.content-inner{position:relative;z-index:2}.feature-content h2{color:#227dae;font-size:2rem;margin-bottom:.25rem}.feature-content .subtitle{font-size:.9rem;font-weight:700;margin-bottom:3rem;color:#2b2b2b}.feature-content .desc{font-size:.9rem;line-height:2em;margin-bottom:3rem;color:#2b2b2b}.bg-number{position:absolute;bottom:-.85rem;right:0;font-size:13vw;font-weight:700;color:rgba(144,185,197,.08);line-height:1;z-index:1;pointer-events:none}.feature-item{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out}.feature-item:nth-child(odd){transform:translateX(3rem)}.feature-item:nth-child(even){transform:translateX(-3rem)}.feature-item.is-visible{opacity:1;transform:translateX(0)}@media screen and (max-width:750px){.feature-item{flex-direction:column}.feature-item:nth-child(even){flex-direction:column}.feature-img{width:100%;height:30vh}.feature-content{width:100%;padding:2rem 1.5rem 4rem}.feature-content .subtitle{margin-bottom:1.5rem}.feature-content .desc{margin-bottom:2rem}.bg-number{font-size:35vw;bottom:-.5rem}}.recruit{width:100%;padding:13% 3rem;background:radial-gradient(circle at top left,#ecf8ff 0%,#fff 50%);overflow:hidden}.recruit-inner{margin:0 auto;position:relative}.recruit-header{position:absolute;top:-25%;left:12%;z-index:10}.recruit-header h2{color:#2b78b8;margin-bottom:.2rem}.recruit-header .subtitle{font-size:.9rem;font-weight:700;color:#2b2b2b;margin-bottom:3rem}.recruit-header .catchphrase{font-size:2rem;font-weight:700;line-height:1.5;color:#2b2b2b;margin:0;letter-spacing:.075em}.recruit-images{width:fit-content;position:relative;z-index:5;margin:0 auto}.img-main img{width:32vw;height:auto;display:block;border-radius:5px}.img-sub{position:absolute;z-index:6}.img-sub img{width:13vw;height:auto;display:block;border-radius:5px;box-shadow:0 8px 16px rgba(0,0,0,.1)}.top-right{top:-20%;right:-32%}.bottom-left{bottom:-25%;left:-36%}.recruit-desc{position:absolute;bottom:-17%;right:3%;width:auto;z-index:10;text-align:right}.recruit-desc p{font-size:.9rem;line-height:2;color:#2b2b2b;margin-bottom:2rem;text-align:left;line-height:2.2em}@media screen and (max-width:2800px){.recruit-desc{right:8%;bottom:-20%}.recruit-desc p{width:19rem}.recruit-header .subtitle{margin-bottom:2.5rem}}@media screen and (max-width:2500px){.recruit-header{top:-30%;left:7%}.img-main img{width:38vw}.bottom-left{left:-30%}}@media screen and (max-width:1800px){.recruit-header{top:-30%;left:3%}.img-main img{width:40vw}.recruit-desc{right:3%}}@media screen and (max-width:1500px){.img-main img{width:42vw;height:32rem;object-fit:cover}.recruit-desc{right:0;bottom:0}.recruit-header{top:0;right:0;left:auto;width:19rem}.recruit-images{margin:0}.top-right,.bottom-left{display:none}.recruit-header .catchphrase{font-size:1.75rem}}@media screen and (max-width:1050px){.img-main img{width:55vw}}@media screen and (max-width:750px){.recruit{padding:3rem 1.5rem}.recruit-header,.recruit-desc{position:relative}.img-main img{width:100%;height:auto;aspect-ratio:3/1.8}.recruit-header{width:100%}.recruit-header .subtitle{margin-bottom:1.5rem}.recruit-desc p{font-size:1rem;width:100%;margin-top:1rem}.recruit-header .catchphrase{margin-bottom:1rem}.recruit a{margin-right:3rem}.recruit .pc-br{display:none}}.contact{width:100%;height:fit-content;position:relative;overflow:hidden}.contact:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,26,33,.7);z-index:5}.contact a{color:#fff}.contact-text{position:relative;z-index:5;padding:5rem 1.5rem 6.5rem;margin:0 auto;text-align:center;color:#fff;width:100%}.contact h2{font-size:3.5rem;margin-bottom:3rem}.contact p:first-of-type{margin-bottom:2rem;font-weight:400}.contact p{font-size:1.2rem;margin-top:1rem;font-weight:700}.contact img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;z-index:1;top:0;left:0}.contact a{margin-top:3rem}@media screen and (max-width:1550px){.contact h2{font-size:2.5rem;margin-bottom:2rem}.contact p:first-of-type{margin-bottom:1.5rem;margin-top:0;line-height:2em}.contact p{font-size:1.1rem;margin-top:.5rem}}.access{display:flex;width:100%;background-color:#fafdff}.access-info{width:50%;padding:2.5rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.access-info h2{color:#2b78b8;margin-bottom:.25rem}.access-info .subtitle{font-size:.9rem;font-weight:700;color:#2b2b2b;margin-bottom:2rem}.access-info .company-name{font-size:1.2rem;margin-bottom:1rem;color:#2b2b2b}.access-info .address{font-size:.9rem;color:#2b2b2b;margin-bottom:3rem}.access-map{width:50%}.access-map iframe{width:100%;height:100%;min-height:400px;object-fit:cover;display:block}@media screen and (max-width:750px){.access{flex-direction:column-reverse;padding:2rem 1.5rem 3rem}.access-map{width:100%;height:auto;margin:0 auto}.access-map iframe{height:30vh;min-height:0}.access-info{width:100%;padding:0;padding-top:2rem;align-items:center;text-align:center}}.page-mv{position:relative;width:100%;height:35svh;min-height:300px;display:flex}.page-mv-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-mv-bg:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(14,26,33,.7)}.page-mv-bg img{width:100%;height:100%;object-fit:cover;display:block}.page-mv-title-box{position:absolute;bottom:0;left:0;z-index:10;background-color:#fff;padding:2rem 3rem 1.5rem;border-top-right-radius:8px}.page-slug{color:#1e74a2;font-size:3rem;margin-bottom:.7rem;line-height:1}.page-title-ja{font-size:1rem;font-weight:700}.page-mv-breadcrumbs{position:absolute;bottom:1.5rem;right:3rem;z-index:10;display:flex;align-items:center;color:#fff;font-size:.9rem}.page-mv-breadcrumbs a{color:#fff;transition:opacity .5s}.page-mv-breadcrumbs a:hover{opacity:.8}.breadcrumb-line{display:inline-block;width:3rem;height:.75px;background-color:#fff;margin:0 .75rem}@media screen and (max-width:750px){.page-mv-breadcrumbs{left:1.5rem;right:auto;bottom:auto;top:1.5rem}.breadcrumb-line{width:2rem}.page-mv-title-box{padding:1.5rem 1.5rem 1rem}.page-slug{font-size:2.25rem}.page-title-ja{font-size:.9rem}}.page-delivery-record main ul{list-style:circle;padding-left:1.5rem;column-count:2;column-gap:8rem;column-rule:#cad0d6 1px solid;line-height:1.8em}.page-delivery-record main ul li{break-inside:avoid}.page-delivery-record main ul li:nth-child(13){break-inside:avoid}.page-delivery-record main ul li::marker{color:#1e74a2}.page-delivery-record main ul li:not(:last-child){margin-bottom:1rem}@media screen and (max-width:600px){.page-delivery-record main ul{column-count:1}}.contact-q dl dt{position:relative;font-size:1.2rem;font-weight:700;margin-bottom:.75rem;background-image:linear-gradient(to right,#aaa 40%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:10px 1px;background-repeat:repeat-x;padding-bottom:.75rem}.contact-q span.q-a-q{color:#1e74a2;font-weight:700;font-size:1.5rem}.contact-q dl dd{line-height:2em;position:relative;margin-left:0}.contact-q dl dd:not(:last-child){margin-bottom:2rem}.contact-q span.q-a-a{color:#e13636;font-weight:700;font-size:1.15rem}.page-contact form{width:100%;border-collapse:collapse;background-color:rgba(36,141,173,.08);padding:2rem 3rem;margin-top:2rem}.page-contact form .form-label{color:#1e74a2;font-weight:700}.page-contact form p{margin-bottom:3rem}.page-contact form input[type=text],.page-contact form input[type=tel],.page-contact form input[type=email],.page-contact form select,.page-contact form textarea{background-color:#fafdff;border:none;padding:.75rem 1rem;box-sizing:border-box;font-size:.85rem;margin-top:1rem}.page-contact form textarea{width:100%;height:8rem}.page-contact form input::placeholder,.page-contact form textarea::placeholder{color:#888}.name-sub{margin-right:.25rem;color:rgba(10,52,76,.55)}.flex-field{display:flex;align-items:center}.note{font-size:.85em;color:rgba(10,52,76,.55);margin-left:.25rem;padding-top:1rem}.wpcf7-not-valid-tip{font-size:.9rem;margin-top:.5rem}.submit-btn{text-align:center;margin-top:3rem}.submit-btn input{display:inline-block;color:#1e74a2;border:1px solid #1e74a2;padding:.75rem 3.75rem .75rem 1.25rem;font-weight:500;position:relative;transition:all .5s;background-color:transparent;font-size:1rem}.btn-wrap{display:inline-block;position:relative}.btn-wrap:after{content:"";position:absolute;top:50%;right:1rem;width:4.5rem;height:1px;background-color:#1e74a2;transition:all .4s ease-out}.submit-btn input:hover{background:rgba(35,131,182,.05)}.page-contact form select{color:#888;-webkit-appearance:none;appearance:none;background-image:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23888888%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22%2F%3E%3C%2Fsvg%3E');background-repeat:no-repeat;background-position:right 15px center;background-size:24px;padding-right:45px}.page-contact form select:focus{outline:none;color:#2b2b2b}@media screen and (max-width:550px){.contact-q dl dt{font-size:1.1rem}.contact-q dl dt:before{font-size:1.3rem}.page-contact form{padding:2rem}.page-contact form input[type=text],.page-contact form input[type=tel],.page-contact form input[type=email],.page-contact form select,.page-contact form textarea{width:100%}.page-contact form .form-label{font-size:1.1rem}.page-contact form .name-sub{display:block;margin-top:1rem}.flex-field{display:block}.note{display:block;padding-top:.5rem}}.service-item>.wp-block-group__inner-container{display:flex;gap:3rem;align-items:stretch;height:fit-content}.service-item:nth-child(2n)>.wp-block-group__inner-container{flex-direction:row-reverse}.service-item:not(:last-child){margin-bottom:3rem;padding-bottom:2rem;background-image:linear-gradient(to right,#aaa 40%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:10px 1px;background-repeat:repeat-x}.service-item figure{width:25%;min-height:2rem;object-fit:cover;margin:0}.service-item figure img{width:100%;height:auto;object-fit:cover;aspect-ratio:3/2.2}.service-item .service-text{flex:1}.service-item .service-text p{line-height:2.1em}@media screen and (max-width:1750px){.service-item>.wp-block-group__inner-container{gap:1.5rem}}@media screen and (max-width:1600px){.service-item figure img{aspect-ratio:3/2.8}}@media screen and (max-width:1600px){.service-item figure img{aspect-ratio:3/3.5}}@media screen and (max-width:750px){.service-item>.wp-block-group__inner-container{gap:1.5rem}.service-item figure{width:40%}.service-item .service-text p{line-height:2em;margin-top:-1rem}}@media screen and (max-width:500px){.service-item>.wp-block-group__inner-container{flex-direction:column}.service-item:nth-child(2n)>.wp-block-group__inner-container{flex-direction:column}.service-item figure{width:100%}.service-item figure img{height:auto;aspect-ratio:3/1.8}}.page-products section>.wp-block-group__inner-container{display:flex;flex-wrap:wrap;gap:4vw}.page-products .product-item{width:calc((100% - 8vw) / 3);box-sizing:border-box}.page-products .product-item figure{margin:0;width:100%}.page-products .product-item figure img{width:100%;height:auto;aspect-ratio:3/2.7;object-fit:cover}.page-products .product-item p{background-color:#f3faff;text-align:center;padding:1.3vw 0;font-weight:700;font-size:clamp(0.85rem, 1vw, 1.5rem)}@media screen and (max-width:500px){.page-products .child-page-content{flex-direction:column}.page-products .product-item{width:100%}.page-products .product-item figure img{aspect-ratio:3/1.8}.page-products .product-item p{padding:1rem 0;font-size:1rem}}.page-privacy-policy main ul{list-style:circle;padding-left:1rem;margin-top:1rem}.page-privacy-policy main ul li{padding-top:.5rem}.page-privacy-policy main ul li::marker{color:#1e74a2}.page-privacy-policy p{line-height:2em}.pp-first-p{margin-bottom:3rem;font-size:1.1rem;font-weight:700;line-height:2em}.pp-item{margin-top:2rem;padding-top:2rem;background-image:linear-gradient(to right,#aaa 40%,rgba(255,255,255,0) 0%);background-position:top;background-size:10px 1px;background-repeat:repeat-x}.about-first{margin:0 auto;background-image:radial-gradient(circle,#edf8ff 0%,rgba(236,248,255,0) 40%);background-repeat:no-repeat;background-position:top center;background-size:40rem;margin-top:-25rem;padding-top:28rem;overflow-x:hidden}.about-first .h3{justify-content:center}.about-first .about-copy{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.about-first .about-copy-sub{font-size:1rem;line-height:2em;padding:0 3rem;text-align:center}@media screen and (max-width:750px){.about-first{margin-left:-1.5rem;margin-right:-1.5rem;padding:0 1.5rem;padding-top:28rem;background-position:top 18vh center;background-size:80rem}.about-first .about-copy{font-size:clamp(1.2rem, 5.5vw, 2rem)}.about-first .about-copy-sub{padding:0 1rem}.hp-copy{font-size:clamp(1.2rem, 4.5vw, 4.5vw) !important}}.greeting{container-type:inline-size;margin-top:15vh}.greeting>.wp-block-group__inner-container{display:flex;gap:3vw;align-items:stretch;height:fit-content}.greeting figure{margin:0;width:40%;height:auto;max-height:30rem}.greeting figure img{width:100%;height:100%;object-fit:cover}.greeting .greeting-right{flex:1}.greeting h3{font-size:1.1rem;margin-bottom:1.5rem;font-weight:700}.greeting .greeting-copy{font-size:1.35rem;margin-bottom:1.5rem;font-weight:700}.greeting p.greeting-message{line-height:2em;margin-bottom:3rem}.greeting .ceo-info{width:fit-content;margin-left:auto;padding-right:1rem}.greeting .ceo-info .date{margin-bottom:.3rem}.greeting .ceo-info .ceo-name>.wp-block-group__inner-container{display:flex;gap:2rem}.greeting .ceo-info .ceo-name p{font-size:1.15rem;margin-top:1rem}@media screen and (max-width:1400px){.greeting>.wp-block-group__inner-container{gap:1.5rem}.greeting figure{width:45%;height:auto;max-height:none}.greeting figure img{height:auto;aspect-ratio:1/1.35}.greeting p.greeting-message{font-size:.9rem;margin-bottom:2rem}.greeting .greeting-copy{font-size:1.2rem;margin-bottom:1rem;line-height:1.55em}.greeting h3{margin-bottom:1rem}.greeting .ceo-info{font-size:.9rem}.greeting .ceo-info .ceo-name p{font-size:1rem;margin-top:.75rem}}@media screen and (max-width:750px){.greeting>.wp-block-group__inner-container{flex-direction:column}.greeting figure{width:100%}.greeting figure img{height:auto;aspect-ratio:3/2.75}}.timeline{background-color:rgba(0,148,148,.03);padding:3rem;margin-left:-3rem;margin-right:-3rem}.timeline-flex>.wp-block-group__inner-container{display:flex;gap:2rem}.timeline-right{width:30%}.timeline-right>.wp-block-group__inner-container{display:flex;flex-direction:column;gap:1.5rem;height:100%}.timeline-right figure{margin:0;flex:1;min-height:0;position:relative}.timeline-right img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.timeline-box{flex:1;border-left:2px solid #ccdce4;padding-bottom:1rem;padding-left:2rem;line-height:2em}.timeline-item>.wp-block-group__inner-container{display:flex;gap:5vw;margin-bottom:3rem}.timeline-item:last-child>.wp-block-group__inner-container{margin-bottom:0}@media screen and (max-width:1400px){.timeline-right{display:none}.timeline-item>.wp-block-group__inner-container p:first-child{width:3rem}.timeline-item>.wp-block-group__inner-container p:last-child{flex:1}}@media screen and (max-width:750px){.timeline{margin-left:-1.5rem;margin-right:-1.5rem;padding:3rem 1.5rem}}.outline{display:flex;flex-wrap:wrap}.outline a{color:#1e74a2;text-decoration:underline}.outline dt,.outline dd{padding:2rem 0;padding-left:2rem}.outline dt{width:13rem;font-weight:700;background:rgba(144,185,197,.08)}.outline dt:nth-of-type(2n){background:rgba(36,141,173,.08)}.outline dd{width:calc(100% - 13rem);margin:0;border-bottom:1px dotted #ccc}.outline dd:first-of-type{border-top:1px dotted #ccc}@media screen and (max-width:750px){.outline{flex-direction:column}.outline dt,.outline dd{width:100%}.outline dd{border-bottom:none}.outline dd:first-of-type{border-top:none}}.page-recruit .about-first{background-position:top 18vh center;background-size:80rem}.person-philosophy{margin-top:8vh}.hp-wrapper>.wp-block-group__inner-container{display:flex;flex-direction:column;justify-content:center}.hp-copy{font-size:1.5rem;margin-bottom:1.5rem;margin-top:-.5rem;text-align:center}ul.hp-list{text-align:left;list-style:circle;padding-left:2rem;margin:0 auto}ul.hp-list li::marker{color:#1e74a2}ul.hp-list li:not(:last-of-type){margin-bottom:.5rem}.person{padding:3rem;margin-left:-3rem;margin-right:-3rem;background-color:#fff;background-image:radial-gradient(#eaeaea 1.8px,transparent 0);background-size:18px 18px;background-repeat:repeat}.person>.wp-block-group__inner-container{display:flex;justify-content:space-between;gap:2rem;align-items:stretch}.person-left{flex:1}.person .title{font-size:1.25rem;font-weight:700;margin-bottom:2rem}.person p:not(.title){line-height:2em}.person .decorated-image{width:40%;height:auto}.person .decorated-image div,.person .decorated-image figure{width:100%;height:100%}.person .decorated-image img{width:100%;height:100%;object-fit:cover}.person .decorated-image{position:relative;display:inline-block;padding:2rem 3rem;z-index:0}.person .decorated-image figure,.person .decorated-image img{position:relative;z-index:2;margin:0}.person .decorated-image:before,.person .decorated-image:after{content:"";position:absolute;width:5svw;height:5svw;background-color:rgba(151,207,224,.18);z-index:1}.person .decorated-image:before{top:0;right:0}.person .decorated-image:after{bottom:0;left:0}@media screen and (max-width:1500px){.person .title{font-size:1.15rem;margin-bottom:1.5rem}.person .decorated-image{width:50%}.person .decorated-image:before,.person .decorated-image:after{width:6.5svw;height:6.5svw}.person .decorated-image{padding:5rem 1.5rem 2rem}.person .decorated-image:before{top:3rem}}@media screen and (max-width:1050px){.person .decorated-image:before,.person .decorated-image:after{display:none}.person .decorated-image{padding:4rem 0 0}.person>.wp-block-group__inner-container{gap:2rem}.person .decorated-image{width:40%}}@media screen and (max-width:750px){.person{padding:3rem 1.5rem;margin-left:-1.5rem;margin-right:-1.5rem}.person>.wp-block-group__inner-container{flex-direction:column-reverse}.person .decorated-image{width:100%;height:50vh;max-height:400px;padding:0}.person .decorated-image img{height:100%;aspect-ratio:auto}}.rd-flex>.wp-block-group__inner-container{display:flex;flex-direction:row-reverse;gap:3rem;justify-content:start}.recruit-detail-item:not(:last-of-type){margin-bottom:2rem;padding-bottom:2rem;background-image:linear-gradient(to right,#aaa 40%,rgba(255,255,255,0) 0%);background-position:bottom;background-size:10px 1px;background-repeat:repeat-x}.rd-left{width:35%}.rd-left>.wp-block-group__inner-container{display:flex;flex-direction:column;gap:3rem}.rd-left figure{width:100%;height:auto;margin:0}.rd-left img{width:100%;height:auto;object-fit:cover;aspect-ratio:3/2.8}.rd-right{flex:1}.rd-flex h3{color:#1e74a2;font-size:1rem;margin-bottom:1rem}.rd-flex p{line-height:2em}.rd-first-ul{list-style:circle;padding-left:1.2rem}.rd-first-ul li::marker{color:#1e74a2}.business-content-item ul{list-style:disc;background:rgba(149,209,227,.08);padding:1rem 2.5rem;line-height:2em;display:flex;flex-direction:column;gap:.25rem}.business-content-item ul li::marker{font-size:.8rem;color:#5a5a5a}.business-content-item:not(:last-child){margin-bottom:1rem}.business-content-item h4{font-size:1rem;background:rgba(149,209,227,.18);padding:1rem 1.5rem}@media screen and (max-width:1400px){.rd-flex>.wp-block-group__inner-container{gap:2rem}.rd-left>.wp-block-group__inner-container{gap:1.5rem}}@media screen and (max-width:750px){.rd-left{display:none}}ul.wsp-pages-list{column-count:2;column-gap:3rem}ul.wsp-pages-list li{break-inside:avoid;position:relative}ul.wsp-pages-list li:after{content:">";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#6cb5dc;margin-right:1rem}ul.wsp-pages-list li:nth-child(4){break-inside:avoid;border-bottom:1px solid #c1dbf5}ul.wsp-pages-list li a{border-top:1px solid #c1dbf5;padding:1.5rem 1rem;display:block;background-color:transparent;transition:all .5s}ul.wsp-pages-list li:last-child a{border-bottom:1px solid #c1dbf5}ul.wsp-pages-list li a:hover{background:rgba(0,148,148,.03)}@media screen and (max-width:500px){ul.wsp-pages-list{column-count:1}ul.wsp-pages-list li:nth-child(4){border-bottom:none}}