
/* 採用トップページ */
.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;
}

/* 事業紹介 */
.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;
    
}


/* トップページ */
.recruit_title {
    font-size: 40px;
    font-weight: bold;
    position: relative;
}

.recruit_title span{  
    font-size: 45px;
    color: #3D5975;
    line-height: 0.7em;    
    
}


/* IBSを知る */
.section-aboutibs-top{
    /*background-color: #f0f8ff;*/
    width:100%;
    /*left:200px;*/
}

.section-msg-top{
    text-align: center;
    background-color: #f0f8ff;
}

.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;
    }
}
.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;
}



.container_fuwafuwa {
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #FFF url(https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/test1.png) no-repeat;
  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%);
}


.section-under-clippath{
  background-color: #f0f8ff ;
}


@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;
}
}



/* 採用ページ用ヘッダメニュー */
.recruit-nav{
    display: none;
}

.recruit-nav-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.recruit-nav-container a{
    color: #fff;
    text-decoration: none;
}
.recruit-nav-container[open]{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    animation-name:fadeDownAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}        
    @keyframes fadeDownAnime{
        from {
        opacity: 0;
        transform: translateY(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }
.recruit-nav-container h1{
    position: absolute;
    top: 0;
    background: none;
}
.recruit-nav-container .recruit-nav{
    width: 50px;
    height: 50px;
    background-color: var(--main-color-blue);
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 85px;
}
.recruit-nav-container span.nav-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 11px;
}
.recruit-nav-container .recruit-nav-active{
    display: none;
}
.recruit-nav-container .recruit-nav-active span{
    display: none;
}
.recruit-nav-container span.nav-line::before{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 0;
}
.recruit-nav-container span.nav-line::after{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
}
.recruit-nav-container[open] span.nav-line{
    display: none;
}
.recruit-nav-container[open] span.nav-line-active{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(45deg);
}
.recruit-nav-container[open] span.nav-line-active-after{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
}
.recruit-nav-container .drawer-menu{
    list-style: none;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.drawer-menu-list{
    display: block;
    margin: 10px 0 0 0;
    padding: 0 20px 5px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.drawer-menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-list{
    padding-left: 20px;
    margin-top: 5px;
    font-weight: normal;
}
.accordion-list-text{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.text-company:last-child, .text-story:last-child, .text-recruit:last-child, .text-csr:last-child{
    border-bottom: 0;
}
.recruit-nav-container summary::-webkit-details-marker {
    display: none;
}
.drawer-menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.drawer-menu-accordion[open] summary::after {
    transform: rotate(225deg);
}
.drawer-hp-btn{
    display: flex;
    text-align: center;
    column-gap: 20px;
    margin: 10px 0 30px 10px;
}
.drawer-hp-btn a{
    display: inline-block;
    width: calc(90% / 2);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}
.btn-ibs{
    background-color: var(--key-color-green);
}
.hp-btn{
    background-color: var(--main-color-blue);
}


.recruit-menu-links{
    position: relative;
    width: 150px;
    display: inline-block;
    top: -70px;
    left: 250px;
    z-index: 999;
    position: absolute;  
    top: 30px;
}
.recruit-menu-links .subtitle {
    color: var(--sub-color-gray);
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 100%;
}

/* hamburger */
.checkbox {
  display: none;
}

.ham-button {
  position: relative;
  background-color: var(--main-color-blue);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5vh; */
  /*right: 5vw; */
  z-index: 2000;
  /*box-shadow: 0 1rem 3rem black;*/
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5.5vh; */
  /*right: 5.5vw; */
  /*background-image: radial-gradient(black, black);*/
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.hamlist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-evenly;

}

.ham-button.-active .icon_text::before {
    content:"閉じる";
  
}


.item {
  margin: 1rem;
  font-size: 36px;
}

.hamlink:link,
.hamlink:visited {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: var (--main-color-blue);
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  /*background-color: gray;*/
  background-color: white;
  display: inline-block;
 
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


.hamlist li{
    width: 80%;
    /*width: 38.9%;*
    /*background-color: rgb(240,240,240);*/
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.main-nav a:last-child{
    color:#fff;    
}

/*募集要項ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: var(--key-color-red);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin-right:100px;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
  }
}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
    /* menu */
.main-menu-links {
    display: none;
}

}    

/* Recruit SP */
@media screen and (max-width: 767px) {
.recruit-menu-links {
    position: relative;
    width: 151px;
    display: inline-block;
    top: -70px;
    left: 120px;
    z-index: 999;
    position: absolute;
    top: 15px;
}
.recruit-menu-links .subtitle {
    padding: 5px 10px 5px 22px;
    font-size: 12px;
}
.main-nav {
    position: absolute;
    top: 19%;
    /*right: 3%;*/
    display: flex;
    justify-content: flex-end;
    width: 100%;
  /*display: none;*/
}
#page-header-block {
    padding-top: 100px;
}
.buttonRound {
    max-width: 104px;
    height: 26px;
    padding: 11px 24px;
    font-size: 12px;
    margin-right: 58px;
    margin-top: 10px;
}
.ham-button {
    height: 3rem;
    width: 3rem;
}
.background {
    height: 2rem;
    width: 2rem;
    margin-right: 1%;
    margin-top: 1%;
}
.icon, .icon::before, .icon::after {
    width: 1.5rem;
}
.header-inner {
    height: 64px;
    background: #fff;
}
h1 img {
    margin-top: -13px;
    margin-left: 13px;
}
.hamlist {
    width: 120%;

}
.header-outer {
    width: 100%;
}
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
    font-size: 12px;
  }
}

/* 募集要項 */
.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);
}




.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;
}

.env-button {
  margin-top: 48px;
  width:100%;
  text-align:center;
}

/* 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";
}



/*  ハッピーターンの背景　上部 */
.back-color-round-top{
  position: relative;
  margin       : 0 auto;
  position     : relative;                           
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/100% 100% 0 0;
 
}

/*  ハッピーターンの背景　下部 */
.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}




.back-color-square-01{
background-color: rgb(221, 231, 245);
margin: 0 auto;

}

.back-color-square-02{
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
}

.back-color-square-03{
 position: relative;
 width: 100%;
 background-color: rgb(221, 231, 245);
 margin: 0 auto;

}

/*仕事内容*/
/* 各コンテナの幅 */
.recruit-container{
  width: 85%;
  margin: 0 auto;
}

