@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600");
/* Tools */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-2 {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only-2 {
    display: inline-block !important;
  }
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only-2 {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-only-2 {
    display: none !important;
  }
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

/* padding
-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* Layout */
.l-body {
  background: url(../img/bg_body_2.png) no-repeat center top, url(../img/bg_body_pc.gif) repeat-y center top;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-body {
    padding-top: 71px;
    min-width: initial;
    background: url(../img/bg_body_sp.png) repeat-y left top, url(../img/bg_body_sp.png) repeat-y right top;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-body--home {
    padding-top: 0;
  }
}

.l-header {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #FFFFFF;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #595757;
  }
}
@media screen and (max-width: 767px) {
  .l-body--home--first .l-header {
    background: transparent;
    border-bottom: none;
  }
}

.l-footer {
  margin-top: 100px;
  position: relative;
  background: url(../img/bg_gray.png);
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 60px;
  }
}

.l-wrapper {
  position: relative;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    width: calc(100% - 60px);
  }
  .l-wrapper--sp-wide {
    width: calc(100% - 30px);
  }
  .l-wrapper--sp-100 {
    width: 100%;
  }
}

.l-pc2-sp1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-pc2-sp1 {
    display: block;
  }
}
.l-pc2-sp1__content {
  width: 322px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-pc2-sp1__content {
    width: 100%;
  }
}

.l-side {
  width: 236px;
}
.l-side.is-fixed {
  position: fixed;
  top: 20px;
  right: 50%;
  margin-right: -505px;
}
@media screen and (max-width: 767px) {
  .l-side.is-fixed {
    position: static;
  }
}
.l-side.is-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-side.is-absolute {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .l-side {
    width: 100%;
    margin-bottom: 60px;
  }
}

.l-news {
  width: 666px;
}
@media screen and (max-width: 767px) {
  .l-news {
    width: 100%;
  }
}

.l-recruit {
  background: url(../img/bg_recruit_01.png);
  margin-bottom: -100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-recruit {
    background-size: 18px auto;
    margin-bottom: -60px;
    padding-bottom: 50px;
  }
}

/* Module */
.header {
  position: relative;
  padding: 30px 0 20px 98px;
  z-index: 1400;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 30px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    transition: 0.4s;
  }
  .header:before, .header:after {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1010;
    transition: 0.4s;
  }
  .header:before {
    background: #1271b2;
    left: 0px;
  }
  .header:after {
    background: #e50012;
    right: 0px;
  }
}
.header__inner:before, .header__inner:after {
  content: "";
  display: table;
}
.header__inner:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .header__inner {
    transition: 0.4s;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.header__logo {
  float: left;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-top: 0;
    float: none;
  }
  .header__logo img {
    height: 14px;
    width: auto;
  }
}
.header__logo-image {
  position: absolute;
  top: 23px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header__logo-image {
    position: static;
    width: 27px;
    height: auto;
    margin-right: 10px;
  }
}
.header__info {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header__info {
    display: none;
  }
}
.header__tel {
  font-family: "Oswald", sans-serif;
  font-size: 3.509rem;
  margin-right: 18px;
  letter-spacing: 0.1em;
}
.header__time {
  font-weight: bold;
}
.header__time span {
  margin-top: 4px;
  display: block;
  letter-spacing: 0.08em;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 2.1rem;
}
.header__instagram {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .l-body--home--first .header {
    background: transparent;
  }
  .l-body--home--first .header:before, .l-body--home--first .header:after {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .l-body--home--first .header .header__inner {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.globalnavi {
  font-family: "Shuei Yokobuto Min M", serif;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .globalnavi {
    display: none;
    position: fixed;
    top: 71px;
    right: 0;
    width: 90%;
    max-width: 315px;
    margin-top: 0;
    padding: 5px 15px 30px;
    background: #FFFFFF;
  }
}
.globalnavi__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .globalnavi__inner {
    display: block;
    margin-bottom: 14px;
  }
}
.globalnavi__item {
  position: relative;
  width: 140px;
  margin-right: 14px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .globalnavi__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.globalnavi__item:last-child {
  margin-right: 0;
}
.globalnavi__item--current:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #e50012;
}
@media screen and (max-width: 767px) {
  .globalnavi__item--current:after {
    display: none;
  }
}
.globalnavi__item a {
  position: relative;
  z-index: 5;
  display: block;
  text-align: center;
  padding: 10px 0 12px;
}
@media screen and (max-width: 767px) {
  .globalnavi__item a {
    text-align: left;
    padding: 15px 5px 15px;
  }
}
.globalnavi__item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.globalnavi__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 10px;
  border-right: 1px solid #150301;
  border-bottom: 1px solid #150301;
}
@media screen and (max-width: 767px) {
  .globalnavi__item:before {
    border-right: 2px solid #150301;
    border-bottom: 2px solid #150301;
  }
}
.globalnavi__link:before {
  content: "＞";
}
.globalnavi__close {
  position: relative;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  width: 170px;
  height: 39px;
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e50012;
}
.globalnavi__close:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  bottom: 2px;
  right: -17px;
  transform: rotate(-45deg);
}
.globalnavi__submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.globalnavi__submenu .instagram__sp {
  width: 34px;
}

