@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* kv-wrap
============================================================ */

.photo-slider {
  padding: 30px 0 40px 0;
}

@media screen and (max-width: 811px) {
.photo-slider {
    padding: 0 0 40px 0;
}
}



@media screen and (max-width: 600px) {
    .photo-slider {
        padding: 0 0 15px 0;
    }
}

.photo-swiper {
  overflow: hidden;
  padding: 20px 0;
}

.photo-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  width: max-content;
  gap: 30px;
  animation: top-photo-marquee var(--photo-marquee-duration, 48s) linear infinite;
  will-change: transform;
}

@keyframes top-photo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(var(--photo-marquee-distance, 0px) * -1), 0, 0);
  }
}



.photo-swiper .swiper-slide {
  width: 320px;
  height: 25em;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  flex-shrink: 0;
}


.photo-swiper .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 530px) {
.photo-swiper .swiper-slide {
    width: 270px;
    height: 22em;
    border-radius: 10px;
}
	
.photo-swiper .swiper-slide img {
    height: 100%;
}
	
	
}


@media screen and (max-width: 480px) {

.photo-swiper {
     padding: 0 0 20px 0;
}

}




/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: 500px;
    height: calc(100vh - 60px);
    max-height: 790px;
  }
  #home .kv-wrap .kv-inner .kv-item .pc-img {
    display: none;
  }
  #home .kv-wrap .kv-inner .kv-item .sp-img {
    display: block;
  }
}
@media screen and (max-width: 481px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
    min-height: inherit;
    height: 370px;
    max-height: inherit;
  }
}

/* kv loading
============================================================ */
#home .kv-loading {
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px - 30px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #333;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  #home .kv-loading::after {
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* emergency
============================================================ */
#home .sect-emergency {
  padding: 40px 0;
}
#home .sect-emergency .section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
#home .sect-emergency .title-wrap {
  margin-bottom: 0;
  padding: 10px 20px;
  background: #f80000;
  color: #fff;
  border-bottom: none;
}
#home .sect-emergency h2 {
  display: inline-block;
}
#home .sect-emergency .emergency-list {
  padding: 30px 20px;
  border: 1px solid #f80000;
  border-top: none;
}
#home .sect-emergency .emergency-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #f80000;
}
#home .sect-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home .sect-emergency .emergency-list li .date {
  width: 110px;
  color: #6c6c6c;
  font-size: .933333333333em;
  line-height: 2;
  letter-spacing: 2px;
}
#home .sect-emergency .emergency-list li .new {
  background: #f80000;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: .8em;
}
#home .sect-emergency .emergency-list li .title {
  width: calc(100% - 110px);
  padding-left: 10px;
}
#home .sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #4c4c4c;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .sect-emergency {
    padding: 20px 0;
  }
  #home .sect-emergency .emergency-list {
    padding: 20px 20px 25px;
  }
  #home .sect-emergency .emergency-list li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  #home .sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
  #home .sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-emergency h2 {
    display: block;
    text-align: center;
  }
}



/* top-inner
============================================================ */

.top-inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}


