  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    padding: 56px 0 0 0;
    font-family: 'noto Sans JP', sans-serif;
  }

  .top {}

  .top .sp {
    display: none;
  }

  .top .pc {
    position: relative;
  }

  .hokiraon-bg {
    width: 100%;
  }

  .hokiraon-logo-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 4px;
  }

  .hokiraon-description {
    position: absolute;
    text-align: left;
    top: 30%;
    left: 5%;
    margin: 0;
    padding: 0;
  }

  .hokiraon-jp-description {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 0.1em;
    text-align: left;
  }

  .hokiraon-en-description {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.17em;
    font-family: Helvetica Neue;
    line-height: 28px;
    width: 91%;
  }

  .service {
    background-color: #8C83AB;
    padding: 80px 0;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 20px;
  }

  .service-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 280px;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }

  .card-number {
    font-size: 14px;
    color: #8b7ba8;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
  }

  .card-image {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
  }

  .card-description {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    text-align: center;
  }

  .news {
    background-color: #8C83AB;
  }

  .news__wrapper {
    display: flex;
    justify-content: start;
    padding: 14px 0;
    max-width: 1100px;
    margin: 0 auto;
  }

  #posts li{
    list-style: none;
    margin: 4px 0;
  }

  .news p {
    color: #fff;
    margin-right: 16px;
    font-weight: bold;
  }

  .news-item .text {
    margin-left: 60px;
  }
  .news-item .text.link {
    text-decoration: underline;
  }

  .news-item span {
    font-family: Helvetica Neue;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
  }

  .text a {
    text-decoration: none;
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media screen and (max-width: 950px) {
    .top .sp {
      display: block;
      height: auto;
      position: relative;
    }

    .top .pc {
      display: none;
    }

    .news {
      padding: 20px;
    }

    .news p {
      text-align: left;
    }

    .news-item {
      text-align: left;
    }

    .news-item .date {
      color: #fff;
      font-size: 14px;
    }

    .news-item .text {
      color: #fff;
      margin-left: 0 !important;
    }

  }

  .news-item .date {
    color: #fff;
    font-size: 14px;
  }

  .profile-container {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    max-width: 928px;
    margin: 0 auto;
  }

  .profile-image {
    flex-shrink: 0;
  }

  .image {
    border-radius: 20px;
    box-shadow: 10px 10px 0px 0 #5A4F7F,
      -10px -10px 0px 0 #E0AF22;
  }

  .image .member-image {
    width: 215px;
  }

  .image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    z-index: 200;
  }

  .profile-text {
    font-size: 12px;
    text-align: right;
    margin-top: 18px;
    color: #666;
  }

  .profile-content {
    flex: 1;
    font-size: 16px;
  }

  .profile-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
  }

  .history-section {
    margin-top: 40px;
  }

  .history-section h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding-bottom: 16px;
  }

  .history-list {
    list-style: none;
  }

  .history-item {
    display: flex;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    gap: 16px;
  }

  .history-item:last-child {
    border-bottom: none;
  }

  .history-date {
    width: 120px;
    flex-shrink: 0;
    color: #333;
    font-weight: 500;
  }

  .history-detail {
    flex: 1;
    color: #666;
  }

  .overview {
    padding: 140px 0;
  }


  .logo-container {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }

  .logo-container .sp {
    display: none;
  }

  .logo-container .pc {
    display: block;
  }

  .logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .subtitle {
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #666;
    margin-bottom: 50px;
    font-family: Helvetica Neue;
  }

  .main-title .sp {
    display: none;
  }

  .main-title .pc {
    display: inline;
  }

  .content-block {
    font-size: 18px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
  }

  .content-text {
    line-height: 2;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
  }

  .content-text:last-child {
    margin-bottom: 0;
  }

  /* Header Styles */
  header {
    background-color: #fff;
    padding: 13px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    font-size: 0.75rem;
  }

  nav {
    display: flex;
    gap: 35px;
    font-size: 0.75rem;
  }

  nav a {
    text-decoration: none;
    color: #333;

    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    color: #5A4F7F;
  }

  nav a:hover {
    opacity: 0.5;
  }

  .menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
  }

  .service-section-header {
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
  }

  .service-section-header h1 {

    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.15em;
    text-align: center;
  }

  .service-section-header p {
    padding: 16px 0;
    font-size: 16px;
    letter-spacing: 0.15em;
  }

  .company-underline {
    width: 218px;
    height: 5px;
    margin: 0 auto;
    background: linear-gradient(to right, #E0AF22 0%, #E0AF22 50%, #fff 50%, #fff 100%);
  }

  .underline {
    width: 218px;
    height: 5px;
    margin: 0 auto;
    background: linear-gradient(to right, #E0AF22 0%, #E0AF22 50%, #5A4F7F 50%, #5A4F7F 100%);
  }

  .info-label {
    width: 200px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    flex-shrink: 0;
    text-align: left;
  }

  .info-value {
    flex: 1;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: left;
  }

  .info-value a {
    /* color: #4a90e2; */
    text-decoration: none;
  }
  .tel {
    color: #666!important;
    pointer-events: none;
  }

  .info-value a:hover {
    text-decoration: underline;
  }

  .members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 0 20px;
  }

  section {
    text-align: center;
  }

  .president {
    padding: 60px 20px;
    background-color: #F9F9F9;
  }
  

  .news-body {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
    padding: 20px 250px;
    gap: 59px;
  }

  @media (max-width: 600px) {
    .president {
      padding: 40px 20px;
    }

    .section-header {
      margin-bottom: 40px !important;
    }

    .company-section-header {
      padding: 40px 0;
    }

    .info-item {
      flex-direction: column;
    }

    .news-item {
      flex-direction: column;
      padding: 10px 0 !important;
    }

    .info-label {
      width: 100%;
      margin-bottom: 8px;
    }

    .member {
      padding: 40px 0 !important;
    }

    .member-member__wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      padding: 0 !important;
    }
  }

  .company-info {
    list-style: none;
  }

  .info-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .news-item {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }

  .company {
    max-width: 690px;
    min-width: 375px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .sugimoto {
    font-size: 14px;
  }

  .section-header {
    text-align: center;
    margin-bottom: 80px;
  }

  .section-header h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
  }

  .section-header p {
    font-size: 16px;
    letter-spacing: 3px;
    color: #000;
    opacity: 0.9;
    margin-bottom: 20px;
  }

  .member-section-header {
    text-align: center;
    margin-bottom: 80px;
  }

  .member-section-header h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.15em;
  }

  .member-section-header p {
    font-size: 16px;
    letter-spacing: 3px;
    padding: 15px 0 20px 0;
    color: #000;
  }

  .services-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 20px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
  }

  .service-card {
    background: #fff;
    border-radius: 20px;
    padding: 16px 20px 32px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }

  /* 各カードに異なるmargin-topを設定してずらす */
  .service-card:nth-child(1) {
    margin-top: 40px;
  }

  .service-card:nth-child(2) {
    margin-top: 80px;
  }

  .service-card:nth-child(3) {
    margin-top: 0px;
  }

  .service-card:nth-child(4) {
    margin-top: 60px;
  }

  .card-number {
    font-size: 14px;
    color: #8b7ba8;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .card-image {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
  }

  .card-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: center;
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .services-container {
      grid-template-columns: repeat(2, 1fr);
      display: flex;
    }

    .news-body {
      padding: 2px 150px;
      width: 85%;
    }

    /* タブレットでは2列なので調整 */
    .service-card:nth-child(1) {
      margin-top: 20px;
    }

    .service-card:nth-child(2) {
      margin-top: 60px;
    }

    .service-card:nth-child(3) {
      margin-top: 0px;
    }

    .service-card:nth-child(4) {
      margin-top: 40px;
    }
  }

  .member {
    padding: 80px 0;
  }


  .member-member__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-bottom: 80px;
  }

  .member-member p {
    position: relative;
    top: -40px;
    left: -80px;
    color: #fff;
  }

  .member-member .image {
    width: 215px;
  }

  footer {
    padding: 50px 0;
    text-align: center;
    background-color: #5A4F7F;
    color: #fff;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  footer p {
    padding-top: 80px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    header {
      padding: 15px 20px;
    }

    nav {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      background: #fff;
      flex-direction: column;
      gap: 0;
    }

    nav.active {
      display: flex;
      height: 100vh;
    }

    nav a {
      padding: 15px 20px;
      text-align: center;
      font-size: 20px;
    }

    .menu-toggle {
      display: flex;
    }

    .hokiraon-description {
      width: 100%;
      top: 35%;
      left: 0;
      text-align: center;
    }

    .hokiraon-jp-description {
      font-family: Noto Sans JP;
      font-weight: 700;
      font-size: 32px;
      line-height: 52px;
      letter-spacing: 0.2em;
      text-align: center;
    }

    .hokiraon-en-description {
      font-size: 12px;
      letter-spacing: 0.27em;
      width: 100%;
    }

    .service-section-header {
      margin-bottom: 40px;
    }

    .service-section-header h1 {
      font-size: 24px !important;
      letter-spacing: 0.15em;
    }

    .logo-container .sp {
      display: block;
    }

    .logo-container .pc {
      display: none;
    }

    .main-title {
      font-size: 32px;
    }

    .content-block {
      font-size: 16px;
      padding: 30px 20px;
    }

    .content-text {
      font-size: 14px;
      text-align: left;
    }

    .news-body {
      flex-direction: column;
      padding: 0 20px !important;
      display: block !important;
    }

    .profile-text {
      text-align: center;
    }

    .section-header h1 {
      font-size: 24px;
    }

    .service {
      padding: 40px 0;
    }

    .services-container {
      grid-template-columns: 1fr !important;
      padding: 0 47px;
    }

    /* スマホでは縦並びなのでずらしをリセット */
    .service-card:nth-child(1),
    .service-card:nth-child(2),
    .service-card:nth-child(3),
    .service-card:nth-child(4) {
      margin-top: 0;
      width: 100%;
    }

    .underline {
      width: 160px;
    }

    .company-underline {
      width: 160px;
    }

    .company {
      padding: 40px 20px !important;
    }

    .main-title .sp {
      display: inline;
    }

    .main-title .pc {
      display: none;
    }

    .overview {
      padding: 60px 0;
    }

    .service-section-header p {
      font-size: 12px;
    }

    .section-header p {
      font-size: 12px;
    }

    .member-section-header p {
      padding: 0 0 20px 0;
      font-size: 12px;
    }

    .profile-container {
      flex-direction: column;
      align-items: center;
      gap: 52px;
    }

    .history-item {
      padding-bottom: 5px;
      gap: 5px;
    }

    .image.member-image {
      width: 150px !important;
    }

    .member-member p {
      left: -50px !important;
    }

    .services-grid {
      grid-template-columns: 1fr;
      padding: 0;
    }

    .service-card {
      padding: 20px;
    }

    .member-section-header h1 {
      font-size: 24px;

    }

    .member-menber__wrapper {
      display: grid;
    }

    .news-item {
      align-items: flex-start;
    }
  }