@charset "utf-8";

body {
    height: auto;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 10px;
}

.container {
  /* background-color: #FFEEFF; */ /* #1cb4d3; */
  color: #000000; /* #f0f0f0; */
  font-size: 26px;
  font-weight: 700;
  height: 200px;
  padding-top: 50px;
  /* text-align: center; */
}

/* 背景画像の見えている高さ */
.parallax {
  height: 500px;
}

/* 背景画像 */
.parallax::before {
  background-image: url(../images/container.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

main{
  flex: 1;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

img {
  vertical-align:bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none;
}

a:visited {
  color: #788d98;
}

a:hover {
  text-decoration: underline;
}

header {
  /* width: 100%; */ /* 960px; */
  height: 70px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 1em 3em 0 3em;
}

.logo {
  float: left;
  margin-top: 30px;
}

#wrap {
  clear: both;
}

.content {
  width: 960px;
  margin: 0 auto;
}

#about {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-size: 15px;
}

#about .career th {
    width: 140px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#about .career td {
    width: 760px;
    background-color: #f0f0f0;
    padding: 12px 0 12px 40px;
    border: 1px solid #cccccc;
}

#about .policy th {
    width: 140px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#about .policy td {
    width: 900px;
    background-color: #E6FFE9;
    padding: 12px 35px 12px 40px;
    border: 1px solid #cccccc;
}

#about .policyp th {
    width: 140px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#about .policyp td {
    width: 900px;
    background-color: #D6ffff;
    padding: 12px 35px 12px 40px;
    border: 1px solid #cccccc;
}

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

.outline01 {
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 （白）*/
  font-size      : 15pt;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
   /*    2px  2px 1px #003366,
      -2px  2px 1px #003366,
       2px -2px 1px #003366, 
      -5px -5px 1px #003366,
        2px  0px 1px #003366,
       0px  2px 1px #003366,
      -2px  0px 1px #003366, */ 
       2px 1px 1px #000055;      /* 文字の影 （濃厚な青色#800080）*/
}

.outline02 {
  display        : inline-block;
  color          : #ffffff;            /* 文字の色 （白）*/
  font-size      : 16pt;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       1px 1px 1px #000000;      /* 文字の影 （黒）*/
}

/* MUNU */
.gnav {
    float: right;
    display: flex;
    /* height: 3rem; */
    font-size: 2em;
    margin: 40px 0;
    width: 600px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 20%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}

.gnav li ul{
    margin: 0px;
	padding:0px;
    position: absolute;
}

.gnav li a {
    /* background: #ffffff; */
    /* border-right: 1px solid #eee; */
    color: #000000;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

/*子階層以降共通*/
.gnav li li {
    height: 0;
	width: 7rem;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    background: #ffffff;
    border-top: 1px solid #eee;
    font-size: 12px;
	padding-left: 10px;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}
/* MUNU end */

footer {
  /* width: 100%; */ /* 960px; */
  /* text-align: right; */    /*-- center; --*/
  color: #000080;   /*-- color: #ffffff; --*/
  padding: 0em 3em 0 3em;
  background-color: #ffffff;
}

/* アドレス */
address {
		font-style: normal;
		line-height: 1em;
		text-align: left;
		/*-- margin: 0 0 0 3px; --*/
}

address span { display: block; }

footer small {
  font-size: 12px;
}

#index h1 {
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Bitter', serif;
  margin-bottom: 50px;
}

#index .content {
  margin-top: 30px;
}

#index p {
  font-size: 16px;
  color: #000000; /* #ffffff; */
}

.pindent {
	margin-left: 1rem;
	text-indent: -1rem;
}

.btn a {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bitter', serif;
  width: 185px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  border: 3px solid #009cd3;
}

.btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #009cd3;
}

#index footer {
  /* width: 960px; */
  margin: 60px auto 0 auto;
  text-align: left;
}

#index {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 503px 480px;
}