h2.section-title {
    color: var(--color-dark-primary);
    font-weight: normal;
    text-align: left;
    /* font-size: 3.0em; */
    margin-bottom: 15px;
}

.section-padding { padding: var(--section-padding-md); }
.section-padding-sm { padding: var(--section-padding-sm) 0; }
.section-description {
    text-align: left;
    margin-bottom: 40px;
    font-size: 1.1em;
    color: var(--color-text-dark);
}

.btn-primary-hero {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50px;
    /* font-weight: bold; */
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    position: relative;
}

.btn-primary-hero:hover {
    background-color: var(--color-dark-primary);
    opacity: 1; /* Override default anchor hover opacity */
}

.btn-primary-hero i {
    position: relative;
    /* margin-left: 10px; */
    top: 0px;
    right: -30px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 15px 60px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 30px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    position: relative;
}
.btn-secondary:hover {
    background-color: var(--color-dark-primary);
    opacity: 1;
}
.btn-secondary i {
    position: relative;
    /* margin-left: 10px; */
    top: 0px;
    right: -30px;
}

.center-btn {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn-outline ,
.btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    padding: 10px 20px;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 0.95em;
}

.btn-outline i ,
.btn-primary i {
    margin-left: 8px;
}
@media (max-width: 1200px) {
    .btn-outline ,
    .btn-primary {
        font-size: var(--fsizepc-16);
    }
}
@media (max-width: 768px) {
    .btn-outline ,
    .btn-primary {
        font-size: var(--fsizesp-13);
    }
}
.btn-outline {
    background-color: var(--color-white);
    color: var(--color-primary);
}
.btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    opacity: 1;
}
.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.btn-primary:hover {
    background-color: var(--color-dark-primary);
    border: 1px solid var(--color-dark-primary);
    opacity: 1;
}

.btn-lg {
    padding: 20px 40px;
}


.btn-outline-white {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background-color: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1em;
    white-space: nowrap;
}

.btn-outline-white:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
    opacity: 1;
}


/* Hero Section */
.hero-section {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 673;
    background: linear-gradient(to top , #F0E8D5, #F5F2F0);
    position: relative;
    padding: 0;
    margin:0;
    overflow: hidden;
}
#hero-wave{
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 673;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#hero-chairman {
	pointer-events: none;
    position: absolute;
    width: 42vw;
    left: calc(50% - 35vw);
    bottom: 0;
    z-index: 200;
}
#hero-fukidashi {
    position: absolute;
    width: 25vw;
    left: calc(50% - 45vw);
    bottom: 7vw;
    z-index: 200;
}
#hero-fukidashi2 {
    display: none;
}
#hero-text-3month {
    position: absolute;
    width: 32vw;
    left: calc(50% + 10vw);
    top: 4vw;
    z-index: 200;
}

#hero-btn {
    position: absolute;
    width: 30vw;
    left: calc(50% + 10vw);
    top: 28vw;
    text-align: center;
    z-index: 200;
}   
#hero-btn a {
    margin: 0 auto;
    padding: 1.5vw 4.5vw;
    font-size: 1.3vw;
}
#hero-btn a i {
    right: -2vw;
}



/* Core Values Section */
.core-values-section h2 {
    color: var(--color-dark-primary);
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.5;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.value-item .icon {
    margin-bottom: 20px;
}

.value-item h3 {
    /* font-size: 1.4em; */
    font-weight: bold;
    margin-bottom: 15px;
}

.value-item h3 span {
    color: var(--color-primary);
}

.value-item p {
    /* font-size: 0.95em; */
    color: var(--color-text-dark);
    text-align:left;
}

/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
  margin-top: 60px;
  margin-right: 20px;
  gap: 20px;
}
/* スライド */
.slide {
  width: calc(100vw / 1.2); /* 1.2はスライドの枚数 */
  max-width: 460px; /* スライドの最大幅 */
  height:auto; /* スライドの高さ */
  /* width: 460px; */
  /* height: 320px; */
}
/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
  aspect-ratio: 460 / 307;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

 /* Guides Section */
.guides-section {
    background-color: var(--color-white);
}

