@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}

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: 960px;
  height: 250px;
  margin: 0 auto;
}

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

.global-nav {
  float: right;
  margin-top: 120px;
}

.global-nav li {
  float: left;
  margin: 0 25px;
  font-size: 20px;
  list-style: none;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  text-shadow: 1px 1px 1px #333333;
}

.global-nav li a {
  color: #ffffff;
}

.global-nav li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrap {
  clear: both;
  background-color: #ffffff;
  margin-top: 220px;
  padding 35px 0;
}

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

footer {
  text-align: center;
  color: #000000;
  padding: 20px 0;
  background-color: #767671;
}

footer small {
  font-size: 16px;
}

#index h1 {
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin-bottom: 50px;
}

#index h2 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  margin-bottom: 50px;
}

#index .content {
  margin-top: 50px;
  text-align: center;
}

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

#index footer {
  width: 960px;
  margin: 300px auto 0 auto;
  text-align: center;
  background-color: transparent;
}

#index {
  background-image: url(../images/index.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#overview {
  background-image: url(../images/scope.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
}

.main-center {
  width: 940px;
  margin: 0 auto;
}

h1 {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 36px;
}

h2 {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 24pX;
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #9cb4a4
}

#overview .main-center {
  text-align: justify;
}

#overview .profile-txt {
  width: 540px;
  float: left;
  text-align: justify;
}

#overview .profile-txt2 {
  width: 660px;
  float: left;
  text-align: justify;
}

#overview .profile-txt span {
  font-weight: bold;
}

#overview .profile-txt2 span {
  font-weight: bold;
}

#overview .profile-image {
  float: right;
  margin-top: 80px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

section {
  margin-bottom: 10px;
}

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

#overview .career td {
  width: 550px;
  padding: 12px 40px; /* 上下に12px、左右に40pxの余白 */
  border: 1px solid #cccccc;
  word-wrap: break-word; /* 長い単語も折り返し可能に */
  white-space: normal; /* 自動的にテキストを折り返し */
  text-align: justify; /* テキストを両端揃えに */
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}

#index #wrap {
  background-color: transparent;
  text-shadow: 1px 1px 1px #333333;
  margin-top: 0;
  padding: 0;
  border: none;
}

#index .profile-image {
  float: center;
}

#overview h1 {
  font-size: 30px;
  line-height: 2.5;
}

.underline-text {
  text-decoration: underline;
  text-decoration-color: red;
}