.recruit-work-bgimg{
 background-image: url(https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/backimg5.png) ;
 width: 100%;
 
}

/*
.top-title{
  background-color: #f0f0f0; 
  padding: 10px  50px;
  box-sizing: border-box; 
  background-image: url(image/page-office/backimg2.png);
}
*/


.recrut-work-title h2{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
 
}

/* 製造　production */
/*
.kuuhaku-01{
  position: relative;
}
  */

/*
.sub-title-01{
  position: absolute;
  top: 80px;  
  background-color: #f0f0f0; 
  padding: 30px  ;
  box-sizing: border-box; 
}
  */


.recruit-work-field{
  display: flex;
  /*border: 2px solid #333; *//* コンテナのボーダー */
  padding: 10px;
  gap: 10px; /* 要素間のスペース */
}

/* 3カラム */

.recrui-work-boxtitle{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}

.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}

/* 画像 */
.box-img{
   width: 45%;
  /*background-color: #f0f0f0; :*/
  /*border: 2px solid #666;*/
  padding: 10px;
  box-sizing: border-box;
  word-break: break-all;
}
.bg-image-01 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-seizo.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
   border-radius: 10px; 
  background-position: 35% 10%;    
  background-repeat: no-repeat;                          
}
.bg-image-02 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/img_technical_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;     
  border-radius: 10px; 
  
  background-repeat: no-repeat;            
}
.bg-image-03 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-sekkei.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;
   border-radius: 10px;    
  background-repeat: no-repeat;                          
}
.bg-image-04 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_sales.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;  
  border-radius: 10px;
 background-repeat: no-repeat; 
 background-position: right;            
}
.bg-image-05 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;
   background-repeat: no-repeat; 
   background-position: center;                      
}
.bg-image-06 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_manager.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;   
   background-repeat: no-repeat;  
   background-position: center;                  
}




/* フォント */

.box-title{
  font-size: 20px;
  color: #3058a3;
}

/* その他の職種 */
.jimukei{
  margin: 100px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;  
  
}

.jimukei-yajirushi{
  display: flex;
  
}

.jimukei-title {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:35px;
  margin:5% 3% 5% 20% ;
}

.button-box p{
  margin-bottom:0px;

}

.button-box img{
  width: 380px;
  height: 200px;
  border-radius: 20px;            
  object-fit: cover;
  display: inline-block;
}


h5{
  font-size: 40px;
  }

/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}

h6{
  font-size: 80px;
}


/* 英字とタイトルの重ね */
.kasane-title{
  position: relative;
}
img.eiji-01 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-02 {
width: 250px;
 position: absolute;
  top: 0px;
  left: 280px;
}
img.eiji-03 {
width: 380px;
 position: absolute;
  top: 0px;
  left: 170px;
}
img.eiji-04 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-05 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 230px;
}
img.eiji-06 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 170px;
}




.kaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
   letter-spacing: 8px;
   color: #47484b;
  top: -45px;
  left: 60px;
}
/* テキストの長さにより見切れるた調整整 */
.midashi-top1{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.5vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top2{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top3{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
font-size:35px;
 white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */


/* 見出しデザイン */
display: flex;
align-items: center;
font-size: 26px;
}
.midashi::before{
content: '';
	width: 20px;
  border-radius: 6px;
	height: 3px;
	background-color:  #21548C;
  margin-right: 20px;
}


.contents-text{
  padding: 5px 15px 50px 15px;
}

.contents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}

.contents-box-bg{
    background-color:rgb(221, 231, 245);
}

.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
 background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}

/* 各コンテナの幅 */

.coontainer{
  width: 75%;
  margin: 0 auto;

}

.kaasane-title{
  position: relative;
  width: 50%;
}
.hatarakukannkyou{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
  position: absolute;  
   top: 30%;
 left:30 %;
}

img.eiji-07 {
width: 400px;
 position: absolute;
  top: 70%;
 left:25%;
}
/* カラム */
.karibako{
 top: -500px;
 margin-top: 150px;
}
.fiield{
  display: flex;
padding: 10px;
gap: 10px 10px 20px 10px;


}
.box-semititle{
  width: 85%;
}
.box-title{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}
.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}
.box-semititle{
  width: 85%;
}
.miidashi-01{
   font-weight: bold;
  color: #21548C;

  text-align: left;  
  font-size:40px;
}
.miidashi-02{
  font-weight: bold;

  color: #474747;
  text-align: left;  

 font-size: 20px; /* ビューポート幅の2%のフォントサイズ */
}
.miidashi-03 {
    position: relative;
    display: block;
     font-weight: 600;
     color: #21548C;
     font-size: 30px;
   padding-left: 45px;
}

.miidashi-03::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background:#21548C;
    content: "";
    margin-left: 15px;
  
}

.box-icon{
  width: 15%; 
 position: relative;
}
.mini-icon{
 position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
 
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}
.boox-contents{
    width: 100%;
  background-color: rgb(255, 255, 255);
    margin-top: -5px;
    border-radius: 10px;
}
.kaaku-contents{
  width:100%;
  display: flex;
  margin-top: 20px;
}
.coontents-text{
  margin-top: -5px;
  width: 90%;
  padding-bottom: 20px;
}
.coontents-item{
  width: 50%;
  top: 10px;
  margin:25px;
}
/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}


.kaaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
  top: -45px;
  left: 60px;
}
.kaaku-contents{
  margin-bottom: 20px;
}
.midashi-top{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:28px;
  white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */
}

.coontents-text{
  padding: 5px ;
  color: #474747;
margin-left: 20px;
}

.coontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}

.cooontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.coontents-box-bg{
background-color: rgb(221, 231, 245);

}



/* 採用ページ用ヘッダメニュー */
.recruit-nav{
    display: none;
}

