@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{width:100%;height:100%;margin:0;padding:0;line-height:1.5}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;padding:0;margin:0;border-radius:0;outline:none;box-shadow:none;-webkit-appearance:none;appearance:none;caret-color:auto}table{border-collapse:collapse;border-spacing:0}*{caret-color:transparent}body{font-size:14px;color:#000;font-family:Helvetica,MFW-MidashiGoPr6N-MB31,Arial,sans-serif;letter-spacing:0;line-height:1.7;background-color:#fff;font-weight:600}main{display:flex;flex-direction:column;gap:120px;align-items:center}@media screen and (max-width:767px){main{padding-top:60px}}section{width:100%}a,button{transition:.3s all ease}a:hover,button:hover{opacity:.6}.overflow{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:auto;scrollbar-width:none;-ms-overflow-style:none}.overflow::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.overflow{width:100vw}}.overflow img{margin:auto}.site-header{display:flex;flex-direction:column;justify-content:space-between;gap:86px;padding:46px 35px 85px;width:100dvw;position:relative;z-index:100;transition:all .25s all;pointer-events:none}@media screen and (max-width:1020px){.site-header{padding:30px 30px 50px;gap:0;flex-direction:row;align-items:flex-start}}.site-header a,.site-header button,.site-header input,.site-header select,.site-header textarea,.site-header label{pointer-events:auto}.site-header.is-fixed{position:fixed;top:0}.site-header.is-fixed .grobal-nav{display:none;pointer-events:none}@media screen and (max-width:1020px){.site-header.is-fixed .logo-corporate{display:none;pointer-events:none}}.site-title a{display:flex;gap:8.3vw;align-items:center}@media screen and (max-width:1020px){.site-title a{flex-direction:column;gap:45px}}.site-title a .logo-mark{max-width:253px}@media screen and (max-width:1020px){.site-title a .logo-mark{max-width:168px}}.site-title a .logo-corporate{max-width:178px;width:100%;height:100%}@media screen and (max-width:1020px){.site-title a .logo-corporate{max-width:164px}}.header-top{display:flex;align-items:center;justify-content:space-between}.header-top .search-contact{display:flex;gap:45px;font-size:12px;align-items:center}@media screen and (max-width:1024px){.header-top .search-contact{gap:3vw;white-space:nowrap}}@media screen and (max-width:1020px){.header-top .search-contact{display:none}}.grobal-nav{position:relative}.header-nav{display:flex;gap:5vw;font-size:13px}@media screen and (max-width:1203px){.header-nav{gap:3vw}}@media screen and (max-width:950px){.header-nav{gap:2.5vw;white-space:nowrap;flex-wrap:wrap}}@media screen and (max-width:1020px){.header-nav{display:none}}.header-nav>li{position:static}.header-nav .sub-menu{position:absolute;top:calc(100% - 5px);left:50%;transform:translate(-50%) translateY(5px);z-index:50;width:100vw;padding:16px 16px 32px var(--submenu-left, 35px);background:#fff;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;will-change:opacity,transform}.header-nav>li.menu-item-has-children:hover>.sub-menu,.header-nav>li.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0);transition:opacity .25s ease,transform .25s ease,visibility 0s}.header-nav .sub-menu>li>a{display:block;padding:0;font-size:12px;line-height:2;white-space:nowrap}.header-nav .sub-menu>li>a:hover{opacity:.6}@media screen and (max-width:1020px){.header-nav .sub-menu{display:none!important}}.hamburger{display:none}@media screen and (max-width:1020px){.hamburger{display:inline-flex;align-items:center;justify-content:center;width:29px;height:13px;padding:0;cursor:pointer}}@media screen and (max-width:1020px){.hamburger .hamburger__line{display:block;width:29px;height:3px;background:#000;transition:.25s ease}}@media screen and (max-width:1020px){.hamburger{gap:6px;flex-direction:column}}.sp-nav{display:none}@media screen and (max-width:1020px){.sp-nav{display:block;position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#0006;opacity:0;visibility:hidden;pointer-events:none;transition:.25s ease;z-index:1000}}@media screen and (max-width:1020px){.sp-nav__inner{position:absolute;top:0;right:0;width:100vw;height:100dvh;background:#fff;padding:30px;transition:.25s ease;display:flex;flex-direction:column;gap:20px;overflow-y:auto}}@media screen and (max-width:1020px){.sp-nav.open{opacity:1;visibility:visible;pointer-events:auto}}.sp-menu{display:flex;flex-direction:column;gap:16px;width:100%}.sp-menu .menu-item>a{display:block;font-size:13px}.sp-menu>li{display:grid;grid-template-columns:1fr auto;align-items:center}.sp-menu .sp-accordion{width:13px;height:13px;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:0;color:transparent}.sp-menu .sp-accordion:before,.sp-menu .sp-accordion:after{content:"";position:absolute;width:13px;height:1px;background:#000;transition:transform .25s ease,opacity .25s ease}.sp-menu .sp-accordion:before{left:50%;top:50%;transform:translate(-50%,-50%)}.sp-menu .sp-accordion:after{left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg)}.sp-menu>li.is-open>.sp-accordion:after{opacity:0}.sp-menu .sub-menu{grid-column:1/-1;margin-top:6px;padding-left:12px;display:flex;flex-direction:column;gap:8px;height:0;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-4px);transition:height .35s ease,opacity .25s ease,transform .25s ease}.sp-menu .sub-menu>li>a{font-size:13px;display:block;line-height:2.6}.sp-menu>li.is-open>.sub-menu{opacity:1;pointer-events:auto;transform:translateY(0);display:flex}.sp-nav__inner{overflow-y:auto}.sp-nav__inner::-webkit-scrollbar{display:none}.sp-nav__inner{scrollbar-width:none;-ms-overflow-style:none}.sp-nav__header{display:none}@media screen and (max-width:1020px){.sp-nav__header{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;gap:77px}}.sp-nav__brand{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.sp-nav__brand .logo-mark{max-width:168px}.sp-nav__brand .logo-corporate{max-width:164px}.sp-nav__brand .sp-nav__brand-link{display:flex;flex-direction:column;gap:45px}.sp-nav__close{width:29px;height:13px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;padding:0}.sp-nav__close:before{content:"";display:block;width:29px;height:3px;background:#000}body.has-fixed-header{padding-top:var(--header-h, 0px)}.header-search{display:block;opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;transform:translate(6px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.search-box{display:flex;justify-content:space-between;border:1px solid #000000;padding:4px;background-color:#fff;font-size:12px;max-width:250px;width:17.5vw}@media screen and (max-width:1020px){.search-box{width:100%;max-width:unset;height:38px;padding:10px}}.header-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0);transition:opacity .25s ease,transform .25s ease,max-height .25s ease,visibility 0s}.js-search-toggle{display:inline-flex;align-items:center;gap:0}.js-search-toggle .search-toggle__close{display:none;font-size:16px;transform:translate(-20px)}.js-search-toggle.is-open .search-toggle__open{display:none}.js-search-toggle.is-open .search-toggle__close{display:inline}.sp-menu-item{width:100%;display:flex;flex-direction:column;gap:32px}.site-header.is-fixed{animation:headerFloatIn .22s ease both}@keyframes headerFloatIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}footer{display:flex;flex-direction:column;gap:62px;padding:100px 0 35px}@media screen and (max-width:767px){footer{padding:60px 20px 10px;gap:37px}}footer .site-title{display:flex;gap:8.3vw;align-items:center;padding:0 35px}@media screen and (max-width:767px){footer .site-title{padding:0;flex-direction:column;gap:36px}}footer .site-title .logo-mark{max-width:253px}@media screen and (max-width:767px){footer .site-title .logo-mark{max-width:123px}}footer .site-title .logo-corporate{max-width:178px}@media screen and (max-width:767px){footer .site-title .logo-corporate{max-width:133px}}footer .copyright{font-family:Helvetica,Arial,sans-serif;font-size:9px;text-align:center;font-weight:400}.footer-container{display:flex;flex-direction:column;gap:100px;font-size:12px}@media screen and (max-width:767px){.footer-container{gap:50px;font-size:11px}}.footer-global-nav{display:flex;flex-wrap:wrap;height:270px;flex-direction:column;gap:40px 20px;padding:0 20px}@media screen and (max-width:767px){.footer-global-nav{flex-direction:column;height:unset;gap:18px;padding:0}}@media screen and (max-width:767px){.footer-global-nav>li{padding-bottom:22px;border-bottom:1px solid #000000}}.footer-global-nav>.menu-item>a{padding-bottom:10px;border-bottom:1px solid #000000;width:100%;display:block}@media screen and (max-width:767px){.footer-global-nav>.menu-item>a{border-bottom:none;padding-bottom:0;width:160px}}.footer-global-nav .menu-item,.footer-global-nav .sub-menu{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767px){.footer-global-nav .menu-item{flex-direction:row}}@media screen and (max-width:767px){.footer-global-nav:first-of-type{padding-top:18px;border-top:1px solid #000000}}.footer-global-nav>li.menu-item-has-children>a{pointer-events:none;cursor:default}.sp-br{display:none}@media screen and (max-width:767px){.sp-br{display:block}}.pc-br{display:block}@media screen and (max-width:767px){.pc-br{display:none}}.section-title{display:flex;flex-direction:column;align-items:center;line-height:1.4;gap:3px}.section-title .en{font-size:20px;font-family:Helvetica,Arial,sans-serif;font-weight:600}.section-title .ja{font-size:32px;font-weight:600}@media screen and (max-width:767px){.section-title .ja{font-size:28px}}.border-list{max-width:1117px;width:77.6vw;display:flex;flex-direction:column;font-size:12px;margin:auto}@media screen and (max-width:767px){.border-list{width:100%;max-width:none;gap:8px}}.border-list .border-list-item{padding:5px 0;display:flex;gap:40px}@media screen and (max-width:767px){.border-list .border-list-item{padding:0 0 12px;flex-direction:column;gap:14px}}.border-list .border-list-item .sub-head{min-width:60px;max-width:60px}.border-list .border-list-item .sub-element{display:flex;gap:128px}@media screen and (max-width:767px){.border-list .border-list-item .sub-element{gap:8px}}.border-list .border-list-item .sub-element .head{width:60px;font-family:Helvetica,Arial,sans-serif;line-height:1.7;font-weight:600;border-bottom:1px solid #000000;min-height:30px}.interview-list{width:97.5%;max-width:1404px;display:flex;justify-content:center;gap:18px;margin:auto}@media screen and (max-width:767px){.interview-list{flex-direction:column;gap:60px;padding:0 20px}}.interview-item{width:calc((100% - 36px) / 3);max-width:456px}@media screen and (max-width:767px){.interview-item{width:100%;max-width:none}}.interview-item a{display:flex;flex-direction:column;gap:16px}.interview-item a img{width:100%;aspect-ratio:3/2;object-fit:cover}.interview-item a .container{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:767px){.interview-item a .container{gap:10px}}.interview-item .interview-date{font-family:Helvetica,Arial,sans-serif;font-size:13px}@media screen and (max-width:767px){.interview-item .interview-date{font-size:12px}}.interview-item .interview-title{font-size:16px}@media screen and (max-width:767px){.interview-item .interview-title{font-size:15px}}.interview-item .interview-name{font-size:14px}@media screen and (max-width:767px){.interview-item .interview-name{font-size:13px}}.box-link{width:315px;height:100px;display:flex;align-items:center;justify-content:center;border:2px solid #000000;margin:auto}@media screen and (max-width:767px){.box-link{width:335px}}.box-links{width:fit-content;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:24px}@media screen and (max-width:767px){.box-links{display:flex;flex-direction:column}}.contact-line{width:100%;display:flex;flex-direction:column;gap:60px;padding-bottom:190px;text-align:center}@media screen and (max-width:767px){.contact-line{gap:80px;padding-bottom:124px}}.contact-line .contact-line-container{display:flex;flex-direction:column;gap:20px;align-items:center}.contact-line .contact-line-container a{width:264px;height:36px;display:flex;justify-content:center;align-items:center;text-decoration:underline;font-family:Helvetica,Arial,sans-serif;font-size:13px;text-align:center;border:1px solid #000000}.page-header-image img{height:480px;aspect-ratio:3/1;width:100vw;object-fit:cover}@media screen and (max-width:767px){.page-header-image img{height:250px;aspect-ratio:3/2}}.contact{max-width:690px;margin:auto;display:flex;flex-direction:column;align-items:center;gap:62px;padding-bottom:120px}@media screen and (max-width:767px){.contact{width:100%;gap:80px;padding-bottom:64px}}.contact .page-header{display:flex;flex-direction:column;align-items:center;gap:62px;text-align:center}@media screen and (max-width:767px){.contact .page-header{gap:80px;padding:0 20px}}.contact .wpcf7{width:100%;padding:0 20px}.contact button,.contact input,.contact select,.contact textarea{font:inherit;color:inherit;background:#fff;border:1px solid #000000;padding:10px;margin:0;border-radius:0;box-shadow:none;width:100%;height:36px;font-size:12px}@media screen and (max-width:767px){.contact button,.contact input,.contact select,.contact textarea{padding:10px 18px}}.contact textarea{resize:none;height:138px}@media screen and (max-width:767px){.contact textarea{height:240px}}.contact input::placeholder,.contact textarea::placeholder{color:#9d9d9d}.contact input:focus::placeholder,.contact textarea:focus::placeholder{color:transparent}.contact .wpcf7-form-control-wrap{width:100%}.contact .cf7{display:flex;flex-direction:column;gap:40px}.contact .cf7 .form-container{display:flex;flex-direction:column;gap:30px}.contact .cf7 .confirmation-container{display:flex;flex-direction:column;gap:70px}.contact .cf7 select{padding-left:34px;background-color:#fff;background-image:url(/tsuneishi-co/wp-content/themes/TSUNEISHI/src/images/selector.svg);background-repeat:no-repeat;background-position:left 14px center;background-size:8px 7px;line-height:1}.contact .cf7-row p{display:flex;flex-direction:row}.contact .cf7-row p br{display:none}@media screen and (max-width:767px){.contact .cf7-row p{flex-direction:column;gap:6px}}.contact .cf7-row label{min-width:170px;max-width:170px;line-height:1.4;display:flex;flex-direction:column}@media screen and (max-width:767px){.contact .cf7-row label{flex-direction:row;gap:8px;align-items:center}}.contact .cf7-row label span{font-size:10px}.contact .cf7-row label .is-required{color:#d40015}.contact .cf7-row label .is-optional{color:#9d9d9d}.contact .confirmation-text{font-size:12px;line-height:1.4;text-align:center}.contact .confirmation-text a{text-decoration:underline}.contact .mail-confirm{margin-top:-10px}@media screen and (max-width:767px){.contact .mail-confirm{margin-top:-28px}}.contact .confirm{display:none}.contact .your-message{display:flex;white-space:pre-wrap}@media screen and (max-width:767px){.contact .your-message{flex-direction:column;gap:6px}}input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary,.totop,.form-prev{color:#fff;background-color:#000;width:134px;height:36px;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer;transition:all .25s ease;line-height:1}input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover,.totop:hover,.form-prev:hover{opacity:.6}input.wpcf7-form-control.wpcf7-previous.form-prev{color:#000;background-color:#fff;width:134px;height:36px;line-height:1;margin:auto}.cf7-actions br{display:none}.cf7-actions p{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767px){.cf7-actions p{gap:20px}}.wpcf7-spinner{display:none}main.top{padding-top:0;gap:120px}.top .fv{display:flex;flex-direction:column;gap:120px}@media screen and (max-width:767px){.top .fv{gap:60px;padding-top:0}}.top .fv img{width:100%}.top .fv .fv-text{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:37px}@media screen and (max-width:767px){.top .fv .fv-text{gap:25px}}.top .fv .fv-text h2{font-size:36px;line-height:1.4}@media screen and (max-width:767px){.top .fv .fv-text h2{font-size:30px}}.top .fv .fv-text p{line-height:1.7}.top .top-interview{display:flex;flex-direction:column;gap:62px}@media screen and (max-width:767px){.top .top-interview{gap:80px}}.top .top-service,.top .top-profile{display:flex;flex-direction:column;gap:62px;width:100%}@media screen and (max-width:767px){.top .top-service,.top .top-profile{gap:80px;padding:0 20px;width:100%}}.top .top-service .service-list,.top .top-profile .service-list{width:97.5%;max-width:1404px;display:flex;justify-content:center;gap:80px 18px;margin:auto;flex-wrap:wrap}@media screen and (max-width:767px){.top .top-service .service-list,.top .top-profile .service-list{width:100%;gap:60px}}.top .top-service .service-list article,.top .top-profile .service-list article{width:calc((100% - 36px) / 3);max-width:456px}@media screen and (max-width:767px){.top .top-service .service-list article,.top .top-profile .service-list article{width:100%;max-width:none}}.top .top-service .service-list article a,.top .top-profile .service-list article a{display:flex;flex-direction:column;gap:24px;align-items:center}@media screen and (max-width:767px){.top .top-service .service-list article a,.top .top-profile .service-list article a{gap:15px}}.top .top-service .service-list article a h3,.top .top-profile .service-list article a h3{font-size:16px;text-decoration:underline;text-align:center}.top .top-service .service-list article a img,.top .top-profile .service-list article a img{aspect-ratio:3/2;object-fit:cover}.top .top-news{display:flex;flex-direction:column;gap:62px;padding:0 18px;width:100%}@media screen and (max-width:767px){.top .top-news{gap:80px;padding:0 20px}}.top .border-list{gap:4px}@media screen and (max-width:767px){.top .border-list{gap:11px}}.top .border-list .border-list-item{gap:0;display:flex;gap:40px;border-bottom:1px solid #000000}@media screen and (max-width:767px){.top .border-list .border-list-item{flex-direction:column;gap:14px}}.top .border-list .border-list-item .head-group{white-space:nowrap}@media screen and (max-width:767px){.top .border-list .border-list-item .head-group{display:flex;gap:20px}}.top .border-list .border-list-item .head{min-width:190px;width:190px;max-width:190px;display:inline-block;font-family:Helvetica,Arial,sans-serif}@media screen and (max-width:767px){.top .border-list .border-list-item .head{min-width:unset;max-width:none;width:fit-content}}.top .border-list .border-list-item .sub-head{min-width:60px;max-width:60px;display:inline-block}.sub-template{width:100%;display:flex;flex-direction:column}.sub-template .sub-page-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:80px}@media screen and (max-width:767px){.sub-template .sub-page-content{gap:140px}}.sub-template .sub-page-content .page-header{display:flex;flex-direction:column;gap:90px;text-align:center}@media screen and (max-width:767px){.sub-template .sub-page-content .page-header{gap:80px;margin-bottom:-60px}.sub-template .sub-page-content .page-header img{height:250px;object-fit:cover}}.sub-template .sub-page-content .page-header .head-text{text-align:center;padding:0 80px}@media screen and (max-width:767px){.sub-template .sub-page-content .page-header .head-text{padding:0 19px;line-break:loose}}.sub-template .sub-page-content .page-header .head-text span{font-size:16px}.sub-template .sub-page-content .contents-container{width:50vw;max-width:690px;display:flex;flex-direction:column;gap:87px}@media screen and (max-width:767px){.sub-template .sub-page-content .contents-container{width:100%;padding:0 20px;gap:80px}}.sub-template .sub-page-content .contents-container .contents-item,.sub-template .sub-page-content .contents-container .text-group{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.sub-template .sub-page-content .contents-container .contents-item,.sub-template .sub-page-content .contents-container .text-group{gap:20px}}.sub-template .sub-page-content .contents-container .contents-item h4,.sub-template .sub-page-content .contents-container .text-group h4{font-size:16px}.sub-template .products{display:flex;flex-direction:column;gap:62px}@media screen and (max-width:767px){.sub-template .products{gap:80px;padding:0 20px}}.sub-template .border-list.steel,.sub-template .border-list.history-list{display:flex;flex-direction:column;gap:6px}@media screen and (max-width:767px){.sub-template .border-list.steel,.sub-template .border-list.history-list{gap:40px}}.sub-template .border-list.steel li,.sub-template .border-list.history-list li{display:flex;flex-direction:column;gap:6px;line-height:2;padding:0}@media screen and (max-width:767px){.sub-template .border-list.steel li,.sub-template .border-list.history-list li{flex-direction:column;gap:4px}}.sub-template .border-list.steel li span,.sub-template .border-list.history-list li span{padding-bottom:4px}@media screen and (max-width:767px){.sub-template .border-list.steel li span,.sub-template .border-list.history-list li span{padding-bottom:4px}}.sub-template .border-list.steel li .head,.sub-template .border-list.history-list li .head{width:20vw;max-width:284px;min-width:200px;height:fit-content}@media screen and (max-width:767px){.sub-template .border-list.steel li .head,.sub-template .border-list.history-list li .head{width:100%;min-width:100%;max-width:unset}}.sub-template .border-list.steel li .body,.sub-template .border-list.history-list li .body{width:100%;border-bottom:1px solid #000000}.sub-template .border-list.steel li .element-group,.sub-template .border-list.history-list li .element-group{display:flex;width:100%;align-items:flex-end}@media screen and (max-width:767px){.sub-template .border-list.steel li .element-group,.sub-template .border-list.history-list li .element-group{gap:4px;flex-direction:column}}.sub-template .border-list.steel li .element-group:first-of-type .head,.sub-template .border-list.history-list li .element-group:first-of-type .head{border-bottom:1px solid #000000}@media screen and (max-width:767px){.sub-template .border-list.steel li .element-group:not(:first-of-type) .head,.sub-template .border-list.history-list li .element-group:not(:first-of-type) .head{display:none}}.sub-template .contents-container.type2{display:flex;flex-direction:column;gap:87px;width:100%;max-width:none}.sub-template .contents-container.type2 .head-text{padding:0 80px}@media screen and (max-width:767px){.sub-template .contents-container.type2 .head-text{padding:0}}.sub-template .contents-container.type2 .contents-title{display:flex;flex-direction:column;gap:19px;align-items:center;text-align:center;width:100%}.sub-template .contents-container.type2 .contents-title h3{font-size:28px}@media screen and (max-width:767px){.sub-template .contents-container.type2 .contents-title .medium-title{font-size:28px}}.sub-template .contents-container.type2 .energy-list,.sub-template .contents-container.type2 .mobility-list,.sub-template .contents-container.type2 .welfare-list{width:100%;display:flex;flex-wrap:wrap;gap:87px 1.37vw;justify-content:center}.sub-template .contents-container.type2 .energy-list article,.sub-template .contents-container.type2 .mobility-list article,.sub-template .contents-container.type2 .welfare-list article{width:47.8vw;max-width:690px;display:flex;flex-direction:column;gap:18px}@media screen and (max-width:767px){.sub-template .contents-container.type2 .energy-list article,.sub-template .contents-container.type2 .mobility-list article,.sub-template .contents-container.type2 .welfare-list article{width:100%}}.sub-template .contents-container.type2 .energy-list article h4,.sub-template .contents-container.type2 .mobility-list article h4,.sub-template .contents-container.type2 .welfare-list article h4{font-size:16px}.sub-template .contents-container.type2 .energy-list article .link-group,.sub-template .contents-container.type2 .mobility-list article .link-group,.sub-template .contents-container.type2 .welfare-list article .link-group{display:flex;gap:24px}@media screen and (max-width:767px){.sub-template .contents-container.type2 .energy-list article .link-group,.sub-template .contents-container.type2 .mobility-list article .link-group,.sub-template .contents-container.type2 .welfare-list article .link-group{flex-direction:column}}.sub-template .contents-container.type2 .energy-list article .link-group a,.sub-template .contents-container.type2 .mobility-list article .link-group a,.sub-template .contents-container.type2 .welfare-list article .link-group a{display:flex;gap:10px}.sub-template .contents-container.type2 .energy-list article .link-group a .link-logo,.sub-template .contents-container.type2 .mobility-list article .link-group a .link-logo,.sub-template .contents-container.type2 .welfare-list article .link-group a .link-logo{height:48px}.sub-template .station-list{display:flex;flex-direction:column;justify-content:center;gap:62px;max-width:1117px;margin:auto;font-size:12px}@media screen and (max-width:767px){.sub-template .station-list{width:100%}}.sub-template .station-list p{text-align:center;font-size:14px}.sub-template .station-list .list{display:flex;flex-wrap:wrap;gap:10px 30px;justify-content:center;width:78vw;margin:auto;max-width:100%}@media screen and (max-width:767px){.sub-template .station-list .list{flex-direction:column;gap:30px;font-size:12px;align-items:center;max-width:unset;width:100%}}.sub-template .station-list .list .list-item{width:calc((100% - 30px)/2);max-width:543px;display:flex;flex-direction:column;gap:6px}@media screen and (max-width:767px){.sub-template .station-list .list .list-item{width:100%;max-width:unset}}.sub-template .station-list .list .list-item .element{display:flex;width:100%;border-bottom:1px solid #000000;padding-bottom:6px}.sub-template .station-list .list .list-item .element .head{min-width:150px}@media screen and (max-width:767px){.sub-template .station-list .list .list-item .element .head{min-width:110px}}.sub-template .station-list .list .list-item .element img{height:24px}.sub-template .station-list .list-info{display:flex;justify-content:flex-end}.sub-template .station-list .list-info ul{display:flex;gap:10px;flex-wrap:wrap;width:78vw;justify-content:flex-end;max-width:1117px}@media screen and (max-width:767px){.sub-template .station-list .list-info ul{justify-content:flex-end;max-width:unset;width:100%}}.sub-template .station-list .list-info li{display:flex;gap:2px;align-items:center}.sub-template .station-list .list-info li img{width:24px}.sub-template .station-list .list-info li span{font-size:12px}.sub-template .station-list .container{display:flex;flex-direction:column;gap:30px;width:100%;align-items:center}.sub-template .solutions{display:flex;flex-direction:column;gap:20px;margin:auto;width:100%;align-items:center}@media screen and (max-width:767px){.sub-template .solutions{gap:40px;margin-top:-7px}}.sub-template .solutions .container{display:flex;flex-direction:column;gap:10px;width:100%;align-items:center;padding:0 20px}@media screen and (max-width:767px){.sub-template .solutions .container{align-items:unset;padding:0}}.sub-template .solutions .container h4{font-size:16px;width:100%}.sub-template .solutions .container .company-list{display:flex;gap:20px;width:100%}@media screen and (max-width:767px){.sub-template .solutions .container .company-list{flex-direction:column}}.sub-template .solutions .container .company-list li{min-width:calc((100% - 40px) / 3);max-width:456px;padding-bottom:6px;border-bottom:1px solid #000000}@media screen and (max-width:767px){.sub-template .solutions .container .company-list li{width:100%;max-width:unset}}.sub-template .solutions .container .company-list li img{height:30px}.sub-template .solution-text{max-width:728px;margin:auto;text-align:center;display:flex;flex-direction:column;gap:30px}.sub-template .solution-text h5{font-size:20px}.sub-template .solution-text h6{font-size:16px}.sub-template .solution-text .solution-text-sub-group{display:flex;flex-direction:column;gap:19px}.sub-template .solution-text .solution-text-sub-group .container{display:flex;flex-direction:column;gap:10px}.sub-template .contents-title.solution{max-width:735px;margin:auto}@media screen and (max-width:767px){.sub-template .contents-title.solution{gap:40px!important}}.business-development .box-link{margin-top:36px}.greeting .president-container{text-align:center;display:flex;flex-direction:column;gap:90px;padding:0 20px}@media screen and (max-width:767px){.greeting .president-container{gap:80px}}.greeting .president-container .president{display:flex;flex-direction:column;align-items:center;gap:40px}@media screen and (max-width:767px){.greeting .president-container .president{gap:60px}}.greeting .president-container .president .wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}@media screen and (max-width:767px){.greeting .president-container .president .wrapper{gap:20px}}.greeting .president-container .president img{width:204px}.greeting .president-container .president .name{font-size:16px}@media screen and (max-width:767px){.greeting .president-container .president .name{font-size:14px}}.greeting .border-list.history-list{display:flex;flex-direction:column;gap:6px}@media screen and (max-width:767px){.greeting .border-list.history-list{gap:16px}}.greeting .border-list.history-list li{display:flex;flex-direction:column;gap:6px;line-height:2;padding:0}@media screen and (max-width:767px){.greeting .border-list.history-list li{flex-direction:column;gap:11px}}.greeting .border-list.history-list li span{padding-bottom:6px}@media screen and (max-width:767px){.greeting .border-list.history-list li span{padding-bottom:11px}}.greeting .border-list.history-list li .head{width:20vw;max-width:284px;min-width:200px;height:fit-content}@media screen and (max-width:767px){.greeting .border-list.history-list li .head{width:100%;min-width:100%;max-width:unset}}.greeting .border-list.history-list li .body{width:100%;border-bottom:1px solid #000000}.greeting .border-list.history-list li .element-group{display:flex;width:100%;align-items:flex-end}@media screen and (max-width:767px){.greeting .border-list.history-list li .element-group{gap:11px;flex-direction:column}}.greeting .border-list.history-list li .element-group:first-of-type .head{border-bottom:1px solid #000000}@media screen and (max-width:767px){.greeting .border-list.history-list li .element-group:last-of-type .body{border-bottom:none}}@media screen and (max-width:767px){.greeting .border-list.history-list li .element-group:not(:first-of-type) .head{display:none}}.greeting .history{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:62px;width:97vw;max-width:1400px}@media screen and (max-width:767px){.greeting .history{width:100%;padding:0 20px;gap:80px}}.greeting .history-tab{width:100%;line-height:1.4;padding-bottom:12px;border-bottom:1px solid #000000;display:flex;align-items:center;justify-content:center;gap:6.5vw}@media screen and (max-width:767px){.greeting .history-tab{padding-bottom:11px;gap:10vw;justify-content:space-between;padding-left:0}}.greeting .history-tab button{color:#9d9d9d;transition:all .25s ease;width:222px;white-space:nowrap;min-height:20px;max-height:20px;cursor:pointer}@media screen and (max-width:767px){.greeting .history-tab button{width:inherit;min-height:60px;max-height:60px}}.greeting .history-tab button:hover{color:#000;opacity:1}.greeting .history-tab button.active{position:relative;color:#000}.greeting .history-tab button.active:after{content:"";position:absolute;display:block;width:66px;height:3px;background-color:#000;top:30px;left:50%;transform:translate(-50%)}@media screen and (max-width:767px){.greeting .history-tab button.active:after{width:100%;top:70px}}.greeting .history-list[hidden]{display:none}.greeting .history-container{display:flex;justify-content:space-between;gap:1.25vw;width:100%;align-items:flex-start}@media screen and (max-width:767px){.greeting .history-container{flex-direction:column;gap:24px;margin-top:-40px}}.greeting .history-container .history-navigation{display:flex;flex-direction:column;gap:10px;font-size:12px;width:18vw;max-width:260px;align-items:flex-start;position:sticky;top:175px;align-self:flex-start;height:30px}@media screen and (max-width:879px){.greeting .history-container .history-navigation{top:109px}}@media screen and (max-width:767px){.greeting .history-container .history-navigation{width:100%;max-width:unset;position:static;height:inherit}}.greeting .history-container .history-navigation-head{width:100%;line-height:2;border-bottom:1px solid #000000;padding-bottom:6px}.greeting .history-container .history-navigation-body{display:flex;flex-direction:column}.greeting .history-container .history-navigation-body button{cursor:pointer}@media screen and (max-width:767px){.greeting .history-container .history-navigation-body{flex-direction:row;gap:16px}}.office{display:flex;flex-direction:column}.office .office-infomation{display:flex;flex-direction:column;gap:62px;font-size:12px;line-height:2}@media screen and (max-width:767px){.office .office-infomation{gap:80px}}.office .office-border-list{width:100%;max-width:1400px;margin:auto;padding:0 20px;display:flex;flex-direction:column;gap:3px}@media screen and (max-width:767px){.office .office-border-list{gap:40px}}.office .office-border-list li{display:flex;flex-direction:column;gap:3px}@media screen and (max-width:767px){.office .office-border-list li{flex-direction:column;gap:11px}}.office .office-border-list li span{padding-bottom:4px}@media screen and (max-width:767px){.office .office-border-list li span{padding-bottom:11px}}.office .office-border-list li .head{width:20vw;max-width:284px;min-width:200px;height:fit-content}@media screen and (max-width:767px){.office .office-border-list li .head{width:100%;min-width:100%;max-width:unset}}.office .office-border-list li .body{width:100%;border-bottom:1px solid #000000}.office .office-border-list li .element-group{display:flex;width:100%;align-items:flex-end}@media screen and (max-width:767px){.office .office-border-list li .element-group{gap:11px;flex-direction:column}}.office .office-border-list li .element-group:first-of-type .head{border-bottom:1px solid #000000}@media screen and (max-width:767px){.office .office-border-list li .element-group:not(:first-of-type) .head{display:none}}.office .managementsystem{display:flex;flex-direction:column;gap:62px;align-items:center;padding:0}@media screen and (max-width:767px){.office .managementsystem{gap:80px}}.office .managementsystem .overflow{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width:767px){.office .managementsystem .overflow{width:100vw}}.office .managementsystem .organaization{max-width:690px}@media screen and (max-width:767px){.office .managementsystem .organaization{width:830px;margin-left:20px;margin-right:20px}}.health{display:flex;flex-direction:column;overflow-x:hidden;gap:90px}@media screen and (max-width:767px){.health{gap:80px}}.health .container{display:flex;flex-direction:column;align-items:center;gap:200px;padding-bottom:30px}@media screen and (max-width:767px){.health .container{padding-bottom:0;gap:60px}}.health .health-message{display:flex;flex-direction:column;gap:90px}@media screen and (max-width:767px){.health .health-message{gap:80px}}.health .health-message .message{width:100%;height:480px;text-align:center;color:#fff;background-image:url(/tsuneishi-co/wp-content/themes/TSUNEISHI/src/images/message-bg.webp);background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:19px}@media screen and (max-width:767px){.health .health-message .message{height:500px}}.health .health-message .message h3{font-size:16px;padding-bottom:6px;border-bottom:solid 1px white}.health-strategy h3,.health-organization h3,.health-metrics h3,.health-initiatives h3,.health-evaluation h3{font-size:32px;text-align:center;margin:auto}@media screen and (max-width:767px){.health-strategy h3,.health-organization h3,.health-metrics h3,.health-initiatives h3,.health-evaluation h3{font-size:28px}}.health-strategy,.health-organization,.health-metrics,.health-initiatives,.health-evaluation{display:flex;flex-direction:column;gap:62px;align-items:center;width:83.3vw}@media screen and (max-width:767px){.health-strategy,.health-organization,.health-metrics,.health-initiatives,.health-evaluation{width:100%;gap:60px}}.health img{width:100%;height:auto}.health .overflow{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:auto}@media screen and (max-width:767px){.health .overflow{width:100vw}}@media screen and (max-width:767px){.health-strategy{display:flex;align-items:flex-start}}.health-strategy img{display:block;max-width:1200px;margin:auto}@media screen and (max-width:767px){.health-strategy img{width:auto;flex:0 0 auto;margin-left:20px;margin-right:20px}}@media screen and (max-width:767px){.health-organization{display:flex;align-items:flex-start;margin-top:160px}}.health-organization img{display:block;max-width:885px;margin:auto}@media screen and (max-width:767px){.health-organization img{width:auto;max-width:720px;flex:0 0 auto;margin-left:20px;margin-right:20px}}@media screen and (max-width:767px){.health-metrics{display:flex;align-items:flex-start;margin-top:80px}}.health-metrics img{display:block;max-width:1200px;margin:auto}@media screen and (max-width:767px){.health-metrics img{width:auto;max-width:830px;flex:0 0 auto;margin-left:20px;margin-right:20px}}@media screen and (max-width:767px){.health-initiatives{display:flex;align-items:flex-start;margin-top:80px}}.health-initiatives img{display:block;max-width:1200px;margin:auto}@media screen and (max-width:767px){.health-initiatives img{width:auto;max-width:876px;flex:0 0 auto;margin-left:20px;margin-right:20px}}.health-evaluation{gap:16px;width:100%;padding:0 20px;margin:auto}@media screen and (max-width:767px){.health-evaluation{gap:62px;margin-top:80px;margin-bottom:100px}}.health-evaluation .img-container{display:flex;flex-direction:column;gap:62px}.health-evaluation img{max-width:690px}@media screen and (max-width:767px){.health-evaluation img{padding:100px 0}}.health-evaluation .text-container{text-align:center;display:flex;flex-direction:column;gap:19px}.health-evaluation .text-container h4{font-size:16px}.sustainability .sub-page-content .page-header{gap:80px}.sustainability .sub-page-content .page-header p{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:767px){.sustainability .sub-page-content .page-header p{gap:19px}}.sustainability .sub-page-content .page-header p .sustainability-span{font-size:20px}@media screen and (max-width:767px){.sustainability .sub-page-content .page-header p .sustainability-span{font-size:16px}}.sustainability .contents-container.type2 .contents-title{display:flex;flex-direction:column;gap:40px}.sustainability .contents-container.type2 .contents-title h3{display:flex;flex-direction:column;line-height:1.4}.sustainability .contents-container.type2 .contents-title h3 .en{font-family:Helvetica,Arial,sans-serif;font-size:20px}.sustainability .contents-container.type2 .contents-title h3 .ja{font-size:32px}@media screen and (max-width:767px){.sustainability .contents-container.type2 .contents-title h3 .ja{font-size:28px}}.sustainability .sustainability-list{width:100%;display:flex;flex-wrap:wrap;gap:87px 1.37vw;justify-content:center}.sustainability .sustainability-list article{width:47.8vw;max-width:690px;display:flex;flex-direction:column;gap:18px}@media screen and (max-width:767px){.sustainability .sustainability-list article{width:100%}}.sustainability .sustainability-list article h4{font-size:16px}.sustainability .sustainability-list article .link-group{display:flex;gap:24px}@media screen and (max-width:767px){.sustainability .sustainability-list article .link-group{flex-direction:column}}.sustainability .sustainability-list article .link-group a{display:flex;gap:10px}.sustainability .sustainability-list article .link-group a .link-logo{height:48px}.sustainability .box-links a{text-decoration:underline}.company .company-container{display:flex;flex-direction:column;gap:120px;align-items:center}.company .philosophy{display:flex;flex-direction:column;gap:50px;align-items:center;width:507px}@media screen and (max-width:767px){.company .philosophy{padding:0 20px;width:100%;gap:80px}}.company .container{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:19px}@media screen and (max-width:767px){.company .container{gap:24px}}.company .container h3{display:flex;flex-direction:column;align-items:center;padding-bottom:11px;border-bottom:1px solid #000000;width:100%}.company .container h3 .main{font-size:20px}.company .container h3 .sub{font-size:14px}.company .container h4{font-size:20px}.company .profile{width:690px;display:flex;flex-direction:column;gap:62px}@media screen and (max-width:767px){.company .profile{width:100%;padding:0 20px;gap:80px}}.company .profile .border-list.company{width:100%}@media screen and (max-width:767px){.company .profile .border-list.company{gap:40px}}.company .profile .border-list.company .border-list-item .head{width:190px;min-height:30px}@media screen and (max-width:767px){.company .profile .border-list.company .border-list-item .head{width:100%;padding-bottom:11px;border-bottom:1px solid #000000}}.company .business{width:420px;display:flex;flex-direction:column;gap:62px}@media screen and (max-width:767px){.company .business{width:100%;padding:0 20px;gap:80px}}.company .business .container{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.company .business .container ul{display:flex;flex-direction:column;align-items:flex-start}.company .business .container ul li{list-style:initial;list-style-position:inside;text-align:left}.company .business .container p{text-align:left;font-size:10px}.privacypolicy{width:100%;display:flex;flex-direction:column;gap:90px;margin:auto;text-align:center}@media screen and (max-width:767px){.privacypolicy{padding:0 20px;width:100%;gap:80px;text-align:left;margin-top:60px}}.privacypolicy .privacy-body{width:690px;display:flex;flex-direction:column;gap:16px;font-size:12px;line-height:2;text-align:left;padding-bottom:64px}@media screen and (max-width:767px){.privacypolicy .privacy-body{width:100%;line-height:1.7}}.privacypolicy .privacy-body h3{font-size:12px}.privacypolicy .privacy-body .has-small-font-size{font-size:10px!important}.privacypolicy .privacy-body .wp-block-group__inner-container{display:flex;flex-direction:column;gap:6px}@media screen and (max-width:767px){.privacypolicy .privacy-body .wp-block-group__inner-container{gap:4px}}.single-post-list{display:flex;flex-direction:column;gap:90px}@media screen and (max-width:767px){.single-post-list{gap:120px}}.single-post-list .border-list{gap:4px}@media screen and (max-width:767px){.single-post-list .border-list{gap:11px}}.single-post-list .border-list .border-list-item{gap:0;display:flex;gap:40px;border-bottom:1px solid #000000}@media screen and (max-width:767px){.single-post-list .border-list .border-list-item{flex-direction:column;gap:14px}}.single-post-list .border-list .border-list-item .head-group{white-space:nowrap}@media screen and (max-width:767px){.single-post-list .border-list .border-list-item .head-group{display:flex;gap:20px}}.single-post-list .border-list .border-list-item .head{min-width:190px;width:190px;max-width:190px;display:inline-block;font-family:Helvetica,Arial,sans-serif}@media screen and (max-width:767px){.single-post-list .border-list .border-list-item .head{min-width:unset;max-width:none;width:fit-content}}.single-post-list .border-list .border-list-item .sub-head{min-width:60px;max-width:60px;display:inline-block}.single-post-list .news-container{display:flex;flex-direction:column;align-items:flex-end;gap:20px;max-width:1117px}@media screen and (max-width:767px){.single-post-list .news-container{padding:0 20px;width:100%}}.single-post-list .news-more{font-family:Helvetica,Arial,sans-serif;display:flex;align-items:center;gap:10px;cursor:pointer}.single{gap:90px}@media screen and (max-width:767px){.single{gap:60px}}.single .post-container{width:47.8vw;min-width:500px;max-width:690px}@media screen and (max-width:767px){.single .post-container{width:100%;min-width:unset;max-width:unset}}.single .post-container .news-single{display:flex;flex-direction:column;gap:20px;width:100%}@media screen and (max-width:767px){.single .post-container .news-single{padding:0 20px}}.single .post-container .news-meta{display:flex;gap:40px;width:100%;padding-bottom:5px;border-bottom:1px solid #000000;margin-bottom:6px}.single .post-container .news-title{font-size:20px;line-height:2}.single .post-container .news-content{display:flex;flex-direction:column;gap:20px;padding-bottom:30px}.single .single-inner{width:100%;display:flex;gap:6.25vw;align-items:flex-start;padding-left:20px;justify-content:space-between}@media screen and (max-width:767px){.single .single-inner{flex-direction:column;gap:80px;padding:0}}.single .news-sidebar,.single .spacer{width:18.83vw;display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.single .news-sidebar,.single .spacer{width:100%;flex:1 1 auto}}@media screen and (max-width:767px){.single .pc-search{display:none}}.single .sp-search{display:none}@media screen and (max-width:767px){.single .sp-search{display:block}}.single .spacer{height:100px}@media screen and (max-width:767px){.single .spacer{height:fit-content}}@media screen and (max-width:767px){.single .form-wrap{padding:0 20px}}.single .news-search{display:flex;justify-content:space-between;border:1px solid #000000;width:100%;padding:0 8px}.single .news-search input{height:38px;font-size:12px}.single .news-search button{place-items:center;cursor:pointer}.single .news-search .news-search-icon{font-size:18px;line-height:1}.single .sort{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:767px){.single .sort-group{padding-left:20px}}.single .container{padding-right:20px}.single .sort-title{font-size:12px;font-weight:600;width:100%;padding-bottom:10px;border-bottom:1px solid #000000;margin-bottom:14px}@media screen and (max-width:767px){.single .sort-title{padding-right:20px}}.single .sort-links{display:flex;flex-direction:column;gap:0px;font-family:Helvetica,Arial,sans-serif}@media screen and (max-width:767px){.single .sort-links{flex-direction:row;gap:16px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}}.single .sort-links a{display:inline-block;font-size:12px;line-height:1.2}.single .sort-links .sort-more a{text-decoration:underline}.single .sr-only{font-size:12px;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.interview{display:flex;flex-direction:column;gap:120px}.interview .post-container{width:100%;min-width:unset;max-width:unset;display:flex;flex-direction:column;align-items:center;gap:80px}.interview .post-container img{width:100%}.interview .post-container h2,.interview .post-container h3,.interview .post-container h4,.interview .post-container h5,.interview .post-container h6,.interview .post-container p,.interview .post-container ul,.interview .post-container a{max-width:690px;width:100%;list-style:initial;list-style-position:inside}@media screen and (max-width:767px){.interview .post-container h2,.interview .post-container h3,.interview .post-container h4,.interview .post-container h5,.interview .post-container h6,.interview .post-container p,.interview .post-container ul,.interview .post-container a{max-width:unset;padding:0 20px}}.interview .post-container h2,.interview .post-container h3,.interview .post-container h4,.interview .post-container h5,.interview .post-container h6{margin-bottom:19px}.interview .post-container .ph-group{padding:0 20px;gap:20px}@media screen and (max-width:767px){.interview .post-container .ph-group{gap:80px}}@media screen and (max-width:767px){.interview .post-container .is-layout-flex{flex-direction:column}}.interview .interview-container{display:flex;flex-direction:column;gap:90px;max-width:1440px}@media screen and (max-width:767px){.interview .interview-container{gap:80px}}.interview .other-interview{display:flex;flex-direction:column;gap:62px}@media screen and (max-width:767px){.interview .other-interview{gap:80px}}.welfare .contents-container.type2 .contents-title{gap:31px;padding:0 18px}@media screen and (max-width:767px){.welfare .contents-container.type2 .contents-title{gap:80px}}@media screen and (max-width:767px){.welfare .contents-container.type2 .contents-title h3{font-size:16px}}.welfare .contents-container.type2{padding:0}.welfare .traning .contents-container.type2{display:flex;flex-direction:column;justify-content:center}.welfare .traning .contents-container.type2 img{max-width:690px;margin:auto}.welfare .traning .contents-container.type2 .overflow{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width:767px){.welfare .traning .contents-container.type2 .overflow{width:100vw;padding-left:20px;padding-right:20px}}.welfare .welfare-list{gap:80px 1.37vw!important}@media screen and (max-width:767px){.welfare .welfare-list{padding:0 20px}}.welfare .welfare-list .first-wrapper{width:100%;margin:auto;display:flex;justify-content:center}.welfare .wrapper{display:flex;flex-direction:column;gap:120px}@media screen and (max-width:767px){.welfare .wrapper{gap:160px}}.welfare .wrapper .contents-title,.welfare .wrapper .traning .contents-container.type2,.welfare .wrapper .welfare-content .contents-container.type2{gap:62px}@media screen and (max-width:767px){.welfare .wrapper .contents-title,.welfare .wrapper .traning .contents-container.type2,.welfare .wrapper .welfare-content .contents-container.type2{gap:80px}}.innumbers .sub-page-content{gap:62px}@media screen and (max-width:767px){.innumbers .sub-page-content{gap:80px}}.innumbers .numbercontent{display:flex;flex-direction:column;gap:80px;align-items:center;max-width:690px;width:100%}@media screen and (max-width:767px){.innumbers .numbercontent{padding:0 20px}}.innumbers .numbercontent .numbercontent-picture{width:100%}.innumbers .numbercontent .numbercontent-picture img{width:100%;height:auto;display:block}
