@charset "utf-8";

/* ##############################################################################

    Page-Recruit Style

############################################################################## */

/* work ver1 */
.work-ver1 .nav-interview{
    gap: 20px;
}
.work-ver1 .nav-interview-link{
    max-width: 420px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: end;
}

.work-ver1 .nav-interview-link:after{
    display: none;
}
.work-ver1 .nav-interview-link span{
    line-height: 1;
}
.work-ver1 .nav-interview-link .work-name{
    position: absolute;
    font-size: 22px;
    padding: 10px;
    background: var(--main-color-blue);
    line-height: 1;
    top: 0!important;
    right: 0;
}
.work-ver1 .nav-interview-link .work-catch{
    background: var(--main-color-blue);
    font-size: 28px;
    padding: 10px;
    width: 100%;
    line-height: 1;
    display: block;
    margin-top: auto;
}

.work-ver1 .nav-interview-link.nav-product{
    background-image: url(../image/page-recruit/img_recruit_product.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.work-ver1 .nav-interview-link.nav-quality{
    background-image: url(../image/page-recruit/img_recruit_quality.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-design{
    background-image: url(../image/page-recruit/img_recruit_design.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-supply{
    background-image: url(../image/page-recruit/img_recruit_supply.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-japansales{
    background-image: url(../image/page-recruit/img_recruit_jpsales.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.work-ver1 .nav-interview-link.nav-japansalessupport{
    background-image: url(../image/page-recruit/img_recruit_jpsalessupport.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-worldsales{
    background-image: url(../image/page-recruit/img_recruit_worldsales.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.work-ver1 .nav-interview-link.nav-worldsalessupport{
    background-image: url(../image/page-recruit/img_recruit_worldsalessupport.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}
.work-ver1 .nav-interview-link.nav-management{
    background-image: url(../image/page-recruit/img_recruit_management.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.second .content .section-gray h3{
    top: 30px;
}


/* recruit-information   よくある質問 */
.qa-6 {
    max-width: 980px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: var(--main-color-blue);
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: var(--key-color-red);
    line-height: 1.2;
    content: "A";
}





/* 会社概要上部調整 */
.jump-point {
    margin-top: 0;
}

/* ##############################################################################

    Page-recruit 事業紹介 Style

############################################################################## */

/* 事業紹介 */
.brand-page-top{
    width: 100%;
    position: relative;
    background: #fff;
    background-image: url(../image/page-brand/triangle_img.svg);
    background-repeat: no-repeat;
    background-size: 160%;
    background-position: center top -170px;
    padding: 0 0 120px;
}
.jigyo-title{
    margin-top: 100px;
}
.jigyo-title, .brand-text-eng{
    text-align: center;
    font-weight: bold;
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;    
}
.jigyo-title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.jigyo-title h3{
    color: var(--sub-color-blue);
    font-family: var(--font-minchou);
    line-height: 0.9;
}
.jigyo-title h3.font-kr{
    font-family: var(--font-gothic-kr);
}
.jigyo-title h3, .jigyo-title span.highlight{
    font-size: 140px;
}
.jigyo-title span.highlight, .jigyo-title span.highlight-mini{
    color: var(--main-color-blue);
}
.jigyo-title span, .jigyo-title span.highlight-mini{
    font-size: 36px;
}
.jigyo-title .mini-txt-outer, .jigyo-title-second .title-second{
    width: 100%;
    line-height: 1.3;
    position: absolute;
}
.ko .jigyo-title .mini-txt-outer{
    padding: 0 560px;

}
.jigyo-title .mini-txt-outer, .jigyo-title-second .title-second.title-sp-develop{
    top: 55px;
}

.jigyo-title-second .title-second{
    top: 175px;
}
.jigyo-title .mini-txt-outer span{
    color: var(--main-color-blue);
    top: 70px;
    font-size: 56px;
    font-family: var(--font-minchou);
}

.jigyo-content h3 {
    font-size: 36px;
    /* font-family: var(--font-minchou); */
    text-align: center;
    position: relative;
    color: var(--main-color-blue);
    z-index: 1;
    /* margin-bottom: 110px; */
    margin-bottom: 50px;
    background-color: #fff;
    width: 40%;
    left: 28%;
    top: 35%;
    border-radius:999px;
    font-weight:700;
    padding:10px;
}

/* first-contents */
.img-txt-container{
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 0 auto 120px;
    max-width: 1200px;
}
.img-txt-container img{
    width: 50%;
    object-fit: cover;
    padding-left: 30px;
}
.img-txt-container .jigyo-text-box{
    width: 500px;
    padding: 40px;
    font-weight: bold;
}
.img-txt-container p, .jigyo-text-box p{
    margin-bottom: 1rem;
}

/* second-contents */
.jigyo-title-second{
    margin-bottom: 150px;
}
.jigyo-title-second h4{
    font-family: var(--font-minchou);
    font-size: 90px;
    color: var(--line-color-gray);
}
.jigyo-title-second h4.font-kr{
    font-family: var(--font-gothic-kr);
}
.jigyo-title-second span{
    font-family: var(--font-minchou);
    font-size: 28px;
}
.jigyo-title-second span.font-kr{
    font-family: var(--font-gothic-kr);
}
.jigyo-title-second span.highlight{
    font-size: 90px;
    color: var(--main-color-blue);
}
.jigyo-title-second span.highlight-mini{
    color: var(--main-color-blue);
}
.jigyo-str-block-container{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    /*margin-bottom: 120px;*/
    padding: 0 20px;
}
.jigyo-str-block-container .jigyo-str-block{
    width: 250px;
    height: 250px;
    background: var(--main-color-blue);
    border: 5px solid var(--main-color-blue);  
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    position: relative;
}
.jigyo-str-block-container .jigyo-bunya-block{
    width: 250px;
    height: 250px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

.jigyo-str-block-container a{
    position: relative;
}
.jigyo-str-block-container .jigyo-str-block::before{
    content: "";
    position: absolute;
    left: 0;
    width: 240px;
    height: 240px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 20px;
}

.jigyo-str-block-container a::after{
    width: 150px;
    position: absolute;
    left: 55px;
    top: 50px;
    object-fit: cover;
    opacity: 0.3;
}
.jigyo-str-block-container .jigyo-str-block p{
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    position: relative;
    font-size:27px;
}

.highlight {
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 60%);
    font-size: 1.5em;
    font-weight: bold;
}

.brand-text-eng h5{
    font-size: 28px;
    color: #000;
}
.brand-text-eng span{
    font-size: 18px;
    color: var(--main-color-blue);
}
.brand-page-line{
    height: 60px;
    width: 2px;
    background: var(--main-color-blue);
    margin: 20px auto;
}
.right-img-container, .left-img-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 120px;
}
.right-img-container img, .left-img-container img{
    width: 50%;
    object-fit: cover;
}
.right-img-container .jigyo-text-box, .left-img-container .jigyo-text-box{
    width: 450px;
    position: relative;
}
.right-img-container .jigyo-text-box{
    margin-left: auto;
    margin-right: 100px;
    padding-left: 30px;
}
.left-img-container .jigyo-text-box{
    margin-left: 100px;
    margin-right: auto;
    padding-right: 30px;
}
.right-img-container .jigyo-text-box p, .left-img-container .jigyo-text-box p{
    position: relative;
    z-index: 1;
}
.right-img-container .jigyo-text-box img, .left-img-container .jigyo-text-box img{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 120px;
    object-fit: contain;
}

.left-img-container .jigyo-text-box img{
    right: 0;
}

/* third-contents */
.flow-parts-container{
    display: flex;
    justify-content: center;
    gap: 80px;
    width: 100%;
    margin-bottom: 120px;
    align-items: flex-start;
}
/* ナビサークル */
.flow-parts-container .flow-nav-box{
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center ;
    position: sticky;
    top: 200px;
    left: 0;
    row-gap: 30px;
}
.flow-parts-container .nav-circle{
    width: 120px;
    height: 120px;
    border: 2.5px solid var(--main-color-blue);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: bold;
    background: #fff;
    position: relative;
}

.flow-parts-container .nav-circle a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.flow-parts-container span.nav-number{
    color: var(--main-color-blue);
    font-size: 12px;
}
.flow-parts-container .nav-circle p.nav-txt{
    font-size: 16px;
    line-height: 1.3;
}

.flow-parts-container .nav-circle:nth-child(n+2):after {
    content: "";
    background: #4693C8;
    width: 1px;
    position: absolute;
    display: block;
    height: 32px;
    left: 50%;
    top: -32px;
}

.flow-parts-container .nav-circle.active{
    width: 180px;
    height: 180px;
    background: var(--main-color-blue);
    padding: 20px;
    color: #fff;
}
.flow-parts-container .nav-circle.active span.nav-number{
    color: #fff;
    font-size: 16px;
}
.flow-parts-container .nav-circle.active p.nav-txt{
    font-size: 27px;
    color: #fff;
}
.flow-parts-container .brand-page-line{
    margin: 0;
    height: 40px;
    width: 0.5px;
}
/* ナビ詳細 */
.flow-details-box .details-block{
    max-width: 750px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.4);
    padding: 40px;
    margin-bottom: 27px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: bold;
    background: #fff;
}
.flow-details-box span, .flow-details-box h4{
    margin-bottom: 10px;
}
.flow-details-box span{
    color: var(--main-color-blue);
    font-size: 18px;
}
.flow-details-box h4{
    color: #000;
    font-size: 24px;
}
.flow-details-box p{
    font-weight: normal;
}
/* last-contents */
.brand-page-top .nav-story .nav-pump:after,
.brand-page-top .nav-story .nav-valve:after,
.brand-page-top .nav-story .nav-psa:after{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand-page-top a.nav-story-link{
    width: 430px;
}
@media screen and (min-width: 767px){
    .ko .jigyo-title h3, .jigyo-title span.highlight{
        font-size: 140px;
        letter-spacing: 18px;
    }
}

/* brand SP */
.jigyo-message-inner-title p{
    text-align: center;
    padding: 30px;  
    font-size: 36px;
    text-align: center;
    position: relative;
    color: var(--main-color-blue);
    z-index: 1;


}

.jigyo-message-inner-title span{
    text-align: left;
    padding: 30px;  
    font-size: 26px;
    text-align: center;
    position: relative;
    color: var(--main-color-blue);
    z-index: 1;
}

.jigyo-top {
    background-image: url(../image/recruit-site/img-recruit-jigyotop.png);
    background-repeat: no-repeat;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    height:400px;    
}

.jigyo-message-inner p{
    text-align: center;
}


.jigyo-message-inner:first-child
Specificity: (0,2,0) {
    max-width: calc(100% - 80px);
}


.section-jigyo-message {
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto;
    width: 100%;
    gap: 90px;
    /*padding-bottom: 100px;*/
}

.jigyo-content {
 /*   background: #fff;*/
    position: relative;
}

.section-jigyo-main {
    background-color: rgb(221, 231, 245);    
}


.coontents-item-jigyo{
    width: 100%;
    top: 10px;
    margin: auto;
    padding:50px;

}

.contents-box-jigyo{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    
}


@charset "utf-8";

/* ##############################################################################

    Page-ibs_recruit Style

############################################################################## */

/* トップページ*/
/*.slider {
    width: 800px;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  
  .slide-item {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slide 9s infinite;
  }
  
  .slide-item img {
    width: 800px;
    height: 400px;
    flex-shrink: 0;
    object-fit: cover;
  }
  
  @keyframes slide {
    0% { transform: translateX(0); }
    33.33% { transform: translateX(-800px); }
    66.66% { transform: translateX(-1600px); }
    100% { transform: translateX(0); }
  }

*/

/* トップページ */
.recruit_title {
    font-size: 40px;
    font-weight: bold;
    position: relative;
}

.recruit_title span{  
    font-size: 45px;
    color: #3D5975;
    line-height: 0.7em;    
    
}

/*.recruit_title_sub{
    font-size: 80px;
    color: #fff;
    line-height: 0.7em;
    margin-top:100px;
    padding:100px;    
    z-index: 10;
    
}*/


/* IBSを知る */
.section-aboutibs-top{
    /*background-color: #f0f8ff;*/
    width:100%;
    /*left:200px;*/
}

/*.top-about_box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    padding: 100px 0;
    display: grid;
    grid-template-columns: 500px 1fr;
}

.top-about_box img{
    border-radius: 50px;
    width: 500px;
    height: 550px;
}*/

.section-msg-top{
    text-align: center;
    background-color: #f0f8ff;
}

/*.msg-top{
    position: relative;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 50% / 100% 100% 0 0;
}*/


/* 仕事を知る */
/*.section-work-top{
    text-align: center;
   
}*/

.work-box{
    display: flex;
    justify-content: space-around; 
    margin-top: 100px;
}

.work-text{
    text-align: center;
    font-size: 18px;
    margin-bottom:40px;
}


/*トップの文字レイアウト*/
.top-moji-box{
    width: 550px;
    height: 500px;
    justify-content: space-evenly;
    position: relative;
}


.top-mojit-text {
  position: absolute;
  top: 35%;
  /*left:-10%;*/
  background-color: white;
  padding: 1px 1px;
  display: inline-block;
  color: #21548C;
}

.top-mojib-text {
  position: absolute;
  top: 50%;
  left:-30%;
  /*background-color: white;*/
  padding: 1px 1px;
  display: inline-block;
  background-color: #21548C;
}

.top-moji-box img {
  position: absolute;
  top: 80%;
  left:-30%;
  display: inline-block;
}



.top-mojit-line {
  font-size: 45px;
  font-weight: bold;
  color: #21548C;
  margin: 0;
  line-height: 1.5;
  text-align:right;
}


.top-mojib-line {
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  text-align:left;
}



.work-box-occupation{
    width: 550px;
    height: 500px;
    justify-content: space-evenly;
    position: relative;
}

/*.work-box-occupation-title{
    font-size: 36px;
}*/

.work-box-occupation img{
    border-radius: 50px;
}

.item-body{
    width: 320px;
    height: 135px;
    background-color: #fdfdfd;
    position: absolute;
    top: 225px;
    left: 270px;
    padding: 20px;
    border-radius: 10px;
}

.item-name{
    font-size:40px;
    font-weight:bold;
    text-align:left;
    }

.item-tag{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: var(--font-weight-black);
    line-height: 180%;
    letter-spacing: .2em;
}

.item-tag-item{
    background-color: #C0D2E5;
    padding: 0px 10px;
    border-radius: 10px;
    margin-right: 10px;
}

@media (min-width: 840px) and (max-width: 1279px) {
    .item_body[data-astro-cid-47t5rdji] {
        padding: 3.125vw 1.71875vw 0;
        width: 28.125vw;
        height: 15.625vw;
        background-color: #F9F9F9;
        background-size: 100% auto;
    }

    .item_tagItem[data-astro-cid-47t5rdji] {
        padding: 0 1.5625vw;
        height: 1.875vw;
        font-size: .9375vw;
        border-radius: .9375vw;
    }

    .item_name[data-astro-cid-47t5rdji] {
        font-size: 2.03125vw;
    }
}

/* 社員インタビュー */
/*
.top-interview{   
    display: flex;
    justify-content: space-around;
    margin-top: 100px;    

}

.top-interview_box{
    padding-left: 40px;
}

.top-interview_img{
    margin: 0px 0 7vw 60px;
}

.top-interview_img img{
    border-radius: 50px;
}

.top-interview_box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 100px 25px;
}*/

/* 数字で見るIBS */
/*.section-data-top {
    margin: 120px 0 0 0;
    background: #F9F9F9 url(https://dev-main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/top-data.png) -50vw center no-repeat;
    background-size: cover;
}

.section-data-top > .recruit-number {
    max-width: 1320px;
    padding: 0 60px;
    margin: 0 auto;
}

.section-data-top > .recruit-number > .block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-data-top > .recruit-number > .block > .box {
    background-color: #F9F9F9;
    width: 50%;
    padding: 120px 0 120px 100px;
}*/

.h-mt00 {
    margin-top: 0px !important;
}

.heading-type01 {
    position: relative;
    margin: 62px 0 0 0;
    padding: 62px 0 0 0;
}

h1, h2, h3, h4, h5, h6, strong, em {
    font-size: 100%;
    font-weight: 400;
}

.heading-type01 > .en.-top {
    font-size: 3rem;
}

.heading-type01 > .en {
    display: block;
    font-family: "Montserrat", "Noto Sans JP", Noto Sans Serif JP, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
    font-size: 8.8rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 14px 0;
}

.heading-type01 > .ja {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}


.heading-type01::after {
    content: "4";
    display: block;
    /* background-color: #C3AC80;
    width: 120px;
    height: 10px; */
    font-size: 7.8em;
    color: #C0D2E5;
    position: absolute;
    top: -110px;
    left: 190px;
}

.section-data-top > .recruit-number > .block > .box > .button {
    width: 360px;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}

.button-common {
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    border-radius: 50px;
    padding: 25px 0;
    text-decoration: none;
    min-width: 360px;
    max-width: 360px;
    position: relative;
    background-color: #000000;
    text-transform: uppercase;
    font-family: "Montserrat", "Noto Sans JP", Noto Sans Serif JP, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
    transition: 0.4sease;
}

.button-common::before {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    width: 18px;
    height: 2px;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.4sease;
}

.button-common::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    transition: 0.4sease;
    box-sizing: content-box;
}

/* ボタン */
.top-link{
    display: flex;
    margin: 180px 0;
    justify-content: space-around;
    height: 250px;
}

.top-link_items{
    border: 2px solid #C0D2E5;
    border-radius: 30px;
    width: 330px;
}

.top-link_items a{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 30px;
    background-color: #fff;
}

.top-link_items_icon{
    color: #1F1D1B;
    text-align: center;
}

.top-link_items_img{
    transition: all 0.4s ease 0s;
    width: 80px;
    margin: 0 auto;
}

.top-link_items_title{
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.233;
    letter-spacing: 0.01em;
    transition: all 0.4s ease 0s;
}


/*margin*/

.mt-40{
    margin-top: 40px;

}



.hero-section {
  position: relative;
  width: 100%;
  max-width: 500px; /* 適宜調整 */
  height: 250px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text-boxt {
  position: absolute;
  top: 20%;
  left:-10%;
  background-color: white;
  padding: 1px 1px;
  display: inline-block;
}

.hero-text-boxb {
  position: absolute;
  top: 30%;
  left:-10%;
  background-color: white;
  padding: 1px 1px;
  display: inline-block;
}

.hero-text-line {
  font-size: 35px;
  font-weight: bold;
  color: #21548C; /* おそらくこの画像の青色 */
  margin: 0;
  line-height: 1.5;
  text-align:left;
}

.message-section {
  padding: 60px 20px;
  color: #003366;
  text-align: center;
}

.message-title {
  font-size: 35px;
  font-weight: bold;
  color: #003366;
  line-height: 1.6;
  margin-bottom: 40px;
}

.message-body {
  font-size: 18px;
  line-height: 2;
  max-width: 450px;
  margin: 0 auto;
  color: #1a1a1a;
  text-align:left;
}

.message-body p {
  margin-bottom: 24px;
}

/*インタビュー　セクション*/
.section-interview-top {
  text-align: center;
  background-color: #f0f8ff;  
}

/*仕事を知る　セクション*/
.section-work-top {
  text-align: center;
  background-color: #fff;
}



.entry-section {
  background-color: #16528A; /* 濃いブルー */
  padding: 60px 20px;
  border-radius: 16px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}

.entry-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.entry-text h2 {
  font-size: 100px;
  font-weight: bold;
  margin: 0;
}

.entry-text p {
  font-size: 18px;
  margin-top: 10px;
}

.hataraku-button .entry-circle-btn {
  background-color: white;
  color: #16528A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.entry-button .entry-circle-btn {
  background-color: white;
  color: #16528A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.entry-button .entry-circle-btn:hover {
  background-color: #0d3a60;
  color: white;
}



/*働く環境*/

.work-env {
  /*background: #f7f7f7;*/
  /*background-color: #f0f8ff ;*/
  background-color: #fff;
  text-align: center;
  padding: 80px 20px;
  margin-bottom:100px;

}


.section-title .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}

.section-title .desc {
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin-top:20px;
  margin-bottom:-20px;
}

.env-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.env-card {
  background: white;
  border-radius: 16px;
  /*padding: 24px;*/
  padding: 70px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  transform: translateY(40px);
  align-items: center;
  display: block;
}

.env-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.env-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.env-card .label {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  position:absolute;
}

.env-card .label span {
  color: var(--main-color-blue);
  margin-left: 6px;
}

.env-button {
  margin-top: 48px;
  width:100%;
  text-align:center;
}

.btn-blue {
  background:var(--main-color-blue);
  color: white;
  font-weight: bold;
  padding: 16px 120px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
  width:100%;
  text-align:center;
}

.btn-blue:hover {
  background: white;
  border:2px solid var(--main-color-blue);
  color:var(--main-color-blue);
}


.section-jigyosyokai {
  text-align: center;
  padding: 80px 20px;

}


.section-suuji {
  text-align: center;
  padding: 80px 0px;
  background-color: #f0f8ff ;  
}

.yajirusi-button{
  margin:-85px 10px 10px 150px;
}

.yajirusi-button .yajirusi-circle-btn {
  background-color: #16528A;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yajirusi-button .yajirusi-circle-btn:hover {
  background-color: #0d3a60;
  color: white;
}


.carousel-container {
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
}
.carousel-item {
  display: inline-block;
  width: 300px;
  margin-right: 1rem;
  scroll-snap-align: start;
}
video {
  width: 100%;
  border-radius: 8px;
}


.aboutibs-top{
  display:flex;
  margin-left:10%;
}

.aboutibs-top-maru{
  display:flex;
  top:90px;
}




.fadeInRight {
    animation: fadeInRight 0.7s ease 0s 1 normal;
}
/* fadeInRight */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
  }
}


.cssComporment {
    width: 100%;
    height: 200px;
    background:var(--main-color-blue);
    color:white;
    /*background: #6b7784;*/
    /*transition-duration: 500ms;
    transition-property: opacity;
    display: none;*/
}



.container_fuwafuwa {
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  /*background: url(https://s3-ap-northeast-1.amazonaws.com/nishinoshake/demo/bg/galaxy01.jpg) no-repeat;*/
  background: #FFF url(https://dev-main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/test1.png) no-repeat;
  /*background-size: cover;*/
  background-size: 900px;
  margin:100px 0 0 100px;
}

.target {
  display: block;
  width: 70%;
  max-width: 700px;
  height: auto;
}


.p-recruit-information__tel__item {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: min(1.6326530612vw + 13.8775510204px, 40px) min(.8163265306vw + 16.9387755102px, 30px);
}

.p-recruit-information__tel__number {
    color: #e60012;
    display: flex;
    font-family: LINESeedJP-Regular, sans-serif;
    font-size: min(.2448979592vw + 1.1926020408rem, 1.4375rem);
    gap: 10px;
    margin-block-start: min(.4081632653vw + 3.4693877551px, 10px);
}

.tel-icon {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
}

.page-contact .content, .page-contact-product section {
  /*padding : 10px 0;*/

}


.section-under-clippath{
  background-color: #f0f8ff ;
}



@media screen and (max-width: 1250px){


}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
}    

/* Recruit SP */
@media screen and (max-width: 767px) {

    /* スマホ向けのスタイル */
    .brand-page-top{
        padding: 50px 20px 70px;
        background-image: url(../image/page-brand/triangle_img_sp2.svg);
        background-position: center top 45px;
        background-size: 140%;
        background-repeat: repeat;
    } 
    .jigyo-title .mini-txt-outer{
        top: 60px;
    }
    .jigyo-title{
        margin-bottom: 50px;
    }
    .jigyo-title h3, .jigyo-title h3, .jigyo-title span.highlight{
        font-size: 50px;
    }
    .jigyo-title .mini-txt-outer span, .jigyo-title span.highlight-mini{
        font-size: 12px;
    }
    .img-txt-container{
        flex-wrap: wrap;
        margin: 0 auto 70px;
    }
    .img-txt-container img{
        width: 100%;
        padding: 0;
    }
    .img-txt-container .jigyo-text-box{
        width: auto;
        padding: 0;
    }
    .jigyo-title-second h4, .jigyo-title-second span.highlight{
        font-size: 36px;
    }
    .jigyo-title-second span{
        font-size: 12px;
    }
    .jigyo-title-second .title-second{
        top: 100px;
    }
    .jigyo-str-block-container, .flow-parts-container{
        margin-bottom: 70px;
    }
    .brand-text-eng span{
        font-size: 12px;
        line-height: 1.5;
        display: block;
    }
    .brand-page-line{
        height: 30px;
        margin: 10px auto;
    }
    .right-img-container, .left-img-container{
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin: 0 auto 70px;
    }
    .right-img-container .jigyo-text-box{
        order: 1;
    }
    .right-img-container img, .left-img-container img{
        width: 100%;
    }
    .right-img-container .jigyo-text-box, .left-img-container .jigyo-text-box{
        margin: 0; 
        padding-left: 0;
        padding-right:0;
    }
    .flow-parts-container .flow-nav-box{
        display: none;
    }
    .right-img-container .jigyo-text-box img, .left-img-container .jigyo-text-box img{
        width: 100px;
        height: 100px;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .flow-details-box h4{
        font-size: 20px;
    }
    .jigyo-str-block-container{
        flex-wrap: wrap;
    }
    .jigyo-title-second .title-sp-develop{
        top: 50px;
    }
    .brand-page-top .jump-point{
        padding-top: 50px;
        margin-top: -50px;
    }
    .ko .jigyo-title .mini-txt-outer{
        padding: 0;
    }

    .btn-blue {
    padding: 20px 50px;
    }

    .entry-container {
    max-width: 767px;
    }

    .entry-text h2 {
    font-size: 40px;
}
   /* 会社の建物外観写真*/
.aboutibs-top  img{
    width: 300px;
    height: 195px;
    padding-right: 60px;
        max-width: 80%;
    height: auto;
}
.aboutibs-top {
    display: block;
    margin-left: 3%;
    margin-top: 6%;
}
/* 変化を楽しめるあなたと*/

.top-mojit-line {
    font-size: 13px;
    font-weight: bold;
    color: #21548C;
    margin: 0;
    line-height: 1.5;
    text-align: right;
}
.top-mojit-text {
    top: -219%;
    left: 225px;
}
/* IBSは進化する*/
.top-mojib-text {
    top: -173%;
    left: 54%;
}
.top-mojib-line {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}
/* 文字ボックス*/
.top-moji-box {
    width: 390px;
    height: 50px;
}
/* 世界の人々とともに～*/
.message-title {
    font-size: 25px;
    font-weight: bold;
    color: #003366;
    line-height: 1.6;
    margin-bottom: 40px;
}
/* 仕事を知る*/
.work-box {
    display: contents;
}
.hero-text-line {
    font-size: 20px;
}
.work-box-occupation img {
    width: 299px;
    height: 200px;
    padding-right: 0px;
    /* padding-left: 0px; */
    margin-top: 22px;
    margin-left: 26px;
    border-radius: 30px;
}
.hero-text-boxt {
    position: absolute;
    top: 20%;
    left: -3%;
}
.hero-text-boxb {
    top: 11%;
    left: -3%;
}
.hero-text-line {
    font-size: 14px;
}
.work-box-occupation {
    width: 329px;
    height: 435px;
    justify-content: space-evenly;
    position: relative;
}
.item-body {
    width: 199px;
    height: 85px;
    background-color: #ffffff;
    position: absolute;
    top: 108px;
    left: 270px;
    padding: 20px;
    border-radius: 10px;
    left: 187px;
    padding: 0px;
    border-radius: 10px;
}

.item-name {
    font-size: 23px;
    padding-top: 9px;
    padding-left: 32px;
}
.work-box-occupation {
    width: 329px;
    height: 220px;
    justify-content: space-evenly;
    position: relative;
}
.yajirusi-button .yajirusi-circle-btn {
    width: 50px;
    height: 50px;
    font-size: 28px;
}
.item-tag-item {
    padding: 0px 5px 0px 4px;
    padding: -3px 10px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 7px;
}
.yajirusi-button {
    margin: -45px 6px 3px 131px;
}
.item-tag {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: var(--font-weight-black);
    padding-top: 2px;
    padding-left: 10px;
    line-height: 117%;
    letter-spacing: .2em;
}
/* IBS*/
h1 img {
    margin-top: -32px;
    margin-left: 7px;
}
.recruit_title {
    font-size: 90px;
}
h2 {
    font-size: 30%;
    font-weight: 400;
}
h1 {
    width: 137px;
    height: 73px;
}

/* 採用サイト*/
.recruit-menu-links {
display: none;
}
.aboutibs-top {
    display: block;
    margin-left: 3%;
    margin-top: 6%;
}
.aboutibs-top  img {

    max-width: 74%;
}
.message-body {
    font-size: 15px;
}
.work-text {
    font-size: 13px;
}
/* 働く環境*/
.section-under-clippath {
    padding-bottom: 38px;
}
.work-env {
    padding: 0px 20px;
}
.env-card {
    padding: 35px;
    width: 171px;
    height: 212px;
}
.env-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
}
.env-card img {
    width: 177px;
    height: 117px;
    margin-bottom: 3px;
}
/* /////////////////////////　事業内容　///////////////////////////////////////*/

.boox-contents {
    padding-top: 0px;
    margin-top: -33px;
}
.jigyo-top {
    background-image: url(../image/recruit-site/img-recruit-jigyotop.png);
    background-size: contain;
    margin: 0 auto;
    padding: 27px 0;
    height: 100px;
}
.jigyo-content h3 {
    font-size: 11px;
    width: 46%;
    top: 2%;
}
.jigyo-message-inner-title p {
    padding: 0px;
    top: -37px;
    font-size: 16px;
}
.jigyo-message-inner{
    font-size: 13px;
}
.jigyo-title, .brand-text-eng {
    margin-bottom: 14px;
    padding: 0px 0;
}
.section-jigyo-message {
    width: 93%;
}
.coontents-item-jigyo {
    width: 100%;
    top: 10px;
    margin: auto;
    padding: 0px;
}
.coontents-text {
    padding: 8px;
    margin-left: 23px;
    margin-top: -4px;
    width: 90%;
    padding-bottom: 14px;
}
.boox-contents {
    padding-top: 15px;
    margin-top: -47px;
    margin-left: 10px;
    width: 95%;
}
.contents-box-jigyo {
    width: 100%;
    max-width: 1400px;
    padding-bottom: 60px;
}
.right-img-container .brand-text-box, .left-img-container .brand-text-box {
    margin: 0;
    padding-left: 10px;
    padding-right: 11px;
    font-size: 13px;
}
.entry-section {
    margin-top: -53px;
    margin-bottom: -40px;
    padding: 9px 20px;
}
.coontainer {
    width: 95%;
}
.ibs-hover-btns {
    display: flex;
    column-gap: 138px;
}
body {
    -webkit-text-size-adjust: none;
    word-break: break-word;
    background-color: #ffffff;
}
.ibs-hover-btns {
    display: flex;
    column-gap: 9px;
}
}