/* ----------------------------------------------
カラー
----------------------------------------------- */
:root{
  --color-primary: #252A5B;
  --color-secondary: #B29D66;
  --color-thirdly: #D4D4DD;
  --color-gray01: #F4F4F6;
  --color-border: #DDDDDD;
  --color-bg: #fff;
  --color-link: #252A5B;
  --color-accent: #AF9C67;
}

/* ----------------------------------------------
フォント
----------------------------------------------- */

:root{
--font-jp: 'Noto Sans JP', sans-serif;
--font-en: 'Adamina', serif;
}

/* ----------------------------------------------
無料会員登録の追従ボタン
----------------------------------------------- */

.p-fixed__Memberbtn.is-hidden{
  opacity: 0;
}

@media screen and (min-width: 751px) {
.p-fixed__Memberbtn{
  position: fixed;
  bottom:calc(100svh - 85vh);
  right: 0;
  width: 70px;
  text-align: center;
  word-break: keep-all;
  display: block;
  z-index: 10;
  transition: 0.5s;
  opacity: 1;
}

.p-fixed__Memberbtn a{
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px 0px 0px 10px;
  background: var(--color-secondary);
  padding: 20px 21px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2em;
}
.p-fixed__Memberbtn i{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 5px;
    background: url(../img/common/pencil-icon.svg) center center /cover;
}

}
@media screen and (max-width: 750px) {
  .p-fixed__Memberbtn{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 10;
    transition: 0.5s;
    opacity: 1;
  }

  .p-fixed__Memberbtn a{
    background: var(--color-secondary);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: block;
    padding: 18px;
    letter-spacing: 0.144em;
  }

  .p-fixed__Memberbtn i{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background: url(../img/common/pencil-icon.svg) center center /cover;
    position: relative;
    top:2px;
}
}


/* ----------------------------------------------
無料会員登録の導入口
----------------------------------------------- */

.l-free__entryLink{
  width: 100%;
  background: url(../img/common/member-bnr.webp) no-repeat center center/cover;
  padding: 80px;
  position: relative;
  text-align: center;
  color: #fff;
}

.l-free__entryLink::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  background: rgba(37, 42, 91, 0.60);
  z-index: 1;
}

.l-free__entryLink .c-btn__center{
  position: relative;
  z-index: 2;
}

