@charset "UTF-8";
img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    bottom: 23vw;
  }
}

.technology-nav {
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .technology-nav {
    margin: 40px auto 0;
    padding: 0;
  }
}

.technology-kurashi {
  background: #f2e5d8;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi {
    padding-bottom: 60px;
  }
}

.technology-kurashi-mv {
  max-width: 1440px;
  margin: auto;
}

.technology-kurashi-mv img {
  width: 100%;
}

.technology-kurashi-section-mv {
  max-width: 1440px;
  margin: 160px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-section-mv {
    margin-top: 60px;
  }
}

.technology-kurashi-section-mv img {
  width: 100%;
}

.technology-kurashi-menu {
  max-width: 1220px;
  margin: 15px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu {
    margin-top: 44px;
  }
}

.technology-kurashi-tab + .technology-kurashi-menu {
  margin-top: 144px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-tab + .technology-kurashi-menu {
    margin-top: 44px;
  }
}

.technology-kurashi-menu-heading {
  text-align: center;
}

.technology-kurashi-menu-heading-en {
  font-size: 40px;
  font-weight: 500;
}

.technology-kurashi-menu-heading-ja {
  margin-top: 6px;
  display: block;
  font-size: 15px;
}

.technology-kurashi-menu-list {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-list {
    margin-top: 25px;
    gap: 10px;
  }
}

.technology-kurashi-menu-button {
  position: relative;
  width: calc(100% / 6 - 100px / 6);
  background: #fff;
  border-radius: 12px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-button {
    width: calc(100% / 3 - 20px / 3);
    max-width: 111px;
    height: 111px;
  }
}

.technology-kurashi-menu-button .icon-on,
.technology-kurashi-menu-button .icon-off {
  position: absolute;
}

.technology-kurashi-menu-button .icon-on {
  opacity: 0;
}

.technology-kurashi-menu-button .icon-off {
  opacity: 1;
}

.technology-kurashi-menu-button.is-active {
  background: #A36700;
}

.technology-kurashi-menu-button.is-active .icon-on {
  opacity: 1;
}

.technology-kurashi-menu-button.is-active .icon-off {
  opacity: 0;
}

.technology-kurashi-menu-button.is-active .technology-kurashi-menu-text {
  color: #fff;
}

.technology-kurashi-menu-button.is-active::after {
  display: none;
}

.technology-kurashi-menu-button::after {
  content: "";
  background: url(/technology/kurashiraku/img/common/common_icon_arrow_black.png) no-repeat center center/cover;
  rotate: 90deg;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-button::after {
    width: 12px;
    height: 12px;
    bottom: 7px;
    right: 7px;
  }
}

.technology-kurashi-menu-icon {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon {
    min-height: 40px;
  }
}

.technology-kurashi-menu-icon.--relax {
  width: 72px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--relax {
    width: 44px;
  }
}

.technology-kurashi-menu-icon.--sleep {
  width: 98px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--sleep {
    width: 60px;
  }
}

.technology-kurashi-menu-icon.--bath {
  width: 73px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--bath {
    width: 45px;
  }
}

.technology-kurashi-menu-icon.--childcare {
  width: 81px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--childcare {
    width: 50px;
  }
}

.technology-kurashi-menu-icon.--work {
  width: 103px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--work {
    width: 63px;
  }
}

.technology-kurashi-menu-icon.--hobbies {
  width: 81px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--hobbies {
    width: 50px;
  }
}

.technology-kurashi-menu-icon.--longlife {
  width: 68px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--longlife {
    width: 42px;
  }
}

.technology-kurashi-menu-icon.--pets {
  width: 83px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--pets {
    width: 44px;
  }
}

.technology-kurashi-menu-icon.--cook {
  width: 73px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--cook {
    width: 45px;
  }
}

.technology-kurashi-menu-icon.--clean {
  width: 64px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--clean {
    width: 39px;
  }
}

.technology-kurashi-menu-icon.--wash {
  width: 83px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--wash {
    width: 51px;
  }
}

.technology-kurashi-menu-icon.--putaway {
  width: 67px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-icon.--putaway {
    width: 41px;
  }
}

.technology-kurashi-menu-text {
  display: block;
  margin-top: 20px;
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-menu-text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.technology-kurashi-tab-panel {
  display: none;
}

.technology-kurashi-tab-panel.is-active {
  display: block;
}

.technology-kurashi-heading {
  position: relative;
  background: #fff;
  width: 586px;
  min-height: 128px;
  display: flex;
  border: 1px solid #2C2B26;
  margin: -63px auto 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading {
    height: 70px;
    min-height: auto;
    margin-top: -36px;
    width: 100%;
    max-width: 353px;
  }
}

.technology-kurashi-heading-icon {
  width: 152px;
  text-align: center;
  padding: 18px 0;
  border-right: 1px solid #2C2B26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon {
    padding: 16px 0;
    flex-direction: row;
    gap: 10px;
  }
}

