@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;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html.is-loading {
  transition: opacity 0.3s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
body.is-has-modal {
  position: fixed !important;
  width: 100%;
}

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

.hidden {
  display: none;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1300px;
  }

  .wrapper {
    width: 960px;
    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);
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
  }

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

  .md {
    display: none !important;
  }
}
/* COMMON HEADER
 * ----------------------------------------------- */
.header-site {
  width: 100%;
  z-index: 2000;
  position: relative;
}
.header-site .logo-image,
.header-site .logo-image a {
  display: block;
}
.header-site .has-sub .menu-item {
  position: relative;
}
.header-site .has-sub .menu-item::after {
  content: "";
  position: absolute;
}
.header-site .button-language {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.025em;
  border: 1px solid #000;
}
.header-site .button-language span {
  position: relative;
  opacity: 0;
  transition: opacity 0.26s ease;
}
.wf-active .header-site .button-language span {
  opacity: 1;
}
.header-site .button-language::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}

.navigation-menu {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1300px;
  }
  .header-site .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1366px;
    padding: 15px 17px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .logo-image {
    margin-right: 108px;
    position: relative;
    z-index: 10;
  }
  .header-site .header-navigation {
    display: block !important;
    height: auto !important;
  }
  .header-site .button-language {
    min-width: 83px;
    min-height: 24.5px;
    margin: auto -1px auto auto;
    padding: 0 15px;
    top: -1px;
    border-radius: 2px;
    z-index: 10;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-site .button-language span {
    left: 3px;
    top: -1px;
  }
  .is-mac .header-site .button-language span {
    top: 0;
  }
  .header-site .button-language::after {
    left: 10px;
    margin-top: -4px;
    border-left: 4px solid #000;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
  .is-mac .header-site .button-language::after {
    margin-top: -5px;
  }
  .header-site .navigation-inner {
    opacity: 0;
    transition: opacity 0.26s ease;
  }
  .wf-active .header-site .navigation-inner {
    opacity: 1;
  }

  .container-english .header-site .logo-image {
    width: 220px;
    margin-right: 87px;
  }
  .container-english .header-site .logo-image img {
    display: block;
    width: 100%;
  }
  .container-english .navigation-menu > li {
    margin-right: 45px;
  }

  html:not(.is-ipad) .has-sub:hover .mega,
  .is-has-sub.has-sub .mega {
    opacity: 1;
    visibility: visible;
  }
  html:not(.is-ipad) .has-sub:hover .menu-item:after,
  .is-has-sub.has-sub .menu-item:after {
    -ms-transform: rotate(225deg) !important;
        transform: rotate(225deg) !important;
    margin-top: 0 !important;
  }

  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    font-size: 16px;
    line-height: calc(28 / 16);
  }
  .navigation-menu > li {
    margin-right: 34px;
    padding-bottom: 10px;
  }
  .navigation-menu .menu-item {
    position: relative;
    z-index: 10;
    cursor: pointer;
  }
  .navigation-menu .has-sub .menu-item {
    padding-right: 17px;
  }
  .navigation-menu .has-sub .menu-item::after {
    top: 50%;
    margin-top: -3px;
    right: 5px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: 0.26s ease;
  }
  .is-mac .navigation-menu .has-sub .menu-item::after {
    margin-top: -5px;
  }

  .mega {
    position: absolute;
    top: 52px;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 45px 0 38px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s ease, visibility 0.26s ease;
  }
  .mega:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -56px;
    background: #fff;
    pointer-events: none;
  }
  .mega .list-mega {
    width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 5;
  }
  .mega .list-mega > li {
    width: 33.333%;
    margin-top: 25px;
    padding-right: 20px;
  }
  .mega .mega-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .mega .mega-photo {
    width: 106px;
  }
  .mega .mega-text {
    -ms-flex: 1;
        flex: 1;
    padding: 0 0 4px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    padding: 0.11rem 0 0.08rem;
  }
  .header-site .logo-image {
    position: relative;
    width: 1.56rem;
    margin: 0 auto;
    left: -0.1rem;
    z-index: 100;
  }
  .header-site .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-site .header-navigation {
    position: fixed;
    padding-top: 0.11rem;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 200;
    display: none;
  }
  .header-site .header-navigation .logo-image {
    margin-bottom: 0.1rem;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .header-site .navigation-menu {
    padding: 0.06rem 0.18rem 1.2rem;
    background-color: #fff;
  }
  .header-site .navigation-menu li {
    border-bottom: 1px solid #afafaf;
  }
  .header-site .navigation-menu .has-sub {
    border-bottom: none;
  }
  .header-site .navigation-menu a {
    padding: 0.15rem;
    display: block;
  }
  .header-site .navigation-menu .button-common {
    width: 2.2rem;
    min-height: 0.45rem;
    margin-top: 0.4rem;
  }
  .header-site .list-mega > li {
    border-bottom: 1px solid #afafaf;
  }
  .header-site .menu-contact {
    border-bottom: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0.53rem;
  }
  .header-site .menu-contact .menu-item {
    width: 2.2rem;
    margin: 0 auto;
    background: #7b734f;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.15rem;
    letter-spacing: 0.075em;
    text-align: center;
    padding-top: 0.09rem;
    padding-bottom: 0.1rem;
  }
  .header-site .button-menu {
    position: fixed;
    width: 0.48rem;
    height: 0.48rem;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 205;
  }
  .header-site .button-menu span {
    width: 0.215rem;
    height: 1px;
    margin-left: -0.1rem;
    left: 50%;
    background: #000;
    position: absolute;
    display: block;
    transition: ease 0.26s;
  }
  .header-site .button-menu span:first-child {
    top: 0.16rem;
  }
  .header-site .button-menu span:nth-child(2) {
    top: 0.235rem;
  }
  .header-site .button-menu span:last-child {
    top: 0.31rem;
  }
  .header-site .button-menu.is-active span {
    top: 0.24rem;
  }
  .header-site .button-menu.is-active span:first-child {
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translate(0) scale(0);
        transform: translate(0) scale(0);
  }
  .header-site .button-menu.is-active span:last-child {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .header-site .button-language {
    position: absolute;
    padding: 0.01rem 0.07rem 0.03rem 0.15rem;
    left: 0.13rem;
    top: 0.15rem;
    font-size: 0.12rem;
    line-height: 1.3;
    z-index: 100;
  }
  .header-site .button-language:after {
    border-left: 0.04rem solid #000;
    border-bottom: 0.04rem solid transparent;
    border-top: 0.04rem solid transparent;
    left: 0.06rem;
    margin-top: -0.04rem;
  }
  .is-safari.is-iphone .header-site .button-language {
    padding-bottom: 0.01rem;
  }
  .is-chrome.is-android .header-site .button-language {
    padding-bottom: 0;
    padding-top: 0.02rem;
  }

  .container-english .header-site .logo-image {
    width: 1.8rem;
    left: auto;
  }
  .container-english .navigation-menu > li:not(.has-sub) .menu-item {
    text-transform: lowercase;
  }
  .container-english .navigation-menu > li:not(.has-sub) .menu-item::first-letter {
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-menu li:not(.has-sub) {
    transition: opacity 0.5s ease, top 0.25s ease;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .navigation-menu li:not(.has-sub).is-animated {
    opacity: 1;
    top: 0;
  }
}

/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-site .wrapper {
  text-align: center;
}
.footer-site .footer-description,
.footer-site .footer-address,
.footer-site .footer-link,
.footer-site .footer-copyright {
  letter-spacing: 0.075em;
}
.footer-site .footer-description,
.footer-site .footer-link {
  font-family: dnp-shuei-mincho-pr6n, serif;
}
.footer-site .footer-address,
.footer-site .footer-link,
.footer-site .footer-copyright {
  font-weight: 500;
}
.footer-site .footer-description {
  font-weight: bold;
}
.footer-site .footer-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
}
.footer-site .footer-link:hover {
  text-decoration: none;
}
.footer-site .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer-site .footer-social li {
  background-color: #000;
  border-radius: 50%;
}
.footer-site .footer-social a {
  display: block;
  position: relative;
}
.footer-site .footer-social a::before {
  content: "";
  position: absolute;
  background-size: 100% auto;
  left: 50%;
}
.footer-site .footer-copyright {
  display: block;
}

.button-top {
  position: fixed;
  z-index: 50;
  display: none;
  cursor: pointer;
}
.button-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #323232;
  background: #fff url(../img/common/btn_top.svg) no-repeat center center/20px auto;
  transition: opacity 0.26s ease;
  border-radius: 100%;
}
.button-top:hover {
  opacity: 0.8;
}

.container-english .footer-description,
.container-english .footer-address,
.container-english .footer-link,
.container-english .footer-copyright {
  letter-spacing: 0.01em;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 60px 0 28px;
  }
  .footer-site .footer-logo {
    margin-bottom: 20px;
  }
  .footer-site .footer-description {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: calc(44 / 25);
  }
  .footer-site .footer-address {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: calc(25 / 14);
  }
  .footer-site .footer-address span {
    margin: 0 4px 0 -1px;
  }
  .footer-site .footer-link {
    font-size: 13px;
  }
  .footer-site .footer-copyright {
    margin-top: 73px;
    font-size: 10px;
    line-height: calc(18 / 10);
  }
  .footer-site .footer-social {
    margin-bottom: 38px;
  }
  .footer-site .footer-social li {
    margin: 0 10px;
  }
  .footer-site .footer-social a {
    width: 35px;
    height: 35px;
  }
  .footer-site .footer-social a::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    top: 6px;
  }
  .footer-site .social-twitter::before {
    background-image: url(../img/common/social_icn_01.png);
  }
  .footer-site .social-instagram::before {
    background-image: url(../img/common/social_icn_02.png);
  }
  .footer-site .button-common {
    width: 215px;
    min-height: 45px;
    margin-bottom: 15px;
  }

  .button-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.6rem 0 0.31rem;
  }
  .footer-site .footer-logo {
    margin-bottom: 0.17rem;
  }
  .footer-site .footer-description {
    margin-bottom: 0.23rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
  .footer-site .footer-address {
    margin-bottom: 0.35rem;
    font-size: 0.12rem;
    line-height: calc(21 / 12);
  }
  .footer-site .footer-address span {
    margin-right: 0.03rem;
  }
  .footer-site .footer-link,
  .footer-site .footer-copyright {
    font-size: 0.1rem;
    line-height: calc(17.5 / 10);
  }
  .footer-site .footer-link {
    text-underline-offset: 0.02rem;
  }
  .footer-site .footer-social {
    margin-bottom: 0.22rem;
  }
  .footer-site .footer-social li {
    margin: 0 0.1rem;
  }
  .footer-site .footer-social a {
    width: 0.39rem;
    height: 0.39rem;
  }
  .footer-site .footer-social a::before {
    width: 0.24rem;
    height: 0.24rem;
    top: 50%;
  }
  .footer-site .footer-social img {
    width: 100%;
    height: auto;
  }
  .footer-site .social-twitter::before {
    margin: -0.11rem 0 0 -0.11rem;
    background-image: url(../img/common/sp/social_icn_01.png);
  }
  .footer-site .social-instagram::before {
    margin: -0.12rem 0 0 -0.12rem;
    background-image: url(../img/common/sp/social_icn_02.png);
  }
  .footer-site .footer-copyright {
    margin-top: 0.93rem;
  }
  .footer-site .button-common {
    width: 2.2rem;
    min-height: 0.45rem;
    font-size: 0.13rem;
    line-height: calc(23 / 13);
    margin-bottom: 0.18rem;
  }

  .button-top {
    right: 0.1rem;
    bottom: 0.14rem;
    width: 0.49rem;
    height: 0.49rem;
  }
}

