@charset "UTF-8";
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #000;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: inherit;
  border: none;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

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

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  width: calc(100% - 40rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  background: #FFF;
  height: 5rem;
  padding: 2rem 0 !important;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: -0.2vw;
    left: 0;
    z-index: 1000;
    width: 100vw;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .logo {
  width: 33rem;
}

.hamburger {
  position: relative;
  z-index: 1001;
  display: block;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  text-align: center;
  top: 0.8rem;
}
.hamburger.active span:nth-child(1) {
  top: 1.6rem;
  left: 0.6rem;
  background: #999;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 1.6rem;
  background: #999;
  transform: rotate(45deg);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0.6rem;
  background: #999;
  transition: 0.3s ease-in-out;
  border-radius: 0.4rem;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 1.5rem;
}
.hamburger span:nth-child(3) {
  top: 3.2rem;
}

.header_menu {
  width: 100vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: #FFF;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .header_menu .menu {
    display: block;
    top: 83rem;
  }
}
.header_menu .wrap {
  display: none;
  height: 96.5vh;
}
.header_menu .wrap form > .ttl {
  font-size: 2.4rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_menu .wrap form > .ttl {
    font-size: 3.4rem;
    height: 12vw;
  }
}
.header_menu .wrap form .pages {
  color: red;
  padding-left: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .header_menu .wrap form .pages {
    font-size: 2.8rem;
  }
}
.header_menu .cat > .ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  padding-left: 8rem;
  background: #d8eff9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_menu .cat > .ttl {
    font-size: 2.8rem;
    height: 14vw;
  }
}
.header_menu .cat > .ttl i {
  color: #4db2de;
  margin-right: 0.5rem;
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 3.5rem;
  transform: translateY(-50%);
}
.header_menu .cat > .ttl:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #999;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header_menu .cat > .ttl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.header_menu .cat > .ttl.active {
  background: #f8dee3;
}
.header_menu .cat > .ttl.active:after {
  content: "\f077";
}
.header_menu .cat > .ttl.active i {
  color: #e16f6f;
}
.header_menu .cat:first-of-type .child01_box {
  display: block;
}
.header_menu .cat + .cat {
  border-top: 0.3rem solid #FFF;
}
.header_menu .cat.not_parent .child01 .child01_ttl::after {
  display: none;
  opacity: 0;
}
.header_menu .child01_box {
  display: none;
}
.header_menu .child01_box .child01 .child01_ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  padding-left: 8rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_menu .child01_box .child01 .child01_ttl {
    font-size: 2.8rem;
    height: 14vw;
  }
}
.header_menu .child01_box .child01 .child01_ttl i {
  font-size: 2rem;
  position: absolute;
  padding-top: 0.2rem;
  left: 5rem;
  cursor: pointer;
  z-index: 1002;
}
.header_menu .child01_box .child01 .child01_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 4rem;
  top: calc(50% - 0.1rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header_menu .child01_box .child01 .child01_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    top: calc(50% - 0.5rem);
    left: 3rem;
  }
}
.header_menu .child01_box .child01 .child01_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header_menu .child01_box .child01 .child01_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.header_menu .child01_box .child01 .child01_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.header_menu .child01_box .child01 .child01_ttl:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #999;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header_menu .child01_box .child01 .child01_ttl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.header_menu .child01_box .child01 .child01_ttl.active {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.header_menu .child01_box .child01 .child01_ttl.active:after {
  content: "\f077";
}
.header_menu .child01_box .child01 + .child01 .child01_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.header_menu .child02_box {
  display: none;
}
.header_menu .child02_box .child02 {
  padding: 0 3rem;
}
.header_menu .child02_box .child02 .child02_ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  margin-left: 5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_menu .child02_box .child02 .child02_ttl {
    font-size: 2.8rem;
    height: 12vw;
  }
}
.header_menu .child02_box .child02 .child02_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_menu .child02_box .child02 .child02_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    top: 0.3rem;
    right: 0.4rem;
  }
}
.header_menu .child02_box .child02 .child02_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header_menu .child02_box .child02 .child02_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.header_menu .child02_box .child02 .child02_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.header_menu .child02_box .child02 + .child02 .child02_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.header_menu .child03_box .child03 {
  padding-left: 5rem;
}
.header_menu .child03_box .child03 .child03_ttl {
  font-size: 1.8rem;
  height: 4.5vw;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  position: relative;
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_menu .child03_box .child03 .child03_ttl {
    font-size: 2.4rem;
    height: 12vw;
  }
}
.header_menu .child03_box .child03 .child03_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_menu .child03_box .child03 .child03_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
}
.header_menu .child03_box .child03 .child03_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header_menu .child03_box .child03 .child03_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.header_menu .child03_box .child03 .child03_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.header_menu .child01 > .child03_box .child03:first-child .child03_ttl {
  border-top: none;
}
.header_menu .child01 > .child03_box .child03 + .child03 .child03_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.header_menu .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
.header_menu .btn_box .all_clear_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 45%;
  height: 7rem;
  border-radius: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header_menu .btn_box .all_clear_btn {
    font-size: 2.8rem;
    width: 40%;
    height: 10rem;
  }
}
.header_menu .btn_box .serch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 40%;
  height: 7rem;
  color: #FFF;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  background: #e16f6f;
  border-radius: 2rem;
  margin-left: 5%;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 768px) {
  .header_menu .btn_box .serch_btn {
    font-size: 2.8rem;
    width: 45%;
    height: 10rem;
    margin-left: 3%;
  }
}

