@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rajdhani&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 10px
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

body, html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif
}

blockquote, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, iframe, legend, li, ol, p, pre, textarea, ul {
  font-size: 1.5rem;
  font-weight: 400;
  color: #262626
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0;
  font-size: 1.6rem
}

audio, embed, img, object, video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0;
  max-width: 100%
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0;
  text-align: left
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.25rem;
  -webkit-transform: rotate(.05deg);
  transform: rotate(.05deg)
}

a {
  text-decoration: none;
  font-size: inherit;
  color: #262626;
  -webkit-transition: -webkit-filter .3s ease;
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
  -webkit-filter: brightness(100%);
  filter: brightness(100%)
}

a img:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (-ms-high-contrast:none) {
  a img:hover, a img:hover ::-ms-backdrop {
    opacity: .9
  }
}

@media (-ms-high-contrast:none) {
  a img:hover {
    opacity: .9
  }
}

center, div {
  font-size: 1.5rem
}

input[type=email], input[type=tel], input[type=text], textarea {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%
}

@media screen and (min-width:600px) {
  input[type=email], input[type=tel], input[type=text], textarea {
    width: auto
  }
}

.hissu:after {
  content: "※必須";
  color: #d93a25;
  font-size: 1.2rem;
  margin-left: .2em
}

.btn_submit {
  background: #d93a25;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: .4em 1.2em;
  border-radius: .4em
}

.btn_submit:first-letter {
  letter-spacing: .4em
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }
}


.top_maincontent {
  background: url(/img/common/bg_white.jpg) 0 0 repeat;
  min-height: 86vh;
  text-align: center;
  padding: 4rem 2rem 3rem
}

.maincontent {
  background: url(/img/common/bg_white.jpg) 0 0 repeat;
  min-height: 86vh;
  text-align: center;
  padding: 12rem 2rem 3rem
}

@media screen and (min-width:1080px) {
  .top_maincontent .maincontent {
    padding: 10rem 0 6rem 0;
    min-height: 100vh
  }
}

.btn_link {
  margin: 1.6rem auto;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: .2em 1.2em;
  color: #fff;
  vertical-align: middle;
  position: relative
}

.btn_link:before {
  content: "";
  display: block;
  background: #262626;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1
}

.btn_link:after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: relative;
  right: -.2em
}

@media screen and (min-width:1080px) {
  .btn_link_h {
    margin: 1.6rem auto;
    display: inline-block;
    width: 11vw;
    font-size: 1.03vw;
    padding: .2rem 1.2rem;
    color: #fff;
    vertical-align: middle;
    position: relative
  }

  .btn_link_h:before {
    content: "";
    display: block;
    background: #b93f5a;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1
  }
  
  .btn_link_h:after {
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    position: relative;
    right: -.2em
  }
  
  .btn_link_h:hover {
    color: #f3ea82;
    transition: .4s;
  }
}

.scbox {
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 10rem
}

@media screen and (min-width:1080px) {
  .scbox, .scbox_h {
    padding: 7rem 0;
    display: inline-block;
    margin-bottom: 4rem
  }

  .scbox_h {
    padding: 90rem 0 4rem 0;
  }
}

.scbox h2, .scbox_h h2 {
  font-size: 2.4rem;
  margin: auto auto 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  display: table
}

.scbox h3 {
  font-size: 1.8rem;
  margin: auto auto 2.4rem;
  letter-spacing: .1em;
  position: relative;
  display: table
}

.scbox h4 {
  font-size: 2.0rem;
  margin: auto auto 1.0rem;
  padding-top: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  display: table
}

.scbox h5 {
  font-size: 2.0rem;
  margin: auto auto 1.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  display: table
}

.scbox h2:after, .scbox_h h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: -5%;
  right: -5%;
  margin: auto;
  width: 110%;
  height: 3px;
  background-color: #c81432;
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg)
}

@media screen and (min-width:1080px) {
  .scbox h2:after {
    bottom: 0
  }
}

.scbox {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all .7s;
  transition: all .7s
}

.scbox.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}

#header {
  background: hsla(0, 0%, 100%, .87);
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(38, 38, 38, .2);
  box-shadow: 0 0 5px rgba(38, 38, 38, .2)
}

#header #header_logo {
  display: block;
  padding: 2rem;
  text-align: center
}

#header #header_logo img {
  position: relative;
  left: -1rem;
  height: 4rem
}

