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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

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;
  line-height: 1.5;
}

@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;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #333;
  font-family: dnp-shuei-gothic-gin-std, 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;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
}
body.is-has-menu {
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.5;
}

.font-shuei-mgothic {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

.font-shuei-gothic-gin,
.font-shuei-gothic-gin-bold {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.font-shuei-gothic-gin {
  font-weight: 500;
}

.font-shuei-gothic-gin-bold {
  font-weight: 600;
}

.font-tsuku {
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.font-montserrat,
.font-montserrat-semibold,
.font-montserrat-bold {
  font-family: montserrat, sans-serif;
}

.font-montserrat-semibold {
  font-weight: 600;
}

.font-montserrat-bold {
  font-weight: 700;
}

.font-notosans,
.font-notosans-medium {
  font-family: "Noto Sans JP", sans-serif;
}

.font-notosans-medium {
  font-weight: 500;
}

.font-ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
}

.font-bitter {
  font-family: "Bitter", serif;
}

.object-fit {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-common {
  width: 100%;
  display: block;
}

.first-view {
  opacity: 0;
}
.wf-active .first-view {
  opacity: 1;
  transition: opacity 0.26s;
}

.is-body-common .container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.16rem;
  }
  body:not(.is-has-menu) {
    position: static !important;
    top: auto !important;
  }
  body.is-has-menu {
    min-width: 1345px;
  }
  body.is-has-menu .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .container {
    min-width: 1345px;
  }
  .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
  .is-tablet .is-open-mega {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
  }
  body.is-has-menu .container {
    position: fixed;
  }
  .container {
    min-width: 320px;
    width: 100%;
  }
  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .md {
    display: none !important;
  }
}
.header-recruit {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  transition: background 0.3s;
}
.header-recruit.is-header-fixed {
  background: rgba(255, 255, 255, 0.7);
}
.header-recruit .header-logo {
  display: block;
}
.header-recruit .button-menu {
  position: absolute;
  z-index: 9999;
  transition: 0.26s ease;
  cursor: pointer;
}
.is-has-menu .header-recruit .button-menu {
  position: fixed;
  z-index: 9996;
}
.header-recruit .button-menu:before, .header-recruit .button-menu:after, .header-recruit .button-menu > span:before {
  content: "";
  position: absolute;
  left: 50%;
  border-bottom: 2px solid #000;
  transition: all 0.4s ease;
}

.navigation-recruit {
  background: #9d2737;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9995;
  display: none;
}
.navigation-recruit .navigation-inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.navigation-recruit ul, .navigation-recruit ol {
  list-style: none;
  padding-left: 0;
}
.navigation-recruit ul > li, .navigation-recruit ol > li {
  list-style: none;
}
.navigation-recruit a {
  color: #fff;
  text-decoration: none;
}
.navigation-recruit .navigation-menu {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.navigation-recruit .menu-link {
  line-height: 1;
  transition: 0.26s ease;
  display: inline-block;
}
.navigation-recruit a.menu-link:hover {
  background: #000;
}
.navigation-recruit .list-sub {
  line-height: 1.5;
}
.navigation-recruit .list-sub a {
  display: inline-block;
  position: relative;
}
.navigation-recruit .list-sub a:after {
  content: "";
  position: absolute;
  left: 0;
}
.navigation-recruit .list-menu-button a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  border: 1px solid #fff;
  transition: 0.26s ease;
}
.navigation-recruit .list-menu-button a:hover {
  background: #fff;
  color: #000;
}

@media print, (min-width: 768px) {
  .header-recruit {
    padding: 8px 25px;
    min-width: 1345px;
  }
  .header-recruit.is-header-fixed .button-menu {
    top: 14px;
  }
  .header-recruit .header-logo {
    width: 254px;
  }
  .header-recruit .header-text {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    font-size: 0.18rem;
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.05em;
  }
  .header-recruit .button-menu {
    right: 18px;
    top: 3px;
    width: 76px;
    height: 76px;
  }
  .header-recruit .button-menu > span:after {
    content: "MENU";
    position: absolute;
    font-family: "Noto Sans JP", sans-serif;
    top: 16px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.12rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000;
  }
  .header-recruit .button-menu:before, .header-recruit .button-menu:after, .header-recruit .button-menu > span:before {
    margin-left: -19px;
    width: 38px;
  }
  .header-recruit .button-menu:before {
    top: 37px;
  }
  .header-recruit .button-menu:after {
    top: 46px;
  }
  .header-recruit .button-menu > span:before {
    top: 55px;
  }
  .header-recruit .button-menu.is-active > span:before {
    top: 46px;
    -ms-transform: rotate(150deg);
        transform: rotate(150deg);
  }
  .header-recruit .button-menu.is-active:before {
    top: 46px;
    -ms-transform: rotate(-150deg);
        transform: rotate(-150deg);
  }
  .header-recruit .button-menu.is-active:after {
    opacity: 0;
  }
  .navigation-recruit {
    min-width: 1345px;
  }
  .navigation-recruit .navigation-inner {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
  .navigation-recruit .navigation-inner::-webkit-scrollbar {
    width: 8px;
  }
  .navigation-recruit .navigation-inner::-webkit-scrollbar-track {
    background: none;
  }
  .navigation-recruit .navigation-inner::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .is-tablet .navigation-recruit .navigation-inner {
    -webkit-overflow-scrolling: touch;
  }
  .navigation-recruit .wrapper {
    width: auto;
    max-width: 1400px;
    padding-right: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .navigation-recruit .list-image-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 850px;
    background: #fff;
    margin-bottom: 0;
  }
  .navigation-recruit .list-image-menu > li {
    width: 50%;
  }
  .navigation-recruit .navigation-info {
    -ms-flex: 1;
        flex: 1;
    padding: 112px 0 0 90px;
  }
  .navigation-recruit .menu-item {
    display: block;
    position: relative;
  }
  .navigation-recruit .menu-item:before, .navigation-recruit .menu-item:after {
    content: "";
    position: absolute;
    top: 37px;
    border-bottom: 3px solid #b59674;
    transition: 0.26s ease;
    opacity: 0;
  }
  .navigation-recruit .menu-item:hover:before, .navigation-recruit .menu-item:hover:after {
    opacity: 1;
  }
  .navigation-recruit .menu-item:hover .menu-name:before, .navigation-recruit .menu-item:hover .menu-name:after,
.navigation-recruit .menu-item:hover .menu-name > span:before,
.navigation-recruit .menu-item:hover .menu-name > span:after {
    opacity: 1;
  }
  .navigation-recruit .menu-item:hover .menu-name {
    color: #000;
    text-shadow: none;
  }
  .navigation-recruit .menu-item:after {
    right: 40px;
  }
  .navigation-recruit .menu-item:before {
    left: 40px;
  }
  .navigation-recruit .menu-first:after {
    width: 152px;
  }
  .navigation-recruit .menu-first:before {
    width: 133px;
  }
  .navigation-recruit .menu-second:after {
    width: 135px;
  }
  .navigation-recruit .menu-second:before {
    width: 146px;
  }
  .navigation-recruit .menu-third:after {
    width: 147px;
  }
  .navigation-recruit .menu-third:before {
    width: 129px;
  }
  .navigation-recruit .menu-fourth:after {
    width: 135px;
  }
  .navigation-recruit .menu-fourth:before {
    width: 148px;
  }
  .navigation-recruit .menu-fifth:after {
    width: 151px;
  }
  .navigation-recruit .menu-fifth:before {
    width: 131px;
  }
  .navigation-recruit .menu-sixth:after {
    width: 140px;
  }
  .navigation-recruit .menu-sixth:before {
    width: 143px;
  }
  .navigation-recruit .menu-seventh:after {
    width: 151px;
  }
  .navigation-recruit .menu-seventh:before {
    width: 142px;
  }
  .navigation-recruit .menu-name {
    font-weight: bold;
    font-size: 0.36rem;
    letter-spacing: 0.2em;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 14px;
    overflow: hidden;
    transition: 0.26s ease;
  }
  .navigation-recruit .menu-name:before, .navigation-recruit .menu-name:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 25px;
    transition: 0.26s ease;
    opacity: 0;
  }
  .navigation-recruit .menu-name:before {
    border-left: 3px solid #b59674;
    left: 0;
  }
  .navigation-recruit .menu-name:after {
    border-right: 3px solid #b59674;
    right: 0;
  }
  .navigation-recruit .menu-name > span {
    display: inline-block;
    position: relative;
  }
  .navigation-recruit .menu-name > span:before, .navigation-recruit .menu-name > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 3px solid #b59674;
    width: 500px;
    transition: 0.26s ease;
    opacity: 0;
  }
  .navigation-recruit .menu-name > span:before {
    left: 100%;
  }
  .navigation-recruit .menu-name > span:after {
    right: 100%;
    margin-right: 6px;
  }
  .navigation-recruit .menu-entry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 232px;
    margin: 37px 40px;
    border: 3px solid #b59674;
    font-size: 0.24rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    color: #9d2737;
    font-family: montserrat, sans-serif;
    transition: 0.26s ease;
  }
  .navigation-recruit .menu-entry:hover {
    background: #9d2737;
    border-color: #9d2737;
    color: #fff;
  }
  .navigation-recruit .navigation-menu {
    font-size: 0.2rem;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
    margin-bottom: 58px;
  }
  .navigation-recruit .navigation-menu > li:not(:first-child) {
    margin-top: 48px;
  }
  .navigation-recruit .list-sub {
    font-size: 0.15rem;
    letter-spacing: 0.1em;
    counter-reset: counter;
    margin: 32px 0 -4px;
    padding-left: 24px;
  }
  .navigation-recruit .list-sub > li {
    counter-increment: counter;
  }
  .navigation-recruit .list-sub > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .navigation-recruit .list-sub a {
    padding-left: 50px;
  }
  .navigation-recruit .list-sub a:before {
    position: absolute;
    left: 20px;
    top: 0;
    content: counter(counter, decimal-leading-zero);
  }
  .navigation-recruit .list-sub a:after {
    top: 5px;
    width: 8px;
    height: 14px;
    background: url(../img/common/icn_arrow_right_white_01.svg) no-repeat center center/100% auto;
  }
  .navigation-recruit .list-menu-button > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .navigation-recruit .list-menu-button a {
    font-size: 0.13rem;
    min-height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .navigation-recruit .wrapper {
    padding-right: 0;
  }
  .navigation-recruit .navigation-info {
    max-width: 410px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-recruit {
    padding: 0.06rem 0.1rem 0.07rem;
    margin-left: 0 !important;
  }
  .header-recruit .header-logo {
    width: 1.06rem;
  }
  .header-recruit .button-menu {
    right: 0.1rem;
    top: 0.08rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .header-recruit .button-menu:before, .header-recruit .button-menu:after, .header-recruit .button-menu > span:before {
    margin-left: -0.08rem;
    width: 0.16rem;
    border-bottom-width: 1px;
  }
  .header-recruit .button-menu:before {
    top: 0.11rem;
  }
  .header-recruit .button-menu:after {
    top: 0.18rem;
  }
  .header-recruit .button-menu > span:before {
    top: 0.25rem;
  }
  .header-recruit .button-menu.is-active > span:before, .header-recruit .button-menu.is-active:before {
    opacity: 0;
  }
  .navigation-recruit .navigation-inner {
    background: #f14ca6;
  }
  .navigation-recruit .navigation-info {
    padding: 0.45rem 0.52rem 0.6rem;
  }
  .navigation-recruit .navigation-menu {
    font-size: 0.16rem;
    margin-bottom: 0.38rem;
  }
  .navigation-recruit .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.32rem;
  }
  .navigation-recruit .list-sub {
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0.12rem;
    margin-right: -0.35rem;
  }
  .navigation-recruit .list-sub > li {
    width: 50%;
  }
  .navigation-recruit .list-sub > li:not(:last-child) {
    margin-bottom: 0.24rem;
  }
  .navigation-recruit .list-sub a {
    padding-left: 0.18rem;
  }
  .navigation-recruit .list-sub a:after {
    top: 0.1rem;
    width: 0.08rem;
    border-bottom: 1px solid #fff;
  }
  .is-iphone .navigation-recruit .list-sub a:after {
    top: 0.09rem;
  }
  .navigation-recruit .list-menu-button > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .navigation-recruit .list-menu-button a {
    font-size: 0.12rem;
    min-height: 0.45rem;
  }
}
.side-control {
  position: fixed;
  top: 50%;
  right: -52px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: right 0.3s;
  z-index: 200;
  background: #fff;
  border-radius: 10px 0 0 10px;
  border: 2px solid #fff;
  border-right: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.side-control.is-side-show {
  right: 0;
}
.side-control > li:not(:last-child) {
  margin-bottom: 2px;
}
.side-control a {
  width: 52px;
  display: block;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
}
.side-control a > span {
  display: block;
  position: relative;
}
.side-control a > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: no-repeat center center/100% auto;
}
.side-control .icon-document {
  min-height: 266px;
  background: #d62418;
  color: #fff;
  padding: 19px 16px 15px;
  border-top-left-radius: 10px;
}
.side-control .icon-document > span {
  padding-top: 40px;
}
.side-control .icon-document > span:before {
  background-image: url(../img/common/icn_document.png);
  margin-left: -11px;
  width: 26px;
  height: 30px;
}
.side-control .icon-entry {
  min-height: 170px;
  background: #e5e5e5;
  color: #000;
  padding: 30px 16px 15px;
  border-bottom-left-radius: 10px;
}
.side-control .icon-entry > span {
  padding-top: 30px;
}
.side-control .icon-entry > span:before {
  background-image: url(../img/common/icn_email.svg);
  width: 20px;
  height: 22px;
  margin-left: -10px;
}

.footer-recruit p {
  margin-bottom: 0;
}
.footer-recruit .footer-logo {
  display: block;
}
.footer-recruit .footer-left {
  font-feature-settings: "palt";
}
.footer-recruit a {
  color: #333;
  text-decoration: none;
}
.footer-recruit ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-recruit ul > li {
  list-style: none;
}

@media print, (min-width: 768px) {
  .footer-recruit {
    border-top: 1px solid #9d2737;
    border-bottom: 1px solid #9d2737;
  }
  .footer-recruit .wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    width: auto;
  }
  .footer-recruit .footer-logo {
    width: 356px;
    margin-bottom: 10px;
  }
  .footer-recruit .footer-left {
    width: 440px;
    border-right: 1px solid #9d2737;
    padding: 18px 5px 18px 18px;
  }
  .footer-recruit .footer-right {
    -ms-flex: 1;
        flex: 1;
  }
  .footer-recruit .footer-menu > li {
    display: inline-block;
    min-width: 195px;
    padding-right: 20px;
    margin-bottom: 16px;
  }
  .footer-recruit .footer-menu > li:nth-child(3n+2) {
    min-width: 190px;
  }
  .footer-recruit .footer-menu > li.is-modify {
    margin-right: 5px;
    min-width: auto;
  }
  .footer-recruit .footer-menu > li.is-modify:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .footer-recruit .footer-menu a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
  }
  .footer-recruit .footer-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../img/common/icn_arrow_right_pink_01.svg) no-repeat center center/100% auto;
  }
  .footer-recruit .footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 42px 10px 28px 30px;
  }
  .footer-recruit .footer-row .footer-menu {
    -ms-flex: 1;
        flex: 1;
  }
  .footer-recruit .footer-top {
    background: #9d2737;
    width: 110px;
    min-height: 56px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 3px 28px 0 0;
  }
  .footer-recruit .footer-top span {
    position: relative;
    top: 2px;
  }
  .is-firefox .footer-recruit .footer-top span {
    top: 0;
  }
  .footer-recruit .footer-blanks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .footer-recruit .footer-blanks:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 80vw;
    background: #9d2737;
  }
  .footer-recruit .footer-blanks > li {
    width: 33.333%;
    border-right: 1px solid #9d2737;
  }
  .footer-recruit .footer-blanks a {
    font-size: 0.14rem;
    line-height: 1.43;
    letter-spacing: 0.2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    min-height: 66px;
  }
  .footer-recruit .footer-blanks .icon {
    position: relative;
    top: 2px;
    padding-right: 30px;
    font-size: 0.13rem;
  }
  .footer-recruit .footer-blanks .icon:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../img/common/icn_blank_01.svg) no-repeat center center/100% auto;
  }
  .is-firefox .footer-recruit .footer-blanks .icon:after, .is-tablet .footer-recruit .footer-blanks .icon:after {
    top: 40%;
  }
  .is-mac:not(.is-tablet) .footer-recruit .footer-blanks .icon:after {
    top: 32%;
  }
  .footer-recruit .footer-blanks .icon.has-break:after {
    top: 48%;
  }
  .footer-recruit .footer-info {
    font-size: 0.15rem;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.05em;
    padding-left: 72px;
  }
  .footer-recruit .footer-text {
    color: #fff;
    font-size: 0.18rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.15em;
    background: #9d2737;
    display: inline-block;
  }
  .footer-recruit .tel {
    margin-right: 10px;
    margin-left: 5px;
    display: inline-block;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-recruit {
    padding: 0.2rem 0 0.1rem;
  }
  .footer-recruit .wrapper {
    padding: 0;
  }
  .footer-recruit .footer-left {
    padding-bottom: 0.13rem;
  }
  .footer-recruit .footer-logo {
    width: 1.68rem;
    margin: 0 auto 0.12rem;
    position: relative;
    left: -0.22rem;
  }
  .footer-recruit .footer-logo img {
    width: 100%;
  }
  .footer-recruit .footer-info {
    font-size: 0.14rem;
    line-height: 1.86;
    letter-spacing: 0.075em;
    color: #333;
    padding: 0 0.2rem 0 0.25rem;
  }
  .footer-recruit .footer-info .text {
    color: #000;
  }
  .footer-recruit .tel {
    margin-right: 0.2rem;
  }
  .footer-recruit .copyright {
    border-top: 1px solid #f14ca6;
    color: #666;
    font-size: 0.13rem;
    line-height: 1.75;
    text-align: center;
    display: block;
    padding: 0.11rem 0.2rem 0;
  }
  .footer-recruit .copyright a {
    color: inherit;
  }
}
.button-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-primary {
  display: block;
  border: 1px solid #9d2737;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.26s, background-color 0.26s, border-color 0.26s;
  position: relative;
}
.button-primary:before, .button-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: no-repeat center/contain;
  transition: opacity 0.26s;
}
.button-primary:before {
  background-image: url(../img/common/icn_arrow_right_pink.svg);
  opacity: 1;
}
.button-primary:after {
  background-image: url(../img/common/icn_arrow_right_white.svg);
  opacity: 0;
}
.button-primary:hover {
  color: #fff;
  border-color: #fff;
  background-color: #9d2737;
}
.button-primary:hover:before {
  opacity: 0;
}
.button-primary:hover:after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .button-list.is-half, .button-list.is-third {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .button-list.is-half {
    margin: 0 -10px;
  }
  .button-list.is-third {
    margin: 0 -15px;
  }
  .is-half .button-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .is-third .button-item {
    -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .button-primary {
    padding: 10px 35px 10px 28px;
    border-radius: 22px;
    background: #fff;
    letter-spacing: 0.05em;
  }
  .button-primary:before, .button-primary:after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-item {
    margin-bottom: 0.14rem;
  }
  .button-primary {
    padding: 0.07rem 0.3rem 0.08rem;
    border-radius: 0.22rem;
    background: #fff;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
  }
  .button-primary:before, .button-primary:after {
    right: 0.16rem;
    width: 0.14rem;
    height: 0.14rem;
  }
}
.button-blank {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.26s, background 0.26s;
  position: relative;
}
.button-blank::before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border-style: solid;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: border-color 0.26s;
}
.button-blank:hover {
  color: #fff;
}
.button-blank:hover:before,
.button-blank:hover span::before,
.button-blank:hover span::after {
  border-color: #fff !important;
}
.button-blank span::before, .button-blank span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
  transition: border-color 0.26s;
}
.button-blank span::before {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-width: 1px;
}
.button-blank span::after {
  border-width: 1px 1px 0 0;
}
.button-blank.is-primary:before {
  border-color: #bb3a53;
}
.button-blank.is-primary span::before, .button-blank.is-primary span::after {
  border-color: #bb3a53;
}
.button-blank.is-primary:hover {
  background: #bb3a53;
}
.button-blank.is-secondary:before {
  border-color: #bb3a53;
}
.button-blank.is-secondary span::before, .button-blank.is-secondary span::after {
  border-color: #bb3a53;
}
.button-blank.is-secondary:hover {
  background: #be4058;
}
.button-blank.is-tertiary:before {
  border-color: #c9bd9c;
}
.button-blank.is-tertiary span::before, .button-blank.is-tertiary span::after {
  border-color: #c9bd9c;
}
.button-blank.is-tertiary:hover {
  background: #c9bd9c;
}
.button-blank.is-quaternary:before {
  border-color: #c00f20;
}
.button-blank.is-quaternary span::before, .button-blank.is-quaternary span::after {
  border-color: #c00f20;
}
.button-blank.is-quaternary:hover {
  background: #c52131;
}
.button-blank.is-quinary:before {
  border-color: #f88022;
}
.button-blank.is-quinary span::before, .button-blank.is-quinary span::after {
  border-color: #f88022;
}
.button-blank.is-quinary:hover {
  background: #f87f21;
}
.button-blank.is-senary:before {
  border-color: #0c6a35;
}
.button-blank.is-senary span::before, .button-blank.is-senary span::after {
  border-color: #0c6a35;
}
.button-blank.is-senary:hover {
  background: #0c6a35;
}

