@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

html {
    font-family: 'Noto Serif JP', sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    transition: all 1ms ease 0s;
    background-color: #F4F4F4;
    color: #333;
    font-family: 'Noto Serif JP', sans-serif;
}
head {
    display: none;
}
*, :before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
div {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
ol {
    margin-left: 20px;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    margin: 0;
    width: 100%;
    vertical-align: top;
}

/* OVERFLOW */
.overflow {
    overflow-x: hidden;
}
::selection {
    background-color: #325f5b;
    color: #F4F4F4;
}

/* LAYOUT */
.section, .w-856, .w-1040, .w-1100, .w-1200, .w-1230, .w-1240 {
    margin: 0 auto;
}

.section {
    max-width: 1600px;
}
.w-856 {
    width: 856px;
}
.w-1040 {
    width: 1040px;
}
.w-1100 {
    width: 1100px;
}
.w-1200 {
    width: 1200px;
}
.w-1230 {
    width: 1230px;
}
.w-1240 {
    width: 1240px;
}

/* DISPLAY - CENTER */
.display {
    display: flex;
    align-items: center;
}
.df {
    display: flex;
}
.m-0a {
    margin: 0 auto;
}
.jc-c {
    justify-content: center;
}
.jc-sa {
    justify-content: space-around;
}
.jc-sb {
    justify-content: space-between;
}
.jc-e {
    justify-content: end;
}
.jc-s {
    justify-content: start;
}
.fd-col {
    flex-direction: column;
}
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: end;
}
.reverse {
    flex-direction: row-reverse;
}

/* COLOR MODES */
.light {
    color: #F4F4F4;
}
.blue {
    color: #74AAA5;  
}
.gray {
    color: rgba(51, 51, 51, 0.6);
}

/* BACKGROUND COLORS */
.bg-b {
    background-color: #74AAA5;
}

/* BORDERS */
.bor-b {
    border: 2px solid #74AAA5;
    padding: 20px;
    background-color: #F4F4F4;
}

/* FONTS */
.f-14, .f-14m, .f-14b {
    font-size: 14px;
}
.f-16, .f-16m, .f-16b, .f-16bl {
    font-size: 16px;
}
.f-20m {
    font-size: 20px;
}
.f-24sb, .f-24b, .f-24bl {
    font-size: 24px;
}
.f-30 {
    font-size: 30px;
}
.f-36, .f-36b {
    font-size: 36px;
}

.f-30, .f-36, .f-16 {
    font-weight: 400;
}
.f-14m, .f-16m, .f-20m {
    font-weight: 500;
}
.f-24sb {
    font-weight: 600;
}
.f-14b, .f-16b, .f-24b, .f-36b {
    font-weight: 700;
}
.f-16bl, .f-24bl {
    font-weight: 900;
}

/* BUTTONS */
.btn-concept, .btn-more, .btn-return, .btn-submit, .btn-edit, .btn-save, .btn-index {
    border-radius: 100px;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}
.btn-label {
    margin-right: 30px;
}

.btn-more, .btn-concept, .btn-return, .btn-submit, .btn-index, .btn-edit, .btn-save {
    height: 60px;
}
.btn-more {
    width: 250px;
}
.btn-concept, .btn-return {
    width: 280px;
}
.btn-submit, .btn-index {
    width: 560px;
}
.btn-edit, .btn-save {
    width: 490px;
}

.btn-edit {
    background-color: #94897a;
}
.btn-link {
    transition: color 0.3s;
}

.btn-link:hover {
    color: #3b6d67;
}
.btn-edit:hover {
    background-color: #645542;
}   
.btn-concept:hover, .btn-more:hover, .btn-return:hover, .btn-submit:hover, .btn-save:hover, .btn-index:hover {
    background-color: #3b6d67;
}

