.container-kitchen {
  font-family: "Noto Sans JP", sans-serif;
  background: #edf8fc;
  color: #000;
}

.wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 769px) {
  .wrapper {
    width: 910px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 375px;
    min-width: 320px;
  }
}
.wrapper-inner {
  border: solid #73cbe8 1px;
}

.title-common-primary * {
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.title-common-primary .is-small {
  display: block;
  font-weight: 500;
}
.title-common-primary .is-big {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .title-common-primary {
    border-left: solid #73cbe8 4px;
    padding: 4px 20px 4px;
  }
  .title-common-primary .is-small {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }
  .title-common-primary .is-big {
    font-size: 3.6rem;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-primary {
    margin: 0 -15px -15px;
    text-align: center;
    background-color: #73cbe8;
    color: #fff;
    padding: 18px 15px 25px;
  }
  .title-common-primary .is-small {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  .title-common-primary .is-big {
    font-size: 2.2rem;
  }
}
.title-common-secondary {
  text-align: center;
}
.title-common-secondary .is-normal {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.title-common-secondary .is-decor {
  font-weight: 700;
  color: #73cbe8;
  background: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #bee7f5;
  display: inline-block;
  line-height: 1.2;
}

@media only screen and (min-width: 769px) {
  .title-common-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-common-secondary .is-normal {
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    margin-right: 23px;
  }
  .title-common-secondary .is-decor {
    font-size: 1.9rem;
    padding: 2px 9px 3px 11px;
    margin-left: 0;
    position: relative;
    left: -18px;
    top: -1px;
  }
}
@media only screen and (max-width: 768px) {
  .title-common-secondary .is-normal {
    font-size: 1.35rem;
    display: block;
  }
  .title-common-secondary .is-decor {
    font-size: 1.7rem;
    padding: 1px 9px 2px 10px;
    margin-left: 0;
  }
}
.button-common-primary {
  background: #73cbe8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 10px 25px;
  transition: background 0.2s ease;
}
.button-common-primary:hover {
  background: #005bac;
  color: #fff;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) {
  .button-common-primary {
    width: 420px;
    min-height: 60px;
    font-size: 2rem;
    padding: 10px 25px;
  }
  .button-common-primary::after {
    width: 24px;
    height: 8px;
    right: 12px;
    background: url(/img/reform/system_kitchen/icn_btn.png) center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .button-common-primary {
    width: 300px;
    min-height: 40px;
    font-size: 1.45rem;
    line-height: 1;
  }
  .button-common-primary::after {
    width: 18px;
    height: 6px;
    right: 6px;
    background: url(/img/reform/system_kitchen/icn_btn_sp.png) center/100% auto no-repeat;
  }
}
.block-note-common {
  text-align: center;
}
.block-note-common .note-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.block-note-common .note-title::before {
  transform: rotate(-45deg);
  left: 0;
}
.block-note-common .note-title::after {
  right: 0;
  transform: rotate(45deg);
}
.block-note-common a {
  display: inline-block;
}

.block-note-common .note-title::before,
.block-note-common .note-title::after {
  position: absolute;
  content: "";
  border-left: solid #000 2px;
  display: block;
}

@media only screen and (min-width: 769px) {
  .block-note-common .note-title {
    margin-bottom: 4px;
    font-size: 2rem;
    padding: 2px 22px 14px;
  }
  .block-note-common .note-title.is-modify {
    padding: 2px 16px 14px;
  }
  .block-note-common .note-title::before, .block-note-common .note-title::after {
    height: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .block-note-common .note-title {
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 2px 20px 3px;
  }
  .block-note-common .note-title::before, .block-note-common .note-title::after {
    bottom: 0;
    height: 79%;
  }
}

.section-kitchen-keyvisual {
  position: relative;
}
.section-kitchen-keyvisual .keyvisual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-kitchen-keyvisual .keyvisual-head {
  position: relative;
}
.section-kitchen-keyvisual .keyvisual-title {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  left: 50px;
  top: 29px;
}
.section-kitchen-keyvisual .keyvisual-title .is-small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: max-content;

}
.section-kitchen-keyvisual .keyvisual-title .is-big {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.section-kitchen-keyvisual .topics-title {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.section-kitchen-keyvisual .topics-item {
  display: block;
}
.section-kitchen-keyvisual .topics-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-kitchen-keyvisual .keyvisual-navigation {
  background: #73cbe8;
}
.section-kitchen-keyvisual .keyvisual-navigation .link-item {
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.4rem;
  min-height: 50px;
}
.section-kitchen-keyvisual .keyvisual-navigation .link-item::after {
  position: absolute;
  content: "";
  display: block;
  border-left: solid #fff 2px;
  border-bottom: solid #fff 2px;
}
@media only screen and (min-width: 769px) {
  .section-kitchen-keyvisual {
    padding-bottom: 65px;
  }
  .section-kitchen-keyvisual .keyvisual-image {
    height: 450px;
  }
  .section-kitchen-keyvisual .keyvisual-title {
    left: 100px;
    top: 29px;
  }
  .section-kitchen-keyvisual .keyvisual-title .is-small {
    background: url(/img/reform/system_kitchen/bg_text_001.png) left/cover no-repeat;
    font-size: 1.9rem;
  }
  .section-kitchen-keyvisual .keyvisual-title .is-big {
    font-size: 3.4rem;
    line-height: 1.3529411765;
    background: url(/img/reform/system_kitchen/bg_text_002.png) left/cover no-repeat;

  }
  .section-kitchen-keyvisual .topics-title {
    display: inline-block;
    margin-bottom: 8px;
    background: url(/img/reform/system_kitchen/bg_text_003.png) center/100% auto no-repeat;
  }
  .section-kitchen-keyvisual .keyvisual-topics {
    width: 213px;
    position: absolute;
    right: 0;
    top: 20px;
    max-height: 100%;
    text-align: center;
  }
  .section-kitchen-keyvisual .topics-list {
    overflow-y: auto;
    max-height: 415px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent
  }
  .section-kitchen-keyvisual .topics-list img {
    width: 100%;
    display: block;
    height: auto;
  }
  .section-kitchen-keyvisual .topics-list::-webkit-scrollbar {
    width: 8px
  }
  .section-kitchen-keyvisual .topics-list::-webkit-scrollbar-track {
    background: none
  }
  .section-kitchen-keyvisual .topics-list::-webkit-scrollbar-thumb {
    background: #ccc
  }
  .section-kitchen-keyvisual .topics-list > div {
    margin-bottom: 10px;
    border: solid #fff 2px;
    background: #fff;
  }
  .section-kitchen-keyvisual .topics-list > div:last-child {
    margin-bottom: 0;
  }
  .section-kitchen-keyvisual .keyvisual-navigation {
    padding: 17px 0 13px;
  }
  .section-kitchen-keyvisual .keyvisual-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-kitchen-keyvisual .keyvisual-link > li {
    min-width: 144px;
  }
  .section-kitchen-keyvisual .keyvisual-link .link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 11px;
    line-height: 1.2142857143;
  }
  .section-kitchen-keyvisual .keyvisual-link .link-item:not(:last-child) {
    margin-right: 34px;
  }
  .section-kitchen-keyvisual .keyvisual-link .link-item::after {
    width: 11px;
    height: 11px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-keyvisual .keyvisual-image {
    height: 210px;
    margin-bottom: 25px;
  }
  .section-kitchen-keyvisual .keyvisual-title {
    left: 26px;
    top: 9px;
  }
  .section-kitchen-keyvisual .keyvisual-title .is-small {
    display: block;
    font-size: 1.3rem;
    margin-bottom: -2px;
    background: url(/img/reform/system_kitchen/bg_text_001_sp.png) left/cover no-repeat;
  }
  .section-kitchen-keyvisual .keyvisual-title .is-big {
    font-size: 2.1rem;
    line-height: 1.0952380952;
    background: url(/img/reform/system_kitchen/bg_text_002_sp.png) left/cover no-repeat;

  }
  .section-kitchen-keyvisual .topics-title {
    margin-bottom: 17px;
    font-size: 1.45rem;
    text-align: center;
    overflow: hidden;

  }
  .section-kitchen-keyvisual .topics-title span {
    z-index: 2;
    padding: 0 12px;
    position: relative;
    background: #edf8fc;
  }
  .section-kitchen-keyvisual .topics-title span:after {
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    transform: translate(-50%, -50%);
    width: 1000px;
    left: 50%;
    border-top: solid #73cbe8 1px;
    z-index: -1;
  }

  .section-kitchen-keyvisual .topics-list .topics-item {
    display: block;
  }
  .section-kitchen-keyvisual .topics-list  {
    margin-bottom: 60px;
  }
  .section-kitchen-keyvisual .keyvisual-navigation {
    position: absolute;
    padding: 10px;
    width: 100%;
    top: -63px;
    left: 0;
    z-index: 999;
    display: none;
  }
  .section-kitchen-keyvisual .keyvisual-navigation.is-active {
    display: block;
  }
  .section-kitchen-keyvisual .keyvisual-link > li:not(:last-child) {
    border-bottom: solid #fff 1px;
    margin-bottom: 1px;
  }
  .section-kitchen-keyvisual .keyvisual-link .link-item {
    display: block;
    padding: 14px 27px;
    line-height: 1.1428571429;
  }
  .section-kitchen-keyvisual .keyvisual-link .link-item::after {
    width: 11px;
    height: 11px;
    display: block;
    border-left: solid #fff 2px;
    border-bottom: solid #fff 2px;
    left: 7px;
    top: calc(50% - 5px);
    transform: translateY(-50%) rotate(-45deg);
  }
  .section-kitchen-keyvisual .menu-link {
    width: 50px;
    height: 50px;
    display: block;
    background: #73cbe8;
    position: absolute;
    top: -63px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
  }
  .section-kitchen-keyvisual .menu-link span {
    display: block;
    width: 25px;
    position: absolute;
    border-bottom: 2px solid #fff;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .section-kitchen-keyvisual .menu-link span:nth-child(1) {
    top: 15px;
  }
  .section-kitchen-keyvisual .menu-link span:nth-child(2), .section-kitchen-keyvisual .menu-link span:nth-child(3) {
    top: 25px;
  }
  .section-kitchen-keyvisual .menu-link span:nth-child(4) {
    top: 35px;
  }
  .section-kitchen-keyvisual .menu-link.is-active span:nth-child(1),
  .section-kitchen-keyvisual .menu-link.is-active span:nth-child(4) {
    display: none;
  }
  .section-kitchen-keyvisual .menu-link.is-active span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
  }
  .section-kitchen-keyvisual .menu-link.is-active span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  .topics-list .slick-slide {
    width: 230px;
    height: 130px;
    margin: 0 7px;
  }
  .topics-list .topics-item {
    height: 130px;
    display: block;
  }
  .topics-list .slick-dots {
    bottom: -42px;
  }
}
.section-kitchen-step .wrapper-inner {
  background: #fff;
}
.section-kitchen-step .block-step {
  position: relative;
}

.section-kitchen-step .step-title {
  text-align: center;
}
.section-kitchen-step .step-title .is-small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.section-kitchen-step .step-title .is-big {
  border-bottom: solid #73cbe8 2px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-weight: 600;
}
.section-kitchen-step .step-image img {
  display: block;
  width: 100%;
}
.section-kitchen-step .step-count {
  background: #73cbe8;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  flex: 0 0 auto;
}
.section-kitchen-step .step-subtitle {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-kitchen-step .step-text {
  font-weight: 300;
  letter-spacing: 0.15em;
}
.section-kitchen-step .step-text .is-spacing {
  font-feature-settings: "palt";
}
.section-kitchen-step .link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #73cbe8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: background 0.2s ease;
}
.section-kitchen-step .link-item:hover {
  background: #005bac;
  color: #fff;
}
.section-kitchen-step .link-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-left: solid #fff 2px;
  border-bottom: solid #fff 2px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(-45deg);
  right: 22px;
}

@media only screen and (min-width: 769px) {
  .section-kitchen-step {
    padding-bottom: 130px;
  }
  .section-kitchen-step .title-common-secondary {
    margin-bottom: 21px;
  }
  .section-kitchen-step .wrapper-inner {
    background: #fff;
    padding: 56px 0 26px;
    margin-bottom: 60px;
  }
  .section-kitchen-step .block-step {
    position: relative;
    padding: 55px 0 22px;
  }

  .section-kitchen-step .step-title {
    text-align: center;
    margin-bottom: 3px;
  }
  .section-kitchen-step .step-title .is-small {
    margin-bottom: 1px;
    font-size: 2rem;
  }
  .section-kitchen-step .step-title .is-big {
    padding-bottom: 1px;
    font-size: 3.6rem;
  }
  .section-kitchen-step .step-main {
    display: flex;
    padding: 0 62px 0 50px;
    margin-bottom: 19px;
  }
  .section-kitchen-step .step-left {
    width: 300px;
    margin-right: 19px;
    position: relative;
  }
  .section-kitchen-step .step-content {
    flex: 1;
    margin-top: 64px;
  }
  .section-kitchen-step .step-count {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: max-content;
    left: calc(100% + 19px);
    top: 24px;
    padding: 6px 29px 7px 12px;
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    font-size: 1.7rem;
  }
  .section-kitchen-step .step-subtitle {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .section-kitchen-step .step-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding-right: 4px;
  }
  .section-kitchen-step .step-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    padding: 0 67px;
  }
  .section-kitchen-step .step-link > li {
    margin-bottom: 23px;
  }
  .section-kitchen-step .step-link > li:not(:nth-child(2n)) {
    margin-right: 23px;
  }
  .section-kitchen-step .link-item {
    width: 360px;
    min-height: 49px;
    font-size: 1.5rem;
    padding: 10px 35px;
  }
  .section-kitchen-step .link-item::after {
    right: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-step {
    padding-bottom: 60px;
  }
  .section-kitchen-step .title-common-secondary {
    margin-bottom: 19px;
  }
  .section-kitchen-step .wrapper-inner {
    padding-top: 25px;
    margin-bottom: 28px;
  }
  .section-kitchen-step .block-step {
    position: relative;
    padding: 40px 0 13px;
  }
  .section-kitchen-step .step-title {
    margin-bottom: -10px;
  }
  .section-kitchen-step .step-title .is-small {
    margin-bottom: -1px;
    font-size: 1.6rem;
  }
  .section-kitchen-step .step-title .is-big {
    padding-bottom: 3px;
    font-size: 2.2rem;
  }
  .section-kitchen-step .step-main {
    padding: 0 21px;
    margin-bottom: 14px;
  }
  .section-kitchen-step .step-left {
    display: flex;
    padding-left: 9px;
    margin-bottom: 7px;
  }
  .section-kitchen-step .step-one .step-left {
    margin-bottom: -8px;
  }
  .section-kitchen-step .step-three .step-left {
    margin-bottom: 1px;
  }
  .section-kitchen-step .step-three .step-count {
    margin: 37px 4px 0 7px;
  }
  .section-kitchen-step .step-count {
    display: block;
    width: 73px;
    height: 73px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    margin: 44px 11px 0 0;
  }
  .section-kitchen-step .step-count .number {
    font-size: 2.5rem;
  }
  .section-kitchen-step .step-subtitle {
    margin-bottom: 6px;
    font-size: 2rem;
    line-height: 1.25;
  }
  .section-kitchen-step .step-text {
    font-size: 1.45rem;
    line-height: 1.3793103448;
  }
  .section-kitchen-step .step-link {
    margin-bottom: 22px;
    padding: 0 21px;
  }
  .section-kitchen-step .step-link > li:not(:last-child) {
    margin-bottom: 13px;
  }
  .section-kitchen-step .link-item {
    font-size: 1.45rem;
    line-height: 1.1206896552;
    min-height: 40px;
    padding: 4px 35px;
  }
  .section-kitchen-step .link-item::after {
    right: 18px;
  }
}
.section-kitchen-tips .tips-head {
  background: #fff;
}
.section-kitchen-tips .tips-intro {
  background: #e3f5fa;
}
.section-kitchen-tips .intro-list > li {
  border: solid #b4b4b4 1px;
  position: relative;
  background: #fff;
}
.section-kitchen-tips .intro-list > li::before {
  position: absolute;
  content: "CHECK";
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 500;
  top: -1px;
  z-index: 2;
  background: #73cbe8;
  color: #fff;
  line-height: 1.2;
}
.section-kitchen-tips .intro-item {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.section-kitchen-tips .intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-kitchen-tips .intro-text {
  letter-spacing: 0;
  line-height: 1.2;
}
.section-kitchen-tips .intro-title {
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .section-kitchen-tips {
    padding-bottom: 40px;
  }
  .section-kitchen-tips .wrapper-inner {
    margin-bottom: 60px;
  }
  .section-kitchen-tips .title-common-primary {
    margin-bottom: 49px;
  }
  .section-kitchen-tips .tips-head {
    padding: 37px 19px 57px;
  }
  .section-kitchen-tips .tips-intro {
    padding: 35px 19px 22px;
  }
  .section-kitchen-tips .intro-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-kitchen-tips .intro-list > li {
    width: 260px;
    padding: 9px 9px 7px;
    margin: 0 10px 20px;
  }
  .section-kitchen-tips .intro-list > li::before {
    right: -1px;
    padding: 5px 7px 3px 18px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  }
  .section-kitchen-tips .title-common-secondary {
    margin-bottom: 33px;
  }
  .section-kitchen-tips .title-common-secondary .is-normal {
    margin-right: 4px;
  }
  .section-kitchen-tips .title-common-secondary .is-decor {
    left: 0px;
  }
  .section-kitchen-tips .intro-image {
    margin-bottom: 14px;
    height: 135px;
  }
  .section-kitchen-tips .intro-text {
    margin-bottom: -1px;
    font-size: 1.5rem;
  }
  .section-kitchen-tips .intro-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-tips {
    padding-bottom: 60px;
  }
  .section-kitchen-tips .wrapper-inner {
    margin-bottom: 27px;
  }
  .section-kitchen-tips .tips-head {
    padding: 29px 0 25px;
    background: #fff;
  }
  .section-kitchen-tips .tips-intro {
    padding: 17px 0 21px;
  }
  .section-kitchen-tips .intro-list {
    padding: 0 19px;
  }
  .section-kitchen-tips .intro-list > li {
    padding: 9px;
    position: relative;
    background: #fff;
  }
  .section-kitchen-tips .intro-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-kitchen-tips .intro-list > li::before {
    left: -1px;
    padding: 2px 17px 2px 9px;
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
  }
  .section-kitchen-tips .title-common-secondary {
    margin-bottom: 22px;
  }
  .section-kitchen-tips .intro-item {
    display: flex;
    align-items: center;
  }
  .section-kitchen-tips .intro-image {
    width: 160px;
    height: 90px;
  }
  .section-kitchen-tips .intro-content {
    flex: 1;
    padding: 22px 0 10px 10px;
  }
  .section-kitchen-tips .intro-text {
    font-size: 1.15rem;
    margin-bottom: 1px;
  }
  .section-kitchen-tips .intro-title {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}
.section-kitchen-suggest .suggest-list > li {
  position: relative;
  z-index: 2;
}
.section-kitchen-suggest .suggest-item {
  color: #000;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}
.section-kitchen-suggest .suggest-item:hover {
  opacity: 0.7;
}
.section-kitchen-suggest .suggest-item.trans:hover .suggest-tag {
  transform: scale(1.1);
}
.section-kitchen-suggest .suggest-image {
  height: 100%;
}
.section-kitchen-suggest .suggest-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.section-kitchen-suggest .suggest-title {
  border-bottom: solid #b4b4b4 1px;
  font-weight: 400;
}
.section-kitchen-suggest .suggest-subtitle {
  position: relative;
}
.section-kitchen-suggest .suggest-subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-kitchen-suggest .suggest-subtitle span {
  display: block;
}
.section-kitchen-suggest .suggest-subtitle .is-small {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.2;
}
.section-kitchen-suggest .suggest-subtitle .is-big {
  letter-spacing: 0.07em;
  font-weight: 700;
}
.section-kitchen-suggest .suggest-text {
  font-size: 1.4rem;
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  .section-kitchen-suggest {
    padding-bottom: 130px;
  }
  .section-kitchen-suggest .title-common-primary {
    margin-bottom: 49px;
  }
  .section-kitchen-suggest .suggest-list {
    margin-bottom: 60px;
  }
  .section-kitchen-suggest .suggest-list > li {
    margin-bottom: 35px;
  }
  .section-kitchen-suggest .suggest-item {
    display: flex;
    border-right: solid #73cbe8 11px;
  }
  .section-kitchen-suggest .suggest-item.is-reverse {
    flex-direction: row-reverse;
    border-left: solid #73cbe8 11px;
    border-right: none;
  }
  .section-kitchen-suggest .suggest-right {
    width: 406px;
    position: relative;
  }
  .section-kitchen-suggest .suggest-tag {
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #73cbe8;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    padding: 3px 33px 1px 21px;
    left: 0;
    right: auto;
    transition: .26s ease;
  }
  .section-kitchen-suggest .is-reverse .suggest-tag {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 3px 20px 1px 35px;
    left: auto;
    right: 0;
  }
  .section-kitchen-suggest .suggest-content {
    flex: 1;
    border-top: solid #73cbe8 1px;
    border-bottom: solid #73cbe8 1px;
  }
  .section-kitchen-suggest .content-inner {
    padding: 26px 38px 28px 34px;
  }
  .section-kitchen-suggest .suggest-title {
    padding: 26px 34px 1px;
    font-size: 1.5rem;
    letter-spacing: 0.07em;
  }
  .section-kitchen-suggest .suggest-subtitle {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
  }
  .section-kitchen-suggest .suggest-subtitle::before {
    background: url(/img/reform/system_kitchen/icn_arrow.png) center/100% auto no-repeat;
    width: 28px;
    height: 12px;
    margin-top: -8px;
  }
  .section-kitchen-suggest .suggest-subtitle .is-small {
    margin-bottom: -1px;
    font-size: 1.5rem;
  }
  .section-kitchen-suggest .suggest-subtitle .is-big {
    font-size: 2.5rem;
  }
  .section-kitchen-suggest .suggest-text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-suggest {
    padding-bottom: 60px;
  }
  .section-kitchen-suggest .suggest-list {
    margin-bottom: 27px;
  }
  .section-kitchen-suggest .suggest-list > li {
    border: solid #73cbe8 1px;
    background: #fff;
    padding: 19px 21px 16px 22px;
  }
  .section-kitchen-suggest .suggest-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-kitchen-suggest .suggest-right {
    margin-bottom: 13px;
    position: relative;
    padding-top: calc(135/300 *100%);
  }
  .section-kitchen-suggest .suggest-content {
    margin-bottom: 9px;
  }
  .section-kitchen-suggest .suggest-title {
    margin: 0 -21px 13px -22px;
    padding: 0 0 1px 21px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .section-kitchen-suggest .suggest-subtitle {
    margin-bottom: 6px;
    padding-left: 26px;
    position: relative;
  }
  .section-kitchen-suggest .suggest-subtitle::before {
    top: calc(50% - 5px);
    background: url(/img/reform/system_kitchen/icn_arrow_sp.png) center/100% auto no-repeat;
    width: 18px;
    height: 7px;
  }
  .section-kitchen-suggest .suggest-subtitle .is-small {
    margin-bottom: -4px;
    font-size: 1.45rem;
  }
  .section-kitchen-suggest .suggest-subtitle .is-big {
    font-size: 1.9rem;
  }
  .section-kitchen-suggest .suggest-text {
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.section-kitchen-problem .wrapper-inner {
  background: #fff;
}
.section-kitchen-problem .problem-item {
  position: relative;
}
.section-kitchen-problem .item-main {
  background: #f4fbfd;
  border: solid #73cbe8 3px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  color: #000;
}
.section-kitchen-problem .item-main:hover {
  opacity: .7;
}
.section-kitchen-problem .item-main::after {
  content: "";
  position: absolute;
}
.section-kitchen-problem .problem-image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-kitchen-problem .problem-text {
  font-weight: 300;
}
.section-kitchen-problem .problem-text strong {
  font-weight: 700;
}
.section-kitchen-problem .problem-button {
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  background: #73cbe8;
  color: #fff;
  transition: background .26s ease;
}
.section-kitchen-problem .problem-right {
  position: relative;
}
.section-kitchen-problem .problem-right .problem-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-kitchen-problem .problem-right .thumbnail-name {
  position: absolute;
  line-height: 1.25;
  letter-spacing: 0;
}
.section-kitchen-problem .problem-tag {
  position: absolute;
  z-index: 2;
}
.section-kitchen-problem .tag-count {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  color: #fff;
  line-height: 1.2;
  background: #73cbe8;
}
.section-kitchen-problem .tag-content {
  letter-spacing: 0.05em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .section-kitchen-problem {
    padding-bottom: 130px;
  }
  .section-kitchen-problem .title-common-primary {
    margin-bottom: 49px;
  }
  .section-kitchen-problem .wrapper-inner {
    padding: 86px 0 52px;
    margin-bottom: 60px;
  }
  .section-kitchen-problem .problem-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 92px;
  }
  .section-kitchen-problem .problem-item:not(:last-child) {
    margin-bottom: 100px;
  }
  .section-kitchen-problem .item-main {
    width: 600px;
    display: flex;
    box-shadow: 6px 6px #e5e5e5;
    padding: 12px 12px 13px;
    position: relative;
  }
  .section-kitchen-problem .item-main:hover .problem-button {
  background: #005bac;
  }
  .section-kitchen-problem .item-main::after {
    width: 40px;
    height: 44px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/reform/system_kitchen/icn_mess.png) center/100% auto no-repeat;
  }
  .section-kitchen-problem .problem-image {
    width: 300px;
    margin-right: 21px;
  }
  .section-kitchen-problem .problem-content {
    flex: 1;
    margin-top: 21px;
  }
  .section-kitchen-problem .problem-content.is-modify {
    margin-top: 8px;
  }
  .section-kitchen-problem .problem-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  .section-kitchen-problem .problem-text.is-modify {
    margin-right: -1px;
  }
  .section-kitchen-problem .problem-text strong {
    font-weight: 700;
  }
  .section-kitchen-problem .is-modify .problem-text {
    margin-bottom: 12px;
    line-height: 1.5333333333;
  }
  .section-kitchen-problem .problem-button {
    width: 236px;
    min-height: 30px;
    font-size: 1.4rem;
    padding: 3px 20px 2px;
  }
  .section-kitchen-problem .problem-right {
    margin-left: 42px;
  }
  .section-kitchen-problem .problem-right .thumbnail-name {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.25;
    top: 107px;
    margin: 0 -4px;
  }
  .section-kitchen-problem .problem-tag {
    width: 241px;
    height: 110px;
    background: url(/img/reform/system_kitchen/bg_problem_tag.png) center/100% auto no-repeat;
    padding: 25px 10px 35px;
    left: 41px;
    top: -50px;
  }
  .section-kitchen-problem .tag-count {
    font-size: 1.3rem;
    top: -8px;
    padding: 3px 12px 3px 13px;
    left: -10px;
  }
  .section-kitchen-problem .tag-content {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-problem {
    padding-bottom: 59px;
  }
  .section-kitchen-problem .title-common-primary {
    margin-bottom: 96px;
    padding-bottom: 10px;
  }
  .section-kitchen-problem .wrapper-inner {
    margin-bottom: 60px;
    border: none;
    background: #fff;
    margin: 0 -15px 28px;
    padding: 0 15px 26px;
  }
  .section-kitchen-problem .problem-list {
    padding: 0 15px;
  }
  .section-kitchen-problem .problem-item {
    padding-left: 25px;
  }
  .section-kitchen-problem .problem-item:not(:last-child) {
    margin-bottom: 80px;
  }
  .section-kitchen-problem .problem-item.is-modify {
    margin-bottom: 65px;
  }
  .section-kitchen-problem .item-main {
    display: block;
    box-shadow: 4px 4px #e5e5e5;
    padding: 12px 15px 14px;
  }
  .section-kitchen-problem .item-main::after {
    width: 75px;
    height: 25px;
    top: 100%;
    right: 28px;
    background: url(/img/reform/system_kitchen/icn_mess_sp.png) center/100% auto no-repeat;
  }
  .section-kitchen-problem .problem-image {
    padding: 0 22px 0 27px;
    margin-bottom: 11px;
  }
  .section-kitchen-problem .problem-text {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-bottom: 9px;
    margin-right: -12px;
  }
  .section-kitchen-problem .problem-text.is-modify {
    letter-spacing: 0;
    margin-right: 0;
  }
  .section-kitchen-problem .problem-button {
    min-height: 40px;
    font-size: 1.4rem;
    padding: 7px 20px 5px;
  }
  .section-kitchen-problem .problem-right {
    margin-top: -39px;
    left: 24px;
  }
  .section-kitchen-problem .problem-right .problem-thumbnail {
    width: 78px;
    height: 78px;
    margin-left: auto;
  }
  .section-kitchen-problem .problem-right .thumbnail-name {
    text-align: right;
    font-size: 1.1rem;
    right: 76px;
    top: 62px;
  }
  .section-kitchen-problem .problem-tag {
    width: 210px;
    height: 100px;
    background: url(/img/reform/system_kitchen/bg_problem_tag_sp.png) center/100% auto no-repeat;
    padding: 20px 10px 35px;
    left: -8px;
    top: -60px;
  }
  .section-kitchen-problem .tag-count {
    font-size: 1.3rem;
    top: -10px;
    padding: 2px 12px 4px 13px;
    left: -5px;
  }
  .section-kitchen-problem .tag-content {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.section-kitchen-budget .wrapper-inner {
  background: #fff;
}


.section-kitchen-budget .budget-image {
  position: relative;
  text-align: center;
}
.section-kitchen-budget .budget-image img {
  display: block;
  width: 100%;
}
.section-kitchen-budget .budget-item {
  position: absolute;
  display: block;
}


@media only screen and (min-width: 769px) {
  .section-kitchen-budget {
    padding-bottom: 130px;
  }
  .section-kitchen-budget .title-common-primary {
    margin-bottom: 48px;
  }
  .section-kitchen-budget .wrapper-inner {
    padding: 31px 0 46px;
    margin-bottom: 60px;
  }
  .section-kitchen-budget .budget-image {
    width: 800px;
    margin: 0 auto 33px;
  }
  .section-kitchen-budget .budget-item.is-one {
    top: 31px;
    right: 19px;
  }
  .section-kitchen-budget .budget-item.is-two {
    top: 99px;
    right: 214px;
  }
  .section-kitchen-budget .budget-item.is-three {
    bottom: 89px;
    left: 79px;
  }
  .section-kitchen-budget .budget-item.is-four {
    bottom: 8px;
    left: 51px;
  }

}
@media only screen and (max-width: 768px) {
  .section-kitchen-budget {
    padding-bottom: 60px;
  }
  .section-kitchen-budget .button-common-primary {
    width: 285px;
    padding: 7px 25px;
  }
  .section-kitchen-budget .budget-image {
    margin-bottom: -25px;
  }
  .section-kitchen-budget .wrapper-inner {
    background: #fff;
    padding: 50px 0 26px;
    margin-bottom: 27px;
  }
  .section-kitchen-budget .budget-image {
    width: 312px;
    margin: 0 auto;
    position: relative;
    left: -3px;
    margin-bottom: 20px;
  }
  .section-kitchen-budget .budget-image img {
    height: auto;
  }
  .section-kitchen-budget .budget-item.is-one {
    top: 12px;
    right: -8px;
    width: 88px;
  }
  .section-kitchen-budget .budget-item.is-two {
    top: 94px;
    right: 72px;
    width: 67px;
  }
  .section-kitchen-budget .budget-item.is-three {
    bottom: 32px;
    left: 102px;
    width: 71px;
  }
  .section-kitchen-budget .budget-item.is-four {
    left: 39px;
    bottom: 20px;
    width: 60px;
  }
}
.section-kitchen-support .wrapper-inner {
  text-align: center;
  position: relative;
  background: #fff;
}
.section-kitchen-support .wrapper-inner::before, .section-kitchen-support .wrapper-inner:after {
  content: "";
  position: absolute;
}
.section-kitchen-support .support-subtitle {
  letter-spacing: 0.05em;
  display: block;
}
.section-kitchen-support .support-title {
  font-weight: 700;
}
.section-kitchen-support .support-highlight {
  color: #73cbe8;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: solid #73cbe8 2px;
  border-bottom: solid #73cbe8 2px;
}

@media only screen and (min-width: 769px) {
  .section-kitchen-support {
    padding-bottom: 122px;
  }
  .section-kitchen-support .title-common-primary {
    margin-bottom: 49px;
  }
  .section-kitchen-support .wrapper-inner {
    padding: 53px 165px 39px;
    position: relative;
  }
  .section-kitchen-support .wrapper-inner::before, .section-kitchen-support .wrapper-inner:after {
    bottom: 22px;
    width: 100px;
    height: 300px;
  }
  .section-kitchen-support .wrapper-inner::before {
    left: 35px;
    background: url(/img/reform/system_kitchen/support_img_001.png) center/100% auto no-repeat;
  }
  .section-kitchen-support .wrapper-inner::after {
    right: 46px;
    background: url(/img/reform/system_kitchen/support_img_002.png) center/100% auto no-repeat;
  }
  .section-kitchen-support .support-subtitle {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
  .section-kitchen-support .support-title {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    margin: 0 -10px 8px 0;
  }
  .section-kitchen-support .support-highlight {
    margin-bottom: 37px;
    font-size: 1.7rem;
    padding: 4px 10px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .section-kitchen-support {
    padding-bottom: 60px;
  }
  .section-kitchen-support .wrapper-inner {
    background: #fff;
    text-align: center;
    padding: 24px 30px 147px;
    position: relative;
  }
  .section-kitchen-support .wrapper-inner:after {
    bottom: 14px;
    left: 88px;
    width: 155px;
    height: 120px;
    background: url(/img/reform/system_kitchen/support_img_sp.png) center/100% auto no-repeat;
  }
  .section-kitchen-support .support-subtitle {
    font-size: 1.5rem;
    display: block;
    line-height: 1.3333333333;
    margin-bottom: 6px;
  }
  .section-kitchen-support .support-title {
    font-size: 2.1rem;
    line-height: 1.1904761905;
    letter-spacing: 0.01em;
    margin-bottom: 9px;
  }
  .section-kitchen-support .support-highlight {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 7px 10px 6px 14px;
  }
  .section-kitchen-support .button-common-primary {
    padding: 6px 25px 8px 25px;
    width: 285px;
  }
}
.step-slider {
  background: #e3f5fa;
}
.step-slider .slider-item a {
  display: block;
  text-decoration: none
}
.step-slider .slider-item img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
}
.step-slider .slick-button {
  top: 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
.step-slider .slick-button.button-next {
  right: -60px;
}
.step-slider .slick-button.button-prev {
  left: -60px;
}
.step-slider .slider-text {
  color: #000;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .step-slider {
    width: 800px;
    margin: 0 auto;
    padding: 26px 40px 43px 40px;
  }
  .step-slider .slick-list {
    margin: 0 15px;
  }
  .step-slider .slick-slide {
    width: 210px;
    margin: 0 15px;
  }

  .step-slider .slider-image {
    margin-bottom: 8px;
  }
  .step-slider .slick-button {
    top: 18px;
  }
  .step-slider .slick-button.button-next {
    right: -60px;
  }
  .step-slider .slick-button.button-prev {
    left: -60px;
  }
  .step-slider .slider-text {
    font-size: 1.3rem;
    line-height: 1.3333333333;
  }

}
@media only screen and (max-width: 768px) {
  .step-slider {
    padding: 14px 0 47px;
  }
  .step-slider .slick-slide {
    width: 215px;
    margin: 0 6px;
  }
  .step-slider .slick-dots {
    bottom: -40px;
  }
  .step-slider .slick-dots li {
    width: 10px;
    margin: 0 6px;
  }
  .step-slider .slider-image {
    margin-bottom: 8px;
  }
  .step-slider .slider-text {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    line-height: 1.3333333333;
  }

}
.tips-slider .slider-item a {
  display: block;
  text-decoration: none;
}
.tips-slider .slider-head {
  position: relative;
}
.tips-slider .slider-image {
  position: relative;
}
.tips-slider .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tips-slider .slider-tag {
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: #73cbe8;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.tips-slider .slider-tag.is-yellow {
  background: #f39800;
  letter-spacing: 0;
}
.tips-slider .slider-text {
  color: #000;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .tips-slider {
    margin-bottom: 34px;
  }
  .tips-slider .slick-slide {
    width: 260px;
    margin: 0 10px;
  }
  .tips-slider .slick-list {
    margin: 0 10px;
  }
  .tips-slider .slick-button {
    top: 105px;
  }
  .tips-slider .slick-button.button-next {
    right: -10px;
  }
  .tips-slider .slick-button.button-prev {
    left: -10px;
  }
  .tips-slider .slider-image {
    height: 260px;
    margin-bottom: 10px;
  }
  .tips-slider .slider-tag {
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    font-size: 1.5rem;
    padding: 4px 27px 5px 14px;
  }
  .tips-slider .slider-tag.is-yellow {
    padding: 4px 21px 5px 10px;
  }
  .tips-slider .slider-text {
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 768px) {
  .tips-slider {
    margin-bottom: 52px !important;
  }
  .tips-slider .slick-slide {
    width: 264px;
    margin: 0 5px;
  }
  .tips-slider .slick-dots {
    bottom: -41px;
  }
  .tips-slider .slider-head {
    position: relative;
    margin-bottom: 11px;
  }

  .tips-slider .slider-image {
    height: 148px;
    margin-bottom: 9px;
  }
  .tips-slider .slider-tag {
    font-size: 1.4rem;
    padding: 3px 23px 4px 12px;
  }
  .tips-slider .slider-text {
    font-size: 1.35rem;
    letter-spacing: 0.09em;
    line-height: 1.3333333333;
    padding: 0 6px;
  }
}


.slick-dots li {
  width: 10px;
  margin: 0 6px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #fff;
  border: solid #73cbe8 1px;
  border-radius: 100%;
  text-indent: -1000px;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background: #73cbe8;
}

.slick-button {
  position: absolute;
  top: 105px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
.slick-button.button-next {
  right: -10px;
}
.slick-button.button-prev {
  left: -10px;
}
