/* PCスタイル */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #000;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.contents__wrapper{
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    height: auto;
}
.txt_block{
    display: none;
}
.hex__wrapper{
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1615px;
    width: 100%;
    height: auto;
}
.header{
    position: relative;
    background-image: url('../img/top_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 960px;
}
.header__wrapper{
    padding: 30px 0 0 0;
    margin: 0 auto;
    max-width: 1440px;
    width: 95%;
    height: auto;
}
.header-flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.right-link{
    text-align: right;
}
.right-link p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.material-symbols-outlined{
    font-size: 18px;
    vertical-align: bottom;
}
.hamburger-menu {
    display: none;
}
.nav-flex{
    display: flex;
    align-items: center;
    gap: 30px;
}
.nav-flex li{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.hex-container {
    display: block;
    margin-bottom: 880px;
}
.hex-contents{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
  /* 各六角形のスタイル */
.hex {
    width: 510px;
    height: 209px;
    clip-path: polygon(23.5% 0%, 76.3% 0%, 100% 100%, 0% 100%);
    position: absolute;
}
  /* 各色の六角形の位置と色 */
.hex.green { background-color: #029D49; top: 47px; left: 470px; transform: rotate(209.9deg); }
.hex.red { background-color: #E60213; top: 48px; left: 132px; transform: rotate(150deg); }
.hex.yellow { background-color: #FDF000;top: 340px; left: -35px; transform: rotate(90deg);}
.hex.blue { background-color: #027AC4; top: 631px; left: 133px; transform: rotate(30deg);}
.hex.pink { background-color: #D40276;top: 631px; left: 471px; transform: rotate(-29.9deg); }

#state-message{
    position: absolute;
    left: 845px;
    top: 401px;
}
#info-0.info{
    position: absolute;
    left: 448px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 239px;
}
#info-1.info{
    position: absolute;
    left: 443px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 231px;
}
#info-2.info{
    position: absolute;
    left: 413px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 194px;
}
#info-3.info{
    position: absolute;
    left: 466px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 251px;
}
#info-4.info{
    position: absolute;
    left: 490px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 272px;
}
#end-message.info{
    position: absolute;
    left: 460px;
    top: 370px;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 243px;
}
.hex_header-green{
    width: 100%;
    max-width: 214px;
    font-size: 64px;
    font-weight: 600;
    font-family: 'Anton', sans-serif;
    color: #029D49;
    text-align: center;
}
.hex_header-green span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
.hex_header-red{
    width: 100%;
    max-width: 227px;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #E60213;
    text-align: center;
    font-style: italic;
}
.hex_header-red span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-style: initial;
}
.hex_header-yellow{
    width: 100%;
    max-width: 293px;
    font-size: 64px;
    font-weight: 700;
    font-family: 'EB Garamond', serif;
    color: #FFD800;
    text-align: center;
}
.hex_header-yellow span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
.hex_header-blue{
    width: 100%;
    max-width: 182px;
    font-size: 64px;
    font-weight: 700;
    font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
    color: #027AC4;
    text-align: center;
}
.hex_header-blue span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
.hex_header-pink{
    width: 100%;
    max-width: 136px;
    font-size: 64px;
    font-weight: 600;
    font-family: 'Amarante', cursive;
    color: #D40276;
    text-align: center;
}
.hex_header-pink span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
.hex_header-black{
    width: 100%;
    max-width: 195px;
    font-size: 64px;
    font-weight: 600;
    font-family: "Baskerville", "Times New Roman", serif;
    color: #000;
    text-align: center;
}
.hex_header-black span{
    display: block;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
.fade-in {
    opacity: 0; /* 初期状態: 非表示 */
    transform: scale(0.9) translateY(20px); /* 少し縮小して下に位置 */
    transition: opacity 0.5s ease, transform 0.5s ease; /* トランジションを設定 */
}

.fade-in.active {
    opacity: 1; /* 表示 */
    transform: scale(1) translateY(0); /* 元のサイズと位置に戻す */
}
.hex_txt{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    width: 576px;
}
.hex_txt span{
    display: block;
    padding: 8px 0 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
}
.hex_concept{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.contents_bg{
    position: relative;
    background-image: url('../img/top_bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1386px;
}
.rounded_corners img{
    display: block;
    width: 100%;
    height: auto;
}
.swiper-pagination{
    display: none;
}
.swiper-slider{
    position: relative;
    padding-top: 109px;
    padding-bottom: 160px;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper{
    transition-timing-function: linear;
}
.swiper-button-prev-achievement,
.swiper-button-next-achievement {
    position: absolute;
    top: 18%;
    width: 48px;
    height: 48px;
    margin-top: -20px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid;
    cursor: pointer;
}

.swiper-button-prev-achievement {
    left: 79%;
}

.swiper-button-next-achievement {
    left: 83%;
    margin-left: 10px;
}

.swiper-button-prev-achievement::after,
.swiper-button-next-achievement::after {
    font-size: 12px;
    font-weight: bold;
}

.swiper-button-prev-voice,
.swiper-button-next-voice {
    position: absolute;
    top: 40%;
    width: 48px;
    height: 48px;
    margin-top: -20px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid;
    cursor: pointer;
}

.swiper-button-prev-voice {
    left: 0%;
}

.swiper-button-next-voice {
    right: 0%;
}

.swiper-button-prev-voice::after,
.swiper-button-next-voice::after {
    font-size: 12px;
    font-weight: bold;
}
/* worksコンテンツ */
.works-title{
    padding-bottom: 60px;
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.works-subtitle{
    display: block;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: left;
}
.swiper-achievement{
    position: relative;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 95%;
    max-width: 1240px;
    overflow: hidden;
}
.attachment-full{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.achievement-thumbnail img{
    display: block;
    width: 100%;
    height: auto;
}
.attachment-medium{
    display: block;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.achievement-shopname{
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.achievement-title{
    padding-top: 20px;
    font-size: 22px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
}
.achievement-contents{
    padding-top: 20px;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}
/* aboutコンテンツ */
.about{
    padding: 160px 0 0;
    background-image: url('../img/bg_gray.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-description {
    margin-top: 20px;
}
.about-header{
    display: flex;
    justify-content: space-between;
}
.about-content {
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
    margin-bottom: 79px;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.about-item:first-child{
    padding-right: 40px;
    border-right: 1px solid #000;
}
.about-item:last-child{
    padding-left: 40px;
}
.about-title{
    padding-bottom: 60px;
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: right;
}
.about-subtitle{
    display: block;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    color: #000;
    text-align: left;
}
.about-text{
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:bold;
    line-height: 1.8;
}
.about-subtext{
    padding-top: 40px;
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    line-height: 2;
}
.about-item{
    box-sizing: border-box;
}
.about-image{
    display: block;
    width: 100%;
    height: auto;
}
.about-item-title{
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: 700;
}
.about-list{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    list-style-type: disc;
}
.support-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    text-align: center;
}

.support-description {
    font-size: 22px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

/* カードのグリッドレイアウト */
.support-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    padding-bottom: 160px;
    width: 100%;
    margin-top: 80px;
    justify-content: center;
}

/* サポートカード全体のスタイル */
.support-card {
    position: relative;
    background-color: #f9f9f9; /* デフォルトの背景色 */
    border-radius: 8px;
    width: 380px;
    padding: 20px;
    text-align: center;
    opacity: 0; /* 初期状態で非表示 */
    transform: translateY(20px); /* 軽く下にずらす */
    transition: background-color 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition-delay: var(--delay-index, 0s); /* 遅延時間を動的に設定 */
}
.support_img01{
    display: block;
    width: 100%;
    max-width: 229px;
    height: 172px;
    margin: 0 auto 40px;
}
.support_img02{
    position: relative;
    top: -40px;
    display: block;
    width: 100%;
    max-width: 211px;
    height: 210px;
    margin: 0 auto;
}
.support_img03{
    position: relative;
    top: -40px;
    display: block;
    width: 100%;
    max-width: 207px;
    height: 210px;
    margin: 0 auto;
}
.support_img04{
    position: relative;
    top: -40px;
    display: block;
    width: 100%;
    max-width: 229px;
    height: 216px;
    margin: 0 auto;
}
.support_img05{
    position: relative;
    top: -40px;
    display: block;
    width: 100%;
    max-width: 224px;
    height: 216px;
    margin: 0 auto;
}
.support_img06{
    position: relative;
    top: -40px;
    display: block;
    width: 218px;
    height: 216px;
    margin: 0 auto;
}
.support-card.active {
    opacity: 1; /* 表示 */
    transform: translateY(0); /* 元の位置に戻す */
}

/* 背景色フェードイン後の画像アニメーション */
.support-card img {
    opacity: 0; /* 初期状態で非表示 */
    transform: scale(0.95); /* 初期状態で少し縮小 */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: calc(var(--delay-index, 0s) + 0.5s); /* 背景色フェードイン後に表示 */
}

.support-card.active img {
    opacity: 1;
    transform: scale(1); /* 元のサイズに拡大 */
}

/* タイトルのアニメーション */
.support-card-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0 20px;
    opacity: 0; /* 初期状態で非表示 */
    transform: translateY(10px); /* 初期位置を少し下げる */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: calc(var(--delay-index, 0s) + 1s); /* 背景色と画像の後に表示 */
}

.support-card.active .support-card-title {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}

/* 説明文のアニメーション */
.support-card-description {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0; /* 初期状態で非表示 */
    transform: translateY(10px); /* 初期位置を少し下げる */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: calc(var(--delay-index, 0s) + 1.5s); /* タイトルの後に表示 */
}

.support-card.active .support-card-description {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}

.support-icon {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}
/* servicesコンテンツ */
.services{
    padding: 160px 0;
    background-image: url('../img/bg_white.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-title{
    padding-bottom: 60px;
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: right;
}
.services-subtitle{
    display: block;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: right;
}
.services-contents-right{
    display: flex;
    align-items: center;
    gap: 100px;
}
.services-contents-left{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
}
.services-img{
    display: block;
    width: 100%;
    height: auto;
}
.contents-head{
    font-size: 32px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px); /* 軽く下にずらす */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.3s;
}
.contents-txt{
    padding-top: 30px;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    line-height: 2;
    opacity: 0;
    transform: translateY(20px); /* 軽く下にずらす */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.3s;
}
.contents-head.visible,
.contents-txt.visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
    transition-delay: 0s; /* 遅延は一度だけ適用 */
}
/* companyコンテンツ */
.company{
    padding: 0px 0 160px;
    background-color: #f3f3f3;
    border-radius: 40px 40px 0 0;
}
.company-title{
    margin-top: 80px;
    padding-bottom: 60px;
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.company-subtitle{
    display: block;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: center;
}
.company-table {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
}
.company-table div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
}
.company-table div:first-child{
    border-top: 1px solid #ddd;
}
.company-table dt {
    padding: 30px 0 30px 40px;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    flex-basis: 30%;
}
.company-table dd {
    padding: 30px 0;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
    flex-basis: 70%;
}
/* */
.voice{
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.voice-head{
    padding-top: 160px;
    padding-bottom: 60px;
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.voice-subhead{
    display: block;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.swiper-voice{
    position: relative;
    overflow: hidden;
}
.voice-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.voice-right{
    width: 100%;
    height: auto;
}
.voice-shopname{
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.voice-title{
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.voice-contents{
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    line-height: 1.8;
}
.swiper-pagination-voice {
    position: relative;
    bottom: 0px!important; /* スライダーの下に配置 */
    left: 50%!important;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px; /* ボタン間のスペース */
    margin-top: 60px;
    z-index: 10; /* ボタンが他の要素に隠れないようにする */
}
.swiper-pagination-bullet {
    width: 10px; /* ボタンサイズを少し大きく */
    height: 10px;
    background-color: transparent; /* 背景を透明に */
    border: 2px solid #000;
    border-radius: 50%; /* 丸い形にする */
    transition: all 0.3s ease; /* スムーズな変化 */
    opacity: 1;
}

.swiper-pagination-voice .swiper-pagination-bullet-active {
    background-color: #000; /* アクティブ時の背景色を黒に */
    border-color: #000; /* アクティブ時のボーダーも黒に */
}
/* contactコンテンツ */
.contact{
    padding: 147px 0 146px;
    background-color: #000;
    border-radius: 50px 50px 0 0;
}
.contact-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-text02{
    max-width: 530px;
    width: 100%;
}
.contact-title {
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.contact-title02 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 15px 0;
}
/* サブタイトル */
.contact-subtitle {
    display: block;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
}
/* ボタンのスタイル */
.contact-button {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}
.button-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
}
.button-circle .arrow {
    font-size: 3em;
    color: #000;
}
.staffing{
    padding: 60px 0;
    background-color: #fff;
}
.staffing a{
    display: block;
    width: 100%;
    max-width: 600px;
}
.staffing-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1240px;
    margin:0 auto;
    width: calc(100% - 20px);
}
.staffing-agency-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../../assets/img/staff_bg02.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 600px; /* 任意の幅に調整 */
    height: 300px; /* 高さを調整 */
    color: #fff;
    overflow: hidden;
}
.staffing-agency-card2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../../assets/img/staff_bg01.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 600px; /* 任意の幅に調整 */
    height: 300px; /* 高さを調整 */
    color: #fff;
    overflow: hidden;
}
.card-content {
    position: relative;
    z-index: 2; /* テキストを前面に */
}
.card-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.card-description {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.card-arrow01 {
    position: relative;
    top: 100px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.card-arrow01::before, .card-arrow01::after {
    content: '';
    position: absolute;
    width: 10px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: black; /* 線の色 */
}

.card-arrow01::before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(-45deg);
}
.card-arrow01::after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
.card-arrow02 {
    position: relative;
    top: 100px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.card-arrow02::before, .card-arrow02::after {
    content: '';
    position: absolute;
    width: 10px; /* 線の長さ */
    height: 2px; /* 線の太さ */
    background-color: black; /* 線の色 */
}

.card-arrow02::before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(-45deg);
}
.card-arrow02::after {
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
/* footer */
.footer{
    display: block;
    padding: 60px 0 40px;
    border-top: 2px solid #000;
    background-color: #fff;
}
.follow_banner{
    position: fixed;
    bottom: 115px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}
.footer__flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__menu{
    display: flex;
    gap: 50px;
}
.footer__menu-item{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}
.copyright_txt{
    font-size: 13px;
    font-weight: 600;
    color: #4D4D4D;
    text-align: right;
}
@media screen and (max-width:1490px) {
    .hex-contents{
        left: -70px;
    }
    .hex{
        width: 408px;
        height: 167px;
    }
    .hex.green { background-color: #029D49; top: 80px; left: 423px; transform: rotate(209.9deg); }
    .hex.red { background-color: #E60213; top: 80px; left: 153px; transform: rotate(150deg); }
    .hex.yellow { background-color: #FDF000;top: 315px; left: 19px; transform: rotate(90deg);}
    .hex.blue { background-color: #027AC4; top: 549px; left: 154px; transform: rotate(30deg);}
    .hex.pink { background-color: #D40276;top: 549px; left: 424px; transform: rotate(-29.9deg); }
    #state-message{
        top: 320px;
        left: 630px;
    }
    #info-0.info{
        top: 295px;
        left: 318px;
        gap: 130px;
    }
    #info-1.info{
        top: 293px;
        left: 309px;
        gap: 130px;
    }
    #info-2.info{
        top: 295px;
        left: 277px;
        gap: 92px;
    }
    #info-3.info{
        top: 296px;
        left: 331px;
        gap: 146px;
    }
    #info-4.info{
        top: 292px;
        left: 351px;
        gap: 170px;
    }
    #end-message.info{
        top: 295px;
        left: 323px;
        gap: 138px;
    }
}
@media (max-width: 1200px) {
    body.no-scroll {
        overflow: hidden; /* スクロールを無効化 */
    }
    .hamburger-menu {
        cursor: pointer;
        position: relative;
        z-index: 11; /* ナビ背景より上に配置 */
        width: 24px;
        height: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hamburger-menu .bar {
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: all 0.3s ease;
    }
    .hamburger-menu.open .bar:nth-child(1) {
        transform: rotate(45deg) translate(6px, 0px);
    }
    .hamburger-menu.open .bar:nth-child(2) {
        transform: rotate(-45deg) translate(6px, 0px);
    }
    .nav {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* 画面中央に配置 */
        width: 100%; /* 画面幅に応じたサイズ */
        height: 100%; /* 自動調整 */
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .nav.open {
        opacity: 1;
        visibility: visible;
    }
    .nav-flex {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .nav-flex li {
        margin: 10px 0;
    }
    .nav-flex li a {
        font-size: 18px;
        color: #333;
        text-decoration: none;
    }
    .hex_txt{
        font-size: 28px;
    }
    .hex_txt span{
        font-size: 16px;
    }
    .hex_concept{
        font-size: 14px;
    }
}
@media screen and (max-width:1169px) {
    .hex-contents {
        left: 65px;
    }
    #info-0.info{
        top: 325px;
        left: 445px;
        gap: 130px;
    }
    #info-1.info{
        top: 325px;
        left: 438px;
        gap: 130px;
    }
    #info-2.info{
        top: 325px;
        left: 412px;
        gap: 92px;
    }
    #info-3.info{
        top: 325px;
        left: 460px;
        gap: 146px;
    }
    #info-4.info{
        top: 325px;
        left: 482px;
        gap: 170px;
    }
    #end-message.info{
        top: 325px;
        left: 455px;
        gap: 138px;
    }
    .hex_txt{
        display: none;
    }
    .hex_txt span{
        display: none;
    }
    .hex_concept{
        display: none;
    }
}
@media screen and (max-width:1140px) {
    .swiper-button-prev-achievement{
        left: 78%;
    }
}
@media screen and (max-width:1090px) {
    .voice{
        max-width: 910px;
    }
    .voice-box{
        gap: 40px;
    }
}
@media screen and (max-width:1090px) {
    .contact-text02{
        max-width: unset;
        width: unset;
    }
}
@media screen and (max-width:990px) {
    .hex-contents {
        left: 0px;
    }
    #info-0.info {
        left: 383px;
    }
    #info-1.info {
        left: 373px;
    }
    #info-2.info {
        left: 347px;
    }
    #info-3.info {
        left: 403px;
    }
    #info-4.info {
        left: 420px;
    }
    #end-message.info {
        left: 390px;
    }
}
@media screen and (max-width:920px) {
    .staffing-flex{
        flex-direction: column
    }
}
/* タブレットスタイル */
@media screen and (max-width:900px) {
    .hex-contents {
        left: -40px;
    }
    #info-0.info {
        left: 345px;
    }
    #info-1.info {
        left: 339px;
    }
    #info-2.info {
        left: 306px;
    }
    #info-3.info {
        left: 361px;
    }
    #info-4.info {
        left: 381px;
    }
    #end-message.info {
        left: 354px;
    }
    .contents_bg{
        background-position: right;
        height: 960px;
    }
    .about-header{
        display: block;
    }
    .about-title{
        text-align: left;
    }
    .support-cards{
        gap: 50px;
    }
    .services-contents-right{
        display: block;
    }
    .services-contents-left{
        display: block;
    }
    .contents-txt{
        padding-bottom: 20px;
    }
    .services-img{
        padding-bottom: 50px;
        margin: 0 auto;
        max-width: 600px;
    }
    .voice-box{
        display: block;
    }
    .voice-right{
        margin-top: 20px;
    }
    .attachment-full{
        margin: 0 auto;
        max-width: 520px;
    }
    .services{
        padding: 80px 0;
    }
    .swiper-pagination-voice{
        display: none!important;
    }
    .swiper-button-prev-achievement{
        left: 70%;
    }
    .swiper-button-next-achievement{
        left: 77%;
    }
    .voice-head{
        padding-top: 20px;
    }
}
@media screen and (max-width:880px) {
    .footer__flex{
        display: block;
        text-align: center;
    }
    .footer__menu{
        justify-content: center;
        margin-top: 30px;
    }
}
@media screen and (max-width:767px) {
    .hex{
        width: 357px;
        height: 146px;
    }
    .hex.green {
        top: 110px;
        left: 370px;
    }
    .hex.red {
        top: 110px;
        left: 134px;
    }
    .hex.yellow {
        top: 315px;
        left: 16px;
    }
    .hex.blue {
        top: 519px;
        left: 135px;
    }
    .hex.pink {
        top: 519px;
        left: 371px;
    }
    #state-message {
        top: 760px;
        left: 76px;
    }
    #info-0.info {
        display: block;
        left: 282px;
    }
    #info-0.info div{
        position: absolute;
        top: 432px;
        left: -193px;
    }
    #info-1.info {
        display: block;
        left: 272px;
    }
    #info-1.info div{
        position: absolute;
        top: 432px;
        left: -193px;
    }
    #info-2.info {
        display: block;
        left: 243px;
    }
    #info-2.info div{
        position: absolute;
        top: 432px;
        left: -160px;
    }
    #info-3.info {
        display: block;
        left: 300px;
    }
    #info-3.info div{
        position: absolute;
        top: 432px;
        left: -218px;
    }
    #info-4.info {
        display: block;
        left: 321px;
    }
    #info-4.info div{
        position: absolute;
        top: 432px;
        left: -239px;
    }
    #end-message.info {
        display: block;
        left: 294px;
    }
    #end-message.info div{
        position: absolute;
        top: 432px;
        left: -193px;
    }
    .hex_txt{
        display: block;
        width: 510px;
    }
    .hex_txt span{
        display: block;
    }
    .hex_concept{
        display: block;
    }
    .about{
        padding: 50px 0 0;
    }
    .services{
        padding: 50px 0 0;
    }
    .works-title{
        font-size: 54px;
    }
    .about-title{
        font-size: 54px;
    }
    .about-text{
        font-size: 34px;
    }
    .support-title{
        font-size: 34px;
    }
    .support-description{
        font-size: 20px;
    }
    .services-title{
        font-size: 54px;
    }
    .contents-head{
        font-size: 26px;
    }
    .services-img{
        max-width: 425px;
    }
    .contents-head{
        font-size: 26px;
    }
    .voice-head{
        font-size: 54px;
    }
    .contact{
        padding: 78px 0 78px;
    }
    .voice-title{
        font-size: 18px;
    }
    .company-title{
        font-size: 54px;
    }
    .follow_banner{
        bottom: 25px;
    }
    .contact-title{
        font-size: 54px;
    }
    .contact-title02{
        font-size: 26px;
    }
    .footer{
        padding: 60px 0 130px;
    }
}
@media screen and (max-width:710px) {
    .hex-contents {
        left: -70px;
    }
    #info-0.info {
        display: block;
        left: 250px;
    }
    #info-1.info {
        display: block;
        left: 245px;
    }
    #info-2.info {
        display: block;
        left: 222px;
    }
    #info-3.info {
        display: block;
        left: 266px;
    }
    #info-4.info {
        display: block;
        left: 287px;
    }
    #end-message.info {
        display: block;
        left: 258px;
    }
}
@media screen and (max-width:700px) {
    .about-content{
        display: block;
    }
    .about-item:first-child{
        padding-bottom: 40px;
        padding-right: 0px;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    .about-item:last-child{
        padding-top: 40px;
        padding-left: 0px;
    }
    .contact{
        padding: 74px 0 75px;
    }
    .contact-flex{
        display: block;
    }
    .contact-button{
        display: block;
        margin-top: 20px;
        width: 86px;
        height: 86px;
    }
    .footer__menu{
        display: block;
    }
    .footer__menu-item{
        padding-bottom: 20px;
    }
    .follow_banner img{
        width: 130px;
    }
    .footer{
        padding: 60px 0 100px
    }
    .copyright_txt{
        text-align: center;
    }
}
@media screen and (max-width:678px) {
    .hex-contents {
        left: -50px;
    }
    .hex.green {
        top: 107px;
        left: 318px;
    }
    .hex.red {
        top: 107px;
        left: 81px;
    }
    .hex.yellow{
        left: -34px;
    }
    .hex.blue {
        top: 523px;
        left: 82px;
    }
    .hex.pink {
        top: 523px;
        left: 318px;
    }
    #info-0.info {
        display: block;
        left: 217px;
    }
    #info-1.info {
        display: block;
        left: 211px;
    }
    #info-2.info {
        display: block;
        left: 183px;
    }
    #info-3.info {
        display: block;
        left: 233px;
    }
    #info-4.info {
        display: block;
        left: 258px;
    }
    #end-message.info {
        display: block;
        left: 227px;
    }
    #state-message {
        top: 741px;
        left: 24px;
    }
    #info-0.info div {
        position: absolute;
        left: -200px;
    }
    #info-1.info div {
        position: absolute;
        left: -190px;
    }
    #info-3.info div {
        position: absolute;
        left: -214px;
    }
    #info-4.info div {
        position: absolute;
        left: -238px;
    }
}
/* スマホスタイル */
@media screen and (max-width:620px) {
    .hex-contents {
        top: -30px;
        left: -60px;
    }
    .hex{
        width: 306px;
        height: 125.4px;
    }
    .hex.green {
        top: 139px;
        left: 321px;
    }
    .hex.red {
        top: 139px;
        left: 118px;
    }
    .hex.yellow {
        top: 315px;
        left: 16px;
    }
    .hex.blue {
        top: 491px;
        left: 117px;
    }
    .hex.pink {
        top: 491px;
        left: 320px;
    }
    #info-0.info {
        display: block;
        left: 205px;
        top: 275px;
    }
    #info-1.info {
        display: block;
        left: 195px;
        top: 283px;
    }
    #info-2.info {
        display: block;
        left: 173px;
        top: 288px;
    }
    #info-3.info {
        display: block;
        left: 219px;
        top: 289px;
    }
    #info-4.info {
        display: block;
        left: 243px;
        top: 287px;
    }
    #end-message.info {
        display: block;
        left: 212px;
        top: 296px;
    }
    #state-message {
        top: 665px;
        left: 44px;
    }
    #info-0.info div {
        position: absolute;
        left: -160px;
        top: 397px;
    }
    #info-1.info div {
        position: absolute;
        top: 390px;
        left: -149px;
    }
    #info-2.info div {
        position: absolute;
        top: 385px;
        left: -127px;
    }
    #info-3.info div {
        position: absolute;
        left: -177px;
        top: 375px;
    }
    #info-4.info div {
        position: absolute;
        left: -201px;
        top: 375px;
    }
    #end-message.info div {
        position: absolute;
        top: 375px;
        left: -170px;
    }
}
@media screen and (max-width:600px) {
    .logo img{
        width: 100%;
        max-width: 88px;
        height: auto;
    }
    .swiper-button-prev-achievement{
        left: 67%;
    }
}
@media screen and (max-width:570px) {
    .hex-contents{
        top: -74px;
    }
    .hex {
        width: 255px;
        height: 104.5px;
    }
    .hex.green {
        top: 169px;
        left: 268px;
    }
    .hex.red {
        top: 169px;
        left: 99px;
    }
    .hex.yellow {
        top: 315px;
        left: 16px;
    }
    .hex.blue {
        top: 460px;
        left: 100px;
    }
    .hex.pink {
        top: 460px;
        left: 268px;
    }
    #info-0.info {
        display: block;
        left: 173px;
        top: 237px;
    }
    .hex_header-green{
        font-size: 46px;
    }
    .hex_header-green span{
        font-size: 32px;
    }
    #info-0.info div {
        position: absolute;
        left: -130px;
        top: 333px;
    }
    #info-1.info {
        display: block;
        left: 165px;
        top: 243px;
    }
    .hex_header-red{
        font-size: 46px;
    }
    .hex_header-red span{
        font-size: 32px;
    }
    #state-message {
        top: 565px;
        left: 32px;
    }
    #info-1.info div {
        position: absolute;
        top: 325px;
        left: -122px;
    }
    .hex_header-yellow{
        font-size: 46px;
    }
    .hex_header-yellow span{
        font-size: 32px;
    }
    #info-2.info {
        display: block;
        left: 149px;
        top: 250px;
    }
    #info-2.info div {
        position: absolute;
        top: 325px;
        left: -116px;
    }
    .hex_header-blue{
        font-size: 46px;
    }
    .hex_header-blue span{
        font-size: 32px;
    }
    #info-3.info {
        display: block;
        left: 187px;
        top: 247px;
    }
    #info-3.info div {
        position: absolute;
        left: -154px;
        top: 315px;
    }
    #info-4.info {
        display: block;
        left: 203px;
        top: 245px;
    }
    #info-4.info div {
        position: absolute;
        left: -170px;
        top: 320px;
    }
    .hex_header-pink{
        font-size: 46px;
    }
    .hex_header-pink span{
        font-size: 32px;
    }
    #end-message.info {
        display: block;
        left: 178px;
        top: 251px;
    }
    #end-message.info div {
        position: absolute;
        top: 315px;
        left: -144px;
    }
    .hex_header-black{
        font-size: 46px;
    }
    .hex_header-black span{
        font-size: 32px;
    }
}
@media screen and (max-width:500px) {
    .txt_block{
        display: block;
    }
    .company{
        padding: 0 0 80px;
    }
    .company-table div{
        display: block;
    }
    .company-table dt{
        padding: 30px 0 0px 20px;
    }
    .company-table dd{
        padding: 10px 0 30px 20px;
    }
    .voice{
        padding: 0 20px;
    }
    .swiper-button-prev-voice, .swiper-button-next-voice{
        top: 30%;
    }
    .voice-contents{
        display: none;
    }
    .hex_txt {
        display: block;
        width: 430px;
    }
    .header{
        height: 700px;
    }
    .header__wrapper {
        padding: 30px 20px 0px 20px;
        margin: 0 auto;
        max-width: 1440px;
        width: 100%;
        height: auto;
    }
    .contact-text02{
        max-width: 230px;
        width: 100%;
    }
    .contact-title02{
        font-size: 22px;
    }
    .card-content{
        width: 80%;
    }
}
@media screen and (max-width:460px) {
    .hex-contents {
        top: -95px;
    }
    .hex {
        width: 225px;
        height: 93px;
    }
    .hex.green {
        top: 185px;
        left: 239px;
    }
    .hex.red {
        top: 186px;
        left: 90px;
    }
    .hex.yellow {
        top: 315px;
        left: 16px;
    }
    .hex.blue {
        top: 443px;
        left: 90px;
    }
    .hex.pink {
        top: 443px;
        left: 238px;
    }
    .hex_txt {
        display: block;
        width: 380px;
    }
    #state-message {
        top: 505px;
        left: 32px;
    }
    #info-0.info {
        display: block;
        left: 139px;
        top: 213px;
    }
    #info-0.info div {
        position: absolute;
        left: -113px;
        top: 295px;
    }
    #info-1.info {
        display: block;
        left: 135px;
        top: 220px;
    }
    #info-1.info div {
        position: absolute;
        top: 290px;
        left: -113px;
    }
    #info-2.info {
        display: block;
        left: 120px;
        top: 218px;
    }
    #info-2.info div {
        position: absolute;
        top: 293px;
        left: -95px;
    }
    #info-3.info {
        display: block;
        left: 153px;
        top: 220px;
    }
    #info-3.info div {
        position: absolute;
        left: -128px;
        top: 285px;
    }
    #info-4.info {
        display: block;
        left: 166px;
        top: 219px;
    }
    #info-4.info div {
        position: absolute;
        left: -141px;
        top: 290px;
    }
    #end-message.info {
        display: block;
        left: 144px;
        top: 222px;
    }
    #end-message.info div {
        position: absolute;
        top: 284px;
        left: -117px;
    }
}
@media screen and (max-width:450px){
    .swiper-slider{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 80px;
    }
    .works-title {
        font-size: 42px;
    }
    .works-subtitle{
        font-size: 18px;
    }
    .swiper-button-prev-achievement, .swiper-button-next-achievement{
        top: 14%;
    }
    .swiper-button-prev-achievement{
        left: 60%;
    }
    .about-title{
        padding-bottom: 30px;
        font-size: 42px;
    }
    .about-subtitle{
        font-size: 18px;
    }
    .about-text {
        font-size: 24px;
    }
    .about-item-title{
        font-size: 22px;
    }
    .support-title{
        font-size: 24px;
    }
    .support-description {
        font-size: 18px;
    }
    .support-cards{
        padding-bottom: 80px;
    }
    .services-title{
        font-size: 42px;
    }
    .voice-head {
        font-size: 42px;
    }
    .company-title {
        font-size: 42px;
    }
    .contact-title{
        font-size: 42px;
    }
}

