@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, p, a, address, em, img, small, strong, b, dl, dt, dd, ol, ul, li, footer, header, menu, nav, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

footer, header, menu, nav, main {
  display: block;
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 100vh;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .04em;
  color: #666;
  min-width: 1200px;
}

.gf {
  font-family: 'Montserrat';
}

a {
  text-decoration: none;
  color: #666;
  transition: .4s;
}

a:hover {
  color: #CC0000;
}

main {
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
}

/*††††††††††

parts


††††††††††*/
.innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

/*フレックスボックス*/
.flex, .flexB, .flexC, .flexW {
  display: -webkit-flex;
  display: flex;
}

.flexB {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexC {
  -webkit-justify-content: center;
  justify-content: center;
}

.flexW {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*ボタン*/
.btn1 {
  position: relative;
  display: block;
}

.btn1:hover {
  border-radius: 1em;
}

.arrR::before, .arrL::before {
  position: absolute;
  font-family: 'FontAwesome';
  width: 1em;
  height: 1em;
  line-height: 1;
  top: 50%;
  margin-top: -.5em;
  transition: .6s;
}

.arrR::before {
  content: "\f105";
  right: .6em;
}

.arrR:hover::before {
  right: .1em;
}

/*††††††††††

footer

††††††††††*/
footer {
  margin-top: auto;
  background: #E5E5E5;
  padding: 1em 0;
}

.copyRight {
  font-size: .7em;
  letter-spacing: 0;
  padding-top: .6em;
}

.copyRight::before {
  font-family: 'FontAwesome';
  content: "\f1f9";
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: .4em;
}

/*フッターバナー*/
.f-bnr li {
  width: 100%;
  transition: .4s;
  background: black;
}

.f-bnr li:hover {
  background: white;
}

.f-bnr li a {
  display: block;
  position: relative;
  padding: 1em 3em 1em 1em;
  color: white;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1.4em;
  line-height: .8;
}

.f-bnr li a b {
  display: block;
}

.f-bnr li a small {
  font-size: .7rem;
}

.f-bnr li a:hover {
  color: white;
}

/*求人バナー*/
.bnr-rec {
  background: -moz-linear-gradient(left, rgba(255, 66, 165, 0.8) 0%, rgba(255, 66, 165, 0.8) 50%, rgba(255, 176, 94, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 66, 165, 0.8) 0%, rgba(255, 66, 165, 0.8) 50%, rgba(255, 176, 94, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 66, 165, 0.8) 0%, rgba(255, 66, 165, 0.8) 50%, rgba(255, 176, 94, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff42a5', endColorstr='#ccffb05e',GradientType=1 );
}

.bnr-recM {
  background: -moz-linear-gradient(left, rgba(0, 121, 180, 0.8) 0%, rgba(0, 121, 180, 0.8) 50%, rgba(0, 209, 205, 0.8) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 121, 180, 0.8) 0%, rgba(0, 121, 180, 0.8) 50%, rgba(0, 209, 205, 0.8) 100%);
  background: linear-gradient(to right, rgba(0, 121, 180, 0.8) 0%, rgba(0, 121, 180, 0.8) 50%, rgba(0, 209, 205, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0079b4', endColorstr='#cc00d1cd',GradientType=1 );
}

/*外部リンクバナー*/
.link-bnr {
  margin-top: 20px;
}

.link-bnr .flex {
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  align-items: center;
}

.link-bnr li {
  width: calc(50% - 10px / 2);
  background: none;
}

.link-bnr li a {
  padding: 0;
}

.link-bnr li img {
  max-width: 100%;
}

h1 {
  background: black;
  color: white;
  text-align: center;
  padding: .6em 0;
  font-size: .9em;
}

main {
  position: relative;
  min-height: 750px;
}

.box_mv {
  text-align: center;
  color: black;
  position: relative;
}

.box_mv .mv {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
}

.box_mv .boxwrap {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, -2%);
}

.box_mv .boxwrap p {
  text-shadow: 0 0 6px white;
}

.box_mv .boxwrap p img {
  margin-bottom: 1rem;
}

.box_mv .box-r18 {
  background: url(../img/icon/r18.png) no-repeat center top;
  padding-top: 48px;
  margin-top: 2rem;
}

.box_mv .box-r18 a {
  color: #CC0000;
  text-decoration: underline;
}

strong {
  display: block;
  font-size: 1.5em;
  color: #2d2d2d;
  padding: 1em 0;
}

.btn-enter {
  background: #bebebe;
  background: linear-gradient(78deg, #bebebe 0%, #eaeaea 50%, #d2d2d2 100%);
  color: black;
  width: 400px;
  height: 70px;
  font-size: 2rem;
  margin: .3em auto 0 auto;
  line-height: 66px;
  border-radius: 5px;
  border: 3px solid #525252;
}

.btn-enter:hover {
  background: black;
}

.box-copy {
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(229, 229, 229, 0.6);
  padding: 2em 0 4.4em;
  color: #2d2d2d;
}

.external_bnr {
  text-align: center;
  width: 100%;
  background: rgba(229, 229, 229, 0.6);
  padding: 2em 0 0;
}

.external_bnr div:not(:last-child) {
  margin-bottom: 1em;
}

footer .innner {
  -webkit-align-items: center;
  align-items: center;
}

footer .innner > div {
  padding: 1em 2em;
}

.add-f {
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
}

.f-bnr {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