.btn-more::after, .btn-concept::after, .btn-submit::after, .btn-edit::after, .btn-save::after, .btn-index::after {
    font-family: "Font Awesome 6 Free";
    font-size: 16px; 
    font-weight: 900;
    position: relative;
}
.btn-concept::after, .btn-more::after, .btn-submit::after, .btn-save::after {
    content: '\f054';
}
.btn-edit::after, .btn-index::after {
    content: '\f053';
}

.btn-concept::after, .btn-more::after {
    left: 30px;
}
.btn-submit::after {
    left: 138px;
}
.btn-edit::after {
    right: 230px;
}
.btn-save::after {
    left: 165px;
}
.btn-index::after {
    right: 270px;
}

/* ----------------------------------------------- HEADER PROPERTIES ------------------------------------------------ */

.header__contact-label {
    margin: 0 40px 0 10px;
}
.fa-envelope {
    font-size: 24px;
}
.fa-chevron-right {
    font-size: 20px;
}
.nav-contact {
    padding: 20px 60px;
    transition: background-color 0.3s, color 0.3s;
}
.nav-contact:hover {
    background-color: #3b6d67;
    color: #f4f4f4;
}
.logo {
    width: 113px;
    height: 43px;
}

/* ----------------------------------------------- MAIN VISUAL PROPERTIES ------------------------------------------------ */

.mv-img {
    position: relative;
}
.mv-title__layout {
    width: 65%;
    padding: 20px 20px 20px 0;
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    z-index: 1;
}
.mv-title {
    padding: 35px 0;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}
.mv-title h1 {
    padding-bottom: 10px;
}

