@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 100px 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}


@media screen and (max-width:767px) {
    section{
        padding: 50px 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home fv-bg.jpg
-----------------------------------------------------------------------------------------*/
.fv-bg{
    position: relative;
}

.fv-img{
    height: 800px;
    object-fit: cover;

}

.fv-box{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.fv-title{
    font-size: 6rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 50px 200px;
    width: fit-content;
}

.fv-title-wo{
    font-size: 4.1rem;
}

.fv-water{
    margin: 0 -30px -30px 0;
    width: 170px;
    display: inline-block;
}

.fv-text{
    font-size: 1.2rem;
    background-color: rgba(0, 74, 193, 1);
    padding: 20px 20px 20px 200px;
    color: rgba(255, 255, 255, 1);
}

.front-about-en{
    font-size: 4rem;
    color: rgba(240, 248, 255, 1);
    line-height: 0.8;
}

.front-about-ja{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(47, 54, 99, 1);
}

.front-about-ja span{
    color: rgba(1, 89, 162, 1);
}

.front-about-top{
    background-image: url("../images/front-about-bg.jpg");
    background-position: bottom;
}

.front-about-title{
    margin-bottom: 100px;
}

.front-about-flex{
    align-items: center;
    gap: 100px;
    margin-left: calc(50% - 50vw);
    margin-bottom: 200px;
}

.front-about-img{
    width: 48%;
    position: relative;
    margin-left: 90px;
}

.front-about-img img{
    position: relative;
    z-index: 1;
}

.front-about-img::after{
    position: absolute;
    content: '';
    background-color: rgba(0, 74, 193, 1);
    width: 80%;
    height: 140%;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.front-about-text{
    width: 35%;
}

.front-about-link{
    border: 1px solid rgba(0, 74, 193, 1);
    padding: 20px;
    width: 270px;
    margin: 60px auto 0 0;
    color: rgba(0, 74, 193, 1);
    display: inline-block;
    margin-right: 60%;
}

.link-arrow{
    width: 25px;
    display: inline-block;
    margin-left: 50px;
    vertical-align: middle;
}

.front-forte-flex{
    gap: 60px;
}

.front-forte-box{
    width: calc((100% - 60px*2)/3);
    padding: 50px 40px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 120px;
}

.front-forte-img{
    width: 180px;
}

.front-forte-text{
    font-size: 2rem;
    font-weight: 600;
    color: rgba(47, 54, 99, 1);
    margin: 50px 0 30px;
}

.front-service-top{
    position: relative;
    padding: 200px 0 300px;
    overflow: hidden;
}

.front-service-bg{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

}

.front-service-flex{
    margin-right: calc(50% - 50vw);
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 300px;
}

.front-service-title{
    writing-mode: vertical-lr;
    text-align: right;
    z-index: 1;
}

.front-service-en{
    writing-mode: sideways-lr;
}

.front-service-ja{
    letter-spacing: 20px;
}

.front-service-text{
    width: 20%;
    z-index: 1;
}

.front-service-box{
    width: 50%;
    position: relative;
}

.front-forte-link{
    position: absolute;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    width: 90%;
    bottom: -150px;
    left: -150px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.front-numbe-img{
    position: absolute;
    width: 110px;
    top: -80px;
    left: 30px;
}

.front-service-numbe{
    color: rgba(47, 54, 99, 1);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.front-service-box2{
    margin-left: calc(50% - 50vw);
    position: relative;
}

.front-service-img{
    width: 50%;
    margin: 0;
    margin-top: 200px;
}


.front-forte-link2{
    width: 45%;
    left: 44%;
    bottom: -50px;
}

.front-numbe-img2{
    left: auto;
    right: 30px;
}

.front-service-box3{
    margin-right: calc(50% - 50vw);
    position: relative;
}

.front-service-img3{
    margin-left: auto;
}

.front-forte-link3{
    right: 45%;
    left: auto;
}

.front-works-top{
    padding: 100px 0;
    background-color: rgba(0, 74, 193, 1);
    z-index: 1;
    position: relative;
}

.front-works-ja{
    color: rgba(255, 255, 255, 1);
}

.mySwiper-works .swiper-slide.front-works-slide{
  opacity: .5; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.front-works-img img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  
}
.swiper-slide.front-works-slide.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.front-works-text{
    background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 1));
    padding: 100px 90px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.front-works-title{
    color: rgba(0, 74, 193, 1);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}


div.swiper-pagination{
    position: static;
    margin-top: 50px;
} 

span.swiper-pagination-bullet{
	background-color: rgba(217, 217, 217, 1);
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: rgba(217, 217, 217, 1);
    height: 40px;
    width: 40px;
}

.swiper-button-next::after {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: rgba(217, 217, 217, 1);
    height: 40px;
    width: 40px;
}

div.swiper-button-prev {
  left: 40%;
  bottom: 90px;
  top: auto;
  color: transparent;
}
/* 次への矢印 */
div.swiper-button-next {
    right: 40%;
    bottom: 90px;
    top: auto;
    color: transparent;
}

.front-news-title{
    text-align: left;
}

.front-news-flex{
    gap: 100px;
}

.front-news-left{
    width: 20%;
}

.front-news-box{
    width: 70%;
}

.front-recruit-top{
    /* margin-left: calc(50% - 50vw); */
    background-color: rgba(240, 248, 255, 1);
    width: 85%;
    padding-right: 80px;
    padding-bottom: 400px;
}

.front-recruit-en{
    color: rgba(255, 255, 255, 1);
}

.front-recruit-flex{
    position: relative;
    gap: 50px;
    margin-top: 50px;
    justify-content: space-between;
}

.front-recruit-1{
    width: 55%;
    margin: 0;
}

.front-recruit-right{
    width: 40%;
    margin-top: 100px;
}

.front-recruit-text{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.front-recruit-text span{
    color: rgba(0, 74, 193, 1)
}

.front-recruit-2{
    position: absolute;
    left: 45%;
    top: 80%;
    width: 30%;
}

.front-last{
    height: 100px;
}

.front-works-content{
    text-align: left;
}

.front-br{
    display: none;
}


.sample02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.link-set{
    vertical-align: middle;
}

.front-news-link2{
    display: none;
}

@media screen and (max-width:1500px) {
    .front-forte-text {
        font-size: 1.7rem;
    }

    .front-recruit-1 {
        width: 50%;
    }

    .front-recruit-right {
        width: 45%;
    }

    .front-recruit-2 {
        left: 30%;
    }

    .front-works-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .front-works-text {
        padding: 100px 30px 20px;
    }

    .front-recruit-link{
        margin-left: auto;
        margin-right: 0;
    }

}

@media screen and (max-width:1300px) {
    .fv-text {
        padding: 20px 20px 20px 50px;
    }

    .fv-title {
        margin: 0 0 50px 50px;
    }

    .front-about-img {
        margin-left: 50px;
    }

    .front-forte-flex {
        gap: 20px;
    }

    .front-forte-box {
        width: calc((100% - 20px * 2) / 3);
        padding: 25px;
    }

    .front-forte-text {
        font-size: 1.5rem;
    }

    .front-forte-link {
        padding: 50px 30px;
        width: 120%;
    }

    .front-service-text {
        width: 31%;
    }

    .front-service-flex {
        gap: 30px;
    }

    .front-forte-link2 {
        width: 55%;
    }

    .front-about-flex {
        gap: 50px;
    }

    .front-about-text {
        width: 40%;
    }

    .front-news-flex {
        gap: 50px;
        justify-content: space-between;
    }

    .front-news-left {
        width: 21%;
    }

    .front-news-box {
        width: 65%;
    }

    .front-recruit-top {
        width: 95%;
        padding-right: 30px;
        padding-bottom: 350px;
    }

    .front-recruit-1 {
        width: 49%;
    }

    .front-about-link {
        margin-right: 30%;
    }

    .front-recruit-link{
        margin-left: auto;
        margin-right: 0;
    }

}

@media screen and (max-width:1023px) {
    .swiper-button-next::after {
        height: 30px;
        width: 30px;
    }

    div.swiper-button-next {
        right: 35%;
    }

    .swiper-button-prev::after{
        height: 30px;
        width: 30px;
    }

    div.swiper-button-prev {
        left: 35%;
    }

    .fv-img {
        height: 700px;
    }

    .fv-title {
        font-size: 5rem;
        margin-bottom: 30px;
    }

    .fv-title-wo {
        font-size: 3.5rem;
    }

    .front-br{
        display: block;
    }

    .fv-text{
        text-align: left;
        padding-right: 50px;
    }

    .front-about-img {
        margin-left: 30px;
    }

    .front-about-img::after {
        width: 100%;
    }

    .front-about-flex {
        gap: 30px;
        margin-bottom: 80px;
    }

    .front-about-text {
        width: 43%;
    }

    .front-forte-box {
        padding: 30px 50px 30px;
        width: 80%;
        margin: auto;
    }

    .front-forte-flex {
        gap: 30px;
        margin-top: 30px;
    }

    .front-forte-text {
        margin: 20px 0 10px;
    }

    .br-pat{
        display: none;
    }

    .front-forte-link {
        padding: 30px;
        left: -360px;
        width: 150%;
    }

    .front-numbe-img {
        width: 100px;
    }

    .front-service-box{
        margin-left: auto;
    }

    .front-forte-link2 {
        left: 30%;
        width: 70%;
        bottom: -130px;
    }    
    
    .front-forte-link3 {
        right: 30%;
        left: auto;
    }

    .front-service-text {
        width: 50%;
        margin-right: 100px;
    }

    .front-service-flex {
        margin-bottom: 220px;
        align-items: center;
    }

    .front-service-top {
        padding: 100px 0 250px;
    }

    .front-news-left {
        width: 100%;
        position: relative;
    }

    .front-news-link{
        position: absolute;
        right: -100px;
        bottom: 0;
    }

    .front-news-box{
        width: 100%;
    }

    .front-recruit-1 {
        width: 40%;
        object-fit: cover;
    }

    .front-recruit-right {
        width: 53%;
        margin: 0;
    }

    .front-recruit-flex {
        gap: 30px;
    }

    .front-recruit-right {
        width: 55%;
        margin: 0;
    }

    .front-recruit-text {
        font-size: 1.7rem;
    }

    .front-recruit-2 {
        left: 15%;
        width: 35%;
        top: 85%;
    }

}

@media screen and (max-width:767px) {
    .front-about-ja {
        font-size: 2.5rem;
    }

    .front-about-en {
        font-size: 2.5rem;
    }

    .front-service-flex {
        gap: 20px;
    }

    .front-service-text {
        width: 60%;
        margin-right: 30px;
    }

    .fv-img {
        height: 400px;
    }

    .fv-title-wo {
        font-size: 2rem;
    }

    .fv-text {
        font-size: 0.9rem;
        padding: 10px 10px 10px 20px;
        width: 100%;
    }

    .fv-water {
        margin: 0 -30px -18px 0;
        width: 120px;
    }

    .fv-title {
        font-size: 3rem;
        margin: 0 0 20px 20px;
    }

    .front-about-img {
        width: 90%;
    }

    .front-about-img::after {
        width: 90%;
    }

    .front-about-text {
        width: 100%;
        padding-left: 30px;
        margin-top: 30px;
    }

    .front-about-link{
        margin: 20px 0 0 ;
        padding: 10px;
    }

    .front-about-title {
        margin-bottom: 60px;
    }

    .front-about-flex {
        margin-bottom: 30px;
    }

    .front-forte-box {
        padding: 20px;
        width: 100%;
    }

    .front-service-box {
        width: 100%;
    }

    .front-forte-link {
        padding: 20px;
        left: -30px;
        width: 100%;
    }

    .front-service-flex {
        gap: 10px;
        margin-bottom: 180px;
    }

    .front-service-top {
        padding: 30px 0 200px;
    }

    .front-service-numbe {
        margin-bottom: 15px;
    }

    .front-forte-link2 {
        left: 30px;
        width: 100%;
        bottom: -100px;
    }

    .front-forte-link3 {
        right: 9%;
        left: auto;
    }

    .front-service-img {
        width: 100%;
        margin-top: 130px;
    }

    .front-forte-link4{
        bottom: -150px;
    }

    .front-service-ja {
        letter-spacing: 10px;
    }

    .front-works-top {
        padding: 50px 0;
    }

    div.swiper-button-next {
        right: 20%;
        bottom: 35px;
    }

    div.swiper-button-prev {
        left: 20%;
        bottom: 35px;
    }

    .front-works-text {
        padding: 90px 20px 10px;
    }

    div.swiper-pagination {
        margin-top: 30px;
    }

    .front-news-link {
        bottom: -360px;
        right: 20px;
    }

    .front-news-flex {
        gap: 25px;
    }

    .front-recruit-title{
        margin-bottom: 0;
    }

    .front-recruit-flex {
        margin-top: 20px;
    }
    
    .front-recruit-1 {
        width: 70%;
    }

    .front-recruit-2 {
        left: auto;
        width: 50%;
        top: 15%;
        right: -30px;
    }

    .front-recruit-right {
        width: 100%;
        padding-left: 30px;
    }

    .front-recruit-text {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .front-forte-flex {
        gap: 20px;
        margin-top: 20px;
    }

    .front-works-title{
        margin-bottom: 20px;
    }

    .front-recruit-top {
        width: 100%;
    }

    .front-news-link{
       display: none;
    }

    .front-news-link2{
        display: block;
        margin: 25px auto 0;
    }

    .front-home-list:last-child{
        margin-bottom: 0;
    }

}



/*会社情報
-----------------------------------------------------------------------------------------*/
.page-top-1{
    background-image: url("../images/page-top-1.jpg");
    height: 450px;
}

.page-title{
    text-align: left;
    padding-top: 200px;
}

.page-en{
    font-size: 4rem;
    font-weight: 700;
    color: rgba(240, 248, 255, 0.6);
}

.page-ja{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.bread li{
    display: inline;
}
.bread li a{
    color: inherit;
    text-decoration: none;
}
.bread li + li:before{
    content: " > ";
    margin:.5em;
}

.bread{
    padding: 10px;
    background-color: rgba(242, 246, 248, 1);
    text-align: left;
}

.company-title{
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 74, 193, 1);
}

.company-flex{
    gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.company-img{
    width: 45%;
    margin: 0;
}

.company-flex p{
    width: 50%;
    line-height: 2;
}

.section-top{
    padding-top: 0;
}

.company-table th,.company-table td{
    padding: 20px 20px 20px 30px;
    text-align: left;
    border-bottom: 5px solid rgba(255, 255, 255, 1);
}

.company-table th{
    width: 200px;
    background-color: rgba(240, 248, 255, 1);
    border-right: 5px solid rgba(255, 255, 255, 1);
}

.company-table td{
    background-color: rgba(236, 236, 236, 1);
}

.company-map-box{
    width: 80%;
    margin: auto;
}

.company-map{
    margin-bottom: 50px;
}

.page-lasdi{
    padding-bottom: 350px;
}

@media screen and (max-width:1200px) {
    .company-flex{
        align-items: normal;
    }

    .company-img{
        object-fit: cover;
    }
    .company-img {
        width: 44%;
    }
}

@media screen and (max-width:1023px) {
    .company-flex {
        gap: 30px;
    }

    .company-img {
        width: 45%;
    }

    .company-map-box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .page-top-1 {
        height: 300px;
    }

    .page-title {
        padding-top: 150px;
    }

    .page-en {
        font-size: 3rem;
    }

    .page-ja {
        font-size: 2.2rem;
    }

    .company-img {
        width: 100%;
    }

    .company-title {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .company-flex p{
        width: 100%;
    }

    .company-flex {
        gap: 20px;
    }

    .company-table th, .company-table td{
        display: block;
    }

    .company-table th{
        width: 100%;
        border: none;
        padding: 10px 20px;
    }

    .company-table td{
        padding: 20px 10px 20px 20px;
        border: none;
        margin-bottom: 10px;
    }

    .company-map {
        margin-bottom: 20px;
    }

    .bread{
        padding-left: 0;
    }
}



/*事業内容
-----------------------------------------------------------------------------------------*/
.page-top-2{
    background-image: url("../images/page-top-2.jpg");
    height: 450px;
}

.service-text-top{
    width: 1130px;
    margin: auto;
}

.service-text{
    font-size: 2rem;
    font-weight: 600;
    color: rgba(0, 74, 193, 1);
    margin-bottom: 50px;
    text-align: left;
}

.service-top{
    background-color: rgba(240, 248, 255, 1);
}

.service-link-flex{
    gap: 100px 60px;
}

.service-link-box{
    width: calc((100% - 60px)/2);
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 80px;
    color: rgba(51, 51, 51, 1);
}

.service-link-img{
    height: 330px;
    object-fit: cover;
}

.service-link-title{
    font-size: 2rem;
    font-weight: 600;
    color: rgba(0, 74, 193, 1);
    margin: 30px 0;
}

@media screen and (max-width:1500px) {
    .service-link-box {
        padding: 30px;
    }

    .service-link-flex {
        gap: 100px 50px;
    }

    .service-link-box {
        width: calc((100% - 50px) / 2);
    }

    .service-text {
        font-size: 1.9rem;
    }

    .br-15{
        display: none;
    }

}

@media screen and (max-width:1200px) {
    .service-text-top{
        width: 100%;
    }

    .service-link-flex {
        gap: 100px 30px;
    }

        .service-link-box {
        width: calc((100% - 30px) / 2);
    }
}

@media screen and (max-width:1023px) {
    .service-link-box {
        width: calc((100% - 20px) / 2);
    }

    .service-link-flex {
        gap: 50px 20px;
    }

    .service-link-box {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .service-text {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .service-link-box {
        width: 100%;
        padding: 15px;
    }

    .service-link-title {
        margin: 15px 0;
    }

    .service-link-flex {
        gap: 25px;
    }

    .service-link-img {
        height: auto;
    }
}



/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.page-top-5{
    background-image: url("../images/page-top-5.jpg");
    height: 450px;
}

.contact-top{
    width: 70%;
    margin: auto;
}

.contact-tel-box{
    background-color: rgba(240, 248, 255, 1);
    padding: 50px;
    margin: 130px 0 90px;
}

.contact-tel-title{
    font-size: 1.2rem;
}

.contact-tel-number{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 74, 193, 1);
    margin: 20px 0;
}

.contact-tel-number span{
    font-size: 1.2rem;
    font-weight: 400;
}

.contact-tel-text{
    font-size: 0.8rem;
}

.contact-tel-mini{
    padding-left: 30px;
}

.text-common{
    width: 100%;
    height: 64px;
    padding: 20px 30px;
    border: none;
    margin: 20px 0 50px;
    background-color: rgba(240, 248, 255, 1);
}

.contact-common{
    width: 100%;
    padding: 20px 30px;
    border: none;
    margin: 20px 0 50px;
    background-color: rgba(240, 248, 255, 1);
}

.required{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 74, 193, 1);
    padding: 5px 10px;
    margin-right: auto;
    display: inline-block;
}

.required-no{
    padding: 5px 10px;
    margin-right: auto;
    display: inline-block;
    color: rgba(0, 74, 193, 1);
    border: 1px solid rgba(0, 74, 193, 1);
}

.contact-privacy{
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(57, 42, 92, 1);
}

.contact-sub{
    margin-top: 10px;
    color: rgba(0, 0, 0, 1);
}

.contact-sub a{
    color: rgba(0, 0, 0, 1);
    font-size: 0.9rem;
}

.button-submit{
    border: none;
    width: 350px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 50px auto 0;
    display: block;
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    background-color: rgba(0, 74, 193, 1);
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}

.contact-title{
    width: 230px;
}

.contact-radio{
    margin: 20px 0 50px;
}

.wpcf7-list-item:first-child{
    margin: 0;
}

@media screen and (max-width:1023px) {
    .contact-top {
        width: 100%;
    }

    .contact-tel-box{
        margin-top: 70px;
    }
}

@media screen and (max-width:767px) {
    .contact-top-text{
        text-align: left;
    }

    .contact-tel-box {
        margin: 25px 0;
        padding: 20px;
    }

    .contact-tel-number {
        font-size: 2.5rem;
        margin: 5px 0;
    }

    .contact-tel-mini{
        display: block;
        padding-left: 0;
    }

    .contact-radio {
        margin: 15px 0 25px;
    }

    .contact-title {
        width: 200px;
    }

    .required,.required-no {
        padding: 2px 5px;
    }

    .text-common,.contact-common {
        margin: 10px 0 25px;
    }

    .button-submit {
        width: 100%;
        margin: 25px auto 0;
        padding: 15px;
    }

    .wpcf7-list-item{
        margin: 0px;
        font-size: 1.1rem;
    }

    .wpcf7-list-item:last-child{
        margin-left: 20px;
    }
}

/*プライバシーポリシー
-----------------------------------------------------------------------------------------*/
.page-top-6{
    background-image: url("../images/page-top-6.jpg");
    height: 450px;
}

.privacy-top{
    width: 80%;
    margin: auto;
}

.privacy-title{
    font-size: 2rem;
    font-weight: 600;
    margin: 50px 0 20px;
    text-align: left;
}

.circle{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background-color: rgba(51, 51, 51, 1);
}

.privacy-top p{
    line-height: 1.7;
}

@media screen and (max-width:1023px) {
    .privacy-top {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .privacy-title {
    font-size: 1.4rem;
    margin: 20px 0 10px;
}
}




/*service-1
-----------------------------------------------------------------------------------------*/
.service-number-title{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 74, 193, 1);
    margin-bottom: 40px;
}

.service-number-sub{
    font-size: 1.2rem;
}

.service-number-flex{
    gap: 60px;
    margin-top: 50px;
}

.service-number-img{
    width: 47%;
    margin: 0;
}

.service-number-right{
    width: 47%;
}

.service-number-text{
    margin-top: 40px;
    line-height: 2;
}

.service-number-text span{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background-color: rgba(51, 51, 51, 1);
}

.service-number-box{
    gap: 30px;
}

.service-link-box2{
    width: calc((100% - 30px*2)/3);
}

@media screen and (max-width:1200px) {
    .service-number-flex {
        gap: 30px;
    }

    .service-number-right {
        width: 48%;
    }
    
    .service-link-title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1023px) {
    .service-number-box {
        gap: 20px;
    }
    
    .service-link-box2 {
        padding: 20px 10px;
        width: calc((100% - 20px * 2) / 3);
    }
    
    .service-number-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
}

@media screen and (max-width:767px) {
    .service-number-sub {
        text-align: left;
    }

    .service-number-img {
        width: 100%;
    }

    .service-number-flex {
        gap: 20px;
        margin-top: 25px;
    }

    .service-number-right {
        width: 100%;
    }

    .service-number-text {
        margin-top: 15px;
        line-height: 1.7;
    }

    .service-link-box2 {
        width: 100%;
        padding: 20px;
    }

    .service-number-title {
        font-size: 1.9rem;
    }
}

/*
-----------------------------------------------------------------------------------------*/


@media screen and (max-width:767px) {
}


/*
-----------------------------------------------------------------------------------------*/


@media screen and (max-width:767px) {
}


/*
-----------------------------------------------------------------------------------------*/


@media screen and (max-width:767px) {
}

