@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL 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, 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;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

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

.hidden {
  display: none;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  main {
    padding-top: 80px;
  }

  .container {
    min-width: 1083px;
  }

  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
    min-height: 100vh;
  }

  main {
    /*padding-top: 0.61rem;*/
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md {
    display: none !important;
  }
}
header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-logo .logo-image {
  display: block;
}

.menu-list a {
  color: #fff;
  display: block;
  font-weight: 500;
}

.button-header a {
  -webkit-transition: all 0.5s ease !important;
}
.button-header a:hover {
  opacity: 0.6 !important;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1100px;
    height: 80px;
  }
  header .wrapper {
    padding: 24px 0 22px;
    width: 910px;
  }

  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -49%);
        transform: translate(-50%, -49%);
  }
  .header-logo .logo-image {
    width: 171px;
    height: auto;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 18px;
  }
  .header-navigation .header-logo, .header-navigation .menu-list-two {
    -ms-flex-order: 1;
        order: 1;
  }
  .header-navigation .header-logo {
    padding: 0 20px;
  }

  .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7px;
  }
  .menu-list:first-child {
    max-width: 360px;
  }
  .menu-list:last-child {
    max-width: 400px;
  }
  .menu-list li {
    padding: 5px;
  }
  .menu-list li:not(.button-header) a::after {
    content: "";
    position: absolute;
    background: #fff;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.4s;
    bottom: -2px;
    left: 15px;
    width: calc(100% - (15px * 2));
    height: 1px;
  }
  .menu-list li:not(.button-header) a:hover::after {
    transition: transform 0.2s;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .menu-list a {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0.25em;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .wf-active .menu-list a {
    opacity: 1;
  }
  .menu-list .button-header {
    padding-left: 20px;
  }
  .menu-list .button-header a {
    padding: 3px 23px 1px;
    background: #fff;
    color: #000;
    letter-spacing: 0.15em;
  }

  .menu-list-two {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.61rem;
  }
  header .wrapper {
    text-align: right;
    padding: 0.14rem 0.2rem;
    min-height: 0.6rem;
  }

  .header-logo {
    width: 100%;
  }
  .header-logo .logo-image {
    width: 1.1rem;
    margin: 0 auto;
  }

  .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - .6rem);
    overflow-y: auto;
    top: 0.6rem;
    left: 0;
    z-index: 99999;
    background: #000;
    display: none;
  }

  .menu-list li {
    text-align: center;
    padding: 0.05rem;
  }
  .menu-list a {
    color: #fff;
    font-size: 0.16rem;
    padding: 0.15rem;
  }

  .button-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .button-menu-hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    width: 0.16rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transition-property: transform;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .button-menu-hamburger::before, .button-menu-hamburger::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .button-menu-hamburger::before {
    top: -0.06rem;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  .button-menu-hamburger::after {
    bottom: -0.06rem;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .button-menu.is-active .button-menu-hamburger {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .button-menu.is-active .button-menu-hamburger::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
  }
  .button-menu.is-active .button-menu-hamburger::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #000;
}
footer .footer-navigation a, footer .footer-link a {
  color: #fff;
  font-weight: bold;
}
footer .footer-navigation a:hover, footer .footer-link a:hover {
  opacity: 0.7;
}
footer small {
  color: #fff;
}
footer small .text-entity {
  color: transparent;
  text-shadow: 0 0 #fff;
}
footer .footer-social li {
  display: inline-block;
}
footer .footer-social a:hover {
  opacity: 0.7;
}
footer .footer-logo .logo-image {
  display: inline-block;
}
footer .footer-language a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-language .is-current {
  pointer-events: none;
}
footer .footer-language .is-current span {
  color: #fff;
}
footer .footer-language .is-current::after {
  color: #fff;
}
footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-language {
  position: relative;
}
footer .footer-language li {
  display: inline-block;
  position: relative;
}
footer .footer-language li:not(:last-child)::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.is-tablet footer .footer-language li:not(:last-child)::after {
  top: 5px;
}
footer .footer-language li span, footer .footer-language li a {
  display: inline-block;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 100px 0 110px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo .logo-image {
    width: 171px;
    height: auto;
  }

  .footer-navigation li:not(:last-child)::after, .footer-link li:not(:last-child)::after {
    content: "｜";
    color: #fff;
    display: inline-block;
  }

  .footer-navigation {
    margin-bottom: 29px;
  }
  .footer-navigation a {
    letter-spacing: 0.155em;
    font-size: 17px;
  }
  .footer-navigation li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-navigation li::after {
    margin-left: 16px;
    font-size: 17px;
  }

  .footer-social {
    margin-bottom: 26px;
  }
  .footer-social li {
    display: inline-block;
    padding: 0 15px;
  }
  .footer-social .is-instagram {
    padding-left: 18px;
  }

  .footer-link {
    margin-bottom: 12px;
  }
  .footer-link a {
    font-size: 12px;
    letter-spacing: 0.204em;
  }
  .footer-link li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-link li::after {
    margin-left: 14px;
    font-size: 12px;
  }

  .footer-bottom {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-bottom small {
    font-size: 12px;
    letter-spacing: 0.204em;
  }

  .footer-language {
    top: -3px;
  }
  .footer-language li {
    margin: 0;
  }
  .footer-language li:not(:last-child)::after {
    height: 54%;
    position: absolute;
    top: 4px;
    right: -1px;
  }
  .footer-language span, .footer-language a {
    min-width: 21px;
    font-size: 12px;
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding: 0.18rem 0 0.22rem;
  }

  .footer-logo, .footer-social, .footer-link, .footer-bottom {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .footer-logo .logo-image {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer-logo .logo-image img {
    width: 100%;
  }

  .footer-link li {
    padding: 0.045rem;
    border-top: 0.01rem solid #fff;
  }
  .footer-link a {
    font-size: 0.11rem;
    padding: 0.08rem 0.1rem;
    text-align: center;
    display: block;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .footer-social li {
    margin: 0 0.22rem;
  }
  .footer-social li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer-social .is-youtube {
    width: 0.29rem;
  }
  .footer-social .is-instagram {
    width: 0.25rem;
  }

  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom .footer-language, .footer-bottom small {
    border-top: 0.01rem solid #fff;
  }
  .footer-bottom .footer-language {
    padding: 0.08rem 0.05rem 0.07rem;
  }
  .footer-bottom small, .footer-bottom .footer-language {
    width: 100%;
  }
  .footer-bottom small {
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    font-size: 0.09rem;
    letter-spacing: 0.204em;
    font-weight: bold;
    display: block;
    padding: 0.18rem 0.05rem 0;
    color: #8d8d8d;
  }
  .footer-bottom .footer-language {
    text-align: center;
  }
  .footer-bottom .footer-language span, .footer-bottom .footer-language a {
    min-width: 48px;
    font-size: 0.11rem;
    letter-spacing: 0.25em;
    padding: 0.05rem;
  }
  .footer-bottom .footer-language li {
    margin-right: 0;
  }
  .footer-bottom .footer-language li:not(:last-child)::after {
    height: 39%;
    position: absolute;
    top: 0.07rem;
    right: -0.01rem;
  }
}
.section-sub-keyvisual {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99;
}
.section-sub-keyvisual.no-background .keyvisual-title {
  color: #000;
}
.section-sub-keyvisual .keyvisual-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: all 0.2s ease;
}
.wf-active .section-sub-keyvisual .keyvisual-title {
  opacity: 1;
}
.section-sub-keyvisual .keyvisual-title > span {
  display: block;
}
.section-sub-keyvisual .keyvisual-title .title-big {
  letter-spacing: 0.115em;
}
.section-sub-keyvisual .keyvisual-title .title-small {
  letter-spacing: 0.2em;
}
.section-sub-keyvisual .keyvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-sub-keyvisual .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-sub-keyvisual .keyvisual-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.section-sub-keyvisual.is-contact .keyvisual-background::after {
  background: rgba(0, 0, 0, 0.1);
}

@media print, (min-width: 768px) {
  .section-sub-keyvisual {
    min-height: 420px;
    padding-bottom: 136px;
    padding-top: 129px;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-bottom: 75px;
    padding-top: 156px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-sub-keyvisual {
    min-height: 1.15rem;
    padding: 15px 0;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 0.28rem;
    line-height: 1.07;
    margin-bottom: 0.04rem;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 0.09rem;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-top: 0.35rem;
    padding-bottom: 0.42rem;
  }
  .section-sub-keyvisual.no-background .title-small {
    font-size: 0.11rem;
  }
  .section-sub-keyvisual .keyvisual-background {
    max-width: 100%;
  }
}
.section-page-description {
  text-align: center;
  font-weight: bold;
}
.section-page-description .page-description-button a {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.184em;
}

@media print, (min-width: 768px) {
  .section-page-description {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.155em;
    padding: 139px 0 163px;
  }
  .section-page-description.is-recruit {
    padding: 110px 0 162px;
  }
  .section-page-description.is-recruit h2 {
    font-size: 22px;
    margin-bottom: 26px;
  }
  .section-page-description.is-recruit p {
    font-size: 20px;
    line-height: 1.5;
  }
  .section-page-description.is-recruit p:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-page-description.is-thanks {
    padding: 119px 0 244px;
  }
  .section-page-description.is-thanks .page-description-title {
    font-size: 25px;
    margin-bottom: 42px;
  }
  .section-page-description.is-thanks .page-description-text {
    margin-bottom: 29px;
  }
  .section-page-description.is-thanks .page-description-button {
    margin-top: 86px;
  }
  .section-page-description.is-thanks .page-description-button a {
    font-size: 16px;
    min-width: 218px;
    min-height: 50px;
    padding: 11px 10px 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-page-description {
    font-size: 0.12rem;
    letter-spacing: 0.2em;
    padding: 0.37rem 0 0.42rem;
    text-align: left;
    line-height: 1.6;
  }
  .section-page-description .page-description-text {
    width: 2.45rem;
    margin: 0 auto;
    text-align: justify;
  }
  .section-page-description.is-recruit {
    text-align: center;
    padding: 0.35rem 0 0.45rem;
  }
  .section-page-description.is-recruit h2 {
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
  }
  .section-page-description.is-recruit p {
    font-size: 0.1rem;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .section-page-description.is-recruit p:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-page-description.is-thanks {
    padding: 0.35rem 0 0.6rem;
    text-align: center;
  }
  .section-page-description.is-thanks .page-description-title {
    font-size: 0.14rem;
    margin-bottom: 0.19rem;
  }
  .section-page-description.is-thanks .page-description-text {
    font-size: 0.1rem;
    line-height: 2;
    margin-bottom: 0.2rem;
    width: auto;
    text-align: center;
  }
  .section-page-description.is-thanks .page-description-button {
    margin-top: 0.56rem;
  }
  .section-page-description.is-thanks .page-description-button a {
    font-size: 0.12rem;
    min-width: 2.6rem;
    min-height: 0.5rem;
    padding: 0.16rem 0.1rem 0.14rem;
  }
}
.part-contact .contact-inner {
  position: relative;
}
.part-contact .contact-inner::before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
}
.part-contact .contact-title, .part-contact .contact-description, .part-contact .contact-time {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.part-contact .contact-link {
  text-align: center;
}
.part-contact .contact-link a {
  background: #000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .part-contact .contact-inner {
    padding: 49px 0 242px;
  }
  .part-contact .contact-inner::before {
    width: 100%;
  }
  .part-contact .contact-title {
    font-size: 25px;
    letter-spacing: 0.2em;
    margin-bottom: 29px;
  }
  .part-contact .contact-description {
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 39px;
  }
  .part-contact .contact-description address {
    margin-bottom: 22px;
  }
  .part-contact .contact-link {
    margin-bottom: 15px;
  }
  .part-contact .contact-link a {
    font-size: 21px;
    letter-spacing: 0.3em;
    width: 456px;
    height: 80px;
    padding: 25px 10px 20px 140px;
    position: relative;
    pointer-events: none;
    text-align: left;
    background: #000 url(../img/contact/icon_phone_white.svg) no-repeat left 56px top 18px/40px;
  }
  .part-contact .contact-time {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767.98px) {
  .part-contact .contact-inner {
    padding: 0.5rem 0 0.56rem;
    position: relative;
  }
  .part-contact .contact-inner::before {
    width: 3rem;
  }
  .part-contact .contact-title {
    font-size: 0.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.27rem;
  }
  .part-contact .contact-description {
    font-size: 0.14rem;
    line-height: 1.78;
    margin-bottom: 0.55rem;
  }
  .part-contact .contact-description address {
    margin-bottom: 0.23rem;
  }
  .part-contact .contact-link {
    margin-bottom: 0.1rem;
  }
  .part-contact .contact-link a {
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    width: 2.6rem;
    height: 0.5rem;
    padding: 0.14rem 0.05rem 0.1rem 0.75rem;
    text-align: left;
    position: relative;
    background: #000 url(../img/contact/icon_phone_white.svg) no-repeat left 0.24rem top 0.12rem/0.25rem;
  }
  .part-contact .contact-time {
    font-size: 0.11rem;
    letter-spacing: 0.2em;
  }
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}

.label-primary {
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.label-primary::after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
}
@media print, (min-width: 768px) {
  .label-primary {
    font-size: 16px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
  .label-primary::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-primary {
    font-size: 0.14rem;
    padding-bottom: 0.02rem;
    position: relative;
  }
  .label-primary::after {
    width: 3rem;
  }
}

.title-primary {
  color: #000;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .title-primary {
    font-size: 100px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.33rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.05rem;
  }
}

.button-primary {
  color: #fff;
  background: #000;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.184em;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to right, #f0f, #00dedb);
  overflow: hidden;
  z-index: 1;
}
.button-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #000;
}
.button-primary:hover::before {
  left: 100%;
}
.button-primary > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.button-primary > input:disabled {
  background: #000;
}
@media print, (min-width: 768px) {
  .button-primary {
    min-width: 300px;
    min-height: 50px;
    padding: 16px 10px 13px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 2.6rem;
    min-height: 0.5rem;
    padding: 0.17rem 0.1rem 0.15rem;
    font-size: 0.12rem;
  }
}

.tag {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tag.tag-gray {
  background: #666;
}
.tag.tag-border {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: calc( 100% - 2px );
}
.tag.tag-border span {
  top: 0;
}

@media print, (min-width: 768px) {
  .tag {
    font-size: 14px;
    letter-spacing: 0.2em;
    min-width: 90px;
    padding: 0 2px;
  }
  .tag span {
    position: relative;
    top: 1.1px;
  }

  .is-tablet .tag {
    padding: 0 2px 3px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    font-size: 0.1rem;
    min-width: 0.7rem;
    padding: 0.01rem 0.02rem;
  }
  .tag span {
    letter-spacing: 0.12em;
    top: 0.005rem;
  }
}
.keyvisual-link {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.13em;
  z-index: 1;
  background-image: linear-gradient(to right, #f0f, #00dedb);
}
.keyvisual-link::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.keyvisual-link:hover::before {
  width: 100%;
}
.keyvisual-link > span {
  display: block;
}
.keyvisual-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-43%);
      transform: translateY(-43%);
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat center center/contain;
}
.keyvisual-link .link-text {
  opacity: 0;
  transition: all 0.24s ease;
}
.wf-active .keyvisual-link .link-text {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .keyvisual-link {
    display: block;
    position: fixed;
    top: 280px;
    right: 60px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 25px 11px 26px;
  }
  .keyvisual-link .link-title {
    font-size: 20px;
    margin-bottom: 2px;
    letter-spacing: 0.13em;
  }
  .keyvisual-link .link-text {
    font-size: 11px;
  }
  .keyvisual-link .text-small {
    font-size: 8px;
  }
  .keyvisual-link::after {
    right: 10px;
    width: 7px;
    height: 14px;
  }
}
@media print, (min-width: 768px) {
  .form-inner {
    padding: 107px 0 243px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-inner {
    padding: 38px 0 48px;
  }
}
.contact-form .form-input {
  background: #e3e3e3;
}
.contact-form .form-label {
  text-align: right;
  color: #808080;
  font-weight: bold;
}
.contact-form .input-label {
  color: #251714;
  font-weight: bold;
}
.contact-form .input-label.is-require::after {
  content: "＊";
  font-weight: bold;
  font-size: inherit;
  color: #808080;
}
.contact-form .input-form input, .contact-form .input-form textarea, .contact-form .input-form select {
  background: transparent;
  outline: none;
  font-weight: bold;
  font-size: inherit;
}
.contact-form .input-form input:-ms-input-placeholder, .contact-form .input-form textarea:-ms-input-placeholder {
  color: #939393;
  font-weight: bold;
  font-size: inherit;
}
.contact-form .input-form input::placeholder, .contact-form .input-form textarea::placeholder {
  color: #939393;
  font-weight: bold;
  font-size: inherit;
}
.contact-form .input-form textarea {
  resize: vertical !important;
  width: 100%;
  height: 100%;
}
.contact-form .input-form select {
  cursor: pointer;
}
.contact-form .input-form input, .contact-form .input-form select {
  width: 100%;
}
.contact-form .input-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .input-form.is-row .list-checkbox,
.contact-form .input-form.is-row .wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form .is-textarea .input-form {
  position: relative;
}
.contact-form .is-textarea .input-form .custom-resize {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.contact-form .is-checkbox .input-label span {
  font-weight: bold;
  font-size: inherit;
  color: #808080;
}
.contact-form .is-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact-form .is-checkbox .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-form .is-checkbox .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: inline-block;
  background: #fff;
}
.contact-form .is-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #fff;
}
.contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.contact-form .is-checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.contact-form .is-checkbox .wpcf7-list-item label input[type=radio] ~ .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.contact-form .form-file {
  font-weight: bold;
  color: #251714;
}
.contact-form .form-file .wpcf7-form-control-wrap {
  display: none;
}
.contact-form .form-file .button-upload {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form .form-file .button-upload:hover {
  text-decoration: none;
}
.contact-form .form-file .file-value {
  display: none;
}
.contact-form .form-file .file-value span {
  display: inline-block;
  vertical-align: middle;
}
.contact-form .form-file .is-require {
  color: #808080;
}
.contact-form .form-submit,
.contact-form .form-confirm {
  text-align: center;
  position: relative;
}
.contact-form .form-submit .wpcf7-spinner,
.contact-form .form-confirm .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin: 0;
}
.contact-form .form-text {
  font-weight: bold;
}
.contact-form .form-text p {
  display: -ms-flexbox;
  display: flex;
}
.contact-form .form-text p::before {
  content: "※";
  font-size: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form .form-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-form .form-text a:hover {
  text-decoration: none;
}
.contact-form .form-confirm {
  font-weight: bold;
}
.contact-form .form-confirm.is-checkbox .wpcf7-list-item-label::before {
  border: 1px solid #000;
}
.contact-form .is-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form .is-column .input-column {
  width: 50%;
}

@media print, (min-width: 768px) {
  .contact-form {
    width: 550px;
    margin: 0 auto;
  }
  .contact-form .form-input {
    margin-bottom: 50px;
  }
  .contact-form .form-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-form .input-label {
    font-size: 17px;
    padding-top: 23px;
    padding-bottom: 13px;
  }
  .contact-form .input-form {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-form .input-form.is-row .wpcf7-list-item {
    width: 38%;
  }
  .contact-form .input-form.is-row .wpcf7-form-control-wrap {
    margin-bottom: -28px;
  }
  .contact-form .is-textarea .input-form {
    padding: 0;
  }
  .contact-form .is-textarea .input-form .custom-resize {
    width: 40px;
    height: 46px;
    background: #e3e3e3 url(../img/common/icon_resize.svg) no-repeat center center/21px;
  }
  .contact-form .is-textarea textarea {
    padding: 15px 32px;
    min-height: 327px;
  }
  .is-safari .contact-form .is-textarea .wpcf7-form-control-wrap {
    padding: 15px 10px 15px 32px;
  }
  .is-safari .contact-form .is-textarea textarea {
    padding: 0;
  }
  .contact-form .is-textarea.textarea-small textarea {
    min-height: 180px;
  }
  .contact-form .input-label, .contact-form .input-form {
    min-height: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .contact-form .is-checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .contact-form .is-checkbox .wpcf7-list-item label {
    padding-top: 2px;
    padding-left: 46px;
    font-size: 16px;
  }
  .is-mac .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    margin-top: 1px;
  }
  .is-tablet .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-top: 0;
  }
  .is-tablet .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 50%;
  }
  .is-tablet .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 6px;
  }
  .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 50%;
    left: 2px;
    height: 20px;
    width: 20px;
  }
  .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 3px;
    left: 4px;
    width: 18px;
    height: 14px;
    background: url(../img/common/icon_check.svg) no-repeat center center/18px;
  }
  .contact-form .is-checkbox .is-row .wpcf7-list-item:last-child {
    margin-bottom: 32px;
  }
  .contact-form .form-file {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: -30px;
  }
  .contact-form .form-file .file-value {
    margin-top: 5px;
  }
  .contact-form .form-file .wpcf7-file-delete {
    margin-left: 10px;
  }
  .contact-form .form-file .is-require {
    font-size: 14px;
  }
  .contact-form .form-text {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 65px;
    margin-right: -2px;
  }
  .contact-form .form-text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .contact-form .form-text p::before {
    margin-right: 5px;
  }
  .contact-form .form-confirm {
    margin-bottom: 70px;
  }
  .contact-form .form-confirm label {
    font-size: 20px !important;
  }
  .contact-form .form-confirm .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 28px;
  }
  .contact-form .form-submit .button-primary {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    min-width: 218px;
    padding: 15px 10px 12px;
  }
  .contact-form .is-checkbox + .form-text, .contact-form .is-textarea + .form-text {
    margin-top: -26px;
    margin-bottom: 22px;
  }

  .is-tablet .contact-form .form-confirm.is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 50%;
  }
  .is-tablet .contact-form .form-confirm.is-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    top: 7px;
  }

  .is-mac .contact-form .form-confirm.is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 60%;
  }

  .is-mac .is-checkbox + .form-text .contact-form .is-textarea + .form-text span {
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form {
    width: 3rem;
    margin: 0 auto;
  }
  .contact-form .form-input {
    margin-bottom: 0.28rem;
  }
  .contact-form .form-input:last-child {
    margin-bottom: 0.11rem;
  }
  .contact-form .form-label {
    font-size: 0.12rem;
    margin-bottom: 0.03rem;
  }
  .contact-form .input-label {
    font-size: 0.12rem;
    padding-top: 0.1rem;
    padding-bottom: 0.05rem;
  }
  .contact-form .input-form {
    font-size: 0.14rem;
    padding-top: 0.07rem;
    padding-bottom: 0.05rem;
  }
  .contact-form .input-form.is-row {
    margin-bottom: -0.11rem;
  }
  .contact-form .input-form.is-row .wpcf7-list-item {
    width: 50%;
  }
  .contact-form .is-textarea .input-form {
    padding: 0;
  }
  .contact-form .is-textarea .input-form .custom-resize {
    width: 0.21rem;
    height: 0.27rem;
    background: #e3e3e3 url(../img/common/icon_resize.svg) no-repeat center center/0.11rem;
  }
  .contact-form .is-textarea textarea {
    padding: 0.07rem 0.17rem 0.05rem;
    min-height: 1.77rem;
  }
  .contact-form .is-textarea.textarea-small textarea {
    min-height: 0.725rem;
  }
  .contact-form .input-label, .contact-form .input-form {
    min-height: 0.325rem;
    padding-left: 0.17rem;
    padding-right: 0.17rem;
  }
  .contact-form .is-checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 0.11rem;
  }
  .contact-form .is-checkbox .wpcf7-list-item label {
    padding-top: 0.03rem;
    padding-left: 0.27rem;
    font-size: 0.12rem;
  }
  .is-mac .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    margin-top: 0.01rem;
  }

  .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
    top: 0.03rem;
    left: -0.01rem;
    width: 0.18rem;
    height: 0.14rem;
    background: url(../img/common/icon_check.svg) no-repeat center center/0.18rem;
  }
  .contact-form .form-file {
    font-size: 0.14rem;
    margin-bottom: 0.16rem;
    margin-top: -0.17rem;
  }
  .contact-form .form-file .file-value {
    margin-top: 0.05rem;
  }
  .contact-form .form-file .wpcf7-file-delete {
    margin-left: 0.1rem;
  }
  .contact-form .form-file .is-require {
    font-size: 0.12rem;
  }
  .contact-form .form-text {
    font-size: 0.1rem;
    line-height: 1.75;
    margin-bottom: 0.25rem;
    margin-right: -0.01rem;
  }
  .contact-form .form-text p::before {
    margin-right: 0.05rem;
  }
  .contact-form .form-confirm {
    font-size: 0.12rem;
    margin-bottom: 0.36rem;
  }
  .contact-form .is-checkbox + .form-text, .contact-form .is-textarea + .form-text {
    margin-top: -0.18rem;
    margin-bottom: 0.16rem;
  }
}
.section-recruit-information .information-inner dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-recruit-information .information-inner dt span {
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.section-recruit-information .information-inner dt span::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #251714;
}
.section-recruit-information .information-inner dd p:first-child, .section-recruit-information .information-inner dd ul:first-child, .section-recruit-information .information-inner dd ol:first-child, .section-recruit-information .information-inner dd address:first-child, .section-recruit-information .information-inner dd .block:first-child {
  margin-top: 0 !important;
}
.section-recruit-information .information-inner dd .block p, .section-recruit-information .information-inner dd .block ul, .section-recruit-information .information-inner dd .block ol, .section-recruit-information .information-inner dd .block address {
  margin-top: 0 !important;
}
.section-recruit-information .information-inner dd ul li {
  display: -ms-flexbox;
  display: flex;
}
.section-recruit-information .information-inner dd ul li::before {
  content: "・";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: inherit;
}
.section-recruit-information .information-inner dd ol li:not(:last-child)::after {
  content: "▼";
  display: block;
  font-size: inherit;
}
.section-recruit-information .information-inner dd .is-column li::before {
  content: unset;
}