/* ======================================================================
 footer
====================================================================== */
.fixed_banner {
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06c755;
}
@media screen and (max-width: 768px) {
  .fixed_banner {
    width: 100vw;
    height: 12rem;
  }
}
.fixed_banner .img {
  width: 4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .fixed_banner .img {
    width: 8rem;
    margin-right: 2rem;
  }
}
.fixed_banner .txt {
  font-size: 2.5rem;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .fixed_banner .txt {
    font-size: 5rem;
  }
}

footer {
  padding: 5rem 0 !important;
}
footer .copy {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 2.2rem;
  }
}

/* ======================================================================
 main
====================================================================== */
main {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 12vw;
  }
}

.recruit_kv {
  position: relative;
}
.recruit_kv .box {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  right: 10%;
  text-align: right;
}
.recruit_kv .box .txt {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_kv .box .txt {
    margin-top: 0;
    font-size: 14px;
  }
}
.recruit_kv .box .txt span {
  display: block;
  font-size: 48px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_kv .box .txt span {
    font-size: 24px;
    margin-top: 0.5em;
  }
}
.recruit_kv > img {
  width: 100%;
}

.recruit_contents .list li {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit_contents .list li {
    margin-top: 30px;
  }
}
.recruit_contents .list li .ttl {
  text-align: center;
  position: relative;
  background: url("../img/recruit/bg01.png") no-repeat center;
  height: 326px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .recruit_contents .list li .ttl {
    background-size: 50%;
    height: 163px;
    margin-top: 7%;
  }
}
.recruit_contents .list li .ttl span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit_contents .list li .ttl span {
    font-size: 18px;
    line-height: 1.7;
  }
}
.recruit_contents .list li .img {
  width: 50%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .recruit_contents .list li .img {
    width: 90%;
  }
}
.recruit_contents .list li .img img {
  width: 100%;
}
.recruit_contents .list li .txt {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .recruit_contents .list li .txt {
    text-align: left;
    font-size: 12px;
  }
}

