@charset "utf-8";

/* ベーススタイル */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #000;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a,
a:hover,
a i {
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

/* 部品 */

/* flexbox */
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* outfitフォント */
.outfit {
  font-family: Outfit, sans-serif;
}

/* 文字の太さmedium */
.medium {
  font-weight: 500;
}


/* 各セクションの左右の余白 */
.business,
.news,
.works,
.contact {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* コンテナ */
.container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 67.5rem;
  margin: auto;
}

@media (min-width: 768px) {
  .container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

/* セクションタイトル */
.section-title {
  margin-bottom: 2.5rem;
  font-size: 2.1875rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section-title {
    margin-bottom: 3rem;
  }
}

/* ボタン */
.button {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 3rem;
}

.button-icon {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translate(0%, -55%);
}

.button:hover .button-icon {
  margin-right: -0.5625rem;
}


.button-orange {
  max-width: 18.75rem;
  padding: 1rem 0;
  margin: 2.1rem auto 0;
  letter-spacing: 0.12rem;
  background-color: #ec6a00;
}

@media (min-width:768px) {
  .button-orange {
    margin: 2.6rem auto 0;
  }
}

  .button-orange:hover {
    background-color: #554b9c;
  }

  .button-orange-icon {
    font-size: 2.0625rem;
  }

  .button-white-ghost {
    width: 21.875rem;
    padding-top: 1.35rem;
    margin-bottom: 0.3rem;
    padding-bottom: 1.35rem;
    font-size: 1.25rem;
    border: .125rem solid #fff;
  }

  @media (min-width: 768px) {
    .button-white-ghost {
      width: 31.25rem;
      margin-top: 2.5rem;
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
    }
  }

  .button-white-ghost:hover {
    color: #554b9c;
    background-color: #fff;
  }

  .button-white-ghost-icon {
    font-size: 2.6875rem;
  }


  /* ヘッダー */
  .header {
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    box-shadow: .0625rem .0625rem .625rem .0625rem rgb(0 0 0 / 20%);
  }

  @media (min-width: 768px) {
    .header {
      top: 1.25rem;
      right: 0;
      left: 0;
      max-width: 67.5rem;
      margin: auto;
    }
  }

  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background-color: #554b9c;
  }

  /* ハンバーガーボタン */
  .hamburger-button {
    width: 5rem;
    height: 5rem;
    font-size: 3.125rem;
  }

  @media (min-width: 768px) {
    .hamburger-button {
      display: none;
    }
  }

  /* ハンバーガーメニュー　ヘッダーナビ */
  @media (max-width: 767px) {
    .hamburger-menu {
      position: fixed;
      top: 5rem;
      width: 100%;
      margin: 0px auto;
      height: calc(100vh - 5rem);
      background-color: #fff;
      transition: opacity .3s;
      opacity: 0;
    }
  }

  /* アクティブ状態 */
  .hamburger-menu-active {
    opacity: 1;
  }

  /* ナビゲーション */
  @media (max-width: 767px) {
    .hamburger-menu-list-group {
      display: table;
      width: 100vw;
      font-size: 1.875rem;
      border-top: 0.0625rem solid #000;
    }
  }

  @media (min-width: 768px) {
    .header-nav-list-group {
      column-gap: 1.58rem;
      height: 100%;
      padding-right: 1.5rem;

    }
  }

  @media (max-width: 767px) {
    .header-nav-list-group a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2rem;
      line-height: 1;
      border-bottom: 0.0625rem solid #000;
    }
  }



  /* 右矢印アイコン */
  @media (max-width: 767px) {
    .header-nav a::after {
      font-family: bootstrap-icons;
      font-size: 1.5rem;
      content: "\F285";
    }
  }

  @media (min-width: 768px) {
    .header-nav a:hover {
      color: #ec6a00;
    }
  }



  /* カバー */
  @media (max-width: 767px) {
    .cover {
      margin-top: 5rem;
    }
  }

  /* コンテナ */
  .cover-container {
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 768px) {
    .cover-container {
      flex-direction: row-reverse;
    }
  }

  /* カバー画像 */
  .cover-top {
    height: 20.625rem;
    background-color: #e7e9fb;
    background-image: url("../images/cover/cover_bg_sp.png");
    background-position: center;
  }

  @media (min-width: 768px) {
    .cover-top {
      width: 50%;
      height: 100vh;
      background-image: url("../images/cover/cover_bg_pc.png");
      background-position: left center;
    }
  }

  /* カバーテキスト */
  @media (min-width: 768px) {
    .cover-bottom {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
    }
  }

  /* カバーキャッチコピー */
  .cover-catch {
    margin: 3rem 1.25rem 2.6rem;
  }

  @media (min-width: 768px) {
    .cover-catch {
      width: 33.75rem;
      margin: 0 0 0 auto;
    }
  }


  /* カバータイトル */
  .cover-title {
    display: table;
    margin-bottom: .7rem;
    font-size: 2.559rem;
    color: #fff;
    line-height: 1;
    background-color: #ec6a00;
  }

  @media (min-width: 768px) {
    .cover-title {
      margin-top: 0.2rem;
      margin-bottom: 1rem;
      font-size: 3.1875rem;
    }
  }

  /* カバー説明 */
  .cover-description {
    display: block;
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 2.05
  }

  @media (min-width: 768px) {
    .cover-description {
      display: inline-block;
      padding-top: 0.01rem;
      font-size: 1.2rem;
      line-height: 2;
      letter-spacing: 0.01rem;
    }
  }

  /* スクロール */
  .cover-scroll {
    display: none;
  }

  @media (min-width: 768px) {
    .cover-scroll {
      position: absolute;
      bottom: 4rem;
      left: 0;
      display: block;
      font-size: .8125rem;
      letter-spacing: .1rem;
      transform: rotate(-90deg);
    }
  }

  @media (min-width: 1081px) {
    .cover-scroll {
      right: 30.875rem;
      left: auto;
    }
  }

  .cover-scroll::after {
    background-color: #554b9c;
    position: absolute;
    right: 0;
    bottom: 1.375rem;
    width: 6.25rem;
    height: .125rem;
    content: "";
  }

  /* about */
  .about {
    height: 35rem;
    padding: 6.25rem 1.25rem;
    background-image: url("../images/about/about_bg_sp.png");
    background-size: cover;
  }

  @media (min-width: 768px) {
    .about {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem;
      background-image: url("../images/about/about_bg_pc.png");
      background-position: center center;
    }
  }

  /* コンテナ */
  .about-container {
    padding: 2.5rem 1.75rem;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 1.875rem;
  }

  @media (min-width: 768px) {
    .about-container {
      padding: 4.35rem 5rem;
      max-width: 61rem;
      margin: 0 auto;
      background-color: #fff;
    }
  }


  /* タイトル */
  .about-title {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.5625rem;
    color: #554b9c;
    text-align: center;
    letter-spacing: 0.015em;
  }

  @media (max-width: 767px) {
    .about-title {
      padding-top: 1.1rem;
      padding-bottom: 1.3rem;
      line-height: 1;
      border-top: 0.1875rem solid #554b9c;
      border-bottom: 0.1875rem solid #554b9c;
    }
  }

  @media (min-width: 768px) {
    .about-title {
      font-size: 2rem;
      letter-spacing: 0;
    }
  }

  .about-title::before,
  .about-title::after {
    position: absolute;
    top: 50%;
    width: 3.125rem;
    height: 0.1875rem;
    content: "";
    background-color: #554b9c;
  }

  @media (max-width: 767px) {

    .about-title::before,
    .about-title::after {
      display: none;
    }
  }

  .about-title::before {
    right: calc(50% + 11.25rem);
  }

  .about-title::after {
    left: calc(50% + 11.25rem);
  }

  /* 説明 */
  .about-description {
    line-height: 2.02;
    letter-spacing: 0.007rem;
  }

  @media (min-width: 768px) {
    .about-description {
      line-height: 2.2;
    }
  }

  /* ビジネス */
  .business .container {
    padding-top: 4.7rem;
    padding-bottom: 4.9rem;
  }

  @media (min-width: 768px) {
    .business .container {
      padding-top: 5.9rem;
      padding-bottom: 6rem;
    }
  }

  .business .section-title {
    margin-bottom: 1.85rem;
  }

  @media (min-width:768px) {
    .business .section-title {
      margin-bottom: 2.14rem;
    }
  }

  /* ビジネスアイテム */
  .business-list-group {
    display: flex;
    flex-direction: column;
    row-gap: 0.89rem;
  }

  @media (min-width: 768px) {
    .business-list-group {
      row-gap: 2.5rem;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }


  @media (min-width: 768px) {
    .business-list-title-4 {
      display: none;
    }
  }

  /* ビジネスリンク */
  .business-list-group-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.75rem;
    border: 0.0625rem solid #554b9c;
    border-radius: 0.625rem;
  }

  @media (min-width: 768px) {
    .business-list-group-item {
      width: calc(50% - 1.25rem);
      padding: 1.25rem;
    }
  }

  /* hover状態 */
  .business-list-group-item:hover {
    border: 0.0625rem solid #f35f1e;
  }

  /* 画像 */
  .business-list-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 5.625rem;
    background-color: #554b9c;
  }

  @media (min-width: 768px) {
    .business-list-image {
      width: 8.75rem;
      height: 6.5625rem;
    }
  }

  /* hover状態 */
  .business-list-group-item:hover .business-list-image {
    background-color: #f35f1e;
  }

  /* タイトル */
  .business-list-title {
    padding-left: 1rem;
    font-size: 1.125rem;
    line-height: 1.74;
  }

  @media (min-width: 768px) {
    .business-list-title {
      font-size: 1.5625rem;
    }
  }

  /* 右矢印 */
  .business-list-icon {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    font-size: 0.7rem;
    transform: translate(0%, -50%);
  }

  /* works */
  .works {
    background-color: #e7e9fb;
  }

  .works .container {
    padding-top: 4.4rem;
    padding-bottom: 4.9rem;
  }

  /* コンテナ */
  @media (min-width: 768px) {
    .works .container {
      padding-top: 5.8rem;
      padding-bottom: 5.5rem;
    }
  }

  .works .section-title {
    margin-bottom: 1.95rem;
  }

  /* タイトル */
  @media (min-width: 768px) {
    .works .section-title {
      margin-bottom: 2.4rem;
    }
  }


  /* タブ */
  .st-theme-basic {
    border: none;
  }

  /* タブナビゲーション */
  .tab.st>.nav {

    column-gap: 0.25rem;
    flex-direction: row !important;
  }

  .tab.st-theme-basic>.nav {
    box-shadow: none;
  }

  .tab.st-theme-basic>.nav .nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1;
    background-color: #d8d8d8;
    color: #000;
    border-radius: 0.937rem 0.937rem 0 0;
  }

  @media (min-width: 768px) {
    .tab.st-theme-basic>.nav .nav-link {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 1.25rem;
    }
  }

  /* アクティブ状態 */
  .tab.st-theme-basic>.nav .nav-link.active {
    color: #fff !important;
    background-color: #554b9c;
  }

  .tab.st-theme-basic>.nav .nav-link.active::after {
    background-color: unset !important;
  }

  .tab-content {
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .tab.st-theme-basic>.tab-content>.tab-pane {
    flex-direction: column;
    row-gap: 1.34rem;
    padding: 2.5rem 3.5rem 1.7rem;
  }

  @media (min-width: 768px) {
    .tab.st-theme-basic>.tab-content>.tab-pane {
      row-gap: 2.25rem;
      justify-content: space-between;
      flex-direction: row;
      padding: 3.75rem 2.25rem;
    }
  }

  /* タイトル */
  .works-tab-content-title {
    margin-top: 0.7rem;
    font-size: 1rem;
    line-height: 1.67;
  }


  @media (min-width: 768px) {
    .works-tab-content-title {
      margin-top: 0.75rem;
      font-size: 1.15rem;
      margin-bottom: 0;
    }
  }

  /* news */
  /* コンテナ */
  .news .container {
    padding-top: 4rem;
    padding-bottom: 5rem;

  }

  @media (min-width: 768px) {
    .news .container {
      padding-top: 5.4rem;
      padding-bottom: 5.7rem;

    }
  }

  /* タイトル */
  .news .section-title {
    margin-bottom: 2rem;
  }

  @media (min-width: 768px) {
    .news .section-title {
      margin-bottom: 2rem;
    }
  }

  /* ニュースリスト */
  .news-list li {
    padding: 1.1rem 0.8rem 1.1rem;
    border-top: .0625rem solid #000;
  }

  @media (min-width: 1081px) {
    .news-list li {
      padding: 0.35rem 1rem 1.1rem;
    }
  }


  .news-list li:last-child {
    border-bottom: .0625rem solid #000;
  }

  /* バッジ */
  .news-badge {
    display: inline-block;
    width: 6.25rem;
    padding: .5rem 0;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #554b9c;
    border-radius: .3125rem;
  }

  @media (min-width: 768px) {
    .news-badge {
      width: 6.875rem;
    }
  }

  /* 日付 */
  .news-date {
    display: inline-block;
    width: 8.75rem;
  }

  @media (min-width: 1081px) {
    .news-date {
      width: 6.3rem;
      letter-spacing: 0.025rem;
    }
  }

  /* テキスト */
  .news-text {
    display: block;
    margin-top: 0.96rem;
  }

  @media (min-width: 1081px) {
    .news-text {
      display: inline-block;
      margin-left: 2.5rem;
    }
  }

  /* contact */

  .contact {
    height: 28.75rem;
    color: #fff;
    background-image: url("../images/contact/contact_bg_sp.png");
    background-size: cover;
  }



  @media (min-width:768px) {
    .contact {
      background-image: url("../images/contact/contact_bg_pc.png");
      background-position: center top;
    }
  }

  .contact .section-title {
    margin-bottom: 1.9rem;
    font-size: 2.1875rem;
    text-align: center;
}

  @media (min-width: 768px) {
    .contact .section-title {
      margin: 0 auto;
    }
  }

  /* フッター */

  .footer {
    padding: 2.5rem 0;
    text-align: center;
    color: #fff;
    background-color: #554b9c;
  }

  .footer-nav {
    font-size: 1rem;
    margin-bottom: 1.7rem;
  }

  @media (min-width: 768px) {
    .footer-nav {
      margin-bottom: 1.6rem;
      font-size: 1.13rem;
    }
  }

  .footer-nav li {
    padding: 0 1.25rem;
    border-left: .0625rem solid #fff;
  }

  @media (min-width: 768px) {
    .footer-nav li {
      padding: 0 1.75rem;
    }
  }

  .footer-nav li:last-child {
    border-right: .0625rem solid #fff;
  }

  .footer-nav li a {
    display: block;
    line-height: 1;
    color: #fff;
  }

  .footer-nav li a:hover {
    text-decoration: underline;
  }

  /* コピーライト */
  .footer-copyright {
    font-size: .75rem;
  }

  @media (min-width: 768px) {
    .footer-copyright {
      font-size: 0.875rem;
    }
  }


  /* access */


  .access .cover-top {
    background-color: #fff;
    background-image: url("../images/access/cover.png");
    background-size: 96%;
  }

  @media (min-width: 768px) {
    .access .cover-top {
      width: 50%;
      background-color: #fff;
      background-image: url(../images/access/cover.png);
      background-size: 90% auto;

    }
  }



  @media (min-width: 768px) {
    .access .cover-bottom {
      position: relative;
      display: flex;
      align-items: center;
      text-align: start;
      width: 50%;
    }
  }

  .access .cover-catch {
    margin: 0.3rem 1.25rem 1.25rem;
  }

  @media (min-width: 768px) {
    .access .cover-catch {
      margin: 0 0 0 auto;
      padding-bottom: 1.55rem;
    }
  }

  .access .cover-container {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }


  @media (min-width: 768px) {
    .access .cover-container {
      display: flex;
      flex-direction: row;
    }
  }



  .access .cover-catch>span {
    font-size: 40px;
    width: 124px;
    height: 22px;
    border-bottom: 3px solid #554b9c;
  }

  @media (min-width: 768px) {
    .access .cover-catch>span {
      font-size: 50px;
      border-bottom: 4px solid #554b9c;
    }
  }

  /* マップ */

  .google-map {
    padding: 22px 0 0 0;
  }

  @media (min-width: 768px) {
    .google-map {
      padding: 0;
    }
  }

  iframe {
    width: 100%;
    height: 425px;
    padding-bottom: 24px;
  }



  /* 住所 */

  .access .infomation {
    padding-bottom: 75px;
}
@media (min-width: 768px) {
  .access .infomation {
    padding-bottom: 3px;
  }
}


  .infomation-container {
    background-color: #f2f2f2;
    border-radius: 2rem;
    margin: 0 1.2rem;
    padding: 1.5rem;
  }

  @media (min-width: 768px) {
    .infomation-container {
      max-width: 980px;
      margin: 1.8rem auto 6.3rem;
    }
  }

  .infometion-list {
    display: flex;
    font-size: 16px;
    justify-content: start;
  }


  .infometion-list:last-child {
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
  }

  @media (min-width: 768px) {
    .infometion-list {
      display: flex;
      font-size: 20px;
      padding-top: 15px;
    }
  }

  @media (min-width: 768px) {
    .infometion-list:last-child {
      padding-top: 0.6rem;
      padding-bottom: 0.2rem;
    }
  }

  .bi-geo-alt,
  .bi-telephone {
    padding-right: 7px;
    font-size: 20px;
  }




  @media (min-width: 768px) {
    .bi-geo-alt,.bi-telephone {
      position: relative;
      top: -14%;
      padding: 0px 13px 0px 35px;
      font-size: 25px;
    }
  }
