@charset "UTF-8";
@font-face {
  font-family: 'clark';
  src: url("fonts/clark.eot?-y0c40m");
  src: url("fonts/clark.eot?#iefix-y0c40m") format("embedded-opentype"), url("fonts/clark.woff?-y0c40m") format("woff"), url("fonts/clark.ttf?-y0c40m") format("truetype"), url("fonts/clark.svg?-y0c40m#clark") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="arrow-"], [class*=" arrow-"] {
  font-family: 'clark';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (max-width: 568px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media only screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media only screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media only screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
/* -------------------------------------------------------------------------
	縦書きテキスト
*/
/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 568px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* Header         ******************************************************************/
@media only screen and (min-width: 769px) {
  body {
    min-width: 960px;
  }
}

header {
  background: #fff;
  border-top: 5px solid #0d3d92;
}

header h1 {
  text-align: center;
  padding: 10px 0;
}

header h1 img {
  width: 190px;
}

@media only screen and (max-width: 568px) {
  header h1 img {
    width: 156px;
  }
}

header .dd-trigger {
  display: block;
  position: absolute;
  top: 12px;
  left: 8px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background: url(img/gnav_trigger.svg) no-repeat center center;
  background-size: 40px 40px;
}

header .dd-trigger.top {
  top: 0 !important;
  left: 0 !important;
}

header .gnav {
  display: none;
  background: #f1f0ec;
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
}

header .gnav ul {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
}

header .gnav ul:before, header .gnav ul:after {
  content: " ";
  display: table;
}

header .gnav ul:after {
  clear: both;
}

header .gnav ul li:first-child {
  border-top: 1px solid #ddd;
}

header .gnav ul li {
  float: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

header .gnav ul li a:link {
  text-decoration: none;
}

header .gnav ul li a:hover {
  text-decoration: none;
}

header .gnav ul li a:visited {
  text-decoration: none;
}

header .gnav ul li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 22px;
  padding-bottom: 10px;
  letter-spacing: .05em;
  font-weight: bold;
  display: block;
  line-height: 1em;
  color: #0c3687;
}

header .gnav ul li a.crnt {
  color: #6e8bbe !important;
}

header .gnav ul li .sub {
  margin-top: 4px;
  display: block;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  color: #6e8bbe;
  font-family: 'EB Garamond', serif;
}

@media only screen and (min-width: 769px) {
  header h1 {
    padding: 14px 0;
  }
  header .dd-trigger {
    display: none;
  }
  header .gnav {
    display: block;
    position: relative;
  }
  header .gnav ul {
    width: 960px;
  }
  header .gnav ul li:first-child {
    border: none;
  }
  header .gnav ul li {
    width: inherit;
    float: left;
    border: none;
    background: url(img/gnav_bg.gif) no-repeat right center;
  }
  header .gnav ul li:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  header .gnav ul .business {
    width: 153px;
  }
  header .gnav ul .approaches {
    width: 186px;
  }
  header .gnav ul .gallery {
    width: 214px;
  }
  header .gnav ul .company {
    width: 120px;
  }
  header .gnav ul .recruit {
    width: 143px;
  }
  header .gnav ul .contact {
    width: 144px;
    background: none;
  }
}

/* ローカルナビ         ******************************************************************/
.lnav {
  display: none;
}

@media only screen and (min-width: 769px) {
  .lnav {
    display: block;
  }
  .lnav ul {
    text-align: center;
    background: #6e8bbe;
  }
  .lnav ul li {
    display: inline-block;
    line-height: 1em;
    margin-right: 30px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    font-weight: bold;
  }
  .lnav ul li a:link {
    text-decoration: none;
  }
  .lnav ul li a:hover {
    text-decoration: none;
  }
  .lnav ul li a:visited {
    text-decoration: none;
  }
  .lnav ul li:last-child {
    margin-right: 0;
  }
  .lnav ul li a {
    display: block;
    color: #fff;
    padding: 16px 0;
  }
}

/* フッタグロナビ         ******************************************************************/
.foot-gnav {
  border-top: 1px solid #ddd;
  margin-top: 80px;
}

.foot-gnav li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.foot-gnav li a:link {
  text-decoration: none;
}

.foot-gnav li a:hover {
  text-decoration: none;
}

.foot-gnav li a:visited {
  text-decoration: none;
}

.foot-gnav li a {
  color: #0d3d92;
  display: block;
  padding: 10px 0;
}

.foot-gnav li a .inner {
  display: inline-block;
  line-height: 1em;
  background: url(img/arrow_a.svg) no-repeat left center;
  background-size: 6px 8px;
  padding-left: 12px;
}

@media only screen and (min-width: 769px) {
  .foot-gnav {
    border-top: 1px solid #eee;
    text-align: center;
    margin-bottom: 40px;
  }
  .foot-gnav li {
    display: inline-block;
    border: none;
    margin-right: 30px;
  }
  .foot-gnav li a {
    padding: 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: bold;
  }
  .foot-gnav li:last-child {
    margin-right: 0;
  }
  .foot-gnav li:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.foot-sdgs {
  margin: 60px auto;
  width: 80%;
  border: 1px solid #ddd;
}

.foot-sdgs img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .foot-sdgs {
    margin: 120px auto;
    width: 640px;
  }
}

/* フッタ         ******************************************************************/
footer {
  background: #002f6f;
}

footer .foot-unav {
  margin-top: 20px;
  *zoom: 1;
  text-align: center;
}

footer .foot-unav:before, footer .foot-unav:after {
  content: " ";
  display: table;
}

footer .foot-unav:after {
  clear: both;
}

footer .foot-unav li {
  float: none;
  text-align: center;
  border-bottom: 1px solid #003986;
  border-top: 1px solid #003986;
}

footer .foot-unav li a:link {
  text-decoration: none;
}

footer .foot-unav li a:hover {
  text-decoration: none;
}

footer .foot-unav li a:visited {
  text-decoration: none;
}

footer .foot-unav li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
}

footer .foot-unav li a .inner {
  background: url(img/arrow_b.svg) no-repeat left center;
  background-size: 6px 8px;
  padding-left: 12px;
}

footer .pagetop {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -121px;
  text-align: right;
  display: none;
}

footer small {
  margin-top: 30px;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  padding: 15px 10px;
  color: #153367;
  background: #bfbeb7;
  line-height: 1.7em;
}

@media only screen and (min-width: 769px) {
  footer {
    margin-top: -20px;
    padding-top: 160px;
    background: url(img/footer_bg.png) repeat-x center top #002f6f;
  }
  footer small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 30px 10px;
  }
  footer .foot-unav {
    *zoom: 1;
  }
  footer .foot-unav:before, footer .foot-unav:after {
    content: " ";
    display: table;
  }
  footer .foot-unav:after {
    clear: both;
  }
  footer .foot-unav li {
    display: inline-block;
    border: none;
    margin: 0 10px;
  }
  footer .foot-unav li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }
  footer .foot-unav li:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  footer .pagetop {
    display: block;
  }
}