.recruit_menu {
  width: 100vw;
  transition: all 0.3s;
  background-color: #FFF;
  overflow-y: scroll;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .inner {
    width: 100%;
  }
}
.recruit_menu .wrap form > .ttl {
  font-size: 3rem;
  font-weight: bold;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit_menu .wrap form > .ttl {
    font-size: 3.4rem;
    height: 12vw;
  }
}
.recruit_menu .wrap form .pages {
  color: red;
  padding-left: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .wrap form .pages {
    font-size: 2.8rem;
  }
}
.recruit_menu .cat > .ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  padding-left: 8rem;
  background: #d8eff9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_menu .cat > .ttl {
    font-size: 2.8rem;
    height: 14vw;
  }
}
.recruit_menu .cat > .ttl i {
  color: #4db2de;
  margin-right: 0.5rem;
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 3.5rem;
  transform: translateY(-50%);
}
.recruit_menu .cat > .ttl:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #999;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .cat > .ttl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.recruit_menu .cat > .ttl.active {
  background: #f8dee3;
}
.recruit_menu .cat > .ttl.active:after {
  content: "\f077";
}
.recruit_menu .cat > .ttl.active i {
  color: #e16f6f;
}
.recruit_menu .cat:first-of-type .child01_box {
  display: block;
}
.recruit_menu .cat + .cat {
  border-top: 0.3rem solid #FFF;
}
.recruit_menu .cat.not_parent .child01 .child01_ttl::after {
  display: none;
  opacity: 0;
}
.recruit_menu .child01_box {
  display: none;
}
.recruit_menu .child01_box .child01 .child01_ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  padding-left: 8rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child01_box .child01 .child01_ttl {
    font-size: 2.8rem;
    height: 14vw;
  }
}
.recruit_menu .child01_box .child01 .child01_ttl i {
  font-size: 2rem;
  position: absolute;
  padding-top: 0.2rem;
  left: 5rem;
  cursor: pointer;
  z-index: 1002;
}
.recruit_menu .child01_box .child01 .child01_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 4rem;
  top: calc(50% - 0.1rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit_menu .child01_box .child01 .child01_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    top: calc(50% - 0.5rem);
    left: 3rem;
  }
}
.recruit_menu .child01_box .child01 .child01_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child01_box .child01 .child01_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.recruit_menu .child01_box .child01 .child01_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.recruit_menu .child01_box .child01 .child01_ttl:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #999;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child01_box .child01 .child01_ttl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.recruit_menu .child01_box .child01 .child01_ttl.active {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.recruit_menu .child01_box .child01 .child01_ttl.active:after {
  content: "\f077";
}
.recruit_menu .child01_box .child01 + .child01 .child01_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.recruit_menu .child02_box {
  display: none;
}
.recruit_menu .child02_box .child02 {
  padding: 0 3rem;
}
.recruit_menu .child02_box .child02 .child02_ttl {
  font-size: 2rem;
  height: 5vw;
  display: flex;
  align-items: center;
  margin-left: 5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child02_box .child02 .child02_ttl {
    font-size: 2.8rem;
    height: 12vw;
  }
}
.recruit_menu .child02_box .child02 .child02_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child02_box .child02 .child02_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    top: 0.3rem;
    right: 0.4rem;
  }
}
.recruit_menu .child02_box .child02 .child02_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child02_box .child02 .child02_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.recruit_menu .child02_box .child02 .child02_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.recruit_menu .child02_box .child02 + .child02 .child02_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.recruit_menu .child03_box .child03 {
  padding-left: 5rem;
}
.recruit_menu .child03_box .child03 .child03_ttl {
  font-size: 1.8rem;
  height: 4.5vw;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  position: relative;
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child03_box .child03 .child03_ttl {
    font-size: 2.4rem;
    height: 12vw;
  }
}
.recruit_menu .child03_box .child03 .child03_ttl input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child03_box .child03 .child03_ttl input[type=checkbox] {
    width: 3rem;
    height: 3rem;
  }
}
.recruit_menu .child03_box .child03 .child03_ttl input[type=checkbox]::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  color: #999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu .child03_box .child03 .child03_ttl input[type=checkbox]::before {
    font-size: 3rem;
    right: 4%;
  }
}
.recruit_menu .child03_box .child03 .child03_ttl input[type=checkbox]:checked::before {
  content: "\f14a";
}
.recruit_menu .child01 > .child03_box .child03:first-child .child03_ttl {
  border-top: none;
}
.recruit_menu .child01 > .child03_box .child03 + .child03 .child03_ttl {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.15);
}
.recruit_menu .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
.recruit_menu .btn_box .all_clear_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 45%;
  height: 7rem;
  border-radius: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_menu .btn_box .all_clear_btn {
    font-size: 2.8rem;
    width: 40%;
    height: 10rem;
  }
}
.recruit_menu .btn_box .serch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 40%;
  height: 7rem;
  color: #FFF;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.25);
  background: #e16f6f;
  border-radius: 2rem;
  margin-left: 5%;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 768px) {
  .recruit_menu .btn_box .serch_btn {
    font-size: 2.8rem;
    width: 45%;
    height: 10rem;
    margin-left: 3%;
  }
}
.recruit_menu .occupation_btn_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .occupation_btn_list {
    width: 92%;
    margin: 0 auto 10rem;
  }
}
.recruit_menu .occupation_btn_list .occupation_btn {
  width: 31.6333333333%;
  height: 10rem;
  border: 1px solid #DDD;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
}
.recruit_menu .occupation_btn_list .occupation_btn:nth-child(3n) {
  margin-right: 0;
}
.recruit_menu .occupation_btn_list .occupation_btn:nth-child(n+4) {
  margin-top: 1.5%;
}
@media screen and (max-width: 768px) {
  .recruit_menu .occupation_btn_list .occupation_btn {
    width: 47.7%;
    height: 20rem;
    margin-right: 0;
  }
  .recruit_menu .occupation_btn_list .occupation_btn:nth-child(odd) {
    margin-right: 2.5%;
  }
  .recruit_menu .occupation_btn_list .occupation_btn:nth-child(n+3) {
    margin-top: 2.5%;
  }
}
.recruit_menu .occupation_btn_list .occupation_btn_link {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu .occupation_btn_list .occupation_btn_link {
    font-size: 2.6rem;
  }
}
.recruit_menu.header_menu {
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu {
    margin-top: 8.8rem;
  }
}
.recruit_menu.header_menu .wrap {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .wrap {
    padding-top: 6rem;
  }
}
.recruit_menu.header_menu .occupation_btn_list {
  margin: 0 5rem;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .occupation_btn_list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .occupation_btn_list .occupation_btn {
    width: 47.7%;
  }
}
.recruit_menu.header_menu .menu {
  justify-content: center;
}
.recruit_menu.header_menu .menu .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link {
    width: 100%;
    margin: 0;
    display: block;
  }
}
.recruit_menu.header_menu .menu .link:first-child a:last-child::after {
  display: none;
}
.recruit_menu.header_menu .menu .link:last-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link:last-child {
    margin: 0;
  }
}
.recruit_menu.header_menu .menu .link a {
  font-family: "Amatic SC", cursive;
  font-size: 25px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link a {
    padding: 3% 0;
    display: block;
    text-align: center;
  }
}
.recruit_menu.header_menu .menu .link a:hover span {
  display: inline-block;
  -moz-transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link a:hover span {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
.recruit_menu.header_menu .menu .link a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/dot.png") no-repeat;
  width: 5px;
  height: 5px;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link a:after {
    display: none;
  }
}
.recruit_menu.header_menu .menu .link a:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/common/dot.png") no-repeat;
  width: 5px;
  height: 5px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .recruit_menu.header_menu .menu .link a:first-child:before {
    display: none;
  }
}
.recruit_menu.header_menu .menu .link a span {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.recruit_banner .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_banner .list {
    display: block;
    margin: 0;
  }
}
.recruit_banner .list li {
  width: 32%;
  border: 1px solid #DDD;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.recruit_banner .list li:not(:nth-child(3n)) {
  margin-right: 1.45%;
}
@media screen and (max-width: 768px) {
  .recruit_banner .list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_banner .list li {
    width: 100%;
    border: none;
    border-top: 1px solid #DDD;
    padding: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    border: none;
  }
}
.recruit_banner .list li .img {
  width: 100%;
  padding-top: 58%;
  position: relative;
}
.recruit_banner .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  border-radius: 1rem 1rem 0 0;
}
.recruit_banner .list li .txt {
  font-size: 1.6rem;
  padding: 1rem;
  line-height: 1.3;
}