.recruit-nav-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.recruit-nav-container a{
    color: #fff;
    text-decoration: none;
}
.recruit-nav-container[open]{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    animation-name:fadeDownAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}        
    @keyframes fadeDownAnime{
        from {
        opacity: 0;
        transform: translateY(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }
.recruit-nav-container h1{
    position: absolute;
    top: 0;
    background: none;
}
.recruit-nav-container .recruit-nav{
    width: 50px;
    height: 50px;
    background-color: var(--main-color-blue);
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 85px;
}
.recruit-nav-container span.nav-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 11px;
}
.recruit-nav-container .recruit-nav-active{
    display: none;
}
.recruit-nav-container .recruit-nav-active span{
    display: none;
}
.recruit-nav-container span.nav-line::before{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 0;
}
.recruit-nav-container span.nav-line::after{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
}
.recruit-nav-container[open] span.nav-line{
    display: none;
}
.recruit-nav-container[open] span.nav-line-active{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(45deg);
}
.recruit-nav-container[open] span.nav-line-active-after{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
}
.recruit-nav-container .drawer-menu{
    list-style: none;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.drawer-menu-list{
    display: block;
    margin: 10px 0 0 0;
    padding: 0 20px 5px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.drawer-menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-list{
    padding-left: 20px;
    margin-top: 5px;
    font-weight: normal;
}
.accordion-list-text{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.text-company:last-child, .text-story:last-child, .text-recruit:last-child, .text-csr:last-child{
    border-bottom: 0;
}
.recruit-nav-container summary::-webkit-details-marker {
    display: none;
}
.drawer-menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.drawer-menu-accordion[open] summary::after {
    transform: rotate(225deg);
}
.drawer-hp-btn{
    display: flex;
    text-align: center;
    column-gap: 20px;
    margin: 10px 0 30px 10px;
}
.drawer-hp-btn a{
    display: inline-block;
    width: calc(90% / 2);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}
.btn-ibs{
    background-color: var(--key-color-green);
}
.hp-btn{
    background-color: var(--main-color-blue);
}


.recruit-menu-links{
    position: relative;
    width: 150px;
    display: inline-block;
    top: -70px;
    left: 250px;
    z-index: 999;
    position: absolute;  
    top: 30px;
}
.recruit-menu-links .subtitle {
    color: var(--sub-color-gray);
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 100%;
}

/* hamburger */
.checkbox {
  display: none;
}

.ham-button {
  position: relative;
  background-color: var(--main-color-blue);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5vh; */
  /*right: 5vw; */
  z-index: 2000;
  /*box-shadow: 0 1rem 3rem black;*/
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5.5vh; */
  /*right: 5.5vw; */
  /*background-image: radial-gradient(black, black);*/
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.hamlist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-evenly;

}

.ham-button.-active .icon_text::before {
    content:"閉じる";
  
}


.item {
  margin: 1rem;
  font-size: 36px;
}

.hamlink:link,
.hamlink:visited {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: var (--main-color-blue);
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  /*background-color: gray;*/
  background-color: white;
  display: inline-block;
 
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


.hamlist li{
    width: 80%;
    /*width: 38.9%;*
    /*background-color: rgb(240,240,240);*/
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.main-nav a:last-child{
    color:#fff;    
}

/*募集要項ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: var(--key-color-red);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin-right:100px;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
  }
}
@media screen and (max-width: 1250px){


}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
    /* menu */
.main-menu-links {
    display: none;
}

}    

/* Recruit SP */
@media screen and (max-width: 767px) {
.recruit-menu-links {
    position: relative;
    width: 151px;
    display: inline-block;
    top: -70px;
    left: 120px;
    z-index: 999;
    position: absolute;
    top: 15px;
}
.recruit-menu-links .subtitle {
    padding: 5px 10px 5px 22px;
    font-size: 12px;
}
.main-nav {
    position: absolute;
    top: 19%;
    right: 3%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  display: none;
}
#page-header-block {
    padding-top: 100px;
}
.buttonRound {
    max-width: 104px;
    height: 26px;
    padding: 11px 24px;
    font-size: 12px;
    margin-right: 58px;
    margin-top: 10px;
}
.ham-button {
    height: 3rem;
    width: 3rem;
}
.background {
    height: 2rem;
    width: 2rem;
    margin-right: 1%;
    margin-top: 1%;
}
.icon, .icon::before, .icon::after {
    width: 1.5rem;
}
.header-inner {
    height: 64px;
    background: #fff;
}
h1 img {
    margin-top: -13px;
    margin-left: 13px;
}
.hamlist {
    width: 120%;

}
.header-outer {
    width: 100%;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
    font-size: 12px;
  }
  /*メニューここまで*/



/*採用　お問い合わせページ*/
/* 採用ページ用ヘッダメニュー */
.recruit-nav{
    display: none;
}

.recruit-nav-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.recruit-nav-container a{
    color: #fff;
    text-decoration: none;
}
.recruit-nav-container[open]{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    animation-name:fadeDownAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}        
    @keyframes fadeDownAnime{
        from {
        opacity: 0;
        transform: translateY(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }
.recruit-nav-container h1{
    position: absolute;
    top: 0;
    background: none;
}
.recruit-nav-container .recruit-nav{
    width: 50px;
    height: 50px;
    background-color: var(--main-color-blue);
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 85px;
}
.recruit-nav-container span.nav-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 11px;
}
.recruit-nav-container .recruit-nav-active{
    display: none;
}
.recruit-nav-container .recruit-nav-active span{
    display: none;
}
.recruit-nav-container span.nav-line::before{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 0;
}
.recruit-nav-container span.nav-line::after{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
}
.recruit-nav-container[open] span.nav-line{
    display: none;
}
.recruit-nav-container[open] span.nav-line-active{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(45deg);
}
.recruit-nav-container[open] span.nav-line-active-after{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
}
.recruit-nav-container .drawer-menu{
    list-style: none;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.drawer-menu-list{
    display: block;
    margin: 10px 0 0 0;
    padding: 0 20px 5px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.drawer-menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-list{
    padding-left: 20px;
    margin-top: 5px;
    font-weight: normal;
}
.accordion-list-text{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.text-company:last-child, .text-story:last-child, .text-recruit:last-child, .text-csr:last-child{
    border-bottom: 0;
}
.recruit-nav-container summary::-webkit-details-marker {
    display: none;
}
.drawer-menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.drawer-menu-accordion[open] summary::after {
    transform: rotate(225deg);
}
.drawer-hp-btn{
    display: flex;
    text-align: center;
    column-gap: 20px;
    margin: 10px 0 30px 10px;
}
.drawer-hp-btn a{
    display: inline-block;
    width: calc(90% / 2);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}
.btn-ibs{
    background-color: var(--key-color-green);
}
.hp-btn{
    background-color: var(--main-color-blue);
}


.recruit-menu-links{
    position: relative;
    width: 150px;
    display: inline-block;
    top: -70px;
    left: 250px;
    z-index: 999;
    position: absolute;  
    top: 30px;
}
.recruit-menu-links .subtitle {
    color: var(--sub-color-gray);
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 100%;
}

/* hamburger */
/* page styling */
/*section {
  max-width: 900px;
  margin: 0 auto;
}

section h1 {
  font-size: 46px;
  text-align: center;
}

section p {
  font-size: 26px;
  text-align: center;
}

/* hamburger */
.checkbox {
  display: none;
}

.ham-button {
  position: relative;
  background-color: var(--main-color-blue);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5vh; */
  /*right: 5vw; */
  z-index: 2000;
  /*box-shadow: 0 1rem 3rem black;*/
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5.5vh; */
  /*right: 5.5vw; */
  /*background-image: radial-gradient(black, black);*/
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.hamlist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-evenly;

}

.ham-button.-active .icon_text::before {
    content:"閉じる";
  
}


.item {
  margin: 1rem;
  font-size: 36px;
}

.hamlink:link,
.hamlink:visited {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: var (--main-color-blue);
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  /*background-color: gray;*/
  background-color: white;
  display: inline-block;
 
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


.hamlist li{
    width: 80%;
    /*width: 38.9%;*
    /*background-color: rgb(240,240,240);*/
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.main-nav a:last-child{
    color:#fff;    
}

/*募集要項ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: var(--key-color-red);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin-right:100px;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
  }
}
@media screen and (max-width: 1250px){


}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
    /* menu */
.main-menu-links {
    display: none;
}

}    

/* Recruit SP */
@media screen and (max-width: 767px) {
.recruit-menu-links {
    position: relative;
    width: 151px;
    display: inline-block;
    top: -70px;
    left: 120px;
    z-index: 999;
    position: absolute;
    top: 15px;
}
.recruit-menu-links .subtitle {
    padding: 5px 10px 5px 22px;
    font-size: 12px;
}
.main-nav {
    position: absolute;
    top: 19%;
    right: 3%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  display: none;
}
#page-header-block {
    padding-top: 100px;
}
.buttonRound {
    max-width: 104px;
    height: 26px;
    padding: 11px 24px;
    font-size: 12px;
    margin-right: 58px;
    margin-top: 10px;
}
.ham-button {
    height: 3rem;
    width: 3rem;
}
.background {
    height: 2rem;
    width: 2rem;
    margin-right: 1%;
    margin-top: 1%;
}
.icon, .icon::before, .icon::after {
    width: 1.5rem;
}
.header-inner {
    height: 64px;
    background: #fff;
}
h1 img {
    margin-top: -13px;
    margin-left: 13px;
}
.hamlist {
    width: 120%;

}
.header-outer {
    width: 100%;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
    font-size: 12px;
  }

/* 【採用】仕事内容（技術系） */

/*  ハッピーターンの背景　上部 */
.back-color-round-top{
  position: relative;
  margin       : 0 auto;
  position     : relative;                           
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/100% 100% 0 0;
 
}

/*  ハッピーターンの背景　下部 */
.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}




.back-color-square-01{
background-color: rgb(221, 231, 245);
margin: 0 auto;

}

.back-color-square-02{
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
}

.back-color-square-03{
 position: relative;
 width: 100%;
 background-color: rgb(221, 231, 245);
 margin: 0 auto;

}

/*仕事内容*/
/* 各コンテナの幅 */
.recruit-container{
  width: 85%;
  margin: 0 auto;
}

.recruit-work-bgimg{
 background-image: url(https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/backimg5.png) ;
 width: 100%;
 
}

/*
.top-title{
  background-color: #f0f0f0; 
  padding: 10px  50px;
  box-sizing: border-box; 
  background-image: url(image/page-office/backimg2.png);
}
*/


.recrut-work-title h2{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
 
}

/* 製造　production */
/*
.kuuhaku-01{
  position: relative;
}
  */

/*
.sub-title-01{
  position: absolute;
  top: 80px;  
  background-color: #f0f0f0; 
  padding: 30px  ;
  box-sizing: border-box; 
}
  */


.recruit-work-field{
  display: flex;
  /*border: 2px solid #333; *//* コンテナのボーダー */
  padding: 10px;
  gap: 10px; /* 要素間のスペース */
}

/* 3カラム */

.recrui-work-boxtitle{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}

.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}

/* 画像 */
.box-img{
   width: 45%;
  /*background-color: #f0f0f0; :*/
  /*border: 2px solid #666;*/
  padding: 10px;
  box-sizing: border-box;
  word-break: break-all;
}
.bg-image-01 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-seizo.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
   border-radius: 10px; 
  background-position: 35% 10%;    
  background-repeat: no-repeat;                          
}
.bg-image-02 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/img_technical_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;     
  border-radius: 10px; 
  
  background-repeat: no-repeat;            
}
.bg-image-03 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-sekkei.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;
   border-radius: 10px;    
  background-repeat: no-repeat;                          
}
.bg-image-04 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_sales.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;  
  border-radius: 10px;
 background-repeat: no-repeat; 
 background-position: right;            
}
.bg-image-05 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;
   background-repeat: no-repeat; 
   background-position: center;                      
}
.bg-image-06 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_manager.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;   
   background-repeat: no-repeat;  
   background-position: center;                  
}




/* フォント */

.box-title{
  font-size: 20px;
  color: #3058a3;
}

/* その他の職種 */
.jimukei{
  margin: 100px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;  
  
}

.jimukei-yajirushi{
  display: flex;
  
}

.jimukei-title {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:35px;
  margin:5% 3% 5% 20% ;
}

.button-box p{
  margin-bottom:0px;

}

.button-box img{
  width: 380px;
  height: 200px;
  border-radius: 20px;            
  object-fit: cover;
  display: inline-block;
}


h5{
  font-size: 40px;
  }

/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}

h6{
  font-size: 80px;
}


/* 英字とタイトルの重ね */
.kasane-title{
  position: relative;
}
img.eiji-01 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-02 {
width: 250px;
 position: absolute;
  top: 0px;
  left: 280px;
}
img.eiji-03 {
width: 380px;
 position: absolute;
  top: 0px;
  left: 170px;
}
img.eiji-04 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-05 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 230px;
}
img.eiji-06 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 170px;
}




.kaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
   letter-spacing: 8px;
   color: #47484b;
  top: -45px;
  left: 60px;
}
/* テキストの長さにより見切れるた調整整 */
.midashi-top1{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.5vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top2{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top3{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
font-size:35px;
 white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */


/* 見出しデザイン */
display: flex;
align-items: center;
font-size: 26px;
}
.midashi::before{
content: '';
	width: 20px;
  border-radius: 6px;
	height: 3px;
	background-color:  #21548C;
  margin-right: 20px;
}


.contents-text{
  padding: 5px 15px 50px 15px;
}

.contents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}

.contents-box-bg{
    background-color:rgb(221, 231, 245);
}






/*.back-color-round-top{

  margin       : 0 auto;
  position     : relative;                           
  width        : 100%;
  height       : 220px;
 background-color: rgb(221, 231, 245);
  border-radius: 50%/100% 100% 0 0;
  
}*/

.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
 background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}

/* 各コンテナの幅 */

.coontainer{
  width: 75%;
  margin: 0 auto;

}

.kaasane-title{
  position: relative;
  width: 50%;
}
.hatarakukannkyou{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
  position: absolute;  
   top: 30%;
 left:30 %;
}

img.eiji-07 {
width: 400px;
 position: absolute;
  top: 70%;
 left:25%;
}
/* カラム */
.karibako{
 top: -500px;
 margin-top: 150px;
}
.fiield{
  display: flex;
padding: 10px;
gap: 10px 10px 20px 10px;


}
.box-semititle{
  width: 85%;
}
.box-title{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}
.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}
.box-semititle{
  width: 85%;
}
.miidashi-01{
   font-weight: bold;
  color: #21548C;

  text-align: left;  
  font-size:40px;
}
.miidashi-02{
  font-weight: bold;

  color: #474747;
  text-align: left;  

 font-size: 20px; /* ビューポート幅の2%のフォントサイズ */
}
.miidashi-03 {
    position: relative;
    display: block;
     font-weight: 600;
     color: #21548C;
     font-size: 30px;
   padding-left: 45px;
}