@media screen and (min-width:1080px) {
  #header {
    width: 100%;
    height: 16rem;
    color: #fff;
    background: #791628;
    background: -webkit-linear-gradient(top, #9a0f26 30%, #591c2a);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9a0f26), to(#591c2a));
    background: linear-gradient(180deg, #9a0f26 30%, #591c2a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9A0F26", endColorstr="#FF591C2A", GradientType=0)
  }
}

@media screen and (min-width:1080px) {
  #header #header_logo {
    display: none
  }
}

#header .header_menu {
  padding: 2rem
}

#header .header_logo_pc {
  display: none
}

#header .saiyo_icon_pc {
  display: none
}

.saiyo_icon_ml {
  width: 100%;
  margin-top: 8.5rem;
  padding: 1rem 0rem 1rem;
  display: flex;
  background: #791628;
  color: #f0f0f0;
}
.saiyo_icon_ml a {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-weight: 600;
}

@media screen and (min-width:1080px) {
  .saiyo_icon_ml {
    display: none
  }
}

#header .header_menu li {
  margin-bottom: 2.3rem;
  font-size: 2.0vh;
  text-align: center
}


.gnav li a {
  display: block;
  font-weight: 600;
}
.gnav li a:hover {
  display: block;
  color: #0804f7;
}

.access_all a:hover {
  display: block;
  color: #000000!important;
}

.access_rapper {
  text-align: center;
}
.access_rapper ul {
  display: inline-block;
}
.access_rapper ul li {
  text-align: left!important;
  padding-left: 4rem;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}
.access_rapper ul li a {
  font-weight: 400;
}


@media screen and (min-width:1080px) {
  #header .header_menu {
    width: 100%;
    text-align: center;
    padding: 0 0 0 2rem;
    position: relative;
    display: inline-block!important
  }
  
  #header .header_logo_pc {
    float: left;
    width: 80%;
    display: block;
    padding: 2rem 0 0 2rem
  }

  #header .saiyo_icon_pc {
    float: right;
    width: 20%;
    display: block;
    padding: 1rem 0 0 2rem
  }

  #header .header_menu li {
    margin-bottom: 2.6rem;
    font-size: 2.0vh;
    text-align: center
  }
}

#header .header_menu li.ext img {
  height: 4rem
}

#header .header_menu li.ext:after {
  content: none
}

#header .header_menu li:last-child {
  margin-bottom: 0
}

@media screen and (min-width:1080px) {
  #header .header_menu li {
    display: inline-block;
    text-align: center;
    position: relative
  }

  .gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
    width: 100rem;
  }
  .gnav > li {/*親階層のみ幅を15%にする*/
    width: 15%;
  }
  /*全てのリスト・リンク共通*/
  .gnav li {
    list-style: none;
    position: relative;
  }
  
  .gnav li a {
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .gnav li a:hover {
    display: block;
    color: #f3ea82!important;
  }

  .access_rapper {
    text-align: left!important;
  }
  .access_rapper ul {
    display: inline-block;
  }
  .access_rapper ul li {
    text-align: left!important;
    padding-left: 2rem!important;
    margin-top: 0.1rem!important;
    margin-bottom: 0.1rem!important;
  }
  
  .access_rapper li {
    height: 0;
    overflow: hidden;
    transition: .5s;
  }
  .access_rapper li a {
    text-align: center!important;
    width: 10rem;
    font-size: 1.4rem;
    padding: 0;
  }
  .access_rapper li a:hover {
    background-color: #3e6697;
  }
  .gnav li:hover > .access_rapper > ul > li {
      color: #dad59d;
      overflow: visible;
  }
}

#header #spmenubutton {
  position: absolute;
  right: 1.2rem;
  top: 1rem;
  text-align: center
}

#header #spmenubutton p {
  text-align: center;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0;
  position: relative;
  top: -.7rem;
  color: #000
}

@media screen and (min-width:1080px) {
  #header #spmenubutton {
    display: none
  }
}

#header #spmenucheck, #header #spmenucheck+#spmenubutton #gl_btn_cross {
  display: none
}

#header #spmenucheck+#spmenubutton #gl_btn_bar {
  display: block
}

#header #spmenucheck+#spmenubutton+.header_menu {
  display: none
}

#header #spmenucheck:checked+#spmenubutton #gl_btn_cross {
  display: block
}