.recruit_interview {
  margin: 5rem 20rem 0;
}
@media screen and (max-width: 768px) {
  .recruit_interview {
    margin: 5rem 0 0;
  }
}
.recruit_interview .interview_ttl {
  font-size: 3rem;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
    margin-left: 4%;
  }
}
.recruit_interview .interview_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_list {
    display: block;
  }
}
.recruit_interview .interview_list .interview_box {
  width: 32%;
  border: 1px solid #DDD;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.recruit_interview .interview_list .interview_box:not(:nth-child(3n)) {
  margin-right: 1.45%;
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_list .interview_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_list .interview_box {
    width: 100%;
    border: none;
    border-top: 1px solid #DDD;
    margin-bottom: 0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 4rem 4rem;
  }
}
.recruit_interview .interview_list .interview_box .ttl {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_list .interview_box .ttl {
    padding: 2rem 0;
    font-size: 2.8rem;
  }
}
.recruit_interview .interview_list .interview_box .box table {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .recruit_interview .interview_list .interview_box .box table {
    width: 100%;
  }
}
.recruit_interview .interview_list .interview_box .box .img {
  width: 100%;
  padding-top: 58%;
  position: relative;
}
.recruit_interview .interview_list .interview_box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  border-radius: 1rem 1rem 0 0;
}

