@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: 1280px;
  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: 1280px;
  max-width: 100%;
  padding: 0 80px;
  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: 5vw;
  }
}

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

.btn_box {
  display: flex;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  width: 226px;
  height: 61px;
  color: #fff;
  padding-right: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  text-align: center;
  background: url(/recruit/images/common/button.png) center/contain no-repeat;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 8px;
  background: url(/recruit/images/common/button_yajirushi.png) center/contain no-repeat;
}
.about_btn p {
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333631;
}
.about_btn a {
  padding-right: 40px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333631;
}

@media screen and (max-width: 768px) {
  .about_btn {
    padding: 4vw 27vw 4vw 10vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: 4vw;
    height: auto;
  }
  .about_btn::before {
    width: 20vw;
    height: 3vw;
    right: 3vw;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}
.common_sec .sec_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.common_sec .sec_header .sec_subtitle {
  font-size: 18px;
  color: #600006;
  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: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    color: #600006;
    letter-spacing: 0.2em;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.entry_box {
  position: relative;
}
.entry_box .flexbox {
  justify-content: flex-start;
}
.entry_box .imagebox {
  position: absolute;
  right: -15px;
  top: -20px;
}
.entry_box .entry_title {
  margin-bottom: 25px;
}
.entry_box .entry_text {
  width: 960px;
  height: 249px;
  background-color: #b40e2a;
  border-left: 7px solid #600006;
  padding-left: 35px;
  padding-top: 35px;
}
.entry_box .entry_text .box_title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.entry_box .entry_text .box_text {
  color: #fff;
  position: relative;
}
.entry_box .entry_text .box_text::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 55px;
  left: 300px;
  bottom: -80px;
  z-index: 20;
  background: url(/recruit/images/common/entry_yajirushi.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .entry_box .flexbox {
    justify-content: flex-start;
  }
  .entry_box .imagebox {
    position: static;
    margin-bottom: 0;
  }
  .entry_box .entry_title {
    margin-bottom: 5vw;
    width: 40%;
  }
  .entry_box .entry_text {
    width: auto;
    height: 50vw;
    background-color: #b40e2a;
    border-left: 2vw solid #600006;
    padding: 5vw 3vw;
  }
  .entry_box .entry_text .box_title {
    color: #fff;
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .entry_box .entry_text .box_text {
    color: #fff;
    position: relative;
    font-size: 4vw;
  }
  .entry_box .entry_text .box_text::before {
    content: "";
    position: absolute;
    width: 27vw;
    height: 14vw;
    left: 50vw;
    bottom: -15vw;
    z-index: 20;
    background: url(/recruit/images/common/entry_yajirushi.webp) center/contain no-repeat;
  }
}

.breadcrumb {
  display: flex;
  width: 1025px;
  max-width: 100%;
  padding: 20px 0 120px 0;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  letter-spacing: 0.1em;
  color: #fff;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .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: 1280px) 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: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 13.8vw;
    margin-top: 10.8vw;
    width: initial;
  }
  .lead_sec .sec_title {
    font-size: 5.3vw;
    margin: 5.5vw 0 16vw 0;
    margin-bottom: 13.8vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 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 20px;
}
.header .header_left .title {
  display: flex;
  align-items: center;
}
.header .header_left .title .top_box .page_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
}
.header .header_left .title .top_box .flexbox {
  justify-content: flex-start;
  margin-top: 10px;
}
.header .header_left .title .top_box .company_name {
  font-size: 17px;
  color: #000000;
  padding-left: 20px;
}
.header .header_left .title .top_box .company_name .big {
  font-size: 22px;
  font-weight: bold;
}
.header .header_right {
  padding-right: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  width: 47%;
  /* --------------------------- */
  /* メニュー（親）のスタイル */
  /* --------------------------- */
  /* --------------------------- */
  /* メニュー（親）の直接動作に関係する箇所 */
  /* --------------------------- */
  /* 親をhover時 */
  /* --------------------------- */
  /* メガメニュー(子)のスタイル */
  /* --------------------------- */
}
.header .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 10px;
  justify-content: flex-start;
  padding-top: 20px;
  font-size: 15px;
}
.header .header_right .menu_box .list .item a {
  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: #b40e2a;
}
.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;
}
.header .header_right .menu {
  position: relative;
}
.header .header_right .menu-parent {
  width: initial;
}
.header .header_right .menu-parent_a {
  display: block;
}
.header .header_right .menu-child_ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 10px;
}
@media (hover: hover) {
  .header .header_right .menu-parent:hover .menu-parent_a {
    transition: all 0.3s;
  }
}
.header .header_right .menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  color: #333;
}
.header .header_right .menu-child_ul {
  list-style-type: disc;
}
.header .header_right .menu-child_li {
  width: 260px;
  margin: 0 auto;
  line-height: 2;
}
.header .header_right .menu-child_li:hover {
  color: #b40e2a;
}
.header .header_right .child_text, .header .header_right .menu-child_li-a {
  text-align: center;
  font-size: 12px;
}
.header .header_right .child_text:hover, .header .header_right .menu-child_li-a:hover {
  color: #b40e2a;
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 821px) and (min-width: 768px) {
  .header .header_right {
    display: none;
  }
}
@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: space-between;
    width: 100%;
    height: 18.7vw;
    background: #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: 11vw;
    min-width: initial;
    padding-left: 2vw;
    padding-top: 4vw;
  }
  .sp_header .logo_box .logo_text {
    line-height: 1.3;
    font-size: 4vw;
    padding-top: 4vw;
  }
  .sp_header .logo_box .logo_text .logo_recruit {
    font-size: 4.5vw;
    font-weight: bold;
  }
}
.ham {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 10px;
  width: 90px;
  height: 80px;
  background: #b40e2a;
  transition: all 0.4s;
}
.ham a {
  display: none;
  width: 100%;
  height: 100%;
  background: #b40e2a;
  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;
  }
  .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: 6.5vw;
  }
  .ham span:nth-of-type(2) {
    top: 9.5vw;
  }
  .ham span:nth-of-type(3) {
    top: 12.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: 8.5vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 8.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: 70px;
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .copy_nav {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.copy_header .copy_nav .header_left {
  padding: 10px 0 0 20px;
}
.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;
  color: #000000;
}
.copy_header .copy_nav .header_left .title .top_box .flexbox {
  justify-content: flex-start;
  margin-top: 10px;
}
.copy_header .copy_nav .header_left .title .top_box .company_name {
  font-size: 17px;
  color: #000000;
  padding-left: 20px;
}
.copy_header .copy_nav .header_left .title .top_box .company_name .big {
  font-size: 22px;
  font-weight: bold;
}
.copy_header .copy_nav .header_right {
  padding-right: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  width: 45%;
  /* --------------------------- */
  /* メニュー（親）のスタイル */
  /* --------------------------- */
  /* --------------------------- */
  /* メニュー（親）の直接動作に関係する箇所 */
  /* --------------------------- */
  /* 親をhover時 */
  /* --------------------------- */
  /* メガメニュー(子)のスタイル */
  /* --------------------------- */
}
.copy_header .copy_nav .header_right .menu_box .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 10px;
  justify-content: flex-start;
  padding-top: 20px;
  font-size: 15px;
}
.copy_header .copy_nav .header_right .menu_box .list .item a {
  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: #b40e2a;
}
.copy_header .copy_nav .header_right .menu {
  position: relative;
}
.copy_header .copy_nav .header_right .menu-parent {
  width: initial;
}
.copy_header .copy_nav .header_right .menu-parent_a {
  display: block;
}
.copy_header .copy_nav .header_right .menu-child_ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 10px;
}
@media (hover: hover) {
  .copy_header .copy_nav .header_right .menu-parent:hover .menu-parent_a {
    transition: all 0.3s;
  }
}
.copy_header .copy_nav .header_right .menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  color: #333;
}
.copy_header .copy_nav .header_right .menu-child_ul {
  list-style-type: disc;
}
.copy_header .copy_nav .header_right .menu-child_li {
  width: 260px;
  margin: 0 auto;
  line-height: 2;
}
.copy_header .copy_nav .header_right .menu-child_li:hover {
  color: #b40e2a;
}
.copy_header .copy_nav .header_right .child_text, .copy_header .copy_nav .header_right .menu-child_li-a {
  text-align: center;
  font-size: 12px;
  font-feature-settings: "palt";
}
.copy_header .copy_nav .header_right .child_text:hover, .copy_header .copy_nav .header_right .menu-child_li-a:hover {
  color: #b40e2a;
}
@media screen and (max-width: 768px) {
  .copy_header .copy_nav {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .copy_header .copy_nav .item:not(:last-of-type) {
    padding: 0 5vw 0 0;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 1071px) and (min-width: 768px) {
  .copy_header .header_right .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 819px) and (min-width: 768px) {
  .copy_header .header_right {
    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;
  background: #F08300;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 10px;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #F08300;
  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: 1280px;
  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/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/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: 1280px;
    max-width: 100%;
    padding: 21.3vw 5vw;
    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 .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: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #b40e2a;
    box-sizing: border-box;
    color: #000000;
    font-size: 4.4vw;
    position: relative;
  }
  .ham_sitemap .sitemap01 .item a::before {
    position: absolute;
    content: ">";
    font-size: 4vw;
    color: #b40e2a;
    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 .companylogo_img {
    width: 60.4%;
    margin: 10vw auto 10vw;
  }
  .ham_sitemap .nav_contact {
    text-align: center;
  }
  .ham_sitemap .nav_contact .company_address {
    font-size: 4vw;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .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 .tel_num_sp .red {
    color: #b40e2a;
    font-size: 7vw;
    font-weight: bold;
    padding-left: 3vw;
  }
  .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 .tel_btn .tel_num {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: -10px auto 0;
    padding-left: 15px;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #474747;
  }
  .ham_sitemap .nav_contact .tel_btn .tel_num:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -10px;
    background: url(/recruit/images/common/phon_icon_green.webp) center/contain no-repeat;
    width: 20px;
    height: 25px;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 100%;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #600006;
}
.footer .inner {
  padding: 0;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.footer .gmap iframe {
  width: 620px;
  height: 403px;
}
.footer .menu_box {
  padding-top: 45px;
}
.footer .menu_box .list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
.footer .menu_box .list .item a {
  color: #fff;
  position: relative;
}
.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: #fff;
}
.footer .last_box {
  display: flex;
  margin: 0 auto;
  padding: 125px 80px 80px;
  justify-content: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  background-color: #600006;
}
.footer .last_box .company_logo {
  margin-bottom: 10px;
}
.footer .last_box .company_name {
  font-size: 35px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .last_box .textbox {
  margin-bottom: 20px;
}
.footer .last_box .textbox .address {
  color: #fff;
}
.footer .last_box .tel_num {
  font-size: 21px;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
  display: inline-block;
}
.footer .last_box .sitemap {
  display: flex;
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.footer .last_box .sitemap .item {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
.footer .last_box .sitemap .item::before {
  content: ">";
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  left: -20px;
  bottom: 50%;
  transform: translateY(50%);
  color: #F08300;
}
.footer .last_box .sitemap .item:last-of-type {
  margin-bottom: 0;
}
.footer .last_box .sitemap .indent {
  text-indent: 1em;
}
.footer .footer_bottom {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #600006;
}
.footer .footer_bottom .bottom_text {
  color: #fff;
  padding: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@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 5vw;
  }
  .footer .menu_box .list {
    display: block;
  }
  .footer .menu_box .list .item {
    margin-bottom: 3vw;
  }
  .footer .contact_box {
    padding: 10vw 3vw;
  }
  .footer .contact_box .contact_title {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  .footer .contact_box .contact_title .small {
    font-size: 5vw;
  }
  .footer .contact_box .white_box {
    padding: 5vw;
  }
  .footer .contact_box .white_box .top_box {
    margin-bottom: 55px;
  }
  .footer .contact_box .white_box .top_box .flexbox {
    flex-direction: column;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .footer .contact_box .white_box .top_box .flexbox .left_box {
    text-align: center;
  }
  .footer .contact_box .white_box .top_box .flexbox .left_box .tel_top {
    font-size: 4vw;
  }
  .footer .contact_box .white_box .top_box .flexbox .left_box .tel_num {
    font-size: 8vw;
  }
  .footer .contact_box .white_box .top_box .flexbox .left_box .tel_num::before {
    position: absolute;
    content: "";
    width: 7vw;
    height: 8vw;
    left: -8vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/recruit/images/common/tel_black.png) center/contain no-repeat;
  }
  .footer .contact_box .white_box .top_box .flexbox .right_box .flexbox {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
  .footer .contact_box .white_box .top_box .flexbox .right_box .flexbox .right_img {
    width: 40%;
  }
  .footer .contact_box .white_box .second_box {
    margin-bottom: 3vw;
  }
  .footer .contact_box .white_box .second_box .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 3vw;
    flex-wrap: wrap;
  }
  .footer .contact_box .white_box .second_box .flexbox .box {
    display: flex;
    flex-direction: column;
    row-gap: 5vw;
    width: 40vw;
    height: 40vw;
    justify-content: center;
    text-align: center;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .contact_box .white_box .second_box .flexbox .box::before {
    position: absolute;
    content: "";
    width: 5vw;
    height: 5vw;
    right: 2vw;
    bottom: 2vw;
    background: url(/recruit/images/common/f_yajirushi.webp) center/contain no-repeat;
  }
  .footer .contact_box .white_box .second_box .flexbox .box .box_text {
    font-size: 4vw;
  }
  .footer .contact_box .white_box .second_box .flexbox .box .imagebox {
    width: 40%;
    margin-bottom: 0;
  }
  .footer .contact_box .white_box .second_box .flexbox .box .estimate_img {
    width: 30%;
  }
  .footer .contact_box .third_box::before {
    position: absolute;
    content: "";
    width: 25vw;
    height: 11vw;
    bottom: 2vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 5;
    background: url(/recruit/images/index/yajirushi.png) center/contain no-repeat;
  }
  .footer .contact_box .third_box .flexbox {
    display: block;
    background-color: rgba(230, 230, 230, 0.5);
  }
  .footer .contact_box .third_box .imagebox {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .contact_box .third_box .textbox {
    font-size: 4.8vw;
    text-align: center;
    position: static;
    transform: initial;
    padding-bottom: 13vw;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 79vw;
  }
  .footer .last_box {
    display: block;
    margin: 0 auto;
    padding: 10vw 5vw;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .last_box .company_logo {
    margin-bottom: 3vw;
  }
  .footer .last_box .company_name {
    font-size: 8vw;
    margin-bottom: 5vw;
    text-align: center;
  }
  .footer .last_box .company_name .small {
    font-size: 5vw;
  }
  .footer .last_box .textbox {
    margin-bottom: 5vw;
    text-align: center;
  }
  .footer .last_box .tel_num {
    font-size: 8vw;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 10vw;
  }
  .footer .last_box .tel_num::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 7vw;
    left: 9vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/recruit/images/common/tel_orange.png) center/contain no-repeat;
  }
  .footer .last_box .sitemap {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-end;
  }
  .footer .last_box .sitemap .list01, .footer .last_box .sitemap .list02, .footer .last_box .sitemap .list03 {
    padding-left: 10vw;
    margin-bottom: 10vw;
  }
  .footer .last_box .sitemap .list03 {
    margin-bottom: 0;
  }
  .footer .last_box .sitemap .item {
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
    font-size: 4vw;
    position: relative;
  }
  .footer .last_box .sitemap .item::before {
    content: ">";
    position: absolute;
    font-weight: bold;
    font-size: 4vw;
    left: -20px;
    bottom: 50%;
    transform: translateY(50%);
    color: #F08300;
  }
  .footer .last_box .sitemap .item:last-of-type {
    margin-bottom: 0;
  }
  .footer .last_box .sitemap .indent {
    text-indent: 1em;
  }
  .footer .last_box .imagebox {
    margin-bottom: 10vw;
  }
  .footer .footer_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15vw;
  }
  .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;
  }
  .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/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%;
  }
}

.anchor {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 40vw;
  }
}

.sec01anchor {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .sec01anchor {
    padding-top: 25vw;
  }
}/*# sourceMappingURL=common.css.map */