/*本番サイト*/
/*
Theme Name: shintei_new
Template: understrap
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root{
--nav-height:80px;
--blue1:#0050c0;
--blue2:#386fe0;
--blue3:#0058e2;
--black:#001b40;
--tel:#3c9bef;
--tabHeight: 100vh;
--gradient: linear-gradient(0deg,#005ee8,#48f);
}
body{
    background-color: #f5f8ff!important;
    font-family: meiryo,'Noto Sans JP',sans-serif!important;
    margin-top: var(--nav-height)!important;
    color:#001b40!important;
}
body .bg-primary{

    /*   background-color:var(--blue1)!important; */
    background:rgba(255,255,255,0.75)!important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
body .navbar-dark .navbar-nav .nav-link {
    color:rgba(0,0,0,0.7);
    font-size: 1rem;
    padding:0.8rem;
}
body .navbar-dark .navbar-nav .nav-link:focus,
body .navbar-dark .navbar-nav .nav-link:hover {
    color:rgba(0,0,0,0.9);
}
h1,h2,h3,h4,h5,h6{
    font-weight:500;
}
body a{
    color:var(--blue3);
}
body a:hover{
    color:var(--blue2);
}
th{
  font-weight:normal;
}
/* .modal{
    height:90vh!important;
}
 */

/*------------------navbar------------------*/
.navbar{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    height:var(--nav-height);
}
.navbar-dark .navbar-toggler-icon{
    background-image:url(../../images/nav-icon.svg)!important;
}
.navbar-dark .navbar-brand {
    background-image: url(../../images/logo.png);
    background-repeat:no-repeat;
    background-position:center left;
    background-size:contain;
    background-repeat:no-repeat;
    color:transparent!important;
}
.navbar-brand{
    width:250px;
    height:65px;
}

.navbar-collapse{
    background-color:#fff;
    margin-top:7px;
/*     padding:0.5em; */
}

.list-group-item::marker{
    list-style-type:none;
}
li a.nav-link,li a.nav-link:focus,li a.nav-link:hover{
    color:#fff;
}
.dropdown-menu{
    border:none!important;
    border-radius:0px!important;
}

ul.dropdown-menu{
    padding:0;
}
ul.dropdown-menu a{
    transition: all 0.3s ease;
}
.dropdown-item{
    font-size:0.9rem;
    padding:0.45rem 15px 0.45rem 25px !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color:var(--blue1)!important;
    color:#fff!important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:var(--blue1)!important;
}
.dropdown-toggle::after {
   vertical-align: 0.1em!important;
    border-top: 0.4em solid #58f!important;
}
.menu-item{
/*     display:flex;
    align-items:center;
    justify-content:center; */
}
#menu-item-208{/*正社員*/
    background:#1b72ff;
}
#menu-item-208 .nav-link{
    color:#fff;
}
#menu-item-207{/*準社員*/
    background:#29b4e1;
}
#menu-item-207 .nav-link{
    color:#fff;
}

/*------------------footer------------------*/
footer{
    text-align:center;
}
#wrapper-footer{
    background-color: var(--blue1);
    color:rgba(255,255,255,0.5);
    border-top:1px solid rgba(255,255,255,0.5);
}

/*------------------footer-mobile------------------*/
.accordion-item .accordion-button{
    background-color: var(--blue1);
    color:#fff;
}
.accordion-item .accordion-button::after,
.accordion-item .accordion-button:not(.collapsed)::after{
    background-image:url(../../images/arrow.svg);
    background-position: center;
}

.accordion-item .accordion-button:not(.collapsed){
    background-color: var(--blue2);
    color:#fff;
}
.accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: #a9f;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 5%);
}
.accordion-flush .accordion-collapse{
    background: var(--blue2);
}
.list-group .list-group-item{
    background-color: transparent;
    border: none;
    color: #fff;
}
.list-group a,.list-group a:visited{
    color: #fff;
}
.list-group a:hover,.list-group a:active{
    color: #eee;
}
.accordion-button .no-accordion,.accordion-button .no-accordion: visited{
    color: #fff;
    text-decoration:none;
}
.accordion-button .no-accordion:hover{
    color: #eee;
}

/*------------------footer-PC------------------*/
#wrapper-footer-full{
    display:none;
}
#footer-full-content ul{}
#footer-full-content ul li{
    padding:0.4rem;
line-height:1.2rem;
}
#footer-full-content ul li a,#footer-full-content ul li a:visited{
    color:#fff;
    font-size:0.85rem;
}
#footer-full-content ul li a:active{
    color:#eee;
}
ul#menu-footer-menu{
    display:flex;
    justify-content:space-evenly;
    padding-left:0;
    list-style-type:none;
    
}
ul#menu-footer-menu>li{
    display:block;
}
ul#menu-footer-menu .menu-item{
    display:block;
}
ul#menu-footer-menu .sub-menu{
    display:block;
    padding-left:0.2em;
    list-style-type:none;
    font-size:0.9em;
}