@media screen and (max-width:400px){
    .hex-contents {
        left: -82px;
    }
    .hex_header-green{
        font-size: 36px;
    }
    .hex_header-green span{
        font-size: 24px;
    }
    .hex_header-red{
        font-size: 36px;
    }
    .hex_header-red span{
        font-size: 24px;
    }
    .hex_header-yellow{
        font-size: 36px;
    }
    .hex_header-yellow span{
        font-size: 24px;
    }
    .hex_header-blue{
        font-size: 36px;
    }
    .hex_header-blue span{
        font-size: 24px;
    }
    .hex_header-pink{
        font-size: 36px;
    }
    .hex_header-pink span{
        font-size: 24px;
    }
    .hex_header-black{
        font-size: 36px;
    }
    .hex_header-black span{
        font-size: 24px;
    }
    .hex_txt {
        display: block;
        width: 350px;
    }
    #info-0.info {
        display: block;
        left: 136px;
        top: 225px;
    }
    #info-1.info {
        display: block;
        left: 129px;
        top: 224px;
    }
    #info-2.info {
        display: block;
        left: 112px;
        top: 225px;
    }
    #info-3.info {
        display: block;
        left: 144px;
        top: 228px;
    }
    #info-4.info {
        display: block;
        left: 157px;
        top: 225px;
    }
    #end-message.info {
        display: block;
        left: 138px;
        top: 229px;
    }
}
@media screen and (max-width:390px){
    .header{
        position: relative;
        background-image: url('../img/top_bg-sp.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 884px;
    }
    .hex-contents {
        left: -79px;
    }
    .header{
        height: 700px;
    }
    .hex {
        width: 213.75px;
        height: 88.35px;
    }
    .hex_txt {
        display: block;
        width: 350px;
    }
    .hex.green {
        top: 192px;
        left: 228px;
    }
    .hex.red {
        top: 192px;
        left: 86px;
    }
    .hex.yellow {
        top: 315px;
        left: 16px;
    }
    .hex.blue {
        top: 438px;
        left: 86px;
    }
    .hex.pink {
        top: 438px;
        left: 228px;
    }
    #info-0.info {
        display: block;
        left: 125px;
        top: 225px;
    }
    #info-1.info {
        display: block;
        left: 121px;
        top: 224px;
    }
    #info-2.info {
        display: block;
        left: 103px;
        top: 225px;
    }
    #info-3.info {
        display: block;
        left: 132px;
        top: 228px;
    }
    #info-4.info {
        display: block;
        left: 146px;
        top: 225px;
    }
    #state-message {
        top: 495px;
        left: 20px;
    }
    #info-0.info div {
        position: absolute;
        left: -106px;
        top: 260px;
    }
    #info-1.info div {
        position: absolute;
        top: 273px;
        left: -101px;
    }
    #info-2.info div {
        position: absolute;
        top: 270px;
        left: -84px;
    }
    #info-3.info div {
        position: absolute;
        left: -113px;
        top: 268px;
    }
    #info-4.info div {
        position: absolute;
        left: -127px;
        top: 270px;
    }
    #end-message.info {
        display: block;
        left: 129px;
        top: 229px;
    }
    #end-message.info div {
        position: absolute;
        top: 265px;
        left: -110px;
    }
    .swiper-slider{
        padding: 0;
    }
    .contents_bg {
        height: 960px;
    }
}
@media screen and (max-width:370px){
    .hex-contents {
        left: -76px;
    }
    .hex_txt {
        display: block;
        width: 320px;
    }
    .hex {
        width: 203.06px;
        height: 83.93px;
    }
    .hex.green {
        top: 199px;
        left: 216px;
    }
    .hex.red {
        top: 199px;
        left: 82px;
    }
    .hex.blue {
        top: 431px;
        left: 82px;
    }
    .hex.pink {
        top: 431px;
        left: 216px;
    }
    #state-message {
        top: 480px;
        left: 10px;
    }
    #info-0.info div {
        position: absolute;
        left: -95px;
        top: 255px;
    }
    #info-0.info {
        display: block;
        left: 113px;
        top: 225px;
    }
    #info-1.info div {
        position: absolute;
        top: 258px;
        left: -92px;
    }
    #info-1.info {
        display: block;
        left: 109px;
        top: 224px;
    }
    #info-2.info {
        display: block;
        left: 92px;
        top: 225px;
    }
    #info-2.info div {
        position: absolute;
        top: 255px;
        left: -74px;
    }
    #info-3.info {
        display: block;
        left: 121px;
        top: 228px;
    }
    #info-3.info div {
        position: absolute;
        left: -103px;
        top: 255px;
    }
    #info-4.info {
        display: block;
        left: 135px;
        top: 225px;
    }
    #info-4.info div {
        position: absolute;
        left: -117px;
        top: 256px;
    }
    #end-message.info {
        display: block;
        left: 116px;
        top: 229px;
    }
    #end-message.info div {
        position: absolute;
        top: 251px;
        left: -94px;
    }
}