.miidashi-03::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background:#21548C;
    content: "";
    margin-left: 15px;
  
}

.box-icon{
  width: 15%; 
 position: relative;
}
.mini-icon{
 position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
 
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}
.boox-contents{
    width: 100%;
  background-color: rgb(255, 255, 255);
    margin-top: -5px;
    border-radius: 10px;
}
.kaaku-contents{
  width:100%;
  display: flex;
  margin-top: 20px;
}
.coontents-text{
  margin-top: -5px;
  width: 90%;
  padding-bottom: 20px;
}
.coontents-item{
  width: 50%;
  top: 10px;
  margin:25px;
}
/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}


.kaaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
  top: -45px;
  left: 60px;
}
.kaaku-contents{
  margin-bottom: 20px;
}
.midashi-top{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:28px;
  white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */
}

.coontents-text{
  padding: 5px ;
  color: #474747;
margin-left: 20px;
}

.coontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}

.cooontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.coontents-box-bg{
background-color: rgb(221, 231, 245);

}

.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;
}



/* 採用ページ用ヘッダメニュー */
.recruit-nav{
    display: none;
}

.recruit-nav-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.recruit-nav-container a{
    color: #fff;
    text-decoration: none;
}
.recruit-nav-container[open]{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    animation-name:fadeDownAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}        
    @keyframes fadeDownAnime{
        from {
        opacity: 0;
        transform: translateY(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }
.recruit-nav-container h1{
    position: absolute;
    top: 0;
    background: none;
}
.recruit-nav-container .recruit-nav{
    width: 50px;
    height: 50px;
    background-color: var(--main-color-blue);
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 85px;
}
.recruit-nav-container span.nav-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 11px;
}
.recruit-nav-container .recruit-nav-active{
    display: none;
}
.recruit-nav-container .recruit-nav-active span{
    display: none;
}
.recruit-nav-container span.nav-line::before{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 0;
}
.recruit-nav-container span.nav-line::after{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
}
.recruit-nav-container[open] span.nav-line{
    display: none;
}
.recruit-nav-container[open] span.nav-line-active{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(45deg);
}
.recruit-nav-container[open] span.nav-line-active-after{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
}
.recruit-nav-container .drawer-menu{
    list-style: none;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.drawer-menu-list{
    display: block;
    margin: 10px 0 0 0;
    padding: 0 20px 5px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.drawer-menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-list{
    padding-left: 20px;
    margin-top: 5px;
    font-weight: normal;
}
.accordion-list-text{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.text-company:last-child, .text-story:last-child, .text-recruit:last-child, .text-csr:last-child{
    border-bottom: 0;
}
.recruit-nav-container summary::-webkit-details-marker {
    display: none;
}
.drawer-menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.drawer-menu-accordion[open] summary::after {
    transform: rotate(225deg);
}
.drawer-hp-btn{
    display: flex;
    text-align: center;
    column-gap: 20px;
    margin: 10px 0 30px 10px;
}
.drawer-hp-btn a{
    display: inline-block;
    width: calc(90% / 2);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}
.btn-ibs{
    background-color: var(--key-color-green);
}
.hp-btn{
    background-color: var(--main-color-blue);
}


.recruit-menu-links{
    position: relative;
    width: 150px;
    display: inline-block;
    top: -70px;
    left: 250px;
    z-index: 999;
    position: absolute;  
    top: 30px;
}
.recruit-menu-links .subtitle {
    color: var(--sub-color-gray);
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 100%;
}

/* hamburger */
/* page styling */
/*section {
  max-width: 900px;
  margin: 0 auto;
}

section h1 {
  font-size: 46px;
  text-align: center;
}

section p {
  font-size: 26px;
  text-align: center;
}

/* hamburger */
.checkbox {
  display: none;
}

.ham-button {
  position: relative;
  background-color: var(--main-color-blue);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5vh; */
  /*right: 5vw; */
  z-index: 2000;
  /*box-shadow: 0 1rem 3rem black;*/
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5.5vh; */
  /*right: 5.5vw; */
  /*background-image: radial-gradient(black, black);*/
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.hamlist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-evenly;

}

.ham-button.-active .icon_text::before {
    content:"閉じる";
  
}


.item {
  margin: 1rem;
  font-size: 36px;
}

.hamlink:link,
.hamlink:visited {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: var (--main-color-blue);
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  /*background-color: gray;*/
  background-color: white;
  display: inline-block;
 
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


.hamlist li{
    width: 80%;
    /*width: 38.9%;*
    /*background-color: rgb(240,240,240);*/
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.main-nav a:last-child{
    color:#fff;    
}

/*募集要項ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: var(--key-color-red);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin-right:100px;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
  }
}
@media screen and (max-width: 1250px){


}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
    /* menu */
.main-menu-links {
    display: none;
}

}    

/* Recruit SP */
@media screen and (max-width: 767px) {
.recruit-menu-links {
    position: relative;
    width: 151px;
    display: inline-block;
    top: -70px;
    left: 120px;
    z-index: 999;
    position: absolute;
    top: 15px;
}
.recruit-menu-links .subtitle {
    padding: 5px 10px 5px 22px;
    font-size: 12px;
}
.main-nav {
    position: absolute;
    top: 19%;
    right: 3%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#page-header-block {
    padding-top: 100px;
}
.buttonRound {
    max-width: 104px;
    height: 26px;
    padding: 11px 24px;
    font-size: 12px;
    margin-right: 58px;
    margin-top: 10px;
}
.ham-button {
    height: 3rem;
    width: 3rem;
}
.background {
    height: 2rem;
    width: 2rem;
    margin-right: 1%;
    margin-top: 1%;
}
.icon, .icon::before, .icon::after {
    width: 1.5rem;
}
.header-inner {
    height: 64px;
    background: #fff;
}
h1 img {
    margin-top: -13px;
    margin-left: 13px;
}
.hamlist {
    width: 120%;

}
.header-outer {
    width: 100%;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
    font-size: 12px;
  }


/* Recruit SP */
@media screen and (max-width: 767px){

.recrut-work-title h2 {
    font-size: 40px;
    padding-left: 3%;
}
.back-color-round-top {
    height: 110px;
}
.contents-box {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 137px;
    padding-left: 7%;
}
.kaku-title {
    font-size: 24px;
    top: -131px;
    left: -18px;
}
img.eiji-01 {
    width: 143px;
    top: -117px;
    left: 3px;
}
.recruit-work-field {
    display: block;
    padding-left: 0%;
    gap: 0px;
}
.box-text {
    width: 97%;
    padding: 0px;
    padding-left: 3%;
}
.midashi-top2 {
    font-size: 5vw;
}
.recruit-container {
    width: 100%;
    margin-top: -100px;
}
.box-contents {
    width: 100%;
    padding: 10px;
}
img.eiji-02 {
    width: 104px;
    position: absolute;
    top: -97px;
    left: 44px;
}
.midashi-top3 {
    font-size: 5.0vw;
}
.contents-text {
    padding: 10px 0px 27px 0px;
}
img.eiji-03 {
    width: 178px;
    top: -105px;
    left: -15px;
}
.back-color-round-down {
    height: 110px;
}
.page-content {
    background-color: white;
}
.midashi-top1 {
    font-size: 5.5vw;
}
img.eiji-04 {
    width: 225px;
    top: -65px;
    left: 26px;
}
img.eiji-05 {
    width: 222px;
    top: -44px;
    left: 91px;
}
img.eiji-06 {
    width: 220px;
    top: -51px;
    left: 51px;
}
.midashi {
    font-size: 22px;
}
.entry-section {
    margin-top: -53px;
    margin-bottom: -40px;
    padding: 9px 20px;
}
.entry-text h2 {
    font-size: 40px;
}
.entry-text p {
    font-size: 18px;
    margin-top: 10px;
}
.entry-container {
    max-width: 767px;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.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;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.box-contents {
    width: 124%;
    margin-left: -12px;
}
}
/*【採用】仕事内容（事務系）*/

/*  ハッピーターンの背景　上部 */
.back-color-round-top{
  position: relative;
  margin       : 0 auto;
  position     : relative;                           
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/100% 100% 0 0;
 
}

/*  ハッピーターンの背景　下部 */
.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
  background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}




.back-color-square-01{
background-color: rgb(221, 231, 245);
margin: 0 auto;

}

.back-color-square-02{
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
}

.back-color-square-03{
 position: relative;
 width: 100%;
 background-color: rgb(221, 231, 245);
 margin: 0 auto;

}

/*仕事内容*/
/* 各コンテナの幅 */
.recruit-container{
  width: 85%;
  margin: 0 auto;
}

.recruit-work-bgimg{
 background-image: url(https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/backimg5.png) ;
 width: 100%;
 
}

/*
.top-title{
  background-color: #f0f0f0; 
  padding: 10px  50px;
  box-sizing: border-box; 
  background-image: url(image/page-office/backimg2.png);
}
*/


.recrut-work-title h2{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
 
}

/* 製造　production */
/*
.kuuhaku-01{
  position: relative;
}
  */

/*
.sub-title-01{
  position: absolute;
  top: 80px;  
  background-color: #f0f0f0; 
  padding: 30px  ;
  box-sizing: border-box; 
}
  */


.recruit-work-field{
  display: flex;
  /*border: 2px solid #333; *//* コンテナのボーダー */
  padding: 10px;
  gap: 10px; /* 要素間のスペース */
}

/* 3カラム */

.recrui-work-boxtitle{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}

.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}

/* 画像 */
.box-img{
   width: 45%;
  /*background-color: #f0f0f0; :*/
  /*border: 2px solid #666;*/
  padding: 10px;
  box-sizing: border-box;
  word-break: break-all;
}
.bg-image-01 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-seizo.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
   border-radius: 10px; 
  background-position: 35% 10%;    
  background-repeat: no-repeat;                          
}
.bg-image-02 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-technical/img_technical_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;     
  border-radius: 10px; 
  
  background-repeat: no-repeat;            
}
.bg-image-03 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/recruit-site/works-sekkei.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;
   border-radius: 10px;    
  background-repeat: no-repeat;                          
}
.bg-image-04 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_sales.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%;  
  border-radius: 10px;
 background-repeat: no-repeat; 
 background-position: right;            
}
.bg-image-05 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_quality.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;
   background-repeat: no-repeat; 
   background-position: center;                      
}
.bg-image-06 {
  margin: 10% 1% 10% 1%;
  background-image: url('https://main.ask-ibs.jp/themes/custom/IBSCompany/image/page-recruit/page-office/img_office_manager.jpg');  /* 背景画像を設定 */
  background-size: cover;                
  width: 100%;                           
  height: 65%; 
  border-radius: 10px;   
   background-repeat: no-repeat;  
   background-position: center;                  
}




