@charset "UTF-8";
/* ----------------------------------------------------------
words
---------------------------------------------------------- */

.hellocoffee-words__section {}

.hellocoffee-words__h1 {
  font-size: 36px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url(/hellocoffee/words/images/index/icon_h1.svg);
  background-size: 46px auto;
  background-position: left 3px top 0px;
  padding: 8px 0 9px 63px;
  margin: 40px 0 0;
  line-height: 1;
}

.hellocoffee-words__h2 {
  font-size: 27px;
  line-height: calc(40 / 27);
  margin-top: 20px;
  font-weight: bold;
}

.hellocoffee-words__section:has(> .hellocoffee-words__h2) {
  margin: 60px 0 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0 0 40px;
}

.hellocoffee-words__section:has(> .hellocoffee-words__h2):last-child {
  border: none;
  padding: 0 0 100px;
}

.hellocoffee-words__catch {
  margin-top: 60px;
}

.hellocoffee-words__anchors {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 26.3px;
}

.hellocoffee-words__anchor {
  line-height: calc(28 / 15);
}

.hellocoffee-words__anchor_link {
  color: #00754A;
  font-size: 15px;
}

.hellocoffee-words__accordion_wrap {}

.hellocoffee-words__accordion_item {
  margin: 28px 0 0;
}

.hellocoffee-words__accordion_item:not(:first-child) {
  margin: 20px 0 0;
}

.hellocoffee-words__accordion_title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.hellocoffee-words__accordion_title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 23px;
  right: -4px;
  top: 12px;
  background-image: url(/hellocoffee/words/images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  transition: 0.3s;
}

.hellocoffee-words__accordion_title:where(.hellocoffee-words__accordion_item[open] *)::after {
  transform: rotate(180deg);
  transform-origin: 7px 4px;
}

.hellocoffee-words__accordion_title:hover {
  opacity: 0.7;
}

.hellocoffee-words__accordion_title::-webkit-details-marker {
  display: none;
}

.hellocoffee-words__h3 {
  font-size: 16px;
  line-height: calc(26 / 16);
  font-weight: bold;
}

.hellocoffee-words__accordion_detail_wrap {
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  display: grid;
}

.hellocoffee-words__accordion_detail_wrap:where(.hellocoffee-words__accordion_item[open] *) {
  grid-template-rows: 1fr;
}

.hellocoffee-words__accordion_detail {
  overflow: hidden;
}

.hellocoffee-words__accordion_detail_text {
  font-size: 15px;
  line-height: calc(28/15);
  margin: 20px 0 40px;
}

@media print,
screen and (max-width: 1023px) {
  .hellocoffee-words__h1 {
    font-size: 28px;
    line-height: calc(42/28);
    background-position: left center;
    padding: 9px 0 16px 63px;
    margin: 32px 0 0;
  }

  .hellocoffee-words__section {}

  .hellocoffee-words__h2 {
    font-size: 24px;
    line-height: calc(37 / 24);
  }

  .hellocoffee-words__section:has(> .hellocoffee-words__h2) {
    margin: 40px 0 0;
    padding: 0 0 32px;
  }

  .hellocoffee-words__section:has(> .hellocoffee-words__h2):last-child {
    border: none;
    padding: 0 0 80px;
  }

  .hellocoffee-words__catch {
    margin-top: 28px;
  }

  .hellocoffee-words__anchors {
    gap: 10px 26.3px;
    flex-wrap: wrap;
  }

  .hellocoffee-words__anchor {}

  .hellocoffee-words__anchor_link {}

  .hellocoffee-words__accordion_wrap {}

  .hellocoffee-words__accordion_item {}

  .hellocoffee-words__accordion_item:not(:first-child) {}

  .hellocoffee-words__accordion_title {}

  .hellocoffee-words__accordion_title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 23px;
    right: -9px;
    top: 9px;
    background-image: url(/hellocoffee/words/images/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.3s;
  }

  .hellocoffee-words__accordion_title:where(.hellocoffee-words__accordion_item[open] *)::after {
    transform: rotate(180deg);
    transform-origin: 7px 4px;
  }

  .hellocoffee-words__accordion_title:hover {
    opacity: 0.7;
  }

  .hellocoffee-words__accordion_title::-webkit-details-marker {
    display: none;
  }

  .hellocoffee-words__h3 {}

  .hellocoffee-words__accordion_detail_wrap {}

  .hellocoffee-words__accordion_detail_wrap:where(.hellocoffee-words__accordion_item[open] *) {
    grid-template-rows: 1fr;
  }

  .hellocoffee-words__accordion_detail {}

  .hellocoffee-words__accordion_detail_text {
    margin: 20px 0 20px;
  }
