@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 ;
}
