@import url("https://fonts.googleapis.com/css?family=Merriweather:900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Gothic+Medium+BBB&display=swap");:root{--color-primary:#002626;--color-secondary:#f0f7ee;--duration:1s;--nav-duration:calc(var(--duration) / 4);--ease:cubic-bezier(.215,.61,.355,1);--space:1rem;--font-primary:"Helvetica",sans-serif;--font-heading:"Merriweather",serif;--font-footer:"Merriweather",serif;--font-size:1.425rem;--line-height:1.5}@media screen and (min-width:760.5px){.l-header{width:100%;top:0;position:sticky;z-index:999;background-color:rgba(255,255,255,.85)}.p-logo__title{font-size:2vw;font-weight:600;font-family:var(--font-heading);padding-top:.5vh}.p-header{display:flex}.p-header__a{text-decoration:none;color:#221815}.p-header__logo{display:flex;font-size:2vw;padding-bottom:.2rem}.p-logo__img{width:30%}.p-header__nav{width:100%;display:flex;align-items:center;justify-content:center;margin-right:1rem;max-width:60%}.p-headerNav__nav{width:100%}.p-headerNav__listMenu{display:flex;list-style-type:none;white-space:nowrap;text-align:center;padding-left:0}.p-headerNavListMenu__item{margin:0 auto}@keyframes colorChange{0%{background-position:0 0}50%{background-position:100% 0}100%{background-position:0 0}}.p-headerNavListMenu__item{color:#221815;width:100%;position:relative;font-family:var(--font-heading)}.p-headerNavListMenu__item:after{content:"";position:absolute;width:0;height:2px;background-color:#8b6e7e;margin-top:6px;margin-bottom:5px;bottom:-.08px;left:0;transition:width .35s ease-in-out}.p-headerNavListMenu__item:hover:after{width:100%}.p-headerNavListMenu__item>a{text-decoration:none;font-size:1.5vw}.p-headerNavListMenu__item>a:hover{text-decoration:none;font-size:1.5vw}.p-headerNavListMenu__dropdown{display:none;position:absolute;background-color:#fff;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);width:auto;opacity:.8;padding:8px 12px;left:50%;transform:translateX(-50%);border-radius:5px}.p-headerNavListMenu__dropdown__item{margin-top:3px;margin-bottom:6px;font-size:1.5vw;color:#000;display:block;text-decoration:none}.p-headerNavListMenu__dropdown__item:hover{color:#1197dabb}.p-headerNavListMenu__item:hover .p-headerNavListMenu__dropdown{display:block}.l-headerMobile{display:none}}@media screen and (max-width:760px){.l-header{display:none}.l-headerMobile{width:100%;top:0;position:sticky;z-index:999;background-color:#fff;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:rgba(255,255,255,.69)}.p-headerMobile{display:flex}.p-header__logo{display:flex;padding-bottom:1rem;margin:0 auto;justify-content:space-between}.p-header__a{text-decoration:none;color:#221815;display:flex}.p-logo__img{margin-top:7px;width:30%}.p-logo__title{display:flex;margin-left:25px;font-size:4.5vw;white-space:nowrap;font-family:var(--font-heading);font-weight:400;justify-content:center;align-items:center}.p-header__hamburger{display:flex;height:60px;width:60px;justify-content:center;align-items:center;z-index:90;cursor:pointer;position:relative}.p-header__hamburger span,.p-header__hamburger span:before,.p-header__hamburger span:after{content:"";display:block;height:3px;width:25px;border-radius:3px;background-color:#000;position:absolute;transition:all .3s}.p-header__hamburger span:before{bottom:8px}.p-header__hamburger span:after{top:8px}#btn-check:checked~.p-header__hamburger span{background-color:rgba(255,255,255,0)}#btn-check:checked~.p-header__hamburger span:before{bottom:0;transform:rotate(45deg)}#btn-check:checked~.p-header__hamburger span:after{top:0;transform:rotate(-45deg)}#btn-check{display:none}.p-header__nav{position:fixed;top:3.5rem;left:100%;width:100%;height:100%;background-color:rgba(187,230,255,.93);transition:transform .5s;transform:translateX(0);z-index:1;display:flex;align-items:center;justify-content:center}#btn-check:checked~.p-header__nav{left:0}.p-headerNav__listMenu{list-style:none;padding:0;margin:0;width:100%;font-size:12vmin;font-family:var(--font-heading)}.p-headerNav__listMenu li{display:flex;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid #000}.p-headerNav__listMenu li:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1vmin;background-color:var(--color-secondary);transform-origin:0 50%;transform:translateX(-100%) skew(15deg);transition:all var(--nav-duration) var(--ease)}.p-headerNav__listMenu a{display:block;width:100%;text-decoration:none;font-size:20px;font-weight:600;color:#000;text-align:center;padding:.5rem 1rem;transform:translateY(100%);transition:transform var(--nav-duration) var(--ease)}.p-headerNav__listMenu a:hover{background-color:#bfdff1}.p-headerNavListMenuMobile__div{height:100%;width:100%}#btn-check:checked~.p-header__nav{transition-duration:0s;transform:translateX(0);&:after{animation:nav-bg var(--nav-duration) var(--ease) forwards}li:after{animation:nav-line var(--duration) var(--ease) forwards}a{animation:link-appear calc(var(--duration) * 1.5) var(--ease) forwards}@for $i from 1 through 4{li:nth-child(#{$i}){&:after,a{animation-delay:calc((var(--duration) / 2) * #{$i} * 0.125)}}}}}@keyframes nav-bg{from{transform:translateX(-100%) skewX(-15deg)}to{transform:translateX(0)}}@keyframes nav-line{0%{transform:scaleX(0);transform-origin:0 50%}35%{transform:scaleX(1.001);transform-origin:0 50%}65%{transform:scaleX(1.001);transform-origin:100% 50%}100%{transform:scaleX(0);transform-origin:100% 50%}}@keyframes link-appear{0%,25%{transform:translateY(100%)}50%,100%{transform:translateY(0)}}body{font-family:"Noto Sans JP",sans-serif;line-height:1.75;color:#221815;background-color:#fff;margin:0;padding:0}p{margin-block-start:0em;font-size:32px}.p-sixty__img{transition:1s}.p-sixty__img:hover{opacity:.5}.p-topbusinessDiv1__item{transition:.5s;border-color:inherit;color:inherit;text-decoration:none}.p-topbusinessDiv1__item:hover{opacity:.5}.p-topworks__btn{text-decoration:none;transition:.5s}.p-topworks__btn:hover{opacity:.5}.p-topworks__item{color:inherit;width:25%;padding-right:1rem}.p-topworks__item:hover{opacity:.7}.p-topworks__item--mobile{color:inherit;text-decoration:none;border-color:inherit}.p-sixty__title{font-family:"Yuji Syuku",serif;font-size:6vw;font-weight:100;color:#303030;margin-bottom:20px}.p-topbusinessTitle{font-size:6vw;font-weight:100;color:#303030}.p-topbusinessDetail{font-size:3vw;font-family:"Merriweather",serif;color:#303030;width:90%;margin:auto;border-bottom:2px solid #cfcfcf}.p-news__title{color:#303030;font-size:6vw;font-weight:100}.p-news__detail{color:#303030;font-family:"Merriweather",serif;font-size:3vw;margin:auto auto 20px;width:90%;border-bottom:2px solid #cfcfcf}.p-news__btn{text-decoration:none;transition:.5s}.p-topworksItem__text--nothing{margin:0 auto;width:90%;text-align:center;font-size:2.5vw}.p-topworksItem__a{text-decoration:none;color:#303030}.p-topworks__title{color:#303030;font-size:6vw;font-weight:100}.p-topworks__detail{color:#303030;font-family:"Merriweather",serif;font-size:3vw;margin:auto auto 20px;width:90%;border-bottom:2px solid #cfcfcf}.p-topworks__div{display:flex;justify-content:start;width:90%;padding-bottom:3rem;margin:0 auto}.p-topworksItem__img{height:100%;width:100%;object-fit:cover}.p-topbusinessDiv1Item__detail{font-size:1.6vw;text-align:start}.p-sixty__div{box-shadow:10px 10px 10px #505050}.p-topworksItem__div{display:flex;flex-flow:column;justify-content:space-between}.p-ppppp{flex:0 0 40%}.p-pWrapper1{flex:0 0 10%}.p-pWrapper2{flex:0 0 50%}@media screen and (min-width:760.5px){.p-sixty__div{width:70%;margin:0 auto}.p-topbusiness__div1{display:flex;justify-content:space-between;width:90%;margin:2rem 0 4rem}.p-topbusinessDiv1__item{width:30%}.p-topbusinessDiv1Item__img{width:100%;height:27vh;object-fit:cover}.p-topbusinessDiv1Item__title{font-size:2vw;margin-bottom:15px}.p-topbusiness__div2{display:flex;width:90%;padding:.5rem;justify-content:center;align-items:center;background-color:#90b1f942}.p-topbusinessDiv2__imgbtn{display:flex;position:relative;align-items:center;justify-content:center;transition:.5s;color:inherit;width:33%}.p-topbusinessDiv2Imgbtn__img{height:15vw;width:100%;object-fit:cover}.p-topbusinessDiv2Imgbtn__text{font-size:2vw}.p-topbusiness__adoption{width:70%;padding:1rem 3rem}.p-topbusinessAdoption__img{width:60%;height:60%}.p-news__item>p{font-size:2.5vw}.p-topbusinessAdoption--yellow{display:flex;position:relative;align-items:center;justify-content:center;background-color:#f93;width:60%}.p-news__btn{display:flex;position:relative;width:30%;height:6vw;background-color:#f93;margin:0 auto;justify-content:center;align-items:center}.p-news__btn:hover{opacity:.5}.p-newsBtn-text{margin:0 auto;color:#000;font-size:2.5vw}.p-newsBtn-arrow{position:absolute;right:0;font-size:3vw;color:#000;padding:1rem}.p-topworks__btn{display:flex;position:relative;width:30%;height:6vw;background-color:#f93;margin:0 auto;justify-content:center;align-items:center}.p-topworksItem__title{font-size:2.2vw;margin:10px 0 5px}.p-topworksItem__text{font-size:1.8vw}.p-topworksBtn-text{margin:0 auto;color:#000;font-size:2.5vw}.p-topworksBtn-arrow{position:absolute;right:0;font-size:3vw;color:#000;padding:1rem}.p-topworks__item--mobile{display:none}}@media screen and (max-width:760px){.p-sixty__title{font-size:7vw}.p-topbusinessTitle{font-size:7vw}.p-topbusinessDetail{font-size:4vw}.p-sixty__div{width:100%;margin:0 auto}.p-topbusiness__div1{display:flex;flex-flow:column;justify-content:center;align-items:center;width:90%;margin:2rem 0;border-bottom:1px solid #cfcfcf}.p-topbusinessDiv1__item{display:flex;width:100%;position:relative}.p-topbusinessDiv1Item__title{font-weight:600;color:#2e2e2e;text-shadow:.5px .5px 1px rgba(255,255,255,.74),-.5px .5px 1px #fff,-.5px -.5px 1px #fff,.5px -.5px 1px #e7e7e7}.p-topbusinessDiv1Item__detail{display:none}.p-topbusinessDiv1Item__img{height:25vw;width:100%;object-fit:cover}.p-topbusinessDiv1Item__div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p-topbusiness__div2{display:flex;flex-flow:column;width:90%;justify-content:center}.p-topbusinessDiv2Imgbtn__text{font-size:4vw}.p-topbusinessDiv2Imgbtn__img{height:25vw;width:100%;object-fit:cover;object-position:50% 55%}.p-topbusiness__adoption{flex-flow:column;width:100%}.p-topbusinessAdoption__text{font-size:24px}.p-topbusinessAdoption--yellow{display:flex;align-items:center;justify-content:center;background-color:#e3a223;width:100%;height:5rem}.p-topbusinessAdoption__img{width:100%}.p-news__title{font-size:7vw}.p-news__detail{font-size:4vw}.p-news__item>p{font-size:3.5vw}.p-news__btn{display:flex;position:relative;width:70%;height:15vw;background-color:#2e433e;margin:0 auto;justify-content:center;align-items:center}.p-newsBtn-text{font-size:5vw;color:#fff}.p-newsBtn-arrow{position:absolute;right:0;font-size:5vw;color:#fff;padding:1rem}.p-topworks__title{font-size:7vw}.p-topworks__detail{font-size:4vw}.p-topworks__div{flex-flow:column;padding:0;margin:0 auto 4rem;border-bottom:1px solid #cfcfcf}.p-topworks__item{display:none}.p-topworks__item--mobile{display:flex;width:100%;border:1px solid #cfcfcf;border-bottom:none}.p-topworksItem__img--mobile{width:40%}.p-topworksItem__div--mobile{width:100%}.p-topworksItem__text--nothing{font-size:3.5vw}.p-topworksItem__title--mobile{margin-top:1rem;font-size:3vw}.p-topworksItem__text--mobile{margin-bottom:0 1rem 1rem 1rem;font-size:2.4vw}.p-topworks__btn{display:flex;position:relative;width:70%;height:15vw;background-color:#2e433e;margin:0 auto;justify-content:center;align-items:center}.p-topworksBtn-text{margin:0 auto;color:#fff;font-size:5vw}.p-topworksBtn-arrow{position:absolute;right:0;font-size:5vw;color:#fff;padding:1rem}}.p-carousel{position:relative;height:40vw}.c-catch__img{position:absolute;width:100%;height:100%;opacity:0;object-fit:cover;transition:opacity 1s}.p-carousel__slideButton{position:absolute;display:inline-block;width:3vw;height:3vw;background-color:#89daff;color:#fff;border:none;border-radius:50%;text-align:center;font-size:2vw;cursor:pointer;outline:none;opacity:.8;top:0;bottom:0;margin:auto 0}.p-carousel__slideButton:hover{opacity:1}.p-carousel__slideButton--prev{left:1.5vw}.p-carousel__slideButton--next{right:1.5vw}.p-carousel__viewPointContainer{display:flex;justify-content:center;width:100%;position:absolute;bottom:20px;left:0;right:0;margin:0 auto}.p-carousel__viewPoint{display:inline-block;width:12px;height:12px;background-color:#a8d8ff;border:none;border-radius:50%;text-align:center;font-size:0;cursor:pointer;outline:none;margin:0 12px 0}.p-carousel__viewPoint--current{background-color:#008cff}@media screen and (max-width:620px){.p-carousel{height:120vw}.p-carousel__slideButton{display:none}}.p-sixty{text-align:center;padding:2rem}.p-topbusiness{text-align:center}.p-topbusiness__div{display:flex;flex-flow:column;justify-content:center;align-items:center}.p-topbusinessDiv2__imgbtn{display:flex;position:relative;align-items:center;justify-content:center;transition:.5s;color:inherit}.p-topbusinessDiv2__imgbtn:hover{opacity:.5}.p-topbusinessDiv2Imgbtn__text{position:absolute;font-weight:600;color:#2e2e2e;text-shadow:.5px .5px 1px rgba(255,255,255,.74),-.5px .5px 1px#fff,-.5px -.5px 1px#fff,.5px -.5px 1px#e7e7e7}.p-topbusiness__adoption{display:flex;text-align:center;justify-content:center;transition:.5s;color:inherit}.p-topbusiness__adoption:hover{opacity:.5}.p-topbusinessAdoption__text{position:absolute}.p-news{text-align:center;padding:1rem 0}.p-news__list{display:inline-block;width:90%;padding-bottom:2rem}.p-news__item{margin:0 auto;display:flex;text-decoration:none}.p-newsItem__date{width:30%;text-align:start}.p-newsItem__text{width:70%;text-align:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p-newsItem__text>a{text-decoration:none}.p-newsItem__text:hover{opacity:.7}.p-topworks{text-align:center}.l-main{width:100%}.l-wrapper{width:100%;margin:auto}.p-group__title{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-style:normal;font-size:5vw;font-weight:400;text-align:center;margin-bottom:7vh}.p-group{background-color:#ebebeb;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.p-group__div{width:50%;padding:2rem;box-sizing:border-box;border:1px solid #000;background-color:#fff;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-style:normal}.p-groupDiv_a{display:inline;text-decoration:none;color:#000}.p-groupDiv_a:hover{color:#248cc6}.p-group__div--white{align-items:center;padding:3rem 0;border-bottom:1px solid #000;margin-bottom:5vh}.p-group__text{font-size:2vw;font-weight:400;text-align:center;padding-top:3rem;padding-bottom:3rem}.p-group__link{font-size:1.5vw;font-weight:400}.p-group__address{font-size:1.5vw;font-weight:400}.p-group__TEL{font-size:1.5vw;font-weight:400}@media screen and (max-width:768px){.p-group__title{font-size:7vw}.p-group__div{width:100%}.p-group__div--white{padding:0;padding-bottom:1rem}.p-group__text{font-size:6vw;padding:0}.p-group__link{font-size:4vw}.p-group__address{font-size:4vw}.p-group__TEL{font-size:4vw}}.c-eyecatch{position:relative;display:flex;justify-content:center;align-items:center}.c-eyecach__img{width:100%;height:500px;display:flex;object-fit:cover;filter:opacity(30%)}.c-eyecatch__title{position:absolute;text-align:center;font-size:46px;font-weight:700;animation:scaleIn 2s ease forwards,shadow 4s ease forwards;opacity:0}.p-eyeCatchBusinessDetail__title{font-size:5.5vw}.p-catch{margin:0 auto;width:fit-content}.p-catch__text{font-size:4vw;text-align:center}.p-section__body--row{display:flex}.p-section__body--rowReverse{display:flex;flex-direction:row-reverse}.p-sectionBody__content{align-items:center;display:flex;flex-direction:column;padding:2vw 2vw 5vw;width:40%}.p-sectionBody__feature{padding:2vw;width:60%}.p-sectionBodyContent__heading{font-size:2.5vw;height:15%;width:fit-content}.p-sectionBodyContent__text{font-size:1.5vw;height:70%;padding:0 1vw}.p-sectionBodyContent__link{align-items:center;background-color:#f93;color:inherit;display:flex;font-size:1.5vw;height:15%;justify-content:center;text-align:center;text-decoration:none;width:50%}.p-sectionBodyContent__link:hover{opacity:.7}.p-sectionBodyContent__feature{display:none}@media screen and (max-width:768px){.c-eyecatch{height:150px}.c-eyecach__img{height:150px}.c-eyecatch__title{font-size:34px;animation:scaleIn 2s ease forwards,shadow 4s ease forwards;opacity:0}.p-catch__text{align-items:center;justify-content:center;font-size:5vw;margin-left:10px;margin-top:5px}.p-businessSection__body--small{flex-direction:column-reverse;align-items:center;width:90%;margin:auto}.p-sectionBody__content--small{width:100%;height:auto;text-align:center}.p-sectionBodyContent__heading--small{font-size:5vw;border-bottom:solid #d9d9d9;width:100%;margin-bottom:10px}.p-sectionBodyContent__feature--show{display:block;width:100%;margin-bottom:10px}.p-sectionBodyContent__text--small{font-size:3vw;margin-bottom:10px}.p-sectionBodyContent__link--small{font-size:3vw;margin-bottom:20px;width:30%;padding:10px 0}.p-sectionBody__feature--hide{display:none}}.c-main__img{width:100%;height:500px;object-fit:cover}.c-section{width:80%;margin:50px;margin:0 auto}.c-section__body{display:flex;width:100%;margin-bottom:100px;align-items:center}.c-section__body--rowReverse{flex-direction:row-reverse}.p-businessDetailArticle__title{font-size:4.5vw;width:80%;margin:100px auto 50px;text-align:center;border-bottom:2px solid #cfcfcf}.p-businessDetailArticle__title--noBorder{margin-bottom:10px;border:none}.p-businessDetailArticle__subtitle{display:none;font-size:3vw;margin:0 auto 10px;text-align:center;border-bottom:2px solid #cfcfcf;width:80%}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}100%{opacity:1;transform:scale(1)}}.c-section__content{width:100%;text-align:center;animation:zoomIn .8s cubic-bezier(.25,1,.5,1) forwards;animation-timeline:view();animation-range:entry 0% cover 50%}.c-section__heading{font-size:3vw}.c-section__text{margin-top:40px;margin-left:50px;margin-right:50px;font-size:1.8vw;text-align:start}.c-section__feature{width:100%;animation:zoomIn .8s cubic-bezier(.25,1,.5,1) forwards;animation-timeline:view();animation-range:entry 0% cover 50%}.c-section__img{width:75vw;height:25vw;object-fit:cover}@media screen and (max-width:768px){.c-main__img{width:100%;height:200px}.c-section__body{flex-direction:column-reverse;width:100%}.c-section__feature{width:100%}.c-section__img{width:100%;height:40vw;object-fit:cover}.c-section__text{margin:0;margin-top:30px;font-size:5vw}.c-section__heading{font-size:6vw}.p-businessDetailArticle__title{font-size:6.5vw;margin:30px auto 20px}.p-businessDetailArticle__subtitle{display:inherit;font-size:5vw;margin-bottom:10px}}.c-description{width:80%;margin:100px auto}.c-description__text{font-size:35px;text-align:center}.c-info__item{width:80%;margin:20px auto}.p-main__img--recruit{height:500px}@media screen and (max-width:768px){.p-main__img--recruit{height:150px}.c-description__text{font-size:16px}.c-info__item{width:100%}}.c-tab{display:flex;justify-content:center}.c-tab__item{list-style:none;padding-top:3rem}.c-tabItem-div{padding-left:3rem;padding-right:3rem;border:1px solid #aecbe6;background-color:#d7eafc;color:#069}.c-tabItem-currentDiv{padding-left:3rem;padding-right:3rem;background-color:#0087d4;border:1px solid #aecbe6;color:#fff}.c-tabItem-text{font-size:24px;text-decoration:none;color:inherit}.p-refineSearch__text{display:none}.p-works{position:relative;width:100%;display:flex}.p-works__title{position:absolute;text-align:center;font-size:46px;top:50%;left:45%;transform:translate(-50%,-50%);margin:auto;animation:scaleIn 2s ease forwards,shadow 4s ease forwards;opacity:0}.p-works__img{width:100%;height:500px;display:block;object-fit:cover;filter:opacity(50%)}.p-construction__div{display:flex;flex-wrap:wrap;justify-content:start}.p-construction__item{padding:2rem;width:33%}.p-construction__item>a{color:#2e433e;cursor:pointer;text-decoration:none}.p-construction__item-label{font-size:32px;background-color:#d9d9d9;width:200px;text-align:center}.p-construction__item-civil{font-size:2vw;background-color:#b6eaa8;width:15vw;text-align:center;padding:5px 0}.p-construction__item-pavement{font-size:2vw;background-color:#f5dc5a;width:15vw;text-align:center;padding:5px 0}.p-construction__item-architecture{font-size:2vw;background-color:#5af5c7;width:15vw;text-align:center;padding:5px 0}.p-constructionItem__img{width:534px;height:20vw;object-fit:cover;box-shadow:4px 4px 6px}.p-constructionItem__link{text-decoration:none;color:#2e433e}.p-constructionItem__text{font-size:2vw}.p-constructionItem__year{font-size:1.2vw}.page-numbers{display:flex;justify-content:center}.page-numbers>li{list-style:none;font-size:32px;padding:2rem}.page-numbers>li:has(.page-numbers.current){list-style:none;font-size:32px;padding:2rem;background-color:#d9d9d9;border-radius:50%}.page-numbers a{text-decoration:none}.page-numbers.current{text-decoration:none;text-shadow:0px 4px 4px #00000040}@media screen and (max-width:768px){.c-tab{display:flex;flex-flow:row wrap;justify-content:center;padding:0;margin:0}.c-tab__item{list-style:none;padding:.5rem;width:40%}.c-tabItem-div{padding:.5rem;border:1px solid #369eff;background-color:#fff;color:#000}.c-tabItem-currentDiv{padding:.5rem;background-color:rgba(54,158,255,.2);border:1px solid #369eff;color:#000}.c-tabItem-text{font-size:16px;text-decoration:none;color:inherit}.c-tabItem-div span{display:inline-block;width:20px;height:20px;border-radius:50%;border:1px solid #369eff;margin-right:1.5rem;vertical-align:middle}.c-tabItem-currentDiv span{display:inline-block;width:20px;height:20px;border-radius:50%;background-color:#369eff;margin-right:1.5rem;vertical-align:middle}.p-refineSearch__text{font-size:16px;padding-top:1rem;padding-left:2rem;display:block}.p-works{position:relative;width:100%;display:flex}.p-works__title{position:absolute;text-align:center;font-size:34px;top:50%;left:40%;transform:translate(-50%,-50%);padding:0;margin:0}.p-works__img{width:100%;height:200px;display:block}.p-construction__div{display:block}.p-construction__item{padding:2rem;width:100%}.p-construction__item-label{font-size:20px;background-color:#d9d9d9;width:155px;text-align:center;padding-top:.5rem;padding-bottom:.5rem}.p-construction__item-civil{font-size:20px;background-color:#b6eaa8;width:155px;text-align:center;padding-top:.5rem;padding-bottom:.5rem}.p-construction__item-pavement{font-size:20px;background-color:#f5dc5a;width:155px;text-align:center;padding-top:.5rem;padding-bottom:.5rem}.p-construction__item-architecture{font-size:20px;background-color:#5af5c7;width:155px;text-align:center;padding-top:.5rem;padding-bottom:.5rem}.p-constructionItem__img{width:100%;height:auto;object-fit:contain}.p-constructionItem__link{text-decoration:none;color:inherit}.p-constructionItem__text{font-size:24px;padding-top:.5rem}.p-constructionItem__year{font-size:13px}.page-numbers{display:flex;justify-content:center}.page-numbers>li{list-style:none;font-size:16px;padding:2rem}.page-numbers>li:has(.page-numbers.current){list-style:none;font-size:16px;padding:2rem;background-color:#d9d9d9;border-radius:50%}.page-numbers a{text-decoration:none}.page-numbers.current{text-decoration:none;text-shadow:0px 4px 4px #00000040}}.p-60th__div{width:50%;margin:0 auto;animation-name:fadeIn;animation-duration:1s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.p-60th__text{font-size:30px;width:50%}.p-detail__div{width:50%;margin:50px auto}.p-detail__text{font-size:30px}.p-archive{width:70%;margin:0 auto;background-color:#e9fbff}.p-archive__title{text-align:center;font-size:50px;padding-top:1rem;padding-bottom:.5rem}.p-archive__subtitile{font-size:32px;font-weight:300;padding-bottom:.3rem;padding-left:1rem}.p-archive__text{text-align:center;font-size:20px}.p-archive__img-1,.p-archive__img-2,.p-archive__img-3,.p-archive__img-4{width:15%;margin:auto}.p-archive__div{border-top:10px solid #afafaf;border-bottom:10px solid #afafaf}.archive__list{display:flex;justify-content:space-between;margin:0;box-sizing:initial}.p-archiveList__year{text-align:left;width:20%;padding:.5em;font-size:16px;color:#535353;background-color:#dcf9ff}.p-archiveList__year span{display:inline-block}.p-archiveList__eval{text-align:left;width:30%;padding:.5em;font-size:16px;color:#535353;background-color:#dcf9ff;margin:0}.p-archiveList__item{width:calc(100% - 8.5em);padding:.5em;display:flex;margin-inline-start:0;background-color:#f5f5f5;font-size:16px}.p-archiveListItem__detail{font-size:16px}.hyousyou1{display:flex}.hyousyou-img1{max-width:25%;padding-left:2rem}.p-topmessage{width:50%;margin:50px auto;text-align:center;padding-top:30px}.p-topmessage__title{font-size:50px}.p-topmessage__text{font-size:20px;margin-bottom:1.5rem}.p-topmessage__img{width:40%;margin:30px auto;margin-bottom:0}.p-topmessage__detail{font-size:30px;text-align:left}.p-message{width:50%;margin:50px auto;text-align:center;padding-top:30px}.p-message__title{font-size:50px}.p-message__text{font-size:20px;margin-bottom:1.5rem}.p-message__img{width:40%;margin:30px auto;margin-bottom:0}.p-message__detail{font-size:30px;text-align:left}@media screen and (max-width:768px){.p-60th__div{width:100%;text-align:center}.p-60th__img{width:70%;height:60%;margin:0 auto}.p-60th__text{background-image:url(//www.tohshin-kk.co.jp/wp/wp-content/themes/tohshin-wp/./img/60thanniversary.png);background-size:contain;background-repeat:no-repeat;margin:0 auto}.p-60thText__item{font-size:20px}.p-detail__div{width:80%;margin:50px auto}.p-detail__text{font-size:24px}.p-archive{width:80%}.p-archive__title{font-size:30px}.p-archive__text{font-size:16px;margin:0 auto}.p-archiveList__year{font-size:20px;font-weight:400;box-sizing:inherit}.p-archiveList__item{width:calc(100% - 6em);padding:.5em 1em 2em}.p-archiveListItem__detail{font-size:12px}.hyousyou-img1{display:none}.p-archive__img-1,.p-archive__img-2,.p-archive__img-3,.p-archive__img-4{width:0;height:0}.p-topmessage{width:80%}.p-topmessage__title{font-size:35px}.p-topmessage__text{font-size:18px}.p-topmessage__img{width:70%;margin:30px auto}.p-topmessage__detail{font-size:20px}.p-message{width:80%}.p-message__title{font-size:40px}.p-message__text{font-size:18px}.p-message__img{width:70%;margin:30px auto}.p-message__detail{font-size:20px}}.p-bg{position:relative;display:flex;justify-content:center;align-items:center}.p-bg__img{width:100%;height:500px;display:flex;filter:opacity(40%);object-fit:cover}.p-bg__text{position:absolute;text-align:center;font-size:46px;font-weight:700;animation:scaleIn 2s ease forwards,shadow 4s ease forwards;opacity:0}@keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes shadow{from{text-shadow:0 0 0 transparent}to{text-shadow:2px 2px 5px rgba(0,0,0,.5)}}.p-navigation{display:flex;justify-content:center;padding:80px 20px 20px;margin-top:-60px}.p-navigation tbody{width:80%}.c-navigation_items{background-color:#c7e7f3;display:flex}.c-navigation__item{cursor:pointer;font-size:2vw;color:#069;border:1px solid #aecbe6;width:100%;text-align:center;transition:.3s;padding:5px}.c-navigation__item--current{background-color:#0087d4;color:beige}@media screen and (max-width:768px){.c-navigation__item{width:100%;font-size:2vw;padding:5px}.p-bg__img{height:200px}.p-bg__text{font-size:34px}.p-navigation{width:auto;padding:60px 20px 20px;margin-top:-40px;justify-content:center}.p-navigation tbody{width:100%}}.c-navigation__item:hover{background-color:#0087d4;color:beige}.c-navigation__item a{display:block;width:100%;height:100%;text-decoration:none}.c-profile_text{width:80%;margin:0 auto;display:flex;justify-content:center;padding:20px;padding-left:30px;padding-right:30px;font-size:20px;opacity:0;animation:slideInRight 3s ease forwards}.c-workspace-image{width:100%;height:500px;display:block;object-fit:cover}.p-profile__header{display:flex;justify-content:center;font-size:40px;margin-bottom:40px}.p-profile__text{padding:20px;font-size:x-large;font-weight:550;padding-left:100px;margin-top:30px;font-size:20px;opacity:0;animation:slideInRight 2s ease forwards}.p-profile__textp{padding:20px;padding-left:100px;margin-top:30px;font-size:20px}.profile-container{position:relative}.semi-circle-container{position:absolute;top:0;right:0;width:65%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.semi-circle{z-index:-1;width:75rem;height:68.75rem;background-color:#d0ebf0;border-top-left-radius:12.5rem;border-top-right-radius:50rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:50rem;transform:rotate(180deg);position:relative;right:0;left:2rem}@keyframes slideInRight{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:768px){.c-profile_text{padding:10px;font-size:16px;opacity:0;animation:slideInRight 2s ease forwards}.c-workspace-image{height:300px}.p-profile__header{font-size:30px}.p-profile__text,.p-profile__textp{padding:10px;font-size:16px}.semi-circle-container{position:absolute;top:0;right:0;width:65%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.semi-circle{z-index:-1;width:30.5rem;height:37.5rem;background-color:#d0ebf0;border-top-left-radius:12.5rem;border-top-right-radius:80rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:80rem;transform:rotate(180deg);position:relative;right:0;left:2rem}}.p-president{width:90%;margin:50px auto;display:flex;justify-content:center;align-items:center}.p-pres_items{text-align:center;font-family:"Yuji Syuku",serif;font-weight:400;font-style:normal}.p-pres__img{margin-left:30px}.p-pres_items__img{width:70%;height:70%;margin:0 auto}.p-pres_itemsText__center{font-family:"sans-serif";font-size:40px}.p-pres_items__name{font-weight:700;font-size:40px;margin-left:30px}.p-president_slogan{width:80%;margin:0 auto;padding:40px}.p-president_slogan__header{max-width:200px;font-size:34px;margin:0 auto 50px auto;padding-bottom:20px;text-align:center;border-bottom:5px solid #000}.p-president_slogan__text{padding:20px;font-size:26px}@media screen and (max-width:768px){.p-pres__img{margin:0}.p-pres_items__img{width:70%;height:70%;margin:0 auto}.p-pres_itemsText__center{font-size:20px}.p-pres_items__name{font-size:20px;margin:0}.p-president_slogan{width:100%;padding:20px}.p-president_slogan__header{font-size:22px;text-align:center}.p-president_slogan__text{font-size:16px;text-align:center}}@keyframes colorChange{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.p-philosophy{display:flex;justify-content:center;align-items:center;width:80%;margin:0 auto;padding:1rem}.p-philosophy__title{text-align:center;padding:.6rem;font-family:"Noto Sans JP",sans-serif;font-size:50px !important}.highlight-3t{font-weight:700;font-family:"Noto Sans JP",sans-serif;background:linear-gradient(-45deg,#94b6f7,#6f77e7,#5eadca,#3c92cc,#1c8fd1,#2564da);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:colorChange 22s ease infinite;font-size:3.8rem}.highlight-t{font-family:"Noto Sans JP",sans-serif;font-weight:700;background:linear-gradient(-45deg,#94b6f7,#6f77e7,#5eadca,#3c92cc,#1c8fd1,#2564da);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:colorChange 22s ease infinite}.p-philosophy__image{height:auto;width:50%;max-width:600px;padding:20px}.p-philosophy__text1{font-size:22px;padding:20px;opacity:0;animation:slideInRight 3s ease forwards;animation-delay:.5s}.p-philosophy__text2{font-size:22px;padding:20px;opacity:0;animation:slideInLeft 3s ease forwards;animation-delay:1s}.p-philosophy--text1{font-family:"Yuji Syuku",serif;font-size:52px}.p-philosophy--up{margin-right:5rem}.p-philosophy--down{margin-left:5rem}.p-philosophy__title{padding:10px;font-size:40px}.p-philosophy__imgbox{display:none}@keyframes slideInLeft{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media screen and (min-width:768px) and (max-width:1153px){.p-philosophy--text1{font-size:32px}}@media screen and (max-width:768px){.p-philosophy__image{width:100%;padding:10px;display:none}.p-philosophy__text1,.p-philosophy__text2{font-size:12px;animation-duration:2s;animation-delay:.5s;padding:5px}.p-philosophy{flex-flow:column;width:90%}.p-philosophy--text1{font-size:32px}.p-philosophy--up{margin-right:0}.p-philosophy--down{margin-left:0;padding:0}.highlight-3t{font-size:3.8rem}.highlight-t{font-size:32px}.p-philosophy--reverse{flex-direction:column-reverse}.p-philosophy__title{padding:10px;font-size:30px}.p-philosophy__imgbox{display:block}.p-philosophy__img--mobile{height:100%}}.p-access{width:90%;margin:50px auto}.p-company_navi{width:100%;height:40vw;margin:0 auto;transform:translateY(20px);animation:scaleIn 3s ease forwards,shadow 4s ease forwards;opacity:0}.p-access_texts{display:flex;margin-top:10vh}.c-company_building{padding-right:10px;width:50%;height:300px}.c-company_building--img{width:100%;height:100%;object-fit:cover}.c-text_list{width:50%;font-weight:500;font-size:16px;margin:auto}@keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.p-company_navi{margin-top:10px;margin-bottom:20px;height:90vw;transform:none;animation:scaleIn 2s ease forwards,shadow 3s ease forwards}.p-access_texts{flex-direction:column;margin-top:50px}.c-company_building{margin-bottom:15px;height:180px;width:100%}.c-text_list{width:80%}.c-text_list__post-code{font-size:16px;font-weight:600}.c-text_list__address{font-size:16px;font-weight:600}.c-text_list__telephone{font-size:16px;font-weight:600}.c-text_list__fax{font-size:16px;font-weight:600}.p-access{margin-top:15px}}.p-single{padding:0 5%}.p-single__date{font-size:16px;margin-bottom:1.5rem}.p-single__detail{padding:1% 0}.p-single__detail>p{font-size:24px}@media screen and (min-width:768.5px){.p-single__title{font-size:40px}}@media screen and (max-width:768px){.p-single__date{text-align:right}}.p-404{padding:5%;text-align:center}.p-404__title{font-size:64px}.p-404__sub{font-size:24px;margin-bottom:2rem}.p-404__button{width:fit-content;border:solid 2px #369eff;margin:0 auto}.p-404__button:hover{background-color:#369eff;opacity:.5}.p-404Button__a{text-decoration:none}.p-404Button__text{padding:.5rem;font-size:24px;color:#000}.p-privacy{padding:3% 10%}.p-privacy__detial{font-size:24px;margin-top:1rem}.p-privacy__sub{font-size:24px;margin-top:2rem}.p-privacy__text{font-size:16px}.p-newsList__bg{position:relative}.p-newsListBg__img{display:block;width:100%;height:450px;object-fit:cover;filter:opacity(50%)}.p-newsListBg__title{position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;font-size:46px}.p-newsList{display:flex;flex-flow:row;align-content:center;justify-content:center}.p-newsList__year--SP{display:none}.p-newsListYear__title{padding-top:2rem;color:#0f3bc9}.p-newsListYear__items{list-style-type:none}.p-newsListYearItems__item{list-style:none}.p-newsListYearItems__item:hover{opacity:.5}.p-newsListYearItems__item>a{text-decoration:none}.p-newsList__list{padding-left:5rem}.p-newsList__item{display:flex;flex-flow:row;border-bottom:2px solid #cfcfcf;padding-top:2rem;padding-bottom:2rem}.p-newsListItem__link{display:flex;flex-flow:row;text-decoration:none;color:inherit}.p-newsListItem__link:hover{opacity:.5}.p-newsListItem__postDate{font-size:24px}.p-newsListItem__title{font-size:24px;padding-left:1rem}@media screen and (max-width:768px){.p-newsListBg__img{display:block;width:100%;height:143px;object-fit:cover;filter:opacity(50%)}.p-newsListBg__title{position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;font-size:36px}.p-newsList{display:flex;flex-flow:column;justify-content:center}.p-newsList__year{display:none}.p-newsList__year--SP{display:flex;justify-content:center;padding-top:1rem;padding-bottom:1rem}.p-newsListYear__items--SP{padding:1rem}.p-newsList__list{padding-left:1rem;padding-right:1rem}.p-newsListItem__link{display:flex;flex-flow:column;text-decoration:none;color:inherit}.p-newsListItem__postDate{font-size:17px;padding-bottom:.5rem}.p-newsListItem__title{font-size:18px;padding-left:1rem}}.p-footer__contents{width:100%;background:linear-gradient(to right,#0f3bc9,#4f72f0,#4d97ff);color:#fff;position:relative;z-index:10;margin-top:5rem;margin-left:auto;margin-right:auto;padding:1rem}.p-footerContents__main{display:flex;justify-content:space-between;width:100%}.p-footerContentsMain__info{width:35%}.p-footerContentsMain__companyName{font-family:var(--font-footer);font-size:2vw;font-weight:600;margin-bottom:20px}.p-footerContentsMainAddress__text{font-size:1.2vw}.p-footerContentsMain__links{width:60%;display:flex;justify-content:space-around;padding:3px;margin-top:10px}.p-footerContentsMainLinksContainer__item{margin-bottom:5vw}.p-footerContentsMainLinksContainerItem__link{font-size:1.5vw;color:inherit;text-decoration:none;position:relative}.p-footer--privacy{font-size:1vw}.p-footer--top{margin-bottom:1vw}.p-footer__div--privacy{margin-bottom:2.5vw}.p-footerContentsMainLinksContainerItem__link--child{font-size:1.2vw}.p-footerContentsMainLinksContainerItem__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease-out}.p-footerContentsMainLinksContainerItem__link:hover:after{width:100%}.p-footerContentsMainLinksContainerItem__child{list-style-type:none;padding-left:0;margin-left:0}.p-footerContentsMainLinksContainerItemChild__list{position:relative;margin-bottom:5px;padding-left:20px}.p-footerContentsMainLinksContainerItemChild__list:before{content:"";position:absolute;top:50%;width:10px;left:0;background-color:#fff;height:1px}.p-footerContents__copyRight{width:max-content;margin:0 auto}.p-fotterContentsCopyRight__text{line-height:1;font-size:1.25vw}@media screen and (max-width:800px){.p-footerContents__main{flex-direction:column-reverse;padding-left:6vw}.p-footerContentsMain__info{width:100%;margin-bottom:20px}.p-footerContentsMain__companyName{font-size:5vw}.p-footerContentsMainAddress__text{font-size:3vw}.p-footerContentsMain__links{width:100%;justify-content:space-between}.p-footerContentsMainLinksContainerItem__link{font-size:3.5vw}.p-footerContentsMainLinksContainerItem__link--child{font-size:3vw}.p-footerContentsMainLinksContainerItemChild__list:before{width:6px}.p-fotterContentsCopyRight__text{font-size:2vw}.p-footerContentsMainLinksContainerItem__child{margin-top:2px}.p-footer--privacy{font-size:2vw}.p-footer--top{margin-bottom:1vw}.p-footer__div--privacy{margin-bottom:2.5vw}}.p-breadcrumb{list-style:none;text-align:end;padding-right:1rem}.p-breadcrumb__item{display:inline}.p-breadcrumbItem__link{color:inherit;text-decoration:none}.p-breadcrumb__item+.p-breadcrumb__item:before{content:">";margin:.5em}.p-overviewContents__constructionName{text-indent:.5rem}.p-overviewContents__constructionDate{text-indent:.5rem}.p-beforeConstruction__img{padding-left:.5rem;padding-top:.5rem}.p-beforeConstruction__img>img{aspect-ratio:3/2;object-fit:cover}.p-afterConstruction__img{padding-left:.5rem;padding-top:.5rem}.p-afterConstruction__img>img{aspect-ratio:3/2;object-fit:cover}.pt-cv-ifield{text-align:center}.pt-cv-ifield:hover{opacity:.5}.pt-cv-href-thumbnail{display:inline-block}@media screen and (min-width:760.5px){.pt-cv-title>a{font-size:2.5vw}.pt-cv-thumbnail{height:20vw;width:30vw;object-fit:cover}.pt-cv-content{font-size:2vw}}@media screen and (max-width:760px){.pt-cv-title>a{font-size:3.5vw}.pt-cv-thumbnail{height:30vw;width:40vw;object-fit:cover}.pt-cv-content{font-size:2.5vw}}