@media screen and (max-width: 530px) {
.top-inner {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media screen and (max-width: 390px) {
    .top-inner {
		padding-left: 15px;
		padding-right: 15px;
    }
}


/* kv-wrap
============================================================ */

.kv-wrap {
    padding-top: 95px;
	background-image: url(../images/h_bg_top.jpg), url(../images/h_bg_bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100%, 100%;
}


@media screen and (max-width: 480px) {
.kv-wrap {
    padding-top: 95px;
	background-image: url(../images/h_bg_top_sp.jpg), url(../images/h_bg_bottom_sp.jpg);
}
}

.comment{
	text-align: center;
	-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
}


@keyframes key_lay-title{
	
0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
	
50% {
    opacity: 1;
}
	
100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
	
}




.comment .copy img{
	width: 100%;
	max-width: 850px;
}


@media screen and (max-width: 600px) {
.comment .copy img {
    max-width: 400px;
}
}

@media screen and (max-width: 425px) {
    .comment .copy img {
        max-width: 330px;
    }
}

.copy.pc-copy{
	margin-bottom: 30px;
}

.copy.sp-copy{
	display: none;
}


@media screen and (max-width: 600px) {
	
.copy.pc-copy{
	display: none;
	}
	
.copy.sp-copy{
	display: block
	}
}

.comment p{
	font-weight: bold;
}

@media screen and (max-width: 1200px) {

.comment p span{
	display: block;
	}
	
}

@media screen and (max-width: 600px) {
.comment p {
    margin-top: 15px;
    font-size: 90%;
    letter-spacing: 0;
}
}

@media screen and (max-width: 425px) {
    .comment p {
        font-size: 80%;
	}
}


.main-category {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px 30px;
    padding: 40px 60px 60px 60px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.main-category .cate {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    width: calc(100% / 3 - (30px * 2 / 3));
}

@media screen and (max-width: 700px) {
.main-category {
    gap: 5px;
    padding: 40px 0 60px 0;
}
	
.main-category .cate {
    width: calc(100% / 3 - (10px * 2 / 3));
}
	
}


@media screen and (max-width: 550px) {
    .main-category {
        gap: 5px;
        padding: 20px 0 60px 0;
    }
}

.main-category .cate img{
	width: 100%;
}



.cate {
  position: relative;
}

/* 初期状態 */
.dropdown {
  position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 260px;
    background: #f5f5f5;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 5px 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
	z-index: 1;
}

@media screen and (max-width: 1000px) {
.dropdown {
    top: 180px;
}
}

@media screen and (max-width: 930px) {
.dropdown {
    top: 160px;
}
}

@media screen and (max-width: 850px) {
.dropdown {
    top: 140px;
}
}

@media screen and (max-width: 770px) {
.dropdown {
    top: 130px;
}
}

@media screen and (max-width: 740px) {
.dropdown {
    top: 120px;
}
}

@media screen and (max-width: 700px) {
.dropdown {
    top: 150px;
}
}

@media screen and (max-width: 650px) {
    .dropdown {
        top: 135px;
    }
}

@media screen and (max-width: 600px) {
    .dropdown {
        top: 120px;
    }
}

@media screen and (max-width: 550px) {
    .dropdown {
        top: 105px;
        width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .dropdown {
        top: 95px;
    }
}

@media screen and (max-width: 420px) {
    .dropdown {
        top: 90px;
    }
}



/* 開いた状態 */
.dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* 三角 */
.dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5 transparent;
}


.dropdown.open ul{}

.dropdown.open ul li{
	font-weight: bold;
}

.dropdown.open ul li a{
	text-decoration: none;
    background-image: url(../images/arrow_g.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 6px;
    padding: 7px 22px 7px 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    font-size: 90%;
    letter-spacing: 0;
	border-bottom: dotted #7a7a7a 1px;
}

.dropdown.open ul li:last-child a{
	border-bottom: none;
}

.dropdown.open ul li a:hover{
	background-position: right 4px center;
	transition: all 0.2s ease-in-out;
}


/* news
============================================================ */


.news {
	background-color: var(--color_pale);
}


.news .top-inner{
	padding-top: 70px;
	padding-bottom: 70px;
	max-width: 1000px;
    margin: 0 auto;
}


@media screen and (max-width: 500px) {
.news .top-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
}



.top-news-header {
    display: none;
}


.top-news-wrap {
    width: 100%;
    /* padding: 30px 0; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.top-news-title {
    text-align: left;
}

.top-news-title h2{
	font-size: 230%;
    font-weight: bold;
	margin-bottom: 20px;
}

.news-wrap {
    margin-left: 50px;
    width: 80%;
}

.news-wrap ul{
}

.news-wrap ul li{
	display: block;
    border-bottom: 1px dotted #c1c1c1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-wrap ul li:last-child{
	border-bottom: none;
    margin-bottom: 0;
}

.top-news-wrap span.date {
    font-size: 85%;
    color: #7e7e7e;
    display: inline-block;
    margin-right: 11px;
}

.top-news-wrap span.title {
    display: block;
	font-weight: bold;
    margin-top: 5px;
    text-decoration: underline;
}

.top-news-wrap .news-wrap a {
    text-decoration: none;
}

span.list-category-mark {
	display: inline-block;
    background-color: var(--color_main);
    /* font-weight: bold; */
    font-size: 13px;
    border-radius: 50px;
    letter-spacing: 0px;
    padding: 2px 15px;
    line-height: 200%;
    color: #fff;
}

span.list-category-mark.list-category-news-honbu {
	background-color: var(--color_sub);
}

span.list-category-mark.list-category-news-01hoiku,
span.list-category-mark.list-category-news-02hoiku,
span.list-category-mark.list-category-news-koshi,
span.list-category-mark.list-category-tp-01hoiku,
span.list-category-mark.list-category-tp-02hoiku,
span.list-category-mark.list-category-tp-koshi{
	background-color: var(--color_hoiku);
}




span.new {
	color: var(--color_accent);
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
	display: inline-block;
}

.more a{
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	background-image: url(../images/arrow_g.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 6px;
    padding: 7px 22px 7px 0;
    transition: all 0.2s ease-in-out;
	color: var(--color_main);
}

.more a:hover{
	background-position: right 5px center;
	transition: all 0.2s ease-in-out;
}


.pc-more{
	display: block;
}

.sp-more{
	display: none;
}


@media screen and (max-width: 880px) {
.top-news-wrap {
    width: 100%;
    display: block;
}
	
.top-news-title h2 {
    margin-bottom: 30px;
    text-align: center;
}
	
	
.news-wrap {
    margin-left: 0;
    width: 100%;
}
	
.pc-more{
	display: none;
}

.sp-more{
	display: block;
	text-align: right;
}

.top-news-wrap span.list-category-mark {
    font-size: 10px;
	}
}



.news-banner {
	width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 0 2%;
}

.news-banner-img{
	width: 48%;
}

.news-banner-img img{
	width: 100%;
	border: 1px solid var(--color_font);
	border-radius: 10px;
}

@media screen and (max-width: 500px) {

.news-banner {
    display: block;
}
	
.news-banner-img {
    max-width: 330px;
    width: 100%;
    margin: 0 auto 15px auto;
}
	
	
.news-banner-img img {
    border-radius: 8px;
}

}




/* topics
============================================================ */

.topics {
    position: relative;
}

.topics-top-img{
	position: relative;
    z-index: 1;
	height: 30em;
    object-fit: cover;
    font-family: "object-fit: cover;";
}



.topics-top-img img{
	width: 100%;
}

.topics-contents-wrap{
/*	overflow: hidden;*/
	position: relative;
    z-index: 2;
    margin-top: -150px;
}


.topics-contents {
	padding-top: 170px;
	background-image: url(../images/dekigoto_bottom.png), url(../images/dekigoto_top.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, top center;
    background-size: 100%, 100%;
	border-top-right-radius: 1000px 200px;
    border-top-left-radius: 1000px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
	background-color: var(--color_main);

}


@media screen and (max-width: 900px) {
	
.topics-contents {
	background-image: url(../images/dekigoto_bottom_sp.png), url(../images/dekigoto_top_sp.png);
	}
	
}


.topics .top-inner {
	padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
.topics .top-inner {
    padding-bottom: 70px;
}
}


.topics .topics-hl{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    z-index: 99;
}

.topics .topics-hl .topics-hlInner{
    display: block;
    width: 100%;
    max-width: 350px;
    animation: float 4s ease-in-out infinite;
}

.topics .topics-hl .topics-hlInner img{
    display: block;
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1024px) {
	
.topics-top-img {
    height: 25em;
	}
	
	
.topics .topics-hl .topics-hlInner{
    max-width: 260px;
}
	
.topics-contents {
    padding-top: 120px;
	}
	
}


@media screen and (max-width: 630px) {
	
.topics-top-img {
        height: 20em;
    }
	
.topics-contents {
        padding-top: 90px;
    }
	
    .topics .topics-hl .topics-hlInner{
        max-width: 210px;
    }
}


@media screen and (max-width: 440px) {
.topics-top-img img {
    height: 15em;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
}



@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.topics-select {
    text-align: center;
}

.topics-list {
    margin-top: 40px;
}

.topics-list ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px 30px;
}


.topics-list ul li{
	display: flex;
    flex-direction: column;
    gap: .5rem 0;
    width: calc(100% / 3 - (30px * 2 / 3));
    background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 770px) {
.topics-list ul li {
    width: calc(100% / 2 - (30px * 2 / 3));
}

.topics-list ul {
    gap: 36px 40px;
}
	
}


@media screen and (max-width: 620px) {
    .topics-list ul {
        gap: 30px 22px;
    }
	
	.topics-list ul li {
        width: calc(100% / 2 - (17px * 2 / 3));
    }
}




span.thumb {
    margin-bottom: 10px;
}

span.thumb img{
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: 13em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 840px) {
	
span.thumb img{
	height: 10em;
}
	
}

@media screen and (max-width: 410px) {
    span.thumb img {
        height: 8em;
    }
}


.topics-list ul li span.list-category-mark{
	width: fit-content;
	margin: 0 20px;
}

.topics-list ul li span.date {
    line-height: 90%;
    font-size: 85%;
    color: #7e7e7e;
	margin: 5px 20px 0 20px;
}

.topics-list ul li span.title {
    line-height: 150%;
    font-weight: bold;
	margin: 0 20px 20px 20px;
}



@media screen and (max-width: 500px) {
	
.topics-list ul {
        gap: 20px 20px;
    }
	
.topics-list ul li {
        width: calc(100% / 2 - (15px * 2 / 3));
    }
	
span.thumb {
    margin-bottom: 5px;
}

.topics-list ul li span.list-category-mark {
    margin: 0 10px;
    font-size: 11px;
    padding: 0px 12px;
}
	
.topics-list ul li span.date {
    margin: 2px 10px 0 10px;
}
	
.topics-list ul li span.title {
    margin: 0 10px 15px 10px;
}
	
}
.topics .more{
	text-align: center;
    margin-top: 50px;
}

.topics .more a {
    color: var(--color_font);
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    letter-spacing: 0px;
    transition: all 0.2s ease-in-out;
    margin-left: 0;
    background-position: right 14px center;
    background-size: 8px;
    padding: 9px 38px 9px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


.topics .more a:hover {
	transition: all 0.2s ease-in-out;
	background-position: right 10px center;
}




/* selectbox
============================================================ */


.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 230px;
    width: 100%;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #666666;
    border-radius: 25px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}





/* top-recruit
============================================================ */

.top-recruit {
    background-image: url(../images/recruit_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    width: 100%;
    height: 35em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /* position: relative; */
    display: flex;
    align-items: center;
}



@media screen and (max-width: 2380px) {
	
.top-recruit {
    height: 25em;
	}
	
}


@media screen and (max-width: 1220px) {
.top-recruit {
    background-size: cover;
    background-position: top center;
}
}


@media screen and (max-width: 800px) {
.top-recruit {
	height: 20em;
}
}


@media screen and (max-width: 740px) {
    .top-recruit {
        background-image: url(../images/recruit_bg_sp.jpg);
        background-size: cover;
        background-position: bottom center;
        width: 100%;
        height: 55em;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
}


@media screen and (max-width: 640px) {
    .top-recruit {
        height: 48em;
	}
}

@media screen and (max-width: 490px) {
    .top-recruit {
        height: 38em;
    }
}

@media screen and (max-width: 420px) {
    .top-recruit {
        height: 35em;
    }
}



.top-recruit-btn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    /* height: inherit; */
    display: flex;
    align-items: center;
    justify-content: end;
}


@media screen and (max-width: 1100px) {
    .top-recruit-btn {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1024px) {
.top-recruit-btn {
        padding: 0 20px;
    }
}


@media screen and (max-width: 740px) {
    .top-recruit-btn {
        text-align: center;
        align-items: start;
        justify-content: center;
        padding: 40px 20px 0 20px;
		height: inherit;
    }
}


@media screen and (max-width: 420px) {
    .top-recruit-btn {
        padding: 10px 20px 0 20px;
    }
}


.top-recruit-btn img {
    width: 100%;
    max-width: 450px;
    position: relative;
    top: 0;
}



@media screen and (max-width: 1340px) {
    .top-recruit-btn img {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .top-recruit-btn img {
        width: 75%;
    }
}

@media screen and (max-width: 800px) {

.top-recruit-btn img {
        width: 55%;
    }
}



@media screen and (max-width: 740px) {
    .top-recruit-btn img {
        width: 90%;
    }
}


@media screen and (max-width: 490px) {
    .top-recruit-btn img {
        width: 70%;
    }
}
@media screen and (max-width: 420px) {
    .top-recruit-btn img {
        width: 90%;
    }
}



/* f-banner
============================================================ */


.f-banner{}

.f-banner ul{
	width: 100%;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 0 2%;
}

.f-banner ul li{
    width: 18%;
    border-radius: 10px;
	background-color: #fff;
}

.f-banner ul li img{
	width: 100%;
    border-radius: 10px;
    background-color: #fff;
    height: 6em;
    object-fit: contain;
    font-family: 'object-fit: cover;';	
	border: 1px solid var(--color_font);
}

@media screen and (max-width: 630px) {
	
	
#lay-footer .lay-footer-inner {
    padding: 40px 0 60px 0;
}
	
.f-banner ul {
    justify-content: center;
    gap: unset;
}

.f-banner ul li {
    width: 29%;
    margin: 2%;
}

}


@media screen and (max-width: 480px) {
.f-banner ul li img {
    height: 4em;
}
}


