@charset "utf-8";

.concept_box {
  width: 85.76vw;
  margin: 0 0 0 auto;

}

.open_txt {
  text-align: center;
  border-left: 16px solid #000012;
  padding: 50px 0;
  margin: 0 auto;
}

.open_txt img {
  width: 70%;
  max-width: 400px;
  vertical-align: baseline;
}

.concept_main {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/concept_bg.png);
  background-position: top center;
  padding: 48% 0;
  /* padding: 750px 0; */
  position: relative;
}

.concept_txt {
      max-width: 60px;
    position: absolute;
    left: -8%;
    bottom: -13%;
}

.concept_txt02 {
  width: 40%;
  max-width: 300px;
  position: absolute;
left: 50%;
top: 20%;
transform: translateX(-50%);
}

.concept_txt03 {
    width: 18%;
    max-width: 180px;
  position: absolute;
left: 50%;
bottom: 5%;
transform: translateX(-50%);
}

.concept_lead {
  gap: 10%;
  padding-left: 5%;
  margin: 80px auto 0;
  overflow: hidden;
}

.concept_image {
  width: 35%;
  justify-content: space-between;
}

.concept_image figure {
  width: 50%;
  align-self: flex-start;
}

.concept_image .vertical {
  max-width: 77px;
  width: 25%;
    /* font-size: 28px;
    letter-spacing: 2px;
    line-height: 1.8;
    writing-mode: vertical-rl;
    white-space: nowrap; */
}

.concept_text {
  width: 50%;
}

.concept_text .beside {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 80px;
}

.brand_box {
  padding: 100px 0 0 0;
}

.brand_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.brand_flex {
  max-width: 1000px;
 margin: 0 auto;
}

.brand_flex.end {
  align-items: flex-end;
}

.brand_flex:nth-of-type(n+2) {
  margin-top: 60px;
}


.brand_text {
  flex: 1;
}

.brand_image {
  width: 62%;
}

.brand_txt {
  width: 90%;
  max-width: 840px;
    margin: 0 0 0 auto;
}

.ranking {
  margin: 20px auto 0;
}

.rankttl {
  font-size: 60px;
  line-height: 1;

}

.rankttl .big {
display: inline-block;
    font-size: 2.5em;
    position: relative;
    bottom: -10px;
    padding: 0 5px 0 8px;
}

.ranksubttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.supplysubttl {
  font-size: 22px;
}

.supplysubttl .small_txt {
  font-size: 14px;
}

.ranklist {
  margin-top: 20px;
}

.ranklist li {
  font-size: 14px;
  letter-spacing: 2px;
}

.ranklist li:nth-of-type(n+2) {
  margin-top: 2px;
}

.brand_leben-mito {
  margin-top: 150px;
}

.brand_mark {
  max-width: 200px;
  margin: 20px 0 0 auto;
}

.achivement_box {
  padding: 200px 0 0 0;
}

.leben_achievement {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 0;
}

.achivement_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.achive_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}

.achive_item {
  position: relative;
}

.achive_item:nth-of-type(n+2) {
  margin-top: 100px;
}

.achive_item figure:nth-of-type(n+2) {
  margin-top: 30px;
}

.achive_item span.cap_txt {
  right: 0;
  bottom: -20px;
}

.placettl {
  max-width: 500px;
}

.place_kyoto .placettl {
  margin: 0 0 40px auto;
}

.place_fukuoka .placettl {
  margin: 0 auto 40px 0;
}

.place_mastsuyama .placettl {
  margin: 0 0 40px auto;
}

.next_box {
  padding: 100px 0 0 0;
}

.next_box figure {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
.concept_main {
  padding: 60% 0;
}

.concept_txt {
  max-width: 40px;
}

.concept_txt02 {
  max-width: 220px;
}

.concept_image .vertical {
  /* font-size: 20px; */
  max-width: 56px;
}

.concept_text .beside {
  font-size: 14px;
}

 .rankttl {
  font-size: 40px;
 }

 .ranksubttl {
  font-size: 16px;
 }

 .ranklist li {
  font-size: 12px;
 }

 .achive_txt {
  font-size: 14px;
 }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {
  .concept_box {
    width: 87.76vw;
  }

  .open_txt {
    border-left: 5px solid #000012;
    padding: 14px 0 9px 0;
  }

  .open_txt img {
    width: 60%;
  }

  .concept_main {
    padding: 60% 0;
  }

  .concept_txt02 {
    top: 10%;
  }

  .concept_txt {
    max-width: 20px;
    left: -10%;
    bottom: -10%;
}

.concept_lead {
  margin: 40px auto 0;
}

.concept_image {
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.concept_image figure {
  margin-right: 10%;
}

.concept_image .vertical {
  max-width: 36px;
  font-size: 18px;
}

.concept_text {
  width: 90%;
}

.concept_text .beside {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}

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

.brand_txt {
  width: 100%;
}

.brand_flex.end {
  align-items: flex-start;
}

.brand_flex.end .brand_image {
  order: 2;
}

.brand_flex.end .brand_text {
  order: 1;
}

.brand_mark {
  display: none;
}

.brand_text {
  width: 100%;
  flex: auto;
}

.brand_image {
  width: 100%;
  margin: 25px 0 0 0;
}

.ranking {
  margin: 0 auto;
}

.rankttl {
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.ranksubttl {
  font-size: 18px;
  text-align: center;
}

.supplysubttl {
  font-size: 30px;
  text-align: center;
}

.supplysubttl .small_txt {
  font-size: 16px;
}

.achivement_box {
  padding: 100px 0 0 0;
}

.leben_achievement {
  width: 100%;
}

.achive_txt {
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
}

.achive_item:nth-of-type(n+2) {
  margin-top: 60px;
}

.achive_item figure:nth-of-type(n+2) {
  margin-top: 10px;
}

.placettl {
  width: 80%;
}

.place_kyoto .placettl {
  margin: 0 0 20px auto;
}

.place_fukuoka .placettl {
  margin: 0 auto 20px 0;
}

.place_mastsuyama .placettl {
  margin: 0 0 20px auto;
}

.next_box figure {
  width: 100%;
}

}