/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}audio:not([controls]){display:none}b,strong{font-weight:bolder}button{-webkit-appearance:button;overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}button,select{text-transform:none}details{display:block}html{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%}hr{overflow:visible}input{-webkit-border-radius:0}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button}input[type=number]{width:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}main{display:block}pre{overflow:auto}progress{display:inline-block}summary{display:block}svg:not(:root){overflow:hidden}template{display:none}textarea{overflow:auto}[hidden]{display:none}*,:after,:before{box-sizing:inherit}*{font-size:inherit;line-height:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}button,input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit}*{margin:0;padding:0}*,:after,:before{border-style:solid;border-width:0}[tabindex],a,area,button,input,label,select,textarea{touch-action:manipulation}svg{fill:currentColor}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}[hidden][aria-hidden=false]{clip:rect(0 0 0 0);display:inherit;position:absolute}[hidden][aria-hidden=false]:focus{clip:auto}*{background-repeat:no-repeat}:root{background-color:#fff;box-sizing:border-box;color:#000;cursor:default;font:100%/1.5 sans-serif}audio,canvas,iframe,img,svg,video{vertical-align:middle}button,input,select,textarea{background-color:transparent;color:inherit}[type=button],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=reset],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],button,select,textarea{min-height:1.5em}code,kbd,pre,samp{font-family:monospace,monospace}nav ol,nav ul{list-style:none}small{font-size:75%}textarea{resize:vertical}::-moz-selection{background-color:#b3d4fc;color:#fff;text-shadow:none}::selection{background-color:#b3d4fc;color:#fff;text-shadow:none}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */.modaal-noscroll{overflow:hidden}.modaal-accessible-hide{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-overlay{z-index:999;opacity:0}.modaal-overlay,.modaal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%}.modaal-wrapper{display:block;z-index:9999;overflow:auto;opacity:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;transition:all .3s ease-in-out}.modaal-wrapper *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden}.modaal-wrapper .modaal-close{border:none;background:0 0;padding:0;-webkit-appearance:none}.modaal-wrapper.modaal-start_none{display:none;opacity:1}.modaal-wrapper.modaal-start_fade{opacity:0}.modaal-wrapper [tabindex="0"]{outline:0!important}.modaal-wrapper.modaal-fullscreen{overflow:hidden}.modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}.modaal-fullscreen .modaal-outer-wrapper{display:block}.modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px}.modaal-fullscreen .modaal-inner-wrapper{padding:0;display:block;vertical-align:top}.modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:left;color:#000;max-width:1000px;border-radius:0;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2);cursor:auto}.modaal-container.is_loading{height:100px;width:100px;overflow:hidden}.modaal-fullscreen .modaal-container{max-width:none;height:100%;overflow:auto}.modaal-close{position:fixed;right:20px;top:20px;color:#fff;cursor:pointer;opacity:1;width:50px;height:50px;background:transparent;border-radius:100%;transition:all .2s ease-in-out}.modaal-close:focus,.modaal-close:hover{outline:0;background:#fff}.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before{background:#b93d0c}.modaal-close span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-close:after,.modaal-close:before{display:block;content:" ";position:absolute;top:14px;left:23px;width:4px;height:22px;border-radius:4px;background:#fff;transition:background .2s ease-in-out}.modaal-close:before{transform:rotate(-45deg)}.modaal-close:after{transform:rotate(45deg)}.modaal-fullscreen .modaal-close{background:#afb7bc;right:10px;top:10px}.modaal-content-container{padding:30px}.modaal-confirm-wrap{padding:30px 0 0;text-align:center;font-size:0}.modaal-confirm-btn{font-size:14px;display:inline-block;margin:0 10px;vertical-align:middle;cursor:pointer;border:none;background:0 0}.modaal-confirm-btn.modaal-ok{padding:10px 15px;color:#fff;background:#555;border-radius:3px;transition:background .2s ease-in-out}.modaal-confirm-btn.modaal-ok:hover{background:#2f2f2f}.modaal-confirm-btn.modaal-cancel{text-decoration:underline}.modaal-confirm-btn.modaal-cancel:hover{text-decoration:none;color:#2f2f2f}.modaal-instagram .modaal-container{width:auto;background:0 0;box-shadow:none!important}.modaal-instagram .modaal-content-container{padding:0;background:0 0}.modaal-instagram .modaal-content-container>blockquote{width:1px!important;height:1px!important;opacity:0!important}.modaal-instagram iframe{opacity:0;margin:-6px!important;border-radius:0!important;width:1000px!important;max-width:800px!important;box-shadow:none!important;animation:instaReveal 1s linear forwards}.modaal-image .modaal-inner-wrapper{padding-left:140px;padding-right:140px}.modaal-image .modaal-container{width:auto;max-width:100%}.modaal-gallery-wrap{position:relative;color:#fff}.modaal-gallery-item{display:none}.modaal-gallery-item img,.modaal-gallery-item.is_active{display:block}.modaal-gallery-label{position:absolute;left:0;width:100%;margin:20px 0 0;font-size:18px;text-align:center;color:#fff}.modaal-gallery-label:focus{outline:0}.modaal-gallery-control{position:absolute;top:50%;transform:translateY(-50%);opacity:1;cursor:pointer;color:#fff;width:50px;height:50px;background:transparent;border:none;border-radius:100%;transition:all .2s ease-in-out}.modaal-gallery-control.is_hidden{opacity:0;cursor:default}.modaal-gallery-control:focus,.modaal-gallery-control:hover{outline:0;background:#fff}.modaal-gallery-control:focus:after,.modaal-gallery-control:focus:before,.modaal-gallery-control:hover:after,.modaal-gallery-control:hover:before{background:#afb7bc}.modaal-gallery-control span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-gallery-control:after,.modaal-gallery-control:before{display:block;content:" ";position:absolute;top:16px;left:25px;width:4px;height:18px;border-radius:4px;background:#fff;transition:background .2s ease-in-out}.modaal-gallery-control:before{margin:-5px 0 0;transform:rotate(-45deg)}.modaal-gallery-control:after{margin:5px 0 0;transform:rotate(45deg)}.modaal-gallery-next-inner{left:100%;margin-left:40px}.modaal-gallery-next-outer{right:45px}.modaal-gallery-prev:after,.modaal-gallery-prev:before{left:22px}.modaal-gallery-prev:before{margin:5px 0 0;transform:rotate(-45deg)}.modaal-gallery-prev:after{margin:-5px 0 0;transform:rotate(45deg)}.modaal-gallery-prev-inner{right:100%;margin-right:40px}.modaal-gallery-prev-outer{left:45px}.modaal-video-wrap{margin:auto 50px;position:relative}.modaal-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.3);background:#000;max-width:1300px;margin-left:auto;margin-right:auto}.modaal-video-container embed,.modaal-video-container iframe,.modaal-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.modaal-iframe .modaal-content,.modaal-iframe-elem{width:100%;height:100%}.modaal-iframe-elem{display:block}.modaal-loading-spinner{background:0 0;position:absolute;width:200px;height:200px;top:50%;left:50%;margin:-100px 0 0 -100px;transform:scale(.25)}.modaal-loading-spinner>div{width:24px;height:24px;margin-left:4px;margin-top:4px;position:absolute}.modaal-loading-spinner>div>div{width:100%;height:100%;border-radius:15px;background:#fff}.modaal-loading-spinner>div:first-of-type>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:0s}.modaal-loading-spinner>div:nth-of-type(2)>div,.modaal-loading-spinner>div:nth-of-type(3)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:first-of-type{transform:translate(84px,84px) rotate(45deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(2)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.12s}.modaal-loading-spinner>div:nth-of-type(2){transform:translate(84px,84px) rotate(90deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(3)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.25s}.modaal-loading-spinner>div:nth-of-type(4)>div,.modaal-loading-spinner>div:nth-of-type(5)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(3){transform:translate(84px,84px) rotate(135deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(4)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.37s}.modaal-loading-spinner>div:nth-of-type(4){transform:translate(84px,84px) rotate(180deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(5)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.5s}.modaal-loading-spinner>div:nth-of-type(6)>div,.modaal-loading-spinner>div:nth-of-type(7)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(5){transform:translate(84px,84px) rotate(225deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(6)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.62s}.modaal-loading-spinner>div:nth-of-type(6){transform:translate(84px,84px) rotate(270deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(7)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.75s}.modaal-loading-spinner>div:nth-of-type(7){transform:translate(84px,84px) rotate(315deg) translate(70px)}.modaal-loading-spinner>div:nth-of-type(8)>div{animation:modaal-loading-spinner 1s linear infinite;animation-delay:.87s}.modaal-loading-spinner>div:nth-of-type(8){transform:translate(84px,84px) rotate(1turn) translate(70px)}@media only screen and (min-width:1400px){.modaal-video-container{padding-bottom:0;height:731px}}@media only screen and (max-width:1140px){.modaal-image .modaal-inner-wrapper{padding-left:25px;padding-right:25px}.modaal-gallery-control{top:auto;bottom:20px;transform:none;background:rgba(0,0,0,.7)}.modaal-gallery-control:after,.modaal-gallery-control:before{background:#fff}.modaal-gallery-next{left:auto;right:20px}.modaal-gallery-prev{left:20px;right:auto}}@media screen and (max-width:900px){.modaal-instagram iframe{width:500px!important}}@media only screen and (max-width:600px){.modaal-instagram iframe{width:280px!important}}@media screen and (max-height:1100px){.modaal-instagram iframe{width:700px!important}}@media screen and (max-height:1000px){.modaal-inner-wrapper{padding-top:60px;padding-bottom:60px}.modaal-instagram iframe{width:600px!important}}@media screen and (max-height:900px){.modaal-instagram iframe{width:500px!important}.modaal-video-container{max-width:900px;max-height:510px}}@media only screen and (max-height:820px){.modaal-gallery-label{display:none}}@keyframes instaReveal{0%{opacity:0}to{opacity:1}}@keyframes modaal-loading-spinner{0%{opacity:1;transform:scale(1.5)}to{opacity:.1;transform:scale(1)}}

/*!
Theme Name: milabo
Theme URI: http://underscores.me/
Author: milabo
Author URI: -------
Description: milabo Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */figure{display:block;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}img{vertical-align:bottom;line-height:0;font-size:0}.pc-only{display:block!important}@media(min-width:798px)and (max-width:1210px){.pc-only{display:none!important}}@media(max-width:797px){.pc-only{display:none!important}}.pc-only--flex{display:flex!important}@media(min-width:798px)and (max-width:1210px){.pc-only--flex{display:none!important}}@media(max-width:797px){.pc-only--flex{display:none!important}}.tab-only{display:none!important}@media(min-width:798px)and (max-width:1210px){.tab-only{display:block!important}}@media(max-width:797px){.tab-only{display:none!important}}.sp-only{display:none!important}@media(min-width:798px)and (max-width:1210px){.sp-only{display:none!important}}@media(max-width:797px){.sp-only{display:block!important}}.sp-only--flex{display:none!important}@media(min-width:798px)and (max-width:1210px){.sp-only--flex{display:none!important}}@media(max-width:797px){.sp-only--flex{display:flex!important}}.pctab-only{display:block!important}@media(min-width:798px)and (max-width:1210px){.pctab-only{display:block!important}}@media(max-width:797px){.pctab-only{display:none!important}}.pctab-only--flex{display:flex!important}@media(min-width:798px)and (max-width:1210px){.pctab-only--flex{display:flex!important}}@media(max-width:797px){.pctab-only--flex{display:none!important}}.tabsp-only{display:none!important}@media(min-width:798px)and (max-width:1210px){.tabsp-only{display:block!important}}@media(max-width:797px){.tabsp-only{display:block!important}.sp-none{display:none}}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.pt-10{padding-top:10px!important}.pb-10{padding-bottom:10px!important}.pl-10{padding-left:10px!important}.pr-10{padding-right:10px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.mr-20{margin-right:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.pt-20{padding-top:20px!important}.pb-20{padding-bottom:20px!important}.pl-20{padding-left:20px!important}.pr-20{padding-right:20px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.ml-30{margin-left:30px!important}.mr-30{margin-right:30px!important}.my-30{margin-top:30px!important;margin-bottom:30px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.pt-30{padding-top:30px!important}.pb-30{padding-bottom:30px!important}.pl-30{padding-left:30px!important}.pr-30{padding-right:30px!important}.py-30{padding-top:30px!important;padding-bottom:30px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.ml-40{margin-left:40px!important}.mr-40{margin-right:40px!important}.my-40{margin-top:40px!important;margin-bottom:40px!important}.mx-40{margin-left:40px!important;margin-right:40px!important}.pt-40{padding-top:40px!important}.pb-40{padding-bottom:40px!important}.pl-40{padding-left:40px!important}.pr-40{padding-right:40px!important}.py-40{padding-top:40px!important;padding-bottom:40px!important}.px-40{padding-left:40px!important;padding-right:40px!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.ml-50{margin-left:50px!important}.mr-50{margin-right:50px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.mx-50{margin-left:50px!important;margin-right:50px!important}.pt-50{padding-top:50px!important}.pb-50{padding-bottom:50px!important}.pl-50{padding-left:50px!important}.pr-50{padding-right:50px!important}.py-50{padding-top:50px!important;padding-bottom:50px!important}.px-50{padding-left:50px!important;padding-right:50px!important}.mt-60{margin-top:60px!important}.mb-60{margin-bottom:60px!important}.ml-60{margin-left:60px!important}.mr-60{margin-right:60px!important}.my-60{margin-top:60px!important;margin-bottom:60px!important}.mx-60{margin-left:60px!important;margin-right:60px!important}.pt-60{padding-top:60px!important}.pb-60{padding-bottom:60px!important}.pl-60{padding-left:60px!important}.pr-60{padding-right:60px!important}.py-60{padding-top:60px!important;padding-bottom:60px!important}.px-60{padding-left:60px!important;padding-right:60px!important}.mt-70{margin-top:70px!important}.mb-70{margin-bottom:70px!important}.ml-70{margin-left:70px!important}.mr-70{margin-right:70px!important}.my-70{margin-top:70px!important;margin-bottom:70px!important}.mx-70{margin-left:70px!important;margin-right:70px!important}.pt-70{padding-top:70px!important}.pb-70{padding-bottom:70px!important}.pl-70{padding-left:70px!important}.pr-70{padding-right:70px!important}.py-70{padding-top:70px!important;padding-bottom:70px!important}.px-70{padding-left:70px!important;padding-right:70px!important}.mt-80{margin-top:80px!important}.mb-80{margin-bottom:80px!important}.ml-80{margin-left:80px!important}.mr-80{margin-right:80px!important}.my-80{margin-top:80px!important;margin-bottom:80px!important}.mx-80{margin-left:80px!important;margin-right:80px!important}.pt-80{padding-top:80px!important}.pb-80{padding-bottom:80px!important}.pl-80{padding-left:80px!important}.pr-80{padding-right:80px!important}.py-80{padding-top:80px!important;padding-bottom:80px!important}.px-80{padding-left:80px!important;padding-right:80px!important}.mt-90{margin-top:90px!important}.mb-90{margin-bottom:90px!important}.ml-90{margin-left:90px!important}.mr-90{margin-right:90px!important}.my-90{margin-top:90px!important;margin-bottom:90px!important}.mx-90{margin-left:90px!important;margin-right:90px!important}.pt-90{padding-top:90px!important}.pb-90{padding-bottom:90px!important}.pl-90{padding-left:90px!important}.pr-90{padding-right:90px!important}.py-90{padding-top:90px!important;padding-bottom:90px!important}.px-90{padding-left:90px!important;padding-right:90px!important}.mt-100{margin-top:100px!important}.mb-100{margin-bottom:100px!important}.ml-100{margin-left:100px!important}.mr-100{margin-right:100px!important}.my-100{margin-top:100px!important;margin-bottom:100px!important}.mx-100{margin-left:100px!important;margin-right:100px!important}.pt-100{padding-top:100px!important}.pb-100{padding-bottom:100px!important}.pl-100{padding-left:100px!important}.pr-100{padding-right:100px!important}.py-100{padding-top:100px!important;padding-bottom:100px!important}.px-100{padding-left:100px!important;padding-right:100px!important}.mt-110{margin-top:110px!important}.mb-110{margin-bottom:110px!important}.ml-110{margin-left:110px!important}.mr-110{margin-right:110px!important}.my-110{margin-top:110px!important;margin-bottom:110px!important}.mx-110{margin-left:110px!important;margin-right:110px!important}.pt-110{padding-top:110px!important}.pb-110{padding-bottom:110px!important}.pl-110{padding-left:110px!important}.pr-110{padding-right:110px!important}.py-110{padding-top:110px!important;padding-bottom:110px!important}.px-110{padding-left:110px!important;padding-right:110px!important}.mt-120{margin-top:120px!important}.mb-120{margin-bottom:120px!important}.ml-120{margin-left:120px!important}.mr-120{margin-right:120px!important}.my-120{margin-top:120px!important;margin-bottom:120px!important}.mx-120{margin-left:120px!important;margin-right:120px!important}.pt-120{padding-top:120px!important}.pb-120{padding-bottom:120px!important}.pl-120{padding-left:120px!important}.pr-120{padding-right:120px!important}.py-120{padding-top:120px!important;padding-bottom:120px!important}.px-120{padding-left:120px!important;padding-right:120px!important}.mt-130{margin-top:130px!important}.mb-130{margin-bottom:130px!important}.ml-130{margin-left:130px!important}.mr-130{margin-right:130px!important}.my-130{margin-top:130px!important;margin-bottom:130px!important}.mx-130{margin-left:130px!important;margin-right:130px!important}.pt-130{padding-top:130px!important}.pb-130{padding-bottom:130px!important}.pl-130{padding-left:130px!important}.pr-130{padding-right:130px!important}.py-130{padding-top:130px!important;padding-bottom:130px!important}.px-130{padding-left:130px!important;padding-right:130px!important}.mt-140{margin-top:140px!important}.mb-140{margin-bottom:140px!important}.ml-140{margin-left:140px!important}.mr-140{margin-right:140px!important}.my-140{margin-top:140px!important;margin-bottom:140px!important}.mx-140{margin-left:140px!important;margin-right:140px!important}.pt-140{padding-top:140px!important}.pb-140{padding-bottom:140px!important}.pl-140{padding-left:140px!important}.pr-140{padding-right:140px!important}.py-140{padding-top:140px!important;padding-bottom:140px!important}.px-140{padding-left:140px!important;padding-right:140px!important}.mt-150{margin-top:150px!important}.mb-150{margin-bottom:150px!important}.ml-150{margin-left:150px!important}.mr-150{margin-right:150px!important}.my-150{margin-top:150px!important;margin-bottom:150px!important}.mx-150{margin-left:150px!important;margin-right:150px!important}.pt-150{padding-top:150px!important}.pb-150{padding-bottom:150px!important}.pl-150{padding-left:150px!important}.pr-150{padding-right:150px!important}.py-150{padding-top:150px!important;padding-bottom:150px!important}.px-150{padding-left:150px!important;padding-right:150px!important}.mt-160{margin-top:160px!important}.mb-160{margin-bottom:160px!important}.ml-160{margin-left:160px!important}.mr-160{margin-right:160px!important}.my-160{margin-top:160px!important;margin-bottom:160px!important}.mx-160{margin-left:160px!important;margin-right:160px!important}.pt-160{padding-top:160px!important}.pb-160{padding-bottom:160px!important}.pl-160{padding-left:160px!important}.pr-160{padding-right:160px!important}.py-160{padding-top:160px!important;padding-bottom:160px!important}.px-160{padding-left:160px!important;padding-right:160px!important}.mt-170{margin-top:170px!important}.mb-170{margin-bottom:170px!important}.ml-170{margin-left:170px!important}.mr-170{margin-right:170px!important}.my-170{margin-top:170px!important;margin-bottom:170px!important}.mx-170{margin-left:170px!important;margin-right:170px!important}.pt-170{padding-top:170px!important}.pb-170{padding-bottom:170px!important}.pl-170{padding-left:170px!important}.pr-170{padding-right:170px!important}.py-170{padding-top:170px!important;padding-bottom:170px!important}.px-170{padding-left:170px!important;padding-right:170px!important}.mt-180{margin-top:180px!important}.mb-180{margin-bottom:180px!important}.ml-180{margin-left:180px!important}.mr-180{margin-right:180px!important}.my-180{margin-top:180px!important;margin-bottom:180px!important}.mx-180{margin-left:180px!important;margin-right:180px!important}.pt-180{padding-top:180px!important}.pb-180{padding-bottom:180px!important}.pl-180{padding-left:180px!important}.pr-180{padding-right:180px!important}.py-180{padding-top:180px!important;padding-bottom:180px!important}.px-180{padding-left:180px!important;padding-right:180px!important}.mt-190{margin-top:190px!important}.mb-190{margin-bottom:190px!important}.ml-190{margin-left:190px!important}.mr-190{margin-right:190px!important}.my-190{margin-top:190px!important;margin-bottom:190px!important}.mx-190{margin-left:190px!important;margin-right:190px!important}.pt-190{padding-top:190px!important}.pb-190{padding-bottom:190px!important}.pl-190{padding-left:190px!important}.pr-190{padding-right:190px!important}.py-190{padding-top:190px!important;padding-bottom:190px!important}.px-190{padding-left:190px!important;padding-right:190px!important}.mt-200{margin-top:200px!important}.mb-200{margin-bottom:200px!important}.ml-200{margin-left:200px!important}.mr-200{margin-right:200px!important}.my-200{margin-top:200px!important;margin-bottom:200px!important}.mx-200{margin-left:200px!important;margin-right:200px!important}.pt-200{padding-top:200px!important}.pb-200{padding-bottom:200px!important}.pl-200{padding-left:200px!important}.pr-200{padding-right:200px!important}.py-200{padding-top:200px!important;padding-bottom:200px!important}.px-200{padding-left:200px!important;padding-right:200px!important}.clearfix:after{content:"";display:block;clear:both}dl,ol,p,ul{padding:0;margin:0}a{-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-webkit-transition:all .15s ease;-webkit-transition-delay:0s;transition:all .15s ease 0s}a:hover{color:inherit;text-decoration:none;opacity:.6}a img:hover{-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;-webkit-transition:all .15s ease;-webkit-transition-delay:0s;transition:all .15s ease 0s;opacity:.7}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1!important;position:relative}table{table-layout:fixed;border-collapse:collapse;border-spacing:0}td input{max-width:100%}em,i{font-style:normal}.anime{transition:all 1s;transform:translate(0);opacity:1}.anime.move{transform:translate(-10px);opacity:0}.pre-wrap{white-space:pre-wrap}.rule__color-box{width:100px;height:100px;display:inline-flex;justify-content:center;align-items:center;color:#1b1b1b}.rule__color-box--white{background-color:#fff}.rule__color-box--gray{background-color:#f5f5f5}.rule__color-box--black{background-color:#1b1b1b;color:#fff}.rule__color-box--green{background-color:#b9d316}.rule__color-box--orange{background-color:#fccf40}body,html{line-height:1.5;color:#1b1b1b;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;letter-spacing:.1em;font-size:16px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-print-color-adjust:exact;overflow-x:hidden;margin:0}@media(max-width:797px){body,html{font-size:14px;letter-spacing:.02em}}li{list-style:none}*{box-sizing:border-box}h1{font-size:40px;font-size:2.5rem;font-weight:700;line-height:1.5;letter-spacing:.04em}@media(max-width:797px){h1{font-size:22px;font-size:1.375rem}}h2{font-size:25px;font-size:1.5625rem;font-weight:700;line-height:1.5;letter-spacing:.1em;position:relative;border-bottom:1px solid #d9d9d9;padding-bottom:17px;max-width:1150px;margin:0 auto 50px}h2:before{content:"";position:absolute;bottom:-1px;width:100px;height:1px;background:var(--underline-color,#b9d316)}@media(max-width:797px){h2{font-size:23px;font-size:1.4375rem;padding-bottom:12px;margin:0 auto 30px}}h3{display:flex;align-items:center;font-size:20px;font-size:1.25rem;line-height:1.5;font-weight:700;padding-left:.8rem;background-image:linear-gradient(#fccf40 50%,#b9d316 0);background-repeat:no-repeat;background-size:4px 100%;height:32px}@media(max-width:797px){h3{font-size:18px;font-size:1.125rem}}h4{font-size:16px;font-size:1rem;font-weight:700;line-height:1.5;letter-spacing:.1em;height:24px}@media(max-width:797px){h4{font-size:14px;font-size:.875rem}}.page-heading{width:100%;text-align:left;margin-bottom:50px}.page-heading__text--ja{margin-top:7px;margin-bottom:7px;font-size:40px;font-size:2.5rem;font-weight:700;line-height:1.5;letter-spacing:.04}@media(max-width:797px){.page-heading__text--ja{text-align:center;margin-top:30px;margin-bottom:10px;font-size:28px;font-size:1.75rem}}.page-heading__text--en{font-family:Roboto Condensed,Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;font-size:17px;font-size:1.0625rem;font-weight:700;line-height:1.5;letter-spacing:0}@media(max-width:797px){.page-heading__text--en{text-align:center;font-size:12px;font-size:.75rem}}.paragraph--01{font-size:16px;font-size:1rem;line-height:1.5}.paragraph--02{font-size:14px;font-size:.875rem;ine-height:1.6}.paragraph--03{font-size:12px;font-size:.75rem;ine-height:1.7}.l-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow:hidden}.l-grayscale{filter:grayscale(100%)}.l-bg{background-color:#f9f9f9}.l-bg__circle{position:absolute;z-index:0;border-radius:50%;border-color:#b0bec3}.l-bg__circle--left{width:623px;height:623px;top:204px;right:621px;opacity:.1;border-width:161px}@media(min-width:798px)and (max-width:1210px){.l-bg__circle--left{width:480px;height:480px;border-width:120px;top:195px;right:460px}}@media(min-width:481px)and (max-width:797px){.l-bg__circle--left{width:333.97px;height:333.97px;border-width:86.31px;top:195px;right:300px}}@media(max-width:480px){.l-bg__circle--left{width:333.97px;height:333.97px;border-width:86.31px;top:368px;right:90px}}.l-bg__circle--right{width:929px;height:929px;top:-35px;right:-73px;opacity:.15;border-width:240px}@media(min-width:798px)and (max-width:1210px){.l-bg__circle--right{width:712px;height:712px;border-width:184px;top:30px}}@media(min-width:481px)and (max-width:797px){.l-bg__circle--right{width:498px;height:498px;border-width:128.65px;top:60px}}@media(max-width:480px){.l-bg__circle--right{width:498px;height:498px;border-width:128.65px;top:60px;right:-180px}}.l-bg-white{background-color:#fff}@media(max-width:797px){.l__style-01__img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.l__style-01__box{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:row}@media(max-width:797px){.l__style-01__box{flex-direction:column}}.l__style-01__heading{width:250px;height:160px;margin:0;border-right:1px solid #1b1b1b;background-size:141px 141px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column;align-items:center;justify-content:center}@media(max-width:797px){.l__style-01__heading{background:none;width:100%;height:44px;border-right:none;border-bottom:1px solid #1b1b1b;display:flex;flex-direction:row;justify-content:flex-start;padding-left:1rem}}.l__style-01__heading--jp{font-size:20px;font-size:1.25rem;font-weight:400;display:block;letter-spacing:2px}@media(max-width:797px){.l__style-01__heading--jp{font-size:14px;font-size:.875rem}}.l__style-01__heading--en{font-size:14px;font-size:.875rem;font-weight:400;display:block;letter-spacing:0}@media(max-width:797px){.l__style-01__heading--en{padding-left:1rem;font-size:11px;font-size:.6875rem}}.l__style-01__inner{width:750px;height:150px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column;align-items:flex-end}@media(min-width:798px)and (max-width:1210px){.l__style-01__inner{height:auto}}@media(max-width:797px){.l__style-01__inner{width:100%;height:auto}}.l__style-01__text{text-align:justify;font-size:14px;font-size:.875rem;width:100%;padding:25px 30px 20px}@media(max-width:797px){.l__style-01__text{font-size:12px;font-size:.75rem;padding:2vw 2vw 2.6666666667vw}}.l__style-01__btn{margin-right:30px;font-size:12px;font-size:.75rem}@media(max-width:797px){.l__style-01__btn{margin:0 auto}}.l__style-02__box{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:row}@media(max-width:797px){.l__style-02__box{flex-direction:column}}.l__style-02__heading{width:250px;border-right:1px solid #1b1b1b;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column;align-items:center;justify-content:center}@media(max-width:797px){.l__style-02__heading{border-right:none;border-bottom:1px solid #1b1b1b;display:flex;flex-direction:row;justify-content:flex-start;padding-left:1rem}}.l__style-02__heading--jp{font-size:25px;font-size:1.5625rem;font-weight:400;display:block;letter-spacing:2px}@media(max-width:797px){.l__style-02__heading--jp{font-size:14px;font-size:.875rem;letter-spacing:0}}.l__style-02__heading--en{font-size:14px;font-size:.875rem;font-weight:400;display:block;letter-spacing:0}@media(max-width:797px){.l__style-02__heading--en{padding-left:1rem;font-size:11px;font-size:.6875rem}}.l__style-02__inner{width:750px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column}.l__style-02__text-01{font-size:14px;font-size:.875rem;letter-spacing:0;text-align:justify}@media(max-width:797px){.l__style-02__text-01{font-size:12px;font-size:.75rem}}.l__style-02__text-02{font-size:18px;font-size:1.125rem}@media(max-width:797px){.l__style-02__text-02{font-size:12px;font-size:.75rem}}.l__style-03{width:100%;display:flex;flex-wrap:nowrap;align-items:flex-start;align-content:stretch;flex-direction:row;justify-content:space-between}.l__style-03__item{width:250px;text-align:center}@media(min-width:798px)and (max-width:1210px){.l__style-03__item{width:220px;height:auto}}@media(max-width:797px){.l__style-03__item{padding-top:40px}.l__style-03__item:first-of-type{padding-top:0}}.l__style-03__img{width:250px;height:166px}.l__style-03__heading{display:inline-block;font-size:18px;font-size:1.125rem;font-weight:400;text-align:center;margin:10px auto;border-bottom:4px solid #fccf40}@media(max-width:797px){.l__style-03__heading{font-size:12px;font-size:.75rem;width:200px;line-height:3rem}}.l__style-03__text{font-size:14px;font-size:.875rem;text-align:justify;width:100%;padding-top:10px;padding-bottom:10px;height:200px}@media(max-width:797px){.l__style-03__text{font-size:11px;font-size:.6875rem;padding-bottom:20px;max-height:120px;height:100%}}.l__style-03__btn{margin:0 auto}.l__style-03__link{cursor:pointer}.l__style-04__img{padding-top:40px}.l__style-04__box{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column;align-items:center}.l__style-04__text{font-size:14px;font-size:.875rem;font-weight:400;width:100%;padding-top:30px;text-align:justify}@media(max-width:797px){.l__style-04__text{font-size:12px;font-size:.75rem;padding-top:2vw}}.l__style-04__btn{margin-top:30px}.l__style-05__wrap{align-items:flex-start;flex-direction:column;align-items:center}.l__style-05__box-group,.l__style-05__wrap{display:flex;flex-wrap:nowrap;justify-content:space-between;align-content:stretch}.l__style-05__box-group{width:100%;align-items:flex-start;flex-wrap:wrap}@media(max-width:797px){.l__style-05__box-group{justify-content:center}}.l__style-05__box{font-size:12px;font-size:.75rem;position:relative;border-radius:10px;width:250px;height:250px;margin-right:25px;margin-bottom:25px;font-weight:400;cursor:pointer}.l__style-05__box:nth-child(odd) .l__style-05__box--omote{border-color:#b9d316}.l__style-05__box:nth-child(odd) .l__style-05__box--ura{border-color:#b9d316;background:rgba(185,211,22,.42)}.l__style-05__box:nth-child(2n) .l__style-05__box--omote{border-color:#fccf40}.l__style-05__box:nth-child(2n) .l__style-05__box--ura{background:rgba(252,207,64,.42);border-color:#fccf40}.l__style-05__box:nth-child(3n){margin-right:0}@media(min-width:798px)and (max-width:1210px){.l__style-05__box{width:32%;height:0;margin-right:2%;padding-top:32%;margin-bottom:2%}}@media(max-width:797px){.l__style-05__box{width:150px;height:150px;font-size:10px;font-size:.625rem;line-height:1.5;margin-right:5px;margin-bottom:5px}.l__style-05__box:nth-child(3n){margin-right:5px}.l__style-05__box:nth-child(2n){margin-right:0}.l__style-05__box:nth-child(n+7){display:none}.l__style-05__box:nth-child(6){margin-bottom:40px}}.l__style-05__box--omote{border-radius:10px;overflow:hidden;border:none;position:absolute;top:0;left:0;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:perspective(1000px) rotateY(0deg);transition:transform .5s ease-out}@media(max-width:797px){.l__style-05__box--omote{border-radius:5px}}.l__style-05__box--ura{width:100%;height:100%;background:#fff;border-radius:10px;border:1px solid;padding:0 20px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:stretch;position:absolute;top:0;left:0;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transform:perspective(1000px) rotateY(90deg);transition:transform .5s ease-out}@media(max-width:797px){.l__style-05__box--ura{padding:10px;border-radius:5px}}.l__style-06__wrap{padding-top:40px;align-items:flex-start;flex-direction:column;align-items:center}.l__style-06__box,.l__style-06__wrap{display:flex;flex-wrap:nowrap;justify-content:space-between;align-content:stretch}.l__style-06__box{width:100%;align-items:flex-start;flex-direction:row}@media(max-width:797px){.l__style-06__box{flex-direction:column;align-items:center}.l__style-06__item{display:flex;flex-wrap:nowrap;align-items:flex-start;align-content:stretch;flex-direction:row;justify-content:space-between;align-items:center}}@media(max-width:797px)and (max-width:797px){.l__style-06__item{margin-bottom:10px}}.l__style-06__img{border-radius:50%;width:250px;height:250px}@media(min-width:798px)and (max-width:1210px){.l__style-06__img{width:200px;height:200px}}@media(max-width:797px){.l__style-06__img{width:125px;height:125px}}.l__style-06__text{margin-top:15px;width:250px;text-align:justify}@media(min-width:798px)and (max-width:1210px){.l__style-06__text{width:200px}}@media(max-width:797px){.l__style-06__text{font-size:11px;font-size:.6875rem;padding:7px 0 7px 7px}}.l__style-06__btn{margin-top:30px}.l__style-07__wrap{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;position:relative}@media(min-width:798px)and (max-width:1210px){.l__style-07__wrap{align-items:center}}@media(max-width:797px){.l__style-07__wrap{align-items:center}}.l__style-07__wrap--left{flex-direction:row}.l__style-07__wrap--left .l__style-07__inner{right:0}.l__style-07__wrap--left .l__style-07__text{padding:30px 30px 30px 130px}@media(min-width:798px)and (max-width:1210px){.l__style-07__wrap--left .l__style-07__text{padding:5.3333333333vw}}@media(max-width:797px){.l__style-07__wrap--left .l__style-07__text{padding:5.3333333333vw}}@media(min-width:798px)and (max-width:1210px){.l__style-07__wrap--left{flex-direction:column}}@media(max-width:797px){.l__style-07__wrap--left{flex-direction:column}}.l__style-07__wrap--right{flex-direction:row-reverse}.l__style-07__wrap--right .l__style-07__inner{left:0}.l__style-07__wrap--right .l__style-07__text{padding:30px 130px 30px 30px}@media(min-width:798px)and (max-width:1210px){.l__style-07__wrap--right .l__style-07__text{padding:5.3333333333vw}}@media(max-width:797px){.l__style-07__wrap--right .l__style-07__text{padding:5.3333333333vw}}@media(min-width:798px)and (max-width:1210px){.l__style-07__wrap--right{flex-direction:column}}@media(max-width:797px){.l__style-07__wrap--right{flex-direction:column}}.l__style-07__inner{position:absolute;width:800px}@media(min-width:798px)and (max-width:1210px){.l__style-07__inner{width:100%;position:static}}@media(max-width:797px){.l__style-07__inner{width:100%;position:static}}.l__style-07__heading{font-size:20px;font-size:1.25rem;font-weight:400;border-bottom:1px solid #1b1b1b;height:100px;line-height:100px;padding-left:130px}@media(min-width:798px)and (max-width:1210px){.l__style-07__heading{text-align:center;font-size:16px;font-size:1rem;width:90%;padding:0 0 2vw;margin:0 5.3333333333vw 5.3333333333vw;height:40px;line-height:30px}}@media(max-width:797px){.l__style-07__heading{font-size:12px;font-size:.75rem;text-align:center;width:90%;padding:0 0 2vw;margin:0 5.3333333333vw 5.3333333333vw;height:30px;line-height:30px}}.l__style-07__img{width:300px;height:300px;border-radius:50%;z-index:99}@media(min-width:798px)and (max-width:1210px){.l__style-07__img{width:200px;height:200px;z-index:0}}@media(max-width:797px){.l__style-07__img{width:150px;height:150px}}.l__style-07__text{font-size:14px;font-size:.875rem;text-align:justify}@media(min-width:798px)and (max-width:1210px){.l__style-07__text{font-size:12px;font-size:.75rem;width:100%;height:auto}}@media(max-width:797px){.l__style-07__text{font-size:12px;font-size:.75rem;width:100%;height:auto}}.header-offset-pc{width:100%;height:106px}@media(min-width:798px)and (max-width:1210px){.header-offset-pc{height:80px}}@media(max-width:797px){.header-offset-pc{height:70px}}.header-offset-mobile{width:100%;height:70px}.header-fixed{position:fixed;top:0;left:0;z-index:999;width:100%;border-bottom:1px solid #e4e4e4}.header-pc{height:106px;display:grid;grid-template-columns:240px 1fr 106px;grid-template-rows:53px 53px;grid-gap:0;gap:0;z-index:999;position:relative}@media(min-width:798px)and (max-width:1210px){.header-pc{height:80px;grid-template-columns:180px 1fr 80px;grid-template-rows:40px 40px}}.header-pc-logo{grid-row:span 2;grid-column:1;display:flex;align-items:center;margin-top:20px;margin-left:32px}@media(min-width:798px)and (max-width:1210px){.header-pc-logo{margin-left:16px}}.header-pc-logo__link{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;align-items:center}@media(min-width:798px)and (max-width:1210px){.header-pc-logo__link{display:inline-flex}}@media(max-width:797px){.header-pc-logo__link{display:inline-flex}}.header-pc-logo__image{position:relative;max-width:208px;width:100%;height:auto;vertical-align:middle}.header-pc-nav{grid-row:2/3;grid-column:2/3;margin-bottom:16px}.header-pc-nav__list{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:stretch;flex-direction:row}.header-pc-nav__item{display:inline-block;margin-right:26px}@media(min-width:798px)and (max-width:1210px){.header-pc-nav__item{margin-right:16px}}.header-pc-nav__link{color:#000;font-weight:700;font-size:15px;line-height:1.5;letter-spacing:.04em}.header-pc-nav__link--gov{display:flex;width:213px;height:34px;padding:auto;align-items:center;justify-content:center;color:#94bb53;font-weight:700;font-size:14px;line-height:1.5;letter-spacing:-.019em;background-color:#fff;text-align:center;border:1px solid #94bb53;border-radius:50px;margin-right:26px}@media(min-width:798px)and (max-width:1210px){.header-pc-nav__link--gov{height:28px;width:180px;margin-right:18px;font-size:13px}}.header-pc-color-setting{grid-row:1/2;grid-column:2/3;align-items:center;margin-right:26px;display:flex;justify-content:flex-end;font-weight:500;font-size:12px;line-height:1.5;letter-spacing:-.019em;color:rgba(27,27,27,.8);text-align:right}@media(min-width:798px)and (max-width:1210px){.header-pc-color-setting{margin-right:18px}}.header-pc-color-setting__button--color{margin-left:10px;width:83px;height:28px;color:rgba(148,187,83,.8);background-color:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #d6d6d6;border-radius:50px 0 0 50px;cursor:pointer}@media(min-width:798px)and (max-width:1210px){.header-pc-color-setting__button--color{width:80px;height:24px}}.header-pc-color-setting__button--gray{width:83px;height:28px;background-color:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #d6d6d6;border-radius:0 50px 50px 0;cursor:pointer}@media(min-width:798px)and (max-width:1210px){.header-pc-color-setting__button--gray{width:80px;height:24px}}.header-pc-contact-request{grid-row:1/span 2;grid-column:3/4;display:flex;align-items:center}.header-pc-contact-request__image{position:relative;max-width:106px;width:100%;height:auto;vertical-align:middle}@media(min-width:798px)and (max-width:1210px){.header-pc-contact-request__image{max-width:80px}}.header-mobile{height:70px;display:grid;grid-template-columns:1fr 70px 70px}.header-mobile-logo{display:flex;align-items:center;margin-top:20px;margin-left:12px;z-index:9999}@media(min-width:798px)and (max-width:1210px){.header-mobile-logo__link{display:inline-flex}}@media(max-width:797px){.header-mobile-logo__link{display:inline-flex}}.header-mobile-logo__image{position:relative;max-width:208px;width:auto;height:30px}.header-mobile-contact-request{z-index:9999}.header-mobile-menu img{cursor:pointer}.header-mobile-menu__input{display:none}.header-mobile-menu__icon{position:relative;z-index:9999}.header-mobile-menu__input:checked~.hamburger-menu{transform:translateX(0)}.hamburger-menu{overflow:auto;position:fixed;top:0;right:0;z-index:999;width:100%;height:100%;background-color:#fff;color:#1b1b1b;transform:translateX(100%)}.hamburger-menu__nav{position:relative;top:70px;margin:2rem 20px}@media(min-width:798px)and (max-width:1210px){.hamburger-menu__nav{margin:2rem 80px}}.hamburger-menu__list{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:stretch}.hamburger-menu__list--sub{padding:8px 0 32px 40px}.hamburger-menu__item{border-bottom:1px solid #f4f4f4;display:grid;grid-template-columns:1fr 40px;align-items:center;position:relative}.hamburger-menu__link--main{font-size:16px;font-size:1rem}.hamburger-menu__link--main,.hamburger-menu__link--sub{font-weight:500;line-height:3;letter-spacing:-.019em;cursor:pointer}.hamburger-menu__link--sub{display:flex;width:100%;height:100%;font-size:14px;font-size:.875rem}.fixed-pages__policy{z-index:10;position:relative;margin-bottom:100px}.fixed-pages__policy h1{margin:50px 0}@media(max-width:797px){.fixed-pages__policy h1{font-size:22px;font-size:1.375rem}}.fixed-pages__policy h2{margin:50px 0;font-size:25px;font-size:1.5625rem;font-weight:700;line-height:1.5;letter-spacing:.1em;border-bottom:0;padding-bottom:0}.fixed-pages__policy h2:before{content:"";background:none}@media(max-width:797px){.fixed-pages__policy h2{font-size:20px;font-size:1.25rem}}.fixed-pages__policy h3{margin:20px 0;display:flex;align-items:left;font-size:20px;font-size:1.25rem;font-weight:700;line-height:1.5;padding-left:0;background-image:none;height:1.5}@media(max-width:797px){.fixed-pages__policy h3{font-size:18px;font-size:1.125rem}}.fixed-pages__policy h4{margin:20px 0;display:flex;align-items:left;font-size:16px;font-size:1rem;font-weight:700;line-height:1.5;height:2}@media(max-width:797px){.fixed-pages__policy h4{font-size:15px;font-size:.9375rem}}.fixed-pages__policy h5{margin:15px 0;display:flex;align-items:left;font-size:16px;font-size:1rem;line-height:1.5;height:2}@media(max-width:797px){.fixed-pages__policy h5{font-size:15px;font-size:.9375rem}}.fixed-pages__policy u{color:#1a8505;text-decoration:underline}.fixed-pages__policy li{list-style-type:disc;margin-left:20px}.fixed-pages__policy p{font-size:16px;font-size:1rem;line-height:2;word-wrap:break-word;white-space:pre-wrap}@media(max-width:797px){.fixed-pages__policy p{font-size:15px;font-size:.9375rem}}.fixed-pages__policy a{font-size:15px;font-size:.9375rem;font-weight:400;line-height:2.5;letter-spacing:.05em;border-bottom:1px solid #1b1b1b;word-wrap:break-word}.fixed-pages__policy hr{margin:50px 0;height:1px;width:100%;background-color:#d9d9d9}.error-pages{margin:50px 0;text-align:center}.error-pages__text--ja{margin:10px 0}.error-pages__text--en{margin:10px 0;font-size:20px;font-size:1.25rem;line-height:1.5}.footer__btn--page-top{position:fixed;right:30px;bottom:30px;cursor:pointer;opacity:1;transition:opacity .2s ease,bottom .2s ease;z-index:999}@media(max-width:797px){.footer__btn--page-top{right:20px;width:50px;height:50px}}.footer__btn--hidden{opacity:0;bottom:-60px;transition:opacity .2s ease,bottom .2s ease}.footer-contact{position:relative;margin-bottom:12px;background-color:#f1f1f1;padding:34px 0 54px;width:100%;z-index:10}@media(min-width:798px)and (max-width:1210px){.footer-contact{padding:41px 4vw}}@media(max-width:797px){.footer-contact.privacy-policy__content{padding:41px 2vw}}.footer-contact:before{width:50%;background-color:#fccf40;z-index:1}.footer-contact:after,.footer-contact:before{content:"";position:absolute;left:0;bottom:-12px;height:12px}.footer-contact:after{width:100%;background-color:#b9d316}.footer-contact__heading{text-align:center;font-family:Roboto Condensed,Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;font-weight:700;font-size:42px;font-size:2.625rem;line-height:1.5;margin-bottom:35px}.footer-contact__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(559px,1fr));place-content:center;place-items:center;grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;z-index:10}@media(max-width:797px){.footer-contact__container{display:flex;flex-direction:column}}.footer-contact__box{background-color:#fff;border-radius:30px;padding:98px 45px 45px;text-align:center;width:560px;position:relative;margin-bottom:30px}@media(max-width:797px){.footer-contact__box{width:auto;max-width:335px;padding:98px 20px 20px}}.footer-contact__box:before{content:"";background-image:url(/img/contact-doc.svg);background-repeat:no-repeat;width:46px;height:37px;display:inline-block;top:48px;left:45%;position:absolute}@media(max-width:797px){.footer-contact__box:before{max-width:335px}}.footer-contact__box:last-child:before{background-image:url(/img/contact-map.svg);top:34px;width:45px;height:46px}.footer-contact__text{font-size:15px;font-size:.9375rem;line-height:1.5;font-weight:700;letter-spacing:.1em}.footer-contact__text--tel{font-size:28px;font-size:1.75rem;line-height:1.5;font-weight:700;letter-spacing:.1;margin-top:19px}.footer-contact__btn{margin:39px auto 0;max-width:270px;font-weight:700}@media(max-width:797px){.footer-contact__btn{margin:30px auto 0;font-weight:700}}.footer-nav{display:flex;justify-content:center;background-color:#1e1e1e;padding:50px 20px 45px}@media(max-width:797px){.footer-nav{padding:40px 20px;justify-content:flex-start}}.footer-nav__list--main{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;color:hsla(0,0%,100%,.8);gap:80px}@media(min-width:798px)and (max-width:1210px){.footer-nav__list--main{gap:45px}}@media(max-width:797px){.footer-nav__list--main{flex-direction:column;gap:0;width:100%}}.footer-nav__list--sub{display:flex;flex-wrap:nowrap;justify-content:space-between;align-content:stretch;flex-direction:column;align-items:flex-start;padding-top:18px}@media(max-width:797px){.footer-nav__list--sub{display:none}.footer-nav__list--no-sub{width:100%}}.footer-nav__item--main{font-weight:500;font-size:15px;font-size:.9375rem;line-height:3;letter-spacing:-.019em}@media(max-width:797px){.footer-nav__item--main{width:100%;border-bottom:1px solid #545454}}.footer-nav__item--sub{font-weight:500;font-size:13px;font-size:.8125rem;line-height:2;letter-spacing:-.019em;flex-direction:column}@media(max-width:797px){.footer-nav__item--sub{display:none}}.footer-nav__item--no-sub{font-weight:500;font-size:15px;font-size:.9375rem;line-height:3;letter-spacing:-.019em;margin-bottom:24px}@media(max-width:797px){.footer-nav__item--no-sub{width:100%;border-bottom:1px solid #545454;margin-bottom:0}}.footer-copyright{position:relative;padding:40px 0;background-color:#fff}@media(min-width:798px)and (max-width:1210px){.footer-copyright{padding:40px 20px 50px}}@media(max-width:797px){.footer-copyright{padding:40px 20px 60px}}.footer-copyright__logo{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;flex-direction:column;align-items:center}.footer-copyright__text{font-weight:400;font-size:12px;font-size:.75rem;margin-top:16px;padding-left:8px}.footer-copyright__marks{position:absolute;right:120px;top:50%;transform:translateY(-50%);display:flex;gap:20px;align-items:center}@media(min-width:798px)and (max-width:1210px){.footer-copyright__marks{position:static;transform:none;justify-content:center;margin-top:30px}}@media(max-width:797px){.footer-copyright__marks{position:static;transform:none;justify-content:center;margin-top:20px;margin-bottom:10px;gap:10px}}.footer-copyright__mark{position:relative;width:auto}.footer-copyright__mark img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.image-text-wrapper{display:flex;align-items:center}.top-movie{position:relative;width:100%;padding-top:56.25%;overflow:hidden}@media(max-width:797px){.top-movie{padding-top:calc(100vh - 70px)}}.top-movie video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.top-movie__image{position:"absolute";top:0;left:0;width:"100%";height:"100%";z-index:10;opacity:0}.top-about{display:flex;justify-content:center}.top-about__container{position:relative;max-width:25rem;margin:140px auto 180px}@media(max-width:797px){.top-about__container{margin:210px 20px 270px}}.top-about__text{font-weight:500;font-size:15px;font-size:.9375rem;line-height:2.8;letter-spacing:.2em;text-align:center;white-space:pre-wrap}@media(min-width:798px)and (max-width:1210px){.top-about__text{letter-spacing:.1em}}@media(max-width:797px){.top-about__text{letter-spacing:.05em}}.top-about__btn{margin:70px auto 0;width:270px;height:50px;font-weight:700}@media(max-width:797px){.top-about__btn{margin-top:40px}}.top-about__image{position:absolute}.top-about__image--top-left{top:-150px;left:-400px}@media(min-width:798px)and (max-width:1210px){.top-about__image--top-left{width:240px;height:240px;top:-120px;left:-280px}}@media(max-width:797px){.top-about__image--top-left{width:168px;height:168px;top:-216px;left:-4px}}.top-about__image--top-right{top:-192px;right:-320px}@media(min-width:798px)and (max-width:1210px){.top-about__image--top-right{width:180px;height:180px;top:-160px;right:-224px}}@media(max-width:797px){.top-about__image--top-right{width:118px;height:118px;top:-136px;right:-10px}}.top-about__image--bottom-left{bottom:-50px;left:-450px}@media(min-width:798px)and (max-width:1210px){.top-about__image--bottom-left{width:160px;height:160px;left:-240px}}@media(max-width:797px){.top-about__image--bottom-left{width:118px;height:118px;bottom:-160px;left:0}}.top-about__image--bottom-right{bottom:-120px;right:-480px}@media(min-width:798px)and (max-width:1210px){.top-about__image--bottom-right{width:240px;height:240px;right:-280px}}@media(max-width:797px){.top-about__image--bottom-right{width:168px;height:168px;bottom:-240px;right:-8px}}.top-service{padding-top:82px;padding-bottom:116px;background-color:#f3f3f3;width:100%}@media(max-width:797px){.top-service{padding:82px 0 116px}}.top-service__heading{text-align:center}.top-service__heading--en{display:block;font-family:Roboto Condensed,Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;font-weight:700;font-size:42px;font-size:2.625rem;line-height:1.46}@media(max-width:797px){.top-service__heading--en{font-size:36px;font-size:2.25rem}}.top-service__heading--jp{display:block;font-size:15px;font-size:.9375rem;line-height:1.5;letter-spacing:.1em}@media(max-width:797px){.top-service__heading--jp{font-size:12px;font-size:.75rem}}.top-service__image-link{display:flex;justify-content:center;align-items:center;margin:70px auto 90px;max-width:1090px}@media(min-width:768px)and (max-width:1210px){.top-service__image-link{margin:50px auto 70px;max-width:720px}}@media(max-width:797px){.top-service__image-link{margin:30px auto 50px;max-width:610px}}@media(max-width:720px){.top-service__image-link{margin:50px auto 70px;max-width:610px;padding:0 20px}}.top-service__container{display:flex;justify-content:center;align-items:center;margin-top:30px;gap:20px;padding:0 10px}@media(min-width:798px)and (max-width:1210px){.top-service__container{gap:10px}}@media(max-width:797px){.top-service__container{gap:10px}}.top-service__list{display:flex;justify-content:center;max-width:1140px;gap:20px}.top-service__pagination{width:22.41px;height:22.41px;border:solid #545454;border-width:4px 4px 0 0;cursor:pointer}@media(min-width:798px)and (max-width:1210px){.top-service__pagination{width:18px;height:18px;min-width:18px;min-height:18px;border-width:4px 4px 0 0}}@media(max-width:797px){.top-service__pagination{width:12px;height:12px;min-width:12px;min-height:12px;border-width:2px 2px 0 0}}.top-service__pagination--prev{rotate:-135deg}.top-service__pagination--next{rotate:45deg}.top-service__btn{margin:71px 20px 0}.top-service-card,.top-service__btn{display:flex;justify-content:center;align-items:center}.top-service-card{position:relative;max-width:350px;height:314px;background-color:#fff;border:3px solid #fff;border-radius:30px}@media(max-width:797px){.top-service-card{max-width:295px;height:257.31px}}.top-service-card__icon--arrow{position:absolute;right:32px;bottom:32px}.top-government{display:flex;justify-content:center;align-items:center;position:relative;max-width:1190px;margin:auto;padding:0 20px}.top-government__link{display:grid;grid-template-columns:300px 1fr 100px;align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:30px;width:100%;min-height:120px;transform:translateY(-50%)}@media(min-width:798px)and (max-width:1210px){.top-government__link{grid-template-columns:270px 1fr 100px}}@media(max-width:797px){.top-government__link{display:flex;flex-direction:column;padding-top:36px}}.top-government__heading{color:#316ea9;font-weight:700;font-size:20px;font-size:1.25rem;line-height:1.5;letter-spacing:-.019em;margin-left:62px}@media(min-width:798px)and (max-width:1210px){.top-government__heading{margin-left:30px}}@media(max-width:797px){.top-government__heading{font-size:18px;font-size:1.125rem;margin-bottom:12px;margin-left:0}}.top-government__text{font-weight:400;font-size:14px;font-size:.875rem;line-height:1.5;letter-spacing:.05em}@media(max-width:797px){.top-government__text{margin-bottom:4rem;padding:0 24px}}.top-government__icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:#316ea9;border-radius:50%;margin-left:24px}@media(max-width:797px){.top-government__icon{position:absolute;right:15px;bottom:15px;width:36px;height:36px;margin-right:10px}}.top-info{padding-bottom:65px;width:100%}.top-info__heading{text-align:center}.top-info__heading--en{display:block;font-family:Roboto Condensed,Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;font-weight:700;font-size:42px;font-size:2.625rem}@media(max-width:797px){.top-info__heading--en{font-size:36px;font-size:2.25rem}}.top-info__heading--jp{display:block;font-size:15px;font-size:.9375rem}@media(max-width:797px){.top-info__heading--jp{font-size:12px;font-size:.75rem}}.top-info__container{max-width:1190px;margin:37px auto;padding:0 20px}.top-info__btn{display:flex;justify-content:center;align-items:center;margin:71px 20px 0}.top-recruit{padding-top:146px;padding-bottom:87px;background-color:#f3f3f3}@media(min-width:798px)and (max-width:1210px){.top-recruit{padding-top:80px}}@media(max-width:797px){.top-recruit{padding-top:50px}}.top-recruit__nav{display:flex;align-items:center;justify-content:space-between;max-width:1190px;margin:0 auto 46.5px;padding:0 20px}@media(min-width:798px)and (max-width:1210px){.top-recruit__nav{flex-direction:column;margin-bottom:60px}}@media(max-width:797px){.top-recruit__nav{flex-direction:column}}.top-recruit__heading{display:inline-block;text-align:left}@media(min-width:798px)and (max-width:1210px){.top-recruit__heading{margin-bottom:40px}}@media(max-width:797px){.top-recruit__heading{margin-bottom:30px}}.top-recruit__heading--en{display:block;font-family:Roboto Condensed,Noto Sans JP,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif;font-weight:700;font-size:42px;font-size:2.625rem}@media(min-width:798px)and (max-width:1210px){.top-recruit__heading--en{text-align:center}}@media(max-width:797px){.top-recruit__heading--en{font-size:36px;font-size:2.25rem;text-align:center}}.top-recruit__heading--jp{display:block;font-size:15px;font-size:.9375rem}@media(min-width:798px)and (max-width:1210px){.top-recruit__heading--jp{text-align:center}}@media(max-width:797px){.top-recruit__heading--jp{font-size:12px;font-size:.75rem;text-align:center}}.top-recruit__text{margin-left:107px;margin-right:auto;font-size:15px;font-size:.9375rem;line-height:1.94;letter-spacing:.1em;white-space:pre-wrap}@media(min-width:798px)and (max-width:1210px){.top-recruit__text{margin:0 auto 40px;padding:0 20px;text-align:center}}@media(max-width:797px){.top-recruit__text{margin:0 auto 30px;padding:0 20px;line-height:2;letter-spacing:.05em;white-space:wrap}}.top-recruit__btn{display:flex;justify-content:flex-end}.top-recruit__border-wrap{max-width:1230px;margin:0 auto;padding:0 40px}.top-recruit__border{position:relative;width:100%;height:1px;margin:0 auto 48.6px;padding:0 20px;border-bottom:1px dashed gray}.top-recruit__image-list{display:flex;justify-content:center;position:relative;gap:38px}.case-list__head{position:relative;z-index:10;padding-bottom:100px}.case-list__filter{display:grid;grid-template-columns:clamp(0px,40vw,180px) 1fr;margin-top:50px;background-color:hsla(0,0%,94%,.5);padding:25px 0}.case-list__filter-head{display:flex;justify-content:center;align-items:center}.case-list__filter-list{display:grid;grid-template-columns:repeat(auto-fit,190px);justify-content:center;grid-row-gap:5px;row-gap:5px}.case-list__filter-button{margin-left:10px}.case-list__body{position:relative;z-index:10;margin-bottom:100px}.news-list__head{z-index:10}.news-list__body,.post{position:relative;z-index:10}.post__head{margin-top:100px;margin-bottom:50px}.post__meta{margin-top:20px;border-bottom:1px solid #dadada;position:relative}.post__meta--title{font-weight:700;font-size:24px;font-size:1.5rem;line-height:1.48;letter-spacing:.05em;white-space:pre-wrap;margin:0 7px 20px}@media(max-width:797px){.post__meta--title{font-size:20px;font-size:1.25rem}}.post__meta--wrap{bottom:20px;width:100%;display:flex;flex-wrap:wrap}@media(max-width:797px){.post__meta--wrap{flex-direction:column;height:auto;align-items:flex-start;margin-bottom:4px}}.post__meta--box{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:11px}.post__meta--date{margin-left:5px;margin-right:20px;font-weight:500;font-size:14px;font-size:.875rem;line-height:1.5;letter-spacing:.1em}.post__meta--type{background-color:#1b1b1b;color:#fff;border-radius:4px;padding:0 16px;text-align:center;margin-right:15px;max-width:100%}.post__meta--tag{margin-left:5px;margin-top:2.5px;margin-bottom:2.5px;padding:5px 18px;background-color:#fff;border:1px solid #dadada;border-radius:50px;font-weight:500;font-size:12px;font-size:.75rem;line-height:1.5;letter-spacing:.1em}.post__meta--description{margin-top:20px;font-weight:400;font-size:15px;font-size:.9375rem;line-height:2.5;letter-spacing:.05em;white-space:pre-wrap}.post__body h2{margin-top:50px;margin-bottom:20px}.post__body h3{font-size:18px;font-size:1.125rem;text-align:left;margin-top:30px;margin-bottom:15px}.post__body figure{margin-top:30px;margin-bottom:30px;text-align:center}.post__body p{margin-top:4%}.post__body li,.post__body p{font-weight:400;font-size:15px;font-size:.9375rem;line-height:2.5;letter-spacing:.05em}.post__body li{text-align:left;margin-left:50px;padding-left:10px;list-style-type:disc}@media(max-width:797px){.post__body li{margin-left:30px;padding-left:5px}}.post__body a{font-size:15px;font-size:.9375rem;font-weight:400;line-height:2.5;letter-spacing:.05em;border-bottom:1px solid #1b1b1b;word-wrap:break-word}.post__button{justify-content:center;margin:100px auto}.post-service-link,.post__button{display:flex;align-items:center;z-index:10;position:relative}.post-service-link{justify-content:space-between;border:4px solid #fff;border-radius:30px;margin-top:50px;margin-bottom:50px;padding:36px 42px 36px 18px;cursor:pointer}@media(max-width:797px){.post-service-link{flex-direction:column;height:auto;align-items:flex-start;padding:36px 12px 18px;margin-top:30px;margin-bottom:30px}}.post-service-link__container{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}@media(max-width:797px){.post-service-link__container{max-width:96%}}.post-service-link__logo{max-width:311px;-o-object-fit:cover;object-fit:cover;z-index:10}@media(max-width:797px){.post-service-link__logo{max-width:266px}}.post-service-link__icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:#fff;border-radius:50%;right:10px;z-index:10}@media(max-width:797px){.post-service-link__icon{right:20px}}.post-service-link__text{font-weight:500;font-size:15px;font-size:.9375rem;line-height:2;letter-spacing:.05em;padding-left:353px;padding-right:113px;position:absolute;z-index:10;width:1090px}@media(min-width:798px)and (max-width:1210px){.post-service-link__text{padding-left:310px;padding-right:130px;width:100%}}@media(max-width:797px){.post-service-link__text{position:relative;z-index:10;padding-left:10px;padding-right:10px;padding-top:20px;width:100%}}.service-detail-head{display:flex;flex-direction:row;z-index:10}@media(max-width:797px){.service-detail-head{flex-direction:column;margin-bottom:50px}}.service-detail-head__body{width:50%;margin:auto;text-align:center}@media(max-width:797px){.service-detail-head__body{width:80%}}.service-detail-head__logo{height:140px;margin-bottom:55px}@media(max-width:797px){.service-detail-head__logo{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin-top:50px;margin-bottom:55px}}.service-detail-head__text{font-size:17px;font-size:1.0625rem;line-height:2;font-weight:500;letter-spacing:.05em;white-space:pre-wrap;margin-right:2%}@media(max-width:797px){.service-detail-head__text{margin-bottom:50px;white-space:normal}}.service-detail-head__image{width:50%;-o-object-fit:cover;object-fit:cover}@media(max-width:797px){.service-detail-head__image{display:none}}.service-feature-list{text-align:center;margin:43px auto 66px}.service-feature-list__head{font-size:32px;font-size:2rem;font-weight:700;line-height:1.5;letter-spacing:.1em}.service-feature-list__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;align-self:start;justify-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;max-width:1150px;height:auto;margin:27px auto 0}@media(max-width:797px){.service-feature-list__body{display:flex;flex-direction:column;max-width:350px;row-gap:30px}}.service-item{text-align:center;width:100%}.service-item img{width:100%;height:auto;border-radius:30px}.service-item__title{margin:27px auto 15px;height:54px;font-size:18px;font-size:1.125rem;font-weight:700;line-height:1.5;letter-spacing:.1em;white-space:pre-wrap}@media(max-width:797px){.service-item__title{height:auto;margin:27px auto 20px}}.service-item__text{text-align:left;height:auto;min-height:173px;font-size:14px;font-size:.875rem;font-weight:400;line-height:2.2;letter-spacing:.05em}@media(max-width:797px){.service-item__text{font-size:15px;font-size:.9375rem;line-height:2;min-height:auto;margin-bottom:20px}}.service-item__button{display:flex;justify-content:center;align-items:center}.service-capability-list{text-align:center;padding-top:61px;padding-bottom:93px}.service-capability-list__head{font-size:32px;font-size:2rem;font-weight:700;line-height:1.5;letter-spacing:.1em}.service-capability-list__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:64px;row-gap:64px;max-width:1150px;height:auto;margin:50px auto}@media(max-width:797px){.service-capability-list__body{grid-template-columns:1fr;margin:30px 10px;row-gap:30px}}.service-capability-card{text-align:center;background-color:#fff;border-radius:30px;max-width:350px;max-height:330px}@media(max-width:797px){.service-capability-card{max-height:auto}}.service-capability-card__icon{display:flex;justify-content:center;align-items:center;height:109px}.service-capability-card__title{height:60px;font-size:20px;font-size:1.25rem;font-weight:700;line-height:1.5;letter-spacing:.1em;white-space:pre-wrap}@media(max-width:797px){.service-capability-card__title{height:auto}}.service-capability-card__text{text-align:left;height:169px;font-size:14px;font-size:.875rem;font-weight:400;line-height:2.2;letter-spacing:.05em;padding-top:5px;padding-left:25px;padding-right:24px}.service-item-list{margin-bottom:150px}@media(max-width:797px){.service-item-list{margin-bottom:100px}}.service-item-list__head{text-align:left}.service-item-list__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;align-self:start;justify-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:64px;row-gap:64px;max-width:1150px;height:auto;margin:0 auto}@media(max-width:797px){.service-item-list__body{display:flex;flex-direction:column;max-width:350px;row-gap:30px}}.service-head{position:relative;z-index:10}.service-head__text{text-align:center;margin-top:50px;font-size:25px;font-size:1.5625rem;font-weight:900;line-height:1.93;z-index:10}@media(min-width:798px)and (max-width:1210px){.service-head__text{margin-bottom:50px}}@media(max-width:797px){.service-head__text{text-align:left;font-size:20px;font-size:1.25rem;margin-bottom:50px}}.service-head__image-link{display:flex;margin-top:50px}@media(min-width:798px)and (max-width:1210px){.service-head{margin-bottom:100px}}@media(max-width:797px){.service-head{margin-bottom:100px}}.service-list{position:relative;z-index:9}.service-list:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.service-list:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.service-list:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.service-list__body{display:grid;grid-template-columns:350px 350px 350px;place-content:center left;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;max-width:1150px;height:auto;margin-bottom:100px;position:relative;z-index:10}@media(min-width:798px)and (max-width:1210px){.service-list__body{grid-template-columns:350px 350px;place-content:center;place-items:center}}@media(max-width:797px){.service-list__body{grid-template-columns:1fr;place-items:center;margin-bottom:50px}}.service-card{text-align:center;max-width:350px;height:370px;width:100%;background-color:#fff;border:4px solid #fff;border-radius:30px;position:relative}.service-card__image{display:flex;justify-content:center;align-items:center;height:150px}.service-card__text{text-align:left;max-width:86%;height:100px;margin:auto;font-size:15px;font-size:.9375rem;font-weight:500;line-height:2}.service-card__button{display:flex;justify-content:center;position:absolute;width:100%;bottom:20px}.l-container--1150{max-width:1150px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--1150{padding:0 4vw;max-width:1150px;width:100%}}@media(max-width:797px){.l-container--1150{padding:0 2vw;max-width:767px;width:100%}}.l-container--1000{max-width:1000px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--1000{padding:0 4vw}}@media(max-width:797px){.l-container--1000.privacy-policy__content{padding:0 2vw}}.l-container--800{max-width:800px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--800{padding:0 4vw}}@media(max-width:797px){.l-container--800{padding:0 2vw}}.l-container--850{max-width:850px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--850{padding:0 4vw}}@media(max-width:797px){.l-container--850{padding:0 2vw}}.l-container--700{max-width:700px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--700{padding:0 4vw}}@media(max-width:797px){.l-container--700{padding:0 2vw}}.l-container--525{max-width:525px;width:100%;margin:0 auto}@media(min-width:798px)and (max-width:1210px){.l-container--525{padding:0 4vw}}@media(max-width:797px){.l-container--525{padding:0 2vw}}.company-philosophy{margin-bottom:100px;position:relative;z-index:10}.company-philosophy:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.company-philosophy:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.company-philosophy{margin-bottom:50px}.company-philosophy:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.company-philosophy__container{line-height:2;position:relative;padding:55px;font-size:26px;font-size:1.625rem;text-align:center;white-space:pre-wrap}@media(max-width:797px){.company-philosophy__container{padding:5.3333333333vw}}.company-philosophy__container:after,.company-philosophy__container:before{content:"";width:96px;height:89.5px;position:absolute}.company-philosophy__container:before{border-left:1px solid #1b1b1b;border-top:1px solid #1b1b1b;top:0;left:0}.company-philosophy__container:after{border-right:1px solid #1b1b1b;border-bottom:1px solid #1b1b1b;bottom:0;right:0}.company-philosophy__inner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;justify-content:center;font-weight:700}.company-message{margin-bottom:100px}.company-message:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.company-message:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.company-message:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.company-message__container{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto;grid-column-gap:46px;-moz-column-gap:46px;column-gap:46px}@media(max-width:797px){.company-message__container{grid-template-columns:1fr}}.company-message__title{margin-bottom:50px;font-size:30px;font-size:1.875rem;font-weight:700;line-height:2;letter-spacing:.1;color:#94ac00}@media(max-width:797px){.company-message__title{font-size:20px;font-size:1.25rem;margin-bottom:30px}}.company-message__subheading{margin-bottom:20px}@media(max-width:797px){.company-message__subheading{margin-bottom:10px}}.company-message__detail{margin-bottom:50px;max-width:738px;font-size:15px;font-size:.9375rem;font-weight:400;line-height:2;letter-spacing:.1;white-space:pre-wrap}@media(max-width:797px){.company-message__detail{margin-bottom:30px}}.company-message__close-up{width:360px;place-items:center}@media(max-width:797px){.company-message__close-up{margin:0 auto}}.company-message__image{width:360px;height:397px;-o-object-fit:cover;object-fit:cover;margin-bottom:21px;border-radius:30px}@media(max-width:797px){.company-message__image{text-align:center}}.company-message__role{text-align:center;font-size:15px;font-size:.9375rem;font-weight:500;line-height:1.6;letter-spacing:.1}@media(max-width:797px){.company-message__role{font-size:12px;font-size:.75rem}}.company-message__name{text-align:center;font-size:20px;font-size:1.25rem;line-height:1.6;letter-spacing:.1}@media(max-width:797px){.company-message__name{font-size:16px;font-size:1rem}}.company-corporate-data{margin-bottom:100px}.company-corporate-data:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.company-corporate-data:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.company-corporate-data:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.company-corporate-data__table{border-collapse:separate;border-spacing:0 8px;position:relative;font-size:15px;font-size:.9375rem;line-height:2;letter-spacing:.1;z-index:10}.company-corporate-data__table>tbody>tr>td,.company-corporate-data__table>tbody>tr>th{padding:18px;border-right:none}.company-corporate-data__table>tbody>tr>th{width:232px;height:flex;background-color:#edf4c1;color:#1b1b1b;vertical-align:top;font-weight:700;white-space:pre-wrap}.company-corporate-data__table>tbody>tr>td{background-color:#fff;color:#1b1b1b;padding-left:37px;padding-right:34px;font-weight:400}@media(max-width:797px){.company-corporate-data__table{margin-left:auto;margin-right:auto}.company-corporate-data__table>tbody,.company-corporate-data__table>tbody>tr,.company-corporate-data__table>tbody>tr>td,.company-corporate-data__table>tbody>tr>th{display:block;width:100%}.company-corporate-data__table>tbody>tr>td{border-top:0;border-bottom:0}}.company-corporate-data__table--key,.company-corporate-data__table--value{white-space:pre-wrap}.company-access-map{margin-bottom:100px}.company-access-map__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(550px,1fr));place-content:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;z-index:10}@media(min-width:798px)and (max-width:1210px){.company-access-map__container{grid-template-columns:1fr;place-items:center}}@media(max-width:797px){.company-access-map__container{grid-template-columns:1fr}}.company-access-map__map{margin-bottom:30px;border:1px solid #cdcdcd;border-radius:10px;min-width:550px;height:546px}@media(min-width:798px)and (max-width:1210px){.company-access-map__map{width:752px;height:546px}}@media(max-width:797px){.company-access-map__map{min-width:auto;width:auto;height:400px}}.company-access-map__address{margin-bottom:30px;white-space:pre-wrap;font-size:16px;font-size:1rem;font-weight:500;line-height:2;letter-spacing:.1}@media(min-width:798px)and (max-width:1210px){.company-access-map__address{width:752px;margin-left:30px;width:798px}}.company-history{padding-bottom:100px}.company-history:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.company-history:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.company-history:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.company-history__timeline{display:flex;position:relative;border-bottom:1px solid #d9d9d9;min-height:80px;padding:25px 0}.company-history__timeline:before{content:"";position:absolute;top:0;bottom:0;width:8px;text-align:center;background:#e8e8e8;left:16%}@media(min-width:798px)and (max-width:1210px){.company-history__timeline:before{left:18.4%}}@media(max-width:797px){.company-history__timeline:before{display:none}}.company-history__timeline--top:before{top:30px}.company-history__timeline--bottom:before{bottom:70%}.company-history__year{margin-left:9px;text-align:right;font-size:28px;font-size:1.75rem;line-height:2;font-weight:500;position:absolute}@media(max-width:797px){.company-history__year{font-size:20px;font-size:1.25rem}}.company-history__year-size{font-size:15px;font-size:.9375rem}@media(max-width:797px){.company-history__year-size{font-size:12px;font-size:.75rem}}.company-history__content-list{margin-left:16%;margin-right:9px;position:relative}.company-history__content-detail{font-size:16px;font-size:1rem;line-height:2;padding-left:78px}@media(max-width:797px){.company-history__content-detail{font-size:16px;font-size:1rem;padding-left:30px}}.company-history__circle{position:absolute;left:15%;height:34px;width:34px;border-radius:50%;margin-top:7px}@media(min-width:798px)and (max-width:1210px){.company-history__circle{left:17%}}@media(max-width:797px){.company-history__circle{display:none}}.company-history__circle--green{background-color:#a6bf06;border:2px solid #fff;box-shadow:0 0 0 6px #a6bf06}@media(max-width:797px){.company-history__circle--green{height:2.6666666667vw;width:2.6666666667vw;border:1px solid #fff}}.company-history__circle--green-bottom{background-color:#a6bf06;border:2px solid #fff;box-shadow:0 0 0 6px #a6bf06;margin-top:6px}@media(max-width:797px){.company-history__circle--green-bottom{height:2.6666666667vw;width:2.6666666667vw;border:1px solid #fff}}.company-history__circle--orange{background-color:#fccf40;border:2px solid #fff;box-shadow:0 0 0 6px #fccf40}@media(max-width:797px){.company-history__circle--orange{height:2.6666666667vw;width:2.6666666667vw;border:1px solid #fff}}.company-history__circle--orange-bottom{background-color:#fccf40;border:2px solid #fff;box-shadow:0 0 0 6px #fccf40}@media(max-width:797px){.company-history__circle--orange-bottom{height:2.6666666667vw;width:2.6666666667vw;border:1px solid #fff}}.company-about__keyvisual{margin-bottom:100px;z-index:10;display:flex}.company-about__keyvisual img{flex:1 1;width:33.3333333333%;height:auto;-o-object-fit:cover;object-fit:cover}.company-businesslink{padding-bottom:100px}.company-businesslink__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(550px,1fr));place-content:center;align-items:start;justify-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;z-index:10}@media(max-width:797px){.company-businesslink__container{grid-template-columns:1fr}}.company-businesslink__box{max-width:550px;position:relative;margin-bottom:62px}@media(max-width:797px){.company-businesslink__box{margin-bottom:30px}}.company-businesslink__image{width:550px;height:218px;-o-object-fit:cover;object-fit:cover;border-radius:30px;position:relative;margin-bottom:19px}@media(max-width:797px){.company-businesslink__image{margin-bottom:14px}}.company-businesslink__button{width:61%;height:65px;text-align:left;border-radius:0 30px 0 0;background-color:#f7f7f7;color:#000;position:absolute;top:153px;transition:.2s}.company-businesslink__button:hover{cursor:pointer}.company-businesslink__button--text{position:absolute;font-size:115%;font-weight:500;line-height:1.1;padding:20px 50px 0 12px}.company-businesslink__button--arrow{position:absolute;right:22px;padding-top:22px}@media(max-width:797px){.company-businesslink__button{grid-template-columns:1fr;min-width:240px}}.company-businesslink__detail{font-size:15px;font-size:.9375rem;line-height:1.94;letter-spacing:.1}.company-businesslink__link{display:flex;justify-content:center;align-items:center}.business-link__overview{position:relative;z-index:10}.business-link__overview--main{margin-top:50px;text-align:center;z-index:10;font-size:25px;font-size:1.5625rem;font-weight:900;line-height:1.93;white-space:pre-wrap}@media(max-width:797px){.business-link__overview--main{text-align:left;font-size:20px;font-size:1.25rem}}.business-link__overview--sub{margin-top:50px;text-align:center;z-index:10;font-size:15px;font-size:.9375rem;font-weight:400;line-height:2;letter-spacing:.1;white-space:pre-wrap}@media(min-width:798px)and (max-width:1210px){.business-link__overview--sub{margin-bottom:50px}}@media(max-width:797px){.business-link__overview--sub{text-align:left;margin-bottom:50px}}.business-link__pointer:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.business-link__pointer:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.business-link__pointer:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-detail-about{position:relative;z-index:10}.recruit-detail-about:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-detail-about{margin-bottom:50px}.recruit-detail-about:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-detail-about{margin-bottom:50px}.recruit-detail-about:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-detail-about__overview--image{margin-top:50px;-o-object-fit:cover;object-fit:cover;width:100%;height:420px;border-radius:10px;z-index:10}@media(max-width:797px){.recruit-detail-about__overview--image{margin-top:0}}.recruit-detail-about__overview--main{margin-top:20px;text-align:left;font-size:24px;font-size:1.5rem;line-height:1.45;z-index:10;font-weight:700;white-space:pre-wrap;border-bottom:.6px solid #d9d9d9;padding-bottom:20px}@media(max-width:797px){.recruit-detail-about__overview--main{text-align:left;white-space:normal;font-size:20px;font-size:1.25rem}}.recruit-detail-about__overview--sub{margin-top:20px;text-align:left;font-size:15px;font-size:.9375rem;line-height:2.5;z-index:10;font-weight:none;white-space:pre-wrap}@media(min-width:798px)and (max-width:1210px){.recruit-detail-about__overview--sub{text-align:left;white-space:normal}}@media(max-width:797px){.recruit-detail-about__overview--sub{text-align:left;white-space:normal}}.recruit-detail-contents{margin-bottom:50px}.recruit-detail-contents:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-detail-contents:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-detail-contents:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-detail-contents__title{font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:20px}.recruit-detail-contents__label{font-size:20px;font-size:1.25rem;line-height:1.5;margin-bottom:15px;font-weight:700;height:auto}.recruit-detail-contents__text{font-size:15px;font-size:.9375rem;line-height:2.5;white-space:pre-wrap;margin-bottom:20px;font-weight:400}@media(max-width:797px){.recruit-detail-contents__text{line-height:2}}.recruit-detail-job-description{margin-bottom:100px}.recruit-detail-job-description:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-detail-job-description:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-detail-job-description:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-detail-job-description__title{padding-bottom:17px;font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:20px}.recruit-detail-job-description__table{border-collapse:separate;border-spacing:0 8px;position:relative;font-size:15px;font-size:.9375rem;line-height:2;letter-spacing:.1;z-index:10}.recruit-detail-job-description__table>tbody>tr>td,.recruit-detail-job-description__table>tbody>tr>th{padding:18px;border-right:none}.recruit-detail-job-description__table>tbody>tr>th{width:232px;height:flex;background-color:#edf4c1;color:#1b1b1b;vertical-align:top;font-weight:700}.recruit-detail-job-description__table>tbody>tr>td{width:568px;background-color:#fff;color:#1b1b1b;padding-left:37px;padding-right:34px;font-weight:500}@media(max-width:797px){.recruit-detail-job-description__table{margin-left:auto;margin-right:auto}.recruit-detail-job-description__table>tbody,.recruit-detail-job-description__table>tbody>tr,.recruit-detail-job-description__table>tbody>tr>td,.recruit-detail-job-description__table>tbody>tr>th{display:block;width:100%}.recruit-detail-job-description__table>tbody>tr>td{border-top:0;border-bottom:0}}.recruit-detail-job-description__table--key,.recruit-detail-job-description__table--value{white-space:pre-wrap}.recruit-detail-link{margin-bottom:100px}.recruit-detail-link__button{display:flex;justify-content:center;align-items:center;margin-bottom:35px}@media(max-width:797px){.recruit-detail-link__button{margin-bottom:30px}}.recruit-about{position:relative;z-index:10}.recruit-about__container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;place-items:justify;z-index:10}@media(max-width:797px){.recruit-about__container{grid-template-columns:1fr}}.recruit-about__overview--main{margin-top:50px;text-align:center;z-index:10;font-size:25px;font-size:1.5625rem;font-weight:900;line-height:1.93;white-space:pre-wrap}@media(max-width:797px){.recruit-about__overview--main{text-align:left;font-size:20px;font-size:1.25rem;white-space:normal}}.recruit-about__overview--sub{margin-top:50px;margin-bottom:50px;text-align:center;z-index:10;font-size:15px;font-size:.9375rem;font-weight:400;line-height:2;letter-spacing:.1;white-space:pre-wrap}@media(max-width:797px){.recruit-about__overview--sub{text-align:left}}.recruit-about__overview--image{-o-object-fit:cover;object-fit:cover;width:100%;height:300px;border-radius:30px;z-index:10}@media(min-width:798px)and (max-width:1210px){.recruit-about__overview--image{margin-bottom:50px}}@media(max-width:797px){.recruit-about__overview--image{margin-bottom:50px}}.recruit-about__keyvisual{margin-bottom:100px;z-index:10;display:flex}.recruit-about__keyvisual img{flex:1 1;width:33.3333333333%;height:auto;-o-object-fit:cover;object-fit:cover}.recruit-message:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-message:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-message:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-message__container{margin-bottom:50px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;z-index:10}@media(max-width:797px){.recruit-message__container{grid-template-columns:1fr;place-content:center;place-items:center}}.recruit-message__inner{font-size:15px;font-size:.9375rem;line-height:2.5}@media(max-width:797px){.recruit-message__message{width:100%;margin-bottom:30px}}.recruit-message__image{width:550px;height:376px;border-radius:30px;-o-object-fit:cover;object-fit:cover;-o-object-position:80% 50%;object-position:80% 50%}.recruit-mbtn__container{margin-top:50px;margin-bottom:50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;z-index:10}@media(max-width:797px){.recruit-mbtn__container{grid-template-columns:1fr}}.recruit-mbtn__image{width:350px;height:300px;border-radius:30px;-o-object-fit:cover;object-fit:cover}.recruit-mbtn__image-title{width:350px;margin-top:27px;margin-bottom:50px;font-size:18px;font-size:1.125rem;line-height:1.5;font-weight:700;text-align:center}.recruit-iconbox__container{margin-bottom:100px;z-index:10}@media(max-width:797px){.recruit-iconbox__container{margin-bottom:50px}}.recruit-iconbox__container--box{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;margin-bottom:50px}@media(max-width:797px){.recruit-iconbox__container--box{grid-template-columns:1fr;place-content:center;place-items:center;row-gap:30px;margin-bottom:30px}}.recruit-iconbox__container--line{display:grid;grid-template-columns:1fr;place-content:center;margin-bottom:100px}@media(min-width:798px)and (max-width:1210px){.recruit-iconbox__container--line{grid-template-columns:750px;place-items:center}}@media(max-width:797px){.recruit-iconbox__container--line{place-items:center;margin-bottom:50px}}.recruit-iconbox__inner{background-color:#fff;border-radius:30px;min-height:200px;padding-top:38.78px;position:relative;border:1px solid #eee}.recruit-iconbox__inner--box{width:100%}@media(max-width:797px){.recruit-iconbox__inner--box{max-width:350px}}.recruit-iconbox__inner--line{width:100%;display:grid;grid-template-columns:1fr 2fr}@media(min-width:798px)and (max-width:1210px){.recruit-iconbox__inner--line{grid-template-columns:1fr;min-width:667px}}@media(max-width:797px){.recruit-iconbox__inner--line{grid-template-columns:1fr;max-width:350px}}.recruit-iconbox__icon--box,.recruit-iconbox__icon--line{text-align:center}.recruit-iconbox__title{font-size:20px;font-size:1.25rem;line-height:1.5;letter-spacing:.1;font-feature-settings:"palt";font-weight:700;padding-top:29.59px;color:#1a8505;white-space:pre-wrap;justify-content:center}.recruit-iconbox__text{font-size:15px;font-size:.9375rem;line-height:2;letter-spacing:.05;font-feature-settings:"palt";margin-top:10px;margin-right:57px}@media(min-width:798px)and (max-width:1210px){.recruit-iconbox__text{margin-left:25px;margin-right:25px;margin-bottom:40px}}@media(max-width:797px){.recruit-iconbox__text{margin-left:25px;margin-right:25px;margin-bottom:40px}}.recruit-recruitment-type{margin-bottom:100px}.recruit-recruitment-type:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-recruitment-type:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-recruitment-type{margin-bottom:50px}.recruit-recruitment-type:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-recruitment-type__container{display:grid;grid-template-columns:360px 360px 360px;place-content:center left;grid-column-gap:35px;-moz-column-gap:35px;column-gap:35px;grid-row-gap:50px;row-gap:50px;z-index:10;margin-bottom:50px}@media(min-width:798px)and (max-width:1210px){.recruit-recruitment-type__container{grid-template-columns:360px 360px;place-content:center center}}@media(max-width:797px){.recruit-recruitment-type__container{display:flex;flex-direction:column;align-items:center;row-gap:30px;margin-bottom:30px}}.recruit-recruitment-type__heading{margin-bottom:20px}.recruit-recruitment-type__box{background-color:#fff;padding:24px 16px;max-width:360px;min-height:226px;border-radius:30px;border:1px solid #eee;position:relative}.recruit-recruitment-type__title{font-size:18px;font-size:1.125rem;line-height:1.94;font-weight:700;margin-left:8px;margin-bottom:12px}.recruit-recruitment-type__arrow{position:absolute;right:20px}.recruit-recruitment-type__text{font-size:14px;font-size:.875rem;line-height:1.97;font-feature-settings:"palt";margin:0 4px;height:96px}.recruit-recruitment-type__tag-position{display:flex;justify-content:flex-start;flex-wrap:wrap}.recruit-recruitment-type__tag{background-color:#fccf40;border-radius:100vh;text-align:center;font-size:12px;font-size:.75rem;line-height:1.5;letter-spacing:.1;font-feature-settings:"palt";margin-right:12px;margin-bottom:8px;padding:6px 20px}.recruit-interview{margin-bottom:150px}.recruit-interview:before{content:"";display:block;height:121px;width:100%;margin-top:-121px}@media(min-width:798px)and (max-width:1210px){.recruit-interview:before{content:"";display:block;height:90px;width:100%;margin-top:-90px}}@media(max-width:797px){.recruit-interview:before{content:"";display:block;height:80px;width:100%;margin-top:-80px}}.recruit-interview__container{margin-bottom:10px}@media(max-width:797px){.recruit-interview__container{margin-left:0;margin-right:0;margin-bottom:0;text-align:center}}.recruit-interview__image{-o-object-fit:cover;object-fit:cover;width:350px;height:190px;border-radius:15px;margin:0 auto}.recruit-interview__subject{width:350px;text-align:left;font-size:14px;font-size:.875rem;line-height:1.94;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0 auto}.slick-dots{display:flex!important;justify-content:center;align-items:center;width:1150px;height:1px;background:#000;list-style:none;opacity:1}.slick-dots li{flex:1 1;opacity:1;margin:0!important}.slick-dots li button{height:1px!important;background:transparent;margin:0!important;border:none;cursor:pointer;opacity:1}.slick-dots li button:before{opacity:0!important}.slick-dots li.slick-active button{background:#333;width:100%;height:4px!important}.slick-prev{top:330px!important;margin-left:30px!important}.slick-prev:before{font-size:29px!important;color:#000!important}.slick-next{text-align:left!important;margin-left:10px!important;top:330px!important;left:35px!important}.slick-next:before{font-size:29px!important;color:#000!important}.contact__body,.contact__heading{position:relative;z-index:10}.contact-purpose-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));place-content:center left;grid-column-gap:35px;-moz-column-gap:35px;column-gap:35px;grid-row-gap:35px;row-gap:35px;max-width:1150px;height:auto;margin:50px auto}@media(min-width:798px)and (max-width:1210px){.contact-purpose-select{grid-template-columns:360px 360px;place-content:center center}}@media(max-width:797px){.contact-purpose-select{grid-template-columns:360px;place-content:center center}}.contact-purpose-card{max-width:360px;height:155px;border-radius:30px;padding-top:24px;padding-left:24px;padding-right:19px;background:hsla(0,0%,100%,.5);cursor:pointer;border:1px solid #eee}.contact-purpose-card__heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.contact-purpose-card__description,.contact-purpose-card__name{line-height:1.94;letter-spacing:.05em}.contact-purpose-card__description{font-size:14px;font-size:.875rem;margin-top:3.3%}.government-about{margin-bottom:50px}.government-about__overview--main{text-align:center;font-size:25px;font-size:1.5625rem;line-height:1.93;font-weight:900;white-space:pre-wrap;z-index:10;position:relative}@media(max-width:797px){.government-about__overview--main{text-align:left;white-space:normal;font-size:20px;font-size:1.25rem}}.government-about__overview--image{margin-top:50px;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:30px;z-index:10;position:relative}@media(max-width:797px){.government-about__overview--image{margin-top:30px}}.government-messages{z-index:10;margin-bottom:50px}.government-messages__label{font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:50px}@media(max-width:797px){.government-messages__label{margin-bottom:30px}}.government-messages__content{font-size:15px;font-size:.9375rem;line-height:2.5;white-space:pre-wrap;margin-bottom:50px;font-weight:400}@media(max-width:797px){.government-messages__content{line-height:2}}.government-customer-values{margin-bottom:50px}.government-customer-values__title{font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:50px;z-index:10}@media(max-width:797px){.government-customer-values__title{margin-bottom:30px}}.government-customer-values__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:64px;row-gap:64px;max-width:1150px;height:auto;margin:50px auto;z-index:10}@media(max-width:797px){.government-customer-values__body{display:flex;flex-direction:column;justify-content:center;max-width:350px;margin:30px auto;row-gap:30px}}.government-customer-values-card{text-align:center;background-color:#fff;border-radius:30px;width:100%;max-height:330px}@media(max-width:797px){.government-customer-values-card{max-height:none}}.government-customer-values-card__icon{display:flex;justify-content:center;align-items:center;height:109px;z-index:10}.government-customer-values-card__title{height:60px;font-size:20px;font-size:1.25rem;font-weight:700;line-height:1.5;letter-spacing:.1em;white-space:pre-wrap;color:#1a8505;z-index:10}@media(max-width:797px){.government-customer-values-card__title{height:auto}}.government-customer-values-card__text{text-align:left;height:169px;font-size:14px;font-size:.875rem;font-weight:400;line-height:2.2;letter-spacing:.05em;padding-top:5px;padding-left:25px;padding-right:24px;z-index:10;text-wrap:wrap}.government-awards{margin-bottom:100px}.government-awards__title{font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:50px;z-index:10}@media(max-width:797px){.government-awards__title{margin-bottom:30px}}.government-awards__label{font-size:20px;font-size:1.25rem;line-height:1.5;margin-bottom:15px;font-weight:700;height:auto;z-index:10}.government-awards__text{font-size:15px;font-size:.9375rem;line-height:2.5;letter-spacing:.1em;white-space:pre-wrap;margin-bottom:50px;font-weight:400;z-index:10}@media(max-width:797px){.government-awards__text{line-height:2;margin-bottom:30px}}.government-awards__text a{color:#1a8505;text-decoration:underline;word-wrap:break-word}.government-service{margin-bottom:50px}.government-service__title{font-size:25px;font-size:1.5625rem;line-height:1.5;margin-bottom:50px;z-index:10}@media(max-width:797px){.government-service__title{margin-bottom:30px}}.government-service__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:64px;row-gap:64px;max-width:1150px;height:auto;z-index:10}@media(max-width:797px){.government-service__container{grid-template-columns:1fr;row-gap:30px}}.government-service__btn{margin-top:71px}.government-service-card,.government-service__btn{display:flex;justify-content:center;align-items:center;z-index:10}.government-service-card{position:relative;max-width:350px;height:314px;background-color:#fff;border:3px solid #fff;border-radius:30px}@media(max-width:797px){.government-service-card{max-width:295px;height:257.31px}}.government-service-card__icon--arrow{position:absolute;right:32px;bottom:32px;z-index:10}.mila-e-overview{position:relative;z-index:10}.mila-e-overview__text{text-align:center;white-space:pre-wrap;margin-top:50px}.mila-e-overview__text--main{font-size:25px;font-size:1.5625rem;line-height:1.93;font-weight:900}@media(min-width:798px)and (max-width:1210px){.mila-e-overview__text--main{text-align:left;white-space:normal}}@media(max-width:797px){.mila-e-overview__text--main{font-size:20px;font-size:1.25rem;text-align:left;white-space:normal}}.mila-e-overview__text--sub{font-size:20px;font-size:1.25rem;font-weight:700;line-height:1.93;margin-top:50px}@media(min-width:798px)and (max-width:1210px){.mila-e-overview__text--sub{text-align:left;white-space:normal}}@media(max-width:797px){.mila-e-overview__text--sub{font-size:15px;font-size:.9375rem;text-align:left;white-space:normal}}.mila-e-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,350px));place-content:center;align-self:start;justify-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;grid-row-gap:50px;row-gap:50px;max-width:1150px;margin:100px auto 0}@media(max-width:797px){.mila-e-services__grid{display:flex;flex-direction:column;max-width:350px;row-gap:30px;margin:50px auto 0}}.mila-e-services__card{border-radius:30px}.mila-e-services__card--wide{grid-column:1/-1}.mila-e-services__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mila-e-services__supplement{grid-column:1/-1;justify-self:start}.mila-e-services__supplement p{margin-top:4%}.mila-e-services__supplement li,.mila-e-services__supplement p{font-weight:400;font-size:15px;font-size:.9375rem;line-height:2.5;letter-spacing:.05em}.mila-e-services__supplement li{text-align:left;margin-left:50px;padding-left:10px;list-style-type:disc}@media(max-width:797px){.mila-e-services__supplement li{margin-left:30px;padding-left:5px}}.mila-e-services__supplement a{font-size:15px;font-size:.9375rem;font-weight:400;line-height:2.5;letter-spacing:.05em;border-bottom:1px solid #1b1b1b;word-wrap:break-word}.mila-e-case-links{margin-top:50px}.anchor-link{display:flex;justify-content:center;padding-top:50px;padding-bottom:100px;max-width:1150px;position:relative;z-index:20}@media(min-width:798px)and (max-width:1210px){.anchor-link{display:none}}@media(max-width:797px){.anchor-link{display:none}}.anchor-link__button{display:flex;align-items:center;justify-content:center;text-align:center;color:#1b1b1b;background-color:#fff;border-radius:50px;border:1px solid #eee;height:35px;min-width:218px;margin:0 5.5px;padding-left:40px;padding-right:40px;font-size:14px;font-size:.875rem;font-weight:700;line-height:1.5;position:relative;z-index:10;cursor:pointer}.anchor-link__button--arrow{transform:rotate(90deg);position:absolute;right:18.5px}.anchor-link__button:hover{opacity:.6}.privacy-policy__content h3{text-align:center;margin:50px 0}.privacy-policy__content h4,.privacy-policy__content h5,.privacy-policy__content h6{margin:30px 0}.privacy-policy__content hr{border-top:1px solid #999;margin:50px 0}.privacy-policy__content p{margin-bottom:10px}.privacy-policy__content p a{color:#b9d316;font-weight:700;text-decoration:underline}.contact-form{width:100%}.contact-form__row{width:100%;display:flex;align-items:flex-end;flex-flow:row wrap;justify-content:space-between;margin-top:50px;margin-bottom:50px;gap:30px}.contact-form__row--dense{margin:16px 0}.contact-form__col{display:flex}.contact-form__field{float:unset!important;width:100%;max-width:100%;min-width:100%}.contact-form__button{display:flex;justify-content:center;align-items:center;position:relative;height:50px;border:1px solid;border-radius:50px;cursor:pointer}.contact-form__button:hover{opacity:.8}.contact-form__button--confirm{color:#fff;background:#1b1b1b;width:270px}.contact-form__button--back{color:#1b1b1b;background:#fff;width:210px}.contact-form__button--back:hover{color:#1c1c1c}.contact-form__button--submit{color:#fff;background:#1b1b1b;width:210px}.contact-form__button--submit:hover{color:#fff}.contact-form__button--add{color:#fff;background:#1b1b1b;width:210px}.contact-form__button-text{display:flex;align-items:center;font-weight:700;font-size:14px;font-size:.875rem;line-height:1.5;letter-spacing:.1em}.contact-form__button-icon{display:flex;align-items:center;position:absolute}.contact-form__button-icon--next{transform:rotate(0deg);right:18px}.contact-form__button-icon--prev{transform:rotate(180deg);left:18px}.contact-form__action{display:flex;justify-content:center;gap:30px}@media(max-width:797px){.contact-form__action{flex-flow:column;align-items:center}}.contact-form__action-message{text-align:center;font-size:14px;font-size:.875rem;color:#888}.contact-form__label{position:relative;float:left;display:flex;align-items:center;font-size:1.125rem!important;font-weight:500!important;line-height:1.94;letter-spacing:.05em;margin-bottom:12px;width:100%;max-width:100%;min-width:100%;pointer-events:none}.contact-form__label--dense{margin-bottom:0}.contact-form__label-item{margin-left:12px;padding-left:12px;padding-right:12px;position:relative;width:54px;height:22px;border-radius:2px}.contact-form__label-item--required{background:#f86161;color:transparent!important}.contact-form__label-item--required:before{content:"必須";position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:14px;font-size:.875rem;line-height:1.94}.contact-form__label-item--optional{background:#94bb53;color:transparent!important}.contact-form__label-item--optional:before{content:"任意";position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:14px;font-size:.875rem;line-height:1.94}.contact-form__label-gutter{width:10px;clear:both}.contact-form__textarea{display:flex;align-items:center;margin-bottom:0!important;padding:15px 20px;width:100%;font-weight:500!important;font-size:1rem!important;line-height:1.94;border:1px solid #c8c8c8;border-radius:4px;background:#fff;transition:border 1s,background-color 1s}.contact-form__textarea::-moz-placeholder{color:#737373}.contact-form__textarea:-ms-input-placeholder{color:#737373}.contact-form__textarea::placeholder{color:#737373}.contact-form__textarea:focus{outline:1px solid #a6bf06}.contact-form__wrap-error-message{position:relative}.contact-form__error-message{font-size:12px;font-size:.75rem;color:#fff;position:absolute;bottom:4px;right:4px;background:rgba(236,90,85,.8);animation:errorBlink .7s infinite alternate;border-radius:4px;padding:0 4px}@keyframes errorBlink{0%{background:rgba(236,90,85,.9)}to{background:rgba(236,90,85,.65)}}.contact-form input.contact-form__text-field{display:flex;align-items:center;width:100%;margin-bottom:0!important;padding:0 20px;background:#fff;height:62px!important;border:1px solid #c8c8c8;border-radius:4px;font-weight:500!important;font-size:1em!important;line-height:1.94;transition:border 1s,background-color 1s}.contact-form input.contact-form__text-field::-moz-placeholder{color:#737373}.contact-form input.contact-form__text-field:-ms-input-placeholder{color:#737373}.contact-form input.contact-form__text-field::placeholder{color:#737373}.contact-form input.contact-form__text-field:focus{outline:1px solid #a6bf06}.contact-form__checkbox{padding:10px 20px;background:#fff;border:1px solid #c8c8c8;border-radius:4px;transition:border 1s,background-color 1s}.contact-form__checkbox:focus{outline:1px solid #b9d316}.contact-form__checkbox>.contact-form__checkbox-item{display:flex;align-items:center;margin-top:10px;margin-bottom:10px}.contact-form label.contact-form__checkbox-item>input[type=checkbox],.contact-form label.contact-form__checkbox-item>input[type=radio]{margin-right:14px;width:20px;height:20px}.contact-form__help{margin:12px 4px;font-weight:500;font-size:16px;font-size:1rem;line-height:1.94}.contact-form__link{color:#1a8505;text-decoration:underline}.contact-form select.contact-form__select{width:100%;margin-bottom:0!important;padding:0 20px;height:62px!important;font-weight:500!important;font-size:1rem!important;border:1px solid #c8c8c8;border-radius:4px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSAxLjVMNi41IDYuNUwxMS41IDEuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:14px;background-position:right 8% center;transition:border 1s,background-color 1s;cursor:pointer}.contact-form .contact-form__remove-field{display:flex;align-items:center;justify-content:center;height:62px;color:#737373;border-radius:12px;cursor:pointer}.contact-form .contact-form__remove-field:hover{color:#000;background:rgba(0,0,0,.2)}.contact-form-confirm .contact-form__checkbox,.contact-form-confirm input.contact-form__text-field,.contact-form-confirm select.contact-form__select{background:transparent;border:1px solid hsla(0,0%,78%,.6)}.contact-form-confirm .contact-form__checkbox::-moz-placeholder,.contact-form-confirm input.contact-form__text-field::-moz-placeholder,.contact-form-confirm select.contact-form__select::-moz-placeholder{color:hsla(0,0%,45%,.4)}.contact-form-confirm .contact-form__checkbox:-ms-input-placeholder,.contact-form-confirm input.contact-form__text-field:-ms-input-placeholder,.contact-form-confirm select.contact-form__select:-ms-input-placeholder{color:hsla(0,0%,45%,.4)}.contact-form-confirm .contact-form__checkbox::placeholder,.contact-form-confirm input.contact-form__text-field::placeholder,.contact-form-confirm select.contact-form__select::placeholder{color:hsla(0,0%,45%,.4)}.contact-form-confirm__textarea{padding:15px 20px;font-size:16px;font-size:1rem;font-weight:500;line-height:1.94;white-space:pre-wrap;border:1px solid hsla(0,0%,78%,.6);border-radius:4px;cursor:text}.contact-form-confirm .contact-form__label-item--optional,.contact-form-confirm .contact-form__label-item--required{display:none}.contact-form-confirm .contact-form__help{opacity:.5}.btn{border:2px solid;border-radius:50px;padding:9px 0;cursor:pointer;font-size:14px;font-size:.875rem;background:#fff}.btn--black{color:#fff;background:#1e1e1e}.btn--white{color:#1b1b1b;background:#fff;border-color:#fff}a.btn{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;height:50px}a.btn:hover{text-decoration:none;color:inherit}a.btn:after{content:"";background-image:url(/img/arrow-btn.svg);width:11px;height:10px;display:inline-block;background-repeat:no-repeat;position:absolute;right:20px;top:42%}a.btn--black:hover{color:#fff;background-color:rgba(27,27,27,.9)}.page-breadcrumbs{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch;align-items:left;margin-top:50px;height:20px;color:#9b9b9b;font-size:13px;font-size:.8125rem;line-height:19.5px;font-weight:500;letter-spacing:.04em}@media(max-width:797px){.page-breadcrumbs{display:none}}.page-breadcrumbs span[property=name]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.post-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-content:space-around;place-content:center;place-items:center;grid-column-gap:50px;-moz-column-gap:50px;column-gap:50px;align-items:start}@media(min-width:798px)and (max-width:1210px){.post-list{grid-template-columns:repeat(auto-fit,minmax(350px,350px))}}@media(max-width:797px){.post-list{grid-template-columns:1fr}}.post-list--default{gap:50px}.post-list--top{gap:65px 35px}.post-card{font-size:14px;font-size:.875rem;line-height:2;letter-spacing:.1em}.post-card--default,.post-card--top{max-width:350px}.post-card img{height:183.75px;width:350px;-o-object-fit:cover;object-fit:cover;border-radius:15px}.post-card__meta{display:flex;justify-content:space-between;align-items:center;margin-top:18px;margin-bottom:5px}.post-card__meta--date{text-align:left}.post-card__meta--tag{background-color:#1b1b1b;color:#fff;border-radius:4px;padding:0 16px;text-align:center}.pagination{display:flex;justify-content:center;align-items:center;margin-top:50px;margin-bottom:100px;text-align:center}.pagination__icon{width:7px;height:7px;border:solid #1b1b1b;border-width:1.5px 1.5px 0 0}.pagination__icon--prev{rotate:-135deg}.pagination__icon--next{rotate:45deg;margin-left:12px}.pagination__button{margin-left:12px;width:38px;height:38px;border:1px solid;border-radius:5px;text-align:center;font-size:14px;font-weight:700;line-height:21px;cursor:pointer}.pagination__button--default{border-color:#cbcbcb;background-color:#fff}.pagination__button--current{border-color:#1b1b1b;background-color:#1b1b1b;color:#fff;position:relative}.pagination__button--current:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;background:var(--underline-color,#1b1b1b)}.latest-case-list{margin-bottom:100px}@media(max-width:797px){.latest-case-list{margin-bottom:100px}}.latest-case-list__head{text-align:left}.latest-case-list__container{max-width:1150px;margin:0 auto}.latest-case-list__btn{display:flex;justify-content:center;align-items:center;margin-top:50px}@media(max-width:797px){.latest-case-list__btn{margin-top:30px}}.contact-request{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1150px;min-height:80px;border:1px solid #eee;border-radius:5px;background-color:#fff;position:relative;z-index:10}@media(max-width:797px){.contact-request{flex-direction:column;height:auto;align-items:flex-start}}.contact-request__content{display:flex;align-items:center;margin:10px 15px 10px 25px;gap:18px}@media(min-width:798px)and (max-width:1210px){.contact-request__content{gap:0}}@media(max-width:797px){.contact-request__content{flex-direction:column;align-items:flex-start;margin:15px 12px 25px}}.contact-request__content--vertical{flex-direction:column;align-items:flex-start;background-image:linear-gradient(#fccf40 50%,#b9d316 0);background-repeat:no-repeat;background-size:4px 100%;gap:0}@media(min-width:798px)and (max-width:1210px){.contact-request__content--vertical{gap:4px;padding:4px 0}}@media(max-width:797px){.contact-request__content--vertical{gap:12px;padding:4px 0}}.contact-request__lead{display:flex;align-items:center;font-size:19px;font-size:1.1875rem;font-weight:700;line-height:2;letter-spacing:.05em;padding-left:14px}.contact-request__content:not(.contact-request__content--vertical) .contact-request__lead{background-image:linear-gradient(#fccf40 50%,#b9d316 0);background-repeat:no-repeat;background-size:4px 100%}@media(min-width:798px)and (max-width:1210px){.contact-request__lead{line-height:1.5}}@media(max-width:797px){.contact-request__lead{line-height:1.5}}.contact-request__text{font-size:14px;font-size:.875rem;font-weight:500;line-height:2;letter-spacing:.1em;margin-left:18px;color:#565656}@media(min-width:798px)and (max-width:1210px){.contact-request__text{line-height:1.5}}@media(max-width:797px){.contact-request__text{line-height:1.5;margin-left:18px}}.contact-request__btn{right:10px;margin-right:25px}@media(min-width:798px)and (max-width:1210px){.contact-request__btn{margin-right:10px}}@media(max-width:797px){.contact-request__btn{margin-bottom:20px}.contact-request__btn:last-child{margin-left:auto;margin-right:auto}}.image-section{margin-bottom:100px}.image-section__title{text-align:left}.image-section__body{text-align:center;margin:auto;padding-bottom:50px;max-width:1150px;display:flex;flex-direction:column;gap:30px}.split-content-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(auto,550px));place-content:center;justify-items:center;grid-column-gap:42px;-moz-column-gap:42px;column-gap:42px;z-index:10;align-items:start;margin-bottom:93px}@media(min-width:798px)and (max-width:1210px){.split-content-card{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}}@media(max-width:797px){.split-content-card{display:flex;flex-direction:column;align-items:center;width:auto;height:auto;margin-bottom:50px}}.split-content-card__image{width:550px;aspect-ratio:550/308;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:30px;top:30px}@media(min-width:798px)and (max-width:1210px){.split-content-card__image{margin-bottom:0}}@media(max-width:797px){.split-content-card__image{margin-bottom:24px;max-width:550px;min-width:330px;width:100%}}.split-content-card__content{display:flex;flex-direction:column}.split-content-card__title{align-items:flex-start;margin-top:40px;margin-bottom:24px}@media(min-width:798px)and (max-width:1210px){.split-content-card__title{margin-top:24px}}@media(max-width:797px){.split-content-card__title{margin-top:0}}.split-content-card__description{align-items:flex-start;margin-left:.75%;width:550px;font-size:15px;font-size:.9375rem;font-weight:400;line-height:1.93;letter-spacing:.1}@media(max-width:797px){.split-content-card__description{margin-bottom:30px;width:100%;max-width:550px;min-width:330px}}.split-content-card__btn{margin-top:30px;align-self:center}@media(min-width:798px)and (max-width:1210px){.split-content-card__btn{margin-top:24px}}@media(max-width:797px){.split-content-card__btn{margin-top:0}}