/* メイン         ******************************************************************/
.main-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
}

@media only screen and (max-width: 568px) {
  .main-visual {
    height: 250px;
  }
}

.main-visual.narrow {
  height: 250px;
}

@media only screen and (max-width: 568px) {
  .main-visual.narrow {
    height: 125px;
  }
}

/* 共通見出し         ******************************************************************/
h2 {
  margin-top: 230px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 span {
  display: inline-block;
  background: rgba(56, 89, 156, 0.9);
  background: #38599c\9;
  color: #fff;
  font-weight: normal;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 14px 25px;
  line-height: 1em;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 568px) {
  h2 {
    margin-top: 110px;
  }
  h2 span {
    font-size: 2.4rem;
    padding: 10px;
  }
}

h2.narrow {
  margin-top: 95px;
}

@media only screen and (max-width: 568px) {
  h2.narrow {
    margin-top: 40px;
  }
}

h3 {
  background: #1d4ba9;
  font-weight: bold;
}

h3 .inner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: url(img/h3_head.svg) no-repeat 10px center;
  background-size: 9px 21px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  padding: 20px 30px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  h3 .inner {
    width: 900px;
  }
}

@media only screen and (max-width: 568px) {
  h3 .inner {
    font-size: 1.6rem;
  }
}

h4 {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 4px solid #6e8bbe;
  background: #f1f0ec;
  color: #0d3d92;
  padding: 12px 20px;
}

