@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
/* =============================================

テールアルメ イントロ

============================================= */
.terrearmee-intro {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1;
}
.terrearmee-intro__inner {
  text-align: center;
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}
.terrearmee-intro__heading {
  letter-spacing: normal;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading {
    flex-direction: column;
    gap: 1.4492753623vw;
  }
}
.terrearmee-intro__heading > * {
  flex-shrink: 0;
}
.terrearmee-intro__heading-xxs {
  font-size: min(23px, 1.9166666667vw);
  font-weight: 500;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-xxs {
    font-size: 3.3333333333vw;
  }
}
.terrearmee-intro__heading-xs {
  font-size: min(27px, 2.25vw);
  font-weight: 500;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-xs {
    font-size: 3.9130434783vw;
  }
}
.terrearmee-intro__heading-sm {
  font-size: min(29px, 2.4166666667vw);
  font-weight: 500;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-sm {
    font-size: 4.2028985507vw;
  }
}
.terrearmee-intro__heading-md {
  font-size: min(32px, 2.6666666667vw);
  font-weight: 500;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-md {
    font-size: 4.6376811594vw;
  }
}
.terrearmee-intro__heading-lg {
  font-size: min(57px, 4.75vw);
  font-weight: 600;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-lg {
    font-size: 8.2608695652vw;
  }
}
.terrearmee-intro__heading-xl {
  font-size: min(62px, 5.1666666667vw);
  font-weight: 700;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-xl {
    font-size: 8.9855072464vw;
  }
}
.terrearmee-intro__heading-note {
  font-size: min(57px, 4.75vw);
  font-weight: 300;
}
@media (max-width: 690px) {
  .terrearmee-intro__heading-note {
    font-size: 8.2608695652vw;
  }
}
.terrearmee-intro__char {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .terrearmee-intro__char {
    margin-bottom: 5.7971014493vw;
  }
}
.terrearmee-intro__char-item {
  font-size: min(86px, 7.1666666667vw);
  font-weight: 700;
  color: #fff;
  background: #0057a4;
  letter-spacing: normal;
  text-align: center;
  width: 29.0909090909%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 690px) {
  .terrearmee-intro__char-item {
    font-size: 7.2463768116vw;
  }
}
.terrearmee-intro__char-item:not(:last-child)::after {
  content: "＋";
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(60px, 5vw);
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 22.5%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.terrearmee-intro__method-heading {
  font-size: min(52px, 4.3333333333vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  .terrearmee-intro__method-heading {
    font-size: 7.5362318841vw;
    line-height: 1.1538461538;
    margin-bottom: 4.347826087vw;
  }
}
.terrearmee-intro__method-sm {
  font-size: min(34px, 2.8333333333vw);
  font-weight: 500;
}
@media (max-width: 690px) {
  .terrearmee-intro__method-sm {
    font-size: 4.9275362319vw;
  }
}
.terrearmee-intro__method-lg {
  font-size: min(70px, 5.8333333333vw);
  font-weight: 500;
  letter-spacing: -0.1em;
}
@media (max-width: 690px) {
  .terrearmee-intro__method-lg {
    font-size: 10.1449275362vw;
  }
}
.terrearmee-intro__method-desc {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: min(26px, 2.1666666667vw);
  line-height: 1.6923076923;
  font-weight: 400;
  text-align: left;
  width: 83.6363636364%;
  margin: 0 auto;
}
@media (max-width: 690px) {
  .terrearmee-intro__method-desc {
    font-size: 3.768115942vw;
    text-align: justify;
    width: 100%;
  }
}
@media (max-width: 690px) {
  .terrearmee-intro__method .sp_on {
    display: block;
  }
}

/* =============================================

テールアルメ 特徴

============================================= */
.terrearmee-merit {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .terrearmee-merit {
    flex-direction: column;
  }
}
.terrearmee-merit__img {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 690px) {
  .terrearmee-merit__img {
    width: 100%;
  }
}
.terrearmee-merit__img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 690px) {
  .terrearmee-merit__img img {
    height: 57.9710144928vw !important;
  }
}
.terrearmee-merit__body {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  padding: 40px;
  flex-shrink: 0;
}
@media (max-width: 690px) {
  .terrearmee-merit__body {
    width: 100%;
    padding: 5.7971014493vw;
  }
}
.terrearmee-merit__heading {
  font-size: min(50px, 3.5714285714vw);
  font-weight: 500;
  color: #fff;
  letter-spacing: normal;
  margin-bottom: 25px;
}
@media (max-width: 690px) {
  .terrearmee-merit__heading {
    font-size: 7.2463768116vw;
    margin-bottom: 3.6231884058vw;
  }
}
.terrearmee-merit__list {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media (max-width: 690px) {
  .terrearmee-merit__list {
    gap: 3.6231884058vw 0;
  }
}
.terrearmee-merit__item {
  display: grid;
  grid-template-areas: "icon char" "icon txt";
  grid-template-columns: 90px 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 10px 20px;
}
@media (max-width: 690px) {
  .terrearmee-merit__item {
    grid-template-columns: 13.0434782609vw 1fr;
    gap: 1.4492753623vw 2.8985507246vw;
  }
}
.terrearmee-merit__icon {
  width: 90px;
  flex-shrink: 0;
  grid-area: icon;
}
@media (max-width: 690px) {
  .terrearmee-merit__icon {
    width: 13.0434782609vw;
  }
}
.terrearmee-merit__char {
  font-size: min(38px, 2.7142857143vw);
  font-weight: 500;
  color: #e6ce7a;
  padding-top: 5px;
  grid-area: char;
}
@media (max-width: 690px) {
  .terrearmee-merit__char {
    font-size: 5.5072463768vw;
  }
}
.terrearmee-merit__txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(22px, 1.5714285714vw);
  line-height: 1.4545454545;
  font-weight: 400;
  grid-area: txt;
}
@media (max-width: 690px) {
  .terrearmee-merit__txt {
    font-size: 3.1884057971vw;
  }
}
@media (max-width: 690px) {
  .terrearmee-merit .sp_on {
    display: block;
  }
}

/* =============================================

テールアルメ 詳細

============================================= */
.terrearmee-detail {
  line-height: 1;
}
.terrearmee-detail__inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 690px) {
  .terrearmee-detail__inner {
    padding: 0 4.347826087vw;
  }
}
.terrearmee-detail__heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(70px, 5.5555555556vw);
  line-height: 1.2571428571;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}
