/*==========================================================
fresh-top.css ※検索、ボタン素材のclass
========================================================== */

/*検索ボックスここから*/
.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
  }
}

.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
  }
}

/*==========================================================
募集職種（一般のclass）
========================================================== */

/*一覧ページここから*/
#job-list .group-career-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
	border-top: 1px solid #707070;
}

#job-list .group-career-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid #707070;
	width: 50%;
}
#job-list .group-career-title {
    background-color: rgba(0,113,197,0.10);
    flex: 0 0 auto;
    width: 30%;
    padding: 30px 0 30px 20px;
}
#job-list .group-career-text {
    flex: 0 0 auto;
    width: 70%;
    padding: 30px 0 30px 20px;
	position: relative;
}

#job-list.c-container__content {
    padding: 40px;
    border: 0.5px solid #707070;
	margin: 0 auto 80px;
}

.c-button-01.c-button-01--medium.p-top-card__button, #job-detail .c-button-01.c-button-01--medium.p-top-card__button {
    width: 50%;
}
#job-list .c-button-01--medium .c-button-01__button, #job-detail .c-button-01--medium .c-button-01__button {
    width: 100%;
    max-width: 100%;
}
/*追加*/
#job-list .tab span, #job-detail .tab span {
    border: 0.5px solid #333;
    padding: 10px;
    margin: 10px 10px 10px 0;
	font-weight: bold;
}

#job-list img, #job-detail img {
    margin: 0 30px 0 0;
    height: 100%;
}
.career-job-list-title {
    font-size: 1.37rem;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1;
    border-bottom: solid 1px #707070;
}
.career-job-wrap {
    display: flex;
}
.career-job-button-wrap {
    display: flex;
    gap: 0 60px;
}

@media screen and (max-width: 915px) {
#job-list .group-career-content {
    display: block;
}
.group-career-content > :first-child {
    border: none;
}
.group-career-content {
    padding-left: 0;
}
#job-list .group-career-wrap {
    background-color: rgba(0, 113, 197, 0.10);
	border-bottom: 1px solid #707070;
	align-items: center;
	width: 100%;
}
#job-list .group-career-title {
    padding: 10px;
	background-color: transparent;
	text-align: center;
	width: 26%;
}
#job-list .group-career-text {
    padding: 10px;
	background-color: #fff;
	width: 74%;
}
#job-list.c-container__content {
    padding: 15px;
	margin: 0 15px 60px;
}
	#job-list ul.group-career-content li, .c-button-01.c-button-01--medium.p-top-card__button, #job-detail .c-button-01.c-button-01--medium.p-top-card__button {
    width: 100%;
}
/*追加*/
	.career-job-wrap {
    display: contents;
}
	.career-job-button-wrap {
    display: contents;
}
#job-list .tab, #job-detail .tab {
    margin: 15px 0 0;
	display: inline-flex;
        flex-wrap: wrap;
}
.career-job-list-title {
    font-size: 0.875rem;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
	line-height: unset;
}
}

/*詳細ページここから*/
#job-detail .group-career-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	width: 100%;
	border-bottom: 0.5px solid #707070;
}

#job-detail .group-career-content {
}
#job-detail .group-career-content > :first-child {
    border-top: 0.5px solid #707070;
}
#job-detail .group-career-title {
    background-color: rgba(0,113,197,0.10);
    flex: 0 0 auto;
    width: 25%;
    padding: 30px;
}
#job-detail .group-career-text {
    flex: 0 0 auto;
    width: 75%;
    padding: 30px;
}
#job-detail.c-container__content {
    margin: 0 auto;
}
/*追加*/
.career-job-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem
}
#job-detail .c-heading-01::before {
    height: 0.5px;
}

@media screen and (max-width: 915px) {
	
	
.group-career-content > :first-child {
    border: none;
}
#job-detail .group-career-wrap {
    display: contents;
    border: none;
}
#job-detail .group-career-title {
    padding: 10px 15px;
    width: 100%;
}
#job-detail .group-career-text {
    padding: 10px 5px 10px 15px;
    width: 100%;
}
.career-job-title {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem
}
#job-detail.c-container__content {
    padding: 0;
    margin: 0 15px;
}	
#job-detail .group-career-content > :first-child {
    border-top: none;
}
	#job-detail .c-heading-01 {
    margin-left: -15px;
    margin-top: 15px;
    padding-bottom: 20px;
	max-width: 390px;
    padding-right: 0;
}
}

/*一般採用TOPページ*/
#career-top .p-top-mainvisual{
	overflow: hidden;
	position: relative;
	height: auto;
}

#career-top .p-top-mainvisual__logo-top {
  position: absolute;
  top: 72%;
  left: clamp(0px, 20 / 1600 * 100%, 30px);
  /*left: 30px;*/
  width:  clamp(0px, 330 / 1600 * 100%, 400px);
	background-color: rgba(255,255,255,0.80);
	padding: 30px;
}

@media all and (max-width: 915px) {
 #career-top .p-top-mainvisual__logo-top {
	 display: block;
	 width: 100px;
	 top: 70%;
	 left: 0;
	 padding: 10px;
  }
}

#career-top .l-header-top__entry > a {
  display: block;
  width: 200px;
  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) {
  #career-top .l-header-top__entry > a {
    opacity: 1;
    transition: opacity .3s ease-out;
  }
  #career-top .l-header-top__entry > a:hover {
    opacity: .7;
    text-decoration: none;
  }
}
@media all and (max-width: 915px) {
  #career-top .l-header-top__entry > a {
    width: 100px;
    padding: 16px 5px;
    font-size: .875rem;
    line-height: 1.2857142857;
    letter-spacing: .05em;
  }
}
