.text-center {
  text-align: center;
}

article {
  background: #fff;
  padding-top: 64px;
  overflow: hidden;
}
article .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
article .reverse .tea__img picture::before {
  background: #FF7A6F;
}
article .tea__img picture {
  display: block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article .tea__img picture {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
article .tea__img picture::before {
  content: "";
  background: #0A58B2;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}
article .tea__img picture::before {
  content: "";
  background: #0A58B2;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .tea__img picture::before {
    border-radius: 20px;
    top: 10px;
    right: -10px;
  }
}
article .tea__img picture img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  article .tea__img picture img {
    border-radius: 20px;
    width: 100%;
  }
}
article .tea__img > img {
  margin-top: 55px;
}
article .txt_wrap p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.93;
}
@media screen and (max-width: 767px) {
  article .txt_wrap p {
    line-height: 1.79;
  }
}
article .txt_wrap p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .txt_wrap p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
article .txt_wrap .lead {
  color: #0A58B2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  article .txt_wrap .lead {
    font-size: 15px;
  }
}
article .txt_wrap .inner_img {
  padding: 10px 0 20px;
}
article .area_ttl {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  article .area_ttl {
    margin-bottom: 14px;
  }
}
article .area_ttl .ttl {
  position: relative;
  color: #0B58B2;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.1em;
  padding-left: 68px;
  margin-bottom: 26px;
}
article .area_ttl .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 33px;
  background-image: url(../img/tea/ttl_arrow.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  article .area_ttl .ttl {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 47px;
    margin-bottom: 0;
  }
  article .area_ttl .ttl::before {
    width: 39px;
    height: 22px;
  }
}
article .area_ttl .num {
  font-family: "Outfit", sans-serif;
  color: rgba(166, 184, 214, 0.2);
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: -43px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .area_ttl .num {
    font-size: 64px;
    top: auto;
    bottom: 0;
  }
}

.lead {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #0B58B2;
  font-weight: bold;
  margin-bottom: 75px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead::before, .lead::after {
  position: absolute;
  content: "";
  width: 100%;
}
.lead::before {
  top: -21%;
  left: -19%;
  max-width: 117px;
  height: 110px;
  background: url(../img/tea/tea_icon01.png) no-repeat center center / contain;
}
.lead::after {
  top: -18%;
  right: -17%;
  max-width: 134px;
  height: 127px;
  background: url(../img/tea/tea_icon02.png) no-repeat center center / contain;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 20px;margin-bottom: 28px;
  }
  .lead::before {
    top: -36%;
    left: -6%;
    max-width: 77px;
    height: 72px;
  }
  .lead::after {
    top: -21%;
    right: -7%;
    max-width: 85px;
    height: 80px;
  }
}

#area01 {
  padding-bottom: 95px;
}
#area03 {
  padding-top: 175px;
}
#area04 {
  padding-top: 130px;
}
#area05 {
  padding-top: 125px;
}
#area06 {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #area01 {
    padding-bottom: 40px;
  }
  #area03 {
    padding-top: 50px;
  }
  #area04 {
    padding-top: 68px;
  }
  #area05 {
    padding-top: 58px;
  }
  #area06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.border__line {
  position: relative;
  width: 18px;
  height: 3px;
}
.border__line::before, .border__line::after {
  content: "";
  border-bottom: 3px solid;
  position: absolute;
  top: 0;
  left: 0;
}
.border__line::before {
  width: 18px;
  border-color: #ED746D;
}
.border__line::after {
  width: 9px;
  border-color: #0B58B2;
}

.txt--margin {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .txt--margin {
    margin-top: 20px;
  }
}

