@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

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

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

.ft-serif {
  font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

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

.ft-bud {
  font-family: tbudgothic-std, sans-serif;
}

.ft-budround {
  font-family: tbudrgothic-std, sans-serif;
}

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

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wow {
  visibility: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.xs {
  display: none !important;
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  body {
    position: static !important;
    top: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

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

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .wrapper.full {
    padding-left: 0;
    padding-right: 0;
  }

  .outside {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 374px) {
  .xs {
    display: block !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  min-width: 1300px;
  left: 0;
  top: 0;
  z-index: 8000;
}
.header .header-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 28px 50px;
  margin: 0 auto;
}
.header .header-logo {
  width: 163px;
  height: auto;
}
.header .btn-menu {
  position: relative;
  width: 48px;
  height: 38px;
}
.header .btn-menu .menu-inner {
  position: relative;
  width: 30px;
  height: 26px;
  margin: 6px auto 0;
}
.header .btn-menu .menu-inner span {
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
}
.header .btn-menu .menu-inner span:nth-child(1) {
  top: 0;
}
.header .btn-menu .menu-inner span:nth-child(2) {
  top: 12px;
}
.header .btn-menu .menu-inner span:nth-child(3) {
  top: 23px;
}
.header.header-top .btn-menu .menu-inner span {
  background: #fff;
}
.header .navigation {
  display: none;
  position: fixed;
  z-index: 9800;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 84px 0 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
}
.header .navigation .btn-menu {
  position: absolute;
  right: 50px;
  top: 28px;
  margin-top: 0;
}
.header .navigation .btn-menu span {
  background-color: #fff;
}
.header .navigation .btn-menu span:nth-child(1), .header .navigation .btn-menu span:nth-child(3) {
  display: none;
}
.header .navigation .navigation-inner {
  position: absolute;
  z-index: 9800;
  top: 84px;
  bottom: 0;
  right: 0;
  width: 100%;
}
.header .navigation .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
}
.header .navigation .img-nav {
  width: 50%;
}
.header .navigation .list-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.header .navigation .list-img > li {
  padding: 0 1px 2px;
  width: 50%;
}
.header .navigation .list-img img {
  display: block;
  width: 100%;
}
.header .navigation .list-img a {
  display: block;
  position: relative;
}
/*
.header .navigation .list-img a:before {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #fff;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.26s;
  -o-transition: 0.26s;
  -webkit-transition: 0.26s;
  transition: 0.26s;
  content: "";
}
.header .navigation .list-img a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: ;
}
*/
.header .navigation .list-img a .w_frame img {
  display: none;
}
.header .navigation .list-img a:hover .w_frame {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #fff;
}
.header .navigation .list-img a:hover .w_frame img {
  display: block;
  width: 137px;
  bottom: -3px;
  left: -3px;
  position: absolute;
}

/**/
.header .navigation .list-img a.hoverd .w_frame {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #fff;
}
.header .navigation .list-img a.hoverd .w_frame img {
  display: block;
  width: 137px;
  bottom: -3px;
  left: -3px;
  position: absolute;
}

.header .navigation .list-nav {
  width: 50%;
  padding: 16px 0 0 0;
  color: #fff;
}
.header .navigation .list-nav a {
  color: #fff;
}
.header .navigation .list-inside {
  width: 310px;
  margin: 0 auto;
}
.header .navigation .link-nav {
  display: block;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}
.header .navigation .link-nav:after {
  position: absolute;
  content: "";
  width: 125px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 0;
}
.header .navigation .link-nav.home:after {
  display: none;
}
.header .navigation .box-mega {
  margin: -18px 0 20px;
}
.header .navigation .link-mega {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-left: 18px;
  background: url(../img/common/icn_arrow_03.png) left center no-repeat;
  background-size: 6px auto;
  line-height: 3.1;
  letter-spacing: 0.05em;
}
.header .navigation .box-button {
  margin-top: 25px;
}
.header .navigation .link-control {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 27px 0;
  margin-bottom: 26px;
  letter-spacing: 0.1em;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
}
.header .navigation .box-social {
  border-top: 1px solid #fff;
  margin-top: 36px;
  padding-top: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header .navigation .box-social .link-social {
  display: inline-block;
  margin: 0 38px;
}
.header .navigation .box-social .link-social img {
  height: 20px;
  width: auto;
  max-width: inherit;
}

@media print, (min-width: 768px) {
  .header .navigation .link-control:hover {
    background-color: #fff;
    color: #000;
  }

  .header-fixed.header {
    position: fixed;
  }

  .header .navigation .link-mega,
  .header .navigation .link-nav {
    font-weight: 500;
  }

  .header .navigation .box-mega > li {
    padding: 15px 0;
  }
  .header .navigation .box-mega a {
    display: inline-block;
    padding: 0 5px 0 22px;
    line-height: 1.5;
  }
  .header .navigation .box-mega a:hover,.header .navigation .box-mega a.hoverd {
    background: #fff url(../img/common/icn_arrow_01.png) 5px center no-repeat;
    background-size: 6px auto;
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    min-width: auto;
  }
  .header .header-wrap {
    padding: 16px 25px;
  }
  .header .header-logo {
    width: 90px;
  }
  .header .btn-menu {
    width: 50px;
    height: 40px;
    margin-top: -10px;
    margin-right: -18px;
  }
  .header .btn-menu .menu-inner {
    width: 20px;
    height: 14px;
    margin: 12px auto 0;
  }
  .header .btn-menu .menu-inner span {
    height: 2px;
  }
  .header .btn-menu .menu-inner span:nth-child(1) {
    top: 0;
  }
  .header .btn-menu .menu-inner span:nth-child(2) {
    top: 6px;
  }
  .header .btn-menu .menu-inner span:nth-child(3) {
    top: 12px;
  }
  .header .navigation {
    display: none;
    padding: 45px 0 0;
  }
  .header .navigation .btn-menu {
    right: 25px;
    top: 6px;
  }
  .header .navigation .navigation-inner {
    top: 45px;
    bottom: 0;
    overflow-y: scroll !important;
  }
  .header .navigation .inner {
    display: block;
  }
  .header .navigation .list-nav {
    width: 100%;
    padding: 18px 25px 0 25px;
  }
  .header .navigation .list-inside {
    width: 100%;
  }
  .header .navigation .link-nav {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .header .navigation .link-nav:after {
    width: 36vw;
    height: 1px;
  }
  .header .navigation .box-mega {
    margin: -16px 0 22px;
  }
  .header .navigation .box-mega > li {
    margin-top: 8px;
  }
  .header .navigation .link-mega {
    font-size: 14px;
    padding-left: 18px;
    background-size: 6px auto;
    line-height: 3.3;
    letter-spacing: 0.05em;
  }
  .header .navigation .box-button {
    margin-top: 36px;
  }
  .header .navigation .link-control {
    padding: 28px 0 26px;
    margin-bottom: 26px;
  }
  .header .navigation .box-social {
    margin-top: 36px;
    padding: 32px 0;
  }
  .header .navigation .box-social .link-social {
    margin: 0 38px;
  }
  .header .navigation .box-social .link-social img {
    height: 20px;
    width: auto;
  }
}
/* logo change
 * ----------------------------------------------- */
div.header-logo .white {
  display: none;
}

@media print, (min-width: 768px) {
  .logo-pc-white div.header-logo .white {
    display: block;
  }
  .logo-pc-white div.header-logo .black {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .logo-sp-white div.header-logo .white {
    display: block;
  }
  .logo-sp-white div.header-logo .black {
    display: none;
  }
}
/* COMMON HANAMARU
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .container-hanamaru {
    padding-left: 250px;
    position: relative;
  }
  .container-hanamaru header {
    min-height: 100vh;
    background-color: #ffcc33;
    width: 250px;
    position: fixed;
    height: 100%;
    left: 0;
    z-index: 100;
    top: 0;
  }
}
/* COMMON HEADER HANAMARU
 * ----------------------------------------------- */
.hanamaru-header .link-navi.current,
.hanamaru-header .link-mega.current {
  color: #e61874;
}

@media print, (min-width: 768px) {
  .hanamaru-header .header-inner {
    padding: 0 25px 40px 40px;
  }
  .hanamaru-header .header-logo {
    background-color: #fff;
  }
  .hanamaru-header .header-logo a {
    display: block;
  }
  .hanamaru-header .navigation-wrap {
    padding: 10px 26px 0 0;
    font-weight: bold;
  }
  .hanamaru-header .navigation-wrap .link-navi:first-child {
    margin-top: 0;
  }
  .hanamaru-header .navigation-wrap .link-navi,
  .hanamaru-header .navigation-wrap .link-mega {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .hanamaru-header .navigation-wrap .link-navi:hover,
  .hanamaru-header .navigation-wrap .link-mega:hover {
    color: #e61874;
  }
  .hanamaru-header .link-navi {
    cursor: pointer;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    margin-top: 33px;
  }
  .hanamaru-header .link-mark {
    background: url(../img/hanamaru/common/icn_mark_open.png) right top 2px no-repeat;
  }
  .hanamaru-header .link-mark.active {
    background-image: url(../img/hanamaru/common/icn_mark_close.png);
  }
  .hanamaru-header .link-mega {
    display: block;
  }
  .hanamaru-header .link-mega + .link-mega {
    margin-top: 20px;
  }
  .hanamaru-header .mega-inner {
    padding: 18px 0 0 18px;
  }
  .hanamaru-header .block-address {
    font-weight: bold;
    position: relative;
    padding: 34px 0 0 0;
    margin: 36px 0 0 0;
  }
  .hanamaru-header .block-address:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 0;
  }
  .hanamaru-header .institute-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .hanamaru-header .institute-text small {
    font-size: 13px;
  }
  .hanamaru-header .address-text {
    line-height: 1.7;
    margin-bottom: 6px;
  }
  .hanamaru-header .tel-text {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
  }
  .hanamaru-header .tel-text a {
    font-size: 16px;
  }
  .hanamaru-header .time-text {
    color: #333;
  }
  .hanamaru-header .link-time {
    display: block;
    margin-top: 36px;
  }
  .hanamaru-header .text-copy {
    color: #333;
    line-height: 1.7;
    margin: 44px 0 0 0;
    padding-left: 13px;
    text-indent: -13px;
  }
  .hanamaru-header .design-text {
    display: block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 6px;
    margin-top: 12px;
  }
  .hanamaru-header .navigation {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hanamaru-header .hanamaru-inner {
    position: relative;
    z-index: 9900;
    background-color: #ffcc33;
  }
  .hanamaru-header .header-logo img {
    width: 190px;
  }
  .hanamaru-header .btn-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 50px;
  }
  .hanamaru-header .btn-menu .menu-inner {
    position: relative;
    width: 15px;
    height: 12px;
    margin: 19px auto 0;
  }
  .hanamaru-header .btn-menu .menu-inner span {
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .hanamaru-header .btn-menu .menu-inner span:nth-child(1) {
    top: 0;
  }
  .hanamaru-header .btn-menu .menu-inner span:nth-child(2) {
    top: 5px;
  }
  .hanamaru-header .btn-menu .menu-inner span:nth-child(3) {
    top: 10px;
  }
  .hanamaru-header.is-down {
    height: 50px;
  }
  .hanamaru-header.is-down .btn-menu .menu-inner span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg) scale(1.4, 1);
  }
  .hanamaru-header.is-down .btn-menu .menu-inner span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .hanamaru-header.is-down .btn-menu .menu-inner span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg) scale(1.4, 1);
  }
  .hanamaru-header.is-down .hanamaru-inner {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .hanamaru-header .navigation {
    display: none;
    position: fixed;
    z-index: 9800;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0 0;
    width: 100%;
    background: rgba(255, 204, 51, 0.95);
  }
  .hanamaru-header .navigation .navigation-wrap {
    position: absolute;
    z-index: 9800;
    overflow-y: auto;
    top: 50px;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 32px;
  }
  .hanamaru-header .navigation .link-navi {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 15px 0 14px;
  }
  .hanamaru-header .navigation .link-mark {
    background: url(../img/hanamaru/common/icn_mark_open.png) right 15px center no-repeat;
  }
  .hanamaru-header .navigation .link-mark.active {
    background-image: url(../img/hanamaru/common/icn_mark_close.png);
  }
  .hanamaru-header .navigation .link-mega {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    padding: 15px 0 14px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .footer {
    padding-bottom: 64px;
  }
  .footer .block-require {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .footer .block-require .link-require {
    position: relative;
    width: 50%;
  }
  .footer .block-require .link-require:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .footer .block-require .link-require:first-child:after {
    background: rgba(0, 0, 0, 0.75);
  }
  .footer .block-require .link-require:nth-child(2):after {
    background: rgba(50, 0, 1, 0.85);
  }
  .footer .block-require .link-require:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .footer .block-require .link-require .require-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 32%;
    left: 48.3%;
    z-index: 3;
    padding-bottom: 38px;
    background: url(../img/common/icn_arrow_03.png) center bottom no-repeat;
    background-size: 6px auto;
    letter-spacing: 0.2em;
  }
  .footer .block-require-col .link-require .require-text {
    transform: translateX(-50%);
    left: 50%;
  }
  .footer .cherish-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .logo {
    display: inline-block;
    margin: 65px 0 16px;
    letter-spacing: 0.3em;
  }
  .footer .logo img {
    width: 90px;
    height: auto;
  }
  .footer .address-text {
    color: #333;
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 12px;
  }
  .footer .copy-text {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .footer .block-require-col .link-require {
    width: 25%;
  }
  .footer .block-require-col .link-require:nth-child(3):after {
    background: rgba(4, 21, 45, 0.85);
  }
  .footer .block-require-col .link-require:nth-child(4):after {
    background: rgba(32, 32, 22, 0.85);
  }
  .footer .block-require-col .link-require.message:after {
    background: rgba(17, 11, 39, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 28px;
  }
  .footer .block-require .link-require {
    display: block;
    position: relative;
  }
  .footer .block-require .link-require .require-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 31%;
    left: 47%;
    z-index: 3;
    padding-bottom: 26px;
    background: url(../img/common/icn_arrow_03.png) center bottom no-repeat;
    background-size: 6px auto;
    letter-spacing: 0.2em;
  }
  .footer .block-require-col .link-require .require-text {
    transform: translateX(-50%);
    left: 50%;
  }
  .footer .cherish-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .footer .logo {
    display: inline-block;
    margin: 38px 0 14px;
    letter-spacing: 0.2em;
  }
  .footer .logo img {
    width: 64px;
    height: auto;
  }
  .footer .address-text {
    color: #333;
    font-size: 13px;
    line-height: 2.14;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
  }
  .footer .copy-text {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .footer .block-require-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .block-require-col .link-require {
    width: 50%;
  }
  .footer .block-require-col .col-first {
    order: 3;
  }
  .footer .block-require-col .col-second {
    order: 4;
  }
  .footer .block-require-col .col-thirth {
    order: 1;
  }
  .footer .block-require-col .col-fourth {
    order: 2;
  }
}
@media only screen and (max-width: 374px) {
  .footer .block-require .link-require .require-text {
    top: 22%;
    font-size: 12px;
  }

  .footer .cherish-text,
  .footer .address-text {
    font-size: 12px;
  }
}
/* COMMON FOOTER HANAMARU
 * ----------------------------------------------- */
.footer-hanamaru .other-concern {
  background-color: #a4cb2b;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 62px 0 60px;
}
.footer-hanamaru .block-map {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 38px 10px 28px 50px;
}
.footer-hanamaru .link-logo {
  width: 270px;
}
.footer-hanamaru .block-location {
  width: 780px;
  padding: 14px 0 0 44px;
}
.footer-hanamaru .block-location .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  letter-spacing: 0.05em;
}
.footer-hanamaru .block-location .item + .item {
  margin-top: 12px;
}
.footer-hanamaru .block-location .address,
.footer-hanamaru .block-location .phone,
.footer-hanamaru .block-location .phone a {
  color: #333;
}
.footer-hanamaru .block-location .phone a {
  cursor: pointer;
}
.footer-hanamaru .block-location .phone,
.footer-hanamaru .block-location .detail {
  font-size: 14px;
}
.footer-hanamaru .block-location .name {
  font-weight: bold;
  width: 145px;
}
.footer-hanamaru .block-location .address {
  width: 280px;
}

@media print, (max-width: 1370px) {
  .footer-hanamaru .block-location,
  .footer-hanamaru .block-location .phone,
  .footer-hanamaru .block-location .detail {
    font-size: 12px;
  }
  .footer-hanamaru .block-location {
    padding-top: 6px;
  }
  .footer-hanamaru .block-location .address {
    width: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-hanamaru .other-concern {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 60px 20px;
  }
  .footer-hanamaru .block-map {
    display: block;
    padding: 24px 15px 28px;
  }
  .footer-hanamaru .link-logo {
    width: 120px;
    margin: 0 auto;
    display: block;
  }
  .footer-hanamaru .block-location {
    width: 100%;
    padding: 16px 0 0 0;
    font-size: 13px;
  }
  .footer-hanamaru .block-location .item {
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .footer-hanamaru .block-location .item + .item {
    margin-top: 14px;
  }
  .footer-hanamaru .block-location .phone,
  .footer-hanamaru .block-location .detail {
    font-size: 14px;
  }
  .footer-hanamaru .block-location .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-hanamaru .block-location .address {
    width: 100%;
    margin-bottom: 8px;
  }
  .footer-hanamaru .copy-text {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-hanamaru .design-text {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0 8px;
  }
}
@media only screen and (max-width: 374px) {
  .footer-hanamaru .copy-text {
    font-size: 11px;
  }
  .footer-hanamaru .space {
    display: none;
  }
  .footer-hanamaru .other-concern {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide:active, .slick-slide:focus {
  outline: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

/* COMMON ANIMATION */
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

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

.img {
  width: 100%;
  height: auto;
}

.img-max {
  max-width: 100%;
  height: auto;
}

.table .th, .table .td {
  display: table-cell;
}

@media print, (min-width: 768px) {
  .inner {
    width: 1100px;
    margin: 0 auto;
  }

  .inside {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .in-block {
    display: inline-block;
  }
}
.section-banner {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* COMMON BREADCRUM
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  color: #1c342f;
  font-size: 18px;
  font-weight: bold;
  /* letter-spacing: 0.05em; */
}
.section-title.second {
  letter-spacing: 0.1em;
}

.main-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.subtitle {
  color: #999;
}

.job-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.condition-title {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.06em;
  margin-right: 20px;
}

.facility-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #330000;
  letter-spacing: 0.08em;
}

.category-title {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 2.6;
}

.border-title {
  width: 287px;
  height: 110px;
  padding-top: 42px;
  text-align: center;
  background: url(../img/hanamaru/about/img_border_01.png) 0 0 no-repeat;
  font-size: 20px;
  font-weight: bold;
}

.corner-title .corner {
  position: relative;
  display: inline-block;
  padding: 42px 70px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #330000;
  letter-spacing: 0.1em;
}
.corner-title .corner:after, .corner-title .corner:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 28px;
}
.corner-title .corner:after {
  background: url(../img/hanamaru/service/img_corner_02.png) 0 0 no-repeat;
  left: 0;
  top: 0;
}
.corner-title .corner:before {
  background: url(../img/hanamaru/service/img_corner_01.png) 0 0 no-repeat;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 15px;
  }

  .main-title {
    font-size: 15px;
  }

  .job-title {
    font-size: 14px;
    padding: 0 25px 12px;
  }

  .condition-title {
    font-size: 14px;
    padding-bottom: 12px;
    margin-right: 0;
  }

  .facility-title {
    font-size: 15px;
  }

  .border-title {
    width: 160px;
    height: 45px;
    padding-top: 12px;
    background-image: url(../img/hanamaru/about/sp/img_border_01.png);
    background-size: auto 100%;
    font-size: 15px;
  }

  .corner-title {
    text-align: center;
  }
  .corner-title .corner {
    padding: 10px 30px 8px;
    font-size: 15px;
    line-height: 1.75;
  }
  .corner-title .corner:after, .corner-title .corner:before {
    width: 25px;
    height: 16px;
  }
  .corner-title .corner:after {
    background-image: url(../img/hanamaru/service/sp/img_corner_02.png);
    background-size: 100% auto;
  }
  .corner-title .corner:before {
    background-image: url(../img/hanamaru/service/sp/img_corner_01.png);
    background-size: 100% auto;
  }
}
/* COMMON BUTTON
 * ----------------------------------------------- */
.btn-submit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #cccccc;
  background: #fff;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  cursor: pointer;
}

.link-all {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  text-align: center;
  font-weight: bold;
  display: block;
  background-color: #f1f1f1;
  padding: 30px 5px 26px;
  font-size: 16px;
}

.link-work {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ff9900;
  padding: 31px 5px 28px;
  font-size: 14px;
  width: 395px;
}

.link-search {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border: 1px solid #cccccc;
  background: #333333;
  color: #fff;
}

.btn-contact {
  background: #ffff !important;
  border: 1px solid #e61873 !important;
  color: #e61873 !important;
}

@media print, (min-width: 768px) {
  .btn-submit {
    width: 398px;
    height: 70px;
    margin-top: -12px;
  }
  /* mag */
  .btn-submit.btn-submit2 {
    width: 398px;
    height: 70px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
  }
  /* mag */





  
  /* mag */
  .form_flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .btn-submit.btn-submit3 {
    width: 380px;
    height: 70px;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  /* mag */





  
  .btn-submit:hover {
    background: #901E23;
    border: 1px solid #901E23;
    color: #ffffff;
  }

  .btn-contact {
    width: 440px;
    height: 75px;
    margin: 20px 0 5px;
    font-size: 14px;
  }
  .btn-contact:hover {
    background: #e61873;
    color: #fff;
  }

  .link-search {
    width: 250px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .link-all:hover {
    background-color: #fcb448;
    color: #fff;
  }

  .link-work:hover {
    background-color: #ff9900;
  }

  .btn-contact:hover {
    background-color: #e61873 !important;
    color: #fff !important;
  }
}
@media only screen and (max-width: 767px) {
  .btn-submit {
    width: 100%;
    height: 50px;
    background: #901E23;
    border: 1px solid #901E23;
    color: #ffffff;
  }
  /* mag */
  .btn-submit {
    width: 100%;
    height: 50px;
    background: #901E23;
    border: 1px solid #901E23;
    color: #ffffff;
    margin-top: 50px;
  }
  /* mag */

  .btn-contact {
    margin-top: 15px;
    height: 55px;
    font-size: 14px;
  }

  .link-search {
    width: 150px;
    height: 50px;
    background: #e61773;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .link-all {
    background-color: #fcb448;
    color: #fff;
    padding: 18px 5px 16px;
    font-size: 13px;
  }

  .link-work {
    padding: 20px 5px 16px;
    font-size: 13px;
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .link-search {
    width: 140px;
  }
}
/* COMMON TEXT
 * ----------------------------------------------- */
.desc {
  line-height: 2.35;
  color: #666;
}
  
/* mag */
.desc {
  line-height: 2.35;
  color: #666;
  letter-spacing: 0.05em;
}
/* ----- mag */

.info-text {
  font-weight: bold;
  font-size: 14px;
}

.mark {
  color: #000;
  font-weight: bold;
}

.sale-text {
  font-size: 14px;
  line-height: 2.15;
}

.large {
  font-size: 20px;
  font-weight: bold;
}

.about-text {
  font-size: 16px;
  line-height: 2.25;
  font-weight: bold;
}

.manager-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

.life-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.875;
}

.color-info {
  color: #666;
}

.color-desc {
  color: #333;
}

.space {
  letter-spacing: 0.08em;
}

.trim {
  letter-spacing: -0.08em;
}

.bolded {
  font-weight: bold;
}

@media print, (min-width: 768px) and (max-width: 1350px) {
  .life-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .info-text {
    font-size: 13px;
  }

  .trim {
    letter-spacing: -0.04em;
  }

  .yen {
    font-size: 16px;
  }

  .about-text {
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
  }

  .manager-text {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }

  .life-text {
    font-size: 13px;
    line-height: 2;
  }
}
/* COMMON GRID
 * ----------------------------------------------- */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.img {
  width: 100%;
  height: auto;
}

.img-max {
  max-width: 100%;
  height: auto;
}

.table .th, .table .td {
  display: table-cell;
}

@media print, (min-width: 768px) {
  .inner {
    width: 1100px;
    margin: 0 auto;
  }

  .inside {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .in-block {
    display: inline-block;
  }
}
.section-banner {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* PAGE TOP
 * ----------------------------------------------- */
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .off {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 5;
}

.section-top-info {
  position: relative;
}
.section-top-info:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.section-top-info .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.list-info {
  border: 1px solid #e8e8e8;
}
.list-info li {
  outline: none;
}
.list-info .number-text {
  color: #e8e8e8;
}

.list-staff {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-staff .info-text {
  text-align: center;
}

.section-top-about .box-any {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section-top-about .box-any .normal {
  -webkit-writing-mode: lr;
  -ms-writing-mode: lr;
  writing-mode: lr;
  display: inline-block;
  line-height: 1.3;
}
.section-top-about .box-any .any-text {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-top-info {
    padding-top: 70px;
  }
  .section-top-info:after {
    bottom: 70px;
    background: url(../img/top/background_info.png) repeat;
  }

  .list-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 74px;
  }
  .list-info li {
    width: 33.33%;
    padding: 50px 66px 50px;
  }
  .list-info li + li {
    border-left: 1px solid #e8e8e8;
  }
  .list-info .number-text {
    font-size: 30px;
    margin-bottom: 2px;
  }
  .list-info .info-text {
    margin-bottom: 16px;
  }
  .list-info .section-title {
    margin-bottom: 14px;
  }

  .section-top-staff {
    padding-bottom: 30px;
  }

  .list-staff {
    margin-left: -1px;
    margin-right: -1px;
  }
  .list-staff .info-text {
    padding: 12px 0 0 0;
  }
  .list-staff .box-img {
    position: relative;
  }
  
  
  .list-staff .box-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  /* mag */
  .list-staff .box-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  /* mag */

  
  .list-staff .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 165px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .list-staff .detail:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #fff;
    left: 50%;
    bottom: 34px;
  }
  .list-staff .link-staff {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    display: block;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 42px;
    width: 25%;
  }
  .list-staff .link-staff:nth-child(4n) {
    margin-right: 0;
  }
  .list-staff .link-staff:hover {
    color: #990000;
  }
  .list-staff .link-staff:hover .detail,
  .list-staff .link-staff:hover .box-img:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .section-top-about {
    padding-bottom: 66px;
  }
  .section-top-about .block-about {
    position: relative;
    padding-top: 90px;
    margin-bottom: 50px;
  }
  .section-top-about .block-about .about-img {
    width: 55.85%;
  }
  .section-top-about .block-text {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    padding: 48px 180px 0 0;
    width: 754px;
  }
  .section-top-about .about-title {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .section-top-about .about-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
  }
  .section-top-about .about-title span:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #990000;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-top-about .block-text {
    height: 456px;
    z-index: -1;
  }
  .section-top-about .box-any {
    width: 562px;
    margin-top: 26px;
  }
  .section-top-about .box-any .any-text {
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: -22px;
    padding: 22px 0 0 35px;
    line-height: 1.6;
  }
  .section-top-about .box-any .desc {
    height: 275px;
    letter-spacing: 0.05em;
  }

  .list-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 75px;
  }
  .list-link a {
    position: relative;
    width: 334px;
    display: block;
    background: url(../img/common/icn_arrow_02.png) right 10px top 4px no-repeat;
    background-size: 6px auto;
    letter-spacing: 0.15em;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
    margin-right: 50px;
  }
  .list-link a:nth-child(3n) {
    margin-right: 0;
  }
  .list-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #330000;
    z-index: 1;
  }
  .list-link a:hover {
    background-image: url(../img/common/icn_arrow_01.png);
  }
  .list-link a:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .block-recruit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 8px solid #f7f9fa;
    padding: 30px 24px 32px 36px;
    letter-spacing: 0.1em;
  }
  .block-recruit .recruit-text {
    background-color: #f7f9fa;
    width: 132px;
    text-align: center;
    font-size: 14px;
    color: #536067;
    padding: 17px 0 14px;
  }
  .block-recruit .desc {
    margin-top: -4px;
    padding-left: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-info {
    padding-top: 25px;
  }
  .section-top-info:after {
    height: 233px;
    background: url(../img/top/background_info.png) repeat;
    background-size: 44px auto;
  }

  .list-info {
    margin-bottom: 24px;
    position: relative;
  }
  .list-info .slick-arrow {
    position: absolute;
    font-size: inherit;
    height: 100%;
    width: 30px;
    top: 0;
    background-repeat: no-repeat;
    background-size: 7px auto;
    transform: none !important;
    z-index: 999;
  }
  .list-info .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .list-info .slick-arrow:before {
    display: none;
  }
  .list-info .slick-arrow.slick-prev {
    left: 0;
    background-image: url("../img/common/btn_prev.png");
    background-position: right 5px center;
  }
  .list-info .slick-arrow.slick-next {
    right: 0;
    background-image: url("../img/common/btn_next.png");
    background-position: left 5px center;
  }
  .list-info li {
    padding: 10px 44px 15px;
  }
  .list-info .number-text {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .list-info .info-text {
    margin-bottom: 10px;
  }
  .list-info .section-title {
    margin-bottom: 8px;
  }

  .section-top-staff {
    padding-bottom: 20px;
  }

  .list-staff {
    margin: 0 -1px;
  }
  .list-staff .info-text {
    padding: 15px 0 0 0;
  }
  .list-staff .link-staff {
    display: block;
    width: 50%;
    margin-bottom: 22px;
    padding: 0 1px;
  }
  .list-staff .link-staff .box-img img {
    width: 100%;
    height: auto;
  }
  .list-staff .link-staff:nth-child(1) {
    -webkit-order: 2;
    order: 2;
  }
  .list-staff .link-staff:nth-child(2) {
    -webkit-order: 0;
    order: 0;
  }
  .list-staff .link-staff:nth-child(3) {
    -webkit-order: 1;
    order: 1;
  }
  .list-staff .link-staff:nth-child(4) {
    -webkit-order: 3;
    order: 3;
  }
  .list-staff .link-staff:nth-child(5) {
    -webkit-order: 6;
    order: 6;
  }
  .list-staff .link-staff:nth-child(6) {
    -webkit-order: 4;
    order: 4;
  }
  .list-staff .link-staff:nth-child(7) {
    -webkit-order: 7;
    order: 7;
  }
  .list-staff .link-staff:nth-child(8) {
    -webkit-order: 5;
    order: 5;
  }

  .section-top-about .block-about {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 26px;
  }
  .section-top-about .block-about .about-img {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .section-top-about .block-text {
    -webkit-order: 0;
    order: 0;
    background-color: #f7f9fa;
    padding: 42px 0 0 0;
    width: 100%;
  }
  .section-top-about .about-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .section-top-about .about-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
  }
  .section-top-about .about-title span:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #990000;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-top-about .block-text {
    padding-bottom: 40px;
    z-index: 0;
  }
  .section-top-about .box-any {
    margin: 26px auto 0;
    width: 290px;
  }
  .section-top-about .box-any .any-text {
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: -22px;
    padding: 22px 0 0 18px;
    line-height: 1.6;
  }
  .section-top-about .box-any .desc {
    height: 278px;
    line-height: 1.9;
    padding-top: 4px;
    letter-spacing: 0.05em;
  }

  .list-link a {
    display: block;
    background: url(../img/common/icn_arrow_01.png) right 15px center no-repeat;
    background-size: 6px auto;
    letter-spacing: 0.15em;
    padding: 13px 15px;
    margin-bottom: 24px;
    border: 1px solid #f1f1f1;
    width: 100%;
  }
  .list-link a:nth-child(3n) {
    margin-right: 0;
  }
  .list-link a.nav-about {
    -webkit-order: 2;
    order: 2;
  }
  .list-link a.nav-history {
    -webkit-order: 3;
    order: 3;
  }
  .section-top-about .list-link {
    display: flex;
    flex-wrap: wrap;
  }

  .block-recruit {
    border: 8px solid #f7f9fa;
    padding: 0 18px 15px 18px;
    letter-spacing: 0.1em;
  }
  .block-recruit .recruit-text {
    font-size: 15px;
    font-weight: bold;
    color: #536067;
    padding: 20px 0 5px;
    margin: 0 auto 5px;
  }
  .block-recruit .desc {
    margin-top: -4px;
  }
  .block-recruit .desc .mark {
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 374px) {
  .list-info li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, (min-width: 768px) {
  .side-bar-fixed {
    position: fixed;
    left: 0%;
    top: 0;
    z-index: 999;
    height: 100%;
    overflow: hidden;
  }
  .side-bar-fixed.is-fixed {
    position: absolute;
    left: 0;
    margin-left: 0;
  }

  .background-image {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background-position: center top;
    background-size: cover;
    background-position: center center;
  }
  .background-image img {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    position: relative;
  }
}
.letter {
  letter-spacing: -0.08em !important;
}

.job-planner .section-primary-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.job-planner .section-primary-content > div {
  width: 50%;
  min-width: 650px;
}
.job-planner .section-primary-content .description {
  padding: 123px;
}
.job-planner .section-primary-content .description .description-inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.job-planner .section-primary-content .description-title {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: black;
  padding-bottom: 58px;
}
.job-planner .section-primary-content .description-item {
  font-size: 14px;
  line-height: 2.15;
  letter-spacing: 0.096em;
  margin-bottom: 58px;
  color: #666;
}
.job-planner .section-primary-content .description-item > p {
  letter-spacing: -0.02em;
}
.job-planner .section-primary-content .description-item .item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: -0.01em;
  padding-bottom: 14px;
  color: #333;
}
.job-planner .section-primary-content .description-item .img-desc {
  margin-top: 68px;
  text-align: center;
}
.job-planner .section-primary-content .description-item .img-desc2 {
  margin-top: 36px;
  text-align: center;
}
.job-planner .section-primary-content .description .recruitment {
  border: 5px solid #d2d8db;
  background-color: #f7f9fa;
  padding: 35px 30px 28px;
}
.job-planner .section-primary-content .description .recruitment-title {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #990000;
  padding-bottom: 20px;
}
.job-planner .section-primary-content .description .recruitment-name {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  color: black;
  padding-bottom: 15px;
}
.job-planner .section-primary-content .description .recruitment .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.job-planner .section-primary-content .description .recruitment .breadcrumb-item {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #666;
}
.job-planner .section-primary-content .description .recruitment .breadcrumb-item > a {
  color: #666;
}
.job-planner .section-primary-content .description .recruitment .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
  content: "/";
}
.job-planner .section-primary-content .description .recruitment .salary {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  color: black;
  padding-bottom: 10px;
  display: inline-block;
}
.job-planner .section-primary-content .description .recruitment .salary .num {
  font-size: 22px;
}
.job-planner .section-primary-content .description .recruitment .note {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.9;
  color: #666;
  padding-bottom: 25px;
  padding-left: 13px;
  text-indent: -1em;
}
.job-planner .section-primary-content .description .recruitment .example-salary {
  align-items: center;
  display: flex;
}
.job-planner .section-primary-content .description .recruitment .example-salary .time {
  color: #666;
}
.job-planner .section-primary-content .description .recruitment .example-salary .txt {
  border: 2px solid #e8e8e8;
  background-color: white;
  writing-mode: tb-rl;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 15px 20px;
  margin-right: 25px;
}
.job-planner .section-primary-content .description .recruitment .example-salary .level .salary {
  padding-bottom: 0;
  margin-bottom: 16px;
  color: black;
}
.job-planner .section-primary-content .description .recruitment .example-salary .level .salary .time {
  font-size: 13px;
  color: #666;
}
.job-planner .section-primary-content .description .recruitment .example-salary .level li:last-child .salary {
  margin-bottom: 0;
}
.job-planner .section-primary-content .description .recruitment .title-time {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: black;
  padding-bottom: 14px;
  padding-top: 22px;
}
.job-planner .section-primary-content .description .recruitment .time-work {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: black;
  letter-spacing: 0.075em;
  line-height: 1;
}
.job-planner .section-primary-content .description .recruitment .address {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.075em;
  color: #666;
  padding-bottom: 24px;
}
.job-planner .section-primary-content .description .recruitment .address-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: black;
  padding-bottom: 8px;
  padding-top: 25px;
}
.job-planner .section-primary-content .description .recruitment .btn-apply {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  border: 2px solid #e8e8e8;
  background-color: white;
  color: black;
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 18px 0;
}

@media print, (min-width: 768px) {
  .job-planner .section-primary-content .description .recruitment .btn-apply:hover {
    background-color: #d2d8db;
    color: white;
    border-color: white;
  }

  .job-planner .section-primary-content .description-item > p.son-text {
    letter-spacing: -0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .job-planner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .job-planner .section-primary-content {
    display: block;
  }
  .job-planner .section-primary-content .image img {
    width: 100%;
  }
  .job-planner .section-primary-content > div {
    width: 100%;
    min-width: auto;
  }
  .job-planner .section-primary-content .description {
    padding: 30px 25px 0;
  }
  .job-planner .section-primary-content .description .description-inner {
    max-width: inherit;
  }
  .job-planner .section-primary-content .description-title {
    font-size: 15px;
    padding-bottom: 22px;
  }
  .job-planner .section-primary-content .description-item {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 34px;
  }
  .job-planner .section-primary-content .description-item .other {
    font-size: 14px;
    line-height: 2.2;
  }
  .job-planner .section-primary-content .description-item .item-title {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .job-planner .section-primary-content .description-item .item-title.message {
    letter-spacing: -0.1em !important;
    margin-top: -6px;
  }
  .job-planner .section-primary-content .description-item .img-desc {
    margin-top: 32px;
  }
  .job-planner .section-primary-content .description-item .img-desc img {
    width: 100%;
  }
  .job-planner .section-primary-content .description-item p {
    letter-spacing: -0.07em;
  }
  .job-planner .section-primary-content .description-item .reason {
    padding-top: 14px;
    display: inline-block;
  }
  .job-planner .section-primary-content .description .recruitment {
    border-left: none;
    border-right: none;
    padding: 30px 25px;
    margin: 0 -25px;
  }
  .job-planner .section-primary-content .description .recruitment .note {
    padding-bottom: 20px;
  }
  .job-planner .section-primary-content .description .recruitment-title {
    padding-bottom: 12px;
  }
  .job-planner .section-primary-content .description .recruitment-name {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .job-planner .section-primary-content .description .recruitment .breadcrumb-item {
    font-size: 13px;
  }
  .job-planner .section-primary-content .description .recruitment .salary {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .job-planner .section-primary-content .description .recruitment .salary .num {
    font-size: 20px;
  }
  .job-planner .section-primary-content .description .recruitment .example-salary .txt {
    margin-right: 20px;
    margin-top: -8px;
  }
  .job-planner .section-primary-content .description .recruitment .example-salary .level .salary {
    margin-bottom: 16px;
    letter-spacing: 0.1em;
  }
  .job-planner .section-primary-content .description .recruitment .title-time {
    padding-bottom: 8px;
    padding-top: 15px;
  }
  .job-planner .section-primary-content .description .recruitment .time-work {
    font-size: 20px;
  }
  .job-planner .section-primary-content .description .recruitment .address {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .job-planner .section-primary-content .description .recruitment .address-title {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 25px;
  }
  .job-planner .section-primary-content .description .recruitment .btn-apply {
    border: 2px solid #d2d8db;
    background-color: white;
    color: black;
    padding: 17px 0 15px;
  }

  .js-side {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 374px) {
  .job-planner .section-primary-content .description .recruitment .example-salary .level .salary {
    letter-spacing: 0;
  }

  .job-planner .section-primary-content .description .recruitment-name {
    padding-bottom: 10px;
  }
  .job-planner .section-primary-content .description .recruitment .breadcrumb {
    margin-bottom: 15px;
  }
  .job-planner .section-primary-content .description .recruitment .salary .num {
    font-size: 18px;
  }
  .job-planner .section-primary-content .description .recruitment .example-salary .txt {
    margin-right: 10px;
    padding: 15px 10px;
  }
  .job-planner .section-primary-content .description .recruitment .title-time {
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .job-planner .section-primary-content .description .recruitment .time-work {
    font-size: 20px;
  }
  .job-planner .section-primary-content .description .recruitment .address {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .job-planner .section-primary-content .description .recruitment .address-title {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 25px;
  }
  .job-planner .section-primary-content .description .recruitment .btn-apply {
    border: 2px solid #d2d8db;
    background-color: white;
    color: black;
    padding: 18px 0;
  }
}
.guide-banner {
  margin-top: 124px;
  position: relative;
  margin-bottom: 60px;
}
.guide-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  background-color: #990000;
  left: 0;
  bottom: 0;
}
.guide-banner .inner {
  position: relative;
  z-index: 2;
}

.guide-content.career .wrapper {
  display: flex;
}
.guide-content .wrapper {
  padding: 0 150px;
}
.guide-content .list {
  margin-bottom: 65px;
}
.guide-content .list .tags {
  display: flex;
  align-items: center;
}
.guide-content .list .tags-item {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #666;
  position: relative;
  padding: 0 28px;
}
.guide-content .list .tags-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #990000;
}
.guide-content .list .tags-item:first-child {
  font-weight: bold;
  font-size: 20px;
  color: black;
  padding-left: 0;
}
.guide-content .list .item {
  display: flex;
  border: 1px solid #e8e8e8;
  margin-top: 35px;
}
.guide-content .list .item.custom-first .recruitment-desc {
  padding: 25px 27px 22px;
}
.guide-content .list .item.custom-first .recruitment-desc .example-salary {
  margin-top: 10px;
}
.guide-content .list .item.custom-first .recruitment-position .inner {
  padding-top: 40px;
}
.guide-content .list .item.custom-second .recruitment-desc {
  padding: 35px 27px 34px;
}
.guide-content .list .item.custom-second .recruitment-desc .salary {
  padding-bottom: 18px;
}
.guide-content .list .item.custom-second .recruitment-desc .time {
  padding-top: 11px;
}
.guide-content .list .item.custom-second .recruitment-position .inner {
  padding-top: 36px;
}
.guide-content .list .item.custom-three .recruitment-desc {
  padding: 35px 27px 34px;
}
.guide-content .list .item.custom-three .recruitment-desc .salary {
  padding-bottom: 15px;
}
.guide-content .list .item.custom-three .recruitment-desc .time {
  padding-top: 7px;
}
.guide-content .list .item.custom-three .recruitment-position .inner {
  padding-top: 36px;
}
.guide-content .list .item.custom-four .recruitment-desc {
  padding: 25px 27px 34px;
}
.guide-content .list .item.custom-four .recruitment-desc .salary {
  padding-bottom: 12px;
}
.guide-content .list .item.custom-four .recruitment-desc .time {
  padding-top: 13px;
}
.guide-content .list .item.custom-four .recruitment-position .inner {
  padding-top: 36px;
}
.guide-content .list .item .recruitment-position {
  width: 345px;
  background-color: #eef1f3;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
}
.guide-content .list .item .recruitment-position:hover {
  background-color: #990000;
}
.guide-content .list .item .recruitment-position:hover .position-name {
  color: white;
}
.guide-content .list .item .recruitment-position:hover ul li {
  color: white;
}
.guide-content .list .item .recruitment-position:hover ul li + li::before {
  color: white;
}
.guide-content .list .item .recruitment-position .position-name {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: black;
  padding-bottom: 10px;
}
.guide-content .list .item .recruitment-position ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 45px;
}
.guide-content .list .item .recruitment-position ul li {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.guide-content .list .item .recruitment-position ul li + li::before {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  content: "/";
}
.guide-content .list .item .recruitment-position .link-to {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  color: black;
  background-color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 9px 55px;
}
.guide-content .list .item .recruitment-position .inner {
  text-align: center;
  padding-top: 37px;
}
.guide-content .list .item .recruitment-desc {
  padding: 25px 27px 34px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #666;
}
.guide-content .list .item .recruitment-desc .salary {
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.guide-content .list .item .recruitment-desc .example-salary {
  display: block;
  margin-top: 25px;
}
.guide-content .list .item .recruitment-desc .example-salary .txt {
  color: black;
}
.guide-content .list .item .recruitment-desc .example-salary .level {
  display: flex;
  margin-bottom: 7px;
}
.guide-content .list .item .recruitment-desc .example-salary .level .salary {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.guide-content .list .item .recruitment-desc .time {
  padding-top: 3px;
  font-size: 14px;
}
.guide-content .list .item .recruitment-desc .time .bold {
  font-weight: 500;
  color: black;
  padding-right: 17px;
}
.guide-content .contents {
  width: 760px;
  margin-right: 80px;
}
.guide-content .sidebar {
  width: 260px;
  padding-top: 65px;
}
.guide-content .sidebar-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: black;
  padding: 0 0 15px 10px;
  position: relative;
}
.guide-content .sidebar-item .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
}
.guide-content .sidebar .desc-list {
  padding: 35px 0 35px 10px;
}
.guide-content .sidebar .desc-list .desc-item {
  padding: 0 0 25px 15px;
}
.guide-content .sidebar .desc-list .desc-item:last-child {
  padding-bottom: 0;
}
.guide-content .sidebar .desc-list .desc-item .subtitle {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
  color: black;
  position: relative;
}
.guide-content .sidebar .desc-list .desc-item .subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  width: 6px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url("../img/common/icn_arrow_02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.guide-content .sidebar .desc-list .desc-item .link-to:hover .subtitle, .guide-content .sidebar .desc-list .desc-item .link-to.current .subtitle {
  color: #990000;
}
.guide-content .sidebar .desc-list .desc-item .link-to:hover .subtitle::before, .guide-content .sidebar .desc-list .desc-item .link-to.current .subtitle::before {
  background-image: url("../img/common/icn_arrow_01.png");
}
.guide-content .sidebar .desc-list .desc-item .txt {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #666;
  padding-top: 10px;
}

@media print, (min-width: 768px) {
  .guide-content {
    padding-bottom: 65px;
  }

  .guide-content .list .item .recruitment-desc .example-salary .txt {
    font-size: 14px;
  }

  .guide-content .list .item .recruitment-desc .above-text {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .guide-banner {
    background-color: transparent;
    margin-top: 52px;
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .guide-banner:after {
    height: 160px;
  }
  .guide-banner .image {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
  .guide-banner .image img {
    width: 100%;
  }
  .guide-banner .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .guide-content .wrapper {
    padding: 0;
  }
  .guide-content .list {
    margin-bottom: 35px;
  }
  .guide-content .list.last {
    margin-bottom: 0;
  }
  .guide-content .list .tags {
    margin: 0 25px -10px;
    justify-content: space-between;
  }
  .guide-content .list .tags-item::before {
    display: none;
  }
  .guide-content .list .tags-item:first-child {
    font-size: 16px;
    padding-right: 0;
  }
  .guide-content .list .tags-item:last-child {
    border-right: 1px solid #990000;
    border-left: 1px solid #990000;
  }
  .guide-content .list .item {
    display: block;
    border-right: none;
    border-left: none;
    margin-top: 80px;
    background-color: #f7f9fa;
  }
  .guide-content .list .item .list-timer {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .guide-content .list .item .list-timer li {
    margin-bottom: 16px;
  }
  .guide-content .list .item .list-timer .num {
    display: inline-block;
    padding: 0 8px;
  }
  .guide-content .list .item .list-timer .holiday {
    padding-top: 0;
  }
  .guide-content .list .item.custom-first .recruitment-desc {
    padding: 25px 25px 22px;
  }
  .guide-content .list .item.custom-first .recruitment-position .inner {
    padding-top: 40px;
  }
  .guide-content .list .item.custom-second .recruitment-desc {
    padding: 22px 27px 34px;
  }
  .guide-content .list .item.custom-second .recruitment-desc .salary {
    padding-bottom: 0;
  }
  .guide-content .list .item.custom-second .recruitment-desc .bold {
    margin-bottom: -5px;
  }
  .guide-content .list .item.custom-second .recruitment-position .inner {
    padding-top: 36px;
  }
  .guide-content .list .item.custom-three .recruitment-desc {
    padding: 20px 27px 34px;
  }
  .guide-content .list .item.custom-three .recruitment-desc .salary {
    padding-bottom: 4px;
  }
  .guide-content .list .item.custom-three .recruitment-desc .time {
    padding-top: 7px;
    line-height: 1.8;
  }
  .guide-content .list .item.custom-three .recruitment-position .inner {
    padding-top: 36px;
  }
  .guide-content .list .item.custom-four .recruitment-desc {
    padding: 25px 27px 34px;
  }
  .guide-content .list .item.custom-four .recruitment-desc .time {
    padding-top: 0;
    margin-top: -2px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .guide-content .list .item.custom-four .recruitment-desc .item {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .guide-content .list .item.custom-four .recruitment-desc .salary {
    padding-bottom: 12px;
  }
  .guide-content .list .item.custom-four .recruitment-position .inner {
    padding-top: 36px;
  }
  .guide-content .list .item .recruitment-position {
    width: auto;
    margin: -50px 25px 0;
    display: block;
    border: 1px solid #e8e8e8;
  }
  .guide-content .list .item .recruitment-position .position-name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .guide-content .list .item .recruitment-position ul {
    padding-bottom: 0;
  }
  .guide-content .list .item .recruitment-position ul li {
    font-size: 13px;
  }
  .guide-content .list .item .recruitment-position .link-to {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.075em;
    line-height: 1;
    color: black;
    background-color: white;
    display: inline-block;
    border-radius: 20px;
    padding: 9px 55px;
  }
  .guide-content .list .item .recruitment-position .inner {
    padding: 37px 0;
    width: auto;
  }
  .guide-content .list .item .recruitment-desc {
    padding: 18px 25px 30px;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #666;
  }
  .guide-content .list .item .recruitment-desc .salary {
    font-size: 20px;
    padding-bottom: 13px;
    letter-spacing: 0.08em;
  }
  .guide-content .list .item .recruitment-desc .salary span, .guide-content .list .item .recruitment-desc .salary small {
    font-size: 16px;
    padding-right: 4px;
  }
  .guide-content .list .item .recruitment-desc .salary + p {
    padding-left: 14px;
    text-indent: -1em;
    letter-spacing: -0.03em;
  }
  .guide-content .list .item .recruitment-desc .example-salary {
    display: flex;
    margin-top: 20px;
  }
  .guide-content .list .item .recruitment-desc .example-salary .txt {
    border: 2px solid #e8e8e8;
    background-color: white;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.075em;
    line-height: 1.4;
    padding: 15px 20px;
    margin-right: 15px;
    width: 60px;
    display: flex;
    justify-content: center;
    flex: 0 0 60px;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level {
    display: block;
    margin-bottom: 0;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level li {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-around;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level li:last-child {
    margin-bottom: 0;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level .salary {
    padding-bottom: 0;
    margin-bottom: 10px;
    color: black;
    font-size: 16px;
    line-height: 1;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level .salary .num {
    font-size: 20px;
  }
  .guide-content .list .item .recruitment-desc .example-salary .level .time {
    display: inline-block;
    font-size: 13px;
    color: #666;
    padding-top: 0;
  }
  .guide-content .list .item .recruitment-desc .time {
    padding-top: 12px;
    font-size: 14px;
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
  .guide-content .list .item .recruitment-desc .time.holiday {
    padding-top: 0;
  }
  .guide-content .list .item .recruitment-desc .time .bold {
    display: block;
    padding-right: 0;
    font-size: 16px;
  }
  .guide-content .list .item .recruitment-desc .time ul li {
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.075em;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 17px;
  }
  .guide-content .list .item .recruitment-desc .time ul li .num {
    font-size: 22px;
  }
  .guide-content .list .item .recruitment-desc .link-to {
    font-weight: bold;
    color: #000;
    border: 2px solid #e8e8e8;
    background-color: white;
    text-align: center;
    line-height: 1;
    padding: 21px 0;
    margin-top: 25px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .guide-content .list .tags {
    display: block;
    text-align: center;
  }
  .guide-content .list .tags .tags-item:first-child {
    display: block;
    margin-bottom: 6px;
  }
  .guide-content .list .tags .tags-item:nth-child(2) {
    display: inline-block;
  }

  .guide-content .list .item .recruitment-desc .example-salary .level .time {
    display: block;
  }

  .guide-content .list .item .recruitment-desc .time-small {
    font-size: 13px;
  }

  .guide-content .list .item .recruitment-desc .time .system {
    margin-bottom: 4px;
  }

  .guide-content .list .item .recruitment-desc .example-salary .level .salary {
    font-size: 14px;
    letter-spacing: 0;
  }

  .guide-content .list .item .recruitment-desc .example-salary .level .salary .num {
    font-size: 18px;
  }

  .guide-content .list .item .recruitment-desc .example-salary .txt {
    flex: 0 0 40px;
    width: 40px;
    margin-right: 10px;
  }

  .guide-content .list .item .recruitment-desc .example-salary .level .time {
    display: inline-block;
    letter-spacing: -0.03em;
  }

  .guide-content .list .item .recruitment-desc .example-salary .level li {
    display: block;
  }
}
/* GUIDE CAREER
 * ----------------------------------------------- */
.career {
  padding-bottom: 54px;
}
.career .wrapper {
  position: relative;
  padding: 0;
}
.career .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.career .list {
  margin-bottom: 40px;
}
.career .job-title {
  margin-bottom: 30px;
}
.career .own-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2.15;
}
.career .specific-title {
  display: block;
  font-weight: bold;
  padding: 34px 0 38px;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  background: url(../img/guide/icn_toggle_01.png) right center no-repeat;
}
.career .specific-title.active {
  background-image: url(../img/guide/icn_toggle_02.png);
}
.career .description {
  padding-top: 34px;
}
.career .box-specific {
  padding-top: 30px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 2.15;
}
.career .box-specific .client-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.career .box-specific .color-info {
  margin-bottom: 23px;
}
.career .box-specific .visit {
  letter-spacing: -0.05em;
}
.career .wrap-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
  position: relative;
}
.career .wrap-title:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.career .wrap-title.working {
  margin-bottom: 0;
}
.career .wrap-text {
  margin-bottom: 40px;
}
.career .wrap-text.found {
  margin-bottom: 45px;
}
.career .list-mark span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #990000;
  padding: 2px 12px 0px;
  margin-right: 22px;
  letter-spacing: 0.06em;
}
.career .large {
  letter-spacing: 0.08em;
}
.career .salary {
  margin-top: -10px;
  display: block;
}
.career .income .month {
  padding: 0 6px;
}
.career .expect {
  margin-top: 4px;
}
.career .expect .sale-text {
  line-height: 1.5;
}
.career .side-bar-career {
  position: fixed;
  left: 50%;
  margin-left: 290px;
  top: 0;
  z-index: 999;
  padding-bottom: 74px;
}
.career .side-bar-career.is-fixed {
  position: absolute;
  left: auto;
  right: 0 !important;
  margin-left: 0;
}

@media only screen and (max-width: 1300px) {
  .career .side-bar-career {
    left: auto;
    right: 100px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .guide-content .contents {
    width: auto;
    margin-right: 0;
  }

  .career {
    padding-bottom: 10px;
  }
  .career .list .tags-item {
    padding: 0 13px;
  }
  .career .list .tags-item:first-child {
    letter-spacing: -0.09em;
  }
  .career .list {
    margin-bottom: 58px;
  }
  .career .job-title {
    margin-bottom: 14px;
  }
  .career .own-text {
    color: #666;
    margin-bottom: 12px;
    padding: 0 25px;
    font-size: 13px;
    line-height: 2;
  }
  .career .specific-title {
    padding: 18px 25px 18px;
    font-size: 14px;
    background-size: 12px auto;
    background-position: right 25px center;
  }
  .career .description {
    padding-top: 26px;
  }
  .career .description .sale-text {
    font-size: 13px;
    line-height: 2;
  }
  .career .description .sale-text.address {
    letter-spacing: -0.05em;
  }
  .career .wrap-title {
    display: block;
    margin-bottom: 15px;
    padding: 0 25px 16px;
  }
  .career .wrap-title:after {
    left: 25px;
  }
  .career .wrap-title.working {
    margin-bottom: 0;
  }
  .career .wrap-title.working.hour {
    margin-bottom: 5px;
  }
  .career .wrap-title.working.hour .condition-title {
    padding-bottom: 0;
  }
  .career .wrap-text {
    margin-bottom: 32px;
    padding: 0 25px;
  }
  .career .wrap-text.found {
    margin-bottom: 30px;
  }
  .career .list-mark span {
    font-size: 13px;
    padding: 2px 12px 1px;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .career .salary {
    margin-top: -10px;
    padding-left: 14px;
    text-indent: -14px;
  }
  .career .during {
    display: inline-block;
    padding-left: 14px;
    text-indent: -14px;
  }
  .career .income .month {
    padding: 0 6px;
  }
  .career .income .annual {
    font-size: 16px;
    font-weight: bold;
  }
  .career .income .money {
    letter-spacing: 0.05em;
    margin-left: -8px;
  }
  .career .income .sign {
    letter-spacing: -0.4em;
  }
  .career .income .sum {
    margin-top: 0;
    margin-bottom: 22px;
    display: inline-block;
  }
  .career .expect {
    margin-top: 4px;
  }
  .career .large .smaller {
    font-size: 16px;
  }
  .career .time-work {
    margin-top: 8px;
  }
  .career .time-work .large {
    margin-bottom: -6px;
    display: block;
  }
  .career .box-example {
    display: flex;
    margin-top: 15px;
  }
  .career .box-example .annual-text {
    border: 2px solid #e8e8e8;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.075em;
    line-height: 1.4;
    padding: 15px 20px;
    margin-right: 18px;
    width: 60px;
    display: flex;
    justify-content: center;
    flex: 0 0 60px;
  }
  .career .box-example .expect .sale-text {
    line-height: 1;
  }
  .career .box-example .expect .sale-text + .sale-text {
    margin-top: 14px;
  }
  .career .wrap-title.no-mark .condition-title {
    padding-bottom: 0;
  }
  .career .sale-text.increase {
    font-size: 14px;
    line-height: 2.15;
  }
  .career .mark-sm {
    margin-right: -10px;
  }
  .career .mark-sm span {
    margin-right: 4px;
  }
  .career .box-specific {
    padding: 12px 25px 0;
    font-size: 13px;
    line-height: 2;
  }
  .career .box-specific .client-title {
    margin-bottom: 6px;
  }
  .career .box-specific .color-info {
    margin-bottom: 16px;
  }
  .career .box-specific .visit {
    letter-spacing: -0.05em;
  }
  .career .year {
    color: #666;
  }
}
@media only screen and (max-width: 374px) {
  .career .box-example .annual-text {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
  }

  .career .income .month {
    font-size: 16px;
  }

  .career .box-example .expect .sale-text + .sale-text {
    margin-top: 20px;
  }
}
.section-entry {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #b0b3c5;
}
.section-entry .entry-title {
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
}
.section-entry .entry-txt {
  text-align: center;
  line-height: 2.31;
}
.section-entry .mg-top {
  margin-top: 1em;
}

.section-entry-form .entry-step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.section-entry-form .step {
  line-height: 2.31;
  color: #666666;
}
.section-entry-form .step span {
  position: relative;
}
.section-entry-form .step span:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/icn_step_off.png);
}
/* mag */
.section-entry-form .step span:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: -1.5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/icn_step_off.png);
}
/* mag */

.section-entry-form .step .current {
  color: #990000;
  font-weight: bold;
}
.section-entry-form .step .current:before {
  background-image: url(../img/common/icn_step_on.png);
}
.section-entry-form .entry-form {
  color: #666666;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.section-entry-form .mw-element {
  background: #ffffff;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: none;
  letter-spacing: 0.1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #caccd8;
}
.section-entry-form select.mw-element {
  background: #fff url(../img/common/ico_dropdown.png) no-repeat right 20px center;
  background-size: 16px auto;
}
/* mag */
.mw_wp_form_confirm .mw-wrap {
  background: #ffffff;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: none;
  letter-spacing: 0.1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #caccd8;
}

.mw_wp_form_confirm div:nth-child(7) .mw-wrap {
  height: auto;
  line-height: 1.8em;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mw_wp_form_confirm .mw-wrap.mw-wrap-upload {
  border: unset;
  padding-left: 0;
}
.section-entry-form select.mw-element {
  background: #fff url(../img/common/ico_dropdown.png) no-repeat right 20px center;
  background-size: 10px auto;
}
.mw_wp_form_confirm .form-input.form-right {
  background-image: url(../img/common/icn_radio_on.png);
}
.mw_wp_form_confirm .form-input.form-right {
  display: inline-block;
  background: url(../img/common/icn_radio_on.png) no-repeat 0 0;
  background-size: 21px auto;
  padding: 0 0 0 30px;
  background-position: left;
}
/* ----- mag */






.section-entry-form .mwform-file-delete {
  position: absolute;
  right: 5px;
  top: 20px;
  display: none !important;
}
.section-entry-form .mw-upload {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.section-entry-form .mw-upload:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #caccd8;
  border-right: 14px solid transparent;
  top: 4px;
  left: 4px;
}
.section-entry-form .mw-element::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.section-entry-form .mw-element::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.section-entry-form .mw-element:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.section-entry-form .mw-element:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.section-entry-form .mw-upload {
  background: url(../img/common/icn_triangle.png) 4px 4px no-repeat;
  background-size: 14px 14px;
}
.section-entry-form .mw-wrap-upload {
  position: relative;
}
.section-entry-form .mw-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.section-entry-form form {
  width: 100%;
}
.section-entry-form .form-title {
  text-align: center;
  color: #000;
}
.section-entry-form .form-title span {
  color: #660000;
}
.section-entry-form .form-name .required {
  color: #660000;
}
.section-entry-form .form-policy {
  width: 100%;
  border: 1px solid #caccd8;
  background: #fbfbfb;
}
.section-entry-form .form-policy .policy-title {
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #000;
}
.section-entry-form .form-policy .policy-list {
  color: #000;
}
.section-entry-form .form-policy .policy-list p {
  color: #666666;
}
.section-entry-form .form-policy .policy-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.section-entry-form .mwform-radio-field label {
  display: inline-block;
}
.section-entry-form .mwform-radio-field label input {
  display: none;
}
.section-entry-form .mwform-radio-field label input:checked + span {
  background-image: url(../img/common/icn_radio_on.png);
}
.section-entry-form .mwform-radio-field label span {
  display: inline-block;
  background: url(../img/common/icn_radio_off.png) no-repeat 0 0;
  background-size: 21px auto;
}
.section-entry-form .mwform-checkbox-field label {
  display: inline-block;
}
.section-entry-form .mwform-checkbox-field label input {
  display: none;
}
.section-entry-form .mwform-checkbox-field label input:checked + span {
  background-image: url(../img/common/icn_checkbox_on.png);
}
.section-entry-form .mwform-checkbox-field label span {
  display: inline-block;
  background: url(../img/common/icn_checkbox_off.png) no-repeat 0 0;
  background-size: 18px auto;
}

/* mag */
.section-entry-form .mwform-checkbox-field label input:checked + span {
  background-image: url(../img/common/icn_radio_on.png);
}
.section-entry-form .mwform-checkbox-field label span {
  display: inline-block;
  background: url(../img/common/icn_radio_off.png) no-repeat 0 0;
  background-size: 21px auto;
}
/* ----- mag */



.section-entry-form .gender {
  color: #d9d9d9;
}

@media print, (min-width: 768px) {
  .section-entry {
    padding: 145px 0 74px;
    background: url(../img/entry/bg_entry.jpg) 0 0 repeat;
    background-size: 45px 424px;
  }
  .section-entry .wrapper {
    max-width: 1100px;
  }
  .section-entry .entry-title {
    font-size: 30px;
    margin-bottom: 45px;
  }


  .section-entry .entry-txt {
    font-size: 13px;
    line-height: 2.31;
  }
  /* mag */
  .section-entry .entry-txt.entry-txt2 {
    font-size: 18px;
    line-height: 2.31;
  }


  .section-entry-form {
    padding: 8px 0 50px;
  }
  /* mag */
  .section-entry-form {
    padding: 8px 0 65px;
    border-bottom: 1px solid #e8e8e8;
  }
  /* mag */
  
  .section-entry-form .limit-capacity {
    display: none;
  }
  .section-entry-form .wrapper {
    max-width: 1100px;
  }
  .section-entry-form .entry-step {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 17px;
  }
  .section-entry-form .step {
    margin: 0 75px;
    font-size: 13px;
    line-height: 2.31;
  }
  .section-entry-form .step span {
    padding-top: 20px;
  }
  .section-entry-form .step span:before {
    width: 11px;
    height: 11px;
  }
  .section-entry-form .step .current {
    padding-top: 35px;
    top: 5px;
  }
  .section-entry-form .step .current:before {
    width: 27px;
    height: 27px;
  }
  .section-entry-form .entry-form {
    padding: 0 150px;
    font-size: 14px;
  }

  
  .section-entry-form .mw-element {
    height: 70px;
    padding: 25px 15px;
  }
  /* mag */
  .mw_wp_form_confirm .mw-wrap {
    height: 70px;
    padding: 19.5px 15px;
  }
  .mw_wp_form_confirm .mw-wrap.mw-wrap-upload {
    padding: 0;
  }
  /* mag */

  
  .section-entry-form .mw-upload:hover {
    border-color: #990000;
    color: #990000;
  }
  .section-entry-form .mw-upload:hover:before {
    border-top-color: #990000;
  }
  .section-entry-form .mw-textarea {
    height: 200px;
  }
  
  
  /* mag */
  .section-entry-form .mw-upload:hover {
    border-color: #caccd8;
    color: #fff;
    background-color: #caccd8;
  }
  .section-entry-form .mw-upload:hover:before {
    border-top-color: #fff;
  }
  .section-entry-form .mw-upload:active {
    border-color: #caccd875;
    color: #fff;
    background-color: #caccd875;
  }
    .mw_wp_form_confirm .mw-upload {
    cursor: unset;
  } 
  .mw_wp_form_confirm .mw-upload:hover {
    border-color: #caccd8;
    color: #333;
    background-color: #fff;
  }
  .mw_wp_form_confirm .mw-upload:hover:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #caccd8;
  border-right: 14px solid transparent;
  top: 4px;
  left: 4px;
  }
  .mw_wp_form_confirm .mw-upload:active {
    border-color: #caccd8;
    color: #333;
    background-color: #fff;
  }  
  .section-entry-form .mw-textarea {
    height: 200px;
    line-height: 1.75em;
    resize: vertical;
  }
  /* mag */
  
  
  .section-entry-form .mw-element::-webkit-input-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element::-moz-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element:-ms-input-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element:-moz-placeholder {
    font-size: 13px;
  }
  .section-entry-form .check-policy {
    margin-top: -25px;
  }
  .section-entry-form .name {
    width: 50%;
    margin-right: -1px;
  }
  .section-entry-form .policy {
    letter-spacing: 0.05em;
  }
  .section-entry-form .form-title {
    margin-bottom: 12px;
  }
  .section-entry-form .form-title span {
    color: #660000;
  }
  .section-entry-form .form-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-entry-form .form-gender {
    margin-bottom: 32px !important;
  }
  .section-entry-form .form-left {
    width: 190px;
    margin-right: 55px;
  }
  .section-entry-form .form-right {
    width: 555px;
  }
  .section-entry-form .form-name {
    margin-bottom: 12px;
  }
  .section-entry-form .form-name .required {
    color: #660000;
  }
  .section-entry-form .form-row {
    margin-bottom: 52px;
  }
  .section-entry-form .form-upload {
    width: 50%;
  }
  .section-entry-form .form-policy {
    padding: 22px 14px 22px 30px;
    height: 200px;
  }
  .section-entry-form .form-policy .policy-title {
    letter-spacing: 0.075em;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
  }
  .section-entry-form .form-policy .policy-list {
    font-size: 13px;
    color: #000;
  }
  .section-entry-form .form-policy .policy-list p {
    color: #666666;
  }
  .section-entry-form .form-policy .policy-list > li {
    margin-bottom: 15px;
  }
  .section-entry-form .form-policy .policy-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .section-entry-form .mCSB_inside > .mCSB_container {
    margin-right: 22px;
  }
  .section-entry-form .mwform-radio-field label span {
    padding: 3px 37px 8px 37px;
  }
  
  .section-entry-form .mwform-checkbox-field label span {
    padding: 2px 37px 4px 37px;
  }
  /* mag */
  .section-entry-form .mwform-checkbox-field label span {
    padding: 4px 37px 4px 37px;
  }
  /* mag */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-entry-form select.mw-element {
    background-image: none !important;
  }
}
@media only screen and (max-width: 767px) {

  .section-entry {
    padding: 55px 0 20px;
    background: url(../img/entry/sp/bg_entry.jpg) 0 0 repeat;
    background-size: 45px 270px;
  }
  /* mag */
  .section-entry {
    padding: 55px 0 30px;
    background: url(../img/entry/sp/bg_entry.jpg) 0 0 repeat;
    background-size: 45px 270px;
  }
  /* mag */
  

  .section-entry .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* mag */
  .section-entry .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* mag */

  
  .section-entry .entry-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  

  .section-entry .entry-txt {
    font-size: 12px;
    line-height: 2;
    color: #666666;
    letter-spacing: -0.05em;
  }
  /* mag */
  .section-entry .entry-txt {
    font-size: 12px;
    line-height: 2;
    color: #666666;
    letter-spacing: 0em;
  }
  /* mag */


  .section-entry .strong-txt {
    font-size: 13px;
    color: #000000;
    margin-bottom: 8px;
  }

  .section-entry-form {
    padding: 10px 0 45px;
  }
  .section-entry-form .entry-step {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .section-entry-form .step {
    margin: 0 35px;
    font-size: 11px;
    line-height: 2.31;
  }
  .section-entry-form .step span {
    padding-top: 20px;
  }
  .section-entry-form .step span:before {
    width: 9px;
    height: 9px;
  }
  .section-entry-form .step .current {
    padding-top: 35px;
    top: 4px;
  }
  .section-entry-form .step .current:before {
    width: 27px;
    height: 27px;
  }
  .section-entry-form .entry-form {
    font-size: 14px;
  }
  .section-entry-form .mw-element {
    height: 55px;
    padding: 15px 15px;
  }


  .section-entry-form input[type="text"],
  .section-entry-form input[type="number"],
  .section-entry-form input[type="email"] {
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* mag　★ */
  .mw_wp_form_confirm .mw-wrap {
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
  /* mag */


  .section-entry-form textarea.mw-element,
  .section-entry-form label.mw-element {
    padding-top: 20px;
  }
  .section-entry-form .mwform-file-delete {
    top: 14px;
  }
  .section-entry-form .mw-upload {
    position: relative;
  }
  .section-entry-form .mw-upload:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #caccd8;
    border-right: 14px solid transparent;
    top: 4px;
    left: 4px;
  }
  .section-entry-form .mw-element::-webkit-input-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element::-moz-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element:-ms-input-placeholder {
    font-size: 13px;
  }
  .section-entry-form .mw-element:-moz-placeholder {
    font-size: 13px;
  }
  .section-entry-form .name {
    margin-bottom: -1px;
  }
  .section-entry-form .policy {
    letter-spacing: 0.05em;
  }
  .section-entry-form .form-title {
    text-align: left;
    margin-bottom: 16px;
    color: #000;
    font-size: 12px;
  }
  .section-entry-form .form-title span {
    color: #660000;
  }
  .section-entry-form .form-name {
    margin-bottom: 6px;
  }
  .section-entry-form .form-name .required {
    color: #660000;
  }
  .section-entry-form .form-row {
    margin-bottom: 19px;
  }
  .section-entry-form .form-gender {
    margin-bottom: 15px;
  }
  .section-entry-form .form-policy {
    padding: 14px 6px 14px 14px;
    height: 105px;
  }
  .section-entry-form .form-policy .policy-title {
    letter-spacing: 0.084em;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 13px;
  }
  .section-entry-form .form-policy .policy-list {
    font-size: 12px;
    color: #000;
  }
  .section-entry-form .form-policy .policy-list p {
    color: #666666;
  }
  .section-entry-form .form-policy .policy-list > li {
    margin-bottom: 8px;
  }
  .section-entry-form .form-policy .policy-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .section-entry-form .limit-capacity {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.86;
    padding-bottom: 10px;
  }
  .section-entry-form .mCSB_inside > .mCSB_container {
    margin-right: 8px;
  }
  .section-entry-form .check-policy {
    margin: -8px 0 23px;
  }
  .section-entry-form .mwform-checkbox-field label {
    margin-top: 2;
  }

  .section-entry-form .mwform-checkbox-field label span {
    font-size: 13px;
    padding: 2px 37px 4px 25px;
  }
  /* mag */
  .section-entry-form .mwform-checkbox-field label span {
    font-size: 13px;
    padding: 0 0 0 30px;
    line-height: 1.5em;
    background-position: left;
  }
  /* mag */


  .section-entry-form .mwform-radio-field label span {
    padding: 2px 37px 5px 37px;
  }
}
.section-entry-form .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  width: 4px;
}
.section-entry-form .mCSB_scrollTools {
  width: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #fff;
  padding: 4px 0;
}
.section-entry-form .mCSB_scrollTools .mCSB_draggerRail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.section-entry-form .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .section-entry-form .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #000000 !important;
  width: 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (max-width: 374px) {
  .section-entry-form .step {
    margin: 0 20px;
  }
}
/* ABOUT PAGE
 * ----------------------------------------------- */
.section-about .block-company {
  background-color: #2b538f;
  color: #fff;
}
.section-about .block-company a,
.section-about .block-company .section-title {
  color: #fff;
}
.section-about .block-desc {
  background-color: #fbfbfb;
}
.section-about .block-slogan {
  background-color: #e1e9ee;
}
.section-about .block-message {
  background-color: #433b63;
}
.section-about .box-bank .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-about .block-office .table-company .td {
  color: #666;
}


@media print, (min-width: 768px) {
  .section-about {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-about .block-img,
  .section-about .block-detail {
    width: 50%;
    min-width: 650px;
  }

  .section-about .detail-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .section-about .main-title {
    padding: 124px 0 6px;
  }
  .section-about .subtitle {
    margin-bottom: 38px;
  }
  .section-about .section-title {
    margin-bottom: 18px;
  }
  .section-about .desc p + p {
    margin-top: 12px;
  }
  .section-about .box-main {
    padding-bottom: 120px;
  }
  .section-about .img-detail {
    margin-bottom: 72px;
  }
  .section-about .block-company {
    padding: 100px 0 46px;
  }
  .section-about .table-company {
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.15em;
  }
  .section-about .table-company .th {
    width: 108px;
  }
  .section-about .table-company .th, .section-about .table-company .td {
    padding: 20px 0 14px;
  }
  .section-about .table-company small {
    font-size: 13px;
  }
  .section-about .box-bank .name {
    width: 110px;
  }
  .section-about .block-office {
    padding: 82px 0 45px;
  }
  .section-about .block-desc {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .section-about .block-desc .section-title {
    margin-bottom: 44px;
  }
  .section-about .sale-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .section-about .sale-title.first {
    margin-bottom: 14px;
  }
  .section-about .sale-title + .sale-title {
    margin-top: 22px;
  }
  .section-about .sale-title.second {
    letter-spacing: 0;
  }
  .section-about .sale-text {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .section-about .sale-text .strong {
    margin-left: -0.6em;
  }
  .section-about .sale-title.all {
    line-height: 2.2;
    margin-top: -5px;
    margin-bottom: 16px;
  }
  .section-about .box-sale {
    letter-spacing: 0.05em;
  }
  .section-about.section-message .subtitle {
    margin-bottom: 42px;
  }
  .section-about.section-message .desc p + p {
    margin-top: 18px;
  }
  .section-about.section-message .name-text {
    margin-top: 44px;
  }
  .section-about.section-message .box-main {
    padding-bottom: 130px;
  }
  .section-about.section-message .block-company {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .detail-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-about .main-title {
    padding: 32px 0 6px;
  }
  .section-about .subtitle {
    margin-bottom: 20px;
  }
  .section-about .section-title {
    margin-bottom: 18px;
  }
  .section-about .desc {
    line-height: 2;
    letter-spacing: -0.05em;
  }
  .section-about .desc p + p {
    margin-top: 18px;
  }
  .section-about .desc .second {
    line-height: 2.35;
  }
  .section-about .box-main {
    padding-bottom: 28px;
  }
  .section-about .img-detail {
    margin-bottom: 22px;
  }
  .section-about .block-company {
    padding: 40px 0 20px;
  }
  .section-about .block-company .section-title {
    margin-bottom: 5px;
  }
  .section-about .table-company {
    line-height: 2.35;
    letter-spacing: 0.05em;
  }
  .section-about .table-company .th {
    width: 92px;
  }
  .section-about .table-company .th, .section-about .table-company .td {
    padding: 8px 0 6px;
  }
  .section-about .box-bank .name {
    width: 104px;
  }
  .section-about .block-office {
    padding: 36px 0 20px;
  }
  .section-about .block-office .section-title {
    margin-bottom: 5px;
  }
  .section-about .block-desc {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .section-about .block-desc .section-title {
    margin-bottom: 10px;
  }
  .section-about .sale-title {
    line-height: 2;
    margin-bottom: 0;
    text-indent: -13px;
    padding-left: 13px;
  }
  .section-about .sale-title.first {
    margin-bottom: 0px;
  }
  .section-about .sale-title + .sale-title {
    margin-top: 12px;
  }
  .section-about .sale-text {
    font-size: 13px;
    line-height: 2.35;
    padding-left: 15px;
    padding-bottom: 14px;
  }
  .section-about .sale-text .strong {
    margin-left: -0.6em;
  }
  .section-about .sale-text.second {
    letter-spacing: -0.1em;
  }
  .section-about .sale-title.all {
    line-height: 2.2;
    margin-top: -5px;
    margin-bottom: -6px;
  }
  .section-about .block-air {
    margin-bottom: 10px;
  }
  .section-about .block-air .sale-title {
    margin-bottom: -7px;
  }
  .section-about.section-message .desc p + p {
    margin-top: 14px;
  }
  .section-about.section-message .name-text {
    margin-top: 30px;
  }
  .section-about.section-message .box-main {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 374px) {
  .section-about .box-bank .name {
    width: 95px;
  }
  .section-about .box-sale,
  .section-about .sale-text {
    font-size: 12px;
  }
}
/* PAGE SALES
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .job-sales.job-planner .section-primary-content .description-item {
    margin-bottom: 62px;
  }
  .job-sales.job-planner .section-primary-content .description-item .people {
    letter-spacing: -0.05em;
  }
  .job-sales.job-planner .section-primary-content .description-item .place {
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: -4px;
  }
  .job-sales.job-planner .section-primary-content .img-desc {
    margin-top: 98px;
    margin-bottom: 84px;
  }
  .job-sales.job-planner .section-primary-content .img-desc.second {
    margin-top: 70px;
    margin-bottom: -40px;
  }
  .job-sales.job-planner .section-primary-content .img-desc.third {
    margin-top: 68px;
    margin-bottom: 70px;
  }
  .job-sales.job-planner .section-primary-content .img-desc.four {
    margin-top: 68px;
  }
  .job-sales.job-planner .section-primary-content .bolded {
    display: block;
    color: #000;
  }
  .job-sales.job-planner .section-primary-content .good-text {
    margin-bottom: 12px;
  }
  .job-sales.job-planner .section-primary-content .item-title.have {
    letter-spacing: -0.07em;
  }
  .job-sales.job-planner .section-primary-content .description {
    padding-bottom: 156px;
  }
  .job-sales.job-planner .section-primary-content .time-work .turn {
    font-size: 16px;
    padding-right: 6px;
  }
  .job-sales.job-planner .section-primary-content .time-work.first {
    margin-top: -4px;
    margin-bottom: 20px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    margin-top: 25px;
    margin-bottom: 24px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday .holiday-time + .holiday-time {
    margin-top: 20px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday .color-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .job-sales.job-planner .section-primary-content .description-item {
    margin-bottom: 34px;
  }
  .job-sales.job-planner .section-primary-content .description-item .place {
    line-height: 3.1;
    margin-top: -5px;
    margin-bottom: -8px;
  }
  .job-sales.job-planner .section-primary-content .description-item.tell {
    margin-top: -2px;
  }
  .job-sales.job-planner .section-primary-content .img-desc {
    margin-top: 38px;
    margin-bottom: 44px;
  }
  .job-sales.job-planner .section-primary-content .bolded {
    display: block;
    color: #000;
  }
  .job-sales.job-planner .section-primary-content .good-text {
    margin-bottom: 12px;
  }
  .job-sales.job-planner .section-primary-content .item-title.have {
    letter-spacing: -0.1em;
  }
  .job-sales.job-planner .section-primary-content .description {
    padding-bottom: 0;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment {
    margin-top: 42px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment .breadcrumb-item > a {
    font-size: 16px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment-title {
    padding-bottom: 22px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment-name {
    padding-bottom: 18px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment .note {
    padding-bottom: 24px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment .title-time {
    padding-bottom: 16px;
    padding-top: 18px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment .address-title {
    padding-bottom: 8px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment .address {
    padding-bottom: 30px;
  }
  .job-sales.job-planner .section-primary-content .description .value {
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 46px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .recruitment-title {
    padding-bottom: 16px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .recruitment-name {
    padding-bottom: 10px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .breadcrumb-item > a {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .note {
    padding-bottom: 18px;
    letter-spacing: -0.02em;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .title-time {
    padding-bottom: 8px;
    padding-top: 12px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .address {
    padding-bottom: 22px;
  }
  .job-sales.job-planner .section-primary-content .description .recruitment.old .breadcrumb {
    margin-bottom: 24px;
  }
  .job-sales.job-planner .section-primary-content .time-work .turn {
    font-size: 16px;
    padding-right: 6px;
  }
  .job-sales.job-planner .section-primary-content .time-work.first {
    margin-top: -4px;
    margin-bottom: 20px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday .holiday-time + .holiday-time {
    margin-top: 12px;
  }
  .job-sales.job-planner .section-primary-content .box-holiday .color-info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 374px) {
  .job-planner .section-primary-content .description .recruitment .example-salary .level li {
    display: block;
  }
}
/* PAGE STORE
 * ----------------------------------------------- */
/* PAGE HISTORY
 * ----------------------------------------------- */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1770px);
    transform: translateX(-1770px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1770px);
    transform: translateX(-1770px);
  }
}
@-webkit-keyframes scroll02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-620px);
    transform: translateX(-620px);
  }
}
@keyframes scroll02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-620px);
    transform: translateX(-620px);
  }
}
.section-history {
  position: relative;
  overflow: hidden;
  padding-bottom: 170px;
}
.section-history .wrapper {
  position: relative;
  z-index: 4;
}
.section-history .block-iphone {
  position: relative;
  width: 512px;
  margin: 0 auto;
  height: 1000px;
  padding-top: 130px;
}
.section-history .block-image {
  position: absolute;
  left: 33px;
  bottom: -16px;
}
.section-history .wrap-scroll {
  height: 450px;
  overflow: scroll;
}
.section-history .box-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 451px;
}
.section-history .box-image .item {
  width: 149px;
  margin: 0 0.5px 1px;
}
.section-history .box-image .item a {
  display: block;
}
.section-history .box-image .item:nth-child(3n) {
  margin-right: 0;
}
.section-history .slide-text {
  overflow: hidden;
  position: relative;
  z-index: 3;
  width: 100vw;
  margin-top: -30px;
}
.section-history .slide-text .slide-track {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: scroll 30s linear infinite;
  -ms-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}
.section-history .slide-text .slide-block {
  padding: 0 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
}


.section-history .wrap-phone {
    position: relative;
}
.section-history .wrap-phone .btn_popup {
    position: absolute;
    top: 377px;
    left: 63px;
    width: 392px;
}
.popup_wrap {
    display:none;
    padding: 0 0 30px 0;
}
.close_btn_shop {
    cursor: pointer;
}
.close_btn_shop1 {
    position: absolute;
    top: 0;
    right: 0;
}
.close_btn_shop2 p {
    padding: 20px 0;
    background: #990200;
    width: 300px;
    color: #fff;
    text-align:center;
    margin: 50px auto; 
}
.popup_history .fancybox-button {
    display:none;
}
.popup_history .fancybox-bg {
    background-color:#fff;
    opacity: 1!important;
}
.popup_history .fancybox-slide--html {
    padding: 0!important;
}
.popup_history .fancybox-content {
  position:static;
}

@media print, (min-width: 768px) {
  .section-history:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 792px;
    background: url(../img/history/bg_history.png) repeat;
    left: 0;
    top: 0;
  }
  .section-history .block-iphone {
    left: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .section-history {
    background-color: #fafafa;
    padding-bottom: 0;
    padding-top: 55px;
  }
  .section-history .block-iphone {
    width: 100%;
    height: 750px;
    padding-top: 0;
  }
  .section-history .block-iphone .wrap-phone {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .section-history .block-image {
    left: 0;
    bottom: 74px;
  }
  .section-history .wrap-scroll {
    height: 353px;
  }
  .section-history .box-image {
    width: auto;
    margin: 0 -0.5px;
  }
  .section-history .box-image .item {
    width: 33.33%;
    margin: 0.5px 0 0.5px 0;
    padding: 0 0.5px;
  }
  .section-history .slide-text {
    margin-top: 0px;
  }
  .section-history .slide-text .slide-block {
    display: block;
  }
  .section-history .slide-text .slide-block img {
    height: 47px;
  }
  .section-history .slide-text .slide-track {
    -ms-animation: scroll02 20s linear infinite;
    -moz-animation: scroll02 20s linear infinite;
    -webkit-animation: scroll02 20s linear infinite;
    animation: scroll02 20s linear infinite;
  }
  .fancybox-slide--image {
    padding: 50px;
  }

    .close_btn_shop1 img {
    width: 40px;
    height: auto;
    }
    .close_btn_shop2 p {
    padding: 12px 0;
    width: 220px;
    margin: 30px auto;
    }
    .section-history .wrap-phone .btn_popup {
    position: absolute;
    top: 260px;
    left: 50%;
    width: 323px;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    }
}
@media only screen and (max-width: 374px) {
  .section-history .block-iphone {
    height: 640px;
  }
  .section-history .block-iphone .wrap-phone {
    max-width: 320px;
  }
  .section-history .block-iphone .wrap-scroll {
    height: 300px;
  }
  .section-history .block-iphone .block-image {
    bottom: 65px;
  }
  }
}
/* HANAMARU TOP
 * ----------------------------------------------- */
.img-border {
  position: relative;
}
.img-border:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #ccc;
}

.list-blog .name-text,
.list-blog .more span {
  font-weight: bold;
}

.list-blog .img-info {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -moz-transition: -moz-transform 0.26s;
  -o-transition: -o-transform 0.26s;
  -webkit-transition: -webkit-transform 0.26s;
  transition: transform 0.26s;
}
.list-blog .img-info img {
  visibility: hidden;
  opacity: 0;
}

@media print, (min-width: 768px) {
  .indoor {
    padding: 0 50px;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
  }

  .section-video {
    overflow: hidden;
    width: 100%;
    margin-bottom: 70px;
  }
  .section-video .item img {
    width: 100%;
  }
  .section-video .slick-arrow {
    position: absolute;
    width: 125px;
    background-color: #ffcc33;
    background-position: center;
    background-repeat: no-repeat;
    height: 75px;
    z-index: 1000;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .section-video .slick-prev {
    background-image: url(../img/hanamaru/top/icn_slider_03.png);
    bottom: 0;
    right: 125px;
  }
  .section-video .slick-prev:hover {
    background-image: url(../img/hanamaru/top/icn_slider_01.png);
  }
  .section-video .slick-prev:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    top: 12px;
    right: 0;
    background-color: #fff;
  }
  .section-video .slick-next {
    background-image: url(../img/hanamaru/top/icn_slider_04.png);
    right: 0;
    bottom: 0;
  }
  .section-video .slick-next:hover {
    background-image: url(../img/hanamaru/top/icn_slider_02.png);
  }

  .block-our {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 72px;
  }
  .block-our .our-text {
    font-weight: bold;
    background: url(../img/hanamaru/top/img_border.png) 0 0 no-repeat;
    font-size: 20px;
    width: 288px;
    flex: 0 0 288px;
    text-align: center;
    padding-top: 40px;
    height: 110px;
  }
  .block-our .provide-text {
    font-size: 16px;
    line-height: 2.25;
    padding-left: 48px;
    font-weight: bold;
    width: 760px;
  }

  .img-info {
    overflow: hidden;
  }
  .img-info img {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }

  a:hover .img-info img {
    transform: scale(1.1);
  }

  .block-info-about {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .block-info-about .img-info {
    margin-bottom: 18px;
    overflow: hidden;
  }
  .block-info-about .img-info img {
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .block-info-about .link-info {
    width: 287px;
    margin-right: 94px;
  }
  .block-info-about .link-info:nth-child(3n) {
    margin-right: 0;
  }
  .block-info-about .infor-text {
    font-weight: bold;
    position: relative;
    font-size: 16px;
    text-align: center;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .block-info-about .infor-text:after, .block-info-about .infor-text:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 5px;
    background-color: #ff9900;
    top: 50%;
    margin-top: -2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .block-info-about .infor-text:after {
    left: 0;
  }
  .block-info-about .infor-text:before {
    right: 0;
  }
  .block-info-about .link-info:hover .infor-text {
    background-color: #ff9900;
  }

  .section-our-info {
    padding-top: 66px;
  }
  .section-our-info .facility-title {
    margin-bottom: 22px;
  }
  .section-our-info .list-branch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .section-our-info .list-branch .link-branch {
    width: 50%;
    background-color: #f4b4d0;
  }
  .section-our-info .list-branch .link-branch:nth-child(2) {
    background-color: #601986;
  }
  .section-our-info .list-branch .branch-text {
    position: relative;
    padding: 102px 0 46px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.08em;
  }
  .section-our-info .list-branch .branch-text .img-logo {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: -70px;
  }

  .section-our-blog {
    padding: 54px 0 0;
  }
  .section-our-blog .facility-title {
    margin-bottom: 26px;
  }
  .section-our-blog .link-all {
    margin-bottom: 85px;
  }
  .section-our-blog .link-work {
    margin-top: -46px;
    position: relative;
    z-index: 5;
  }
  .section-our-blog .block-work {
    padding-bottom: 82px;
  }

  .list-blog .item-blog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
  }
  .list-blog .link-img {
    position: relative;
    width: 287px;
    height: 225px;
    overflow: hidden;
  }
  .list-blog .link-detail {
    padding-left: 50px;
    width: 763px;
  }
  .list-blog .detail-blog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .list-blog .date {
    letter-spacing: 0.07em;
  }
  .list-blog .status {
    width: 242px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
    background-color: #e61874;
    padding: 10px 0 8px;
  }
  .list-blog .status.info {
    background-color: #e61874;
  }
  .list-blog .status.staff {
    background-color: #23ac38;
  }
  .list-blog .status.info-hanamaru {
    background-color: #601986;
  }
  .list-blog .name-text {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .list-blog .blog-text {
    font-size: 14px;
    line-height: 2.15;
    margin-bottom: 14px;
    color: #333;
  }
  .list-blog .more span {
    display: inline-block;
    padding-right: 14px;
    background: url(../img/common/icn_arrow_02.png) right center no-repeat;
    background-size: 5px auto;
  }

  .list-blog .img-info {
    width: 100%;
    height: 225px;
  }
  .list-blog .img-info:hover {
    transform: scale(1.2);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-info-about .infor-text {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .indoor,
  .wrap-link {
    padding: 0 15px;
  }

  .outdoor {
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-video {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  .section-video .item img {
    width: 100%;
  }
  .section-video .slick-arrow {
    display: none !important;
  }

  .block-our {
    margin-bottom: 12px;
  }
  .block-our .our-text {
    font-weight: bold;
    background: url(../img/hanamaru/top/sp/img_border.png) 0 0 no-repeat;
    font-size: 15px;
    width: 160px;
    text-align: center;
    padding-top: 12px;
    height: 45px;
    margin: 0 auto 14px;
    background-size: 100% auto;
  }
  .block-our .provide-text {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    font-weight: bold;
  }

  .block-info-about .img-info {
    margin-bottom: 14px;
    position: relative;
  }
  .block-info-about .img-info:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(../img/hanamaru/top/text_click.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: 50%;
    margin-left: -22px;
    bottom: 15px;
  }
  .block-info-about .link-info {
    display: block;
    margin-bottom: 20px;
  }
  .block-info-about .infor-text {
    font-weight: bold;
    position: relative;
    font-size: 13px;
    color: #ff9900;
    text-align: center;
    padding-top: 2px;
  }
  .block-info-about .infor-text:after, .block-info-about .infor-text:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #ff9900;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 0;
  }
  .block-info-about .infor-text:after {
    left: 0;
  }
  .block-info-about .infor-text:before {
    right: 0;
  }

  .section-our-info {
    padding-top: 16px;
  }
  .section-our-info .facility-title {
    margin-bottom: 12px;
  }
  .section-our-info .list-branch .link-branch {
    display: block;
    background-color: #f4b4d0;
  }
  .section-our-info .list-branch .link-branch:nth-child(2) {
    background-color: #601986;
  }
  .section-our-info .list-branch .branch-text {
    position: relative;
    padding: 50px 0 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .section-our-info .list-branch .branch-text .img-logo {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: -42px;
  }
  .section-our-info .list-branch .branch-text .img-logo img {
    width: 85px;
  }

  .section-our-blog {
    padding: 38px 0 0;
  }
  .section-our-blog .facility-title {
    margin-bottom: 12px;
  }
  .section-our-blog .link-all {
    margin-bottom: 42px;
    margin-top: 30px;
  }
  .section-our-blog .link-work {
    margin-top: 16px;
    position: relative;
    z-index: 5;
  }
  .section-our-blog .block-work {
    padding-bottom: 25px;
  }

  .list-blog .item-blog {
    margin-bottom: 24px;
  }
  .list-blog .img-info {
    margin-bottom: 10px;
  }
  .list-blog .img-info {
    width: 100%;
    height: 100%;
  }
  .list-blog .link-detail {
    width: 100%;
  }
  .list-blog .link-img {
    display: block;
    margin-bottom: 10px;
    height: 38.7vw;
    overflow: hidden;
  }
  .list-blog .detail-blog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .list-blog .date {
    letter-spacing: 0.07em;
  }
  .list-blog .status {
    min-width: 165px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-right: 16px;
    background-color: #e61874;
    padding: 4px 6px 3px;
  }
  .list-blog .status.info {
    background-color: #e61874;
  }
  .list-blog .status.staff {
    background-color: #23ac38;
  }
  .list-blog .status.info-hanamaru {
    background-color: #601986;
  }
  .list-blog .name-text {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .list-blog .blog-text {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 14px;
    color: #333;
  }
  .list-blog .more {
    display: block;
    border: 1px solid #000;
    padding: 14px 0 12px;
    text-align: center;
  }
  .list-blog .more span {
    display: inline-block;
    padding-right: 14px;
    background: url(../img/common/icn_arrow_02.png) right center no-repeat;
    background-size: 5px auto;
  }
}
@media only screen and (max-width: 374px) {
  .block-our .provide-text br.sm {
    display: none !important;
  }

  .list-blog .status,
  .list-blog .detail-blog {
    font-size: 11px;
  }
}
.list-category {
  font-weight: 500;
  letter-spacing: 0.09em;
  display: -webkit-flex;
  display: flex;
}

.wrap-pager {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.wrap-pager .page-numbers {
  width: 44px;
  height: 40px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  color: #666;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrap-pager .page-numbers:hover {
  background: #ffe100;
}
.wrap-pager .arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrap-pager .arrow a {
  color: #666;
  display: block;
  padding: 10px 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  height: 40px;
}

.list-category .current a {
  color: #e61874;
}

.wrap-pager .current {
  background: #ffe100;
}

@media print, (min-width: 768px) {
  .section-news-blog {
    padding: 45px 0 70px;
  }
  .section-news-blog .facility-title {
    margin-bottom: 3px;
  }
  .section-news-blog .category-title {
    font-size: 14px;
    margin-bottom: 11px;
  }

  .list-category {
    font-size: 14px;
    line-height: 2.6;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .list-category > li {
    padding: 0 42px;
    line-height: 1em;
  }
  .list-category li + li {
    border-left: 2px solid #333;
    padding-left: 42px;
  }
  .list-category li + li a {
    color: #333333;
  }
  .list-category li + li a:hover {
    color: #e61874;
  }

  .wrap-pager {
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .wrap-pager > li {
    margin-right: 10px;
  }
  .wrap-pager .page-numbers {
    width: 46px;
    height: 42px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    color: #666;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .wrap-pager .page-numbers:hover {
    background: #ffe100;
  }
  .wrap-pager .arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .wrap-pager .arrow a {
    color: #666;
    display: block;
    padding: 10px 20px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    height: 40px;
  }
  .wrap-pager .arrow a:hover {
    background: #ffe100;
  }
  .wrap-pager .current {
    background: #ffe100;
  }
}
@media only screen and (max-width: 767px) {
  .section-news-blog {
    padding: 22px 0 30px;
  }
  .section-news-blog .facility-title {
    margin-bottom: 5px;
  }
  .section-news-blog .category-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .section-news-blog .list-blog .status {
    width: 195px;
  }
  .section-news-blog .list-blog .img-border:after {
    display: none;
  }

  .list-category {
    font-size: 12px;
    line-height: 3;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    letter-spacing: 0;
  }
  .list-category > li {
    margin: 0 -1px -1px 0;
    width: 50%;
    border: 1px solid #cccccc;
    padding: 4px 0;
  }

  .pager {
    margin-top: 29px;
  }

  .wrap-pager {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrap-pager .arrow {
    width: 100%;
  }
  .wrap-pager .arrow a {
    width: 100%;
    text-align: center;
  }
  .wrap-pager .page-numbers {
    margin-right: 10px;
  }
  .wrap-pager .next {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .section-news-blog {
    padding: 22px 0 30px;
  }
  .section-news-blog .facility-title {
    margin-bottom: 5px;
  }
  .section-news-blog .category-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .section-news-blog .list-blog .status {
    width: 179px;
  }

  .list-category {
    font-size: 10px;
  }
}
.section-detail {
  position: relative;
}
.section-detail:after {
  position: absolute;
  content: "";
  background: #f9f8f8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-detail .detail-top {
  background: #f4b4d0;
}
.section-detail .status {
  color: #fff;
  text-align: center;
  background-color: #e61874;
  display: block;
}
.section-detail .status.info {
  background-color: #e61874;
}
.section-detail .status.staff {
  background-color: #23ac38;
}
.section-detail .status.info-hanamaru {
  background-color: #601986;
}
.section-detail .date {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
.section-detail h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
.section-detail .detail-inner {
  background: #fff;
}
.section-detail .detail-inner p {
  line-height: 2.14;
  color: #333333;
}
.section-detail .status {
  margin: 0 auto;
}
.section-detail .img-content {
  width: 99%;
}
.section-detail .img-content img {
  width: 100%;
}
.section-detail .pager {
  *zoom: 1;
  letter-spacing: 0.1em;
  position: relative;
}
.section-detail .pager:after {
  content: "";
  display: table;
  clear: both;
}
.section-detail .btn-detail {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #333333;
  background: #fff;
  -moz-box-shadow: 0px 2px 0px 0px #ebeaea;
  -webkit-box-shadow: 0px 2px 0px 0px #ebeaea;
  box-shadow: 0px 2px 0px 0px #ebeaea;
}
.section-detail .btn-detail:before {
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  position: absolute;
}
.section-detail .prev:before {
  background-image: url(../img/hanamaru/common/icn_arrow_prev.png);
  background-position: 0 0;
  left: 0;
}
.section-detail .next:before {
  background-image: url(../img/hanamaru/common/icn_arrow_next.png);
  background-position: right 0;
  right: 0;
}
.section-detail .prev {
  float: left;
}
.section-detail .next {
  float: right;
}
.section-detail .return:before {
  background-image: url(../img/hanamaru/common/icn_return.png);
  background-position: 0 0;
  left: 0;
}

.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content blockquote {
  padding-left: 40px;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.post-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.post-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}

@media print, (min-width: 768px) {
  .section-detail:after {
    height: 300px;
  }
  .section-detail .detail-top {
    padding: 45px 0 117px;
  }
  .section-detail .date {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .section-detail .status {
    min-width: 242px;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px 6px;
    margin: 0 auto 50px;
    line-height: 1.5;
  }
  .section-detail h1 {
    font-size: 20px;
  }
  .section-detail h1 span {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0 40px;
  }
  .section-detail .detail-content {
    padding: 0 50px;
    margin-top: -80px;
  }
  .section-detail .detail-inner {
    border: 1px solid #cccccc;
    padding: 45px 60px 85px 50px;
  }
  .section-detail .detail-inner p {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .section-detail .detail-inner img {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-detail .pager {
    padding: 50px 50px 50px;
  }
  .section-detail .btn-detail {
    width: 215px;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
  }
  .section-detail .btn-detail:before {
    width: 6px;
    height: 10px;
  }
  .section-detail .btn-detail:hover {
    background: #ffe100;
  }
  .section-detail .prev {
    padding-left: 20px;
  }
  .section-detail .prev:before {
    margin-left: 53px;
    margin-top: -4px;
  }
  .section-detail .next {
    padding-right: 20px;
  }
  .section-detail .next:before {
    margin-right: 53px;
    margin-top: -4px;
  }
  .section-detail .return {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -20px;
    padding-left: 20px;
  }
  .section-detail .return:before {
    width: 15px;
    height: 15px;
    margin-left: 53px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .section-detail:after {
    height: 240px;
    background-color: #f1f1f1;
  }
  .section-detail .detail-top {
    padding: 13px 0 40px;
  }
  .section-detail .date {
    font-size: 12px;
    line-height: 1.7;
  }
  .section-detail h1 {
    font-size: 14px;
    line-height: 1.9;
  }
  .section-detail .detail-content {
    padding: 0 15px;
    margin-top: -30px;
  }
  .section-detail .detail-inner {
    border: 1px solid #f1f1f1;
    padding: 15px 12px 15px;
  }
  .section-detail .detail-inner p {
    font-size: 13px;
    line-height: 2;
  }
  .section-detail .detail-inner img {
    margin-top: 18px;
    width: 100%;
  }
  .section-detail .status {
    min-width: 165px;
    display: inline-block;
    padding: 4px 5px 5px;
    margin: 0 auto 8px;
    line-height: 1.5;
  }
  .section-detail .content {
    margin-bottom: 10px;
  }
  .section-detail .pager {
    padding: 15px 15px 25px;
    margin-top: 0;
  }
  .section-detail .btn-detail {
    height: 42px;
    border-radius: 5px;
    font-size: 11px;
    -moz-box-shadow: 0px 2px 0px 0px #e4e4e4;
    -webkit-box-shadow: 0px 2px 0px 0px #e4e4e4;
    box-shadow: 0px 2px 0px 0px #e4e4e4;
  }
  .section-detail .btn-detail:before {
    width: 4px;
    height: 8px;
  }
  .section-detail .btn-detail:hover {
    background: #ffe100;
  }
  .section-detail .prev {
    width: 48%;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .section-detail .prev:before {
    margin-left: 40px;
    margin-top: -3px;
  }
  .section-detail .next {
    width: 48%;
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .section-detail .next:before {
    margin-right: 38px;
    margin-top: -3px;
  }
  .section-detail .return {
    width: 100%;
    padding-left: 20px;
  }
  .section-detail .return:before {
    width: 10px;
    height: 10px;
    left: 50%;
    margin: -4px 0 0 -40px;
  }
}
/* MIKI GENERAL
 * ----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .wrapper-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.miki-title {
  font-weight: 600;
  color: #300;
  letter-spacing: 0.1em;
}
.miki-title .text-small {
  display: block;
}

.miki-text {
  line-height: 2.14;
  letter-spacing: 0.05em;
  color: #333;
}

.miki-text-bold {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .miki-title {
    font-size: 28px;
  }
  .miki-title .text-small {
    margin-top: 6px;
    font-size: 16px;
  }

  .miki-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .miki-title {
    font-size: 15px;
  }
  .miki-title .text-small {
    font-size: 12px;
  }

  .miki-text {
    font-size: 13px;
    line-height: 2;
  }
}
/* SECTION-MIKI-INFORMATION
 * ----------------------------------------------- */
.section-miki-information .information-image img {
  width: 100%;
  display: block;
}
.section-miki-information .information-image p {
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-weight: 600;
}
.section-miki-information .information-detail .col-left,
.section-miki-information .information-detail .col-right {
  overflow: hidden;
}
.section-miki-information .information-detail .logo {
  display: block;
}
.section-miki-information .information-detail .logo img {
  display: inline-block;
  width: 180px;
}
.section-miki-information .information-detail .table .miki-text-bold {
  color: #000;
}
.section-miki-information .information-detail table {
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
}
.section-miki-information .information-detail th,
.section-miki-information .information-detail td {
  display: block;
}
.section-miki-information .information-detail th {
  font-weight: 600;
  letter-spacing: 0.08em;
}
.section-miki-information .information-detail td {
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.section-miki-information .information-detail td a {
  color: currentColor;
  display: inline-block;
}
.section-miki-information .information-detail .col-right {
  position: relative;
}
.section-miki-information .information-detail .col-right iframe {
  display: block;
  position: absolute;
  width: 200%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-miki-information .information-detail .floor-text {
  font-size: 16px;
  font-weight: bold;
}
.section-miki-information .information-detail .time-text {
  line-height: 1.5;
}
.section-miki-information .wrap-floor {
  position: relative;
}
.section-miki-information .wrap-floor .img-floor {
  position: absolute;
  width: 76px;
  left: 28px;
  top: 30px;
}

@media print, (min-width: 768px) {
  .section-miki-information {
    padding: 0 0 65px;
  }
  .section-miki-information .miki-title {
    margin-bottom: 22px;
  }
  .section-miki-information .information-image {
    border: 5px solid #ffcc33;
    padding: 50px 50px 30px;
  }
  .section-miki-information .information-image p {
    margin-top: 25px;
    font-size: 16px;
  }
  .section-miki-information .information-detail {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-miki-information .information-detail .col-left {
    width: 40%;
  }
  .section-miki-information .information-detail .table {
    padding: 20px 0 12px 70px;
  }
  .section-miki-information .information-detail th {
    padding-bottom: 9px;
    font-size: 16px;
  }
  .section-miki-information .information-detail td {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .section-miki-information .information-detail .col-right {
    width: 60%;
  }
  .section-miki-information .information-detail .col-right iframe {
    height: 500px;
  }
  .section-miki-information .information-detail .col-right.col-kobe iframe {
    width: 100%;
    height: 300px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .section-miki-information .information-detail.information-kobe {
    margin-top: 46px;
  }
  .section-miki-information .information-detail.information-kobe .logo img {
    width: 240px;
  }
  .section-miki-information .information-detail.information-kobe .time-text {
    margin-bottom: 16px;
  }

  .section-kobe-information {
    padding-bottom: 10px;
  }

  .section-kobe-second {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-information .miki-title {
    margin-bottom: 10px;
  }
  .section-miki-information .information-image {
    border: 5px solid #ffcc33;
    padding: 15px 15px 8px;
  }
  .section-miki-information .information-image p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
    font-weight: normal;
  }
  .section-miki-information .information-detail {
    margin-top: 20px;
  }
  .section-miki-information .information-detail .logo {
    margin-bottom: 14px;
    text-align: center;
  }
  .section-miki-information .information-detail table {
    display: table;
  }
  .section-miki-information .information-detail th,
  .section-miki-information .information-detail td {
    padding: 13px 5px 11px;
    text-align: center;
    font-size: 13px;
  }
  .section-miki-information .information-detail th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  .section-miki-information .information-detail td {
    letter-spacing: 0.1em;
  }
  .section-miki-information .information-detail tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  .section-miki-information .information-detail .col-right {
    margin-top: 15px;
    height: 145px;
  }
  .section-miki-information .information-detail .col-right iframe {
    height: 400px;
  }
  .section-miki-information .information-detail .col-right.col-kobe iframe {
    width: 100%;
  }

  .section-kobe-information .wrap-floor .img-floor {
    width: 35px;
    left: 10px;
    top: 10px;
  }
  .section-kobe-information .information-image p {
    letter-spacing: -0.05em;
  }
  .section-kobe-information .information-detail .logo img {
    width: 240px;
  }
  .section-kobe-information .information-detail .floor-text {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .section-kobe-information .information-detail .time-text {
    letter-spacing: -0.04em;
    margin-bottom: 20px;
  }
  .section-kobe-information .information-detail .time-text.weeksday {
    margin-top: -6px;
    margin-bottom: 0;
  }

  .section-kobe-second {
    padding-top: 22px;
  }
  .section-kobe-second .miki-title {
    margin-bottom: 12px;
  }
}
/* ----------------------------------------------- */
.section-miki-condition .condition-list .item {
  position: relative;
  border: 1px solid #999;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.section-miki-condition .condition-list .item:before {
  content: "";
  position: absolute;
  background: url("../img/hanamaru/miki/icon_number_01.png") no-repeat center/contain;
}
.section-miki-condition .condition-list .item:nth-child(2):before {
  background-image: url("../img/hanamaru/miki/icon_number_02.png");
}
.section-miki-condition .condition-list .item:nth-child(3):before {
  background-image: url("../img/hanamaru/miki/icon_number_03.png");
}

.section-kobe-condition .condition-list .item:before {
  background: url("../img/hanamaru/kobe/icon_number_01.png") no-repeat center/contain;
}
.section-kobe-condition .condition-list .item:nth-child(2):before {
  background-image: url("../img/hanamaru/kobe/icon_number_02.png");
}
.section-kobe-condition .condition-list .item:nth-child(3):before {
  background-image: url("../img/hanamaru/kobe/icon_number_03.png");
}

@media print, (min-width: 768px) {
  .section-miki-condition {
    padding: 0 0 50px;
  }
  .section-miki-condition .miki-title {
    margin-bottom: 30px;
  }
  .section-miki-condition .condition-list {
    padding-left: 38px;
  }
  .section-miki-condition .condition-list .item {
    min-height: 99px;
    padding: 25px 160px 25px 78px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
  }
  .section-miki-condition .condition-list .item:before {
    width: 76px;
    height: 76px;
    top: 50%;
    left: -38px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-miki-condition .condition-list .item ~ .item {
    margin-top: 40px;
  }

  .section-kobe-condition .condition-list .item {
    padding-right: 115px;
    letter-spacing: -0.05em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-miki-condition .condition-list .item {
    height: 99px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-condition {
    padding: 22px 0;
  }
  .section-miki-condition .miki-title {
    margin-bottom: 32px;
  }
  .section-miki-condition .condition-list .item {
    padding: 28px 5px 8px;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    border-color: #ccc;
  }
  .section-miki-condition .condition-list .item:before {
    width: 40px;
    height: 40px;
    left: 50%;
    top: -20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-miki-condition .condition-list .item ~ .item {
    margin-top: 34px;
  }
  .section-miki-condition .condition-list .basic {
    letter-spacing: -0.1em;
  }

  .section-kobe-condition {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .section-kobe-condition .miki-title {
    line-height: 2;
  }
  .section-kobe-condition .condition-list .item {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: -0.07em;
  }
}
/* ----------------------------------------------- */
.section-miki-time {
  background-color: #fef3f5;
}
.section-miki-time .time-table {
  text-align: center;
  font-weight: bold;
  color: #300;
}
.section-miki-time .time-table .text-brown {
  color: #461e1e;
}
.section-miki-time .time-table .col-left {
  border: 1px solid #300;
}
.section-miki-time .time-table .title,
.section-miki-time .time-table .time {
  display: block;
}
.section-miki-time .time-table .title {
  background-color: #fff;
  border-bottom: 1px solid #300;
  color: #000;
}
.section-miki-time .time-table .time {
  background-color: #ffcc33;
  text-align: left;
}
.section-miki-time .time-table .th,
.section-miki-time .time-table .td {
  border-top: 1px solid #300;
  border-right: 1px solid #300;
}
.section-miki-time .time-table .th {
  background-color: #07913a;
  color: #fff;
}
.section-miki-time .time-table .td {
  background-color: #fff;
  border-bottom: 1px solid #300;
}
.section-miki-time .time-note {
  color: #333;
  letter-spacing: 0.05em;
}
.section-miki-time .time-more-info li {
  line-height: 1.875;
}
.section-miki-time .time-more-info .col-left {
  border: 1px solid #fcc;
  background-color: #fff;
}
.section-miki-time .time-more-info .col-right {
  font-weight: 500;
}
.section-miki-time .time-more-info .last {
  color: #333;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 0.075em;
}

.section-kobe-time {
  background-color: #f0f1fe;
}
.section-kobe-time .time-table li .td:last-child {
  border-top: 0;
}
.section-kobe-time .time-table .time.last {
  background-color: #f9e5aa;
  border-top: 1px solid #300;
}
.section-kobe-time .time-more-info .col-left {
  border-color: #bbbedf;
}

.section-time-second {
  background-color: #f0f1fe;
}
.section-time-second .time-more-info .col-left {
  border-color: #bbbedf;
}

@media print, (min-width: 768px) {
  .section-miki-time {
    padding: 45px 0 50px;
  }
  .section-miki-time .miki-title {
    margin-bottom: 15px;
  }
  .section-miki-time .time-table {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
  }
  .section-miki-time .time-table .col-left {
    width: 32%;
  }
  .section-miki-time .time-table .title,
  .section-miki-time .time-table .time,
  .section-miki-time .time-table .th,
  .section-miki-time .time-table .td {
    padding: 19px 5px 17px;
  }
  .section-miki-time .time-table .time {
    padding-left: 18px;
    text-align: left;
  }
  .section-miki-time .time-table .col-right {
    width: 69%;
  }
  .section-miki-time .time-table .table {
    display: table;
    width: 100%;
  }
  .section-miki-time .time-table .table li {
    display: table-cell;
    width: 12.5%;
  }
  .section-miki-time .time-table .th,
  .section-miki-time .time-table .td {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .section-miki-time .time-note {
    margin: 20px 0 25px;
    font-size: 14px;
  }
  .section-miki-time .time-note li {
    display: inline-block;
  }
  .section-miki-time .time-more-info li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
  }
  .section-miki-time .time-more-info li ~ li {
    margin-top: 22px;
  }
  .section-miki-time .time-more-info .col-left {
    padding: 13px 12px 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 22.5%;
  }
  .section-miki-time .time-more-info .col-right {
    width: 77.5%;
    padding-left: 20px;
  }
  .section-miki-time .time-more-info .col-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-miki-time .time-more-info .first {
    width: 19%;
  }
  .section-miki-time .time-more-info .last {
    width: 81%;
    font-size: 14px;
  }

  .section-kobe-time .time-note {
    margin-bottom: 34px;
  }

  .section-time-second .time-more-info .first,
  .section-kobe-time .time-more-info .first {
    width: 15.5%;
  }
  .section-time-second .time-more-info .last,
  .section-kobe-time .time-more-info .last {
    width: 84.5%;
    letter-spacing: -0.05em;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-time {
    background-color: transparent;
    padding-top: 24px;
    padding-bottom: 4px;
  }
  .section-miki-time .pinky {
    padding-top: 15px;
    padding-bottom: 6px;
    background-color: #fef3f5;
  }
  .section-miki-time .miki-text {
    padding: 0 10px 10px;
  }
  .section-miki-time .miki-title {
    margin-bottom: 6px;
  }
  .section-miki-time .time-table {
    margin-top: 0;
    font-size: 16px;
  }
  .section-miki-time .time-table .title,
  .section-miki-time .time-table .time,
  .section-miki-time .time-table .th,
  .section-miki-time .time-table .td {
    padding: 15px 5px 10px;
    font-size: 13px;
  }
  .section-miki-time .time-table .title {
    letter-spacing: 0.08em;
  }
  .section-miki-time .time-table .time {
    letter-spacing: 0.025em;
  }
  .section-miki-time .time-table .th,
  .section-miki-time .time-table .td {
    letter-spacing: 0.08em;
  }
  .section-miki-time .time-table .table {
    border-left: 1px solid #300;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-miki-time .time-table .table li {
    width: 25%;
  }
  .section-miki-time .time-table .th,
  .section-miki-time .time-table .td {
    display: block;
  }
  .section-miki-time .time-table .th {
    border-top: 0;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .section-miki-time .time-table .td {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  .section-miki-time .time-table .time {
    text-align: center;
  }
  .section-miki-time .time-note {
    margin: 10px 0 14px;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.05em;
  }
  .section-miki-time .time-note li {
    padding-left: 15px;
    text-indent: -15px;
  }
  .section-miki-time .time-note li:first-child {
    margin-bottom: 5px;
  }
  .section-miki-time .time-more-info li {
    font-size: 16px;
  }
  .section-miki-time .time-more-info li ~ li {
    margin-top: 14px;
  }
  .section-miki-time .time-more-info .col-left {
    padding: 8px 5px 6px;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .section-miki-time .time-more-info .col-right {
    padding: 8px 0 0;
    line-height: 2;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .section-miki-time .time-more-info .first {
    display: block;
  }
  .section-miki-time .time-more-info .last {
    color: #666;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.074em;
  }

  .section-kobe-time {
    padding-bottom: 0;
  }
  .section-kobe-time .pinky {
    background-color: #f0f1fe;
  }
  .section-kobe-time .time-more-info .col-right {
    letter-spacing: 0;
  }
  .section-kobe-time .time-more-info li ~ li {
    margin-top: 8px;
  }

  .section-time-second {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .section-time-second .pinky {
    background-color: #f0f1fe;
  }
  .section-time-second .time-more-info li ~ li {
    margin-top: 10px;
  }
}
/* ----------------------------------------------- */
.section-miki-service .service-list .item {
  letter-spacing: 0.1em;
  color: #333;
}
.section-miki-service .service-list .title {
  background-color: #ffcece;
}
.section-miki-service .service-list .text {
  line-height: 1.875;
}

.section-kobe-service .service-list .title {
  background-color: #bbbedf;
}

@media print, (min-width: 768px) {
  .section-miki-service {
    padding: 45px 0 22px;
  }
  .section-miki-service .miki-title {
    margin-bottom: 28px;
  }
  .section-miki-service .service-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-miki-service .service-list .item {
    width: calc(50% - 20px);
    margin-bottom: 8px;
    font-size: 16px;
  }
  .section-miki-service .service-list .title,
  .section-miki-service .service-list .text {
    padding: 16px 0 15px 15px;
  }
  .section-miki-service .service-list .text {
    padding-top: 18px;
  }
  .section-miki-service .service-list .text.use {
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-service {
    padding-top: 18px;
  }
  .section-miki-service .miki-title {
    margin-bottom: 10px;
  }
  .section-miki-service .service-list .item {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .section-miki-service .service-list .title {
    padding: 12px 5px 10px;
    text-align: center;
  }
  .section-miki-service .service-list .text {
    padding: 15px 0 0px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .section-miki-service .service-list .text.use {
    letter-spacing: -0.1em;
  }
  .section-miki-service .service-list .text.perform {
    letter-spacing: -0.08em;
  }
}
/* ----------------------------------------------- */
.section-miki-fee {
  overflow: hidden;
  background-color: #fef3f5;
}
.section-miki-fee .fee-list .item {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #300;
}
.section-miki-fee .title,
.section-miki-fee .price {
  letter-spacing: 0.05em;
}
.section-miki-fee .title {
  background-color: #300;
  color: #fff;
}
.section-miki-fee .price {
  background-color: #fff;
  color: #c00;
}
.section-miki-fee .fee-note {
  color: #333;
}
.section-miki-fee .gallery-wrapper {
  background-color: #f1bfc7;
}
.section-miki-fee .fee-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-miki-fee .fee-gallery img {
  width: 100%;
  display: block;
}

.section-kobe-fee .gallery-wrapper {
  background-color: #bbbedf;
}

.section-fee-second {
  background-color: #f0f1fe;
}

@media print, (min-width: 768px) {
  .section-miki-fee {
    padding-top: 45px;
  }
  .section-miki-fee .miki-title {
    margin-bottom: 28px;
  }
  .section-miki-fee .fee-wrapper {
    padding: 0 50px;
  }
  .section-miki-fee .fee-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .section-miki-fee .fee-list .item {
    width: calc(33.3333% - 40px);
    margin: 0 20px 26px;
  }
  .section-miki-fee .title,
  .section-miki-fee .price {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-miki-fee .title {
    padding: 10px 20px;
    width: 65%;
    font-size: 16px;
  }
  .section-miki-fee .price {
    padding: 10px 5px;
    width: 35%;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
  }
  .section-miki-fee .unit {
    font-size: 16px;
  }
  .section-miki-fee .fee-note {
    font-size: 16px;
  }
  .section-miki-fee .gallery-wrapper {
    margin-top: 44px;
    padding: 25px 0;
  }
  .section-miki-fee .fee-gallery {
    margin: 0 -25px;
  }
  .section-miki-fee .fee-gallery .item {
    width: calc(33.3333% - 50px);
    margin: 25px;
  }

  .section-kobe-fee {
    padding-top: 0;
  }
  .section-kobe-fee .gallery-wrapper {
    margin-top: 0;
  }

  .section-fee-second {
    padding-bottom: 32px;
    margin-bottom: 15px;
  }
  .section-fee-second .fee-note {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-fee {
    padding-top: 20px;
  }
  .section-miki-fee .miki-title {
    margin-bottom: 14px;
  }
  .section-miki-fee .fee-list .item {
    margin-bottom: 15px;
    text-align: center;
  }
  .section-miki-fee .title {
    width: 61%;
    padding: 10px 5px 8px;
    font-size: 15px;
  }
  .section-miki-fee .price {
    width: 39%;
    padding: 10px 5px 8px;
    font-size: 15px;
  }
  .section-miki-fee .unit {
    font-size: 12px;
  }
  .section-miki-fee .fee-note {
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
    margin-top: -8px;
  }
  .section-miki-fee .gallery-wrapper {
    margin-top: 20px;
    padding: 15px 0 0;
  }
  .section-miki-fee .fee-gallery {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-miki-fee .fee-gallery .item {
    width: calc(50% - 7px);
    margin-bottom: 15px;
  }

  .section-kobe-fee {
    padding-top: 0;
  }
  .section-kobe-fee .gallery-wrapper {
    margin-top: 0;
  }

  .section-fee-second {
    padding-bottom: 20px;
  }
  .section-fee-second .lunch {
    text-indent: -5px;
    display: block;
  }
}
/* ----------------------------------------------- */
.section-miki-class .miki-text {
  line-height: 1.875;
  letter-spacing: -0.05em;
}
.section-miki-class .item {
  letter-spacing: 0.1em;
}
.section-miki-class .btn-background-pink,
.section-miki-class .btn-border-pink {
  text-align: center;
  letter-spacing: 0.1em;
}
.section-miki-class .btn-background-pink {
  border-radius: 10px;
  background-color: #f99;
  color: #fff;
}
.section-miki-class .btn-background-pink a {
  display: inline-block;
  color: currentColor;
}
.section-miki-class .btn-border-pink {
  border-radius: 10px;
  border: 1px solid #f99;
  color: #3e3a39;
  font-weight: 500;
}
.section-miki-class .time {
  font-weight: normal;
}

.section-kobe-class .btn-border-pink {
  border-color: #bbbedf;
}

@media print, (min-width: 768px) {
  .section-miki-class {
    padding: 44px 0 45px;
  }
  .section-miki-class .miki-title {
    margin-bottom: 20px;
  }
  .section-miki-class .miki-text {
    font-size: 16px;
  }
  .section-miki-class .class-list {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-miki-class .item {
    width: calc(50% - 25px);
  }
  .section-miki-class .btn-border-tel,
  .section-miki-class .btn-border-pink {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
  }
  .section-miki-class .btn-border-tel:hover,
  .section-miki-class .btn-border-pink:hover {
    background-color: #f99;
    color: #fff;
  }
  .section-miki-class .btn-border-pink {
    padding: 20px 15px;
    font-size: 16px;
  }
  .section-miki-class .btn-border-tel {
    padding: 20px 10px;
    font-size: 14px;
  }
  .section-miki-class .btn-border-tel .tel {
    font-size: 20px;
  }

  .section-kobe-class .btn-border-tel:hover,
  .section-kobe-class .btn-border-pink:hover {
    background-color: #bbbedf;
  }
}
@media only screen and (max-width: 767px) {
  .section-miki-class {
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .section-miki-class .miki-title {
    margin-bottom: 8px;
    line-height: 1.73;
  }
  .section-miki-class .miki-text {
    line-height: 2;
  }
  .section-miki-class .class-list .item {
    margin-top: 16px;
  }
  .section-miki-class .btn-border-tel,
  .section-miki-class .btn-border-pink {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 65px;
  }
  .section-miki-class .btn-border-pink {
    padding: 15px 10px;
    font-size: 13px;
  }
  .section-miki-class .btn-border-tel {
    background-color: #f99;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
  }
  .section-miki-class .btn-border-tel .tel {
    font-size: 20px;
  }

  .section-kobe-class .btn-border-tel {
    background-color: #bbbedf;
  }
}
@media only screen and (max-width: 374px) {
  .section-miki-class .game {
    display: none !important;
  }

  .section-kobe-time .miki-text {
    padding-right: 0;
    padding-left: 0;
  }
}
/* PAGE HANAMARU ABOUT
 * ----------------------------------------------- */
.block-about-us {
  border: 5px solid #ffcc33;
}

.section-manager {
  background-color: #ff9900;
  color: #fff;
}

.section-general {
  position: relative;
}
.section-general:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 306px;
  background-color: #faf1f4;
  left: 0;
  top: 0;
}
.section-general .name-sign {
  color: #221815;
  font-weight: bold;
}

.section-profile .list-logo li {
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.list-profile .profile-title {
  background-color: #dff3f3;
}
.list-profile .profile-text {
  color: #333;
}

@media print, (min-width: 768px) {
  .section-heading {
    margin-bottom: 64px;
  }

  .section-social {
    margin-bottom: 50px;
  }
  .section-social .facility-title {
    margin-bottom: 40px;
  }
  .section-social .block-about-us {
    padding: 50px 50px 40px;
  }
  .section-social .block-about-us img {
    margin-bottom: 40px;
  }

  .section-manager {
    padding: 64px 0;
  }
  .section-manager .block-manager {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-manager .border-title {
    flex: 0 0 287px;
  }
  .section-manager .manager-text {
    padding-left: 50px;
    width: 763px;
  }
  .section-manager .manager-text .indent {
    text-indent: -10px;
  }

  .section-general {
    padding-top: 64px;
  }
  .section-general .indoor {
    position: relative;
    z-index: 2;
  }
  .section-general .border-title {
    background-image: url(../img/hanamaru/about/img_border_02.png);
    color: #f8627e;
    margin-bottom: 30px;
  }
  .section-general .block-general {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-general .block-general .box-detail {
    width: 670px;
    padding-right: 120px;
  }
  .section-general .block-general .box-img {
    flex: 0 0 325px;
    padding-top: 40px;
  }
  .section-general .name-sign .name {
    font-size: 18px;
    padding-left: 14px;
  }
  .section-general .sale-text {
    margin-bottom: 8px;
  }

  .section-profile {
    padding-top: 38px;
  }
  .section-profile .facility-title {
    margin-bottom: 40px;
  }
  .section-profile .visual-title {
    margin-bottom: 18px;
    font-weight: bold;
    font-size: 20px;
  }
  .section-profile .visual-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.75;
  }
  .section-profile .list-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 76px;
  }
  .section-profile .list-logo li {
    width: 47.62%;
  }
  .section-profile .list-logo li:nth-child(odd) {
    margin-right: 4.76%;
  }

  .list-profile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 66px;
  }
  .list-profile li {
    width: 47.62%;
    letter-spacing: 0.1em;
  }
  .list-profile li:nth-child(odd) {
    margin-right: 4.76%;
  }
  .list-profile .profile-title,
  .list-profile .profile-text {
    padding: 16px 55px 14px;
    font-size: 14px;
  }
  .list-profile .profile-text {
    margin-top: 8px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 18px;
  }

  .section-social {
    margin-bottom: 14px;
  }
  .section-social .facility-title {
    margin-bottom: 10px;
  }
  .section-social .block-about-us {
    padding: 16px 15px 10px;
  }
  .section-social .block-about-us img {
    margin-bottom: 10px;
  }
  .section-social .about-text p + p {
    margin-top: 14px;
  }
  .section-social .about-text .thin {
    letter-spacing: -0.065em;
  }

  .section-manager {
    padding: 20px 0 28px;
  }
  .section-manager .border-title {
    margin: 0 auto 14px;
  }
  .section-manager .manager-text p + p {
    margin-top: 10px;
  }

  .section-general {
    padding-top: 20px;
  }
  .section-general:after {
    height: 285px;
  }
  .section-general .indoor {
    position: relative;
    z-index: 2;
  }
  .section-general .border-title {
    background-image: url(../img/hanamaru/about/sp/img_border_02.png);
    color: #f8627e;
    margin: 0 auto 12px;
    width: 235px;
  }
  .section-general .block-general .box-img {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .section-general .name-sign .name {
    font-size: 16px;
    padding-left: 14px;
  }
  .section-general .sale-text {
    line-height: 2.2;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .section-general .sale-text p + p {
    margin-top: 12px;
  }

  .section-profile {
    padding-top: 38px;
  }
  .section-profile .facility-title {
    margin-bottom: 10px;
  }
  .section-profile .visual-title {
    text-align: center;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 13px;
  }
  .section-profile .visual-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.8;
  }
  .section-profile .visual-text .thin {
    letter-spacing: -0.09em;
  }
  .section-profile .list-logo {
    margin-bottom: 20px;
  }
  .section-profile .list-logo li {
    text-align: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
  }
  .section-profile .box-visual {
    border-top: 1px solid #000;
    padding: 22px 15px 0;
  }

  .list-profile {
    margin-bottom: 4px;
  }
  .list-profile .profile-title,
  .list-profile .profile-text {
    padding: 14px 20px 12px;
    font-size: 13px;
    text-align: center;
  }
  .list-profile .profile-text {
    margin-top: 5px;
    margin-bottom: 4px;
  }
}
.section-contact .contact-txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.14;
  color: #666666;
}
.section-contact .txt-content {
  margin-bottom: 40px;
}

.contact-form .mw-element {
  background: #f1f1f1;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: none;
  letter-spacing: 0.1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e3e2e2;
}
.contact-form .mw-element::-webkit-input-placeholder {
  color: #cccccc;
}
.contact-form .mw-element::-moz-placeholder {
  color: #cccccc;
}
.contact-form .mw-element:-ms-input-placeholder {
  color: #cccccc;
}
.contact-form .mw-element:-moz-placeholder {
  color: #cccccc;
}
.contact-form form {
  width: 100%;
  line-height: 2.14;
  letter-spacing: 0.05em;
  color: #000000;
}
.contact-form .required {
  color: #ca3e3d;
}
.contact-form .mwform-radio-field label {
  display: inline-block;
  cursor: pointer;
}
.contact-form .mwform-radio-field label input {
  display: none;
}
.contact-form .mwform-radio-field label input:checked + span {
  background-image: url(../img/common/icn_checkbox_on.png);
}
.contact-form .mwform-radio-field label span {
  display: inline-block;
  background: url(../img/common/icn_checkbox_off.png) no-repeat 0 0;
  background-size: 15px auto;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 45px 0 53px;
    position: relative;
  }
  .section-contact::after {
    content: "";
    position: absolute;
    background: #e3e2e2;
    height: 1px;
    bottom: 0;
    left: 24px;
    right: 24px;
  }
  .section-contact .facility-title {
    margin-bottom: 10px;
  }
  .section-contact .contact-txt {
    font-size: 14px;
    line-height: 2.14;
  }
  .section-contact .txt-content {
    margin-bottom: 40px;
  }

  .contact-form form {
    display: table;
    font-size: 14px;
  }
  .contact-form .form-row {
    display: table-row;
  }
  .contact-form .form-name,
  .contact-form .form-input {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 32px;
  }
  .contact-form .form-name {
    width: 280px;
    padding-top: 12px;
    position: relative;
  }
  .contact-form .radio-name {
    padding-top: 0;
  }
  .contact-form .radio-name .required {
    top: 0;
  }
  .contact-form .mw-element {
    height: 50px;
    padding: 15px 25px;
  }
  .contact-form .mw-textarea {
    height: 145px;
  }
  .contact-form .zip-number {
    width: 250px;
    display: inline-block;
  }
  .contact-form .link {
    margin-right: 30px;
  }
  .contact-form .required {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: 20px;
  }
  .contact-form .mwform-radio-field label span {
    background-size: 15px auto;
    padding: 0 32px 2px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    padding: 22px 0 35px;
  }
  .section-contact .facility-title {
    margin-bottom: 5px;
  }
  .section-contact .contact-txt {
    font-size: 13px;
    line-height: 2;
  }
  .section-contact .txt-content {
    margin-bottom: 15px;
  }

  .contact-form form {
    font-size: 13px;
  }
  .contact-form .form-name {
    margin-bottom: 4px;
  }
  .contact-form .form-row {
    margin-bottom: 8px;
  }
  .contact-form .mw-element {
    height: 50px;
    padding: 15px 20px;
  }
  .contact-form input[type="text"],
  .contact-form input[type="number"],
  .contact-form input[type="email"] {
    line-height: 50px;
  }
  .contact-form .mw-textarea {
    height: 185px;
  }
  .contact-form .zip-number {
    display: inline-block;
  }
  .contact-form .link {
    width: 48.333%;
    margin-right: 25px;
  }
  .contact-form .required {
    display: inline-block;
    margin-left: 5px;
  }
  .contact-form .mwform-radio-field label span {
    background-size: 15px auto;
    padding: 3px 20px 6px 22px;
    background-position: left top 2px;
  }
}
@media only screen and (max-width: 374px) {
  .section-contact .contact-txt {
    font-size: 10px;
  }

  .contact-form form {
    font-size: 12px;
  }
  .contact-form .link {
    width: 45%;
    margin-right: 15px;
  }
  .contact-form .mwform-radio-field label span {
    background-size: 15px auto;
    padding: 3px 10px 6px 25px;
  }
}
@media print, (min-width: 768px) {
  .section-contact-number {
    padding: 75px 0 40px;
  }
  .section-contact-number .contact-title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .section-contact-number .list-number > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .section-contact-number .col-left {
    width: 390px;
    margin-right: 45px;
  }
  .section-contact-number .name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333333;
    line-height: 1.44;
    margin-bottom: 10px;
  }
  .section-contact-number .number {
    width: 387px;
  }
  .section-contact-number .number img {
    width: 100%;
  }
  .section-contact-number .col-right {
    color: #333333;
    line-height: 1.9;
    margin-bottom: -5px;
    font-size: 14px;
    letter-spacing: -0.07em;
  }
  .section-contact-number .notice {
    text-indent: -1em;
    padding-left: 1em;
  }
}
/* PAGE HANAMARU SERVICE
 * ----------------------------------------------- */
.section-feature {
  background-color: #f5f8fa;
}

.section-manager.service {
  background-color: #ff6666;
}

.list-point li {
  background-color: #fff;
  border: 5px solid #07913a;
}

.list-warning li {
  background: url(../img/hanamaru/service/icn_warning.png) 0 16px no-repeat;
  background-size: 18px auto;
}

.block-life .daytime {
  background-color: #ff6666;
  color: #fff;
}

.section-nurse {
  background-color: #f3ecf7;
}
.section-nurse .indoor {
  position: relative;
}

.list-nurse li {
  background-color: #fff;
  position: relative;
}
.list-nurse .nurse-title {
  position: absolute;
  font-weight: bold;
}
.list-nurse .nurse-title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #4d0378;
  left: 0;
  bottom: 0;
}

.section-main-service {
  background-color: #fcefc6;
}

.list-active .active-title {
  border: 1px solid #ccc;
}

@media print, (min-width: 768px) {
  .section-feature {
    padding: 44px 0 40px;
  }
  .section-feature .facility-title {
    margin-bottom: 64px;
  }
  .section-feature .about-text {
    text-align: center;
  }

  .section-social.service {
    margin-bottom: 45px;
  }
  .section-social.service .block-about-us {
    padding-bottom: 28px;
  }
  .section-social.service .block-about-us img {
    margin-bottom: 24px;
  }

  .list-point {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px;
  }
  .list-point li {
    position: relative;
    width: 327px;
    margin-right: 38px;
    padding: 38px 10px 15px;
  }
  .list-point li:nth-child(3n) {
    margin-right: 0;
  }
  .list-point .img-point {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
  }
  .list-point .point-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
  }

  .section-manager.service {
    padding: 56px 0;
  }
  .section-manager.service .manager-text {
    padding-left: 90px;
  }

  .list-warning li {
    padding-left: 26px;
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: -0.05em;
  }

  .section-life {
    margin-bottom: 8px;
    padding-top: 70px;
  }
  .section-life .block-life {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-life .block-life .item {
    width: 44.76%;
    margin-bottom: 50px;
  }
  .section-life .block-life .item:nth-child(odd) {
    margin-right: 10.48%;
  }
  .section-life .block-life .item.full {
    width: 100%;
  }
  .section-life .block-life .corner-title {
    margin-bottom: 38px;
  }
  .section-life .block-life .corner-title.black {
    margin-bottom: 20px;
  }
  .section-life .block-life .corner-title.black .corner {
    color: #000;
    padding-left: 54px;
    padding-right: 54px;
  }
  .section-life .block-life .life-text {
    margin-bottom: 22px;
  }
  .section-life .block-life .life-text:not(.daytime) {
    margin-left: -5px;
  }
  .section-life .block-life .daytime {
    text-align: center;
    width: 100%;
    max-width: 470px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .section-nurse {
    padding-top: 76px;
    padding-bottom: 16px;
  }
  .section-nurse .facility-title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -96px;
  }

  .list-nurse .nurse-title {
    font-size: 20px;
    padding-bottom: 16px;
    top: -14px;
  }
  .list-nurse li {
    padding: 40px 50px 24px;
    margin-bottom: 34px;
    letter-spacing: -0.04em;
  }

  .section-play {
    padding-top: 50px;
  }

  .list-play {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-play li {
    width: 30.2%;
    margin-bottom: 50px;
    margin-right: 4.6%;
  }
  .list-play li:nth-child(3n) {
    margin-right: 0;
  }

  .section-main-service {
    padding-top: 46px;
    padding-bottom: 14px;
  }
  .section-main-service .facility-title {
    margin-bottom: 34px;
  }

  .list-active li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 38px;
  }
  .list-active img {
    width: 465px;
  }
  .list-active .box-active {
    width: 585px;
    padding-left: 60px;
  }
  .list-active .active-title {
    display: inline-block;
    background-color: #fff;
    min-width: 390px;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 20px;
    margin-bottom: 10px;
  }
  .list-active .active-text {
    font-weight: bold;
    line-height: 2.25;
    font-size: 16px;
  }
  .list-active .margin-left {
    margin-left: -10px;
    letter-spacing: -0.05em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-warning li {
    background-position: 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-feature {
    padding: 20px 0 18px;
  }
  .section-feature .facility-title {
    margin-bottom: 60px;
  }
  .section-feature .about-text {
    text-align: center;
  }

  .section-social.service {
    margin-bottom: 20px;
  }
  .section-social.service .block-about-us img {
    margin-bottom: 10px;
  }

  .list-point {
    margin-bottom: -52px;
  }
  .list-point li {
    position: relative;
    padding: 38px 10px 18px;
    margin-bottom: 64px;
  }
  .list-point .img-point {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -60px;
  }
  .list-point .point-text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
  }

  .section-manager.service {
    padding: 20px 0;
  }

  .list-warning {
    writing-mode: vertical-rl;
    text-align: left;
    height: 556px;
    margin: 0 auto;
    width: 336px;
  }
  .list-warning li {
    font-size: 14px;
    line-height: 3.43;
    letter-spacing: 0.1em;
    background-size: 12px auto;
    background-position: 18px 5px;
    padding-top: 24px;
  }
  .list-warning .normal {
    writing-mode: lr;
    line-height: 1;
  }

  .section-life {
    margin-bottom: 8px;
    padding-top: 30px;
  }
  .section-life .block-life .item {
    margin-bottom: 30px;
  }
  .section-life .block-life .corner-title {
    margin-bottom: 16px;
  }
  .section-life .block-life .corner-title.black {
    margin-bottom: 16px;
  }
  .section-life .block-life .life-text {
    text-align: center;
    margin-bottom: 14px;
  }
  .section-life .block-life .life-text:not(.daytime) {
    margin-left: -5px;
    letter-spacing: -0.05em;
  }
  .section-life .block-life .daytime {
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
    min-height: 64px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .section-nurse {
    padding-top: 22px;
    padding-bottom: 2px;
  }
  .section-nurse .facility-title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -32px;
  }

  .list-nurse .nurse-title {
    font-size: 14px;
    padding-bottom: 14px;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 8px;
  }
  .list-nurse .sale-text {
    font-size: 13px;
    line-height: 2;
  }
  .list-nurse li {
    padding: 10px 14px 8px;
    margin-bottom: 16px;
  }

  .list-nurse .nurse-title:after {
    width: 25px;
  }

  .section-play {
    padding-top: 16px;
  }

  .list-play {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-play li {
    width: 47.83%;
    margin-bottom: 15px;
    margin-right: 4.34%;
  }
  .list-play li:nth-child(2n) {
    margin-right: 0;
  }

  .section-main-service {
    padding-top: 16px;
    padding-bottom: 2px;
  }
  .section-main-service .facility-title {
    margin-bottom: 12px;
  }

  .list-active li {
    margin-bottom: 18px;
  }
  .list-active img {
    margin-bottom: 10px;
  }
  .list-active .active-title {
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 18px 10px;
    margin-bottom: 10px;
  }
  .list-active .active-text {
    font-weight: bold;
    line-height: 2;
    font-size: 13px;
  }
  .list-active .margin-left {
    letter-spacing: -0.07em;
    text-indent: -8px;
  }
}
@media only screen and (max-width: 374px) {
  .list-point .point-text {
    font-size: 14px;
  }

  .section-feature .about-text br.sm {
    display: none !important;
  }

  .section-life .block-life .life-text,
  .list-nurse .sale-text {
    font-size: 12px;
  }

  .xs-none {
    display: none !important;
  }

  .list-warning {
    width: 292px;
  }
  .list-warning li {
    line-height: 3;
    background-position: 16px 5px;
  }
}
.recruit {
  margin-bottom: 40px;
}
.recruit .title {
  padding: 50px 0 25px;
}
.recruit .desc-sort {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-seniorvoice .facility-title {
  margin-bottom: 30px;
}
.section-seniorvoice .item {
  margin-bottom: 50px;
}
.section-seniorvoice .item:last-child {
  margin-bottom: 65px;
}
.section-seniorvoice .item:last-child .item-text {
  order: 2;
}
.section-seniorvoice .img {
  position: relative;
  display: inline-block;
  width: auto;
}
.section-seniorvoice .img::before, .section-seniorvoice .img::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 90px;
}
.section-seniorvoice .img::before {
  top: 0;
  left: 0;
  background: url(../img/hanamaru/recruit/img_corner_01.png) 0 0 no-repeat;
}
.section-seniorvoice .img::after {
  bottom: 0;
  right: 0;
  background: url(../img/hanamaru/recruit/img_corner_02.png) 0 0 no-repeat;
}
.section-seniorvoice .block-description {
  margin-top: 42px;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-seniorvoice .block-description > div {
  width: 50%;
}
.section-seniorvoice .block-description .item-text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: -0.025em;
}
.section-seniorvoice .block-description .item-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: -10px;
  padding-bottom: 12px;
}
.section-seniorvoice .block-description .item-image {
  padding-left: 40px;
}
.section-seniorvoice .block-description.left .item-image {
  padding-right: 40px;
  padding-left: 0;
}
.section-seniorvoice .block-message {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  position: relative;
  border: 1px solid #cccccc;
  margin-top: 68px;
  padding: 45px 0 15px;
}
.section-seniorvoice .block-message .title {
  border: 1px solid #f74d6e;
  color: #f74d6e;
  min-width: 265px;
  line-height: 1;
  display: inline-block;
  padding: 15px 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.section-seniorvoice .block-btn {
  text-align: center;
  margin-top: 69px;
}
.section-seniorvoice .block-btn .btn-pink {
  min-width: 700px;
  padding: 25px 0;
  color: white;
  background-color: #f66a03;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .recruit {
    margin-bottom: 15px;
  }
  .recruit .title {
    padding: 25px 0 18px;
  }
  .recruit .desc-sort {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -0.02em;
    padding: 0 15px;
    text-align: left;
  }

  .section-seniorvoice .facility-title {
    margin-bottom: 10px;
  }
  .section-seniorvoice .item {
    margin-bottom: 30px;
  }
  .section-seniorvoice .img::before, .section-seniorvoice .img::after {
    display: none;
  }
  .section-seniorvoice .block-description {
    margin-top: 10px;
    display: block;
  }
  .section-seniorvoice .block-description > div {
    width: 100%;
  }
  .section-seniorvoice .block-description .item-text {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -0.1em;
    padding-bottom: 15px;
  }
  .section-seniorvoice .block-description .item-text .title {
    font-size: 14px;
    letter-spacing: -0.05em;
    margin-top: 0;
    padding-bottom: 0;
  }
  .section-seniorvoice .block-description .item-image {
    padding-left: 0;
  }
  .section-seniorvoice .block-description .item-image.left .item-image {
    padding-right: 0;
    padding-left: 0;
  }
  .section-seniorvoice .block-message {
    font-size: 13px;
    line-height: 2;
    margin-top: 35px;
    padding: 35px 20px 10px;
    letter-spacing: -0.1em;
  }
  .section-seniorvoice .block-message .title {
    color: #f74d6e;
    min-width: 235px;
    padding: 15px 0;
    top: -20px;
    font-size: 15px;
    letter-spacing: 0;
  }

  .section-seniorvoice .block-description.left .item-image {
    padding-right: 0;
  }
}
@media only screen and (max-width: 374px) {
  .section-seniorvoice .block-description .item-text {
    letter-spacing: 0;
  }
}
/* HANAMARU GUIDE
 * ----------------------------------------------- */
.section-direction .list-guide li {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.section-direction .list-guide .first {
  background-color: #e61874;
}
.section-direction .list-guide .second {
  background-color: #23ac38;
}
.section-direction .guide-text {
  color: #333;
}

@media print, (min-width: 768px) {
  .section-direction {
    margin-top: -20px;
  }
  .section-direction .facility-title {
    margin-bottom: 28px;
  }
  .section-direction .list-guide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px;
  }
  .section-direction .list-guide li {
    width: 47.62%;
    font-size: 16px;
    padding: 18px 0 16px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .section-direction .list-guide .first {
    margin-right: 4.76%;
  }
  .section-direction .guide-text {
    font-size: 14px;
    line-height: 2.15;
    margin-bottom: 28px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-direction {
    padding-top: 5px;
  }
  .section-direction .facility-title {
    margin-bottom: 10px;
  }
  .section-direction .list-guide {
    margin-bottom: 12px;
  }
  .section-direction .list-guide li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.7;
    min-height: 75px;
    letter-spacing: 0.05em;
    padding: 5px 20px;
  }
  .section-direction .list-guide li + li {
    margin-top: 16px;
  }
  .section-direction .guide-text {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
/* ----------------------------------------------- */
.list-step li {
  background-color: #fff;
}
.list-step .step-text {
  color: #666;
}
.list-step .step-number {
  background-color: #ffcc33;
}

@media print, (min-width: 768px) {
  .section-usage {
    padding-bottom: 50px;
  }

  .block-usage {
    padding: 42px 50px 26px;
    background-color: #ffe599;
  }
  .block-usage .facility-title {
    margin-bottom: 30px;
  }
  .block-usage .list-step li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 25px 50px;
    margin-bottom: 24px;
  }
  .block-usage .list-step .box-step {
    padding-left: 26px;
    width: 800px;
  }
  .block-usage .list-step .step-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .block-usage .list-step .step-text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .section-usage {
    padding-bottom: 10px;
    background-color: #ffe599;
  }

  .block-usage {
    padding: 22px 0 0;
  }
  .block-usage .facility-title {
    margin-bottom: 10px;
  }
  .block-usage .list-step li {
    position: relative;
    padding: 15px 15px 6px;
    margin-bottom: 16px;
  }
  .block-usage .list-step .step-number {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .block-usage .list-step .step-title {
    background-color: #ffe599;
    font-weight: bold;
    padding: 5px 0 3px 76px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .block-usage .list-step .step-text {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -0.04em;
  }
}
/* ----------------------------------------------- */
.section-faq {
  background-color: #f8ffe2;
}
.section-faq .block-faq {
  border-top: 1px solid #e2e5d7;
}
.section-faq .question {
  background-color: #fce58a;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.section-faq .question:after {
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  width: 50px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #836707 url(../img/hanamaru/guide/icn_arrow.png) center no-repeat;
  background-size: 26px auto;
}
.section-faq .question.active:after {
  background-image: url(../img/hanamaru/guide/icn_arrow_active.png);
}
.section-faq .answer {
  background-color: #fff;
  color: #333;
}

@media print, (min-width: 768px) {
  .section-faq {
    padding-top: 46px;
    padding-bottom: 50px;
  }
  .section-faq .facility-title {
    margin-bottom: 28px;
  }
  .section-faq .question {
    border-left: 1px solid #e2e5d7;
    border-right: 1px solid #e2e5d7;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 22px 50px 19px;
  }
  .section-faq .answer {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 2.14;
    padding: 18px 30px 18px 50px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-faq .question {
    padding-top: 25px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .section-faq .facility-title {
    margin-bottom: 10px;
  }
  .section-faq .question {
    font-size: 13px;
    line-height: 2;
    padding: 8px 40px 6px 20px;
    border-bottom: 1px solid #fff;
  }
  .section-faq .question:after {
    width: 32px;
    background-size: 16px auto;
  }
  .section-faq .answer {
    color: #000;
    font-size: 13px;
    line-height: 2;
    padding: 8px 20px 8px 20px;
    letter-spacing: -0.03em;
  }
}

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




/* HISTORY
 * ----------------------------------------------- */
.history-pane .title {
  font-weight: bold;
  letter-spacing: 0.25em;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  margin-top: 20px;
}
.history-pane .title ~ .title {
  margin-top: 1.5em;
}
.history-pane .txt {
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  text-align: justify;
}

.history-period {
  border-top: 1px solid #e8e8e8;
}
.history-period th,
.history-period td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.history-period th {
  font-weight: 500;
}
.history-period td {
  font-weight: 400;
}
.history-period .badges {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  color: #fff;
  margin-right: 20px;
  min-width: 90px;
  text-align: center;
}
.history-period .badges.period01 {
  background: #660000;
}
.history-period .badges.period02 {
  background: #826f45;
}
.history-period .badges.period03 {
  background: #000066;
}
.history-period .badges.period04 {
  background: #cc0000;
  background: #a21616;
}
.history-period .badges.period05 {
  background: #d47e9b;
  background: #065008;
}

@media print, (min-width: 768px) {
  .history-pane {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
  }
  .history-pane .thumb {
    width: 355px;
  }
  .history-pane .history-ct {
    width: 695px;
  }
  .history-pane.thumb-left {
    flex-direction: row-reverse;
  }
  .history-pane.full {
    margin-top: 20px;
  }
  .history-pane.full .history-ct {
    width: 100%;
    max-width: 1100px;
  }
  .history-pane.thumb-small .thumb {
    width: 248px;
  }
  .history-pane.thumb-small .history-ct {
    width: auto;
    flex-grow: 1;
    padding-right: 15px;
  }
  .history-pane.thumb-small .txt {
    letter-spacing: 0;
  }

  .history-gallery {
    margin-top: 115px;
    padding-bottom: 20px;
  }

  .history-period {
    margin-top: 40px;
  }
  .history-period th {
    width: 290px;
    padding-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .history-pane {
    margin-top: 30px;
  }
  .history-pane .title {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .history-pane .thumb {
    margin: 30px -20px 0;
  }
  .history-pane .thumb img {
    display: block;
    max-width: 100%;
  }
  .history-pane.thumb-small .thumb {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .history-gallery {
    margin: 45px 0 0;
    overflow: hidden;
  }
  .history-gallery .item-slide {
    width: 50%;
    float: left;
  }
  .history-gallery .item-slide img {
    display: block;
    width: 100%;
  }

  .history-period th,
  .history-period td {
    display: block;
    width: 100%;
    padding: 8px 25px;
    text-align: justify;
  }
}
.block-item .long-txt {
  letter-spacing: -0.05em !important;
}
.block-item .item-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #f1f3f3;
  overflow: hidden;
}
.block-item .item-img img {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  position: relative;
}

.nodisp {
    display: none;
}