.footer {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
    padding: 25px 0 20px;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 282px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__info {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footer__info:last-child {
    margin-bottom: 24px;
  }
}
.footer__office {
  background: url(../img/bg_gray_3.png);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
  padding: 12px 18px;
}
@media screen and (max-width: 767px) {
  .footer__office {
    font-size: 1.5rem;
    padding: 10px 14px;
    margin-bottom: 16px;
  }
}
.footer__detail {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .footer__detail {
    width: 100%;
  }
}
.footer__text {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.2rem;
  }
}
.footer__tel {
  font-size: 3.585rem;
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    font-size: 2.7rem;
  }
}
.footer__tel span {
  font-size: 2.688rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__tel span {
    font-size: 2rem;
  }
}
.footer__tel--sm {
  font-size: 2.6rem;
}
.footer__tel--sm span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .footer__tel--sm {
    font-size: 1.95rem;
  }
  .footer__tel--sm span {
    font-size: 1.55rem;
  }
}
.footer__link {
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: -10px;
  margin-bottom: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.2rem;
  }
}
.footer__link:hover {
  text-decoration: none;
}
.footer__sub {
  width: 580px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__map {
  width: 580px;
  height: 444px;
  margin-bottom: 20px;
  position: absolute;
  top: 50px;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer__map {
    position: relative;
    top: 0;
    width: 100%;
    height: 222px;
    margin-top: 20px;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 465px;
  padding: 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    position: static;
    margin-top: 0;
    font-size: 1.1rem;
    text-align: left;
    padding: 0;
  }
}

.footer-navi {
  background: url(../img/bg_gray_2.png);
  font-family: "Shuei Yokobuto Min M", serif;
  padding: 15px 0 22px;
}
@media screen and (max-width: 767px) {
  .footer-navi {
    padding: 15px 0 20px;
  }
}
.footer-navi__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-navi__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.footer-navi__item {
  position: relative;
  width: 100px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer-navi__item {
    width: calc((100% - 20px) / 3);
    font-size: 1.3rem;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .footer-navi__item:nth-child(3n) {
    margin-right: 0;
  }
}
.footer-navi__item:last-child {
  margin-right: 0;
}
.footer-navi__item a {
  position: relative;
  z-index: 5;
  display: block;
  text-align: center;
  padding: 10px 0 12px;
}
@media screen and (max-width: 767px) {
  .footer-navi__item a {
    padding: 10px 0 8px;
  }
}
.footer-navi__item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer-navi__item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 10px;
  border-right: 1px solid #150301;
  border-bottom: 1px solid #150301;
}
.footer-navi__privacy {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  margin-left: 20px;
  padding: 10px 0 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-navi__privacy {
    margin-left: 0;
    font-size: 1.2rem;
    padding-top: 5px;
  }
}
.footer-navi__privacy:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer-navi__privacy:before {
  content: "＞";
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 52px;
    height: 52px;
    bottom: 15px;
    right: 15px;
  }
}
.pagetop:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu-btn {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
  }
  .sp-menu-btn img {
    display: block;
    width: 100%;
  }
}

.navi-layer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.pagetitle {
  position: relative;
  max-width: 1200px;
  height: 200px;
  background: #FFFFFF;
  border: 2px solid #231815;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 767px) {
  .pagetitle {
    height: 121px;
    padding: 0 0 0 15px;
  }
}
.pagetitle__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.pagetitle__image img {
  display: block;
  width: auto;
  height: 100%;
}

.breadcrumb {
  color: #FFFFFF;
  padding: 20px 0 46px;
  margin-bottom: 95px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 8vw;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.2rem;
    background: url(../img/bg_mainvisual_sp.png) no-repeat right bottom/100% auto;
  }
}
.breadcrumb__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb__inner {
    display: block;
    padding-right: 5vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    display: inline;
  }
}
.breadcrumb__item:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  margin: 0 22px 2px 6px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:after {
    width: 5px;
    height: 5px;
    margin: 0 4px 2px -1px;
  }
}
.breadcrumb__item:last-child:after {
  display: none;
}

.heading-1 {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .pickup-head .heading-1 {
    float: left;
    display: inline-block;
  }
}
.heading-1--white {
  color: #FFFFFF;
}
.heading-1--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-1--center span + span {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .heading-1--sp-lg .heading-1__en img {
    height: 33px;
  }
  .heading-1--sp-lg .heading-1__jp {
    margin-top: -10px;
  }
}
.heading-1__en {
  vertical-align: middle;
  font-size: 5.6rem;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .heading-1__en {
    font-size: 2.5rem;
    margin-right: 6px;
  }
  .heading-1__en img {
    height: 25px;
    width: auto;
  }
}
.heading-1__jp {
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: "Shuei Yokobuto Min M", serif;
  letter-spacing: 4px;
  margin-top: 3px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .heading-1__jp {
    font-size: 1.2rem;
    margin-top: -5px;
  }
}

.heading-2 {
  position: relative;
  font-size: 4rem;
  font-family: "Shuei Yokobuto Min M", serif;
  padding-left: 28px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 2.2rem;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.heading-2--mb-narrow {
  margin-bottom: 35px;
}
.heading-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 40px;
  background: linear-gradient(90deg, #e50012 20%, transparent 21%, transparent 40%, #e50012 41%, #e50012 60%, transparent 61%, transparent 80%, #e50012 81%, #e50012 100%);
}
@media screen and (max-width: 767px) {
  .heading-2:before {
    width: 8px;
    height: 20px;
  }
}

.heading-3 {
  position: relative;
  background: #e50012;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 14px 20px 13px 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 1.7rem;
    padding: 12px 20px 11px 14px;
  }
}
.heading-3:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 3px;
  background: linear-gradient(90deg, #FFFFFF 20%, transparent 21%, transparent 40%, #FFFFFF 41%, #FFFFFF 60%, transparent 61%, transparent 80%, #FFFFFF 81%, #FFFFFF 100%);
}

.heading-4 {
  position: relative;
  padding: 27px 20px 30px 40px;
  margin-bottom: 34px;
  background: #1271b2;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 14px 10px 14px 22px;
  }
}
.heading-4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 15px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 20%, transparent 21%, transparent 40%, #FFFFFF 41%, #FFFFFF 60%, transparent 61%, transparent 80%, #FFFFFF 81%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .heading-4:before {
    width: 10px;
    left: 2px;
  }
}

.heading-5 {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 2.2rem;
  }
}
.heading-5 span {
  display: inline-block;
  padding: 12px 26px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.heading-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px 0 50px;
  margin-bottom: 40px;
  height: 80px;
  font-family: "Toppan Bunkyu MdMin EB", serif;
  font-size: 3.5rem;
  background: url(../img/bg_home_recruit_02.png) no-repeat left top/40px auto, url(../img/bg_home_recruit_03.png) no-repeat right bottom/40px auto, #dcd7c3;
}
.heading-6--white {
  background: url(../img/bg_home_recruit_02.png) no-repeat left top/40px auto, url(../img/bg_home_recruit_03.png) no-repeat right bottom/40px auto, #FFFFFF;
}
@media screen and (max-width: 767px) {
  .heading-6 {
    background-size: 20px auto;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 18px 0 20px;
  }
  .heading-6 h2 {
    margin-bottom: 4px;
  }
}
.heading-6 img {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .heading-6 img {
    width: auto;
    margin-top: 0;
    vertical-align: middle;
    height: 14px;
  }
}

.button-sm {
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../img/bg_btn_01.png) no-repeat right bottom/contain;
  width: 124px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .button-sm {
    font-size: 1.2rem;
    width: 93px;
    height: 23px;
  }
}
.button-sm--pc-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .button-sm--pc-center {
    margin-left: 0;
    margin-right: 0;
  }
}
.button-sm:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .pickup-head .button-sm {
    float: right;
  }
}

