@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1160px) {
  /*-----ここから共通-----*/
  /* ボタン設定 */
    .btn {
    font-size: 2.5rem;
  }
  .btnSP1 {
    font-size: 2.5rem;
  }
  .btnSP2 {
    font-size: 2.5rem;
  }
  .btn.btnContact {
    font-size: 2.5rem;
  }
  /*-----ここまで共通-----*/
  /*-----ここからheader-----*/
  header .inner {
    padding: 0 40px;
  }
  header h1 {
    float: left;
    font-size: 2.5rem;
    line-height: 1;
  }
  #gNav {
    background: none;
    position: static;
    width: auto;
    font-size: 1.6rem;
    float: right;
  }
  button.gnavBtn {
    display: none;
  }
  #gNav li {
    float: left;
    margin-left: 1.5rem;
  }
  #gNav li a {
    display: inline;
    height: auto;
    text-align: left;
    line-height: inherit;
    border-bottom: none;
    transition: all 0.2s;
  }
  /*-----ここまでheader-----*/
  /*-----ここからトップページ-----*/
  .topPage #main .keyvisual {
    height: 890px;
  }
  .topPage #main .keyvisual p {
    font-size: 7rem;
  }
  .topPage #main section {
    margin-bottom: 140px;
    padding-top: 60px;
  }
  .topPage #main .strongSect {
    margin-top: 0;
  }
  .topPage #main .consultingSect {
    padding-top: 0px;
  }
  .topPage #main .consultingSect ul {
    display: flex;
    justify-content: center;
  }
  .topPage #main .consultingSect ul li {
    margin-left: 30px;
  }
  .topPage #main .consultingSect ul li:first-child {
    margin-left: 0;
  }
  .topPage #main .seminarSect {
    background-image: url("../images/seminar.jpg");
    background-position: center center;
  }
  .topPage #main .contactSect {
    display: flex;
  }
  .topPage #main .contactSect > div {
    width: 50%;
  }
  .topPage #main .contactLeft {
    display: block;
    background-image: url("../images/contact.jpg");
    background-size: cover;
  }
  .topPage #main .contactLeft img {
    display: none;
  }
  .topPage #main .contactRight {
    padding: 75px 30px;
  }
  /*-----ここまでトップページ-----*/
  /*-----ここからfooter-----*/
  footer .inner {
    padding: 60px 45px;
    display: flex;
    justify-content: space-between;
  }
  footer .footerLeft {
    width: 480px;
    margin-right: 20px;
  }
  footer .footerRight {
    display: block;
    width: 50%;
    max-width: 720px;
  }
  footer .footerRight iframe {
    width: 100%;
  }
  footer .companyName span {
    font-size: 2rem;
  }
  footer .tel {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  footer .fufb {
    display: none;
  }
  footer .privacy {
    margin-bottom: 45px;
  }
  /*-----ここまでfooter-----*/
}