@charset "utf-8";
/*common*/
/*basic*/
img{
    display: block;
    width:auto;
    height:auto;
    object-fit: cover;
}
a.anchor{
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
object{
    display: block;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: anywhere;
    line-break: strict;
    word-break: auto-phrase;
    color: #373545;
}
body p{
    line-height: 1.8em;
}
p.center{
    text-align: center;
}
.marker{
    background: linear-gradient(transparent 75%, #ffe887 75%);
}
.bold{
    font-weight: 700;
}
.page-top{
    position: fixed;
    right:3vw;
    bottom:3vh;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width:60px;
    height:60px;
    font-size:1.3em;
    border-radius: 50%;
    color: #fff;
    background-color: #0088d2;
    cursor: pointer;
    box-shadow:0 0 5px rgb(0,0,0,0.5);
}
/*view*/
.pc{
    display: block;
}
.ip{
    display: none;
}
.sp{
    display: none;
}
/*wide*/
.pd100{
    padding:100px 0;
}
.pd50{
    padding: 50px 0;
}
.pd5-1{
    padding:50px 0 100px;
}
.pd0-1{
    padding:0 0 100px;
}
.wd-large{
    width:90vw;
    max-width:1344px;
    margin:auto;
}
.wd-middle{
    width:90vw;
    max-width:1000px;
    margin:auto;
}
.wd-small{
    width:90vw;
    max-width:800px;
    margin:auto;
}
/*highlight*/
h1, h2, h3, h4, h5, h6{
    line-height: 1.3em;
}
.h-type01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size:32px;
    font-weight: 900;
    line-height: inherit;
    letter-spacing: 1.5px;
}
.h-type01 span{
    margin-top:10px;
    font-family: "Oswald", sans-serif;
    font-size:14px;
    font-weight: normal;
    color:#1C9991;
    letter-spacing: normal;
}
.h-type01 span.large{
    font-size:48px;
    font-weight: 700;
}
.h-type01 span.middle{
    font-size:20px;
}
.h-type01 span.small{
    font-size:16px;
}
.h-white, .h-white span{
    color:#fff;
}
.h-small{
    font-size:14px;
}
.h-middle{
    font-size:18px;
}
.h-type02{
    display: flex;
    justify-content: center;
    align-items:flex-end;
    font-size:32px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1.5px;
}
.h-type02 span{
    color:#1C9991;
}
.h-type02 span.small{
    font-size:26px;
}
.h-type03{
    padding:20px 0;
    font-size:28px;
    font-weight: 900;
    text-align: center;
    color:#58598F;
    background-color:#E8EAEF;
}
.h-type04{
    margin:0 0 10px;
    padding:0 0 10px;
    font-size:20px;
    font-weight: 700;
    border-bottom:solid 1.5px;
}
.h-type05{
    display:inline-block;
    font-size:26px;
    font-weight: 800;
    line-height: 1.4em;
}
.h-type06{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size:38px;
    line-height: normal;
}
.type-line{
    padding-left:5px;
    border-left:solid 20px #0088D2;
}
.h-type06.type-line{
    padding-left:15px;
}
span.h-green{
    color:#1C9991;
}
.info-box.recruit h3{
    vertical-align: middle;
    margin:25px 0 5px;
    padding:5px;
    font-size:22px;
    color: #1C9991;
    border-left:solid 12px;
}
/*section box*/
.bg-purple{
    background-color:#e8eaef;
}
.bg-blue{
    background-color: #0088D2;
}
article.lower-3{
    padding:200px 0 0;
}
article.lower-3 .detail{
    margin-bottom:100px;
}
article.lower-3 .detail h1{
    color:#58598F;
}
article.lower-3 .detail p{
    margin:50px auto;
    text-align: center;
}
aside.info{
    width:90%;
    margin:auto;
}
aside.info.info-list{
    margin:0 auto 100px;
}
aside.info.recruit{
    display: flex;
    max-width:1000px;
}
aside.top.recruit img{
    width:100%;
}
aside.top.recruit a:hover{
    opacity: 0.8;
    transition:.3s ease;
}
/*row*/
.row01{
    display: flex;
    padding:100px 0;
}
.row01 .box01{
    width:45%;
    margin:auto auto auto 0;
}
.row01 .box01 p.main{
    margin:50px auto;
}
.row01 img{
    width:50%;
    aspect-ratio:6/4;
}
/*concept*/
.concept-lower .box01 p{
    max-width:1000px;
    margin:50px auto;
    word-break: normal;
}
.concept-lower.center{
    text-align: center;
}
.concept-lower.center p{
    margin:50px auto;
}
.concept-lower .box02{
    display: flex;
    flex-flow: column;
}
.concept-lower .box02 .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.concept-lower .box02 .wrap p{
    width:45%;
    word-break: normal;
}
.concept-lower .box02 .wrap p span.point{
    font-weight: 600;
    color:#58598F;
}
.concept-lower .box02 .wrap img{
    width:50%;
    aspect-ratio:6/4;
}
/*link*/
.btn-link.type01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 15px 0;
    font-weight: 800;
    color: #fff;
    background-color: #58598f;
    border: solid 1.5px #58598f;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-link.type01.blue{
    background-color: #0088d2;
    border: solid 1.5px #0088d2;
}
ul.nav-corporation li .btn-link.type01{
    border:none;
}
.btn-link.type01 img{
    width:20px;
    height:20px;
    margin-right:10px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(76deg) brightness(102%) contrast(100%);
}
.btn-link.type01::after {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn-link.type01:hover, ul.nav-interview li:hover .btn-link.type01, ul.nav-corporation li:hover .btn-link.type01{
    color:#58598f;
    transition:.3s ease;
}
.btn-link.type01:hover img, ul.nav-interview li:hover .btn-link.type01 img, ul.nav-corporation li:hover .btn-link.type01 img{
    filter: invert(37%) sepia(11%) saturate(2108%) hue-rotate(201deg) brightness(89%) contrast(84%);
}
.btn-link.type01:hover::after, ul.nav-interview li:hover .btn-link.type01::after, ul.nav-corporation li:hover .btn-link.type01::after{
    transform: scale(1, 1);
}
.btn-link.type01.blue:hover{
    color:#0088d2;
}
.btn-link.type01.blue:hover img{
    filter: brightness(0) saturate(100%) invert(42%) sepia(87%) saturate(4025%) hue-rotate(179deg) brightness(95%) contrast(101%);
}
.contact-banner{
    display: block;
    width:auto;
    max-width:800px;
    margin:auto;
}
.contact-banner:hover{
    opacity: 0.8;
    transition:.3s ease;
}
.contact-banner img{
    width:100%;
}
img.contact-pc{
    display: block;
}
img.contact-sp{
    display: none;
}
/*list*/
ul.type01{
    margin:50px auto;
}
ul.type01 li{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items: center;
    padding:15% 0;
}
ul.type01 li .img-box{
    margin:0 auto 25px;
}
ul.type01 li .img-box img{
    max-width:412px;
    aspect-ratio:6/4;
}
ul.type01 li h3{
    margin:0 0 15px;
    text-align: center;
    font-size:18px;
    white-space: nowrap;
}
ul.type02{
    margin:50px auto;
}
ul.type02 li{
    margin:0 0 1.6em;
}
ul.type02 li .title{
    margin:0 0 5px;
    color:#58598F;
}
ul.type02 li .title::before{
    content:"・";
}
ul.type02 li p{
    margin:0 1em;
}
ul.type03{
    margin:50px auto;
}
ul.type03.row-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:2vw;
}
ul.type03.row-3{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap:25px 3%;
}
ul.type03 li{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items: center;
    padding:25px 25px 35px;
}
ul.type03.row-3 li{
    width:25%;
}
ul.type03.merit li, ul.type03.demerit li{
    border-radius: 15px;
}
ul.type03.merit li{
    background-color:#fff;
}
ul.type03 li .title{
    margin:1em 0;
    font-size:18px;
    text-align: center;
}
ul.type03 li p{
    width:80%;
    word-break: normal;
}
ul.type03 li img{
    width:80%;
    aspect-ratio:6/4;
}
section.camera ul.type03 li img{
    width:65%;
    aspect-ratio:1/1;
}
ul.type04{
    display: grid;
    grid-auto-flow: column;
    gap:0 2%;
    width:90%;
    max-width:1000px;
    margin:auto;
}
ul.type04 li{
    display: flex;
    flex-flow: column;
    padding:25px 35px 35px;
    background-color:#fff;
    border-radius: 15px;
}
ul.type04 li h3{
    margin:0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100px;
    font-size:22px;
    text-align: center;
    line-height: 1.4em;
    color:#fff;
    background-color: #0088D2;
    border-radius: 5px;
}
ul.type04 li h4{
    margin:0 0 15px;
    text-align: center;
    font-size:20px;
    line-height: 1.5em;
}
ul.type04 li img{
    width:80%;
    aspect-ratio:6/4;
    margin:0 auto 25px;
}
ul.type04 li p{
    word-break: normal;
}
ul.circle{
    display: flex;
    justify-content: space-around;
}
ul.circle li{
    display: flex;
    justify-content: center;
    align-items: center;
    width:200px;
    height:200px;
    margin:25px 0;
    font-size:18px;
    font-weight: 800;
    color:#fff;
    background-repeat: no-repeat;
    background-size:80px;
    background-position: center;
    border-radius: 50%;
}
ul.circle li.num01{
    background-image: url(../img/icon_01.svg);
}
ul.circle li.num02{
    background-image: url(../img/icon_02.svg);
}
ul.circle li.num03{
    background-image: url(../img/icon_03.svg);
}
ul.circle.green li{
    background-color:#0CB6AB;
}
ul.circle li p{
    text-align: center;
}
ul.info{
    width:90%;
    max-width:800px;
    margin:50px auto;
}
ul.info li:not(:nth-last-of-type(1)){
    border-bottom:solid 1.5px #E8EAEF;
}
ul.info li:hover{
    text-decoration: underline;
}
ul.info li a{
    display: flex;
    padding:25px 35px;
    line-height: 1.3em;
}
ul.info li a span{
    margin-right:1em;
    color:#58598f;
    font-weight: 600;
}
ul.info li a h3{
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*breadcrumb list*/
.bc-list{
    display: flex;
    width:90vw;
    margin:auto;
    padding:25px 0 75px;
    font-size:14px;
    color:#58598F;
}
.bc-list a{
    padding:0 10px;
}
.bc-list a:nth-of-type(1){
    padding:0 10px 0 0;
}
.bc-list a:not(:last-of-type){
    text-decoration: underline;
}
/*outline*/
section.outline p{
    word-break: normal;
}
.outline-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width:100%;
}
.outline-box li{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width:47%;
    margin:50px 0;
}
.outline-box li img{
    width:100%;
    aspect-ratio:6/4;
}
.outline-box li h3{
    margin:25px auto;
    font-size:20px;
}
.outline-box li p{
    padding:0 3em;
    word-break: normal;
}
.outline-box li span.notes{
    margin:2em auto 0 0;
    padding:0 3em;
    font-weight: 700;
    line-height: 1.3em;
    color:#58598F;
}
.outline-list{
    margin:50px;
}
.outline-list li{
    margin-bottom:25px;
    font-size:18px;
    font-weight: 600;
    color:#58598F;
}
.outline-list li::before{
    content:"・";
}
.icon-box{
    display: grid;
    margin:50px auto 0;
}
/*icon*/
.icon-box.row-3{
    max-width:600px;
    grid-template-columns: repeat(3, 2fr);
    gap:35px;
}
.icon-box.row-4{
    grid-template-columns: repeat(4, 2fr);
    gap:35px 0;
}
.icon-box li{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin:0 auto;
    text-align: center;
}
.icon-box li .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:145px;
    height:145px;
    color:#fff;
    background-color:#1C9991;
    border-radius: 50%;
}
.icon-box li i{
    margin-bottom:10px;
    font-size:2.8em;
}
.icon-box li p{
    margin-top:1em;
}
/*commmon odbox*/
.odbox01 .wrap{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.odbox01 p{
    margin:50px auto;
    word-break: normal;
}
.odbox01 img{
    width:100%;
    aspect-ratio:6/4;
}
img.formation{
    width:100%;
    aspect-ratio:inherit;
}
/*common end*/
/*header*/
header{
    width:100%;
    height:80px;
    background-color:#fff;
    box-shadow:0px 0px 10px rgb(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
}
header .wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:95vw;
    height:100%;
    margin:auto;
}
header .logo{
    position: fixed;
    left:25px;
    z-index: 9999;
}
header .logo img{
    height:30px;
}
header nav.pc{
    width:55%;
    max-width:800px;
    font-weight: 600;
}
header nav ul{
    display: flex;
    justify-content: space-between;
}
li.contact a{
    font-weight: 800;
    padding:12px 50px;
    color:#fff;
    background-color:#0088d2;
}
/*header end*/
/*eyecatch*/
.eyecatch{
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.eyecatch.top{
    height:100vh;
}
.eyecatch.top .title{
    position: absolute;
    top:35%;
    right:0;
/*    bottom:0;*/
    left:0;
    margin:auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:90vw;
    height:300px;
    padding:50px 0;
    background:linear-gradient(to right, rgb(255,255,255,0) 0%, rgb(255,255,255,0.8) 50%, rgb(255,255,255,0) 100%);
    z-index: 5;
}
.eyecatch.top .title h2{
    margin-bottom:25px;
    font-size:28px;
    font-weight: 800;
    color:#fff;
    text-shadow:0 0 12px #333;
}
.eyecatch.low01{
    height:45vh;
    min-height:300px;
    max-height:500px;
}
.eyecatch.low02{
    height:40vh;
    min-height:300px;
    max-height:400px;
}
.eyecatch.lower .wrap{
    display: flex;
    align-items: center;
    width:100%;
    height:100%;
    background-color:rgb(135,135,140,0.5);
}
.eyecatch.lower .title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:65%;
    min-width:250px;
    height:150px;
    margin-top:60px;
    color:#fff;
    background:linear-gradient(to right, rgb(88,89,143,0.9) 0%, rgb(70,125,168,0.75) 45%, rgb(70,125,168,0.45) 75%,transparent 100%);
}
.eyecatch.lower .title h1{
    display: flex;
    align-items: center;
    margin-left:10vw;
    font-size:38px;
    letter-spacing: 1.5px;
}
.eyecatch.lower .title h1 span{
    margin:5px 0 0 20px;
    font-family: "Oswald", sans-serif;
    font-size:16px;
    font-weight: normal;
    letter-spacing: normal;
}
.eyecatch.company{
    background-image: url(../img/outside02.jpg);
    background-position: 50% 30%;
}
.eyecatch.corporation{
    background-image: url(../img/corp03.jpg);
    background-position: 50% 50%;
}
.eyecatch.automatic{
    background-image: url(../img/automatic04.jpg);
    background-position: 50% 20%;
}
.eyecatch.m-g{
    background-image: url(../img/mg03.jpg);
    background-position: 50% 40%;
}
.eyecatch.c-c{
    background-image: url(../img/k-car06.jpg);
    background-position: 50% 30%;
}
.eyecatch.a-c{
    background-image: url(../img/access02.jpg);
    background-position: 50% 45%;
}
.eyecatch.contact{
    background-image: url(../img/contact.jpg);
    background-position: 50% 45%;
}
.eyecatch.camera{
    background-image: url(../img/camera06.jpg);
    background-position: 50% 45%;
}
.eyecatch.individual{
    background-image: url(../img/top-bg-personal.jpg);
    background-position: 50% 55%;
}
.eyecatch.other{
    background-image: url(../img/eyecatch_other.jpg);
    background-position: 50% 45%;
}
.eyecatch.aed{
    background-image: url(../img/aed02.jpg);
    background-position: 50% 45%;
}
.eyecatch.info{
    background-image: url(../img/information01.jpg);
    background-position: 50% 60%;
}
.eyecatch.recruit{
    width:100%;
    aspect-ratio:16/9;
    min-height:300px;
    max-height:800px;
    background-image: url(../img/hero_recruit.jpg);
    background-repeat: no-repeat;
    background-position: 50% 60px;
}
.eyecatch.recruit .wrap{
    position: absolute;
    top:50%;
    right:0;
    left:0;
    margin:auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:90vw;
    height:0;
    padding:60px 0;
    background:linear-gradient(to right, rgb(255,255,255,0) 0%, rgb(255,255,255,0.6) 50%, rgb(255,255,255,0) 100%);
    z-index: 5;
}
.eyecatch.recruit h1{
    font-size:46px;
    font-weight: 800;
    color:#fff;
    text-shadow:0 0 12px #333;
    letter-spacing: 1px;
}
.eyecatch.recruit-article {
    background-image: url(../img/recruit01.jpg);
    background-position: 50% 50%;
}
.slide-fade img{
    width:100%;
    height:100vh;
}
.slide-fade img.slide03{
    object-position:top;
}
/*eyecatch end*/
/*index concept*/
section.concept.top{
    background-image: url(../img/bg_blue-g.png);
    background-repeat: no-repeat;
    background-size:50%;
    background-position: 100% 80%;
}
section.concept.top h2{
    letter-spacing: -1px;
}
/*index business*/
section.nav-business{
    padding:100px 0;
    background-color:#e8eaef;
    position: relative;
}
section.nav-business .wd-large{
    position: relative;
    z-index: 3;
}
section.nav-business img.bg{
    position: absolute;
    z-index: 0;
    width:50%;
}
section.nav-business img.bg:nth-of-type(1){
    top:0;
    right:0;
}
section.nav-business img.bg:nth-of-type(2){
    bottom:0;
    left:0;
}
.nav-business h2{
    height:100px;
    background-color: #373545;
}
.nav-business ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
    margin:25px 0 25px;
}
.nav-business.lower ul{
    grid-template-columns: repeat(2, 1fr);
}
aside .nav-business ul{
    margin:0;
}
.nav-business ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    aspect-ratio:1/1;
    position: relative;
    overflow: hidden;
    background-color:#1C1B36;
}
.nav-business ul li a .box01{
    width:95%;
    height:95%;
    border:solid 1px #fff;
    position: relative;
    z-index: 3;
}
.nav-business ul li a h3{
    position: absolute;
    top:50%;
    bottom:50%;
    right:0;
    left:0;
    margin:auto;
    text-shadow:0 0 10px #333;
}
.nav-business ul li a img.bg-text{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    height:80%;
}
.nav-business ul li a img.scale{
    position: absolute;
    z-index: 0;
    transition: transform .3s ease;
    object-fit: cover;
    height:100%;
    opacity: 0.6;
}
.nav-business ul li a:hover img.scale{
    transform: scale(1.1);
}
/*index information*/
iframe.nav-information{
    width:100%;
    height:625px;
}
/*footer*/
footer{
    width:100%;
    color:#fff;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
footer .wrap{
    margin:0 auto 75px;
    padding:75px 0;
    border-bottom:solid 2px #fff;
}
footer span.border{
    display: flex;
    align-items: center;
}
footer span.border::after{
    content:"";
    flex-grow: 1;
    height:2px;
    margin-left:25px;
    background-color:#fff;
}
footer img.logo{
    height:35px;
}
footer .top{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width:70%;
    margin:50px 50px 50px auto;
}
footer .top ul{
    margin-left:25px;
}
footer .top ul li{
    font-size:14px;
    padding:7px 0;
    line-height: 1.3em;
}
footer .top ul li:nth-of-type(1){
    font-size:16px;
    font-weight: 800;
    margin-bottom:15px;
}
footer .bottom{
    display: flex;
    justify-content: center;
}
footer .bottom ul{
    display: flex;
    gap:50px;
    align-items: center;
}
footer .bottom ul li{
    font-weight: 800;
    padding:7px 0;
}
footer .pmark{
    width:90px;
}
footer small{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:60px;
    font-size:14px;
    background-color:#373545;
}
/*company*/
section.philosophy h3{
    display: flex;
    justify-content: center;
    margin:35px 0 1em;
    padding-bottom:25px;
    text-align: center;
    font-size:24px;
    font-weight: 700;
    color:#58598F;
    position: relative;
}
section.philosophy h3::after{
    content:"";
    flex-grow: 1;
    position: absolute;
    bottom:0;
    width:100%;
    height:2px;
    background-color:#d9d9e4; 
}
section.philosophy div:nth-of-type(1){
    margin:75px auto;
}
section.philosophy p{
    font-size:18px;
    font-weight: 500;
    word-break: normal;
}
section.philosophy p.detail{
    margin:35px 0;
    font-size:20px;
    font-weight: 600;
    color:#58598F;
}
section.strengths .title-box{
    display: flex;
    align-items: center;
}
section.strengths .title-box::before, section.strengths .title-box::after{
    content:"";
    flex-grow: 1;
    height:2px;
}
section.strengths .title-box::before{
    margin-right:30px;
    background:linear-gradient(to right, rgb(55,53,69) 0%, transparent 100%);
}
section.strengths .title-box::after{
    margin-left:30px;
    background:linear-gradient(to left, rgb(55,53,69) 0%, transparent 100%);
}
section.strengths p.center{
    margin:25px auto;
    font-size:20px;
    font-weight: 600;
    color: #58598F;
}
section.strengths ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0 2%;
    margin:50px 0;
}
section.strengths ul li{
    text-align: center;
}
section.strengths ul li h3{
    font-size:18px;
    line-height: 1.4em;
}
section.strengths ul li img{
    max-width:60%;
    margin:25px auto;
}
section.greeting .title-box{
    position: relative;
}
section.greeting .title-box h2{
    position: absolute;
    top:0;
    bottom:0;
    left:20vw;
    margin:auto auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size:28px;
}
section.greeting .title-box h2 span{
    color:#58598F;
    font-size:16px;
}
section.greeting .title-box img{
    width:100%;
}
section.greeting .text-box{
    background-color:#fff;
    margin:50px auto;
    padding:50px 150px;
}
section.greeting .text-box .sign{
    margin-top:50px;
    text-align: right;
}
section.greeting .text-box .sign span.company{
    font-weight: 500;
}
section.greeting .text-box .sign span.name{
    font-family: "Yuji Boku", serif;
    font-size:20px;
    margin-left:10px;
}
table.type01{
    width:90vw;
    max-width:960px;
    margin:50px auto;
    line-height: 2em;
    border-collapse: collapse;
}
table.type01.color01 tr:nth-of-type(2n + 1){
    background-color:#e8eaef;
}
table.type01.color02 tr:nth-of-type(2n + 1){
    background-color:#fff;
}
table.type01 th{
    padding:1em 2vw 1em 7vw;
    color:#58598F;
    text-align: left;
    white-space: nowrap;
}
table.type01 td{
    padding:1em 2vw 1em 0;
}
iframe.map{
    display: block;
    width:90vw;
    max-width:960px;
    height:360px;
    margin:100px auto;
}
/*corporation*/
ul.nav-corporation{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width:90vw;
    max-width:1200px;
    margin:100px auto 0;
}
ul.nav-corporation li{
    width:28%;
    margin:0 15px 25px;
}
ul.nav-corporation li a{
    display: flex;
    justify-content: center;
    width:100%;
    height:260px;
    position: relative;
    overflow: hidden;
}
ul.nav-corporation li a h3.btn-link.type01{
    position: absolute;
    right:0;
    bottom:0;
    left:0;
    z-index: 3;
    width:100%;
}
ul.nav-corporation li a img.scale{
    position: absolute;
    z-index: 0;
    transition: transform .3s ease;
    object-fit: cover;
    width:100%;
    height:100%;
}
ul.nav-corporation li a:hover img.scale{
    transform: scale(1.1);
}
/*automatic*/
section.automatic .flow{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width:1000px;
    margin:auto;
}
section.automatic .flow h3{
    font-size:18px;
    text-align: center;
}
section.automatic .flow img{
    width:100%;
    margin:25px auto;
}
section.automatic.problem h2{
    margin-bottom:50px;
}
section.automatic.merit ul.type01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0 35px;
    word-break: normal;
}
section.automatic.merit ul.type01 p{
    width:80%;
}
ul.type01 li i{
    font-size:4em;
    color:#0088D2;
}
img.comp{
    width:100%;
    aspect-ratio:6/4;
}
section.automatic.outline img.comp{
    margin:100px auto;
}
section.automatic.formation p{
    margin:25px 0;
}
/*manned-guarding*/
.concept-lower .box01 img{
    width:100%;
    aspect-ratio:16/9;
}
.detail-list ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin:50px auto;
}
.detail-list ul li{
    width:47%;
}
.detail-list ul li h3{
    margin-bottom:5px;
    font-size:18px;
    color:#1C9991;
}
.detail-list ul li h3::before{
    content:"●";
    margin-right:2px;
}
/*access-contorol*/
section.a-c.concept-lower .box02 .wrap{
    margin:50px auto 100px;
}
section.a-c.concept-lower .box02 img{
    aspect-ratio:inherit;
}
/*camera*/
ul.type05{
    display: grid;
    grid-auto-flow: column;
    gap: 0 2%;
    width: 90%;
    max-width: 1000px;
    margin:50px auto 100px;
}
ul.type05 li h3{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0 0 15px;
    font-size: 22px;
    text-align: center;
    line-height: 1.4em;
    color:#fff;
    background-color:#1C9991;
    background-image: url(../img/icon_ques.svg);
    background-repeat: no-repeat;
    background-size:45px;
    background-position: center;
    border-radius: 5px;
}
ul.type05 li h4{
    margin: 0 0 15px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
}
ul.type05 li img{
    width: 80%;
    aspect-ratio: 6 / 4;
    margin: 0 auto 25px;
}
ul.type05 img.arrow{
    width:30px;
    margin:0 auto 15px;
    aspect-ratio:inherit;
}
ul.type05 li p{
    width:92%;
    margin:auto;
    word-break: normal;
}
.problem .box02{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.problem .box02 .wrap{
    display: flex;
    align-items: center;
    margin:25px 0;
}
.problem .box02 h3{
    font-size:20px;
    font-weight: 500;
}
.problem .box02 img{
    width:25%;
    aspect-ratio:4/3;
}
.problem .box02 p{
    margin-left:2em;
}
/*individual*/
.individual.merit h3{
    font-size:22px;
    font-weight: 900;
    text-align: center;
    color:#0CB6AB;
}
section.plan{
    background-repeat: no-repeat;
    background-position: top;
}
section.plan.ko01{
    background-image: url(../img/bg_individual01.jpg);
    background-size: 100%;
}
section.plan.aed{
    background-image: url(../img/bg_aed01.jpg);
    background-size: 100%;
}
section.plan{
    padding:150px 0;
}
section.plan h2.h-type06{
    margin:0 10vw;
}
ul.plan{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin:50px auto;
}
ul.plan li.wrap{
    width:48%;
}
section.individual ul.plan li.wrap{
    height:450px;
}
ul.plan h3{
    padding:25px 35px;
    font-size:24px;
    color:#fff;
    background-color: #1C9991;
}
ul.plan .top-box{
    height:55%;
}
ul.plan ul.box01 li{
    display: flex;
    align-items:baseline;
    width:auto;
    margin:10px 35px;
    padding:20px 0 15px;
}
ul.plan ul.box01 li:not(:nth-last-of-type(1)){
    border-bottom:dotted 2px;
}
ul.plan ul.box01 li h4{
    margin-right:70px;
}
ul.plan ul.box01 li:nth-of-type(1) p{
    font-size:14px;
    font-weight: 600;
    color: #1C9991;
}
ul.plan ul.box01 p span{
    font-family: "Inter", sans-serif;
    font-weight: 800;
}
ul.plan ul.box01 p.large span{
    margin-right:3px;
    font-size:38px;
    letter-spacing: 1px;
}
ul.plan ul.box02{
    margin:0 35px;
    font-size:12px;
    line-height: 1.5em;
    word-break: normal;
}
ul.plan ul.box02 li{
    text-indent: -1em;
    margin-left:1em;
}
ul.plan ul.box02 li::before{
    content:"※";
}
ul.plan .box03{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height:100px;
    margin-top:35px;
    text-align: center;
    color:#fff;
}
ul.plan .box03 p{
    margin:0 1em;
}
ul.plan .box03 p span{
    text-decoration: underline;
}
ul.plan .box03 .large{
    font-size:18px;
    font-weight: 600;
    line-height: 1.1em;
}
ul.plan .box03 .notes{
    font-size:12px;
}
ul.plan .box03.orange{
    background-color:#DA7D4E;
    background-image: url(../img/icon_tri-yellow.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
ul.plan .box03.green{
    background-color:#63B560;
}
.table-box{
    display: flex;
    flex-flow: column;
}
.table-box h2{
    text-align: center;
    font-size:24px;
    margin-bottom:25px;
}
.table-box span.notes{
    width:90vw;
    max-width:1000px;
    margin:auto;
    text-align: left;
    font-size:14px;
}
table.plan{
    width:1000px;
    max-width:90vw;
    margin:1em auto;
    background-color:#fff;
    border-collapse: collapse;
}
table.plan th, table.plan td{
    padding:1.3em 2em;
    vertical-align: middle;
    text-align: center;
    line-height: 1.3em;
    border:solid 3px #CED1DA;
}
table.plan th{
    font-weight: 600;
}
table.plan tr:nth-of-type(1) th{
    background-color:#E8EAEF;
}
table.plan tr:nth-of-type(1) th:not(:nth-of-type(1)){
    color:#1C9991;
}
table.plan tr th:nth-of-type(1){
    width:20%;
}
table.plan tr td{
    width:40%;
}
table.plan tr.t-left td{
    text-align: left;
}
table.plan td ul li{
    margin:10px 1em;
    text-indent: -1em;
    line-height: 1.4em;
}
table.plan span.price{
    font-family: "Inter", sans-serif;
    font-weight: 800;
}
table.plan span.small{
    font-size:14px;
}
.contact-box{
    text-align: center;
}
.contact-box p{
    margin-bottom:25px;
}
ul.service{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:35px;
    margin:50px auto;
}
ul.service li .box01{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#E8EAEF;
    height:250px;
    padding:0 3em;
}
ul.service li h3{
    display: flex;
    justify-content: center;
    align-items: center;
    height:75px;
    text-align: center;
    font-size:24px;
    letter-spacing: 1px;
    color:#fff;
    background-color:#373545;
    border-left:solid 20px #0088D2;
    border-right:solid 20px #0088D2;
}
ul.service li p{
    word-break: normal;
}
/*other*/
section.other .box02{
    padding:0 0 100px;
}
section.other .box02 a{
    display: block;
    width:50%;
    margin:auto;
}
section.other .box02 img.banner{
    width:100%;
}
.contact-box p{
    font-size:18px;
    font-weight: 600;
    color:#0088D2;
}
section.other.aed .row01 .type-line{
    padding-left:15px;
}
section.other.aed .row01 .h-type05{
    display: flex;
    flex-flow: column;
    line-height: 1.1em;
}
/*AED*/
section.aed.concept-lower h2{
    margin-bottom:15px;
}
ul.aed01{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: flex-start;
    margin-top:50px;
}
ul.aed01 li{
    padding:0 1em;
    text-align: center;
}
ul.aed01 li img{
    width:200px;
    height:200px;
    margin:0 auto 25px;
    border:solid 2px #CED1DA;
    border-radius: 50%;
}
ul.aed02{
    display: flex;
    justify-content: center;
    gap:35px;
    margin:50px auto;
}
ul.aed02 .box01{
    position: relative;
}
ul.aed02 .box01 h3{
    position: absolute;
    bottom:0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:50px;
    text-align: center;
    font-size:18px;
    color:#373545;
    background-color:#E8EAEF;
    border-top:dashed 1.5px;
}
section.aed ul.nav-corporation{
    justify-content: space-between;
    align-items: flex-start;
}
section.aed ul.nav-corporation li{
    width:48%;
    height:auto;
    margin:0;
}
section.aed ul.nav-corporation li a{
    margin-bottom:1em;
}
section.aed.outline .box02{
    margin:25px 0;
}
section.aed.outline ul.type02{
    margin:50px 25px;
}
section.aed.outline .box03{
    display: flex;
    justify-content: space-between;
    width:100%;
}
section.aed.outline .box03 img{
    width:48%;
    aspect-ratio:6/3;
    margin:0;
}
/*recruit*/
section.concept.recruit .row01 .box01 p.main{
    margin:15px auto 35px;
}
section.concept.recruit .box01{
    padding:50px 0;
    background-image: url(../img/bg_logo-tr.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}
ul.work{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:35px;
    margin:50px 0;
}
ul.work li{
    padding:50px 0;
    background-color:#fff;
}
ul.work li img{
    width:80%;
    margin:auto;
    aspect-ratio:6/4;
}
ul.work li h3{
    margin:25px auto;
    font-size:26px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.3px;
    color:#58598F;
}
ul.work li p{
    width:80%;
    margin:auto;
    word-break: normal;
}
ul.nav-interview{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width:90vw;
    max-width:1200px;
    margin:100px auto 0;
}
ul.nav-interview li{
    width:25%;
}
ul.nav-interview li a{
    display: flex;
    justify-content: center;
    width:100%;
    height:430px;
    position: relative;
    overflow: hidden;
}
ul.nav-interview li a h3{
    position: absolute;
    right:0;
    bottom:35%;
    left:0;
    margin:auto 1em;
    z-index: 3;
    text-align: center;
    font-size:18px;
    color:#fff;
    letter-spacing: 0.3px;
    text-shadow:0 0 10px #333;
}
ul.nav-interview li a .btn-link.type01{
    position: absolute;
    right:0;
    bottom:15%;
    left:0;
    width:90%;
    margin:auto;
    z-index: 3;
}
ul.nav-interview li a img.scale{
    position: absolute;
    z-index: 0;
    transition: transform .3s ease;
    object-fit: cover;
    width:100%;
    height:100%;
}
ul.nav-interview li a:hover img.scale{
    transform: scale(1.1);
}
section.interview.article{
    padding:200px 0 50px;
}
section.interview.article img.hero{
    width:100%;
    aspect-ratio:16/7;
}
section.interview.article img.hero.cc{
    object-position: 50% 24%;
}
section.interview.article h1{
    padding:20px 15px;
    font-size:24px;
    font-weight: 800;
}
section.interview.article h2{
    display: flex;
    align-items: center;
    padding:0 15px;
    font-size:20px;
    font-weight: normal;
}
section.interview.article h2 span{
    margin-left:35px;
    font-size:14px;
    color:#808080;
}
ul.interview{
    margin:25px 0;
    border-top:dotted 2px;
}
ul.interview li{
    margin:25px 0 50px 0;
    padding:0 15px;
}
ul.interview li h3{
    margin-bottom:10px;
    font-size:14px;
    font-weight: normal;
    color:#1C9991;
}
section.schedule h2{
    font-size:24px;
    font-weight: 800;
}
section.schedule h2 span{
    font-size:14px;
    font-weight: 500;
    margin-left:1em;
}
ul.schedule{
    margin:50px auto;
}
ul.schedule li:not(:nth-last-of-type(1)){
    margin-bottom:15px;
}
ul.schedule li .wrap{
    display: flex;
    align-items: center
}
ul.schedule li h3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:10em;
    height:3em;
    color:#fff;
}
ul.schedule li.am h3{
    background-color: #2AC7A1;
}
ul.schedule li.pm h3{
    background-color: #1C9991;
}
ul.schedule li .box01{
    padding:0 25px;
}
ul.schedule li .box01 p{
    font-size:14px;
    line-height: 1.4em;
}
ul.schedule li .arrow{
    width:10em;
}
ul.schedule li .arrow img{
    margin:5px auto 10px;
}
aside.return a{
    margin:200px auto;
}
/*information*/
section.info-box{
    margin:100px auto;
}
section.info-box h2{
    display: flex;
    align-items: center;
    padding:22px 35px;
    font-size:22px;
    color:#58598F;
    background-color:#E8EAEF;
}
section.info-box.recruit h2{
    color:#1C9991;
    background-color:#d5eceb;
}
section.info-box h2 span{
    min-width:6em;
    margin-right:25px;
    font-size:14px;
}
section.info-box .text-box{
    margin:35px;
}
section.info-box .text-box a{
    font-weight: 700;
    color:#58598F;
    text-decoration: underline;
}
section.info-box .text-box a.wp-block-file__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-top:15px;
    padding: 15px 0;
    font-weight: 800;
    color: #fff;
    background-color: #1C9991;
    border: solid 1.5px #1C9991;
    letter-spacing: 1px;
    text-decoration: inherit;
    border-radius: 50px;
}
a.more{
    margin:50px auto 100px;
    cursor: pointer;
}
section.info-box.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
/*contact*/
section.contact ul.root{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin:100px 0;
}
section.contact ul.root li{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding:50px 0 80px;
}
section.contact ul.root li:not(:first-child){
    border-left:solid 1.5px #ACACC7;
}
section.contact ul.root li h2{
    margin-bottom:50px;
    font-size:18px;
}
section.contact ul.root li h2 span{
    font-size:24px;
    color:#1C9991;
}
section.contact.tel .box01{
    padding:25px;
    text-align: center;
    background-color:#1C9991;
    border-radius: 15px;
}
section.contact.tel .box01 h2{
    display: inline-flex;
    padding:15px 3em;
    font-size:24px;
    font-weight: 900;
    color:#1C9991;
    background-color:#fff;
    border-radius: 10px;
    letter-spacing: 0.6px;
}
section.contact.tel .box01 .tel{
    margin:5px 0;
    font-size:32px;
    font-weight: 900;
    color:#fff;
    letter-spacing: 1px;
}
section.contact.tel .box01 .fax{
    font-weight: 500;
    color:#fff;
    letter-spacing: 1px;
}
section.thanks h1{
    text-align: center;
    line-height: 1.3em;
}
section.thanks p{
    word-break: normal;
}
/*form*/
.form-box form{
    width:90vw;
    max-width:1200px;
    margin:auto;
    background-color:#fff;
    border-radius: 25px;
}
form .wrap{
    width:80%;
    margin:auto;
    padding:100px 0;
}
form .box01{
    margin-bottom:160px;
}
form .box02{
    padding:1em 0;
    border-top:dashed 1.5px;
}
form .box02 .input-box{
    margin:25px 1em;
}
form .box02 p{
    word-break: normal;
}
form .cont01{
    display: flex;
    flex-flow: column;
    margin:0 auto 80px;
}
form .input-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
form .input-box, form textarea{
    margin:1em 15px;
}
form .input-box.col{
    flex-flow: column;
    align-items: flex-start;
}
form .cont01 input{
    width:100%;
    height:1.6em;
}
form .cont01 select{
    height:1.6em;
}
form .cont01 input#man, form .cont01 input#woman{
    width:17px;
    height:17px;
}
form .input-box.name{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 7% 42% 7% 42%;
}
form .input-box.name label{
    margin-right:15%;
    text-align: right;
    font-weight: 600;
}
form .input-box.seibetsu span{
    display: flex;
    align-items: center;
    margin-right:2em;
}
form .input-box.radio span{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
    margin-bottom:20px;
}
form .input-box.radio input{
    width:17px;
    height:17px;
    margin-right:5px;
}
form .input-box.place label{
    margin-right:5%;
    text-align: right;
    font-weight: 600;
}
form .input-box.place .post{
    display: flex;
    align-items: center;
}
form #post, form #post2{
    width:100%;
}
form .input-box.place .jusyo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:95%;
    margin:1em 0 1em 22px;
}
form .title-box{
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1.5px;
}
form .title-box .type02{
    display: flex;
    align-items: center;
}
form label.title{
    padding:0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    word-break: normal;
}
form .alert{
    margin-left:10px;
    padding:7px 25px;
    display: inline-flex;
    font-size:14px;
    color:#fff;
    background-color:#DA7D4E;
    border-radius: 8px;
    line-height: 1em;
}
form .notes{
    margin-left:1em;
    font-size:14px;
    font-weight: normal;
    color:#969696;
}
form .btn-link.type01{
    margin:100px auto 0;
}
.btn-link.type01.confirm-btn{
    margin:100px auto;
}
.btn-link.type01.confirm-btn:hover{
    color:#fff;
    transition: inherit;
}
/*policy*/
section.policy{
    margin:100px auto;
    word-break: normal;
}
section.policy .box01{
    width:85%;
    margin:auto;
    padding:1em 0 0 0;
    border-top:dashed 1.5px;
}
section.policy .box01 span{
    display: flex;
    justify-content: flex-end;
    margin:150px 0 100px;
    line-height: 1.8em;
}
section.policy .box02{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:90vw;
    max-width:1000px;
    margin:auto;
    padding:35px 1em;
    text-align: center;
    border-top:solid 1.5px;
    border-bottom:solid 1.5px;
}
section.policy .box02 h5{
    margin:0 0 2em;
}
section.policy .box02 p span{
    margin-right:3em;
}
section.policy ol.wrap{
    width:85%;
    margin:50px auto;
}
section.policy ol li{
    margin:100px 0;
}
section.policy li.list-9 ul{
    margin:0 3em;
}
section.policy li.list-9 li{
    margin:1em auto;
}
section.policy ol li p{
    padding:0 3em;
}
section.policy li.list-9 li p{
    padding:0 1em;
}
section.policy ol.wrap ol li{
    margin:25px 2em;
}
section.policy ol.wrap ol li p{
    padding:0 1em;
}
section.policy .table-box{
    margin:50px 3em;
}
section.policy .table-box h4{
    margin:2em 0 10px;
    font-weight: normal;
}
section.policy table{
    width:100%;
    border:solid 1px;
    border-collapse: collapse;
}
section.policy .table-box table:nth-of-type(2) th{
    width:16em;
}
section.policy table th, section.policy table td{
    padding:2em 3em;
    text-align: left;
    font-weight: normal;
    border:solid 1.5px;
    line-height: 2em;
}
section.policy table th{
    vertical-align: middle;
    width:11em;
}
section.policy h2{
    padding:1em 1.6em;
    font-size:20px;
    letter-spacing: 1px;
    background-color:#e8eaef;
}
section.policy h3{
    margin:15px 0;
    padding:15px 2em 15px 3em;
    font-size:20px;
    text-indent: -1em;
    letter-spacing: 0.5px;
    border-bottom:dashed 1.5px;
}
section.policy p.outline{
    width:90%;
    margin:50px auto;
}
/*modal*/
.modalArea {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 800px;
    padding: 50px 30px;
    background-color: #fff;
}
.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
.is-show {
    visibility: visible;
    opacity: 1;
}
.modalArea img {
    width: 100%;
}
#openModal:hover{
    cursor: pointer;
}
#openModal:hover img{
    opacity: 0.7;
    transition: .3s;
}
/*animation*/
.fadeup{
    opacity: 0;
}
.fadeup.is-active {
  animation: fadeup 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fadeup.is-active.delay01 {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fadeup.is-active.delay02 {
  animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fadeup.is-active.delay03 {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}