@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #000000;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  position: relative;
  width: 1440px;
  min-width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #000000;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding: 0 85px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #000000;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reverse {
  flex-direction: row-reverse;
}

.gridbox {
  display: grid;
}

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.textbox, .box_text {
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textbox, .box_text {
    width: 100%;
    font-size: 4vw;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  border: 1px solid #00978E;
  width: 322px;
  height: 57px;
  padding: 0 55px 0 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: url(/recruit-site/images/common/button_yajirushi.webp) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    width: 80.2vw;
    height: 15vw;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .about_btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15vw;
    height: 11vw;
    background: url(/recruit-site/images/common/button_yajirushi.webp) center/contain no-repeat;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1440px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header .sec_subtitle {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.common_sec .sec_header .sec_title {
  font-size: 24px;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .common_sec {
    width: 1440px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
  }
  .common_sec .sec_header .sec_title {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    z-index: 10;
  }
  .common_sec .sec_header .sec_subtitle {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.recruit_box {
  position: relative;
  width: 1440px;
  height: 592px;
  margin: 0 auto;
}
.recruit_box .flexbox {
  padding-top: 150px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.recruit_box .flexbox .textbox .box_title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
.recruit_box .flexbox .textbox .box_text {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.recruit_box .flexbox .entry_box .entry_button {
  background-color: #fff;
  padding: 40px 254px 40px 55px;
  position: relative;
}
.recruit_box .flexbox .entry_box .entry_button::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/recruit-site/images/common/button_yajirushi.webp) center/contain no-repeat;
}
.recruit_box .flexbox .entry_box .entry_button .entry_text {
  font-weight: bold;
  font-size: 24px;
  color: #00978E;
}
.recruit_box .flexbox .entry_box .entry_button:nth-of-type(1) {
  margin-bottom: 45px;
}
.recruit_box .imagebox {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .recruit_box {
    position: relative;
    width: 100%;
    height: 106vw;
    margin: 0 auto;
  }
  .recruit_box .flexbox {
    padding: 10vw 5vw;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    flex-direction: column;
  }
  .recruit_box .flexbox .textbox .box_title {
    font-size: 7vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5vw;
  }
  .recruit_box .flexbox .textbox .box_text {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
  }
  .recruit_box .flexbox .entry_box .entry_button {
    background-color: #fff;
    padding: 3vw 28vw 3vw 5vw;
    position: relative;
  }
  .recruit_box .flexbox .entry_box .entry_button::before {
    position: absolute;
    content: "";
    width: 10vw;
    height: 10vw;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/recruit-site/images/common/button_yajirushi.webp) center/contain no-repeat;
  }
  .recruit_box .flexbox .entry_box .entry_button .entry_text {
    font-weight: bold;
    font-size: 4.5vw;
    color: #00978E;
  }
  .recruit_box .flexbox .entry_box .entry_button:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .recruit_box .imagebox {
    position: absolute;
    width: 100%;
    height: 106vw;
    top: 50%;
    left: 50%;
    z-index: -5;
  }
}

/* ==== ワイプアニメーション（左→右）==== */
/* ---- ワイプアニメーション（左→右、白背景が残る） ---- */
.wipe {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  color: #000;
}

/* 白帯（最初は width 0） */
.wipe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1; /* テキストの裏 */
}

/* テキストフェード */
.wipe.show {
  animation: textFade 0.8s forwards;
}

/* 白帯が横に伸びる（消えない）*/
.wipe.show::before {
  animation: wipeSlide 0.8s ease-out forwards;
  width: 100%; /* ← アニメ後も保持 */
}

@keyframes wipeSlide {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_mv {
  position: relative;
}
.top_mv .pagetop_text {
  padding: 165px 0 20px;
}
.top_mv .pagetop_text .pagetop_text01 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.top_mv .pagetop_text .pagetop_text02 {
  font-size: 30px;
  color: #00978E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_mv .pagetop_text .pagetop_text01 {
    font-size: 7vw;
  }
  .top_mv .pagetop_text .pagetop_text02 {
    font-size: 6vw;
  }
}
.top_mv .top_bg {
  background-color: rgba(0, 151, 142, 0.1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .top_mv .top_bg {
    height: 100vw;
  }
}
.top_mv .breadcrumb {
  display: flex;
  width: 1440px;
  justify-content: flex-end;
  max-width: 100%;
  padding: 15px 50px 30px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
  z-index: 100;
  position: relative;
}
.top_mv .breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.top_mv .breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.top_mv .breadcrumb .item {
  letter-spacing: 0.1em;
}
.top_mv .breadcrumb .item a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top_mv .breadcrumb {
    display: flex;
    width: 1440px;
    max-width: 100%;
    padding: 5.5vw 3vw 8vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top_mv .breadcrumb .b_img {
    width: 8vw;
  }
  .top_mv .breadcrumb .item {
    font-size: 3.4vw;
  }
  .top_mv .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .top_mv .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .top_mv .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  top: 450px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(51, 51, 51, 0.9);
}
.nav .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.nav .list .item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
}
.nav .item:not(:last-of-type) {
  padding: 0 35px 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .nav .list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .nav .list .item {
    width: 15vw;
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .nav .list .item a {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .nav .item:last-of-type {
    border-right: none;
  }
  .nav .item:not(:last-of-type) {
    padding: 0;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1440px;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    width: initial;
    padding: 0;
    margin: 10.8vw auto 13.8vw;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 90px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .header_left {
  padding: 10px 0 0 10px;
}
.header .header_left .title {
  display: flex;
  align-items: center;
}
.header .header_left .title .top_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.header .header_left .title .top_box .flexbox {
  justify-content: center;
}
.header .header_left .title .top_box .company_name {
  font-size: 15px;
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.header .header_left .title .top_box .company_name .big {
  font-size: 18px;
  font-weight: bold;
}
.header .header_right {
  position: relative;
  z-index: 5;
  display: flex;
  padding-right: 10px;
}
.header .header_right .menu_box {
  display: flex;
  padding-top: 20px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-start;
}
.header .header_right .menu_box .list .item a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.header .header_right .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.header .header_right .menu_box .list .item a:hover:after {
  background: #1CBDAD;
}
.header .header_right .menu_box .list .menu-parent a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
    width: 100%;
    min-width: initial;
    padding: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .header .flexbox {
    display: block;
  }
  .header .header_left {
    padding: 10px 0 0 10px;
  }
  .header .header_left .title_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .title_box .top_box .page_title {
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .header_left .title_box .top_box .company_name {
    width: 57.25vw;
  }
  .header .header_left .title_box .top_box .company_name img {
    width: 100%;
  }
  .header .header_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_header {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    width: 100%;
    height: 18.7vw;
    background-color: #fff;
  }
  .sp_header .logo_box .sp_logobox {
    display: flex;
    align-items: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sp_header .logo_box .logo_img {
    width: 15vw;
    min-width: initial;
    padding-left: 2vw;
    padding-top: 2vw;
  }
  .sp_header .logo_box .logo_text {
    line-height: 1.3;
    font-size: 3vw;
    padding-top: 2vw;
  }
  .sp_header .logo_box .logo_text .big {
    font-size: 4.8vw;
    font-weight: bold;
    padding-top: 1vw;
  }
  .sp_header .sp_entry {
    width: 33vw;
    padding-top: 2vw;
  }
}
.ham {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #00978E;
  transition: all 0.4s;
}
.ham a {
  display: none;
  width: 100%;
  height: 100%;
  background: #00978E;
  font-size: 13px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 18.7vw;
    height: 18.7vw;
    transition: all 0.4s;
    background-color: #00978E;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
  }
  .ham span {
    position: absolute;
    left: 0;
    right: 0;
    width: 9.4vw;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: 0.5s;
  }
  .ham span:nth-of-type(1) {
    top: 5.5vw;
  }
  .ham span:nth-of-type(2) {
    top: 9.5vw;
  }
  .ham span:nth-of-type(3) {
    top: 13.5vw;
  }
  .ham .menu_text {
    position: absolute;
    top: 2.5vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 25px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 55px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 9.5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 9.5vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -93px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .copy_nav {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy_header .copy_nav .header_left {
  padding: 10px 0 0 10px;
}
.copy_header .copy_nav .header_left .title {
  display: flex;
  align-items: center;
}
.copy_header .copy_nav .header_left .title .top_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.copy_header .copy_nav .header_left .title .top_box .flexbox {
  justify-content: center;
}
.copy_header .copy_nav .header_left .title .top_box .flexbox .title_logo {
  width: 80px;
  height: 70px;
}
.copy_header .copy_nav .header_left .title .top_box .company_name {
  font-size: 15px;
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}
.copy_header .copy_nav .header_left .title .top_box .company_name .big {
  font-size: 18px;
  font-weight: bold;
}
.copy_header .copy_nav .header_right {
  position: relative;
  z-index: 5;
  display: flex;
  padding-right: 10px;
}
.copy_header .copy_nav .header_right .menu_box {
  display: flex;
  padding-top: 20px;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.copy_header .copy_nav .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-start;
}
.copy_header .copy_nav .header_right .menu_box .list .item a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.copy_header .copy_nav .header_right .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.copy_header .copy_nav .header_right .menu_box .list .item a:hover:after {
  background: #1CBDAD;
}
.copy_header .copy_nav .header_right .menu_box .list .menu-parent a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .copy_header .copy_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -93px;
  right: 10px;
  width: 90px;
  height: 80px;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 25px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 40px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1440px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/recruit-site/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .link_text2 {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 20px;
  background: url(/recruit-site/images/common/ham_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item p {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: clamp(16px, 1.328vw, 17px);
}
.ham_sitemap .sitemap02 .item img {
  width: clamp(45px, 5.891vw, 75.4133px);
  height: clamp(45px, 5.891vw, 75.4133px);
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1440px;
    max-width: 100%;
    padding: 21.3vw 5vw 10vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .link_text2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
    text-align: center;
  }
  .ham_sitemap .link_text2:before {
    display: none;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .tel_num_sp {
    font-size: 4.5vw;
    text-align: center;
  }
  .ham_sitemap .tel_num_sp .big {
    font-size: 7vw;
    font-weight: bold;
    margin-left: 3vw;
  }
  .ham_sitemap .company_name {
    text-align: center;
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 5vw 0 5vw 4vw;
    border-bottom: 1px solid #00978E;
    box-sizing: border-box;
    color: #000000;
    font-size: 4.5vw;
    position: relative;
  }
  .ham_sitemap .sitemap01 .item a::before {
    position: absolute;
    content: ">";
    font-size: 4vw;
    font-weight: bold;
    color: #00978E;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .ham_sitemap .sitemap01 .menu-child_ul_sp .menu-parent_sp {
    display: inline-block;
  }
  .menu-parent_sp + .ham_sitemap .sitemap01 .menu-child_ul_sp {
    height: auto;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item p {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .flexbox {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    align-items: center;
    justify-content: center;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  .ham_sitemap .flexbox .company_name_sp {
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  .ham_sitemap .flexbox .company_name_sp .big {
    font-size: 7vw;
    font-weight: bold;
  }
  .ham_sitemap .companylogo_img {
    width: 20%;
    margin: 0;
  }
  .ham_sitemap .nav_contact {
    width: 100%;
  }
  .ham_sitemap .nav_contact .nav_address {
    font-size: 4.5vw;
    padding-left: 11vw;
    margin-bottom: 5vw;
  }
  .ham_sitemap .nav_contact .tel_btn {
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1vw 0 0;
    box-sizing: border-box;
  }
  .ham_sitemap .nav_contact .tel_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .ham_sitemap .nav_contact .tel_btn .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
  }
  .ham_sitemap .nav_contact .tel_btn .text01 {
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-right: 5em;
    margin: 0 0 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    text-align: left;
    padding-top: 5vw;
    padding-bottom: 2vw;
  }
  .ham_sitemap .nav_contact .flexbox .address_text {
    font-size: 4.5vw;
    font-weight: bold;
  }
  .ham_sitemap .nav_contact .flexbox .logo {
    width: 20%;
    min-width: 20%;
  }
  .ham_sitemap .nav_contact .address_bottom {
    font-weight: bold;
  }
}

.footer {
  width: 1440px;
  margin: 0 auto;
}
.footer .inner {
  padding: 0 55px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .last_box {
  display: flex;
  margin: 0 auto;
  padding: 100px 55px 70px;
  justify-content: center;
  -moz-column-gap: 300px;
       column-gap: 300px;
}
.footer .last_box .company_info {
  width: 50%;
}
.footer .last_box .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer .last_box .flexbox .company_name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.footer .last_box .flexbox .company_name .small {
  font-weight: 400;
  font-size: 20px;
}
.footer .last_box .address_text {
  font-size: 28px;
  line-height: 1.5;
}
.footer .last_box .address_text .small {
  font-size: 21px;
}
.footer .last_box .tel_num {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
}
.footer .last_box .tel_num .small {
  font-size: 24px;
}
.footer .menu_box {
  padding-top: 20px;
  margin-bottom: 80px;
  width: 62%;
}
.footer .menu_box .list {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  row-gap: 20px;
}
.footer .menu_box .list .item a {
  position: relative;
  font-size: 18px;
}
.footer .menu_box .list .item a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.footer .menu_box .list .item a:hover:after {
  background: #00978E;
}
.footer .menu_box .imagebox {
  text-align: right;
}
.footer .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.footer .footer_bottom .bottom_text {
  font-weight: bold;
  padding: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00978E;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: initial;
    width: 100%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .footer .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer .menu_box {
    padding: 0;
    margin-bottom: 10vw;
    width: 100%;
  }
  .footer .menu_box .list {
    display: block;
    padding-left: 11vw;
  }
  .footer .menu_box .list .item {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .footer .menu_box .list .item a {
    font-size: 4vw;
  }
  .footer .last_box {
    display: block;
    margin: 0 auto;
    padding: 0 5vw;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .last_box .flexbox .imagebox {
    width: 20%;
  }
  .footer .last_box .flexbox .company_name {
    font-size: 7vw;
  }
  .footer .last_box .flexbox .company_name .small {
    font-size: 4.5vw;
  }
  .footer .last_box .address_text {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.7;
    padding-left: 11vw;
  }
  .footer .last_box .company_info {
    width: 100%;
  }
  .footer .last_box .company_name {
    font-size: 7vw;
    margin-bottom: 1vw;
    text-align: center;
  }
  .footer .last_box .telbox {
    text-align: center;
  }
  .footer .last_box .tel_num {
    font-size: 7vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 10vw;
  }
  .footer .last_box .flexbox {
    justify-content: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    margin-bottom: 5vw;
  }
  .footer .last_box .flexbox .logo {
    width: 100%;
    min-width: initial;
  }
  .footer .last_box .flexbox:last-of-type {
    margin-bottom: 10vw;
  }
  .footer .footer_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_bottom .bottom_text {
    font-size: 4vw;
    padding: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20vw;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
  }
  .sp_fixed .fix_tel {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_tel a {
    width: 100%;
    height: 100%;
  }
  .sp_fixed .fix_tel .text01 {
    font-size: 2.75vw;
    letter-spacing: 0.01em;
    text-align: center;
    color: #534741;
    margin-bottom: 1.25vw;
  }
  .sp_fixed .fix_tel .tel_num {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 1.5em;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #534741;
    position: relative;
  }
  .sp_fixed .fix_tel .tel_num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(/recruit-site/images/common/phon_icon_green.webp) center/contain no-repeat;
    left: 0.5em;
    width: 2.87vw;
    height: 3.26vw;
  }
  .sp_fixed .fix_tel .tel_num::before img {
    width: 100%;
  }
  .sp_fixed .fix_entry {
    width: 50%;
  }
  .sp_fixed .fix_entry img {
    width: 100%;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* オーバーレイ（暗幕） */
.camera_icon {
  cursor: pointer;
}

.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(146, 137, 119, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

/* 表示状態 */
.lb-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* 画像（中央表示 + フェード） */
.lb-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* 画像表示開始 */
.lb-overlay.open .lb-image {
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loop_text {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  font-size: 100px;
  color: #00978E;
  opacity: 40%;
  font-weight: bold;
  padding-left: 50px;
}

.loop_text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop_text:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .loop_text {
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    font-size: 8vw;
    color: #00978E;
    opacity: 40%;
    font-weight: bold;
    padding-left: 5vw;
  }
}/*# sourceMappingURL=common.css.map */