.recruit_new_point .list li {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li {
    margin-top: 2px;
  }
}
.recruit_new_point .list li .tgl {
  position: relative;
  padding: 2rem;
  background: #d8eff9;
  border-bottom: 2px solid #FFF;
  font-weight: 700;
  font-size: 1.6rem;
}
.recruit_new_point .list li .tgl i {
  color: #4db2de;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .tgl {
    font-size: 2.8rem;
    padding: 3.5rem 4%;
    cursor: pointer;
  }
  .recruit_new_point .list li .tgl.active {
    background: #f8dee3;
  }
  .recruit_new_point .list li .tgl.active:after {
    content: "\f077";
  }
  .recruit_new_point .list li .tgl.active i {
    color: #e16f6f;
  }
  .recruit_new_point .list li .tgl:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #999;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .recruit_new_point .list li .tgl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.recruit_new_point .list li .job {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .job {
    display: block;
  }
}
.recruit_new_point .list li .job .box {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .job .box {
    width: 100%;
    margin-top: 4rem;
  }
  .recruit_new_point .list li .job .box .img {
    padding: 0 4%;
  }
  .recruit_new_point .list li .job .box .img > img {
    margin: 0 auto;
  }
}
.recruit_new_point .list li .job .box + .box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .job .box + .box {
    margin-top: 4rem;
  }
}
.recruit_new_point .list li .job .box.box2 {
  width: 100%;
}
.recruit_new_point .list li .job .box.box2 .img {
  text-align: center;
}
.recruit_new_point .list li .job .box.box2 .img img {
  max-width: 15rem;
  margin: 0 auto;
}
.recruit_new_point .list li .job .movie {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .job .movie {
    width: 92% !important;
    padding: 56.25% 0 0;
    margin: 0 0 0 4%;
  }
}
.recruit_new_point .list li .job .movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit_new_point .list li .job.not_slider .slick-list, .recruit_new_point .list li .job.not_slider .slick-track, .recruit_new_point .list li .job.not_slider .slick-slide {
  width: 100% !important;
  max-width: 100% !important;
}
.recruit_new_point .list li .job .input-payroll {
  border: 2px solid #CCC;
  padding: 10px;
}
.recruit_new_point .list li .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .ttl {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    padding: 0 4%;
  }
}
.recruit_new_point .list li .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .txt {
    font-size: 2.4rem;
    margin-top: 2rem;
    padding: 0 4% 5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li:not(:first-child) .tgl + .job {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li:not(:first-child) .tgl + .job.active {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li:not(:first-child) .tgl + .txt {
    display: none;
  }
}
.recruit_new_point .list li .staff_box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box {
    display: block;
    padding: 0 4rem;
  }
}
.recruit_new_point .list li .staff_box .detail {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail {
    margin-left: 0;
  }
}
.recruit_new_point .list li .staff_box .detail .profile {
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail .profile {
    margin-bottom: 5%;
  }
}
.recruit_new_point .list li .staff_box .detail .profile .name {
  font-size: 30px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail .profile .name {
    font-size: 20px;
    margin: 3% 0;
  }
}
.recruit_new_point .list li .staff_box .detail .profile .txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail .profile .txt {
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail .profile .area {
    width: 50%;
  }
}
.recruit_new_point .list li .staff_box .detail .profile .area img {
  width: auto;
}
.recruit_new_point .list li .staff_box .detail > .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .detail > .txt {
    line-height: 1.7;
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .staff_box .img {
    width: 70%;
    margin: 0 auto;
  }
}
.recruit_new_point .list li .onoff {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .onoff {
    padding: 0 4rem 4rem;
    width: auto;
  }
}
.recruit_new_point .list li .onoff .more {
  background: #fef3e7;
  padding: 3%;
  margin-top: 5%;
}
.recruit_new_point .list li .onoff .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .onoff .img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit_new_point .list li .cap {
    text-align: center;
    margin: 1em;
  }
}

