/*==========================================================
fresh-staff .css
========================================================== */
/*  fresh-staff .css
---------------------------------------- */
.p-entry-note {
  padding-left: 28px;
}
@media all and (max-width: 915px) {
  .p-entry-note {
    padding: 0 15px;
  }
}

/*==========================================================
fresh-top.css
========================================================== */
/* l-header-top
---------------------------------------------------------- */
.l-header-top {
  display: none
}
@media all and (max-width: 915px) {
  .l-header-top {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #e5f0f9;
  }
}
.l-header-top__logo {
  flex: 1;
  padding: 0 10px 1px 15px;
}
@media all and (min-width: 916px) {
  .l-header-top__logo {
    display: none;
  }
}
.l-header-top__logo > a {
  display: block;
  max-width: 180px;
}
.l-header-top__right {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 916px) {
  .l-header-top__right {
    position: fixed;
    right: 0;
    bottom: 0;
    gap: 0 10px;
    padding: 20px 20px 20px 0;
    z-index: 8;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__right {
    flex: 0 0 auto;
  }
}
.l-header-top__entry > a {
  display: block;
  width: 159px;
  padding: 17px 10px;
  background-color: #0071c5;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1923076923;
  letter-spacing: .1em;
}
@media all and (min-width: 916px) {
  .l-header-top__entry > a {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .l-header-top__entry > a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__entry > a {
    width: 92px;
    padding: 16px 5px;
    font-size: .875rem;
    line-height: 1.2857142857;
    letter-spacing: .05em;
  }
}
.l-header-top__btn-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #0071c5;
  z-index: 15;
}
@media all and (min-width: 916px) {
  .l-header-top__btn-menu {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .l-header-top__btn-menu:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .l-header-top__btn-menu {
    width: 52px;
    height: 50px;
  }
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(1) {
  width: 0;
  left: 50%;
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(2) {
  transform: rotate(45deg);
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(3) {
  transform: rotate(-45deg);
}
.l-header-top__btn-menu.is-open .l-header-top__btn-inner span:nth-child(4) {
  left: 50%;
  width: 0;
}
.l-header-top__btn-inner {
  position: relative;
  width: 32px;
  height: 24px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner {
    width: 22px;
    height: 15px;
  }
}
.l-header-top__btn-inner > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0071c5;
  opacity: 1;
  transform: rotate(0deg) translateZ(0);
  transition: all .3s ease;
}
.l-header-top__btn-inner > span:nth-child(1) {
  top: 0;
}
.l-header-top__btn-inner > span:nth-child(2), .l-header-top__btn-inner > span:nth-child(3) {
  top: 11px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner > span:nth-child(2), .l-header-top__btn-inner > span:nth-child(3) {
    top: 7px;
  }
}
.l-header-top__btn-inner > span:nth-child(4) {
  top: 22px;
}
@media all and (max-width: 915px) {
  .l-header-top__btn-inner > span:nth-child(4) {
    top: 14px
  }
}
.p-nav-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 10;
}
@media all and (min-width: 916px) {
  .p-nav-top {
    overflow-y: auto;
  }
}
.p-nav-top__in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (min-width: 916px) {
  .p-nav-top__in {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.p-nav-top__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 15px;
}
@media all and (min-width: 916px) {
  .p-nav-top__head {
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 90px 0;
    width: 33.8542%;
    padding: 20px 3.6458333333vw;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__head {
    flex-shrink: 0;
  }
}
.p-nav-top__logo-top {
  max-width: 270px;
}
@media all and (max-width: 915px) {
  .p-nav-top__logo-top {
    display: none;
  }
}
.p-nav-top__logo-bottom {
  max-width: 450px
}
@media all and (min-width: 916px) {
  .p-nav-top__logo-bottom {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .p-nav-top__logo-bottom:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__logo-bottom {
    max-width: 180px;
  }
}
.p-nav-top__content {
  padding: 0 15px 80px;
}
@media all and (min-width: 916px) {
  .p-nav-top__content {
    flex: 1;
    padding: 60px 3.6458333333vw 120px 5.2083333333vw;
    background-color: rgba(0, 113, 197, .05);
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__content {
    overflow-y: auto;
    flex-grow: 1;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__accordion-list {
    display: grid;
    gap: 71px 0;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__accordion-list {
    border-top: 1px solid #707070;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__item {
    overflow: hidden;
  }
}
.p-nav-top__heading {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4090909091;
  letter-spacing: .1em;
}
@media all and (min-width: 916px) {
  .p-nav-top__heading:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 18px 30px 19px 15px;
    border-bottom: 1px solid #707070;
    font-size: 1rem;
    line-height: 1.375;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::before, .p-nav-top__heading::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    background-color: #333;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::before {
    right: 16px;
    width: 11px;
    height: 1px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading::after {
    right: 21px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    transition: opacity .3s ease;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__heading.is-open::after {
    opacity: 0;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 28px -39px 0 -5px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__sub {
    display: none;
    padding: 16px 0 19px;
    border-bottom: 1px solid #707070;
  }
}
.p-nav-top__sub > li {
  padding: 0 25px;
  font-size: .875rem;
  line-height: 1.4285714286;
  letter-spacing: .05em;
}
@media all and (min-width: 916px) {
  .p-nav-top__sub > li {
    padding: 2px 39px 1px;
    border-left: 1px solid #707070;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__sub > li:not(:first-child) {
    margin-top: 24px;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__sub-link:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px 48px;
    margin-top: 71px;
  }
}
.p-nav-top__link-list > li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: .1em;
}
@media all and (min-width: 916px) {
  .p-nav-top__link-list > li {
    font-size: 1.375rem;
    line-height: 1.4090909091;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__link-list > li {
    border-bottom: 1px solid #707070;
  }
}
@media all and (min-width: 916px) {
  .p-nav-top__page-link:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__page-link {
    display: block;
    position: relative;
    padding: 18px 30px 19px 15px;
  }
}
@media all and (max-width: 915px) {
  .p-nav-top__page-link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 13px;
    width: 14px;
    height: 10px;
    background: url("../../_common/img/ico_arrow_right_01.svg") no-repeat left top;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.p-nav-top__external-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 94px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list {
    margin-top: 35px;
    justify-content: center;
  }
}
.p-nav-top__external-list > li {
  position: relative;
  line-height: 1.3333333333;
  letter-spacing: .03em;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li {
    line-height: 1.4285714286;
  }
}
.p-nav-top__external-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #333;
  transform: rotate(40deg);
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li::before {
    top: 12px;
    height: 18px;
  }
}
.p-nav-top__external-list > li:first-child {
  padding-right: 17px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li:first-child {
    padding-right: 7px;
  }
}
.p-nav-top__external-list > li:last-child {
  padding-left: 27px;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-list > li:last-child {
    padding-left: 12px;
  }
}
.p-nav-top__external-list > li:last-child::before {
  display: none
}
@media all and (min-width: 916px) {
  .p-nav-top__external-link:hover {
    text-decoration: underline;
  }
}
.p-nav-top__external-link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-left: 5px;
  background: url("../../_common/img/ico_external_01.svg") left top no-repeat;
  background-size: contain;
}
@media all and (max-width: 915px) {
  .p-nav-top__external-link[target=_blank]::after {
    position: relative;
    top: 2px;
    margin-left: 4px;
  }
}
.p-top-mainvisual {
  overflow: hidden;
  position: relative;
  height: auto;
}
@media all and (max-width: 915px) {
  .p-top-mainvisual {
    height: auto;
    margin-bottom: 40px;
  }
}
.p-top-mainvisual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
#fresh-top .p-top-mainvisual__logo-top {
  position: absolute;
  top: 43%;
  left: 44%;
  width: 221px;
	background-color: rgba(255,255,255,0.80);
	  padding: 15px;
}
@media all and (max-width: 915px) {
  #fresh-top .p-top-mainvisual__logo-top {
	  display: block;
  top: 30%;
  left: 38%;
  width: 100px;
	  padding: 10px;

  }
}
.p-top-mainvisual__logo-bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 450px;
	background-color: rgba(255,255,255,0.80);
	  padding: 15px;
}
@media all and (min-width: 916px) {
  .p-top-mainvisual__logo-bottom {
    opacity: 1;
    transition: opacity .3s ease-out
  }
  .p-top-mainvisual__logo-bottom:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .p-top-mainvisual__logo-bottom {
    bottom: 20px;
    left: 16px;
    max-width: 180px;
  }
}
.p-top-links {
  margin-bottom: 120px;
  padding: 28px 60px;
  background-color: rgba(0, 113, 197, .1);
}
@media all and (max-width: 915px) {
  .p-top-links {
    display: none;
  }
}
.p-top-links__in {
  display: flex;
  justify-content: center;
  max-width: 1496px;
  margin: 0 auto;
}
.p-top-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: .04em;
}
.p-top-links__link {
  position: relative;
}
@media all and (min-width: 916px) {
  .p-top-links__link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 18px;
    height: 18px;
    background-color: rgba(0, 113, 197, .8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease-out;
  }
}
@media all and (min-width: 916px) {
  .p-top-links__link:hover::before {
    opacity: 1;
  }
}
.p-top-news {
  margin-bottom: 80px;
  padding: 29px 0 30px;
  background-color: rgba(0, 113, 197, .1);
}
@media all and (min-width: 916px) {
  .p-top-news {
    margin-bottom: 120px;
    padding: 57px 60px 60px;
  }
}
.p-top-news__in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (min-width: 916px) {
  .p-top-news__in {
    flex-direction: row;
    gap: 0 30px;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.p-top-news__heading {
  padding: 0 15px 21px;
}
@media all and (min-width: 916px) {
  .p-top-news__heading {
    flex: 0 0 auto;
    width: 22.369%;
    min-width: 220px;
    padding: 0;
  }
}
.p-top-news__heading .c-heading-02 {
  margin-bottom: 0;
}
.p-top-news__content {
  padding: 17px 15px 20px;
  background-color: #fff;
}
@media all and (min-width: 916px) {
  .p-top-news__content {
    flex: 1;
    margin-top: 3px;
    padding: 42px 30px 45px;
  }
}
.p-top-news__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 38px 0;
  font-size: 0;
}
@media all and (min-width: 916px) {
  .p-top-news__list {
    gap: 34px 0;
    max-width: 665px;
    margin: 0 auto;
  }
}
.p-top-news__link {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px 0;
}
@media all and (max-width: 915px) {
  .p-top-news__link {
    gap: 8px 0;
  }
}
@media all and (min-width: 916px) {
  .p-top-news__link:hover .p-top-news__text {
    text-decoration: underline;
  }
}
.p-top-news__date {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: .08em;
}
@media all and (max-width: 915px) {
  .p-top-news__date {
    font-size: .875rem;
    line-height: 1.3571428571;
  }
}
.p-top-news__text {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: .05em;
}
@media all and (max-width: 915px) {
  .p-top-news__text {
    font-size: .875rem;
    line-height: 1.3571428571;
  }
}
.p-top-news__button {
  margin-top: 47px;
}
@media all and (max-width: 915px) {
  .p-top-news__button {
    margin-top: 35px;
  }
}
.p-top-search {
  margin-bottom: 79px;
  padding: 29px 0 30px;
  background-color: rgba(0, 113, 197, .1);
}
@media all and (min-width: 916px) {
  .p-top-search {
    margin-bottom: 120px;
    padding: 57px 60px 60px;
  }
}
@media all and (min-width: 916px) {
  .p-top-search__in {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.p-top-search__in .c-heading-02 {
  margin-bottom: 61px;
}
@media all and (max-width: 915px) {
  .p-top-search__in .c-heading-02 {
    margin-bottom: 21px;
    padding: 0 15px;
  }
}
.p-top-search__content {
  padding: 50px;
  background-color: #fff;
}
@media all and (max-width: 915px) {
  .p-top-search__content {
    padding: 20px 15px;
  }
}
.p-top-search__list {
  display: grid;
  gap: 30px 0;
}
@media all and (max-width: 915px) {
  .p-top-search__list {
    gap: 20px 0;
  }
}
@media all and (min-width: 916px) {
  .p-top-search__item {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-top-search__heading {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0 15px 20px;
  background-color: rgba(0, 113, 197, .8);
  text-align: left;
  color: #fff;
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: .1em;
}
@media all and (min-width: 916px) {
  .p-top-search__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 235px;
    padding: 5px;
    text-align: center;
    line-height: 1.3333333333;
    cursor: default;
  }
}
@media all and (max-width: 915px) {
  .p-top-search__heading::before, .p-top-search__heading::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #fff;
  }
}
@media all and (max-width: 915px) {
  .p-top-search__heading::before {
    right: 25px;
    width: 13px;
    height: 1px;
  }
}
@media all and (max-width: 915px) {
  .p-top-search__heading::after {
    right: 31px;
    width: 1px;
    height: 13px;
    margin-top: -6px;
    transition: all .3s ease;
  }
}
.p-top-search__heading.is-open::after {
  opacity: 0
}
.p-top-search__detail {
  padding: 14px;
  border: solid rgba(0, 113, 197, .8);
  border-width: 0 1px 1px;
}
@media all and (min-width: 916px) {
  .p-top-search__detail {
    flex: 1;
    padding: 29px 40px;
    border-width: 1px;
  }
}
@media all and (max-width: 915px) {
  .p-top-search__detail {
    display: none;
  }
}
.p-top-search__list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media all and (min-width: 916px) {
  .p-top-search__list-link {
    gap: 20px;
  }
}
.p-top-search__link {
  position: relative;
  display: block;
  padding: 14px 10px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: .1em;
}
@media all and (min-width: 916px) {
  .p-top-search__link {
    padding: 7px 9px;
    line-height: 1.3333333333;
    transition: all .3s ease-out;
  }
}
.p-top-search__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #333;
}
@media all and (min-width: 916px) {
  .p-top-search__link::before {
    transition: all .3s ease-out;
  }
}
@media all and (min-width: 916px) {
  .p-top-search__link:hover {
    background-color: rgba(0, 113, 197, .8);
    color: #fff;
  }
}
@media all and (min-width: 916px) {
  .p-top-search__link:hover::before {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
.p-top-search__button {
  margin-top: 50px;
}
@media all and (max-width: 915px) {
  .p-top-search__button {
    margin-top: 40px;
  }
}
.p-top-card {
  padding: 0 15px;
  margin-bottom: 79px;
}
@media all and (min-width: 916px) {
  .p-top-card {
    max-width: 1260px;
    margin: 0 auto 118px;
    padding: 0 60px;
  }
}
@media all and (min-width: 916px) {
  .p-top-card__image {
    padding-left: 33.333%;
  }
}
.p-top-card__image > img {
  width: 100%;
}
@media all and (min-width: 916px) {
  .p-top-card__slider {
    position: relative;
    padding-left: 33.333%;
  }
}
.p-top-card__slider-list {
  overflow: hidden;
}
.p-top-card__slider-image > img {
  width: 100%;
}
.p-top-card__detail {
  padding-top: 16px;
  background-color: #fff;
}
@media all and (min-width: 916px) {
  .p-top-card__detail {
    position: relative;
    width: 50%;
    margin-top: -24.738%;
    padding: 57px 30px 60px 0;
    z-index: 1;
  }
}
.p-top-card__detail .c-heading-02 {
  margin-bottom: 56px;
}
.p-top-card__text {
  font-size: 1.375rem;
  line-height: 1.8181818182;
  letter-spacing: .05em;
}
@media all and (max-width: 915px) {
  .p-top-card__text {
    font-size: .875rem;
    line-height: 2;
  }
}
.p-top-card__button {
  margin-top: 37px;
}
@media all and (max-width: 915px) {
  .p-top-card__button {
    margin-top: 30px;
  }
}
@media all and (min-width: 916px) {
  .p-top-card__button > .c-button-01__button {
    margin: 0;
  }
}
.p-top-card--environment {
  margin-bottom: 80px;
}
@media all and (min-width: 916px) {
  .p-top-card--environment {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 916px) {
  .p-top-card--environment .p-top-card__detail {
    margin-top: -25.088%;
  }
}
@media all and (min-width: 916px) {
  .p-top-card--environment .p-top-card__text {
    padding-right: 12.038%;
  }
}
@media all and (min-width: 916px)and (max-width: 1024px) {
  .p-top-card--environment .p-top-card__text {
    padding-right: 0;
  }
}
.p-top-card .swiper {
  overflow: inherit;
}
.p-top-card .swiper-pagination {
  left: 75.527%;
  bottom: -45px;
  transform: translateX(-50%);
}
@media all and (max-width: 915px) {
  .p-top-card .swiper-pagination {
    display: none;
  }
}
.p-top-card .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  left: 75%;
  bottom: -40px;
  transform: translateX(-50%);
  opacity: 1;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease-out;
}
@media all and (min-width: 916px) {
  .p-top-card .swiper-pagination-bullet:hover {
    background: #9a9a9a;
    border-color: #9a9a9a;
  }
}
.p-top-card .swiper-pagination-bullet-active {
  background: #9a9a9a;
  border-color: #9a9a9a;
}
.p-top-card .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-top-card .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.p-top-works {
  padding: 0 15px;
  margin-bottom: 80px;
}
@media all and (min-width: 916px) {
  .p-top-works {
    max-width: 1260px;
    margin: 0 auto 120px;
    padding: 0 60px;
  }
}
.p-top-works__tab {
  display: flex;
  align-items: center;
}
.p-top-works__tab-content {
  flex: 1;
}
.p-top-works__tab-list {
  width: 33.9285714286vw;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 20px;
  padding-left: 30px;
}
@media all and (min-width: 1140px) {
  .p-top-works__tab-list {
    width: 380px;
  }
}
.p-top-works__tab-list > li.is-current .p-top-works__tab-link {
  color: #fff;
  background-color: rgba(0, 113, 197, .8);
  border-color: rgba(0, 0, 0, 0);
}
.p-top-works__tab-list > li.is-current .p-top-works__tab-link::before {
  background-image: url("../../_common/img/ico_arrow_right_04_pc.svg");
}
.p-top-works__tab-link {
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: left;
  padding: 17px 60px 17px 20px;
}
.p-top-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
}
.p-top-works__list > li {
  width: calc(50% - 6px);
}
.p-top-works__card {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px #e3e3e3;
}
@media all and (min-width: 916px) {
  .p-top-works__card[href] {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .p-top-works__card[href]:hover {
    opacity: .7;
    text-decoration: none;
  }
}
.p-top-works__card-image {
  position: relative;
  width: 100%;
  padding-top: 75.0459%;
}
.p-top-works__card-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-works__card-title {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
  padding: 8px 5px 9px;
}
.p-top-recruit {
  padding: 78px 15px 80px;
}
@media all and (min-width: 916px) {
  .p-top-recruit {
    max-width: 1260px;
    margin: 0 auto;
    padding: 118px 60px 120px;
  }
}
.p-top-recruit__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media all and (min-width: 916px)and (max-width: 1024px) {
  .p-top-recruit__list {
    gap: 30px;
  }
}
@media all and (max-width: 915px) {
  .p-top-recruit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-top-recruit__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  border: 1px solid #333;
  text-align: center;
}
@media all and (min-width: 916px) {
  .p-top-recruit__link {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  .p-top-recruit__link:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  .p-top-recruit__link {
    padding-bottom: 12px;
  }
}
.p-top-recruit__link:first-child .p-top-recruit__image {
  max-width: 105px;
}
@media all and (max-width: 915px) {
  .p-top-recruit__link:first-child .p-top-recruit__image {
    max-width: 63px;
  }
}
.p-top-recruit__link:nth-child(2) .p-top-recruit__image {
  max-width: 123px;
}
@media all and (max-width: 915px) {
  .p-top-recruit__link:nth-child(2) .p-top-recruit__image {
    max-width: 74px;
    padding: 0 0 4px;
  }
}
.p-top-recruit__link:nth-child(3) .p-top-recruit__image {
  max-width: 145px;
  padding-top: 7px;
}
@media all and (max-width: 915px) {
  .p-top-recruit__link:nth-child(3) .p-top-recruit__image {
    max-width: 88px;
    padding-top: 3px;
  }
}
.p-top-recruit__link:last-child .p-top-recruit__image {
  max-width: 127px;
  padding-top: 11px;
}
@media all and (max-width: 915px) {
  .p-top-recruit__link:last-child .p-top-recruit__image {
    max-width: 72px;
    padding: 0 0 4px;
  }
}
.p-top-recruit__image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 183px;
  padding-top: 9px;
}
@media all and (max-width: 915px) {
  .p-top-recruit__image {
    height: 106px;
    padding-top: 4px;
  }
}
.p-top-recruit__text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3636363636;
  letter-spacing: .1em;
}
@media all and (max-width: 915px) {
  .p-top-recruit__text {
    font-size: 1rem;
    line-height: 1.375;
    letter-spacing: .05em;
  }
}

/* 新卒社員研修 */
.group-about-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 0.5px solid #707070;
}
.group-about-content > :first-child {
  border-top: 0.5px solid #707070;
}
.group-about-title {
  background-color: rgba(0, 113, 197, 0.10);
  flex: 0 0 auto;
  width: 30%;
  padding: 30px 0 30px 20px;
}
.group-about-text {
  flex: 0 0 auto;
  width: 70%;
  padding: 30px 0 30px 20px;
}
.text-bold {
  font-weight: 600;
}
.annotation-text {
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
}
.group-result-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .1em;
  margin: 25px 0 30px;
}
.group-result-text {
  font-size: 18px;
  line-height: 33px;
}
.group-result-wrap {
  display: flex;
  flex-wrap: wrap;
}
.company-name {
  width: 50%;
  margin-top: 40px;
}
.company-name > a:hover {
  text-decoration: underline;
}
.entry-bnr {
  border: 0.5px solid #707070;
  margin-top: 20px;
}
@media screen and (max-width: 915px) {
  .group-about-content > :first-child {
    border: none;
  }
  .group-about-content {
    padding-left: 15px;
  }
  .group-about-wrap {
    display: flex;
    flex-flow: column;
    border: none;
  }
  .group-about-title {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .group-about-text {
    width: 100%;
    padding: 0 30px 0 15px;
    margin-bottom: 20px;
  }
  .annotation-text {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 0;
  }
  .group-result-title {
    font-size: 18px;
    letter-spacing: .1em;
    margin: 30px 0 20px;
    padding: 0 15px;
  }
  .group-result-text {
    font-size: 14px;
    line-height: 26px;
    padding: 0 15px;
  }
  .group-result-wrap {
    display: flex;
    flex-flow: column;
    padding: 0 15px;
  }
  .company-name {
    width: 100%;
    margin-top: 30px;
  }
  .entry-bnr-wrap {
    padding: 0 15px;
  }
}


/* よくあるご質問 */
.p-faq__section .c-accordion-01__content{
	border-top: none;
	margin-bottom: 30px;
}

.p-faq__section .c-accordion-01 {
  	border-bottom: none;
}

.p-faq__section .c-accordion-01__title{
	background-color: rgba(0,113,197,0.05) !important;
	display: flex;
	align-items: center;
}
.p-faq__section .faq-question{
	/*display: inline-block;*/
    height: 55px;
	width: 55px;
    color: #fff;
	font-size: 1.5rem;
    background-color:#0071C5;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;	
	flex: 0 0 55px;
}

.p-faq__section .question-text{
	/*display: inline-block;*/
	margin-left: 40px;
	font-size: 1.125rem;
}

.p-faq__section .faq-answer{
	/*display: inline-block;*/
    height: 55px;
	width: 55px;
    color: #0071C5;
	font-size: 1.5rem;
	border: solid 2px #0071C5;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
	flex: 0 0 55px;
}

.p-faq__section .c-accordion-01__row{
	display: flex;
	align-items: center;
}

.p-faq__section .c-accordion-01__row .c-accordion-01__text{
	/*display: inline-block;*/
	/*margin-left: 35px;*/
	padding: 0 20px 0 40px;
	flex: 0 1 100%;
}

@media all and (max-width: 915px){
	.p-faq__section .c-accordion-01__content{
	margin-bottom: 20px;
}

.p-faq__section .faq-question{
    height: 40px;
	width: 40px;
    line-height: 40px;
	flex: 0 0 40px;
}

.p-faq__section .question-text{
	margin-left: 20px;
	font-size: .875rem;
	line-height: 24px;
}

.p-faq__section .faq-answer{
    height: 40px;
	width: 40px;
    line-height: 35px;
	flex: 0 0 40px;
}

.p-faq__section .c-accordion-01__row .c-accordion-01__text{
	padding: 0 20px;
	line-height: 24px;
}
}

/* TOPページ　就活イベントカレンダー */


#schedule{
	background-color: rgba(0,113,197,0.10);
	padding: 57px 60px 60px;
	margin: 0 auto 118px;
	
}

.hyogo_2025{
	color: #0071C5;
}

.hyogo_2026{
	color: #ADD700;
}

.hannwa_2025{
	color: #FFBA00;
}

.hannwa_2026{
	color: #E40077;
}

.recommendation{
	color: #E40077;
}

.schedule-title{
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 55px;
}

	.schedule-contents{
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-around;*/
		align-items: flex-start;
		max-width: 1140px;
		margin: 0 auto;
}

.calendar-wrap{
	/*flex: 1 3 480px;
	margin-right: 10px;*/
	flex: 1 1 560px;
	margin-right: 40px;
}

.event-wrap{
	flex: 1 3 530px;
	margin-left: 10px;
}

.month-wrap{
	text-align: center;
}

.calendar-title{
	text-align: center;
	font-size: 1.375rem;
	margin: 0 10px 20px;
	display: inline-block;
}

.calendar-btn{
	display: inline-block;
	position: relative;
}

.btn-text{
	/*display: inline-block;*/
	padding: 3px 8px;
	font-size: 0.9rem;
	color: #0071C5;
	border: 0.8px solid #0071C5;
	position: absolute;
	width: 70px;
	bottom: -10px;
	background-color: #FFF;
}

.prev{
	right: 30px;
}

.next{
	left: 30px;
}

.year-item , .month-item{
	font-weight: 600;
	font-size: 2.2rem;
	margin-right: 10px;
}




.entry-wrap{
	padding: 30px;
	height: 680px;
	overflow: auto;
}

.contents-title{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 20px;
}

.p-top-news__list li{
	border-bottom: 1.5px dotted #DDD;
	padding-bottom: 20px;
}

.week .day{
	width: 80px;
	height: 80px;
	text-align: center;
}


@media screen and (max-width: 1000px) {
#schedule{
	padding: 39px 15px 40px;
	margin: 0 auto 79px;
	
}

.schedule-title{
	padding: 0 15px;
}

	.schedule-contents{
		max-width: 1140px;
		margin: 0 auto;
}

.calendar-wrap{
	flex: 1 1 auto;
	margin-right: 0;
}

.event-wrap{
	flex: 1 1 auto;
	margin: 30px 0 0 0;
}

.calendar-title{
	font-size: 1.25rem;
	margin: 0 10px 10px;
}

.btn-text{
	padding: 3px 6px;
	font-size: 0.8rem;
	width: 60px;
	bottom: -10px;
}

.prev{
	right: 0;
}

.next{
	left: 0;
}

.year-item , .month-item{
	font-size: 1.9rem;
	margin-right: 5px;
}


.entry-wrap{
	padding: 20px;
	height: 490px;
}

.contents-title{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 20px;
}

.p-top-news__list li{
	padding-bottom: 20px;
}

.week .day{
	width: 60px;
	height: 60px;
}
}

/* TOPページ　新着情報エリア */
.p-top-news__list .news-tag{
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}

.p-top-news__list .news-tag > span{
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	width: 12em;
	margin-bottom: 15px;
}

.p-top-news__list .news-tag .hanwa {
  border: solid 0.5px #0071C5;
  background-color: #0071C5;
}
.p-top-news__list .news-tag .hyogo {
  border: solid 0.5px #0071C5;
  color: #0071C5;
}
.p-top-news__list .news-tag .class-this {
  border: solid 0.5px #FFBA00;
  background-color: #FFBA00;
}
.p-top-news__list .news-tag .class-next {
  border: solid 0.5px #ADD700;
  background-color: #ADD700;
}


@media screen and (max-width: 915px) {
  .p-top-news__list .news-tag{
  font-size: 0.8rem;
}

.p-top-news__list .news-tag > span{
	padding: 7px 0;
	width: 10em;
	margin-bottom: 15px;
}
}

/* キャリアパス */
.c-list-timeline--step > li{
	padding-bottom: 50px !important;
}

.c-list-timeline__left{
	width: 200px !important;
}

.c-list-timeline__right{
	padding: 0 0 0 70px !important;
}

.c-list-timeline > li::before{
	left: 208px !important;
}

.list-wrap > li{
	list-style: disc;
	margin-bottom: 30px;
	
}

@media screen and (max-width: 915px){
	.c-list-timeline__left{
	width: 63px !important;
}
	
	.c-list-timeline > li::before{
	left: 69px !important;
}
}


.c-career-timeline__box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.c-career-timeline__left{
	flex: 0 0 auto;
	width: 110px;
	padding-right: 29px;
	text-align: right;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4090909091;
	letter-spacing: .05em;
}

.c-career-timeline__right{
	position: relative;
	flex: 1;
	padding: 0 0 40px 55px;
}

.c-career-timeline__right ::before{
	content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    width: 1px;
    height: 100%;
    background-color: #0071c5;
}

.c-career-timeline__right:last-child::before {
    height: 15px;
}

.c-career-timeline__right ::after{
	content: "";
	position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #0071c5;
    border-radius: 50%;
}

.c-box-career-path{
	overflow: hidden;
	position: relative;
}

.c-box-career-path__box{
	width: 70%;
	padding: 30px 60px 0 30px;
	background-color: rgba(0,113,197,0.10);
}

.c-box-career-path__text{
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: .05em;
	margin-bottom: 30px;
}


.c-box-career-path__image{
	width: 35%;
	position: absolute;
	top: 40px;
	right: 0;
}

.c-box-career-path__image > img{
	width: 100%;
}

.c-career-timeline__box .c-career-timeline__text > span{
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

@media all and (max-width: 915px){
	.c-career-timeline__left{
	width: 70px;
	padding-right: 20px;
	font-size: 0.8rem;
}

.c-career-timeline__right{
	padding: 0 0 30px 30px;
}

.c-career-timeline__right ::before{
    top: 7px;
    left: 6px;
}

.c-career-timeline__right:last-child::before {
    height: 15px;
}

.c-career-timeline__right ::after{
    top: 5px;
    width: 13px;
    height: 13px;
}
.c-box-career-path__box{
	width: 100%;
	padding: 120px 15px 15px;
	margin-top: 150px;
}
	
.c-box-career-path__text{
	font-size: 1.0rem;
	margin-bottom: 30px;
}

.c-box-career-path__image{
	width: 90%;
	top: 0;
}

.c-box-career-path__image > img{
	width: 100%;
}
}