@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  /* ***************************************************
   事業・サービス
  *************************************************** */
  #service-content {
    color: #666666;
    /* --------- 下層共通ナビ --------- */
  }
  #service-content .group-ssu {
    width: 1160px;
    max-width: calc(100% - 8vw);
    margin: 64px auto;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  #service-content .group-ssu .img {
    display: grid;
    place-items: center;
    width: 100%;
    height: 200px;
    padding: 20px;
    background-color: #FFFF00;
  }
  #service-content .group-ssu .img img {
    width: 365px;
  }
  #service-content .group-ssu .text {
    padding: 20px;
  }
  #service-content .group-ssu .text h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
  }
  #service-content .group-ssu .text ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0 40px;
  }
  #service-content .group-ssu .text ul li a {
    display: block;
    padding: 18px 0;
    line-height: 1em;
    background-image: url(../images/service/ico-arrow-link.svg);
    background-repeat: no-repeat;
    background-position: center right 4px;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
  }
  #service-content .group-ssu .text ul li a:hover {
    border-bottom: 1px solid #696969;
  }
  #service-content .group-wrapper {
    width: 1160px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
  }
  #service-content .group-wrapper ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px 12px;
  }
  #service-content .group-wrapper ul li {
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  #service-content .group-wrapper ul li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #service-content .group-wrapper ul li a:hover {
    opacity: 0.8;
  }
  #service-content .group-wrapper ul li a .img {
    height: 200px;
  }
  #service-content .group-wrapper ul li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #service-content .group-wrapper ul li a span {
    display: block;
    padding: 20px 5px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  #service-content .group-wrapper ul li a span::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background-image: url(../images/service/ico-blank.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #service-content .nav-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  #service-content .nav-wrapper .nav-service {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 12px;
    margin: 0 auto;
    padding: 0 4vw;
  }
  #service-content .nav-wrapper .nav-service li a {
    display: block;
    padding: 12px 0px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #service-content .nav-wrapper .nav-service li a.current {
    background-color: #FFFF00;
    border-bottom: none;
  }
  #service-content .nav-wrapper .nav-service li a:hover:not(.current) {
    border-bottom: 1px solid #696969;
  }
  /* ***************************************************
   SSU関連ページ
  *************************************************** */
  .ssu-outline {
    width: 900px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
  }
  .ssu-outline .outline {
    margin: 0 auto 80px;
    font-size: 15px;
    border-top: 1px solid #CCCCCC;
  }
  .ssu-outline .outline div {
    padding: 1em 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .ssu-outline .outline div dt {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .ssu-outline .outline div dd {
    line-height: 1.75em;
  }
  .ssu-outline .outline div dd ul {
    list-style: none;
  }
  .ssu-outline .outline div dd a {
    text-decoration: underline;
  }
  .ssu-outline .outline div dd .link-map {
    display: block;
    font-size: 14px;
    text-decoration: none;
    margin-left: 1em;
    padding: 0.25em 0.5em;
    background-color: #FFFF00;
  }
  .ssu-outline .outline div dd .link-map::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0.5em;
    background-image: url(../images/common/ico-blank.svg);
  }
  .ssu-outline .outline-section h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .ssu-outline .outline-section p {
    line-height: 2em;
  }
  .ssu-outline .outline-section .iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 64px;
  }
  .ssu-outline .outline-section .iso .text p:last-child {
    margin-bottom: 0;
  }
  .ssu-outline .outline-section .iso .img {
    width: 216px;
    margin: 0 auto 20px;
  }
  .ssu-outline .outline-section .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .ssu-outline .outline-section table th,
  .ssu-outline .outline-section table td {
    padding: 1em;
    font-size: 14px;
    border: 1px solid #CCCCCC;
  }
  .ssu-outline .outline-section table tbody tr th {
    background-color: #F5F5F5;
  }
  /* ***************************************************
   サービストップ
  *************************************************** */
  .ssu-service-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 900px;
    max-width: calc(100% - 8vw);
    min-height: 470px;
    margin: 64px auto 40px;
    padding: 60px 0 0;
    text-align: center;
    background-image: url(../images/service/ssu/ssu_service/top.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .ssu-service-intro h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .ssu-service-intro p {
    font-size: 16px;
    line-height: 2em;
  }
  .ssu-service-title {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .ssu-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 20px 12px;
    width: 1000px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
  }
  .ssu-service-list li a {
    display: block;
    height: 100%;
    padding: 50px 10px 40px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .ssu-service-list li a:hover {
    opacity: 0.8;
  }
  .ssu-service-list li a b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
  }
  .ssu-service-list li a span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #AAAAAA;
  }
  .ssu-service-btn {
    padding: 0 4vw;
  }
  .ssu-service-btn a {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 60px auto;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #CCCCCC;
    border-radius: 30px;
  }
  .ssu-service-btn a:hover {
    opacity: 0.8;
  }
  /* ***************************************************
   サービスシングル
  *************************************************** */
  .single-ssu_service {
    width: 980px;
    max-width: calc(100% - 8vw);
    margin: 0 auto;
  }
  .single-ssu_service .intro {
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #FFFF00;
  }
  .single-ssu_service .intro .text {
    padding: 50px 20px;
  }
  .single-ssu_service .intro .text h1 {
    line-height: 1em;
    margin-bottom: 32px;
  }
  .single-ssu_service .intro .text h1 b,
  .single-ssu_service .intro .text h1 span {
    display: block;
  }
  .single-ssu_service .intro .text h1 b {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .single-ssu_service .intro .text h1 span {
    font-size: 14px;
    color: #AAAAAA;
  }
  .single-ssu_service .intro .text .post-content p {
    margin-bottom: 1em;
    line-height: 2em;
  }
  .single-ssu_service .intro .text .post-content p:last-child {
    margin-bottom: 0;
  }
  .single-ssu_service .intro .img {
    width: 490px;
    max-width: 100%;
  }
  .single-ssu_service .intro .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 10px 10px;
  }
  .single-ssu_service .service-children {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
    margin-bottom: 60px;
  }
  .single-ssu_service .service-children .child {
    background-image: url(../images/service/ssu/ssu_service/plus.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 20px center;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .single-ssu_service .service-children .child h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 26px 50px 26px 26px;
    cursor: pointer;
  }
  .single-ssu_service .service-children .child .modal {
    position: relative;
    width: 640px;
    padding: 60px 20px;
    color: #666666;
    border-radius: 12px;
    background-color: #fff;
  }
  .single-ssu_service .service-children .child .modal::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .single-ssu_service .service-children .child .modal::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .single-ssu_service .service-children .child b {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .single-ssu_service .service-children .child div p {
    font-size: 15px;
    line-height: 1.75em;
  }
  .single-ssu_service .service-children .child div p:last-child {
    margin-bottom: 0;
  }
  .single-ssu_service .service-children .child .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .single-ssu_service .service-related h2 {
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 700;
  }
  .single-ssu_service .service-related h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #AAA;
    z-index: -1;
  }
  .single-ssu_service .service-related h2 span {
    display: inline-block;
    padding: 0 20px 0 0;
    background-color: #fff;
  }
  .single-ssu_service .service-related ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 10px;
  }
  .single-ssu_service .service-related ul li a {
    display: block;
    height: 100%;
    color: #666666;
    font-size: 13px;
    border: 1px solid #EEEEEE;
  }
  .single-ssu_service .service-related ul li a:hover {
    opacity: 0.8;
  }
  .single-ssu_service .service-related ul li a img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-ssu_service .service-related ul li a span {
    display: inline-block;
    padding: 8px 12px;
    line-height: 24px;
  }
  .single-ssu_service .contact-cta {
    padding: 0;
  }
  .service-bottom {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 4px solid #F5F5F5;
  }
  .service-bottom ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 10px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .service-bottom ul li a {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 17px 10px;
    font-size: 15px;
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    text-align: center;
  }
  .service-bottom ul li a:hover {
    opacity: 0.8;
  }
  .service-bottom ul li .current {
    background-color: #FFFF00;
    color: #666666;
  }
  /* ***************************************************
   グローバルネットワーク
  *************************************************** */
  .global-network {
    padding: 40px 4vw;
    background-image: url(../images/service/ssu/global/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .global-network .inner {
    position: relative;
    z-index: 1;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  .global-network .inner .intro {
    text-align: center;
  }
  .global-network .inner .intro h2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 900;
  }
  .global-network .inner .intro p {
    font-weight: 600;
    line-height: 2em;
  }
  .global-network .inner .worldmap {
    position: relative;
    z-index: -1;
    margin: -20px auto 0;
  }
  .global-network .inner .worldmap .map {
    position: relative;
    z-index: 1;
  }
  .global-network .inner .worldmap .agency {
    position: relative;
    z-index: 2;
    top: -40px;
    width: 210px;
  }
  .global-network .inner .havas-wrapper {
    width: 100%;
    margin: 0 auto 40px;
    padding: 36px 24px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  }
  .global-network .inner .havas-wrapper .havas-logo {
    width: 180px;
    margin: 0 auto 24px;
    text-align: center;
  }
  .global-network .inner .havas-wrapper .havas-logo figcaption strong {
    font-size: 16px;
    font-weight: 700;
  }
  .global-network .inner .havas-wrapper .havas-logo figcaption span {
    font-size: 14px;
  }
  .global-network .inner .havas-wrapper .havasList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 0 20px;
  }
  .global-network .inner .havas-wrapper .havasList li {
    border-bottom: 1px solid #DDDDDD;
  }
  .global-network .inner .havas-wrapper .havasList li:nth-child(-n+4) {
    border-top: 1px solid #DDDDDD;
  }
  .global-network .inner .havas-wrapper .havasList li a {
    display: block;
    padding: 12px 0 20px;
  }
  .global-network .inner .havas-wrapper .havasList li a b {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: normal;
    word-break: break-word;
  }
  .global-network .inner .havas-wrapper .havasList li a strong {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 2px;
    word-break: break-word;
  }
  .global-network .inner .havas-wrapper .havasList li a span {
    font-size: 14px;
  }
  .global-network .inner .globalNetworkList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 20px 12px;
    width: 100%;
    margin: 0 auto 80px;
  }
  .global-network .inner .globalNetworkList li {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  }
  .global-network .inner .globalNetworkList li > span {
    display: block;
    padding: 6px 12px;
    color: #a0a0a0;
    font-size: 10px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .global-network .inner .globalNetworkList li a {
    display: block;
    padding: 0 12px 12px;
  }
  .global-network .inner .globalNetworkList li a:hover {
    opacity: 0.8;
  }
  .global-network .inner .globalNetworkList li a:hover p {
    text-decoration: none;
  }
  .global-network .inner .globalNetworkList li a figure {
    margin-bottom: 6px;
  }
  .global-network .inner .globalNetworkList li a span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    word-break: break-word;
  }
  .global-network .inner .globalNetworkList li a strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1em;
    word-break: break-word;
  }
  .global-network .inner .globalNetworkList li a p {
    margin: 0;
    font-size: 13px;
    text-decoration: underline;
    word-break: break-word;
  }
  .global-network .inner .global-contact {
    text-align: center;
  }
  .global-network .inner .global-contact p {
    margin-bottom: 36px;
  }
  .global-network .inner .global-contact a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto;
    padding: 8px 40px;
    background-color: #666666;
    -webkit-box-shadow: -1px -1px 2px 0 #424242 inset;
            box-shadow: -1px -1px 2px 0 #424242 inset;
  }
  .global-network .inner .global-contact a:hover {
    background-color: #949494;
  }
  /* ***************************************************
   SSU PEOPLE
  *************************************************** */
  .ssupeople-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .ssupeople-wrapper .subtitle {
    margin: 0 auto 40px;
    font-size: 20px;
    text-align: center;
  }
  .ssupeople-wrapper .people {
    margin-bottom: 60px;
  }
  .ssupeople-wrapper .people:last-child {
    margin-bottom: 0;
  }
  .ssupeople-wrapper .people .people-cat {
    position: relative;
    margin-bottom: 40px;
    line-height: 1em;
  }
  .ssupeople-wrapper .people .people-cat::after {
    content: "";
    position: absolute;
    background-color: #666666;
    left: 0;
    height: 2px;
    top: 10px;
    width: 100%;
  }
  .ssupeople-wrapper .people .people-cat span {
    position: relative;
    padding-right: 10px;
    background-color: #fff;
    z-index: 1;
  }
  .ssupeople-wrapper .people .people-cat span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background-color: #666666;
    border-radius: 50%;
  }
  .ssupeople-wrapper .people ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 24px;
  }
  .ssupeople-wrapper .people ul .item a {
    display: block;
    text-align: center;
  }
  .ssupeople-wrapper .people ul .item a img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 8px;
    border-radius: 50%;
  }
  .ssupeople-wrapper .people ul .item a b,
  .ssupeople-wrapper .people ul .item a p {
    display: block;
  }
  .ssupeople-wrapper .people ul .item a b {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
  }
  .ssupeople-wrapper .people ul .item a p {
    font-size: 12px;
  }
  .single-ssupeople {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .ssupeople-header {
    margin: 0 auto 24px;
    padding: 20px;
    background-color: #F5F5F5;
  }
  .ssupeople-header .img {
    width: 240px;
    margin: 0 auto 24px;
  }
  .ssupeople-header .text {
    padding: 0 20px;
  }
  .ssupeople-header .text a {
    text-decoration: underline;
  }
  .ssupeople-header .text a:hover {
    text-decoration: none;
  }
  .ssupeople-header .text .name {
    font-size: 26px;
    font-weight: 700;
  }
  .ssupeople-header .text .name span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
  }
  .ssupeople-header .text .occupation {
    font-size: 14px;
    font-weight: 600;
  }
  .ssupeople-header .text .profile {
    margin-top: 28px;
  }
  .ssupeople-header .text .profile > ul {
    list-style: none;
  }
  .ssupeople-header .text .profile > ul > li {
    margin-bottom: 1em;
  }
  .ssupeople-header .text .profile > ul > li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background-color: #666666;
    border-radius: 50%;
  }
  .ssupeople-header .text .profile > ul > li > span {
    margin-right: 1em;
    font-weight: 700;
  }
  .ssupeople-header .text .profile > ul > li ul {
    list-style: none;
    margin-top: 0.5em;
  }
  .ssupeople-header .text .profile > ul > li ul li {
    margin-bottom: 0.5em;
  }
  .ssupeople-content h3 {
    display: inline-block;
    margin: 40px auto;
    padding-top: 5px;
    border-top: 5px solid #CCCCCC;
  }
  .ssupeople-content p {
    line-height: 2em;
  }
  .ssupeople-content a {
    text-decoration: underline;
  }
  .ssupeople-content a:hover {
    text-decoration: none;
  }
  .ssupeople-content .specialistData dt {
    margin-bottom: 4px;
  }
  .ssupeople-content .specialistData dt::before {
    content: "●";
  }
  .ssupeople-content .specialistData dd + dt {
    margin-top: 10px;
  }
  .ssupeople-content .imgList-wrapper {
    margin-top: 60px;
  }
  .ssupeople-content .imgList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 8px;
  }
  .ssupeople-content .imgList li {
    border: 1px solid #E6E6E6;
  }
  .ssupeople-bottom {
    padding-top: 60px;
    border-top: 4px solid #F5F5F5;
  }
  .ssupeople-bottom .cat-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #F5F5F5;
  }
  .ssupeople-bottom .cat {
    margin-bottom: 32px;
  }
  .ssupeople-bottom .cat:last-child {
    margin-bottom: 0;
  }
  .ssupeople-bottom .cat .cat-title {
    margin-bottom: 0.75em;
    font-size: 18px;
  }
  .ssupeople-bottom .cat ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 1em;
    font-size: 15px;
    line-height: 2em;
  }
  .ssupeople-bottom .cat ul li:not(:first-child)::before {
    content: "|";
    margin-right: 0.75em;
  }
  .ssupeople-bottom .cat ul li a:hover {
    text-decoration: underline;
  }
  .ssupeople-bottom .ssupeople-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    max-width: calc(100% - 8vw);
    margin: 40px auto 0;
    font-size: 15px;
  }
  .ssupeople-bottom .ssupeople-nav.only-prev .next {
    display: block;
    width: 50px;
  }
  .ssupeople-bottom .ssupeople-nav.only-next .prev {
    display: block;
    width: 50px;
  }
  .ssupeople-bottom .ssupeople-nav a {
    display: inline-block;
    margin: 0;
    color: #666666;
    text-decoration: none;
  }
  .ssupeople-bottom .ssupeople-nav .top span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ssupeople-bottom .ssupeople-nav .next span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .ssupeople-bottom .ssupeople-nav .prev span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  /* ***************************************************
   事業・サービス
  *************************************************** */
  #service-content {
    padding-top: 96px;
    color: #666666;
    /* --------- 下層共通ナビ --------- */
  }
  #service-content .group-ssu {
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 64px auto;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  #service-content .group-ssu .img {
    display: grid;
    place-items: center;
    width: 100%;
    height: 240px;
    background-color: #FFFF00;
  }
  #service-content .group-ssu .img img {
    width: 365px;
  }
  #service-content .group-ssu .text {
    padding: 24px 40px;
  }
  #service-content .group-ssu .text h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
  }
  #service-content .group-ssu .text ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 40px), 1fr));
    gap: 0 40px;
  }
  #service-content .group-ssu .text ul li a {
    display: block;
    padding: 18px 0;
    line-height: 1em;
    background-image: url(../images/service/ico-arrow-link.svg);
    background-repeat: no-repeat;
    background-position: center right 4px;
    border-bottom: 1px solid #DDDDDD;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
  }
  #service-content .group-ssu .text ul li a:hover {
    border-bottom: 1px solid #696969;
  }
  #service-content .group-wrapper {
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  #service-content .group-wrapper ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - clamp(40px, 4vw, 60px)), 1fr));
    gap: 64px clamp(40px, 4vw, 60px);
  }
  #service-content .group-wrapper ul li {
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  #service-content .group-wrapper ul li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #service-content .group-wrapper ul li a:hover {
    opacity: 0.8;
  }
  #service-content .group-wrapper ul li a .img {
    height: 220px;
  }
  #service-content .group-wrapper ul li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #service-content .group-wrapper ul li a span {
    display: block;
    padding: 20px 5px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  #service-content .group-wrapper ul li a span::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background-image: url(../images/service/ico-blank.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #service-content .nav-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  #service-content .nav-wrapper .nav-service {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 34px), 1fr));
    gap: 16px 34px;
    margin: 0 auto;
  }
  #service-content .nav-wrapper .nav-service li a {
    display: block;
    padding: 12px 0px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #service-content .nav-wrapper .nav-service li a.current {
    background-color: #FFFF00;
    border-bottom: none;
  }
  #service-content .nav-wrapper .nav-service li a:hover:not(.current) {
    border-bottom: 1px solid #696969;
  }
  /* ***************************************************
   SSU関連ページ
  *************************************************** */
  .ssu-outline {
    width: 900px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .ssu-outline .outline {
    margin: 0 auto 80px;
    font-size: 15px;
    border-top: 1px solid #CCCCCC;
  }
  .ssu-outline .outline div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .ssu-outline .outline div dt {
    width: 248px;
    font-weight: 700;
  }
  .ssu-outline .outline div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.75em;
  }
  .ssu-outline .outline div dd ul {
    list-style: none;
  }
  .ssu-outline .outline div dd a {
    text-decoration: underline;
  }
  .ssu-outline .outline div dd .link-map {
    font-size: 14px;
    text-decoration: none;
    margin-left: 1em;
    padding: 0.25em 0.5em;
    background-color: #FFFF00;
  }
  .ssu-outline .outline div dd .link-map::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0.5em;
    background-image: url(../images/common/ico-blank.svg);
  }
  .ssu-outline .outline-section h2 {
    margin-bottom: 64px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .ssu-outline .outline-section p {
    line-height: 2em;
  }
  .ssu-outline .outline-section .iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
  }
  .ssu-outline .outline-section .iso .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ssu-outline .outline-section .iso .text p:last-child {
    margin-bottom: 0;
  }
  .ssu-outline .outline-section .iso .img {
    width: 216px;
  }
  .ssu-outline .outline-section table th,
  .ssu-outline .outline-section table td {
    padding: 1em;
    font-size: 14px;
    border: 1px solid #CCCCCC;
  }
  .ssu-outline .outline-section table tbody tr th {
    background-color: #F5F5F5;
  }
  /* ***************************************************
   サービストップ
  *************************************************** */
  .ssu-service-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 900px;
    max-width: calc(100% - 48px);
    min-height: 470px;
    margin: 128px auto 40px;
    padding: 80px 0 0;
    text-align: center;
    background-image: url(../images/service/ssu/ssu_service/top.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .ssu-service-intro h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.5em;
  }
  .ssu-service-intro p {
    font-size: 16px;
    line-height: 2em;
  }
  .ssu-service-title {
    margin-bottom: 40px;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .ssu-service-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
    width: 1000px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .ssu-service-list li a {
    display: block;
    height: 100%;
    padding: 50px 20px 40px;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
  }
  .ssu-service-list li a:hover {
    opacity: 0.8;
  }
  .ssu-service-list li a b {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25em;
  }
  .ssu-service-list li a span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #AAAAAA;
  }
  .ssu-service-btn a {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 75px auto 130px;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 2px solid #CCCCCC;
    border-radius: 30px;
  }
  .ssu-service-btn a:hover {
    opacity: 0.8;
  }
  /* ***************************************************
   サービスシングル
  *************************************************** */
  .single-ssu_service {
    width: 980px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .single-ssu_service .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    border-radius: 10px;
    background-color: #FFFF00;
  }
  .single-ssu_service .intro .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 50px;
  }
  .single-ssu_service .intro .text h1 {
    line-height: 1em;
    margin-bottom: 40px;
  }
  .single-ssu_service .intro .text h1 b,
  .single-ssu_service .intro .text h1 span {
    display: block;
  }
  .single-ssu_service .intro .text h1 b {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .single-ssu_service .intro .text h1 span {
    font-size: 15px;
    color: #AAAAAA;
  }
  .single-ssu_service .intro .text .post-content p {
    margin-bottom: 1em;
    line-height: 2em;
  }
  .single-ssu_service .intro .text .post-content p:last-child {
    margin-bottom: 0;
  }
  .single-ssu_service .intro .img {
    width: 490px;
    max-width: 50%;
  }
  .single-ssu_service .intro .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 10px 10px 0;
  }
  .single-ssu_service .service-children {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    gap: 20px;
    margin-bottom: 60px;
  }
  .single-ssu_service .service-children .child {
    background-image: url(../images/service/ssu/ssu_service/plus.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 20px center;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .single-ssu_service .service-children .child h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 26px 50px 26px 26px;
    cursor: pointer;
  }
  .single-ssu_service .service-children .child .modal {
    position: relative;
    width: 640px;
    padding: 70px;
    color: #666666;
    border-radius: 12px;
    background-color: #fff;
  }
  .single-ssu_service .service-children .child .modal::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .single-ssu_service .service-children .child .modal::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .single-ssu_service .service-children .child b {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .single-ssu_service .service-children .child div p {
    font-size: 15px;
    line-height: 1.75em;
  }
  .single-ssu_service .service-children .child div p:last-child {
    margin-bottom: 0;
  }
  .single-ssu_service .service-children .child .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  .single-ssu_service .service-related h2 {
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 700;
  }
  .single-ssu_service .service-related h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #AAA;
    z-index: -1;
  }
  .single-ssu_service .service-related h2 span {
    display: inline-block;
    padding: 0 20px 0 0;
    background-color: #fff;
  }
  .single-ssu_service .service-related ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
    gap: 10px;
  }
  .single-ssu_service .service-related ul li a {
    display: block;
    height: 100%;
    color: #666666;
    font-size: 13px;
    border: 1px solid #EEEEEE;
  }
  .single-ssu_service .service-related ul li a:hover {
    opacity: 0.8;
  }
  .single-ssu_service .service-related ul li a img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-ssu_service .service-related ul li a span {
    display: inline-block;
    padding: 18px;
    line-height: 24px;
  }
  .single-ssu_service .contact-cta {
    padding: 0;
  }
  .service-bottom {
    padding-top: 40px;
    border-top: 4px solid #F5F5F5;
  }
  .service-bottom ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(20% - 12px), 1fr));
    gap: 12px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .service-bottom ul li a {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 17px 10px;
    font-size: 15px;
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    text-align: center;
  }
  .service-bottom ul li a:hover {
    opacity: 0.8;
  }
  .service-bottom ul li .current {
    background-color: #FFFF00;
    color: #666666;
  }
  /* ***************************************************
   グローバルネットワーク
  *************************************************** */
  .global-network {
    padding: 64px 24px;
    background-image: url(../images/service/ssu/global/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .global-network .inner {
    position: relative;
    z-index: 1;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  .global-network .inner .intro {
    text-align: center;
  }
  .global-network .inner .intro h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 900;
  }
  .global-network .inner .intro p {
    font-weight: 700;
    line-height: 2em;
  }
  .global-network .inner .worldmap {
    position: relative;
    z-index: -1;
    margin: -60px auto 0;
  }
  .global-network .inner .worldmap .map {
    position: relative;
    z-index: 1;
  }
  .global-network .inner .worldmap .agency {
    position: relative;
    z-index: 2;
    top: -40px;
    width: 210px;
  }
  .global-network .inner .havas-wrapper {
    width: calc(100% - 60px);
    margin: 0 auto 40px;
    padding: 36px 24px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  }
  .global-network .inner .havas-wrapper .havas-logo {
    width: 180px;
    margin: 0 auto 24px;
    text-align: center;
  }
  .global-network .inner .havas-wrapper .havas-logo figcaption strong {
    font-size: 16px;
    font-weight: 700;
  }
  .global-network .inner .havas-wrapper .havas-logo figcaption span {
    font-size: 14px;
  }
  .global-network .inner .havas-wrapper .havasList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 20px), 1fr));
    gap: 0 20px;
  }
  .global-network .inner .havas-wrapper .havasList li {
    border-bottom: 1px solid #DDDDDD;
  }
  .global-network .inner .havas-wrapper .havasList li:nth-child(-n+4) {
    border-top: 1px solid #DDDDDD;
  }
  .global-network .inner .havas-wrapper .havasList li a {
    display: block;
    padding: 12px 0 20px;
  }
  .global-network .inner .havas-wrapper .havasList li a b {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: normal;
    word-break: break-word;
  }
  .global-network .inner .havas-wrapper .havasList li a strong {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 2px;
    word-break: break-word;
  }
  .global-network .inner .havas-wrapper .havasList li a span {
    font-size: 14px;
  }
  .global-network .inner .globalNetworkList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 20px), 1fr));
    gap: 40px 20px;
    width: calc(100% - 60px);
    margin: 0 auto 80px;
  }
  .global-network .inner .globalNetworkList li {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  }
  .global-network .inner .globalNetworkList li > span {
    display: block;
    padding: 6px 12px;
    color: #a0a0a0;
    font-size: 10px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .global-network .inner .globalNetworkList li a {
    display: block;
    padding: 0 12px 12px;
  }
  .global-network .inner .globalNetworkList li a:hover {
    opacity: 0.8;
  }
  .global-network .inner .globalNetworkList li a:hover p {
    text-decoration: none;
  }
  .global-network .inner .globalNetworkList li a figure {
    margin-bottom: 6px;
  }
  .global-network .inner .globalNetworkList li a span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    word-break: break-word;
  }
  .global-network .inner .globalNetworkList li a strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1em;
    word-break: break-word;
  }
  .global-network .inner .globalNetworkList li a p {
    margin: 0;
    font-size: 13px;
    text-decoration: underline;
    word-break: break-word;
  }
  .global-network .inner .global-contact {
    text-align: center;
  }
  .global-network .inner .global-contact p {
    margin-bottom: 36px;
  }
  .global-network .inner .global-contact a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto;
    padding: 8px 40px;
    background-color: #666666;
    -webkit-box-shadow: -1px -1px 2px 0 #424242 inset;
            box-shadow: -1px -1px 2px 0 #424242 inset;
  }
  .global-network .inner .global-contact a:hover {
    background-color: #949494;
  }
  /* ***************************************************
   SSU PEOPLE
  *************************************************** */
  .ssupeople-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .ssupeople-wrapper .subtitle {
    margin: 0 auto 40px;
    text-align: center;
  }
  .ssupeople-wrapper .people {
    margin-bottom: 60px;
  }
  .ssupeople-wrapper .people:last-child {
    margin-bottom: 0;
  }
  .ssupeople-wrapper .people .people-cat {
    position: relative;
    margin-bottom: 40px;
    line-height: 1em;
  }
  .ssupeople-wrapper .people .people-cat::after {
    content: "";
    position: absolute;
    background-color: #666666;
    left: 0;
    height: 2px;
    top: 10px;
    width: 100%;
  }
  .ssupeople-wrapper .people .people-cat span {
    position: relative;
    padding-right: 10px;
    background-color: #fff;
    z-index: 1;
  }
  .ssupeople-wrapper .people .people-cat span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background-color: #666666;
    border-radius: 50%;
  }
  .ssupeople-wrapper .people ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
  .ssupeople-wrapper .people ul .item a {
    display: block;
    text-align: center;
  }
  .ssupeople-wrapper .people ul .item a img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 8px;
    border-radius: 50%;
  }
  .ssupeople-wrapper .people ul .item a b,
  .ssupeople-wrapper .people ul .item a p {
    display: block;
  }
  .ssupeople-wrapper .people ul .item a b {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
  }
  .ssupeople-wrapper .people ul .item a p {
    font-size: 12px;
  }
  .single-ssupeople {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .ssupeople-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto 24px;
    background-color: #F5F5F5;
  }
  .ssupeople-header .img {
    width: 300px;
  }
  .ssupeople-header .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 60px;
  }
  .ssupeople-header .text a {
    text-decoration: underline;
  }
  .ssupeople-header .text a:hover {
    text-decoration: none;
  }
  .ssupeople-header .text .name {
    font-size: 26px;
    font-weight: 700;
  }
  .ssupeople-header .text .name span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
  }
  .ssupeople-header .text .occupation {
    font-size: 14px;
    font-weight: 600;
  }
  .ssupeople-header .text .profile {
    margin-top: 28px;
  }
  .ssupeople-header .text .profile > ul {
    list-style: none;
  }
  .ssupeople-header .text .profile > ul > li {
    margin-bottom: 1em;
  }
  .ssupeople-header .text .profile > ul > li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    background-color: #666666;
    border-radius: 50%;
  }
  .ssupeople-header .text .profile > ul > li > span {
    margin-right: 1em;
    font-weight: 700;
  }
  .ssupeople-header .text .profile > ul > li ul {
    list-style: none;
    margin-top: 0.5em;
  }
  .ssupeople-header .text .profile > ul > li ul li {
    margin-bottom: 0.5em;
  }
  .ssupeople-content h3 {
    display: inline-block;
    margin: 40px auto;
    padding-top: 5px;
    border-top: 5px solid #CCCCCC;
  }
  .ssupeople-content p {
    line-height: 2em;
  }
  .ssupeople-content a {
    text-decoration: underline;
  }
  .ssupeople-content a:hover {
    text-decoration: none;
  }
  .ssupeople-content .specialistData dt {
    margin-bottom: 4px;
  }
  .ssupeople-content .specialistData dt::before {
    content: "●";
  }
  .ssupeople-content .specialistData dd + dt {
    margin-top: 10px;
  }
  .ssupeople-content .imgList-wrapper {
    margin-top: 60px;
  }
  .ssupeople-content .imgList {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 24px), 1fr));
    gap: 24px;
  }
  .ssupeople-content .imgList li {
    border: 1px solid #E6E6E6;
  }
  .ssupeople-bottom {
    padding-top: 60px;
    border-top: 4px solid #F5F5F5;
  }
  .ssupeople-bottom .cat-wrapper {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #F5F5F5;
  }
  .ssupeople-bottom .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .ssupeople-bottom .cat:last-child {
    margin-bottom: 0;
  }
  .ssupeople-bottom .cat .cat-title {
    width: 200px;
    font-size: 15px;
  }
  .ssupeople-bottom .cat ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 1em;
    font-size: 15px;
    line-height: 2em;
  }
  .ssupeople-bottom .cat ul li:not(:first-child)::before {
    content: "|";
    margin-right: 0.75em;
  }
  .ssupeople-bottom .cat ul li a:hover {
    text-decoration: underline;
  }
  .ssupeople-bottom .ssupeople-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    max-width: calc(100% - 48px);
    margin: 40px auto 0;
    font-size: 15px;
  }
  .ssupeople-bottom .ssupeople-nav.only-prev .next {
    display: block;
    width: 50px;
  }
  .ssupeople-bottom .ssupeople-nav.only-next .prev {
    display: block;
    width: 50px;
  }
  .ssupeople-bottom .ssupeople-nav a {
    display: inline-block;
    margin: 0;
    color: #666666;
    text-decoration: none;
  }
  .ssupeople-bottom .ssupeople-nav .top span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .ssupeople-bottom .ssupeople-nav .next span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .ssupeople-bottom .ssupeople-nav .prev span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 8px;
    background-image: url(../images/service/ssu/ssu_service/ico-arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}