/*------------------common------------------*/
.lead{
    font-weight:400!important;
    font-size:1em!important;
    color:hsl(220, 70%, 35%);
    text-align:justify;
    background:hsl(220,80%,92%);
    padding:1em;
    border-radius:1.5em;
    border:2px solid hsl(220,70%,80%);
}
.lead>p:last-child{
    margin-bottom:0;
}

a[href^="tel"]{
    color:var(--tel);
    background:none!important;
    padding:0!important;
    text-decoration:underline
}
a:hover[href^="tel"]{
  color:var(--blue2)!important;
}
ul.checked{
  list-style-type:none;
  padding-left:2em;
}
ul.checked>li:before{
      content: "";
    width: 12px;
    height: 17px;
    border: 4px solid #0086ff;
    border-top-style: none;
    border-left-style: none;
    display: inline-block;
    margin-right: 0.7em;
    transform: rotateZ(45deg);
  position:absolute;
  left:-1.4em;
    top:0;
}
ul.checked li{
  padding-bottom:0.3em;
  position:relative;
}

.grecaptcha-badge { visibility: hidden; }

/*------------------toppage slider------------------*/
.carousel-inner .container{
}
.carousel-item .container .col{
    position: relative;
    height: 50vw;
}
.carousel-item .image{
    height: 50vw;
    width: 100vw;
    background-size:cover;
    background-repeat:no-repeat;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}