#header #spmenucheck:checked+#spmenubutton #gl_btn_bar {
  display: none
}

#header #spmenucheck:checked+#spmenubutton+.header_menu {
  display: block
}

@media screen and (min-width:1080px) {
  .top_headerbox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 40%
  }
  .top_headerbox #header .header_menu li {
    display: block;
    text-align: left
  }
}

#footer {
  text-align: center;
  padding: 2.4rem 1rem 5rem
}

@media screen and (min-width:1080px) {
  #footer {
    max-width: 21%;
    padding: 2rem 0;
    text-align: left;
    display: inline-block;
    position: fixed;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    z-index: 999
  }
}

#footer .footer_logo.sp {
  height: 5rem
}

@media screen and (min-width:1080px) {
  #footer .footer_logo.sp {
    display: none
  }
}

#footer .footer_logo.pc {
  display: none
}

@media screen and (min-width:1080px) {
  #footer .footer_logo.pc {
    display: inline-block;
    max-width: 19rem;
    max-height: 21vh;
    height: auto;
    width: auto;
    margin-left: 3rem;
    margin-bottom: 3rem;
    position: relative;
    top: 3rem
  }
}

@media screen and (min-width:1080px) {
  #footer .footer_textbox {
    border-top: 1px solid #ccc;
    padding-top: 1.6rem;
    padding-left: 2rem;
    margin-top: 3rem;
    margin-right: 1.6rem
  }
}

@media screen and (min-width:1480px) {
  #footer .footer_textbox {
    max-width: none
  }
}

#footer .data {
  text-align: center;
  margin: .6em auto
}

@media screen and (min-width:1080px) {
  #footer .data {
    color: #ccc;
    font-size: 1.2rem;
    margin: 0;
    text-align: left;
    max-width: 21.5em
  }
}

#footer .data .nowrap {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em
}

#footer .data .nowrap.right0 {
  margin-right: 0
}

#footer .copyright {
  margin: 4.6rem auto;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle
}

@media screen and (min-width:1080px) {
  #footer .copyright {
    color: #ccc;
    text-align: left;
    margin: .8rem 0
  }
}

#footer .copyright:first-letter {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.3rem;
  position: relative;
  top: -1rem
}

/*
@media screen and (min-width:1080px) {
  .error_body, .top_access, .top_message, .top_recruit, .top_works {
    display: none
  }
}
*/

.topimage {
  position: relative;
/*  height: calc(100vh - 16rem);*/
  width: 100vw;
  margin-left: -2rem;
  margin-top: -4rem;
  overflow: hidden
}

.topimage:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #791628;
  background: -webkit-linear-gradient(top, #9a0f26 30%, #591c2a);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #9a0f26), to(#591c2a));
  background: linear-gradient(180deg, #9a0f26 30%, #591c2a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9A0F26", endColorstr="#FF591C2A", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .68
}

@media screen and (min-width:1080px) {
  .topimage {
    position: absolute;
    width: auto;
    height: auto;
    top: 13.3rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
  }
}

.topimage .catchcopy {
  position: absolute;
  left: 3rem;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto
}

@media screen and (min-width:1080px) {
  .topimage .catchcopy {
    left: 10%;
    right: 0
  }
}

@media screen and (min-width:1480px) {
  .topimage .catchcopy {
    left: 21%
  }
}

.topimage .catchcopy img {
  vertical-align: middle;
  max-width: 100%;
  display: block;
  -webkit-animation: fuwacatch 2s ease-in-out infinite alternate;
  animation: fuwacatch 2s ease-in-out infinite alternate
}

@-webkit-keyframes fuwacatch {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
}

@keyframes fuwacatch {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
}

.topimage .messengers {
  display: none
}

@media screen and (min-width:1080px) {
  .topimage .messengers {
    display: block;
    position: absolute;
    bottom: 0;
    right: 1rem;
    max-width: 40%
  }
  .topimage .messengers img {
    display: block
  }
}

.topimage_list {
  display: table
}

.topimage_list li {
  display: inline-block;
  width: 20%;
  margin: -1rem 0 0
}

@media screen and (min-width:1080px) {
  .topimage_list li {
    display: inline-block;
    width: 16.65%;
    margin: -1rem 0 0
  }
}

@media (-ms-high-contrast:none) {
  .topimage_list li, .topimage_list li ::-ms-backdrop {
    margin-left: -.5rem
  }
}

@media (-ms-high-contrast:none) {
  .topimage_list li {
    margin-left: -.5rem
  }
}

.topimage_list img {
  display: block
}

.top_works {
  margin-top: 10rem;
  width: 100%;
}

.top_recruit h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #c81432;
  margin: 1.6rem auto
}

