@charset "UTF-8";/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/html{box-sizing:border-box;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-text-size-adjust:100%;word-break:normal}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{color:inherit;cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes fuwafuwa{0%{transform:translate(0,0)}50%{transform:translate(0,-2rem)}100%{transform:translate(0,0)}}:root{--scrollbar:15px}*,::after,::before{box-sizing:border-box;outline:0}html{scroll-behavior:smooth;scroll-padding-top:1.5rem;font-size:calc(100% - .0192771084 * (830px - 100vw))}@media screen and (min-width:51.9375em){html{scroll-padding-top:1rem;font-size:min(100%, 100% - .0106666667 * (1500px + var(--scrollbar, 15px) - 100vw))}}body{line-height:1;letter-spacing:.05em;color:#000;overflow-wrap:anywhere;font-family:noto-sans-cjk-jp,sans-serif;font-style:normal;font-weight:400;font-size:1rem}li{list-style-type:none}a,button,input,select,summary,textarea{color:inherit;text-decoration:none}a:hover,button:hover,input:hover,select:hover,summary:hover,textarea:hover{cursor:pointer;opacity:.8}input:focus,select:focus,textarea:focus{border-color:#add8e6;box-shadow:0 0 .5rem rgba(0,123,255,.5)}textarea{resize:none}summary{list-style:none}summary::-webkit-details-marker{display:none}img,video{width:100%;height:auto;vertical-align:middle}iframe{width:100%;height:auto}pre{white-space:pre-line}b,em,span,strong{line-height:inherit;letter-spacing:inherit;color:inherit;font-size:inherit}strong{font-size:1.25em}span{font-weight:inherit}svg{width:100%;height:auto}html{overflow-x:hidden;overflow-y:scroll;width:100%;height:100%}html:has(.is-hamburger-open),html:has(.is-modal-open){height:100%;overflow-y:hidden}@media screen and (min-width:51.9375em){html:has(.is-hamburger-open),html:has(.is-modal-open){overflow-y:scroll}}body{width:100%;height:100%}.app,.footer,.header,.main,.sidebar,.wrapper{position:relative;width:100%}.app{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:auto 1fr auto;grid-template-columns:100%;min-height:100%;background:linear-gradient(to right,transparent 0,transparent 2px,#edeff1 2px,#edeff1 4px,transparent 4px,transparent 13.375rem);background-size:13.25rem 100%;background-position:66.6% 50%}@media screen and (min-width:51.9375em){.app{background-position:41.5% 50%}}.app.full-screen{height:100%}.app.full-screen .wrapper{overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.app.full-screen .wrapper::-webkit-scrollbar{display:none}.header{grid-area:header}.header.fixed{position:sticky;position:-webkit-sticky;top:0;z-index:1000}.main{grid-area:main}.footer{grid-area:footer}section{position:relative;width:100%}@media screen and (min-width:51.9375em){section{width:min(100%,93.75rem);margin-left:auto;margin-right:auto}}.inner{position:relative;margin-left:auto;margin-right:auto;width:91.44%;height:100%}@media screen and (min-width:51.9375em){.inner{width:min(90.6666666667%,85rem)}}@media screen and (min-width:51.9375em){.inner.wide{width:min(100%,93.75rem)}}.inner.max{width:100%}.md-hidden{display:none}@media screen and (min-width:51.9375em){.md-hidden{display:block}}.md-hidden-inline{display:none}@media screen and (min-width:51.9375em){.md-hidden-inline{display:inline-block}}.md-hidden-flex{display:none}@media screen and (min-width:51.9375em){.md-hidden-flex{display:flex}}.md-hidden-important{display:none!important}@media screen and (min-width:51.9375em){.md-hidden-important{display:block!important}}.lg-hidden{display:block}@media screen and (min-width:51.9375em){.lg-hidden{display:none}}.lg-hidden-inline{display:inline-block}@media screen and (min-width:51.9375em){.lg-hidden-inline{display:none}}.lg-hidden-flex{display:flex}@media screen and (min-width:51.9375em){.lg-hidden-flex{display:none}}.lg-hidden-important{display:block!important}@media screen and (min-width:64em){.lg-hidden-important{display:none!important}}.txt-tup{text-transform:capitalize}.txt-up{text-transform:uppercase}.txt-v{writing-mode:vertical-rl}.txt-box{display:block;width:-moz-max-content;width:max-content;padding:.3125rem .625rem;background-color:#fff;border:1px solid #000}.txt-gra{display:block;width:-moz-max-content;width:max-content;background:linear-gradient(90deg,#000,#2e3b43,#6c8ea0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.txt-gra2{background:linear-gradient(182deg,#6c8ea0 0,#6c8ea0 25%,#2e3b43 50%,#000 75%,#000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.txt-combo span,.txt-combo strong{vertical-align:middle}.txt-combo span{display:flex;flex-wrap:wrap;align-items:center}.txt-combo strong{line-height:100%}.gradated-text{fill:url(#maru)}.btn{display:grid;place-content:center;place-items:center;grid-row-gap:1.1875rem;min-width:31.875rem;background-color:#000;border:1px solid #000;border-radius:4.6875rem;color:#fff;font-size:1.625rem}@media screen and (min-width:51.9375em){.btn{min-width:25rem;grid-row-gap:1.0625rem;border-radius:3.125rem;font-size:1.25rem}}.btn-plus{position:absolute;right:0;position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border:.3rem solid #cecece;border-radius:50%}@media screen and (min-width:51.9375em){.btn-plus{width:4.3rem;height:4.3rem;border-width:.3rem}}.btn-plus.active::after{transform:rotate(0)}.btn-plus::after,.btn-plus::before{position:absolute;content:"";width:.7rem;height:.2rem;background-color:#000}@media screen and (min-width:51.9375em){.btn-plus::after,.btn-plus::before{width:1.5rem;height:.4rem}}.btn-plus::after{transform:rotate(90deg)}.hamburger{z-index:3000;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;position:fixed;top:0;right:0;bottom:0;width:47.875rem;transition:.5s cubic-bezier(.1, .1, .1, 1) .1s;transform-origin:right;transform:scale(0,1)}.hamburger::-webkit-scrollbar{display:none}@media screen and (min-width:51.9375em){.hamburger{width:63.125rem}}.hamburger.is-hamburger-open{transform:scale(1,1)}.hamburger .hamburger-wrapper{padding:5.875rem 3.4375rem 3.875rem;background-color:#000;border-radius:7.0625rem 0 0 7.0625rem}@media screen and (min-width:51.9375em){.hamburger .hamburger-wrapper{padding:4.25rem 5.375rem 4.6875rem;border-radius:9.375rem 0 0 9.375rem}}.hamburger .ttl{display:block;width:-moz-max-content;width:max-content;margin-bottom:6.0625rem;line-height:.93;color:#fff}@media screen and (min-width:51.9375em){.hamburger .ttl{margin-bottom:4.25rem;font-size:4.175625rem}}.hamburger .ttl:nth-of-type(n+4){margin-bottom:0}.hamburger .ttl.ttl--mini{font-size:2.79rem}@media screen and (min-width:51.9375em){.hamburger .ttl.ttl--mini{font-size:1.926875rem}}.hamburger .ttl.ttl--home{margin-bottom:4.875rem}@media screen and (min-width:51.9375em){.hamburger .ttl.ttl--home{margin-bottom:3.625rem}}.hamburger .ttl.ttl--privacy{margin-top:6.625rem}@media screen and (min-width:51.9375em){.hamburger .ttl.ttl--privacy{margin-top:4.625rem}}.hamburger .ttl span{position:relative;padding-left:1.625rem}@media screen and (min-width:51.9375em){.hamburger .ttl span{margin-top:.5rem;padding-left:1.25rem;font-size:1.0275rem}}.hamburger .ttl span::before{position:absolute;top:50%;transform:translateY(-50%);left:0;content:"";width:.875rem;height:.25rem;background-color:#7599ad}@media screen and (min-width:51.9375em){.hamburger .ttl span::before{width:.625rem;height:.1875rem}}@media screen and (min-width:51.9375em){.hamburger .ttl br{display:none}}.hamburger .nav{display:flex;flex-wrap:wrap;row-gap:1.9375rem;margin-top:3.125rem}@media screen and (min-width:51.9375em){.hamburger .nav{flex-direction:column;height:7.375rem;margin-top:2.25rem;row-gap:1.4375rem;-moz-column-gap:6.875rem;column-gap:6.875rem}}.hamburger .nav .nav__link{display:block;width:100%;padding-left:1.75rem;color:#fff;font-weight:700;font-family:fot-udkakugo-large-pr6n,sans-serif;font-size:2.0625rem}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link{width:-moz-max-content;width:max-content;padding-left:0;font-size:1.413125rem}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--01{order:1}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--02{order:4}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--03{order:2}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--04{order:5}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--05{order:3}}@media screen and (min-width:51.9375em){.hamburger .nav .nav__link.nav__link--06{order:6}}.hamburger .links{display:flex;flex-wrap:wrap;row-gap:2.625rem;margin-top:4.25rem}@media screen and (min-width:51.9375em){.hamburger .links{margin-top:2.375rem;row-gap:0;-moz-column-gap:2.3125rem;column-gap:2.3125rem}}.hamburger .links .links__item{width:100%}@media screen and (min-width:51.9375em){.hamburger .links .links__item{width:25rem}}.hamburger .links .links__link{width:100%;grid-row-gap:0.5rem;padding-top:2.125rem;padding-bottom:1.875rem;border:0;font-family:neuzeit-grotesk,sans-serif;color:#000;font-size:2.890625rem}@media screen and (min-width:51.9375em){.hamburger .links .links__link{grid-row-gap:1rem;padding-top:2.125rem;padding-bottom:2.125rem;border-radius:4.6875rem;font-size:2.890625rem}}.hamburger .links .links__link span{letter-spacing:.075;font-weight:700;font-size:1.0625rem}@media screen and (min-width:51.9375em){.hamburger .links .links__link span{font-size:1.0625rem}}.hamburger .links .links__link.entry{background:#d7f1f0;background:linear-gradient(90deg,#d7f1f0 0,#eddefa 100%)}.hamburger .links .links__link.contact{background:#eaf2c5;background:linear-gradient(90deg,#eaf2c5 0,#dbf4f0 100%)}.hamburger-open-btn{position:fixed;z-index:3001;top:0;right:0;display:block;width:6.25rem;height:6.25rem;background-color:#000}@media screen and (min-width:51.9375em){.hamburger-open-btn{right:0}}.hamburger-open-btn.is-hamburger-open{transform:translateX(0)}.hamburger-open-btn span{display:block;margin-left:auto;margin-right:auto;width:50%;height:2px;background-color:#fff;transition:all .4s}.hamburger-open-btn span:nth-of-type(2){margin-top:.4375rem}.hamburger-open-btn span:is(.is-hamburger-open *){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);left:25%}.hamburger-open-btn span:is(.is-hamburger-open *):first-of-type{transform:rotate(45deg)}.hamburger-open-btn span:is(.is-hamburger-open *):nth-of-type(2){margin-top:0;transform:rotate(-45deg)}.swiper{margin-left:-5.5rem;margin-right:-5.5rem}@media screen and (min-width:51.9375em){.swiper{margin-left:-4rem;margin-right:-4rem}}.swiper .swiper-wrapper{transition-timing-function:linear}.swiper .swiper-cnt{position:relative}.swiper .swiper-slide{margin-left:2.75rem;margin-right:2.75rem}@media screen and (min-width:51.9375em){.swiper .swiper-slide{margin-left:2rem;margin-right:2rem}}.header{width:100%}.header .inner{display:flex;align-items:center;padding-top:1.5625rem;padding-bottom:1.5625rem}@media screen and (min-width:51.9375em){.header .inner{padding-top:1.875rem;padding-bottom:1.875rem}}.header .logo img{width:17.3125rem;height:3.1875rem}@media screen and (min-width:51.9375em){.header .logo img{width:12.8125rem;height:2.4375rem}}.footer{padding-top:6.125rem;padding-bottom:4.9375rem;background-color:#0a0605;background-image:url(../img/common/footer_bg_sp.png);background-size:100% 100%}@media screen and (min-width:51.9375em){.footer{padding-top:4.8125rem;padding-bottom:3.25rem;background-image:url(../img/common/footer_bg_pc.png)}}.footer .inner{display:grid;grid-template-columns:max-content 1fr;grid-row-gap:5.1875rem}@media screen and (min-width:51.9375em){.footer .inner{grid-template-columns:repeat(3,max-content) 1fr;grid-row-gap:2.75rem}}.footer .nav{position:relative;display:grid;grid-row-gap:4.25rem;grid-template-rows:repeat(3,max-content)}@media screen and (min-width:51.9375em){.footer .nav{grid-row-gap:2.75rem;padding-right:3.75rem}}@media screen and (min-width:51.9375em){.footer .nav.nav--02,.footer .nav.nav--03{padding-left:3.75rem}}.footer .nav.nav--02::after,.footer .nav.nav--03::after{position:absolute;top:-1.25rem;left:-4.375rem;content:"";width:1px;height:24.625rem;background-color:#fff}@media screen and (min-width:51.9375em){.footer .nav.nav--02::after,.footer .nav.nav--03::after{top:-.75rem;left:-.25rem;height:9.9375rem}}.footer .nav.nav--02{grid-row-gap:2.0625rem;margin-left:-.625rem}@media screen and (min-width:51.9375em){.footer .nav.nav--02{grid-auto-flow:column;grid-template-columns:repeat(2,max-content);grid-template-rows:repeat(4,max-content);grid-row-gap:1.1875rem;grid-column-gap:1.6875rem;margin-left:0;padding-right:3rem}}@media screen and (min-width:51.9375em){.footer .nav.nav--02 .link:not(.link--sub){grid-column:span 2}}.footer .nav.nav--03::after{display:none}@media screen and (min-width:51.9375em){.footer .nav.nav--03::after{left:.125rem;display:block}}.footer .link{display:block;width:-moz-max-content;width:max-content;color:#fff;font-weight:700;font-size:1.5625rem}@media screen and (min-width:51.9375em){.footer .link{font-size:1.0625rem}}.footer .link.link--sub{position:relative;padding-left:1.75rem;font-weight:400;font-size:1.5rem}@media screen and (min-width:51.9375em){.footer .link.link--sub{padding-left:1.125rem;font-size:1rem}}.footer .link.link--sub::before{position:absolute;top:50%;transform:translateY(-50%);left:0;content:"";width:1.125rem;height:2px;background-color:#3d3d3d}@media screen and (min-width:51.9375em){.footer .link.link--sub::before{width:.8125rem}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--01{order:1}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--02{order:4}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--03{order:2}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--04{order:5}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--05{order:3}}@media screen and (min-width:51.9375em){.footer .link.link--sub.link--sub--06{order:6}}.footer .copy{display:grid;place-content:center;place-items:center;grid-row-gap:1.4375rem;margin-top:auto;margin-left:auto}@media screen and (min-width:51.9375em){.footer .copy{grid-row-gap:1.5rem;padding-top:9.25rem}}.footer .copy a{display:block;margin-left:auto}.footer .copy img{width:19.25rem;height:3.6875rem}@media screen and (min-width:51.9375em){.footer .copy img{width:18.3125rem;height:3.5rem}}.footer .copy small{color:#fff;font-size:.675rem}@media screen and (min-width:51.9375em){.footer .copy small{font-size:.639375rem}}.hero{z-index:2}.hero::before{position:absolute;top:-4.625rem;right:0;content:"";width:25.9375rem;height:28.4375rem;background-image:url(../img/common/hero_bg_01_sp.png);background-size:cover}@media screen and (min-width:51.9375em){.hero::before{top:-4.125rem;width:58.125rem;height:52.5rem;background-image:url(../img/common/hero_bg_01_pc.png)}}@media screen and (min-width:51.9375em){.hero:is(body.page *)::before{top:-4.125rem;width:37.375rem;height:33.25rem}}.sec-cv{padding-top:4.0625rem;padding-bottom:4.3125rem;background-image:url(../img/recruit/contact_bg_sp.jpg);background-size:100% 100%}@media screen and (min-width:51.9375em){.sec-cv{padding-top:3.6875rem;padding-bottom:3.125rem;background-image:url(../img/recruit/contact_bg_pc.jpg)}}.sec-cv:is(.business *){padding-top:6.375rem;padding-bottom:4.5rem;background-image:url(../img/business/other_bg_sp.jpg)}@media screen and (min-width:51.9375em){.sec-cv:is(.business *){padding-top:4.375rem;padding-bottom:4rem;background-image:url(../img/business/other_bg_pc.jpg)}}.sec-cv .inner{display:flex;flex-wrap:wrap;justify-content:space-between;text-shadow:.05em .05em 1.2em rgba(0,0,0,.9)}@media screen and (min-width:51.9375em){.sec-cv .inner{display:grid;grid-template-areas:"ttl desc desc" "ttl tel link";grid-template-columns:1fr repeat(2,max-content);grid-template-rows:max-content 1fr}}@media screen and (min-width:51.9375em){.sec-cv .inner:is(.business *){grid-template-areas:"ttl desc" "ttl desc";grid-template-columns:max-content 1fr;grid-column-gap:6.25rem}}.sec-cv .sec-cv-ttl{width:100%;color:#fff;font-family:neuzeit-grotesk,sans-serif;font-weight:700;font-size:9.75rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-ttl{grid-area:ttl;font-size:9.75rem}}.sec-cv .sec-cv-ttl:is(.business *){line-height:.88;letter-spacing:-.02em;font-size:11.5rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-ttl:is(.business *){font-size:9.5rem}}.sec-cv .sec-cv-desc{width:100%;margin-top:2.3125rem;text-wrap:nowrap;color:#fff;font-weight:700;font-size:1.5625rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-desc{grid-area:desc;margin-top:1.625rem;letter-spacing:0;font-size:1.3125rem}}.sec-cv .sec-cv-desc:is(.business *){margin-top:4.0625rem;line-height:1.75;text-wrap:wrap;font-size:1.5rem}.sec-cv .sec-cv-desc:is(.business *)::after,.sec-cv .sec-cv-desc:is(.business *)::before{content:"";display:block;width:0;height:0}.sec-cv .sec-cv-desc:is(.business *)::before{margin-top:-.375em}.sec-cv .sec-cv-desc:is(.business *)::after{margin-bottom:-.375em}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-desc:is(.business *){margin-top:3.875rem;line-height:1.6666666667;font-size:1.125rem}.sec-cv .sec-cv-desc:is(.business *)::after,.sec-cv .sec-cv-desc:is(.business *)::before{content:"";display:block;width:0;height:0}.sec-cv .sec-cv-desc:is(.business *)::before{margin-top:-.3333333333em}.sec-cv .sec-cv-desc:is(.business *)::after{margin-bottom:-.3333333333em}}.sec-cv .sec-cv-tel{position:relative;display:flex;justify-content:center;align-items:center;-moz-column-gap:0.375rem;column-gap:.375rem;margin-top:2.1875rem;letter-spacing:0;color:#fff;font-family:neuzeit-grotesk,sans-serif;font-weight:700;font-size:3.5rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-tel{grid-area:tel;-moz-column-gap:0.5rem;column-gap:.5rem;margin-top:0;margin-right:auto;font-size:2.875rem}}.sec-cv .sec-cv-tel::after{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);right:-1.3125rem;content:"";width:1px;height:100%;background-color:#fff}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-tel::after{right:-1.0625rem;height:70%}}.sec-cv .sec-cv-tel span{font-size:1.9375rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-tel span{font-size:1.625rem}}.sec-cv .sec-cv-link{width:22.6875rem;min-width:-moz-max-content;min-width:max-content;margin-top:2.1875rem;padding-top:2.0625rem;padding-bottom:2.0625rem;font-weight:700;font-size:1.28125rem}@media screen and (min-width:51.9375em){.sec-cv .sec-cv-link{grid-area:link;width:18.75rem;margin-top:1.3125rem;margin-bottom:1.5625rem;margin-left:auto;padding-top:1.25rem;padding-bottom:1.25rem;font-size:1.0625rem}}.sec-ttl{font-weight:700;font-family:neuzeit-grotesk,sans-serif;font-size:6.045625rem}@media screen and (min-width:51.9375em){.sec-ttl{font-size:6.875rem}}.sec-ttl--center{text-align:center}.sec-ttl--center span{margin-left:auto;margin-right:auto}.sec-ttl span{display:block;width:-moz-max-content;width:max-content;margin-top:.9375rem;letter-spacing:0;line-height:1;font-family:fot-udkakugo-large-pr6n,sans-serif;font-size:1.5rem}@media screen and (min-width:51.9375em){.sec-ttl span{margin-top:1rem;font-size:.9375rem}}.page-ttl{width:100%;padding-top:6.75rem;padding-bottom:.9375rem;word-break:auto-phrase;font-weight:700}@media screen and (min-width:51.9375em){.page-ttl{padding-top:4.4375rem;padding-bottom:2rem}}.page-ttl .page-ttl__desc{width:100%;font-size:2rem}@media screen and (min-width:51.9375em){.page-ttl .page-ttl__desc{font-size:1.5625rem}}.page-ttl .page-ttl__ttl{display:block;width:-moz-max-content;width:max-content;margin-top:1.4375rem;font-family:neuzeit-grotesk,sans-serif;font-size:5.8125rem}@media screen and (min-width:51.9375em){.page-ttl .page-ttl__ttl{margin-top:1.5625rem;font-size:7.5625rem}}.page-ttl .page-ttl__ttl:last-of-type{margin-top:0}main:not(.front) .svg-ttl{height:12.5rem;margin-top:.25rem}@media screen and (min-width:51.9375em){main:not(.front) .svg-ttl{height:15.625rem;margin-top:0}}main:not(.front) .svg-ttl.svg-ttl--online{height:6.25rem}@media screen and (min-width:51.9375em){main:not(.front) .svg-ttl.svg-ttl--online{height:7.8125rem}}.sec-bg{position:relative;z-index:2}.sec-bg::before{position:absolute;z-index:-1;content:"";width:100%;height:100%;background-color:#454b57}.cnt-bg{padding:4.25rem 2.6875rem 4.1875rem 4.625rem;background-color:#fff;border:2px solid #edeff1;border-radius:7.1875rem 0 7.1875rem 0}@media screen and (min-width:51.9375em){.cnt-bg{padding:5.4375rem 5.125rem;border-radius:10.625rem 0 12.1875rem 0}}.cnt-bg:is(.main.business *){padding:32.75rem 3.5625rem 5.75rem;border-radius:16.25rem 0 12.1875rem 0}@media screen and (min-width:51.9375em){.cnt-bg:is(.main.business *){padding:5.25rem 5.375rem 5.125rem 10.625rem;border-radius:10.625rem 0 12.1875rem 0}}.back-link{color:#1b78c0;text-decoration:underline;font-size:1.5rem}@media screen and (min-width:51.9375em){.back-link{font-size:1.125rem}}.front .sec-tag{position:absolute;top:5.3125rem;right:1rem;padding-top:4rem;letter-spacing:.025;color:#fff;font-weight:700;font-family:neuzeit-grotesk,sans-serif;font-size:2rem}@media screen and (min-width:51.9375em){.front .sec-tag{top:5.375rem;right:2rem;padding-top:3.0625rem;font-size:1.5625rem}}.front .sec-tag::before{position:absolute;left:50%;transform:translateX(-50%);top:0;content:"";width:1px;height:2.4375rem;background-color:#fff}@media screen and (min-width:51.9375em){.front .sec-tag::before{height:1.875rem}}.front .sec-ttl{font-size:6.5rem}@media screen and (min-width:51.9375em){.front .sec-ttl{font-size:6.875rem}}.front .hero{padding-top:3.4375rem;padding-bottom:11.75rem}@media screen and (min-width:51.9375em){.front .hero{padding-top:1.75rem;padding-bottom:6.625rem}}.front .hero::after{position:absolute;z-index:-1;top:55.75rem;right:0;content:"";width:100%;height:44.125rem;background-image:url(../img/common/hero_bg_02_sp.png);background-size:cover}@media screen and (min-width:51.9375em){.front .hero::after{top:45.75rem;width:100%;height:35.5rem;background-image:url(../img/common/hero_bg_02_pc.png)}}.front .hero .inner::before{position:absolute;top:48rem;right:-2.25rem;content:"";width:44.375rem;height:39.625rem;background-image:url(../img/common/hero_bg_03_sp.png);background-size:cover}@media screen and (min-width:51.9375em){.front .hero .inner::before{top:.875rem;right:0;width:42.5rem;height:35.875rem;background-image:url(../img/common/hero_bg_03_pc.png)}}.front .hero .ttl{letter-spacing:-.01em;font-family:neuzeit-grotesk,sans-serif;font-size:8.1375rem}@media screen and (min-width:51.9375em){.front .hero .ttl{letter-spacing:0;font-size:6.875rem}}.front .hero .svg-ttl{height:33.125rem}@media screen and (min-width:51.9375em){.front .hero .svg-ttl{height:28.125rem}}.front .hero .desc{margin-top:-1.0625rem;line-height:1.3766666667;font-weight:700;font-size:2.8125rem}.front .hero .desc::after,.front .hero .desc::before{content:"";display:block;width:0;height:0}.front .hero .desc::before{margin-top:-.1883333333em}.front .hero .desc::after{margin-bottom:-.1883333333em}@media screen and (min-width:51.9375em){.front .hero .desc{margin-top:-1.375rem;line-height:1.4;font-size:1.5625rem}.front .hero .desc::after,.front .hero .desc::before{content:"";display:block;width:0;height:0}.front .hero .desc::before{margin-top:-.2em}.front .hero .desc::after{margin-bottom:-.2em}}.front .hero .link{position:relative;display:block;width:-moz-max-content;width:max-content;margin-top:2.25rem;padding-left:2.125rem;font-size:1.5rem}@media screen and (min-width:51.9375em){.front .hero .link{margin-top:1.6875rem;padding-left:1.6875rem;font-size:1rem}}.front .hero .link::before{position:absolute;top:50%;transform:translateY(-50%);left:0;content:"";width:1rem;height:.125rem;background-color:#7599ad}@media screen and (min-width:51.9375em){.front .hero .link::before{width:.625rem;height:.1875rem}}.front .hero .sub-ttl{display:flex;flex-wrap:wrap;justify-content:center;width:110%;margin-left:-5%;margin-top:50rem;letter-spacing:-.1em;color:rgba(201,208,212,.5647058824);font-family:unibody-8-new,sans-serif;font-size:8.540625rem}@media screen and (min-width:51.9375em){.front .hero .sub-ttl{width:100%;margin-left:0;margin-top:3.0625rem;text-align:center;font-size:12.5rem}}.front .hero .sub-ttl span{display:inline-block;margin-top:-2.9375rem;padding:0 .875rem .5rem;background-color:#000;letter-spacing:0;color:#fff;font-weight:700;font-family:noto-sans-cjk-jp,sans-serif;font-size:3.76rem}@media screen and (min-width:51.9375em){.front .hero .sub-ttl span{margin-top:-3.6875rem;padding:0 .6875rem .5rem;font-size:3.4375rem}}.front .hero .sub-ttl span:nth-of-type(2){margin-left:4.9375rem}@media screen and (min-width:51.9375em){.front .hero .sub-ttl span:nth-of-type(2){margin-left:4.5rem}}.front .hero .sub-desc{margin-top:4.5rem;border-left:1px solid #000;border-right:1px solid #000;line-height:1.9583333333;word-break:auto-phrase;text-align:center;font-size:1.5rem}.front .hero .sub-desc::after,.front .hero .sub-desc::before{content:"";display:block;width:0;height:0}.front .hero .sub-desc::before{margin-top:-.4791666667em}.front .hero .sub-desc::after{margin-bottom:-.4791666667em}@media screen and (min-width:51.9375em){.front .hero .sub-desc{width:67.625rem;margin-left:auto;margin-right:auto;margin-top:3.125rem;line-height:1.75;font-size:1.25rem}.front .hero .sub-desc::after,.front .hero .sub-desc::before{content:"";display:block;width:0;height:0}.front .hero .sub-desc::before{margin-top:-.375em}.front .hero .sub-desc::after{margin-bottom:-.375em}}.front .hero .info{margin-top:13.25rem;padding-top:22.5rem;padding-bottom:7.6875rem}@media screen and (min-width:51.9375em){.front .hero .info{margin-top:6rem;padding-top:0;padding-bottom:7.25rem;padding-left:30rem}}.front .hero .info::before{top:0;left:-2.25rem;width:43.25rem;border-bottom-right-radius:20.8925rem}@media screen and (min-width:51.9375em){.front .hero .info::before{top:5.875rem;left:-4.5rem;width:89.375rem;height:86.6%;border-bottom-right-radius:25rem}}.front .hero .info .info__img{position:absolute}.front .hero .info .info__img.info__img--01{top:-6.5625rem;left:0;width:23.3125rem;height:24.5rem;border-top-left-radius:9.375rem}@media screen and (min-width:51.9375em){.front .hero .info .info__img.info__img--01{top:0;width:25rem;height:36.25rem}}.front .hero .info .info__img.info__img--02{top:59.25rem;right:-2.25rem;width:20.4375rem;height:19.625rem;border-radius:9.8125rem 0 0 9.8125rem}@media screen and (min-width:51.9375em){.front .hero .info .info__img.info__img--02{top:10.125rem;right:-4.375rem;width:23.125rem;height:17.5rem;border-radius:8.75rem 0 0 8.75rem}}.front .hero .info .info__ttl{font-size:3.25rem}@media screen and (min-width:51.9375em){.front .hero .info .info__ttl{font-size:2.625rem}}.front .hero .info .info__ttl span{display:block;width:-moz-max-content;width:max-content;margin-bottom:1.375rem;padding:.3125rem .8125rem .375rem;font-weight:700}@media screen and (min-width:51.9375em){.front .hero .info .info__ttl span{margin-bottom:1.25rem;padding:.1875rem .375rem .25rem}}.front .hero .info .info__ttl span:last-of-type{margin-bottom:0}.front .hero .info .info__desc{margin-top:4.3125rem;line-height:2.3333333333;color:#fff;font-size:1.5rem}.front .hero .info .info__desc::after,.front .hero .info .info__desc::before{content:"";display:block;width:0;height:0}.front .hero .info .info__desc::before{margin-top:-.6666666667em}.front .hero .info .info__desc::after{margin-bottom:-.6666666667em}@media screen and (min-width:51.9375em){.front .hero .info .info__desc{margin-top:7.3125rem;line-height:2.5;font-size:1.125rem}.front .hero .info .info__desc::after,.front .hero .info .info__desc::before{content:"";display:block;width:0;height:0}.front .hero .info .info__desc::before{margin-top:-.75em}.front .hero .info .info__desc::after{margin-bottom:-.75em}}.front .curriculum{padding-bottom:7.875rem}@media screen and (min-width:51.9375em){.front .curriculum{padding-top:4.875rem;padding-bottom:10.25rem}}.front .curriculum::before{top:2.5rem;right:0;width:47.25rem;height:85.4%;background-color:#b4bbc0;border-radius:12.8125rem 0 0 12.8125rem}@media screen and (min-width:51.9375em){.front .curriculum::before{top:0;width:76.75rem;height:88.4%;border-radius:30.8125rem 0 0 30.8125rem}}@media screen and (min-width:51.9375em){.front .curriculum .inner{display:grid;grid-template-areas:"sec-ttl list" "desc list" "img list";grid-template-columns:max-content 1fr;grid-template-rows:repeat(2,max-content) 1fr;padding-left:3.625rem}}@media screen and (min-width:51.9375em){.front .curriculum .sec-ttl{grid-area:sec-ttl;margin-top:1.25rem}}.front .curriculum .desc{margin-top:4.25rem;padding-left:8.5rem;line-height:2.3333333333;font-feature-settings:"palt";font-size:1.5rem}.front .curriculum .desc::after,.front .curriculum .desc::before{content:"";display:block;width:0;height:0}.front .curriculum .desc::before{margin-top:-.6666666667em}.front .curriculum .desc::after{margin-bottom:-.6666666667em}@media screen and (min-width:51.9375em){.front .curriculum .desc{grid-area:desc;margin-top:5.8125rem;padding-left:0;line-height:2.5;font-size:1.125rem}.front .curriculum .desc::after,.front .curriculum .desc::before{content:"";display:block;width:0;height:0}.front .curriculum .desc::before{margin-top:-.75em}.front .curriculum .desc::after{margin-bottom:-.75em}}.front .curriculum .list{margin-top:6.5625rem}@media screen and (min-width:51.9375em){.front .curriculum .list{grid-area:list;margin-top:0;margin-left:-2.875rem}}.front .curriculum .item{display:flex;align-items:center;width:-moz-max-content;width:max-content}.front .curriculum .item.item--01{margin-left:auto}@media screen and (min-width:51.9375em){.front .curriculum .item.item--01{margin-left:8.5rem}}.front .curriculum .item.item--02{margin-top:.5625rem;margin-left:5.5rem}@media screen and (min-width:51.9375em){.front .curriculum .item.item--02{margin-top:-1.125rem;margin-left:0}}.front .curriculum .item.item--03{margin-top:2.75rem;margin-left:5.5rem}@media screen and (min-width:51.9375em){.front .curriculum .item.item--03{margin-top:1.5rem;margin-left:0}}.front .curriculum .item.item--04{margin-top:1.5625rem;margin-left:auto}@media screen and (min-width:51.9375em){.front .curriculum .item.item--04{margin-top:-1.125rem;margin-left:8.5rem}}.front .curriculum .icon{width:19.75rem;height:16.1875rem}@media screen and (min-width:51.9375em){.front .curriculum .icon{width:15.9375rem;height:13.125rem}}.front .curriculum .detail{margin-left:-1.125rem;line-height:1.7916666667;font-size:1.5rem}.front .curriculum .detail::after,.front .curriculum .detail::before{content:"";display:block;width:0;height:0}.front .curriculum .detail::before{margin-top:-.3958333333em}.front .curriculum .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.front .curriculum .detail{margin-left:-.75rem;line-height:1.9444444444;font-size:1.125rem}.front .curriculum .detail::after,.front .curriculum .detail::before{content:"";display:block;width:0;height:0}.front .curriculum .detail::before{margin-top:-.4722222222em}.front .curriculum .detail::after{margin-bottom:-.4722222222em}}.front .curriculum .detail strong{font-weight:500}.front .curriculum .img{width:27.3125rem;height:18.1875rem;margin-top:2.3125rem}@media screen and (min-width:51.9375em){.front .curriculum .img{grid-area:img;width:28.3125rem;height:18.9375rem;margin-top:7.5625rem}}.front .example{padding-bottom:12.625rem}@media screen and (min-width:51.9375em){.front .example{padding-bottom:9.25rem}}.front .example::after,.front .example::before{position:absolute;z-index:-1;content:"";background-size:100% 100%}.front .example::before{top:43.875rem;right:0;width:19.6875rem;height:31.625rem;background-image:url(../img/front/example_bg_01_sp.png)}@media screen and (min-width:51.9375em){.front .example::before{top:-5rem;right:0;width:29.25rem;height:36.3125rem;background-image:url(../img/front/example_bg_01_pc.png)}}.front .example::after{bottom:-5.125rem;left:0;width:18.4375rem;height:27.375rem;background-image:url(../img/front/example_bg_02_sp.png)}@media screen and (min-width:51.9375em){.front .example::after{bottom:9.5rem;left:0;width:17.9375rem;height:26.875rem;background-image:url(../img/front/example_bg_02_pc.png)}}.front .example .sec-tag{top:32.5rem;color:#000}@media screen and (min-width:51.9375em){.front .example .sec-tag{top:0}}.front .example .sec-tag::before{background-color:#000}.front .example .sec-tag::after{position:absolute;z-index:-1;content:"";bottom:-154.375rem;right:-1rem;width:37.75rem;height:25.25rem;background-image:url(../img/front/example_bg_03_sp.png);background-size:100% 100%}@media screen and (min-width:51.9375em){.front .example .sec-tag::after{bottom:-85rem;right:0;width:42.5rem;height:26.875rem;background-image:url(../img/front/example_bg_03_pc.png)}}@media screen and (min-width:51.9375em){.front .example .inner{display:grid;grid-template-areas:"img sub-ttl" "img sub-desc" "ttl ttl" "list list" "desc desc";grid-template-columns:max-content 1fr;grid-template-rows:max-content 1fr repeat(3,max-content);grid-column-gap:3.25rem;padding-left:3.125rem}}.front .example .img{width:100%;height:27.875rem}@media screen and (min-width:51.9375em){.front .example .img{grid-area:img;width:43.625rem;height:25.6875rem}}.front .example .sub-ttl{position:relative;margin-top:4.5625rem;padding-left:2.375rem;letter-spacing:.1em;font-family:fot-udkakugo-large-pr6n,sans-serif;font-weight:700;font-size:2.3125rem}@media screen and (min-width:51.9375em){.front .example .sub-ttl{grid-area:sub-ttl;margin-top:0;margin-top:1.875rem;padding-left:1.5rem;font-size:1.5rem}}.front .example .sub-ttl::before{position:absolute;top:50%;transform:translateY(-50%);left:0;content:"";width:1rem;height:.25rem;background-color:#7599ad}@media screen and (min-width:51.9375em){.front .example .sub-ttl::before{width:.625rem;height:.1875rem}}.front .example .sub-desc{margin-top:4.625rem;letter-spacing:0;line-height:2.2766666667;font-size:1.5rem}.front .example .sub-desc::after,.front .example .sub-desc::before{content:"";display:block;width:0;height:0}.front .example .sub-desc::before{margin-top:-.6383333333em}.front .example .sub-desc::after{margin-bottom:-.6383333333em}@media screen and (min-width:51.9375em){.front .example .sub-desc{grid-area:sub-desc;margin-top:2.9375rem;letter-spacing:.05em;line-height:2.1875;font-size:1rem}.front .example .sub-desc::after,.front .example .sub-desc::before{content:"";display:block;width:0;height:0}.front .example .sub-desc::before{margin-top:-.59375em}.front .example .sub-desc::after{margin-bottom:-.59375em}}.front .example .ttl{margin-top:14.0625rem;font-weight:700;font-size:4.118125rem}@media screen and (min-width:51.9375em){.front .example .ttl{margin-top:8.8125rem;font-size:3.75rem}}@media screen and (min-width:51.9375em){.front .example .ttl{grid-area:ttl}}.front .example .ttl span{margin-bottom:1.8125rem;margin-left:auto;margin-right:auto;padding:.125rem .75rem .625rem}@media screen and (min-width:51.9375em){.front .example .ttl span{margin-bottom:1.5625rem;padding:.25rem .625rem .5rem}}.front .example .ttl span:last-of-type{margin-bottom:0}.front .example .list{display:flex;flex-wrap:wrap;justify-content:center;margin-top:6.5625rem}@media screen and (min-width:51.9375em){.front .example .list{grid-area:list;-moz-column-gap:4.75rem;column-gap:4.75rem;margin-top:4.375rem}}.front .example .item{display:flex;justify-content:center;align-items:center;width:20.4375rem;min-height:20.4375rem;background-color:#000;border-radius:3.125rem;line-height:1.9115384615;text-align:center;color:#fff;font-size:1.625rem}.front .example .item::after,.front .example .item::before{content:"";display:block;width:0;height:0}.front .example .item::before{margin-top:-.4557692308em}.front .example .item::after{margin-bottom:-.4557692308em}@media screen and (min-width:51.9375em){.front .example .item{width:14.375rem;min-height:14.375rem;border-radius:3.125rem;line-height:1.9444444444;font-size:1.125rem}.front .example .item::after,.front .example .item::before{content:"";display:block;width:0;height:0}.front .example .item::before{margin-top:-.4722222222em}.front .example .item::after{margin-bottom:-.4722222222em}}.front .example .item:first-of-type{margin-right:auto;border-top-left-radius:0}@media screen and (min-width:51.9375em){.front .example .item:first-of-type{margin-right:0}}.front .example .item:nth-of-type(2){margin-left:auto;border-top-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width:51.9375em){.front .example .item:nth-of-type(2){margin-left:0}}.front .example .item:nth-of-type(3){margin-top:4.5625rem;border-bottom-right-radius:0}@media screen and (min-width:51.9375em){.front .example .item:nth-of-type(3){margin-top:0}}.front .example .desc{margin-top:6.8125rem;line-height:2.4583333333;font-size:1.5rem}.front .example .desc::after,.front .example .desc::before{content:"";display:block;width:0;height:0}.front .example .desc::before{margin-top:-.7291666667em}.front .example .desc::after{margin-bottom:-.7291666667em}@media screen and (min-width:51.9375em){.front .example .desc{grid-area:desc;margin-top:4.5625rem;line-height:2.5555555556;font-size:1.125rem}.front .example .desc::after,.front .example .desc::before{content:"";display:block;width:0;height:0}.front .example .desc::before{margin-top:-.7777777778em}.front .example .desc::after{margin-bottom:-.7777777778em}}.front .example .desc span{justify-content:center}.front .flow{padding-top:5.4375rem;padding-bottom:19.75rem}@media screen and (min-width:51.9375em){.front .flow{padding-top:6.25rem;padding-bottom:12.9375rem}}.front .flow::before{width:49.5rem;top:0;right:0;height:81%;border-bottom-left-radius:15.25rem}@media screen and (min-width:51.9375em){.front .flow::before{width:89.5rem;height:89.4%;border-bottom-left-radius:25rem}}.front .flow::after{position:absolute;z-index:-2;bottom:9.375rem;right:0;content:"";width:34.375rem;height:27.75rem;background-image:url(../img/front/flow_bg_sp.png);background-size:100% 100%}@media screen and (min-width:51.9375em){.front .flow::after{bottom:.3125rem;left:1.25rem;right:auto;width:22.5rem;height:15.9375rem;background-image:url(../img/front/flow_bg_pc.png)}}.front .flow .inner{padding-left:4.125rem}@media screen and (min-width:51.9375em){.front .flow .inner{display:grid;grid-template-areas:"sec-ttl list" "desc list" "img list";grid-template-columns:max-content 1fr;grid-template-rows:repeat(2,max-content) 1fr;grid-column-gap:6.125rem;padding-left:7.0625rem}}.front .flow .sec-ttl{color:#fff}@media screen and (min-width:51.9375em){.front .flow .sec-ttl{grid-area:sec-ttl;margin-top:.25rem}}.front .flow .desc{margin-top:5.3125rem;line-height:2.3333333333;color:#fff;font-size:1.5rem}.front .flow .desc::after,.front .flow .desc::before{content:"";display:block;width:0;height:0}.front .flow .desc::before{margin-top:-.6666666667em}.front .flow .desc::after{margin-bottom:-.6666666667em}@media screen and (min-width:51.9375em){.front .flow .desc{grid-area:desc;margin-top:6.25rem;line-height:2.5;font-size:1.125rem}.front .flow .desc::after,.front .flow .desc::before{content:"";display:block;width:0;height:0}.front .flow .desc::before{margin-top:-.75em}.front .flow .desc::after{margin-bottom:-.75em}}.front .flow .list{position:relative;margin-top:4.5625rem}@media screen and (min-width:51.9375em){.front .flow .list{grid-area:list;margin-top:1.25rem}}.front .flow .list::before{position:absolute;top:50%;transform:translateY(-50%);z-index:-1;left:8.625rem;content:"";width:1px;height:48.125rem;background-color:#fff}@media screen and (min-width:51.9375em){.front .flow .list::before{left:10.3125rem;height:41.5rem}}.front .flow .item{display:grid;grid-template-areas:"icon ttl" "icon detail";grid-template-columns:max-content 1fr;grid-template-rows:max-content 1fr;grid-column-gap:2rem;margin-bottom:6.375rem}@media screen and (min-width:51.9375em){.front .flow .item{grid-column-gap:1.875rem;margin-bottom:9.625rem}}.front .flow .item:last-of-type{margin-bottom:0}.front .flow .icon{grid-area:icon;width:12.8125rem;height:16.25rem}@media screen and (min-width:51.9375em){.front .flow .icon{width:13.9375rem;height:10.5rem}}.front .flow .ttl{grid-area:ttl;margin-top:4.5rem;color:#dcf5f1;font-weight:700;font-family:fot-udkakugo-large-pr6n,sans-serif;font-size:1.75rem}@media screen and (min-width:51.9375em){.front .flow .ttl{margin-top:0;font-size:1.5rem}}.front .flow .detail{grid-area:detail;margin-top:1.9375rem;line-height:1.7916666667;color:#fff;font-size:1.5rem}.front .flow .detail::after,.front .flow .detail::before{content:"";display:block;width:0;height:0}.front .flow .detail::before{margin-top:-.3958333333em}.front .flow .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.front .flow .detail{margin-top:2rem;line-height:2.1875;font-size:1rem}.front .flow .detail::after,.front .flow .detail::before{content:"";display:block;width:0;height:0}.front .flow .detail::before{margin-top:-.59375em}.front .flow .detail::after{margin-bottom:-.59375em}}.front .flow .img{width:48rem;height:20.375rem;margin-top:8.375rem;margin-left:-6.625rem}@media screen and (min-width:51.9375em){.front .flow .img{grid-area:img;width:20.0625rem;height:9.125rem;margin-top:10.8125rem;margin-left:-5.75rem}}.front .engineer{padding-bottom:9.125rem}@media screen and (min-width:51.9375em){.front .engineer{padding-bottom:6.0625rem}}.front .engineer::before{top:7.9375rem;left:0;width:97%;height:90%;background-color:#b4bbc0;border-top-right-radius:17.5625rem}@media screen and (min-width:51.9375em){.front .engineer::before{top:3.125rem;width:89.375rem;height:95.4%;border-top-right-radius:25rem}}.front .engineer .ttl{font-size:3.75rem}.front .engineer .ttl span{position:relative;justify-content:center;margin-bottom:1.0625rem;margin-left:auto;margin-right:auto;padding:.125rem .5rem .5rem}@media screen and (min-width:51.9375em){.front .engineer .ttl span{margin-bottom:1.125rem}}.front .engineer .ttl span:last-of-type{margin-bottom:0}.front .engineer .ttl span::before{position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;content:"";background-color:#fff}.front .engineer .desc{margin-top:4.6875rem;line-height:2.6666666667;font-size:1.5rem}.front .engineer .desc::after,.front .engineer .desc::before{content:"";display:block;width:0;height:0}.front .engineer .desc::before{margin-top:-.8333333333em}.front .engineer .desc::after{margin-bottom:-.8333333333em}@media screen and (min-width:51.9375em){.front .engineer .desc{margin-top:4.5rem;line-height:2.5;font-size:1.125rem}.front .engineer .desc::after,.front .engineer .desc::before{content:"";display:block;width:0;height:0}.front .engineer .desc::before{margin-top:-.75em}.front .engineer .desc::after{margin-bottom:-.75em}}.front .engineer .desc span{justify-content:center}@media screen and (min-width:51.9375em){.front .engineer .img{position:absolute;top:.25rem;right:8.25rem;width:8rem;height:13.5625rem}}.front .engineer .photo{margin-top:8.625rem}@media screen and (min-width:51.9375em){.front .engineer .photo{margin-top:5.9375rem}}.front .engineer .photo .swiper-slide{overflow:hidden;width:19.1875rem;height:19.1875rem;border-radius:50%}@media screen and (min-width:51.9375em){.front .engineer .photo .swiper-slide{width:13.75rem;height:13.75rem}}.front .entry{padding-top:11.3125rem;padding-bottom:2.25rem}@media screen and (min-width:51.9375em){.front .entry{padding-top:9.125rem;padding-bottom:3.0625rem}}.front .entry::before{height:73%}@media screen and (min-width:51.9375em){.front .entry::before{height:79%}}.front .entry .inner{z-index:1;margin-top:2.3125rem;padding-top:4.875rem;padding-bottom:4.625rem;background:#615c66;background:linear-gradient(90deg,#615c66 0,#596262 100%);border-radius:5rem}@media screen and (min-width:51.9375em){.front .entry .inner{margin-top:3.1875rem;padding-top:8.125rem;padding-bottom:4.3125rem}}.front .entry .sec-ttl{position:absolute;left:50%;transform:translateX(-50%);top:-6.5rem;background:linear-gradient(90deg,#ecdcfa,#ecdcfa,#d4f0ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.05em;font-weight:400;font-family:unibody-8-new,sans-serif;font-size:9.5rem}@media screen and (min-width:51.9375em){.front .entry .sec-ttl{top:-5.25rem;font-size:12.5rem}}.front .entry .subttl{text-align:center;color:#fff;font-weight:700;font-family:fot-udkakugo-large-pr6n,sans-serif;font-size:1.5rem}@media screen and (min-width:51.9375em){.front .entry .subttl{font-size:.9375rem}}.front .entry .desc{margin-top:4.1875rem;text-align:center;letter-spacing:.05em;color:#fff;font-size:1.75rem}@media screen and (min-width:51.9375em){.front .entry .desc{margin-top:4.1875rem;font-size:1.25rem}}.front .entry .link{position:relative;width:-moz-max-content;width:max-content;min-width:-moz-max-content;min-width:max-content;margin-top:2.3125rem;margin-left:auto;margin-right:auto;padding:2.8125rem 9.75rem;background-color:#fff;border:0;letter-spacing:.05em;color:#000;font-family:neuzeit-grotesk,sans-serif;font-size:1.5625rem}@media screen and (min-width:51.9375em){.front .entry .link{margin-top:3.125rem;padding:2.5rem 10.625rem 2.5rem;border-radius:3.125rem;font-size:1.25rem}}.front .entry .link::before{pointer-events:none;position:absolute;z-index:-1;right:-4.5rem;bottom:-3.4375rem;content:"";width:115%;height:135%;background-image:url(../img/common/shadow.png);background-size:100% 100%}@media screen and (min-width:51.9375em){.front .entry .link::before{right:-5rem;bottom:-3.125rem}}.front .entry .link:hover{opacity:1;background-color:#000;color:#fff}.front .entry .img{position:absolute;top:50%;transform:translateY(-50%)}.front .entry .img.img--01{left:-1.875rem;width:9.875rem;height:19.8125rem}@media screen and (min-width:51.9375em){.front .entry .img.img--01{top:20%;left:-.625rem;width:12rem;height:24.3125rem}}.front .entry .img.img--02{right:-2.5rem;width:12.3125rem;height:16.5rem}@media screen and (min-width:51.9375em){.front .entry .img.img--02{top:64%;right:-.625rem;width:18.8125rem;height:17.3125rem}}.front .business{padding-top:21.375rem;padding-bottom:8.625rem}@media screen and (min-width:51.9375em){.front .business{padding-top:13.375rem;padding-bottom:7.25rem}}.front .business::before{top:5.1%;right:0;width:96%;height:25.7%;background:#dbe6ef;background:linear-gradient(90deg,#dbe6ef 0,#e6ead4 100%);border-radius:9.75rem 0 0 9.75rem}@media screen and (min-width:51.9375em){.front .business::before{top:5.7%;width:89.0625rem;height:54.6%;border-radius:30.8125rem 0 0 30.8125rem}}.front .business .img{position:absolute;top:-13.625rem;left:-1.6875rem;width:18.125rem;height:16.125rem}@media screen and (min-width:51.9375em){.front .business .img{top:-6.5rem;left:1.125rem;width:19.0625rem;height:16.9375rem}}.front .business .desc.txt-combo{margin-top:4.1875rem}@media screen and (min-width:51.9375em){.front .business .desc.txt-combo{margin-top:4.375rem}}.front .business .desc.txt-combo span{justify-content:center}.front .business .desc{margin-top:6.3125rem;text-align:center;line-height:2.2916666667;font-size:1.5rem}.front .business .desc::after,.front .business .desc::before{content:"";display:block;width:0;height:0}.front .business .desc::before{margin-top:-.6458333333em}.front .business .desc::after{margin-bottom:-.6458333333em}@media screen and (min-width:51.9375em){.front .business .desc{margin-top:4.4375rem;line-height:2.5;font-size:1.125rem}.front .business .desc::after,.front .business .desc::before{content:"";display:block;width:0;height:0}.front .business .desc::before{margin-top:-.75em}.front .business .desc::after{margin-bottom:-.75em}}.front .business .list{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:10.4375rem;margin-top:12.75rem}@media screen and (min-width:51.9375em){.front .business .list{margin-top:8.6875rem}}.front .business .item{position:relative;padding:10.125rem 3.875rem 3.3125rem;border:1px solid #000;border-radius:5.90625rem}@media screen and (min-width:51.9375em){.front .business .item{display:flex;flex-direction:column;width:20rem;padding:7.3125rem 2.5rem 4.8125rem;border-radius:10rem}}.front .business .item .item__img{position:absolute;left:50%;transform:translateX(-50%);top:-7.5rem}@media screen and (min-width:51.9375em){.front .business .item .item__img{top:-5.875rem}}.front .business .item .item__img:is(.item--01 *){width:13.375rem;height:14.875rem}@media screen and (min-width:51.9375em){.front .business .item .item__img:is(.item--01 *){width:10.5rem;height:11.6875rem}}.front .business .item .item__img:is(.item--02 *){width:11.0625rem;height:14.875rem}@media screen and (min-width:51.9375em){.front .business .item .item__img:is(.item--02 *){top:-5.25rem;width:9.125rem;height:12.3125rem}}.front .business .item .item__img:is(.item--03 *){width:13rem;height:14.875rem}@media screen and (min-width:51.9375em){.front .business .item .item__img:is(.item--03 *){top:-4.5rem;width:8.75rem;height:10.125rem}}.front .business .item .item__img:is(.item--04 *){width:11.9375rem;height:13rem}@media screen and (min-width:51.9375em){.front .business .item .item__img:is(.item--04 *){top:-4.75rem;width:9.1875rem;height:9.9375rem}}.front .business .item .item__ttl{text-align:center;font-family:fot-udkakugo-large-pr6n,sans-serif;font-weight:700;font-size:1.9375rem}@media screen and (min-width:51.9375em){.front .business .item .item__ttl{display:flex;justify-content:center;align-items:center;min-height:4.375rem;line-height:1.4583333333;word-break:auto-phrase;font-size:1.5rem}.front .business .item .item__ttl::after,.front .business .item .item__ttl::before{content:"";display:block;width:0;height:0}.front .business .item .item__ttl::before{margin-top:-.2291666667em}.front .business .item .item__ttl::after{margin-bottom:-.2291666667em}}.front .business .item .item__desc{margin-top:3.1875rem;letter-spacing:.05em;line-height:2.125;font-size:1.5rem}.front .business .item .item__desc::after,.front .business .item .item__desc::before{content:"";display:block;width:0;height:0}.front .business .item .item__desc::before{margin-top:-.5625em}.front .business .item .item__desc::after{margin-bottom:-.5625em}@media screen and (min-width:51.9375em){.front .business .item .item__desc{margin-top:1.75rem;margin-bottom:2rem;line-height:2.1875;font-size:1rem}.front .business .item .item__desc::after,.front .business .item .item__desc::before{content:"";display:block;width:0;height:0}.front .business .item .item__desc::before{margin-top:-.59375em}.front .business .item .item__desc::after{margin-bottom:-.59375em}}.front .business .item .item__link{display:block;width:-moz-max-content;width:max-content;margin-top:3.0625rem;margin-left:auto;margin-right:auto;letter-spacing:.05em;font-family:neuzeit-grotesk,sans-serif;font-weight:700;font-size:1.5625rem}@media screen and (min-width:51.9375em){.front .business .item .item__link{margin-top:auto;font-size:1.125rem}}.front .business .link{width:-moz-max-content;width:max-content;margin-left:auto;margin-right:auto;margin-top:5.4375rem;padding-top:2.875rem;padding-bottom:2.75rem}@media screen and (min-width:51.9375em){.front .business .link{margin-top:3.3125rem;padding-top:2.5rem;padding-bottom:2.5rem;font-size:1.25rem}}.front .cv{padding-top:8.5rem;padding-bottom:8.125rem}@media screen and (min-width:51.9375em){.front .cv{padding-top:6.625rem;padding-bottom:7.1875rem}}.front .cv::before{top:0;background:#b5c0ca;background:linear-gradient(90deg,#b5c0ca 0,#c8c2c0 100%);border-radius:9.375rem 9.375rem 0 0}@media screen and (min-width:51.9375em){.front .cv .inner{display:flex;justify-content:center;flex-wrap:wrap;-moz-column-gap:4.4375rem;column-gap:4.4375rem}}.front .cv .desc{margin-top:4.3125rem;text-align:center;font-size:1.5rem;line-height:2.2083333333}.front .cv .desc::after,.front .cv .desc::before{content:"";display:block;width:0;height:0}.front .cv .desc::before{margin-top:-.6041666667em}.front .cv .desc::after{margin-bottom:-.6041666667em}@media screen and (min-width:51.9375em){.front .cv .desc{width:100%;margin-top:5.875rem;line-height:2;font-size:1.125rem}.front .cv .desc::after,.front .cv .desc::before{content:"";display:block;width:0;height:0}.front .cv .desc::before{margin-top:-.5em}.front .cv .desc::after{margin-bottom:-.5em}}.front .cv .tel{display:flex;justify-content:center;align-items:center;-moz-column-gap:1.9375rem;column-gap:1.9375rem;margin-top:5rem;text-align:center;font-family:neuzeit-grotesk,sans-serif;font-weight:700;font-size:6.4375rem}@media screen and (min-width:51.9375em){.front .cv .tel{-moz-column-gap:1.3125rem;column-gap:1.3125rem;margin-left:auto;margin-top:5rem;font-size:4.375rem}}.front .cv .tel span{font-size:2.765625rem}@media screen and (min-width:51.9375em){.front .cv .tel span{font-size:1.875rem}}.front .cv .link{width:-moz-max-content;width:max-content;margin-left:auto;margin-right:auto;margin-top:2.1875rem;padding-top:2.6875rem;padding-bottom:2.6875rem}@media screen and (min-width:51.9375em){.front .cv .link{margin-top:4.1875rem;margin-left:0;padding-top:2.5rem;padding-bottom:2.5rem}}.business .detail{line-height:1.7916666667;font-size:1.5rem}.business .detail::after,.business .detail::before{content:"";display:block;width:0;height:0}.business .detail::before{margin-top:-.3958333333em}.business .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.business .detail{line-height:1.6842105263;font-size:1.1875rem}.business .detail::after,.business .detail::before{content:"";display:block;width:0;height:0}.business .detail::before{margin-top:-.3421052632em}.business .detail::after{margin-bottom:-.3421052632em}}.business .cnt-links{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:2.25rem;margin-top:6.3125rem}@media screen and (min-width:51.9375em){.business .cnt-links{row-gap:0;margin-top:4.0625rem}}.business .cnt-links .cnt-link{justify-content:space-between;width:100%;min-height:8.375rem;background-color:#fff;border-radius:4.1875rem;box-shadow:.1325rem .212rem .984375rem .328125rem rgba(163,163,163,.23)}@media screen and (min-width:51.9375em){.business .cnt-links .cnt-link{min-height:6rem;border-radius:3rem}}.business .cnt-links .cnt-link a{position:relative;display:flex;justify-content:center;align-items:center;width:33.3333333333%;line-height:1.3181818182;word-break:auto-phrase;text-align:center;font-weight:700;font-size:1.3125rem}@media screen and (min-width:51.9375em){.business .cnt-links .cnt-link a{width:16.6666666667%;font-size:1rem}}.business .cnt-links .cnt-link a::after{position:absolute;left:50%;transform:translateX(-50%);bottom:1.125rem;content:"";width:.75rem;height:.75rem;border-top:1px solid #000;border-right:1px solid #000;transform:translateX(-50%) rotate(135deg)}@media screen and (min-width:51.9375em){.business .cnt-links .cnt-link a::after{bottom:.625rem;width:.625rem;height:.625rem}}.business .cnt-list{margin-top:9.3125rem;padding-bottom:13.25rem}@media screen and (min-width:51.9375em){.business .cnt-list{margin-top:9.875rem;padding-bottom:12.375rem}}.business .cnt-item{position:relative;z-index:2;margin-bottom:8.0625rem;padding:0 3.5625rem 5.6875rem}@media screen and (min-width:51.9375em){.business .cnt-item{margin-bottom:8.1875rem;padding:0 4rem 5.1875rem 43.375rem}}.business .cnt-item::before{position:absolute;left:50%;transform:translateX(-50%);z-index:-1;bottom:0;content:"";width:100%;height:79%;background-color:#fff;border:1px solid #edeff1;border-radius:16.25rem 0 12.1875rem 0}@media screen and (min-width:51.9375em){.business .cnt-item::before{left:auto;right:0;transform:translateX(0);width:62.25rem}}.business .cnt-item.cnt-item--01::before{height:79%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--01::before{height:92.5%}}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--02{margin-bottom:7.6875rem}}.business .cnt-item.cnt-item--02::before{height:89%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--02::before{height:97%}}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--03{margin-bottom:8.375rem}}.business .cnt-item.cnt-item--03::before{height:87%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--03::before{height:95%}}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--04{margin-bottom:8.75rem}}.business .cnt-item.cnt-item--04::before{height:82%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--04::before{height:94.5%}}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--05{margin-bottom:8.625rem}}.business .cnt-item.cnt-item--05::before{height:86%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--05::before{height:95%}}.business .cnt-item.cnt-item--06::before{height:85%}@media screen and (min-width:51.9375em){.business .cnt-item.cnt-item--06::before{height:94.5%}}.business .cnt-item:last-of-type{margin-bottom:0}.business .cnt-item .cnt-item__ttl{width:110%;margin-bottom:3.6875rem;line-height:1.4339622642;font-weight:700}.business .cnt-item .cnt-item__ttl::after,.business .cnt-item .cnt-item__ttl::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__ttl::before{margin-top:-.2169811321em}.business .cnt-item .cnt-item__ttl::after{margin-bottom:-.2169811321em}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__ttl{width:100%;margin-left:-39.375rem;margin-bottom:3.625rem;line-height:1}.business .cnt-item .cnt-item__ttl::after,.business .cnt-item .cnt-item__ttl::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__ttl::before{margin-top:0}.business .cnt-item .cnt-item__ttl::after{margin-bottom:0}}.business .cnt-item .cnt-item__ttl .cnt-item__ttl__ja{position:relative;display:block;font-size:3.3125rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__ttl .cnt-item__ttl__ja{font-size:2.5rem}}.business .cnt-item .cnt-item__ttl .cnt-item__ttl__ja::before{position:absolute;top:50%;transform:translateY(-50%);left:-4.125rem;content:"";width:2.9375rem;height:.25rem;background-color:#000}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__ttl .cnt-item__ttl__ja::before{left:-3rem;width:2.1875rem;height:.1875rem}}.business .cnt-item .cnt-item__ttl .cnt-item__ttl__en{display:block;margin-top:-.125rem;font-size:1.4375rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__ttl .cnt-item__ttl__en{margin-top:.75rem;font-size:.9375rem}}.business .cnt-item .cnt-item__img:is(.cnt-item--01 *){width:43.0625rem;height:26.1875rem;margin-left:-1.25rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img:is(.cnt-item--01 *){position:absolute;top:9.125rem;left:-1.25rem;width:38.625rem;height:23.5rem;margin-left:0}}.business .cnt-item .cnt-item__img.cnt-item__img--01{border-radius:0 2.625rem 13.4375rem 0}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--01{position:absolute}}.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--02 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--03 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--04 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--05 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--06 *){width:26.0625rem;height:34.375rem;margin-left:-6.25rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--02 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--03 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--04 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--05 *),.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--06 *){top:10.125rem;left:-4.375rem;width:42.25rem;height:29.625rem;margin-left:0}}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--01:is(.cnt-item--02 *){height:63.9375rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02{position:absolute;right:-1.25rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02{right:auto;left:-.625rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--02 *){top:25rem;width:30.375rem;height:23.75rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--02 *){top:69rem;width:34.375rem;height:27.375rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--03 *){top:20.625rem;width:29.875rem;height:27.9375rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--03 *){top:29.375rem;width:35.375rem;height:33.125rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--04 *){top:19.375rem;width:27.6875rem;height:33.1875rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--04 *){top:28.5rem;left:5.5rem;width:22.125rem;height:26.5625rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--05 *){top:22.5rem;width:31.25rem;height:23.875rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--05 *){top:31.125rem;left:1.875rem;width:31.6875rem;height:24.1875rem}}.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--06 *){top:27.5rem;width:35.0625rem;height:18.125rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__img.cnt-item__img--02:is(.cnt-item--06 *){top:33.75rem;left:-1.375rem;width:35.0625rem;height:18.125rem}}.business .cnt-item .cnt-item__sub-ttl{margin-top:5.625rem;line-height:1.5531914894;word-break:auto-phrase;font-weight:700;font-size:2.9375rem}.business .cnt-item .cnt-item__sub-ttl::after,.business .cnt-item .cnt-item__sub-ttl::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__sub-ttl::before{margin-top:-.2765957447em}.business .cnt-item .cnt-item__sub-ttl::after{margin-bottom:-.2765957447em}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__sub-ttl{margin-top:0;line-height:1.5517241379;font-size:1.8125rem}.business .cnt-item .cnt-item__sub-ttl::after,.business .cnt-item .cnt-item__sub-ttl::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__sub-ttl::before{margin-top:-.275862069em}.business .cnt-item .cnt-item__sub-ttl::after{margin-bottom:-.275862069em}}.business .cnt-item .cnt-item__desc{margin-top:3.75rem;line-height:1.75;font-size:1.5rem}.business .cnt-item .cnt-item__desc::after,.business .cnt-item .cnt-item__desc::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__desc::before{margin-top:-.375em}.business .cnt-item .cnt-item__desc::after{margin-bottom:-.375em}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__desc{margin-top:3rem;line-height:1.875;font-size:1rem}.business .cnt-item .cnt-item__desc::after,.business .cnt-item .cnt-item__desc::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__desc::before{margin-top:-.4375em}.business .cnt-item .cnt-item__desc::after{margin-bottom:-.4375em}}.business .cnt-item .cnt-item__link{display:inline-block;min-width:26.625rem;margin-top:5.75rem;padding:2.375rem;background-color:#000;border-radius:3.125rem;text-align:center;color:#fff;font-weight:700;font-size:1.5rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__link{min-width:18.75rem;margin-top:2.875rem;padding:1.75rem 0;border-radius:2.1875rem;font-size:1.0625rem}}.business .cnt-item .cnt-item__graph{width:100%;margin-top:5.5rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__graph{width:95%;margin-top:3.9375rem}}.business .cnt-item .cnt-item__graph img:is(.cnt-item--03 *){height:26.5rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__graph img:is(.cnt-item--03 *){height:24.5625rem}}.business .cnt-item .cnt-item__graph img:is(.cnt-item--04 *),.business .cnt-item .cnt-item__graph img:is(.cnt-item--05 *),.business .cnt-item .cnt-item__graph img:is(.cnt-item--06 *){height:17.5rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__graph img:is(.cnt-item--04 *),.business .cnt-item .cnt-item__graph img:is(.cnt-item--05 *),.business .cnt-item .cnt-item__graph img:is(.cnt-item--06 *){height:16.1875rem}}.business .cnt-item .cnt-item__articles{margin-top:4.875rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles{margin-top:3.375rem}}.business .cnt-item .cnt-item__articles .cnt-item__article{margin-bottom:3.6875rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles .cnt-item__article{margin-bottom:2.75rem}}.business .cnt-item .cnt-item__articles .cnt-item__article:last-of-type{margin-bottom:0}.business .cnt-item .cnt-item__articles .cnt-item__article__ttl{font-weight:700;font-size:1.625rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles .cnt-item__article__ttl{font-size:1.04375rem}}.business .cnt-item .cnt-item__articles .cnt-item__article__img{width:100%;margin-top:1.375rem;padding:2.375rem 2.875rem;background-color:#edeff1;border-radius:1.8125rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles .cnt-item__article__img{width:95%;margin-top:1rem;padding:2.1875rem 2.625rem}}.business .cnt-item .cnt-item__articles .cnt-item__article__img img{height:16.75rem}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles .cnt-item__article__img img{height:15rem}}.business .cnt-item .cnt-item__articles .cnt-item__article__desc{margin-top:1.25rem;line-height:1.75;font-size:1.5rem}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::after,.business .cnt-item .cnt-item__articles .cnt-item__article__desc::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::before{margin-top:-.375em}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::after{margin-bottom:-.375em}@media screen and (min-width:51.9375em){.business .cnt-item .cnt-item__articles .cnt-item__article__desc{line-height:1;font-size:1rem}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::after,.business .cnt-item .cnt-item__articles .cnt-item__article__desc::before{content:"";display:block;width:0;height:0}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::before{margin-top:0}.business .cnt-item .cnt-item__articles .cnt-item__article__desc::after{margin-bottom:0}}.contact .cnt,.entry .cnt{position:relative;z-index:2;padding-bottom:19.6875rem}@media screen and (min-width:51.9375em){.contact .cnt,.entry .cnt{padding-bottom:12.375rem}}.contact .detail,.entry .detail{margin-top:.8125rem;margin-bottom:6.5625rem;line-height:1.7916666667;word-break:auto-phrase;font-size:1.5rem}.contact .detail::after,.contact .detail::before,.entry .detail::after,.entry .detail::before{content:"";display:block;width:0;height:0}.contact .detail::before,.entry .detail::before{margin-top:-.3958333333em}.contact .detail::after,.entry .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.contact .detail,.entry .detail{margin-top:.9375rem;margin-bottom:9rem;line-height:1.6842105263;font-size:1.1875rem}.contact .detail::after,.contact .detail::before,.entry .detail::after,.entry .detail::before{content:"";display:block;width:0;height:0}.contact .detail::before,.entry .detail::before{margin-top:-.3421052632em}.contact .detail::after,.entry .detail::after{margin-bottom:-.3421052632em}}.contact .form-wrapper,.entry .form-wrapper{margin-top:6.5625rem;padding:4.375rem 3.25rem 6.1875rem;background-color:#fff;border-radius:4.1875rem;box-shadow:.1325rem .212rem .984375rem .328125rem rgba(163,163,163,.23)}@media screen and (min-width:51.9375em){.contact .form-wrapper,.entry .form-wrapper{width:54.625rem;margin-left:auto;margin-right:auto;margin-top:9rem;padding:3.625rem 5.75rem 3.625rem 3.375rem;border-radius:3rem}}.contact form,.entry form{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:2.75rem}@media screen and (min-width:51.9375em){.contact form,.entry form{row-gap:1.9375rem}}.contact form label:hover,.entry form label:hover{opacity:.7;cursor:pointer}.contact .info,.entry .info{width:100%;font-size:2rem}@media screen and (min-width:51.9375em){.contact .info,.entry .info{font-size:1.0625rem}}.contact .info span,.entry .info span{color:#eb1d1d}.contact .req,.entry .req{position:relative}.contact .req::after,.entry .req::after{position:absolute;top:-.5em;right:-1em;content:"※";color:#eb1d1d;font-size:.8em}.contact .data,.entry .data{width:100%}@media screen and (min-width:51.9375em){.contact .data.kind,.contact .data.name,.contact .data.tel,.entry .data.kind,.entry .data.name,.entry .data.tel{width:48%}}.contact .data .data__ttl,.entry .data .data__ttl{width:-moz-max-content;width:max-content;margin-bottom:.875rem;font-size:2rem}@media screen and (min-width:51.9375em){.contact .data .data__ttl,.entry .data .data__ttl{margin-bottom:.4375rem;font-size:1.0625rem}}.contact .data .data__cnt label[for=postal],.entry .data .data__cnt label[for=postal]{display:inline;padding-right:2.0625rem;font-size:2rem}@media screen and (min-width:51.9375em){.contact .data .data__cnt label[for=postal],.entry .data .data__cnt label[for=postal]{padding-right:1.4375rem;font-size:1.0625rem}}.contact .data .data__cnt:is(.data.kind *),.entry .data .data__cnt:is(.data.kind *){position:relative}.contact .data .data__cnt:is(.data.kind *)::after,.entry .data .data__cnt:is(.data.kind *)::after{position:absolute;top:50%;transform:translateY(-50%);right:2.375rem;content:"";width:1rem;height:1rem;border-top:1px solid #1b78c0;border-right:1px solid #1b78c0;transform:translateY(-50%) rotate(135deg);pointer-events:none}@media screen and (min-width:51.9375em){.contact .data .data__cnt:is(.data.kind *)::after,.entry .data .data__cnt:is(.data.kind *)::after{right:1rem;width:.625rem;height:.625rem}}.contact .data .data__cnt input#postal,.entry .data .data__cnt input#postal{width:73%;margin-left:auto}@media screen and (min-width:51.9375em){.contact .data .data__cnt input#postal,.entry .data .data__cnt input#postal{width:13.25rem}}.contact .data .data__cnt input,.contact .data .data__cnt select,.contact .data .data__cnt textarea,.entry .data .data__cnt input,.entry .data .data__cnt select,.entry .data .data__cnt textarea{width:100%;padding:2.375rem 0 2.375rem 2.375rem;background-color:#fff;border:1px solid #658496;border-radius:.625rem;line-height:1.2;font-size:1.625rem}@media screen and (min-width:51.9375em){.contact .data .data__cnt input,.contact .data .data__cnt select,.contact .data .data__cnt textarea,.entry .data .data__cnt input,.entry .data .data__cnt select,.entry .data .data__cnt textarea{padding:.8125rem 0 .8125rem 1rem;border-radius:.3125rem;font-size:1rem}}.contact .data .data__cnt input::-moz-placeholder,.contact .data .data__cnt select::-moz-placeholder,.contact .data .data__cnt textarea::-moz-placeholder,.entry .data .data__cnt input::-moz-placeholder,.entry .data .data__cnt select::-moz-placeholder,.entry .data .data__cnt textarea::-moz-placeholder{color:#658496;font-size:inherit}.contact .data .data__cnt input::placeholder,.contact .data .data__cnt select::placeholder,.contact .data .data__cnt textarea::placeholder,.entry .data .data__cnt input::placeholder,.entry .data .data__cnt select::placeholder,.entry .data .data__cnt textarea::placeholder{color:#658496;font-size:inherit}.contact .data .data__cnt input:nth-of-type(n+2),.contact .data .data__cnt select:nth-of-type(n+2),.contact .data .data__cnt textarea:nth-of-type(n+2),.entry .data .data__cnt input:nth-of-type(n+2),.entry .data .data__cnt select:nth-of-type(n+2),.entry .data .data__cnt textarea:nth-of-type(n+2){margin-top:1.125rem}@media screen and (min-width:51.9375em){.contact .data .data__cnt input:nth-of-type(n+2),.contact .data .data__cnt select:nth-of-type(n+2),.contact .data .data__cnt textarea:nth-of-type(n+2),.entry .data .data__cnt input:nth-of-type(n+2),.entry .data .data__cnt select:nth-of-type(n+2),.entry .data .data__cnt textarea:nth-of-type(n+2){margin-top:.8125rem}}.contact .data .data__cnt textarea,.entry .data .data__cnt textarea{height:64rem;padding-right:2.375rem;line-height:1.6}@media screen and (min-width:51.9375em){.contact .data .data__cnt textarea,.entry .data .data__cnt textarea{height:13.4375rem;padding-right:1rem}}.contact .data .data__cnt input[type=file],.entry .data .data__cnt input[type=file]{display:none}.contact .data .data__cnt .file-select,.entry .data .data__cnt .file-select{display:flex;align-items:center;justify-content:space-between;padding:2.3125rem;background-color:#6e8fa2;border-radius:.3125rem;color:#fff;font-size:1.5rem}@media screen and (min-width:51.9375em){.contact .data .data__cnt .file-select,.entry .data .data__cnt .file-select{width:19.625rem;padding:.875rem 1.125rem;font-size:1rem}}.contact .data .data__cnt .file-select .icon,.entry .data .data__cnt .file-select .icon{width:2.0625rem;height:2.25rem}@media screen and (min-width:51.9375em){.contact .data .data__cnt .file-select .icon,.entry .data .data__cnt .file-select .icon{width:1rem;height:1.0625rem}}.contact .data .desc,.entry .data .desc{margin-top:1.125rem;margin-bottom:1.125rem;font-feature-settings:"palt";font-size:1.425rem}@media screen and (min-width:51.9375em){.contact .data .desc,.entry .data .desc{margin-top:.75rem;margin-bottom:.125rem;font-size:.9375rem}}.contact .confirm,.entry .confirm{display:flex;justify-content:center;align-items:center;margin-top:.4375rem;margin-left:auto;margin-right:auto;text-align:center;font-size:1.3125rem}@media screen and (min-width:51.9375em){.contact .confirm,.entry .confirm{margin-top:0;font-size:.875rem}}.contact .confirm input[type=checkbox],.entry .confirm input[type=checkbox]{position:relative;width:1.875rem;height:1.875rem;border:1px solid #1b78c0;border-radius:1px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (min-width:51.9375em){.contact .confirm input[type=checkbox],.entry .confirm input[type=checkbox]{width:1.25rem;height:1.25rem}}.contact .confirm input[type=checkbox]:checked::before,.entry .confirm input[type=checkbox]:checked::before{position:absolute;top:.125rem;left:.5625rem;content:"";width:.5rem;height:1rem;border-right:1px solid #1b781b;border-bottom:1px solid #1b781b;transform:rotate(50deg)}@media screen and (min-width:51.9375em){.contact .confirm input[type=checkbox]:checked::before,.entry .confirm input[type=checkbox]:checked::before{top:-.125rem;left:.3125rem}}.contact .confirm label,.entry .confirm label{padding-left:1.0625rem}@media screen and (min-width:51.9375em){.contact .confirm label,.entry .confirm label{padding-right:.6875rem}}.contact .confirm a,.entry .confirm a{position:relative;color:#1b78c0}.contact .confirm a::after,.entry .confirm a::after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;content:"";width:100%;height:1px;background-color:#1b78c0}.contact .submit,.entry .submit{width:100%}.contact .submit input[type=submit],.entry .submit input[type=submit]{min-width:28.25rem;margin-top:2rem;margin-left:auto;margin-right:auto;padding-top:2.4375rem;padding-bottom:2.625rem;font-weight:700;font-size:1.875rem}@media screen and (min-width:51.9375em){.contact .submit input[type=submit],.entry .submit input[type=submit]{min-width:18.8125rem;margin-top:1.1875rem;padding-top:1.6875rem;padding-bottom:1.6875rem;font-size:1.0625rem}}.privacy .cnt{padding-bottom:19.8125rem}@media screen and (min-width:51.9375em){.privacy .cnt{padding-bottom:10.1875rem}}.privacy .inner{display:flex;flex-wrap:wrap;row-gap:3.1875rem}@media screen and (min-width:51.9375em){.privacy .inner{row-gap:2.0625rem}}.privacy .detail{width:90%;margin-top:.75rem;margin-bottom:4rem;line-height:1.7916666667;word-break:auto-phrase;font-size:1.5rem}.privacy .detail::after,.privacy .detail::before{content:"";display:block;width:0;height:0}.privacy .detail::before{margin-top:-.3958333333em}.privacy .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.privacy .detail{width:72%;margin-top:1rem;margin-bottom:1.5625rem;line-height:1.6842105263;font-size:1.1875rem}.privacy .detail::after,.privacy .detail::before{content:"";display:block;width:0;height:0}.privacy .detail::before{margin-top:-.3421052632em}.privacy .detail::after{margin-bottom:-.3421052632em}}.privacy .item{width:100%}@media screen and (min-width:51.9375em){.privacy .item{width:72%}}.privacy .ttl{margin-bottom:1.125rem;line-height:1.5914285714;color:#6a8b9d;font-weight:700;font-size:2.1875rem}.privacy .ttl::after,.privacy .ttl::before{content:"";display:block;width:0;height:0}.privacy .ttl::before{margin-top:-.2957142857em}.privacy .ttl::after{margin-bottom:-.2957142857em}@media screen and (min-width:51.9375em){.privacy .ttl{margin-bottom:.8125rem;line-height:1;font-size:1.4375rem}.privacy .ttl::after,.privacy .ttl::before{content:"";display:block;width:0;height:0}.privacy .ttl::before{margin-top:0}.privacy .ttl::after{margin-bottom:0}}.privacy .desc{line-height:1.5416666667;word-break:auto-phrase;font-size:1.5rem}.privacy .desc::after,.privacy .desc::before{content:"";display:block;width:0;height:0}.privacy .desc::before{margin-top:-.2708333333em}.privacy .desc::after{margin-bottom:-.2708333333em}@media screen and (min-width:51.9375em){.privacy .desc{line-height:1.9444444444;font-size:1.125rem}.privacy .desc::after,.privacy .desc::before{content:"";display:block;width:0;height:0}.privacy .desc::before{margin-top:-.4722222222em}.privacy .desc::after{margin-bottom:-.4722222222em}}.company .cnt,.recruit .cnt{padding-bottom:10.3125rem}@media screen and (min-width:51.9375em){.company .cnt,.recruit .cnt{padding-bottom:13.125rem}}.company .detail,.recruit .detail{width:90%;margin-bottom:9.5625rem;line-height:1.7916666667;word-break:auto-phrase;font-size:1.5rem}.company .detail::after,.company .detail::before,.recruit .detail::after,.recruit .detail::before{content:"";display:block;width:0;height:0}.company .detail::before,.recruit .detail::before{margin-top:-.3958333333em}.company .detail::after,.recruit .detail::after{margin-bottom:-.3958333333em}@media screen and (min-width:51.9375em){.company .detail,.recruit .detail{width:100%;margin-bottom:8.375rem;line-height:1.6842105263;font-size:1.1875rem}.company .detail::after,.company .detail::before,.recruit .detail::after,.recruit .detail::before{content:"";display:block;width:0;height:0}.company .detail::before,.recruit .detail::before{margin-top:-.3421052632em}.company .detail::after,.recruit .detail::after{margin-bottom:-.3421052632em}}.company .ttl,.recruit .ttl{margin-bottom:3.75rem;padding-left:4.125rem;font-weight:700}@media screen and (min-width:51.9375em){.company .ttl,.recruit .ttl{margin-bottom:3.625rem;padding-left:3rem}}.company .ttl .ttl__ja,.recruit .ttl .ttl__ja{position:relative;display:block;font-size:3.3125rem}@media screen and (min-width:51.9375em){.company .ttl .ttl__ja,.recruit .ttl .ttl__ja{font-size:2.5rem}}.company .ttl .ttl__ja::before,.recruit .ttl .ttl__ja::before{position:absolute;top:50%;transform:translateY(-50%);left:-4.125rem;content:"";width:2.9375rem;height:.25rem;background-color:#000}@media screen and (min-width:51.9375em){.company .ttl .ttl__ja::before,.recruit .ttl .ttl__ja::before{left:-3rem;width:2.1875rem;height:.1875rem}}.company .ttl .ttl__en,.recruit .ttl .ttl__en{display:block;margin-top:.875rem;font-size:1.4375rem}@media screen and (min-width:51.9375em){.company .ttl .ttl__en,.recruit .ttl .ttl__en{margin-top:.75rem;font-size:.9375rem}}.company .desc,.recruit .desc{margin-top:48.5625rem;margin-bottom:9.875rem;line-height:1.6923076923;font-size:1.625rem}.company .desc::after,.company .desc::before,.recruit .desc::after,.recruit .desc::before{content:"";display:block;width:0;height:0}.company .desc::before,.recruit .desc::before{margin-top:-.3461538462em}.company .desc::after,.recruit .desc::after{margin-bottom:-.3461538462em}@media screen and (min-width:51.9375em){.company .desc,.recruit .desc{width:48%;margin-top:3.625rem;margin-bottom:11rem;margin-left:3.0625rem;line-height:1.6842105263;word-break:auto-phrase;font-size:1.1875rem}.company .desc::after,.company .desc::before,.recruit .desc::after,.recruit .desc::before{content:"";display:block;width:0;height:0}.company .desc::before,.recruit .desc::before{margin-top:-.3421052632em}.company .desc::after,.recruit .desc::after{margin-bottom:-.3421052632em}}.company .img,.recruit .img{position:absolute;left:50%;transform:translateX(-50%);top:26.375rem;display:block;width:43.9375rem;height:40.25rem}@media screen and (min-width:51.9375em){.company .img,.recruit .img{top:2.5rem;left:77%;width:33.5625rem;height:30.75rem}}.company .cnt-item,.recruit .cnt-item{margin-bottom:6.75rem;padding:4.4375rem 2.25rem 3.5625rem 4.625rem;background-color:#fff;border:1px solid #edeff1;border-top-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem}@media screen and (min-width:51.9375em){.company .cnt-item,.recruit .cnt-item{width:67.125rem;margin-left:auto;margin-right:auto;margin-bottom:6.9375rem;padding:5.3125rem 5.125rem 4.4375rem;border-top-left-radius:12.1875rem;border-bottom-right-radius:12.1875rem}}.company .cnt-item:last-child,.recruit .cnt-item:last-child{margin-bottom:0}.company .cnt-item .cnt-ttl,.recruit .cnt-item .cnt-ttl{position:relative;margin-bottom:2.625rem;padding-left:1.3125rem;color:#6a8b9d;font-weight:700;font-size:2.4375rem}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-ttl,.recruit .cnt-item .cnt-ttl{margin-bottom:2.4375rem;padding-left:1.0625rem;font-size:1.875rem}}.company .cnt-item .cnt-ttl::before,.recruit .cnt-item .cnt-ttl::before{position:absolute;top:50%;transform:translateY(-50%);left:0;content:"";width:.3125rem;height:100%;background-color:#6a8b9d}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-ttl::before,.recruit .cnt-item .cnt-ttl::before{width:.25rem}}.company .cnt-item .cnt-row,.recruit .cnt-item .cnt-row{display:flex;align-items:center;-moz-column-gap:1.9375rem;column-gap:1.9375rem;margin-bottom:2.0625rem;padding-bottom:2.125rem;border-bottom:1px solid #edeff1}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-row,.recruit .cnt-item .cnt-row{-moz-column-gap:2.5rem;column-gap:2.5rem;margin-bottom:1.3125rem;padding-bottom:1.375rem}}.company .cnt-item .cnt-row:last-of-type,.recruit .cnt-item .cnt-row:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.company .cnt-item .cnt-tag,.recruit .cnt-item .cnt-tag{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:10.5625rem;margin-bottom:auto;padding-top:.5625rem;padding-bottom:.6875rem;background-color:#6a8b9d;border-radius:1.40625rem;color:#fff;font-weight:700;font-size:1.6875rem}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-tag,.recruit .cnt-item .cnt-tag{padding-top:.8125rem;padding-bottom:.8125rem;font-size:1.25rem}}.company .cnt-item .cnt-desc,.recruit .cnt-item .cnt-desc{width:100%;margin-top:.625rem;margin-bottom:.625rem;line-height:2;font-size:1.5rem}.company .cnt-item .cnt-desc::after,.company .cnt-item .cnt-desc::before,.recruit .cnt-item .cnt-desc::after,.recruit .cnt-item .cnt-desc::before{content:"";display:block;width:0;height:0}.company .cnt-item .cnt-desc::before,.recruit .cnt-item .cnt-desc::before{margin-top:-.5em}.company .cnt-item .cnt-desc::after,.recruit .cnt-item .cnt-desc::after{margin-bottom:-.5em}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-desc,.recruit .cnt-item .cnt-desc{margin-top:.8125rem;margin-bottom:.8125rem;line-height:1.8947368421;font-size:1.1875rem}.company .cnt-item .cnt-desc::after,.company .cnt-item .cnt-desc::before,.recruit .cnt-item .cnt-desc::after,.recruit .cnt-item .cnt-desc::before{content:"";display:block;width:0;height:0}.company .cnt-item .cnt-desc::before,.recruit .cnt-item .cnt-desc::before{margin-top:-.4473684211em}.company .cnt-item .cnt-desc::after,.recruit .cnt-item .cnt-desc::after{margin-bottom:-.4473684211em}}.company .cnt-item .cnt-desc span,.recruit .cnt-item .cnt-desc span{color:#333;font-weight:200}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-desc span,.recruit .cnt-item .cnt-desc span{font-size:.9em}}.company .cnt-item .cnt-desc strong,.recruit .cnt-item .cnt-desc strong{display:block;margin-bottom:-.5rem;color:#6a8b9d;font-size:inherit}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-desc strong,.recruit .cnt-item .cnt-desc strong{margin-top:.375rem;margin-bottom:0}}.company .area,.recruit .area{position:relative;margin-top:9.3125rem;padding:4.5rem 15rem 4.3125rem 6.25rem;background:#ecf2bd;background:linear-gradient(90deg,#ecf2bd 0,#f4dce0 100%);border-radius:8.125rem 0 8.75rem 0}@media screen and (min-width:51.9375em){.company .area,.recruit .area{width:79%;margin-left:auto;margin-right:auto;margin-top:5.9375rem;padding:2.375rem 29.375rem 2.4375rem 7.0625rem;border-radius:10.625rem 0 11.4375rem 0}}.company .area .area__ttl,.recruit .area .area__ttl{font-weight:700;font-size:2.3125rem}@media screen and (min-width:51.9375em){.company .area .area__ttl,.recruit .area .area__ttl{font-size:1.625rem}}.company .area .area__desc,.recruit .area .area__desc{margin-top:2.375rem;line-height:1.75;word-break:auto-phrase;font-size:1.5rem}.company .area .area__desc::after,.company .area .area__desc::before,.recruit .area .area__desc::after,.recruit .area .area__desc::before{content:"";display:block;width:0;height:0}.company .area .area__desc::before,.recruit .area .area__desc::before{margin-top:-.375em}.company .area .area__desc::after,.recruit .area .area__desc::after{margin-bottom:-.375em}@media screen and (min-width:51.9375em){.company .area .area__desc,.recruit .area .area__desc{margin-top:1.5625rem;line-height:1.7;font-size:1.25rem}.company .area .area__desc::after,.company .area .area__desc::before,.recruit .area .area__desc::after,.recruit .area .area__desc::before{content:"";display:block;width:0;height:0}.company .area .area__desc::before,.recruit .area .area__desc::before{margin-top:-.35em}.company .area .area__desc::after,.recruit .area .area__desc::after{margin-bottom:-.35em}}.company .area .area__img,.recruit .area .area__img{position:absolute;top:-4.3125rem;right:-.9375rem;width:22.0625rem;height:15.5625rem}@media screen and (min-width:51.9375em){.company .area .area__img,.recruit .area .area__img{top:-1.9375rem;right:6.6875rem;width:22.0625rem;height:15.5625rem}}.company .cnt{padding-bottom:20rem}@media screen and (min-width:51.9375em){.company .cnt{padding-bottom:10rem}}.company .detail{width:82%}@media screen and (min-width:51.9375em){.company .detail{width:60%}}.company .desc{word-break:auto-phrase;font-feature-settings:"palt"}@media screen and (min-width:51.9375em){.company .desc{width:55.9%;margin-left:auto;margin-top:7.0625rem;margin-bottom:12.4375rem}}.company .desc span{display:flex;align-items:center;justify-content:flex-end;-moz-column-gap:1.875rem;column-gap:1.875rem;margin-top:.9375rem;font-size:1.15em}@media screen and (min-width:51.9375em){.company .desc span{margin-top:1.5rem;-moz-column-gap:1rem;column-gap:1rem;font-size:1em}}.company .desc b{font-weight:100;font-size:2.2em;font-family:ab-doudoukaisyo,sans-serif}.company .desc strong{font-weight:700;font-size:4.34375rem}@media screen and (min-width:51.9375em){.company .desc strong{font-size:2.5625rem}}.company .desc .name{width:18.75rem}@media screen and (min-width:51.9375em){.company .desc .name{width:10.625rem}}.company .img{position:absolute;left:50%;transform:translateX(-50%);left:44.5%;width:46.75rem;height:38.125rem;border-radius:0 2.625rem 13.4375rem 0}@media screen and (min-width:51.9375em){.company .img{top:19.5rem;left:15.8%;width:35.625rem;height:38.125rem}}.company .cnt-item{padding:4.4375rem 1.25rem 4.1875rem 4.6875rem}@media screen and (min-width:51.9375em){.company .cnt-item{padding:5.3125rem 5.125rem}}.company .cnt-item .cnt-row{-moz-column-gap:1.375rem;column-gap:1.375rem}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-row{-moz-column-gap:2.5rem;column-gap:2.5rem}}.company .cnt-item .cnt-desc{line-height:1.5833333333}.company .cnt-item .cnt-desc::after,.company .cnt-item .cnt-desc::before{content:"";display:block;width:0;height:0}.company .cnt-item .cnt-desc::before{margin-top:-.2916666667em}.company .cnt-item .cnt-desc::after{margin-bottom:-.2916666667em}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-desc{line-height:1.4210526316}.company .cnt-item .cnt-desc::after,.company .cnt-item .cnt-desc::before{content:"";display:block;width:0;height:0}.company .cnt-item .cnt-desc::before{margin-top:-.2105263158em}.company .cnt-item .cnt-desc::after{margin-bottom:-.2105263158em}}.company .cnt-item .cnt-desc strong{display:block;margin-bottom:0;color:#6a8b9d;font-size:inherit}.company .cnt-item .cnt-desc strong:nth-of-type(n+2){margin-top:.875rem}@media screen and (min-width:51.9375em){.company .cnt-item .cnt-desc strong:nth-of-type(n+2){margin-top:1.1875rem}}.company .access{margin-top:9.625rem}@media screen and (min-width:51.9375em){.company .access{margin-top:8.8125rem}}.company .access .access-list{display:flex;flex-wrap:wrap;row-gap:6.1875rem;margin-top:4.8125rem}@media screen and (min-width:51.9375em){.company .access .access-list{justify-content:space-between;row-gap:4.25rem;margin-top:0;padding-left:3.125rem}}.company .access .access-item{width:100%}@media screen and (min-width:51.9375em){.company .access .access-item{width:37.75rem}}.company .access .access-map{overflow:hidden;width:100%;height:29.75rem;border-radius:10.625rem 0 12.1875rem 0}@media screen and (min-width:51.9375em){.company .access .access-map{height:23.5625rem}}.company .access iframe{width:100%;height:59.5rem;margin-top:-14.875rem;border:0}@media screen and (min-width:51.9375em){.company .access iframe{height:47.125rem;margin-top:-11.78125rem}}.company .access .access-name{margin-top:2.25rem;color:#6a8b9d;font-weight:700;font-size:2rem}@media screen and (min-width:51.9375em){.company .access .access-name{margin-top:1.875rem;font-size:1.39375rem}}.company .access .access-address{margin-top:1.375rem;font-style:normal;font-size:1.5rem}@media screen and (min-width:51.9375em){.company .access .access-address{margin-top:.8125rem;font-size:1.1875rem}}.company .access .access-link{position:relative;display:inline-block;margin-top:2.75rem;padding-bottom:.875rem;color:#44bcdf;font-size:1.5625rem}@media screen and (min-width:51.9375em){.company .access .access-link{margin-top:2rem;padding-bottom:.75rem;font-size:1.1875rem}}.company .access .access-link::after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;content:"";width:100%;height:1px;background-color:#44bcdf}.sitemap .page-ttl{padding-bottom:6.4375rem}@media screen and (min-width:51.9375em){.sitemap .page-ttl{padding-bottom:6.0625rem}}.sitemap .map{padding-bottom:14.875rem}@media screen and (min-width:51.9375em){.sitemap .map{padding-bottom:9.625rem}}.sitemap .inner{display:flex;flex-wrap:wrap;row-gap:5rem}@media screen and (min-width:51.9375em){.sitemap .inner{row-gap:3.125rem}}.sitemap .list{width:100%}@media screen and (min-width:51.9375em){.sitemap .list{width:90%}}.sitemap .ttl{margin-bottom:1.6875rem;font-family:neuzeit-grotesk,sans-serif;font-weight:700;font-size:3.375rem}@media screen and (min-width:51.9375em){.sitemap .ttl{margin-bottom:.875rem;font-size:2.85rem}}.sitemap .links{display:flex;flex-wrap:wrap;row-gap:2.3125rem;-moz-column-gap:3.0625rem;column-gap:3.0625rem}@media screen and (min-width:51.9375em){.sitemap .links{row-gap:2rem;-moz-column-gap:3.625rem;column-gap:3.625rem}}.sitemap .link{position:relative;display:flex;align-items:center;padding-bottom:.8125rem;font-size:1.5625rem}@media screen and (min-width:51.9375em){.sitemap .link{padding-bottom:.6875rem;font-size:1.125rem}}.sitemap .link::after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;content:"";width:102%;height:1px;background-color:#000}.sitemap .link span{margin-left:.5rem;padding:.125rem .3125rem;background-color:#000;color:#fff;font-size:1.33125rem}@media screen and (min-width:51.9375em){.sitemap .link span{padding:.125rem .3125rem .25rem;font-size:1.125rem}}