@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  --mi_green: #4e3d29;
  --mi_black: #111;
  --white: #fff;
  --dark: #100f0f;
  --white2: #fbfbfb;
  --mi_green2: #4e3d29;
  --size_p: 19px;
}

.slide_img {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.title_box h2 {
  font-size: 50px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.title_box h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 500px;
  height: 2px;
  background: var(--white);
}

.title_box h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
}

#company {
  padding: 100px 0;
  background-image: url("/theme/IDEN03/img/bg_menu.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.container_wid {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

#company .title_box {
  text-align: left;
  margin-bottom: 50px;
}

#company .title_box h2 {
  position: relative;
  font-size: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

#company .content_box {
  display: Flex;
  justify-content: space-between;
}

#company .content_box .img_box {
  width: 45%;
}

#company .content_box .img_box img {
  width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#company .txt_box {
  width: 50%;
  font-size: 19px;
  color: #333;
  line-height: 1.6em;
  padding-top: 50px;
}

#company .txt_box strong {
  display: block;
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.menu_box {
  overflow: hidden;
  position: relative;
}

.menu_img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 25px;
}

.menu_title {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.menuSwiper {
  position: relative;
}

.menu_desc {
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.menu_desc span {
  color: #ff2d2d;
}

.menuSwiper .swiper-slide {
  padding: 30px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.8);
}

.lunch_menu_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.lunch_box {
  width: calc(33% - 16px);
  text-align: center;
  padding: 30px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease;
  color: #fff;
}
.lunch_box h4 {
  font-size: 28px;
  /* color:#fff; */
  margin-bottom: 10px;
}
.lunch_box p {
  font-size: 18px;
  /* color:#fff; */
  word-break: keep-all;
}
.lunch_box:hover {
  background: #b01d22;
}

@media screen and (max-width: 1400px) {
  #company .txt_box .pc {
    display: none;
  }
  #company .txt_box {
    padding-right: 15px;
  }
  #company .title_box {
    padding-left: 15px;
  }
  #company .txt_box {
    padding-top: 0px;
  }
  #company .content_box {
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  #company .title_box h2 {
    font-size: 40px;
  }
  #company .txt_box {
    font-size: 17px;
  }
  #company .txt_box strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 992px) {
  #company .container_wid {
    flex-direction: column;
    padding: 0 15px;
  }
  #company .title_box {
    width: 100%;
    color: #0095bc;
    background: transparent;
    text-align: left;
    padding: 30px 0;
  }
  #company .txt_box {
    width: 100%;
    padding: 0 10px;
  }
  #company .txt_box strong br {
    display: none;
  }
  #company .content_box {
    flex-direction: column;
    gap: 25px;
  }
  #company .content_box .img_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lunch_menu_box {
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  #company {
    padding: 40px 0;
  }
  #company .title_box h2 {
    font-size: 30px;
  }
  #company .title_box {
    padding: 0 0 20px 0;
    margin-bottom: 0;
  }
  #company .txt_box {
    font-size: 17px;
  }
  .menu_title {
    font-size: 26px;
    word-break: keep-all;
  }
  .menu_desc {
    font-size: 22px;
  }
  .lunch_box {
    width: calc(33% - 7px);
    padding: 10px;
  }
  .lunch_box h4 {
    font-size: 14px;
  }
  .lunch_box p {
    font-size: 13px;
  }
}
.brand {
  padding: 90px 0;
  background-color: var(--dark);
}

.brand2 {
  background-color: var(--white2);
  padding: 90px 0;
}

.brand_img {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px double var(--mi_green);
}
.brand_img img {
  display: block;
  max-width: 300px;
}

.brand_text {
  padding: 40px 0;
}
.brand_text p {
  font-size: 19px;
  text-align: center;
  color: var(--white);
  line-height: 1.4;
}
.brand_text p span.small {
  font-size: 90%;
}
.brand_text b {
  display: block;
  font-size: 20px;
  text-align: center;
  color: var(--white);
  font-family: BMEULJIRO, sans-serif;
  font-weight: normal;
  margin-top: 30px;
}

.brand_about {
  padding: 80px 0 0 0;
}

