@charset "UTF-8";
.grid {
  position: fixed;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90%;
  max-width: 1500px;
  z-index: -1;
  border-left: 1px solid rgb(238, 238, 238, 0.5);
  border-right: 1px solid rgb(238, 238, 238, 0.5);
}
.grid-inner {
  margin: 0 25%;
  border-left: 1px solid rgb(238, 238, 238, 0.5);
  border-right: 1px solid rgb(238, 238, 238, 0.5);
  height: 100%;
  position: relative;
}
.grid-inner:before {
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(238, 238, 238, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body {
  background-image: none;
}
.inner {
  width: 90%;
}
.mv-wrap {
  padding-left: 5%;
}

.mv-wrap .copyright {
  left: calc(2.5% - 8px);
}
.page-index .sec-interview .bg-block:before {
  width: calc(100% - 5%);
}
.page-index .sec-business:before {
  width: calc(100% - 5%);
  background: rgb(249, 249, 249, 0.7);
}
.page-index .sec-interview .bg-block:after {
  background-image: none;
}
.page-career .lead-block {
  padding-left: 0;
  padding-right: 0;
}
.sec-entry .bnr-entry {
  width: 95%;
  max-width: inherit;
}
.p-page-title {
  padding-left: 5%;
}
#main-footer {
  padding: 0 0 20px;
  max-width: 1680px;
  margin: 0 auto;
}
.page-workspace .lead-block__img {
  width: 73%;
}
.page-workspace .lead-block__img img {
  height: 39.4vw;
}
.page-workspace .lead-block__txt {
  margin-left: -23.3%;
}
.page-workspace .sec-officescne:before {
  width: 95vw;
}
.page-index .sec-aboutus .lead-block--txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-index .sec-interview .bg-block-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.page-index .sec-interview .staff-block--item {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.page-index .sec-interview .btn-block,
.page-index .txt-lead {
  padding-left: 5%;
}
@media screen and (max-width: 1380px) {
  .page-index .sec-interview .staff-block--item a {
    width: 95%;
  }
}
.page-index .sec-career .ttl-block {
  width: 90%;
  max-width: 1500px;
}
.page-index .sec-workplace .img-main-block .c-txt {
  margin-top: 80px;
  margin-bottom: 60px;
}
.sec-lead .lead-block__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-business .lead-block__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-business .business-block.block01 {
  background-image: none;
  /*background-color: rgb(188,212,0,0.8);*/
}
.page-business .business-block {
  width: 95%;
  max-width: 1680px;
}
.page-business .business-block__img {
  width: 84.92vw;
  z-index: 1;
}
.page-business .business-block.block02 {
  background-image: none;
  /*background-color: rgb(153,153,153,0.8);*/
}

.txt-deco {
  font-size: 9.33vw;
}
.page-rewarding .sec-keyword__img {
  width: calc(100% - 5vw);
}
.page-workspace .sec-officescne .c-txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .grid-inner {
    border-left: none;
    border-right: none;
  }
  .sec-lead .lead-block__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding: 0;
  }
  .sec-keyword .keyword-block02 {
    margin-left: 0.5%;
  }
  .sec-peak__headimg {
    width: 95%;
  }
  .sec-peak__img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .mv-wrap .copyright {
    display: none;
  }
  .mv-wrap {
    padding-top: 0;
  }
  #main-header {
    background: none;
  }
  .mobile-icon {
    background: #fff;
  }
  #main-header .logo-w {
    display: block;
    opacity: 1;
  }
  #main-header .logo-bk {
    display: none;
    opacity: 0;
  }
  #main-header .logo {
    margin-left: 8%;
  }
  .js-nav {
    top: 0;
    height: 100vh;
  }
  #main-header .navGlobalIn {
    padding: 80px 15px;
  }
  .page-index .sec-aboutus .lead-block--txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-txt03 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .scrollBox {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scrollBox:before {
    content: "横にスクロールして確認いただけます";
    display: inline-block;
    background: #cfcfcf;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .sec-peak__img .scrollBox img {
    width: 600px;
    max-width: 600px;
    padding-left: 5%;
  }
  .p-page-title {
    padding-top: 0;
  }
  .page-business .lead-block__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-business .txt-deco {
    opacity: 0.3;
  }
}
.business-block-wrap {
  position: relative;
}
.business-block-wrap:before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  position: absolute;
  border-left: 1px solid rgb(238, 238, 238, 0.2);
  border-right: 1px solid rgb(238, 238, 238, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 750px;
}
.business-block-wrap:after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(238, 238, 238, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .business-block-wrap:before,
  .business-block-wrap:after {
    display: none;
  }

  .page-career .sec-careerdesign .c-img--r .img-scroll {
    text-align: center;
  }
  .page-career .sec-careerdesign .c-img--r .img-scroll:before {
    content: "横にスクロールして確認いただけます";
    display: inline-block;
    background: #cfcfcf;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .page-career .skills-list__item .c-ttl04 {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .page-career .skills-list__item {
    padding: 20px 0;
  }
  .page-career .skills-list__item-ttl {
    margin: 8px 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .spCenter {
    text-align: center;
  }
  .page-index .sec-interview .txt-deco {
    font-size: 16vw;
  }
  .page-index .sec-interview .staff-block--item {
    width: 50%;
    margin-top: 20px;
  }
  .page-index .sec-interview .btn-block,
  .page-index .txt-lead {
    text-align: center;
  }
  .page-index .sec-interview .btn-block--txt {
    text-align: left;
  }
  .page-index .sec-interview .staff-block--item .name {
    font-size: 10px;
    font-size: 1rem;
  }
}
.sec-staff .ttl-block {
  margin-bottom: 60px;
}
.sec-staff .message-block__txt-head {
  margin-bottom: 20px;
}
.sec-staff {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 120px;
}
.sec-staff .closs-talk-block {
  padding: 125px 5% 90px;
  width: calc(100% - 5%);
}

.ancBox ul {
  display: flex;
  justify-content: center;
}
.ancBox ul li {
  width: 21.8%;
  text-align: center;
  margin: 0 10px;
}
.ancBox ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background: #bcd400;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
.ancBox ul li a .en {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.ancBox ul li:last-child a {
  background: #686767;
}
@media screen and (max-width: 834px) {
  .ancBox {
    padding-top: 40px;
  }
  .ancBox ul {
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .ancBox ul li {
    margin: 0;
    width: 49%;
  }
  .ancBox ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-workspace .lead-block__txt {
    margin-left: auto;
  }
  .sec-staff .img-baton {
    bottom: 90px;
  }
  .sec-staff .closs-talk-block {
    padding: 40px 5%;
  }
}
.sec-staff .ttl-block {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  .sec-staff .ttl-block {
    padding-top: 20px;
  }
}

.page-index .sec-interview .bg-block:after {
  background-color: #727171;
  width: 50%;
  height: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .page-index .sec-interview .bg-block:after {
    width: calc(100% - 5%);
    height: 36%;
    left: 5%;
    top: 64%;
  }
}

.staffHead {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: wrap;
}
.staffHead li {
  width: 50%;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  padding-left: 2.5%;
}
.staffHead li span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-weight: bold;
}
.page-index .sec-interview .staff-block {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .staffHead li {
    width: 100%;
  }
  .staffHead li:last-child {
    display: none;
  }
  .page-index .sec-interview .staff-block--item.spHead {
    position: relative;
  }
  .page-index .sec-interview .staff-block--item.spHead:before {
    content: "地域活性化事業";
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Noto Serif JP", serif;
    padding-left: 2.5%;
    position: absolute;
    left: 0;
    top: -40px;
  }
  .page-index .sec-interview .staff-block--item.spHead:after {
    content: "Produce Staff";
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
    padding-left: 2.5%;
    position: absolute;
    left: 0;
    top: -12px;
  }
  .page-index .sec-interview .staff-block--item:nth-child(3),
  .page-index .sec-interview .staff-block--item:nth-child(4) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 834px) {
  .sec-staff .message-block__img {
    padding-bottom: 30px;
  }
  .Consulting .message-block__img img {
    width: 100%;
  }
  .spPosition img {
    object-position: -30px;
  }
}
.c-ttl01 .c-fc--gr {
  color: inherit;
}

/*
.c-ttl01 {
position: relative;
}
.c-ttl01:before {
content: "";
background: #bcd400;
position: absolute;
left: -12px;
top: -10px;
padding: 10px 0;
height: 100%;
width: 60px;
z-index: 0;
}
.c-ttl01 span{
z-index: 1;
color: #fff;
position: relative;
}
@media screen and (max-width: 834px) {
.c-ttl01:before {
width: 52px;
}
}
*/
.sec-staff .message-block__txt-head .spec .yr {
  margin-bottom: 10px;
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.sec-staff .message-block__txt {
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .sec-staff .message-block__txt {
    padding-bottom: 0;
  }
}

.page-entry .form-row__head {
  width: 230px;
}
.page-entry .form-row__input {
  width: calc(100% - 230px);
}

.navGlobal a.current {
  color: #7dac00;
  font-weight: bold;
}
.c-ttl01 span {
  text-shadow: 0 0 5px #fff;
}
.page-entry .form-row__head .label {
  margin-left: 0;
  margin-right: 5px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-row__head {
    width: 100%;
  }
  .page-entry .form-row__input {
    width: 100%;
  }
}
.page-index .sec-workplace .link-block {
  justify-content: flex-start;
}
.page-index .sec-workplace .link-block--item {
  margin-bottom: 30px;
}
.page-index .sec-workplace .link-block--item i {
  font-size: 12px;
  font-size: 1.2rem;
  color: #bcd400;
}

.page-index .sec-workplace .link-block--item.Corporate .img-zoom,
.page-index .sec-workplace .link-block--item.Resort .img-zoom {
  border: 1px solid #eee;
}
.page-index .sec-workplace .link-block--item.Corporate .img-zoom {
  border-right: none;
}
.resortBnr {
  margin: -77px auto 120px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.resortBnr img {
  max-width: 290px;
  border: 1px solid #eee;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.1);
  object-fit: cover;
  height: 100px;
  border-radius: 50px;
  padding: 0 30px;
  background: #fff;
}

.resortBnr a {
  display: inline-block;
}
.resortBnr a span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
.resortBnr a span i {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px;
  color: #bcd400;
}
.page-business .note {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .resortBnr {
    width: 90%;
    padding: 30px 0 50px;
    margin: 0 auto;
  }
  .resortBnr img {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-number .number-list__item {
    padding: 20px 0;
  }
  .page-business .sec-number .number-list__item-head {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 3px solid #bcd400;
  }
  .page-business .sec-number .number-list__item-data {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-business .sec-number .number-list__item-num .num {
    font-size: max(38px, 7vw);
  }
  .page-business .sec-number .number-list__item-num {
    margin: 10px 0 0;
    line-height: 1;
  }
  .page-business .sec-number .number-list__item img {
    min-width: 50px;
    width: 15%;
  }
}
@media screen and (max-width: 1320px) {
  .page-index .sec-aboutus .c-ttl01 {
    margin-bottom: 140px;
  }
  .page-index .sec-aboutus .txt-lead {
    top: 215px;
  }
  .page-index .txt-lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .page-index .sec-aboutus .c-ttl01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-aboutus .c-ttl01 {
    margin-bottom: 30px;
  }
  .page-index .sec-aboutus .txt-deco {
    top: 70vw;
    font-size: 17.5vw;
    opacity: 0.3;
  }
}

.page-index .sec-workplace .link-block {
  max-width: 1500px;
}

/*---------------------------------------------------------news_uniq.css-----*/
.page-news .sec-information .flexBox {
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  padding: 90px 0;
}

.page-news .sec-information .flexBox.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-news .sec-information .flexBox .img {
  width: 35%;
}

.page-news .sec-information .flexBox .detail {
  width: 62%;
}

.page-news .sec-information h3.head02 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-news .sec-information .category {
  margin-top: 40px;
}

.page-news .sec-information .category .en {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 35px;
  font-family: "Roboto", sans-serif;
  color: #c1c4ae;
}

.page-news .sec-information .category .blue {
  background: #5f92ef;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 2px 10px;
  text-align: center;
  width: 90px;
  display: inline-block;
}

.page-news .sec-information .category .green {
  background: #8ec31f;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 2px 10px;
  text-align: center;
  width: 90px;
  display: inline-block;
}

.page-news .sec-information .category .yellow {
  background: #f2bf60;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 2px 10px;
  text-align: center;
  width: 90px;
  display: inline-block;
}
.comTxt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .page-news .sec-information {
    padding: 30px 0 60px;
  }

  .page-news .sec-information h3.head02 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
  }

  .page-news .sec-information .flexBox {
    display: block;
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .page-news .sec-information .flexBox .img,
  .page-news .sec-information .flexBox .detail {
    width: 100%;
  }

  .page-news .sec-information .flexBox .img {
    margin-bottom: 20px;
  }

  .comTxt {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .page-news .sec-information .category {
    margin-top: 25px;
  }

  .page-news .sec-information .category .blue {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .page-news .sec-information .category .en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 12px;
  }
}

.newsLink {
  color: #bcd300;
  text-decoration: underline;
  display: inline-block;
}
.newsLink i {
  margin-right: 5px;
}

#main-header .btn-requirements {
  font-size: 21px;
  font-size: 2.1rem;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #bcd400;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
#main-header .btnBox {
  width: 230px;
}
#main-header .btn-requirements.btn-hover::after {
  background: #bcd400;
}
#main-header .btnBox .btn-entry {
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 640px) {
  #main-header .btnBox {
    width: 100%;
    line-height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
  }
  #main-header .btnBox .btn-entry,
  #main-header .btnBox .btn-requirements {
    width: 50%;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  #main-header .btn-requirements {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main-footer {
    padding: 0 0 80px;
  }
  .totop {
    bottom: 120px;
  }
}

/*-----追加250605--------------------------------*/
.list-item .item .list-btn {
  flex-direction: column;
  gap: 16px;
}
.list-item .item .list-btn li {
  margin-right: 0;
}
.list-btn + .employment-type-label {
  margin-top: 40px;
}
.employment-type-label {
  font-size: 18px;
  margin-bottom: 20px;
}
.list-item .item .list-btn li a {
  display: inline-flex;
  padding-right: 52px;
}

/*-----追加251009--------------------------------*/
.form-row__input.--only-txt {
  padding-top: 18px;
}
@media (max-width: 834px) {
  .form-row__input.--only-txt {
    padding-top: 0px;
  }
}
