@charset "UTF-8";
/*第二階層*/
.original-button {
  display: flex;
  position: fixed;
  bottom:20px;
  right:  20px;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 250px;
  height: 60px;
  font-weight: bold;
  border-bottom: 5px solid #7f2323;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(38, 38, 38, 0.4);
  background-color: #ca3131;
}

.original-button:hover {
  box-shadow: 0 0 rgba(208, 18, 28, 1);
  border-bottom-width: 2px;
  transform: translateY(2px);
}
#wrapper {
  overflow: inherit !important;
}
.second .inner {
  padding: 130px 0 70px;
}
.second .inner section {
  margin-bottom: 80px;
}
.second .inner section:last-child {
  margin-bottom: 0;
}
.second h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin: 0 auto 50px;
  position: relative;
}
.second h3.en {
  font-size: 40px;
}
.second h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 80px;
  height: 3px;
  background-color: #333;
}
.second h4 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  margin: 0 auto 30px;
}
.second h4.en {
  font-size: 40px;
}
/*-------------------募集中-------------------*/
.second .recruitment .wrap {
  background-color: #EBECEE;
  border-radius: 15px;
  padding: 50px 5%;
  margin: 0 auto 40px;
}
.second .recruitment h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 30px;
}
.second .recruitment h4 > span {
  display: inline-block;
  position: relative;
}
.second .recruitment h4 > span:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 30px;
  background-color: #333;
  transform: rotate(-45deg);
}
.second .recruitment h4 > span:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 30px;
  background-color: #333;
  transform: rotate(45deg);
}
.second .recruitment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.second .recruitment ul li {
  width: 15%;
  margin: 5px 0.65%;
  border-radius: 10px;
  overflow: hidden;
}
.second .recruitment ul li a {
  display: block;
}
.second .recruitment ul li img {
  width: 100%;
  vertical-align: bottom;
}
.second .recruitment ul.eatopia {
  margin: 0 auto;
  width: 65%;
}
.second .recruitment ul.eatopia li {
  width: 23%;
  margin: 5px 1%;
}
/*-------------------インタビュー-------------------*/
.second .interview ul {
  margin: 0 auto 40px;
  list-style: none;
  border-radius: 15px;
  padding: 20px 5%;
  box-shadow: 0 0 10px #aaa;
}
.second .interview ul li {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 20px;
  border-bottom: solid 1px #C8C8C8;
}
.second .interview ul li:last-child {
  border-bottom: none;
}
.second .interview ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.second .interview ul li .slide {
  width: 48%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 100px;
}
.second .interview ul li .slide img {
  width: 100%;
  height: 350px;
  vertical-align: bottom;
  object-fit: cover;
}
.second .interview ul li .txt {
  width: 48%;
}
.second .interview ul li .txt h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 25px;
}
.second .interview ul li .txt p {
  text-align: justify;
}
.second .interview ul li .txt .q {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -5px;
}
.second .interview ul li .txt .q span {
  font-size: 16px;
  background-color: #EBECEE;
  padding: 3px 0 4px;
  border-radius: 50px;
  margin-right: 10px;
  display: inline-block;
  width: 70px;
  text-align: center;
}
.second .interview ul li .box {
  margin-bottom: 25px;
}
.second .interview ul li .box:last-child {
  margin-bottom: 0;
}
/*-------------------新卒採用　キャリアパス-------------------*/
.second .careerpath table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #C8C8C8;
}
.second .careerpath table th, .second .careerpath table td {
  border: solid 1px #C8C8C8;
  padding: 10px 1%;
  text-align: center;
}
.second .careerpath table thead th {
  color: #fff;
  background-color: #333;
  font-weight: 500;
}
.second .careerpath table tbody th {
  background-color: #FBFBFB;
  font-weight: 500;
  width: 10%;
}
.second .careerpath table tbody td:nth-child(2) {
  width: 10%;
}
.second .careerpath table tbody td:last-child {
  text-align: left;
}
/*-------------------新卒採用　選考フローについて-------------------*/
.second .flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second .flow ul li {
  background-color: #EBECEE;
  border-radius: 15px;
  padding: 25px 5%;
  margin-bottom: 20px;
  position: relative;
}
.second .flow ul li:last-child {
  margin: 0;
}
.second .flow ul li .no {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border-radius: 50px;
  background-color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
}
.second .flow ul li h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.second .flow ul li p {
  text-align: justify;
  margin: 5px auto 0;
}
/*-------------------新卒採用　募集要項-------------------*/
.second .requirements h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #333;
  margin: 0;
  padding: 15px 0 16px;
}
.second .requirements .dl_box {
  border: solid 1px #C8C8C8;
  margin-bottom: 40px;
}
.second .requirements dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #C8C8C8;
}
.second .requirements dl:last-child {
  border: none;
}
.second .requirements dl dt {
  width: 15%;
  font-weight: 500;
  padding: 20px 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #C8C8C8;
  background-color: #FBFBFB;
}
.second .requirements dl dd {
  margin: 0;
  width: 85%;
  padding: 20px 3%;
}
.second .requirements dl dd ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.second .requirements dl dd ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.second .requirements dl dd .box {
  margin: 10px auto 0;
}
/*-------------------新卒採用　エントリーボタン-------------------*/
.second .btn_entry a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 21px;
  border-radius: 15px;
  background-color: #d2121c;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
  width: 400px;
  margin: 0 auto;
}
.second .btn_entry a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second .btn_entry a:hover {
  opacity: 1;
}
.second .btn_entry a:hover:before {
  background: #f6d0d2;
  transition: all .3s;
}
/*-------------------キャリア採用・パートアルバイト採用-------------------*/
.second nav {
  margin-bottom: 40px;
}
.second nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.second nav ul li {
  width: 18%;
  margin: 10px 1%;
}
.second nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 20px 0 21px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
}
.second nav ul li a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #C8C8C8;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second nav ul li a:hover {
  opacity: 1;
}
.second nav ul li a:hover:before {
  background: #d2121c;
  transition: all .3s;
}
.second .list > h4 {
  font-size: 28px;
  font-weight: 500;
  background-color: #EBECEE;
  padding: 5px 0 6px;
  border-radius: 15px;
  margin: 0 auto 20px;
}
.second .list h4 + .p {
  text-align: center;
}
.second .list section {
  margin-bottom: 50px;
}
.second .list section h4 {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 2px #333;
  margin-bottom: 10px;
}
.second .list section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second .list section ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: solid 1px #C8C8C8;
}
.second .list section ul li .logo {
  width: 15%;
}
.second .list section ul li .logo img {
  width: 100%;
  vertical-align: bottom;
}
.second .list section ul li .txt {
  width: 47%;
}
.second .list section ul li .txt .p {
  margin: 0 auto 20px;
  text-align: justify;
}
.second .list section ul li .address {
  margin-bottom: 30px;
}
.second .list section ul li .address h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto -10px;
}
.second .list section ul li .map {
  width: 30%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.second .list section ul li .map iframe {
  width: 100%;
  height: 100%;
}
.second .list section ul li .btn {
  margin: 0;
}
.second.midcareer .list section ul li .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 15px 0 16px;
  border-radius: 15px;
  background-color: #333;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
  width: 300px;
}
.second.midcareer .list section ul li .btn a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second.midcareer .list section ul li .btn a:hover {
  opacity: 1;
}
.second.midcareer .list section ul li .btn a:hover:before {
  background: #C8C8C8;
  transition: all .3s;
}
.second.parttime .list section ul li .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 15px 0 16px;
  border-radius: 15px;
  background-color: #d2121c;
  box-shadow: 0 0 10px #aaa;
  position: relative;
  overflow: hidden;
  width: 300px;
}
.second.parttime .list section ul li .btn a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second.parttime .list section ul li .btn a:hover {
  opacity: 1;
}
.second.parttime .list section ul li .btn a:hover:before {
  background: #f6d0d2;
  transition: all .3s;
}
.second .list.office section ul li .logo {
  width: 25%;
}
.second .list.office section ul li .txt {
  width: 70%;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .second .inner {
    padding: 100px 0 50px;
  }
  .second .inner section {
    margin-bottom: 50px;
  }
  .second h3 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .second h3.en {
    font-size: 28px;
  }
  .second h3:after {
    width: 50px;
  }
  .second h4 {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .second h4.en {
    font-size: 28px;
  }
  /*-------------------募集中-------------------*/
  .second .recruitment .wrap {
    padding: 25px 5%;
    margin: 0 auto 30px;
  }
  .second .recruitment h4 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .second .recruitment h4 > span {
    display: inline-block;
  }
  .second .recruitment h4 > span:before {
    position: absolute;
    left: -20px;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 35px;
  }
  .second .recruitment h4 > span:after {
    position: absolute;
    right: -20px;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 35px;
  }
  .second .recruitment ul {
    justify-content: flex-start;
  }
  .second .recruitment ul li {
    width: 23%;
    margin: 5px 1%;
  }
  .second .recruitment ul.eatopia {
    width: auto;
  }
  .second .recruitment ul.eatopia li {
    width: 23%;
  }
  /*-------------------インタビュー-------------------*/
  .second .interview ul {
    margin: 0 auto 30px;
    padding: 5px 5%;
  }
  .second .interview ul li {
    display: block;
    padding: 30px 0 10px;
  }
  .second .interview ul li .slide {
    width: auto;
    max-width: 350px;
    height: 200px;
    margin: 0 auto 20px;
    position: static;
  }
  .second .interview ul li .slide img {
    height: 200px;
  }
  .second .interview ul li .txt {
    width: auto;
  }
  .second .interview ul li .txt h5 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .second .interview ul li .txt .q {
    font-size: 17px;
    margin-bottom: -10px;
  }
  .second .interview ul li .txt .q span {
    font-size: 15px;
    background-color: #EBECEE;
    padding: 3px 0 4px;
    border-radius: 50px;
    margin: 0 0 10px 0;
    display: block;
    width: 70px;
  }
  .second .interview ul li .box {
    margin-bottom: 20px;
  }
  /*-------------------新卒採用　キャリアパス-------------------*/
  .second .careerpath table {
    width: 1100px;
    border-collapse: collapse;
  }
  .second .careerpath .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .second .careerpath .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .second .careerpath .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .second .careerpath .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .second .careerpath table th, .second .careerpath table td {
    white-space: normal !important;
  }
  /*-------------------新卒採用　選考フローについて-------------------*/
  .second .flow ul li {
    padding: 20px 5%;
    margin: 30px auto;
  }
  .second .flow ul li .no {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 40px;
    font-size: 18px;
    position: absolute;
    top: -20px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .second .flow ul li h5 {
    font-size: 18px;
  }
  /*-------------------新卒採用　募集要項-------------------*/
  .second .requirements h5 {
    font-size: 17px;
    padding: 15px 0 16px;
  }
  .second .requirements .dl_box {
    margin-bottom: 30px;
  }
  .second .requirements dl {
    display: block;
  }
  .second .requirements dl dt {
    width: auto;
    display: block;
    padding: 10px 5% 12px;
    border-right: none;
    border-bottom: solid 1px #C8C8C8;
    text-align: center;
  }
  .second .requirements dl dd {
    width: auto;
    padding: 15px 5% 17px;
  }
  /*-------------------新卒採用　エントリーボタン-------------------*/
  .second .btn_entry a {
    font-size: 18px;
    padding: 15px 0 16px;
    width: auto;
  }
  /*-------------------キャリア採用・パートアルバイト採用-------------------*/
  .second nav {
    margin-bottom: 30px;
  }
  .second nav ul li {
    width: 46%;
    margin: 5px 2%;
  }
  .second nav ul li a {
    font-size: 16px;
    padding: 15px 0 16px;
  }
  .second nav ul li a:before {
    display: none;
  }
  .second .list > h4 {
    font-size: 20px;
    padding: 5px 0 6px;
    margin: 0 auto 10px;
  }
  .second .list h4 + .p {
    text-align: justify;
  }
  .second .list section {
    margin-bottom: 30px;
  }
  .second .list section h4 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .second .list section ul li {
    display: block;
    padding: 25px 0 30px;
  }
  .second .list section ul li .logo {
    width: 140px;
    margin: 0 auto 20px;
  }
  .second .list section ul li .txt {
    width: auto;
  }
  .second .list section ul li .txt .p {
    margin: 0 auto 15px;
  }
  .second .list section ul li .address {
    margin-bottom: 20px;
  }
  .second .list section ul li .address h5 {
    font-size: 17px;
  }
  .second .list section ul li .address a {
    color: #333;
  }
  .second .list section ul li .map {
    width: auto;
    height: 200px;
    margin-top: 25px;
  }
  .second.midcareer .list section ul li .btn a {
    font-size: 18px;
    padding: 15px 0 16px;
    width: auto;
  }
  .second.parttime .list section ul li .btn a {
    font-size: 18px;
    padding: 15px 0 16px;
    width: auto;
  }
  .second .list.office section ul li .logo {
    width: 200px;
  }
  .second .list.office section ul li .txt {
    width: auto;
  }
}