.brand_flex_about {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.brand_flex_about.rev {
  flex-direction: row-reverse;
}

.brand_flex_i {
  width: calc(50% - 10px);
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
}
.brand_flex_i.greenbox {
  background: var(--mi_green);
  padding: 40px;
}
.brand_flex_i.blackbox {
  background: var(--mi_black);
  padding: 40px;
}
.brand_flex_i img {
  display: block;
  width: 100%;
}
.brand_flex_i h3 {
  font-size: 32px;
  color: var(--white);
  margin-bottom: 30px;
  font-weight: normal;
}
.brand_flex_i p {
  font-size: 19px;
  color: var(--white);
  word-break: keep-all;
  line-height: 1.4;
}

#menu {
  padding: 90px 0;
  /* background: #000; */
  color: #ffffff;
  background-color: var(--dark);
}

#menu .container_wid {
  text-align: Center;
}

.menu_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
.menu_flex .menu_in {
  background: #efefef;
  padding: 20px;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid #efefef;
}
.menu_flex .menu_in img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.menu_flex .menu_in h3 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: var(--mi_green2);
}
.menu_flex .menu_in .in_detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
  opacity: 0;
}
.menu_flex .menu_in .in_detail h4 {
  font-size: 24px;
  color: var(--mi_green2);
}
.menu_flex .menu_in .in_detail .in_line {
  display: block;
  width: 100%;
  height: 4px;
  margin: 25px auto;
  background: var(--mi_green2);
}
.menu_flex .menu_in .in_detail p {
  font-size: 19px;
  color: #333;
}
.menu_flex .menu_in:hover {
  border-color: #ccc;
}
.menu_flex .menu_in:hover .in_detail {
  opacity: 1;
}

.menu_flex.menu2 .menu_in {
  width: calc(50% - 10px);
  border-radius: 15px;
  overflow: hidden;
}

.menu_flex.menu3 .menu_in {
  width: calc(33% - 10px);
}

.menu_flex.menu4 .menu_in {
  width: calc(25% - 15px);
}

.fran_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 75px auto;
}

.fran_box {
  width: calc(33% - 9px);
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: 1px solid #ddd;
}
.fran_box h4 {
  font-size: 28px;
  font-weight: normal;
  color: var(--mi_green);
  text-align: center;
}
.fran_box img {
  display: block;
  width: 100%;
  margin: 30px auto;
}
.fran_box p {
  font-size: 19px;
  line-height: 29px;
}

.interiorSwiper .swiper-slide img {
  display: block;
  width: 100%;
}

.profit_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.profit_i {
  width: calc(50% - 10px);
  padding: 50px;
  border-radius: 15px;
  background: rgba(253, 253, 253, 0.6);
}
.profit_i p {
  font-size: 20px;
  line-height: 32px;
  word-break: keep-all;
  text-align: center;
}
.profit_i p b {
  font-size: 30px;
}
.profit_i p span {
  display: block;
  position: relative;
}
.profit_i p span.profit_span {
  font-size: 120%;
  font-weight: bold;
  color: red;
}

.review_area {
  position: relative;
  margin-top: 70px;
  padding: 70px 0;
  height: 600px;
}

img.phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 314px;
}
img.phone.topcover {
  z-index: 5;
}

.swiper-container_review {
  padding-top: 40px;
}

.swiper-container_review .swiper-slide {
  transition: 0.3s ease;
}

.swiper-container_review .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-container_review .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.6;
}

#business .title_box p {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 60px;
}

#business .content_box {
  display: flex;
  font-size: 17px;
  flex-wrap: Wrap;
  gap: 2%;
}

#business .content_box li {
  background: rgba(0, 149, 188, 0.7);
  padding: 0 0 20px 0px;
  transition: all 0.5s 0.1s;
  width: 32%;
}

#business .content_box li strong {
  display: block;
  font-size: 1.9em;
  margin: 25px 0;
  line-height: 1.3em;
  color: #fff;
  transition: all 0.5s 0.1s;
}

#business .content_box li p {
  margin-bottom: 30px;
  padding: 0 50px;
}

#business .content_box li img {
  width: 100%;
}

#business .content_box li:hover {
  background: #fff;
  color: #333;
}

#business .content_box li:hover strong {
  color: #111;
}

#business .content_box li:nth-child(1),
#business .content_box li:nth-child(2),
#business .content_box li:nth-child(3) {
  margin-bottom: 40px;
}

.brand_flex {
  display: flex;
  gap: 30px;
  margin: 80px auto;
  overflow: hidden;
}
.brand_flex.rev {
  flex-direction: row-reverse;
}

.brand_02_area {
  margin: 80px auto;
}

.brand_02_box h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: bold;
}

.brand_box {
  width: 50%;
  text-align: left;
}
.brand_box img {
  display: block;
  width: 100%;
  border-radius: 25px;
}
.brand_box h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: bold;
}
.brand_box p {
  font-size: 20px;
  word-break: keep-all;
}
.brand_box:last-child {
  padding-left: 60px;
}

