body {

  margin: 0;

  overflow-x: hidden;

  color: #262626;

}

img {

  width: 100%;

}

a {

  list-style: none;

  text-decoration: none;

  color: #262626;

}

ul li,

ol li {

  list-style: none;

}

*,

html {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

  scroll-behavior: smooth;

  font-family: source-han-sans-cjk-ja, sans-serif;

  font-weight: 400;

  font-style: normal;

}


/* TOP

-------------------------------------------------------------------------------*/

/* top btn */

.btn a {

  width: 100%;

  color: #1e50a2;

  font-size: 1.25rem;

  position: relative;

  margin-left: 50px;

  /* display: flex; */

  align-items: center;

  background-image: linear-gradient(90deg, #1e50a2, #1e50a2);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: 0 1px;

  transition: background-size 0.6s;

}

.btn a:hover {

  background-size: 100% 1px;

}

.btn a div {

  width: 75%;

  text-align: end;

}

.btn a::before {

  content: "";

  background: url(../img/top-btn-arrow.svg);

  width: 30px;

  height: 30px;

  transition: 0.3s;

  position: absolute;

  top: 0;

  left: -50px;

}

.btn a:hover::before {

  left: -40px;

}

main.top .ttlcnt {

  display: flex;

  justify-content: space-between;

  align-items: center;

  border-top: 1px solid #000;

  padding: 10px 0;

  position: relative;

}

main.top .ttlcnt::before {

  content: "BUSINESS";

  font-size: 1em;

  position: absolute;

  top: -30px;

  left: 0;

  font-family: apotek, sans-serif;

  font-weight: 500;

  font-style: normal;

  letter-spacing: 1px;

}

main.top h2 {

  font-size: 2rem;

  font-weight: 500;

}

/* top mainvl */

main.top .mainvl {

  /* position: relative; */

  height: 81vh;

}

main.top .mainvl h1 {

  width: 60%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

/* main.top .vimeo {

  position: relative;

  height: 100vh;

} */

main.top .vimeo iframe {

  /* position: absolute; */

  /* z-index: -1; */

  /* top: 50%; */

  /* left: 50%; */

  /* transform: translate(-50%, -50%); */

  /* min-height: 100vh; */

  /* min-width: 100%; */

  box-sizing: border-box;

  height: 56.25vw;

  left: 50%;

  min-height: 100%;

  min-width: 100%;

  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 177.77777778vh;

}

main.top .vimeo #vimeo {

  bottom: 0;

  left: 0;

  overflow: hidden;

  position: absolute;

  /*   position: fixed; */

  right: 0;

  top: 0;

  z-index: -1;

}

.player .vp-video-wrapper object,

.player .vp-video-wrapper video {

  width: auto;

  height: auto;

}

.player {

  width: 100vw !important;

  max-width: 100vw !important;

}

/* top read */

main.top .read {

  position: relative;

  /* padding-top: 10%; */

  padding-top: 10vh;

/*   z-index: -1; */

}

main.top .read .read-inner {

  width: 90%;

  max-width: 1100px;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

}

main.top .read::after {

  content: "";

  background: url(../img/read-deco.svg) no-repeat;

  width: 35%;

  height: 440px;

  position: absolute;

  bottom: -10vh;

  right: 5%;

  z-index: -999;

}

main.top .read .read-img {

  width: 48%;

}

main.top .read .read-txt {

  width: 48%;

}

main.top .read .read-txt h2 {

  width: 80%;

}

main.top .read .read-txt p {

  font-size: 1.2rem;

  padding: 12% 0 14%;

}

main.top .read .read-txt p.btn {

  padding: 0;

}

/* top decoimg */

main.top .decoimg {

  display: flex;

  padding: 10% 0;

}

main.top .decoimg p:last-of-type {

  margin-top: 10%;

}

/* top reason */

main.top .reason {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  position: relative;

  padding: 10% 0;

}

main.top .reason .ttlcnt::before {

  content: "REASON";

}

main.top .reason .reason-inner {

  display: flex;

  flex-direction: column;

  gap: 40px 0;

  padding-top: 2%;

}

main.top .reason .reason-cnt {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

main.top .reason .reason-cnt.manager {

  flex-direction: row-reverse;

}

main.top .reason .reason-cnt .reason-ttl {

  width: 33%;

}

main.top .reason ol {

  display: flex;

  justify-content: space-between;

  width: 65%;

  padding: 0;

}

main.top .reason ol li {

  width: 33%;

  border-right: 1px solid #ccc;

  padding: 5% 3%;

}

main.top .reason ol li:nth-of-type(1) {

  padding-left: 3%;

}

main.top .reason ol li:nth-of-type(2) {

  padding-right: 3%;

  padding-left: 3%;

}

main.top .reason ol li:nth-of-type(3) {

  padding-left: 3%;

}

/* top service */

main.top .service {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  position: relative;

  padding: 10% 0;

}

main.top .service::before {

  background: #f5f7fa;

  bottom: 0;

  right: 0;

  height: 100%;

  content: "";

  position: absolute;

  z-index: -1;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

}

main.top .service h3 {

  font-size: 1.55rem;

  padding-bottom: 15px;

  font-weight: 500;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

main.top .service h3::after {

  content: "";

  height: 1px;

  background: #000;

  width: 70%;

}

main.top .service li:nth-of-type(2) h3::after {

  width: 60%;

}

main.top .service li:nth-of-type(3) h3::after {

  width: 55%;

}

main.top .service li:nth-of-type(4) h3::after {

  width: 55%;

}

main.top .service p {

  font-size: 15px;

  line-height: 1.5;

  font-weight: 400;

}

main.top .service .service-cnt {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 50px 0;

  padding-top: 3%;

}

main.top .service .service-cnt li {

  width: 48%;

}

main.top .service .service-cnt li .service-img {

  line-height: 0;

  overflow: hidden;

  transition: 0.4s;

}

main.top .service .service-cnt li .service-txt {

  width: 90%;

  background: #fff;

  padding: 30px;

  z-index: 1;

  position: relative;

  margin: -15% 0 0 auto;

}

main.top .service .service-cnt li a .service-img img {

  transition: 0.4s;

}

main.top .service .service-cnt li a:hover .service-img img {

  transform: scale(1.2);

}

/* top info */

main.top .infomaition {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 10% 0;

}

main.top .infomaition .ttlcnt::before {

  content: "INFORMATION";

}

.list {

  padding-top: 3%;

}

.list li a {

  width: 88%;

  display: flex;

  align-items: center;

  gap: 0 50px;

  padding: 15px 0;

}

.list li:first-of-type a {

  padding-top: 0;

}

.list li a span.date {

  font-size: 15px;

}

.list .category {

  background: #000;

  color: #fff;

  text-align: center;

  padding: 5px 0;

  width: 13%;

  font-size: 14px;

  transition: 0.4s;

}

.list li a h3 {

  font-size: 16px;

  transition: 0.3s;

  /* border-bottom: 1px solid transparent; */

  background-image: linear-gradient(90deg, #1e50a2, #1e50a2);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: 0 1px;

  transition: background-size 0.6s;

}

.list li a:hover h3 {

  /* border-bottom: 1px solid #000; */

  background-size: 100% 1px;

}

.list li a:hover .category {

  background: #1e50a2;

}

main.top .top-bnr {

  width: 90%;

  margin: 0 0 0 auto;

  padding: 5% 0 0;

  transition: ease all 0.3s;

}

main.top .top-bnr:hover {

  transform: scale(1.02);

}



/* footer

-------------------------------------------------------------------------------*/

footer {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  position: relative;

  padding: 3% 0;

}

footer::before {

  background: #f5f7fa;

  bottom: 0;

  right: 0;

  height: 100%;

  content: "";

  position: absolute;

  z-index: -1;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

}

footer .f-cnt {

  display: flex;

  justify-content: space-between;

}

footer .f-cnt .f-access-cnt {

  display: flex;

  width: 48%;

  justify-content: space-between;

}

footer .f-cnt .f-access-cnt .f-logo{

  width: 47%;

}

footer .f-cnt .f-access-cnt .f-access-txt{

  width: 47%;

}

footer .f-cnt .f-access-cnt .f-access-txt .cnm-name {

  font-size: 1.2rem;

  font-weight: 500;

  margin-bottom: 10px;

}

footer .f-cnt .f-access-cnt .f-access-txt .cnm-name span {

  font-size: 0.9em;

  font-weight: 500;

}

footer .f-cnt .f-access-cnt .f-access-txt ul {

  display: flex;

  flex-direction: column;

  gap: 5px 0;

}

footer .f-cnt .f-contact {

  display: flex;

  width: 45%;

  justify-content: space-between;

  align-items: center;

}

footer .f-cnt .f-contact .f-contact-cnt {

  width: 80%;

}

footer .f-cnt .f-contact .tel {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

footer .f-cnt .f-contact .tel::before {

  content: "";

  display: inline-block;

  background: url(../img/tel-logo.svg);

  background-size: contain;

  background-repeat: no-repeat;

  width: 8%;

  height: 45px;

  background-position: bottom;

}

footer .f-cnt .f-contact .tel p {

  margin: 0;

  width: 88%;

}

footer .f-cnt .f-contact .tel span {

  display: block;

  font-size: 0.7em;

}

footer .f-cnt .f-contact .tel a {

  font-weight: 600;

  font-size: 2.2rem;

  letter-spacing: 1px;

}

footer .f-cnt .f-contact .mailbtn {

  margin-top: 2%;

}

footer .f-cnt .f-contact .mailbtn a {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 0 10px;

  background: #f5f7fa;

  border: 2px solid #000;

  color: #000;

  padding: 15px 0;

  text-align: center;

  font-weight: 500;

  border-radius: 999px;

  transition: 0.4s;

  width: 87%;

}

footer .f-cnt .f-contact .mailbtn a::before {

  content: "";

  display: inline-block;

  background: url(../img/mail-logo.svg);

  background-size: contain;

  background-repeat: no-repeat;

  width: 8%;

  height: 19px;

  transition: 0.4s;

}

footer .f-cnt .f-contact .mailbtn a:hover {

  background: #1e50a2;

  color: #fff;

  border-color: #1e50a2;

}

footer .f-cnt .f-contact .mailbtn a:hover::before {

  background: url(../img/mail-logo-h.svg);

  background-size: contain;

  background-repeat: no-repeat;

}

footer nav > dl {

  display: flex;

  justify-content: space-between;

  padding: 5% 0;

}

footer nav dl .f-nav-cnt {

  width: 23%;

}

footer nav dl .f-nav-cnt dl {

  margin-top: 15%;

}

footer nav dl .f-nav-cnt dt a {

  font-size: 16px;

  font-weight: 600;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #000;

  padding-bottom: 10px;

  margin-bottom: 10px;

}

footer nav dl .f-nav-cnt dt a::after {

  content: "";

  background: url(../img/f-arrow.svg) no-repeat;

  background-size: contain;

  width: 25px;

  height: 25px;

  transition: 0.3s;

}

footer nav dl .f-nav-cnt dt a:hover::after {

  content: "";

  background: url(../img/f-arrow-h.svg) no-repeat;

  width: 25px;

  height: 25px;

}

footer nav dl .f-nav-cnt dd a {

  width: fit-content;

  font-size: 15px;

  display: block;

  margin-bottom: 10px;

  background-image: linear-gradient(90deg, #1e50a2, #1e50a2);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: 0 1px;

  transition: background-size 0.6s;

}

footer nav dl .f-nav-cnt dd a:hover {

  background-size: 100% 1px;

}

footer .release {

  display: flex;

  gap: 0 30px;

  margin-bottom: 13px;

}

footer .release li a {

  display: block;

  font-size: 0.8em;

  color: #2f2f2f;

  transition: 0.4s;

}

footer .release li a:hover {

  color: #1e50a2;

}

/* topbtn */

main.top .topbtn {

  display: flex;

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  z-index: 999;

}

main.top .topbtn div {

  width: 25%;

}

main.top .topbtn a,

.flowtbtn a {

  display: flex;

  align-items: center;

  background: #ff9d26;

  color: #fff;

  padding: 25px 20px;

  font-size: 1.1rem;

  gap: 0 15px;

}

main.top .topbtn .cam a,

.flowtbtn .cam a {

  background: #1c7cff;

}

main.top .topbtn a::before,

.flowtbtn a::before {

  content: "";

  background: url(../img/job-deco.svg) no-repeat;

  background-size: contain;

  width: 24px;

  height: 22px;

  transition: 0.3s;

}

main.top .topbtn a::after {

  content: "";

  background: url(../img/job-arrow.svg) no-repeat;

  background-size: contain;

  width: 26px;

  height: 26px;

  transition: 0.3s;

  margin-left: auto;

}

main.top .topbtn a:hover::after {

  transform: translate(10px);

}

main.top .topbtn .cam a::before,

.flowtbtn .cam a::before {

  background: url(../img/cam-deco.svg) no-repeat;

  background-size: contain;

}

main.top .topbtn .cam a::after {

  background: url(../img/cam-arrow.svg) no-repeat;

  background-size: contain;

}

/* flowtbtn */

.flowtbtn {

  position: fixed;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  z-index: 998;

  width: 5%;

}

.flowtbtn a {

  writing-mode: vertical-rl;

  justify-content: center;

  width: 100%;

}

.flowtbtn .job a {

  border-radius: 15px 0 0 0;

}

.flowtbtn .cam a {

  border-radius: 0 0 0 15px;

}

.flowtbtn div {

  width: 100%;

}

/* jobsearch

-------------------------------------------------------------------------------*/

/*==================================================

スライダーのためのcss

===================================*/

main.jobsearch .slider {

  position: relative;

  z-index: 1;

  width: calc(90% - 124px);

  max-width: 1100px;

  margin: 0 auto 5%;

}

/*戻る、次へ矢印の位置*/

main.jobsearch .slick-prev,

main.jobsearch .slick-next {

  position: absolute;

  z-index: 3;

  top: 50%;

  cursor: pointer;

  outline: none;

  content: "";

  background: url(../img/arrow-right.svg) no-repeat, #969696;

  background-size: 20%, 100%;

  background-position: center, center;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.4s;

}

main.jobsearch .slick-prev {

  left: -6%;

  transform: translateY(-50%) rotate(-180deg);

}

main.jobsearch .slick-next {

  right: -6%;

  transform: translateY(-50%);

}

/*ドットナビゲーションの設定*/

main.jobsearch .slick-dots {

  display: none !important;

}

/* jobsearch bnr */

main.jobsearch .bnr {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

}

main.jobsearch .bnr p {

  width: 48%;

  line-height: 0;

}

main.jobsearch .bnr a {

  display: block;

}

main.jobsearch .bnr a img {

  transition: 0.4s;

}

main.jobsearch .bnr a:hover img {

  transform: scale(1.1);

}

/* jobsearch point */

main.jobsearch .point {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 5% 0;

}

main.jobsearch h2 {

  font-size: 2rem;

  font-weight: 600;

  text-align: center;

  letter-spacing: 2px;

}

main.jobsearch h2 span {

  display: block;

  color: #1c7cff;

  font-size: 0.5em;

  letter-spacing: 1px;

  font-weight: 500;

}

main.jobsearch .point ul {

  display: flex;

  justify-content: space-between;

  padding-top: 3%;

}

main.jobsearch .point ul li {

  width: 18%;

  line-height: 0;

}

main.jobsearch .point ul li .point-txt {

  margin-top: 20px;

  font-weight: 600;

  font-size: 15px;

  text-align: center;

  letter-spacing: 1px;

}

/* jobsearch aboutcam */

.aboutcam h2 {

  font-size: 2rem;

  font-weight: 600;

  text-align: center;

  letter-spacing: 2px;

}

.aboutcam h2 span {

  display: block;

  color: #1c7cff;

  font-size: 0.5em;

  letter-spacing: 1px;

  font-weight: 500;

}

.aboutcam ul {

  display: flex;

  justify-content: space-between;

  padding-top: 3%;

}

.aboutcam ul li {

  width: 50%;

}

.aboutcam ul li a {

  position: relative;

  overflow: hidden;

  display: block;

  height: 300px;

}

.aboutcam ul li a::after {

  position: absolute;

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  top: 0;

  background: url(../img/jobsearch-com01.jpg) no-repeat center center;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  background-size: cover;

  -webkit-transition: all 0.3s ease-out;

  -moz-transition: all 0.3s ease-out;

  -ms-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

  background-size: cover;

}

.aboutcam ul li:nth-of-type(2) a::after {

  background: url(../img/jobsearch-com02.jpg) no-repeat center center;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -ms-background-size: cover;

  background-size: cover;

}

.aboutcam ul li a:hover::after {

  -moz-transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

}

.aboutcam ul li a div {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 1;

  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 10px 0;

}

.aboutcam ul li a div h3 {

  color: #fff;

  text-align: center;

  font-size: 1.7rem;

  font-weight: 400;

  display: flex;

  justify-content: center;

  gap: 0 20px;

}

.aboutcam ul li a div h3::after {

  content: "";

  background: url(../img/arrow-right.svg) no-repeat, #0000;

  background-size: 20%, 100%;

  background-position: center, center;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 2px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;

}

.aboutcam ul li a div p {

  color: #fff;

  text-align: center;

}



/* results

-------------------------------------------------------------------------------*/

main.jobsearch .search {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 3% 0 5%;

}

main.jobsearch + footer {

  padding-bottom: 6%;

}

/* search */

main.jobsearch .search .popular-ttl {

  font-size: 1.2rem;

  font-weight: 500;

}

main.jobsearch .search .popular-cnt {

  display: flex;

  flex-wrap: wrap;

  margin-top: 20px;

  gap: 13px 3.41%;

}

main.jobsearch .search .popular-cnt li a {

  display: flex;

  align-items: center;

  gap: 0 5px;

  color: #1c7cff;

  border: 2px solid #1c7cff;

  padding: 10px 30px;

  border-radius: 999px;

  transition: 0.4s;

}

main.jobsearch .search .popular-cnt li a::after {

  content: "";

  background: url(../img/popular-arrow.svg) no-repeat;

  background-size: contain;

  width: 34px;

  height: 12px;

  transition: 0.4s;

}

main.jobsearch .search .popular-cnt li a:hover {

  background: #1c7cff;

  color: #fff;

}

main.jobsearch .search .popular-cnt li a:hover::after {

  background: url(../img/popular-arrow-h.svg) no-repeat;

  background-size: contain;

}

/* result */

.resultsrc {

  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #1e50a2;

  padding: 7% 0 5px;

  margin-bottom: 5%;

}

.resultsrc p span {

  font-size: 1.5em;

  color: #1c7cff;

  font-weight: 600;

}

.resultsrc dl {

  display: flex;

  align-items: center;

}

.resultsrc dl dd {

  display: flex;

  align-items: center;

  gap: 0 7px;

}

.resultsrc dl dd a {

  padding-left: 5px;

  transition: 0.4s;

}

.resultsrc dl dd a:hover {

  color: #1c7cff;

}

.resultsrc dl dd a.active {

  color: #1c7cff;

}

.resultsrc dl dd::after {

  content: "|";

}

.resultsrc dl dd:last-of-type::after {

  content: "";

}

/* search-cnt */

.search-cnt.active {

  background: #fff;

  padding: 56px 30px 40px;

  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);

  position: relative;

}

.search-cnt.active::before {

  content: "NEW";

  font-size: 18px;

  font-weight: 400;

  background: #f0911d;

  color: #fff;

  padding: 5px 30px;

  position: absolute;

  top: 0;

  left: 0;

}

.search-cnt {

  padding: 40px 30px 40px;

  background: #fff;

  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);

  margin-bottom: 5%;

}

.search-cnt h2.search-ttl {

  font-size: 1.4rem;

  letter-spacing: 1px;

  text-align: left;

}

.search-cnt h2 a {

  font-size: 1.4rem;

  border-bottom: 1px solid #000;

  transition: 0.4s;

}

.search-cnt h2 a:hover {

  border-bottom: 1px solid #fff;

}

.search-cnt .search-box {

  display: flex;

  justify-content: space-between;

  margin-top: 40px;

}

.search-cnt .search-box .search-img {

  width: 28%;

}

.search-cnt .search-box .search-txt {

  width: 70%;

}

.search-cnt .search-box .search-txt div {

  border-bottom: 1px solid #d1cfcf;

  padding: 10px 0;

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.search-cnt .search-box .search-txt div:first-of-type {

  padding: 0 0 10px;

}

.search-cnt .search-box .search-txt div dt {

  width: 17%;

  display: flex;

  align-items: center;

  gap: 10px;

}

.search-cnt .search-box .search-txt div dt::before {

  content: "";

  background: url(../img/search-icon01.svg) no-repeat;

  background-size: contain;

  width: 21px;

  height: 21px;

}

.search-cnt .search-box .search-txt div.location dt::before {

  background: url(../img/search-icon01.svg) no-repeat;

  background-size: contain;

}

.search-cnt .search-box .search-txt div.occupation dt::before {

  background: url(../img/search-icon02.svg) no-repeat;

  background-size: contain;

}

.search-cnt .search-box .search-txt div.salary dt::before {

  background: url(../img/search-icon03.svg) no-repeat;

  background-size: contain;

}

.search-cnt .search-box .search-txt div.status dt::before {

  background: url(../img/search-icon04.svg) no-repeat;

  background-size: contain;

}

.search-cnt .search-box .search-txt div.working dt::before {

  background: url(../img/search-icon05.svg) no-repeat;

  background-size: contain;

}

.search-cnt .search-box .search-txt div dd {

  width: 80%;

}

.search-cnt .search-btn {

  display: flex;

  justify-content: center;

  gap: 0 30px;

  margin-top: 3%;

}

.search-cnt .search-btn .keep {

  width: 20%;

}

.search-cnt .search-btn a {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 10px;

  background: #fff;

  color: #ffa700;

  border: 2px solid #ffa700;

  border-radius: 999px;

  padding: 15px 0;

  font-size: 1.06rem;

  font-weight: 500;

}

.search-cnt .search-btn .keep a::before {

  content: "";

  background: url(../img/search-btn-keep.svg) no-repeat;

  background-size: contain;

  width: 18px;

  height: 18px;

}

.search-cnt .search-btn .jobinfo {

  width: 30%;

}

.search-cnt .search-btn .jobinfo a {

  background: #3e3e3e;

  color: #fff;

  border: 2px solid #3e3e3e;

  border-radius: 999px;

  padding: 15px 0;

  font-size: 1.06rem;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

}

.search-cnt .search-btn .jobinfo a::after {

  content: "";

  background: url(../img/search-btn-job.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 13px;

  height: 14px;

  transition: 0.4s;

}

.search-cnt .search-btn .jobinfo a:hover {

  background: #fff;

  color: #3e3e3e;

}

.search-cnt .search-btn .jobinfo a:hover::after {

  background: url(../img/search-btn-job-h.svg) no-repeat;

  background-size: contain;

  background-position: center;

}

.search-cnt .search-btn .app {

  width: 30%;

}

.search-cnt .search-btn .app a {

  background: linear-gradient(135deg, #1ce5ff, #1c7cff 40%, #1c7cff 60%, #1ce5ff);

  background-position: 0 50%;

  background-size: 200% auto;

  color: #fff;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

  border: none;

  padding: 17px 0;

}

.search-cnt .search-btn .app a::after {

  content: "";

  background: url(../img/search-btn-app.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 23px;

  height: 23px;

}

.search-cnt .search-btn .app a:hover {

  background-position: 100% 50%;

}

.search-cnt .search-btn .tel-mod {

  width: 25%;

}

.search-cnt .search-btn .tel-mod a {

  background: linear-gradient(135deg, #1ce5ff, #1c7cff 40%, #1c7cff 60%, #1ce5ff);

  background-position: 0 50%;

  background-size: 200% auto;

  color: #fff;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

  border: none;

  padding: 17px 0;

}

.search-cnt .search-btn .tel-mod a:hover {

  background-position: 100% 50%;

}

.search-cnt .search-btn .tel-mod a::after {

  content: "";

  background: url(../img/tel-logo-wh.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 19px;

  height: 25px;

}

.send-wrapper .send-container > div {

  height: auto !important;

  padding: 10px 0;

}



/* paging */

.paging .container .wp-pagenavi {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 0 20px;

}

.paging .container .wp-pagenavi a,

.paging .container span.current,

.paging .container span {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 60px;

  height: 60px;

  border: 1px solid #000;

  background: #000;

  padding: 13px;

  border-radius: 50%;

  text-align: center;

  color: #fff;

  margin: 0 !important;

}

.paging .container .wp-pagenavi a.nextpostslink,

.paging .container .wp-pagenavi a.previouspostslink {

  width: 30px;

  height: 30px;

}

.paging .container span.current {

  background: #1c7cff;

  border: 1px solid #1c7cff;

  color: #fff;

}

/* jobkeep

-------------------------------------------------------------------------------*/

main.jobkeep .search {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 5% 0;

}

main.jobkeep .search-cnt:last-of-type {

  margin-bottom: 0;

}

.flotreset {

  width: 100%;

  background: #00000040;

  position: fixed;

  bottom: 0;

  left: 0;

  padding: 10px 5px 10px 0;

  z-index: 999;

  display: flex;

  gap: 0 15px;

  justify-content: end;

}

.flotreset p {

/*   width: 90%; */

  width: 20%;

  max-width: 1100px;

}

.flotreset .reset a {

  background: #3e3e3e;

  border: 2px solid #3e3e3e;

  color: #fff;

  display: block;

  text-align: center;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

  padding: 12px 0;

  font-size: 1rem;

  width: 100%;

}

.flotreset .keep a {

	display: flex;

    align-items: center;

    justify-content: center;

    gap: 0 10px;

    background: #fff;

    color: #ffa700;

    border: 2px solid #ffa700;

    border-radius: 999px;

    padding: 11px 0;

    font-size: 1.06rem;

    font-weight: 500;

}

.flotreset .keep a::before {

	content: "";

    background: url(../img/search-btn-keep.svg) no-repeat;

    background-size: contain;

    width: 18px;

    height: 18px;

}

.flotreset .reset a:hover {

  background: #fff;

  color: #3e3e3e;

}

main.jobkeep + footer {

  padding-bottom: 8%;

}

/* header

-------------------------------------------------------------------------------*/

header {

  position: sticky;

  top: 0;

  z-index: 9999;

}

header .header-inner {

  padding: 40px 3% 0;

  margin-bottom: 40px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

}

/* h1 */

header h1 {

  display: flex;

  gap: 0 20px;

  align-items: center;

  width: 50%;

  z-index: 999;

}

header h1 img {

  width: 100%;

}

/* exclusive */

header .exclusive {

  position: absolute;

  top: 0;

  right: 3%;

  z-index: 999;

}

header .exclusive a {

  font-size: 0.9rem;

  background: #969696;

  border-radius: 0 0 7px 7px;

  color: #fff;

  padding: 7px 20px;

  display: flex;

  align-items: center;

  gap: 0 10px;

}

header .exclusive a::before {

  content: "";

  background: url(../img/h-look.svg) no-repeat;

  background-size: contain;

  background-position: center center;

  width: 15px;

  height: 17px;

}

/* gnavi_list */

header .header-inner {

  position: relative;

  z-index: 999;

  backdrop-filter: blur(10px);

  background-color: rgba(255, 255, 255, 0.7);

  position: sticky;

  top: 0;

  /* position: fixed;

  top: 0;

  left: 0;

  width: 100%; */

}

.overnavi::after {

  background: #e4e4e4;

  top: -130px;

  right: 0;

  height: 350px;

  content: "";

  position: absolute;

  z-index: -1;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

}

.gnavi_item:nth-of-type(1) .overnavi::after {

  height: 420px;

}

header nav {

  width: 69%;

}

header .gnavi_list {

  display: flex;

  justify-content: space-between;

  gap: 0 10px;

}

header .gnavi_link {

  font-size: 0.9rem;

  font-weight: 500;

  cursor: pointer;

  position: relative;

  z-index: 999;

  padding: 13px 0;

  transition: 0.4s;

}

header .gnavi_info {

  font-weight: 500;

  cursor: pointer;

  position: relative;

  z-index: 999;

  padding: 13px 0;

  transition: 0.4s;

  font-size: 0.9rem;

}

header .gnavi_info a {

  font-weight: 500;

}

/* header .gnavi_link.active::after {

  content: "";

  width: 7px;

  height: 7px;

  background: #2e5cbc;

  border-radius: 50%;

  position: absolute;

  bottom: -5px;

  left: 50%;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-delay: 0s;

  animation-delay: 0s;

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-name: openOverNav;

} */

header .gnavi_item:hover .gnavi_link::after {

  content: "";

  width: 7px;

  height: 7px;

  background: #2e5cbc;

  border-radius: 50%;

  position: absolute;

  bottom: -5px;

  left: 50%;

  transform: translateX(-50%);

  animation-fill-mode: both;

  animation-delay: 0s;

  animation-duration: 0.5s;

  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-name: openOverNav;

}

@keyframes openOverNav {

  0% {

    opacity: 0;

    transform: translateY(0px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}

/* header .overnavi {

  display: block;

  position: absolute;

  top: 121px;

  left: 0;

  width: 100%;

  z-index: 2;

} */

header .gnavi_item:hover .overnavi {

  display: block;

  position: absolute;

  top: 121px;

  left: 0;

  width: 100%;

  z-index: 2;

  animation-fill-mode: both;

  animation-delay: 0s;

  animation-duration: 0.5s;

  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-name: openOverNav;

}

header .overnavi {

  display: none;

}

header .overnavi .overnavi-cnt .nav-ttl-cnt a {

  font-weight: 500;

  font-size: 15px;

  margin-left: 29px;

  width: fit-content;

  border-bottom: 1px solid #000;

  position: relative;

}

header .overnavi .overnavi-cnt .nav-ttl-cnt a::before {

  content: "";

  background: url(../img/h-arrow-circle.svg) no-repeat;

  background-size: contain;

  width: 19px;

  height: 19px;

  position: absolute;

  top: 50%;

  left: -29px;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transition: 0.4s;

}

header .overnavi .overnavi-cnt .nav-ttl-cnt a:hover::before {

  left: -19px;

}

header .overnavi .overnavi-cnt {

  background: #fff;

  justify-content: space-between;

  width: 90%;

  margin: 0 auto;

  padding: 40px 50px 40px 50px;

  min-height: 170px;

  position: relative;

  z-index: 999;

}

header .overnavi .overnavi-cnt h2 {

  font-size: 2rem;

  font-weight: 500;

  line-height: 1;

}

header .overnavi .overnavi-cnt h2 span {

  display: block;

  color: #1e50a2;

  font-size: 0.5em;

  font-family: apotek, sans-serif;

  font-weight: 500;

  font-style: normal;

  margin-bottom: 5px;

}

header .overnavi .overnavi-cnt .nav-ttl-cnt {

  width: 30%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  display: none;

}

header .overnavi .overnavi-cnt ul {

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  gap: 30px 5%;

}

header .overnavi .overnavi-cnt ul li {

  width: 30%;

}

header .overnavi .overnavi-cnt ul li a {

  font-weight: 500;

  font-size: 15px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  border-bottom: 1px solid #dbdbdb;

  padding-bottom: 10px;

  position: relative;

}

header .overnavi .overnavi-cnt ul li a::after {

  content: "";

  background: url(../img/h-arrow.svg) no-repeat;

  background-size: contain;

  width: 18px;

  height: 8px;

}

header .overnavi .overnavi-cnt ul li a::before {

  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  display: block;

  width: 100%;

  height: 1px;

  background-color: #1e50a2;

  transform: scale(0, 1);

  transform-origin: left top;

  transition: transform 0.4s;

}

header .overnavi .overnavi-cnt ul li a:hover::before {

  transform: scale(1, 1);

}



/* safari用 */

/* _::-webkit-full-page-media,

_:future,

:root .flowtbtn {

  right: 20px;

} */

/* FireFox */

/* @media screen and (-webkit-min-device-pixel-ratio: 0) {

  .flowtbtn {

    right: 20px;

  }

} */



/* 下層ページタイトル */

main.underlayer h2 {

  font-size: 2rem;

  font-weight: 500;

  line-height: 1.2;

}

main.underlayer h2 span {

  display: block;

  font-size: 0.5em;

  font-family: apotek, sans-serif;

  font-weight: 500;

  font-style: normal;

  letter-spacing: 1px;

  color: #1e50a2;

}

main.underlayer .mainttl {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.underlayer h1 {

  font-size: 2.5rem;

  font-weight: 500;

  line-height: 1.2;

}

main.underlayer h1 span {

  display: block;

  font-size: 0.5em;

  font-family: apotek, sans-serif;

  font-weight: 500;

  font-style: normal;

  letter-spacing: 1px;

  color: #1e50a2;

}

main.underlayer .mainttl .breadcrumb {

  display: flex;

  margin-top: 3%;

}

main.underlayer .mainttl .breadcrumb li {

  display: flex;

  align-items: center;

}

main.underlayer .mainttl .breadcrumb li::after {

  content: "";

  background: url(../img/breadcrumb-arrow.svg) no-repeat;

  background-size: contain;

  width: 8px;

  height: 15px;

  margin: 0 10px;

}

main.underlayer .mainttl .breadcrumb li:last-of-type::after {

  display: none;

}



/* joblooking

-------------------------------------------------------------------------*/

section.worker {

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 6% auto;

  max-height: 410px;

}

section.worker h2 {

  font-weight: 400;

  font-size: 1.7rem;

}

section.worker .worker-txt {

  width: 48%;

}

section.worker .worker-txt p {

  margin: 9.4% 0;

}

section.worker .worker-img {

  width: 55%;

  margin-right: calc(50% - 50vw);

  flex: 0.9;

  line-height: 0;

}

/* reason */

section.reason {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

section.reason ol {

  display: flex;

  justify-content: space-between;

  padding: 35px 0 0;

}

section.reason ol li {

  width: 33.3%;

  border-right: 1px solid #ccc;

  padding: 5% 0;

}

section.reason ol li:nth-of-type(1) {

  padding-right: 3%;

}

section.reason ol li:nth-of-type(2) {

  padding-right: 3%;

  padding-left: 3%;

}

section.reason ol li:nth-of-type(3) {

  border-right: 0;

  padding-left: 3%;

}

section.reason ol li .reason-num {

  width: 12%;

  margin: 0 auto;

  line-height: 1;

}

section.reason ol li h3 {

  font-size: 1.2rem;

  font-weight: 500;

  text-align: center;

  margin: 4% 0 5%;

}

section.reason ol li > p {

  color: #011a2e;

  line-height: 1.7;

}

section.reason .btn {

  text-align: center;

  margin-top: 5%;

}

main.joblooking .reason .btn a {

  font-size: 1rem;

  margin-left: 25px;

}

main.joblooking .reason .btn a:hover::before {

  left: -30px;

}

main.joblooking .reason .btn a::before {

  background-size: contain;

  width: 25px;

  height: 25px;

  left: -35px;

}



/* jobinfo */

main.joblooking .jobinfo {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 5% 0 10%;

}

main.joblooking .jobinfo ul {

  display: flex;

  justify-content: space-between;

  padding: 35px 0;

}

main.joblooking .jobinfo ul li {

  width: 23%;

}

main.joblooking .jobinfo ul li a {

  display: block;

  transition: 0.6s;

}

main.joblooking .jobinfo ul li .wage {

  margin-top: 5px;

}

main.joblooking .jobinfo ul li .wage span {

  font-size: 14px;

}

main.joblooking .jobinfo ul li .wage .wage-mn {

  font-weight: 500;

}



main.joblooking .jobinfo .btn {

  text-align: end;

}

main.joblooking .joblookbtns {

  display: flex;

  gap: 0 30px;

  justify-content: center;

  width: 100%;

  margin: 3% 0 0;

}

main.joblooking .joblookbtns p {

  width: 40%;

}

main.joblooking .joblookbtns p a {

  display: block;

  text-align: center;

  color: #fff;

  background: #1c7cff;

  border: 2px solid #1c7cff;

  font-weight: 400;

  letter-spacing: 1px;

  padding: 17px 0;

  border-radius: 999px;

  font-size: 1.06rem;

  transition: 0.4s;

}

main.joblooking .joblookbtns p a:hover {

  background: #fff;

  color: #1c7cff;

}

main.joblooking .joblookbtns p:nth-of-type(1) a {

  background: #1e50a2;

  border: 2px solid #1e50a2;

}

main.joblooking .joblookbtns p:nth-of-type(1) a:hover {

  background: #fff;

  color: #1e50a2;

}

/* jobcontent */

.jobcontent {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

.jobcontent ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 30px 0;

  padding: 35px 0 0;

}

.jobcontent ul li {

  width: 30%;

}

.jobcontent ul li .jobcnt-icon {

  width: 50%;

  margin: 0 auto;

}

.jobcontent ul li h3 {

  text-align: center;

  position: relative;

  font-weight: 500;

  font-size: 1.2rem;

  margin: 15px 0 22px;

}

.jobcontent ul li h3::before {

  content: "";

  position: absolute;

  left: 50%;

  bottom: -7px; /*下線の上下位置調整*/

  display: inline-block;

  width: 50px; /*下線の幅*/

  height: 2px; /*下線の太さ*/

  -moz-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translate(-50%); /*位置調整*/

  background-color: #666666; /*下線の色*/

}

/* schedule */

main.joblooking .schedule {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 10% 0;

}

main.joblooking .schedule ol {

  padding: 35px 0;

}

main.joblooking .schedule ol li {

  display: flex;

  align-items: center;

  background: #f5f7fa;

  padding: 30px 20px;

  gap: 2%;

}

main.joblooking .schedule ol li:nth-of-type(even) {

  background: #fff;

}

main.joblooking .schedule ol li:nth-of-type(even) .num {

  background: #f5f7fa;

}

main.joblooking .schedule ol li .num {

  background: #fff;

  border-radius: 50%;

  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

}

main.joblooking .schedule ol li .num p {

  width: 50%;

  line-height: 1;

}

main.joblooking .schedule ol li .txt-con {

  width: 88%;

}

main.joblooking .schedule ol li .txt-con h3 {

  font-weight: 500;

  font-size: 1.2rem;

  margin-bottom: 10px;

}

main.joblooking .schedule ol li .txt-con p {

  font-size: 18px;

}

main.joblooking .joblookbtn {

  width: 50%;

  margin: 0 auto;

}

main.joblooking .joblookbtn a {

  background: #1c7cff;

  color: #fff;

  border: 2px solid #1c7cff;

  font-weight: 400;

  letter-spacing: 1px;

  padding: 17px 0;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 10px;

  border-radius: 999px;

  font-size: 1.06rem;

  transition: 0.4s;

}

main.joblooking .joblookbtn a:hover {

  background: #fff;

  color: #1c7cff;

}

main.joblooking .joblookbtn a::after {

  content: "";

  background: url(../img/search-btn-app.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 23px;

  height: 23px;

  transition: 0.4s;

}

main.joblooking .joblookbtn a:hover::after {

  background: url(../img/search-btn-app-bl.svg) no-repeat;

  background-size: contain;

  background-position: center;

}



/* selection */

main.joblooking .selection {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding-bottom: 10%;

}

main.joblooking .selection dl {

  margin-top: 35px;

}

main.joblooking .selection dl div {

  border-bottom: 1px solid #ccc;

  padding: 20px 0;

}

main.joblooking .selection dl div:nth-of-type(1) {

	padding-top: 0;

}

main.joblooking .selection dl dt {

  text-align: center;

  width: 10%;

  padding: 5px 0;

  background: #f0911d;

  color: #fff;

  font-size: 1.3rem;

  margin-bottom: 15px;

  font-weight: 400;

}

main.joblooking .selection p {

  margin-top: 25px;

}



#qa{

	  scroll-margin-top: 150px;

	  display: block;

}



/* question */

main.joblooking .question {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 0 0 10%;

}

/*アコーディオン全体*/

main.joblooking .question .accordion-area {

  display: flex;

  flex-direction: column;

  gap: 5px 0;

  margin-top: 35px;

}



/*アコーディオンタイトル*/

main.joblooking .question .title {

  position: relative; /*+マークの位置基準とするためrelative指定*/

  cursor: pointer;

  font-size: 1rem;

  font-weight: normal;

  padding: 2% 50px 2% 2%;

  transition: all 0.5s ease;

  background: #f5f7fa;

}



/*アコーディオンタイトルのQ*/

main.joblooking .question .title span {

  display: flex;

  align-items: center;

  gap: 0 23px;

}

main.joblooking .question .title span::before {

  content: "";

  background: url(../img/joblooking-qa-q.svg) no-repeat;

  background-size: contain;

  width: 28px;

  height: 18px;

}



/*アイコンの＋と×*/

main.joblooking .question .title::before,

main.joblooking .question .title::after {

  position: absolute;

  content: "";

  width: 15px;

  height: 3px;

  background-color: #1e50a2;

  border-radius: 5px;

}

main.joblooking .question .title::before {

  top: 48%;

  right: 30px;

  transform: rotate(0deg);

}

main.joblooking .question .title::after {

  top: 48%;

  right: 30px;

  transform: rotate(90deg);

}



/*　closeというクラスがついたら形状変化　*/

main.joblooking .question .title.close::before {

  transform: rotate(45deg);

}

main.joblooking .question .title.close::after {

  transform: rotate(-45deg);

}



/*アコーディオンで現れるエリア*/

main.joblooking .question .box {

  display: none; /*はじめは非表示*/

  background: #fff;

  /* margin: 0 3% 3% 3%; */

  padding: 2%;

}

/* アコーディオンで現れるエリアのA */

main.joblooking .question .box p {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

main.joblooking .question .box p::before {

  content: "";

  background: url(../img/joblooking-qa-a.svg) no-repeat;

  background-size: contain;

  width: 26px;

  height: 17px;

}

main.joblooking .question .box p span {

  width: 95%;

}

main.joblooking .question .box p a {

  color: #1e50a2;

  border-bottom: 1px solid #1e50a2;

  transition: 0.4s;

}

main.joblooking .question .box p a:hover {

  border-bottom: 1px solid #fff;

}

/* jobdetail

-------------------------------------------------------------------------*/

main.jobdetail + footer {

  padding-bottom: 8%;

}

main.jobdetail .jobresult-cnt {

  position: relative;

  padding: 6% 0;

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 5% auto 0;

}

main.jobdetail .jobresult-cnt::before {

  background: #e8f6ff;

  top: 0;

  right: 0;

  height: 100%;

  content: "";

  position: absolute;

  z-index: -1;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

}

main.jobdetail .search-cnt {

  box-shadow: none;

  margin-bottom: 0;

}

main.jobdetail .search-cnt .search-btn .app a {

  background: linear-gradient(135deg, #ffc400, #f09124 40%, #f09124 60%, #ffc400);

  background-position: 0 50%;

  background-size: 200% auto;

}

main.jobdetail .search-cnt .search-btn .app a:hover {

  background-position: 100% 50%;

}

main.jobdetail .search-cnt .search-btn .app a::after {

  content: "";

  background: url(../img/mail-logo-wh.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 23px;

  height: 15px;

}

main.jobdetail .jobdetail {

  padding: 5% 0;

}

main.jobdetail .jobdetail > div {

  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #d1cfcf;

  padding: 20px 0;

}

main.jobdetail .jobdetail > div:nth-of-type(1) {

  padding-top: 0;

}

main.jobdetail .jobdetail > div dt {

  width: 15%;

  font-weight: 500;

}

main.jobdetail .jobdetail > div dd {

  width: 80%;

}

main.jobdetail .jobdetail .contact .caution {

  margin: 20px 0;

}

main.jobdetail .jobdetail .contact .caution {

  display: flex;

  align-items: flex-start;

}

main.jobdetail .jobdetail .contact .caution::before {

  content: "※";

}

main.jobdetail .jobdetail .contact .caution:last-of-type {

  margin-bottom: 0;

}

main.jobdetail .jobdetail .contact .flow .flow-ttl {

  margin-bottom: 10px;

}

main.jobdetail .jobdetail .contact .flow .flow-ol li::after {

  content: "↓";

  display: block;

  padding-left: 4em;

}

main.jobdetail .jobdetail .contact .flow .flow-ol li:last-of-type::after {

  display: none;

}

main.jobdetail .recom {

  display: flex;

  flex-wrap: wrap;

  gap: 15px 10px;

}

main.jobdetail .recom li {

  color: #1c7cff;

  border: 2px solid #1c7cff;

  background: #fff;

  text-align: center;

  padding: 10px 20px;

  border-radius: 999px;

}

main.jobdetail .flotbtn {

  width: 100%;

  background: #00000040;

  position: fixed;

  bottom: 0;

  left: 0;

  padding: 10px 0;

  z-index: 999;

  display: flex;

  justify-content: center;

  gap: 0 20px;

}

main.jobdetail .flotbtn p:nth-of-type(2) {

  width: 30%;

}

main.jobdetail .flotbtn p.keep-mod {

	width: 17%;

}

main.jobdetail .flotbtn p.keep-mod a {

  background: #fff;

  border: 2px solid #ffa700;

  color: #ffa700;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 10px;

}

main.jobdetail .flotbtn p.keep-mod a::before {

  content: "";

  background: url(../img/search-btn-keep.svg) no-repeat;

  background-size: contain;

  width: 18px;

  height: 18px;

}

main.jobdetail .flotbtn a {

  background: linear-gradient(135deg, #ffc400, #f09124 40%, #f09124 60%, #ffc400);

  background-position: 0 50%;

  background-size: 200% auto;

  color: #fff;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

  border: 2px solid #f5a01d;

  padding: 17px 0;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 10px;

  border-radius: 999px;

  font-size: 1.06rem;

}

main.jobdetail .flotbtn a:hover {

  background-position: 100% 50%;

}

main.jobdetail .flotbtn p:nth-of-type(2) a::after {

  content: "";

  background: url(../img/mail-logo-wh.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 23px;

  height: 15px;

}

main.jobdetail .jobpick {

  padding: 3% 0 6%;

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.jobdetail .jobpick h2 {

  text-align: center;

}

main.jobdetail .jobpick ul {

  display: flex;

  justify-content: space-between;

  padding-top: 5%;

}

main.jobdetail .jobpick ul li {

  width: 23%;

}

main.jobdetail .jobpick ul li a {

  display: block;

  transition: 0.6s;

}

main.jobdetail .jobpick ul li .ttl {

  transition: 0.6s;

  background: linear-gradient(transparent 95%, #000000 0%);

  display: inline;

  background-position: 0 50%;

  background-size: 200% auto;

}

main.jobdetail .jobpick ul li .wage {

  display: flex;

  gap: 0 3px;

  margin-top: 5px;

}

main.jobdetail .jobpick ul li .wage::before {

  content: "";

  background: url(../img/search-icon03.svg) no-repeat;

  background-size: contain;

  background-position: center center;

  width: 18px;

  height: 22px;

}

main.jobdetail .jobpick ul li .wage span {

  font-size: 14px;

}

main.jobdetail .jobpick ul li .wage .wage-mn {

  color: #f0911d;

  font-weight: 500;

}

/* jobresult

-------------------------------------------------------------------------*/

main.jobresult .search {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.jobresult + footer {

  padding-bottom: 8%;

}

main.jobresult .search p {

  font-weight: 500;

  text-align: center;

}

main.jobresult .search .no-result-btn {

  width: 35%;

  margin: 0 auto;

  padding-top: 5%;

}

main.jobresult .search .no-result-btn a {

  background: #3e3e3e;

  color: #fff;

  border: 2px solid #3e3e3e;

  border-radius: 999px;

  padding: 15px 0;

  font-size: 1.06rem;

  font-weight: 400;

  letter-spacing: 1px;

  transition: 0.4s;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 10px;

}

main.jobresult .search .no-result-btn a:hover {

  background: #fff;

  color: #3e3e3e;

}

main.jobresult .search .no-result-btn a::after {

  content: "";

  background: url(../img/search-btn-job.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 13px;

  height: 14px;

  transition: 0.4s;

}

main.jobresult .search .no-result-btn a:hover::after {

  background: url(../img/search-btn-job-h.svg) no-repeat;

  background-size: contain;

  background-position: center;

}

main.jobresult .aboutcam {

  padding-top: 10%;

}



/* worker

-------------------------------------------------------------------------*/

main.worker {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.worker .mainttl {

  width: 100%;

}

/* タブの形状 */

.tab_menu {

  display: flex;

  justify-content: center;

  border-bottom: 1px solid #000;

  padding: 7% 0 0;

}

.tab_menu li {

  display: block;

  text-align: center;

  position: relative;

  font-weight: 500;

  width: 18%;

  cursor: pointer;

}

main.underlayer .list li a {

  width: 100%;

  padding: 20px 0;

  border-bottom: 1px solid #ccc;

}

/* selectedがついたとき */

main.underlayer .list {

  padding: 3% 0 5%;

}

.tab_menu li.selected,

.tab_menu li.selected a {

  color: #1e50a2;

}

.tab_menu li li.selected {

  color: #1e50a2;

  padding-bottom: 5px;

}

.tab_menu li.selected::before {

  content: "";

  position: absolute;

  bottom: -2px;

  left: 0;

  display: block;

  width: 100%;

  height: 3px;

  background-color: #1e50a2;

  z-index: 1;

  transition: 0.4s;

  transform: translateX(-50%);

  animation-fill-mode: both;

  animation-delay: 0s;

  animation-duration: 0.5s;

  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-name: openOverNav;

}

/* SP時のセレクトボックス */

.tab_menu li.selected::after {

  content: "";

  width: 7px;

  height: 7px;

  background: #2e5cbc;

  border-radius: 50%;

  position: absolute;

  bottom: -15px;

  left: 50%;

  z-index: 1;

  transform: translateX(-50%);

  animation-fill-mode: both;

  animation-delay: 0s;

  animation-duration: 0.5s;

  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  animation-name: openOverNav;

}



.select_menu_container {

  text-align: center;

}

.select_menu {

  padding: 10px;

  margin: 0 auto 0.8em;

  cursor: pointer;

  font-size: 125%;

  border-radius: 0;

  outline: none;

  width: 100%;

}

.tab_panel {

  overflow: hidden;

  height: 0;

  opacity: 0;

}

.tab_panel.is-show {

  overflow: visible;

  height: auto;

  opacity: 1;

  transition: opacity 0.4s ease-in-out;

}

@media screen and (min-width: 641px) {

  .select_menu_container {

    display: none;

  }

}

@media screen and (max-width: 640px) {

  .tab_menu {

    display: none;

  }

}



/* information

-------------------------------------------------------------------------*/

main.information {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto 10%;

}

main.information .mainttl {

  width: 100%;

}

main.information .list {

  padding-bottom: 3%;

}



/* seeker-single

-------------------------------------------------------------------------*/

main.seeker-single {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding-bottom: 10%;

}

main.seeker-single .mainttl {

  width: 100%;

}

.blog {

  padding: 3% 0 5%;

}

.blog h2 {

  font-size: 1.55rem;

  font-weight: 500;

  font-family: source-han-sans-japanese, sans-serif;

  font-style: normal;

  border-bottom: 1px solid #ccc;

  padding-bottom: 20px;

  margin-bottom: 20px;

  position: relative;

}

.blog p.date {

  color: #a0a0a0;

  font-size: 17px;

  margin-bottom: 30px;

}

.blog .blog-cintent p {

  margin: 20px 0;

}

.blog .blog-cintent strong {

  font-weight: bold;

}

.blog .blog-cintent a {

  /*display: block;*/

  color: #1e50a2;

  width: fit-content;

  border-bottom: 1px solid #1e50a2;

  transition: 0.4s;

}

.blog .blog-cintent a:hover {

  border-bottom: 1px solid #fff;

}

.look {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.look .lookbtn {

  display: block;

  text-align: center;

  transition: 0.4s;

  border-radius: 999px;

  font-size: 17px;

  padding: 12px 0;

  width: 30%;

  margin: 0 auto;

  color: #fff;

  background: #1e50a2;

  border: 1px solid #1e50a2;

}

.look .lookbtn:hover {

  background: #fff;

  color: #1e50a2;

}

.look .prev,

.look .next {

  transition: 0.4s;

  font-size: 17px;

  font-weight: 500;

  display: flex;

  align-items: center;

  gap: 0 10px;

  line-height: 1;

}

.look .prev::before,

.look .next::after {

  content: "";

  background: url(../img/f-arrow.svg) no-repeat;

  width: 25px;

  height: 25px;

  transition: 0.3s;

}

.look .prev::before {

  transform: rotate(-180deg);

}

.look .prev:hover,

.look .next:hover {

  color: #1e50a2;

}



/* company

-------------------------------------------------------------------------*/

main.company .com,

main.company .history {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.company .com {

  padding: 3% 0 8%;

}

main.company .com dl {

  padding-bottom: 3%;

}

main.company .history {

  padding: 0 0 10%;

}

main.company .com a {

  transition: 0.4s;

  border-bottom: 1px solid #000;

}

main.company .com a:hover {

  border-bottom: 1px solid #fff;

}

main.company .com dl div,

main.company .history dl div {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 20px 0;

  border-bottom: 1px solid #ccc;

}

main.company .com dl div:nth-of-type(1),

main.company .history dl div:nth-of-type(1) {

	padding-top: 35px;	

}

main.company .com dl dt,

main.company .history dl dt {

  text-align: end;

  width: 15%;

}

main.company .com dl dd,

main.company .history dl dd {

  width: 75%;

}

main.company .com .btn {

  display: flex;

  justify-content: end;

  align-items: center;

}

main.company .com .btn a {

  width: fit-content;

}



/* bases

-------------------------------------------------------------------------*/

main.bases .mainttl {

  width: 100% !important;

}

main.bases {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.bases dl {

  display: flex;

  flex-direction: column;

  padding: 5% 0 10%;

}

main.bases dl div {

  display: flex;

  justify-content: space-between;

  padding-bottom: 7%;

}

main.bases dl div:last-of-type {

  padding-bottom: 0;

}

main.bases dl dt {

  width: min(220/640*100vw,220px);

  font-weight: 500;

  font-size: min(28/640*100vw,28px);

}

main.bases dl dd {

  width: 70%;

}

main.bases dl dd ul {

  font-size: 1.1rem;

}

main.bases dl a {

  width: 100%;

  color: #1e50a2;

  position: relative;

  margin-left: 20px;

  border-bottom: 1px solid #1e50a2;

  /* display: flex; */

  align-items: center;

  background-image: linear-gradient(90deg, #1e50a2, #1e50a2);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: 0 1px;

  transition: 0.4s;

}

main.bases dl a::before {

  content: "";

  background: url(../img/map-icn.svg) no-repeat;

  background-size: contain;

  width: 13px;

  height: 16px;

  transition: 0.3s;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: -20px;

}

main.bases dl a:hover {

  border-bottom: 1px solid #fff;

}

main.bases .group {

  max-width: 1100px;

  margin: 0 auto;

  position: relative;

  padding: 7% 0;

}

main.bases .group::after {

  content: "";

  background: url(../img/com-gr-bg.jpg) no-repeat;

  background-size: cover;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

  position: absolute;

  top: 0;

  right: 0;

  height: 100%;

  z-index: -1;

}

main.bases .group .group-cnt {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 20px 0;

  padding-top: 7%;

}

main.bases .group .group-box {

  width: 48%;

  background: #fff;

  padding: 3%;

}

main.bases .group figure {

  width: 50%;

  margin: 0 auto 30px;

}

main.bases .group h3 {

  font-weight: 500;

  font-size: 1.1rem;

  margin-bottom: 10px;

}

main.bases .group h4 {

  font-size: 1em;

  font-weight: 500;

}

main.bases .group .gr-map:nth-of-type(2) {

  margin-top: 20px;

}

main.bases .group .gr-map ul {

  font-size: 15px;

  margin-top: 5px;

}

main.bases .group .gr-map a {

  width: 100%;

  color: #1e50a2;

  position: relative;

  margin-left: 20px;

  border-bottom: 1px solid #1e50a2;

  /* display: flex; */

  align-items: center;

  background-image: linear-gradient(90deg, #1e50a2, #1e50a2);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: 0 1px;

  transition: 0.4s;

}

main.bases .group .gr-map a::before {

  content: "";

  background: url(../img/map-icn.svg) no-repeat;

  background-size: contain;

  width: 13px;

  height: 16px;

  transition: 0.3s;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: -20px;

}

main.bases .group .gr-map a:hover {

  border-bottom: 1px solid #fff;

}



/* policy

-------------------------------------------------------------------------*/

main.policy .policy-cnt {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

  gap: 30px 0;

  padding: 5% 0 10%;

}



/* about

-------------------------------------------------------------------------*/

main.margin .margin-cnt {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.margin .margin-cnt {

  padding: 5% 0 10%;

}

main.margin .margin-cnt p {

  padding-bottom: 3%;

}

main.margin .margin-cnt dl {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}

main.margin .margin-cnt dl div {

  width: 48%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 20px 0;

  border-bottom: 1px solid #ccc;

}

main.margin .margin-cnt dl dt {

  width: 25%;

}

main.margin .margin-cnt dl dd:nth-of-type(1) {

  width: 55%;

}

main.margin .margin-cnt dl dd:nth-of-type(2) {

  text-align: end;

  width: 15%;

}

main.margin .margin-cnt dl dd:nth-of-type(2) a {

  display: block;

  background: #1e50a2;

  border: 1px solid #1e50a2;

  color: #fff;

  text-align: center;

  padding: 3px 0;

  transition: 0.4s;

}

main.margin .margin-cnt dl dd:nth-of-type(2) a:hover {

  color: #1e50a2;

  background: #fff;

}



/* privacy

-------------------------------------------------------------------------*/

main.privacy section {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 2.5% 0;

}

main.privacy section:last-of-type {

  padding-bottom: 10%;

}

main.privacy section h2 {

  font-size: 1.9rem;

  border-bottom: 1px solid #ccc;

  padding: 0 0 10px;

  margin: 0 0 30px;

}

main.privacy .policy ol {

  padding-left: 1em;

  margin: 20px 0;

  display: flex;

  flex-direction: column;

  gap: 20px 0;

}

main.privacy .policy ol li {

  list-style: decimal;

}

main.privacy .policy .cnt p {

  font-weight: 500;

  font-style: 18px;

  margin-bottom: 10px;

}

main.privacy .policy .cnt ul {

  display: flex;

  flex-direction: column;

  gap: 10px 0;

}

main.privacy .policy .right {

  text-align: end;

  margin-top: 30px;

}

main.privacy .handling .ttl {

  font-size: 1.4rem;

  font-weight: 500;

  margin-bottom: 10px;

}

main.privacy .handling .normal {

  margin-bottom: 30px;

}

main.privacy .handling > ol {

  display: flex;

  flex-direction: column;

  gap: 50px 0;

}

main.privacy .handling ol li ul {

  display: flex;

  flex-direction: column;

  gap: 20px 0;

}

main.privacy .handling ol li ul:last-of-type {

  gap: 10px 0;

}

main.privacy .handling .subttl {

  font-size: 18px;

}

main.privacy .handling dl {

  display: flex;

  flex-direction: column;

  gap: 20px 0;

  margin-bottom: 20px;

}

main.privacy .handling dl dt {

  font-size: 18px;

}

main.privacy .mark-cnt {

  display: flex;

  justify-content: space-between;

}

main.privacy .mark-cnt .mark-txt {

  width: 87%;

}

main.privacy .mark-cnt .mark-img {

  width: 10%;

}

main.privacy a {

  display: flex;

  align-items: center;

  gap: 0 5px;

}

main.privacy section a::after {

  content: "";

  background: url(../img/link-icn.svg) no-repeat;

  background-size: contain;

  background-position: center;

  width: 14px;

  height: 14px;

}

main.privacy a.p-info {

  margin-top: 10px;

}

main.privacy .privacymark a::after {

  display: none;

}



/* csr

-------------------------------------------------------------------------*/

main.csr .csr-cnt {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 3% 0 0;

}

main.csr .csr-cnt p {

  margin-bottom: 30px;

}

main.csr .csr-cnt h2 {

  font-size: 1em;

  font-weight: 400;

  margin-bottom: 20px;

}

main.csr .csr-cnt h3 {

  font-size: 1em;

  font-weight: 400;

  margin-bottom: 5px;

}

main.csr .csr-cnt ul {

  padding-left: 1.5em;

}

main.csr .csr-cnt ul li {

  list-style: disc;

}

main.csr .csr-cnt section {

  margin-bottom: 50px;

}

main.csr .csr-cnt section:last-of-type {

  margin-bottom: 10%;

}

main.csr .csr-cnt div {

  margin-bottom: 20px;

}

main.csr .csr-cnt div:last-of-type {

  margin-bottom: 0;

}



/* service

-------------------------------------------------------------------------*/

main.service {

  padding-bottom: 10%;

}

main.service .service-inner {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding: 5% 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 50px 0;

}

main.service .service-inner .service-cnt {

  width: 48%;

  display: flex;

  flex-direction: column;

  gap: 30px 0;

}

main.service .service-inner .service-cnt figure {

  width: 80%;

  margin: 0 auto;

}

main.service .service-inner .service-cnt .service-txt {

  background: #f5f7fa;

  padding: 20px;

  height: 100%;

}

main.service .service-inner .service-cnt .service-txt h3 {

  text-align: center;

  color: #1e50a2;

  border-bottom: 1px solid #1e50a2;

  padding-bottom: 5px;

  margin-bottom: 20px;

}

main.service .service-inner .service-cnt .service-txt p {

  font-size: 17px;

}

main.service .service-inner .service-cnt .service-txt .btn-box {

  margin-top: 10px;

}

main.service .service-inner .service-cnt .service-txt .btn a::before {

  background-size: contain;

  width: 20px;

  height: 20px;

  left: -30px;

}

main.service .service-inner .service-cnt .service-txt .btn a {

  font-size: 15px;

  font-weight: 500;

  margin-left: 30px;

}

main.service .industry {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.service .industry > p {

  margin: 35px 0 30px;

}

main.service .industry ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 40px 0;

}

main.service .industry ul li {

  width: 32%;

}

main.service .industry ul li .industry-txt {

  text-align: center;

  font-size: 1.25rem;

}



/* careerup

-------------------------------------------------------------------------*/

main.careerup .support {

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 6% auto;

  max-height: 410px;

}

main.careerup .support .support-txt {

  width: 55%;

}

main.careerup .support .support-txt p {

  margin: 35px 0 20px;

}

main.careerup .support .support-txt ul {

  background: #f5f7fa;

  padding: 20px;

  display: flex;

  gap: 5px 0;

  flex-wrap: wrap;

}

main.careerup .support .support-txt ul li {

  list-style: disc;

  white-space: nowrap;

  font-weight: 500;

  margin-left: 1em;

  width: 45%;

}

main.careerup .support .support-txt ul .list-end{

  list-style: none;

  text-align: right;

}

@media screen and (max-width: 980px) {

  main.careerup .support .support-txt ul {

    display: block;

  }

  main.careerup .support .support-txt ul li {

    width: 100%;

  }

  main.careerup .support .support-txt ul .list-end {

    padding-right: 10%;

  }

}

main.careerup .support .support-img {

  width: 48%;

  margin-right: calc(50% - 50vw);

  flex: 0.9;

  line-height: 0;

}

main.careerup .learning {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding-bottom: 10%;

}

main.careerup .learning > p {

  padding: 35px 0 30px;

}

main.careerup .learning ul {

  display: flex;

  flex-wrap: wrap;

  gap: 30px 2.5%;

}

main.careerup .learning ul li {

  width: 18%;

}

main.careerup .learning ul li .learning-img {

  width: 70%;

  margin: 0 auto;

}

main.careerup .learning ul li .learning-txt {

  text-align: center;

  font-weight: 500;

}



/* forbusiness

-------------------------------------------------------------------------*/

/*tabの形状*/

main.forbusiness .tab {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 6% auto;

}

main.forbusiness .tab li {

  width: 24%;

}

main.forbusiness .tab li a {

  display: block;

  background: #fff;

  border: 2px solid #1e50a2;

  color: #1e50a2;

  text-align: center;

  padding: 10px 0;

  font-weight: 500;

  font-size: 1.4rem;

}

/*liにactiveクラスがついた時の形状*/

main.forbusiness .tab li.active a {

  background: #1e50a2;

  color: #fff;

}

/*エリアの表示非表示と形状*/

main.forbusiness .area {

  display: none; /*はじめは非表示*/

  opacity: 0; /*透過0*/

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

  padding-bottom: 10%;

}

/*areaにis-activeというクラスがついた時の形状*/

main.forbusiness .area.is-active {

  display: block; /*表示*/

  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/

  animation-duration: 2s;

  animation-fill-mode: forwards;

}

@keyframes displayAnime {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

main.forbusiness .area .sub-ttl {

  padding: 3% 0 4%;

}

main.forbusiness .area .sub-ttl h3 {

  font-size: 1.3rem;

  font-weight: 500;

  margin-bottom: 7px;

}

main.forbusiness .area .numbers {

  display: flex;

  flex-direction: column;

  gap: 5px 0;

}

main.forbusiness .area .numbers li {

  display: flex;

  align-items: center;

  background: #f5f7fa;

  padding: 10px 20px;

  gap: 2%;

}

main.forbusiness .area .numbers li .num {

  background: #fff;

  border-radius: 50%;

  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  line-height: 1;

}

main.forbusiness .area .numbers li .num-txt {

  width: 88%;

  display: flex;

  align-items: center;

  gap: 0 30px;

}

main.forbusiness .area .numbers li .num-txt h4 {

  font-size: 1.3rem;

  font-weight: 500;

  word-break: keep-all;

}

main.forbusiness .area .numbers li:nth-child(2) {

  background: #e6ebf4;

}

main.forbusiness .area .numbers li:nth-child(3) {

  background: #d7e0ee;

}

main.forbusiness .area .numbers li:nth-child(4) {

  background: #c8d4e8;

}

main.forbusiness .area .numbers li:nth-child(5) {

  background: #b9c8e1;

}

main.forbusiness .area .numbers li:nth-child(6) {

  background: #aabcdb;

}

main.forbusiness .area .numbers li:nth-child(7) {

  background: #9bb1d5;

}

main.forbusiness .area .numbers li:nth-child(8) {

  background: #8ca5cf;

}

main.forbusiness .area .dispatch-cnt {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 30px 0;

  padding: 10% 0 0;

}

main.forbusiness .area .dispatch-cnt li {

  width: 32%;

}

main.forbusiness .jobcontent {

	width: 100%;

	padding-top: 10%;

}

main.forbusiness .area .dispatch-cnt .dispatch-ttl {

  text-align: center;

  font-size: 1.1rem;

  font-weight: 500;

  padding-bottom: 7px;

  margin-bottom: 10px;

  position: relative;

}

main.forbusiness .area .dispatch-cnt .dispatch-ttl::before {

  content: "";

  position: absolute;

  left: 50%;

  bottom: 0px; /*下線の上下位置調整*/

  display: inline-block;

  width: 80px; /*下線の幅*/

  height: 2px; /*下線の太さ*/

  -moz-transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translate(-50%); /*位置調整*/

  background-color: #000; /*下線の色*/

}

main.forbusiness .area .dispatch-cnt .dispatch-txt {

  text-align: center;

}

main.forbusiness .area .introduction {

  display: flex;

  justify-content: space-between;

  padding: 5% 0 0;

}

main.forbusiness .area .introduction div {

  width: 48%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 20px 0;

  border-bottom: 1px solid #ccc;

}

main.forbusiness .area .introduction div dt {

  width: 80%;

}

main.forbusiness .area .introduction div dd {

  width: 15%;

  text-align: end;

}

main.forbusiness .area .introduction div dd a {

  display: block;

  background: #1e50a2;

  border: 1px solid #1e50a2;

  color: #fff;

  text-align: center;

  padding: 3px 0;

  transition: 0.4s;

}

main.forbusiness .area .introduction div dd a:hover {

  color: #1e50a2;

  background: #fff;

}

main.forbusiness .area .base {

  padding: 7% 0 0;

}

main.forbusiness .area .base .base-inner {

  display: flex;

  justify-content: space-between;

  padding: 3% 0 0;

}

main.forbusiness .area .base .base-inner .base-cnt {

  width: 49%;

}

main.forbusiness .vid_contents {

  width: 100%;

  text-align: center;

  margin: auto;

}

main.forbusiness video.vid_main {

  width: 100%;

  max-width: 920px;

}

main.forbusiness .area .base .base-inner .base-cnt h3 {

  font-size: 1.1rem;

  font-weight: 500;

  text-align: center;

  margin: 15px 0;

}

main.forbusiness .area .base .base-inner .base-cnt h3 {

  font-size: 1.1rem;

  font-weight: 500;

  text-align: center;

  margin: 15px 0;

}

main.forbusiness .area .base .base-inner .base-cnt h3 span {

  display: block;

  text-align: center;

  font-size: 0.8em;

}

main.forbusiness .area .business-inner {

  display: flex;

  justify-content: space-between;

  padding: 0 0 5%;

}

main.forbusiness .area .business-inner li {

  width: calc(100% / 3);

  border-right: 1px solid #ccc;

  padding: 2% 0;

}

main.forbusiness .area .business-inner li:nth-of-type(1) {

  padding-right: 3%;

}

main.forbusiness .area .business-inner li:nth-of-type(2) {

  padding-right: 2%;

  padding-left: 2%;

}

/* main.forbusiness .area .business-inner li:nth-of-type(3) {

  padding-right: 2%;

  padding-left: 2%;

} */

main.forbusiness .area .business-inner li:nth-of-type(3) {

  padding-left: 3%;

  border-right: 0;

}

/* main.forbusiness .area .business-inner li:nth-of-type(4) {

  padding-left: 3%;

  border-right: 0;

} */

main.forbusiness .area .business-inner .busi-num-inner {

  display: flex;

  align-items: center;

  gap: 0 10px;

  padding-bottom: 30px;

}

main.forbusiness .area .business-inner .busi-num-inner .busi-num-ttl {

  font-size: 1.2rem;

  font-weight: 600;

}

main.forbusiness .area .business-inner .busi-num-inner .busi-num-ttl span {

  display: block;

  font-size: 1.2rem;

  font-weight: 600;

  border-bottom: 1px solid #000;

  width: fit-content;

}



/* recruitment

-------------------------------------------------------------------------*/

main.recruitment {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.recruitment .mainttl {

  width: 100%;

}

main.recruitment .recruitment-ttl {

  margin: 5% auto;

  font-size: 2.3rem;

}

main.recruitment .message .message-cnt {

  display: flex;

  justify-content: space-between;

  gap: 0 20px;

  padding-bottom: 5%;

}

main.recruitment .message .message-cnt .message-txt .message-ttl {

  font-size: 1.8rem;

  margin: 4% 0 6%;

}

main.recruitment .message .message-cnt .message-txt {

  line-height: 2;

  font-size: 1.1em;

}

main.recruitment .work {

  position: relative;

}

main.recruitment .work::after {

  background: #e8f6ff;

  top: 20%;

  right: 0;

  height: 60%;

  content: "";

  position: absolute;

  z-index: -1;

  margin: 0 calc(50% - 50vw);

  width: 70vw;

}

main.recruitment .work .work-cnt {

  display: flex;

  justify-content: space-between;

  padding: 4% 0 0;

  position: relative;

}

main.recruitment .work .work-cnt:first-of-type::before {

  content: "";

  background: url(../img/recruit-work01-deco.svg) no-repeat;

  background-size: contain;

  width: 30%;

  height: 200px;

  position: absolute;

  top: 20px;

  right: 40%;

}

main.recruitment .work .work-cnt:last-of-type::before {

  content: "";

  background: url(../img/recruit-work02-deco.svg) no-repeat;

  background-size: contain;

  width: 50%;

  height: 240px;

  position: absolute;

  bottom: -70px;

  left: 0;

}

main.recruitment .work .work-cnt:last-of-type {

  flex-flow: row-reverse;

  position: relative;

}

main.recruitment .work .work-cnt .work-img {

  width: 35%;

  line-height: 0;

}

main.recruitment .work .work-cnt:first-of-type .work-txt {

  margin-top: 9%;

}

main.recruitment .work .work-cnt:last-of-type .work-txt {

  margin-top: 5%;

}

main.recruitment .work .work-cnt .work-txt {

  width: 61%;

  position: relative;

  z-index: 1;

}

main.recruitment .work .work-cnt .work-txt h3 {

  font-size: 1.8rem;

  font-weight: 500;

  margin: 0 0 20px 0;

}

main.recruitment .work .work-cnt .work-txt .work-btn {

  width: 35%;

  margin-top: 20px;

}

main.recruitment .work .work-cnt .work-txt .work-btn a {

  display: block;

  text-align: center;

  color: #fff;

  background: #000;

  font-size: 1rem;

  padding: 12px 0;

  transition: 0.4s;

  border: 1px solid #000;

}

main.recruitment .work .work-cnt .work-txt .work-btn a:hover {

  background: #fff;

  color: #000;

}



main.recruitment .interview {

  display: flex;

  flex-direction: column;

  gap: 60px 0;

  padding: 10.5% 0 10%;

}

main.recruitment .interview .int-fl {

  display: flex;

  justify-content: space-between;

}

main.recruitment .interview .int-inner {

  width: 48%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

main.recruitment .interview h3 {

  font-size: 2rem;

  font-weight: 500;

  line-height: 1.2;

  margin-bottom: 5%;

}

main.recruitment .interview h3 span {

  display: block;

  font-size: 0.5em;

  font-family: apotek, sans-serif;

  font-weight: 500;

  font-style: normal;

  letter-spacing: 1px;

  color: #1e50a2;

}

main.recruitment .interview .int-cnt p {

  margin-bottom: 1.5em;

}

main.recruitment .interview .int-cnt p:last-of-type {

  margin-bottom: 0;

}

main.recruitment .interview .int-name {

  text-align: end;

  font-weight: 500;

  border-top: 1px solid #000;

  margin-top: 20px;

  padding-top: 15px;

}

main.recruitment .interview .int-name span {

  color: #1e50a2;

  font-size: 1.2rem;

  margin-left: 0.5em;

}

main.recruitment .change {

  display: flex;

  justify-content: space-between;

  padding-bottom: 10%;

}

main.recruitment .change .change-txt {

  width: 55%;

}

main.recruitment .change .change-img {

  width: 41%;

}

main.recruitment .change .change-txt p {

  margin-top: 6%;

}

main.recruitment .recruit {

  padding-bottom: 10%;

}

main.recruitment .recruit .list {

  padding: 0;

}

main.recruitment .recruit dl {

  padding-top: 3%;

}

main.recruitment .recruit dl .recruit-cnt {

  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #ccc;

  padding: 30px 0;

}

main.recruitment .recruit .tab_menu {

  padding: 4% 0 0;

}

main.recruitment .recruit dl dt {

  width: 15%;

  text-align: end;

  font-weight: 500;

}

main.recruitment .recruit dl dd {

  width: 76%;

}

main.recruitment .recruit dl dd div {

  margin-bottom: 1em;

}

main.recruitment .recruit dl dd div:last-of-type {

  margin-bottom: 0;

}

main.recruitment .recruit dl dd div ul {

  padding-left: 1.5em;

}

main.recruitment .recruit dl dd div ul li {

  list-style: disc;

}

main.recruitment .recruit .tyui {

  margin-top: 20px;

}

main.recruitment .flow {

  padding-bottom: 10%;

}

main.recruitment .flow ol {

  padding: 4% 0 0;

}

main.recruitment .flow ol li {

  display: flex;

  align-items: center;

  background: #f5f7fa;

  padding: 10px 20px;

  gap: 2%;

}

main.recruitment .flow ol li .num {

  background: #fff;

  border-radius: 50%;

  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

}

main.recruitment .flow ol li .num p {

  width: 50%;

  line-height: 1;

}

main.recruitment .flow ol li .txt-con {

  width: 88%;

}

main.recruitment .flow ol li .txt-con p {

  font-size: 1.3rem;

  font-weight: 500;

}

main.recruitment .flow ol li:nth-of-type(even) {

  background: #fff;

}

main.recruitment .flow ol li:nth-of-type(even) .num {

  background: #f5f7fa;

}

main.recruitment .flow .tyui {

  padding-top: 2%;

}



/* LINE登録

---------------------------------------------*/

main.recruitment .line {

	display: flex;

	justify-content: space-between;

	padding: 10% 0;

}

main.recruitment h2 {

    display: flex;

    flex-wrap: wrap;

}

main.recruitment h2 span {

	width: 100%;

}

main.recruitment h2 span:nth-of-type(2) {

	color: #fff;

	background: #ff0000;

    border: 3px solid #ff0000;

    border-radius: 999px;

    font-size: 0.7em;

    padding: 0 10px;

    text-align: center;

    display: inline-block;

    font-family: source-han-sans-cjk-ja, sans-serif;

    font-weight: 600;

    font-style: normal;

    line-height: 1.5;

    box-sizing: border-box;

    margin: 0px 0 0 10px;

    width: fit-content;

}

main.recruitment .line .line-txt {

	width: 60%;

}

main.recruitment .line .line-txt .normal {

	margin-top: 20px;

}

main.recruitment .line .line-txt .normal a {

	color: #15B900;

	transition: .4s;

	border-bottom: 1px solid #15b90000;

}

main.recruitment .line .line-txt .normal a:hover {

	border-bottom: 1px solid #15B900;

}

main.recruitment .line .line-txt .line-btn {

	margin-top: 20px

}

main.recruitment .line .line-txt .line-btn a {

	display: block;

	background: #15B900;

	border: 2px solid #15B900;

	border-radius: 999px;

	color: #fff;

	text-align: center;

	width: min(450/767*100dvw,450px);

	padding: 13px 0;

	transition: .4s;

}

main.recruitment .line .line-txt .line-btn a:hover {

	background: #fff;

	color: #15B900;

}

main.recruitment .line .line-img {

	width: 35%;

	display: flex;

	justify-content: space-between;

}

main.recruitment .line .line-img .line-img-qr {

	width: 40%;

	margin-top: 5%;

}

main.recruitment .line .line-img .line-img-qr p {

	text-align: center;

}

main.recruitment .line .line-img .line-img-sp {

	line-height: 0;

	width: 55%;

}



/* マイナビ

---------------------------------------------*/

main.recruitment .mynavi {

  margin-bottom: 10%;

}

main.recruitment .mynavi .mynavi_banner {

  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 100%;

  margin-top: 20px;

}

main.recruitment .mynavi .mynavi_banner a {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 10px;

  width: min(45%,450px);

}

main.recruitment .mynavi .mynavi_banner a img {

  width: 195px;

}

main.recruitment .mynavi .mynavi_banner a .mynavi_btn {

  display: block;

  border-radius: 999px;

  color: #fff;

  text-align: center;

  width: 100%;

  padding: 13px 0;

  transition: .4s;

}

main.recruitment .mynavi .mynavi_banner a:first-of-type .mynavi_btn {

  background: #1e50a2;

  border: 2px solid #1e50a2;

}

main.recruitment .mynavi .mynavi_banner a:last-of-type .mynavi_btn {

  background: #1c7cff;

  border: 2px solid #1c7cff;

}

main.recruitment .mynavi .mynavi_banner a:hover .mynavi_btn {

  background: #fff;

}

main.recruitment .mynavi .mynavi_banner a:hover:first-of-type .mynavi_btn {

  color: #1e50a2;

}

main.recruitment .mynavi .mynavi_banner a:hover:last-of-type .mynavi_btn {

  color: #1c7cff;

}



/* career

-------------------------------------------------------------------------*/

main.career .message .message-cnt {

  padding-bottom: 10%;

}

main.career .work {

  padding-bottom: 10%;

}

main.career .work .work-cnt:last-of-type .work-txt {

  margin-top: 0;

}

main.career .work::after {

  content: none;

}

main.career .work .work-cnt:last-of-type::before {

  content: none;

}

main.career .recruit dl {

  padding-top: 3%;

}

main.career .oubo {

  display: flex;

  margin: 0 calc(50% - 50vw);

  width: 100vw;

}

main.career .oubo p {

  width: 100%;

}

main.career .oubo p a::after {

  content: "";

  background: url(../img/arrow-right.svg) no-repeat, #0000;

  background-size: 20%, 100%;

  background-position: center, center;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 2px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.4s;

}

main.career .oubo p a {

  background: #1e50a2;

  color: #fff;

  /* padding: 10% 0; */

  min-height: 150px;

  font-size: 1.3rem;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0 20px;

  transition: 0.4s;

  border-top: 2px solid #1e50a2;

  border-bottom: 2px solid #1e50a2;

}

main.career .oubo p a:hover {

  background: #fff;

  color: #1e50a2;

}

main.career .oubo p a:hover::after {

  background: url(../img/arrow-right-bl.svg) no-repeat, #0000;

  background-size: 20%, 100%;

  background-position: center, center;

  border: 2px solid #1e50a2;

}

main.career .oubo p a .spview {

  display: none;

}

main.career .oubo p:nth-of-type(2) a {

  background: #fff;

  color: #1e50a2;

}

main.career .oubo p:nth-of-type(2) a::after {

  background: url(../img/arrow-right-bl.svg) no-repeat, #0000;

  background-size: 20%, 100%;

  background-position: center, center;

  border: 2px solid #1e50a2;

}

main.career .oubo p:nth-of-type(2) a:hover {

  background: #1e50a2;

  color: #fff;

}

main.career .oubo p:nth-of-type(2) a:hover::after {

  background: url(../img/arrow-right.svg) no-repeat, #0000;

  background-size: 20%, 100%;

  background-position: center, center;

  border: 2px solid #fff;

}

/* about

-------------------------------------------------------------------------*/

main.about {

  width: calc(90% - 64px);

  max-width: 1100px;

  margin: 0 auto;

}

main.about section {

  padding-bottom: 10%;

}

main.about h2 {

  margin-bottom: 35px;

}

main.about .mainttl {

  width: 100%;

}

main.about .message {

  padding-top: 4%;

}

main.about .message h2 {

  font-size: 2.2rem;

  border-bottom: 1px solid #1c7cff;

  width: fit-content;

  padding-bottom: 10px;

}

main.about .message p {

  line-height: 2;

}

main.about .philosophy p {

  font-size: 1.8rem;

  line-height: 1.5;

}

main.about .management li {

  font-size: 1.4rem;

  font-weight: 500;

  margin-bottom: 10px;

}

main.about .management li:last-of-type {

  margin-bottom: 0;

}

main.about .management figure {

  width: 40%;

  margin: 5% auto 0;

}

main.about .topmessage p {

  line-height: 2;

  margin-bottom: 2em;

}

main.about .topmessage .right {

  text-align: end;

}

div.vid_contents {

  width: 90%;

  text-align: center;

  margin: 0 auto;

}

video.vid_main {

  width: 100%;

}



/* セレクトボタンstyle

-------------------------------------------------------------------------*/

.salary-wrapper .salary-container .form > div > div > div select {

	-moz-appearance: none;

	-webkit-appearance: none;

}

.salary-wrapper .salary-container .form > div > div > div {

	position: relative;

}

.salary-wrapper .salary-container .form > div > div > div::before {

	position: absolute;

    top: 48%;

    right: 1em;

    content: "";

    width: 0.3em;

    height: 0.3em;

    border-left: 1px solid #000;

    border-bottom: 1px solid #000;

    transform: translateY(-50%) rotate(-45deg);

    z-index: 1;

}



/* Mod */

.scroll-adj {

  scroll-margin-top: 18rem;

}



@media screen and (max-width: 412px) {

  .sm-scroll-adj {

    scroll-margin-top: 0rem !important;

  }

}



/* お電話でのお問い合わせ

-------------------------------------------------------------------------*/

main.underlayer.tellcon .mainttl {

	width: 90%;

}

main.tellcon .mainttl {

	width: 90%;

}

main.tellcon .tellcon-cnt {

	width: 90%;

	margin: 0 auto;

	padding: 5% 0 10%;

}

main.tellcon .tellcon-cnt p {

	font-size: 1.2rem;

}

main.tellcon .tellcon-cnt p span {

	display: block;

	font-size: 0.85em;

}

main.tellcon .tellcon-cnt ul li a {

	display: block;

	font-size: 1.5rem;

	font-weight: 500;

	padding: 25px 0;

	border-bottom: 1px solid #CCCCCC;

	transition: .4s;

}

main.tellcon .tellcon-cnt ul li a:hover {

	color: #1e50a2;

}

.tell-f .tell-f-logo {

    width: 10%;

    margin: 0 auto;

}

.tell-f p {

	text-align: center;

	margin: 10px 0;

}

.tell-f small {

	display: block;

	text-align: center;

}

/* 追加

-------------------------------------------------------------------------------*/

.text-ar{/*右揃え*/
text-align: right;
}
.ol_reset ol{
    margin-left: 50px;
    margin-bottom: 30px;
}
.ol_reset ol li{/*ol liのnoneを解除*/
list-style:decimal !important;
}