/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.ffl01 {background-image:url(../img/header/fic-oil.webp)}
.ffl02 {background-image:url(../img/header/ic-line_b.webp)}
.ffl03 {background-image:url(../img/header/fic-daisya.webp)}
.ffl04 {background-image:url(../img/header/fic-carwash.webp)}
.ffl05 {background-image:url(../img/header/fic-warranty.webp)}
.ffl06 {background-image:url(../img/header/fic-tsuika.webp)}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* CategoryMenu */
.catemenu_base {
    width:100%;
    height: auto;
    display: block;
    padding:50px 0 0 0;
}
.catemenu {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.catemenu ul {
    width:96%;
    height: 60px;
    display: flex;
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 67%, rgba(245, 245, 245, 1) 100%);
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
border-radius: 9999px;
overflow:hidden;
margin:0 auto;
}
.catemenu ul li {
    width:16.666667%;
    height: 60px;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.catemenu ul li.cm_selected {
    width:16.666667%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-white);
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: #123D82;
background: linear-gradient(0deg, rgba(18, 61, 130, 1) 0%, rgba(30, 95, 199, 1) 67%, rgba(0, 69, 181, 1) 100%);
}
.catemenu ul li a {
    width:100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-black);
    transition: .4s all;
}
.catemenu ul li a:hover {
    color:var(--color-white);
    background-color: var(--color-apollo);
}

/* TopSection */
.factory-topimage {
    width:100%;
    height: auto;
    aspect-ratio: 4 / 2.4;
    display: block;
    position: relative;
    margin:150px auto 50px auto;
}
.ft_layer01 {
    width:70%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage01.webp);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 100% auto;
    position: absolute;
    top:0;
    right:0;
    z-index:1;
}
.ft_layer02 {
    width:50%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage02.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    position: absolute;
    bottom:0;
    left:0;
    z-index:2;
}
.ftcc01 {
    width:70%;
    height: auto;
    display: block;
    padding:2% 10% 2% 5%;
    background-color: rgba(255,255,255,0.75);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: absolute;
    top:10%;
    left:0;
    z-index:3;
}
.ftcc01 h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc01 h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0.3em;
}
.ftcc01 h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc01 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}
.ftcc02 {
    width:50%;
    height: auto;
    display: block;
    margin:auto 0 0 auto;
    padding:2% 5% 5% 5%;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 5%;
    right:0;
    z-index:5;
}
.ftcc02 h3 {
    font-size: 20px;
    color:var(--color-1st);
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc02 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}


/* Specials */
.factory-features {
    width:100%;
    height: auto;
    display: block;
}
.ff_body {
    width:100%;
    max-width:1920px;
    height: auto;
    display: block;
    padding:50px 5%;
    margin:0 auto;
}

