@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*-------------------------
- base
- about_sec
-------------------------*/
/*=========================
- base
=========================*/
body {
  font-size: clamp(13px, 1.3333333333vw, 16px);
}
@media only screen and (max-width: 820px) {
  body {
    font-size: 13px;
  }
}

/*=========================
- about_sec
=========================*/
.about_sec {
  background: url("../images/common/bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  /*家系図*/
  /* 野村又三郎家が目指す狂言 */
}
.about_sec h2.ttl {
  /* font-size: 32px; */
  /* font-size: clamp(26px, 2.67vw, 32px); */
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about_sec h2.ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.about_sec .inner {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 0 96px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .about_sec .inner {
    margin-top: 62px;
    padding-bottom: 100px;
  }
}
.about_sec .inner .text_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .text_01 {
    margin-bottom: 50px;
  }
}
.about_sec .inner .text_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .text_02 {
    margin-bottom: 20px;
  }
}
.about_sec .inner .text_03 {
  font-size: 14px;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .text_03 {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.about_sec .inner .img_01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .img_01 {
    margin-bottom: 50px;
  }
}
.about_sec .history {
  background: url("../images/about/bg.png") no-repeat right 72.4%;
  background-size: 18.75% auto;
  background-attachment: fixed;
  margin: 160px 0 0;
}
@media screen and (max-width: 1250px) {
  .about_sec .history {
    background: none;
    margin: 82px 0 0;
  }
}
.about_sec .history h2.ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history h2.ttl {
    margin-bottom: 40px;
  }
}
.about_sec .history .inner {
  max-width: 100%;
  margin: 0;
  padding: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_sec .history .inner .hist_01 {
  width: 32.8125%;
  margin-right: 18.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25%;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 57px;
  }
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 {
    gap: 30px;
  }
}
.about_sec .history .inner .hist_01 .year {
  width: 60px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year {
    width: 37px;
  }
}
.about_sec .history .inner .hist_01 .year li {
  position: relative;
}
.about_sec .history .inner .hist_01 .year li:before {
  content: "";
  display: inline-block;
  background-color: var(--main_color);
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:before {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    border-radius: 50px 50px 0 0;
  }
}
.about_sec .history .inner .hist_01 .year li:first-child {
  height: 16.3895486936%;
  min-height: 365px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:first-child {
    height: 100%;
    max-height: 190px;
    min-height: 190px;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(2) {
  height: 37.2921615202%;
  min-height: 805px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:nth-child(2) {
    height: 100%;
    max-height: 455px;
    min-height: 455px;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(3) {
  height: 14.2517814727%;
  min-height: 325px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:nth-child(3) {
    height: 100%;
    max-height: 230px;
    min-height: 230px;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(4) {
  height: 20.9026128266%;
  min-height: 465px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:nth-child(4) {
    height: 100%;
    max-height: 270px;
    min-height: 270px;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(5) {
  height: 11.4014251781%;
  min-height: 265px;
  background-color: var(--main_color);
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:nth-child(5) {
    height: 100%;
    min-height: 120px;
    max-height: 120px;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(odd) {
  background-color: var(--main_color);
}
.about_sec .history .inner .hist_01 .year li:nth-child(even) {
  background-color: #fff;
}
.about_sec .history .inner .hist_01 .year li:nth-child(even):before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li:nth-child(even):before {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    border-radius: 50px 50px 0 0;
  }
}
.about_sec .history .inner .hist_01 .year li:nth-child(even) p {
  color: var(--main_color);
}
.about_sec .history .inner .hist_01 .year li p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .year li p {
    font-size: 10px;
    top: 20px;
  }
}
.about_sec .history .inner .hist_01 .name {
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .name {
    padding-top: 25px;
    width: auto;
  }
}
.about_sec .history .inner .hist_01 .name li {
  font-size: clamp(18px, 1.25vw, 24px);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .name li {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about_sec .history .inner .hist_01 .name li .text14 {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  font-size: 14px;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .name li .text14 {
    font-size: 11px;
  }
}
.about_sec .history .inner .hist_01 .name li .text16 {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .hist_01 .name li .text16 {
    font-size: 10px;
  }
}
.about_sec .history .inner .hist_01 .name li:last-child {
  margin-bottom: 0;
}
.about_sec .history .inner .img_01 {
  width: 37.5%;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .about_sec .history .inner .img_01 {
    width: 100%;
    margin-right: 0;
  }
}
.about_sec .aim .inner {
  padding-bottom: 0;
  margin-top: 0;
}
.about_sec .aim .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .about_sec .aim .inner .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
  }
}
.about_sec .aim .inner .flex_area .img_area,
.about_sec .aim .inner .flex_area .txt_area {
  width: 46.66%;
}
@media screen and (max-width: 768px) {
  .about_sec .aim .inner .flex_area .img_area,
  .about_sec .aim .inner .flex_area .txt_area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_sec .aim .inner .flex_area .img_area {
    width: 93.65%;
    margin: 0 auto;
  }
}
.about_sec .aim .inner .flex_area .txt_area .ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about_sec .aim .inner .img {
    width: 110%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}/*# sourceMappingURL=about.css.map */