:root {
    --color-black: #000;
    --color-primary: #AEEF23;
}

*{
    font-feature-settings: "palt";
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    background: #d3d3d3;
    background: linear-gradient(37deg, rgb(211, 211, 211) 0%, rgb(151, 151, 151) 7.5%, rgb(255, 255, 255) 19%, rgb(151, 151, 151) 32.5%, rgb(181, 181, 181) 43.5%, rgb(216, 216, 216) 49%, rgb(255, 255, 255) 50%, rgb(151, 151, 151) 57.5%, rgb(255, 255, 255) 69%, rgb(151, 151, 151) 82.5%, rgb(181, 181, 181) 93.5%, rgb(216, 216, 216) 99%, rgb(255, 255, 255) 100%);
}
main{
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;;
}
.container{
    min-height: 100vh;

}
.cont-in{
    
}
.pc{
display: block;
}
.sp{
    display: none;
}
.fg{
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 5;
    max-width: 100%;
}

.fg-main{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    background: #000;
    min-height: 100vh;

}
.fg-left{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 50px;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fg-logo{
position: relative;
width: auto;
height: auto;
display: flex;
    flex-direction: column;
    gap: 15px;
}
.fg-logo img{
    width: auto;
    height: 200px;
    object-fit: contain;
}
.fg-logo span{
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
}
.fg-left_sns__list{
display: flex;
justify-content: space-around;
align-items: center;
gap: 20px;
flex-wrap: nowrap;
}
.fg-left_sns__list li{

}
.fg-left_sns__list a{

}
.fg-left_sns__list a img{

}
.fg-heading-line{
    flex: 1 1 0;
    height: 2px;
    outline: 1px rgba(255, 255, 255,1) solid;
    outline-offset: -0.50px;
}
.__line-bk{
    outline: 1px rgba(000, 000, 000,1) solid;
}
.fg-nav {
    display: inline-flex;
    margin: 0;
    margin-top: 40px;
    width: auto;
}

.fg-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fg-nav li {
    margin-bottom: 25px;
}

.fg-nav a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.fg-nav a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/index-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.fg-nav a:hover {
    color: var(--color-primary);
    transform: translateX(5px);
}

.fg-right{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 50px;
    width: 33.333%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.fg-hero-header{
    width: 100%;
    height: 45px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;

}
.fg-hero-header img{
    width: auto;
    height: 25px;
    object-fit: contain;
}
/* Hero Section Styles */
.fg-hero-container {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
    background: linear-gradient(0deg, var(--color-black) 0%, var(--color-black) 100%);
    background-image: url('img/bg.png');
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
    box-sizing: border-box;
    min-height: 700px;
    overflow: hidden;
}

.fg-hero-product-img {
    width: 100%;
    height: auto;
    left: 0px;
    bottom: -50px;
    position: absolute;
    object-fit: contain;
}

.fg-hero-badge {
    width: 170px;
    right: 0;
    bottom:0;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.fg-hero-badge img{
width: 100%;
height: auto;
object-fit: contain
}

.fg-hero-heading-wrapper {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.fg-hero-heading {
    align-self: stretch;
    text-align: justify;
    position: relative;
}

.fg-hero-heading-white {
    color: white;
    font-size: 72px;
    font-weight:700;
    line-height: 1em;
    word-wrap: break-word;
}

.fg-hero-heading-highlight {
    color: var(--color-primary);
    font-size: 124px;
    font-weight: 700;
    line-height: 1em;
    word-wrap: break-word;
}
.fg-hero-research{
    color: #666;
    font-size: 10px;
    line-height: 1em;
    padding:0;
    word-wrap: break-word
}
.fg-hero-sub-wrapper {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.fg-hero-tags {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    display: flex;
}

.fg-hero-tag {
    padding-left: 5px;
    padding-right: 5px;
    background: var(--color-primary);
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.fg-hero-tag-text {
    text-align: justify;
    color: var(--color-black);
    font-size: 24px;
    font-weight:500;
    line-height: 1.5em;
    word-wrap: break-word;
}

.fg-hero-subcopy {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.fg-hero-subcopy-white {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    word-wrap: break-word;
}

.fg-hero-subcopy-highlight {
    color: var(--color-primary);
    font-size: 24px;
    font-weight:500;
    line-height: 1.5em;
    word-wrap: break-word;
}
.sec-cont{
overflow: hidden;
}

/* fg-trouble section */
.fg-trouble-container {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
    background: black;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fg-trouble-header {
    align-self: stretch;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fg-trouble-badge-wrapper {
    left: 97px;
    top: 26px;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fg-trouble-badge {
    width: 138px;
    height: 20px;
}
.fg-trouble-title {
    align-self: stretch;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative;
}
.fg-trouble-title-text {
    color: white;
    font-family: "Gen Interface JP", sans-serif;
    word-wrap: break-word;
}
.fg-trouble-title-text.fw-medium {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.fg-trouble-title-text.fw-bold {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}
.fg-trouble-content {
    align-self: stretch;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fg-trouble-image {
    align-self: stretch;
    height: 259.79px;
    object-fit: cover;
}
.fg-trouble-list {
    align-self: stretch;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.fg-trouble-item {
    align-self: stretch;
    padding: 0 10px;
    background: white;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.fg-trouble-item-icon {
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fg-trouble-item-icon img {
    width: 24px;
    height: auto;
}
.fg-trouble-item-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}
.fg-trouble-item-text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}
.fg-trouble-footer {
    align-self: stretch;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fg-trouble-footer-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.fg-trouble-footer-line {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.fg-trouble-footer-bar {
    width: 2px;
    height: 25px;
    background: white;
    border-radius: 20px;
}
.fg-trouble-footer-bar-allow{
    position: relative;
    display: inline-block;
    width: 2px;
    height: 25px;
    margin-right:0;
    border-radius: 9999px;
    background-color: #ffffff;
}
.fg-trouble-footer-bar-allow::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 15px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transform-origin: 50% calc(100% - 1px);
}
.fg-trouble-footer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}
.fg-trouble-footer-separator {
    align-self: stretch;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
}
.fg-trouble-footer-spacer {
    flex: 1 1 0;
    height: 37.64px;
    background: white;
}
.fg-trouble-footer-char {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}
.fg-trouble-footer-solution {
    border-bottom: 1px solid white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.fg-trouble-footer-solution-text {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: baseline;
}
.fg-trouble-solution-highlight {
    color: var(--color-primary);
    font-size: 62px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 74.40px;
    word-wrap: break-word;
}
.fg-trouble-solution-normal {
    color: white;
    font-size: 42px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 50.40px;
    word-wrap: break-word;
}
.fg-trouble-footer-image{

}

/* fg-solution section */
.fg-solution-container {
    width: 100%;
    height: 100%;
    background:#F0F0F0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}
.fg-solution-header {
    align-self: stretch;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.fg-solution-header-bar {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
    border-top: 50px solid #000000;
    border-bottom: 0;
    filter: drop-shadow(5px 5px 5px #aaa);
}
.fg-solution-lead {
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: flex;
}
.fg-solution-lead-text {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 24px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}
.fg-solution-highlight-wrapper {
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    display: inline-flex;
}
.fg-solution-highlight-box {
    background: var(--color-primary);
    justify-content: center;
    align-items: center;
    display: flex;
}
.fg-solution-highlight-box.stretch {
    align-self: stretch;
}
.fg-solution-highlight-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 62px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 62px;
    word-wrap: break-word;
}
.fg-solution-normal-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 42px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    word-wrap: break-word;
}
.fg-solution-normal-text.lh-42 {
    line-height: 42px;
}
.fg-solution-normal-text.lh-37 {
    line-height: 37.80px;
}
.fg-solution-content {
    align-self: stretch;
    padding-top: 20px;
    position: relative;
    background-image: url(../img/bg-gr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.fg-solution-content-inner {
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.fg-solution-product-intro {
    align-self: stretch;
    padding-bottom: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    position: relative;
    z-index: 1;
}
.fg-solution-product-space {
    align-self: stretch;
    height: auto;
}
.fg-solution-product-space img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.fg-solution-product-name-wrapper {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}
.fg-solution-product-line {
    flex: 1 1 0;
    height: 2px;
    outline: 1px rgba(255, 255, 255,1) solid;
    outline-offset: -0.50px;
}
.fg-solution-product-name {
    color: white;
    font-size: 24px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}
.fg-solution-product-line-right {
    flex: 1 1 0;
    height: 0px;
    outline: 1px white solid;
    outline-offset: -0.50px;
}
.fg-solution-desc {
    align-self: stretch;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    position: relative;
    z-index: 1;
}
.fg-solution-desc-text {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}
.fg-solution-desc-line {
    align-self: stretch;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    display: inline-flex;
}
.fg-solution-desc-inline-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}
.fg-solution-desc-highlight-box {
    padding-left: 10px;
    padding-right: 10px;
    background: black;
    justify-content: center;
    align-items: center;
    display: flex;
}
.fg-solution-desc-highlight-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--color-primary);
    font-size: 24px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}
.fg-solution-desc-end-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.fg-solution-desc-end-text span {
    color: white;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}
.fg-solution-desc-end-text .fw-normal-18 {
    line-height: 18px;
}
.fg-solution-desc-end-text .fw-normal-36 {
    line-height: 36px;
}
.fg-solution-image-container {
    align-self: stretch;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: relative;
   
    opacity: 0.9;
}
.fg-solution-image-bg{
    width: auto;
    height: 600px;
    object-fit: contain;
}
.fg-solution-image-placeholder {
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: rotate(45deg);
    padding: 0px 0 30px;
    position: relative;
}
.fg-solution-image-placeholder img{
    width: auto;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(30px 0px 20px rgba(000, 000, 000, 0.5));
}
.fg-solution-benefits {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
    position: relative;
}
.fg-solution-benefit-box {
    padding-left: 2px;
    padding-right: 12px;
    background: black;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.fg-solution-benefit-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 46px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 600;
    line-height: 46px;
    word-wrap: break-word;
    white-space: nowrap;
    font-style: italic;
}
.fg-solution-benefit-text.uppercase {
    text-transform: uppercase;
}
.fg-solution-arrow {
    width: 42px;
    height: 42px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}
.fg-solution-arrow-line-left {
    width: 31px;
    height: 32px;
    left: 21.37px;
    top: 43.34px;
    position: absolute;
    transform: rotate(-135deg);
    transform-origin: top left;
    outline: 1px black solid;
    outline-offset: -0.50px;
}
.fg-solution-arrow-line-right {
    width: 31px;
    height: 32px;
    left: 43.55px;
    top: 20.97px;
    position: absolute;
    transform: rotate(135deg);
    transform-origin: top left;
    outline: 1px black solid;
    outline-offset: -0.50px;
}
.fg-solution-note {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 10px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 15px;
    word-wrap: break-word;
}
.fg-solution-badge {
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    top: -20px;
    position: absolute;
    background: #F0F0F0;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.fg-solution-badge-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 28px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 500;
    line-height: 42px;
    word-wrap: break-word;
}

/* footer-cta section */
.footer-cta {
    width: 100%;
    max-width: 100%;
    height: 90px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: fixed;
    background: black;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 100;
}
.footer-cta-bg-stripes {
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: flex;
    width: max-content;
}
.footer-cta-stripe {
    width: auto;
    align-self: stretch;
    background: transparent;
    opacity: 0.5;
    display: flex;
    align-items: center;
}
.footer-cta-stripe img {
    height: 90px;
    width: auto;
    display: block;
}
.footer-cta-inner {
    flex: 1 1 0;
    align-self: stretch;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
    max-width: 400px;
}
.footer-cta-btn {
    flex: 1 1 0;
    align-self: stretch;
    padding: 10px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    text-decoration: none;
}
.footer-cta-btn-icon-wrapper {
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.footer-cta-btn-icon {
    width: 40px;
    height: 40px;
    background: #06C755;
}
.footer-cta-btn-text {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    word-wrap: break-word;
}
.footer-cta-btn-arrow-wrapper {
    padding: 2px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.footer-cta-btn-arrow {
    width: 20px;
    height: 20px;
}
.footer-cta-pay-btn{
    flex: 1 1 0;
    align-self: stretch;
    padding: 10px;
    background: #325151;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    text-decoration: none;
}
.footer-cta-pagetop {
    width: 50px;
    height: 50px;
    right: 20px;
    top: -70px;
    position: absolute;
    background: #1E1E1E;
    overflow: hidden;
    border-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
}
.footer-cta-pagetop-icon {
    width: 35px;
    height: 100%;
    background: white;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}
.fg-simulator{
    background: #fff;

}
/* CTA Section */
.fg-cta {
    width: 100%;
    /* sec-cont might have its own padding/margin, reset if needed */
}

.fg-cta-inner {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.fg-cta-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.fg-cta-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.fg-cta-btn {
    align-self: stretch;
    padding: 10px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    border-radius: 50px;
    border: 4px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    overflow: hidden;
}

.fg-cta-btn-icon-left {
    width: 40px;
    height: 40px;
    background: #06C755;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fg-cta-btn-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 56px;
    word-wrap: break-word;
}

.fg-cta-btn-icon-right-wrap {
    padding: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.fg-cta-btn-icon-right {
    width: 20px;
    height: 20px;
    background: white;
}

/* Contact Section */
.fg-contact-wrapper {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.fg-contact-title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.fg-contact-desc {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.fg-contact-btn {
    align-self: stretch;
    padding: 10px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    overflow: hidden;
    border-radius: 50px;
    outline: 4px white solid;
    outline-offset: -4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    text-decoration: none;
}

.fg-contact-btn-icon-left {
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.fg-contact-btn-icon-inner-left {
    width: 40px;
    height: 40px;
    background: #06C755;
}

.fg-contact-btn-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 56px;
    word-wrap: break-word;
    white-space: nowrap;;
}

.fg-contact-btn-icon-right {
    padding: 2px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.fg-contact-btn-icon-inner-right {
    width: 20px;
    height: 20px;
}

/* Select Section */
.fg-select-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.fg-select-wrapper {
    align-self: stretch;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fg-select-bg-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    left: 0;
    top: auto;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
}

.fg-select-header {
    align-self: stretch;
    padding-bottom: 20px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: flex;
}

.fg-select-title-small {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 26px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 39px;
    word-wrap: break-word;
}

.fg-select-title-large {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.fg-select-char-box {
    flex: 1 1 0;
    height: 60px;
    outline: 1px white solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fg-select-char-box-right {
    flex: 1 1 0;
    height: 60px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    border-bottom: 1px white solid;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fg-select-char {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 50px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 75px;
    word-wrap: break-word;
}

.fg-select-body {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.fg-select-desc {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 500;
    line-height: 32.40px;
    word-wrap: break-word;
}

.fg-select-points {
    padding: 10px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.fg-select-point {
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    display: inline-flex;
}

.fg-select-point:nth-child(2) {
    gap: 6px;
}

.fg-select-point-icon-box {
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.fg-select-point-icon-box img {
    width: 25px;
    height: auto;
}

.fg-select-point-text-box {
    border-bottom: 1px white solid;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fg-select-point-text {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}

.fg-select-question {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 500;
    line-height: 36px;
    word-wrap: break-word;
}

.fg-select-feature {
    align-self: stretch;
    padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    display: flex;
}

.fg-select-feature-sub {
    width: 360px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

.fg-select-feature-main {
    width: 360px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #AEEF23;
    font-size: 42px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 42px;
    word-wrap: break-word;
}

.fg-select-arrows {
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.fg-select-arrow {
    width: 39px;
    height: 22.10px;
    transform: rotate(-180deg);
    transform-origin: top left;
    background: white;
}

.fg-select-message-box {
    align-self: stretch;
    padding: 20px;
    outline: 1px white solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.fg-select-message {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 28px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 300;
    line-height: 56px;
    word-wrap: break-word;
    white-space: nowrap;
}

/* Usage Section */
.fg-usage-container {
    width: 100%;
    height: 100%;
    padding: 40px 20px 20px 20px;
    background: black;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.fg-usage-wrapper {
    align-self: stretch;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.fg-usage-header-wrap {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

.fg-usage-header-bar {
    align-self: stretch;
    height: auto;
    width: 100%;
}
.fg-usage-header-bar img{
    object-fit: contain;
    width: 100%;
    height: auto;
}

.fg-usage-header-title-box {
    align-self: stretch;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.fg-usage-header-line {
    flex: 1 1 0;
    height: 2px;
    outline: 1px white solid;
    outline-offset: -0.50px;
}

.fg-usage-header-title {
    color: white;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}

.fg-usage-steps {
    align-self: stretch;
    padding-top: 40px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.fg-usage-step {
    align-self: stretch;
    padding-top: 40px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.fg-usage-step-content {
    align-self: stretch;
    padding: 210px 20px 20px 20px;
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.fg-usage-step-header {
    align-self: stretch;
    height: 46px;
    padding-bottom: 10px;
    border-bottom: 1px black solid;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.fg-usage-step-icon {
font-size: 16px;
}

.fg-usage-step-title {
    color: black;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
}

.fg-usage-step-subtitle {
    color: black;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.fg-usage-step-desc {
    align-self: stretch;
    color: black;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.fg-usage-step-img-box {
    width: 100%;
    height: 230px;
    padding: 0;
    margin: 0 auto;
    left:0;
    top: -0.42px;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
}
.fg-usage-step-img-box img{
    width: 70%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.25);
}
.fg-usage-step-img-text {
    color: black;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.fg-usage-arrows {
    align-self: stretch;
    padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.fg-usage-arrows img {
    width: 39px;
    height: 22.10px;
    object-fit: contain;
}

.fg-usage-result {
    align-self: stretch;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    display: flex;
}

.fg-usage-result-text {
    text-align: center;
}

.fg-usage-result-text-small {
    color: white;
    font-size: 30px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 36px;
    word-wrap: break-word;
}

.fg-usage-result-text-large {
    color: #AEEF23;
    font-size: 62px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 74.40px;
    word-wrap: break-word;
}

.fg-usage-result-tags {
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 3px;
    display: inline-flex;
}

.fg-usage-result-tag {
    padding: 2px 4px;
    background: white;
    justify-content: center;
    align-items: center;
    gap: 2px;
    display: flex;
}

.fg-usage-result-tag-text {
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 19.20px;
    word-wrap: break-word;
}

.fg-usage-result-tag-icon {
    width: 16px;
    height: 16px;
}
.fg-usage-result-tag-icon  img{
width: 100%;
height: auto;
object-fit: contain;
}

/* Introduction Section */
.fg-intro-container {
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.fg-intro-content {
    align-self: stretch;
    padding: 20px 20px 40px 20px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
}

.fg-intro-lead {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.fg-intro-lead-lines {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    display: flex;
}

.fg-intro-lead-line {
    padding-left: 10px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.fg-intro-lead-text {
    text-align: justify;
    color: #F0F0F0;
    font-size: 32px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
}

.fg-intro-title-box {
    align-self: stretch;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: inline-flex;
}

.fg-intro-title-line {
    flex: 1 1 0;
    height: 0;
    outline: 1px black solid;
    outline-offset: -0.50px;
}

.fg-intro-title {
    color: black;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}

.fg-intro-list {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.fg-intro-item {
    align-self: stretch;
    aspect-ratio: 16/9;
    padding:0;
    overflow: hidden;
    outline: 1px black solid;
    outline-offset: -1px;
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
    align-items: flex-end;
    display: inline-flex;
}
.fg-intro-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fg-intro-item-label {
    padding: 10px;
    background: linear-gradient(90deg, #74CA5F 0%, #1DA242 100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: absolute;
    margin: 20px 0;
}

.fg-intro-item-label-text {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
}

/* Voice Section */
.voice-container {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.voice-border {
    align-self: stretch;
    height: 15px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: #000;
}
.voice-border-bottom{
    align-self: stretch;
    height: 15px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: #000;
}
.voice-content {
    align-self: stretch;
    padding: 40px 20px 20px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.voice-header-area {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.voice-spacer {
    align-self: stretch;
    height: auto;
    width: 100%;
}
.voice-spacer img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.voice-title-area {
    align-self: stretch
}
.voice-title-wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.voice-title {
    align-self: stretch;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.voice-title-line {
    flex: 1 1 0;
    height: 0px;
    outline: 1px white solid;
    outline-offset: -0.50px;
}

.voice-title-text {
    color: white;
    font-size: 24px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
}

.voice-list-area {
    align-self: stretch;
    padding-top: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.voice-item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.voice-item-box {
    align-self: stretch;
    padding: 20px 15px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.voice-item-head {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.voice-item-img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.voice-item-title-wrap {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.voice-item-title-inner {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.voice-item-title-text {
    color: black;
    font-size: 18px;
    font-family: "Gen Interface JP", sans-serif;
    font-weight: 600;
    line-height: 18px;
    word-wrap: break-word;
}

.voice-item-text {
    align-self: stretch;
    color: black;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.voice-item-tail-wrap {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.voice-item-tail {
    width: 18.50px;
    height: 15.28px;
    outline-offset: -0.50px;
}

.voice-more {
    padding: 5px 14px;
    background: #CCCCCC;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.voice-more-text {
    color: black;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}
/* お客様の声：全文表示ボタンのスタイル */
.voice-read-more-wrap {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.voice-read-more {
    background: none;
    border: none;
    color: #1DA242; /* 全体トーンに合わせた緑色 */
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

.voice-read-more:hover {
    opacity: 0.7;
}

/* もっと見るボタンのカーソル指定 */
.voice-more {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.voice-more:hover {
    opacity: 0.8;
}

/* ==================================================
   FAQ Section
================================================== */
.sec-cont.fg-faq {
    width: 100%;
    padding: 40px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}

.fg-faq-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.fg-faq-title-en {
    color: #000;
    font-size: 72px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 1;
    word-wrap: break-word;
}

.fg-faq-title-ja-wrap {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.fg-faq-title-ja {
    color: #000;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    word-wrap: break-word;
}

.fg-faq-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.fg-faq-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fg-faq-q {
    width: 100%;
    padding: 0 10px;
    background: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    min-height: 50px;
    box-sizing: border-box;
}

.fg-faq-q-mark {
    color: #fff;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    word-wrap: break-word;
}

.fg-faq-q-text {
    flex: 1 1 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 2.8;
    word-wrap: break-word;
}

.fg-faq-icon {
    width: 14px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: transform 0.3s ease;
}

.fg-faq-item.is-open .fg-faq-icon {
    transform: rotate(180deg);
}

.fg-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    width: 100%;
}

.fg-faq-item.is-open .fg-faq-a {
    grid-template-rows: 1fr;
}

.fg-faq-a-inner {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: padding 0.3s ease;
}

.fg-faq-item.is-open .fg-faq-a-inner {
    padding-top: 20px;
    padding-bottom: 10px;
}

.fg-faq-a-mark {
    color: #000;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    word-wrap: break-word;
}

.fg-faq-a-text {
    flex: 1 1 0;
    text-align: justify;
    color: #000;
    font-size: 18px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
}

.fg-faq-empty {
    font-size: 16px;
    color: #333;
    padding: 20px;
}
.index-ttl{
    color: #000;
    font-size: 14px;
}

/* Footer
------------------------- */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #000;
  color: #fff;
  font-family: 'Gen Interface JP', sans-serif;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 200px;
}

.footer__logo {
  width: 124px;
}

.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__catchphrase {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  word-break: auto-phrase;
}

.footer__message {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.footer__copyright {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.footer__copyright small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

/* Item Section
------------------------- */
.fg-item {
    background-image: url('../img/bg-gr.jpg'); /* Adjust if a different bg is used */
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    overflow: hidden;
}

.fg-item__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.fg-item__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.fg-item__icon {
    width: 98px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fg-item__icon img {
    max-width: 100%;
    height: auto;
}

.fg-item__title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.fg-item__title {
    color: #fff;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.fg-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px; /* Optional constraint */
    margin: 0 auto;
}

.fg-item__slider-wrapper {
    width: 100%;
    padding-bottom: 40px; /* Space for pagination */
    overflow: hidden;
    position: relative;
}

.fg-item-swiper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.fg-item__slide {
    display: flex;
    justify-content: center;
    height: auto;
}

.fg-item__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px 20px 30px 20px;
    border-radius: 12px;
    gap: 15px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    height: 100%; /* Stretch to same height */
}

.fg-item__image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fg-item__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.fg-item__name {
    color: #000;
    font-size: 20px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 0;
    width: 100%;
}

.fg-item__capacity {
    color: #000;
    font-size: 13px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    width: 100%;
}

.fg-item__price {
    text-align: center;
    margin: 0;
    width: 100%;
    margin-top: auto; /* Push to bottom if heights vary */
}

.fg-item__price-currency,
.fg-item__price-unit {
    color: #000;
    font-size: 14px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.fg-item__price-value {
    color: #000;
    font-size: 24px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* Pagination Dots */
.fg-item-pagination.swiper-pagination-bullets {
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.fg-item-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    opacity: 1;
    margin: 0 !important;
}

.fg-item-pagination .swiper-pagination-bullet-active {
    background: #AEEF23;
}

.fg-item__btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.fg-item__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 19px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
    font-family: 'Gen Interface JP', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.fg-item__btn:hover {
    opacity: 0.8;
}