.search_head {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .search_head {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_head .inner {
    width: 100%;
  }
}
.search_head .ttl {
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .search_head .ttl {
    padding: 4rem 4%;
    border-bottom: 1px solid #DDD;
  }
}
.search_head .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search_head .box {
    justify-content: space-between;
    font-size: 2.4rem;
  }
}
.search_head .box .num,
.search_head .box .change {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .search_head .box .num,
  .search_head .box .change {
    box-sizing: border-box;
    width: 50%;
    height: 8rem;
  }
}
.search_head .box .change {
  font-weight: 700;
  cursor: pointer;
  color: #FFF;
  background: #4db2de;
}
.search_head .box .change i {
  margin-right: 0.5rem;
}
.search_list {
  margin: 0 20rem;
}
@media screen and (max-width: 768px) {
  .search_list {
    margin: 0 auto;
    width: 92%;
  }
}
.search_list .ttl_area {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 70px 0 10px;
  font-size: 20px;
}
.search_list .ttl_pref {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
}
@media screen and (max-width: 779px) {
  .search_list .ttl_area {
    font-size: 18px;
  }
  .search_list .ttl_pref {
    font-size: 16px;
  }
}
.search_list .list {
  display: flex;
  flex-wrap: wrap;
}
.search_box {
  width: 32%;
  border: 1px solid #DDD;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.search_box:not(:nth-child(3n)) {
  margin-right: 1.45%;
}
@media screen and (max-width: 768px) {
  .search_box {
    width: 100%;
    border: none;
    border-top: 1px solid #DDD;
    padding: 0 1.5% 4rem;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .search_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.search_box .id {
  color: #999;
  font-size: 1.4rem;
  padding: 2rem 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .search_box .id {
    padding: 0;
    font-size: 2.4rem;
  }
}
.search_box .ttl {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .search_box .ttl {
    padding: 2rem 0;
    font-size: 2.8rem;
  }
}
.search_box .box table {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .search_box .box table {
    width: 100%;
  }
}
.search_box .box .img {
  width: 100%;
  padding-top: 58%;
  position: relative;
}
.search_box .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  border-radius: 1rem 1rem 0 0;
}
.search_pager {
  border-top: 2px solid #DDD;
  margin-top: 5rem;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .search_pager {
    padding: 5rem 0;
  }
}
.search_pager .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_pager .inner a {
  font-weight: 700;
  width: 33.33%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search_pager .inner a {
    font-size: 3rem;
  }
}
.search_pager .inner a i {
  margin: 0 0.5rem;
}
.search_pager .inner a.first {
  text-align: left;
}
.search_pager .inner a.first.hidden {
  visibility: hidden;
}
.search_pager .inner a.next {
  text-align: center;
}
.search_pager .inner a.next.hidden {
  visibility: hidden;
}
.search_pager .inner a.last {
  text-align: right;
}
.search_pager .inner a.last.hidden {
  visibility: hidden;
}
.search_pager .inner a.back {
  text-align: center;
  width: 100%;
}
.search_breadcrumb {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 1.5rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .search_breadcrumb {
    font-size: 2.2rem;
    padding: 2rem 0;
  }
}
.search_breadcrumb .inner {
  display: flex;
  align-items: center;
}
.search_breadcrumb .inner a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 0.5rem;
}
.search_change {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #FFF;
}
.search_change .head, .search_change .list, .search_change .btn {
  box-sizing: border-box;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .search_change .head, .search_change .list, .search_change .btn {
    width: 100%;
  }
}
.search_change .head {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .search_change .head {
    font-size: 3.6rem;
    padding: 3rem 0;
  }
}
.search_change .head .close {
  cursor: pointer;
  color: #999;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .search_change .head .close {
    font-size: 5rem;
    right: 4%;
  }
}
.search_change .list {
  border-top: 1px solid #DDD;
}
.search_change .list li {
  font-weight: 700;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search_change .list li {
    font-size: 2.8rem;
  }
}
.search_change .list li .tgl {
  position: relative;
}
.search_change .list li .tgl.active:after {
  content: "\f077";
}
.search_change .list li .tgl:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #999;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .search_change .list li .tgl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.search_change .list > li > .tgl {
  padding: 2rem;
  background: #d8eff9;
  border-bottom: 2px solid #FFF;
}
@media screen and (max-width: 768px) {
  .search_change .list > li > .tgl {
    padding: 3.5rem 4%;
  }
}
.search_change .list > li > .tgl.active {
  background: #f8dee3;
}
.search_change .list > li > .tgl.active i {
  color: #e16f6f;
}
.search_change .list > li > .tgl i {
  color: #4db2de;
  margin-right: 0.5rem;
}
.search_change .list .parent {
  display: none;
}
.search_change .list .parent > li > .tgl {
  padding: 2rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .search_change .list .parent > li > .tgl {
    padding: 3rem 8%;
  }
}
.search_change .list .child {
  display: none;
  margin-left: 4rem;
}
.search_change .list .child > li:not(:first-child) {
  border-top: 1px solid #DDD;
}
.search_change .list .child > li > .tgl {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .search_change .list .child > li > .tgl {
    padding: 2.5rem 3%;
  }
}
.search_change .list .gchild {
  display: none;
  margin-left: 8rem;
}
.search_change .list .gchild > label {
  font-weight: normal;
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .search_change .list .gchild > label {
    padding: 2rem 3%;
  }
}
.search_change .list .gchild > label:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.search_change .list .gchild > label input[type=checkbox]:checked + span {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f8dee3;
}
.search_change .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .search_change .btn {
    padding: 4rem 4%;
  }
}
.search_change .btn .clear, .search_change .btn .submit {
  cursor: pointer;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  font-weight: 700;
  width: 48.5%;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  height: 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search_change .btn .clear, .search_change .btn .submit {
    font-size: 2.8rem;
    height: 10rem;
    border-radius: 2rem;
  }
}
.search_change .btn .clear {
  border: 1px solid #999;
  background: #FFF;
}
.search_change .btn .submit {
  color: #FFF;
  background: #e16f6f;
}
.search_btn {
  padding-bottom: 2rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .search_btn {
    width: 100%;
  }
}
.search_btn .entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .search_btn .entry {
    margin-bottom: 3rem;
  }
}
.search_btn .entry a {
  color: #FFF;
  width: 32%;
  height: 5rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .search_btn .entry a {
    height: 10rem;
  }
}
.search_btn .entry a.recruit-top {
  background: #FFF;
  color: #e16f6f;
  border: 2px solid #e16f6f;
  position: relative;
}
.search_btn .entry a.recruit-top::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #e16f6f;
  border-bottom: 2px solid #e16f6f;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
}
.search_btn .entry a.web {
  background: #e16f6f;
}
.search_btn .entry a.qj {
  background: #c19f68;
}
.search_btn .entry a.line {
  background: #3cbb3c;
}
.search_btn a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .search_btn a {
    border-radius: 2rem;
    font-size: 2.8rem;
  }
}
.search_btn .more {
  background: #FFF;
  border: 2px solid #e16f6f;
  color: #e16f6f;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .search_btn .more {
    font-size: 3.4rem;
    height: 10rem;
  }
}
.search_detail .search_btn {
  margin: 4rem auto 7rem;
  padding: 2rem 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search_detail .search_btn {
    margin: 4rem auto;
    width: 92%;
  }
}
.search_detail .search_btn.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #FFF;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search_detail .search_btn.fixed {
    box-sizing: border-box;
    padding: 3rem 2rem 0;
  }
}
.search_detail .search_btn .entry a {
  height: 7rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .search_detail .search_btn .entry a {
    height: 10rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .inner {
    width: 100%;
  }
}
.search_detail .inner > .ttl {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .search_detail .inner > .ttl {
    font-size: 2.8rem;
    padding: 0 4%;
  }
}
.search_detail .search_table {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .search_detail .search_table {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    width: 92%;
  }
}
.search_detail .search_table th, .search_detail .search_table td {
  padding: 1rem;
}
.search_detail .search_table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .search_detail .search_table th {
    width: 30%;
  }
}
.search_detail .search_table td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .search_detail .search_table td {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .map {
    width: 92%;
    margin: 0 auto 6rem;
  }
}
.search_detail .map iframe {
  width: 100%;
  height: 50rem;
}
@keyframes arrow_scroll {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  2.1% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 80% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  80.1%, 100% {
    opacity: 0;
  }
}
.search_detail .google_map_btn_link {
  position: relative;
  display: block;
  margin: 40px auto 0;
  width: 400px;
  border: 1px solid rgb(3, 3, 3);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  .search_detail .google_map_btn_link {
    width: 92%;
    font-size: 4vw;
    line-height: 14.13333vw;
    margin: -4% auto 7%;
  }
}
.search_detail .google_map_btn_link .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 60px;
  height: 14px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .search_detail .google_map_btn_link .arrow {
    right: 2.66667vw;
    margin-top: -1.2vw;
    width: 8vw;
    height: 2.4vw;
  }
}
.search_detail .google_map_btn_link .arrow::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow_btn.svg) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .search_detail .google_map_btn_link .arrow::before {
    background: url(../img/common/arrow_btn_sp.svg) no-repeat center;
    background-size: 100%;
  }
}
.search_detail .google_map_btn_link:hover .arrow::before {
  animation: arrow_scroll 1.4s infinite;
}
.search_detail .list li {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li {
    margin-top: 2px;
  }
}
.search_detail .list li .tgl {
  position: relative;
  padding: 2rem;
  background: #d8eff9;
  border-bottom: 2px solid #FFF;
  font-weight: 700;
  font-size: 1.6rem;
}
.search_detail .list li .tgl i {
  color: #4db2de;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .tgl {
    font-size: 2.8rem;
    padding: 3.5rem 4%;
    cursor: pointer;
  }
  .search_detail .list li .tgl.active {
    background: #f8dee3;
  }
  .search_detail .list li .tgl.active:after {
    content: "\f077";
  }
  .search_detail .list li .tgl.active i {
    color: #e16f6f;
  }
  .search_detail .list li .tgl:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #999;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .search_detail .list li .tgl:after {
    font-size: 2rem;
    right: 4%;
  }
}
.search_detail .list li .job {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .job {
    display: block;
  }
}
.search_detail .list li .job .box {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .job .box {
    width: 100%;
    margin-top: 4rem;
  }
  .search_detail .list li .job .box .img {
    padding: 0 4%;
  }
  .search_detail .list li .job .box .img > img {
    margin: 0 auto;
  }
}
.search_detail .list li .job .box + .box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .job .box + .box {
    margin-top: 4rem;
  }
}
.search_detail .list li .job .box.box2 {
  width: 100%;
}
.search_detail .list li .job .box.box2 .img {
  text-align: center;
}
.search_detail .list li .job .box.box2 .img img {
  max-width: 15rem;
  margin: 0 auto;
}
.search_detail .list li .job .movie {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .job .movie {
    width: 92% !important;
    padding: 56.25% 0 0;
    margin: 0 0 0 4%;
  }
}
.search_detail .list li .job .movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search_detail .list li .job.not_slider .slick-list, .search_detail .list li .job.not_slider .slick-track, .search_detail .list li .job.not_slider .slick-slide {
  width: 100% !important;
  max-width: 100% !important;
}
.search_detail .list li .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .ttl {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    padding: 0 4%;
  }
}
.search_detail .list li .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .txt {
    font-size: 2.4rem;
    margin-top: 2rem;
    padding: 0 4% 5rem;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li:not(:first-child) .tgl + .job {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li:not(:first-child) .tgl + .job.active {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li:not(:first-child) .tgl + .txt {
    display: none;
  }
}
.search_detail .list li .staff_box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box {
    display: block;
    padding: 0 4rem;
  }
}
.search_detail .list li .staff_box .detail {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail {
    margin-left: 0;
  }
}
.search_detail .list li .staff_box .detail .profile {
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail .profile {
    margin-bottom: 5%;
  }
}
.search_detail .list li .staff_box .detail .profile .name {
  font-size: 30px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail .profile .name {
    font-size: 20px;
    margin: 3% 0;
  }
}
.search_detail .list li .staff_box .detail .profile .txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail .profile .txt {
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail .profile .area {
    width: 50%;
  }
}
.search_detail .list li .staff_box .detail .profile .area img {
  width: auto;
}
.search_detail .list li .staff_box .detail > .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .detail > .txt {
    line-height: 1.7;
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li .staff_box .img {
    width: 70%;
    margin: 0 auto;
  }
}
.search_detail .list li .onoff {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .onoff {
    padding: 0 4rem 4rem;
    width: auto;
  }
}
.search_detail .list li .onoff .more {
  background: #fef3e7;
  padding: 3%;
  margin-top: 5%;
}
.search_detail .list li .onoff .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search_detail .list li .onoff .img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search_detail .list li .cap {
    text-align: center;
    margin: 1em;
  }
}
.search_detail .kv > div {
  width: 100%;
  padding-top: 58%;
  position: relative;
}
.search_detail .kv > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.search_table {
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 90%;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .search_table {
    width: 100%;
    font-size: 2.4rem;
  }
}
.search_table tr:nth-child(2n) th, .search_table tr:nth-child(2n) td {
  background: #f5f5f5;
}
.search_table th, .search_table td {
  padding: 0.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .search_table th, .search_table td {
    padding: 1.6rem;
  }
}
.search_table th {
  font-weight: 700;
  width: 30%;
  white-space: nowrap;
}
.search_table th.center {
  text-align: center;
}
.search_table th i {
  color: #e16f6f;
  width: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search_table th i {
    width: 5rem;
  }
}
.search_table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .search_table._archive tr, .search_table._archive th, .search_table._archive td {
    display: block;
    width: 100%;
  }
}

