@charset "UTF-8";
/* CSS Document */
/*--------------------ここから共通--------------------*/
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  color: #333;
  font-family: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
img {
	max-width: 100%;
}
#wrapper {
  overflow: hidden;
}
/* パンくず */
#breadcrumb.inner {
  padding-top: 130px;
  max-width: 1040px;
  margin-bottom: 10px;
}
#breadcrumb ul li {
  float: left;
}
#breadcrumb ul li::before {
  content: "＞";
  padding: 0 5px;
}
#breadcrumb ul li:first-child::before {
  content: "";
}
/* トップへボタン */
#pageTop span {
  display: none;
}
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#pageTop a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
}
#pageTop a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px #0f4c81 solid;
  border-right: 2px #0f4c81 solid;
  position: absolute;
  bottom: 25%;
  left: 30%;
  transform: rotate(-45deg);
}
/* 見出しh2 設定 */
h2 {
  margin-top: 35px;
  margin-bottom: 60px;
  background-size: cover;
  height: 300px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 300px;
  text-shadow: 0 0 15px #000;
  letter-spacing: 2px;
}
/* ボタン設定 */
.btn {
  font-weight: bold;
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
  background-color: #0f4c81;
  border: 2px solid #0f4c81;
  color: #fff;
  text-decoration: none;
  padding: 0 2em;
  transition: all 0.2s;
	max-width: 500px;
	margin: 0 auto;
}
.btn:hover {
  border: 2px solid #0f4c81;
  background-color: #fff;
  color: #0f4c81;
}
.btnSP1 {
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
}
.btnSP2 {
  height: 100px;
  line-height: 35px;
  font-size: 1.8rem;
  padding-top: 15px;
}
.btn.btnContact {
  background-color: #01c3cf;
  border: 2px solid #01c3cf;
  font-size: 2.2rem;
}
.btn.btnContact:hover {
  border: 2px solid #01c3cf;
  background-color: #fff;
  color: #01c3cf;
}
/*-----ここまで共通-----*/
/*-----ここからheader-----*/
header {
  font-weight: bold;
  position: fixed;
  z-index: 999;
  width: 100%;
  min-height: 90px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.7);
}
header .inner {
  padding: 0;
}
header h1 {
  color: #0f4c81;
  float: none;
  font-size: 2.1rem;
  line-height: 1.2;
  padding: 20px 0;
  margin-left: 10px;
}
header h1 br:first-of-type {
  display: none;
}
header h1 a {
  display: block;
  text-decoration: none;
  padding-left: 45px;
  background: url(../images/aegis_logo.svg) left center no-repeat;
  background-size: 40px 45px;
}
header h1 a > span {
  font-size: 1.4rem;
}
header h1 a {
  color: #0f4c81;
}
header h1 a:hover {
  opacity: 0.6;
}
/* --------------------- nav --------------------- */
#gNav {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: -306px;
  width: 100%;
  font-size: 1.6rem;
  float: none;
  transition: 0.5s;
}
#gNav.active {
  top: 0;
}
/*------------- .gnavBtn -------------*/
/*   ボタンタグ設定   */
button.gnavBtn {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: 1px #0f4c81 solid;
  padding: 5px;
  width: 50px;
  color: #0f4c81;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  text-align: center;
  outline: none;
  opacity: 0.8;
  transition: 0.5s;
}
/*   ハンバーガーボタン3本線   */
button span.bar {
  display: block;
  height: 2px;
  background-color: #0f4c81;
  margin: 7px 0;
  transition: 0.3s;
  transform-origin: 0 0;
}
button .close {
  letter-spacing: 0.1em;
  display: none;
  margin: 5px 0 0;
}
button .menu {
  display: block;
  margin: 5px 0 0;
}
/*  メニューアクティブ時  */
button.active span.bar {
  width: 42px;
}
button.active .bar1 {
  transform: rotate(25deg);
}
button.active .bar2 {
  opacity: 0;
}
button.active .bar3 {
  transform: rotate(-25deg);
}
button.active .menu {
  display: none;
}
button.active .close {
  display: block;
}
button.gnavBtn:hover {
  opacity: 0.6;
}
/*------------- .gnavBtn li -------------*/
#gNav li {
  float: none;
  margin-left: 0;
}
#gNav li a {
  display: block;
  height: 50px;
  color: #0f4c81;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px #0f4c81 solid;
  transition: 0.5s;
}
#gNav li a img {
  width: 30px;
  vertical-align: middle;
}
#gNav li a:hover {
  opacity: 0.6;
}
/*--------------------ここからトップページ--------------------*/
.topPage #main .keyvisual {
  height: 400px;
  background-image: url("../images/keyvisual.jpg");
  background-size: cover;
  line-height: 1.3;
  position: relative;
}
.topPage #main .keyvisual p {
  width: 10em;
  display: none;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 10px #000;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