@media print, (min-width: 768px) {
  .button-blank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 67px;
    padding: 10px 33px;
    letter-spacing: 0.15em;
    color: #333;
  }
  .button-blank::before {
    left: -37px;
    width: 55px;
    height: 55px;
    border-width: 2px;
  }
  .button-blank span::before, .button-blank span::after {
    right: 17px;
  }
  .button-blank span::before {
    width: 8px;
    height: 8px;
  }
  .button-blank span::after {
    width: 5px;
    height: 5px;
    -ms-transform: translate(2px, -6px);
        transform: translate(2px, -6px);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-blank {
    padding: 0.12rem 0.3rem 0.11rem;
    color: #000;
    font-size: 0.15rem;
    font-weight: bold;
  }
  .button-blank::before {
    left: -0.17rem;
    width: 0.3rem;
    height: 0.3rem;
    border-width: 0.02rem;
  }
  .button-blank span::before, .button-blank span::after {
    right: 0.22rem;
  }
  .button-blank span::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .button-blank span::after {
    width: 0.05rem;
    height: 0.05rem;
    -ms-transform: translate(0.02rem, -0.06rem);
        transform: translate(0.02rem, -0.06rem);
  }
}
.button-download {
  display: block;
  color: #000;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.button-download::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: url(../img/common/icn_download.svg) no-repeat center/contain;
}
@media print, (min-width: 768px) {
  .button-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 60px;
    padding: 10px 2px 10px 40px;
    font-size: 0.15rem;
  }
  .button-download::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-download {
    padding: 0.11rem 0.35rem;
    font-size: 0.15rem;
    text-align: center;
  }
  .button-download::before {
    left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}