/* フォント */

.box-title{
  font-size: 20px;
  color: #3058a3;
}

/* その他の職種 */
.jimukei{
  margin: 100px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;  
  
}

.jimukei-yajirushi{
  display: flex;
  
}

.jimukei-title {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:35px;
  margin:5% 3% 5% 20% ;
}

.button-box p{
  margin-bottom:0px;

}

.button-box img{
  width: 380px;
  height: 200px;
  border-radius: 20px;            
  object-fit: cover;
  display: inline-block;
}


h5{
  font-size: 40px;
  }

/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}

h6{
  font-size: 80px;
}


/* 英字とタイトルの重ね */
.kasane-title{
  position: relative;
}
img.eiji-01 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-02 {
width: 250px;
 position: absolute;
  top: 0px;
  left: 280px;
}
img.eiji-03 {
width: 380px;
 position: absolute;
  top: 0px;
  left: 170px;
}
img.eiji-04 {
width: 300px;
 position: absolute;
  top: -10px;
  left: 150px;
}
img.eiji-05 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 230px;
}
img.eiji-06 {
width: 380px;
 position: absolute;
  top: 10px;
  left: 170px;
}




.kaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
   letter-spacing: 8px;
   color: #47484b;
  top: -45px;
  left: 60px;
}
/* テキストの長さにより見切れるた調整整 */
.midashi-top1{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.5vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top2{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi-top3{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:2.2vw;
  white-space: nowrap; /* テキストを折り返さない */
}
.midashi {
  font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
font-size:35px;
 white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */


/* 見出しデザイン */
display: flex;
align-items: center;
font-size: 26px;
}
.midashi::before{
content: '';
	width: 20px;
  border-radius: 6px;
	height: 3px;
	background-color:  #21548C;
  margin-right: 20px;
}


.contents-text{
  padding: 5px 15px 50px 15px;
}

.contents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
}

.contents-box-bg{
    background-color:rgb(221, 231, 245);
}






/*.back-color-round-top{

  margin       : 0 auto;
  position     : relative;                           
  width        : 100%;
  height       : 220px;
 background-color: rgb(221, 231, 245);
  border-radius: 50%/100% 100% 0 0;
  
}*/

.back-color-round-down{
  position: absolute;
  margin       : 0 auto;  
  position     : relative;    
  width        : 100%;
  height       : 220px;
 background-color: rgb(221, 231, 245);
  border-radius: 50%/0 0 100% 100%;
  
}

/* 各コンテナの幅 */

.coontainer{
  width: 75%;
  margin: 0 auto;

}

.kaasane-title{
  position: relative;
  width: 50%;
}
.hatarakukannkyou{
  font-size: 60px;
  color: #696f7c;
  font-weight: 650;
  letter-spacing: 3px;
  position: absolute;  
   top: 30%;
 left:30 %;
}

img.eiji-07 {
width: 400px;
 position: absolute;
  top: 70%;
 left:25%;
}
/* カラム */
.karibako{
 top: -500px;
 margin-top: 150px;
}
.fiield{
  display: flex;
padding: 10px;
gap: 10px 10px 20px 10px;


}
.box-semititle{
  width: 85%;
}
.box-title{
  width: 45%;
  padding: 10px;
  font-size: 35px;
  margin: 0;
}

.box-text{
  width: 55%;
  padding: 10px;

}
.box-contents{
    width: 55%;
  /*background-color: #f0f0f0; */
  /*border: 2px solid #666;*/
  padding: 10px;
  
 
}
.box-semititle{
  width: 85%;
}
.miidashi-01{
   font-weight: bold;
  color: #21548C;

  text-align: left;  
  font-size:40px;
}
.miidashi-02{
  font-weight: bold;

  color: #474747;
  text-align: left;  

 font-size: 20px; /* ビューポート幅の2%のフォントサイズ */
}
.miidashi-03 {
    position: relative;
    display: block;
     font-weight: 600;
     color: #21548C;
     font-size: 30px;
   padding-left: 45px;
}

.miidashi-03::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background:#21548C;
    content: "";
    margin-left: 15px;
  
}

