* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 1px;
  color: #141414;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

a {
  text-decoration: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
  overflow: hidden;
}

.clearfix {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: #fff;
  background-image: url(/pc/img/mailmaga_bg.jpg);
  background-repeat: repeat;
}

h1 {
  position: absolute;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  text-align: left;
  font-size: 12px;
  padding: 10px 0 0 10px;
  width: 100%;
  z-index: 9500;
}

#indexCover {
  background: url(/index/img/cover3.jpg) no-repeat 30% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.n1 {
  position: absolute;
  top: 50%;
  left: 2%;
  background-position: 50%;
  width: 5%;
  transform: translate(0, -50%);
}

.n2 {
  position: absolute;
  top: 50%;
  right: calc(400px + 4%);
  background-position: 50%;
  width: 5%;
  transform: translate(0, -50%);
}

.n1 img,
.n2 img {
  width: 100%;
}

#wrap {
  width: auto;
  margin: 0 420px 0 auto;
}

#contents {
  position: relative;
}

.logo {
  width: 240px;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

#enterArea-wrap {
  position: fixed;
  width: 400px;
  overflow: hidden;
  height: 100%;
  right: 20px;
  top: 0;
  z-index: 9000;
  /* background-color: rgba(0, 3, 74, 0.8);
    background-image: url(/index/img/patterns_01.png); */
  background-color: #198f94;
  background-image: url(/pc/img/contents_bg.jpg);
  background-repeat: repeat;
  border-left: 10px double #fafafa;
  border-right: 10px double #fafafa;
}

#enterArea-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

#enterArea {}

#enterArea li {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#enterArea li a {
  display: block;
  margin: 20px 0 30px 0;
  padding: 20px;
}

#enterArea li a span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #198f94;
  transform: skewX(-11deg);
  display: block;
}

#enterArea li a b {
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #198f94;
  font-size: 12px;
}

#enterArea li a:hover span,
#enterArea li a:hover b {
  color: #198f94;
}

h2 {
  text-align: center;
  font-size: 10px;
  color: #198f94;
  display: block;
}

.h2p {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #198f94;
}

.h2p a {
  display: inline-block;
  font-style: 18px;
  padding: 3px;
  text-decoration: underline;
}

.line {
  width: 120px;
  height: 1px;
  background: #333;
  margin: 50px auto;
}

#introductionWrap {
  /* background: #fafafa;
    padding: 20px; */
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

#introduction {
  /* background: url(/pc/img/mailmaga_bg.jpg) repeat; */
  padding: 40px 20px 20px;
}

#introduction h3 {
  text-align: center;
  font-size: 24px;
}

#introduction p {
  padding: 0 40px 40px 40px;
  line-height: 180%;
  font-size: 14px;
}

#introduction small {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  display: block;
}

#footerWrap {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  /* background-color: #198f94;
    background-color: rgba(0, 3, 74, 0.8); */
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

#footerContainer {
  position: relative;
  width: auto;
  margin: 0 420px 50px auto;
  padding: 50px 0 50px 0;
  text-align: center;
  border-radius: 6px;
}

#footer {
  max-width: 800px;
  min-width: 800px;
  margin: 0 auto;
}

#footer dl {}

#footer dl dt {
  width: 240px;
  margin: 0 auto 20px auto;
}

#footer dl dt img {
  width: 100%;
}

#footer dl dd {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  margin-bottom: 20px;
}

#footer dl dd.recruitBanner {
  width: 468px;
  margin: 5px auto;
  background: url(/pc/img/mailmaga_bg.jpg) repeat;
  padding: 5px;
}

#footer dl dd.recruitBanner img {
  width: 100%;
  transition: ease 0.3s;
}

#footer dl dd.recruitBanner a:hover img {
  opacity: 0.6;
}

#footer dl dd.xBanner {
  width: 100%;
  max-width: 468px;
  margin: 5px auto;
}

#footer dl dd.xBanner a {
  display: block;
  line-height: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 30px;
}

#footer dl dd.xBanner a img {
  height: 30px;
  margin-top: -6px;
}

#footer dl dd.xBanner a span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  letter-spacing: -1px;
  color: red;
  transform: skewX(-6deg);
  transition: 0.3s ease;
}

#footer dl dd.xBanner a:hover span{
  color: white;
}

#footer dl dd.foot-info {
  font-family: "Cinzel", "Sawarabi Gothic", serif;
  color: #333;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 700;
}

#footer dl dd.foot-info span {
  color: #333;
  font-size: 14px;
}

#footer dl dd#copyRight {
  color: #333;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: sans-serif;
  text-align: center;
  margin: 30px 0 0 0;
}

#footerBottomWrap {
  position: relative;
  /* background: #000; */
  width: auto;
  margin: 0 420px 0 auto;
}

#footerBottom {
  position: relative;
  padding: 10px 0 10px 20px;
  text-align: left;
}

#footerBottom span {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 10px;
}

#footerBottom span a {
  margin-right: 4px;
  font-size: 10px;
}

#footerBottom span img {
  width: 44px;
}

#footerBottom .link {
  font-size: 10px;
  line-height: 15px;
  color: #333;
}

#footerBottom .link a {
  font-size: 10px;
  color: #fff;
}

#footerBottom .link a:hover {
  background: #fff;
  color: #fff;
}

.blank-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}

.blank-banner li {
  width: 200px;
}

.blank-banner li a {
  display: block;
  margin: 3px;
}

.blank-banner li a img {
  width: 100%;
}