.button-default {
  border: 2px solid #e5e5e5;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.button-default:after, .button-default:before {
  content: "";
  position: absolute;
}
.button-default:after {
  top: 50%;
  background: no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .button-default {
    width: 355px;
    margin: 0 auto;
    color: #333;
    letter-spacing: 0.4em;
    font-size: 0.16rem;
    padding: 10px 66px;
    min-height: 65px;
    transition: 0.26s ease;
  }
  .button-default:after, .button-default:before {
    right: 20px;
    margin-top: -4px;
    width: 42px;
    height: 8px;
    transition: 0.26s ease;
  }
  .button-default:after {
    background-image: url(../img/common/icn_arrow_black_01.png);
  }
  .button-default:before {
    background: url(../img/common/icn_arrow_black_01_hover.png) no-repeat center center/100% auto;
    opacity: 0;
  }
  .button-default:hover {
    background: #9d2737;
    color: #fff;
  }
  .button-default:hover:after {
    opacity: 0;
  }
  .button-default:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-default {
    padding: 0.05rem 0.6rem;
    min-height: 0.45rem;
    color: #000;
    letter-spacing: 0.2em;
    font-size: 0.12rem;
    font-weight: bold;
  }
  .button-default:after {
    right: 0.15rem;
    top: 23%;
    width: 0.42rem;
    height: 0.2rem;
    background-image: url(../img/common/sp/icn_arrow_black_01.png);
  }
  .button-default::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 0.1rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    color: #9d2737;
    border: 1px solid currentColor;
    transition: background-color 0.26s;
  }
  .button-default:hover::before {
    background-color: currentColor;
  }
}
.button-secondary,
.button-tertiary {
  display: block;
  color: #fff;
  text-align: center;
}

