.lowPage.newlowPage section .container {
  width: 90%;
  max-width: 1175px;
  margin: auto;
}
.main section {
  padding-bottom: 90px;
}
.main section:last-child {
  padding-bottom: 0;
}
.main section .sec_ttl {
  color: #31180b;
  margin-bottom: 50px;
}
.main section .sec_ttl h2 {
  letter-spacing: 0.1em;
  line-height: 1.719;
  margin-bottom: 10px;
}
.main section .sec_ttl p {
  gap: 10px;
}
.main section .sec_ttl p span {
  width: 81.03px;
  height: 1px;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .main section {
    padding-bottom: 60px;
  }
  .main section:last-child {
    padding-bottom: 50px;
  }
  .main section .sec_ttl {
    margin-bottom: 34px;
  }
}



/* セクション1 */
.lowPage.newlowPage .sec1 {
  margin-top: 80px;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .box_txt {
  margin-bottom: 50px;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .box_txt h3 {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.lowPage.newlowPage .sec1 .container .wrapper .box .box_txt p {
  line-height: 2.6;
  font-size: 14px;
}
.lowPage.newlowPage .sec1 .img_list .item_img {
  margin: 0 1.5%;
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec1 {
    margin-top: 46px;
  }
  .lowPage.newlowPage .sec1 .container .wrapper .box .box_txt {
    margin-bottom: 30px;
  }
}



/* セクション2 */
.lowPage.newlowPage .sec2 .container .wrapper .sec_txt p {
  line-height: 1.8;
  font-size: 14px;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 50px 4.25%;
  margin-top: 40px;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item {
  width: calc(100% / 3 - 3%);
  height: fit-content;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_ttl h4 {
  gap: 10px;
  line-height: 1.5;
  margin: 0.8em 0;
  margin-top: 1em;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_ttl h4 span {
  width: 20px;
  height: 2px;
  background-color: #F85509;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_txt p {
  line-height: 1.8;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_img {
  width: 100%;
  height: 18.3vw;
  max-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(1) .item_img {
  background-image: url(../img/recruit/sec2_1.png);
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(2) .item_img {
  background-image: url(../img/recruit/sec2_2.png);
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(3) .item_img {
  background-image: url(../img/recruit/sec2_3.png);
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(4) .item_img {
  background-image: url(../img/recruit/sec2_4.png);
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(5) .item_img {
  background-image: url(../img/recruit/sec2_5.png);
}
.lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item:nth-of-type(6) .item_img {
  background-image: url(../img/recruit/sec2_6.png);
}

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item {
    width: calc(100% / 2 - 3%);
  }
  .lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_img {
    height: 26.3vw;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec2 .container .wrapper .box .item_list {
    gap: 38px;
    margin-top: 36px;
}
  .lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item {
    width: 100%;
    max-width: 320px;
  }
  .lowPage.newlowPage .sec2 .container .wrapper .box .item_list .item .item_img {
    width: 320px;
    height: 200px;
  }
}


/* セクション3 */
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list {
  gap: 4.9%;
  max-width: 1002px;
  margin: auto;
} 
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item {
  width: calc(100% / 2);
  max-width: 475px;
} 
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item a {
  border-radius: 10px;
} 
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_img {
  width: 100%;
  height: 26.06vw;
  max-height: 356px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_txt {
  padding: 16px;
  padding-top: 30px;
  padding-bottom: 34px;
  border-radius: 0 0 10px 10px;
  background-color: #FCF1E0;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_txt .name h3 {
  line-height: 1.5;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_txt .name p {
  line-height: 1.5;
  color: #F85509;
  margin-top: 0.2em;
  margin-bottom: 1.3em;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_txt h5 {
  gap: 10px;
  line-height: 1.5;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_txt h5 span {
  width: 10%;
  height: 1px;
  background-color: #000;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .link_btn {
  gap: 17px;
  max-width: 1002px;
  margin: auto;
  margin-top: 40px;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .link_btn a {
  font-size: 16px;
}
.lowPage.newlowPage .sec3 .container .wrapper .box .link_btn a img {
  width: 42px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec3 .container .wrapper .box .item_list {
    flex-direction: column;
    gap: 32px;
    max-width: 320px;
    margin: auto;
  }
  .lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item {
    width: 100%;
  }
  .lowPage.newlowPage .sec3 .container .wrapper .box .item_list .item .item_img {
    width: 100%;
    height: 230px;
  }
  .lowPage.newlowPage .sec3 .container .wrapper .box .link_btn {
   width: 320px;
  }
}


/* セクション4 */
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list {
  flex-direction: column;
  gap: 30px;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item {
  gap: 4%;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .left_item {
  width: 21.96vw;
  max-width: 300px;
  height: 14.64vw;
  max-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:nth-of-type(1) .left_item {
  background-image: url(../img/recruit/sec4_1_1.png);
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:nth-of-type(2) .left_item {
  background-image: url(../img/recruit/sec4_1_2.png);
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:nth-of-type(3) .left_item {
  background-image: url(../img/recruit/sec4_1_3.png);
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:nth-of-type(4) .left_item {
  background-image: url(../img/recruit/sec4_1_4.png);
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item {
  position: relative;
  width: calc(100% - 21.96vw);
  max-width: 720px;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item::before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  width: 28px;
  height: calc(100% + 30px);
  background-color: #E8F0E1;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:first-child .right_item::before {
  top: -16px;
  height: calc(100% + 46px);
  border-radius: 5em 5em 0 0;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:last-child .right_item::before {
  height: 100%;
  border-radius: 0 0 5em 5em;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt {
  gap: 3%;
  margin-bottom: 4%;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt:last-child {
  margin-bottom: 0;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .time {
  width: 140px;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .time p {
  position: relative;
  white-space: nowrap;
  line-height: 1.6;
  text-align: right;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .time p::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #32B16C;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .time p::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 30px;
  height: 1px;
  background-image: url(../img/recruit/border.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .value {
  width: calc(100% - 140px);
}
.lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .value p {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list {
    gap: 40px;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item {
    gap: 26px;
    flex-direction: column;
    align-items: center;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .left_item {
    width: 100%;
    max-width: 320px;
    height: 210px;
    max-height: none;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item {
    width: 100%;
    max-width: 510px;
    padding: 20px 0;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item::before {
    height: 100%;
    border-radius: 5em;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:first-child .right_item::before {
    top: 0;
    height: 100%;
    border-radius: 5em;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item:last-child .right_item::before {
    top: 0;
    height: 100%;
    border-radius: 5em;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt {
    gap: 8px;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .time {
    width: 130px;
  }
  .lowPage.newlowPage .sec4 .container .wrapper .box .tab_area .item_list .item .right_item .item_txt .value {
    width: 100%;
    padding-left: 50px;
  }
}


/* セクション5 */
.lowPage.newlowPage .sec5 .container .wrapper .box {
  gap: 5%;
} 
.lowPage.newlowPage .sec5 .container .wrapper .box .left_item {
  width: 43.92vw;
  max-width: 600px;
} 
.lowPage.newlowPage .sec5 .container .wrapper .box .left_item p {
  line-height: 1.8;
  margin-bottom: 2em;
} 
.lowPage.newlowPage .sec5 .container .wrapper .box .right_item {
  width: 36.6vw;
  max-width: 500px;
  height: 27.45vw;
  max-height: 375px;
  background-image: url(../img/recruit/sec5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec5 .container .wrapper .box {
    gap: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }  
  .lowPage.newlowPage .sec5 .container .wrapper .box .left_item {
    width: 100%;
  }
  .lowPage.newlowPage .sec5 .container .wrapper .box .right_item {
    width: 100%;
    max-width: 375px;
    height: 36.45vw;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec5 .container .wrapper .box .right_item {
    width: 320px;
    height: 230px;
  }
}


/* セクション6 */
.lowPage.newlowPage .sec6 .container .wrapper .box {
  background-color: #CDE7F4;
  padding: 5.1%;
} 
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list {
  gap: 4%;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item {
  position: relative;
  width: calc(100% / 4 - 2%);
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -13%;
  width: 12px;
  height: 30px;
  margin: auto;
  background-image: url(../img/recruit/flow_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:last-child::before {
  display: none;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_img {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(1) .item_img {
  background-image: url(../img/recruit/sec6_1.png);
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(2) .item_img {
  background-image: url(../img/recruit/sec6_2.png);
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(3) .item_img {
  background-image: url(../img/recruit/sec6_3.png);
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(4) .item_img {
  background-image: url(../img/recruit/sec6_4.png);
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_ttl {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_ttl p {
  line-height: 1.5;
  padding: 0.4em;
}
.lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_ttl p .c_red {
  color: #F85509;
}

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec6 .container .wrapper .box {
    padding: 40px 5.1%;
  }  
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item {
    width: calc(100% / 2 - 6%);
    max-width: 240px;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item::before {
    right: -8%;
    width: 10px;
    height: 18px;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(2):before {
    display: none;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_img {
    height: 20vw;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec6 .container .wrapper .box {
    padding: 52px 5.1%;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list {
    gap: 30px;
  }  
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item {
    width: 100%;
    max-width: 270px;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item:nth-of-type(2):before {
    display: block;
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item::before {
    top: initial;
    bottom: -22px;
    left: 0;
    right: 0;
    width: 32px;
    height: 12px;
    background-image: url(../img/recruit/flow_arrow2.png);
  }
  .lowPage.newlowPage .sec6 .container .wrapper .box .flow_list .flow_item .item_img {
    height: 160px;
  }
}


/* セクション7 */
.lowPage.newlowPage .sec7 .container .wrapper .box table {
  width: 100%;
  border: 1px solid #31180B;
}
.lowPage.newlowPage .sec7 .container .wrapper .box table tr {
  display: flex;
  border-bottom: 1px solid #31180B;
} 
.lowPage.newlowPage .sec7 .container .wrapper .box table tr:last-child {
  border: none;
}
.lowPage.newlowPage .sec7 .container .wrapper .box table tr th {
  line-height: 1.8;
  width: 41%;
  max-width: 280px;
  min-width: 140px;
  padding: 18px 20px;
  background-color: #F3F4F5;
  border-right: 1px solid #31180B;
} 
.lowPage.newlowPage .sec7 .container .wrapper .box table tr td {
  line-height: 1.8;
  width: calc(100% - 41%);
  max-width: 891px;
  padding: 18px 20px;
} 
.lowPage.newlowPage .sec7 .container .wrapper .box .entry_btn a {
  font-size: 18px;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin: auto;
  margin-top: 6.516%;
  color: #fff;
  background: linear-gradient(to right, #F2860F, #F1C210);
}
.lowPage.newlowPage .sec7 .container .wrapper .box .entry_btn a img {
  width: 18px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lowPage.newlowPage .sec7 .container .wrapper .box .entry_btn a {
    margin-top: 46px;
  }
}

@media screen and (max-width: 480px) {
  .lowPage.newlowPage .sec7 .container .wrapper .box table tr {
    flex-direction: column;
  }
  .lowPage.newlowPage .sec7 .container .wrapper .box table tr th {
    width: 100%;
    max-width: none;
    padding: 14px 20px;
    border-right: none;
    border-bottom: 1px solid #31180B;
  }
  .lowPage.newlowPage .sec7 .container .wrapper .box table tr td {
    width: 100%;
    max-width: none;
  }
}



/* タブcss */
/*tab*/
.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tab li {
  width: calc(100% / 2);
}
.tab li a{
  line-height: 1.6;
  display: block;
  width: 100%;
  background:#fff;
  padding:10px 16px;
  border: 1px solid #31180B;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  color: #fff;
  background:#31180B;
}


/*エリアの表示非表示と形状*/
.tab_area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding: 60px 4%;
  margin-top: -0.5px;
  border: 1px solid #31180B;
}

/*tab_areaにis_activeというクラスがついた時の形状*/
.tab_area.is_active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .tab_area {
    padding: 60px 6%;
  }
}

@media screen and (max-width: 480px) {
  .tab_area {
    padding: 46px 6%;
  }
}