.c-member__btn{
  max-width: 400px;
  width: 100%;
  height: 80px;
  margin-inline: auto;
  padding: 10px;
  background: var(--color-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  gap: 0 10px;
  transition: 0.3s;
}

.c-member__btn i{
  width: 19px;
  height: 19px;
}

.c-member__btn i img{
  width: 19px;
  height: 19px;
  display: block;
}

.p-free__entryText--large{
  position: relative;
  z-index: 2;
  font-family: Shippori Mincho B1;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.p-free__entryText--small{
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  letter-spacing: 0.16em;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .l-free__entryLink{
    padding: 40px 20px;
  }

  .p-free__entryText--large{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .p-free__entryText--small{
    margin-top: 20px;
  }

  .c-member__btn{
    height: 60px;
    font-size: 18px;
  }
}


/* ----------------------------------------------
求人検索
----------------------------------------------- */

/* 一覧 */

.p-jobs__search--block{
  border: 1px solid var(--color-border);
}

.p-jobs__search--set{
  padding: 20px;
  font-size: 14px;
}

.p-jobs__search--set.js-acc__wrap{
  display: none;
}

.c-title03.js-acc__title{
  position: relative;
  cursor: pointer;
}

.c-title03.js-acc__title::after{
  content: '';
    top: 40%;
    right: 15px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.55em;
    height: 0.55em;
    border: 0.15em solid #999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(135deg);
    transition: 0.4s;
}

.c-title03.js-acc__title.open::after{
  top: 50%;
  transform: translate(-50%,-25%) rotate(-45deg);
}

.p-jobs__search--set dt{
  margin-bottom: 8px;
}

.p-jobs__search--set dt label{
  display: flex;
  gap:0 10px;
  font-weight: 700;
}

.p-jobs__search--set dt i{
  width: 20px;
  height: 20px;
  position: relative;
  top:-3px;
}

.p-jobs__search--set dt i img{
  width: 20px;
  height: 20px;
}

.p-jobs__search--set dd+dt{
  margin-top: 20px;
}

.p-jobs__search--set dd{
  font-weight: 400;
}

.p-select{
  border: 1px solid var(--color-border);
  position: relative;
}

.p-select::after{
    content: '';
    top: 40%;
    right: 15px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.55em;
    height: 0.55em;
    border: 0.15em solid #999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(135deg);
}

.p-select select{
  padding: 10px;
  width: 100%;
}

.p-select+.p-select{
  margin-top: 8px;
}

.p-radio label{
  margin-right: 10px;
}

.p-jobs__privateLink{
  margin-top: 30px;
  background: var(--color-thirdly);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap:15px 0;
}

.p-jobs__privateLink .c-btn__primary{
  font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-block: 15px;
    padding-right: 40px;
    order: 2;
}

.p-jobs__privateLink .c-btn__primary::after {
  right: 15px;
}

.p-jobs__privateLink picture{
  display: block;
  width: 48px;
  height: 48px;
  margin-inline: auto;
  order: 0;
}

.p-jobs__privateLink h3{
  order: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}

@media screen and (min-width: 751px) {
  .c-left__wrap{
    margin-top: 40px;
    width: 250px;
  }
  
  .l-container__right{
    width: 75%;
    max-width: 940px;
    margin-top: 40px;
    margin-left: 58px;
  }
}

@media screen and (max-width: 750px) {
  .c-left__wrap{
    margin-top: 20px;
  }
  
  .l-container__right{
    margin-top: 30px;
  }

  .p-select.col-2{
    width: 49%;
    display: inline-block;
  }

  .p-select.col-2 +.p-select.col-2{
    margin-left: 0.6%;
  }
}

.jobs__search__result--list{
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.p-joblistsInfo__article{
  border: 1px solid var(--color-border);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-joblists__header__box{
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.p-joblistsInfo_heading{
  width: 70%;
}

.p-joblists__header__box .c-btn__right{
  width: 212px;
}

.p-joblistsInfo__private{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.p-joblistsInfo__title{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 1.6;
}

.p-joblistsInfo__tagWrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-primary);
  gap: 10px 10px;
  margin-top: 20px;
}

.p-joblistsInfo__tagList01{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.p-joblistsInfo__tagList01 li{
  background: var(--color-thirdly);
  padding: 7px 10px;
}

.p-joblistsInfo__tagList02{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.p-joblistsInfo__tagList02 li{
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

.p-joblistsInfo__read{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
}

.p-joblists__data__box{
  background: var(--color-gray01);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.p-joblists__item{
  display: flex;
  align-items: flex-start;
  gap:0 20px;
}

.p-joblists__item + .p-joblists__item {
    border-top: 1px solid var(--color-border);
    padding-top: 16px;
}

.p-joblistsInfo__cate{
  width: 25%;
  max-width: 150px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.p-joblistsInfo__cate i{
  width: 20px;
  height: 20px;
}

.p-joblistsInfo__text{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #666;
  line-height: 1.6;
}

.page__nav{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 120px;
  background: var(--color-gray01);
  padding: 10px;
}

.page__nav li{
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.page__nav li.prev a{
  position: relative;
  padding-left: 20px;
}

.page__nav li.next a{
  position: relative;
  padding-right: 20px;
}

.page__nav li.prev a::before{
  position: relative;
}

.page__nav li.next a::after{
  content: '';
    top: 40%;
    right: 0;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.15em solid #000;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.page__nav li.prev span,
.page__nav li.next span{
  color: #DDDDDD;
}

.page__nav li:nth-child(2){
  text-align: center;
}

.page__nav li:last-child{
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-joblistsInfo__article{
    padding: 14px;
  }

  .p-joblists__header__box .c-btn__right{
    display: none;
  }

  .p-joblistsInfo_heading{
    width:100% ;
  }

  .p-joblistsInfo__tagWrap{
    gap:5px;
  }

  .p-joblistsInfo__tagList01,
  .p-joblistsInfo__tagList02{
    gap: 5px;
  }

  .p-joblists__item.skill{
    flex-direction: column;
    gap: 10px 0;
  }

  .p-joblists__item.skill .p-joblistsInfo__cate{
    width: 100%;
  }

  .page__nav{
    margin-top: 50px;
    margin-bottom: 80px;
  }
}


/* 詳細ページ */


.p-jobsDetail__companyHeading{
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gray01);
}

.p-jobsDetail__companyHeading img{
  width: 273px;
}

.p-jobsDetail__companyBody{
  border: 1px solid var(--color-border);
}

.p-jobsDetail__companyInner{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p-jobsDetail__companyInner dt{
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-jobsDetail__companyInner dd{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.p-jobsDetail__companyInner img{
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top:2px;
}

.p-jobsDetail__btnWrap{
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.p-jobsDetail__btnWrap .c-btn__center{
  margin: 0;
}

.p-jobsDetail__btnWrap .c-btn__primary{
  font-size: 14px;
  padding: 15px 20px;
  width: 100%;
  display: block;
  letter-spacing: 0.05em;
}

.p-jobsDetail__btnWrap .c-btn__primary::after{
  display: none;
}

.p-jobsDetail__btnWrap .c-btn__primary span{
  border-radius: 20px;
  color: var(--color-primary);
  font-size: 12px;
  text-align: center;
  padding: 2px 10px;
  background: #fff;
  margin-left: 5px;
  display: inline-block;
}

.p-jobsDetail__btnWrap .c-btn__thirdly{
  border: 1px solid var(--color-primary);
  background: #fff;
  font-size: 14px;
  padding: 15px 35px 15px 15px;
  width: 100%;
  display: block;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  font-weight: 700;
  position: relative;
}

.p-jobsDetail__btnWrap .c-btn__thirdly::after{
  content: '';
    top: 50%;
    right: 15px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.4em;
    height: 0.4em;
    border: 0.12em solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.jobs__search__result--detail .p-joblists__data__box{
  flex-direction: row;
  gap: 0 16px;
}

.jobs__search__result--detail .p-joblists__header__box{
  border-bottom: 0;
  padding-bottom: 30px;
}

.jobs__search__result--detail .p-joblists__item + .p-joblists__item{
  border-top: 0;
  padding-top: 0;
}

.jobs__search__result--detail .p-joblists__item{
  flex-direction: column;
  gap: 10px;
}

.jobs__search__result--detail .p-joblists__data__box .p-joblists__item.place,
.jobs__search__result--detail .p-joblists__data__box .p-joblists__item.income{
  max-width: 180px;
  width:40vw;
}

.jobs__search__result--detail .p-joblistsInfo__cate{
  width: 100%;
}
.p-jobsDetail__recommended {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--color-border);
}

.p-jobsDetail__recommended h3 {
  font-size: 16px;
  font-weight: 700;
}

.p-jobsDetail__recommended p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.p-jobsDetail__basic {
  margin: 80px auto 0;
}

.p-jobsDetail__subTitle {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 48px;
}

.p-jobsDetail__subTitle::after {
  border-top: 1px solid var(--color-border);
  content: "";
  width: 100%;
  margin-left: 16px;
}

.p-jobsDetail__basic dl {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.p-jobsDetail__basic dt {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 16px;
  line-height: 1.5;
}

.p-jobsDetail__basic dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}


@media screen and (min-width: 751px) {
  .c-right__wrap{
    width: 328px;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
}

.p-jobsDetail__companyTitle{
  display: none;
}
.l-container__left{
  margin-right: 48px;
  margin-top: 40px;
}

.jobs__search__result--detail+.p-jobsDetail__btnWrap{
  margin-top: 80px;
  background: var(--color-gray01);
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:0 10px;
}

.jobs__search__result--detail .p-joblists__item.skill{
  flex-grow: 1;
}

.p-jobsDetail__basic dl {
  display: flex;
}
}

@media screen and (max-width: 750px) {

  .jobs__search__result--detail{
    margin-top: 40px;
  }
  .p-jobsDetail__companyTitle{
    display: block;
  }

  .jobs__search__result--detail .p-joblists__data__box{
    flex-wrap: wrap;
    gap: 20px 4%;
  }

  .jobs__search__result--detail .p-joblists__item{
    width: 48%;
  }

  .jobs__search__result--detail .p-joblists__item:last-child{
    width: 100%;
  }

  .p-jobsDetail__recommended{
    padding: 20px;
  }

  .p-jobsDetail__recommended dt {
    font-size: 14px;
}

  .p-jobsDetail__recommended dd{
    font-size: 12px;
    line-height: 1.5;
  }

  .p-jobsDetail__basic dt{
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .p-jobsDetail__basic dd{
    font-size: 14px;
  }

  .p-jobsDetail__subTitle{
    font-size: 16px;
    margin-bottom: 30px;
  }

  .jobs__search__result--detail + .p-jobsDetail__btnWrap {
    padding: 20px 0 20px 0;
}

.c-right__wrap{
  margin-top: 40px;
}
}


/* ----------------------------------------------
記事で読む法務の転職
----------------------------------------------- */

/* トップ */


.c-heading__txtBox02 h1{
  font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

.c-heading__txtBox02 p{
  color: rgb(153, 153, 153);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}



.c-heading__slideBox .slick-dotted.slick-slider{
  height: 100%;
}

.p-heading__columnItem{
  position: relative;
}

.p-heading__columnItem a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.p-heading__columnItem a:hover{
  opacity: 0.7;
}



.p-heading__columnImage::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(37, 42, 91, 0.4);
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
}
.p-heading__columnText{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  color: #fff;
  z-index: 3;
}

.p-heading__columnDate{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.p-heading__columnTitle{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.p-heading__columnCategory{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  margin-top: 20px;
}

.p-heading__columnCategory li{
  background: var(--color-thirdly);
  color: var(--color-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
}

.c-heading__slideBox .slick-slider .slick-track,.c-heading__slideBox .slick-slider .slick-list{
  height: 100%;
}

.c-heading__slideBox .slick-dots{
  right: 20px;
  bottom: 20px;
  position: absolute;
  z-index: 4;
  text-align: right;
}

.c-heading__slideBox .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.c-heading__slideBox .slick-dots li button:before{
    display: none;
}

.c-heading__slideBox .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
}

.c-heading__slideBox .slick-dots li.slick-active button{
  background: var(--color-secondary);
}

.c-heading__slideBox .slick-prev::before {
  content: '';
  top: 50%;
  left: 25px;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid var(--color-secondary);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-25%) rotate(-135deg);
}

.c-heading__slideBox .slick-next::before {
  content: '';
  top: 50%;
  right: 0;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid var(--color-secondary);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-25%) rotate(45deg);
}

.c-heading__slideBox .slick-prev:before,
.c-heading__slideBox .slick-next:before {
  font-family: unset;
}

.c-heading__slideBox .slick-prev {
  left: 25px;
  z-index: 5;
}

.c-heading__slideBox .slick-next {
  right: 25px;
}

.p-column__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  margin-bottom: 120px;
}
.p-columnList__article{
  border: 1px solid var(--color-border);
  background: var(--color-gray01);
}

.p-columnList__article a{
  transition: 0.3s;
  position: relative;
  display: inline-block;
  width: 100%;
    height: 100%;
}

.p-columnList__article a:hover{
  opacity: 0.7;
}

.p-columnList__image{
  position: relative;
  width: 100%;
  padding-top: 72.6351351%;
  overflow: hidden;
  display: block;
}

.p-columnList__image img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.p-columnList__columnText{
  background: var(--color-gray01);
  padding: 30px 26px;
}

.p-columnList__date{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #999;
  margin-bottom: 18px;
}

.p-columnList__title{
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.p-columnList__category{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.p-columnList__category li{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-primary);
  padding: 5px 10px;
  background: var(--color-thirdly);
}

@media screen and (min-width: 751px) {

  .c-heading__wrap02{
    background: var(--color-gray01);
    margin-block: 0 120px;
    position: relative;
    height: 33vw;
    max-height: 500px;
    display: flex;
    align-items: center;
  }

  .c-heading__wrap02 .l-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .c-heading__txtBox02{
    padding: 40px 0;
    position: relative;
    z-index: 2;
    width: 40%;
  }

  .p-heading__columnImage{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .c-heading__slideBox .slick-slide img{
    width: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .c-heading__slideBox{
    position: absolute;
    top:0;
    left: 0;
    width:55%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
  }
}

@media screen and (max-width: 750px) {

  .c-heading__wrap02{
    background: var(--color-gray01);
    margin-block: 0 40px;
    display: flex;
    flex-direction: column;
  }

  .c-heading__wrap02 .l-container{
    order: 1;
    padding-block: 30px;
  }

  .c-heading__slideBox .slick-dotted.slick-slider{
    margin-bottom: 0;
  }

  .c-heading__txtBox02 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .c-heading__txtBox02 p{
    font-size: 12px;
    line-height: 1.6;
  }

  .c-heading__slideBox .slick-dots{
    text-align: center;
    right: 0;
    bottom: 12px;
  }

  .p-heading__columnText{
    padding: 20px 35px 30px 35px;
  }

  .c-heading__slideBox .slick-next {
    right: 5px;
}

  .c-heading__slideBox .slick-prev {
    left: 5px;
  }

  .p-heading__columnTitle{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .p-heading__columnDate{
    font-size: 12px;
    margin-bottom: 10px;
  }

  .c-heading__slideBox .slick-dots li button {
    width: 30px;
    height: 5px;
  }

  .c-heading__slideBox .slick-dots li {
    width: 30px;
    height: 5px;
    margin: 0 4px;
}

.p-heading__columnCategory{
  margin-top: 0;
}

.p-heading__columnCategory li{
  font-size: 12px;
  padding: 5px 7px;
}

.p-column__list{
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-bottom: 80px;
}

.p-columnList__columnText {
  padding: 15px;
}

.p-columnList__date{
  font-size: 12px;
  margin-bottom: 10px;
}

.p-columnList__title{
  font-size: 14px;
}

.p-columnList__category li{
  font-size: 10px;
  padding: 3px 7px;
}


}


/* 記事詳細 */

.p-column-title{
  font-size: 26px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.p-column-category{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.p-column-category li{
  background: var(--color-thirdly);
  color: var(--color-primary);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
}

.widgets-list-layout{
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}

.widgets-list-layout li{
  display: flex;
  align-items: flex-start;
}

.widgets-list-layout li img{
  height: auto;
  width: 72px;
  margin-right: 20px;
}

.widgets-list-layout-links{
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.6;
}

.p-column-content p{
  font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.c-toc {
  padding: 20px 40px 40px 40px;
  margin: 40px 0;
  background: var(--color-gray01);
}

.c-toc__title{
  font-size: 18px;
    color: #6f7372;
    font-weight: bold;
    line-height: 1.5;
}

.p-column-content ol, .p-column-content ul {
  padding-left: 20px;
  font-size: 14px;
  list-style: disc;
}

.c-toc__item{
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  list-style: none;
}

.c-toc__list{
  list-style: none;
}

.c-toc__list > li > ul > li.c-toc__item:last-child{
  border-bottom: none;
}

.c-toc__link {
  display: inline-block;
  line-height: 1.6;
  color: #6f7372;
}

.p-column-content h2{
  font-size: 18px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.p-column-content h3 {
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding-top: 20px;
  border-top: var(--color-border) solid 1px;
  margin: 30px 0 20px;
}

.p-column-content h3:before {
  content: "";
  width: 110px;
  height: 1px;
  background: var(--color-secondary);
  position: absolute;
  z-index: 1;
  left: 0;
  top: -1px;
}

.widgets-list-layout + h3{
  margin-top: 40px;
}

.widgets-list-layout li .widgets-list-layout-links:before{
  font-weight: 700;
  display: block;
}

.widgets-list-layout li:nth-of-type(1) .widgets-list-layout-links:before {
  content: "1位";
}

.widgets-list-layout li:nth-of-type(2) .widgets-list-layout-links:before {
  content: "2位";
}

.widgets-list-layout li:nth-of-type(3) .widgets-list-layout-links:before {
  content: "3位";
}

.widgets-list-layout li:nth-of-type(4) .widgets-list-layout-links:before {
  content: "4位";
}

.widgets-list-layout li:nth-of-type(5) .widgets-list-layout-links:before {
  content: "5位";
}

.widgets-list-layout a{
  transition: 0.3s;
}

.widgets-list-layout a:hover{
  opacity: 0.7;
}

.p-column-side-list{
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 20px;
}

.p-column-side-list__link{
  display: flex;
  align-items: center;
}

.p-column-side-list__item img{
  width: 72px;
  height: auto;
  margin-right: 20px;
}

.p-column-side-list__text{
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 751px){
.l-column__detail{
  margin-right: 48px;
  margin-top: 40px;
}
.c-columnRight__wrap{
  max-width: 313px;
  margin-left: auto;
  margin-top: 40px;
  flex-shrink: 0;
}
}

@media screen and (max-width: 750px){
  .c-toc {
    padding: 10px 20px 20px 20px;
    margin: 40px 0;
  }

  .l-column__detail{
    margin-top: 40px;
  }

  .p-column-title{
    font-size: 20px;
  }

  .p-column-category{
    gap: 10px;
  }

  .widgets-list-layout li img{
    width: 100px;
  }

  .p-column-side-list__item img{
    width: 100px;
  }

  .c-columnRight__wrap{
    margin-top: 80px;
  }
}

/* ----------------------------------------------
トップページ
----------------------------------------------- */

/* MV */

.c-topHeading__wrap{
  background: url(../img/top/heading-img.webp) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 8vw;
}

.c-topHeading__txtBox h1{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.064em;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.c-topHeading__txtBox h1 .small{
  font-size: 60px;
}

.c-topHeading__txtBox h1 .sub{
  font-size: 47px;
  display: block;
  letter-spacing: 0.07285em;
  line-height: 1.6;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--color-primary);
  position: relative;
}

@media screen and (min-width: 751px){
  .c-topHeading__wrap .l-container{
    display: flex;
    align-items: center;
    justify-content: flex-start; 
  }

  .c-topHeading__txtBox h1 .sub::before{
    content: '';
    width: 200%;
    height: 1px;
    border-top: 1px solid var(--color-primary);
    position: absolute;
    top:-1px;
    left: -100%;
  }
}

@media screen and (max-width: 750px){

  .c-topHeading__wrap{
    padding-block: 15vw;
  }

  .c-topHeading__txtBox h1{
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
  }

  .c-topHeading__txtBox h1 .small{
    font-size: 30px;
  }

  .c-topHeading__txtBox h1 .sub{
    font-size: 20px;
    margin-top: 12px;
    padding-top: 10px;
    text-align: center;
  }
}

/* 企業一覧 */
.p-topCompany__list{
  background: #FFF;
  padding-block: 30px;
}

.p-topCompany__list .slick-track{
  display: flex;
  justify-content: center;
  gap: 0 40px;
  align-items: center;
}
.p-topCompany__listItem.slick-slide{
  width: auto;
  height: 53px;
}

.p-topCompany__listItem.slick-slide img{
  width: auto;
    height: 100%;
  display: block;
}

@media screen and (max-width: 750px){

  .p-topCompany__list{
    padding-block: 10px;
  }
  
  .p-topCompany__list .slick-track{
    gap: 0 40px;
  }
  .p-topCompany__listItem.slick-slide{
    width: auto;
    height: 40px;
  }
}

/* 求人を探す */

.p-topJobsearch__wrap{
  background: var(--color-gray01);
  padding-block: 40px;
}

.p-topJobsearch__wrap h2{
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--color-primary);
  padding-block: 10px;
}

.p-topJobsearch__wrap h2 i{
  display: inline-block;
  margin-right: 8px;
}

.p-topJobsearch__listItem a{
  border-radius: 20px;
  border: 2px solid var(--color-primary);
  background: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1;
  color: var(--color-primary);
  transition: 0.3s;
}

@media screen and (min-width: 751px){

.p-topJobsearch__wrap .l-container{
  display: flex;
  justify-content: center;
}

.p-topJobsearch__list{
  width: 48%;
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}


.p-topJobsearch__listItem a{
  border-radius: 30px;
  padding: 15px;
}

.p-topJobsearch__listItem a:hover{
  background: var(--color-primary);
  color: #fff;
}
}

@media screen and (max-width: 750px){

  .p-topJobsearch__wrap h2{
    text-align: center;
    font-size: 18px;
    justify-content: center;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-block: 0 30px;
  }

  .p-topJobsearch__list{
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }

  .p-topJobsearch__listItem a{
    font-size: 16px;
  }
}

/* 冒頭文 */

.p-topMessage__wrap{
  padding-block: 120px;
}

.p-topMessage__wrap h2{
  font-family: 'Shippori Mincho B1', serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.062em;
  text-align: center;
  line-height: 1.6;
  position: relative;
  width: 100%;
  color: var(--color-primary);
  margin-bottom: 40px;
}

.p-topMessage__wrap h2 span{
  display: inline-block;
  position: relative;
  background: #fff;
  padding-inline: 20px;
  z-index: 2;
}

.p-topMessage__wrap h2::before{
  content: '';
  background: var(--color-secondary);
  width: 100%;
  height: 1px;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}

.p-topMessage__txtBox{
  width: 100%;
    background: var(--color-gray01);
    padding: 110px 184px 110px 0;
    position: relative;
    top: 80px;
    right: -140px;
    z-index: 2;
}

.p-topMessage__txtBox p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 2;
  position: relative;
  z-index: 3;
}


.c-btn__primary.member::after{
  display: none;
}

.c-btn__primary.member i{
  background: url(../img/common/pencil-icon.svg) no-repeat center/cover;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
}

@media screen and (min-width: 751px){

  .p-topMessage__grid .l-container{
    position: relative;
      width: 60%;
      padding-left: 40px;
      padding-right: 0;
      margin: 0;
  }
  
  .p-topMessage__img{
    width: 48%;
      height: auto;
      margin-left: auto;
      display: block;
      position: relative;
      z-index: 4;
  }
  
  .p-topMessage__grid{
    position: relative;
      z-index: 2;
      margin-bottom: 140px;
      display: flex;
      justify-content: center;
  }

  .p-topMessage__txtBox{
    width: 100%;
      background: var(--color-gray01);
      padding: 8vw 184px 8vw 0;
      position: relative;
      top: 80px;
      right: -140px;
      z-index: 2;
  }

  .p-topMessage__txtBox::before {
    content: '';
    position: absolute;
    background: var(--color-gray01);
    width: 150%;
    height: 100%;
    top: 0;
    left: -50%;
    z-index: 2;
  }

  .c-btn__primary.member{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 36px 20px;
    font-size: 24px;
    max-width: 450px;
  }
}

@media screen and (max-width: 750px){

  .p-topMessage__wrap h2{
    font-size: 22px;
  }

  .p-topMessage__wrap h2::before{
    display: none;
}

  .p-topMessage__wrap{
    padding-block: 80px;
  }

  .p-topMessage__grid{
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .p-topMessage__img{
    width: 90%;
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .p-topMessage__txtBox{
    width: 100%;
      padding: 0;
      position: relative;
      top: auto;
      right: auto;
      z-index: 2;
      background: none;
      order: 1;
  }


  .p-topMessage__grid .l-container{
    order: 1;
  }

  .c-btn__primary.member{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1;
    max-width: 300px;
  }

  .p-topMessage__txtBox p{
    font-size: 14px;
    word-break: break-all;
  }
}

/* 転職活動の流れ */

.p-topFlow__wrap{
  padding-block: 120px;
  background: var(--color-gray01);
}

.p-topFlow__listItem{
  position: relative;
}

.p-topFlow__listItem .p-step{
  position: absolute;
  top:-20px;
  left: -40px;
  width: clamp(3.75rem, 0.517rem + 6.9vw, 6.25rem);
  height: clamp(3.75rem, 0.517rem + 6.9vw, 6.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px 0;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-en);
  text-align: center;
  font-size: clamp(0.625rem, 0.14rem + 1.03vw, 1rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.148em;
  line-height: 1;
}

.p-topFlow__listItem .p-step span{
  font-size: clamp(1.25rem, -0.366rem + 3.45vw, 2.5rem);
  line-height: 1;
}

.p-topFlow__listItem .p-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-topFlow__listItem h4{
  font-size: 20px;
  font-style: normal;
  font-weight: 700; 
  color: var(--color-primary);
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: 0.019em;
}

.p-topFlow__service{
  max-width: 800px;
  margin: 60px auto;
  background: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-topFlow__service h4{
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 35px;
}

.p-topFlow__service ul{
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.p-topFlow__service ul li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.p-topFlow__service ul li::before{
  content: '';
  width: 20px;
  height: 15.662px;
  background: url(../img/top/check-icon.svg) no-repeat center/cover;
  position: absolute;
  top: 3px;
  left: 0;
}


@media screen and (min-width: 751px){
  .p-topFlow__list{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4,1fr);
    gap: 5%;
  }
}

@media screen and (max-width: 750px){

  .p-topFlow__wrap{
    padding-block: 80px;
  }

  .p-topFlow__list{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
  }

  .p-topFlow__listItem .p-step{
    left: 0;
    width: 90px;
    height: 90px;
    font-size: 14px;
  }

  .p-topFlow__listItem .p-step span{
    font-size: 36px;
  }

  .p-topFlow__listItem picture{
    width: 90%;
    display: block;
    margin-inline: auto;
  }

  .p-topFlow__listItem h4{
    margin-bottom: 28px;
    font-size: 18px;
  }

  .p-topFlow__listItem .p-text{
    padding-inline: 20px;
    font-size: 14px;
  }

  .p-topFlow__service {
    padding: 40px 20px;
  }

  .p-topFlow__service h4{
    margin-bottom: 25px;
  }

  .p-topFlow__service ul li{
    font-size: 14px;
  }

}

/* 会員登録でできること */

.p-topMember__wrap{
  padding-block: 120px;
  background: var(--color-thirdly);
}

.p-topMember__listItem{
  background: #fff;
  padding-block: 20px 40px;
}

.p-topMember__listItem h4{
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.019em;
  position: relative;
  padding-inline: 20px;
  margin-bottom: 20px;
}

.p-topMember__listItem h4 span{
  font-family: var(--font-en);
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.p-topMember__listItem h4::before{
  content: '';
  position: absolute;
  left: 50%;
  top:-40px;
  width: 51px;
  height: 40px;
  background: url(../img/top/check-icon.svg) no-repeat center center/cover;
  transform: translateX(-50%);
}

.p-topMember__listItem .p-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  padding: 40px 34px 0 34px;
}

@media screen and (min-width: 751px){
  .p-topMember__list{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 5%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px){
  .p-topMember__wrap{
    padding-block: 80px;
  }

  .p-topMember__list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 60px;
  }

  .p-topMember__listItem{
    padding-block: 20px 20px;
  }

  .p-topMember__listItem h4{
    font-size: 18px;
  }

  .p-topMember__listItem .p-text{
    padding: 20px 20px 0 20px;
    font-size: 14px;
  }
}

/* 法務の転職お役立ち情報 */

.p-topColumn__wrap{
  padding-block: 120px;
  overflow: hidden;
}


.p-topColumn__image{
  margin-bottom: 23px;
  display: block;
}

.p-topColumn__date{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
}

.p-topColumn__title{
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 23px;
}

.p-topColumn__category{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  flex-wrap: wrap;
  flex-direction: row-reverse;

}

.p-topColumn__category li{
  font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-primary);
    padding: 5px 10px;
    background: var(--color-thirdly);
/*    white-space:nowrap;*/
}
.p-topColumn__category>* {
/*  flex: 1 1 auto;}*/
}


.p-topColumn__wrap .slick-prev::before {
  content: '';
  top: 50%;
  left: 0;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.2em solid var(--color-secondary);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-135deg);
}



@media screen and (min-width: 751px){

  .p-topColumn__wrap .slick-list.draggable{
    display: flex;
    justify-content: flex-start;
    gap:0 20px;
  }
  
  .p-topColumn__article.slick-slide{
    width: 319px;
    margin-right: 20px;
  }

  .p-topColumn__grid{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
  
  .p-topColumn__wrap .c-title05{
    text-align: left;
    margin-right: auto;
  }
  .p-topColumn__wrap .l-container{
    width: 30%;
    margin-right: auto;
  }
  
  .p-topColumn__list{
    flex-grow: 1;
  }

  .p-topColumn__wrap .slick-prev{
    left: -50px;
  }

  .p-topColumn__wrap .slick-next{
    display: none;
  }
}

@media screen and (max-width: 750px){

  .p-topColumn__wrap{
    padding-block: 80px;
  }

  .p-topColumn__grid{
    padding-inline: 20px;
  }

  .p-topColumn__wrap .c-btn__center{
    padding-inline: 20px;
    margin-top: 60px;
  }

  .p-topColumn__article.slick-slide{
    padding-inline: 20px;
  }

  .p-topColumn__wrap .slick-prev{
    left: 0;
  }

  .p-topColumn__wrap .slick-next{
    right: -5px;
  }

  .p-topColumn__wrap .slick-next::before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.2em solid var(--color-secondary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
  }

  .p-topColumn__date{
    font-size: 14px;
    margin-bottom: 15px;
  }

  .p-topColumn__title{
    font-size: 16px;
    margin-bottom: 15px;
  }

  .p-topColumn__category li{
    padding: 7px 10px;
  }

}


/* ----------------------------------------------
共通コンテンツ
----------------------------------------------- */

/* 求人情報一覧のスライド */

.recommend--box{
  position: relative;
  width: 100%;
  border-top: 1px solid var(--color-border);
  padding-block: 120px;
  margin-top: 120px;
}

.recommend--box::after{
  content: '';
  width: 100%;
  height: 60%;
  background: var(--color-gray01);
  position: absolute;
  bottom: 0;
  left: 0;
}

.recommend--box .l-container{
  position: relative;
  z-index: 2;
}

.c-jobList{
  display: flex;
  gap: 0 25px;
}

.c-jobList .slick-prev:before,.c-jobList .slick-next:before{
  font-family: unset;
}

.c-jobList .slick-next::before{
  content: '';
    top: 50%;
    right: 0;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.2em solid var(--color-secondary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.c-jobList .slick-prev::before{
  content: '';
    top: 50%;
    left: 25px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.2em solid var(--color-secondary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(-135deg);
}

.c-jobList__item{
  border: 1px solid var(--color-border);
  background: #fff;
  flex-grow: 1;
}

.c-jobCard__link{
  display: block;
  transition: 0.3s;
}

.c-jobCard__link:hover{
  opacity: 0.7;
}

.c-jobCard__header{
  position: relative;
  background: var(--color-gray01);
  padding: 20px 15px;
}

.c-jobCard__header::before{
  content: '';
  width: 36px;
  height: 5px;
  background: var(--color-secondary);
  position: absolute;
  top:0;
  left: 0;
}

.c-jobCard__title{
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.c-jobCard__body{
  padding: 30px 20px;
}

.c-jobCard__place,
.c-jobCard__income{
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.c-jobCard__income{
  margin-top: 10px;
}

.c-jobCard__place dt,
.c-jobCard__income dt{
  font-weight: 400;
  width: 80px;
}

.c-jobCard__place i,
.c-jobCard__income i{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.c-jobCard__description{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .recommend--box .slick-slider .slick-track,  .recommend--box .slick-slider .slick-list{
    display: flex;
    gap: 0 25px;
  }
}

@media screen and (max-width: 750px) {
  .recommend--box {
    padding-block: 80px;
    margin-top: 80px;
  }

  .c-jobCard__header {
    padding: 15px;
}

  .c-jobCard__title{
    font-size: 14px;
  }

  .c-jobCard__body {
    padding: 15px;
}

.c-jobCard__place, .c-jobCard__income {
  font-size: 14px;
}

.c-jobCard__description{
  font-size: 14px;
}

.recommend--box .slick-next{
  right: -25px;
}

.recommend--box .slick-prev{
  left: -35px;
}
.recommend--box .l-container{
  padding-inline: 40px;
}

}


/* カテゴリー一覧 */

.bg-purple{
  background: var(--color-thirdly);
  padding-block: 100px;
  margin-bottom: 0;
}

.p-column__categorylist{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.p-column__categorylist.col-4{
  grid-template-columns: repeat(4,1fr);
}

.p-column__categoryItem a{
  display: block;
  transition: 0.3s;
}

.p-column__categoryItem a:hover{
  opacity: 0.7;
}

.p-column__categoryTitle{
  background: #fff;
  position: relative;
  padding-block: 20px;
  padding-inline: 20px 35px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  color: var(--color-secondary);
}

.p-column__categoryTitle::after{
  content: '';
    top: 50%;
    right: 20px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid var(--color-secondary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%,-25%) rotate(45deg);
}

.p-column__list:first-child{
  margin-top: 120px;
}

@media screen and (max-width: 750px) {


.p-column__list:first-child{
  margin-top: 40px;
}

  .bg-purple{
    background: var(--color-thirdly);
    padding-block: 80px;
    margin-bottom: 0;
  }

  .p-column__categorylist,
  .p-column__categorylist.col-4{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }


  .p-column__categoryTitle{
    padding-block: 15px;
    padding-inline: 10px 15px;
    font-size: 13px;
  }

  .p-column__categoryTitle::after{
    right: 10px;
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid var(--color-secondary);
    border-left: 0;
    border-bottom: 0;
  }
}


/* ----------------------------------------------
サービスを知る
----------------------------------------------- */

/* バナー一覧 */

.p-largeBnr__wrap{
  padding-block: 120px;
}

.p-largeBnr__list{
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}

.p-largeBnr__list a{
  display: block;
}

.p-largeBnr__item{
  position: relative;
}

.p-largeBnr__item figure{
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.p-largeBnr__item figcaption{
  position: absolute;
  font-family: var(--font-en);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.024em;
  width: 75%;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.p-largeBnr__item figcaption span{
  font-family: var(--font-jp);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.168em;
}

.p-largeBnr__item figcaption span::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  height: 1px;
  transition: 0.4s;
}

@media screen and (min-width: 751px) {

  .p-largeBnr__item:hover figcaption span::after{
    width: 110%;
  }

}

@media screen and (max-width: 750px) {

  .p-largeBnr__wrap{
    padding-block: 80px;
  }

  .p-largeBnr__list{
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }

  .p-largeBnr__item figcaption{
    font-size: 24px;
    line-height: 1;
  }

  .p-largeBnr__item figcaption span{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .p-largeBnr__item figcaption span::after{
    bottom: -5px;
  }
  
}
  

/* コンサルタント紹介 */
.p-consultant__wrap{
  padding-block: 120px;
}


.p-consultantList__name{
  display: flex;
  justify-content: flex-start;
}

.p-consultantList__name span{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-block:20px ;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-consultantList__name ruby{
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.p-consultantList__profile{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 45px;
}
.p-consultant__list .c-btn__primary{
  padding: 13px 28px 13px 38px;
  font-size: 20px;
  width: 100%;
  max-width: 100%;
}

.p-consultant__profile{
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 120px;
}

.p-profile__left{
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  max-width: 625px;
}

.p-profile__director{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-profile__name{
  display: flex;
  justify-content: flex-start;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-profile__name span{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

.p-profile__name ruby{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.p-profile__copy{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.p-profile__info{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-profile__dl{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-profile__dl dt{
  margin-bottom: 10px;
}

.p-interview__question{
  margin-bottom: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.6;
  padding-left: 65px;
  position: relative;
}

.p-interview__question::before{
  content: 'Q.';
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
}

.p-interview__question::after{
  content: '';
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: var(--color-primary);
}

.p-profie__comment dt{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 45px;
}

.p-profie__comment dd{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-consultant__message{
  background: var(--color-gray01);
  margin-block: 100px;
  padding-block: 100px;
  text-align: center;
}

.p-consultant__message h2{
  margin-bottom: 35px;
}

.p-consultant__message h2 span{
  display: inline-block;
  padding-inline: 120px;
  position: relative;
  font-family: var(--font-en);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.p-consultant__message h2 span::before{
  content: '';
  width: 100px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}

.p-consultant__message h2 span::after{
  content: '';
  width: 100px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);
}

.p-consultant__message p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-consultant__message + .c-btn__center .c-btn__primary{
  max-width: 200px;
  padding: 15px 32px 15px 20px;
  font-size: 16px;
}

@media screen and (min-width: 751px) {

  .p-consultant__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 120px 10%;
    margin-top: 100px;
  }

  .p-consultant__profile .l-container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 125px;
    margin-top: 100px;
  }

  .p-consultant__profile::before{
    content: '';
    width: 100%;
    max-height: 500px;
    height: 60vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-gray01);
  }

  .p-consultant__interview{
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    gap: 0 75px;
  }

  .p-consultant__interview:nth-of-type(odd) .p-interview__text{
    order: 1;
  }
  
  .p-consultant__interview:nth-of-type(odd) .p-interview__img{
    order: 0;
  }

  .p-interview__text{
    max-width: 625px;
    width: 55%;
  }
  
  .p-interview__img{
    padding-top: 80px;
    max-width: 500px;
    width: 43%;
  }
}

@media screen and (max-width: 750px) {

  .p-consultant__wrap{
    padding-block: 80px;
  }

  .p-consultant__list{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    margin-top: 60px;
  }

  .p-consultantList__profile{
    margin-bottom: 30px;
  }

  .p-consultant__list .c-btn__primary{
    font-size: 14px;
  }

  .p-consultant__profile{
    margin-bottom: 40px;
  }

  .p-consultant__profile .l-container{
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 40px;
  }

  .p-profile__right{
    order: 0;
    position: relative;
    height: 70vw;
    overflow: hidden;
  }

  .p-profile__right img{
    position: absolute;
    top:-10vw;
    left: 0;
  }

  .p-profile__left{
    order: 1;
    gap:20px 0;
  }

  .p-profile__director{
    font-size: 14px;
  }

  .p-profile__name{
    font-size: 30px;
  }

  .p-profile__name ruby{
    font-size: 12px;
  }

  .p-profile__copy{
    font-size: 20px;
    line-height: 1.5;
  }
  .p-consultant__interview{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap:30px 0;
  }

  .p-interview__img{
    order: 0;
  }

  .p-interview__text{
    order: 1;
  }

  .p-interview__question{
    font-size: 14px;
    padding-left: 70px;
    margin-bottom: 40px;
  }

  .p-interview__question::after{
    width: 30px;
  }
  .p-interview__question::before{
    position: absolute;
    top:45%;
    left: 40px;
    transform: translateY(-50%);
  }

  .p-profie__comment dt{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-consultant__interview+.p-consultant__interview{
    margin-top: 60px;
  }

  .p-consultant__message{
    margin-block: 80px;
    padding-block: 80px;
  }

  .p-consultant__message h2 span{
    font-size: 20px;
  }

  .p-consultant__message p{
    text-align: left;
    font-size: 14px;
  }
}

/* よくあるご質問 */

.p-FaqList.l-container{
  margin-block: 120px;
  max-width: 980px;
}
.p-faq__tabList{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0 50px;
  margin-bottom: 150px;
}

.p-faq__tabItem{
  cursor: pointer;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: 0.3s;
}

.p-faq__tabItem:hover,
.p-faq__tabItem.is-active{
  background: var(--color-primary);
  color: #fff;
}

.p-faq__tabItem.is-active{
  font-weight: 600;
}

.p-faq__listItem +.p-faq__listItem{
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.p-faq__listItem +.p-faq__listItem::after{
  content: '';
  width: calc(100% - 70px);
  height: 1px;
  background: var(--color-border);
  position: absolute;
  top:0;
  right: 0;
}

.p-faq__question{
  width: 100%;
  cursor: pointer;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 40px;
  position: relative;

  padding-left: 70px;
}

.p-faq__question::after{
  content: '';
  width: 20px;
  height: 4px;
  background: #D4D4DD;
  position: absolute;
  top:50%;
  right: 0;
  transform: translateY(-50%);
}

.p-faq__question::before{
  content: '';
  width: 4px;
  height: 20px;
  background: #D4D4DD;
  position: absolute;
  top:50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 1;
}

.p-faq__question.open:before{
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__number{
  font-family: var(--font-en);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-secondary);
  letter-spacing: 0.05em;

  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}

.p-faq__number span{
  font-size: 28px;
}

.p-faq__answer{
  display: none;
  padding-left: 70px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {

  .p-FaqList.l-container{
    margin-block:80px;
  }
  .p-faq__tabList{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-bottom: 60px;
  }

  .p-faq__tabItem{
    font-size: 14px;
    padding: 15px 10px;
  }

  .p-faq__question{
    font-size: 14px;
    padding-left: 50px;
  }

  .p-faq__number{
    font-size: 28px;
    margin-right: 0;
  }

  .p-faq__number span{
    font-size: 22px;
  }

  .p-faq__listItem +.p-faq__listItem{
    margin-top: 20px;
    padding-top: 20px;
  }

  .p-faq__listItem +.p-faq__listItem::after{
    width: calc(100% - 45px);
  }

  .p-faq__answer{
    font-size: 14px;
    padding-left: 50px;
    margin-top: 20px;
  }
}


/* ----------------------------------------------
運営会社
----------------------------------------------- */

/* 会社概要 */

.p-corpProfile__wrap{
  max-width: 1050px;
  margin: 120px auto;
}

.p-corpProfile__list dl{
  border-top: 1px solid var(--color-border);
  padding-block: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap:0 20px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.143em;
}

.p-corpProfile__list dt{
  font-weight: 700;
  max-width: 280px;
  width: 30%;
  flex-grow: 1;
}

.p-corpProfile__list dd{
  flex-grow: 1;
  width: 65%;
}

@media screen and (max-width: 750px) {
  .p-corpProfile__wrap{
    margin: 80px auto;
  }

  .p-corpProfile__list dl{
    font-size: 12px;
  }
}

/* アクセス */

.p-corpAccess__wrap{
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  gap: 120px 0;
  max-width: 1100px;
}

.p-corpAccess__article{
  position: relative;
  border-top: 2px solid var(--color-border);
  padding-top: 30px;
}

.p-corpAccess__article::before{
  content: '';
  position: absolute;
  top:-2px;
  left: 0;
  width: 150px;
  height: 2px;
  background: var(--color-secondary);
  z-index: 2;
}

.p-corpAccess__heading{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.p-corpAccess__place{
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-right: 20px;
  line-height: 1.6;
}

.p-corpAccess__address{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.p-corpAccess__article a{
  text-align: center;
  display: inline-block;
  margin-left: auto;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 4px 28px 6px 28px;
}

.p-corpAccess__article a i{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.p-corpAccess__ggmap{
  width: 100%;
}

.p-corpAccess__ggmap iframe{
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 750px) {

  .p-corpAccess__wrap{
    margin: 80px auto;
    gap: 60px 0;
  }

  .p-corpAccess__heading{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap:10px 0;
  }

  .p-corpAccess__place{
    font-size: 20px;
    margin-right: 0;
  }

  .p-corpAccess__address{
    font-size: 14px;
  }

  .p-corpAccess__article a{
    width: 100%;
    margin-right: auto;
  }

  .p-corpAccess__article{
    padding-top: 20px;
  }

  .p-corpAccess__article::before{
    width: 100px;
  }
}

/* プライバシーポリシー */

.p-corpPrivacy__wrap{
  margin-block: 120px;
}
.p-corpPrivacy__article{
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 2px solid var(--color-border);
}

.p-corpPrivacy__article::before{
  content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 150px;
    height: 2px;
    background: var(--color-secondary);
    z-index: 2;
}

.c-text + .p-corpPrivacy__article{
  margin-top: 50px;
}

.p-corpPrivacy__article h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.14em;
}

.p-corpPrivacy__article h4{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.14em;
}

.p-corpPrivacy__article h5{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.14em;
}

.p-corpPrivacy__article .c-text + h5{
  margin-top: 80px;
}

.p-corpPrivacy__article .c-text + h4{
  margin-top: 40px;
}

* + .p-privacyTable {
  margin-block-start: 2.5rem;
}

.p-privacyTable {
  width: 100%;
}

.c-text + * {
  margin-top: 1rem;
}

.p-privacyTable__head {
  padding-block: 2rem;
  border-bottom: 4px solid var(--color-border);
}

.p-privacyTable__row {
  vertical-align: baseline;
}

.p-privacyTable__head .p-privacyTable__header:first-child, .p-privacyTable__body .p-privacyTable__header:first-child {
  width: 20rem;
  padding-inline-end: 2rem;
}

.p-privacyTable__header, .p-privacyTable__data {
  padding-block: 2rem;
  line-height: 1.6;
}

.p-privacyTable__row:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.c-inlineLink {
  text-decoration: underline;
  transition: 0.3s;
}

.p-corpPrivacy__provision{
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .p-corpPrivacy__wrap{
    margin-block: 80px;
  }

  .p-corpPrivacy__article{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-corpPrivacy__article::before{
    width: 100px;
  }

  .p-corpPrivacy__article h3{
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .p-corpPrivacy__article h4 {
    font-size: 14px;
    letter-spacing: 0.05em;
}

  .p-corpPrivacy__article h5 {
    font-size: 14px;
    letter-spacing: 0.05em;
}

  .p-corpPrivacy__article .c-text + h5{
    margin-top: 60px;
  }

  .p-privacyTable__row{
    display: block;
  }

  .p-privacyTable__head .p-privacyTable__header:first-child, .p-privacyTable__body .p-privacyTable__header:first-child{
    display: block;
  }

  .p-privacyTable__head .p-privacyTable__header:first-child, .p-privacyTable__body .p-privacyTable__header:first-child {
    width: 100%;
    padding-inline-end: 0;
}

.p-privacyTable__head .p-privacyTable__header, .p-privacyTable__body .p-privacyTable__header, .p-privacyTable__head .p-privacyTable__data, .p-privacyTable__body .p-privacyTable__data {
  display: block;
  width: 100%;
}

.p-privacyTable__header, .p-privacyTable__data {
  padding-block: 1rem;
  line-height: 1.4;
}

.p-privacyTable{
  font-size: 14px;
}

.p-privacyTable__head .p-privacyTable__header:nth-child(2) {
  display: none;
}
}


/* お問い合わせフォーム */
.p-corpContact__wrap{
  margin-block: 120px;
}

.p-corpContact__form{
  margin-block: 30px;
  padding-top: 100px;
  border-top: 1px solid var(--color-border);
}

.p-corpContact__group{
  max-width: 850px;
  margin-inline: auto;
}

.p-corpContact__group + .p-corpContact__group{
  margin-top: 40px;
}

.p-corpContact__group dt{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}

.p-corpContact__group .req{
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  background: var(--color-primary);
  margin-right: 17px;
}

.p-corpContact__group .no-req{
  display: inline-block;
  padding: 5px 7px;
  background: var(--color-border);
  margin-right: 17px;
}

.p-corpContact__inputText{
  width: 100%;
}

.p-corpContact__inputText input,
.p-corpContact__textarea textarea{
  width: 100%;
  border: 2px solid var(--color-border);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.p-corpContact__select{
  position: relative;
  display: inline-block;
}

.p-corpContact__select::after{
  content: '';
    top: 50%;
    right: 20px;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.15em solid #999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(135deg);
}

.p-corpContact__select select{
  border: 2px solid var(--color-border);
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.p-corpContact__group ::placeholder{
  color: #999;
}

.p-corpContact__group .err{
  color: red;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.p-corpContact__agree{
  margin-block: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-corpContact__agree label{
  order: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.p-corpContact__agree label a{
  text-decoration: underline;
}


.p-corpContact__agree input[type="checkbox"] {
  order: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border);
  vertical-align: -5px;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
  cursor: pointer;
}

.p-corpContact__agree input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  content: '';
}

.p-corpContact__form .c-btn__primary{
  font-size: 16px;
  max-width: 200px;
  padding: 15px 28px 20px 28px;
}

.p-corpContact__form .c-btn__primary:disabled,
.p-corpContact__form .c-btn__primary.reset{
  background: #999;
}

.c-btn__primary::after{
  transform: translateY(-50%) rotate(45deg);
}

.p-corpContact__group+.c-btn__center{
  margin-top: 60px;
}

.p-corpContact__group dd{
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.mw_wp_form_preview .p-corpContact__agree,
.mw_wp_form_preview .p-corpContact__select::after,
.mw_wp_form_preview .js-confirmBtnWrap{
  display: none;
}

.mw_wp_form_preview .c-btn__center{
  margin-top: 40px;
}

.p-corpContact__form .c-btn__primary.js-confirmBtn{
  min-width: 200px;
}

@media screen and (max-width: 750px) {
  .p-corpContact__wrap{
    margin-block: 80px;
  }

  .p-corpContact__group dt{
    font-size: 14px;
  }

  .p-corpContact__group .req,
  .p-corpContact__group .no-req{
    padding: 5px;
    margin-right: 17px;
  }

  .p-corpContact__group dd{
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 14px;
  }

  .p-corpContact__form{
    padding-top: 60px;
  }
}

/* */
/* */
/* --- career.bengo4.com 2024-10-30 --- */
/* */
/* */

/* ----------------------------------------------
サービスの流れ
----------------------------------------------- */
@media print, screen and (min-width: 751px) {
  .service__top--wrap01 section.inner02._item {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    overflow: inherit;
  }

  .service__top--wrap01 ._item .txt__box {
    width: 46%;
    margin-left: 4%;
    margin-right: 0;
    order: 1;
  }

  .service__top--wrap01 ._item .img__box {
    width: 50%;
    order: 0;
  }

  .service__top--wrap01 ._item:nth-child(2n) .txt__box {
    order: 0;
    margin-right: 4%;
    margin-left: 0;
  }

  .service__top--wrap01 ._item:nth-child(2n) .img__box {
    order: 1;
  }

  .service__top--wrap01 ._item .img__box img {
    width: 100%;
  }

  .service__top--wrap01 ._item h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
  }

  .service__top--wrap01 ._item span {
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #f7f7f7;
    font-size: 72px;
    letter-spacing: -0.05em;
  }

  .service__top--wrap01 ._item b {
    display: block;
    color: #252B5B;
    font-size: 14px;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
  }

  .service__top--wrap01 ._item b:after {
    content: "";
    width: 117px;
    height: 2px;
    background: #252B5B;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .service__top--wrap01 ._item ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap01 ._item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__top--wrap01 ._item ul li + li {
    margin-top: 20px;
  }

  .service__top--wrap01 ._item ul li:before {
    content: "";
    background: #ebebeb;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  .service__top--wrap02 {
    background: #f7f7f7;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
  }

  .service__top--wrap02 ul {
    padding: 0;
    margin: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service__top--wrap02 ul li {
    width: 30%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .service__top--wrap02 ul li + li {
    margin-left: 3%;
  }

  .service__top--wrap02 ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .service__top--wrap02 ul li:nth-child(4),
  .service__top--wrap02 ul li:nth-child(5),
  .service__top--wrap02 ul li:nth-child(6) {
    margin-bottom: 0;
  }

  .service__top--wrap02 ul li figure {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 0;
  }

  .service__top--wrap02 ul li figure img {
    width: 20%;
    margin-right: 10%;
  }

  .service__top--wrap02 ul li figure figcaption {
    width: 70%;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__about--wrap .inner02 {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .service__about--wrap .inner02 .box01,
  .service__about--wrap .inner02 .box03 {
    width: 22%;
  }

  .service__about--wrap._corporate .inner02 .box01 {
    border: #ebebeb solid 1px;
    background: #f7f7f7;
  }

  .service__about--wrap._corporate .inner02 .box03 {
    border: #252B5B solid 1px;
    background: #fff;
  }

  .service__about--wrap .inner02 .box01 img,
  .service__about--wrap .inner02 .box03 img {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 h4,
  .service__about--wrap .inner02 .box03 h4 {
    background: #f7f7f7;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
  }

  .service__about--wrap._corporate .inner02 .box01 h4 {
    background: none;
  }

  .service__about--wrap._corporate .inner02 .box03 h4 {
    background: none;
  }

  .service__about--wrap .inner02 .box01 p,
  .service__about--wrap .inner02 .box03 p {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .service__about--wrap._corporate .inner02 .box01 p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 10px 5px;

    margin-bottom: 0;
  }

  .service__about--wrap._corporate .inner02 .box03 p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 10px 5px;
    background: #fff;
    margin-bottom: 0;
  }

  .service__about--wrap .inner02 .box02 {
    width: 17%;
    position: relative;
  }

  .service__about--wrap .inner02 .box02 .gray {
    position: absolute;
    left: 0;
    top: 22%;
    background: #f7f7f7;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .gray:after {
    content: "";
    border: 27px solid transparent;
    border-left: 20px solid #f7f7f7;
    position: absolute;
    top: 0;
    right: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .gray02 {
    position: absolute;
    right: 0;
    bottom: 22%;
    background: #f7f7f7;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .gray02:after {
    content: "";
    border: 27px solid transparent;
    border-right: 20px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge {
    position: absolute;
    right: 0;
    bottom: 22%;
    background: #252B5B;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .orenge:after {
    content: "";
    border: 27px solid transparent;
    border-right: 20px solid #252B5B;
    position: absolute;
    top: 0;
    left: -47px;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge02 {
    position: absolute;
    left: 0;
    top: 22%;
    background: #252B5B;
    height: 54px;
    line-height: 54px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 150px;
  }

  .service__about--wrap .inner02 .box02 .orenge02:after {
    content: "";
    border: 27px solid transparent;
    border-left: 20px solid #252B5B;
    position: absolute;
    top: 0;
    right: -47px;
    z-index: 1;
  }

  .service__flow--wrap .inner02 {
    overflow: inherit;
    padding-top: 20px;
  }

  .service__flow--wrap ol {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background: url(../img/service/dott02.png) no-repeat center center;
    background-size: auto;
  }

  .service__flow--wrap ol li {
    width: 28%;
    margin-bottom: 100px;
    position: relative;
  }

  .service__flow--wrap ol li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .service__flow--wrap ol li + li:before {
    content: "";
    height: 5px;
    width: 28%;
    background: url(../img/service/dott01.png) center center;
    background-size: cover;
    position: absolute;
    top: 30%;
    right: 100%;
  }

  .service__flow--wrap ol li:nth-child(3n + 1):before {
    display: none;
  }

  .service__flow--wrap ol li:nth-child(3n + 1),
  .service__flow--wrap ol li:nth-child(5),
  .service__flow--wrap ol li:nth-child(6) {
    margin-bottom: 0;
  }

  .service__flow--wrap ol li + li {
    margin-left: 8%;
  }

  .service__flow--wrap ol dl {
    margin: 0;
  }

  .service__flow--wrap ol dt {
    position: relative;
    border: 1px solid #ebebeb;
  }

  .service__flow--wrap ol dt span {
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffffff;
    border: 1px solid #252B5B;
    color: #252B5B;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }

  .service__flow--wrap ol dt h4 {
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }

  .service__flow--wrap._corporate ol dt h4 {
    background: #f7f7f7;
  }

  .service__flow--wrap ol dd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .service__flow--wrap ol dd p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8em;
  }

  .service__flow--wrap ol dt img {
    width: 100%;
  }
}


@media screen and (max-width: 750px) {
 .service__top--wrap01 {
    padding-bottom: 40px;
  }
  .service__top--wrap01 section.inner02._item {
    overflow: inherit;
  }

  .service__top--wrap01 ._item .txt__box {
    width: 100%;
  }

  .service__top--wrap01 ._item .img__box {
    width: 100%;
    margin-bottom: 40px;
  }

  .service__top--wrap01 ._item .img__box img {
    width: 100%;
  }

  .service__top--wrap01 ._item h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
  }

  .service__top--wrap01 ._item span {
    position: absolute;
    right: 0;
    top: -30px;
    color: #f7f7f7;
    font-size: 50px;
    letter-spacing: -0.05em;
  }

  .service__top--wrap01 ._item b {
    display: block;
    color: #252B5B;
    font-size: 14px;
    border-bottom: #ebebeb solid 2px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
  }

  .service__top--wrap01 ._item b:after {
    content: "";
    width: 117px;
    height: 2px;
    background: #252B5B;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -2px;
  }

  .service__top--wrap01 ._item ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap01 ._item ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service__top--wrap01 ._item ul li + li {
    margin-top: 10px;
  }

  .service__top--wrap01 ._item ul li:before {
    content: "";
    background: #ebebeb;
    width: 5px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  .service__top--wrap02 {
    background: #f7f7f7;
    padding: 60px 0 30px 0;
    margin-bottom: 60px;
  }

  .service__top--wrap02 ul {
    padding: 0;
    margin: 0;
  }

  .service__top--wrap02 ul li {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }

  .service__top--wrap02 ul li + li {
    margin-top: 20px;
  }

  .service__top--wrap02 ul li figure {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 0;
  }

  .service__top--wrap02 ul li figure img {
    width: 20%;
    margin-right: 10%;
  }

  .service__top--wrap02 ul li figure figcaption {
    width: 70%;
    font-size: 14px;
    line-height: 1.6em;
  }





  .service__about--wrap .inner02 {
    display: block;
    padding-bottom: 60px;
  }

  .service__about--wrap .inner02 .box01,
  .service__about--wrap .inner02 .box03 {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 img,
  .service__about--wrap .inner02 .box03 img {
    width: 100%;
  }

  .service__about--wrap .inner02 .box01 h4 {
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
  }

  .service__about--wrap._corporate .inner02 .box01 h4 {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box01 p {
    text-align: center;
    font-size: 12px;
    margin: 0;
    background: #f7f7f7;
    padding: 10px 0;
  }

  .service__about--wrap._corporate .inner02 .box01 p {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 {
    width: 100%;
    position: relative;
    height: 100px;
  }

  .service__about--wrap .inner02 .box03 h4,
  .service__about--wrap .inner02 .box03 p {
    display: none;
  }

  .service__about--wrap .inner02 .box02 .gray {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
  }
  .service__about--wrap._corporate .inner02 .box02 .gray {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray:after {
    content: "";
    border: 75px solid transparent;
    border-top: 20px solid #f7f7f7;
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray:after {
    border-top: 20px solid #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray02 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray02 {
    background: #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .gray02:after {
    content: "";
    border: 75px solid transparent;
    border-bottom: 20px solid #f7f7f7;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap._corporate .inner02 .box02 .gray02:after {
    border-bottom: 20px solid #f7f7f7;
  }

  .service__about--wrap .inner02 .box02 .orenge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #252B5B;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
    color: #fff;
  }

  .service__about--wrap .inner02 .box02 .orenge:after {
    content: "";
    border: 75px solid transparent;
    border-bottom: 20px solid #252B5B;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
  }

  .service__about--wrap .inner02 .box02 .orenge02 {
    position: absolute;
    left: 0;
    top: 0;
    background: #252B5B;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 150px;
    margin-bottom: 0;
    color: #fff;
  }

  .service__about--wrap .inner02 .box02 .orenge02:after {
    content: "";
    border: 75px solid transparent;
    border-top: 20px solid #252B5B;
    position: absolute;
    bottom: -95px;
    right: 0;
    z-index: 1;
  }

  .service__flow--wrap .inner02 {
    overflow: inherit;
  }

  .service__flow--wrap ol {
    padding: 0;
    margin: 0;
  }

  .service__flow--wrap ol li {
    width: 100%;
    position: relative;
  }

  .service__flow--wrap ol li + li {
    margin-top: 40px;
  }

  .service__flow--wrap ol dl {
    margin: 0;
  }

  .service__flow--wrap ol dt {
    position: relative;
    border: 1px solid #ebebeb;
  }

  .service__flow--wrap ol dt span {
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffffff;
    border: 1px solid #252B5B;
    color: #252B5B;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
  }

  .service__flow--wrap ol dt h4 {
    background: #ffffff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .service__flow--wrap._corporate ol dt h4 {
    background: #f7f7f7;
  }

  .service__flow--wrap ol dd {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .service__flow--wrap ol dd p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8em;
  }

  .service__flow--wrap ol dt img {
    width: 100%;
  }
}


/* Slick */
.p-topColumn__image{
	height:190px;
	overflow: hidden;
	position: relative;
}
.p-topColumn__image img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display:block;
}


/* -------------------------------------------------------------------*/
/* 2024-11-15  */
/* -------------------------------- PC版のスタイルここから ------------------------------------*/
@media print, screen and (min-width: 751px) {
  /* ----------------------------------------

登録フォーム

---------------------------------------- */
  .entry__form--wrap01 {
    padding: 60px 0 120px 0;
  }

  .entry__flow--wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 20px auto;
  }

  .entry__flow--wrap li {
    width: 33.3%;
    background: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    font-size: 14px;
  }

  .entry__flow--wrap li.active {
    background: #f7f7f7;
    font-weight: bold;
  }

  .entry__flow--wrap li + li:before {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #dcdcdc;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
  }

  .entry__flow--wrap li.active + li:before {
    border-left: 21px solid #f7f7f7;
  }

  .entry__flow--wrap li + li.active:before {
    border-left: 21px solid #f7f7f7;
  }

  .entry__flow--wrap li + li:after {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__flow--wrap li.active + li:after {
    content: "";
    border: 21px solid transparent;
    border-left: 21px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__form--wrap01 form {
    max-width: 800px;
    margin: 0 auto;
  }

  .entry__form--wrap01 .grunion-field-wrap {
    padding: 20px 0 0 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-bottom: 20px;
  }

  .entry__form--wrap01 .grunion-field-wrap + .grunion-field-wrap {
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label {
    margin-bottom: 0;
    color: #666;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box {
    width: 30%;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span {
    margin-left: 10px;
    padding: 3px 3px;
    background: #252A5B;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span.any {
    background-color: #bbb;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box {
    width: 68%;
    margin-left: 2%;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box .error {
    margin-top: 10px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 {
    overflow: hidden;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .select__form,
  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .txt__form {
    float: left;
  }

  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .select__form,
  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .txt__form {
    margin-left: 20px;
  }

  .entry__form--wrap01 input[type="tel"],
  .entry__form--wrap01 input[type="number"],
  .entry__form--wrap01 input[type="email"],
  .entry__form--wrap01 input[type="text"],
  .entry__form--wrap01 textarea,
  .entry__form--wrap01 select {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #999999;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
  }

  .entry__form--wrap01 .txt__form input,
  .entry__form--wrap01 .email__form input,
  .entry__form--wrap01 .tel__form input {
    min-width: 300px;
  }

  .entry__form--wrap01 .txt__form input.form_send-ck_w,
  .entry__form--wrap01 .email__form input.form_send-ck_w,
  .entry__form--wrap01 .tel__form input.form_send-ck_w {
    min-width: auto;
  }

  .entry__form--wrap01 .select__form {
    position: relative;
    font-size: 14px;
    display: inline-block;
  }

  .entry__form--wrap01 .select__form select {
    position: relative;
  }

  .entry__form--wrap01 .select__form:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #999;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .entry__form--wrap01 .mw_wp_form_confirm .select__form:after {
    display: none;
  }

  .entry__form--wrap01 .select__form._year:after,
  .entry__form--wrap01 .select__form._month:after,
  .entry__form--wrap01 .select__form._day:after {
    right: 30px;
  }

  .entry__form--wrap01 .select__form select {
    padding-right: 30px;
  }

  .entry__form--wrap01 .textarea__form {
    width: 100%;
  }

  .entry__form--wrap01 .textarea {
    width: 100%;
  }

  .entry__form--wrap01 .at__txt {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .err__txt {
    font-size: 12px;
    color: #b22222;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .contact__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    margin: 40px 0 20px 0;
  }

  .entry__form--wrap01 .contact__txt a {
    text-decoration: underline;
  }

  .entry__form--wrap01 .contact-submit {
    text-align: center;
    margin: 0 auto;
  }
  .entry__form--wrap01._check .contact-submit {
    margin: 40px auto 0 auto;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"],
  .entry__form--wrap01 .contact-submit input[type="button"] {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #252A5B;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: 266px;
    line-height: 40px;
    font-weight: bold;
  }

  .entry__form--wrap01 .contact-submit input.return--btn {
    background: #f7f7f7;
    color: #333;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after,
  .entry__form--wrap01 .contact-submit input[type="button"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  .entry__form--wrap01._comp .inner02 {
    padding-top: 40px;
  }

  .entry__form--wrap01 .mw_wp_form_input .input-show {
    display: block;
  }
  .entry__form--wrap01 .mw_wp_form_confirm .input-show {
    display: none;
  }
  .entry__form--wrap01 .mw_wp_form_input .conf-show {
    display: none;
  }



}

/* -------------------------------- SP版のスタイルここから ------------------------------------*/
@media screen and (max-width: 750px) {
  /* ----------------------------------------

登録フォーム

---------------------------------------- */
  section.inner02 {
        margin: 0 auto 0 auto;
        padding: 0 20px 40px 20px;
        overflow: hidden;
  }

  .entry__form--wrap01 {
    padding: 60px 0 0 0;
  }

  .entry__flow--wrap {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .entry__flow--wrap li {
    width: 33.3%;
    background: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    font-size: 12px;
  }

  .entry__flow--wrap li.active {
    background: #f7f7f7;
    font-weight: bold;
  }

  .entry__flow--wrap li + li:before {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #dcdcdc;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
  }

  .entry__flow--wrap li.active + li:before {
    border-left: 19px solid #f7f7f7;
  }

  .entry__flow--wrap li + li.active:before {
    border-left: 19px solid #f7f7f7;
  }

  .entry__flow--wrap li + li:after {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__flow--wrap li.active + li:after {
    content: "";
    border: 19px solid transparent;
    border-left: 19px solid #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .entry__form--wrap01 form {
    max-width: 800px;
    margin: 0 auto;
  }

  .entry__form--wrap01 .grunion-field-wrap {
    padding: 20px 0 0 0;
    padding-bottom: 20px;
  }

  .entry__form--wrap01 .grunion-field-wrap + .grunion-field-wrap {
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label {
    margin-bottom: 0;
    color: #666;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box {
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span {
    margin-left: 10px;
    padding: 3px 3px;
    background: #252A5B;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
  }

  .entry__form--wrap01 .grunion-field-wrap .left__box label span.any {
    background-color: #bbb;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box {
    margin-top: 10px;
    font-size: 14px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box .error {
    margin-top: 10px;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 {
    overflow: hidden;
  }

  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .select__form,
  .entry__form--wrap01 .grunion-field-wrap .right__box._col2 .txt__form {
    float: left;
  }

  .entry__form--wrap01 .select__form + .txt__form {
    margin-left: 0;
    margin-top: 10px;
  }

  .entry__form--wrap01
    .grunion-field-wrap
    .right__box._col2
    .select__form
    + .select__form {
    margin-left: 20px;
  }

  .entry__form--wrap01 input[type="tel"],
  .entry__form--wrap01 input[type="number"],
  .entry__form--wrap01 input[type="email"],
  .entry__form--wrap01 input[type="text"],
  .entry__form--wrap01 textarea,
  .entry__form--wrap01 select {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    border: 1px solid #999999;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
  }

  .entry__form--wrap01 .txt__form input,
  .entry__form--wrap01 .email__form input,
  .entry__form--wrap01 .tel__form input {
    width: 300px;
  }

  .entry__form--wrap01 .select__form {
    position: relative;
    font-size: 14px;
    display: inline-block;
  }

  .entry__form--wrap01 .select__form select {
    position: relative;
  }

  .entry__form--wrap01 .select__form:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #999;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .entry__form--wrap01 .mw_wp_form_confirm .select__form:after {
    display: none;
  }

  .entry__form--wrap01 .select__form._year:after,
  .entry__form--wrap01 .select__form._month:after,
  .entry__form--wrap01 .select__form._day:after {
    right: 30px;
  }

  .entry__form--wrap01 .select__form select {
    padding-right: 30px;
  }

  .entry__form--wrap01 .textarea__form {
    width: 100%;
  }

  .entry__form--wrap01 .textarea {
    width: 100%;
  }

  .entry__form--wrap01 .at__txt {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .err__txt {
    font-size: 12px;
    color: #b22222;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .entry__form--wrap01 .contact__txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
    margin: 40px 0 20px 0;
  }

  .entry__form--wrap01 .contact__txt a {
    text-decoration: underline;
  }

  .entry__form--wrap01 .contact-submit {
    text-align: center;
    margin: 0 auto;
  }

  .entry__form--wrap01._check .contact-submit {
    margin: 20px auto 0 auto;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"],
  .entry__form--wrap01 .contact-submit input[type="button"] {
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #252A5B;
    font-size: 14px;
    color: #fff;
    position: relative;
    width: 266px;
    line-height: 40px;
    font-weight: bold;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn {
    background: #f7f7f7;
    color: #333;
    margin-bottom: 20px;
  }

  .entry__form--wrap01 .contact-submit input[type="submit"]:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }

  .entry__form--wrap01 .contact-submit input.return--btn:after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  .entry__form--wrap01._comp .inner02 {
    padding-top: 20px;
  }

  .entry__form--wrap01 .mw_wp_form_input .input-show {
    display: block;
  }
  .entry__form--wrap01 .mw_wp_form_confirm .input-show {
    display: none;
  }
  .entry__form--wrap01 .mw_wp_form_input .conf-show {
    display: none;
  }
}

/* form /inquiry/finish/ */
.thanks{ padding:0 20px;}
.txt__lg { font:size:1.2em;}
.fw__bold { dont-weight:bold;}
.txt__center {text-align:center;} 



/* consultant */
.p-consultantList__article{
	display: flex;
	flex-direction: column;
}
.p-consultant__list .c-btn__primary{
	margin-top: auto;
}