.tea__article {
  width: min(100%, 840px);
  padding: 0 20px 102px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tea__article {
    padding-bottom: 48px;
  }
}
.tea__mv {
  border-radius: 30px;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tea__mv {
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.tea__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tea__inner {
    max-width: 640px;
  }
}
.tea__area {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .tea__area {
    margin-top: 24px;
  }
}
.tea__wrapper {
  display: flex;
  justify-content: space-between;
}
.tea__wrapper--leader {
  margin-top: 70px;
}
.tea__wrapper--interview {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .tea__wrapper {
    display: block;
  }
  .tea__wrapper--leader {
    margin-top: 41px;
  }
  .tea__wrapper--interview {
    margin-top: 24px;
  }
  .tea__wrapper--interview:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
.tea__wrapper .tea__img {
  width: 100%;
  max-width: 509px;
}
@media screen and (max-width: 767px) {
  .tea__wrapper .tea__img {
    margin-bottom: 46px;
    max-width: none;
  }
  .tea__wrapper .tea__img--margin {
    margin-bottom: 30px;
  }
}
.txt_wrap {
  width: 100%;
  max-width: 451px;
}
@media screen and (max-width: 767px) {
  .txt_wrap {
    max-width: none;
  }
}
.txt_wrap--reverse {
  max-width: 438px;
}
@media screen and (max-width: 767px) {
  .txt_wrap--reverse {
    max-width: none;
  }
}
.txt_wrap--margin01 {
  margin-top: 10px;
}
.txt_wrap--margin02 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .txt_wrap--margin01 {
    margin-top: 45px;
  }
  .txt_wrap--margin02 {
    margin-top: 45px;
  }
}
.tea__txt01 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .tea__txt01 {
    margin-top: 30px;
  }
}
.tea__txt02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .tea__txt02 {
    margin-top: 30px;
  }
}
.tea__ttl {
  position: relative;
  display: inline-block;
  color: #0B58B2;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.1em;
}
.tea__ttl--leaf::before, .tea__ttl--leaf::after {
  content: "";
  position: absolute;
}
.tea__ttl--leaf::before {
  background: url(../img/tea/tea_icon03.webp) no-repeat center center / contain;
  width: 60px;
  height: 86px;
}
.tea__ttl--leaf01::before {
  top: -17px;
  left: -85px;
}
.tea__ttl--leaf02::before {
  top: -23px;
  left: -96px;
}
.tea__ttl--leaf::after {
  background: url(../img/tea/tea_icon04.webp) no-repeat center center / contain;
  width: 116px;
  height: 86px;
}
.tea__ttl--leaf01::after {
  top: -16px;
  right: -127px;
}
.tea__ttl--leaf02::after {
  top: -16px;
  right: -136px;
}
@media screen and (max-width: 767px) {
  .tea__ttl {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .tea__ttl::before {
    width: 40px;
    height: 58px;
  }
  .tea__ttl--leaf01::before {
    top: 0;
    left: -48px;
  }
  .tea__ttl--leaf02::before {
    top: 0;
    left: -60px;
  }
  .tea__ttl::after {
    width: 70px;
    height: 52px;
  }
  .tea__ttl--leaf01::after {
    top: 25px;
    right: -43px;
  }
  .tea__ttl--leaf02::after {
    top: 8px;
    right: -86px;
  }
}
.tea__initial {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tea__initial {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.tea__summary {
  color: #0B58B2;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tea__summary {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
  }
}
.tea__img-group {
  position: relative;
  display: flex;
  justify-content: end;
}
.tea__img-group::before {
  content: "";
  position: absolute;
  top: -78px;
  left: 52px;
  background-image: url(../img/tea/tea_icon05.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 81px;
  height: 103px;
}
@media screen and (max-width: 767px) {
  .tea__img-group {
    display: block;
  }
  .tea__img-group::before {
    width: 49px;
    height: 52px;
    top: -18px;
    right: 6px;
    left: auto;
    background-image: url(../img/tea/tea_icon05_sp.webp);
  }
}
.tea__image {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tea__image {
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.tea__image::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tea__image::before {
    border-radius: 20px;
    top: 4px;
    right: -4px;
  }
}
.tea__image01::before {
  display: none;
}
.tea__image01 img {
  width: 98.3%;
}
.tea__image02 {
  max-width: 26%;
  margin-top: 12%;
  margin-bottom: 0;
  margin-left: 3%;
}
.tea__image02::before {
  top: -10px;
  background: #FF7A6F;
}
.tea__image03::before {
  display: none;
}
.tea__image03 img {
  width: 98.3%;
}
@media screen and (max-width: 767px) {
  .tea__image02 {
    position: relative;
    max-width: 39%;
    margin-top: -5%;
    margin-left: auto;
    z-index: 0;
  }
  .tea__image02::before {
    top: -4px;
  }
}
.tea__img-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
.tea__img-wrap::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 98%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tea__img-wrap::before {
    border-radius: 20px;
    top: 4px;
  }
}

.tea__swiper01 {
  width: 100%;
  max-width: 59%;
  margin-right: 0;
}
.tea__swiper-area {
  position: relative;
  width: 100%;
  max-width: 74%;
}
.tea__swiper-area::before {
  content: "";
  position: absolute;
  right: -180px;
  bottom: 110px;
  background-image: url(../img/tea/tea_icon06.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 146px;
  height: 171px;
}
.tea__swiper03 {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tea__swiper01 {
    max-width: 80.6%;
    margin-left: 0;
  }
  .tea__swiper03 {
    padding-bottom: 0;
    margin-top: 22px;
  }
  .tea__swiper-area::before {
    width: 73px;
    height: 73px;
    top: -94px;
    right: 84px;
    bottom: auto;
    background-image: url(../img/tea/tea_icon06_sp.webp);
  }
}