@charset "utf-8";
/* CSS Document */

.pcbr{
display: block;
}

.spbr{
display: none;
}

.pcbr2{
display: block;
}

.spbr2{
display: none;
}

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

.pcbr{
display: none;
}

.spbr{
display: block;
}

.pcbr2{
display: none;
}

.spbr2{
display: block;
}

}

.recruit-bottom-ttl {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .8em;
    text-align: center
}

.recruit-bottom {
	width:100%;
	margin:0px auto 70px;
}

.recruit-bottom2 {
	width:100%;
	margin:0px auto;
}


@media (max-width:767.98px) {
.recruit-bottom {
	width:100%;
	margin:0px auto 60px;
}

.recruit-bottom2 {
	width:100%;
	margin:0px auto;
}

}

.recruit-box-message {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px 25px;
    color: #07b7d9;
    border-radius: 3em;
    background: #e4f0f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767.98px) {
    .recruit-box-message {
        font-size: 2rem
    }
}

.recruit-box-message span {
    display: inline-block
}

.recruit-box-message b {
    font-size: 1.3em;
    display: inline-block
}

.recruit-box-message small {
    font-size: .5em;
    display: inline-block
}


/* 全体を覆うdiv */
.tab-container3 {
  width: 100%;
  margin: 40px auto 70px;
}
/*タブ(label)のスタイル*/
.tab-item {
  width: 33.3%;
  height: 60px;
  line-height: 60px;
  font-size:23px;
  background-color:#D1D1D1;
  text-align: center;
  display: block;
  float: left;
  flex-wrap: nowrap;
  color:#FFF;
  text-align: center;
  transition: all 0.2s;
  font-weight: bold;
}

/* inputボタンは目には見えないところで働いてもらう */
input[name="tab-item"] {
  display: none;
}

/* タブで切り替えたいコンテンツの部分。ここはお好みで */
.tab-content {
  display: none;
  padding: 70px 0 10px;
  overflow: hidden;
  clear: both;
}

/* 選択されているタブのコンテンツを表示させる */
#a:checked ~ #a-content,
#b:checked ~ #b-content,
#c:checked ~ #c-content
{
  display: block;
}

/* 選択されていることがわかるように、選択されているタブはスタイルを変える */
.tab-container3 input:checked + .tab-item {
  background-color: #184B87;
  color: #fff;
  position: relative;
}

.tab-container3 input:checked + .tab-item:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid #184B87;  /* 好みで色を変えてください */ 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tab-item a{
	color:#FFFFFF;
}

.career-bottom {
background-color:#FFF;
padding:45px;
margin-top:30px;
margin-bottom:40px;
}

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

.career-bottom {
padding:45px 35px;
margin-top:30px;
margin-bottom:40px;
}

.tab-item {
  font-size:14px;
  line-height: 100%;
  padding:15px 5px;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

}

.recruit-bottom-btn {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: .8em 1.5em;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    background: #274b85
}

.recruit-bottom-btn:after {
    font-family: icon;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -5px;
    content: '\e914'
}

.recruit-bottom-btn:hover {
    text-decoration: none;
    color: #fff
}

.recruit-bottom-btn_blue {
    background: #3aa1da
}

.recruit-bottom-btn_gray {
    background: #616161
}


.recruit-top {
    margin-bottom: 100px
}

@media (max-width:767.98px) {
    .recruit-top {
        margin-bottom: 60px
    }
}

.recruit-top p {
    margin-bottom: 2em
}

.recruit-top-ttl {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1em;
    padding-bottom: .2em;
    text-align: center;
    border-bottom: 1px solid #000
}

@media (max-width:767.98px) {
    .recruit-top-ttl {
        font-size: 2.6rem
    }
}

.recruit-top-sttl {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1em;
    color: #274b85
}

@media (max-width:767.98px) {
    .recruit-top-sttl {
        font-size: 2rem
    }
}

.recruit-box {
    position: relative;
    margin-bottom: 80px;
    padding: 50px 35px 20px;
    border: 2px solid #274b85;
    border-radius: 20px;
    background: #fff
}

@media (max-width:767.98px) {
    .recruit-box {
        margin-bottom: 50px;
        padding: 50px 15px 15px;
        border-radius: 10px
    }
}

.recruit-box-ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-bottom: 0;
    padding: 15px 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    background: #274b85
}

@media (max-width:767.98px) {
    .recruit-box-ttl {
        font-size: 1.8rem;
        top: -30px
    }
}

.recruit-box-ttl:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 25px solid #274b85;
    border-right: 3em solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 3em solid transparent
}

@media (max-width:767.98px) {
    .recruit-box-ttl:after {
        border-top: 15px solid #274b85;
        border-bottom: 15px solid transparent
    }
}

.recruit-box-fig {
    text-align: center
}

.recruit-box-table tr th {
    font-size: 2.8rem;
    font-weight: 700;
    width: 5em;
    padding: 0 1em 20px 0;
    text-align: right;
    vertical-align: top;
    color: #07b7d9
}

@media (max-width:767.98px) {
    .recruit-box-table tr th {
        font-size: 1.8rem
    }
}

.recruit-box-table tr td {
    padding: 0 0 20px
}

.recruit-box-sttl {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #07b7d9
}

@media (max-width:767.98px) {
    .recruit-box-sttl {
        font-size: 1.8rem
    }
}

.recruit-box p {
    margin-bottom: 10px
}

.heading2 {
    font-size:30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    text-align: center
}

@media (max-width:767.98px) {
    .heading2 {
    font-size:30px;
    }
}

.heading2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    content: '';
    background: #274b85
}

.recruit-lead {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center
}

@media (max-width:767.98px) {
    .recruit-lead {
        text-align: left
    }
}

.recruit-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 734px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recruit-bottom-list-item {
    width: 50%;
    margin-bottom: 18px;
    padding: 0 9px
}

.recruit-bottom-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1074px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recruit-bottom-list2-item {
    width: 33%;
    margin-bottom: 18px;
    padding: 0 9px
}

.recruit-bottom-list3 {
    display: flex;
    flex-direction: column; /* ← ここを追加して縦並びに */
    align-items: center;     /* ← 中央寄せ */
    max-width: 1074px;        /* ← 親の横幅を調整（任意で変えてOK） */
    margin: 0 auto;
}

.recruit-bottom-list3-item {
    width: 100%;             /* ← 横幅いっぱいに */
    padding: 0;
}

@media (max-width:767.98px) {
    .recruit-bottom-list-item {
        width: 100%;
        padding: 0
    }
    .recruit-bottom-list2-item {
        width: 100%;
        padding: 0
    }
}