body {
  background: #20291e;
}
.header__container {
  align-items: flex-start;
  padding: 1.55rem 2.5rem;
}
.header__navItem a {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}
.fv__lead {
  bottom: 33.33vh;
  width: min(60vw, 32.5625rem);
  left: 5.555555555555555vw;
}
.main__inner {
  background: linear-gradient(to bottom, #20291e, #455230);
}
.history {
  overflow-x: clip;
  padding-top: var(--gradation-margin);
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.history__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  position: relative;
  gap: 0;
  background: url(../../images/english/history-sizuoka.webp) top right no-repeat;
  background-size: 56%;
  max-width: 85rem;
  width: 100%;
  min-height: 25.75rem;
}
.history__text h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.history__text p {
  display: block;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2.5rem;
  max-width: 60rem;
  width: 100%;
}
.world {
  overflow-x: clip;
  padding-top: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.world__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.world__text h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.world__inner {
  margin-top: 5rem;
  max-width: 60rem;
  width: 100%;
}
.world__innerBox {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.world__innerBox:last-child {
  margin-bottom: 0;
}
.world__innerBox dt {
  min-width: 22.5rem;
}
.world__innerBox dd {
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  padding-right: 10rem;
  padding-top: 1.25rem;
}
.world__innerBox h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
}
.world__innerBox h3 span {
  font-style: italic;
}
.world__innerBox p {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.world__innerBox dd img {
  margin-top: 2rem;
}
.japanese_tea {
  overflow-x: clip;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.japanese_tea__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.japanese_tea__text h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.japanese_tea__text p {
  display: block;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2.5rem;
  max-width: 60rem;
  width: 100%;
}
.certification__listBlock {
  margin-top: 5rem;
}
.certification__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.certification__list dd {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.certification__list img {
  width: auto;
  max-height: 130.29px;
}

.japanese_teaList__block {
  margin-top: 10rem;
}
.japanese_teaList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 1.5rem;
}
.japanese_teaList li {
  border-top: #6c7466 solid 1px;
  padding-top: 1.5rem;
}
.japanese_teaList li dd {
  margin-top: 1.5rem;
}
.tea_name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tea_name h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  gap: 1rem;
}
.tea_name h3 span {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.japanese_teaListBox p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2%;
  margin-top: 0.5rem;
}
.tea_type {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
}
.tea_type span {
  padding: 0 0.5rem;
}
.contact {
  background: url(../../images/english/bg_contact.webp) center center no-repeat;
  background-size: cover;
  overflow-x: clip;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.contact__container {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.contact__container h2 {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
.contact__container p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 2%;
  margin-top: 1.4375rem;
  text-align: center;
}
.contact__linkBlock {
  margin-top: 2.5rem;
}
.contact__linkBlock a {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  width: 100%;
  margin-top: 0 !important;
  letter-spacing: 2%;
}
.quality {
  overflow-x: clip;
  padding-top: 8.4375rem;
  padding-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.quality__container {
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.quality__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2.5rem;
}
.quality__inner .inner_img {
  min-width: 22.5rem;
}
.contents_linkBlock a {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  letter-spacing: 2%;
  margin-top: 5rem;
  max-width: 20rem;
  width: 100%;
}
.quality__container .inner_contents {
  border-top: #b4b8ae solid 0.5px;
  padding-top: 1.5rem;
}
.quality__container h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.quality__container p {
  display: block;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.export {
  overflow-x: clip;
  padding-top: 10rem;
  padding-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.export__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.export__inner {
  max-width: 60rem;
  width: 100%;
}
.export__container h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.export__container p {
  display: block;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.inner_table {
  margin-top: 4.6875rem;
  color: #fff;
  font-family: "Libre Baskerville", serif;
}
.inner_table th {
  vertical-align: top;
  width: 20rem;
}
.inner_table thead td {
  padding-left: 2.5rem;
}
.inner_table tbody th {
  padding-top: 1.25rem;
  padding-bottom: 2.75rem;
}
.inner_table tbody td {
  padding-left: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2.375rem;
}
.inner_table thead {
  border-bottom: #fff solid 1px;
}
.inner_table thead th,
.inner_table thead td {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 0.9375rem;
}
.inner_table tbody th {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2%;
}
.inner_table tbody tr {
  border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
}
.inner_table tbody tr:last-child {
  border-bottom: none;
}
.inner_table tbody td {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2%;
}
.company {
  overflow-x: clip;
  padding-top: 10rem;
  padding-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.company__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.company__container h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.company__inner {
  max-width: 60rem;
  width: 100%;
}
.inner_table.type_1 {
  border-top: #58624b solid 1px;
  width: 100%;
}
.inner_table.type_1 th {
  font-family: "Libre Baskerville", serif;
  width: 10rem;
}
.inner_table.type_1 td {
  padding-left: 0;
}
.faq {
  overflow-x: clip;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.faq__container {
  border-top: #fff solid 0.5px;
  padding-top: 1.5rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
.faq__container h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}
.faq__inner {
  max-width: 60rem;
  width: 100%;
}
.faq__listBlock {
  margin-top: 4.875rem;
}
.faq__list {
  border-top: rgba(255, 255, 255, 0.15) solid 1px;
}
.faq__list li {
  border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
}
.faq__list li:last-child {
  border-bottom: none;
}
.faq_box {
  margin-top: 1.25rem;
  margin-bottom: 4rem;
}
.faq_box dt {
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 4rem;
  position: relative;
}
.faq_box dt:before {
  content: "Q";
  color: rgba(255, 255, 255, 0.4);
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 2%;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
.faq_box dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8125rem;
  padding-left: 4rem;
}
.footer {
  background:
    linear-gradient(to bottom, #455230 0%, transparent 70%),
    url(../../images/english/bg_footer.webp) center center no-repeat;
  background-size: cover, cover;
}
.footer__main {
  display: block;
  margin-block: 7.8rem 13rem;
}
.footer__container {
  padding: 8rem 2.5rem 4rem 2.5rem;
}
.footer .button {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  letter-spacing: 2%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: 100%;
}
.footer__bottom {
  border-top: none;
}
.footer__contact {
  display: block;
  width: 100%;
}
.footer__contact h2 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}
.footer__contact p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 2%;
  margin-top: 1.5rem;
}

/* メディアクエリ部分も変換済み */
@media screen and (max-width: 1440px) {
  .header__main {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .history__container {
    min-height: auto;
    padding-bottom: 4rem;
  }
  .japanese_tea {
    padding-top: 4rem;
  }
  .world__innerBox {
    flex-direction: column-reverse;
  }
  .world__innerBox dt img {
    width: 100%;
  }
  .japanese_teaList__block {
    margin-top: 5rem;
  }
  .japanese_tea {
    padding-bottom: 4rem;
  }
  .contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .quality {
    padding-top: 4rem;
  }
  .quality__inner {
    flex-direction: column-reverse;
  }
  .contents_linkBlock a {
    margin-right: auto;
  }
  .inner_img img {
    width: 100%;
  }
  .export {
    padding-top: 4rem;
  }
  .company {
    padding-top: 4rem;
  }
  .faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    align-items: center;
    padding: 1.0625rem 0.625rem;
  }
  .header__logo {
    margin-left: 0.9375rem;
  }
  .fv__lead {
    width: min(90vw, 521px);
  }
  .history {
    padding-top: 0;
  }
  .history__container {
    background: none;
    padding-bottom: 8.75rem;
  }
  .history__text h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .history__text p {
    font-size: 0.875rem;
  }
  .japanese_tea {
    padding-top: 2.125rem;
  }
  .world__text h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .world__innerBox h3 {
    font-size: 1.5rem;
  }
  .world__innerBox dd {
    padding-right: 0;
    padding-top: 1.4375rem;
  }
  .world__innerBox p {
    font-size: 0.875rem;
  }
  .world__innerBox dt {
    min-width: unset;
    margin-bottom: 1.875rem;
  }
  .japanese_tea__text h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .japanese_tea__text p {
    font-size: 0.875rem;
  }
  .certification__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 0.5rem;
  }
  .certification__list li:first-child {
    grid-column: span 3;
  }
  .certification__list img {
    height: auto;
    max-height: unset;
    width: 100%;
  }
  .certification__listBlock {
    margin-top: 3.9375rem;
  }
  .japanese_teaList__block {
    margin-top: 4.6875rem;
  }
  .japanese_teaList {
    display: block;
  }
  .japanese_teaList li {
    padding-top: 0.9375rem;
  }
  .tea_name h3 {
    font-size: 1.375rem;
  }
  .tea_name h3 span {
    font-size: 0.8125rem;
  }
  .japanese_teaListBox {
    padding-bottom: 2.5625rem;
  }
  .japanese_teaListBox p {
    font-size: 0.75rem;
  }
  .tea_type {
    font-size: 0.6875rem !important;
  }
  .japanese_tea {
    padding-bottom: 1.5625rem;
  }
  .contact__container h2 {
    font-size: 1.75rem;
  }
  .contact {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
    background: url(../../images/english/bg_contact_sp.webp) center right no-repeat;
    background-size: cover;
  }
  .contact__container p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1.625rem;
  }
  .contact__linkBlock {
    margin-top: 2.25rem;
  }
  .quality {
    padding-top: 2.5rem;
  }
  .quality__container h2 {
    font-size: 2rem;
  }
  .quality__container p {
    font-size: 0.875rem;
    margin-top: 2.6875rem;
  }
  .contents_linkBlock a {
    margin-top: 3.75rem;
  }
  .quality__inner .inner_img {
    min-width: unset;
  }
  .export__container h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .export__container p {
    font-size: 0.875rem;
  }
  .inner_table {
    margin-top: 3.75rem;
  }
  .inner_table th,
  .inner_table td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .inner_table thead th {
    padding-bottom: 0.5625rem;
  }
  .inner_table tbody th {
    padding-bottom: 0;
    padding-top: 1.25rem;
  }
  .inner_table tbody td {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .company {
    padding-top: 2.1875rem;
  }
  .company__container h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .faq__container h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .faq__listBlock {
    margin-top: 4rem;
  }
  .faq_box dt {
    font-size: 1rem;
    padding-left: 2.5rem;
  }
  .faq_box dd {
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    padding-left: 2.5rem;
  }
  .faq_box {
    margin-bottom: 2.4375rem;
  }
  .footer__container {
    padding: 7.125rem 2.5rem 4rem 2.5rem;
  }
  .footer__main {
    margin-block: unset;
  }
  .footer__contact h2 {
    font-size: 1.75rem;
  }
  .footer__contact p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
  .footer .button {
    margin-top: 2.375rem;
  }
  .footer__bottom {
    margin-top: 6.25rem;
  }
  .footer__copyright,
  .footer__privacy {
    font-size: 0.65625rem;
  }
}