.button-return {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  margin: 0 auto;
  background: #e50012;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
}
.button-return:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.button-return:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: -23px;
  transform: rotate(45deg);
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 75px;
  margin: 0 auto;
  background: url(../img/bg_btn_03.png) no-repeat center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.2rem;
    width: 100%;
    height: 38px;
    background-size: cover;
    background-position: right bottom;
  }
}
.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.row-pc {
  display: flex;
  flex-wrap: wrap;
}
.row-pc--mb {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .row-pc--mb {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .row-pc {
    display: block;
  }
}

.col-pc2 {
  width: 480px;
  margin-right: 50px;
}
.col-pc2:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-pc2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .col-pc2:last-child {
    margin-bottom: 0;
  }
}

.mainvisual {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding-bottom: 78px;
  background: url(../img/bg_mainvisual_pc.png) no-repeat center bottom;
}
.mainvisual .slick-list {
  background: #FFFFFF;
}
.mainvisual .slick-list .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-bottom: 0;
    background: none;
    margin-bottom: 50px;
  }
  .mainvisual:after {
    content: "";
    display: block;
    width: 100vw;
    padding-top: 8%;
    background: url(../img/bg_mainvisual_sp.png) no-repeat right bottom/contain;
  }
}

.pickup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .pickup-head {
    display: block;
  }
  .pickup-head:before, .pickup-head:after {
    content: "";
    display: table;
  }
  .pickup-head:after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .pickup-head {
    margin-bottom: 12px;
  }
}

.pickup-news {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .pickup-news {
    margin-bottom: 50px;
  }
}
.pickup-news__main {
  margin-top: -13px;
}
@media screen and (max-width: 767px) {
  .pickup-news__main {
    margin-top: 0;
    padding-top: 6px;
  }
}
.pickup-news__item {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pickup-news__item {
    margin-bottom: 20px;
  }
}
.pickup-news__item:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .pickup-news__item:before {
    height: 100%;
  }
}
.pickup-news__item a {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px 0 20px;
}
.pickup-news__item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .pickup-news__item a {
    flex-wrap: wrap;
    padding: 2px 10px 12px 0;
  }
}
.pickup-news__date {
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .pickup-news__date {
    font-size: 1.5rem;
    width: 95px;
  }
}
.pickup-news__category {
  display: block;
  padding: 5px 0;
  width: 86px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 20px;
  background: url(../img/bg_gray.png);
}
@media screen and (max-width: 767px) {
  .pickup-news__category {
    padding: 3px;
    font-size: 1.2rem;
  }
}
.pickup-news__category--black {
  background: #000000;
  color: #FFFFFF;
}
.pickup-news__title {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pickup-news__title {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    width: 100%;
    display: block;
    padding-top: 14px;
  }
}

.pickup-service {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pickup-service {
    margin-bottom: 30px;
  }
}
.pickup-service__text {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pickup-service__text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}
.pickup-service__main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #231815;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pickup-service__main {
    display: block;
  }
}
.pickup-service__item {
  position: relative;
  width: 33.33%;
  height: 360px;
  border: 1px solid #231815;
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 6.4rem;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .pickup-service__item {
    width: 100%;
    height: 46.666666vw;
    font-size: 4rem;
  }
}
.pickup-service__item:hover .pickup-service__image img {
  transform: translate(-50%, -50%) scale(1.05);
}
.pickup-service__item a {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-service__item a {
    padding: 10px;
    text-align: left;
  }
}
.pickup-service__image {
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pickup-service__image {
    height: 36.666666vw;
  }
}
.pickup-service__image img {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bnr-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bnr-section {
    margin-bottom: 30px;
  }
}

.bnr-section__bnr {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bnr-section__bnr {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bnr-section__bnr a {
  transition: 0.4s ease-in-out;
  width: 100%;
}
.bnr-section__bnr a:hover {
  opacity: 0.6;
}

.strength {
  padding: 95px 0;
  background: url(../img/bg_company_pc.jpg) no-repeat center/cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding: 36px 0;
    margin-bottom: 50px;
    background: url(../img/bg_company_sp.jpg) no-repeat center/cover;
  }
}
.strength--page {
  padding-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .strength__main {
    border-right: none;
    padding-top: 15px;
  }
}
.strength__item {
  border: 1px solid #231815;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #231815;
  background: rgba(255, 255, 255, 0.9);
}
.strength__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .strength__item {
    display: block;
    margin-bottom: 30px;
  }
}
.strength__image {
  width: 503px;
  border: 1px solid #231815;
}
.strength__image img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .strength__image {
    width: 100%;
  }
}
.strength__detail {
  width: calc(100% - 503px);
  border: 1px solid #231815;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .strength__detail {
    padding: 30px 26px 26px;
    width: 100%;
  }
}
.strength__heading {
  font-size: 2.5rem;
  line-height: 1.75;
  font-family: "Shuei Yokobuto Min M", serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .strength__heading {
    margin-bottom: 12px;
    font-size: 1.9rem;
    line-height: 1.5789473684;
  }
}
.strength__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .strength__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}

.pickup-recruit {
  position: relative;
  border: 2px solid #000000;
  max-width: 1200px;
  height: 442px;
  text-align: center;
  color: #FFFFFF;
  background: url(../img/bg_home_recruit_01_pc.jpg) no-repeat center/cover;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pickup-recruit {
    height: auto;
    text-align: center;
    display: block;
    padding-bottom: 32vw;
    background: url(../img/bg_home_recruit_01_sp.jpg) no-repeat center/cover;
  }
}
.pickup-recruit:before, .pickup-recruit:after {
  content: "";
  display: block;
  position: absolute;
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 767px) {
  .pickup-recruit:before, .pickup-recruit:after {
    width: 54px;
    height: 54px;
  }
}
.pickup-recruit:before {
  top: 0;
  left: 0;
  background: url(../img/bg_home_recruit_02.png) no-repeat top left/contain;
}
.pickup-recruit:after {
  right: 0;
  bottom: 0;
  background: url(../img/bg_home_recruit_03.png) no-repeat bottom right/contain;
}
.pickup-recruit__inner {
  width: 50%;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .pickup-recruit__inner {
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 30px 15px;
  }
}
.pickup-recruit__text {
  margin: 45px 0 40px;
  font-family: "Shuei Yokobuto Min M", serif;
  line-height: 1.5;
  font-size: 3.025rem;
}
@media screen and (max-width: 767px) {
  .pickup-recruit__text {
    margin: 15px 0 10px;
  }
}
.pickup-recruit__text strong {
  font-size: 3.4rem;
}
.pickup-recruit__text span {
  display: inline-block;
  font-size: 5.1rem;
}
@media screen and (max-width: 767px) {
  .pickup-recruit__text {
    font-size: 2.2rem;
  }
  .pickup-recruit__text strong {
    font-size: 2.5rem;
  }
  .pickup-recruit__text span {
    font-size: 3.75rem;
  }
}

