.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;
  }
  .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;
  }
  .section-kitchen-tips .title-common-primary {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    max-width: 375px;
    min-width: 320px;
  }
  .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;
  }
}
.wrapper-inner {
  border: solid #73cbe8 1px;
}


.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;
  }
}





    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