.search_map {
  margin-bottom: 3rem;
}
.search_map .img {
  text-align: center;
}
.search_map .img img {
  width: auto;
  height: 716px;
}
.search_map .container > .ttl {
  background: url("../img/common/salon_ttl.png") no-repeat center top;
  font-family: "Amatic SC", cursive;
  text-align: center;
  width: 100%;
  height: 130px;
  font-size: 50px;
}
.search_map .container > .ttl span {
  display: block;
  padding-top: 40px;
}
.search_map .area {
  position: absolute;
  z-index: 1;
  width: 180px;
}
.search_map .area.hokkaido_tohoku {
  right: 120px;
  top: 200px;
}
.search_map .area.kanto {
  right: 120px;
  bottom: 200px;
}
.search_map .area.chubu {
  right: 290px;
  bottom: 100px;
}
.search_map .area.kinki, .search_map .area.kansai {
  left: 300px;
  bottom: 330px;
}
.search_map .area.chugoku_shikoku {
  bottom: 30px;
  left: 350px;
}
.search_map .area.kyusyu_okinawa, .search_map .area.kyushu_okinawa {
  left: 0;
  bottom: 180px;
}
.search_map .area .ttl {
  font-weight: bold;
  border-bottom: 1px dashed;
  font-size: 18px;
  padding: 7px 5px;
}
.search_map .area .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5px;
}
.search_map .area .link a {
  font-size: 16px;
  margin-right: 1em;
  margin-top: 15px;
}