.pickup-contact {
  padding: 74px 0 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup-contact {
    padding: 50px 0 0px;
    text-align: left;
  }
}
.pickup-contact__text {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pickup-contact__text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    margin-top: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.pickup-contact__detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pickup-contact__detail {
    display: block;
  }
}
.pickup-contact__tel {
  font-size: 4.9rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.09em;
  color: #e50012;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .pickup-contact__tel {
    display: block;
    font-size: 2.9rem;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}
.pickup-contact__mail {
  background: url(../img/bg_btn_02.png) no-repeat center/cover;
  width: 420px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pickup-contact__mail {
    font-size: 1.4rem;
    width: 100%;
    height: 45px;
  }
}
.pickup-contact__mail img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .pickup-contact__mail img {
    width: 26px;
  }
}
.pickup-contact__mail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.greeting {
  position: relative;
  font-family: "Shuei Yokobuto Min M", serif;
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-bottom: 50px;
  }
}
.greeting__main {
  width: 600px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .greeting__main {
    width: 100%;
  }
}
.greeting__lead {
  font-size: 2.5rem;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .greeting__lead {
    font-size: 1.9rem;
    line-height: 1.5789473684;
  }
}
.greeting__text {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .greeting__text {
    font-size: 1.3rem;
  }
}
.greeting__writter {
  margin-top: 46px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .greeting__writter {
    margin-top: 14px;
    line-height: 1.6;
    font-size: 1.3rem;
    height: 47.73333vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.greeting__writter span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .greeting__writter span {
    font-size: 1.8rem;
  }
}
.greeting__image {
  position: absolute;
  position: absolute;
  top: 118px;
  left: calc(50% + 140px);
}
@media screen and (max-width: 767px) {
  .greeting__image {
    top: auto;
    margin-left: 0;
    width: 39vw;
    left: auto;
    right: 30px;
    bottom: 47px;
  }
}

.figures {
  display: flex;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .figures {
    margin-top: 10px;
  }
}
.figures__item {
  width: 230px;
  margin-right: 20px;
}
.figures__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .figures__item {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
}
.figures__text {
  padding-top: 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .figures__text {
    padding-top: 6px;
    font-size: 1.2rem;
  }
}

.business {
  background: url(../img/bg_gray.png);
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 0 90px;
  font-family: "Shuei Yokobuto Min M", serif;
}
@media screen and (max-width: 767px) {
  .business {
    width: 100%;
    padding: 30px 0 30px;
  }
}
.business__main {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .business__main {
    display: block;
    padding-top: 5px;
  }
}
.business__content--red {
  width: 666px;
}
.business__content--blue {
  width: 236px;
}
@media screen and (max-width: 767px) {
  .business__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .business__content:last-child {
    margin-bottom: 0;
  }
}
.business__heading {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 15px 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .business__heading {
    font-size: 1.5rem;
    padding: 12px 15px;
    margin-bottom: 10px;
  }
}
.business__heading--red {
  background: #e50012;
}
.business__heading--blue {
  background: #1271b2;
}
.business__lists {
  display: flex;
}
@media screen and (max-width: 767px) {
  .business__lists {
    display: flex;
    flex-wrap: wrap;
  }
}
.business__lists > ul {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .business__lists > ul {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .business__lists > ul:nth-child(even) {
    margin-right: 0;
  }
}
.business__lists > ul:last-child {
  margin-right: 0;
}
.business__list {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .business__list {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.business__item {
  padding-left: 1em;
  text-indent: -1em;
}
.business__item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 0 5px 2px 0;
}
.business__item--red:before {
  background: #e50012;
}
.business__item--blue:before {
  background: #1271b2;
}

.group {
  padding: 100px 0 0;
  font-family: "Shuei Yokobuto Min M", serif;
}
@media screen and (max-width: 767px) {
  .group {
    padding: 50px 0 110px;
    background: url(../img/img_group.png) no-repeat center bottom 40px/230px auto;
  }
  .group .col-pc2 {
    margin-bottom: 0;
  }
}
.group__wrapper {
  background: url(../img/img_group.png) no-repeat right 20px bottom 20px/308px auto;
}
@media screen and (max-width: 767px) {
  .group__wrapper {
    background: none;
  }
}
.group__item {
  border-bottom: 1px solid #150201;
  padding: 15px 0 10px;
}
.group__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .group__item:first-child {
    padding-top: 15px;
  }
}
.group__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .group__item:last-child {
    border-bottom: 1px solid #150201;
  }
}
.group__company {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .group__company {
    font-size: 1.35rem;
    line-height: 1.3;
  }
}
.group__company:before {
  content: "■ ";
  color: #e50012;
}
.group__detail {
  font-size: 1.6rem;
  line-height: 1.475;
}
@media screen and (max-width: 767px) {
  .group__detail {
    font-size: 1.3rem;
  }
}

.introduce {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Shuei Yokobuto Min M", serif;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .introduce {
    font-size: 1.3rem;
  }
}
.introduce__label {
  width: 117px;
  margin-right: 17px;
  border-bottom: 1px solid #231815;
  padding: 8px 0 7px;
}
.introduce__label:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .introduce__label {
    width: 88px;
    margin-right: 12px;
  }
}
.introduce__text {
  width: 346px;
  border-bottom: 1px solid #231815;
  padding: 8px 0;
}
.introduce__text:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .introduce__text {
    width: calc(100% - 100px);
  }
}
.introduce__text table th {
  text-align: left;
  padding-right: 1em;
}