/* BG - IMAGE */
.page__layout {
    background-image: url(../slice/common/bg.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

/* ----------------------------------------------- INDEX PROPERTIES ------------------------------------------------ */

/* INDEX - SEC01 */
.index-sec01 {
    padding: 120px 0 60px 0;
}
.index-sec01__text {
    padding: 60px 0;
}

/* SECTION - COLUMN */
.sec-card {
    width: 398px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-card-img {
    width: 358px;
    height: 284px;
    margin: 20px 0 30px 0;
}
.sec-text {
    padding: 0 12px 30px 12px;
}

/* INDEX - SEC02 */
.index-sec02__layout {
    padding: 60px 0;
}

/* INDEX-SEC04 */
.index-sec04 {
    padding: 60px 0;
}
.index-sec04__content {
    background: rgba(190, 175, 156, 0.3);
    padding: 80px 0;
}
.index-sec04__layout {
    padding: 40px 0;
    border-top: 1px solid #74AAA5;
    border-bottom: 1px solid #74AAA5;
    background-color: #F4F4F4;
}
.index-sec04__img-layout {
    padding: 50px 0;
}
.index-sec04__img {
    width: 380px;
}
.index-sec04__text {
    padding-bottom: 50px;
}
.index-sec04__img img {
    width: 380px;
    height: 300px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

/* INDEX-SEC05 */
.index-sec05__layout {
    width: 100%;
    padding-bottom: 60px;
}
.index-sec05_gallery__layout {
    margin: 30px 0;
}
.slider_section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider {
    width: 100%;
    padding: 0 auto;
}
.slick-slide {
    margin: 0 15px;
    width: 350px !important; 
}
.slick-slide img {
    width: 350px !important; 
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    box-sizing: border-box;
}
.slider .slick-prev::before {
    content: url('../slice/common/prev-arrow.png');
}
.slider .slick-next::before {
    content: url('../slice/common/next-arrow.png');
}
.slick-next, .slick-prev {
    top: 40% !important; 
}
.slider_section .slick-prev.slick-arrow {
    z-index: 100;
    position: absolute;
    left: 350px;
}
.slider_section .slick-next.slick-arrow {
    z-index: 100;
    position: absolute;
    left: 1130px;
}

/* INDEX-SEC06 */
.index-sec06__layout {
    padding-bottom: 60px;
}
.index-sec06__reviews {
    padding: 30px 0;
}

/* -------------------- CONTACT SECTION -------------------- */

.sec-contact__content {
    background-color: #F6FAF8;
}
.sec-contact__layout {
    padding: 80px 0;
}
.sec-contact_text {
    padding: 60px 0;
}
.f-nav-contact {
    padding: 40px 200px;
    border-radius: 100px;
    transition: background-color 0.3s, color 0.3s;
}
.f-nav-contact{
    display: inline-flex;
}
.f-nav-contact:hover {
    background-color: #3b6d67;
}
.f-nav-contact__label {
    margin-left: 10px;
}

/* -------------------- FOOTER SECTION -------------------- */

.footer__layout {
    padding-top: 60px;
}
.f-nav__layout {
    padding: 30px 0 60px 0;
}
.f-nav li {
    margin: 0 15px;
}
.f-nav li:hover {
    color: #3b6d67;
}
.copyright {
    width: 100%;
    text-align: end;
    color: #645542;
    background-color: #BEAF9C;
    padding: 5px 80px 5px 0;
}

/* ----------------------------------------------- SUBPAGES PROPERTIES ------------------------------------------------ */

/* BREADCRUB */
.breadcrub__layout {
    padding: 30px 0 80px 0;
}
.breadcrumb li {
    display: inline;
}
.b-home::after {
    font-family: "Font Awesome 6 Free";
    font-size: 16px; 
    font-weight: 900;
    content: '\f054';
    margin: 0 30px; 
}
.breadcrumb a:hover {
    filter: brightness(1);
    opacity: 0.6;
}

/* -------------------- EXAMPLES SECTION -------------------- */

.sec-examples {
    padding: 60px 0;
}
.sec-examples__content {
    background: rgba(190, 175, 156, 0.3);
    padding: 80px 0;
}
.sec-examples__layout {
    padding: 40px 0;
    border-top: 1px solid #74AAA5;
    border-bottom: 1px solid #74AAA5;
    background-color: #F4F4F4;
}
.sec-examples__card {
    width: 380px;
}
.sec-frame__img {
    padding: 30px 0;
}
.sec__top-frame {
    margin: 0 auto;
    width: 320px;
    background-color: #BEAF9C;
    height: 20px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.sec-frame-img {
    width: 380px;
    height: 300px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
.sec-examples__btn {
    padding-top: 30px;
}
.sec-examples__text {
    padding-top: 80px;
}

/* -------------------- SUBPAGES SECTION -------------------- */

/* SUBPAGE - MAIN (TEXT) */
.sp-main__text {
    padding-top: 60px;
}

/* SUBPAGE - BODY (IMAGES) */
.sp-body__layout {
    padding: 60px 0;
}
.sp-body__item {
    margin-bottom: 60px;
}
.sp-body__item-last {
    margin-bottom: 0;
}
.sp-body-img {
    width: 358px;
    height: 284px;
}
.sp-body__text, .sp-body__sub-text {
    padding-top: 30px;
}
.sp-body__desc-layout {
    width: 770px;
}
.sp-body__list {
    padding: 30px 0 0 20px;
}
.sp-body__list li {
    list-style: disc;
}

.sp-body__flow-layout {
    width: 585px;
}
.sp-body__flow-layout h6 {
    padding-bottom: 20px;
}
.sp-body__flow-arrow {
    margin: 20px 0 10px 0;
}
.flow-arrow-img {
    width: 100px;
    height: 50px;
}

/* ----------------------------------------------- CONCEPT PAGES PROPERTIES ------------------------------------------------ */

/* CONCEPT - SEC01 */
.concept-sec01__title {
    padding-bottom: 30px;
}
.concept-sec01__img {
    margin: 50px 0;
    padding: 20px;
}

/* CONCEPT - SEC02 */
.concept-sec02__layout {
    padding: 60px 0;
}
.concept-sec02__title {
    padding-bottom: 60px;
}
.concept-sec02__img-row {
    width: 916px;
}
.concept-sec02__card {
    width: 398px;
}
.concept-sec02-img {
    width: 358px;
    height: 284px;
    padding: 20px;
    margin: 0 auto;
}
.concept-sec02__card p {
    padding: 30px 10px 0 10px;
}
.concept-sec02__text {
    padding-top: 60px;
}

/* ----------------------------------------------- CASE/BLOG PAGES PROPERTIES ------------------------------------------------ */

/* BLOG CARDS */
.blog-list__card {
    box-sizing: border-box;
    width: 380px;   
    margin: 0 15px 30px 15px;
}
.blog__layout { 
    transition: filter 0.3s, opacity 0.3s;
}
.blog__layout:hover {
    filter: brightness(1);
    opacity: 0.7;
}
.cat {
    display: inline-block;
    margin: 30px 0 5px 0;
}
.blog-feature-img img {
    width: 380px;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
    box-sizing: border-box;
}

/* BLOG-LIST PAGE */
.blog-page__layout {
    padding-bottom: 30px;
}
.blog-list__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}

/* PAGINATION */
.pagination {
    max-width: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0; 
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
}
.page-numbers:hover {
    background-color: #679994;
    color: #f4f4f4;
}
.page-numbers.current:hover,
.page-numbers.current {
    background-color: #679994;
    color: #f4f4f4;
}

/* BLOG-DETAIL PAGE PROPERTIES */
.blog-detail__content {
    padding-bottom: 60px;
}
.blog-detail__title-layout {
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
}
.blog-detail-title {
    padding-bottom: 10px;
}
.blog-detail__blog-content img {
    padding: 60px 0;
}
.blog-detail__blog-content {
    padding-bottom: 60px;
}


/* ----------------------------------------------- ACCESS PAGE PROPERTIES ------------------------------------------------ */

.access__details-layout {
    padding: 60px 0;
}
.access__layout-info tr {
    width: 520px;
    height: 45px;
    margin-bottom: 30px;
}
.access__layout-info th {
    width: 150px;
}

/* ----------------------------------------------- CONTACT FORM PROPERTIES ------------------------------------------------ */

/* FORM LAYOUT */
.contact__layout {
    padding-bottom: 100px;
}

/* FORM */
.form__head {
    display: flex;
    width: 280px;
    justify-content: space-between;
}
.form__instruction {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
.form__information {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}
.form__important {
    width: 48px;
    height: 26px;
    background-color: #BF0000;
    color: #FFF;
    text-align: center;
    margin-right: 32px;
}
input {
    width: 400px;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    font-size: 16px;
}
.radio-container {
    display: flex;
    font-weight: 500;
}
.radio-option {
    display: flex;
}
input[type="radio"] {
    margin-right: 10px;
    width: 18px;
}
.radio-label {
    margin-right: 30px;
}
.textarea {
    width: 750px;
    height: 130px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
}
.checkbox-container input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
}
.checkbox-container {
    display: flex;
    align-items: center;
    width: 400px;
}
.checkbox-label {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #BF0000;
    margin: 0 10px; 
    display: flex; 
}
.checkbox-label::after {
    font-family: "Font Awesome 6 Free";
    content: '\f0c5';
    margin-left: 5px; 
}
.last {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 60px;
}

/* FORM CHECK */
.form__input {
    display: flex;
}
.text-area {
    width: 750px;
}

/* FORM FINISH & 404 */
.notification__text {
    text-align: center;
}
.notification__highlight {
    padding-bottom: 60px;
}
.notification__message {
    padding-bottom: 100px;
}

/* ----------------------------------------------- PRIVACY POLICY PAGE PROPERTIES ------------------------------------------------ */

.policy__layout {
    padding-bottom: 60px;
}
.policy__article {
    padding: 15px 0;
}
.policy__title {
    padding-bottom: 20px;
}

/* ----------------------------------------------- SITEMAP PAGE PROPERTIES ------------------------------------------------ */

.sitemap__layout {
    padding-bottom: 60px;
}
.sitemap-loc {
    width: 430px;
    padding: 15px;
    transition: background 0.3s;
}
.sitemap-loc:hover {
    background-color: #3b6d67;
    color: #f4f4f4;
}

/* ----------------------------------------------- 404 PAGE PROPERTIES ------------------------------------------------ */

.page-404__layout {
    padding-bottom: 60px;
}

/* ----------------------------------------------- BURGER MENU PROPERTIES ------------------------------------------------ */

.burger-menu {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    background:#8f755d;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
.burger-menu:hover {
    background-color: #564739;
}
.burger-menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}
.burger-menu span:nth-of-type(1) {
    top: 15px; 
}
.burger-menu span:nth-of-type(2) {
    top: 23px;
}
.burger-menu span:nth-of-type(3) {
    top: 31px;
}
.burger-menu.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.burger-menu.active span:nth-of-type(2) {
    opacity: 0;
}
.burger-menu.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#header.dnone {
    opacity: 0;
}
#header.dnone.panelactive {
    opacity: 1;
}
#g-navi ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#g-navi ul li a {
    display: block;
    text-decoration: none;
    padding: 15px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover {
    background-color: #3b6d67;
}
#header.dnone #g-navi {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 70%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
}
#header.dnone.panelactive #g-navi{
    opacity: 1;
    z-index: 2;
    background:#74AAA5;
}
#header.dnone.panelactive #g-navi ul{
    display:block;
}
#header.dnone.panelactive #g-navi li a{
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
    transition: all 0.3s;
}