.top_recruit_list {
  text-align: left;
  display: -ms-inline-grid;
  display: inline-grid;
  margin: auto
}

.top_recruit_list li {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
  margin-bottom: .8rem
}

.top_recruit_list li .num {
  color: #c81432;
  margin-right: .5em;
  display: inline-block
}

.top_message {
  margin-top: 10rem;
  width: 100%;
}

.top_message p {
  text-align: center
}

.top_about {
  width: 100%;
  text-align: center
}

.top_about p {
  text-align: center
}

@media screen and (min-width:1080px) {
  .top_recruit p {
    width: 50%;
    display: inline-block;
    text-align: left
  }
}

.top_access iframe {
  width: 80rem;
  height: 50vh
}

.top_access p {
  text-align: center
}

.access {
  max-width: 100rem
}

@media screen and (min-width:1080px) {
  .access {
    width: 200rem;
    height: 70rem;
    margin: 4rem auto;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px #f0f0f0;
    box-shadow: 3px 3px 3px #f0f0f0;
    padding: 5rem 0 0 0
  }

  .access_minamata {
    display: none;
  }

}

.access iframe {
  height: 40rem;
  width: 100%
}

.access .data {
  margin: 2rem auto
}

@media screen and (min-width:600px) {
  .access .data {
    max-width: 59.3rem
  }
}

.access .data td, .access .data th {
  padding: .5em 1em;
  border: 1px solid rgba(38, 38, 38, .3)
}

.access .data th {
  background: #80283c;
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center
}

@media screen and (min-width:1080px) {
  .access .data th {
    display: table-cell;
    width: auto;
    text-align: left
  }
}

.access .data td {
  display: block;
  text-align: center
}

@media screen and (min-width:1080px) {
  .access .data td {
    display: table-cell;
    text-align: left
  }
}

.access .data td.shumoku br {
  display: none
}

@media screen and (min-width:1080px) {
  .access .data td.shumoku br {
    display: inline
  }
}

@media screen and (min-width:1080px) {
  .access .data td.shumoku .pcoff {
    display: none
  }
}

@media screen and (min-width:1080px) {
  .recruit_body {
    display: inline-block;
    width: 100%
  }
}
.recruit {
  text-align: center
}

.recruit_table {
  margin: auto
}

@media screen and (min-width:600px) {
  .recruit_table {
    width: 100%;
    max-width: 75.3rem
  }
}

.recruit_table td, .recruit_table th {
  padding: .5em 1em;
  border: 1px solid rgba(38, 38, 38, .3)
}

.recruit_table th {
  width: 9.3em;
  background: #80283c;
  color: #fff
}

.recruit_table .chuuki {
  display: inline-block;
  padding: .6em 1em;
  margin: 1.2rem 0;
  border: 1px solid #94d42d;
  background: #f5f5f5
}

.recruit_form {
  text-align: center;
  border: 1px solid rgba(38, 38, 38, .3);
  display: inline-block;
  padding: 2rem
}

@media screen and (min-width:600px) {
  .recruit_form {
    width: 100%;
    max-width: 59.3rem;
    margin: 3rem auto
  }
}

.recruit_form h3 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em
}

.recruit_form p {
  margin: 1.6rem auto;
  display: inline-block
}

.recruit_form_table {
  margin: 0 auto 1.6rem
}

.recruit_form_table td, .recruit_form_table th {
  display: block
}

.recruit_form_table td input, .recruit_form_table th input {
  width: 100%
}

.recruit_form_table th {
  padding: 1em 0 .1em
}

.works_body p {
  text-align: center
}

@media screen and (min-width:1080px) {
  .top_works_list {
    width: 100%;
    max-width: 1080px;
    margin: 2rem auto
  }
  .works_list {
    max-width: 1500px;
    margin: 2rem auto
  }
  .top_jusho_list {
    width: 100%;
    max-width: 1080px;
    margin: 2rem auto
  }
}