.section-picker-common .picker-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-picker-common .picker-list .picker-item {
  position: relative;
  display: block;
}
.section-picker-common .picker-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.section-picker-common .picker-title > span {
  position: relative;
}
.section-picker-common .picker-title > span::after {
  content: "";
  position: absolute;
  background: url(../img/common/picker_icon.svg) no-repeat center center/100% auto;
  left: 50%;
}

@media print, (min-width: 768px) {
  .section-picker-common {
    padding-top: 72px;
  }
  .section-picker-common .picker-list {
    margin: 0 -2px 20px 0;
  }
  .section-picker-common .picker-list li {
    width: 25%;
    padding: 0 2px 2px 0;
  }
  .section-picker-common .picker-list li:nth-child(4n+0) {
    margin-right: 0;
  }
  .section-picker-common .picker-list img {
    width: 100%;
    height: auto;
  }
  .section-picker-common .picker-title {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: calc(31.5 / 18);
  }
  .section-picker-common .picker-title > span::after {
    width: 22px;
    height: 22px;
    margin-left: -10px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-picker-common .picker-subtitle {
    font-family: dnp-shuei-mincho-pr6n, serif;
    margin-bottom: 0.16rem;
    text-align: center;
    font-size: 0.24rem;
    letter-spacing: 0.01em;
    line-height: calc(42 / 24);
    font-weight: bold;
  }
  .section-picker-common .picker-list {
    margin-right: -1px;
  }
  .section-picker-common .picker-list li {
    width: 50%;
    padding: 0 1px 1px 0;
  }
  .section-picker-common .picker-list img {
    width: 100%;
    display: block;
    height: auto;
  }
  .section-picker-common .picker-title {
    width: 1.87rem;
    line-height: calc(25 / 14);
    padding-bottom: 0.1rem;
  }
  .section-picker-common .picker-title > span::after {
    width: 0.21rem;
    height: 0.21rem;
    margin-left: -0.105rem;
    bottom: -0.28rem;
  }
}

.keyvisual-common {
  position: relative;
  background: no-repeat 0 0/cover;
  width: 100%;
}
.keyvisual-common .keyvisual-common-title {
  position: absolute;
  font-family: dnp-shuei-mincho-pr6n, serif;
  background-color: #fff;
  letter-spacing: 0.075em;
  font-weight: bold;
  opacity: 0;
  transition: 0.26s ease;
}
.wf-active .keyvisual-common .keyvisual-common-title {
  opacity: 1;
}
.keyvisual-common .keyvisual-common-title .is-center {
  position: relative;
}
.keyvisual-common .keyvisual-common-title::before {
  content: "";
  position: absolute;
  background: no-repeat center center/100% auto;
  left: 50%;
  bottom: 0;
}
.keyvisual-common .common-background {
  width: 100%;
}

@media print, (min-width: 768px) {
  .keyvisual-common {
    height: 250px;
    margin-top: -250px;
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -64px;
    right: 50%;
    font-size: 25px;
    line-height: calc(44 / 25);
    margin-right: -478px;
    padding: 25px 13px 33px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .keyvisual-common .keyvisual-common-title .is-center {
    right: -0.15em;
    bottom: 5px;
  }
  .is-mac .keyvisual-common .keyvisual-common-title .is-center, .is-safari .keyvisual-common .keyvisual-common-title .is-center {
    right: auto;
  }
  .keyvisual-common .keyvisual-common-title::before {
    width: 62px;
    height: 15px;
    margin-left: -31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    height: 1.8rem;
	margin-top: -1.2rem;
    /*background-size: 100% auto;*/
  }
  .keyvisual-common .keyvisual-common-title {
    bottom: -0.57rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 0.12rem 0.09rem 0.28rem;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .keyvisual-common .keyvisual-common-title .is-center {
    left: 0.02rem;
    top: -0.02rem;
  }
  .keyvisual-common .keyvisual-common-title::before {
    width: 0.42rem;
    height: 0.14rem;
    margin-left: -0.21rem;
  }
}

.container-english .keyvisual-common .keyvisual-common-title {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.container-english .keyvisual-common .keyvisual-common-title::before {
  display: none;
}

@media print, (min-width: 768px) {
  .container-english .keyvisual-common .keyvisual-common-title {
    bottom: -52px;
    margin-right: -625px;
    padding: 10px 17px 33px;
    letter-spacing: 0.03em;
  }
  .container-english .keyvisual-common .keyvisual-common-title::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .container-english .keyvisual-common .keyvisual-common-title {
    bottom: -0.14rem;
    margin-right: 0;
    right: 0;
    left: auto;
    padding: 0.07rem 0.13rem 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
    letter-spacing: 0;
  }
}

.time-contact .contact-text {
  display: inline-block;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #7b734f;
}
.time-contact .contact-text span {
  position: relative;
}

@media print, (min-width: 768px) {
  .time-contact .contact-text {
    font-size: 26px;
    pointer-events: none;
  }
  .time-contact .contact-text span {
    margin-left: 8px;
    left: 5px;
    font-size: 37px;
    letter-spacing: 0.01em;
  }
  .time-contact .time-text {
    margin: -4px 0 0 6px;
    font-size: 13px;
    line-height: calc(23 / 13);
  }
  .time-contact .time-left {
    margin-left: 8px;
  }
  .time-contact .time-right {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .time-contact {
    text-align: center;
  }
  .time-contact .contact-text span,
  .time-contact .time-text {
    letter-spacing: 0.025em;
  }
  .time-contact .contact-text {
    font-size: 0.217rem;
    line-height: calc(50 / 21.7);
  }
  .time-contact .contact-text span {
    margin-left: 0.1rem;
    font-size: 0.305rem;
    line-height: calc(70 / 31);
  }
  .time-contact .time-text {
    margin: -0.07rem 0 0 0.09rem;
    font-size: 0.12rem;
    line-height: calc(21 / 12);
  }
  .time-contact .time-left {
    margin-left: 0.05rem;
  }
  .time-contact .time-right {
    margin-right: 0.05rem;
  }
}

.table-common tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.table-common tr:first-child {
  /*border-top: 1px solid rgba(0, 0, 0, 0.5);*/
}
.table-common th {
  vertical-align: text-top;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.table-common td {
  position: relative;
  letter-spacing: 0.075em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .table-common {
    width: 861px;
    margin: 0 auto;
  }
  .table-common th,
  .table-common td {
    padding: 15px 20px 14px 40px;
  }
  .table-common th {
    font-size: 16px;
    line-height: calc(32 / 16);
    width: 130px;
  }
  .table-common td {
    padding-left: 13px;
    line-height: calc(32 / 14);
  }
  .table-common td span {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common {
    width: 100%;
    display: block;
    line-height: calc(32 / 14);
  }
  .table-common tbody,
  .table-common tr,
  .table-common td,
  .table-common th {
    display: block;
  }
  .table-common tr {
    padding: 0.15rem 0 0.14rem;
  }
  .table-common th {
    margin-bottom: 0.02rem;
  }
}
.table-common.table-common-english td,
.table-common.table-common-english th {
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .table-common.table-common-english th {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common.table-common-english td p {
    margin-top: 0.32rem;
  }
  .table-common.table-common-english td p:first-child {
    margin-top: 0;
  }
}

.button-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  background-color: #7b734f;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.common-title {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transition: 0.26s ease;
}
.common-text {
  font-weight: 500;
  letter-spacing: 0.075em;
}

.wf-active .common-title {
  opacity: 1;
}

.container-english .common-title,
.container-english .common-text {
  letter-spacing: 0.01em;
}

@media print, (min-width: 768px) {
  .common-title {
    font-size: 25px;
    line-height: calc(44 / 25);
  }
  .common-text {
    font-size: 14px;
    line-height: calc(25 / 14);
  }
}
@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 0.2rem;
    line-height: calc(35 / 20);
  }
  .common-text {
    font-size: 0.12rem;
    line-height: calc(21 / 12);
  }
}


/* RECRUIT
 * ----------------------------------------------- */
.navigation-button a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #e0e0c7;
}
.navigation-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.recruit-introduction .common-title {
  font-weight: 500;
}
.background-introduction {
  background: no-repeat 0 0/cover;
}

.recruit-introduction .common-title span {
  display: block;
}

.section-recruit-now .wrapper {
  border: 3px solid #c6c1b4;
}
.section-recruit-now .text-intro {
  text-align: center;
}
.section-recruit-now .flex-recruit-now {
  background: #efefef;
}

.rectuit_flex .rectuit_area h3 {
  text-align: center;
}
.rectuit_flex .rectuit_area .area_portrait.fresher {
  background: #84bbc0;
}
.rectuit_flex .rectuit_area .area_portrait.career {
  background: #c0b084;
}
.rectuit_flex .rectuit_area .area_portrait .contents_area {
  background: #fff;
}
.rectuit_flex .rectuit_area .area_portrait h4 {
  text-align: center;
}
.rectuit_flex .rectuit_area .area_portrait ul {
  width: fit-content;
  margin: auto;
}
.rectuit_flex .rectuit_area .area_portrait li:before {
  content: '';
  background: url(../img/recruit/ico_check_or.png) no-repeat;
  background-size: cover;
  display: inline-block;
}
.rectuit_flex .table-common td h4 {
  background: #efefef;
  line-height: 1.8;
}

.rectuit_flow_area h4 {
  text-align: center;
}
.rectuit_flow_area h4.fresher {
  /*background: #84bbc0;*/
  background: #ddd;
}
.rectuit_flow_area h4.career {
  background: #c0b084;
}
.flow-list li {
  position: relative;
}
.flow-list li:not(:last-child)::before {
  content: "";
  position: absolute;
}
.flow-list .flow-title {
  letter-spacing: 0.075em;
  font-weight: 500;
}
.flow-number {
  font-family: dnp-shuei-mincho-pr6n, serif;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #7b734f;
}
.is-red {
  color: #950042;
}

.recruit-guide {
  border: 3px solid #c5c1b3;
}
.area-highschool {
  background: #e1ddca;
}

.section-recruit-about,
.section-recruit {
  font-weight: 500;
  letter-spacing: 0.075em;
}
.section-recruit:before {
  /*content: "";
  display: block;
  width: 100%;
  background: no-repeat center center/cover;*/
}

.recruit-contact .time-contact {
  text-align: center;
}



@media print, (min-width: 768px) {
  .keyvisual-common {
    /*background-image: url(../img/recruit/recruit_bg_2025_3.jpg);*/
  }
  .keyvisual-common .keyvisual-common-title {
    margin-bottom: 2px;
    padding-top: 22px;
    bottom: -64px;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/recruit_icn_title.svg);
    bottom: -3px;
  }

  .navigation-button {
    display: -ms-flexbox;
    display: flex;
    /*width: 484px;*/
	justify-content: center;
    margin: 0 auto 98px;
  }
  .navigation-button li {
    margin-right: 17px;
  }
  .navigation-button a {
    width: 170px;
    min-height: 45px;
    padding: 1px 22px 0;
  }
  .navigation-button a::before {
    width: 8px;
    height: 8px;
    right: 10px;
    margin-top: -7px;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .is-mac .navigation-button a::before {
    margin-top: -6px;
  }
	
  .section-recruit-about {
    padding: 100px 0 50px;
  }

  .section-recruit {
    padding-bottom: 104px;
  }
  .section-recruit:before {
    /*background-image: url(../img/recruit/introduction_bg_2025_2.jpg);
    height: 420px;
    height: 720px;
    margin-bottom: 88px;*/
  }

  .recruit-introduction {
    /*text-align: center;
    margin: 0 auto 60px;*/
    width: fit-content;
	margin: 0 auto 110px;
  }
  .recruit-introduction .common-title {
    /*margin-bottom: 37px;*/
	margin-bottom: 25px;
	text-align: center;
  }
  .recruit-introduction .common-title span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .recruit-introduction p {
	padding: 0 50px;
	line-height: 2.5;
	text-align: center;
  }

  .section-recruit-now {
	margin-bottom: 80px;
  }
  .section-recruit-now .wrapper {
	width: 860px;
    padding: 20px;
  }
  .section-recruit-now h2 {
	margin-bottom: 10px;
	font-size: 22px;
  }
  .section-recruit-now .text-intro {
	margin-bottom: 20px;
  }
  .section-recruit-now .flex-recruit-now {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	padding: 20px 0;
  }
  .section-recruit-now .flex-recruit-now div {
	padding: 0 25px;
	width: 50%;
  }
  .section-recruit-now .flex-recruit-now div.fresher {
	border-right: 1px solid #b4b4b4;
  }
  .section-recruit-now .flex-recruit-now h4 {
	margin-bottom: 10px;
	font-size: 17px;
  }

  .rectuit_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
  }
  .rectuit_flex .rectuit_area {
	width: 450px;
  }
  .rectuit_flex .rectuit_area .area_portrait {
	padding: 10px;
	margin-bottom: 20px;
  }
  .rectuit_flex .rectuit_area .area_portrait h3 {
	font-size: 20px;
	margin-bottom: 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait h4 {
	font-size: 17px;
	margin-bottom: 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait .contents_area {
	padding: 15px 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait li {
	font-size: 15px;
	margin-bottom: 5px;
  }
  .rectuit_flex .rectuit_area .area_portrait li:before {
	width: 20px;
	height: 20px;
	margin: 0 5px -5px 0;
  }
  .rectuit_flex .table-common {
	width: 100%;
  }
  .rectuit_flex .table-common th {
	width: 100%;
	padding: 15px 20px 5px 20px;
	font-size: 15px;
	display: block;
  }
  .rectuit_flex .table-common td {
	line-height: 2;
	width: 100%;
	display: block;
	padding: 0 20px 15px;
  }
  .rectuit_flex .table-common td small {
	font-size: 13px;
    line-height: 1.6;
    display: inline-block;
    margin-top: 5px;
  }
  .rectuit_flex .table-common td h4 {
	font-weight: 600;
	margin: 10px -20px;
	font-size: 14px;
	padding: 5px 20px;
	line-height: 1.8;
  }

  .recruit-table {
    padding-top: 30px;
  }
  .recruit-table:not(:last-child) {
    margin-bottom: 85px;
  }
  .recruit-table .common-title {
    margin-bottom: 46px;
  }

  .table-common th {
    width: 210px;
  }
  .table-common td {
    padding-left: 22px;
  }

  .recruit-flow {
    padding-top: 30px;
    margin-bottom: 100px;
  }
  .recruit-flow .common-title {
    /*margin-bottom: 78px;*/
	margin-bottom: 28px;
  }
  .rectuit_flow_area {
    /*width: 450px;*/
	width: 750px;
	margin: auto;
  }
  .rectuit_flow_area h4 {
	font-size: 18px;
	margin-bottom: 40px;
	padding: 10px;
  }
  .flow-list {
    /*margin-left: 166px;*/
    padding-left: 95px;
    /*width: 430px;*/
    width: 750px;
  }
  .flow-list li {
    padding-bottom: 44px;
  }
  .flow-list li:not(:last-child)::before {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    top: 41px;
    bottom: 17px;
    left: -60px;
  }
  .flow-list .flow-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: calc(32 / 18);
  }

  .flow-number {
    position: absolute;
    left: -75px;
    top: -12px;
    font-size: 28px;
    line-height: calc(44 / 28);
  }

  .recruit-environment {
    padding-top: 30px;
  }
  .recruit-environment:not(:last-child) {
    margin-bottom: 134px;
  }
  .recruit-environment .common-title {
    margin-bottom: 50px;
  }
  .environment-list li {
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 20px;*/
	margin-bottom: 40px;
  }
  .environment-list .environment-info {
    -ms-flex: 1;
        flex: 1;
    /*margin: auto 0 auto 60px;*/
	margin: auto 0 auto 40px;
    padding-bottom: 24px;
  }
  .environment-list .environment-info h3 {
	  font-size: 22px;
	  margin-bottom: 20px;
  }
  .environment-image {
    width: 480px;
    margin-left: -4px;
  }
  .item-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .item-reverse .environment-info {
    /*margin: 88px 0 0 -3px;*/
    /*margin: 50px 0 0 0;*/
	margin: 0;
    /*padding-right: 60px;*/
	padding-right: 40px;
  }
  .item-reverse .environment-image {
    /*margin-left: -3px;*/
  }
  .recruit-guide {
    padding: 35px 10px 40px;
    border-radius: 10px;
  }
  .recruit-guide:not(:last-child) {
    /*margin-bottom: 88px;*/
	margin-bottom: 30px;
  }
  .recruit-guide .common-title {
    margin-bottom: 27px;
  }
  .recruit-guide .recruit-description {
    text-align: center;
    margin-bottom: 50px;
  }
  .recruit-guide .button-common {
    width: 247px;
    min-height: 58px;
    font-size: 16px;
    line-height: calc(28 / 16);
  }
  .area-highschool {
	text-align: center;
    padding: 15px 10px;
    font-size: 15px;
  }
  .recruit-contact:not(:last-child) {
    margin-bottom: 60px;
  }
  .recruit-contact .common-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    /*background-image: url(../img/recruit/sp/recruit_bg_2025_2.jpg);*/
  }
  .keyvisual-common .keyvisual-common-title {
    /*bottom: -0.18rem;*/
	bottom: -0.25rem;
  }
  .keyvisual-common .keyvisual-common-title::before {
    background-image: url(../img/common/sp/recruit_icn_title.svg);
    /*bottom: -0.06rem;*/
  }

  .navigation-button {
    margin-bottom: 0.74rem;
  }
  .navigation-button li {
    margin-bottom: 0.1rem;
  }
  .navigation-button a {
    width: 2.5rem;
    min-height: 0.45rem;
    margin: 0 auto;
    font-size: 0.14rem;
    line-height: calc(25 / 14);
  }
  .navigation-button a::before {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.18rem;
    margin-top: -0.06rem;
    border-right: 0.01rem solid rgba(0, 0, 0, 0.5);
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.5);
  }

  .section-recruit-about {
    padding: 0.62rem 0 0;
  }

  .section-recruit {
    padding-bottom: 0.83rem;
  }
  .section-recruit:before {
    /*background-image: url(../img/recruit/sp/introduction_bg_2025_2.jpg);
    height: 2.8rem;
    margin-bottom: 0.31rem;*/
  }
  .section-recruit .is-letter {
    letter-spacing: 0.15em;
  }

  .recruit-introduction {
    margin-bottom: 0.75rem;
  }
  .recruit-introduction .common-title {
    margin-bottom: 0.26rem;
  }
  .recruit-introduction .common-title span {
    font-size: 13px;
	margin-bottom: 10px;
  }

  .section-recruit-now {
	margin-bottom: 60px;
  }
  .section-recruit-now .wrapper {
    margin: 0 0.2rem;
	padding: 0.2rem 10px 10px;
  }
  .section-recruit-now h2 {
	margin-bottom: 10px;
  }
  .section-recruit-now .text-intro {
	margin-bottom: 20px;
  }
  .section-recruit-now .flex-recruit-now {
	padding: 0 15px;
  }
  .section-recruit-now .flex-recruit-now div {
	padding: 20px 0;
  }
  .section-recruit-now .flex-recruit-now div.fresher {
	border-bottom: 1px solid #b4b4b4;
  }
  .section-recruit-now .flex-recruit-now h4 {
	margin-bottom: 10px;
	font-size: 16px;
  }

  .rectuit_flex .rectuit_area {
	margin-bottom: 0.56rem;
  }
  .rectuit_flex .rectuit_area .area_portrait {
	padding: 0 10px 10px;
	margin-bottom: 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait h3 {
	font-size: 17px;
	padding: 15px 0.2rem;
  }
  .rectuit_flex .rectuit_area .area_portrait h4 {
	font-size: 16px;
	margin-bottom: 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait .contents_area {
	padding: 15px 10px;
  }
  .rectuit_flex .rectuit_area .area_portrait li {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
  }
  .rectuit_flex .rectuit_area .area_portrait li:before {
	width: 18px;
	height: 18px;
	margin: 0 5px -3px 0;
  }
  .rectuit_flex .table-common td {
	line-height: 1.8;
  }
  .rectuit_flex .table-common td h4 {
	margin: 15px -0.1rem 15px;
	font-size: 14px;
	padding: 0.1rem;
	line-height: 1.6;
  }
  .rectuit_flex .table-common tr {
    padding: 0.15rem 0.1rem 0.14rem;
  }

  .recruit-table {
    padding-top: 0.3rem;
  }
  .recruit-table:not(:last-child) {
    /*margin-bottom: 1.33rem;*/
	margin-bottom: 1.0rem;
  }
  .recruit-table .common-title {
    margin-bottom: 0.3rem;
  }

  .table-common tr {
    padding-bottom: 0.15rem;
  }
  .table-common address {
    margin-left: -0.06rem;
  }

  .recruit-flow {
    margin: 0 -0.2rem;
    padding: 0.56rem 0.2rem 0;
    /*padding: 0.56rem 0.2rem 0.58rem;
    background-color: #eaeaea;*/
  }
  .recruit-flow:not(:last-child) {
    margin-bottom: 0.21rem;
  }
  .recruit-flow .common-title {
    /*margin-bottom: 0.44rem;*/
	margin-bottom: 0.24rem;
  }

  .rectuit_flow_area {
    margin-bottom: 0.8rem;
  }
  .rectuit_flow_area h4 {
    font-size: 17px;
    padding: 15px 0.2rem;
    margin: 0 -0.2rem 0.3rem;
  }

  .flow-list li {
    margin-bottom: 0.24rem;
  }
  .flow-list .flow-title,
  .flow-list .flow-number {
    display: block;
    text-align: center;
  }
  .flow-list .flow-title {
    margin-bottom: 0.17rem;
    /*font-size: 0.16rem;*/
	font-size: 0.18rem;
    line-height: calc(32 / 16);
  }
  .flow-list .flow-info {
    /*font-size: 0.12rem;*/
	font-size: 0.14rem;
    letter-spacing: 0.075em;
    line-height: calc(21 / 12);
  }

  .flow-number {
    margin-bottom: 0.1rem;
    font-size: 0.25rem;
    line-height: calc(44 / 25);
  }

  .recruit-environment {
    padding-top: 0.3rem;
  }
  .recruit-environment:not(:last-child) {
    /*margin-bottom: 1.18rem;*/
	margin-bottom: 0.5rem;
  }
  .recruit-environment .common-title {
    margin-bottom: 0.32rem;
  }

  .environment-list li {
    margin-bottom: 0.68rem;
  }
  .environment-list .environment-info {
    margin-left: -0.02rem;
  }

  .environment-image {
    width: 3.75rem;
    margin: 0 -0.2rem 0.3rem;
  }
  .environment-image img {
    width: 100%;
    height: auto;
  }
  .recruit-guide {
	  /*background: #e7e7e7;*/
	  padding: 25px 0.2rem 30px;
	  border-radius: 8px;
	  /*margin: 0 -0.2rem;*/
  }
  .recruit-guide:not(:last-child) {
    /*margin-bottom: 0.62rem;*/
	margin-bottom: 0.2rem;
  }
  .recruit-guide .common-title {
    margin-bottom: 0.23rem;
  }
  .recruit-guide .recruit-description {
    /*margin: 0 0 0.46rem -0.02rem;*/
	margin: 0 0 0.26rem -0.02rem;
  }
  .recruit-guide .button-common {
    width: 2.6rem;
    min-height: 0.5rem;
  }
	
  .area-highschool {
    padding: 15px;
  }

  .recruit-contact:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .recruit-contact .common-title {
    margin-bottom: 0.07rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
}
.section-recruit-about.section-recruit-about-english {
  letter-spacing: 0;
}
.section-recruit-about.section-recruit-about-english .navigation-button.navigation-button-english a {
  letter-spacing: 0;
}
.section-recruit-about.section-recruit-about-english .recruit-introduction {
  text-align: left;
}
.section-recruit-about.section-recruit-about-english .recruit-introduction .common-title {
  letter-spacing: 0.03em;
}

.section-recruit.section-recruit-english .recruit-table .common-title {
  letter-spacing: 0.03em;
}
.section-recruit.section-recruit-english .table-common th {
  letter-spacing: 0;
}
.section-recruit.section-recruit-english .table-common td {
  letter-spacing: 0;
}

.recruit-flow.recruit-flow-english .flow-title {
  letter-spacing: 0;
}
.recruit-flow.recruit-flow-english .flow-info {
  letter-spacing: 0;
}

.recruit-environment.recruit-environment-english .common-title {
  letter-spacing: 0.03em;
}

.environment-list.environment-list-english .environment-info p {
  letter-spacing: 0;
}

.recruit-guide.recruit-guide-english .common-title {
  letter-spacing: 0.03em;
}
.recruit-guide.recruit-guide-english .recruit-description {
  letter-spacing: 0;
}

.recruit-contact.recruit-contact-english .common-title {
  letter-spacing: 0.03em;
}
.recruit-contact.recruit-contact-english .time-contact .time-text {
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .section-recruit-about.section-recruit-about-english {
    padding-bottom: 60px;
  }
  .section-recruit-about.section-recruit-about-english .wrapper {
    padding-left: 112px;
    padding-right: 112px;
  }
  .section-recruit-about.section-recruit-about-english .navigation-button.navigation-button-english {
    width: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-recruit-about.section-recruit-about-english .navigation-button.navigation-button-english a {
    width: auto;
    padding-right: 32px;
    padding-left: 10px;
  }
  .section-recruit-about.section-recruit-about-english .navigation-button li:last-child {
    margin-right: 0;
  }
  .section-recruit-about.section-recruit-about-english .recruit-introduction {
    text-align: left;
  }

  .section-recruit.section-recruit-english .table-common th {
    width: 240px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .environment-list.environment-list-english .environment-info p {
    line-height: calc(24.5/14);
  }
}
@media only screen and (max-width: 767.98px) {
  .recruit-flow.recruit-flow-english .flow-info {
    font-size: 0.14rem;
    line-height: calc(24.5/14);
  }

  .section-recruit-about.section-recruit-about-english {
    padding-bottom: 0.58rem;
  }
  .section-recruit-about.section-recruit-about-english .recruit-introduction .common-title {
    letter-spacing: 0;
    margin-bottom: 0.3rem;
  }

  .section-recruit.section-recruit-english .recruit-table {
    padding-top: 0.45rem;
  }
}


.recruit-job .flex_job_box {
    border: 1px solid #ddd;
}
.recruit-job .flex_job_box h4 {
    background: #ddd;
    text-align: center;
}
@media print, (min-width: 768px) {
	.recruit-job {
		margin-bottom: 60px;
		margin-top: 80px;
	}
	.recruit-job h2 {
		margin-bottom: 25px;
	}
	.recruit-job p.intro {
		text-align: center;
		margin-bottom: 50px;
	}
	.recruit-job .flex_job {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.recruit-job .flex_job_box {
		width: calc((100% - 60px) / 3);
		margin: 0 10px 20px;
		border-radius: 5px;
	}
	.recruit-job .flex_job_box h4 {
		padding: 15px 10px;
		margin-bottom: 20px;
		border-radius: 5px 5px 0 0;
		font-size: 18px;
	}
	.recruit-job .flex_job_box p {
		padding: 0 15px 20px;
	}
}
@media only screen and (max-width: 767.98px) {
	.recruit-job {
        margin: 40px 0 60px;
	}
	.recruit-job h2 {
        margin-bottom: 25px;
	}
	.recruit-job p.intro {
        margin-bottom: 30px;
	}
	.recruit-job .flex_job_box {
        width: 90%;
        margin: 0 auto 20px;
        border-radius: 5px;
	}
	.recruit-job .flex_job_box h4 {
		padding: 13px 5px;
		margin-bottom: 20px;
		border-radius: 5px 5px 0 0;
		font-size: 17px;
	}
	.recruit-job .flex_job_box p {
		padding: 0 15px 20px;
	}
}

.recruit-interview {
	/*background: #bbddb6;*/
	background: #d9d9b8;
}
.recruit-interview .flex_interview  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-interview .flex_interview .interview_box {
	background: #fff;
}
.recruit-interview .flex_interview .interview_box .image h4 {
	text-align: center;
}
.recruit-interview .flex_interview .interview_box .image h4 span {
	display: block;
}
.recruit-interview .flex_interview .interview_box .txt {
	position: relative;
	display: inline-block;
	background: #fff;
}
.recruit-interview-intro {
	display: flex;
	justify-content: space-between;
}

@media print, (min-width: 768px) {
	.recruit-interview {
		/*margin: 150px 0 80px;*/
		margin: 0 0 80px;
        padding: 50px 0;
	}
	.recruit-interview h2 {
		margin-bottom: 40px;
	}
	.recruit-interview .flex_interview .interview_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 49%;
        border-radius: 10px;
        padding: 25px 25px 20px 10px;
	}
	.recruit-interview .flex_interview .interview_box .image {
		width: 35%;
	}
	.recruit-interview .flex_interview .interview_box .image h4 {
		font-size: 16px;
		margin-top: 15px;
	}
	.recruit-interview .flex_interview .interview_box .image h4 span {
		font-size: 14px;
	}
	.recruit-interview .flex_interview .interview_box .txt {
        border-radius: 12px;
        width: 61%;
        margin-left: 4%;
	}
	.recruit-interview .flex_interview .interview_box .txt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.recruit-interview-intro {
		margin: 150px 0;
	}
	.recruit-interview-intro img {
		width: calc((100% - 20px)/3);
	}
}
@media only screen and (max-width: 767.98px) {
	.recruit-interview {
		margin-bottom: 30px;
        padding: 35px 0;
	}
	.recruit-interview h2 {
		margin-bottom: 30px;
	}
	.recruit-interview .flex_interview .interview_box {
		margin-bottom: 30px;
        padding: 15px 25px 25px;
        border-radius: 10px;
	}
	.recruit-interview .flex_interview .interview_box .image {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: fit-content;
		margin: 0 auto 25px;
	}
	.recruit-interview .flex_interview .interview_box .image img {
		width: 45%;
		margin-right: 5%;
	}
	.recruit-interview .flex_interview .interview_box .image h4 {
		width: 40%;
		font-size: 16px;
		text-align: left;
	}
	.recruit-interview .flex_interview .interview_box .image h4 span {
		font-size: 14px;
	}
	.recruit-interview .flex_interview .interview_box .txt {
        font-size: 14px;
	}
	.recruit-interview .flex_interview .interview_box .txt h3 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.recruit-interview-intro {
		margin: 80px 0;
	}
	.recruit-interview-intro img {
		width: calc((100% - 10px)/3);
	}
}

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