section, div {
    position: relative;
    z-index: 1;
}

/*------------------------------------------------------ FOR RESPONSIVE ------------------------------------------------------*/

/*RESPONSIVE - TABLET TO MOBILE*/
@media screen and (min-width: 320px) and (max-width: 1200px) {

    /* FONTS */
    .f-14, .f-14m, .f-14b {
        font-size: 10px;  
    }
    .f-16, .f-16m, .f-16b, .f-16bl {
        font-size: 12px; 
    }
    .f-20m {
        font-size: 16px; 
    }
    .f-24sb, .f-24b, .f-24bl {
        font-size: 18px; 
    }
    .f-30 {
        font-size: 22px; 
    }
    .f-36, .f-36b {
        font-size: 24px; 
    }

    /* BUTTONS */
    .btn-more, .btn-concept, .btn-return, .btn-submit, .btn-index, .btn-edit, .btn-save {
        height: 50px;   
    }
    .btn-more {
        width: 200px;   
    }
    .btn-concept, .btn-return {
        width: 230px;  
    }
    .btn-submit, .btn-index {
        width: 260px; 
    }
    .btn-edit, .btn-save {
        width: 260px; 
        margin: 10px 20px;  
    }
    .btn__layout__large-left-right {
        flex-wrap: wrap; 
        justify-content: center;  
    }

    .btn-concept::after, .btn-more::after {
        left: 30px; 
    }
    .btn-submit::after {
        left: 38px; 
    }
    .btn-edit::after {
        right: 150px; 
    }
    .btn-save::after {
        left: 70px; 
    }
    .btn-index::after {
        left: 150px; 
    }

    /* ----------------- HEADER PROPERTIES ----------------- */

    .header {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
    }
    .header__layout {
        width: 100%;
        padding: 10px 20px;   
        box-sizing: border-box;
    }
    .header__layout-nav {
        display: flex;  
        justify-content: center;  
    }
    .header__layout-right {
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .header__contact-label {
        margin: 0 20px 0 5px;
    }
    .fa-envelope {
        font-size: 18px;
    }
    .fa-chevron-right {
        font-size: 16px;
    }
    .nav-contact {
        padding: 20px 40px;
    }
    .logo {
        width: 110px;
        height: auto; 
    }

    /* ----------------- MAIN VISUAL PROPERTIES ----------------- */

    .mv-img {
        display: flex;
        flex-direction: column-reverse;
    }
    .mv-title__layout {
        width: 100%; 
        padding: 0; 
        position: relative; 
        transform: translate(0, 0);
    }
    .mv-title {
        padding: 15px 0;
        border: none; 
    }

    /* ----------------- INDEX PAGE PROPERTIES ----------------- */

    /* INDEX - SEC01 */
    .index-sec01 {
        padding: 80px 0 60px 0;
    }
    .index-sec01__layout {
        width: 90%; 
    }

    /* SECTION - COLUMN */
    .sec-col__layout {
        width: 90%; 
        flex-wrap: wrap;
    }
    .sec-card {
        width: 324px;
        margin: 20px auto; 
    }
    .sec-card-img {
        width: 280px; 
        height: auto; 
    }

    /* INDEX - SEC02 */
    .index-sec02__layout {
        padding: 20px 0; 
    }

    /* INDEX-SEC04 */
    .index-sec04__img-layout {
        width: 90%;  
        flex-direction: column;  
    }
    .index-sec04__img {
        width: 280px; 
        margin-bottom: 30px;
    }
    .index-sec04__text {
        width: 90%;  
    }
    .index-sec04__img img {
        width: 280px;  
        height: auto;
    }

    /* INDEX-SEC05 */
    .index-sec05__layout {
        width: 90%; 
        margin: 0 auto;  
    }
    .slick-slide {
        width: 250px !important; 
    }
    .slick-slide img {
        width: 250px !important; 
        height: 200px;
    }
    .slick-prev, .slick-next {
        display: none !important;    
    }

    /* INDEX-SEC06 */
    .index-sec06__layout {
        padding-bottom: 60px;
        width: 90%; 
    }

    /* -------------------- CONTACT SECTION -------------------- */

    .sec-contact__layout {
        width: 90%;  
        text-align: center; 
    }
    .f-nav-contact {
        padding: 30px 100px; 
    }

    /* -------------------- FOOTER SECTION -------------------- */

    .footer__layout {
        width: 100%;  
    }
    .copyright {
        margin: 0 auto;
        justify-content: center;
        text-align: center;
        padding: 5px 0;
    }

    /* -------------------- SUBPAGES SECTION -------------------- */

    /* BREADCRUB */
    .breadcrub__layout {
        padding: 30px 0 60px 0;  
        width: 90%; 
    }
    .b-home::after {
        font-size: 12px;  
        margin: 0 15px;   
    }

    /* -------------------- EXAMPLES SECTION -------------------- */

    .sec-examples__card-items {
        flex-direction: column;  
    }
    .sec-examples__card {
        width: 280px; 
        margin-bottom: 40px; 
    }
    .sec__top-frame {
        margin: 0 auto;
        width: 250px;
    }
    .sec-frame-img {
        width: 280px;  
        height: auto; 
    }
    .sec-examples__text {
        width: 90%;  
    }

    /* -------------------- SUBPAGES SECTION -------------------- */

    /* SUBPAGE - MAIN (TEXT) */
    .sp-main__layout {
        width: 90%;  
    }
    .sp-main__text {
        padding-top: 60px;
    }

    /* SUBPAGE - BODY (IMAGES) */
    .sp-body__layout {
        width: 90%;  
        padding: 60px 0;
    }
    .sp-body__item {
        margin-bottom: 60px;
        flex-wrap: wrap;  
    }
    .sp-body__item-last {
        margin-bottom: 0;
        flex-wrap: wrap;  
    }
    .sp-body-img {
        width: 280px;  
        height: auto; 
        margin: 0 auto;  
    }
    .sp-body__text, .sp-body__sub-text {
        padding-top: 30px;
    }
    .sp-body__desc-layout {
        width: 325px; 
        margin: 30px auto 0 auto;  
    }
    .sp-body__list {
        padding: 30px 0 0 20px;
    }
    .sp-body__list li {
        list-style: disc;
    }

    .sp-body__flow-item {
        flex-wrap: wrap;  
    }
    .sp-body__flow-layout {
        width: 324px; 
        margin: 30px auto 0 auto; 
    }
    .sp-body__flow-layout h6 {
        padding-bottom: 20px;
    }
    .sp-body__flow-arrow {
        margin: 20px 0;  
    }
    .flow-arrow-img {
        width: 80px; 
        height: auto; 
    }

    /* -------------------- CONCEPT PAGE SECTION -------------------- */

    .concept-sec01__layout, .concept-sec02__layout {
        width: 90%;  
    }

    /* CONCEPT - SEC01 */
    .concept-sec01__img {
        box-sizing: border-box; 
    }
    .concept-sec01-img {
        width: 100%;  
    }

    /* CONCEPT - SEC02 */
    .concept-sec02__img-layout {
        width: 100%;  
    }
    .concept-sec02__img-row {
        width: 100%;  
        flex-wrap: wrap; 
    }
    .concept-sec02__card {
        width: 324px;  
        margin: 0 auto 30px auto; 
    }
    .concept-sec02-img {
        width: 280px; 
        height: auto; 
        padding: 20px;
    }

    /* -------------------- CASE/BLOG PAGE SECTION -------------------- */

    /* BLOG CARDS */
    .blog-list__card {
        width: 325px;     
    }

    /* BLOG-LIST PAGE */
    .blog-page__layout {
        width: 95%;   
    }
    .blog-list__container {
        justify-content: center;
        margin: 0 auto;  
    }

    /* BLOG-DETAIL PAGE PROPERTIES */
    .blog-detail__layout {
        width: 90%;   
    }
    .blog-detail__blog-img {
        margin: 60px 0;
        box-sizing: border-box;
    }
    .blog-detail__blog-img img {
        width: 100%;
        box-sizing: border-box;
    }
    /*.blog-detail__blog-content img {
        padding: 30px 0;
    }
    .blog-detail__blog-content {
        padding-bottom: 60px;
    }*/

    /* -------------------- ACCESS PAGE SECTION -------------------- */

    .access__layout {
        width: 90%;  
    }
    .access__details-layout {
        flex-wrap: wrap; 
        width: 100%; 
    }
    .access__layout-info tr {
        width: 300px;  
        height: 45px;
        margin-bottom: 30px;
    }
    .access__layout-info th {
        width: 80px;  
    }
    .access__layout-info td {
        width: 200px;  
    }
    .company__layout-map, .company__layout-map iframe {
        width: 380px; 
        height: 550px; 
    } 

    /* ----------------- CONTACT PAGE PROPERTIES ----------------- */

    /* FORM LAYOUT */
    .contact__layout {
        width: 90%;   
    }
    .form-form {
        width: 100%;  
    }

    /* FORM */
    .form__head {
        width: 200px;   
    }
    .form__instruction {
        width: 90%;  
    }
    .form__important {
        width: 35px;   
        height: 15px;  
        margin: 0 20px 0 10px;  
    }
    input {
        max-width: 400px;
        width: 100%;  
        font-size: 12px;  
    }
    .radio-container {
        justify-content: start;  
        flex-direction: column;  
        width: 400px;  
    }
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
    }
    .textarea, .text-field {
        max-width: 400px;
        width: 100%; 
        font-size: 12px;  
    }
    .checkbox-label {
        font-size: 12px;  
    }

    /* FORM CHECK */
    .form__input, .text-area {
        width: 400px;   
    }

    /* FORM FINISH & 404 */
    .notification__text {
        width: 80%;  
        margin: 0 auto;
    }

    /* ----------------- 404 PAGE PROPERTIES ----------------- */

    .page-404__layout {
        width: 90%;  
    }

    /* ----------------- PRIVACY POLICY PAGE PROPERTIES ----------------- */

    .policy__layout {
        width: 90%;  
    }

    /* ----------------- SITEMAP PAGE PROPERTIES ----------------- */

    .sitemap__layout {
        width: 90%; 
    }
    .sitemap-loc {
        width: 65%;
    }

    /* ----------------- PAGE TOP BUTTON ----------------- */
    .page__top-btn {
        display: none;  
    }
    
}

.instagram-logo {
    padding-bottom: 60px;
    font-size: 1.6em;
}