@media (max-width: 690px) {
  .terrearmee-detail__heading {
    font-size: 8.115942029vw;
    padding-bottom: 3.6231884058vw;
    margin-bottom: 2.8985507246vw;
  }
}
.terrearmee-detail__proof {
  margin-bottom: 80px;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof {
    margin-bottom: 11.5942028986vw;
  }
}
.terrearmee-detail__proof-heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(60px, 4.7619047619vw);
  font-weight: 700;
  color: #850000;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof-heading {
    font-size: 7.2463768116vw;
    line-height: 1.1666666667;
    margin-bottom: 2.8985507246vw;
  }
}
.terrearmee-detail__proof-note {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(36px, 2.8571428571vw);
  font-weight: 500;
  letter-spacing: -0.08em;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof-note {
    font-size: 5.2173913043vw;
    line-height: 1.3888888889;
  }
}
.terrearmee-detail__proof-data {
  width: 83.3333333333%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof-data {
    flex-direction: column;
    gap: 5.7971014493vw 0;
  }
}
.terrearmee-detail__proof-img {
  width: 310px;
  flex-shrink: 0;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof-img {
    width: 44.9275362319vw;
  }
}
.terrearmee-detail__proof-txt {
  font-size: min(22px, 1.746031746vw);
  line-height: 1.7272727273;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 690px) {
  .terrearmee-detail__proof-txt {
    font-size: 3.1884057971vw;
  }
}
.terrearmee-detail__rank {
  font-size: min(16px, 1.2698412698vw);
  font-weight: 700;
  text-align: center;
  width: 98.3333333333%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 690px) {
  .terrearmee-detail__rank {
    font-size: 2.3188405797vw;
    flex-direction: column;
    align-items: center;
    gap: 5.7971014493vw 0;
  }
}
.terrearmee-detail__rank-item {
  width: 49.1525423729%;
}
@media (max-width: 690px) {
  .terrearmee-detail__rank-item {
    width: 84.0579710145vw;
  }
}
.terrearmee-detail__rank-img {
  margin-top: 15px;
}
@media (max-width: 690px) {
  .terrearmee-detail__rank-img {
    margin-top: 2.1739130435vw;
  }
}
.terrearmee-detail__point-heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(50px, 3.9682539683vw);
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 690px) {
  .terrearmee-detail__point-heading {
    font-size: 7.2463768116vw;
    line-height: 1.2;
    margin-bottom: 3.6231884058vw;
  }
}
.terrearmee-detail__point-txt {
  font-feature-settings: "palt";
  font-size: min(22px, 1.746031746vw);
  line-height: 1.7272727273;
  font-weight: 400;
  background: #e4d6a5;
  padding: 30px;
}
@media (max-width: 690px) {
  .terrearmee-detail__point-txt {
    font-size: 3.1884057971vw;
    padding: 4.347826087vw;
  }
}
.terrearmee-detail__case01 {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .terrearmee-detail__case01 {
    font-size: 2.3188405797vw;
    margin-bottom: 2.8985507246vw;
  }
}
.terrearmee-detail__case01-item {
  text-align: center;
  width: 48.3333333333%;
}
.terrearmee-detail__case01-img {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .terrearmee-detail__case01-img {
    margin-bottom: 1.4492753623vw;
  }
}
.terrearmee-detail__case02 {
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .terrearmee-detail__case02 {
    font-size: 2.3188405797vw;
    margin-bottom: 2.8985507246vw;
  }
}
.terrearmee-detail__case02-item {
  text-align: center;
  width: 100%;
}
.terrearmee-detail__case02-img {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .terrearmee-detail__case02-img {
    margin-bottom: 1.4492753623vw;
  }
}
.terrearmee-detail__case03 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #1c0606;
  list-style-type: none;
  padding: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4.6666666667%;
}
@media (max-width: 690px) {
  .terrearmee-detail__case03 {
    font-size: 2.6086956522vw;
    padding: 5.7971014493vw;
    margin-bottom: 2.8985507246vw;
    flex-direction: column;
    gap: 8.115942029vw 0;
  }
}
.terrearmee-detail__case03-item {
  width: 30%;
  position: relative;
}
@media (max-width: 690px) {
  .terrearmee-detail__case03-item {
    width: 48.6956521739vw;
    margin: 0 auto;
  }
}
.terrearmee-detail__case03-img {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 690px) {
  .terrearmee-detail__case03-img {
    margin-bottom: 2.1739130435vw;
  }
}
.terrearmee-detail__case03-img::after {
  content: "";
  background: #fff;
  width: 20px;
  height: 28px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 50%;
  right: -10.7142857143%;
  transform: translateY(-50%);
}
@media (max-width: 690px) {
  .terrearmee-detail__case03-img::after {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 4.0579710145vw;
    height: 2.8985507246vw;
    top: calc(100% + 7.2463768116vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.terrearmee-detail__case03-item:last-child .terrearmee-detail__case03-img::after {
  content: none;
}
.terrearmee-detail__case04 {
  font-size: min(22px, 1.746031746vw);
  line-height: 1.4545454545;
  font-weight: 400;
  text-align: justify;
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
@media (max-width: 690px) {
  .terrearmee-detail__case04 {
    font-size: 3.1884057971vw;
    margin-bottom: 2.8985507246vw;
    gap: 7.2463768116vw 0;
  }
}
.terrearmee-detail__case04-item {
  width: 48.3333333333%;
}
.terrearmee-detail__case04-item em {
  font-style: normal;
  font-weight: 700;
}
.terrearmee-detail__case04-img {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .terrearmee-detail__case04-img {
    margin-bottom: 1.4492753623vw;
  }
}
@media (max-width: 690px) {
  .terrearmee-detail .sp_on {
    display: block;
  }
}

.terrearmee-activity {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
@media (max-width: 690px) {
  .terrearmee-activity {
    padding-bottom: 4.347826087vw;
    margin-bottom: 8.6956521739vw;
  }
}
.terrearmee-activity__heading {
  font-size: min(40px, 3.1746031746vw);
  font-weight: 400;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 690px) {
  .terrearmee-activity__heading {
    font-size: 5.7971014493vw;
    padding: 1.4492753623vw;
    margin-bottom: 4.347826087vw;
  }
}
.terrearmee-activity__list {
  font-size: min(22px, 1.746031746vw);
  line-height: 1.4545454545;
  font-weight: 400;
  text-align: center;
  list-style-type: none;
  width: 93.489148581%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media (max-width: 690px) {
  .terrearmee-activity__list {
    font-size: 3.1884057971vw;
  }
}
.terrearmee-activity__item {
  width: 48.2142857143%;
}
.terrearmee-activity__item em {
  font-style: normal;
  font-weight: 700;
}
.terrearmee-activity__img {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .terrearmee-activity__img {
    margin-bottom: 1.4492753623vw;
  }
}

.terrearmee-project {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/1090;
  padding-top: 140px;
  margin-top: -130px;
  position: relative;
}
@media (max-width: 690px) {
  .terrearmee-project {
    aspect-ratio: 1;
    padding-top: 14.4927536232vw;
    margin-top: -18.8405797101vw;
  }
}
.terrearmee-project__heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(70px, 5.5555555556vw);
  line-height: 1.2571428571;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (max-width: 690px) {
  .terrearmee-project__heading {
    font-size: 7.2463768116vw;
  }
}

.terrearmee-catalog {
  line-height: 1.8;
  background: #fff;
  width: 92%;
  max-width: 1170px;
  padding: 40px 25px;
  margin: -100px auto 90px;
  position: relative;
}
@media (max-width: 690px) {
  .terrearmee-catalog {
    padding: 5.7971014493vw 3.6231884058vw;
    margin: -14.4927536232vw auto 13.0434782609vw;
  }
}
.terrearmee-catalog .txt_btm_border {
  margin: 0 15px 20px;
}
@media (max-width: 690px) {
  .terrearmee-catalog .txt_btm_border {
    margin: 0 2.1739130435vw 2.8985507246vw;
  }
}

.strength-point {
  line-height: 1;
}
.strength-point__inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 690px) {
  .strength-point__inner {
    padding: 0 4.347826087vw;
  }
}
.strength-point__heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: min(70px, 5.5555555556vw);
  line-height: 1.2571428571;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
}
@media (max-width: 690px) {
  .strength-point__heading {
    font-size: 7.2463768116vw;
    padding-bottom: 3.6231884058vw;
  }
}
.strength-point__item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 40px;
}
@media (max-width: 690px) {
  .strength-point__item {
    padding: 10.1449275362vw 5.7971014493vw;
  }
}
.strength-point__detail {
  font-feature-settings: "palt";
  text-align: center;
}
.strength-point__detail-heading {
  font-size: min(54px, 4.2857142857vw);
  font-weight: 700;
  color: #0057a4;
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  .strength-point__detail-heading {
    font-size: 6.3768115942vw;
    line-height: 1.25;
    margin-bottom: 5.7971014493vw;
  }
}
.strength-point__detail-txt {
  font-size: min(36px, 2.8571428571vw);
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 690px) {
  .strength-point__detail-txt {
    font-size: 3.768115942vw;
    line-height: 1.7307692308;
  }
}
.strength-point__note {
  font-size: min(16px, 1.2698412698vw);
  font-weight: 400;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "item1 item3" "item2 item4";
  gap: 10px 0;
}
@media (max-width: 690px) {
  .strength-point__note {
    font-size: 2.6086956522vw;
    margin: 4.347826087vw auto 0;
    display: flex;
    flex-direction: column;
  }
}
.strength-point__note-item:nth-child(1) {
  grid-area: item1;
}
.strength-point__note-item:nth-child(2) {
  grid-area: item2;
}
.strength-point__note-item:nth-child(3) {
  grid-area: item3;
}
.strength-point__note-item:nth-child(4) {
  grid-area: item4;
}
@media (max-width: 690px) {
  .strength-point .sp_on {
    display: block;
  }
}/*# sourceMappingURL=pages.css.map */