@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.title-1:before, .title-1:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: currentColor;
  display: block;
}
.title-1:before {
  margin-right: 1.5em;
}
.title-1:after {
  margin-left: 1.5em;
}
.title-1--left {
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}
.title-1--left:before {
  display: none;
}
.title-1--left:after {
  flex: 0 0 2em;
  max-width: 100%;
}
.title-1--right {
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}
.title-1--right:before {
  flex: 0 0 2em;
  max-width: 100%;
}
.title-1--right:after {
  display: none;
}

.title-2 {
  border-left: solid 0.2em #ff942b;
  padding-left: 0.5em;
}

.title-3 {
  padding-left: 1.1em;
  position: relative;
}
.title-3:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.65);
}

.title-hh-1 {
  font-size: min(calc(40px + 20 * (100vw - 320px) / 1180), 60px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 0;
}
.title-hh-1 > .fs-en {
  font-size: 1em;
  line-height: 1;
  display: block;
}
.title-hh-1 > .fs-serif {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
  padding-left: 1em;
}
.title-hh-1--center {
  text-align: center;
  justify-content: center;
}
.title-hh-1--center > .bg-en {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .title-hh-1--center > .bg-en {
    margin-left: 0;
  }
}

.ttl-fs-1 {
  font-size: min(calc(20px + 8 * (100vw - 320px) / 1180), 28px);
}

.ttl-fs-2 {
  font-size: min(calc(20px + 15 * (100vw - 320px) / 1180), 35px);
}

.bg-en {
  color: rgba(255, 255, 255, 0);
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: min(calc(30px + 95 * (100vw - 320px) / 1180), 125px);
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: -.25em;
  pointer-events: none;
}
.bg-en > span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.bg-en > span:before, .bg-en > span:after {
  content: attr(data-txt);
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.bg-en > span:before {
  text-stroke: 1px #b7b7b7;
  -webkit-text-stroke: 1px #b7b7b7;
  mask-image: linear-gradient(50deg, black 0%, black 1%, black 45%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(50deg, black 0%, black 1%, black 45%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
}
.bg-en > span:after {
  text-stroke: 1px #fe9b31;
  -webkit-text-stroke: 1px #fe9b31;
  mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 35%, black 50%, black 100%);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 35%, black 50%, black 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-en.success > span:after {
  text-stroke: 1px #f95d89;
  -webkit-text-stroke: 1px #f95d89;
}
.bg-en.info > span:after {
  text-stroke: 1px #34d0e3;
  -webkit-text-stroke: 1px #34d0e3;
}
.bg-en.bg-en--center {
  text-align: center;
}
.bg-en.bg-en--center > span {
  margin-left: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .bg-en > span {
    margin-left: -0.35em;
  }
}
@media print, screen and (min-width: 1500px) {
  .bg-en > span {
    margin-left: -0.65em;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 35 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 35 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.gap-y-10 {
  gap: 10px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-30 {
  gap: 30px 0;
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  background: url("../images/home/mainvisual_bg.jpg") no-repeat left bottom/cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#mainvisual .slide {
  width: 80.2083334%;
  height: 60vh;
  padding-top: 50px;
  margin-left: auto;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .slide {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual .slide {
    height: 100vh;
    padding-top: min(calc(120px + 60 * (100vw - 992px) / 928), 180px);
  }
  @supports (height: 100dvh) {
    #mainvisual .slide {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .slide {
    height: 900px;
  }
}
#mainvisual .slide-media {
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
  mask-repeat: no-repeat;
  mask-position: 0% 50%;
  mask-size: 100% 100%;
}
#mainvisual .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .mainvisual_content {
  position: absolute;
  left: 0;
  bottom: 5vw;
  width: 100%;
  z-index: 10;
}
#mainvisual .mainvisual_content .en_txt {
  padding-right: 20%;
}
#mainvisual .mainvisual_content h2 {
  font-size: min(calc(16px + 20 * (100vw - 320px) / 1600), 36px);
  line-height: 1.75;
  margin-left: min(calc(15px + 65 * (100vw - 320px) / 1600), 80px);
  margin-top: 1em;
  padding-left: 1.9em;
  position: relative;
}
#mainvisual .mainvisual_content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  width: 1.44445em;
  height: 1px;
  background-color: #363636;
}
#mainvisual .mainvisual_btn {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .mainvisual_btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 20;
  }
  #mainvisual .mainvisual_btn .btn {
    font-size: min(calc(14px + 4 * (100vw - 768px) / 732), 18px);
    width: 16.88888em;
    height: 5.88888em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    position: relative;
  }
  #mainvisual .mainvisual_btn .btn img {
    width: 2.11112em;
    margin-right: 0.4em;
  }
  #mainvisual .mainvisual_btn .btn:after {
    content: "";
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    border-style: solid;
    border-width: 0px 0px 1em 1em;
    border-color: transparent transparent #ffffff transparent;
  }
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 {
  font-size: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_ttl_1 > img {
  display: block;
}
.home_ttl_1 > .fs-en {
  line-height: 1;
  display: block;
}
.home_ttl_1 > .fs-serif {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
  padding-left: 1em;
}
.home_ttl_1--center {
  justify-content: center;
}

.home_svg_en {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .home_svg_en {
    font-size: min(calc(40px + 20 * (100vw - 992px) / 732), 60px);
    margin-bottom: -0.4em;
    margin-left: -3em;
    display: block;
  }
  .home_svg_en img {
    height: 2.66666em;
    display: block;
  }
  .home_svg_en--center {
    text-align: center;
    margin-left: auto;
  }
  .home_svg_en--center img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---  --- */
.home_content {
  position: relative;
  z-index: 0;
}
.home_content .photo {
  box-shadow: 0px 0px min(4.66666vw, 70px) 0px rgba(0, 0, 0, 0.15);
}
.home_content .home_content__item {
  display: flex;
}
.home_content .home_content__item .inner {
  margin: auto 0;
}
.home_content .home_content__item .inner .btn-1 {
  display: block;
  max-width: 300px;
}
@media print, screen and (min-width: 992px) {
  .home_content .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
  .home_content .row > div:first-child {
    margin-left: auto;
  }
  .home_content .home_content__item {
    line-height: 2.2;
    padding-left: min(calc(15px + 45 * (100vw - 992px) / 732), 60px);
    height: 632px;
    position: relative;
    z-index: 10;
  }
  .home_content.home_content--even .row > div:first-child {
    margin-left: -15px;
  }
  .home_content.home_content--even .photo {
    left: auto;
    right: 0;
  }
  .home_content.home_content--even .home_content__item {
    padding-left: min(calc(95px + 100 * (100vw - 992px) / 732), 195px);
  }
}

/**/
.home_works {
  background: url("../images/home/home_works_bg.jpg") no-repeat center center/cover;
}

.home_offer {
  background: url("../images/home/home_offer_bg.jpg") no-repeat center center/cover;
}

/* ---  --- */
.home_company {
  background: url("../images/home/home_company_bg.jpg") no-repeat center top/cover;
}

.home_company__head .home_svg_en {
  margin-bottom: -1.35em;
}
.home_company__head .image {
  max-width: 626px;
  position: relative;
  z-index: 0;
}
.home_company__head .image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home/home_company_1_bg.png") no-repeat center center/contain;
  z-index: 10;
}
.home_company__head .image img {
  filter: drop-shadow(0 0 6.666vw rgba(255, 255, 255, 0.5));
}
@media print, screen and (min-width: 992px) {
  .home_company__head .contents {
    line-height: 2.2;
    padding-left: min(calc(15px + 45 * (100vw - 992px) / 732), 60px);
  }
}

.home_company__strongs .bg_en {
  text-align: center;
  padding: 0 5vw;
}
.home_company__strongs h3 {
  font-size: 20px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.home_company__strongs h3:before, .home_company__strongs h3:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #363636;
  display: block;
}
.home_company__strongs h3:before {
  margin-right: 1.5em;
}
.home_company__strongs h3:after {
  margin-left: 1.5em;
}

.home_company__strongs_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px min(calc(15px + 115 * (100vw - 320px) / 1180), 120px);
  margin-bottom: 20px;
  background-color: #fff;
}
.home_company__strongs_item:last-child {
  margin-bottom: 0;
}
.home_company__strongs_item .num {
  font-size: 60px;
  line-height: 1;
  flex: 0 0 81px;
  border-right: solid 1px #cbcbcb;
}
.home_company__strongs_item .image {
  flex: 1 1 0;
  padding-left: 30px;
}
.home_company__strongs_item .column {
  padding-top: 1rem;
}
.home_company__strongs_item .column h4 {
  color: #ff942b;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.home_company__strongs_item .column2 {
  flex: 0 0 100%;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.home_company__strongs_item .column2 .ttl .in {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.home_company__strongs_item .column2 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media print, screen and (min-width: 768px) {
  .home_company__strongs_item {
    padding: 20px min(calc(15px + 115 * (100vw - 768px) / 732), 120px);
  }
  .home_company__strongs_item .num {
    order: 1;
  }
  .home_company__strongs_item .image {
    order: 3;
    flex: 0 0 266px;
  }
  .home_company__strongs_item .column {
    order: 2;
    flex: 1 1 0;
    padding-left: 30px;
    padding-top: 0;
  }
  .home_company__strongs_item .column h4 {
    font-size: min(calc(18px + 6 * (100vw - 768px) / 732), 24px);
  }
  .home_company__strongs_item .column2 {
    order: 4;
    padding: 30px;
    margin-left: auto;
    flex: 0 0 calc(100% - 111px);
  }
}

/* ---  --- */
.tagkore {
  background: url("../images/home/home_tagkore.jpg") no-repeat center top/contain;
}

/* ---  --- */
.home_news {
  background-color: #fefde1;
}
.home_news .home_news__ttl {
  font-size: 20px;
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.home_news .home_news__ttl:before, .home_news .home_news__ttl:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #363636;
  display: block;
}
.home_news .home_news__ttl:before {
  margin-right: 2.5em;
}
.home_news .home_news__ttl:after {
  margin-left: 2.5em;
}

.home_news__content {
  padding: 40px 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .home_news__content {
    max-height: 627px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.home_news__column {
  padding: 20px;
  border-bottom: solid 1px #b8b8b8;
}
.home_news__column .image {
  width: 200px;
  margin: 0 auto 20px;
}
.home_news__column .image .photo {
  aspect-ratio: 1/1;
}
.home_news__column .columns .date {
  color: #b8b8b8;
  font-weight: 700;
  margin-bottom: 20px;
}
.home_news__column .columns .date .new {
  color: #fff;
  font-weight: 500;
  padding: 0 0.5em;
  margin-left: 1em;
  display: inline-block;
  background-color: #f95d89;
}
@media print, screen and (min-width: 768px) {
  .home_news__column {
    display: flex;
  }
  .home_news__column .image {
    flex: 0 0 200px;
    width: auto;
    margin: 0;
  }
  .home_news__column .columns {
    flex: 1 1 0;
    padding-left: min(calc(30px + 30 * (100vw - 768px) / 732), 60px);
  }
}

/* ---  --- */
.page_contact .home_svg_en {
  margin-bottom: -.65em;
}

.page_contact__box {
  padding: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.page_contact__box .page_contact__tel {
  margin-bottom: 30px;
}
.page_contact__box .page_contact__tel .telphone {
  font-size: 30px;
  text-align: center;
}
.page_contact__box .page_contact__tel .txt {
  font-size: 16px;
  text-align: center;
}
.page_contact__box .page_contact__mail .btn {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.625em;
  padding: 0;
}
.page_contact__box .page_contact__mail .btn img {
  width: 2.16666em;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .page_contact__box {
    padding: 35px min(calc(30px + 68 * (100vw - 768px) / 732), 98px);
  }
  .page_contact__box .page_contact__tel {
    margin: 0;
  }
  .page_contact__box .page_contact__tel .telphone {
    font-size: min(calc(30px + 6 * (100vw - 768px) / 732), 36px);
  }
  .page_contact__box .page_contact__mail .btn {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 732), 24px);
  }
}

/* -------------------------------
	無限ループ
-------------------------------- */
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__list > div {
  width: calc(100vw / 3);
  pointer-events: none;
  padding: 0 10px;
}
.scroll-infinity__list > div > img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .scroll-infinity__list > div {
    width: calc(100vw / 5);
    padding: 0 20px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* -------------------------------
	会社案内
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 992px) {
  .company_greeting {
    line-height: 2.2;
  }
}

/* ---  --- */
.company_pdf_btn {
  color: #848484;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.5em;
  border-bottom: solid 1px #848484;
  transition: opacity 0.3s ease;
}
.company_pdf_btn i {
  font-size: 1.25em;
  margin-right: 0.5em;
}
.company_pdf_btn:hover {
  color: #848484;
  opacity: 0.65;
}

/* -------------------------------
	お仕事をお探しの方へ
-------------------------------- */
.anker_navi__list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 2px;
}
.anker_navi__list > li .btn {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  padding: 0.75em 2em 0.75em 1.5em;
  display: block;
  background-color: #efefef;
  position: relative;
}
.anker_navi__list > li .btn > i {
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 0.75em;
  line-height: 1;
  margin-top: -.5em;
}
.anker_navi__list > li .btn:hover {
  color: #fff;
  background-color: #f95d89;
}
@media print, screen and (min-width: 768px) {
  .anker_navi__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .anker_navi__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .anker_navi__list > li .btn {
    font-size: 14px;
    padding: 1em 2em 1em 1.5em;
  }
}

/* ---  --- */
.works_head {
  position: relative;
  z-index: 0;
}
.works_head .bg-en {
  font-size: 23vw;
  position: absolute;
  left: 0;
  top: -0.2em;
  z-index: -1;
}
.works_head .bg-en > span {
  margin-left: 0;
}
.works_head h3 {
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1180), 50px);
}
@media print, screen and (min-width: 768px) {
  .works_head {
    line-height: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .works_head h3 {
    font-size: min(calc(25px + 25 * (100vw - 992px) / 508), 50px);
  }
  .works_head p {
    font-size: min(calc(16px + 2 * (100vw - 992px) / 508), 18px);
  }
}

/* ---  --- */
.works_job__content {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .works_job__content {
    padding-left: min(calc(30px + 30 * (100vw - 992px) / 508), 60px);
  }
}

/* ---  --- */
.works_interview .bg-en {
  font-size: min(calc(80px + 120 * (100vw - 320px) / 1180), 200px);
}

.works_interview_section .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works_interview_section .item + .item {
  margin-top: 20px;
}
.works_interview_section .item .image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.works_interview_section .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_interview_section .item .column {
  flex: 1 1 0;
  margin-left: 30px;
  margin-top: 20px;
}
.works_interview_section .item .column .inner {
  border-radius: 12px;
  padding: 15px 25px;
  background-color: #FFFAD7;
  position: relative;
}
.works_interview_section .item .column .inner:before, .works_interview_section .item .column .inner:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.works_interview_section .item .column .inner:before {
  top: 22px;
}
.works_interview_section .item .column .inner:after {
  top: 40px;
}
.works_interview_section .item .column .inner:before {
  left: -15px;
  border-left: 25px solid #FFFAD7;
  border-top: 25px solid transparent;
}
.works_interview_section .item .column .inner:after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.works_interview_section .item .column .txt {
  font-weight: 500;
  font-size: 12px;
}

/* ---  --- */
.merit_item {
  padding: 5%;
  height: 100%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.merit_item h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 1em 0;
  background-color: #f95d89;
}
.merit_item h4 > span {
  display: block;
}
.merit_item h4 > .fs-en {
  font-size: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .merit_item h4 {
    font-size: min(calc(20px + 4 * (100vw - 992px) / 508), 24px);
  }
}

/* ---  --- */
.works_flow__item {
  display: flex;
}
.works_flow__item__step {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.works_flow__item__step:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #ff942b;
}
.works_flow__item__content {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 50px;
}
.works_flow__item:last-child .works_flow__item__step {
  min-height: auto !important;
}
.works_flow__item:last-child .works_flow__item__step:after {
  display: none !important;
}
.works_flow__item:last-child .works_flow__item__content {
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 768px) {
  .works_flow__item__step {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .works_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .works_flow__item__step {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .works_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
.works_flow__item__step .step {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  background-color: #FFDCBA;
}
.works_flow__item__step .step .in {
  display: block;
  margin: auto;
}
.works_flow__item__step .step .in > strong {
  font-size: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .works_flow__item__step .step {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .works_flow__item__step .step {
    font-size: 30px;
  }
}
.works_flow__item__content {
  font-size: 0.875rem;
}
.works_flow__item__content .column {
  padding-top: 20px;
}
.works_flow__item__content .column h4 {
  color: var(--primary);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0.5em;
}
.works_flow__item__content .image {
  max-width: 500px;
  width: 80%;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .works_flow__item__content {
    font-size: 0.9375rem;
  }
  .works_flow__item__content .column {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .works_flow__item__content {
    font-size: 1rem;
    display: flex;
  }
  .works_flow__item__content .column {
    flex: 1 1 0;
    padding-top: 40px;
  }
  .works_flow__item__content .column h4 {
    font-size: 1.5rem;
  }
  .works_flow__item__content .image {
    width: auto;
    flex: 0 0 30%;
    padding-left: 30px;
    margin: 0;
    display: flex;
  }
  .works_flow__item__content .image img {
    margin: auto;
  }
}

/* -------------------------------
	人材をお探しの方へ
-------------------------------- */
/* ---  --- */
.offer_head_content {
  position: relative;
  z-index: 0;
}
.offer_head_content .photo {
  box-shadow: 0px 0px min(4.66666vw, 70px) 0px rgba(0, 0, 0, 0.15);
}
.offer_head_content .offer_head_content__item {
  position: relative;
  z-index: 10;
}
.offer_head_content .offer_head_content__item .bg-en {
  margin-bottom: 0;
}
.offer_head_content .offer_head_content__item h3 {
  font-size: min(calc(22px + 12 * (100vw - 320px) / 1180), 34px);
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .offer_head_content .photo {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
  }
  .offer_head_content .offer_head_content__item {
    line-height: 2.2;
    padding-left: min(calc(15px + 45 * (100vw - 992px) / 732), 60px);
    height: 632px;
    display: flex;
  }
  .offer_head_content .offer_head_content__item .inner {
    margin: auto 0;
  }
}

/* ---  --- */
.offer_consultation .bg-en {
  margin-bottom: 0;
}
.offer_consultation .title-1 {
  max-width: 860px;
}

.offer_consultation_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px min(calc(15px + 115 * (100vw - 320px) / 1180), 120px);
  margin-bottom: 20px;
  background-color: #fff;
}
.offer_consultation_item:last-child {
  margin-bottom: 0;
}
.offer_consultation_item .num {
  font-size: 60px;
  line-height: 1;
  flex: 0 0 81px;
  margin-left: auto;
  margin-right: auto;
}
.offer_consultation_item .column {
  padding-top: 1rem;
}
.offer_consultation_item .column h4 {
  color: #ff942b;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.offer_consultation_item .column2 {
  flex: 0 0 100%;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.offer_consultation_item .column2 .ttl .in {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.offer_consultation_item .column2 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
@media print, screen and (min-width: 768px) {
  .offer_consultation_item {
    padding: min(calc(30px + 30 * (100vw - 768px) / 732), 60px);
  }
  .offer_consultation_item .num {
    flex: 0 0 90px;
    order: 1;
    border-right: solid 1px #cbcbcb;
    margin: 0;
  }
  .offer_consultation_item .column {
    order: 2;
    flex: 1 1 0;
    padding-left: 50px;
    padding-top: 0;
  }
  .offer_consultation_item .column h4 {
    font-size: min(calc(20px + 8 * (100vw - 768px) / 732), 28px);
  }
}

/* ---  --- */
.offer_item_box {
  height: 100%;
  box-shadow: 0px 0px min(4vw, 30px) 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.offer_item_box h4 {
  color: #fff;
  text-align: center;
  padding: 0.75em 0;
  margin: 0;
  background-color: #ff942b;
}
.offer_item_box .column {
  padding: 20px 15px;
}
.offer_item_box .column > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer_item_box .column > ul > li {
  padding: 0.5em 1em;
  border-bottom: dashed 1px #ccc;
}
.offer_item_box .column > ul > li:last-child {
  border-bottom: none;
}
.offer_item_box .column > ul > li.last {
  color: #ff942b;
  text-align: right;
}

.offer_map_area .image {
  width: 64%;
  margin: 0 auto 20px;
}
.offer_map_area .content .title-hh-1 {
  text-align: center;
  justify-content: center;
}
.offer_map_area .content .offer_map_area__ttl2 {
  text-align: center;
}
.offer_map_area .content .offer_map_area__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.offer_map_area .content .offer_map_area__list > li:before {
  content: "/";
  margin: 0 0.75em;
}
.offer_map_area .content .offer_map_area__list > li:first-child:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .offer_map_area {
    display: flex;
    align-items: center;
    padding: 30px;
    border: solid 1px #343434;
  }
  .offer_map_area > .image {
    width: auto;
    flex: 0 0 30%;
    margin: 0;
  }
  .offer_map_area > .content {
    padding-left: min(calc(30px + 50 * (100vw - 768px) / 732), 80px);
  }
  .offer_map_area > .content .title-hh-1 {
    text-align: left;
    justify-content: flex-start;
  }
  .offer_map_area > .content .offer_map_area__ttl2 {
    text-align: left;
  }
}

/* ---  --- */
.offer_flow__item {
  display: flex;
}
.offer_flow__item__step {
  flex: 0 0 70px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
}
.offer_flow__item__step:after {
  content: "";
  margin: 5px auto;
  display: block;
  flex: 1 1 0;
  width: 3px;
  background-color: #34d0e3;
}
.offer_flow__item__content {
  flex: 1 1 0;
  padding-left: 20px;
  padding-bottom: 50px;
}
.offer_flow__item:last-child .offer_flow__item__step {
  min-height: auto !important;
}
.offer_flow__item:last-child .offer_flow__item__step:after {
  display: none !important;
}
.offer_flow__item:last-child .offer_flow__item__content {
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 768px) {
  .offer_flow__item__step {
    flex: 0 0 130px;
    min-height: 180px;
  }
  .offer_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .offer_flow__item__step {
    flex: 0 0 170px;
    min-height: 220px;
  }
  .offer_flow__item__content {
    padding-left: 60px;
    padding-bottom: 50px;
  }
}
.offer_flow__item__step .step {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  background-color: #B7EEF5;
}
.offer_flow__item__step .step .in {
  display: block;
  margin: auto;
}
.offer_flow__item__step .step .in > strong {
  font-size: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .offer_flow__item__step .step {
    font-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .offer_flow__item__step .step {
    font-size: 30px;
  }
}
.offer_flow__item__content {
  font-size: 0.875rem;
}
.offer_flow__item__content .column {
  padding-top: 20px;
}
.offer_flow__item__content .column h4 {
  color: var(--info);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .offer_flow__item__content {
    font-size: 0.9375rem;
  }
  .offer_flow__item__content .column {
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .offer_flow__item__content {
    font-size: 1rem;
    display: flex;
  }
  .offer_flow__item__content .column {
    flex: 1 1 0;
    padding-top: 40px;
  }
  .offer_flow__item__content .column h4 {
    font-size: 1.5rem;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_content .tel_content__box {
  margin-bottom: 30px;
}
.tel_content .tel_content__box:last-child {
  margin: 0;
}
.tel_content .telphone {
  font-size: 30px;
  text-align: center;
}
.tel_content .txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .tel_content {
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
  .tel_content .telphone {
    font-size: min(calc(30px + 20 * (100vw - 768px) / 732), 50px);
  }
}

.mail_content {
  margin-top: 30px;
  padding-top: 80px;
  position: relative;
}
.mail_content:before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 0;
  height: 1px;
  background-color: #ccc;
}
.mail_content h3 {
  text-align: center;
}
.mail_content .txt1 {
  text-align: center;
}
.mail_content .txt1 img {
  height: min(calc(30px + 20 * (100vw - 768px) / 732), 50px);
}
.mail_content .txt2 {
  text-align: center;
  margin-top: .5em;
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