@media only screen and (max-width: 568px) {
  h4 {
    padding: 8px 10px;
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
  h4 {
    width: calc(100% - 70px);
  }
}

h4.narrow {
  padding: 8px 14px;
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  width: calc(960px - 24px);
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.2em;
  border-bottom: 1px dotted #333;
  padding: 0px 12px 12px 12px;
}

h5 .inner {
  display: inline-block;
  padding-left: 10px;
  border-left: 5px solid #6e8bbe;
}

@media only screen and (max-width: 568px) {
  h5 {
    padding: 8px 10px;
    width: calc(100% - 40px);
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 569px) and (max-width: 768px) {
  h5 {
    width: calc(100% - 70px);
  }
}

/* Misc         ******************************************************************/
img.fit {
  width: 100%;
}

.container {
  max-width: 960px;
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.img-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 568px) {
  .img-container {
    padding: 0 20px;
    width: 80%;
  }
}

@media only screen and (min-width: 769px) {
  .img-container {
    padding: 0 40px;
    width: 80%;
  }
}

.img-left {
  margin-right: 5px;
}

@media only screen and (max-width: 568px) {
  .img-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.img-right {
  margin-left: 5px;
}

@media only screen and (max-width: 568px) {
  .img-right {
    margin-left: 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

@media only screen and (max-width: 568px) {
  .left, .right {
    float: none;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

.catchcopy {
  font-size: 25px;
  font-size: 2.5rem;
  color: #0d3d92;
  line-height: 1.5em;
}

@media only screen and (max-width: 568px) {
  .catchcopy {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*table *********************/
table.style1,
table.style2 {
  width: 100%;
  margin-bottom: 30px;
}

table.style1 tbody th, table.style1 tbody td,
table.style2 tbody th,
table.style2 tbody td {
  text-align: left;
  padding-bottom: 25px;
}

table.style1 tbody th,
table.style2 tbody th {
  width: calc(25% - 15px);
  font-weight: bold;
  padding-right: 15px;
}

table.style1 tbody td,
table.style2 tbody td {
  width: 75%;
}

@media only screen and (max-width: 568px) {
  table.style1 tbody th, table.style1 tbody td,
  table.style2 tbody th,
  table.style2 tbody td {
    display: block;
  }
  table.style1 tbody th,
  table.style2 tbody th {
    width: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  table.style1 tbody td,
  table.style2 tbody td {
    padding-bottom: 15px;
    width: auto;
  }
}

@media only screen and (max-width: 568px) {
  table.style1--history tbody th, table.style1--history tbody td {
    display: table-cell;
    border: none;
    padding-bottom: 10px !important;
  }
}

table.style2 {
  border-top: 1px solid #ddd;
}

table.style2 tbody tr {
  border-bottom: 1px solid #ddd;
}

table.style2 tbody tr th, table.style2 tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}

table.form {
  width: 100%;
}

table.form th, table.form td {
  text-align: left;
  padding-bottom: 20px;
}

table.form th {
  color: #214d9a;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  width: 28%;
  vertical-align: top;
  padding-top: 5px;
}

table.form td {
  /*width: 70%;*/
  font-size: 15px;
  font-size: 1.5rem;
}

table.form label {
  padding-right: 20px;
}

table.form input, table.form textarea {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.3) inset;
}

table.form input:focus, table.form textarea:focus {
  border: 1px solid #588dc9;
}

table.form input[type="radio"] {
  width: 24px;
  height: 24px;
  border-radius: 50% 50%;
  margin-top: -4px;
  vertical-align: middle;
}

table.form input[type="radio"]:checked {
  background: url(img/input_checked.png) no-repeat center center;
}

table.form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 0% 0%;
  margin-top: -4px;
  vertical-align: middle;
}

table.form input[type="checkbox"]:checked {
  background: url(img/input_checked.png) no-repeat center center;
}

table.form textarea {
  width: 90%;
}

@media only screen and (max-width: 568px) {
  table.form th, table.form td {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  table.form td {
    padding-bottom: 20px;
  }
  table.form input, table.form textarea {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px;
    border-radius: 3px;
  }
}

table.form .name {
  width: 240px;
}

@media only screen and (max-width: 568px) {
  table.form .name {
    width: 70%;
  }
}

table.form .year {
  width: 60px;
}

@media only screen and (max-width: 568px) {
  table.form .year {
    width: 30px;
  }
}

table.form .month, table.form .date {
  width: 40px;
}

@media only screen and (max-width: 568px) {
  table.form .month, table.form .date {
    width: 24px;
  }
}

table.form .tel {
  width: 140px;
}

table.form .postal {
  width: 100px;
}

table.form .address {
  width: 400px;
}

@media only screen and (max-width: 568px) {
  table.form .address {
    width: 90%;
  }
}

.must {
  color: #ff0000;
  font-size: 13px;
  font-size: 1.3rem;
}

button.submit {
  padding: 20px 30px;
  color: #fff;
  border-radius: 6px;
  border: none;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  background: #588dc9;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #588dc9 0%, #26519c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#588dc9', endColorstr='#26519c', GradientType=0);
  /* IE6-9 */
}

button.submit:hover {
  background: #588dc9;
}

@media only screen and (max-width: 568px) {
  button.submit {
    padding: 10px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.button-container {
  text-align: center;
}

.button-container li {
  margin-right: 10px;
  display: inline-block;
}

.button-container li:last-child {
  margin-right: 0;
}

/*list *********************/
.list-disc li {
  list-style-type: disc;
}