.box-icon{
  width: 15%; 
 position: relative;
}
.mini-icon{
 position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
 
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}
.boox-contents{
    width: 100%;
  background-color: rgb(255, 255, 255);
    margin-top: -5px;
    border-radius: 10px;
}
.kaaku-contents{
  width:100%;
  display: flex;
  margin-top: 20px;
}
.coontents-text{
  margin-top: -5px;
  width: 90%;
  padding-bottom: 20px;
}
.coontents-item{
  width: 50%;
  top: 10px;
  margin:25px;
}
/* エントリー */
.entory{
  background: #0050b8;
  width: 100%;
  height: 500px;
  /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
}


.kaaku-title{
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 7%;
   position: absolute;
  top: -45px;
  left: 60px;
}
.kaaku-contents{
  margin-bottom: 20px;
}
.midashi-top{
   font-weight: bold;
  color: #21548C;
  line-height: 1.5;
  text-align: left;  
  font-size:28px;
  white-space: nowrap; /* テキストを折り返さない */
 font-size: 2.5vw; /* ビューポート幅の2%のフォントサイズ */
}

.coontents-text{
  padding: 5px ;
  color: #474747;
margin-left: 20px;
}

.coontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}

.cooontents-box{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.coontents-box-bg{
background-color: rgb(221, 231, 245);

}

.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;
}