.button-secondary {
  background: #9d2737 url(../img/common/icn_arrow_03.svg) no-repeat;
}

.button-tertiary {
  background: #f5acc4 url(../img/common/icn_arrow_04.svg) no-repeat;
}

@media print, (min-width: 768px) {
  .button-secondary,
.button-tertiary {
    padding: 10px 10px 9px;
    border-radius: 4px;
    font-size: 0.15rem;
    letter-spacing: 0.15em;
    background-size: 14px auto;
    background-position: center right 16px;
  }
}
.title-primary,
.title-secondary,
.title-quaternary {
  opacity: 0;
}
.wf-active .title-primary,
.wf-active .title-secondary,
.wf-active .title-quaternary {
  opacity: 1;
  transition: 0.26s ease;
}

.title-primary {
  color: #000;
  width: fit-content;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px, 0 -1px 0 #fff;
  position: relative;
}
.title-primary::before {
  content: "";
  position: absolute;
  background: url(../img/common/icn_leaf_04.png) no-repeat center/contain;
}
.title-primary span {
  background: linear-gradient(#ff0, #ff0) no-repeat;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 20px;
    padding-left: 26px;
    font-size: 0.22rem;
    text-underline-offset: -5px;
    text-decoration-thickness: 4px;
    letter-spacing: 0.13em;
  }
  .title-primary::before {
    top: 4px;
    left: -5px;
    width: 23px;
    height: 25px;
  }
  .title-primary span {
    background-size: 100% 6px;
    background-position: center bottom 5px;
  }
  .is-mac .title-primary span {
    background-position: center bottom 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.12rem;
    padding-left: 0.26rem;
    font-size: 0.16rem;
    text-underline-offset: -0.08rem;
    text-decoration-thickness: 0.06rem;
  }
  .title-primary::before {
    top: 2px;
    left: -1px;
    width: 0.17rem;
    height: 0.18rem;
  }
  .title-primary span {
    background-size: 100% 0.07rem;
    background-position: center bottom 0.02rem;
  }
}
.title-secondary span {
  display: block;
  letter-spacing: 0.1em;
}
.title-secondary .is-english {
  color: #9d2737;
}
.title-secondary .is-japanese {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .title-secondary .is-english {
    margin-bottom: 13px;
    font-size: 0.15rem;
  }
  .title-secondary .is-japanese {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary .is-english {
    margin-bottom: 0.1rem;
    font-size: 0.13rem;
  }
  .title-secondary .is-japanese {
    font-size: 0.16rem;
  }
}
.title-tertiary {
  width: fit-content;
  margin: 0 auto;
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px, 0 -1px 0 #fff;
  position: relative;
}
.title-tertiary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: url(../img/common/icn_leaf_02.png) no-repeat center/contain;
}
@media print, (min-width: 768px) {
  .title-tertiary {
    margin-bottom: 20px;
    padding-top: 28px;
    letter-spacing: 0.2em;
    font-size: 0.22rem;
  }
  .title-tertiary:before {
    width: 24px;
    height: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-tertiary {
    margin-bottom: 0.13rem;
    padding-top: 0.23rem;
    letter-spacing: 0.05em;
    font-size: 0.16rem;
  }
  .title-tertiary:before {
    width: 0.16rem;
    height: 0.18rem;
  }
}

.title-quaternary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  position: relative;
  letter-spacing: 0.05em;
  background: url("../img/common/icn_leaf_01.svg") no-repeat center left;
  font-feature-settings: "palt";
}
.title-quaternary span {
  display: block;
}
.title-quaternary::after {
  content: "";
  -ms-flex: 1;
      flex: 1;
  background-position: right center;
}