.service {
  margin-bottom: 100px;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 50px;
  }
}
.service__lead {
  position: relative;
  margin-top: -20px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .service__lead {
    margin-top: 0;
    padding-top: calc(5vw + 43px);
    margin-bottom: 20px;
  }
}
.service__lead__text {
  position: absolute;
  top: 70px;
  left: 0;
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 3.2rem;
  line-height: 1.75;
  display: inline-block;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .service__lead__text {
    top: 0;
    left: 0;
    font-size: 1.6rem;
  }
}
.service__lead__text:before {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 0;
  content: "";
  display: block;
  background: #e50012;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .service__lead__text:before {
    height: 86px;
    top: 5px;
    left: 5px;
  }
}
.service__lead__text span {
  position: relative;
  z-index: 5;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 22px 40px 27px;
}
@media screen and (max-width: 767px) {
  .service__lead__text span {
    padding: 15px 16px;
  }
}
.service__lead__image {
  text-align: right;
}
.service__text {
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.result {
  position: relative;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 0 50px;
  margin-top: 80px;
  background: url(../img/bg_gray.png);
}
@media screen and (max-width: 767px) {
  .result {
    margin-top: 40px;
    padding: 30px 0 10px;
  }
}
.result:before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  height: 40px;
  background: url(../img/img_triangle.png) no-repeat center;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .result:before {
    width: 135px;
    height: 20px;
    background-size: contain;
    top: -20px;
  }
}
.result__heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .result__heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.result__heading img {
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .result__heading img {
    height: 25px;
    width: auto;
    margin-right: 8px;
  }
}
.result__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result__item {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .result__item {
    width: calc(50% - 6px);
    margin-bottom: 24px;
  }
}
.result__text {
  padding-top: 18px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .result__text {
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.category-list li {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin-bottom: 11px;
}
.category-list a {
  display: block;
  padding: 10px 20px 14px;
  font-size: 1.8rem;
}
.category-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .category-list a {
    font-size: 1.5rem;
    padding: 8px 15px 12px;
  }
}

.news-list {
  display: flex;
  padding: 0 0 25px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin-bottom: 30px;
}
.news-list:hover .news-list__title {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 0 10px;
    margin-bottom: 25px;
    justify-content: space-between;
  }
}
.news-list__image {
  width: 190px;
  margin-right: 46px;
}
@media screen and (max-width: 767px) {
  .news-list__image {
    margin-right: 0;
    width: 35%;
  }
}
.news-list__main {
  width: 366px;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .news-list__main {
    padding: 0 5px 0 0;
    width: 62%;
  }
}
.news-list__date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-list__date {
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
.news-list__category {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 3px;
  background: url(../img/bg_gray.png);
}
@media screen and (max-width: 767px) {
  .news-list__category {
    font-size: 1.1rem;
    padding: 4px 8px 3px;
  }
}
.news-list__title {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 6px;
  }
}

.news-list__image img {
  width: 190px;
  height: auto;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    justify-content: space-between;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin-top: 42px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  display: inline-block;
  padding: 5px 6px 5px;
  color: #999999;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 10%;
    text-align: center;
    margin: 0 0 12px;
  }
}
.wp-pagenavi .current {
  color: #000;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  overflow: hidden;
  width: 23px;
  height: 0;
  padding-top: 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding-top: 18px;
  }
}
.wp-pagenavi .previouspostslink {
  background-image: url("../img/ico_arrow_news_prev.png");
}
.wp-pagenavi .nextpostslink {
  background-image: url("../img/ico_arrow_news_next.png");
}

