@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* font-family: 'Noto Serif JP', serif; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */


html {
    font-family: "Noto Sans JP", serif;
    color: #5f3b38;
    font-size: 14px;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.spm {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.header-row1 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/stainless.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 10px 0;
}

.header-row2 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
    transition: .4s;
}

.header-row2-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-box {
    width: 35%;
}

.nav-box {
    width: 60%;
}


.logo-box>a,
.logo-box>a>img {
    display: block;
    width: 100%;
}

.nav01 {
    width: 100%;
}

.sc-box>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.9em 0;
    border: 1px solid #fff;
}

.sc-box>a>div {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .1em;
}

.nav02 {
    width: 100%;
    transition: .4s;
}

.sb-box {
    flex-grow: 1;
}

.sb-box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}


@media(max-width:1024px) {
    .header-row1 {
        font-size: 18px;
        padding: 6px 0;
    }

    .logo-box {
        width: 30%;
    }

    .nav-box {
        display: contents;
    }

    .nav01 {
        width: 65%;
    }

    .nav02 {
        width: 100%;
    }

    .sc-box>a>div {
        font-size: 16px;
    }

    .sc-box>a {
        padding: 1em 0;
    }
}

@media(max-width:599px) {
    .sc-box>a {
        padding: .8em 0;
    }

    .sc-box>a>div {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.3em;
    }

    .sb-box a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
    }
}


.line-box {
    flex-grow: 1;
    padding:5px;
}

.line-box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height:100%;
    width:100%;
    padding:10px 0;
    border:1px solid #fff;
}

@media(max-width:599px) {
.line-box {
    display:none;
}
}











.mv-area {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.mv-image {
    width: 100%;
    height: 100%;
    position: relative;
        max-width:1300px;
}

.mv-image::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #fff 50%);
}

.mv-image>img {
    width: 90%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center bottom;

}

.mv-catch {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.catch-main {
    text-align: center;
    color: #000;
}

.catch-main .r1 {
    font-size: 40px;
    font-weight: 900;
}

.catch-main .r2 {
    font-size: 50px;
    font-weight: 900;
}

.catch-main .txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8em;
}

@media(max-width:1024px) {
    .catch-main .r1 {
        font-size: 30px;
        font-weight: 900;
    }

    .catch-main .r2 {
        font-size: 36px;
        font-weight: 900;
    }

    .catch-main .txt {
        text-align: left;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.8em;
    }
}

@media(max-width:599px) {
    .mv-area {
        height: 500px;
    }

    .mv-image>img {
        position: absolute;
        width: 100%;
        height: 300px;
        left: 0;
        bottom: 0;
    }

    .mv-image::after {
        width: 100%;
        height: 380px;
        top: 0;
        right: 0;
        background: linear-gradient(0deg, transparent, #fff 20%);
    }

    .catch-main .r1 {
        font-size: 16px;
    }

    .catch-main .r2 {
        font-size: 22px;
    }

    .catch-main .txt {
        text-align: left;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.4em;
    }

    .mv-area {
        height: 580px;
    }

    .mv-catch {
        top: auto;
        transform: translateY(0%);
        bottom: 300px;
    }
}








.g-w {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
}

.g-w>*{
  position:relative;
  z-index:2;
}

.g-w-main {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

.g-w-main>.ftb {
    font-size: 1.2em;
    font-weight: bold;
}

.g-w::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #fff 80%);
    z-index: 1;
}

.g-w.mk2::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #ccc 80%);
    z-index: 1;
}

.g-w.mk3 {
    text-align: center;
}

.g-w.mk3::after {
    content: "";
    display: none;
}

.b-t {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: .1em;
}

.l-t>span {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: .5em;
    line-height: 2;
}

.blk-txt {
    color: #000;
}

.blk-txt.txt {
    font-size: 19px;
    line-height: 1.8em;
}

.minus-margin {
    margin-left: -10%;
}

.minus-inner {
    max-width: 610px;
    padding: 0px 30px 0px 60px;
}

.minus-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.minus-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.radius-img {
    border-radius: 50%;
    overflow: hidden;
}