.slider-text{
    position: absolute;
}
.slider-text h3{
    font-size: calc(0.6rem + 1.6vw);
    font-weight:500;
    color: #fff;
/*    text-shadow:0 1px 4px rgba(0,0,0,.5);*/
    background:rgba(0,139,255,0.7);
    padding:10px;
    border-radius: 10px;
}
.slider-text h3 span{
    font-weight:600;
    color:#63ff53;
}
.slider0{ background-color: #fff;}
.slider1{ background-color: #00a6c7;}
.slider2{ background-color:#0054db;}
.slider3{ background: linear-gradient(150deg,#2a5eff,#002299);}
.slider4{ background-color:#012870;}
.slider5{ background: linear-gradient(45deg,#0033ee,#00ccee);}
.slider6{ background-color:var(--blue1);}
.slider7{ background-color: #002266;}


.slider0 .image{
    background-image: url(../../images/banpaku_end.webp);
    background-position: center 60%;
}
.slider1 .image{
    background-image: url(../../images/top1-3.jpg);
    background-position: center;
}
.slider2 .image{
    background-image: url(../../images/shintei_people.jpg);
    background-position: center 20%;
}
.slider3 .image{
    background-image: url(../../images/top1-1.jpg);
    background-position: center;
}
.slider4 .image{
    background-image: url(../../images/0906256.jpg);
    background-position: center 40%;
}
.slider5 .image{
    background-image: url(../../images/220726_403b.png);
    background-position: center 20%;
}
.slider6 .image{
    background-image: url(../../images/220726_449.jpg);
    background-position: center 30%;
}
.slider7 .image{
    background-image: url(../../images/220726_271.jpg);
    background-position: center 20%;
}
.carousel-item{
    transition: transform 1.4s ease-in-out,-webkit-transform 1.4s ease-in-out!important;
}

.slider1 .slider-text{bottom:10%;left:2%;}
.slider2 .slider-text{bottom:10%;left:2%;}
.slider3 .slider-text{bottom:10%;left:2%;}
.slider4 .slider-text{bottom:10%;left:2%;}
.slider5 .slider-text{top:5%;left:2%;}
.slider6 .slider-text{bottom:10%;right:2%;}
.slider7 .slider-text{bottom:10%;left:2%;}


/*------------------toppage address------------------*/
.toppage-address-wrap{
    /*display: flex;*/
    /*justify-content: center;*/
    color:#fff;
    margin-bottom: 1em;
    margin: auto;
    margin-bottom: 1.5em;
    padding: 1rem 0;
    background: #bd9067;
    border-radius: 1em;
}
.toppage-address-wrap a,.toppage-address-wrap a:hover{
    color:#fff;
}
.toppage-address-child1{display: none;}
.toppage-address-child2{text-align: center}
.toppage-address-child3{
    display: flex;
    justify-content: center;
    padding: 0 1em;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    color: var(--blue3);
    column-gap: 5px;
}
.toppage-address-child3 .box1{grid-column-start: 1;  width:60px;}
.toppage-address-child3 .box2{grid-column-start: 2;}

/*------------------toppage button------------------*/
.toppage-btn-wrap{
    display:flex;
    justify-content: space-between;
}
.toppage-btn1,.toppage-btn2,.toppage-btn3,.toppage-btn4{
    width: 32%;
    height: 20vw;
    min-height:110px;
    max-height:320px;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    border: 3px solid var(--blue1);
    border-radius: 15px;
}
.toppage-btn1{
    /*background-image: url(../../images/btn-keibi.svg);*/
    display: none;
}
.toppage-btn2{background-image: url(../../images/btn-shigoto.svg);}
.toppage-btn3{background-image: url(../../images/btn-seishain.svg);}
.toppage-btn4{background-image: url(../../images/btn-junshain.svg);}
.entry-header{
    display:none;
}
/*------------------toppage button 2------------------*/
.toppage-btn-wrap2{
    display:flex;
	flex-direction:column;
    justify-content: center;
}
.toppage-btn-wrap2>a{margin:10px 0;max-width:100%;}
/*------------------toppage office------------------*/
.toppage-office {
    display:grid;
    padding:0.5em;
    border:3px solid var(--blue1);
    border-radius: 15px;
}
.toppage-office h3{font-weight:600;}
.toppage-office-box1{
    grid-column-start:1;
    grid-row-start:1;
    grid-row-end:3;
    width:90px;height:90px;
    background:url(../../images/location.svg);
    background-repeat:no-repeat;
}
.toppage-office-box2{
    grid-column-start:2;
}
.toppage-office-box3{
    grid-column-start:2;
    grid-row-start:2;
    grid-row-end:3;
}
a.toppage-office{
	color:var(--blue1);
	text-decoration:none;
	height:100%;
}

/*------------------toppage hyousiki------------------*/
.toppage-hyousiki {
    display:grid;
    padding:0.5em;
    border:3px solid var(--blue1);
    border-radius: 15px;
	cursor:pointer;
}
.toppage-hyousiki h3{font-weight:600;}
.toppage-hyousiki-box1{
    grid-column-start:1;
    grid-row-start:1;
    grid-row-end:3;
    width:90px;height:90px;
    background:url(../../images/top_hyouji.svg);
    background-repeat:no-repeat;
}
.toppage-hyousiki-box2{
    grid-column-start:2;
}
.toppage-hyousiki-box3{
    grid-column-start:2;
    grid-row-start:2;
    grid-row-end:3;
}
a.toppage-hyousiki{color:var(--blue1);text-decoration:none;}

/*------------------toppage info------------------*/
.toppage-info{
    position: relative;
}
.toppage-info h3{
    font-size: calc(1rem + 0.7vw);
    color:var(--blue1);
}
.toppage-info a{
    float: right;
    background:linear-gradient(90deg,#0058e2,#4081ff);
    border: none;
    border-radius:2em;
    color:#fff;
    font-size:0.8rem;
    padding:0.5em 1.5em;
    text-decoration:none;
}
.toppage-info a:hover{
    color:#eee;
}
.toppage-info ul{
    list-style-type:none;
    padding-left:0;
}

.toppage-info ul li{
    background: #def;
    padding: 1rem 0.5rem;
    border: 1px solid #abe;
    margin-bottom: 2px;
}
.toppage-info ul li>a{
	background:none;
	float:none;
	color:inherit;
	font-size:1.0em;

}
.toppage-info ul li>a:hover{
	color:#00c;
	text-decoration:underline;
}

/*------------------toppage map------------------*/
.toppage-map h3{
    font-size: calc(1rem + 0.7vw);
    color:var(--blue1);
}

/*------------------toppage bizpla------------------*/
.show-bizpla ul{
    list-style-type: none;
    padding-left: 0;
}
.show-bizpla ul li{
    background: #def;
    padding: 0.5rem 0.5rem 0;
    border: 1px solid #abe;
    margin-bottom: 2px;
}
.show-bizpla h3{
    font-size: calc(1rem + 0.7vw);
    color:var(--blue1);
}
.show-bizpla h3 a{
    float: right;
    background:linear-gradient(90deg,#0058e2,#4081ff);
    border: none;
    border-radius:2em;
    color:#fff;
    font-size:0.8rem;
    padding:0.5em 1.5em;
    text-decoration:none;
}
.show-bizpla h4{
    font-size: 1.1rem;
}
.show-bizpla p{
    margin-bottom: 0.3em;
}

/*------------------toppage security------------------*/
.toppage-security{}

.toppage-security h3{
    font-size: calc(1rem + 0.7vw);
    color:var(--blue1);
}
.toppage-security a{
    color:var(--black);
    text-decoration:none;
}
.toppage-security .title{
    position: absolute;
    bottom: 10px;
    left: 22px;
    color: #FFF;
    font-size: 1.2em;
    background:rgba(0,0,0,0.25);
    border-radius:7px;
/*     text-shadow: 0 0 5px rgb(0 0 0 / 60%); */
    padding: 0.2em 0.4em 0.1em;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.toppage-security .bg-image{
    background-repeat:no-repeat;
    background-size:100%;    
    width:100%;
    height:45vw;
    max-height:230px;
    transition:0.25s ease;
}
.toppage-security .bg-image:hover{
    background-size: 103%;
}

.toppage-security .bg-image1{ background-image:url(../../images/security.jpg);background-position:center 20%;}
.toppage-security .bg-image2{ background-image:url(../../images/event.jpg);background-position:center 20%;}
.toppage-security .bg-image3{ background-image:url(../../images/traffic.jpg);background-position:center 20%;}
.toppage-security .bg-image4{ background-image:url(../../images/220912_699.jpg);background-position:center 30%;}
.toppage-security .bg-image5{ background-image:url(../../images/bicycle.jpg);background-position:center 90%;}
.toppage-security .bg-image6{ background-image:url(../../images/img_school.jpg);background-position:center 70%;}
.toppage-security .bg-image7{ background-image:url(../../images/patorol.jpg);background-position:center 30%;}
.toppage-security .bg-image8{ background-image:url(../../images/chusyakanshi.jpg);background-position:center 30%;}
.toppage-security .bg-image9{ background-image:url(../../images/stafftotalservice.jpg);background-position:center 30%;}

.toppage-security .icon{
    width: 100px;
    height: 100px;
    border-radius:20%;
/*  box-shadow:0 0.6em 0.6em rgba(0,0,0,0.3); */
    position:absolute;
    top:10px;
    left:22px;
}
.toppage-security .icon1{background-color:#4f61fd; background-image:url(../../images/1.svg);}
.toppage-security .icon2{background-color:#f06993; background-image:url(../../images/2.svg);}
.toppage-security .icon3{background-color:#00b698; background-image:url(../../images/3.svg);}
.toppage-security .icon4{background-color:#8cc100; background-image:url(../../images/4.svg);}
.toppage-security .icon5{background-color:#9e64e7; background-image:url(../../images/5.svg);}
.toppage-security .icon6{background-color:#00afff; background-image:url(../../images/6.svg);}
.toppage-security .icon7{background-color:#5e5c75; background-image:url(../../images/7.svg);}
.toppage-security .icon8{background-color:#b16a4a; background-image:url(../../images/8.svg);}
.toppage-security .icon9{background-color:#ff801f; background-image:url(../../images/9.svg);}

/*------------------toppage solution------------------*/
.toppage-solution h3{
    font-size: calc(1rem + 0.7vw);
    color:var(--blue1);
}
.toppage-solution img{
    border-radius: 0.5em;
}

/*------------------toppage group-company------------------*/
.group-company h3{
	font-size:5vw;
}

/*------------------toppage modal------------------*/
/* .site .modal{
    top:50px;
} */

.modal button{
    width:48%;
    background:var(--gradient);
    border:none;
    border-radius:1em;
    margin:1%;
    padding:2em 0;
    border: 1px solid #1c70f2;
}
.modal button a,.modal button a:hover,.modal button a:active{
    font-size:1.5rem;
    font-weight: 600;
    text-decoration:none;
    line-height:1.3;
    padding:0;
    color: #fff;
}
.modal .pref{
    margin-top: 1em;
}
.modal .pref a,.modal .pref a:hover,.modal .pref a:visited,.modal .pref a:active{
    background: var(--gradient);
    border-radius: 1em;
    color: #fff;
    padding: 0.2em 0.8em;
    margin-bottom: 0.5em;
}


#shigotoModal2 button{
    width:100%;
    margin: 0;
    padding:2em 0;
    color: #fff;
}
#shigotoModal2 a{
    display: flex;
    font-size: 2em;
    text-decoration: none;
    padding-right: 0;
}
#shigotoModal2 ul{

}
.modal-body h3{}

.modal-body h4{
    font-size: 1.1rem;
    margin: 0.7rem 0;
}
.modal-body h3.shield:before,.modal-body h3.location:before{
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: top;
    margin-right: 3px;
}
.modal-body h3.shield:before{
 background-image: url(../../images/shield.svg);
}
.modal-body h3.location:before{
    background-image: url(../../images/location.svg);
}
.modaldevide div{
    padding-left: 1.2em;
}
.modal a,.modal a:hover {
    font-size: 0.9rem;
    color: var(--blue1);
    display: inline-block;
    padding-right: 0.5em;
}

/*------------------toppage tab------------------*/
#tab{
    /*height:100vh;*/
    /*overflow:hidden;*/
    position: fixed;
    bottom: 0;
    width: 100vw;
    color: var(--blue1);
    z-index: 1040;
}
#tab a,#tab a:hover {
    font-size: 0.9rem;
    color: var(--blue1);
    display: inline-block;
    padding-right: 0.5em;
}

#tab-cb {
    display: none;
}
#tab-head{
    background-color: #f60;
    background-image: url(../../images/tabhead.svg);
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    width: 100px;
    height: 50px;
    position: absolute;
    right: 2rem;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}
.modalhead{
    position:relative;
}
#close-tab{
    position:absolute;
    right:0;
}
.modalhead h3{
    display:inline-block;
    margin-top:1.5rem;
}
#tab-menu{
    background: rgba(250,250,250,0.96);
    position: absolute;
    left: 0;
    padding: 0 1em;
    bottom: calc(var(--tabHeight) * -1);
    height: var(--tabHeight);
    transition: all 0.3s ease-out 0s;
}
#tab-menu button{
    width:48%;
    height:25vw;
    border: none;
    border-radius:4px;
    background:var(--blue1);
    margin:1%;
}
#tab-menu button a,#tab-menu button a:hover,#tab-menu button a:active{
    font-size:1.3rem;
    text-decoration:none;
    line-height:1.3;
    padding:0;
    color: #fff;
}
#close-tab{
    font-size:1.7rem;
    margin-top:1.2rem;
}

#tab-cb:checked ~ #tab-cb,
#tab-cb:checked ~ #tab-head,
#tab-cb:checked ~ #tab-menu{
    transform: translateY(calc(var(--tabHeight) * -0.9));
}

/*------------------pages security------------------*/
.security-title{
    display:grid;
    grid-template-columns:100px calc(100% - 120px);
    grid-template-rows:50px  50px;
    column-gap: 10px;
    margin-bottom: 2em;
}
.security .box1{
    grid-row-start:1;
    grid-row-end:2;
    width: 60px;
}
.security .box2{
    grid-column-start: 2;
    grid-row-start:1;
}
.security .box3{
    grid-column-start: 2;
    grid-row-start:2;
    display:flex;
    align-items:center;
    font-size:calc(0.6rem + 0.5vw);
    line-height:1.3;
}
.security .icon {
    width: 100px;
    height: 100px;
    border-radius:20%;
    box-shadow:0 0.4em 0.4em rgba(0,0,0,0.25);
}
.security .icon1{background-color:#4f61fd; background-image:url(../../images/1.svg);}
.security .icon2{background-color:#f06993; background-image:url(../../images/2.svg);}
.security .icon3{background-color:#00b698; background-image:url(../../images/3.svg);}
.security .icon4{background-color:#8cc100; background-image:url(../../images/4.svg);}
.security .icon5{background-color:#9e64e7; background-image:url(../../images/5.svg);}
.security .icon6{background-color:#00afff; background-image:url(../../images/6.svg);}
.security .icon7{background-color:#5e5c75; background-image:url(../../images/7.svg);}
.security .icon8{background-color:#b16a4a; background-image:url(../../images/8.svg);}
.security .icon9{background-color:#ff801f; background-image:url(../../images/9.svg);}
.security .icon9a{background-color:#ff801f; background-image:url(../../images/9a.svg);width:50px;height:auto;aspect-ratio:1/1;margin-right:0.5em;background-repeat:no-repeat;}
.security .icon9b{background-color:#ff801f; background-image:url(../../images/9b.svg);width:50px;height:auto;aspect-ratio:1/1;margin-right:0.5em;background-repeat:no-repeat;}
.security .icon9c{background-color:#ff801f; background-image:url(../../images/9c.svg);width:50px;height:auto;aspect-ratio:1/1;margin-right:0.5em;background-repeat:no-repeat;}


.security .bg-image{ width:100%; height:40vw; background-size: cover;}
.security .bg-image1{ background-image:url(../../images/security.jpg);background-position:center 20%;}
.security .bg-image2{ background-image:url(../../images/event.jpg);background-position:center 20%;}
.security .bg-image3{ background-image:url(../../images/traffic.jpg);background-position:right 20%;}
.security .bg-image4{ background-image:url(../../images/220912_699.jpg);background-position:center 30%;}
.security .bg-image5{ background-image:url(../../images/bicycle.jpg);background-position:center bottom;}
.security .bg-image6{ background-image:url(../../images/img_school.jpg);background-position:center;}
.security .bg-image7{ background-image:url(../../images/patorol.jpg);background-position:center 30%;}
.security .bg-image8{ background-image:url(../../images/chusyakanshi.jpg);background-position:center 30%;}
.security .bg-image9{ background-image:url(../../images/stafftotalservice.jpg);background-position:center 30%;}

.security .bg-image11{ background-image:url(../../images/hills.jpg);background-position:center;max-height: 300px;}
.security .bg-image12{ background-image:url(../../images/zoo.jpg);background-position:center;max-height: 300px;}
.security .bg-image13{ background-image:url(../../images/stadium.jpg);background-position:center bottom;max-height: 300px;}
.security .bg-image14{ background-image:url(../../images/lumine.jpg);background-position:right;max-height: 300px;}

.security .bg-image21{ background-image:url(../../images/seijinshiki.jpg);background-position:center;max-height: 300px;}
.security .bg-image22{ background-image:url(../../images/event1.jpg);background-position:center;max-height: 300px;}
.security .bg-image23{ background-image:url(../../images/sports.jpg);background-position:center;max-height: 300px;}
.security .bg-image24{ background-image:url(../../images/event2.jpg);background-position:center;max-height: 300px;}

.security .bg-image31{ background-image:url(../../images/guide.jpg);background-position:center;max-height: 300px;}
.security .bg-image32{ background-image:url(../../images/yudou.jpg);background-position:center;max-height: 300px;}

.security .bg-image43{ background-image:url(../../images/dev611.png);background-position:center;max-height: 300px;}
.security .bg-image44{ background-image:url(../../images/dev612.jpg);background-position:center;max-height: 300px;}
.security .bg-image45{ background-image:url(../../images/dev613.jpg);background-position:center 20%;max-height: 300px;}

/*------------------pages quality------------------*/
.quality-title{
    display:grid;
/*     grid-template-columns:0px 90%; */
    grid-template-rows:0 50px  50px;
    column-gap: 0px;
    margin-bottom: 2em;
}
.quality .box3{
    grid-column-start: 1;
    grid-row-start:3;
    font-size:calc(0.6rem + 0.5vw);
    line-height:1.3;
    margin-top:0.2em;   
}
.quality .bg-image{ width:100%; height:40vw; background-size: cover;}
 .quality .bg-image0{ background-image:url(../../images/management-philosophy.png);background-position:center top;width:100%;height:auto;aspect-ratio:1/0.8;background-size:contain;background-repeat:no-repeat;}
.quality .bg-image1{ background-image:url(../../images/customersupport.jpg);background-position:center top;}
.quality .bg-image2{ background-image:url(../../images/education.jpg);background-position:center top;}
.quality .bg-image3{ background-image:url(../../images/share.jpg);background-position:center top;}

.quality table{
    width:100%;
    background:#e4efff;
    font-size:0.95em;
}
.quality table caption{
    color: var(--black);
}
.quality table th,.quality table td{
    padding: 0.5em;
    border: 1px solid #91aced;
}
.quality table td.td1,.quality table td.td2{
    width: 25%;
}
.quality table ul{
    margin-top:0.5em;
    margin-bottom:0.5em;
}
.quality .annotation{
    background:#36c;
    color:#fff;
    padding:1em;
    border-radius:1em;
}

/*------------------pages company------------------*/
.company-title{
    display:grid;
    margin-bottom: 2em;
}
.company .box1{
    grid-row-start:1;
    grid-row-end:1;
    width:100%;
}
.company .box2{
    grid-column-start: 1;
    grid-row-start:2;
    display: flex;
}
.company .box3{
    grid-column-start: 1;
    grid-row-start:3;
    font-size:calc(0.6rem + 0.5vw);
    line-height:1.3;
    margin-top:0.2em;
}
.company .icon {
    width: 70px;
    height: 70px;
    border-radius:20%;
    /*box-shadow:0 0.4em 0.4em rgba(0,0,0,0.25);*/
}
.company .icon1{background-color:#4f61fd; background-image:url(../../images/1.svg);}
.company .icon2{background-color:#f06993; background-image:url(../../images/2.svg);}
.company .icon3{background-color:#00b698; background-image:url(../../images/3.svg);}
.company .icon4{background-color:#8cc100; background-image:url(../../images/4.svg);}
.company .icon5{background-color:#9e64e7; background-image:url(../../images/5.svg);}
.company .icon6{background-color:#00afff; background-image:url(../../images/6.svg);}
.company .icon7{background-color:#5e5c75; background-image:url(../../images/7.svg);}
.company .icon8{background-color:#b16a4a; background-image:url(../../images/8.svg);}
.company .icon9{background-color:#ff801f; background-image:url(../../images/9.svg);}
.company .icon10{background-color:#a64172; background-image:url(../../images/10.svg);}
.company .icon11{background-color:#a64172; background-image:url(../../images/11.svg);}
.company .icon9a{background-color:#ff801f; background-image:url(../../images/9a.svg);width:70px;height:auto;aspect-ratio:1/1;margin-right:0.25em;}
.company .icon9b{background-color:#ff801f; background-image:url(../../images/9b.svg);width:70px;height:auto;aspect-ratio:1/1;margin-right:0.25em;}
.company .icon9c{background-color:#ff801f; background-image:url(../../images/9c.svg);width:70px;height:auto;aspect-ratio:1/1;margin-right:0.25em;}

.company .bg-image{ width:100%; height:40vw; background-size: cover;}
.company .bg-image1{ background-image:url(../../images/company.jpg);background-position:center 20%;}
.company .bg-image3{ background-image:url(../../images/chusyakanshi.jpg);background-position:center 30%;}
.company .bg-image4{ background-image:url(../../images/div4.jpg);background-position:center 20%;}
.company .bg-image5{ background-image:url(../../images/patorol.jpg);background-position:center 30%;}
.company .bg-image6{ background-image:url(../../images/stafftotalservice.jpg);background-position:center 50%;}
.company .bg-image-s62{ background-image:url(../../images/dev612.jpg);background-position:center;max-height: 300px;}
.company .bg-image-s63{ background-image:url(../../images/dev613.jpg);background-position:center 20%;max-height: 300px;}

.company table{
    width:100%;
    background:#e4efff;
    font-size:0.95em;
}
.company table caption{
    caption-side: top;
    color: var(--black);
    padding-left:0.5em;
    font-size:1.25em;
    background:#91aced;
}
.company table th,.company table td{
    padding: 0.5em;
    border: 1px solid #91aced;
}
.company table td.taxonomy{
	background:#c9dfff;
}
.company h6{
    font-size:0.9rem;
    background:var(--blue3);
    padding:0.5em 0.9em;
    border-radius:1em;
    color:#fff;
}
.company .jim{
    padding: 0 0.25em;
}
/*------------------pages 事業部一覧------------------*/

.divisions .icons{display:flex;}
.divisions .content{display:flex;justify-content: space-between;}
.divisions a{
    display:flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(90deg,#0058e2,#4081ff);
    color:#fff;
    font-size:0.9em;
    border-radius:2em;
    min-width:115px;
    height:40px;
    padding:0;
    margin-top:0.2em;
}
.divisions a:hover{
    color:#eee;
}
.divisions a:visited{
    color:#fff;
}

/*------------------pages 拠点一覧------------------*/
.office h2{
    background: var(--blue3);
    color: #fff;
    font-size: 1.4em;
    padding:1em;
    margin-top:1.8em;
    border-radius:50px;
    box-shadow:0 3px 4px rgba(0,88,226,0.4);
}
.office h3{
    font-size:1.6rem;
    padding-top:1em;
}

.office-wrap{
    padding:2em 0 1em;
    position: relative;
}
.office-wrap a:not([href^="tel"]){
    display:inline-block;
    background:linear-gradient(90deg,#0058e2,#4081ff);
    color:#fff;
    font-size:0.9em;
    margin-top:0.5em;
    padding:0.5em 2.5em;
    border-radius:2em;
}
.office-wrap a:hover{
    color:#eee;
}
.office-wrap a:visited{
    color:#fff;
}

.office-img{
    background-color:#ddd;
    width:120px;
    height:120px;
    position: absolute;
    right: 0;
    bottom: 1em;
}

.office-modal button.close{
    width:30px;
    height:30px;
    border-radius:15px;
}

.h1-title{
    display:grid;
    grid-template-columns:0 90%;
    grid-template-rows:50px 50px;
    column-gap:0px;
    margin-bottom:2em;
}

.officemap{
    position:relative;
    height:60vh;
}

/*------------------pages 拠点詳細------------------*/
.officedetail-wrap{
    max-width: 1000px!important;
}
.officedetail-wrap iframe{
    width:100%;
    height:60vh;
}
.officedetail-wrap .show-bizpla h3{
    color:var(--black);
    font-size:1.5em;
}

/*------------------pages contact------------------*/
.contact-title{
    display:grid;
    grid-template-rows:0 50px  50px;
    margin-bottom: 2em;
}
.contact .box3{
    font-size:calc(0.6rem + 0.5vw);
    line-height:1.3;
}
.wpcf7-list-item{
    display:block;
}
.contact .bg-image{
    width:100%;
    height:40vw;
    background-size: cover;
}
.contact .bg-image31{
    background-image:url(../../images/otoiawase.jpg);
    background-position:center top;
}
.contact .contact-box{}
.contact .contact-box .number{
    display: flex;
    flex-flow:column;
    align-items:center;
    color: var(--blue2);
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.25;
}
.contact .contact-box .address{
    display: flex;
    justify-content: center;
    margin-top:0.6em;
    margin-bottom:3em;
}

/*------------------pages request------------------*/
.contact .dl a{
    padding: 11px 30px;
    /* height: 60px; */
    display: inline-block;
    background: linear-gradient(0deg,#38f,#49f);
    border-radius: 0.6em;
    position: relative;
    border: 1px solid #49f;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 3px #36c;
    box-shadow: 0 1px 2px #8bf inset, 0 3px 6px #abf;
}
.contact .dl a:hover{
    color: #eee;
}

.contact .wpcf7 input[type=submit]{
    color:var(--blue1);
    border-color:var(--blue1);
    background-color:transparent;
}
.contact .wpcf7 input[type=submit]:hover{
    color:#fff;
    background-color:var(--blue3);
    border-color:var(--blue1);
}
span.required{color:#f04; font-size:0.9em;}
span[data-name="kind-of-security"]{display:block; margin-bottom:-1.5em;}

/*------------------pages recruit------------------*/
.recruit-title{
    display:grid;
    grid-template-rows:0 50px  50px;
    margin-bottom: 2em;
}
.recruit .box1{
    grid-row-start:1;
    grid-row-end:1;
    width:100%;
}
.recruit .box2{
    grid-column-start: 1;
    grid-row-start:2;
    display: flex;
}
.recruit .box3{
    grid-column-start: 1;
    grid-row-start:3;
    font-size:calc(0.6rem + 0.5vw);
    line-height:1.3;
}

.recruit h3{
    background:var(--blue3);
    color:#fff;
    padding:0.8em 1em;
    border-radius:3em;
    margin-bottom:1em;
    margin-top:2.5em;
}

.recruit-table{
    width:100%;
    background:#e4efff;
    font-size:0.95em;
    margin:auto;
}
.recruit-table caption{
    caption-side: top;
    color: var(--black);
}
.recruit-table th{
    width:20%;
}
.recruit-table th,.recruit-table td{
    border:1px solid #91aced;
    padding:0.5em;
}

.recruit-logo li{
    display:inline-block;
}

.accessonline{
	display:inline-block;
	padding:0.75em;
	font-size:1.2em;
	color:#fff;
	background:linear-gradient(0deg,#5be,#5cf);
	border-radius:0.5em;
	box-shadow:0 2px 4px rgba(0,0,0,0.5);
}
/*------------------pages information------------------*/
.information-table{
    width:100%;
    background:#e4efff;
    font-size:0.95em;
    margin:auto;
}
.information-table caption{
    caption-side: top;
    color: var(--black);
}

.information-table th{
    width:10%;
    white-space: nowrap;
}
.information-table th,.information-table td{
    border:1px solid #91aced;
    padding:0.5em;
}

/*------------------font-resize snippet------------------*/
#textsize{
    position:fixed;
    bottom:20px;
    left:10px;
    font-size:1.3em!important;
    z-index:10;
    background:rgba(255,255,255,0.7);
    padding:0.2em 0.3em 0.3em;
    border-radius:15px;
}
#textsize div{
    font-size:0.8em!important;
    color:#073f85;
}
#textsize a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #39f;
    padding: 0.1em 0.3em 0.2em;
    margin-right: 0.2em;
    border-radius: 10px;
    box-shadow:0 2px 4px #666;
}
#textsize a.textresizer-active{
    background: #30c;
    box-shadow:0 0 0;
}
#textsize a:last-child{
    margin-right:0;
}

@media screen and (min-width:576px){}
@media screen and (min-width:768px){
    body .navbar-dark .navbar-nav .nav-link {
    font-size: 0.84rem;
    padding:0.8rem;
}
    .carousel-item .container .col{
        height: 40vw;
        min-height:300px;
        max-height:650px;
    }
    .carousel-item .image{
        height: 40vw;
        width: 100%;
        min-height:300px;
        max-height:650px;
    }
    .toppage-address-wrap{
        display: flex;
        justify-content: center;
    }

    .toppage-security .icon{
        max-width:200px;
    }

    .toppage-btn1,.toppage-btn2,.toppage-btn3,.toppage-btn4{
        display: inline-block;
        background-size:contain;
        width: 24%;
        border:5px solid var(--blue1);
        border-radius:1.2em;
        transition:0.1s ease;
    }
    .toppage-btn1:hover,.toppage-btn2:hover,.toppage-btn3:hover,.toppage-btn4:hover{
        transform:scale(1.03);
    }

    .toppage-btn1{ background-image: url(../../images/btn-keibi-l.svg);}
    .toppage-btn2{ background-image: url(../../images/btn-shigoto-l.svg);cursor:pointer;}
    .toppage-btn3{ background-image: url(../../images/btn-seishain-l.svg);}
    .toppage-btn4{ background-image: url(../../images/btn-junshain-l.svg);}

    .box3{
    font-size:calc(0.6rem + 0.5vw);
    }

    .toppage-office{
        border:5px solid var(--blue1);
        border-radius:1.2em;
        transition:0.1s ease;
    }
    .toppage-office-box1{
        width:100px;height:100px;
    }
    .toppage-office:hover{transform:scale(1.03);}
    .divisions a{margin-right:15%;}

	.toppage-btn-wrap2{
		flex-direction:row;
		justify-content:start;
	}
	.toppage-btn-wrap2>a{margin:0 16px 0 0;max-width:400px;}
    .toppage-hyousiki{
        border:5px solid var(--blue1);
        border-radius:1.2em;
        transition:0.1s ease;
    }
    .toppage-hyousiki-box1{
        width:100px;height:100px;
    }
    .toppage-hyousiki:hover{transform:scale(1.03);}
    .divisions a{margin-right:15%;}
	.group-company h3{font-size:clamp(22px,2.2vw,32px);}
}

@media screen and (min-width:992px){
    .navbar-brand{
        width:205px;
}
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:1em!important;
        padding-left:1em!important;
    }
    .navbar-collapse{
        background-color:transparent;
        margin-top:0;
    }
    .menu-item{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-left:0.25em;
    }
    #menu-item-207,#menu-item-208{
        width:7rem;
        border-radius:40px;
    }
    .accordion{
        display:none;
    }
    #wrapper-footer {
        background-color:#005ee8;
        color:#fff;
        border-top:none;
    }
    #wrapper-footer-full{
        background:var(--gradient)!important;
        display:block;
}

.toppage-address-wrap{
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 1em;
    /*width: 80%;*/
    margin: auto;
    margin-bottom: 1.5em;
    padding: 1rem 0;
    border-radius: 5em;
}
.toppage-address-child1{padding: 0 1em; display: initial;}
.toppage-address-child2{padding: 0 1em;}
.toppage-address-child3{
    padding: 0 1em;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
}
    .office-wrap{
        position: initial;
        padding:2em 0 2em
    }
    .office-img{
        position: initial;
        width:250px;
        height:250px
    }
    .officedetail-wrap iframe{
        height:100%;
    }
}

@media screen and (min-width:1200px){
    #footer-full-content ul li a,#footer-full-content ul li a:visited{
        font-size:0.9rem;
    }
}