/* 採用ページ用ヘッダメニュー */
.recruit-nav-container{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.recruit-nav-container a{
    color: #fff;
    text-decoration: none;
}
.recruit-nav-container[open]{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    overflow: scroll;
    animation-name:fadeDownAnime;
    animation-duration:0.3s;
    animation-fill-mode:forwards;
    opacity:0;
}        
    @keyframes fadeDownAnime{
        from {
        opacity: 0;
        transform: translateY(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
        }
    }
.recruit-nav-container h1{
    position: absolute;
    top: 0;
    background: none;
}
.recruit-nav-container .recruit-nav{
    width: 50px;
    height: 50px;
    background-color: var(--main-color-blue);
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 85px;
}
.recruit-nav-container span.nav-line{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 11px;
}
.recruit-nav-container .recruit-nav-active{
    display: none;
}
.recruit-nav-container .recruit-nav-active span{
    display: none;
}
.recruit-nav-container span.nav-line::before{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 0;
}
.recruit-nav-container span.nav-line::after{
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
}
.recruit-nav-container[open] span.nav-line{
    display: none;
}
.recruit-nav-container[open] span.nav-line-active{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(45deg);
}
.recruit-nav-container[open] span.nav-line-active-after{
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 24px;
    left: 11px;
    transform: rotate(-45deg);
}
.recruit-nav-container .drawer-menu{
    list-style: none;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #fff;
    padding: 0 10px 10px 10px;
    margin: 0;
}
.drawer-menu-list{
    display: block;
    margin: 10px 0 0 0;
    padding: 0 20px 5px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.drawer-menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-list{
    padding-left: 20px;
    margin-top: 5px;
    font-weight: normal;
}
.accordion-list-text{
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.text-company:last-child, .text-story:last-child, .text-recruit:last-child, .text-csr:last-child{
    border-bottom: 0;
}
.recruit-nav-container summary::-webkit-details-marker {
    display: none;
}
.drawer-menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}
.drawer-menu-accordion[open] summary::after {
    transform: rotate(225deg);
}
.drawer-hp-btn{
    display: flex;
    text-align: center;
    column-gap: 20px;
    margin: 10px 0 30px 10px;
}
.drawer-hp-btn a{
    display: inline-block;
    width: calc(90% / 2);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}
.btn-ibs{
    background-color: var(--key-color-green);
}
.hp-btn{
    background-color: var(--main-color-blue);
}


.recruit-menu-links{
    position: relative;
    width: 150px;
    display: inline-block;
    top: -70px;
    left: 250px;
    z-index: 999;
    position: absolute;  
    top: 30px;
}
.recruit-menu-links .subtitle {
    color: var(--sub-color-gray);
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    display: block;
    text-align: left;
    width: 100%;
}


/* hamburger */
.checkbox {
  display: none;
}

.ham-button {
  position: relative;
  background-color: var(--main-color-blue);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5vh; */
  /*right: 5vw; */
  z-index: 2000;
  /*box-shadow: 0 1rem 3rem black;*/
  text-align: center; 
  cursor: pointer;
}

.background {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  position: fixed;
  /*top: 5.5vh; */
  /*right: 5.5vw; */
  /*background-image: radial-gradient(black, black);*/
  background-color:rgba(0, 0, 0, 0.7);
  z-index: 1000;

  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}

.hamlist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-evenly;

}

.ham-button.-active .icon_text::before {
    content:"閉じる";
  
}


.item {
  margin: 1rem;
  font-size: 36px;
}

.hamlink:link,
.hamlink:visited {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    white 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}

.link:hover,
.link:active {
  color: var (--main-color-blue);
  cursor: pointer;
}

/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}

/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon,
.icon::before,
.icon::after {
  width: 3rem;
  height: 2px;
  /*background-color: gray;*/
  background-color: white;
  display: inline-block;
 
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  
}

.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}

.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}

.checkbox:checked + .button .icon {
  background-color: transparent;
}

.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}


.hamlist li{
    width: 80%;
    /*width: 38.9%;*
    /*background-color: rgb(240,240,240);*/
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.main-nav a:last-child{
    color:#fff;    
}

/*募集要項ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: var(--key-color-red);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin-right:100px;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
  }
}
@media screen and (max-width: 1250px){


}

@media screen and (max-width: 950px){
    .second .content .section-gray h3{
        top: 50px;
    }
    /* menu */
.main-menu-links {
    display: none;
}

}    

/* Recruit SP */
@media screen and (max-width: 767px) {
.recruit-menu-links {
    position: relative;
    width: 151px;
    display: inline-block;
    top: -70px;
    left: 120px;
    z-index: 999;
    position: absolute;
    top: 15px;
}
.recruit-menu-links .subtitle {
    padding: 5px 10px 5px 22px;
    font-size: 12px;
}
.main-nav {
    position: absolute;
    top: 19%;
    right: 3%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#page-header-block {
    padding-top: 100px;
}
.buttonRound {
    max-width: 104px;
    height: 26px;
    padding: 11px 24px;
    font-size: 12px;
    margin-right: 58px;
    margin-top: 10px;
}
.ham-button {
    height: 3rem;
    width: 3rem;
}
.background {
    height: 2rem;
    width: 2rem;
    margin-right: 1%;
    margin-top: 1%;
}
.icon, .icon::before, .icon::after {
    width: 1.5rem;
}
.header-inner {
    height: 64px;
    background: #fff;
}
h1 img {
    margin-top: -13px;
    margin-left: 13px;
}
.hamlist {
    width: 120%;

}
.header-outer {
    width: 100%;
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: white;
    border: 2px solid var(--key-color-red);
    color :var(--key-color-red);
    font-size: 12px;
  }


/* Recruit SP */
@media screen and (max-width: 767px){

.recrut-work-title h2 {
    font-size: 40px;
    padding-left: 3%;
}
.back-color-round-top {
    height: 110px;
}
.contents-box {
    width: 100%;
    padding-bottom: 25px;
    padding-top: 137px;
    padding-left: 7%;
}
.kaku-title {
    font-size: 24px;
    top: -131px;
    left: -18px;
}
img.eiji-01 {
    width: 143px;
    top: -117px;
    left: 3px;
}
.recruit-work-field {
    display: block;
    padding-left: 0%;
    gap: 0px;
}
.box-text {
    width: 97%;
    padding: 0px;
    padding-left: 3%;
}
.midashi-top2 {
    font-size: 5vw;
}
.recruit-container {
    width: 100%;
    margin-top: -100px;
}
.box-contents {
    width: 100%;
    padding: 10px;
}
img.eiji-02 {
    width: 104px;
    position: absolute;
    top: -97px;
    left: 44px;
}
.midashi-top3 {
    font-size: 5.0vw;
}
.contents-text {
    padding: 10px 0px 27px 0px;
}
img.eiji-03 {
    width: 178px;
    top: -105px;
    left: -15px;
}
.back-color-round-down {
    height: 110px;
}
.page-content {
    background-color: white;
}
.midashi-top1 {
    font-size: 5.5vw;
}
img.eiji-04 {
    width: 225px;
    top: -65px;
    left: 26px;
}
img.eiji-05 {
    width: 222px;
    top: -44px;
    left: 91px;
}
img.eiji-06 {
    width: 220px;
    top: -51px;
    left: 51px;
}
.midashi {
    font-size: 22px;
}
.entry-section {
    margin-top: -53px;
    margin-bottom: -40px;
    padding: 9px 20px;
}
.entry-text h2 {
    font-size: 40px;
}
.entry-text p {
    font-size: 18px;
    margin-top: 10px;
}
.entry-container {
    max-width: 767px;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.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;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.box-contents {
    width: 124%;
    margin-left: -12px;
}