.main-body {
    background: linear-gradient(0deg, #ccc, #fff calc(100% - 100px));
}

.rr .g-w-main {
    text-align: right;
}

.rr.g-w::after {
    right: auto;
    left: 0;
    background: linear-gradient(275deg, transparent, #ccc 80%);
    z-index: 1;
}

.rt-img {
    transform: rotate(-10deg);
    box-shadow: 15px 15px 15px rgb(80, 80, 80);
}

.menus-mt {
    margin-top: -90px;
}

.indent-list li {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-left: 1em;
    margin-bottom: 10px;
    position: relative;
}

.indent-list li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

@media(max-width:599px) {
    .g-w-main {
        font-size: 20px;
    }

    .b-t {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8em;
        letter-spacing: .1em;
    }
}

.g-x-main {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
}

.g-x-main>span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height:120px;
    color: #fff;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/h-bg.webp);
    background-size: contain;
    background-position: center;
}

.tg-item>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #aaa;
    padding: 20px;
}

.tg-cat {
    width: 100px;
    height: 100px;
    background-color: #4774c7;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.red .tg-cat {
    background-color: #c75047;
}

.green .tg-cat {
    background-color: #6da055;
}

.purple .tg-cat {
    background-color: #6b55a0;
}

.tg-txt {
    width: calc(100% - 100px);
}

.tg-txt-1 {
    font-size: 28px;
    padding-left: 50px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 2px solid #4774c7;
    font-weight: 600;
}

.red .tg-txt-1 {
    border-bottom: 2px solid #c75047;
}

.green .tg-txt-1 {
    border-bottom: 2px solid #6da055;
}

.purple .tg-txt-1 {
    border-bottom: 2px solid #6b55a0;
}

.tg-txt-1>span {
    font-size: .8em;
    margin-left: 30px;
}

.tg-txt-2 {
    font-size: 18px;
    padding-left: 50px;
    padding-top: 10px;
    color: #000;
}

.bx06 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/oak.webp);
    background-size: cover;
    background-position: center;
    position:relative;
    padding-bottom: 80px;
}

.bx06>*{
  position:relative;
  z-index:2;
}

.bx06::after{
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  background-color:#fff;
  opacity:0.3;
}