@media print, (min-width: 768px) {
	
  .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 55%;
  }	

  .section-recruit-information .information-inner {
    width: 776px;
    margin-left: auto;
    padding: 65px 0 85px;
  }
  .section-recruit-information .information-inner dl {
    font-size: 14px;
  }
  .section-recruit-information .information-inner dt {
    width: 225px;
    margin-bottom: 32px;
    padding-right: 5px;
  }
  .section-recruit-information .information-inner dt span {
    min-width: 96px;
    padding: 0 1px 1px;
    font-weight: bold;
  }
  .section-recruit-information .information-inner dt span::before {
    top: -1.35px;
  }
  .is-tablet .section-recruit-information .information-inner dt span {
    padding-bottom: 4px;
    line-height: 1.3;
  }
  .section-recruit-information .information-inner dd {
    width: calc( 100% - 225px );
    line-height: 1.78;
    margin-bottom: 32px;
    margin-top: -3px;
    font-weight: bold;
  }
  .section-recruit-information .information-inner dd p, .section-recruit-information .information-inner dd ul, .section-recruit-information .information-inner dd ol, .section-recruit-information .information-inner dd address, .section-recruit-information .information-inner dd .block {
    margin-top: 26px;
  }
  .section-recruit-information .information-inner dd ol li:not(:last-child)::after {
    margin-left: 35px;
  }
  .section-recruit-information .information-inner dd .is-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-recruit-information .information-inner dd .is-column span {
    display: block;
  }
  .section-recruit-information .information-inner dd .is-column span:first-child {
    width: 114px;
    padding-right: 5px;
  }
  .section-recruit-information .information-inner dd .is-column span:last-child {
    width: calc(100% - 114px);
  }
}
@media only screen and (max-width: 767.98px) {
	
  .contact-form .is-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    top: 24%;
    left: -0.01rem;
    height: 0.14rem;
    width: 0.14rem;
  }
	
  .section-recruit-information .information-inner {
    width: 3rem;
    margin: 0 auto;
    padding: 0.3rem 0 0.65rem;
  }
  .section-recruit-information .information-inner dl {
    font-size: 0.1rem;
  }
  .section-recruit-information .information-inner dt {
    width: 0.8rem;
    margin-bottom: 0.18rem;
    padding-right: 0.05rem;
  }
  .section-recruit-information .information-inner dt span {
    min-width: 0.6rem;
    font-weight: 500;
    padding-top: 0.01rem;
  }
  .section-recruit-information .information-inner dt span::before {
    min-height: 0.18rem;
    top: -0.02rem;
  }
  .section-recruit-information .information-inner dd {
    width: calc( 100% - .7rem );
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 0.18rem;
    margin-top: -1px;
    margin-right: -0.1rem;
  }
  .section-recruit-information .information-inner dd p, .section-recruit-information .information-inner dd ul, .section-recruit-information .information-inner dd ol, .section-recruit-information .information-inner dd address, .section-recruit-information .information-inner dd .block {
    margin-top: 0.18rem;
    margin-right: -0.1rem;
  }
  .section-recruit-information .information-inner dd ol li:not(:last-child)::after {
    margin-left: 0.7rem;
    margin-top: 0.02rem;
  }
  .section-recruit-information .information-inner dd .is-column li {
    display: block;
  }
  .section-recruit-information .information-inner dd .is-column span {
    display: inline;
  }
  .section-recruit-information .information-inner dd .is-column span:first-child {
    text-indent: -0.05rem;
  }
}
.wpcf7-file-delete {
  color: red;
  cursor: pointer;
  transition: opacity 0.24s ease;
}
.wpcf7-file-delete:hover {
  opacity: 0.7;
}

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

/* ↓250805言語切り替えボタン */

/* ===== 共通スタイル ===== */
.language-switcher-dropdown {
  position: absolute;
  z-index: 1000;
}

.language-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100px; /* 必要に応じて調整 */
  font-family: 'Roboto', sans-serif;
}

.language-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 6px 30px 6px 30px; /* 左右のアイコン分を空ける */
  background-color: #000;
  color: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* hover時の見た目 */
.language-select-wrapper select:hover {
  border-color: #aaa;
}

/* アイコン（左：🌐） */
.language-select-wrapper .icon-left {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* アイコン（右：▼） */
.language-select-wrapper .icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* ===== PC表示時（右上） ===== */
@media screen and (min-width: 768px) {
  .language-switcher-dropdown {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* ===== SP表示時（メニュー内右下） ===== */
@media screen and (max-width: 767px) {
  .language-switcher-dropdown {
    bottom: 20px;
    right: 20px;
    top: auto;
    transform: none;
  }
	
  .sp-br {
    display: block;   /* スマホでだけ改行 */
  }
	
}