.guide-cards-overview {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.guide-card-small {
    position: relative;
    width: 17%;
    aspect-ratio: 1;
    color: var(--color-text-dark);
    background-color: var(--color-cream); /* 丸の背景色 */
    border-radius: 50%; /* 完全な円形にする */
    text-align: center;
}
.guide-card-small .icon {
    position: relative;
    width: 30%;
    aspect-ratio: 1;
    color: var(--color-cream);
    background-color: var(--color-primary); /* 丸の背景色 */
    border-radius: 50%; /* 完全な円形にする */
    display: flex; /* テキストを中央に配置するためにflexboxを使用 */
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    text-align: center;

    /*font-size: calc(1rem + 1vw);  1remを基準に、ビューポート幅の1%を加算 */
    font-size: 1.2em;

    top: 0;
    left: 0;
    z-index: 100;
}
.guide-card-small p {
    position: relative;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4;

    color: var(--color-text-dark);
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.guide-card-small i.fa-chevron-down {
    position: relative;
    font-size: 1.5em;
 
    color: var(--color-primary);
    top: 18%;
    left: 0;
}
.guide-card-small:hover i.fa-chevron-down {
    color: var(--color-dark-primary);
    transform: translateY(5px);
    transition: transform 0.3s ease;
}

/* Individual Guide Sections */
.individual-guide-sections section {
    position: relative;
    background-color: var(--color-background-light);
    border:1px solid var(--color-border-light);
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1160/340;

    align-items: left;
    gap: 40px;
    margin-bottom: 30px;
    overflow: hidden; /* はみ出た部分を隠す */
}
.individual-guide-sections section .guide-icon {
    position: relative;
    width: 220px;
    aspect-ratio: 1;
    color: var(--color-cream);
    background-color: var(--color-primary); /* 丸の背景色 */
    border-radius: 50%; /* 円形にする（で、隠す） */
    z-index: 100;
    top: -100px;
    left: -100px;
}
.individual-guide-sections section .guide-icon img {
    position: absolute;
    bottom: 45px;
    right: 45px;
    width: 45px;
    height: auto;
    aspect-ratio: 1;
    z-index: 300;
}
.individual-guide-sections section .guide-text-content {
    position: absolute;
    width: calc(50% - 100px);
    color: var(--color-text-dark);
    font-size: 1.1rem;
    top: 70px;
    left: 120px;
}
.individual-guide-sections section .guide-text-content h3{
    color: var(--color-text-dark);
    font-size: 2.0rem;
    font-weight: normal;
    margin-bottom: 15px;
}
.individual-guide-sections section .guide-text-content a.btn-outline{
    position: absolute;
    right: 0;   
    bottom: -70px;
}
.individual-guide-sections section .guide-image {
    position: absolute;
    width: 40%;
    height: auto;
    aspect-ratio: 400/291 ;
    top: 0px;
    right: 0px;
    pointer-events: none;
    cursor: default;
}
.individual-guide-sections section .guide-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Shop Section */
.shop-prefecture {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.shop-prefecture h3 {
    position: relative;
    font-size: 1.8em;
    color: var(--color-text-dark);
    margin-bottom: 0;
}

.shop-prefecture h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;/*線の上下位置*/
    display: inline-block;
    width: 1.5em;/*線の長さ*/
    height: 4px;/*線の太さ*/
    border-radius: 2px;/*線の丸み*/
    background-color: var(--color-primary);/*線の色*/
}
.shop-flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:flex-start;
    gap: 10px;
}
.shop-flexbox .shop-item {
    width: calc(33.333% - 10px);
}
.shop-flexbox .shop-item img{
    width: 100%;
    height: auto;
    aspect-ratio: 364/240;
    border-radius: 6px;
}
.shop-flexbox .shop-item p {
    position:relative;
    color: var(--color-text-dark);
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 10px 10px;
    text-align: left;
}

.shop-flexbox .shop-item p i{
    position: absolute;
    top: 5px;
    right: 10px;
    color: var(--color-primary);
}

/* Banner Section */
.banner-section {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}
.banner-section a {
    display: block;
}
.banner-section img {
    max-width: var(--max-width-container);
    width: 100%;
    height: auto;
    padding: 0;
    object-fit: cover;
}
/* Brands Section */
.brands-section {
    background-color: var(--color-white);
    padding: var(--section-padding-md);
}
.brands-content {
    color: var(--color-text-dark);
    background-color: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}
.brands-slogan {
    font-size: var(--fsizepc-20);
    font-weight: normal;
    margin-bottom: 10px;
    color: var(--color-primary);
}
.brands-content p:last-of-type {
    /* font-size: 1.1em;*/
    color: var(--color-text-light);
    margin-bottom: 30px;
    text-decoration: underline;
}
.brands-content p:last-of-type i {
    color: var(--color-primary);
}
.brands-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px auto;
}
.brands-logos img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