.topPage #main h2 {
  font-size: 2.4rem;
  margin: 0 0 40px 0;
  font-weight: bold;
  height: auto;
  color: inherit;
  line-height: 3.5rem;
  text-shadow: none;
  letter-spacing: normal;
}
.topPage #main section {
  text-align: center;
  margin: 0px auto 100px;
  padding: 60px 15px 0;
}
.topPage #main section p {
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.75;
  text-align: left;
}
.topPage #main .strongSect {
  margin-top: 0;
}
.topPage #main .consultingSect {
  padding-top: 0px;
}
.topPage #main .consultingSect ul li a {
  background-color: #f0ede0;
  width: 240px;
  height: 240px;
  display: block;
  margin: 30px auto;
  font-size: 1.6rem;
  text-decoration: none;
  color: #0f4c81;
  font-weight: bold;
  transition: all 0.2s;
}
.topPage #main .consultingSect ul li a:hover {
  opacity: 0.6;
}
.topPage #main .consultingSect ul li a p {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 10px;
}
.topPage #main .consultingSect ul li a img {
  display: inline-block;
  margin: 0 auto;
}
.topPage #main .consultingSect ul li:nth-child(1) a img {
  width: 45%;
  margin: 0 auto;
}
.topPage #main .consultingSect ul li:nth-child(1) a p {
  margin-bottom: 20px;
}
.topPage #main .consultingSect ul li:nth-child(2) a img {
  width: 50%;
  margin: 0 auto;
}
.topPage #main .consultingSect ul li:nth-child(2) a p {
  margin-bottom: 15px;
}
.topPage #main .consultingSect ul li:nth-child(3) a img {
  width: 70%;
  margin: 0 auto;
}
.topPage #main .consultingSect ul li:nth-child(3) a p {
  margin-bottom: 20px;
}
.topPage #main .consultingSect ul li:nth-child(4) a img {
  width: 55%;
  margin: 0 auto;
}
.topPage #main .consultingSect ul li:nth-child(4) a p {
  margin-bottom: 10px;
}
.topPage #main .seminarSect {
  background-image: url("../images/seminar_s.jpg");
  background-size: cover;
  background-position: 35% center;
  padding-top: 80px;
  padding-bottom: 90px;
}
.topPage #main .seminarSect p, .topPage #main .seminarSect h2 {
  text-shadow: 1px 1px 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff;
}
.topPage #main .seminarSect p {
  font-weight: bold;
}
.topPage #main .aboutSect {
  padding-top: 0;
}
.topPage #main .contactSect {
  padding-top: 0;
  /*display: flex;*/
}
.topPage #main .contactLeft {
  display: none;
}
.topPage #main .contactRight {
  background-color: #f0ede0;
  padding: 50px 30px;
}
.topPage #main .contactRight span {
  color: #FF0004;
}
/*--------------------ここからfooter--------------------*/
footer {
  color: #fff;
  background-color: #0f4c81;
  line-height: 1.5;
}
footer .inner {
  padding: 30px 15px;
}
footer .footerRight {
  display: none;
}
footer .companyName {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 35px;
}
footer .companyName span {
  font-size: 1.5rem;
}
footer address {
  margin-bottom: 20px;
}
footer .tel_pp_fb {
  display: flex;
  align-items: flex-end;
}
footer .tel {
  font-size: 2rem;
  margin-bottom: 20px;
}
footer .fufb {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 2px #fff solid;
  padding: 0;
  margin: 0 0 30px 40px;
  background: url("../images/facebook_logo_wh.svg") no-repeat center 3px;
  background-size: 50%;
}
footer .fufb img {
  display: none;
}
footer .privacy {
  color: #fff;
  margin-bottom: 30px;
}
footer a {
  color: #fff;
  transition: all 0.2s;
}
footer a:hover {
  opacity: 0.6;
}
/*-----ここまでfooter-----*/
@media screen and (min-width:375px) {
  header h1 br:first-of-type {
    display: inline;
  }
  header h1 br:last-of-type {
    display: none;
  }
  .topPage #main .keyvisual {
    height: 500px;
  }
  .btnSP2 {
    font-size: 2rem;
  }
}
@media screen and (min-width:500px) {
  .topPage #main .keyvisual p {
    font-size: 5rem;
  }
  .topPage #main h2 {
    font-size: 3rem;
  }
  br.spbr {
    display: none;
  }
  .btnSP2 {
    height: 80px;
    line-height: 80px;
    padding-top: 0;
  }
}