main {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  main {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}
/* BREAD */
.c-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: rgba(8, 161, 209, 0.08);
  margin-bottom: 120px;
  padding: 53px 20px;
}
.c-bread li a,
.c-bread li span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
    margin-bottom: 40px;
  }
  .c-bread li a,
  .c-bread li span {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page-heading h1 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.c-pagination .item {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0 5px;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 17px;
  height: 17px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  background: #5ed6ca;
  color: white;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .c-pagination .item.prev {
    margin-right: 10px;
  }
  .c-pagination .item.next {
    margin-left: 10px;
  }
}
/* End PAGINATION */
/**title**/
.c-title.c-bord::after {
  content: "";
  width: 16px;
  margin: 17px auto 0;
  height: 1px;
  display: block;
  background-color: #111;
}
.c-news__card:last-child {
  border-bottom: 1px dashed #ccc;
}
/* NEWS BLOCK */
.p-news__wrapper {
  max-width: 860px;
}
.p-news__title {
  text-align: center;
}
.p-news__content,
.p-news__title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news__title h2 {
  font-size: 34px;
}
.c-news__card:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .p-news__title h2 {
    font-size: 22px;
  }
  .p-news__content,
  .p-news__title span {
    font-size: 13px;
  }
}
/* END NEWS BLOCK */
/**Profile*/
.c-profile dl {
  display: flex;
  gap: 20px;
}
.c-profile dl dt,
.c-profile dl dd {
  font-size: 15px;
  padding: 20px;
}
.c-profile dl dt {
  width: 200px;
  border-bottom: 1px solid #5ed6ca;
}
.c-profile dl dd {
  flex: 1;
  border-bottom: 1px solid #111;
  font-weight: bold;
  font-weight: 500;
}
.p-profile__list li {
  padding: 20px;
  padding-left: 100px;
  border-bottom: 1px dashed #707070;
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-family: YuMincho;
  align-items: flex-end;
}
.p-profile__list li span {
  font-size: 34px;
  color: #5ed6ca;
  line-height: 1.2;
}
.c-profile.--style2 dl {
  border-bottom: 1px dashed #111;
  padding: 20px 0;
}
.c-profile.--style2 dl:first-child {
  border-top: 1px dashed #111;
}
.c-profile.--style2 dt,
.c-profile.--style2 dd {
  border: 0;
  padding: 0;
}
.c-profile.--style2 dt {
  width: 160px;
  text-align: center;
}
.p-profile .bg-logo{
    background-image: url(../images/common/logo-joro.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.p-profile .bg-logo p{
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .p-profile__list li {
    font-size: 13px;
    padding: 10px 15px;
    align-items: center;
  }
  .p-profile__list li span {
    font-size: 20px;
  }
  .c-profile dl {
    gap: 10px;
  }
  .c-profile dl dt,
  .c-profile dl dd {
    font-size: 13px;
    padding: 5px;
  }
  .c-profile dl dt {
    width: 101px;
  }

  .c-profile.--style2 dt {
    width: 100px;
  }
}
/**End Profile*/
/**Recruiting**/
.c-recruiting {
  display: flex;
  border-radius: 20px;
  background: #fdf8e8;
  justify-content: center;
  padding: 30px 0;
}
.c-recruiting__item {
  border-right: 1px dashed #707070;
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.c-recruiting__item:last-child {
  border: 0;
}
@media (max-width: 768px) {
  .c-recruiting__item {
    padding: 0 10px;
  }
}
/**End Recruiting**/
/**Info*/
.c-activities__title {
  padding: 19px 10px;
}
.p-info__inner {
  background-color: #eefbfa;
  border-radius: 20px;
  padding: 35px 20px;
}
.p-info__inner .c-profile.--style2 dl:first-child {
  border-top: 0;
}
.p-info__inner .c-profile.--style2 dl:last-child {
  border: 0;
}
@media (max-width: 768px) {
  .p-info__inner {
    padding: 10px;
  }
}
/**End Info*/
/**Member*/
.p-member__inner {
  max-width: 970px;
}
.list_promise{
    list-style: disc;
    padding: 0 0 0 3em;
}
/**End Member*/
