@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


/* Size */
.fs-0 {
  font-size: 0px;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-34 {
  font-size: 3.4rem;
}
.fs-36 {
  font-size: 3.6rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-72 {
  font-size: 7.2rem;
}

.fs-82 {
  font-size: 8.2rem;
}
.fs-96 {
  font-size: 9.6rem;
}


@media screen and (max-width:1200px) {
  .fs-16 {
    font-size: 1.4rem;
  }

  .fs-18 {
    font-size: 1.6rem;
  }

  .fs-20 {
    font-size: 1.8rem;
  }

  .fs-24 {
    font-size: 2rem;
  }

  .fs-28 {
    font-size: 2.4rem;
  }

  .fs-34 {
    font-size: 2.8rem;
  }
  .fs-36 {
    font-size: 3rem;
  }

  .fs-42 {
    font-size: 3.4rem;
  }

  .fs-72 {
    font-size: 5.2rem;
  }
    
  .fs-82 {
    font-size: 5rem;
  }
  .fs-96 {
    font-size: 5rem;
  }


}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  .fs-18 {
    font-size: 1.4rem;
  }

  .fs-20 {
    font-size: 1.6rem;
  }

  .fs-24 {
    font-size: 1.8rem;
  }

  .fs-28 {
    font-size: 2rem;
  }

  .fs-34 {
    font-size: 2.4rem;
  } 
   .fs-36 {
    font-size: 2.6rem;
  }

  .fs-42 {
    font-size: 2.8rem;
  }

  .fs-72 {
    font-size: 4.2rem;
  }
   
  .fs-82 {
    font-size: 4.4rem;
  }
  .fs-96 {
    font-size: 4.6rem;
  }

}
@media screen and (max-width:576px) {
  .fs-16 {
    font-size: 1.3rem;
  }

  .fs-18 {
    font-size: 1.2rem;
  }

  .fs-20 {
    font-size: 1.4rem;
  }

  .fs-24 {
    font-size: 1.6rem;
  }

  .fs-28 {
    font-size: 1.8rem;
  }

  .fs-xs-10 {
    font-size: 1rem;
  }

  .fs-xs-12 {
    font-size: 1.2rem;
  }

  .fs-xs-13 {
    font-size: 1.3rem;
  }

  .fs-xs-14 {
    font-size: 1.4rem;
  }

  .fs-xs-16 {
    font-size: 1.6rem;
  }

  .fs-xs-18 {
    font-size: 1.8rem;
  }

  .fs-xs-20 {
    font-size: 2rem;
  }

  .fs-xs-24 {
    font-size: 2.4rem;
  }

  .fs-xs-28 {
    font-size: 2.8rem;
  }

}

/* Weight */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}