.brand_02_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.brand_02_flex_box {
  width: calc(50% - 15px);
  padding: 40px;
  border-radius: 25px;
  background: #fff;
  text-align: left;
}
.brand_02_flex_box i {
  color: red;
  font-size: 42px;
  margin-bottom: 10px;
}
.brand_02_flex_box .brand_02_logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.brand_02_flex_box h4 {
  color: #cd1017;
  font-size: 28px;
  margin-bottom: 25px;
}
.brand_02_flex_box p {
  font-size: 20px;
  word-break: keep-all;
  color: #111;
}

.brand_flex.rev .brand_box:first-child {
  padding-right: 60px;
}

.brand_flex.rev .brand_box:last-child {
  padding-left: 0;
}

@media screen and (max-width: 1400px) {
  #business .title_box {
    position: static;
    margin-bottom: 40px;
  }
  #business .container_wid {
    padding: 0 15px;
  }
  #business .content_box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #business .title_box h2 {
    font-size: 40px;
  }
  #business .title_box p {
    font-size: 19px;
    padding: 0 30px;
  }
  #business .content_box li strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 992px) {
  #business .title_box h2:after {
    right: inherit;
    width: 40px;
    height: 40px;
  }
  #business .content_box li {
    width: 49%;
  }
  #business .content_box li:nth-child(4) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .brand_flex {
    flex-direction: column;
    margin: 50px auto;
  }
  .brand_flex.rev {
    flex-direction: column;
  }
  .brand_02_area {
    margin: 70px auto;
  }
  .brand_box {
    width: 100%;
    text-align: left;
  }
  .brand_box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .brand_box p {
    font-size: 17px;
  }
  .brand_box:last-child {
    padding-left: 0;
  }
  .brand_02_box h3 {
    font-size: 24px;
  }
  .brand_flex.rev .brand_box:first-child {
    padding-right: 0px;
  }
  .brand_02_flex {
    flex-direction: column;
  }
  .brand_02_flex_box {
    width: 100%;
    padding: 20px;
  }
  .brand_02_flex_box i {
    font-size: 30px;
  }
  .brand_02_flex_box h4 {
    font-size: 24px;
  }
  .brand_02_flex_box p {
    font-size: 17px;
  }
}
@media screen and (max-width: 550px) {
  #business {
    padding: 40px 0 40px 0;
  }
  #business .title_box p {
    font-size: 15px;
  }
  #business .title_box p br {
    display: none;
  }
  #business .title_box h2 {
    font-size: 30px;
  }
  .title_box h2 {
    font-size: 30px;
  }
  #business .content_box {
    font-size: 17px;
    gap: 0;
  }
  #business .content_box li {
    width: 100%;
  }
  #business .content_box li strong {
    margin-bottom: 15px;
  }
  #business .content_box li:nth-child(1),
  #business .content_box li:nth-child(2),
  #business .content_box li:nth-child(3),
  #business .content_box li:nth-child(4),
  #business .content_box li:nth-child(5) {
    margin-bottom: 20px;
  }
  #business .content_box li p {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
#sec_4 {
  padding: 100px 0;
  /* background: url(/theme/IDEN03/img/business_bg.jpg) no-repeat center center / cover; */
  background: #000;
  color: #ffffff;
}

.sec_4_box {
  margin: 80px auto;
}

.sec_4_box h3 {
  font-size: 32px;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.table_area {
  width: 100%;
}
.table_area p {
  line-height: 1.6;
  text-align: right;
}

.table_sub {
  width: 100%;
  border-spacing: 0;
  color: #000;
  margin-bottom: 25px;
}

.table_sub th {
  padding: 12px 0;
  color: #111;
  border-top: 2px solid #111;
  border-bottom: 1px solid #111;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}

.table_sub tr.total {
  background: var(--mi_green2);
  color: var(--white);
  font-weight: bold;
}

.table_sub td {
  border-bottom: 1px solid #111;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.table_sub td.td_mi {
  background: rgb(237, 211, 36) !important;
  color: #000 !important;
}

.br_mobile {
  display: none;
}

.chart_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.result_h4 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: red;
}

@media screen and (max-width: 767px) {
  .br_mo {
    display: none;
  }
  .br_mobile {
    display: block;
  }
  .sec_4_box h3 {
    font-size: 24px;
  }
  #sec_4 {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 567px) {
  .table_sub th {
    font-size: 14px;
  }
  .table_sub td {
    padding: 15px 2px;
    font-size: 13px;
  }
}
.main_form {
  padding: 100px 0 100px 0;
  text-align: center;
  color: #fff;
  background-color: var(--dark);
  position: relative;
}

.main_form h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.main_form p {
  font-size: 20px;
  margin-top: 70px;
  margin-bottom: 60px;
}

.main_form strong {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.3em;
  display: block;
  margin-bottom: 75px;
}

.main_form .contact_form {
  /* position: absolute; */
  max-width: 900px;
  margin: 0 auto;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: left;
  padding: 35px 35px 20px 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 25px;
  /* z-index: 90; */
  color: #000;
}

.contact_form_top {
  /* position: absolute; */
  max-width: 900px;
  margin: 0 auto;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: left;
  padding: 75px 80px 35px 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 50px;
  /* z-index: 90; */
  color: #000;
}

.ceo_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 70px;
  overflow: hidden;
}