.k-og {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-og-main {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 32px;
    padding: 0 10px;
}

.k-og:before,
.k-og::after {
    content: "";
    height: 2px;
    background-color: #5f3b38;
    display: inline-block;
    flex-grow: 1;
}

.new-const-item .img {
    border-radius: 10px;
    overflow: hidden;
    transition: .8s;
}

.new-const-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.new-const-txt .date01 {
    width: 90px;
}

.new-const-txt .cate01 {
    width: 100px;
}

.new-const-txt .news-title01 {
    width: 100%;
    margin-top: 5px;
}

.new-const-item>a {
    display: block;
    transition: .8s;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.new-const-item>a::after {
    content: "";
    width: 40px;
    height: 10px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.114.141/import/tenant_1/160.16.104.186/images/right.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(81%) sepia(28%) saturate(2954%) hue-rotate(360deg) brightness(103%) contrast(105%);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cate01>span {
    display: inline-block;
    background-color: #4774c7;
    line-height: 1.1em;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
}

.new-const-list .new-const-item:nth-child(4) {
    display: none;
}

@media(max-width:1024px){
  .g-x-main>span {
    width: 100px;
    height: 100px;
    line-height:100px;
}
}

@media(max-width:599px){
  .bx06 {
    padding-bottom: 0;
  }
}

/* btnボタン */

.btn {
    width: 320px;
    background: #004ea2;
}

.btn a {
    display: block;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #004ea2;
}

.btn.l-arr {
    background: #fff;
}

.btn.l-arr a {
    color: #004ea2;
}

.btn.l-arr a:hover {
    color: #fff;
}

.btn.l-arr a .bg-white {
    background: #004ea2;
}

.btn a .bg-white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn a:hover .bg-white {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn a:hover {
    opacity: 1;
    color: #004ea2;
}

.btn.r-arr a {
    position: relative;
    z-index: 0;
}

.btn.r-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
}

.btn.r-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.btn.l-arr a {
    position: relative;
}

.btn.l-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
}

.btn.l-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn a:hover:before {
    background: #fff;
}

.btn a:hover:after {
    background: #fff;
}

@media(max-width:1024px){
  .l-t>span {
        font-weight: 500;
        padding-bottom: .2em;
        letter-spacing: -.1em;
        line-height: 2.2em;
}
}

@media(max-width:599px){
  .b-t {
        letter-spacing: 0;
    }
    
    .minus-inner {
    max-width:96%;
    margin-left:2%;
    margin-right:2%;
    padding: 0;
}

.l-t>span {
    font-size: 16px;
        font-weight: 500;
        padding-bottom: .2em;
        letter-spacing: -.1em;
        line-height: 2.2em;
}

.menus-mt{
  margin-top:10px;
}

.g-x-main>span {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.g-x-main {
    font-size: 26px;
}
.tg-item>span {
    padding: 5px;
}

.tg-cat {
    width: 45px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.tg-txt {
    width: calc(100% - 45px);
}

.tg-txt-1{
  font-size: 18px;
    padding-left: 5px;
    padding-bottom: 5px;
    letter-spacing:-.1em;
}

.tg-txt-1>span {
    font-size: .7em;
    margin-left: 5px;
}

.tg-txt-2 {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    letter-spacing:-.1em;
}

.blk-txt.txt {
    font-size: 16px;
    margin-top:5px;
}

.new-const-item>a {
    padding: 5px;
}

.new-const-txt .cate01 {
    width: 70px;
}
}

.nav02.mk2{
  position:fixed;
}

.nav02.mk2{
  position:fixed;
  top:0;
  z-index:3;
  width:100%;
  left:0;
  margin-top:0;
  background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
    transform:translateY(-60px);
    transition:.4s;
  
}

.scrolled .nav02.mk2{
  transform:translateY(0px);
}

.bdr01{
  border-radius:10px;
  overflow:hidden;
}

[data-element-id].sc-box>a{
  flex-direction:column;
}

[data-element-id] .up-d-none.telnum{
  display:block;
  font-size:12px;
  color:#fff;
}

.spm.up-fw-bold{
  font-weight:bold;
}

.nav01.mk2{
  position:fixed;
  bottom:20px;
  right:20px;
  max-width:418px;
  z-index:900;
      transform: translateX(500px);
    transition: .4s;
}

.scrolled .nav01.mk2{
      transform: translateX(0px);
}

.nav01.mk2 a{
background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
background-size: cover;
    background-position: center;
}

[data-element-id].nav02.mk2{
    position: relative;
    margin-top: 0;
    transform: translateY(0);
    border:3px solid red;
}

[data-element-id].nav01.mk2{
    position: relative;
    transform: translateX(0);
    border:3px solid red;
    bottom:0;
    right:0;
}

@media(max-width:599px){
  .nav01.mk2{
  right:0;
  bottom:0;
  width:100%;
}
}

.arrowarrr{
  list-style-type: none;
}

/* =========================================
   総合サイトへの固定リンク (footer内限定)
   ========================================= */
footer .fixed-link {
  position: fixed;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
  --tab-width: 48px;
  --expand-width: 300px;
  width: var(--tab-width);
  background: #fff;
  border-radius: 12px 0 0 12px;
  box-shadow: -4px 4px 16px rgba(20, 30, 60, 0.18);
  overflow: hidden;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 0.3s ease;
  will-change: width;
}

/* PC: hoverで展開 */
@media (hover: hover) and (pointer: fine) {
  footer .fixed-link:hover,
  footer .fixed-link:focus-within {
    width: var(--expand-width);
    box-shadow: -8px 8px 28px rgba(20, 30, 60, 0.28);
  }
  footer .fixed-link:hover .fixed-link__tab,
  footer .fixed-link:focus-within .fixed-link__tab {
    opacity: 0;
    pointer-events: none;
  }
  footer .fixed-link:hover .fixed-link__expand,
  footer .fixed-link:focus-within .fixed-link__expand {
    opacity: 1;
    pointer-events: auto;
  }
}

/* SP: タップで展開 */
footer .fixed-link.is-open {
  width: var(--expand-width);
  box-shadow: -8px 8px 28px rgba(20, 30, 60, 0.28);
}
footer .fixed-link.is-open .fixed-link__tab {
  opacity: 0;
  pointer-events: none;
}
footer .fixed-link.is-open .fixed-link__expand {
  opacity: 1;
  pointer-events: auto;
}

/* 通常時: 縦書きタブ(PC) */
footer .fixed-link__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tab-width);
  min-height: 220px;
  padding: 20px 0;
  flex-shrink: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
footer .fixed-link__tab:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: -4px;
}
footer .fixed-link__tab-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1a2238;
  white-space: nowrap;
  pointer-events: none;
}

/* 円形ロゴ(SP用、PCでは非表示) */
footer .fixed-link__toggle {
  display: none;
}

/* 展開表示(リンク) */
footer .fixed-link__expand {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  width: var(--expand-width);
  padding: 12px 18px 12px 12px;
  text-decoration: none;
  color: #1a2238;
  opacity: 0;
  pointer-events: none;
  /* 閉じる時: 即座にフェードアウト */
  transition: opacity 0.15s ease 0s;
  -webkit-tap-highlight-color: transparent;
}
/* 開く時: 幅アニメ完了後にフェードイン */
@media (hover: hover) and (pointer: fine) {
  footer .fixed-link:hover .fixed-link__expand,
  footer .fixed-link:focus-within .fixed-link__expand {
    transition: opacity 0.25s ease 0.3s;
  }
}
footer .fixed-link.is-open .fixed-link__expand {
  transition: opacity 0.25s ease 0.3s;
}
footer .fixed-link__expand:focus-visible {
  outline: 2px solid #c9a96e;
  outline-offset: -2px;
}

footer .fixed-link__logo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}
footer .fixed-link__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
footer .fixed-link__expand-text {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  white-space: nowrap;
  color: #1a2238;
  font-family: "Noto Serif JP", serif;
}