.paging {
  position: relative;
  margin-top: 42px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .paging {
    display: flex;
    flex-wrap: wrap;
    padding-top: 44px;
    margin-bottom: 70px;
  }
}
.paging .page-numbers {
  display: inline-block;
  padding: 5px 6px 5px;
  color: #999999;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .paging .page-numbers {
    width: 16.6666666667%;
    text-align: center;
    margin: 0 0 12px;
  }
}
.paging .page-numbers.current {
  color: #000000;
}
.paging .page-numbers.prev, .paging .page-numbers.next {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .paging .page-numbers.prev, .paging .page-numbers.next {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .paging .page-numbers.prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .paging .page-numbers.next {
    right: 0;
  }
}
.paging a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.paging img {
  vertical-align: middle;
  margin-top: -3px;
}

.article__category {
  font-size: 1.6rem;
  background: url(../img/bg_gray.png);
  display: inline-block;
  padding: 14px 28px 12px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .article__category {
    vertical-align: middle;
    font-size: 1.3rem;
    padding: 8px 18px 7px;
    margin-bottom: 0;
  }
}
.article__date {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .article__date {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}
.article__title {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .article__title {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.article__content {
  margin-bottom: 100px;
  font-size: 1.7rem;
  line-height: 2.1176470588;
}
@media screen and (max-width: 767px) {
  .article__content {
    font-size: 1.4rem;
  }
}
.article__content > *:not(p) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article__content > *:not(p) {
    margin-bottom: 30px;
  }
}
.article__content p + *:not(p) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article__content p + *:not(p) {
    margin-top: 30px;
  }
}
.article__content img {
  max-width: 100%;
}
.article__content figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article__content figcaption {
    font-size: 1.3rem;
  }
}
.article__content h2 {
  position: relative;
  padding: 20px 20px 24px 50px;
  margin-top: 80px;
  margin-bottom: 30px;
  background: #e50012;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .article__content h2 {
    font-size: 2rem;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 22px;
  }
}
.article__content h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 15px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 20%, transparent 21%, transparent 40%, #FFFFFF 41%, #FFFFFF 60%, transparent 61%, transparent 80%, #FFFFFF 81%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .article__content h2:before {
    width: 10px;
    left: 2px;
  }
}
.article__content h3 {
  background: url(../img/bg_gray.png);
  padding: 18px 15px;
  margin-top: 74px;
  margin-bottom: 34px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article__content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    padding: 12px 15px;
  }
}
.article__content h4 {
  margin-top: 60px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .article__content h4 {
    margin-top: 40px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.article__content hr {
  margin: 20px 0 40px;
  border-top: 1px solid #4a4d4d;
  border-right: none;
  border-bottom: 1px solid #4a4d4d;
  border-left: none;
  padding: 4px 0 0;
  box-shadow: none;
}
.article__content .file-link {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 70px;
  margin-bottom: 70px;
}
.article__content .file-link + .file-link {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .article__content .file-link {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article__content .file-link + .file-link {
    margin-top: 40px;
  }
}
.article__content .file-link p {
  margin-bottom: 10px;
}
.article__content .file-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 462px;
  height: 65px;
  margin: 0 auto;
  background: #e50012;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .article__content .file-link a {
    width: 100%;
    font-size: 1.6rem;
    height: 55px;
  }
}
.article__content .file-link a:hover {
  opacity: 0.7;
}
.article__content .file-link a:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: -25px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .article__content .file-link a:after {
    width: 40px;
    height: 4px;
    right: -14px;
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
  }
}
.article__content .url-link {
  margin-top: 85px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .article__content .url-link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.article__content .url-link p {
  font-size: 1.4rem;
}
.article__content .url-link a {
  display: block;
  border: 1px solid #231815;
  border-left: none;
  font-weight: bold;
  padding: 1em 100px 1em 1em;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.4s ease;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .article__content .url-link a {
    padding-right: 14vw;
  }
}
.article__content .url-link a:hover {
  opacity: 0.7;
}
.article__content .url-link a::before, .article__content .url-link a::after {
  content: "";
  display: block;
  position: absolute;
}
.article__content .url-link a::before {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url(../img/icon_link_url.svg) no-repeat right center/contain;
  top: calc(50% - 10px);
  right: 46px;
}
@media screen and (max-width: 767px) {
  .article__content .url-link a::before {
    right: 5vw;
  }
}
.article__content .url-link a::after {
  background: url(../img/icon_link_url_2.svg) no-repeat right center/contain;
  width: 21px;
  height: 22px;
  bottom: 4px;
  right: 4px;
}
.article__content .ol-strong {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 2.1666666667;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article__content .ol-strong {
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.article__content .ol-strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 15px;
  height: 100%;
  background: linear-gradient(90deg, #e50012 20%, transparent 21%, transparent 40%, #e50012 41%, #e50012 60%, transparent 61%, transparent 80%, #e50012 81%, #e50012 100%);
}
@media screen and (max-width: 767px) {
  .article__content .ol-strong:before {
    width: 10px;
  }
}
.article__content .ol-strong li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .article__content .ol-strong li {
    margin-bottom: 6px;
  }
}
.article__content .ol-strong li:before {
  content: "・";
}
.article__content .youtube {
  position: relative;
  padding-top: 56.25%;
}
.article__content .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content .googlemap {
  width: 100%;
  height: 378px;
}
@media screen and (max-width: 767px) {
  .article__content .googlemap {
    height: 300px;
    margin-bottom: 8px;
  }
}
.article__content .link-text {
  font-size: 1.4rem;
  font-weight: bold;
}
.article__content .link-text:before {
  content: "";
  background: url(../img/ico_blank.png) no-repeat center;
  width: 25px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px;
}

.recently-news {
  margin-bottom: 40px;
}
.recently-news__inner {
  margin-bottom: 70px;
}

.contact-top {
  text-align: center;
  margin-bottom: 52px;
}
.contact-top__text {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Shuei Yokobuto Min M", serif;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contact-top__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.contact-top__tel {
  color: #e50012;
  font-family: "Oswald", sans-serif;
  font-size: 5.1rem;
  margin-bottom: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-top__tel {
    font-size: 3.8rem;
  }
}
.contact-top__time {
  color: #e50012;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-top__time {
    font-size: 1.6rem;
  }
}

.page-contact div.wpcf7 .ajax-loader {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .wpcf7-response-output {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0.75em;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-contact .wpcf7-response-output {
    margin-left: 30px;
    margin: 30px;
    padding: 0.5em;
  }
}

.form {
  background: url(../img/bg_gray.png);
  padding: 60px 86px 40px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 40px 15px;
  }
}
.form__item {
  display: flex;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #cccccc;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 20px 0;
  }
}
.form__item:first-of-type {
  border-top: none;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__item:first-of-type {
    padding-top: 10px;
  }
}
.form__item:last-of-type {
  border-bottom: none;
}
.form__label {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 2.2rem;
  width: 260px;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 14px;
  }
}
.form__input {
  width: calc(100% - 260px);
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1.6rem;
    width: 100%;
  }
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=send]):not([type=reset]) {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border: none;
  border-radius: 8px;
  box-shadow: none inset;
  outline: none;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=send]):not([type=reset]) {
    font-size: 1.6rem;
    padding: 20px 15px;
  }
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=send]):not([type=reset]):focus {
  outline: none;
  box-shadow: 0 0 5px #CCCCCC;
}
.form input::placeholder {
  color: #b2b2b2;
}
.form input:-ms-input-placeholder {
  color: #b2b2b2;
}
.form input::-ms-input-placeholder {
  color: #b2b2b2;
}
.form textarea {
  background: #FFFFFF;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border: none;
  border-radius: 8px;
  box-shadow: none inset;
  outline: none;
  width: 100%;
  height: 230px;
  box-sizing: border-box;
  padding: 20px 20px;
  font-size: 1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  resize: none;
}
@media screen and (max-width: 767px) {
  .form textarea {
    font-size: 1.6rem;
    padding: 15px 15px;
  }
}
.form textarea:focus {
  outline: none;
  box-shadow: 0 0 5px #CCCCCC;
}
.form textarea::placeholder {
  color: #b2b2b2;
}
.form textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.form textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(180deg, #FFFFFF 50%, #f7f7f7 51%, #f7f7f7 100%);
  border: 1px solid #b2b2b2;
  border-radius: 8px;
  box-shadow: none inset;
  outline: none;
  font-size: 1.8rem;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form select {
    font-size: 1.6rem;
    padding: 0 15px;
    box-shadow: 0 0 8px #CCCCCC;
  }
}
.form select:focus {
  outline: none;
}
.form select::-ms-expand {
  display: none;
}
.form .select-wrap {
  position: relative;
}
.form .select-wrap:after {
  content: "";
  width: 13px;
  height: 30px;
  background: url(../img/ico_select.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.form-notice {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 840px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .form-notice {
    font-size: 1.4rem;
  }
}

.agree {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .agree {
    margin-bottom: 30px;
  }
}
.agree a {
  color: #e50012;
  text-decoration: underline;
}
.agree a:hover {
  text-decoration: none;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  background: #e50012;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-btn:disabled {
  background: #999;
}
.form-btn:disabled:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .form-btn {
    width: 100%;
    font-size: 1.8rem;
  }
}
.form-btn:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: -23px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .form-btn:after {
    width: 40px;
    height: 4px;
    bottom: 6px;
    right: -16px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
}
.form-btn img {
  margin: 0 26px 0 -32px;
}
@media screen and (max-width: 767px) {
  .form-btn img {
    margin: 0 18px 0 -10px;
  }
}
.form-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.agree-check-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.agree-check-wrap .wpcf7-list-item {
  margin: 0;
}
.agree-check-wrap label {
  display: flex;
  align-items: center;
}

.agree-check-text {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.25em;
}

.recruit-head {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 0 20px;
  background: url(../img/bg_title_recruit_pc.jpg) no-repeat center/cover;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-head {
    padding: 20px 0 20px;
    background: url(../img/bg_title_recruit_sp.jpg) no-repeat center/cover;
  }
}
.recruit-head__heading {
  margin: 18px 0 30px;
}
@media screen and (max-width: 767px) {
  .recruit-head__heading {
    margin-top: 12px;
    margin-bottom: 60vw;
  }
}
.recruit-head__text {
  margin: 45px 0 40px;
  font-family: "Shuei Yokobuto Min M", serif;
  line-height: 1.5;
  font-size: 3.025rem;
}
@media screen and (max-width: 767px) {
  .recruit-head__text {
    margin: 15px 0 10px;
  }
}
.recruit-head__text strong {
  font-size: 3.4rem;
}
.recruit-head__text span {
  display: inline-block;
  font-size: 5.1rem;
}
@media screen and (max-width: 767px) {
  .recruit-head__text {
    font-size: 1.7rem;
  }
  .recruit-head__text strong {
    font-size: 1.9rem;
  }
  .recruit-head__text span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .page-recruit .anchorlink {
    position: relative;
    z-index: 1;
  }
  .page-recruit #recruitnews {
    padding-top: 80px;
    margin-top: -80px;
  }
  .page-recruit #about {
    padding-top: 80px;
    margin-top: -80px;
  }
  .page-recruit #education {
    padding-top: 80px;
    margin-top: -80px;
  }
  .page-recruit #interview {
    padding-top: 80px;
    margin-top: -80px;
  }
  .page-recruit #topics {
    padding-top: 80px;
    margin-top: -25px;
    z-index: 1;
  }
  .page-recruit #message {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.anchorlink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .anchorlink {
    margin-bottom: 40px;
    justify-content: space-between;
  }
}
.anchorlink__item {
  margin: 0 9px 9px 0;
}
.anchorlink__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .anchorlink__item {
    font-size: 1.2rem;
    width: calc(50% - 3px);
    margin: 0 0 6px;
  }
}

