﻿/*
Template:bootstrap-basic4
Theme Name:child-mitsumura
*/
@charset "utf-8";
/*base*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

body{background-color: #fff; font-size: 16px; color: #2f2f2f; font-family:"Zen Kaku Gothic New","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif; min-width: 320px; font-weight: 400; font-style: normal;}
a{color: #2f2f2f;}
a:hover{text-decoration: none; color: initial; opacity: 0.7;}
a,.btn,.btn-1::after,.btn-3::after{transition:all .5s 0s ease;}
img{max-width: 100%; height: auto;}
:root {  
    --swiper-theme-color:#1d6690;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --icon-blue: #1e5687;
    --icon-green: #1f6c5d;
    --mc-main-blue: #1e5687; 
    --mc-main-green: #1f6c5d;
    --mc-text-gray: #333; --mc-border-gray: #e0e0e0;
    --cl-gray: #e0e0e0;
}
/*------GLOBAL------*/
.img-fill{overflow: hidden; border-radius: 7px;}
/*font*/
.noto_serif_jp{font-family: "Noto Serif JP", serif; font-optical-sizing: auto; font-style: normal;}
.style-t {font-size: 16px; line-height: 1.8;}
body.font-large{font-size: 2rem;}

/*color*/
.bg-1{background-color: #2f2f2f;}
.c-1{color: #1f6c5d !important;}
.c-2{color: #2f2f2f !important;}
.fil-1{
filter: grayscale(60%) brightness(90%) contrast(60%) sepia(80%) hue-rotate(160deg) saturate(65%);
}
.offcanvas-nav.open::after,
.head-inner{backdrop-filter: blur(6px) !important; background-color: rgba(255, 255, 255, 0.7) !important;}

/*btn*/
.btn{position: relative; font-weight: bold;}
.btn-1 {width: 260px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #333; border-radius: 50px; padding: 20px; color: #1a5d51; cursor: pointer; transition: all 0.2s; font-weight: bold; outline: none; }
.btn-1::before { content: ""; display: inline-block; width: 8px; height: 8px; background-color: #1f6c5d; border-radius: 50%; margin-right: 12px; }
.btn-2{display: flex; align-items: center; justify-content: center; background-color: #1f6c5d; color: #fff; padding: 22px 40px; border-radius: 50px; font-size: 18px; font-weight: bold;}
.btn.focus, .btn:focus {outline: 0; box-shadow: none;}
.btn-3 {width: 220px; background: #303c41; border: none; color: #fff; border-radius: 50px; padding: 17px 0;}
.btn-3::after{background: url("assets/images/cl/arrow_r.png") no-repeat center center / contain; content: ""; width: 70px; height: 19px; position: absolute; right: -25px;}
.btn-3:hover {color: #fff; opacity: 1;}
.btn-3:hover::after {right: -40px;}
.btn-4 {background: #1d6690; color: #fff;}
.btn-5 {background: #cbcbcb;}
.btn-6 {background: #1f6c5d; color: #fff;}
.btn-4.btn-lg,
.btn-6.btn-lg,
.btn-5.btn-lg{padding: 25px 0; border-radius: 50px;}


/*ICO*/
.icon-container { display: flex; gap: 40px; padding: 20px; font-family: sans-serif; }
.icon-wrapper { display: flex; align-items: center; gap: 8px; padding-bottom: 4px; color: var(--icon-blue); border-bottom: 2px solid var(--icon-blue); }
.text { font-weight: bold; font-size: 16px; }
.pin-solid, .pin-outline { position: relative; width: 20px; height: 20px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pin-solid::after, .pin-outline::after { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.pin-solid { background-color: var(--icon-blue); }
.pin-solid::after { background-color: white; }
.pin-outline { border: 2px solid var(--icon-blue); background-color: transparent; }
.pin-outline::after { background-color: var(--icon-blue); }

/*slide*/
.swiper-slide img{height: auto; width: 100%;}
.swiper-slide img,
.roimg{transition: transform 0.5s ease-in-out; }

/*path*/
.path_ab{position: absolute; z-index: 99; width: 100%; left: 0; bottom: 0;}
.path_01{bottom: 15px;}

/*------LAYOUT------*/
.container{position: relative; max-width:1230px;}
.container.ver-small{max-width: 1000px;}
.container.ver-xs{max-width: 880px;}

/*------HEADER------*/
#header{position: relative; padding-bottom: 70px;}
.head-top{width: 100%; position: relative; padding:30px 0 0; background-color: #fff;}

.logo-a{display: block; position: relative; z-index: 999; margin: 0 2rem;}
.wrp-logo{font-size: 18px; font-weight: bold; display: flex; align-items: center; justify-content: center;}
.wrp-pchead_btn{right: 15px; top: 0; text-align: center; font-size: 14px; font-weight: bold;}
.btn-head{font-size: 24px; width: auto; border: none; padding: 5px;}

/*大小*/
.toggle-container {display: flex; align-items: center; gap: 12px; position: absolute; bottom: 0; right: 20px;}
.toggle-container > .label {font-weight: bold; color: #333; font-size: 14px;}
.switch-field { display: flex; position: relative; background-color: #333; padding: 4px; border-radius: 20px; width: 100px; height: 32px; }
.switch-field input { position: absolute; opacity: 0; }
.switch-field label { flex: 1; text-align: center; margin: 0; color: #fff; cursor: pointer; z-index: 2; font-size: 14px; transition: color 0.3s; }
.switch-field input:checked + label { color: #333; }
.switch-selection { position: absolute; top: 4px; left: 4px; width: calc(50% - 4px); height: calc(100% - 8px); background-color: #fff; border-radius: 16px; transition: transform 0.3s ease; z-index: 1; }
.head-nav .switch-field input[value="small"]:checked ~ .switch-selection,
.switch-field input[value="small"]:checked ~ .switch-selection { transform: translateX(100%); }
.head-nav .toggle-container > .label{color: #fff;}
.head-nav .switch-field{background-color: #fff;}
.head-nav .switch-selection { background-color: #1f6c5d; }
.head-nav .switch-field label { color: #1f6c5d; }
.head-nav .switch-field input:checked + label { color: #fff; }

/*CL*/
.clheader-logo .logo-a{width: 120px; margin: 0;}
.clheader-r{padding-right: 15px;}
.clheader-nav_pc{display: grid; gap: 10px 30px; grid-template-columns: repeat(3, auto); margin-right: 25px;}

/*------INDEX------*/
.wrp-main_nav{text-align: center;}
.wrp-main_nav .fx-ccc{gap: 20px;}

/*slide*/
.wrp-video_swipe{ position: relative; overflow: hidden; margin-top: -20px; height: 830px;}
.mySwiper { width: 100%; margin: 0 auto; overflow: visible !important; }
.swiper-wrapper { align-items: flex-start !important; }
.wrp-video_swipe .swiper-slide { transition: all 0.6s ease; opacity: 0.3; transform: scale(0.85); transform-origin: top; }
.wrp-video_swipe .swiper-slide-active { opacity: 1; transform: scale(1); z-index: 2; margin-top: 60px;}
.video-container { width: 100%; aspect-ratio: 16 / 10; background: #000; border-radius: 12px; overflow: hidden; position: relative; box-sizing: border-box; }
.wrp-video_swipe .swiper-slide-active .video-container { border: 2px solid #333; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
video { width: 100%; height: 100%; object-fit: cover; display: block; }

/*top_news*/
.wrp-top_news {border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; padding: 20px 0; margin-top: 50px; position: relative;}
.news-item {font-size: 14px; display: flex; align-items: center; gap: 30px; font-weight: bold; text-decoration: none; color: #333; transition: background-color 0.2s; }
.news-label { background-color: #333; color: #fff; padding: 10px 15px; border-radius: 50px; font-size: 16px; font-weight: bold; white-space: nowrap; }
.news-meta{display: flex; gap: 30px;}
.news-date {color: #333; letter-spacing: 0.05em; font-weight: 500;}
.news-category { display: flex; align-items: center; gap: 8px; color: #333; white-space: nowrap;}
.news-category::before { content: ""; display: inline-block; width: 4px; height: 14px; background-color: #1a5d51; }
.news-title {font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }

/*sec*/
.sec{padding: 60px 0;}
.sec-title{margin-bottom: 50px;}
.sec-title .ja{font-size: 20px; margin-top: 15px;}
.sec-title .item-sub{font-size: 16px; margin-top: 45px;}
.title-uber::after{content: ""; width: 40px; display: block; margin: 30px auto 0; border-bottom:1px solid #fff;}

/*top_about*/
.wrp-message{display: flex; justify-content: center; position: relative; padding:60px 0 150px;}
.vertical-text-wrapper { writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl;}
.vertical-text-wrapper p { margin: 0 18px; padding: 0; letter-spacing: 0.3em; line-height: 2; font-size: 18px; font-weight: bold;}
.icon-location {margin-right: 15px; font-size: 24px;}
.icon-arrow { position: absolute; right: 30px; font-size: 20px;}
.path_02{left: 0; bottom: 0; max-width: 660px; width: 45%;}

/*wrp-imgbtn*/
.wrp-imgbtn{ display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; gap: 15px; padding:0 15px;}
.panel { position: relative; text-decoration: none; overflow: hidden; border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.panel:hover { transform: scale(1.01); }
.business { grid-column: 2 / 3; grid-row: 1 / 3; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('business.jpg') center/cover #555; }
.cleaning { background: #f8f8f8 url('cleaning.jpg') center/cover; }
.coin-laundry { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('laundry.jpg') center/cover #333; }
.content { text-align: center; color: white; z-index: 1; }
.cleaning .label-en { color: #008080; font-weight: bold; font-size: 12px; letter-spacing: 0.1em; display: block; margin-bottom: 5px; }
.cleaning .label-jp { color: #333; background: white; padding: 5px 25px; font-size: 20px; margin: 0; }
.label-en { display: block; font-size: 12px; letter-spacing: 0.2em; margin-bottom: 8px; }
.label-jp { font-size: 20px; margin: 0; font-weight: bold; }

/*top_tabnews*/
.row.swiper-wrapper{gap: 0;}
.news-header {  margin-bottom: 2rem; }
.news-header > .container{display: flex; justify-content: space-between; align-items: center;}
.news-header h2 { font-size: 1.5rem; font-weight: bold; border-left: 6px solid #2d7054; padding-left: 15px; margin: 0; }
.news-header a { font-size: 0.9rem; color: #333; text-decoration: none; }
.news-header a span { color: #2d7054; margin-left: 5px; }
.wrp-top_tabnews{position: relative; padding-bottom: 150px;}

/*nav tabs*/
.wrp-nav_head{border-top: 1px solid #000; border-bottom: 1px solid #000; margin-bottom: 4rem;}
.news-section .swiper{overflow: visible;}
.news-section{position: relative;}
.news-section .nav-item { flex: 1; text-align: center;}
.news-section .nav-link { color: #333; box-shadow: 0 0 0 1px #000; border: none !important; padding: 15px 0; border-radius: 0; font-weight: bold; background: #fff;}
.news-section .nav-link.active {position: relative; z-index: 2; margin-top: -10px; padding-top: 25px; border-radius: 15px 15px 0 0; box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #000, 1px 0 0 0 #000, -1px 0 0 0 #000;}
.news-section .nav-link:hover{opacity: 1; color: #aaa;}

/*newsitem*/
.news-col { position: relative; width: 100%; flex: 0 0 20%; max-width: 20%; }
.news-card { display: block; text-decoration: none !important; color: inherit; }
.card-img { background: #e9ecef; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; border-radius: 8px; margin-bottom: 12px; }
.card-img img {width: 100%;}
.card-meta { display: flex; justify-content: space-between; font-size: 0.75rem; color: #666; margin-bottom: 5px; }
.card-meta .category::before { content: "■"; color: #2d7054; margin-right: 4px; }
.card-title { font-size: 0.85rem; font-weight: bold; line-height: 1.5; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/*------PAGE------*/
.page-head{position: relative; padding: 80px 0 60px;}
.page-title{font-size: 2rem; font-weight: bold;}
.eng{text-transform: uppercase; font-size: 1.5rem;}
.path_04{width: 40%; left: auto; right: 0;}
.page-body{padding: 80px 0;}

/*privacy-policy*/
.privacy-document {line-height: 2.2;}
.privacy-document h1 {font-size: 1.25rem; font-weight: bold; margin-bottom: 50px; }
.privacy-document .company-name {margin-bottom: 40px; }
.privacy-document .content-body p { margin-bottom: 40px; }
.privacy-document .document-footer { text-align: right; margin-top: 80px; font-weight: bold; }

/*company*/
.page-body.ver-company{padding-top: 30px;}
.wrp-about_title{display: flex; justify-content: center;}
.about-section { display: flex; gap: 20px; padding-bottom: 80px;}
.about-section__img { width: 280px;}
.about-section__content { flex: 1; padding-top: 80px;}
.about-section__title { font-size: 24px; font-weight: bold; margin-bottom: 40px; text-align: center; border-left: 5px solid #1a5d51; padding-left: 15px;}
.about-section__rep-sign { font-size: 16px; margin-top: 15px; text-align: right; }
.about-section__title_2 { font-size: 24px; font-weight: bold; margin-bottom: 15px;}   

.mission-section{background: url("assets/images/img_001.png") no-repeat center center / cover; padding: 80px 0; position: relative; text-align: center; }
.mission-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 1; }
.mission-section .container { position: relative; z-index: 2; }
.mission-section__label { font-size: 14px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.7); }
.mission-section__title { font-size: 28px; font-weight: bold; margin: 10px 0 30px; }
.mission-section__text { font-size: 16px; line-height: 1.8; max-width: 800px; margin: 0 auto; text-align: center; }

/*table*/
.tb-co th,.tb-co td { padding: 20px; border: 1px solid #e0e0e0; border: none; line-height: 1.8;}
.tb-co th{width: 180px; text-align: center; border-bottom: 2px solid #000;}
.tb-co td{border-bottom: 1px solid #000;}

.map-section { display: flex; gap: 40px; margin-top: 30px; }
.map-section__image-area{ width: 500px;}
.map-section__image-area iframe { width: 100%; height: 300px; border: none; border-radius: 8px; }
.about-section__title.ver-map{text-align: left; margin-bottom: 20px;}
.map-section__content { flex: 1; }
.map-section__address-list { list-style: none; margin: 0; padding: 0; font-size: 15px; line-height: 1.8; }
.map-section__icon-pin { color: var(--main-green); }

/* スマホ対応（メディアクエリも1行に集約） */
@media (max-width: 768px) { .privacy-document { line-height: 1.8; } .privacy-document .document-footer { text-align: left; display: block; } }

/*------SINGLE------*/
.single-head{margin-bottom: 3rem;}
.single-head .item-inner{margin-right: 3rem;}
.single-title{font-size: 1.3rem; font-weight: bold;}
.single-content{margin-top: 4rem;}
.wrp-next_prev{display: flex; gap: 15px; justify-content: flex-end; align-items: center; margin-top: 60px;}
.wrp-next_prev a{color: #1f6c5d; font-weight: bold;}

/*------ARCHIVE------*/
.wrp-post_list{display: grid; flex-wrap: wrap; gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-bottom: 80px;}
.news-col.ver-list{max-width: none;}
.my_paging .nav-links{display: flex; justify-content: center; gap: 15px; font-size: 20px;}
.my_paging .page-link{border: none; color: #2f2f2f; background: none;}
.my_paging .current{background: none; color: #1a5d51; font-weight: bold;}

/*------FOOTER------*/
.main-footer { background-color: #2f2f2f; color: #fff; padding: 120px 0; font-size: 0.9rem; }
.footer-top{margin-bottom: 80px; font-weight: bold;}
.footer-nav > div{margin-bottom: 40px;}
.footer-logo img { max-width: 180px; margin-bottom: 25px; }
.company-name {margin-bottom: 20px; }
.badge-headquarter { border: 1px solid #fff; padding: 2px 8px; font-size: 0.75rem; display: inline-block; margin-bottom: 10px; }
.address { font-size: 0.85rem; line-height: 1.6; }
.btn-footer-action { display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; color: #333 !important; text-decoration: none !important; border-radius: 50px; height: 80px; position: relative; transition: opacity 0.3s; }
.btn-footer-action:hover { opacity: 0.9; }
.btn-footer-action .en { color: #2d7054; font-size: 0.7rem; font-weight: bold; letter-spacing: 0.1em; }
.btn-footer-action .jp { font-size: 1.1rem; font-weight: bold; }
.btn-footer-action::after { content: "▶"; position: absolute; right: 25px; color: #2d7054; font-size: 0.8rem; }
.footer-nav h5 { font-size: 1rem; margin-bottom: 20px; color: #fff; display: inline-block; }
.footer-nav ul { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: 12px; }
.footer-nav li a { color: #ccc; text-decoration: none; display: flex; align-items: center; transition: color 0.2s; }
.footer-nav li a:hover { color: #fff; }
.footer-nav li a::before { content: "▶"; font-size: 0.6rem; margin-right: 8px; color: #fff; }
.footer-nav li.sub { padding-left: 15px; font-size: 0.85rem; }
.footer-bottom { text-align: right; margin-top: 0px; padding-top: 20px; }
.footer-bottom a { color: #fff; text-decoration: none; margin-left: 30px; border-bottom: 1px solid #fff; padding-bottom: 2px; }
.cpr{text-align: center; padding: 10px 0; font-size: 14px;}  

/*wrp-fix_btn*/
.wrp-fix_btn{position: fixed; bottom: 0; left: 0; z-index: 1000; width: 100%;}
.wrp-fix_btn .btn{width: 100%; padding: 20px 0; background-color: #1f6c5d; color: #fff; border: none; border-radius: 0;}
.btn-geo{display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: bold;}
.btn-geo i{font-size: 24px; margin-left: 10px;}
.wrp-fix_btn .mc-loader {position: absolute; bottom: 5px; font-size:12px; color: #fff; left: 5px;}
.wrp-fix_btn.ver2 .btn-geo {background-color: #303c41;}
.wrp-fix_btn img{margin-left: 15px;}

/*------PC small------*/
@media only screen and (max-width: 1580px) {
    .wrp-video_swipe{ height: 680px;}
}

/*------PAD pro------*/
@media only screen and (max-width: 1050px) {
    .wrp-video_swipe{ height: 500px;}
}

  
/*------PAD------*/
@media only screen and (max-width: 880px) {

}

/*------Sm------*/
@media only screen and (max-width: 767px) {
    /*------HEADER------*/
    #header{padding: 0; height: 130px;}
    .head-top{position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; padding: 15px 0; box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2)}
    .wrp-logo_sm{display: flex; align-items: center;}
    .wrp-logo{display: block; font-size: 11px;}
    .logo-a{margin: 0 1rem 0 0; width: 85px;}
    .toggle-container{right: 10px; gap: 8px;}
    .switch-field{height: 24px; width: 60px;}
    .toggle-container > .label ,.switch-field label{font-size: 11px;}

    /*offcanvas nav*/
    .head-nav{padding: 90px 0 12px 0; background-color: rgba(31, 108, 93, 0.9); color: #fff; position: relative;}
    .ul-smnav{padding-left: 40px;}
    .ul-smnav > li{list-style: disc;}
    .ul-smnav .nav-link{color: #fff; padding: 15px 0 15px 5px;}
    .head-nav .toggle-container{bottom: 25px;}

    /*offcanvas*/
    .offcanvas-nav{position: fixed; z-index: 900; display: block; top: -100%; left: 0; width: 100%; height: 300px; transition: top 0.3s ease-in-out; border-radius: 0;}
    .offcanvas-nav.open{top: 0;}
    .offcanvas-nav.open::after{height: 55px;}
    .m-toggle{width: 55px; height: 38px; padding:0; background-color: #fff; text-align: center; border-radius: 30px; position: absolute; right: 15px; z-index: 999; border:1px solid #000; display: block;}
    .m-toggle .icon-bar + .icon-bar {margin-top: 4px;}
    .m-toggle .icon-bar{display: block; width: 22px; height: 2px; border-radius: 1px; margin: auto; transition: all .25s ease-in-out;}
    .m-toggle .icon-bar,
    .m-toggle.is-open .icon-bar{background-color: #1a5d51;}
    .m-toggle.is-open .icon-bar:nth-child(2){opacity: 0;}
    .m-toggle.is-open .icon-bar:nth-child(3){margin-top: 14px; transform: rotate(-45deg) translate(4px, -4px)}
    .m-toggle.is-open .icon-bar:nth-child(4){transform: rotate(-135deg) translate(8px, 8px); margin-top: 4px;}   
    
    /*------INDEX------*/
    .sec{padding: 40px 0;}
    .wrp-swipe{margin-top: 20px; height: 310px;}
    .news-label{position: absolute; top: -35px; left: 15px; padding: 5px 10px; font-size: 12px;}
    .news-item{gap: 15px;}
    .news-meta{display: block;}
    .news-title {white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; flex: 2; line-height: 1.5; height: 3em; }
    .path_02_sm{margin-bottom: 3rem;}
    .wrp-imgbtn{display: flex; gap: 15px; flex-wrap: wrap;}
    .panel{width: 100%; height: 180px;}

    /*top_tab_news*/
    .wrp-top_tabnews{padding-bottom: 80px;}
    .wrp-nav_head .container { padding: 0; } 
    .wrp-nav_body { position: relative; }
    .scroll-guide { display: none; }
    .scroll-guide { display: flex; position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 100px; height: 100px; background: rgba(0,0,0,0.5); border-radius: 50%; color: #fff; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; animation: fadeOut 2s forwards 1.5s; } .scroll-guide i { font-size: 30px; margin-bottom: 5px; } .scroll-guide span { font-size: 12px; font-weight: bold; } 
    @keyframes fadeOut { from {opacity: 1;} to {opacity: 0;} }
    .news-section .nav-link {font-size: 10px;}
    .wrp-video_swipe{height: 340px;}
    .path_01{bottom: 0;}
    .news-col { flex: 0 0 50%; max-width: 50%; }

    /*------PAGE------*/
    .page-head{padding: 50px 0 30px;}
    .page-title{font-size: 1.5rem;}
    .eng{font-size: 1.25rem;}
    .path_04{width: 48%;}
    .page-body{padding: 80px 0;}

    /*------SINGLE------*/
    .single-head{display: block;}
    .single-head .item-inner{margin:0 0 1rem;}
    .single-title{font-size: 1.3rem; font-weight: bold;}

    /*------ARCHIVE------*/
    .wrp-post_list{gap: 10px; grid-template-columns: 1fr 1fr; margin-bottom: 50px;}


    /*------FOOTER------*/
    .main-footer{padding: 60px 0;}
    .footer-top{text-align: center; margin-bottom: 40px;}
    .company-name,
    .badge-headquarter{font-size: 1.25rem;}
    .address{font-size: 1rem;}
    .footer-btns{margin-top: 60px;}

}

/*------Sm small------*/
@media only screen and (max-width: 350px) {
    

}

