.page-about .mv {
  background: url(/cms/img/usr/pages/about/bg-mv.jpg) no-repeat;
  background-size: contain;
}

.page-manufacturing .mv {
  background: url(/cms/img/usr/pages/manufacturing/bg-mv.jpg) no-repeat;
  background-size: contain;
}

.page-towelcare .mv {
  background: url(/cms/img/usr/pages/towelcare/bg-mv.jpg) no-repeat;
  background-size: contain;
}

.page-how .mv {
  background: url(/cms/img/usr/pages/how/bg-mv.jpg) no-repeat;
  background-size: contain;
}

.section-block {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .page-about .mv {
    background: url(/cms/img/usr/pages/about/sp/bg-mv.jpg) no-repeat;
    background-size: contain;
  }
  .page-manufacturing .mv {
    background: url(/cms/img/usr/pages/manufacturing/sp/bg-mv.jpg) no-repeat;
    background-size: contain;
  }
  .page-towelcare .mv {
    background: url(/cms/img/usr/pages/towelcare/sp/bg-mv.jpg) no-repeat;
    background-size: contain;
  }
  .page-how .mv {
    background: url(/cms/img/usr/pages/how/sp/bg-mv.jpg) no-repeat;
    background-size: contain;
  }
  .section-block {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.members-block {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 40px 40px;
  background-color: #F9FBEA;
  border-radius: 10px;
}

.members-block__icon {
  position: absolute;
  top: 28px;
  right: 30px;
}

.members-block__catchcopy {
  margin-bottom: 5px;
  color: var(--main-color);
  font-weight: bold;
  letter-spacing: 0.06em;
}

.members-block__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.members-block__feature {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.members-block__feature::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: translateY(-50%) rotate(-45deg);
}

.members-block__link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.members-block__highlight {
  font-size: 20px;
  color: var(--color-orange);
}
@media (min-width: 769px) {
  .members-block__features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 690px;
  }
  .members-block__feature {
    margin-bottom: 10px;
    padding: 5px 0 5px 40px;
    width: calc((100% - 10px) / 2);
  }
  .members-block__feature:nth-child(2n) {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .members-block {
    margin-bottom: calc(40 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .members-block__icon {
    top: calc(-23 / 375 * 100vw);
    right: calc(-5 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
  }
  .members-block__catchcopy {
    font-size: calc(14 / 375 * 100vw);
  }
  .members-block__title {
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .members-block__features {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .members-block__feature {
    margin-bottom: calc(5 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) 0 calc(5 / 375 * 100vw) calc(38 / 375 * 100vw);
  }
  .members-block__feature:last-child {
    margin-bottom: 0;
  }
  .members-block__highlight {
    font-size: calc(18 / 375 * 100vw);
  }
  .members-block__link {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.service-block {
  margin-top: 100px;
  margin-bottom: 270px;
  padding: 60px calc(118 / 1200 * 100%) 0;
  background-color: #F9FBEA;
  border-radius: 20px;
  height: 437px;
}

.service-block__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
}

.service-block__description {
  margin-bottom: 40px;
}

.service-block__options {
  display: flex;
}

.service-block__option {
  width: calc((100% - 64px) / 2);
}

.service-block__option:nth-child(2n) {
  margin-left: auto;
}

.service-block__label {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .service-block {
    margin: calc(50 / 375 * 100vw) calc(-10 / 375 * 100vw) calc(140 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(10 / 375 * 100vw) 0;
    height: calc(242 / 375 * 100vw);
  }
  .service-block__title {
    margin-bottom: calc(10 / 375 * 100vw);
    padding: 0 calc(5 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .service-block__description {
    margin-bottom: calc(20 / 375 * 100vw);
    padding: 0 calc(5 / 375 * 100vw);
  }
  .service-block__option {
    width: calc(165 / 375 * 100vw);
  }
  .service-block__label {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}

.origin-block__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}

.origin-block__title-highlight {
  margin-right: 14px;
  font-size: 45px;
}

.origin-block__description {
  margin-bottom: 35px;
}

.origin-block__logo-area {
  padding: 50px 150px;
  background-color: #F9FBEA;
}

.origin-block__logo {
  display: block;
  margin: 0 auto 30px;
}

.origin-block__note {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32/ 18);
}

.origin-block__note-emphasis {
  color: var(--main-color);
}
@media (min-width: 769px) {
  .page-about .section-column {
    padding-bottom: 137px;
    max-width: 1920px;
    height: 1094px;
    background: url(/cms/img/usr/pages/about/bg-column.jpg);
    background-size: cover;
  }

  .origin-block {
    padding: calc(80 / 1200 * 100%) calc(100 / 1200 * 100%);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .page-about .section-column {
    padding-bottom: calc(50 / 375 * 100vw);
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 1668;
    background: url(/cms/img/usr/pages/about/sp/bg-column.jpg);
    background-size: cover;
  }
  .origin-block {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
  }
  .origin-block__title {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .origin-block__title-highlight {
    margin-right: calc(8 / 375 * 100vw);
    font-size: calc(30 / 375 * 100vw);
  }
  .origin-block__description {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 16);
  }
  .origin-block__logo-area {
    padding: calc(40 / 375 * 100vw) calc(17 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .origin-block__logo {
    margin-bottom: calc(20 / 375 * 100vw);
    width: calc(117 / 375 * 100vw);
  }
  .origin-block__note {
    font-size: calc(16 / 375 * 100vw);
  }
}

.section-history {
  margin-top: 0;
  padding: 140px 0;
  background-color: var(--main-half);
}

.history-block {
  padding: 80px 100px;
  background-color: #fff;
  border-radius: 20px;
}

.history-block__title {
  margin-bottom: 25px;
  font-size: 14px;
}

.history-block__title .history-block__title-en {
  font-size: 32px;
  color: var(--main-color);
}

.history-block__content {
  position: relative;
  height: 200px;
  overflow: hidden;
  transition: .4s;
}

.history-block__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) , rgba(255,255,255,0));
  transition: .4s;
  z-index: 1;
}

.history-block__content.is-active {
  height: auto;
}

.history-block__content.is-active::before {
  opacity: 0;
  visibility: hidden;
}

.history-block__content .content__inner {
  position: relative;
}

.history-block__content .history-block__content-inner {
  display: flex;
}

.history-block__keywords {
  position: relative;
  margin-right: 40px;
  width: 40px;
  border-radius: 50vh;
  background-image: linear-gradient(180deg, rgba(217, 187, 84, 1), rgba(185, 203, 7, 1));
  height: 680px;
}

.history-block__keyword {
  position: absolute;
  left: 50%;
  margin: 0;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.32em;
  transform: translateX(-50%);
}

.history-block__keyword:nth-child(1) {
  top: 32px;
}

.history-block__keyword:nth-child(2) {
  top: 144px;
}

.history-block__keyword:nth-child(3) {
  top: 250px;
}

.history-block__keyword:nth-child(4) {
  top: 400px;
}

.history-block__keyword:nth-child(5) {
  top: 538px;
}

.history-block__timeline {
  flex: 1;
  padding: 18px;
  padding-left: 20px;
  background-image: repeating-linear-gradient(180deg, #abbc00, #abbc00 7px, transparent 7px, transparent 12px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1.5px 100%;
}

.history-block__item:not(:last-child) {
  margin-bottom: 18px;
}

.history-block__year {
  color: var(--main-color);
  font-size: 13px;
}

.history-block__year::before {
  content: '';
  display: inline-block;
  margin-left: -25px;
  margin-right: 12px;
  border-radius: 50vh;
  width: 12px;
  height: 12px;
  background-color: var(--main-color);
}

.history-block__year-number {
  margin-right: 8px;
  font-size: 20px;
  font-weight: bold;
}

.history-block__description .media-block__link-info {
  display: inline-flex;
  margin-left: 15px;
}

.history-block__toggle {
  position: relative;
  display: inline-block;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 25px 0;
  height: 13px;
}

.history-block__toggle::before,
.history-block__toggle::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% - 0.75px);
  width: 1.5px;
  height: 18.3px;
  border-radius: 9999px;
  background-color: var(--main-color);
  transform-origin: 50% calc(100% - 0.75px);
}

.history-block__content.is-active + .history-block__toggle::before,
.history-block__content.is-active + .history-block__toggle::after {
  transform-origin: 50% 0.75px;
}

.history-block__toggle::before {
  transform: rotate(46.8deg);
}

.history-block__toggle::after {
  transform: rotate(-46.8deg);
}

@media (min-width: 769px) {
  .history-block__image {
    position: absolute;
    right: 0;
    width: 418px;
  }

  .history-block__image--1 {
    top: 0;
  }

  .history-block__image--2 {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-history {
    padding: calc(50 / 375 * 100vw) 0;
  }
  .history-block {
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
    border-radius: 10px;
  }
  .history-block__content {
    height: calc(257 / 375 * 100vw);
  }
  .history-block__content::before {
    height: calc(100 / 375 * 100vw);
  }
  .history-block__content .history-block__content-inner {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .history-block__title {
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .history-block__title .history-block__title-en {
    margin-right: calc(10 / 375 * 100vw);
    font-size: calc(28 / 375 * 100vw);
  }
  .history-block__keywords {
    margin-right: calc(17 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
    height: calc(681 / 375 * 100vw);
  }
  .history-block__keyword {
    font-size: calc(14 / 375 * 100vw);
  }
  .history-block__keyword:nth-child(1) {
    top: calc(50 / 375 * 100vw);
  }
  .history-block__keyword:nth-child(2) {
    top: calc(150 / 375 * 100vw);
  }
  .history-block__keyword:nth-child(3) {
    top: calc(250 / 375 * 100vw);
  }
  .history-block__keyword:nth-child(4) {
    top: calc(450 / 375 * 100vw);
  }
  .history-block__keyword:nth-child(5) {
    top: calc(600 / 375 * 100vw);
  }
  .history-block__timeline {
    margin-bottom: calc(10 / 375 * 100vw);
    padding: 0 0 0 calc(20 / 375 * 100vw);
  }
  .history-block__image {
    margin-top: calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
  .history-block__image--1 {
    margin-top: 0;
  }
}

.section-thoughts {
  position: relative;
}

.section-thoughts .section__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(2367 / 1920 * 100%);
  max-width: 2367px;
  margin: 0 auto;
  background: url(/cms/img/usr/pages/about/bg-circle.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  aspect-ratio: 2367 / 759;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .section-thoughts .section__bg {
    display: none;
  }
}