.about {
  padding: 100px 0 90px;
  background: url(../img/bg_recruit_02_pc.jpg) no-repeat center/cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 32px 0 30px;
    margin-bottom: 50px;
    background: url(../img/bg_recruit_02_sp.jpg) no-repeat center/cover;
    position: relative;
    z-index: 2;
  }
}
.about--2 {
  background: url(../img/bg_recruit_04_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .about--2 {
    background: url(../img/bg_recruit_04_sp.jpg) no-repeat center/cover;
  }
}
.about__item {
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #150201;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about__item {
    display: block;
    margin-bottom: 28px;
  }
}
.about__item--reverse {
  flex-direction: row-reverse;
}
.about__photo {
  width: 416px;
  border: 1px solid #150201;
}
@media screen and (max-width: 767px) {
  .about__photo {
    width: 100%;
  }
}
.about__photo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__photo img {
    width: 100%;
  }
}
.about__main {
  position: relative;
  width: calc(100% - 416px);
  border: 1px solid #150201;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__main {
    display: block;
    width: 100%;
    padding: 30px 25px 25px;
  }
}
.about__heading {
  font-family: "Gothic MB101 DemiBold", sans-serif;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  margin-bottom: 18px;
  font-weight: bold;
}
.about__heading strong {
  display: inline-block;
  position: relative;
}
.about__heading strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e50012;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    margin-bottom: 10px;
  }
}
.about__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.3rem;
  }
}
.about__image {
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .about__image {
    top: 30px;
    right: 25px !important;
  }
}
.about__image--1 {
  right: 82px;
}
@media screen and (max-width: 767px) {
  .about__image--1 {
    width: 15vw;
    max-width: 56px;
  }
}
.about__image--2 {
  right: 90px;
}
@media screen and (max-width: 767px) {
  .about__image--2 {
    width: 13vw;
    max-width: 50px;
  }
}
.about__image--3 {
  right: 50px;
}
@media screen and (max-width: 767px) {
  .about__image--3 {
    width: 11vw;
    max-width: 40px;
  }
}
.about__number {
  position: absolute;
  top: -20px;
  right: -9px;
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .about__number {
    font-size: 8rem;
    top: -12px;
    right: -5px;
  }
}

.interview-wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .interview-wrap {
    margin-bottom: 50px;
  }
}