.top_works_list li {
  display: inline-block;
  width: 45%;
  overflow: hidden;
  position: relative
}
.works_list li {
  display: inline-block;
  width: 45%;
  overflow: hidden;
  position: relative
}
.works_list p {
  height: 40px;
  line-height: 40px;
  max-width: 1500px;
  text-align: left;
  vertical-align: middle;
  font-size: x-large;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
}
.top_jusho_list li {
  display: inline-block;
  width: 45%;
  overflow: hidden;
  position: relative
}

@media screen and (min-width:600px) {
  .top_works_list li {
    width: 24%
  }
  .works_list li {
    width: 16%
  }
  .top_jusho_list li {
    width: 20%
  }
}

.top_works_list li a:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%)
}

.top_works_list li img {
  display: block
}

.top_works_list li img:hover {
  -webkit-animation: zoom 1s ease forwards;
  animation: zoom 1s ease forwards;
  -webkit-filter: none;
  filter: none
}

.works_list li a:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%)
}

.works_list li img {
  display: block
}

.works_list li img:hover {
  -webkit-animation: zoom 1s ease forwards;
  animation: zoom 1s ease forwards;
  -webkit-filter: none;
  filter: none
}

.top_jusho_list li img {
  display: block
}

@media screen and (min-width:1080px) {
  .message_body {
    padding: 7rem 0 0 0;
    display: inline-block;
    width: 100%
  }  
}

.message_body h1 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  letter-spacing: .3em
}

.message_box {
  width: 100%;
  max-width: 980px;
}

.jushoRireki_box {
  width: 100%;
  max-width: 115rem;
}

.volunteer_box {
  width: 100%;
  max-width: 115rem;
}

@media screen and (min-width:1080px) {
  .message_box {
    padding: 2rem;
    margin-bottom: 3.2rem;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px #f0f0f0;
    box-shadow: 3px 3px 3px #f0f0f0
  }
  .jushoRireki_box {
    padding: 2rem;
    margin-bottom: 3.2rem;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px #f0f0f0;
    box-shadow: 3px 3px 3px #f0f0f0
  }
  .volunteer_box {
    padding: 2rem;
    margin-bottom: 3.2rem;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px #f0f0f0;
    box-shadow: 3px 3px 3px #f0f0f0
  }
}

.message_box img {
  width: 100%;
  display: block
}

.jushoRireki_box img {
  width: 100%;
  display: block
}

.volunteer_box img {
  width: 100%;
  display: block
}

.message_box .messenger {
  position: relative
}

.message_box .messenger_info {
  background: #c81432;
  padding: 1.6rem
}

@media screen and (min-width:1080px) {
  .message_box .messenger_info {
    position: absolute;
    display: inline-block;
    padding: .8rem 2rem 1.6rem;
    left: 0;
    top: 6.2rem
  }
}

.message_box .messenger h2 {
  letter-spacing: 0;
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: #fff
}

@media screen and (min-width:1080px) {
  .message_box .messenger h2 {
    font-size: 3rem
  }
}

.message_box .messenger h2 .department {
  font-size: 1.6rem
}

.message_box .messenger h2 .age {
  font-size: 1.6rem;
  margin-left: .3em
}

.message_box .messenger p {
  color: #fff
}

.message_box .interview {
  margin: 3.2rem auto;
  max-width: 50rem
}

.message_box .interview h3 {
  font-size: 1.8rem
}

.message_box .interview.tostudent h3 {
  color: #c81432
}

.message_box .message_jisseki {
  padding: 2rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem
}

.message_box .message_jisseki h3 {
  text-align: center
}

.message_box .message_jisseki_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.message_box .message_jisseki_list li {
  display: inline-block;
  width: 32%
}

.message_box .message_jisseki_list img {
  margin-bottom: 1.2rem
}

.jushoRireki_box .jushoRireki {
  padding: 2rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem
}

.jushoRireki_box .jushoRireki_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem
}

.jushoRireki_box .jushoRireki_list li {
  display: inline-block;
  width: 32%
}

.jushoRireki_box .jushoRireki_list img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem
}

.jushoRireki_box .jushoRireki_list p {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.volunteer_box .volunteerRireki_list {
  padding: 2rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem
}

.volunteer_box .volunteerRireki_list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem
}

.volunteer_box .volunteerRireki_list li {
  display: inline-block;
  width: 46%
}

.volunteer_box .volunteerRireki_list img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem
}

.volunteer_box .volunteerRireki_list p {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.message_box h3 {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  text-align: left;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg)
}