/* 1024px以下 */
@media (max-width: 1024px) {
  footer .fixed-link {
    --tab-width: 42px;
    --expand-width: 270px;
  }
  footer .fixed-link__tab { min-height: 200px; }
  footer .fixed-link__tab-text {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
  footer .fixed-link__logo {
    width: 48px;
    height: 48px;
  }
  footer .fixed-link__expand-text { font-size: 13px; }
  footer .fixed-link__expand {
    gap: 12px;
    padding: 10px 16px 10px 10px;
  }
}

/* 599px以下 */
@media (max-width: 599px) {
  footer .fixed-link {
    top: auto;
    bottom: 80px;
    --tab-width: 56px;
    --expand-width: 240px;
    width: var(--tab-width);
    height: 56px;
    border-radius: 28px 0 0 28px;
    transform: translate(0, 0);
  }
  /* PC用縦書きタブを非表示 */
  footer .fixed-link__tab {
    display: none;
  }
  /* SP用円形ロゴを表示(展開後も最前面に残して閉じるボタンに) */
  footer .fixed-link__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  footer .fixed-link__toggle-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  footer .fixed-link__toggle-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* 展開時のサイズ */
  footer .fixed-link.is-open {
    width: var(--expand-width);
    height: 56px;
  }
  /* 展開コンテンツのSP調整(右側にtoggle分の余白を確保) */
  footer .fixed-link__expand {
    padding: 0 64px 0 12px;
    gap: 10px;
    height: 56px;
    width: var(--expand-width);
  }
  footer .fixed-link__logo {
    display: none;
  }
  footer .fixed-link__expand-text {
    font-size: 12px;
    text-align: left;
  }
}

/* --- Section --- */
.section-group-link {
  margin-bottom: 0px;
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
}
 
.section-group-link__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
 
/* --- Card --- */
.group-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 20px 28px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}
 
.group-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
 
/* --- Logo Area --- */
.group-card__logo {
  flex-shrink: 0;
  width: 120px;
  height: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.group-card__logo-img {
  max-width: 80%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
}
 
/* --- Body --- */
.group-card__body {
  flex: 1;
  min-width: 0;
}
 
.group-card__name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
 
.group-card__sub {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
 
/* --- Arrow --- */
.group-card__arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00002e;
  position: relative;
}
 
.group-card__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
}
 
/* --- 1024px以下 --- */
@media screen and (max-width: 1024px) {
  .section-group-link {
    padding: 40px 0;
  }
 
  .group-card {
    gap: 20px;
    padding: 18px 24px;
  }
}
 
/* --- 599px以下 --- */
/* --- 599px以下 --- */
@media screen and (max-width: 599px) {
  .section-group-link {
    padding: 32px 0;
  }

  .section-group-link__inner {
    padding: 0 16px;
  }

  .group-card {
    gap: 12px;
    padding: 14px 16px;
    /* flex-direction: column; ← これを削除 */
  }

  .group-card__logo {
    width: 70px;
  }

  .group-card__logo-img {
    max-width: 100%;
  }

  .group-card__name {
    font-size: 14px;
  }

  .group-card__sub {
    font-size: 11px;
  }

  .group-card__arrow {
    width: 28px;
    height: 28px;
  }
}

