@charset "UTF-8";
.event_top-area img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: inherit;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
  .for-pc {
    display: block;
  }
  .event_top-area {
    max-width: 850px;
    margin: 0 auto;
  }
  .binner-main img {
    width: 100%;
    padding: 0 0 20px;
  }
  .contents {
    margin: 0 0 20px;
    padding: 50px 40px;
    background: #f4eada;
    text-align: center;
  }
  /* .contents img {
    width: 100%;
  } */
  .contents-btn {
    padding: 20px 120px 10px;
  }
  .category {
    width: 100%;
    padding: 0 0 20px;
  }
  .category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px;
  }
  .category ul li {
    width: 32%;
    margin-top: 10px;
  }
  .category ul li:nth-child(4) {
    margin-left: 17%;
  }
  .category ul li:nth-child(5) {
    margin-right: 17%;
  }
  .category img {
    width: 100%;
  }
.category-02 {
    width: 100%;
    padding: 0 0 20px;
  }
  .category-02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .category-02 ul li {
    width: 48%;
    margin-top: 10px;
    ma
  }
  .category-02 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .event_top-area {
    width: 100%;
  }
  .binner-main img {
    width: 100%;
    padding: 0 0 20px;
  }
  .contents {
    margin: 0 0 20px;
    padding: 1rem 15px 30px;
    background: #f4eada;
    text-align: center;
  }
   .contents-02 {
    margin: 0;
    padding: 1rem 15px 0.5rem;
    background: #FFFFFF;
    text-align: center;
  }
  .contents img,.contents-02 img  {
    width: 100%;
  }
  .contents-btn {
    padding: 20px;
  }
  .binner-block img {
    width: 100%;
  }
  .category img,
  .category-02 img {
    width: 100%;
  }
  .category ul,
.category-02 ul{
    padding: 0 10px;
      margin-bottom: 1rem;
  }
  .category ul li,
.category-02 ul li{
    margin: 10px auto 0;
    /* width: 80%; */
    /* box-shadow: 5px 5px 5px #ccc; */
  }
}
/* 202311追加 */
.employee-flow-section {
  margin-top: 1rem;
  padding-bottom: 10px;
  text-align: left;
}

.employee-flow-ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #AE2479;
}

.employee-flow-ttl > span {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background: #f4eada;
}

.employee-flow-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #AE2479;
}

.employee-flow-text {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.employee-flow-img {
  max-width: 220px;
}

.employee-flow-tel {
  text-align: center;
  max-width: 560px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.2;
  border-radius: 10px;
}

.employee-flow-tel dt {
  margin-bottom: 5px;
  font-size: min(4vw, 1.2rem);
}

.employee-flow-tel dd {
  font-size: min(9vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.employee-flow-tel dd > i {
  display: inline-block;
  margin-right: 7px;
  font-size: min(8.8vw, 2.2rem);
  transform: rotate(90deg);
}

.employee-flow-note {
  margin-top: 10px;
  line-height: 1.5;
}

.employee-flow-note li {
  position: relative;
  margin-top: 3px;
  padding-left: 1rem;
}

.employee-flow-note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .employee-flow-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .employee-flow-text {
    font-size: 1.2rem;
  }
  .employee-flow-img {
    max-width: 150px;
    margin: 15px auto 0;
    display: none;
  }
  .employee-flow-note li {
    padding-left: 0.8rem;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .employee-flow-fl {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
  }
  .employee-flow-fl .employee-flow-desc {
    width: calc(100% - 220px);
    padding-right: 20px;
  }
}

    .emp-btn {
        background-color: #202581;
        padding: 0.5rem 0;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        color: #FFFFFF;
        width: 80%;
        margin: 0 auto;
        border-radius: 0.5rem;
        display: block;
        border-bottom: 5px solid #000B42;
    } 

    .emp-btn02 {
        background-color: #A1010D;
        padding: 0.5rem 0;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        color: #FFFFFF;
        width: 80%;
        margin: 0 auto;
        border-radius: 0.5rem;
        display: block;
        border-bottom: 5px solid #400001;
    } 
    
@media (max-width: 767px){
   .emp-btn { width: 90%;
}
    }
.fs-small{
    font-size: 0.8rem;
}
.p-gnav{
    display: none!important;
}