@media print, (min-width: 768px) {
  .title-quaternary {
    margin: 0 0 7px -10px;
    padding-left: 30px;
    font-size: 0.26rem;
    background-size: 20px 22px;
  }
  .title-quaternary span {
    margin-right: 14px;
    max-width: 90%;
  }
  .title-quaternary::after {
    height: 8px;
    background-image: linear-gradient(-45deg, #f090b0 25%, #f9f5f0 25%, #f9f5f0 50%, #f090b0 50%, #f090b0 75%, #f9f5f0 75%, #f9f5f0);
    background-size: 10px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-quaternary {
    margin-bottom: 0.11rem;
    padding-left: 0.2rem;
    font-size: 0.16rem;
    background-size: 0.12rem 0.14rem;
  }
  .title-quaternary span {
    margin-right: 0.08rem;
    max-width: 95%;
  }
  .title-quaternary::after {
    height: 0.03rem;
    background-size: 0.05rem 0.05rem;
    background-image: linear-gradient(-45deg, #f090b0 20%, #f9f5f0 20%, #f9f5f0 50%, #f090b0 50%, #f090b0 70%, #f9f5f0 70%, #f9f5f0);
  }
  .title-quaternary.is-none {
    max-width: none;
  }
  .title-quaternary.is-none:after {
    display: none;
  }
}
.title-quinary span {
  display: block;
}
.title-quinary .title-english {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #000;
  font-family: montserrat, sans-serif;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-montserrat-n7-active .title-quinary .title-english {
  opacity: 1;
}
.title-quinary .title-japanese {
  color: #fff;
  background: #9d2737;
  width: fit-content;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-quinary {
    width: 488px;
    margin: 0 auto 58px;
  }
  .title-quinary .title-english {
    margin-bottom: -5px;
    padding-left: 20px;
    font-size: 0.74rem;
    letter-spacing: 0.15em;
  }
  .title-quinary .title-japanese {
    margin: 0 0 0 20px;
    padding: 1px 1px 0;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
  }
  .is-mac .title-quinary .title-japanese {
    padding-top: 0;
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-quinary {
    padding: 0 0.25rem;
    margin-bottom: 0.3rem;
  }
  .title-quinary .title-english {
    margin-bottom: 0.02rem;
    font-size: 0.42rem;
    letter-spacing: 0.15em;
  }
  .title-quinary .title-japanese {
    padding: 1px 1px 1px 0.03rem;
    font-size: 0.15rem;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.title-senary {
  color: #000;
  border-width: 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.title-senary span {
  display: block;
}
.title-senary .title-english::first-letter {
  color: #9d2737;
}

@media print, (min-width: 768px) {
  .title-senary {
    width: 448px;
    margin: 0 auto;
    padding: 18px 0 26px;
  }
  .title-senary .title-english {
    margin: 0 -10px 2px 0;
    font-size: 0.38rem;
    letter-spacing: 0.17em;
  }
  .is-mac .title-senary .title-english {
    letter-spacing: 0.15em;
  }
  .title-senary .title-japanese {
    font-size: 0.18rem;
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-senary {
    margin: 0 0.25rem;
    padding: 0.2rem 0;
  }
  .title-senary .title-english {
    margin-bottom: 0.08rem;
    font-size: 0.26rem;
    letter-spacing: 0.2em;
  }
  .is-iphone .title-senary .title-english {
    letter-spacing: 0.13em;
  }
  .title-senary .title-japanese {
    margin-left: -0.03rem;
    font-size: 0.14rem;
    letter-spacing: 0.2em;
  }
}
@media print, (min-width: 768px) {
  .is-body-common .container {
    overflow: visible;
  }
  .is-body-common.is-has-menu .container {
    overflow: hidden;
  }
  .footer-recruit {
    overflow: hidden;
  }
}
.keyvisual-image img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .layout-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
  }
  .keyvisual-image {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    min-width: 700px;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .keyvisual-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .layout-main {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    min-width: 700px;
    padding-bottom: 100px;
    padding-top: 166px;
  }
}
@media only screen and (max-width: 767.98px) {
  .layout-block {
    padding-bottom: 0.7rem;
  }
  .keyvisual-image {
    min-height: 4.75rem;
  }
  .layout-main {
    padding-top: 0.2rem;
  }
}
body {
  counter-reset: point;
}

.point-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.point-item {
  counter-increment: point;
}
.point-item.is-highlight .point-title {
  background: #fff;
}
.point-item.is-highlight .point-subtitle,
.point-item.is-highlight .point-text {
  color: #fff;
}
.point-item.is-highlight .point-count {
  -webkit-text-stroke-color: #fff;
}
.point-item.is-primary {
  background: #9d2737;
}
.point-item.is-secondary {
  background: #ea5413;
}
.point-item.is-tertiary {
  background: #90c31f;
}

.point-count {
  width: fit-content;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #9d2737;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-montserrat-n7-active .point-count {
  opacity: 1;
}
.point-count::after {
  content: counter(point);
  position: relative;
}

.point-title {
  color: #000;
  background: #f1f1f1;
}

.point-subtitle {
  color: #000;
}
.point-subtitle.custom-spacing {
  letter-spacing: 0;
}

.point-text {
  margin-bottom: 0;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .point-item {
    padding: 36px 0 50px;
  }
  .point-content {
    width: 448px;
    margin: 0 auto;
  }
  .point-count {
    margin: 0 0 0 -4px;
    font-size: 0.36rem;
    letter-spacing: 0.18em;
  }
  .point-count:after {
    font-size: 0.48rem;
    right: -10px;
  }
  .point-image {
    margin-bottom: 30px;
  }
  .point-title {
    margin-bottom: 16px;
    padding: 14px 12px 15px;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
  }
  .is-firefox .point-title {
    padding-bottom: 16px;
  }
  .point-subtitle {
    margin: 0 -10px 12px 0;
    font-size: 0.22rem;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
  }
  .is-mac .point-subtitle {
    letter-spacing: 0;
  }
  .point-text {
    line-height: 2.25;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 767.98px) {
  .point-item {
    padding: 0.1rem 0.25rem 0.23rem;
  }
  .point-content img {
    width: 100%;
  }
  .point-count {
    margin: 0 0 0 -0.02rem;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
  }
  .point-count:after {
    font-size: 0.38rem;
    right: -0.04rem;
  }
  .point-image {
    margin-bottom: 0.2rem;
  }
  .point-title {
    margin-bottom: 0.13rem;
    padding: 0.04rem 0.05rem 0.05rem 0.13rem;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
  }
  .point-title.custom-spacing {
    letter-spacing: 0;
  }
  .is-iphone .point-title.custom-spacing {
    padding-left: 0.06rem;
    padding-right: 0;
  }
  .point-subtitle {
    margin: 0 -0.13rem 0.1rem 0;
    font-size: 0.18rem;
    line-height: 1.5555555556;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
  }
  .point-text {
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
  }
}
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-image {
  display: block;
}
.article-image img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-common-article {
    margin-bottom: -7px;
  }
  .article-list {
    display: -ms-flexbox;
    display: flex;
  }
  .article-item {
    -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-article {
    margin-bottom: 0.04rem;
  }
  .article-item:nth-child(2) {
    margin-bottom: 0.06rem;
  }
}
.section-common-entry .entry-title {
  line-height: 1.5;
  font-weight: bold;
  color: #9d2737;
  font-family: montserrat, sans-serif;
  text-align: center;
}
.section-common-entry .entry-content {
  text-align: center;
  color: #fff;
  position: relative;
}
.section-common-entry .entry-text {
  font-weight: bold;
}
.section-common-entry .entry-button {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media print, (min-width: 768px) {
  .section-common-entry {
    padding: 62px 0 71px;
  }
  .section-common-entry .wrapper {
    width: 1000px;
  }
  .section-common-entry .entry-title {
    font-size: 0.24rem;
    letter-spacing: 0.35em;
    margin-bottom: 20px;
  }
  .section-common-entry .entry-content {
    font-size: 0.16rem;
    line-height: 2.25;
    letter-spacing: 0.05em;
    background: #9d2737;
    padding: 43px 150px 25px;
  }
  .section-common-entry .entry-content:before, .section-common-entry .entry-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 310px;
    background: no-repeat center bottom/100% auto;
  }
  .section-common-entry .entry-content:before {
    background-image: url(../img/common/img_entry_01.png);
    left: -62px;
  }
  .section-common-entry .entry-content:after {
    background-image: url(../img/common/img_entry_02.png);
    right: -50px;
  }
  .section-common-entry .entry-text {
    font-size: 0.22rem;
    line-height: 1.75;
    letter-spacing: 0.075em;
    margin-bottom: 6px;
  }
  .section-common-entry .entry-button {
    width: 355px;
    margin: -32px auto 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-entry {
    padding-top: 0.2rem;
  }
  .section-common-entry .wrapper {
    padding: 0;
  }
  .section-common-entry .entry-title {
    font-size: 0.15rem;
    letter-spacing: 0.4em;
    margin-bottom: 0.32rem;
  }
  .section-common-entry .entry-content {
    font-size: 0.14rem;
    line-height: 1.86;
    font-feature-settings: "palt";
  }
  .section-common-entry .entry-description {
    background: #9d2737;
    padding: 0.19rem 0.1rem 0.4rem;
    margin-bottom: 0;
  }
  .section-common-entry .entry-text {
    font-size: 0.14rem;
    color: #000;
    line-height: 1.86;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    position: relative;
    background: repeating-linear-gradient(-45deg, #f8d5e4 0, #f6c4d7 1px, #f6cadc 1.5px, #f8d5e4 2.5px);
    text-shadow: 0 1px 0 #fff, -1px 0 0 #fff;
    padding: 0.65rem 0.3rem 0.09rem;
  }
  .section-common-entry .entry-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.14rem;
    height: 1.55rem;
    background: url(../img/common/img_entry_01.png) no-repeat center bottom/100% auto;
    margin-left: -0.57rem;
  }
  .section-common-entry .entry-text > span {
    position: relative;
    z-index: 2;
    display: block;
  }
  .section-common-entry .entry-button {
    width: 3.26rem;
    margin: -0.23rem auto 0;
  }
}
.layout-block {
  padding-bottom: 0;
}

.section-recruit-about .title-senary .title-english {
  letter-spacing: 0.29em;
}
.section-recruit-about .title-senary .title-japanese {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .keyvisual-image img {
    /* object-position: center center; */
  }
  .section-recruit-about .point-image {
    margin-bottom: 20px;
  }
  .section-recruit-about .point-subtitle {
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-about .point-image {
    margin-bottom: 0.12rem;
  }
  .section-recruit-about .point-subtitle {
    margin-bottom: 0.03rem;
    letter-spacing: 0.13em;
  }
}
.section-recruit-philosophy {
  background: #fbfbfb;
}

.philosophy-image img {
  width: 100%;
}

.philosophy-title {
  color: #000;
}

.philosophy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.philosophy-item {
  background: linear-gradient(to right, #6a6a6a 50%, #fff 0) repeat-x bottom left;
}
.philosophy-item:last-child {
  background: none;
}

.philosophy-subtitle {
  color: #000;
}

.philosophy-text {
  margin-bottom: 0;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .philosophy-image {
    margin-bottom: 35px;
  }
  .philosophy-title {
    width: 450px;
    margin: 0 auto -8px;
    font-size: 0.26rem;
    letter-spacing: 0.1em;
  }
  .philosophy-item {
    padding: 35px 0 30px;
    background-size: 6px 1px;
  }
  .philosophy-content {
    width: 450px;
    margin: 0 auto;
  }
  .philosophy-subtitle {
    margin-bottom: 5px;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
  }
  .philosophy-text {
    color: #000;
    line-height: 2.25;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .philosophy-image {
    margin-bottom: 0.26rem;
  }
  .philosophy-title {
    margin: 0 0 -0.08rem;
    padding: 0 0.25rem;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
  }
  .philosophy-item {
    padding: 0.25rem 0;
    background-size: 0.06rem 1px;
  }
  .philosophy-content {
    padding: 0 0.25rem;
  }
  .philosophy-subtitle {
    margin-bottom: 0.07rem;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
  }
  .philosophy-text {
    line-height: 1.8571428571;
  }
  .is-iphone .philosophy-text {
    font-feature-settings: "palt";
  }
}
.contact-main {
  background: no-repeat center/cover;
}

.contact-title {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px, 0 -1px 0 #fff;
  color: #000;
}

.contact-information dt {
  color: #000;
  font-weight: bold;
}
.contact-information dd {
  font-weight: 500;
}

.contact-tel {
  color: #333;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .contact-main {
    margin-bottom: 5px;
    padding-top: 55px;
    height: 315px;
    background-image: url(../img/recruit/about/bg_contact.jpg);
  }
  .contact-title {
    width: 450px;
    margin: 0 auto;
    font-size: 0.26rem;
    letter-spacing: 0.4em;
  }
  .contact-information {
    width: 450px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-information dt,
.contact-information dd {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 2.25;
  }
  .contact-information dt {
    -ms-flex: 0 0 105px;
        flex: 0 0 105px;
    padding-right: 10px;
  }
  .contact-information dd {
    -ms-flex: 0 0 calc(100% - 105px);
        flex: 0 0 calc(100% - 105px);
  }
  .contact-tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-main {
    padding: 0.28rem 0.25rem;
    height: 1.8rem;
    background-image: url(../img/recruit/about/sp/bg_contact.jpg);
  }
  .contact-title {
    font-size: 0.18rem;
    letter-spacing: 0.4em;
  }
  .contact-information {
    padding: 0.25rem 0.25rem 0.18rem;
  }
  .contact-information dt,
.contact-information dd {
    text-align: center;
  }
  .contact-information dt {
    padding: 0.02rem 0.1rem;
    background: #f1f1f1;
  }
  .is-iphone .contact-information dt {
    padding-bottom: 0.03rem;
  }
  .contact-information dd {
    padding: 0.15rem 0.05rem;
    line-height: 1.8571428571;
  }
}
/*# sourceMappingURL=recruit_about.css.map */