@media screen and (min-width:1080px) {
  .message_box h3 br.pcoff {
    display: none
  }
}

@media screen and (min-width:1080px) {
  .shusshinko_body {
    display: inline-block;
    width: 100%
  }
}
.shusshinko_table {
  margin: auto
}

@media screen and (min-width:600px) {
  .shusshinko_table {
    width: 100%;
    max-width: 40.0rem
  }
}

.shusshinko_table td, .shusshinko_table th {
  padding: .5em 1em;
  border: 1px solid rgba(38, 38, 38, .3)
}

.shusshinko_table th {
  width: 29rem;
  background: #80283c;
  color: #fff
}


.contact_form {
  text-align: center
}

.contact_form p {
  display: inline-block
}

.contact_form h3 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  letter-spacing: .3em
}

.contact_form form {
  text-align: center;
  border: 1px solid rgba(38, 38, 38, .3);
  display: block;
  padding: 2rem;
  margin-top: 3rem
}

@media screen and (min-width:600px) {
  .contact_form form {
    width: 100%;
    max-width: 70rem;
    margin: 3rem auto
  }
}

@media screen and (min-width:1080px) {
  .about_greetings {
    display: inline-block;
    width: 100%
  }
}

.about_greetings p {
  display: inline-block;
  vertical-align: middle
}

@media screen and (min-width:1080px) {
  .about_greetings p {
    max-width: 36vw
  }
}

.about_greetings p .president {
  font-weight: 700;
  margin-top: 3rem;
  font-size: 1.8rem;
  display: block;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  text-align: center
}

@media screen and (min-width:1080px) {
  .about_greetings p .president {
    text-align: right
  }
}

.about_greetings img {
  vertical-align: middle;
  margin: 0 0 1.6rem;
  display: block;
  width: 100%
}

@media screen and (min-width:1080px) {
  .about_greetings img {
    max-width: 40vw;
    margin: 1.6rem auto 3.2rem
  }
}

@media screen and (min-width:1080px) {
  .about_profile {
    padding-top: 6vh;
    width: 100%;
    max-width: 60vw
  }
  .about_jusho {
    padding-top: 6vh;
    width: 100%;
    max-width: 60vw
  }
}

.about_profile_table {
  width: 100%;
  margin: auto
}

@media screen and (min-width:600px) {
  .about_profile_table {
    width: 100%;
    max-width: 59.3rem
  }
}

.about_profile_table td, .about_profile_table th {
  padding: .5em .1em;
  border: 1px solid rgba(38, 38, 38, .3)
}

.about_profile_table th {
  background: #80283c;
  color: #fff;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: center
}

@media screen and (min-width:1080px) {
  .about_profile_table td, .about_profile_table th {
    padding: .5em 1em;
    border: 1px solid rgba(38, 38, 38, .3)
  }
  .about_profile_table th {
    display: table-cell;
    width: 9.3em;
    text-align: left
  }
}

.about_profile_table td {
  display: block;
  text-align: center
}

@media screen and (min-width:1080px) {
  .about_profile_table td {
    display: table-cell;
    text-align: left
  }
}

.about_profile_table td.shumoku br {
  display: none
}

@media screen and (min-width:1080px) {
  .about_profile_table td.shumoku br {
    display: inline
  }
}

@media screen and (min-width:1080px) {
  .about_profile_table td.shumoku .pcoff {
    display: none
  }
}

.about_profile_table dl {
  width: 25em
}

.about_profile_table dd, .about_profile_table dt {
  display: inline-block
}

.about_profile_table dt {
  min-width: 15em;
  text-align: left
}

@media screen and (min-width:1080px) {
  .about_profile_table dt {
    min-width: 15em;
    text-align: left
  }
}

.about_profile_table dd {
  text-align: right;
  width: 3em
}

@media screen and (min-width:1080px) {
  .about_history {
    padding-top: 6vh;
    width: 100%;
  }
}

.about_history_table {
  margin: auto
}

@media screen and (min-width:600px) {
  .about_history_table {
    width: 100%;
    max-width: 60.3rem
  }
}

.about_history_table td, .about_history_table th {
  padding: .5em 1em;
  border: 1px solid rgba(38, 38, 38, .3)
}

.about_history_table th {
  background: #80283c;
  color: #fff;
  font-weight: 400;
  width: 12.5em
}