.ceo_box {
  width: calc(33% - 36px);
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  justify-content: space-between;
}
.ceo_box.ceotop {
  width: 50%;
  min-height: unset;
  border-radius: 50px;
  padding: 15px 30px;
  margin: 0 auto;
}
.ceo_box.ceotop h4 {
  font-size: 24px;
  font-weight: 400;
}
.ceo_box .ceo_bot {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  background: var(--mi_green2);
}
.ceo_box h4 {
  font-size: 32px;
  color: var(--mi_green2);
  margin-bottom: 20px;
  text-align: center;
}
.ceo_box p {
  font-size: 19px;
  line-height: 1.4;
  color: var(--mi_green2);
  word-break: keep-all;
}
.ceo_box h5 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.brand_flex_about.about1 .brand_flex_i {
  width: calc(45% - 10px);
}
.brand_flex_about.about1 .brand_flex_i.greenbox {
  width: calc(55% - 10px);
}

.brand_flex_about.about2 .brand_flex_i {
  width: calc(45% - 10px);
}
.brand_flex_about.about2 .brand_flex_i.blackbox {
  width: calc(55% - 10px);
}
.brand_flex_about.about2.aboutlast .brand_flex_i {
  margin-bottom: 0;
}

.brand_flex_about.about4 .brand_flex_i {
  width: calc(45% - 10px);
}
.brand_flex_about.about4 .brand_flex_i.blackbox {
  width: calc(55% - 10px);
}

.brand2 .title_box h2::after {
  background: var(--mi_black);
}

.imglist {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
}
.imglist img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 15px;
}

.fran {
  padding: 90px 0;
  background: var(--white2);
}

.fran .title_box h2::after {
  background: var(--mi_black);
}

.fran_imgbox {
  width: 100%;
  overflow: hidden;
}
.fran_imgbox img {
  width: 100%;
}

.common_subtitle {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
  margin-top: 90px;
  text-align: center;
}

.fullyellow {
  width: 100%;
  background: #fff8b3;
  overflow: hidden;
}
.fullyellow img {
  display: block;
  width: 100%;
}

.support_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.support_i {
  width: 100%;
  border-radius: 100px;
  padding: 10px 75px 10px 10px;
  display: flex;
  gap: 30px;
  align-items: center;
  border: 1px solid #ccc;
}
.support_i img {
  display: block;
  max-width: 100px;
  height: auto;
}
.support_i .dot {
  font-size: 28px;
  color: var(--mi_green2);
}
.support_i h4 {
  font-size: 24px;
  font-weight: normal;
  width: 150px;
  color: var(--mi_green2);
}
.support_i p {
  font-size: 19px;
  line-height: 1.5;
  width: 70%;
  color: var(--mi_green2);
  word-break: keep-all;
}

.brand.notice .title_box h2::after {
  background: var(--mi_black);
}

.notice_area {
  margin-top: 70px;
}

.contact_flex {
  display: flex;
  gap: 60px;
  overflow: hidden;
}

