@charset "UTF-8";

* {
  box-sizing: border-box;
}

body,html {
  margin: 0;
  font-size: 15px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  opacity: 1.0;
  transition: 0.3s ease;
}

a img:hover {
  opacity: 0.7;
}

/* ====================
  Modules
======================= */
.text-center {
  text-align: center;
}

.space24 {
  margin-bottom: 24px;
}

.space78 {
  margin-bottom: 78px;
}



/* ====================
  Basic Layout
======================= */
.container {
  width: 1080px;
  margin: auto;
}

.container2 {
  width: 720px;
  margin: auto;
}

.container3 {
  width: 360px;
  margin: auto;
}

.section {
  margin-bottom: 60px;
}

.section2 {
  margin-bottom: 30px;
}

.inner {
  padding: 0 50px;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

figure {
  margin: 0;
  font-size: 0;
}

.mincho,
h1,
h2,
.blue-button {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inner ul {
  padding-left: 20px;
}

#header-nav ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.nav-hover ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}

.nav-hover ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-hover ul li a:hover:after {
  width: 100%;
}

#header {
  background: #040000;
}

#header a {
  color: #fff;
  text-decoration: none;
}

.header-logo {
  margin:  5px 0px 8px;
}

.header-contact-button {
  background: #3c4c90;
  color: #fff;
  font-weight: bold;
  padding: 16px 28px;
  transition: 0.3s ease;
}

.header-contact-button:hover {
  background: rgba(60, 76, 144, 0.7);
}

#header .container {
  justify-content: space-between;
  align-items: center;
}

#header-nav ul li {
  margin: 18px;
}

#page-mainvisual {
  background: url("../images/bg.jpg") center no-repeat;
  width: 100%;
  height: 240px;
  color: #fff;
  align-items: center;
  margin: 0 0 75px;
}

#page-mainvisual h1 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  width: 100%;
}

h2 {
  background: #343540;
  padding: 13px 24px;
  color: #fff;
  font-size: 24px;
  margin: 0 0 25px;
}

h3 {
  font-size: 20px;
  border-left: 5px solid #ae8a3c;
  padding-left: 20px;
}

.col-4 {
  width: 33.33%;
  margin-right: 18px;
}

.col-4:nth-child(3n) {
  margin-right: 0;
}

.col-6 {
  width: 50%;
  margin-right: 40px;
}

.col-6:nth-child(2n) {
  margin-right: 0;
}

.col-8+.col-4 {
  margin-right: 0;
}

.col-8 {
  width: 66.66%;
  margin-right: 18px;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}

table tr {

}

table tr th,table tr td {
  border: 1px solid #96969a;
  padding: 16px 0;
}

table tr th {
  background: #343540;
  color: #FFF;
  font-weight: 400;
  text-align: center;
}

table tr td {
  padding-left: 32px;
}

table tr td.highlight {
  background: #d2d6e6;
}

.link-container {
  background: #f5f5f5;
  padding: 90px 0;
}

.flow-list {
  list-style: none;
}

.flow-list li {
  border: solid 5px #c2c2c5;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 77px;
  position: relative;
}

.flow-list li.flow-list-color {
  border: solid 5px #343540;
  background-color: #343540;
  color: #FFF;
}

.flow-list li:before {
  content: '';
  display: block;
  width: 44px;
  height: 22px;
  background: url('../images/icon-arrow02.png');
  position: absolute;
  top: -58px;
  left: calc(50% - 22px);
}

.flow01 .flow-list li:last-child {
  margin-bottom: 0;
}

.flow01 .flow-list li:first-child:before {
  content: none;
}

.flow01-mb{
  margin-bottom: 77px;
}

.flow02{

}

.flow03 .flow-list li.flow-list-color02 {
  border: solid 5px #ae8a3c;
  background-color: #ae8a3c;
  color: #FFF;
}

.blue-button {
  background: #3c4c90;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 309px;
  height: 74px;
  line-height: 4.2;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease;
}

.blue-button:after {
  content: '';
  display: block;
  width: 45px;
  height: 74px;
  background: url('../images/icon-arrow01.png');
  position: absolute;
  top: 0;
  right: -45px;
}

.blue-button:hover {
  background: rgba(60, 76, 144, 0.7);
}


.contact-button {
  border: solid 5px #3c4c90;
  background-color: inherit;
  color: #3c4c90;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 720px;
  height: 100px;
  line-height: 2.7;
  font-size: 36px;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-top: 30px;
  transition: 0.3s ease;
  opacity: 1.0;
}

.contact-button:before {
  content: '';
  display: inline-block;
  width: 66px;
  height: 36px;
  background: url('../images/icon-mail.png');
  margin-right: 40px;
  position: relative;
  top: 4px;
}

.contact-button:hover {
  opacity: 0.7;
}

#footer {
  background: #040000;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
}

#footer .container {
  align-items: center;
  padding: 50px 0;
  width: 900px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

.footer-contents {
  margin-left: 55px;
}

.footer-address {
  font-style: normal;
  margin-bottom: 22px;
}

#footer-nav {
  /*margin: 18px;*/
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav ul li {
  display: inline-block;
  margin: 0 15px;
}

#footer-nav ul li:first-child {
  margin-left: 0;
}

#footer-nav ul li:last-child {
  margin-right: 0;
}

#footer-copyright {
  text-align: center;
  background: #323232;
  color: #fff;
  font-size: 12px;
}