.interview {
  position: relative;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .interview {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.interview__inner {
  background: #FFFFFF;
  position: relative;
  border: 2px solid #000000;
  padding: 60px 60px 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .interview__inner {
    padding: 20px 15px 10px;
  }
}
.interview__department {
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../img/bg_hd_gray.png) no-repeat right center;
  height: 67px;
  text-align: center;
  line-height: 67px;
  padding-right: 22px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-right: 62px;
}
@media screen and (max-width: 767px) {
  .interview__department {
    font-size: 1.3rem;
    width: auto;
    height: 33px;
    line-height: 33px;
    padding-right: 40px;
    padding-left: 24px;
    letter-spacing: 0.1em;
    background-size: cover;
  }
}
.interview__main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview__main {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .interview__heading {
    margin-left: 0;
    position: relative;
    z-index: 10;
    margin-bottom: 6vw !important;
  }
  .interview__heading img {
    width: auto;
    height: 18vw;
  }
}
.interview__info {
  width: 466px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .interview__info {
    width: 100%;
  }
}
.interview__illust {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .interview__illust {
    margin-bottom: 3vw;
  }
}
.interview__illust img {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .interview__illust img {
    width: 19vw;
    margin-right: 3vw;
  }
}
.interview__text {
  width: 370px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .interview__text {
    font-size: 1.3rem;
    width: 100%;
  }
}
.interview__pearson {
  font-weight: bold;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .interview__pearson {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.interview__pearson span {
  font-size: 2.358rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .interview__pearson span {
    font-size: 1.6rem;
    margin-right: 0.2em;
  }
}
.interview__heading {
  margin-top: auto;
  margin-bottom: 7px;
}

.topics {
  background: url(../img/bg_recruit_03.png);
  padding: 100px 0 84px;
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 30px 0 20px;
    background-size: 13px auto;
  }
}
.topics__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topics__inner {
    display: block;
  }
}
.topics__item {
  position: relative;
  width: 322px;
  margin-right: 22px;
}
.topics__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .topics__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.topics__number {
  position: absolute;
  top: 0;
  left: 10px;
  background: url(../img/bg_topics.png) no-repeat;
  color: #FFFFFF;
  font-family: "Shuei Yokobuto Min M", serif;
  width: 75px;
  height: 55px;
  font-size: 1rem;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topics__number span {
  font-size: 3.2rem;
}
.topics__image img {
  display: block;
  width: 100%;
}
.topics__main {
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .topics__main {
    padding: 16px 0 0;
  }
}
.topics__heading {
  font-family: "Gothic MB101 DemiBold", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topics__heading {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.topics__text {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .topics__text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .image-read__left,
  .image-read__right {
    display: flex;
  }
  .image-read__left .image-read__image {
    order: 1;
  }
  .image-read__left .image-read__text {
    order: 2;
  }
  .image-read__right .image-read__image {
    order: 2;
  }
  .image-read__right .image-read__text {
    order: 1;
  }
}
.message {
  position: relative;
  margin: 100px 0 115px;
  height: 604px;
}
@media screen and (max-width: 767px) {
  .message {
    margin: 0 0 10px;
    height: auto;
    background: url(../img/ph_recruit_19_sp.jpg) no-repeat 32px 94%/41% auto;
  }
}
.message__inner {
  padding: 0px 0 0px 520px;
  background: url(../img/ph_recruit_19_pc.jpg) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .message__inner {
    background: none;
    padding: 48px 0 0;
  }
}
.message__heading {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .message__heading {
    margin-bottom: 30px;
  }
  .message__heading img {
    height: 18px;
  }
}
.message__lead {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 2.5rem;
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__lead {
    font-size: 1.9rem;
    line-height: 1.5789473684;
    margin-bottom: 12px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
}
.message__text {
  position: relative;
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1.3rem;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .message__person {
    text-align: right;
    padding: 11vw 0 24vw;
  }
}
.message__name {
  font-family: "Shuei Yokobuto Min M", serif;
  font-size: 1.7rem;
}
.message__name span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .message__name {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .message__name span {
    font-size: 1.8rem;
  }
}

.post-type-archive-works hr {
  margin: 20px 0 40px;
  border-top: 1px solid #4a4d4d;
  border-right: none;
  border-bottom: 1px solid #4a4d4d;
  border-left: none;
  padding: 4px 0 0;
  box-shadow: none;
}

.works-category h3 {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .works-category h3 {
    margin-bottom: 40px;
  }
}
.works-category h3 span {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.2rem;
  padding: 0.5em 1em;
  line-height: 1.8;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.works-category h4 {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .works-category h4 {
    font-size: 1.2em;
  }
}
.works-category ul {
  display: flex;
  margin-bottom: 4rem;
  width: 103%;
  flex-wrap: wrap;
  margin-left: -1%;
}
.works-category ul li {
  width: 33%;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  .works-category ul li {
    width: 49.6%;
  }
}
.works-category ul li a {
  color: #fff;
  background: #7F7B7A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  font-size: 2.1rem;
  padding: 0.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works-category ul li a {
    font-size: 1.4rem;
  }
}
.works-category ul li a::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  bottom: 2px;
  right: -17px;
  transform: rotate(-45deg);
}
.works-category ul li a:hover {
  background: #E60313;
}

.works-list__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-list__wrap article {
  width: 49%;
  padding-bottom: 4%;
}
.works-list__wrap article figure {
  width: 100%;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-bottom: 2rem;
}
.works-list__wrap article h4 {
  font-weight: bold;
  border-left: 8px solid #E60313;
  font-size: 2.2rem;
  line-height: 1.8;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .works-list__wrap article h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    border-left: 4px solid #E60313;
  }
}
.works-list__wrap article ul {
  display: flex;
  flex-wrap: wrap;
}
.works-list__wrap article ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.works-list__wrap article ul li span {
  background: #EBEBEB;
  display: inline-block;
  padding: 0.5em 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .works-list__wrap article ul li span {
    font-size: 1rem;
  }
}

#works-title {
  padding-top: 70px;
  margin-top: -70px;
  padding-bottom: 50px;
}
#works-title h3 {
  border-top: 1px solid #000;
  padding-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}

.result-link-button {
  margin-top: 50px;
}
.result-link-button a {
  margin-left: auto;
  margin-right: auto;
  background: #E60313;
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 450px;
  height: 90px;
  color: #fff;
  font-size: 2.4rem;
  transition: 0.4s;
  position: relative;
}
.result-link-button a:hover {
  background: #7F7B7A;
}
.result-link-button a::after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  width: 80px;
  height: 7px;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  bottom: 2px;
  right: -22px;
}
@media screen and (max-width: 767px) {
  .result-link-button a::after {
    width: 45px;
    height: 3px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    bottom: 2px;
    right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .result-link-button a {
    max-width: 220px;
    height: 40px;
    font-size: 1.8rem;
  }
}
.result-link-button a img {
  margin-left: 60px;
  width: 13%;
}
@media screen and (max-width: 767px) {
  .result-link-button a img {
    margin-left: 10px;
  }
}
.result-link-button a span {
  position: absolute;
  width: 5em;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -2.5em;
  margin-top: -0.5em;
}
@media all and (-ms-high-contrast: none) {
  .result-link-button a span {
    padding-top: 0.25em;
  }
}
.result-link-button--row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .result-link-button--row {
    flex-direction: column;
  }
}
.result-link-button--row__each {
  padding-left: 10px;
  padding-right: 10px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .result-link-button--row__each {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}
.result-link-button--row__each span {
  width: 13em !important;
  text-align: left !important;
  margin-top: 0 !important;
  top: auto !important;
}
@media screen and (max-width: 767px) {
  .result-link-button--row__each span {
    margin-left: -50px !important;
  }
}
.result-link-button--row__each--font-small a span {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .result-link-button--row__each--font-small a span {
    font-size: 1.2rem;
  }
}

.recruit-contact {
  background: url(../img/bg_red.png);
  color: #FFFFFF;
  text-align: center;
  padding: 45px 20px 60px;
}
@media screen and (max-width: 767px) {
  .recruit-contact {
    padding: 32px 15px 30px;
  }
}
.recruit-contact__heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__heading {
    margin-bottom: 24px;
  }
  .recruit-contact__heading img {
    height: 19px;
  }
}
.recruit-contact__text {
  font-family: "Gothic MB101 DemiBold", sans-serif;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__text {
    font-size: 1.3rem;
    line-height: 1.3461538462;
    margin-bottom: 25px;
  }
}
.recruit-contact__detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit-contact__detail {
    display: block;
  }
}
.recruit-contact__tel {
  font-size: 4.9rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__tel {
    display: block;
    font-size: 2.9rem;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.recruit-contact__mail {
  background: url(../img/bg_btn_04.png) no-repeat center/cover;
  width: 420px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e50012;
}
@media screen and (max-width: 767px) {
  .recruit-contact__mail {
    font-size: 1.4rem;
    width: 100%;
    height: 45px;
  }
}
.recruit-contact__mail img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-contact__mail img {
    width: 26px;
  }
}
.recruit-contact__mail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

#modal-content .inner {
  position: relative;
}

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* Slider */
.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-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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;
  margin-left: auto;
  margin-right: auto;
}
.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.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;
}

/* Slider */
/* Icons */
/* Arrows */
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 46px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 12px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 4vw;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
}

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