.ffb_title {
    width:100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.ffb_title h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:24px;
    font-weight: 700;
    line-height: 1em;
    color:var(--color-1st);
    padding-top:70px;
    margin-bottom: 0.5em;
    background-image: url(../img/header/fic-specials.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
}

.ff_list01 {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ff_list01 li {
    width:30.333333333%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-1st);
    padding:85px 1em 1em 1em;
    text-align: center;
    background-color: var(--color-f5);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size:auto 70px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin:0 1.5% 3%;
}

.ff_list02 {
    width:100%;
    height: auto;
    display: block;
    padding-top:100px;
    background-image: url(../img/header/fic-plus.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 80px;
}
.ffl02_title {
    width:100%;
    height: auto;
    display: block;
    margin:0 0 40px 0;
}
.ffl02_title h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
}
.ffl02_title p {
    width:fit-content;
    height: auto;
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--color-apollo);
    background-image: url(../img/header/box-apollo.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 5px;
    padding-bottom:15px;
    margin:0 auto 0;
}

.ffl02_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.ffl02_list li {
    width:29.3333333333%;
    height: auto;
    display: block;
    background-color: var(--color-f5);
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding:1em 2em 2em 2em;
    margin:0 2%;
}
.ffl02_list li h4 {
    text-align: center;
    font-size:20px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}
.ffl02_list li p {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    color:var(--color-white);
    background-color: var(--color-apollo);
    border-radius: 9999px;
    margin:0 auto;
}

.factory-intro {
    width:100%;
    height: auto;
    display: block;
}
.fibody {
    width:100%;
    height: auto;
    display: block;
    padding:50px 5%;
}
.fibody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fibody ul li {
    width:31.3333333%;
    height: auto;
    display: block;
    padding:2em 1em;
    font-size:14px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    margin:0 1% 2%;
}
.fibody ul li strong {
    display: block;
    font-size:26px;
    color:var(--color-white);
    font-weight: 700;
    line-height:1.2em;
    text-align: center;
}


.ffinfo {
width:100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: stretch;
padding:50px 5%;
background-color: var(--color-f5);
}
.ffi_map {
    width:50%;
    height: auto;
    display: flex;
}
.ffi_map .iframe-content, .ffi_map iframe {
    width:100%;
    height: 100%;
    display: block;
}
.ffi_cc {
    width:45%;
    height: auto;
    display: block;
    padding:50px 0;
}
.ffi_cc h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:20px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-1st);
    text-align: center;
    padding-top:60px;
    margin-bottom: 10px;
    background-image: url(../img/header/logo.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
}
.ffi_cc p {
    font-size:12px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 2em;
}
.ffi_cc h3 {
    font-size:16px;
    font-weight:700;
    line-height: 1em;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 10px;
}


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* CategoryMenu */
.catemenu_base {
    width:100%;
    height: auto;
    display: block;
    padding:50px 0 0 0;
}
.catemenu {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.catemenu ul {
    width:96%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 67%, rgba(245, 245, 245, 1) 100%);
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
border-radius: 9999px;
overflow:hidden;
margin:0 auto;
}
.catemenu ul li {
    width:33.333333333333%;
    height: 40px;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.catemenu ul li.cm_selected {
    width:33.333333333333%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-white);
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: #123D82;
background: linear-gradient(0deg, rgba(18, 61, 130, 1) 0%, rgba(30, 95, 199, 1) 67%, rgba(0, 69, 181, 1) 100%);
}
.catemenu ul li:nth-of-type(-n+3) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.catemenu ul li a {
    width:100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-black);
    transition: .4s all;
}
.catemenu ul li a:hover {
    color:var(--color-white);
    background-color: var(--color-apollo);
}

/* TopSection */

.factory-topimage {
    width:100%;
    height: auto;
    aspect-ratio: 4 / 3.8;
    display: block;
    position: relative;
    margin:130px auto 50px auto;
}
.ft_layer01 {
    width:70%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage01.webp);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 100% auto;
    position: absolute;
    top:0;
    right:0;
    z-index:1;
}
.ft_layer02 {
    width:50%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage02.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    position: absolute;
    bottom:0;
    left:0;
    z-index:2;
}
.ftcc01 {
    width:90%;
    height: auto;
    display: block;
    padding:2% 10% 2% 5%;
    background-color: rgba(255,255,255,0.70);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    top:30%;
    left:0;
    z-index:3;
}
.ftcc01 h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc01 h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0.3em;
}
.ftcc01 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0.8em;
}
.ftcc01 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}
.ftcc02 {
    width:50%;
    height: auto;
    display: block;
    margin:auto 0 0 auto;
    padding:2% 5% 5% 5%;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: 5%;
    right:0;
    z-index:5;
}
.ftcc02 h3 {
    font-size: 20px;
    color:var(--color-1st);
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc02 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}


/* Specials */
.factory-features {
    width:100%;
    height: auto;
    display: block;
}
.ff_body {
    width:100%;
    height: auto;
    display: block;
    padding:50px 5%;
    margin:0 auto;
}