@media screen and (max-width: 779px) {
  .search_map .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search_map .container > .ttl {
    background: url("../img/common/sm/salon_ttl.png") no-repeat center;
    background-size: 100%;
    font-size: 35px;
  }
  .search_map .area {
    position: static;
    width: 100%;
    margin-top: 6%;
  }
  .search_map .area:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .search_map .area .ttl {
    font-size: 16px;
  }
  .search_map .area .link a {
    font-size: 14px;
  }
}
/* ======================================================================
 background-movie
====================================================================== */
.main_movie {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: 5rem;
  position: relative;
  padding-top: 56.25%;
}
.main_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ======================================================================
 under
====================================================================== */
.under_head {
  padding: 70px 0;
}

@media screen and (max-width: 779px) {
  .under_head {
    padding: 1.2rem 0 0;
  }
}
.under_head .ttl {
  font-family: "Amatic SC", cursive;
  text-align: center;
  height: 130px;
  font-size: 50px;
}

@media screen and (max-width: 779px) {
  .under_head .ttl {
    font-size: 35px;
  }
}
.under_head .ttl span {
  display: block;
}

.under_head.search {
  padding-bottom: 0;
}

.under_head.search .ttl {
  background: url("../img/common/salon_ttl.png") no-repeat center top;
}

@media screen and (max-width: 779px) {
  .under_head.search .ttl {
    background: url("../img/common/sm/salon_ttl.png") no-repeat center;
    background-size: 100%;
  }
}
.under_head.search .ttl span {
  padding-top: 40px;
}/*# sourceMappingURL=style_search.css.map */