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: 1rem;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}
input:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  line-height: 1.8;
}
a {
  color: #4ba3af;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}
a:hover {
  color: #0b375d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #0090d6;
}
h1,
h2 {
  font-size: 20px;
}
h3,
h4 {
  font-size: 16px;
}
h5,
h6 {
  font-size: 14px;
}
p {
  font-size: 12px;
}
.inner {
  zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 10px !important;
  }
}
.ul--pc {
  display: block;
}
.ul--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .ul--pc {
    display: none;
  }
  .ul--sp {
    display: block;
  }
}
a:hover img.ul--opacity {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
a img.ul--opacity {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
a img.ul--opacity:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
header {
  background: #aaa;
}
header nav {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #aaa;
  background: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  width: 100%;
  padding: 10px 0;
}
header nav h1,
header nav .logo,
header nav ul,
header nav li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
header nav ul {
  float: right;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav .entry {
  padding: 5px 10px;
  background: #0090d6;
  cursor: cursor;
}
header nav .entry img {
  width: 120px;
}
@media screen and (max-width: 640px) {
  header nav {
    padding: 5px 0;
  }
  header nav .logo h1 {
    width: 80%;
    margin-right: 0;
  }
  header nav ul li:first-child {
    width: 65px;
  }
  header nav ul li:nth-child(2n) {
    width: 100px;
  }
  header nav ul li:last-child {
    width: 60px;
  }
  header nav ul li img {
    width: 100%;
  }
  header nav .entry {
    padding: 0px 3px;
    text-align: center;
  }
  header nav .entry img {
    width: 44px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  header nav .logo {
    text-align: center;
    width: 100%;
  }
  header nav .logo h1 {
    width: 30%;
  }
  header nav .logo,
  header nav ul {
    margin-right: 0;
  }
  header nav ul {
    width: 100%;
    float: initial;
    text-align: center;
  }
}
footer {
  background: #000;
}
footer ul {
  display: inline-block;
  padding: 10px;
}
footer ul li {
  display: inline-block;
}
footer .copy {
  display: inline-block;
  font-size: 12px;
  padding: 10px;
  float: right;
  color: #fff;
  padding-top: 13px;
}
section {
  margin-bottom: 20px !important;
}
#container {
  font-size: 0;
  padding-bottom: 100px;
}
#container #main {
  width: 100%;
  font-size: 14px;
}
#container #main img {
  width: 100%;
}
#container #main #mainImg {
  position: relative;
}
#container #main .topmessage {
  background: #e7f6fa;
  padding: 25px 0;
}
#container #main .topmessage h2 {
  margin-bottom: 15px;
}
#container #main .topmessage p {
  font-size: 14px;
}
#container #main .mainMessage {
  vertical-align: middle;
  padding-top: 250px;
}
#container #main .message h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#container #main .message p {
  font-size: 14px;
  color: #fff;
}
#container #main .aboutImg {
  height: 500px;
  background: url("../img/common/main-entry.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#container #messageWrapper {
  margin-top: 30px;
}
#container #messageWrapper .box {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 50px;
}
#container #messageWrapper .box img {
  max-width: 100%;
  width: 100%;
}
#container #messageWrapper .box h3 {
  color: #0090d6;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #0090d6;
}
#container #messageWrapper .box p {
  margin: 5px 0;
  font-size: 14px;
}
#container #messageWrapper .box p.annotation {
  font-size: 12px;
  color: #808080;
  margin-bottom: 20px;
}
#container #messageWrapper .column2 {
  width: 50%;
  padding-left: 15px;
  vertical-align: top;
}
#container #messageWrapper .column2:first-child {
  padding-left: 0;
  padding-right: 15px;
}
#container #messageWrapper .column3 {
  width: 33%;
  padding: 0 10px;
}
#container #messageWrapper .column1 {
  width: 100%;
  font-size: 0;
}
#container #messageWrapper .column1 div {
  font-size: 14px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
#container #messageWrapper .column1 div img {
  width: 100%;
}
#container #messageWrapper .column1 div:last-child {
  padding-right: 0;
  padding-left: 15px;
}
#container #messageWrapper .column1 div:last-child p {
  padding: 30px;
  width: 100%;
  background: #e7f6fa;
}
#container #messageWrapper table.recruit {
  width: 100%;
  margin-top: 15px;
  word-break: break-all;
}
#container #messageWrapper table.recruit tr,
#container #messageWrapper table.recruit th,
#container #messageWrapper table.recruit td {
  vertical-align: middle;
}
#container #messageWrapper table.recruit tr:nth-child(2n+1) {
  background: #e7f6fa;
}
#container #messageWrapper table.recruit tr:nth-child(2) {
  height: 100px;
}
#container #messageWrapper table.recruit tr:last-child {
  height: 180px;
}
#container #messageWrapper table.recruit th {
  /*font-weight: bold;*/
  color: #0090d6;
  white-space: nowrap;
  text-align: left;
}
#container #messageWrapper table.recruit td {
  color: #808080;
  font-size: 12px;
}
#container #messageWrapper table.recruit th,
#container #messageWrapper table.recruit td {
  border: 1px solid #d0d0d0;
  padding: 7px;
}
#container #messageWrapper table.en tr:nth-child(2) {
  height: 140px;
}
#container #messageWrapper table.en tr:last-child {
  height: 270px;
}
#container .entry {
  background: #0090d6;
  padding: 10px 20px;
  font-size: 14px;
}
#container form#application_form {
  font-size: 12px;
}
#container form#application_form th {
  white-space: nowrap;
}
#container form#application_form td span {
  font-size: 12px;
}
#container form#application_form p.txtCenter {
  text-align: center;
}
#container input.mBtm10 {
  margin-top: 20px !important;
}
#container .topEntry {
  margin-top: 60px;
  text-align: center;
}
#container .topEntry .btnEntry {
  padding: 40px 100px;
}
#container .topEntry .btnEntry img {
  vertical-align: middle;
}
@media screen and (max-width: 860px) {
  #container #messageWrapper .column3 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #container #main .message {
    margin-top: 10px;
  }
  #container #main .message h2 {
    color: #0090d6;
  }
  #container #main .message p {
    color: #0090d6;
  }
  #container #main .aboutImg {
    height: 324px;
    background: url("../img/common/main-entrysp.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  #container #messageWrapper .box p {
    margin: 15px 0;
  }
  #container #messageWrapper .column3 {
    width: 100%;
  }
  #container #messageWrapper .column2 {
    width: 100%;
    padding: 0;
  }
  #container #messageWrapper .column1 {
    width: 100%;
  }
  #container #messageWrapper .column1 div {
    width: 100%;
  }
  #container #messageWrapper .column1 div p {
    padding: 0;
  }
}
