.page-recruit .company {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 40px;
    margin-bottom: 50px;
}

.page-recruit .company_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #003B99;
    font-size: 1.3rem;
    line-height: 1.75
}

.page-recruit .company_item:last-of-type {
    border-bottom: none
}

.page-recruit .company_item_title {
    display: block;
    width: 167px;
    padding: 14px 14px 18px;
    color: #0d348c;
    text-align: center
}

.page-recruit .company_item_content {
    display: block;
    width: calc(100% - 167px);
    margin: 0;
    padding: 14px 14px 18px 0
}
.page-recruit .company_item_content>ul{
    padding-left: 2rem;
}
.page-recruit .company_item_content>:first-child {
    margin-top: 0
}

.page-recruit .company_item_content_paragraph {
    margin: 26px 0 0
}

.page-recruit .company_item_content_image {
    display: block;
    width: 100%;
    margin: 28px 0 0
}

.page-recruit .company_item_content_image-label {
    max-width: 187px
}

.page-recruit .company_item_content a {
    text-decoration: none
}

.page-recruit .map {
    display: block;
    aspect-ratio: 1/.58;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 80px auto 0
}

.page-recruit .map>iframe {
    display: block;
    width: 100%;
    height: 100%
}
.page-recruit .section {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.page-recruit .cocodata {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 200px;
}
.page-recruit .info {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 200px;
}
.page-recruit .section>a{
    text-decoration: none;
    color: #003B99!important;
}
.page-recruit .section-btn:hover{
    color:#fff!important;
    background-color: #003B99;
}
.page-recruit .section-btn>a:hover{
    color:#fff!important;
}
.page-recruit .section-btn{
    border: 1px solid #003B99;
    width: 163px;
    margin: 30px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
}
.page-recruit .cocodata h2{
    text-align: center;
    color: #003B99;
    position: relative;
    font-size: 2.4rem;
    margin: 0 0 100px;
    padding-top: 110px;
}
.page-recruit .cocodata h2::before{
    content: "coco data";
    font-size: 21.5rem;
    color: #003B99;
    opacity: 9%;
    position: absolute;
    white-space: nowrap;
    display: flex;
    line-height: 0;
    top: -15px;
    margin-top: 100px;
}
.page-recruit .info h2{
    text-align: center;
    color: #003B99;
    position: relative;
    font-size: 2.4rem;
    margin: 0 0 100px;
    padding-top: 110px;
}
.page-recruit .info h2::before{
    content: "Information";
    font-size: 18.5rem;
    color: #003B99;
    opacity: 9%;
    position: absolute;
    white-space: nowrap;
    display: flex;
    line-height: 0;
    top: -15px;
    margin-top: 100px;
}
.graph-aria{
    display: flex;
    justify-content: space-around;
}
.graph-aria img{
    width: 40%;
    object-fit: cover;
}
.human-img img{
    width: 20%;
    object-fit: cover;
}
.human-img-txt{
    color: #003B99;
    font-size: 5rem;
    text-align: center;
}
.cocodata hr{
    margin: 50px 0;
}
  .label-01{
    background-color: #3EB28A!important;
    margin: 0 10px 0 100px;
  }
  .label-01::before{
    content: '';
    display: inline-block;
    width: 65px;
    height: 50px;
    background-image: url(../../assets/img/recruit/ngr-img.png);
    background-size: contain;
    vertical-align: middle;
    transform: scale(2);
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
}
  .label-02{
    background-color: #59ACE8!important;
    margin: 0 100px 0 10px;
  }
  .label-02::before{
    content: '';
    display: inline-block;
    width: 75px;
    height: 50px;
    background-image: url(../../assets/img/recruit/mcr-img.png);
    background-size: contain;
    vertical-align: middle;
    transform: scale(2);
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
  }
  .tab-content-01{
    border-top: #3EB28A 10px solid;
  }
  .company h3{
    font-size: 2rem;
    color: #003B99;
    position: relative;
    z-index: 1;
    display: flex;
    height: 30px;
    margin-bottom: 30px;
    left: 55px;
  }
  .company h3::before{
    content: '';
    background-image: url(../../assets/img/recruit/info-mark-item.png);
    display: inline-block;
    width: 100px;
    height: 100px;
    transform: scale(0.4);
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: -60px;
    z-index: -1;
}
  .tab-content-02{
    border-top: #59ACE8 10px solid;
  }
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 200px;
}
.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 70px 50px;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
    background-color: #F6F6F6;
}
.footer_cta_item_title_size {
    font-size: 2.3rem!important;
}
.about_product{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
/* .about_product_inner{
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
} */
.about_product-title{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.about_product-exp{
    color: #003B99;
}
.house-img-01{
    width: 6%;
    object-fit: cover;
    margin-right: 15px;
}
.house-img-02{
    width: 21%;
    object-fit: cover;
}
.about_product-txt{
    font-size: 2rem;
    color: #003B99;
}
.arrow{
    width: 10%;
    object-fit: cover;
    margin-left: 15px;
}
.housing{
    font-size: 2rem;
    color: #003B99;
    position: relative;
    z-index: 1;
    align-content: center;
    margin-bottom: 50px;
}
.housing p{
    font-size: 1.5rem;
}
.housing h3{
    margin: 91px 0 0;
    font-size: 2.8rem;
    text-align: left;
}
.housing h3::before{
    top: -13px;
    left: 3px;
    display: inline-block;
    z-index: -1;
    position: relative;
    aspect-ratio: 1 / .98;
    width: 49px;
    height: auto;
    margin-right: -.6em;
    transform: translateY(-.3em);
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
}

.office{
    font-size: 2rem;
    color: #003B99;
    position: relative;
    z-index: 1;
    align-content: center;
}
.office p{
    font-size: 1.5rem;
}
.office h3{
    margin: 91px 0 0;
    font-size: 2.8rem;
    text-align: left;
}
.office h3::before{
    top: -13px;
    left: 3px;
    display: inline-block;
    z-index: -1;
    position: relative;
    aspect-ratio: 1 / .98;
    width: 49px;
    height: auto;
    margin-right: -.6em;
    transform: translateY(-.3em);
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
}

.about_product-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about_product-group-item{
    display: flex;
    flex-direction: column;
    width: calc(100% / 3.1);
}
.about_product-group-item a{
    text-decoration: none;
}
/* ホバーでズーム */
.zoom-box {
    display: inline-block;
    overflow: hidden;
  }
  .c-bnr.zoom {
    display: block;
    transition-duration: .5s;
  }
  .c-bnr.zoom:hover {
    transform: scale(1.2);
  }
  /* ///////////////////////////////////// */
  /* フェードイン */
  .fade-in {
    opacity: 0;
    transition-duration: 2000ms;
    transition-property: opacity, transform;
  }
  
  .fade-in-up {
    transform: translate(0, 100px);
  }
  
  .fade-in-down {
    transform: translate(0, -100px);
  }
  
  .fade-in-left {
    transform: translate(-100px, 0);
  }
  
  .fade-in-right {
    transform: translate(100px, 0);
  }
  
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
/* ///////////////↑//// */
.buruburu {
    -webkit-animation:buruburu 0.1s infinite linear alternate;
    animation:buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}
 
.poyon-img {
    animation: poyon 4s ease-in-out infinite;
  }
  .poyon-img2 {
    animation: poyon2 4s ease-in-out infinite;
  }
  .poyon-img3 {
    animation: poyon3 4s ease-in-out infinite;
  }
  .poyon-img4 {
    animation: poyon4 4s ease-in-out infinite;
  }
  .poyon-img5 {
    animation: poyon5 4s ease-in-out infinite;
  }
  
  @keyframes poyon {
    0%, 100% {
      transform: scale(1) translateY(0);
      }
    30% {
      transform: scale(1.2, 0.8) translateY(-20px);
      }
    50% {
      transform: scale(0.8, 1.2) translateY(0);
      }
    70% {
      transform: scale(1.1, 0.9) translateY(-10px);
      }
    90% {
      transform: scale(0.9, 1.1) translateY(0);
      }
  }
  @keyframes poyon2 {
    0%, 100% {
      transform: scale(1) translateY(0);
      }
    30% {
      transform: scale(1.2, 0.8) translateY(0);
      }
    50% {
      transform: scale(0.8, 1.2) translateY(-20px);
      }
    70% {
      transform: scale(1.1, 0.9) translateY(-10px);
      }
    90% {
      transform: scale(0.9, 1.1) translateY(0);
      }
  }
  @keyframes poyon3 {
    0%, 100% {
      transform: scale(1) translateY(0);
      }
    30% {
      transform: scale(1.2, 0.8) translateY(0);
      }
    50% {
      transform: scale(0.8, 1.2) translateY(-10px);
      }
    70% {
      transform: scale(1.1, 0.9) translateY(0);
      }
    90% {
      transform: scale(0.9, 1.1) translateY(-20px);
      }
  }
  @keyframes poyon4 {
    0%, 100% {
      transform: scale(1) translateY(0);
      }
    30% {
      transform: scale(0.9, 1.1) translateY(0);
      }
    50% {
      transform: scale(1.2, 0.8) translateY(-10px);
      }
    70% {
      transform: scale(1.1, 0.9) translateY(0);
      }
    90% {
      transform: scale(0.8, 1.2) translateY(-20px);
      }
  }
  @keyframes poyon5 {
    0%, 100% {
      transform: scale(1) translateY(-10px);
      }
    30% {
      transform: scale(0.9, 1.1) translateY(0);
      }
    50% {
      transform: scale(1.2, 0.8) translateY(0);
      }
    70% {
      transform: scale(1.1, 0.9) translateY(-20px0);
      }
    90% {
      transform: scale(0.8, 1.2) translateY(0);
      }
  }
  .bounce-img {
    animation: bounce 2s ease-in-out infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { 
      transform: translateY(0);
    }
    40% { 
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  .heartbeat-img {
    animation: heartbeat 1.2s ease-in-out infinite;
  }
  
  @keyframes heartbeat {
    0%, 100% { 
      transform: scale(1);
    }
    50% { 
      transform: scale(1.2);
    }
  }



.bottom_housu{
    position: relative;
}
.house-img-02{
    width: 55%;
    object-fit: cover;
    position: relative;
    top: 10px;
    left: 100px;
}
.blink-img1 {
  animation: blink1 3s ease-in-out infinite;
  position: absolute;
    top: 40px;
    width: 75px;
    left: 130px;
}

@keyframes blink1 {
  0%,100% { 
    opacity: 1;
  }
  50% { 
    opacity: 0.2;
  }
}
.blink-img2 {
    animation: blink2 3s ease-in-out infinite;
    position: absolute;
    width: 15%;
    top: -25px;
  }
  
  @keyframes blink2 {
    0%,100% { 
      opacity: 0.2;
    }
    50% { 
      opacity: 1;
    }
  }
  .blink-img3 {
    animation: blink3 2s ease-in-out infinite;
    position: absolute;
    width: 15%;
    top: 125px;
    right: 60px;
  }
  
  @keyframes blink3 {
    0%,100% { 
      opacity: 1;
    }
    50% { 
      opacity: 0.2;
    }
  }











@media screen and (min-width:768px) {
    .page-recruit .main_keyvisual {
        margin-bottom: 35px
    }

    .page-recruit .cococheck {
        margin-top: 136px
    }
    .footer_cta_item{
        display: flex;
        margin: 300px auto;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .page-recruit .company {
        width: calc(100% - 40px);
    }
    .page-recruit .section {
        width: calc(100% - 40px);
        justify-content: space-around;
    }
    .page-recruit .cocdata {
        width: calc(100% - 40px);
    }
    .page-recruit .imfo {
        width: calc(100% - 40px);
    }
    .page-recruit .company_item {
        font-size: 1.3rem;
    }

    .page-recruit .company_item_title {
        width: 90px;
        padding: 10px;
    }

    .page-recruit .company_item_content {
        width: calc(100% - 90px);
        padding: 10px;
    }
    /* .page-recruit .company_item_content li{
        list-style: inside;
    } */
    .page-recruit .company_item_content_paragraph {
        margin-top: 14px;
    }

    .page-recruit .company_item_content_image {
        margin-top: 14px;
    }

    .page-recruit .company_item_content_image-label {
        max-width: 120px;
        margin-bottom: 4px;
    }

    .page-recruit .map {
        width: calc(100% - 40px);
        min-height: 300px;
        margin-top: 40px;
    }
    .page-recruit .section-btn{
        display: flex;
        justify-content: space-around;
    }
    .page-recruit .section-btn{
        margin: 0;
        width: 125px;
    }
    .page-recruit .cocodata h2{
        font-size: 1.4rem;
        padding-top:0;
    }
    .page-recruit .cocodata h2::before{
        justify-content: center;
        font-size: 8rem;
        position: relative;
    }
    .human-img img{
        width: 20%!important;
    }
    .page-recruit .info h2{
        font-size: 1.4rem;
        margin: 0 auto 100px;
    }
    .page-recruit .info h2::before{
        font-size: 7rem;
        position: relative;
        top: -17px;
        justify-content: center;
        margin-top: 0;
    }
    .page-recruit .cocodata{
        margin: 0 auto 100px;
    }
    .graph-aria img{
        width: 50%;
    }
    .human-img-txt{
        font-size: 2rem;
        margin: 35px auto;
    }
    .page-recruit .cocodata{
        margin: 0 auto;
    }
    .label-01{
        margin: 0 10px 0 10px;
    }
    .label-01::before{
        width: 63px;
        height: 50px;
        top: -17px;
    }
    .label-02{
        margin: 0 10px 0 10px;
    }
    .label-02::before{
        width: 63px;
        height: 50px;
        top: -17px;
        left: -12px;
    }
    .tab-2 > div{
        padding: 55px 5px;
    }
    .page-recruit .company{
        padding: 50px 20px;
    }
    .company h3{
        font-size: 1.7rem;
        margin: 0 auto 30px;
        left: 15px;
    }
    .company h3::before{
        top: -15px;
        left: -25px;
        display: inline-block;
        z-index: -1;
        position: absolute;
        aspect-ratio: 1 / .98;
        width: 35px;
        height: 35px;
        margin-right: 0;
        transform: translateY(-.3em);
        background-image: url(../img/common/icon_title.svg);
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        content: "";
        vertical-align: middle;
    }
    .page-recruit .info{
        margin: 0 auto 100px;
    }
    .about_product{
        width: calc(100% - 40px);
    }
    .bottom_housu{
        margin: 50px auto 0;
    }
    .house-img-02{
        left: 0;
        margin: 0 auto;
        display: block;
    }
    .blink-img1{
        left: 55px;
    }
    .blink-img2{
        right: 100px;
    }
    .blink-img3{
        top: 95px;
    }
    .about_product-group{
        display: block;
    }
    .about_product-group-item{
        width: auto;
    }
    .info .footer_cta_item{
        max-width: calc(100% - 40px);
        margin: 50px auto;
    }
    .housing{
        margin-bottom: 0;
    }
    .housing h3{
        margin: 60px 0 0;
        font-size: 2.2rem;
        padding-left: 40px;
    }
    .housing h3::before{
        display: block;
        top: 25px;
        left: -35px;
    }
    .office h3{
        margin: 60px 0 0;
        font-size: 2.2rem;
        padding-left: 40px;
    }
    .office h3::before{
        display: block;
        top: 25px;
        left: -35px;
    }
    .housing p{
        margin-top: 0px;
        font-size: 1.4rem;
    }
    .office p{
        margin-top: 0px;
        font-size: 1.4rem;
    }
}

/*# sourceMappingURL=map/style-company.css.map */