.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes opacityAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.firemeiste {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #444;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-40 {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .fs-40 {
    font-size: 3.2rem;
  }
  .fs-32 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-40 {
    font-size: 2.6rem;
  }
  .fs-32 {
    font-size: 2.2rem;
  }
}
.firemeiste .container {
  max-width: 1712px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.firemeiste .sec01 {
  width: 100%;
  height: 100vh;
  background: url(../img/main_vis.jpg) no-repeat center top fixed #ffffff;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.firemeiste .sec01 img {
  display: block;
  width: 52%;
  max-width: 880px;
}

.firemeiste .sec01 h2 {
  font-weight: bold;
  text-align: center;
  color: #fefbf6;
  margin-top: 76px;
  margin-bottom: 16px;
}

.firemeiste .sec01 h2 span {
  font-weight: 400;
}

.firemeiste .sec01 p {
  color: #fefbf6;
  text-align: center;
  font-weight: 600;
}

.firemeiste .sec02 {
  padding: 160px 0;
  background: #f9f9f9 url(../img/sec02_bg.jpg) no-repeat right bottom/cover;
}

.firemeiste .sec02 span {
  display: block;
  color: #f17043;
  font-weight: bold;
}

.firemeiste .sec02 .container {
  max-width: 868px;
}

.firemeiste .sec02 .top-box h3 {
  margin-top: 14px;
  color: #000;
}

.firemeiste .sec02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.firemeiste .sec02 li span {
  line-height: 1;
  padding-bottom: 14px;
  border-bottom: 3px solid #f17043;
  margin-bottom: 20px;
}

.firemeiste .sec02 li p {
  color: #111;
  font-weight: 500;
  line-height: 1;
}

.firemeiste .sec02 p {
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #444;
}

.firemeiste .sec03 {
  padding: 194px 0;
  background: url(../img/sec03.jpg) no-repeat top center/cover;
}
.firemeiste .sec03 h3 {
  margin-bottom: 80px;
}
.firemeiste .sec03 .list-item {
  padding: 80px 110px;
  border: 1px solid #593f2e;
  background-color: #6f5644;
  border-radius: 20px;
}
.firemeiste .sec03 .list-item ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 130px;
       column-gap: 130px;
  color: #ffffff;
}
.firemeiste .sec03 .list-item span {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  background-image: linear-gradient(to top, #f79547, #f37042);
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
.firemeiste .sec03 .list-item h4 {
  font-weight: bold;
  margin-bottom: 30px;
}
.firemeiste .sec03 .list-item p {
  color: #e7e7e7;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.firemeiste .sec04 {
  padding: 160px 0;
}
.firemeiste .sec04 h3 {
  text-align: center;
  color: #f17043;
  font-weight: bold;
  margin-bottom: 115px;
}
.firemeiste .sec04 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firemeiste .sec04 .item + .item {
  margin-top: 240px;
}
.firemeiste .sec04 .item .img-box {
  position: relative;
  height: 400px;
  width: 800px;
  border-radius: 40px;
  background: #fef0ec;
}
.firemeiste .sec04 .item .img-box img {
  position: absolute;
}
.firemeiste .sec04 .item .img-box.img-box01 img {
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 0 40px 40px;
}
.firemeiste .sec04 .item .img-box.img-box02 img {
  width: 100%;
  left: 0;
  bottom: 0;
}
.firemeiste .sec04 .item .text-box {
  width: calc(100% - 960px);
}
.firemeiste .sec04 .item h4 {
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1;
}
.firemeiste .sec04 .item p {
  color: #444;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.firemeiste .title-line {
  display: flex;
  align-items: center;
  gap: 20px;
}
.firemeiste .title-line img {
  width: 73px;
  display: block;
}
.firemeiste .title-line .line {
  display: block;
  width: 144px;
  height: 1px;
  background-color: #f79447;
}
.firemeiste .sec05 {
  padding: 120px 0 140px;
  background-image: linear-gradient(to top, #fcd8bb, #fef4ed);
}
.firemeiste .sec05 .item {
  display: flex;
  justify-content: space-between;
}
.firemeiste .sec05 .item .title-line {
  margin-bottom: 40px;
}
.firemeiste .sec05 .item .text-box {
  min-width: 492px;
}
.firemeiste .sec05 .item h3 {
  color: #010101;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.firemeiste .sec05 .item p {
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: left;
  color: #010101;
}
.firemeiste .sec05 .item .item-img {
  display: block;
  width: calc(100% - 500px);
}
.firemeiste .sec06 {
  padding: 160px 0;
  background-image: linear-gradient(to top, #fef4ed, #ffffff);
}
.firemeiste .sec06 .text-box {
  text-align: center;
  margin-bottom: 80px;
}
.firemeiste .sec06 .text-box h3 {
  font-family: "Montserrat", sans-serif;
  color: #f17043;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
}
.firemeiste .sec06 .text-box p {
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #000000;
}
.firemeiste .sec06 ul {
  display: flex;
  gap: 120px;
}
.firemeiste .sec06 li {
  flex: 1;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  background: url(../img/sec06_itembg.png) no-repeat center/cover;
}
.firemeiste .sec06 li p {
  font-weight: bold;
}
.firemeiste .sec06 li span {
  display: block;
  font-weight: 500;
}
.firemeiste .sec07 {
  padding: 160px 0;
  background-color: #f9f9f9;
}
.firemeiste .sec07 h3 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 80px;
  color: #f17043;
}
.firemeiste .sec07 h2 {
  font-size: 16rem;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
.firemeiste .sec07 .fw-list {
  display: flex;
  gap: 120px;
  align-items: center;
  margin-bottom: 54px;
}
.firemeiste .sec07 .color-list {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 60fr 60fr 24fr 24fr;
  color: #fff;
}
.firemeiste .sec07 .color-list .item {
  padding: 140px 10px 40px 40px;
}
.firemeiste .sec07 .color-list .item p {
  margin-bottom: 16px;
  line-height: 1;
  font-weight: bold;
}
.firemeiste .sec07 .color-list .item span {
  display: block;
  line-height: 1;
  font-weight: 400;
}
.firemeiste .sec07 .color-list .item03 {
  color: #262626;
}
.firemeiste .sec08 {
  padding: 160px 0;
}
.firemeiste .sec08 h3 {
  font-weight: bold;
  text-align: center;
  color: #f17043;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 80px;
}
.firemeiste .sec08 .sub-title {
  margin-bottom: 40px;
}
.firemeiste .sec08 .sub-title h4 {
  font-size: 2.8rem;
  margin-top: 36px;
  line-height: 1;
}
.firemeiste .sec08 .slogan-wrap {
  margin-bottom: 184px;
}
.firemeiste .sec08 .slogan-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px;
}
.firemeiste .sec08 .slogan-wrap ul li {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.02em;
  border-radius: 40px;
}
.firemeiste .sec08 .slogan-wrap ul li .item {
  text-align: center;
  padding: 86px 20px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-image: linear-gradient(to top, #f79545, #f26f3c);
  border-radius: 40px;
}
.firemeiste .sec08 .slogan-wrap ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 0 0 40px 40px;
  background: #f2a680;
  position: absolute;
  left: 0;
  bottom: -32px;
  z-index: -1;
}
.firemeiste .sec08 .slogan-wrap ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 0 0 40px 40px;
  background: #f1c9a8;
  position: absolute;
  left: 0;
  bottom: -64px;
  z-index: -2;
}
.firemeiste .sec08 .value-wrap + .value-wrap {
  margin-top: 120px;
}
.firemeiste .sec08 .value-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
}
.firemeiste .sec08 .value-wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  background-color: #fef0ec;
  border-radius: 250px;
}
.firemeiste .sec08 .value-wrap ul li + li::before {
  content: "";
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  left: 10px;
  transform: translateX(-100%);
  top: 50%;
  opacity: 0;
  transition-delay: 0.3s;
  transition: 1s ease-in-out;
}
.firemeiste .sec08 .value-wrap ul li + li.on::before {
  opacity: 1;
}
.firemeiste .sec08 .value-wrap ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 5;
  border-radius: 250px;
}
.firemeiste .sec08 .value-wrap ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 34px;
  text-align: center;
}
.firemeiste .sec08 .value-wrap ul li .item h4 {
  color: #f37042;
  line-height: 1.3;
}
.firemeiste .sec08 .value-wrap ul li .item h4 span {
  color: #222;
}
.firemeiste .sec08 .value-wrap ul li .item p {
  line-height: 1.4;
}
.firemeiste .sec09 h3 {
  font-weight: bold;
  text-align: center;
  color: #f17043;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 80px;
}
.firemeiste .sec09 img {
  width: 50%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.firemeiste .sec09 p {
  text-align: center;
  color: #000000;
  margin-top: 54px;
  line-height: 1.6;
}
.firemeiste .sec10 {
  padding: 80px 0 160px;
}
.firemeiste .sec10 .sub-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.firemeiste .sec10 .sub-title h4 {
  font-size: 2.8rem;
  margin-top: 36px;
  line-height: 1;
}
.firemeiste .sec10 .list-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 200px;
       column-gap: 200px;
}
.firemeiste .sec10 .list-item .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.firemeiste .sec10 .list-item .item .logo-img {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 210px;
  margin-top: 54px;
}
.firemeiste .sec10 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 120px;
}
.firemeiste .sec10 ul li img {
  width: 100%;
  display: block;
}
.firemeiste  .sec11{
padding: 110px 16px;
background: #000;
color: #fff;
font-size: 2rem;
font-weight: 600;
text-align: center;

}
@media screen and (max-width: 1600px) {
  .firemeiste .sec03 .list-item ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .firemeiste .sec04 h3 {
    margin-bottom: 160px;
  }
  .firemeiste .sec10 .list-item .item .logo-img {
    margin-left: 30px;
    margin-top: 40px;
  }
  .firemeiste .sec06 ul {
    gap: 60px;
  }
  .firemeiste .sec07 .color-list .item {
    padding: 140px 10px 40px 20px;
  }
  .firemeiste .sec04 .item .img-box {
    width: 600px;
    height: 300px;
  }
  .firemeiste .sec04 .item .text-box {
    width: calc(100% - 660px);
  }
}
@media screen and (max-width: 1200px) {
  .firemeiste .sec03 .list-item {
    padding: 60px 40px;
    border-radius: 20px;
  }
  .firemeiste .sec06 ul {
    gap: 32px;
  }
  .firemeiste .sec06 ul li {
    gap: 16px;
  }
  .firemeiste .sec07 h2 {
    font-size: 14rem;
  }
  .firemeiste .sec07 .fw-list {
    gap: 40px;
  }
  .firemeiste .sec08 .slogan-wrap ul {
    gap: 32px;
  }
  .firemeiste .sec10 .list-item .item .logo-img {
    width: 80%;
  }
  .firemeiste .sec08 .slogan-wrap ul li .item {
    padding: 70px 16px;
  }
  .firemeiste .sec08 .value-wrap ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .firemeiste .sec08 .value-wrap ul li .item {
    row-gap: 20px;
  }
  .firemeiste .sec08 .value-wrap ul li + li::before {
    width: 80px;
  }
  .firemeiste .sec10 .list-item {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .firemeiste .sec08 .sub-title h4,
  .firemeiste .sec10 .sub-title h4 {
    font-size: 2.2rem;
  }.firemeiste  .sec11{
padding:60px 16px;
background: #000;
color: #fff;
font-size: 1.8rem;
font-weight: 600;
text-align: center;

}
}
@media screen and (max-width: 1024px) {
  .firemeiste .sec04 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 32px;
  }
  .firemeiste .sec04 .item .img-box {
    width: 80%;
    height: 300px;
    max-width: 600px;
  }
  .firemeiste .sec04 .item .text-box {
    width: 100%;
  }
  .firemeiste .sec04 .item + .item {
    flex-direction: column-reverse;
    margin-top: 140px;
  }
  .firemeiste .sec05 .item {
    flex-direction: column;
    row-gap: 32px;
  }
  .firemeiste .sec05 .item + .item {
    flex-direction: column-reverse;
  }
  .firemeiste .sec05 .item .item-img {
    width: 100%;
  }
  .firemeiste .sec07 h2 {
    font-size: 10rem;
  }
  .firemeiste .sec07 .color-list .item {
    padding: 100px 10px 20px 20px;
  }
  .firemeiste .sec07 .color-list {
    grid-template-columns: 1fr 1fr;
  }
  .firemeiste .sec08 .value-wrap ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .firemeiste .sec08 .value-wrap ul li + li::before {
    width: 64px;
  }
  .firemeiste .sec08 .value-wrap ul li::after {
    top: -6px;
    left: -6px;
  }
  .firemeiste .sec08 .value-wrap ul li .item {
    row-gap: 10px;
  }
  .firemeiste .sec05 .item h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .firemeiste .sec08 .sub-title h4,
  .firemeiste .sec10 .sub-title h4 {
    font-size: 2rem;
  }
  .firemeiste .sec01 h2 {
    margin-top: 40px;
  }
  .firemeiste .sec02 {
    padding: 60px 0;
  }
  .firemeiste .sec02 ul {
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .firemeiste .sec03 {
    padding: 60px 0;
  }
  .firemeiste .sec03 .list-item ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .firemeiste .sec03 h3 {
    margin-bottom: 40px;
  }
  .firemeiste .sec03 .list-item span {
    font-family: "Montserrat", sans-serif;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f79547, #f37042);
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
  }
  .firemeiste .sec03 .list-item h4 {
    margin-bottom: 20px;
  }
  .firemeiste .sec03 .list-item p br {
    display: none;
  }
  .firemeiste .sec04 {
    padding: 60px 0;
  }
  .firemeiste .sec04 .item .img-box {
    width: 90%;
    aspect-ratio: 4/2;
    height: auto;
    border-radius: 20px;
  }
  .firemeiste .sec04 h3 {
    margin-bottom: 110px;
  }
  .firemeiste .sec05 {
    padding: 60px 0;
  }
  .firemeiste .sec06 {
    padding: 60px 0;
  }
  .firemeiste .sec06 ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .firemeiste .sec06 ul li {
    max-width: 600px;
    width: 100%;
  }
  .firemeiste .sec07 {
    padding: 60px 0;
  }
  .firemeiste .sec08 {
    padding: 60px 0;
  }
  .firemeiste .sec08 .slogan-wrap ul {
    grid-template-columns: 1fr;
    row-gap: 100px;
  }
  .firemeiste .sec08 .value-wrap ul {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .firemeiste .sec08 .value-wrap ul li + li::before {
    content: "";
    width: 2px;
    height: 140px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateY(-100%);
    top: 20px;
  }
  .firemeiste .sec09 p br {
    display: none;
  }
  .firemeiste .sec10 .list-item {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .firemeiste .sec10 .list-item .item .logo-img {
    max-width: 500px;
    margin: 0 auto;
  }
  .firemeiste .sec10 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 60px;
  }
  .firemeiste .sec10 {
    padding: 60px 0;
  }
  .firemeiste .sec05 .item .text-box {
    width: 100%;
    min-width: 100%;
  }
  .firemeiste .sec07 .fw-list {
    gap: 20px;
    flex-wrap: wrap;
  }

  .firemeiste  .sec11{
padding:40px 16px;
background: #000;
color: #fff;
font-size: 1.4rem;
font-weight: 600;
text-align: center;

}
}
@media screen and (max-width: 576px) {
  .firemeiste .sec07 h2 {
    font-size: 4rem;
  }
  .firemeiste .sec07 .color-list {
    margin-top: 40px;
  }
  .firemeiste .sec02 ul {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .firemeiste .sec01 img {
    width: 80%;
  }
}
@media screen and (max-width: 370px) {
  .firemeiste .sec04 h3 {
    margin-bottom: 70px;
  }
  .firemeiste .sec04 .item .img-box {
    width: 100%;
  }
  .firemeiste .sec08 .value-wrap ul {
    gap: 40px;
  }
  .firemeiste .sec08 .value-wrap ul li + li::before {
    content: "";
    width: 2px;
    height: 80px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateY(-100%);
    top: 20px;
  }
  .firemeiste .sec04 .item + .item {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
}