.technology-kurashi-heading-icon span {
  font-size: 12px;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon span {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--relax img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--sleep img {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--bath img {
    width: 47px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--childcare img {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--work img {
    width: 82px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--hobbies img {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--longlife img {
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--pets img {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--cook img {
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--wash img {
    width: 64px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--clean img {
    width: 43px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-icon.--putaway img {
    width: 43px;
  }
}

.technology-kurashi-heading-text {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  display: flex;
  width: calc(100% - 152px);
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-heading-text {
    font-size: 24px;
  }
}

.technology-kurashi-brock {
  max-width: 1220px;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-brock {
    margin-top: 48px;
  }
}

.technology-kurashi-brock + .technology-kurashi-brock {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-brock + .technology-kurashi-brock {
    margin-top: 40px;
  }
}

.technology-krashi-block-heading {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-krashi-block-heading {
    font-size: 28px;
  }
}

.technology-kurashi-block-lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-lead {
    text-align: left;
  }
}

.technology-kurashi-row {
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1110px;
  margin-left: auto;
  gap: 95px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row {
    display: block;
    margin-top: 60px;
  }
}

.technology-kurashi-row + .technology-kurashi-row {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row + .technology-kurashi-row {
    margin-top: 60px;
  }
}

.technology-krashi-block-heading + .technology-kurashi-row.is-reverse {
  margin-top: 65px;
}

.technology-kurashi-point + .technology-kurashi-row {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point + .technology-kurashi-row {
    margin-top: 70px;
  }
}

.technology-kurashi-row.is-reverse {
  flex-direction: row;
  gap: 70px;
  margin-right: auto;
  margin-left: 0;
}

.technology-kurashi-row-inner {
  width: 35.45%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row-image {
  position: relative;
  width: 51.352%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row-image-number {
  position: absolute;
  top: -55px;
  left: -55px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-image-number {
    width: 60px;
    height: 60px;
    top: -32px;
    left: 10px;
  }
}

.technology-kurashi-row-image-caption {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: right;
}

.technology-kurashi-row-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-heading {
    margin-top: 30px;
  }
}

.technology-kurashi-row-heading span {
  display: inline-block;
  padding: 3px 18px;
  background: #fff;
  border: 1px solid #333;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-heading span {
    padding: 5px 16px;
    font-size: 24px;
  }
}

.technology-kurashi-row-heading span.--pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-heading span.--pc {
    display: none;
  }
}

.technology-kurashi-row-heading span.--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-heading span.--sp {
    display: inline-block;
  }
}

.technology-kurashi-row-heading ruby {
  ruby-position: over;
}

.technology-kurashi-row-heading rt {
  font-size: 8px;
  letter-spacing: 0.05em;
}

.technology-kurashi-row-text {
  margin-top: 33px;
  display: flex;
  align-items: center;
  color: #A36700;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-text {
    margin-top: 22px;
  }
}

.technology-kurashi-row-text span {
  display: flex;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #A36700;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.technology-kurashi-row-lead {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 15px;
  line-break: strict;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-lead {
    margin-top: 14px;
  }
}

.technology-kurashi-row-notes {
  margin-top: 5px;
  font-size: 12px;
}

.technology-kurashi-point {
  margin: 100px auto 0;
  max-width: 980px;
  background: #fff;
  border: 1px solid #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point {
    margin-top: 32px;
  }
}

.technology-kurashi-point + .technology-kurashi-point {
  margin-top: 47px;
}

.technology-kurashi-point-heading {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px 32px;
  background: url(/technology/kurashiraku/img/common/pc/common_bg_heading.png) no-repeat bottom center/100% 24px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-heading {
    background-image: url(/technology/kurashiraku/img/common/sp/common_bg_heading.png);
  }
}

.technology-kurashi-point-inner {
  padding: 7px 60px 31px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-inner {
    padding: 7px 30px 27px;
  }
}

.technology-kurashi-point-inner.--work {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-inner.--work {
    padding-bottom: 30px;
  }
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text {
  position: absolute;
  z-index: 1;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-01 {
  top: -9px;
  left: -8px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-02 {
  top: 12px;
  right: -22px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-03 {
  top: -40px;
  right: -122px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-04 {
  top: 28px;
  right: -35px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-inner.--work .technology-kurashi-point-image-text {
    display: none;
  }
}

.technology-kurashi-point-text {
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
}

.technology-kurashi-point-text-02 {
  text-align: center;
  margin-top: 35px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-text-02 {
    margin-top: 19px;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }
}

.technology-kurashi-point-list {
  margin-top: 22px;
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list {
    flex-direction: column;
    gap: 30px;
  }
}

.technology-kurashi-point-item {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-item {
    display: flex;
    align-items: center;
  }
}

.technology-kurashi-point-image {
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-image {
    width: 51%;
  }
}

.technology-kurashi-point-title {
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-title {
    font-size: 18px;
    margin-top: 11px;
  }
}

.technology-kurashi-point-caption {
  display: block;
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-caption {
    margin-top: 0;
    padding-left: 20px;
    width: 49%;
  }
}

.technology-kurashi-point-caption span {
  display: block;
  font-size: 12px;
}

.technology-kurashi-secret {
  position: relative;
  margin-top: 124px;
  padding: 80px 43px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4.2%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret {
    border-radius: 16px;
    margin-top: 88px;
    padding: 96px 20px 20px;
    display: block;
  }
}

.technology-kurashi-secret::after {
  content: "";
  background: url(/technology/kurashiraku/img/common/common_icon_secret.png) no-repeat center center/cover;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -66px;
  left: 55px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret::after {
    top: -54px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}

.technology-kurashi-secret-image {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-image {
    width: 100%;
  }
}

.technology-kurashi-secret-inner {
  width: 51.8%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-inner {
    width: 100%;
  }
}

.technology-kurashi-secret-heading {
  font-size: 28px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-heading {
    margin-top: 30px;
    font-size: 20px;
  }
}

.technology-kurashi-secret-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-text {
    margin-top: 14px;
  }
}

.technology-kurashi-secret-button {
  position: relative;
  display: block;
  width: 280px;
  border: 1px solid #2C2B26;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  color: #2C2B26;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-button {
    width: 100%;
    max-width: 353px;
    margin-top: 20px;
    margin-inline: auto;
  }
}

.technology-kurashi-secret-button::after {
  content: "";
  background: url(/technology/kurashiraku/img/common/common_icon_arrow_black.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
  right: 20px;
  margin-right: 0;
}

.technology-kurashi-secret-kidsdesign {
  border: 2px solid #B3987D;
  border-radius: 16px;
  padding: 10px 17px 24px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-kidsdesign {
    padding: 21px 17px 24px;
    margin-top: 22px;
  }
}

.technology-kurashi-secret-kidsdesign-heading {
  color: #B3987D;
  font-size: 20px;
}

.technology-kurashi-secret-kidsdesign-text {
  border-top: 1px solid #B3987D;
  margin-top: 8px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-kidsdesign-text {
    display: block;
  }
}

.technology-kurashi-secret-kidsdesign-text img {
  width: 122px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-kidsdesign-text img {
    width: 162px;
    margin: auto;
    display: block;
  }
}

.technology-kurashi-secret-kidsdesign-text span {
  padding-left: 10px;
  width: calc(100% - 122px);
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-kidsdesign-text span {
    display: block;
    margin-top: 7px;
    padding-left: 0;
    width: 100%;
  }
}

.technology-kurashi-block-content {
  margin-top: 66px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content {
    margin-top: 29px;
    text-align: left;
  }
}

.technology-kurashi-block-content-number {
  margin: 0 auto 39px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-number {
    width: 60px;
    margin: 0 0 30px;
  }
}

.technology-kurashi-block-content-heading {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-heading {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: flex-start;
  }
}

.technology-kurashi-block-content-heading span {
  display: inline-block;
  padding: 4px 19px;
  background: #fff;
  border: 1px solid #333;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-heading span {
    padding: 6px 19px;
    font-size: 24px;
  }
}

.technology-kurashi-block-content-heading span.--pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-heading span.--pc {
    display: none;
  }
}

.technology-kurashi-block-content-heading span.--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-heading span.--sp {
    display: inline-block;
  }
}

.technology-kurashi-block-content-text {
  margin-top: 31px;
  color: #A36700;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-text {
    margin-top: 22px;
  }
}

.technology-kurashi-block-content-lead {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 15px;
  line-break: strict;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-lead {
    margin-top: 13px;
  }
}

/*くつろぐ
**************************/
.technology-kurashi-row.--relax {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--relax {
    margin-top: 60px;
  }
}

/*入浴する
***************************/
.technology-kurashi-row.--bath .technology-kurashi-row-image-number {
  left: -65px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--bath .technology-kurashi-row-image-number {
    position: static;
    width: 60px;
    display: block;
  }
}

.technology-kurashi-row.--bath .technology-kurashi-row-image {
  margin-top: 23px;
}

.technology-kurashi-point-list.--bath {
  gap: 17.5px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--bath {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 13px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--bath .technology-kurashi-point-item {
    flex: auto;
    display: block;
    width: calc(50% - 6.5px);
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--bath .technology-kurashi-point-image {
    width: 100%;
  }
}

.technology-kurashi-point-list.--bath .technology-kurashi-point-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--bath .technology-kurashi-point-caption {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    line-height: 1.5;
  }
}

/*はぐくむ
***************************/
.technology-kurashi-row.--childcare {
  margin-top: 64px;
  max-width: 1180px;
  justify-content: flex-start;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--childcare {
    margin-top: 29px;
  }
}

.technology-kurashi-row.--childcare .technology-kurashi-row-image {
  width: 47.8%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--childcare .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--childcare .technology-kurashi-row-inner {
  width: 39.45%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--childcare .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-childcare-block {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-block {
    margin-top: 62px;
  }
}

.technology-kurashi-childcare-content {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 50px 45px 44px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-content {
    padding: 50px 22px 44px;
  }
}

.technology-kurashi-childcare-content + .technology-kurashi-childcare-content {
  margin-top: 92px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-content + .technology-kurashi-childcare-content {
    margin-top: 102px;
  }
}

.technology-kurashi-childcare-content:not(:last-child)::after {
  content: "";
  background: url(/technology/kurashiraku/img/childcare/pc/childcare_icon_arrow.png) no-repeat center center/cover;
  width: 57px;
  height: 104px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -73px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-content:not(:last-child)::after {
    background: url(/technology/kurashiraku/img/childcare/sp/childcare_icon_arrow.png) no-repeat center center/cover;
    width: 43px;
    height: 77px;
    bottom: -51px;
  }
}

.technology-kurashi-childcare-time {
  display: block;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -57px;
  border: 2px solid #A36700;
  border-radius: 50%;
  background: #fff;
  color: #A36700;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-time {
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    font-size: 28px;
    top: -30px;
  }
}

.technology-kurashi-childcare-list {
  display: flex;
  justify-content: center;
  gap: 95px;
}

@media screen and (max-width: 960px) {
  .technology-kurashi-childcare-list {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-list {
    flex-direction: column;
    gap: 33px;
  }
}

.technology-kurashi-childcare-list.--row2 {
  gap: 76px;
}

@media screen and (max-width: 960px) {
  .technology-kurashi-childcare-list.--row2 {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-list.--row2 {
    gap: 33px;
  }
}

.technology-kurashi-childcare-item {
  flex: 1;
  max-width: 370px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-item {
    max-width: none;
  }
}

.technology-kurashi-childcare-image {
  position: relative;
}

.technology-kurashi-childcare-image-text {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-image-text {
    display: none;
  }
}

.technology-kurashi-childcare-image-text.is-01 {
  top: -30px;
  left: -46px;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-childcare-image-text.is-01 {
    top: -2.5vw;
    left: -3.83333vw;
    width: 16.25vw;
  }
}

.technology-kurashi-childcare-image-text.is-02 {
  top: -23px;
  right: -52px;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-childcare-image-text.is-02 {
    top: -1.91667vw;
    right: -4.33333vw;
    width: 16.91667vw;
  }
}

.technology-kurashi-childcare-image-text.is-03 {
  top: -24px;
  left: -41px;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-childcare-image-text.is-03 {
    top: -2vw;
    left: -3.41667vw;
    width: 16.91667vw;
  }
}

.technology-kurashi-childcare-image-text.is-04 {
  top: 64px;
  left: -167px;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-childcare-image-text.is-04 {
    top: 5.33333vw;
    left: -5.58333vw;
    width: 19vw;
  }
}

.technology-kurashi-childcare-image-text.is-05 {
  bottom: -20px;
  right: -120px;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-childcare-image-text.is-05 {
    bottom: -1.66667vw;
    right: -3.33333vw;
    width: 15.91667vw;
  }
}

.technology-kurashi-childcare-title {
  color: #A36700;
  font-size: 20px;
  margin-top: 23px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-title {
    margin-top: 21px;
  }
}

.technology-kurashi-childcare-text {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-childcare-text {
    margin-top: 13px;
  }
}

.technology-kurashi-secret.--childcare {
  display: block;
  padding: 98px 50px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare {
    padding: 98px 21px 20px;
  }
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.8%;
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-block + .technology-kurashi-secret-block {
  margin-top: 48px;
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-image {
  width: 45.5%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare .technology-kurashi-secret-image {
    width: 100%;
  }
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-inner {
  width: 50.2%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare .technology-kurashi-secret-inner {
    width: 100%;
  }
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-heading {
  font-size: 28px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare .technology-kurashi-secret-heading {
    margin-top: 30px;
    font-size: 20px;
  }
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare .technology-kurashi-secret-text {
    margin-top: 14px;
  }
}

.technology-kurashi-secret.--childcare .technology-kurashi-secret-button {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--childcare .technology-kurashi-secret-button {
    margin-top: 20px;
  }
}

/*はたらく
***************************/
.technology-kurashi-point-inner.--work {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-inner.--work {
    padding-bottom: 30px;
  }
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text {
  position: absolute;
  z-index: 1;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-01 {
  top: -9px;
  left: -8px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-02 {
  top: 12px;
  right: -22px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-03 {
  top: -40px;
  right: -122px;
}

.technology-kurashi-point-inner.--work .technology-kurashi-point-image-text.is-04 {
  top: 28px;
  right: -35px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-inner.--work .technology-kurashi-point-image-text {
    display: none;
  }
}

.technology-kurashi-point-list.--work {
  margin-top: 30px;
  gap: 22px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--work {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--work .technology-kurashi-point-image {
    width: 100%;
  }
}

.technology-kurashi-point-list.--work .technology-kurashi-point-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--work .technology-kurashi-point-item + .technology-kurashi-point-item {
    margin-top: 32px;
  }
}

/*趣味を楽しむ
***************************/
.technology-kurashi-hobbies-block {
  margin-top: 72px;
  position: relative;
  aspect-ratio: 1215 / 2995;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-block {
    margin-top: 33px;
    aspect-ratio: initial;
  }
}

.technology-kurashi-hobbies-image {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image {
    position: static;
  }
}

.technology-kurashi-hobbies-image.is-01 {
  top: 0;
  left: 1.5%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-01 {
    width: 62.75vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-01 {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}

.technology-kurashi-hobbies-image.is-02 {
  top: 9.5%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-02 {
    width: 39vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-02 {
    width: calc(100% + 10px);
    margin-right: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-03 {
  top: 21.1%;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-03 {
    width: 87.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-03 {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-04 {
  top: 35.9%;
  left: 2.5%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-04 {
    width: 41.25vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-04 {
    width: 100%;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-05 {
  top: 40.2%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-05 {
    width: 59.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-05 {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-06 {
  top: 55.6%;
  left: -1.5%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-06 {
    width: 50.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-06 {
    width: calc(100% + 10px);
    margin-right: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-07 {
  top: 62.3%;
  right: -1.5%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-07 {
    width: 50.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-07 {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-08 {
  top: 80.6%;
  left: 1.5%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-08 {
    width: 64.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-08 {
    width: calc(100% + 10px);
    margin-right: -10px;
    margin-top: 30px;
  }
}

.technology-kurashi-hobbies-image.is-09 {
  top: 79.6%;
  right: -1.4%;
}

@media screen and (max-width: 1200px) {
  .technology-kurashi-hobbies-image.is-09 {
    width: 33.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-hobbies-image.is-09 {
    width: 88.5%;
    margin: 58px 0 0 15%;
  }
}

/*長く住まう
***************************/
.technology-kurashi-row.--longlife.is-01 {
  max-width: none;
  margin-top: 65px;
  gap: 102px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-01 {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    display: block;
  }
}

.technology-kurashi-row.--longlife.is-01 .technology-kurashi-row-inner {
  width: 26.5%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-01 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--longlife.is-01 .technology-kurashi-row-image {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-01 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--longlife.is-02 {
  max-width: 1134px;
  margin-top: 98px;
  gap: 70px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 {
    margin-top: 60px;
  }
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-inner {
  width: 62%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-image {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block {
  margin-top: 80px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block {
    margin-top: 35px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block-inner {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block-inner .technology-kurashi-row-text {
  margin-top: 0;
}

.technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block-image {
  width: 51.7%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--longlife.is-02 .technology-kurashi-row-block-image {
    width: 100%;
  }
}

.technology-kurashi-secret.--longlife {
  display: block;
  margin-top: 156px;
  padding: 70px 62px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--longlife {
    margin-top: 90px;
    padding: 65px 20px 20px;
  }
}

.technology-kurashi-secret.--longlife::after {
  background: url(/technology/kurashiraku/img/common/common_icon_secret_02.png) no-repeat center center/cover;
}

.technology-kurashi-secret.--longlife .technology-kurashi-secret-heading {
  text-align: center;
}

.technology-kurashi-secret.--longlife .technology-kurashi-secret-text {
  text-align: center;
}

.technology-kurashi-secret.--longlife .technology-kurashi-secret-image {
  margin-top: 65px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--longlife .technology-kurashi-secret-image {
    position: relative;
    margin-top: 21px;
  }
}

.technology-kurashi-secret.--longlife .technology-kurashi-secret-button {
  margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret.--longlife .technology-kurashi-secret-button {
    margin-top: 30px;
  }
}

.technology-kurashi-secret-slider-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-slider-tab {
    display: block;
  }
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button {
  position: absolute;
  margin: 0;
  display: inline-block;
  background: #E97B79;
  border: 1px solid #A36700;
  border-radius: 30px;
  padding: 8px 11px;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  opacity: 1;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.swiper-pagination-bullet-active::after {
  display: none;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-01 {
  top: 5%;
  left: 41%;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-02 {
  top: 20%;
  right: 15%;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-03 {
  top: 38%;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-04 {
  top: 38%;
  left: 32%;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-05 {
  top: 38%;
  right: 0;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-06 {
  bottom: 19%;
}

.technology-kurashi-secret-slider-tab > button.technology-kurashi-secret-slider-tab-button.is-07 {
  bottom: 13%;
  right: 10%;
}

.technology-kurashi-secret-slider-wrap {
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-secret-slider-wrap {
    margin-top: 25px;
    display: block;
  }
}

.technology-kurashi-secret-slider {
  overflow: hidden;
}

.technology-kurashi-secret-slide {
  border: 1px solid #A36700;
  border-radius: 16px;
  padding: 11px 10px 18px;
}

.technology-kurashi-secret-slide-title {
  color: #A36700;
  font-size: 20px;
  text-align: center;
}

.technology-kurashi-secret-slide-text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-kurashi-secret-slide-image {
  margin: 25px auto 0;
}

.technology-kurashi-secret-slide-image.is-01 {
  width: 39%;
}

.technology-kurashi-secret-slide-button-prev,
.technology-kurashi-secret-slide-button-next {
  width: 30px;
  height: 30px;
}

.technology-kurashi-secret-slide-button-prev::after,
.technology-kurashi-secret-slide-button-next::after {
  display: none;
}

.technology-kurashi-secret-slide-button-prev {
  background: url(/technology/kurashiraku/img/longlife/sp/slide_icon_prev.png) no-repeat center center/cover;
  left: -15px;
}

.technology-kurashi-secret-slide-button-next {
  background: url(/technology/kurashiraku/img/longlife/sp/slide_icon_next.png) no-repeat center center/cover;
  right: -15px;
}

/*ペット
***************************/
.technology-kurashi-row.--pets {
  position: relative;
  gap: 70px;
}

.technology-kurashi-row.--pets .technology-kurashi-row-image-text {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets .technology-kurashi-row-image-text {
    display: none;
  }
}

.technology-kurashi-row.--pets.is-01 {
  margin-top: 65px;
}

.technology-kurashi-row.--pets.is-02 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-02 {
    margin-top: 66px;
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-02 .technology-kurashi-row-text {
    margin-top: 45px;
  }
}

.technology-kurashi-row.--pets.is-02 .technology-kurashi-row-image-text {
  top: -80px;
  left: 61px;
}

.technology-kurashi-row.--pets.is-03 {
  margin-top: 100px;
  margin-left: 0;
  justify-content: flex-end;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-03 {
    margin-top: 66px;
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-03 .technology-kurashi-row-text {
    margin-top: 45px;
  }
}

.technology-kurashi-row.--pets.is-03 .technology-kurashi-row-image-text {
  top: 27px;
  left: -24px;
}

.technology-kurashi-row.--pets.is-04 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
  gap: 42px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-04 {
    margin-top: 30px;
  }
}

.technology-kurashi-row.--pets.is-04 .technology-kurashi-row-image:nth-child(1) {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-04 .technology-kurashi-row-image:nth-child(1) {
    width: 85%;
  }
}

.technology-kurashi-row.--pets.is-04 .technology-kurashi-row-image:nth-child(2) {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets.is-04 .technology-kurashi-row-image:nth-child(2) {
    width: 100%;
    margin-top: 28px;
  }
}

.technology-kurashi-row.--pets.is-04 .technology-kurashi-row-image-text {
  top: -80px;
  left: 61px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--pets .technology-kurashi-row-category {
    position: absolute;
    top: -26px;
    left: -10px;
  }
}

.technology-kurashi-row-category {
  border: 1px solid #A36700;
  border-radius: 30px;
  background: #fff;
  padding: 12px 40px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #A36700;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-category {
    padding: 11px 30px;
    gap: 10px;
    font-size: 24px;
  }
}

.technology-kurashi-row-category span {
  display: block;
  font-size: 15px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
}

.technology-kurashi-pets-images {
  display: flex;
}

.technology-kurashi-pets-images.is-01 {
  margin-top: 60px;
  gap: 38px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-images.is-01 {
    display: block;
    margin-top: 20px;
  }
}

.technology-kurashi-pets-images.is-02 {
  margin-top: 100px;
  gap: 63px;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-images.is-02 {
    margin-top: 27px;
    gap: 31px;
    flex-direction: column-reverse;
  }
}

.technology-kurashi-pets-image.is-02 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-image.is-02 {
    width: 91%;
    margin-top: 30px;
    margin-left: auto;
  }
}

.technology-kurashi-pets-image.is-03 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-image.is-03 {
    margin-top: 30px;
    width: 74%;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-image.is-04 {
    width: 85%;
  }
}

.technology-kurashi-pets-image.is-05 {
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-pets-image.is-05 {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
  }
}

.technology-kurashi-point.--pets {
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--pets {
    margin-top: 43px;
    padding-bottom: 28px;
  }
}

.technology-kurashi-point.--pets .technology-kurashi-point-inner {
  padding: 40px 0px 63px 70px;
  width: 63%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--pets .technology-kurashi-point-inner {
    padding: 6px 30px 23px;
    width: 100%;
  }
}

.technology-kurashi-point.--pets .technology-kurashi-point-lead {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--pets .technology-kurashi-point-lead {
    margin-top: 13px;
  }
}

.technology-kurashi-point.--pets .technology-kurashi-point-image {
  position: absolute;
  right: 20px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--pets .technology-kurashi-point-image {
    position: static;
    width: 94%;
    margin: auto;
  }
}

/*料理する
***************************/
.technology-kurashi-row.--cook.is-01 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--cook.is-01 {
    margin-top: 60px;
  }
}

.technology-kurashi-row.--cook.is-02 .technology-kurashi-row-image {
  width: 41.442%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--cook.is-02 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--cook.is-02 .technology-kurashi-row-inner {
  width: 39.45%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--cook.is-02 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--cook.is-03 {
  margin-top: 145px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--cook.is-03 {
    margin-top: 70px;
  }
}

.technology-kurashi-row.--cook.is-03 .technology-kurashi-row-inner {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--cook.is-03 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-cook-image.is-01 {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image.is-01 {
    margin-top: 40px;
  }
}

.technology-kurashi-cook-image.is-02 {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image.is-02 {
    margin-top: 24px;
  }
}

.technology-kurashi-cook-image + .technology-kurashi-point {
  margin-top: 50px;
}

.technology-kurashi-cook-image-inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-scroll {
    position: relative;
    overflow: scroll;
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-scroll img {
    width: 719px;
    max-width: none;
  }
}

.technology-kurashi-cook-image-scroll::after {
  content: "";
  display: none;
  background: url(/technology/kurashiraku/img/cook/sp/cook_icon_scroll.png) no-repeat center center/cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 35%;
  left: 35%;
  animation: scrollHintMove 1.6s ease-in-out infinite;
  pointer-events: none;
  transition: opacity .4s ease;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-scroll::after {
    display: block;
  }
}

.technology-kurashi-cook-image-scroll.is-hide::after {
  opacity: 0;
}

@keyframes scrollHintMove {
  0% {
    transform: translateX(-12px);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(-12px);
  }
}

.technology-kurashi-cook-image-caption {
  font-size: 15px;
  margin-right: 17%;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-caption {
    font-size: 12px;
    margin-right: 0;
    margin-top: 20px;
  }
}

.technology-kurashi-cook-image-scroll-hint {
  position: relative;
  display: none;
  margin-top: 20px;
  padding-right: 22px;
  font-size: 16px;
  color: #3B8E48;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-scroll-hint {
    display: block;
  }
}

.technology-kurashi-cook-image-scroll-hint::after {
  content: "";
  background: url(/technology/kurashiraku/img/cook/sp/cook_icon_arrow.png) no-repeat center center/cover;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
}

.technology-kurashi-cook-image-list {
  margin-top: 148px;
  display: flex;
  justify-content: center;
  gap: 106px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-image-list {
    display: none;
  }
}

.technology-kurashi-cook-image-list + .technology-kurashi-cook-image-list {
  margin-top: 38px;
}

.technology-kurashi-cook-image-item {
  position: relative;
}

.technology-kurashi-cook-image-item-caption {
  display: block;
  font-size: 15px;
  margin-top: 23px;
  text-align: left;
}

.technology-kurashi-cook-image-item-text {
  position: absolute;
  top: -50px;
  left: -77px;
}

.technology-kurashi-cook-slider {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-slider {
    position: relative;
    margin-top: 34px;
    display: block;
  }
}

.technology-kurashi-cook-slider img {
  margin-top: 15px;
}

.technology-kurashi-cook-slide {
  opacity: 0.5;
}

.technology-kurashi-cook-slide.swiper-slide-active {
  opacity: 1;
}

.technology-kurashi-cook-slide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  min-height: 42px;
  text-align: left;
}

.technology-kurashi-cook-slide-title span {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #A36700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #A36700;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

.technology-kurashi-cook-slider-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-slider-tab {
    display: block;
  }
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button {
  position: absolute;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #A36700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #A36700;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  opacity: 1;
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button.is-01 {
  top: 25%;
  left: 33%;
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button.is-02 {
  top: 55%;
  left: 0;
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button.is-03 {
  top: 55%;
  left: 12%;
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button.is-04 {
  top: 55%;
  left: 33%;
}

.technology-kurashi-cook-slider-tab > button.technology-kurashi-cook-slider-tab-button.is-05 {
  top: 55%;
  right: 13%;
}

.technology-kurashi-cook-slide-button-prev,
.technology-kurashi-cook-slide-button-next {
  top: 48%;
  width: 30px;
  height: 30px;
}

.technology-kurashi-cook-slide-button-prev::after,
.technology-kurashi-cook-slide-button-next::after {
  display: none;
}

.technology-kurashi-cook-slide-button-prev {
  background: url(/technology/kurashiraku/img/longlife/sp/slide_icon_prev.png) no-repeat center center/cover;
  left: 8%;
}

.technology-kurashi-cook-slide-button-next {
  background: url(/technology/kurashiraku/img/longlife/sp/slide_icon_next.png) no-repeat center center/cover;
  right: 8%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-01 .technology-kurashi-point-item {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-01 .technology-kurashi-point-image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-01 .technology-kurashi-point-caption {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.technology-kurashi-point-list.--cook.is-02 {
  gap: 17.5px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-03 .technology-kurashi-point-item {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-03 .technology-kurashi-point-image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point-list.--cook.is-03 .technology-kurashi-point-caption {
    padding-left: 0;
    margin-top: 4px;
    width: 100%;
  }
}

.techonology-kurashi-cook-row {
  margin-top: 100px;
  display: flex;
  gap: 42px;
}

@media screen and (max-width: 768px) {
  .techonology-kurashi-cook-row {
    margin-top: 55px;
    display: block;
  }
}

.technology-kurashi-cook-item {
  flex: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-item + .technology-kurashi-cook-item {
    margin-top: 70px;
  }
}

.technology-kurashi-cook-item-category {
  border: 1px solid #A36700;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  color: #A36700;
  font-size: 24px;
  padding: 6px 40px;
  position: absolute;
  top: -25px;
  left: -22px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-item-category {
    font-size: 18px;
    padding: 7px 22px;
    position: absolute;
    top: -22px;
    left: -11px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-item:nth-child(2) .technology-kurashi-cook-item-category {
    left: auto;
    right: -11px;
  }
}

.technology-kurashi-cook-item-text {
  margin-top: 31px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cook-item-text {
    margin-top: 21px;
  }
}

/*掃除する
***************************/
.technology-kurashi-clean-image {
  display: block;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-image {
    display: none;
  }
}

.technology-kurashi-clean-image.is-01 {
  margin: 20px auto 0;
  max-width: 1066px;
}

.technology-kurashi-clean-image.is-02 {
  margin: 30px auto 0;
  max-width: 1020px;
}

.technology-kurashi-clean-image.is-03 {
  margin: 30px 0 0 auto;
  max-width: 1073px;
}

.technology-kurashi-row.--clean {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean {
    margin-top: 30px;
    display: block;
  }
}

.technology-kurashi-row.--clean.is-01 {
  gap: 39px;
  margin-left: 0;
  justify-content: center;
}

.technology-kurashi-row.--clean.is-01 .technology-kurashi-row-inner {
  width: 26.45%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-01 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-01 .technology-kurashi-row-image {
  width: 61%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-01 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-01 .technology-kurashi-row-image-number {
  left: auto;
  right: -50px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-01 .technology-kurashi-row-image-number {
    left: 9px;
    right: 0;
    top: -27px;
  }
}

.technology-kurashi-row.--clean.is-02 {
  position: relative;
  gap: 39px;
  margin-left: 0;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 177px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-02 {
    padding-bottom: 0;
  }
}

.technology-kurashi-row.--clean.is-02 .technology-kurashi-row-inner {
  width: 26.45%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-02 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-02 .technology-kurashi-row-image {
  width: 61%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-02 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-03 {
  gap: 39px;
  margin-left: 0;
  align-items: flex-start;
  justify-content: center;
}

.technology-kurashi-row.--clean.is-03 .technology-kurashi-row-inner {
  width: 28.45%;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-03 .technology-kurashi-row-inner {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image {
  position: relative;
  width: 61%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image {
    width: 100%;
  }
}

.technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_img_05.png) no-repeat center center/cover;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -24px;
  right: -52px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image::after {
    display: none;
  }
}

.technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image-number {
  left: auto;
  right: -50px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--clean.is-03 .technology-kurashi-row-image-number {
    left: 9px;
    right: 0;
    top: -27px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-inner {
    margin-top: 25px;
  }
}

.technology-kurashi-row-content {
  position: relative;
  text-align: left;
}

.technology-kurashi-row-content + .technology-kurashi-row-content {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content + .technology-kurashi-row-content {
    margin-top: 18px;
  }
}

.technology-kurashi-row-content.is-01 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_01.png) no-repeat center center/cover;
  position: absolute;
  right: -209px;
  width: 207px;
  height: 103px;
  top: 22px;
}

.technology-kurashi-row-content.is-02 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_02.png) no-repeat center center/cover;
  position: absolute;
  right: -352px;
  width: 352px;
  height: 161px;
  top: 22px;
}

.technology-kurashi-row-content.is-03 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_03.png) no-repeat center center/cover;
  position: absolute;
  right: -281px;
  width: 281px;
  height: 69px;
  top: 22px;
}

.technology-kurashi-row-content.is-04 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content.is-04 {
    margin-top: 18px;
  }
}

.technology-kurashi-row-content.is-04 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_04.png) no-repeat center center/cover;
  position: absolute;
  left: -121px;
  width: 121px;
  height: 67px;
  top: 22px;
}

.technology-kurashi-row-content.is-05 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_05.png) no-repeat center center/cover;
  position: absolute;
  left: -298px;
  width: 298px;
  height: 28px;
  top: 22px;
}

.technology-kurashi-row-content.is-06 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_06.png) no-repeat center center/cover;
  position: absolute;
  left: -171px;
  width: 171px;
  height: 82px;
  top: 22px;
}

.technology-kurashi-row-content.is-07 {
  position: absolute;
  bottom: 0;
  left: 21%;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content.is-07 {
    position: static;
  }
}

.technology-kurashi-row-content.is-07 .technology-kurashi-row-content-inner {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content.is-07 .technology-kurashi-row-content-inner {
    width: 100%;
  }
}

.technology-kurashi-row-content.is-07 .technology-kurashi-row-content-image {
  position: relative;
  width: 245px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content.is-07 .technology-kurashi-row-content-image {
    width: 100%;
  }
}

.technology-kurashi-row-content.is-07 .technology-kurashi-row-content-image span {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 15px;
}

.technology-kurashi-row-content.is-07 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_07.png) no-repeat center center/cover;
  position: absolute;
  left: -37px;
  width: 37px;
  height: 158px;
  top: -134px;
}

.technology-kurashi-row-content.is-08 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_08.png) no-repeat center center/cover;
  position: absolute;
  right: -494px;
  width: 494px;
  height: 52px;
  top: 22px;
}

.technology-kurashi-row-content.is-09 .technology-kurashi-row-content-title::after {
  content: "";
  background: url(/technology/kurashiraku/img/clean/pc/clean_line_09.png) no-repeat center center/cover;
  position: absolute;
  right: -288px;
  width: 288px;
  height: 78px;
  top: 22px;
}

.technology-kurashi-row-content-title {
  position: relative;
  border: 1px solid #A36700;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  color: #A36700;
  font-size: 20px;
  padding: 8px 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content-title {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content-title::after {
    display: none;
  }
}

.technology-kurashi-row-content-title span {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content-title span {
    border: 1px solid #A36700;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    color: #A36700;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 1px;
  }
}

.technology-kurashi-row-content-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row-content-text {
    margin-top: 5px;
  }
}

.technology-kurashi-row-content-notes {
  font-size: 12px;
  line-height: 1.8;
}

.technology-kurashi-point.--clean.is-01 .technology-kurashi-point-inner {
  gap: 40px;
  padding: 20px 32px 37px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-01 .technology-kurashi-point-inner {
    display: block;
    padding: 6px 30px 29px;
  }
}

.technology-kurashi-point.--clean.is-01 .technology-kurashi-point-text-wrap {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-01 .technology-kurashi-point-text-wrap {
    width: 100%;
  }
}

.technology-kurashi-point.--clean.is-01 .technology-kurashi-point-lead {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-01 .technology-kurashi-point-lead {
    margin-top: 13px;
  }
}

.technology-kurashi-point.--clean.is-01 .technology-kurashi-point-lead span {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}

.technology-kurashi-point.--clean.is-01 .technology-kurashi-point-image {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-01 .technology-kurashi-point-image {
    margin-top: 24px;
    width: 100%;
  }
}

.technology-kurashi-point.--clean.is-02 .technology-kurashi-point-inner {
  gap: 10px;
  padding: 10px 32px 37px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-02 .technology-kurashi-point-inner {
    display: block;
    padding: 6px 30px 29px;
  }
}

.technology-kurashi-point.--clean.is-02 .technology-kurashi-point-text-wrap {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-02 .technology-kurashi-point-text-wrap {
    width: 100%;
  }
}

.technology-kurashi-point.--clean.is-02 .technology-kurashi-point-lead {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-02 .technology-kurashi-point-lead {
    margin-top: 13px;
  }
}

.technology-kurashi-point.--clean.is-02 .technology-kurashi-point-lead span {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}

.technology-kurashi-point.--clean.is-02 .technology-kurashi-point-image {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--clean.is-02 .technology-kurashi-point-image {
    margin-top: 24px;
    width: 100%;
  }
}

.technology-kurashi-clean-block {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-block {
    margin-top: 28px;
  }
}

.technology-kurashi-clean-block-heading-wrap {
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-block-heading-wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-block-number {
    display: block;
    width: 60px;
  }
}

.technology-kurashi-clean-block-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-block-heading {
    margin-top: 30px;
    gap: 11px;
  }
}

.technology-kurashi-clean-block-heading span {
  display: inline-block;
  padding: 4px 19px;
  background: #fff;
  border: 1px solid #333;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-block-heading span {
    padding: 6px 19px;
    font-size: 24px;
  }
}

.technology-kurashi-clean-row {
  margin-top: 70px;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-row {
    margin-top: 30px;
    display: block;
  }
}

.technology-kurashi-clean-item {
  flex: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-item + .technology-kurashi-clean-item {
    margin-top: 35px;
  }
}

.technology-kurashi-clean-item-heading {
  margin-top: 30px;
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-item-heading {
    margin-top: 21px;
  }
}

.technology-kurashi-clean-item-heading.is-01 {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-item-heading.is-01 {
    margin-top: 21px;
  }
}

.technology-kurashi-clean-item-text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-clean-item-text {
    margin-top: 13px;
  }
}

.technology-kurashi-clean-item-notes {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8;
}

/*洗濯する
***************************/
@media screen and (max-width: 768px) {
  .technology-kurashi-row.--wash .technology-kurashi-row-image-number {
    position: static;
    width: 60px;
    display: block;
  }
}

.technology-kurashi-row.--wash .technology-kurashi-row-image {
  margin-top: 23px;
}

.technology-kurashi-row.--wash.is-02 {
  justify-content: flex-end;
  margin-left: 0;
}

.technology-kurashi-wash-flow {
  margin-top: 65px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-flow {
    margin-top: 40px;
  }
}

.technology-kurashi-wash-flow + .technology-kurashi-block-lead {
  margin: 50px auto 0;
  max-width: 530px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-flow + .technology-kurashi-block-lead {
    margin-top: 30px;
  }
}

.technology-kurashi-point.--wash {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--wash {
    margin-top: 33px;
  }
}

.technology-kurashi-point.--wash .technology-kurashi-point-inner {
  gap: 16px;
  padding: 0 60px 24px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--wash .technology-kurashi-point-inner {
    display: block;
    padding: 6px 30px 29px;
  }
}

.technology-kurashi-point.--wash .technology-kurashi-point-text-wrap {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--wash .technology-kurashi-point-text-wrap {
    width: 100%;
  }
}

.technology-kurashi-point.--wash .technology-kurashi-point-lead {
  margin-top: 33px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--wash .technology-kurashi-point-lead {
    margin-top: 13px;
  }
}

.technology-kurashi-point.--wash .technology-kurashi-point-image {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-point.--wash .technology-kurashi-point-image {
    margin-top: 24px;
    width: 100%;
  }
}

.techonology-kurashi-wash-row {
  margin-top: 100px;
  padding: 0 30px;
  display: flex;
  gap: 101px;
}

@media screen and (max-width: 768px) {
  .techonology-kurashi-wash-row {
    margin-top: 32px;
    padding: 0;
    display: block;
  }
}

.technology-kurashi-wash-item {
  flex: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-item + .technology-kurashi-wash-item {
    margin-top: 33px;
  }
}

.technology-kurashi-wash-item-heading {
  margin-top: 30px;
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-item-heading {
    margin-top: 21px;
  }
}

.technology-kurashi-wash-item-text {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-item-text {
    margin-top: 13px;
  }
}

.technology-kurashi-wash-list {
  margin-top: 95px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-list {
    margin-top: 30px;
    padding: 0;
    gap: 23px 17px;
  }
}

.technology-kurashi-wash-content {
  width: calc(50% - 32.5px);
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content {
    width: calc(50% - 8.5px);
    display: block;
  }
}

.technology-kurashi-wash-content-image {
  width: 56.037%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content-image {
    width: 100%;
  }
}

.technology-kurashi-wash-content-text-wrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content-text-wrap {
    width: 100%;
  }
}

.technology-kurashi-wash-content-category {
  border: 1px solid #A36700;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
  color: #A36700;
  font-size: 24px;
  padding: 6px 40px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content-category {
    display: none;
  }
}

.technology-kurashi-wash-content-heading {
  margin-top: 31px;
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content-heading {
    margin-top: 13px;
    font-size: 15px;
  }
}

.technology-kurashi-wash-content-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-wash-content-text {
    margin-top: 5px;
  }
}

/*片づける
***************************/
.technology-kurashi-block-content-image {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-block-content-image {
    display: none;
  }
}

.technology-kurashi-block-content-image + .technology-kurashi-block-content-image {
  margin-top: 41px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--putaway.is-02 {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .technology-kurashi-row.--putaway.is-03 {
    width: 85%;
    margin-left: auto;
  }
}

.technology-kurashi-putaway-slide {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.technology-kurashi-putaway-slider-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-putaway-slider-wrap {
    position: relative;
    display: block;
    margin-top: 34px;
  }
}

.technology-kurashi-putaway-slide-category {
  text-align: center;
}

.technology-kurashi-putaway-slide-category span {
  display: inline-block;
  border: 1px solid #A36700;
  border-radius: 30px;
  padding: 7px 9px;
  color: #A36700;
  font-size: 15px;
  line-height: 1;
}

.technology-kurashi-putaway-slide-title {
  margin-top: 21px;
  color: #A36700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}

.technology-kurashi-putaway-slide-text {
  margin-top: 23px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-kurashi-putaway-slide-image {
  margin-top: 14px;
}

.technology-kurashi-putaway-slide-button-prev,
.technology-kurashi-putaway-slide-button-next {
  top: 50%;
  width: 30px;
  height: 30px;
}

.technology-kurashi-putaway-slide-button-prev::after,
.technology-kurashi-putaway-slide-button-next::after {
  display: none;
}

.technology-kurashi-putaway-slide-button-prev {
  background: url(/technology/kurashiraku/img/putaway/sp/slide_icon_prev.png) no-repeat center center/cover;
  left: -4%;
}

.technology-kurashi-putaway-slide-button-next {
  background: url(/technology/kurashiraku/img/putaway/sp/slide_icon_next.png) no-repeat center center/cover;
  right: -4%;
}

/*フッター
***************************/
.technology-kurashi-footer {
  padding: 109px 20px 42px;
  max-width: 1220px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer {
    padding: 11px 20px 20px;
  }
}

.technology-kurashi-footer-top {
  max-width: 576px;
  margin: auto;
}

.technology-kurashi-footer-top-text {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-top-text {
    font-size: 20px;
    letter-spacing: -0.1em;
  }
}

.technology-kurashi-footer-top-link {
  display: block;
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-top-link {
    margin-top: 22px;
  }
}

.technology-kurashi-footer-guide {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide {
    margin-top: 41px;
  }
}

.technology-kurashi-footer-guide-heading {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

.technology-kurashi-footer-guide-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-row {
    flex-direction: column;
  }
}

.technology-kurashi-footer-guide-image-01 {
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-image-01 {
    margin-top: 20px;
    order: 2;
  }
}

.technology-kurashi-footer-guide-image-02 {
  margin-top: 61px;
  width: 52%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-image-02 {
    margin-top: 21px;
    width: 100%;
    order: 1;
  }
}

.technology-kurashi-footer-guide-inner {
  margin-top: 61px;
  width: 43%;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-inner {
    margin-top: 20px;
    width: 100%;
    order: 3;
  }
}

.technology-kurashi-footer-guide-text {
  font-size: 15px;
  line-height: 1.8;
  align-self: end;
}

.technology-kurashi-footer-guide-button {
  position: relative;
  display: block;
  margin-top: 35px;
  padding: 21px 24px;
  width: 280px;
  background: linear-gradient(135deg, #6BC97A 0%, #3B8E48 100%);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  align-self: start;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-guide-button {
    width: 100%;
    max-width: 353px;
    margin-top: 22px;
    margin-inline: auto;
  }
}

.technology-kurashi-footer-guide-button::after {
  content: "";
  background: url(/technology/kurashiraku/img/common/common_icon_arrow_white.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
  right: 20px;
  margin-right: 0;
}

.technology-kurashi-footer-catalog {
  margin: 102px auto 0;
  max-width: 980px;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-catalog {
    margin-top: 30px;
  }
}

.technology-kurashi-footer-catalog-heading {
  background: #B3987D;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 13px 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-catalog-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
  }
}

.technology-kurashi-footer-catalog-inner {
  background: #F5F5F5;
  padding: 50px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image text" "image button";
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-catalog-inner {
    padding: 30px 20px;
    grid-template-columns: auto;
    grid-template-areas: "image" "text" "button";
  }
}

.technology-kurashi-footer-catalog-image {
  grid-area: image;
}

.technology-kurashi-footer-catalog-text {
  grid-area: text;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-catalog-text {
    margin-top: 21px;
  }
}

.technology-kurashi-footer-catalog-button {
  position: relative;
  contain: content;
  grid-area: button;
  padding: 21px 24px;
  width: 280px;
  background: linear-gradient(135deg, #6BC97A 0%, #3B8E48 100%);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  align-self: start;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-footer-catalog-button {
    width: 100%;
    max-width: 353px;
    margin-top: 30px;
    margin-inline: auto;
  }
}

.technology-kurashi-footer-catalog-button::after {
  content: "";
  background: url(/technology/kurashiraku/img/common/common_icon_arrow_white.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  margin: auto;
  right: 20px;
  margin-right: 0;
}

.technology-kurashi-cv {
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease;
  position: fixed;
  top: 30%;
  right: 0;
  display: block;
  z-index: 99;
}

.technology-kurashi-cv picture,
.technology-kurashi-cv img {
  display: block;
}

.technology-kurashi-cv img {
  width: 100%;
}

.technology-kurashi-cv.is-show {
  pointer-events: auto;
  opacity: 1;
}

.technology-kurashi-cv.is-hide {
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .technology-kurashi-cv {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