.ffb_title {
    width:100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.ffb_title h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:24px;
    font-weight: 700;
    line-height: 1em;
    color:var(--color-1st);
    padding-top:70px;
    margin-bottom: 0.5em;
    background-image: url(../img/header/fic-specials.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
}

.ff_list01 {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ff_list01 li {
    width:30.333333333%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-1st);
    padding:85px 1em 1em 1em;
    text-align: center;
    background-color: var(--color-f5);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size:auto 70px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin:0 1.5% 3%;
}

.ff_list02 {
    width:100%;
    height: auto;
    display: block;
    padding-top:100px;
    background-image: url(../img/header/fic-plus.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 80px;
}
.ffl02_title {
    width:100%;
    height: auto;
    display: block;
    margin:0 0 40px 0;
}
.ffl02_title h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
}
.ffl02_title p {
    width:fit-content;
    height: auto;
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--color-apollo);
    background-image: url(../img/header/box-apollo.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 5px;
    padding-bottom:15px;
    margin:0 auto 0;
}

.ffl02_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.ffl02_list li {
    width:29.3333333333%;
    height: auto;
    display: block;
    background-color: var(--color-f5);
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding:1em 2em 2em 2em;
    margin:0 2%;
}
.ffl02_list li h4 {
    text-align: center;
    font-size:16px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}
.ffl02_list li p {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    color:var(--color-white);
    background-color: var(--color-apollo);
    border-radius: 9999px;
    margin:0 auto;
}

.factory-intro {
    width:100%;
    height: auto;
    display: block;
}
.fibody {
    width:100%;
    height: auto;
    display: block;
    padding:50px 5%;
}
.fibody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fibody ul li {
    width:31.3333333%;
    height: auto;
    display: block;
    padding:2em 1em;
    font-size:14px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    margin:0 1% 2%;
}
.fibody ul li strong {
    display: block;
    font-size:20px;
    color:var(--color-white);
    font-weight: 700;
    line-height:1.2em;
    text-align: center;
}


.ffinfo {
width:100%;
height: auto;
display: flex;
flex-direction: column;
padding:0 0;
background-color: var(--color-f5);
}
.ffi_map {
    width:100%;
    height: auto;
    display: flex;
}
.ffi_map .iframe-content, .ffi_map iframe {
    width:100%;
    height: 500px;
    display: block;
}
.ffi_cc {
    width:100%;
    height: auto;
    display: block;
    padding:50px 0;
}
.ffi_cc h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:20px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-1st);
    text-align: center;
    padding-top:60px;
    margin-bottom: 10px;
    background-image: url(../img/header/logo.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
}
.ffi_cc p {
    font-size:12px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 2em;
}
.ffi_cc h3 {
    font-size:16px;
    font-weight:700;
    line-height: 1em;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 10px;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

/* CategoryMenu */
.catemenu_base {
    width:100%;
    height: auto;
    display: block;
    padding:50px 0 0 0;
}
.catemenu {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
}
.catemenu ul {
    width:96%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 67%, rgba(245, 245, 245, 1) 100%);
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
border-radius: 5px;
overflow:hidden;
margin:0 auto;
}
.catemenu ul li {
    width:50%;
    height: 40px;
    display: block;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.catemenu ul li.cm_selected {
    width:50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-white);
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: #123D82;
background: linear-gradient(0deg, rgba(18, 61, 130, 1) 0%, rgba(30, 95, 199, 1) 67%, rgba(0, 69, 181, 1) 100%);
}
.catemenu ul li:nth-of-type(-n+4) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.catemenu ul li a {
    width:100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2em;
    text-decoration: none;
    color:var(--color-black);
    transition: .4s all;
}
.catemenu ul li a:hover {
    color:var(--color-white);
    background-color: var(--color-apollo);
}


/* TopSection */