.about_history_table dl {
  width: 20em
}

.about_history_table dd, .about_history_table dt {
  display: inline-block
}

.about_history_table dt {
  min-width: 11em
}

.about_history_table dd {
  text-align: right;
  width: 3em
}

@media screen and (min-width:1080px) {
  .thanks_body {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    margin: auto;
    display: inline-block;
    padding: 4rem 6rem;
    max-width: 60rem
  }
}

.thanks_body h2:after {
  content: none
}

.thanks_body p {
  max-width: 25em;
  margin: auto
}

@media screen and (min-width:1080px) {
  .thanks_body p {
    max-width: 30em
  }
}

.error {
  text-align: center
}

.error_body {
  padding-top: 12rem
}

.error_body h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.6rem
}

.error_body h1 .big {
  font-size: 4.6rem;
  font-family: Rajdhani, Helvetica Neue, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif
}

.error_body p {
  width: 100%;
  max-width: 32em;
  margin: auto;
  padding: 2rem;
  border: 1px solid #ccc
}

.error_body .btn_link {
  margin-top: 2.4rem;
  font-size: 1.8rem
}

@font-face {
  font-family: lightcase;
  src: url(../fonts/lightcase.eot?55356177);
  src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../fonts/lightcase.woff?55356177) format("woff"), url(../fonts/lightcase.ttf?55356177) format("truetype"), url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=lightcase-icon-]:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em
}

.lightcase-icon-play:before {
  content: "\e800"
}

.lightcase-icon-pause:before {
  content: "\e801"
}

.lightcase-icon-close:before {
  content: "\e802"
}

.lightcase-icon-prev:before {
  content: "\e803"
}

.lightcase-icon-next:before {
  content: "\e804"
}

.lightcase-icon-spin:before {
  content: "\e805"
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width:640px) {
  html[data-lc-type=ajax] #lightcase-case, html[data-lc-type=inline] #lightcase-case {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    margin: 0!important;
    padding: 55px 0 70px;
    width: 100%!important;
    height: 100%!important;
    overflow: auto!important
  }
}

@media screen and (min-width:641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden
  }
}

@media screen and (min-width:641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333
  }
}

html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

@media screen and (max-width:640px) {
  html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content, html[data-lc-type=inline] #lightcase-content {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: none!important
  }
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:640px) {
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
    padding: 15px
  }
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
    width: 100%!important;
    max-width: none!important
  }
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe), html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
    height: auto!important;
    max-height: none!important
  }
}

@media screen and (max-width:640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (max-width:640px) and (min-width:641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: .75
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden!important
}

@media screen and (max-width:640px) {
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    width: auto!important;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: none!important
  }
}

@media screen and (min-width:641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width:640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa
  }
}

@media screen and (min-width:641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0
  }
}

@media screen and (min-width:641px) {
  #lightcase-case p.lightcase-error {
    padding: 0
  }
}

.lightcase-open body {
  overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%
}

#lightcase-info {
  position: absolute;
  padding-top: 15px
}

#lightcase-info #lightcase-caption, #lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis
}

#lightcase-info #lightcase-caption h3, #lightcase-info #lightcase-title h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700
}

#lightcase-info #lightcase-caption p, #lightcase-info #lightcase-title p {
  color: #fff
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa
}

@media screen and (max-width:640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa
}

@media screen and (max-width:640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static
  }
}

#lightcase-loading {
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -.5em;
  margin-left: -.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin .5s linear infinite;
  animation: lightcase-spin .5s linear infinite
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, .25s ease-in-out;
  transition: color, opacity, .25s ease-in-out
}

#lightcase-loading>span {
  display: inline-block;
  text-indent: -9999px
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer
}

a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: hsla(0, 0%, 100%, .6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, .25s ease-in-out;
  transition: color, opacity, .25s ease-in-out
}

a[class*=lightcase-icon-]>span {
  display: inline-block;
  text-indent: -9999px
}

a[class*=lightcase-icon-]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none
}

a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -.5em
}

@media screen and (min-width:641px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0
  }
}

@media screen and (max-width:640px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px
  }
}

@media screen and (min-width:641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -.5em
  }
  #lightcase-case:hover~a[class*=lightcase-icon-], a[class*=lightcase-icon-]:hover {
    opacity: 1
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333
}

@media screen and (max-width:640px) {
  #lightcase-overlay {
    opacity: 1!important
  }
}