/* Customer Voice Section */
.voice-grid {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling */
    gap: 20px;
    padding-bottom: 20px; /* Space for scrollbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
/*
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-border-light);
*/
}

/* Custom scrollbar for Webkit browsers */
.voice-grid::-webkit-scrollbar {
    height: 8px;
}

.voice-grid::-webkit-scrollbar-track {
    background: var(--color-border-light);
    border-radius: 10px;
}

.voice-grid::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}
.voice-grid::-webkit-scrollbar-button {
    display: none;
}

.voice-card {
    min-width: 300px;
    background-color: var(--color-white);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-text-light);
}

.voice-avatar-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.voice-avatar-icon {
    font-size: 2.5em;
    color: var(--color-text-light);
    margin-right: 15px;
}

.circle {
  border-radius: 50%;
  background-color: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
  /* または */
  /*
  line-height: 100px;
  text-align: center;
  */
}

.circle span {
  color: black;
}

.voice-avatar-icon {
    width: 2em; /* 丸の直径 */
    aspect-ratio: 1;
    color: var(--color-secondary);
    background-color: var(--color-cream); /* 丸の背景色 */
    border-radius: 50%; /* 完全な円形にする */
    display: flex; /* テキストを中央に配置するためにflexboxを使用 */
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    text-align: center;

    font-size: 1.5em;
    margin-right: 15px;
}


.voice-avatar-info .name {
    font-weight: bold;
    font-size: 1.1em;
}

.voice-avatar-info .occupation {
    font-size: 0.85em;
    color: var(--color-dark-primary);
}

.voice-text {
	color: var(--color-text-dark);
	margin-bottom: 20px;
	flex-grow: 1; /* Allows text to take available space */

	display: -webkit-box;
	-webkit-box-orient: vertical;      /* 垂直方向に配置 */
	overflow: hidden;                  /* 溢れた部分を隠す */
	text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
	-webkit-line-clamp: 5;             /* 最大行数を5行に設定 */
	word-break: break-all;
}

.voice-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-text-dark);
    text-decoration: underline;
    font-weight: bold;
    margin-top: auto; /* Push to bottom */
}

.voice-more-link i {
    margin-left: 10px;
}

/* Consultation Support Section */
.consultation-support {
    background-color: var(--color-background-light);
}

.support-flex {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.support-text-content {
    flex: 1;
}

.support-text-content .tagline-sm {
    display: inline;
    padding: 10px;
    font-size: 0.9em;
    background-color: var(--color-cream);
    color: var(--color-dark-primary);
}

.support-text-content h2 {
    position: relative;
    /* font-size: 1.8em; */
    color: var(--color-text-dark);
    margin: 1.5em 0;
}

.support-text-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;/*線の上下位置*/
    display: inline-block;
    width: 1.5em;/*線の長さ*/
    height: 4px;/*線の太さ*/
    border-radius: 2px;/*線の丸み*/
    background-color: var(--color-primary);/*線の色*/
}

.support-text-content .description {
    /* font-size: 1.1em; */
    color: var(--color-text-dark);
    margin-bottom: 2em;
}