.contact_i {
  width: 50%;
  overflow: hidden;
}
.contact_i img.left_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.main_form .contact_i p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1150px) {
  .main_form h3 {
    font-size: 70px;
  }
  .main_form strong {
    font-size: 40px;
  }
  .main_form .contact_form {
    padding: 80px 50px 55px 50px;
  }
  .main_form h3 .mo {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .main_form {
    background-attachment: scroll;
  }
  .main_form .contact_form {
    padding: 30px 15px;
  }
  .main_form strong {
    padding: 0 15px;
  }
  .main_form strong .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main_form p {
    font-size: 13px;
  }
}
@media screen and (max-width: 550px) {
  .main_form {
    padding: 40px 0;
  }
  .main_form .contact_form {
    padding: 10px 15px;
    border-radius: 25px;
  }
  .main_form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main_form strong {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* mobile */
@media screen and (max-width: 992px) {
  .contact_i img.left_img {
    display: none;
  }
  .title_box h2::after {
    width: 80%;
  }
  .brand {
    padding: 40px 10px;
  }
  .brand_img img {
    max-width: 220px;
  }
  .brand_text p {
    font-size: 16px;
    word-break: keep-all;
  }
  .brand_text b {
    font-size: 22px;
  }
  .brand_flex_about {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .brand_flex_about.rev {
    flex-direction: column-reverse;
  }
  .brand_flex_i {
    width: 100%;
    margin-bottom: 0;
  }
  .brand_flex_i.greenbox {
    padding: 30px;
  }
  .brand_flex_i.blackbox {
    padding: 30px;
  }
  .brand_flex_i h3 {
    font-size: 24px;
  }
  .brand_flex_i p {
    font-size: 16px;
  }
  #menu {
    padding: 40px 10px;
    background-attachment: unset;
  }
  .menu_flex .menu_in {
    padding: 5px 5px 10px 5px;
  }
  .menu_flex .menu_in img {
    margin-bottom: 10px;
  }
  .menu_flex .menu_in h3 {
    font-size: 19px;
    word-break: keep-all;
  }
  .menu_flex .menu_in .in_detail .in_line {
    margin: 14px auto;
  }
  .menu_flex .menu_in .in_detail h4 {
    font-size: 20px;
  }
  .menu_flex .menu_in .in_detail p {
    font-size: 14px;
    word-break: keep-all;
  }
  .menu_flex.menu2 .menu_in {
    width: 100%;
  }
  .menu_flex.menu4 .menu_in {
    width: calc(50% - 10px);
  }
  .title_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    word-break: keep-all;
    font-weight: normal;
  }
  .fran_flex {
    margin: 40px auto;
  }
  .fran_box {
    width: 100%;
    padding: 15px;
  }
  .fran_box h4 {
    font-size: 22px;
  }
  .fran_box p {
    font-size: 15px;
    line-height: 22px;
  }
  .profit_flex {
    flex-direction: column-reverse;
    max-width: unset;
    width: 100%;
  }
  .profit_i {
    width: 100%;
    padding: 15px;
  }
  .profit_i p {
    font-size: 16px;
    line-height: 26px;
  }
  .swiper-container_review .swiper-slide img {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
  .ceo_box h4 {
    font-size: 24px;
    word-break: keep-all;
  }
  .ceo_box {
    width: 100%;
    min-height: auto;
    gap: 60px;
  }
  .ceo_flex {
    gap: 15px;
  }
  .ceo_box.ceotop {
    width: 100%;
    padding: 15px 10px;
  }
  .ceo_box.ceotop h4 {
    font-size: 16px;
  }
  .ceo_box p {
    font-size: 16px;
  }
  .ceo_box h5 {
    font-size: 18px;
  }
  .brand2 {
    padding: 40px 10px;
  }
  .brand_about {
    padding: 80px 0 0 0;
  }
  .brand_flex_about.about1 .brand_flex_i {
    width: 100%;
  }
  .brand_flex_about.about1 .brand_flex_i.greenbox {
    width: 100%;
  }
  .brand_flex_about.about2 .brand_flex_i {
    width: 100%;
  }
  .brand_flex_about.about2 .brand_flex_i.blackbox {
    width: 100%;
  }
  .brand_flex_about.about4 .brand_flex_i {
    width: 100%;
  }
  .brand_flex_about.about4 .brand_flex_i.blackbox {
    width: 100%;
  }
  .imglist img {
    height: auto;
  }
  .common_subtitle {
    font-size: 24px;
    margin-top: 60px;
  }
  .support_flex {
    padding: 0 10px;
  }
  .support_i {
    width: 100%;
    border-radius: 50px;
    padding: 25px 25px 25px 25px;
    gap: 15px;
    flex-direction: column;
  }
  .support_i .dot {
    font-size: 24px;
    transform: rotate(90deg);
  }
  .support_i h4 {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .support_i p {
    font-size: 16px;
    width: 100%;
  }
  .contact_flex {
    gap: 20px;
    flex-direction: column-reverse;
    padding: 0 10px;
  }
  .contact_i {
    width: 100%;
  }
  .fran {
    padding: 40px 0px;
  }
}/*# sourceMappingURL=custom.css.map */