.factory-topimage {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    margin:100px auto 50px auto;
}
.ft_layer01 {
    width:100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage01.webp);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 100% auto;
    position: relative;
    top:0;
    right:0;
    z-index:1;
    order:1;
}
.ft_layer02 {
    width:90%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background-image: url(../img/factory/topimage02.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    position: relative;
    bottom:0;
    left:0;
    z-index:2;
    order:3;
}
.ftcc01 {
    width:100%;
    height: auto;
    display: block;
    padding:30px 5% 30px 5%;
    background-color: rgba(255,255,255,0.70);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    top:0;
    left:0;
    z-index:3;
    order:2;
}
.ftcc01 h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc01 h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 0.3em;
}
.ftcc01 h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0.8em;
}
.ftcc01 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}
.ftcc02 {
    width:100%;
    height: auto;
    display: block;
    margin:auto 0 0 auto;
    padding:30px 5% 0 5%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    bottom: 0;
    right:0;
    z-index:5;
    order:4;
}
.ftcc02 h3 {
    font-size: 20px;
    color:var(--color-1st);
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.ftcc02 p {
    width:90%;
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0em;
}


/* Specials */
.factory-features {
    width:100%;
    height: auto;
    display: block;
}
.ff_body {
    width:100%;
    height: auto;
    display: block;
    padding:50px 5%;
    margin:0 auto;
}

.ffb_title {
    width:100%;
    height: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.ffb_title h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:24px;
    font-weight: 700;
    line-height: 1em;
    color:var(--color-1st);
    padding-top:70px;
    margin-bottom: 0.5em;
    background-image: url(../img/header/fic-specials.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 60px;
}

.ff_list01 {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ff_list01 li {
    width:48%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--color-1st);
    padding:65px 0.5em 1em 0.5em;
    text-align: center;
    background-color: var(--color-f5);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size:auto 50px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    margin:0 1% 40px;
}

.ff_list02 {
    width:100%;
    height: auto;
    display: block;
    padding-top:100px;
    background-image: url(../img/header/fic-plus.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
}
.ffl02_title {
    width:100%;
    height: auto;
    display: block;
    margin:0 0 40px 0;
}
.ffl02_title h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
}
.ffl02_title p {
    width:fit-content;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--color-apollo);
    background-image: url(../img/header/box-apollo.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 5px;
    padding-bottom:15px;
    margin:0 auto 0;
}

.ffl02_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.ffl02_list li {
    width:100%;
    height: auto;
    display: block;
    background-color: var(--color-f5);
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
    padding:1em 2em 2em 2em;
    margin:0 2%;
}
.ffl02_list li .ffl02l_img {
width:60%;
height: auto;
display: block;
margin:0 auto 0 auto;
}
.ffl02_list li h4 {
    text-align: center;
    font-size:16px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}
.ffl02_list li p {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    color:var(--color-white);
    background-color: var(--color-apollo);
    border-radius: 9999px;
    margin:0 auto;
}

.factory-intro {
    width:100%;
    height: auto;
    display: block;
}
.fibody {
    width:100%;
    height: auto;
    display: block;
    padding:0px 5% 50px;
}
.fibody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fibody ul li {
    width:100%;
    height: auto;
    display: block;
    padding:0.8em 0.5em;
    font-size:14px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-1st);
    border-radius: 9999px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    margin:0 1% 2%;
}
.fibody ul li strong {
    display: block;
    font-size:20px;
    color:var(--color-white);
    font-weight: 700;
    line-height:1.2em;
    text-align: center;
}


.ffinfo {
width:100%;
height: auto;
display: flex;
flex-direction: column;
padding:0 0;
background-color: var(--color-f5);
}
.ffi_map {
    width:100%;
    height: auto;
    display: flex;
}
.ffi_map .iframe-content, .ffi_map iframe {
    width:100%;
    height: 450px;
    display: block;
}
.ffi_cc {
    width:100%;
    height: auto;
    display: block;
    padding:50px 0;
}
.ffi_cc h2 {
    width:100%;
    height: auto;
    display: block;
    font-size:20px;
    font-weight: 700;
    line-height: 1.25em;
    color:var(--color-1st);
    text-align: center;
    padding-top:60px;
    margin-bottom: 10px;
    background-image: url(../img/header/logo.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 50px;
}
.ffi_cc p {
    font-size:12px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 2em;
}
.ffi_cc h3 {
    font-size:16px;
    font-weight:700;
    line-height: 1em;
    text-align: center;
    color: var(--color-1st);
    margin-bottom: 10px;
}

}