.support-buttons {
    display: flex;
    justify-content: left;
    gap: 15px;
}
.support-buttons a {
    font-weight: normal;
}
.support-image {
    flex: 1;
}
.support-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 360;
    border-radius: 8px;
}
/* Expert Talk Section */
.expert-talk-section {
    background-color: var(--color-white);
}
.tabs-nav {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    position: relative;
}
.tabs-nav .tab-button {
    background-color: var(--color-white);
    border: 1px solid var(--color-border-light);
    border-radius: 50px;
    padding: 10px 20px;
    color: var(--color-text-dark);
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tabs-nav .tab-button:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.tabs-nav .tab-button.active {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.tabs-nav .view-all-articles {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-dark);
    text-decoration: underline;
    font-weight: bold;
    white-space: nowrap;
}

.tabs-nav .view-all-articles i {
    color: var(--color-primary);
    margin-left: 8px;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.article-card {
    background-color: var(--color-white);
    border-radius: 8px;
    overflow: hidden;
    color: var(--color-text-dark);
    transition: transform 0.3s ease;
}

.article-card:hover {
    background-color: var(--color-cream);
}

.article-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.article-card .article-title {
    display: -webkit-box;             
    -webkit-box-orient: vertical;      /* 垂直方向に配置 */
    overflow: hidden;                  /* 溢れた部分を隠す */
    text-overflow: ellipsis;           /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 3;             /* 最大行数を3行に設定 */
    word-break: break-all;

    width: 100%;
    height: 4em; /* 高さを指定して3行分の高さにする */
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.4;
    flex-grow: 1; /* Allow title to take up space */
}

.article-card .article-tags {
    padding: 0 5px 15px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.article-card .article-tags span {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 0.7em;
    background-color: var(--color-white);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    white-space: nowrap;
}

/* LINE Consultation Section */
.line-section {
    background-color: var(--color-background-dark); /* Dark background */
    padding: var(--section-padding-sm) 0;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.line-text-content {
    padding-bottom: var(--margin-xs);
}

.line-heading {
    margin-bottom: var(--margin-xs);
    text-align: center;
}

.line-description {
    font-size: 1.1em;
    color: var(--color-text-light);
    margin-bottom: 30px;
}

.line-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 750px;
    margin: 0 auto var(--margin-xs);
}

.line-features .feature-item {
    text-align: center;
}

.line-features .feature-item i {
    font-size: 2.5em;
    color: var(--color-secondary);
    margin-bottom: 10px;
}

.line-features .feature-item p {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.4;
}

.line-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.line-image {
    width: 350px;
    position: absolute;
    bottom: 0;
    left: calc( 50% - 600px);
}

.line-image img.line-fukidashi {
    position: absolute;
    bottom: 290px;
    right: 0;
    width: calc( 245 / 350 * 100%);
    height: auto;
}
.line-image img.line-staff {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc( 350 / 350 * 100%);
    height: auto;
}

/* About Us Section */
.about-us-section {
    background-color: var(--color-background-light);
}

.about-grid {
    display: grid;
    align-items: start;
    gap: 0 50px;
    grid-template-columns: 1fr 1fr;
}

.about-images {
    grid-row: 1 / 3;
    grid-column: 1;
}

.about-images img {
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 360;
    object-fit: cover;
    border-radius: 5px;
}

.about-text-content {
    grid-row: 1;
    grid-column: 2;

    text-align: center;
    color: var(--color-text-dark);
}

.about-text-content .about-slogan {
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.about-text-content p {
    text-align: left;
    /* font-size: 1em; */
    margin-bottom: 30px;
}



.about-button {
    grid-row: 2;
    grid-column: 2;
    text-align: center;
}




/* Responsive Design */
@media (max-width: 1200px) {
    .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .hero-text {
        padding-left: 0;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
    }
    .hero-image {
        position: relative;
        bottom: 0;
        left: auto;
        margin-top: 30px;
        width: 100%;
        max-width: 500px;
        height: 400px;
        border-radius: 5px;
    }
    .hero-text .tagline-top,
    .hero-text .tagline-middle,
    .hero-text .tagline-bottom {
        position: static;
        display: none; /* Hide speech bubbles on smaller screens for simplicity */
    }
    /* Individual Guide Sections */
    .individual-guide-sections section .guide-icon {
        width: 17vw;
        border-radius: 50%; /* 円形にする（で、隠す） */
        top: -8.33vw;
        left: -8.33vw;
    }
    .individual-guide-sections section .guide-icon img {
        bottom: 3.00vw;
        right: 3.00vw;
        width: 3.50vw;
    }
    .individual-guide-sections section .guide-text-content {
        width: calc(55% - 100px);
        top: 6vw;
        left: 10vw;
    }
    .individual-guide-sections section .guide-text-content h3{
        font-size: var(--fsizepc-32-vw);
    }
    .individual-guide-sections section .guide-text-content p{
        font-size: var(--fsizepc-16);
    }
    .individual-guide-sections section .guide-text-content a.btn-outline{
        right: 0;   
        bottom: -60px;
    }
    .individual-guide-sections section .guide-image {
        pointer-events: visible;
        cursor: auto;
        width: 40%;
        height: auto;
        aspect-ratio: 400/291 ;
        top: 0px;
        right: 0px;
    }
    /* About Us Section */
    .about-text-content .about-slogan {
        font-size: var(--fsizepc-22);
    }
    .about-text-content p {
        font-size: var(--fsizepc-16);
    }
}
@media (max-width: 992px) {
    .btn-secondary {
        border-radius: 45px;
    }
    /* Individual Guide Sections */
    .individual-guide-sections section {
        aspect-ratio: 1160 / 400;
    }
    .individual-guide-sections section .guide-image{
        aspect-ratio: 400 / 400;
    }
    .individual-guide-sections section .guide-text-content {
        top: 4.5vw;
    }

    /* Guides Section */
    .guide-cards-overview {
        display: none;
    }
    /* LINE Consultation Section */
    .line-section {
        padding-bottom: 200px;
    }
    .line-heading {
        width: 60vw;
        margin: 0 auto var(--margin-xs);
    }
    .line-heading img {
        width: 100%;
    }
    .line-image {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .line-image img.line-fukidashi {
        position: absolute;
        bottom: 90px;
        left: 200px;
        right: auto;
        width: auto;
        height: auto;
        aspect-ratio: 245 / 155 ;
    }
    .line-image img.line-staff {
        position: absolute;
        bottom: 0;
        left: 20px;
        width: auto;
        height: auto;
        aspect-ratio: 320 / 281 ;
    }
}
@media (max-width: 768px) {
    /* Common Parts */
    /* 
    h2.section-title {
        font-size: 8vw;
        font-size: var(--fsizesp-28);
    }
    */
    .section-description {
        /* font-size: 3.3vw; */
        font-size: var(--fsizesp-16);
    }

    /* Hero Section */
    .hero-section {
        width: 100%;
        height: auto;
        aspect-ratio: 390 / 634;
        background: linear-gradient(to top , #F0E8D5, #F5F2F0);
        position: relative;
        padding: 0;
        margin:0;
        overflow: hidden;
    }
    #hero-wave{
        width: 100%;
        height: auto;
        aspect-ratio: 390 / 634;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    #hero-chairman {
        position: absolute;
        width: 90vw;
        left: calc(50% - 45vw);
        bottom: 0;
        z-index: 200;
    }
    #hero-fukidashi {
        position: absolute;
        width: 40vw;
        left: 0;
        bottom: 28vw;
        z-index: 180;
    }
    #hero-fukidashi2 {
        display: block;
        position: absolute;
        width: 40vw;
        right: 0;
        bottom: 7vw;
        z-index: 250;
    }
    #hero-text-3month {
        position: absolute;
        width: 80vw;
        left: calc(50% - 40vw);
        top: 10vw;
        z-index: 200;
    }
    #hero-btn {
        position: absolute;
        width: 80vw;
        left: calc(50% - 40vw);
        top: 70vw;
        text-align: center;
        z-index: 150;
    }   
    #hero-btn a {
        margin: 0 auto;
        padding: 4vw 18vw;
        font-size: 4vw;
    }
    #hero-btn a i {
        right: -4vw;
    }
    /* Core Values Section */
    .core-values-section h2 {
        color: var(--color-dark-primary);
        text-align: center;
        margin-bottom: 60px;
        font-weight: bold;
        font-size: var(--fsizesp-20);
        line-height: 1.5;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-item h3 {
        font-weight: bold;
        /* font-size: var(--fsizesp-22); */
    }
    /*
    .value-item p {
        font-size: var(--fsizesp-16);
    }
    */
    /* Individual Guide Sections */
    .individual-guide-sections section {
        position: relative;
        aspect-ratio: 350 / 375;
    }
    .individual-guide-sections section .guide-icon {
        width: 22vw;
        border-radius: 50%; /* 円形にする（で、隠す） */
        top: -9vw;
        left: -9vw;
    }
    .individual-guide-sections section .guide-icon img {
        bottom: 5.00vw;
        right: 5.00vw;
        width: 5.50vw;
    }
    .individual-guide-sections section .guide-image {
        width: 100%;
        height: auto;
        aspect-ratio: 2 ;
        top: 0px;
        left: 0px;
    }
    .individual-guide-sections section .guide-text-content {
        width: calc( 100% - 10vw );
        top: 55%;
        left: 5vw;
    }
    .individual-guide-sections section .guide-text-content h3{
        /* font-size: 4vw; */
        font-size: var(--fsizesp-20);
    }
    .individual-guide-sections section .guide-text-content p{
        /* font-size: 3vw; */
        font-size: var(--fsizesp-12);
    }
    .individual-guide-sections section .guide-text-content a.btn-outline{
        right: 0;   
        bottom: auto;
        /* padding: 5px 10px; */
        /* font-size: 3vw; */
        /* font-size: var(--fsizesp-13); */
        margin-top: var(--fsizesp-13);
    }
    /* Shop Section */
    .shop-flexbox .shop-item {
        width: calc(50% - 10px);
    }
    .shop-section a.sponly {
        display: flex;
        margin-top: 20px;
    }
    /* Consultation Support Section */
    .support-flex {
        flex-direction: column;
    }
    .support-buttons {
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
    }
/*
    .support-buttons a {
        justify-content: center;
    }
*/
    /* Brands Section */
    .brands-slogan {
        font-size: var(--fsizesp-20);
    }
    /* Expert Talk Section */
    .expert-talk-section .tabs-nav {
        margin-bottom: 30px;
        gap: 0;
    }
    .tabs-nav .view-all-articles {
        position: static;
        transform: none;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
    /* LINE Consultation Section */
    .line-section {
        padding-bottom: 50vw;
    }
    .line-heading {
        width: 60vw;
        margin: 0 auto var(--margin-xs);
    }
    .line-heading img {
        width: 100%;
    }
    .line-features {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 10px;
    }
    .line-features .feature-item img{
        width: 100%;
        height: 100%;
    }
    .line-features .feature-item3{
        grid-row: 2;
        grid-column: 1 / 3;
    }
    .line-image {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .line-image img.line-fukidashi {
        position: absolute;
        bottom: 15vw;
        left: auto;
        right: 0;
        width: 60vw;
        height: auto;
        aspect-ratio: 245 / 155 ;
    }
    .line-image img.line-staff {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60vw;
        height: auto;
        aspect-ratio: 320 / 281 ;
    }
    .line-button {
        width: 100%;
    }
    .line-button img {
        width: 100%;
        height: auto;
        aspect-ratio: 5;
    }
    /* About Us Section */
    .about-grid {
        gap: 10px;
        grid-template-columns: 1fr;
    }
    .about-images {
        grid-row: 2;
        grid-column: 1;
    }
    .about-text-content {
        grid-row: 1;
        grid-column: 1;
    }
    .about-text-content .about-slogan {
        font-size: var(--fsizesp-20);
    }
    .about-text-content p {
        font-size: var(--fsizesp-16);
    }
    .about-button {
        grid-row: 3;
        grid-column: 1;
    }
    /* Bottom CTA Section */
    .bottom-cta-section .bottom-cta-guide-sections {
        grid-template-columns: 1fr;
    }
    .bottom-cta-section .bottom-cta-guide-sections a {
        height: 24vw;
        align-items: center;
        font-weight: bold;
        font-size: 4vw;
        overflow: hidden; /* はみ出た部分を隠す */
    }
}
