@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

input, button {
  appearance: none;
  font-family: inherit;
}

button {
  color: #000;
  font-family: inherit;
}

:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  height: 100%;
}

[id] {
  scroll-margin-top: 10px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "メイリオ", "Meiryo", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
  position: relative;
  line-height: 1.6;
  font-size: 0.875rem;
  word-wrap: break-word;
  word-break: break-all;
  letter-spacing: 0.05rem;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}
body a {
  display: inline-block;
}

main {
  display: flex;
  flex-direction: column;
}
main .inner {
  width: min(100%, 1200px);
  margin-inline: auto;
  margin-block: 0 2rem;
  padding-inline: 20px;
}
@media screen and (min-width: 1400px) {
  main .inner {
    padding-inline: 0;
    margin-block: 0 4rem;
  }
}
main .inner.wide1000 {
  width: min(100%, 1000px);
}

.br--tb {
  display: none;
}
@media screen and (min-width: 769px) {
  .br--tb {
    display: inline-block;
  }
}

.br-hide--tb {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .br-hide--tb {
    display: none;
  }
}

.br--in {
  display: none;
}
@media screen and (min-width: 1200px) {
  .br--in {
    display: inline-block;
  }
}

.br-hide--in {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .br-hide--in {
    display: none;
  }
}

.br--pc {
  display: none;
}
@media screen and (min-width: 1400px) {
  .br--pc {
    display: inline-block;
  }
}

.br-hide--pc {
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  .br-hide--pc {
    display: none;
  }
}

.section-read {
  margin-block: 0 2rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .section-read {
    text-align: center;
  }
}

body.cooking img {
  border-radius: 8px;
}

header {
  width: 100%;
  background: #fff;
}
header .header__inner {
  padding-inline: 14px;
  padding-block: 10px;
  margin-inline: auto;
  width: min(100%, 1500px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__inner .header__logo {
  width: min(100%, 160px);
}
@media screen and (min-width: 769px) {
  header .header__inner .header__logo {
    width: min(100%, 234px);
  }
}
header .header__inner .header__logo img {
  width: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  header .header__inner .header__logo:hover img {
    opacity: 0.8;
  }
}
header .header__inner .header__sns {
  display: flex;
  align-items: center;
  gap: 18px;
}

/*==================================================
	page-link（ページ内リンクスマホの時アコーディオン）
==================================================*/
.page-link {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overscroll-behavior: none;
  background: #f7f7f7;
  /* ===== モーション軽減設定 ===== */
}
@media screen and (min-width: 769px) {
  .page-link {
    position: relative;
    height: 14vw;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 1400px) {
  .page-link {
    height: 146px;
  }
}
.page-link .page-link__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}
@media screen and (min-width: 769px) {
  .page-link .page-link__title {
    display: none;
  }
}
.page-link .page-link__title p {
  margin: 0;
}
.page-link .page-link__title .sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.page-link .page-link__title .drawer__btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  border-style: solid;
  border-width: 0;
  width: 100%;
  padding-block: 5px;
  background: transparent;
  color: #E03F43;
}
.page-link .page-link__title .drawer__btn small {
  display: inline-block;
  margin-inline: 0 0.5rem;
}
.page-link .page-link__title .drawer__btn .drawer__menu {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border: solid 1px #E03F43;
  font-size: 14px;
  letter-spacing: 0.13rem;
}
.page-link .page-link__title .drawer__btn .drawer__menu::before {
  content: none;
  display: inline-block;
  position: absolute;
  top: 130%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 12px;
  height: 12px;
  background: url(../img/cooking/arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(90deg);
}
.page-link.is-open .page-link__title .drawer__btn .drawer__menu::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-link.is-open #js-drawercontents {
  max-height: 1100px;
  height: 110svh;
  padding-block: 0 2rem;
}
.page-link #js-drawercontents {
  display: flex;
  overflow: hidden;
  transition: 0.35s ease;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  width: min(100%, 1200px);
  background: #f7f7f7;
  margin-inline: auto;
  flex-direction: column;
  max-height: 0;
  transition: max-height 0.3s ease;
  position: absolute;
  top: 52px;
  z-index: 3;
  overscroll-behavior: none;
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents {
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    max-height: none;
    position: static;
    background: none;
  }
}
.page-link #js-drawercontents li {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li {
    width: 14vw;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1400px) {
  .page-link #js-drawercontents li {
    width: min(100%, 148px);
    aspect-ratio: 1/1;
  }
}
.page-link #js-drawercontents li:first-of-type {
  margin-block: 3rem 0;
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li:first-of-type {
    margin-block: 0;
  }
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li:nth-of-type(odd) a {
    background: url(../img/cooking/nav_odd.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li:nth-of-type(even) a {
    background: url(../img/cooking/nav_even.png) no-repeat center center;
    background-size: contain;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .page-link #js-drawercontents li:hover a {
    opacity: 0.75;
    color: #6C3606;
  }
}
.page-link #js-drawercontents li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  border-radius: 6px;
  color: #333;
  font-size: clamp(0.82rem, 4vw, 1.2rem);
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li a {
    color: #333;
    padding: 0.5rem 1rem;
    background: #fff;
    font-size: clamp(0.82rem, 1.4vw, 0.9rem);
  }
}
@media screen and (min-width: 1200px) {
  .page-link #js-drawercontents li a {
    font-size: clamp(0.82rem, 2vw, 0.9rem);
  }
}
.page-link #js-drawercontents li a br {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-link #js-drawercontents li a br {
    display: inline-block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-link ul {
    transition: none;
  }
}

footer {
  padding-block: 0 5rem;
}
footer .footer__infonav {
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-block: 2rem 3rem;
  padding-inline: 20px;
}
footer .footer__infonav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  footer .footer__infonav ul {
    gap: 12px;
  }
}
footer .footer__infonav ul li {
  width: calc((100% - 5px) / 2);
}
@media screen and (min-width: 769px) {
  footer .footer__infonav ul li {
    flex: 1;
  }
}
footer .footer__infonav ul li a {
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #333;
  border-radius: 8px;
  padding-block: 10px 8px;
  padding-inline: 8px;
  font-size: clamp(11px, 1.5vw, 16px);
}
@media (any-hover: hover) and (pointer: fine) {
  footer .footer__infonav ul li a:hover {
    background: #E03F43;
  }
}
footer small {
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  footer small {
    font-size: 0.75rem;
  }
}
footer .footer__global {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #E03F43;
  padding-block: 5px;
}
footer .footer__global .btn-wrap {
  width: min(100%, 1000px);
  margin-inline: auto;
  flex-direction: row;
  gap: 5px;
}
footer .footer__global .btn-wrap .btn {
  width: auto;
  font-size: 0.6875rem;
  font-weight: bold;
  padding-inline: 5px;
  padding-block: 10px;
}
@media screen and (min-width: 769px) {
  footer .footer__global .btn-wrap .btn {
    flex: 1;
    font-size: 1rem;
  }
}
footer .footer__global .btn-wrap .btn::after {
  content: none;
}
@media screen and (min-width: 769px) {
  footer .footer__global .btn-wrap .btn::after {
    content: "";
  }
}
footer .footer__logo {
  margin-block: 0 3rem;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  footer .footer__logo:hover {
    opacity: 0.75;
  }
}

.return {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 4;
  color: #fff;
  background: rgba(224, 63, 67, 0.75);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 28px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .return {
    bottom: 80px;
    width: 56px;
    height: 56px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .return:hover {
    background: #e03f43;
  }
}
.return.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.return::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  mask-image: url(../img/cooking/arrow.svg);
  mask-size: contain;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.return span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

body.cooking .page-link:has(.is-open) .return.is-show {
  opacity: 0 !important;
}

.kv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv {
    margin-block: 0 2rem;
  }
}
.kv .kv__img {
  aspect-ratio: 375/273;
}
@media screen and (min-width: 1200px) {
  .kv .kv__img {
    aspect-ratio: auto;
    height: 700px;
  }
}
.kv .kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.kv hgroup {
  width: 100%;
  background: #E03F43;
  display: inline-block;
  padding: 30px 40px;
  color: #fff;
  font-size: clamp(2.5rem, 8vw, 3.625rem);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .kv hgroup {
    position: absolute;
    right: 10.5vw;
    bottom: 70px;
    width: auto;
    font-size: clamp(3.625rem, 10vw, 4.25rem);
    background: rgba(224, 63, 67, 0.8);
  }
}
.kv hgroup span {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 1.125rem;
  line-height: 2;
}
.kv hgroup h1 {
  line-height: 1.6;
}
.kv .catch-copy {
  position: absolute;
  top: 15vw;
  font-size: clamp(1.375rem, 6vw, 3rem);
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .kv .catch-copy {
    font-size: clamp(1.875rem, 8vw, 3.375rem);
  }
}
@media screen and (min-width: 1650px) {
  .kv .catch-copy {
    left: 10vw;
    top: 10vw;
  }
}
.kv .catch-copy span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding-block: 7px 3px;
  padding-inline: 15px 5px;
  margin-block: 0 0.5rem;
  letter-spacing: 5%;
}
.kv .catch-copy span:nth-of-type(3) {
  text-indent: -15px;
}
@media screen and (min-width: 769px) {
  .kv .catch-copy span:nth-of-type(3) {
    text-indent: -30px;
  }
}

#album {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  #album {
    gap: 20px;
  }
}
#album li {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #album li {
    width: calc((100% - 60px) / 4);
  }
}
#album li a {
  display: block;
  width: 100%;
  height: 100%;
}
#album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;";
}

.section-title {
  position: relative;
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 15%;
  margin-block: 4rem 2.5rem;
  color: #E03F43;
}
@media screen and (min-width: 769px) {
  .section-title {
    margin-block: 4rem 3rem;
    font-size: clamp(2.25rem, 5vw, 3.125rem);
  }
}
.section-title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #E03F43;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section-title span {
  display: block;
  font-family: "Ubuntu Condensed", sans-serif;
  color: #BFADA1;
  font-weight: normal;
  font-size: 1.25rem;
  margin-block: 1.5rem 0;
  letter-spacing: 0;
}

.block-title {
  position: relative;
  text-align: center;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-block: 4rem 3rem;
}
@media screen and (min-width: 769px) {
  .block-title {
    margin-block: 4rem;
    font-size: clamp(2.25rem, 5vw, 3.125rem);
  }
}
.block-title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #E03F43;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  text-align: center;
  font-size: clamp(1.375rem, 4vw, 1.625rem);
  margin-block: 0 1.5rem;
  margin-inline: auto;
  padding-block: 0 6px;
  border-bottom: solid 1px #E03F43;
}
@media screen and (min-width: 769px) {
  .feature-title {
    font-size: clamp(2rem, 5vw, 2.5rem);
    border: none;
  }
}
.feature-title .feature-title__number {
  position: relative;
  color: #fff;
  background: #E03F43;
  display: inline-block;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  white-space: nowrap;
  width: 53px;
  height: 53px;
  line-height: 53px;
  border-radius: 35px;
}
@media screen and (min-width: 769px) {
  .feature-title .feature-title__number {
    font-size: clamp(2.25rem, 5vw, 3rem);
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (min-width: 769px) {
  .feature-title .feature-title__text {
    width: auto;
    border-bottom: solid 1px #E03F43;
  }
}
.feature-title .feature-title__text b {
  font-weight: normal;
  color: #E03F43;
}

.deco-title {
  margin-block: 0 0.5rem;
}
.deco-title span {
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
.deco-title span::before, .deco-title span::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/cooking/lines.svg) no-repeat center bottom;
  background-size: contain;
  vertical-align: bottom;
}
.deco-title span::before {
  margin-inline: 0 1rem;
}
.deco-title span::after {
  transform: scaleX(-1);
  margin-inline: 1rem 0;
}

.melit-title {
  line-height: 1.4;
  font-size: 1.5rem;
  margin-block: 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .melit-title {
    font-size: 2.5rem;
    margin-block: 0 2rem;
  }
}
.melit-title b {
  font-weight: normal;
  color: #E03F43;
  background: linear-gradient(180deg, transparent 68%, rgb(255, 250, 190) 68%, rgb(255, 250, 190) 86%, transparent 86%);
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .btn-wrap {
    flex-direction: row;
  }
}
.btn-wrap .btn {
  display: inline-block;
  width: min(100%, 335px);
  border: solid 1px #E03F43;
  padding-block: 16px;
  padding-inline: 15px;
  color: #E03F43;
  background: #fff;
  transition: 0.3s;
}
.btn-wrap .btn::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/cooking/arrow.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-inline: 10px 0;
  transition: 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .btn-wrap .btn:hover {
    background: #f7f7f7;
  }
  .btn-wrap .btn:hover::after {
    transform: translateX(10px);
  }
}

.student-voice {
  position: relative;
  padding-block: 12px;
  padding-inline: 12px;
  display: flex;
  flex-direction: column;
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-block: 3rem;
  gap: 20px;
  border: solid 1px #E03F43;
}
@media screen and (min-width: 769px) {
  .student-voice {
    flex-direction: row;
    gap: 40px;
    padding-block: 15px;
    padding-inline: 15px;
  }
}
.student-voice img {
  width: 100%;
  height: auto;
  margin-block: 0;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .student-voice img {
    width: min(100%, 330px);
  }
}
.student-voice .voice__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .student-voice .voice__text {
    width: min(100%, 565px);
  }
}
.student-voice .voice__text h3 {
  color: #E03F43;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: bold;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
  margin-block: 0 10px;
}

.top-read {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.625rem, 5vw, 2.25rem);
  line-height: 1.5;
  margin-block: 3rem 0;
}
.top-read span {
  display: block;
  color: #E03F43;
  font-size: clamp(2.5rem, 5vw, 2.875rem);
}
@media screen and (min-width: 769px) {
  .top-read span {
    display: inline-block;
  }
}

.instagram-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-block: 0 1.5rem;
}
.instagram-icon a {
  color: #E03F43;
  text-decoration: underline;
}

.feature01__figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .feature01__figure img {
    width: auto;
  }
}

.splide {
  margin-block: 3rem 5rem;
}

.splide .splide__slide img {
  width: 100%;
}
.splide .splide__pagination {
  bottom: -2.5em;
  gap: 12px;
}
.splide .splide__pagination__page {
  width: 12px;
  height: 12px;
}
.splide .splide__pagination__page.is-active {
  background: #E03F43;
  transform: none;
  margin: 6px;
}

.feature02__mv {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.6fr 0.4fr;
  gap: 5px 5px;
  grid-template-areas: "div1 div1 div1" "div2 div3 div4";
}
@media screen and (min-width: 769px) {
  .splide--sp {
      display: none;
  }
  .feature02__mv {
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1.5fr 0.5fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "div1 div2" "div1 div3" "div1 div4";
  }

}
.feature02__mv div {
  position: relative;
  grid-area: auto;
}
.feature02__mv div img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .feature02__mv div img {
    height: 100%;
    object-fit: cover;
  }
}
.feature02__mv div .label {
  color: #fff;
  background: #E03F43;
  display: inline-block;
  padding: 4px 10px;
  width: min(100%, 95px);
  margin-block: 0.5rem;
}
@media screen and (min-width: 769px) {
  .feature02__mv div .label {
    position: absolute;
    top: 15px;
    left: 0;
    margin-block: 0s;
  }
}
.feature02__mv .div1 {
  grid-area: div1;
}
.feature02__mv .div2 {
  grid-area: div2;
}
.feature02__mv .div3 {
  grid-area: div3;
}
.feature02__mv .div0 {
  grid-area: div0;
}

.student-restaurant {
  background: #f7f7f7;
  padding-block: 2rem;
  margin-inline: -20px;
  padding-inline: 20px;
}
@media screen and (min-width: 769px) {
  .student-restaurant {
    padding-block: 4rem;
    margin-inline: 0;
    padding-inline: 0;
  }
}
.student-restaurant img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .student-restaurant img {
    width: min(100%, 830px);
  }
}

.feature03__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (min-width: 769px) {
  .feature03__list {
    gap: 33px;
  }
}
.feature03__list li {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 14px) / 2);
}
@media screen and (min-width: 769px) {
  .feature03__list li {
    width: calc((100% - 66px) / 3);
  }
}
.feature03__list li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature03__list li h4 {
  font-weight: bold;
  border-left: dotted 2px #E03F43;
  padding-inline: 1rem 0;
}
@media screen and (min-width: 769px) {
  .feature03__list li h4 {
    font-size: 1.125rem;
  }
}

.feature04__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 0.5fr 0.5fr;
  gap: 15px 34px;
  margin-block: 0 3rem;
  grid-template-areas: "div1 div1" "div2 div3" "div4 div5";
}
@media screen and (min-width: 769px) {
  .feature04__list {
    padding-inline: 45px;
    grid-template-columns: 1.15fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "div1 div2 div3" "div1 div4 div5";
  }
}
.feature04__list > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature04__list > div img {
  width: min(100%, 246px);
}
.feature04__list > div:first-of-type {
  margin-block: 0 2rem;
}
.feature04__list > div:first-of-type img {
  width: min(100%, 538px);
}
.feature04__list > div span {
  display: block;
  margin-block: 0.5rem;
}
.feature04__list .div1 {
  grid-area: div1;
}
.feature04__list .div2 {
  grid-area: div2;
}
.feature04__list .div3 {
  grid-area: div3;
}
.feature04__list .div4 {
  grid-area: div4;
}
.feature04__list .div5 {
  grid-area: div5;
}
.feature04__list .div2::before, .feature04__list .div3::before, .feature04__list .div4::before, .feature04__list .div5::before {
  content: "";
  display: inline-block;
  width: clamp(38px, 9vw, 64px);
  aspect-ratio: 1/1;
  background: url(../img/cooking/step_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (min-width: 769px) {
  .feature04__list .div2::before, .feature04__list .div3::before, .feature04__list .div4::before, .feature04__list .div5::before {
    top: 0;
  }
}
.feature04__list .div2::before {
  background: url(../img/cooking/step_01.png) no-repeat center center;
  background-size: contain;
}
.feature04__list .div3::before {
  background: url(../img/cooking/step_02.png) no-repeat center center;
  background-size: contain;
}
.feature04__list .div4::before {
  background: url(../img/cooking/step_03.png) no-repeat center center;
  background-size: contain;
}
.feature04__list .div5::before {
  background: url(../img/cooking/step_04.png) no-repeat center center;
  background-size: contain;
}

.feature04__collection-banner h4 {
  font-size: 1.125rem;
  margin-block: 0 1rem;
}
@media screen and (min-width: 769px) {
  .feature04__collection-banner h4 {
    font-size: 1.5rem;
    margin-block: 0 1.5rem;
  }
}
.feature04__collection-banner img {
  width: 100%;
}
@media (any-hover: hover) and (pointer: fine) {
  .feature04__collection-banner a:hover img {
    opacity: 0.75;
  }
}

.feature05__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.feature05__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 960px) {
  .feature05__list li {
    width: calc((100% - 60px) / 4);
  }
}
.feature05__list li img {
  width: 100%;
  margin-block: 0 1rem;
}
.feature05__list li span {
  display: inline-block;
  padding-inline: 10px;
  padding-block: 4px;
  color: #fff;
  background: #E03F43;
  margin-block: 0.8rem 0;
  border-radius: 20px;
  width: min(100%, 150px);
}

.feature06__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 0 2rem;
}
@media screen and (min-width: 960px) {
  .feature06__content {
    flex-direction: row;
    gap: 45px;
    margin-block: 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .feature06__content .feature06__text {
    width: min(100%, 510px);
  }
}
@media screen and (min-width: 960px) {
  .feature06__content .feature06__text .feature-title {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .feature06__content .feature06__text .section-read {
    text-align: left;
  }
}
.feature06__content .feature06__text .notion {
  margin-block: 0 2.5rem;
}
@media screen and (min-width: 960px) {
  .feature06__content .feature06__text .notion {
    text-align: left;
  }
}
.feature06__content .feature06__text .notion span::before {
  margin-inline: 0 0.5rem;
}
.feature06__content .feature06__text .notion span::after {
  margin-inline: 0.5rem 0;
}
.feature06__content .feature06__text .notion strong {
  position: relative;
  display: inline-block;
  background: #E03F43;
  color: #E03F43;
  font-weight: bold;
  font-size: 1.125rem;
  background: linear-gradient(180deg, transparent 60%, rgb(255, 250, 190) 60%);
}
@media screen and (min-width: 769px) {
  .feature06__content .feature06__text .notion strong {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .feature06__content .feature06__text .btn-wrap {
    justify-content: flex-start;
  }
}
.feature06__content .feature06__img img {
  width: 100%;
}

.feature06__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.feature07__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1.5fr 0.8fr;
  gap: 10px 10px;
  margin-block: 0 2rem;
  grid-template-areas: "div1 div1 div1 div2 div2 div2" "div3 div3 div4 div4 div5 div5";
}
.feature07__list .div1 {
  grid-area: div1;
}
.feature07__list .div2 {
  grid-area: div2;
}
.feature07__list .div3 {
  grid-area: div3;
}
.feature07__list .div4 {
  grid-area: div4;
}
.feature07__list .div5 {
  grid-area: div5;
}
@media screen and (min-width: 769px) {
  .feature07__list {
    gap: 30px 30px;
    margin-block: 0 3rem;
  }
}
.feature07__list > div img {
  width: 100%;
}

.qualification.inner.wide1000 {
  margin-block: 0 2rem;
}
.qualification.inner.wide1000 .top-read {
  margin-block: 0 2rem;
  font-weight: normal;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
}
.qualification.inner.wide1000 .top-read span {
  font-weight: bold;
  font-size: clamp(1.875rem, 5vw, 2.375rem);
}
.qualification.inner.wide1000 .qualification-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .qualification.inner.wide1000 .qualification-contents {
    flex-direction: row;
    gap: 40px;
  }
}
.qualification.inner.wide1000 .qualification-contents .qualification__block {
  flex: 1;
  border: solid 1px #BFADA1;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 2rem;
}
.qualification.inner.wide1000 .qualification-contents .qualification__block .deco-title {
  font-size: 1.0625rem;
}
.qualification.inner.wide1000 .qualification-contents .qualification__block ul {
  display: inline-block;
  margin-inline: 1rem 0;
  list-style-type: disc;
  text-align: left;
  list-style-position: inside;
}
.qualification.inner.wide1000 .qualification-contents .qualification__block .deco-number + p {
  text-indent: 6rem;
}
@media screen and (min-width: 769px) {
  .qualification.inner.wide1000 .qualification-contents .qualification__block .deco-number + p {
    text-indent: 9rem;
  }
}

.deco-number {
  font-weight: bold;
  font-size: 2.375rem;
}
@media screen and (min-width: 769px) {
  .deco-number {
    font-size: 3rem;
  }
}
.deco-number span {
  line-height: 1;
  font-size: 5rem;
  color: #E03F43;
  text-shadow: 3px 3px 0 #6C3606;
  margin-inline: 0 0.75rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .deco-number span {
    font-size: 5.625rem;
  }
}

.careerpath .careerpath-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 0 2rem;
}
@media screen and (min-width: 960px) {
  .careerpath .careerpath-flex {
    flex-direction: row;
    align-items: center;
    gap: 45px;
    margin-block: 0 4rem;
  }
}
.careerpath .careerpath-flex .careerpath-flex__img img {
  width: min(100%, 600px);
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-title {
    margin-block: 0 1rem;
  }
}
.careerpath .careerpath-flex .careerpath-flex__text .deco-title span {
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-title span {
    font-size: 1.625rem;
  }
}
.careerpath .careerpath-flex .careerpath-flex__text .deco-title span::before, .careerpath .careerpath-flex .careerpath-flex__text .deco-title span::after {
  width: 45px;
  height: 45px;
}
.careerpath .careerpath-flex .careerpath-flex__text .deco-title span::before {
  margin-inline: 0 2rem;
}
@media screen and (min-width: 960px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-title span::before {
    margin-inline: 0 3rem;
  }
}
.careerpath .careerpath-flex .careerpath-flex__text .deco-title span::after {
  margin-inline: 2rem 0;
}
@media screen and (min-width: 960px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-title span::after {
    margin-inline: 3rem 0;
  }
}
.careerpath .careerpath-flex .careerpath-flex__text .careerpath-flex__continuous {
  display: inline-block;
  padding-inline: 15px;
  padding-block: 4px;
  margin-block: 0 0.8rem;
  background: #E03F43;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 10%;
  width: min(100%, 193px);
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .careerpath-flex__continuous {
    font-size: 1.25rem;
    width: min(100%, 263px);
    margin-block: 0 2rem;
  }
}
.careerpath .careerpath-flex .careerpath-flex__text .careerpath-flex__continuous span {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .careerpath-flex__continuous span {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-number {
    font-size: 3.9375rem;
  }
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-number span {
    font-size: 7.5rem;
    margin-inline: 0 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath-flex .careerpath-flex__text .deco-number + p {
    font-size: 1.3125rem;
  }
}
.careerpath .careerpath__recruit {
  color: #fff;
  background: #333;
  border-radius: 40px;
  padding-block: 4px;
  width: min(100%, 224px);
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  margin-block: 0 2rem;
}
.careerpath .careerpath__read {
  color: #E03F43;
  font-size: 1.375rem;
  margin-block: 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__read {
    font-size: 1.8125rem;
  }
}
.careerpath .careerpath__read br {
  display: none;
}
@media screen and (min-width: 960px) {
  .careerpath .careerpath__read br {
    display: inline-block;
  }
}
@media screen and (min-width: 1920px) {
  .careerpath .careerpath__read br {
    display: none;
  }
}
.careerpath .careerpath__list {
  display: inline-block;
  margin-block: 0 2rem;
  list-style-type: disc;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__list {
    transform: translateX(7vw);
  }
}
@media screen and (min-width: 1650px) {
  .careerpath .careerpath__list {
    justify-content: flex-end;
    transform: none;
  }
}
.careerpath .careerpath__list li {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin-block: 0 0.5rem;
  list-style-position: inside;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__list li {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .careerpath .careerpath__list li {
    font-size: 0.9375rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1650px) {
  .careerpath .careerpath__list li {
    font-size: 0.875rem;
    width: 25%;
  }
}
@media screen and (min-width: 1650px) {
  .careerpath .careerpath__list li:nth-child(4n-3), .careerpath .careerpath__list li:nth-child(4n-2) {
    width: calc(25% - 45px);
  }
}
.careerpath .careerpath__list li small {
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__list li small {
    font-size: 0.75rem;
  }
}
.careerpath .careerpath__list + .careerpath__read {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .careerpath .careerpath__list + .careerpath__read {
    font-size: 1.5rem;
  }
}

.melit {
  background: #f7f7f7;
  padding-inline: 20px;
}
.melit .inner {
  background: #fff;
  padding-block: 2rem;
  padding-inline: 4vw;
}
.melit .student-voice {
  background: #fff;
  margin-block: 2rem;
}
@media screen and (min-width: 769px) {
  .melit .student-voice {
    margin-block: 4rem;
  }
}

.melit01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .melit01 {
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
}
.melit01 .melit01__text {
  flex: 1;
}
.melit01 .melit01__text .section-read {
  margin-block: 0;
}
.melit01 .melit01__img {
  flex: 1;
}
.melit01 .melit01__img img {
  width: min(100%, 456px);
}

.melit02.inner {
  margin-block: 0 2rem;
}
.melit02 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .melit02 img {
    width: min(100%, 938px);
  }
}
.melit02 .melit02__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .melit02 .melit02__list {
    gap: 65px;
  }
}
.melit02 .melit02__list li {
  width: 100%;
  padding-block: 1.2rem;
  color: #fff;
  border-radius: 8px;
  background: #E03F43;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .melit02 .melit02__list li {
    width: min(100%, 348px);
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .melit02 .melit02__list li span {
    font-size: 1.3125rem;
  }
}
.melit02 .melit02__list li .btn-wrap {
  padding-block: 1rem 0;
  padding-inline: 12px;
}
.melit02 .melit02__list li .btn-wrap .btn {
  font-weight: normal;
  width: min(100%, 224px);
  background: #fff;
  padding-inline: 6px 20px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .melit02 .melit02__list li .btn-wrap .btn {
    padding-inline: 20px 40px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .melit02 .melit02__list li .btn-wrap .btn br {
    display: none;
  }
}

.melit03__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.5fr 0.8fr;
  gap: 9px 9px;
  grid-template-areas: "div1 div1" "div2 div3";
}
@media screen and (min-width: 769px) {
  .melit03__list {
    grid-template-columns: 1.6fr 0.78fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "div1 div2" "div1 div3";
  }
}
.melit03__list > div img {
  width: 100%;
}
.melit03__list .div1 {
  grid-area: div1;
}
.melit03__list .div2 {
  grid-area: div2;
}
.melit03__list .div3 {
  grid-area: div3;
}

.melit04 img {
  width: 100%;
}

.survey-results {
  display: flex;
  flex-direction: column;
  margin-block: 2rem 0;
  padding-block: 2rem 1.5rem;
  border: solid 10px #E03F43;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .survey-results {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-block: 4rem 0;
    padding-block: 3.5rem 3rem;
    gap: 45px;
  }
}
.survey-results .survey-results__text .deco-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .survey-results .survey-results__text .deco-title {
    font-size: 2.5rem;
    margin-block: 0;
  }
}
.survey-results .survey-results__text .deco-title span {
  background: linear-gradient(180deg, transparent 55%, rgb(255, 250, 190) 55%, rgb(255, 250, 190) 86%, transparent 86%);
}
@media screen and (min-width: 769px) {
  .survey-results .survey-results__text .deco-title span::before, .survey-results .survey-results__text .deco-title span::after {
    width: 60px;
    height: 60px;
    vertical-align: bottom;
  }
}
.survey-results .survey-results__text .deco-title span::before {
  margin-inline: 0 1rem;
}
.survey-results .survey-results__text .deco-title span::after {
  margin-inline: 1rem 0;
}
.survey-results .survey-results__text .deco-title b {
  display: inline-block;
  margin-block: 0 1rem;
  background: linear-gradient(180deg, transparent 55%, rgb(255, 250, 190) 55%, rgb(255, 250, 190) 86%, transparent 86%);
}
.survey-results .survey-results__text p {
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .survey-results .survey-results__text p {
    font-size: 1.125rem;
  }
}
.survey-results .survey-results__percent {
  display: flex;
  justify-content: center;
}
.survey-results .survey-results__percent .deco-number {
  color: #E03F43;
  text-shadow: 2px 2px 0 #6C3606;
}
@media screen and (min-width: 769px) {
  .survey-results .survey-results__percent .deco-number {
    font-size: 5rem;
  }
}
.survey-results .survey-results__percent .deco-number span {
  font-size: 4.375rem;
}
@media screen and (min-width: 769px) {
  .survey-results .survey-results__percent .deco-number span {
    font-size: clamp(7.5rem, 8vw, 10.625rem);
    margin-inline: 0 1.5rem;
    display: inline-block;
  }
}

.voice .voice__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .voice .voice__list {
    flex-direction: row;
    gap: 45px;
  }
}
.voice .voice__list .voice__block {
  width: 100%;
}
.voice .voice__list .voice__block .voice__img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  aspect-ratio: 16/9;
  margin-block: 0 1.2rem;
}
.voice .voice__list .voice__block .voice__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.voice .voice__list .voice__block .voice__img p {
  margin-block: 0 0.3rem;
  padding-inline: 0 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .voice .voice__list .voice__block .voice__img p {
    font-size: 1.125rem;
  }
}
.voice .voice__list .voice__block .voice__img p:first-of-type {
  margin-block: 1.2rem 0.3rem;
}
.voice .voice__list .voice__block .voice__img h3 {
  font-size: 0.75rem;
  padding-inline: 0 1rem;
  margin-block: 0 0.5rem;
}
@media screen and (min-width: 769px) {
  .voice .voice__list .voice__block .voice__img h3 {
    font-size: 0.9375rem;
  }
}
.voice .voice__list .voice__block .voice__img h3 span {
  font-size: 1.375rem;
}
@media screen and (min-width: 769px) {
  .voice .voice__list .voice__block .voice__img h3 span {
    font-size: 1.5625rem;
  }
}
.voice .voice__list .voice__block .voice__img h3 + p {
  font-size: 0.6875rem;
}
@media screen and (min-width: 769px) {
  .voice .voice__list .voice__block .voice__img h3 + p {
    font-size: 0.875rem;
  }
}
.voice .voice__list .voice__block .voice__text {
  text-align: left;
}
.voice .voice__list .voice__block .voice__text h4 {
  font-size: 1.25rem;
  margin-block: 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .voice .voice__list .voice__block .voice__text h4 {
    font-size: 1.5625rem;
  }
}

.message .message-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .message .message-content {
    flex-direction: row;
    gap: 45px;
  }
}
.message .message-content .message__img {
  flex: 1;
}
.message .message-content .message__img img {
  width: 100%;
}
.message .message-content .message__text {
  flex: 1;
  text-align: left;
}
.message .message-content .message__text .message__teacher {
  margin-block: 0 1rem;
}
.message .message-content .message__text .message__teacher span {
  font-size: 1.5rem;
}
.message .message-content .message__text h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-block: 0 0.6rem;
}
@media screen and (min-width: 769px) {
  .message .message-content .message__text h3 {
    font-size: 1.125rem;
  }
}
.message .message-content .message__text p {
  margin-block: 0 2rem;
}
.message .message-content .message__text .btn-wrap {
  justify-content: flex-start;
}
.message .message-content .message__text .btn-wrap .btn {
  text-align: center;
}

.topics .block-title {
  color: #E03F43;
  letter-spacing: 10%;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", san-serif;
}
.topics .modTopics {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0px;
}
.topics .modTopics .topics-content {
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 769px) {
  .topics .modTopics {
    flex-direction: row;
  }
}
.topics .modTopics li {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .topics .modTopics li {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (min-width: 1400px) {
  .topics .modTopics li {
    width: calc((100% - 60px) / 4);
  }
}
.topics .modTopics li a .modTopics_itemInner {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .topics .modTopics li a .modTopics_itemInner {
    flex-direction: column;
  }
}
.topics .modTopics li a .modTopics_itemInner .modTopics_photo {
  width: 34%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .topics .modTopics li a .modTopics_itemInner .modTopics_photo {
    width: 100%;
  }
}
.topics .modTopics li a .modTopics_itemInner .modTopics_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.topics .modTopics li a .modTopics_itemInner .modTopics_txtCol {
  width: calc(66% - 20px);
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topics .modTopics li a .modTopics_itemInner .modTopics_txtCol {
    width: 100%;
  }
}
.topics .modTopics li a .modTopics_itemInner .modTopics_txtCol .modTopics_date {
  font-size: 0.75rem;
  margin-block: 0 0.5rem;
}
.topics .modTopics li a .modTopics_itemInner .modTopics_txtCol .modTopics_tit {
  font-weight: bold;
}
@media (any-hover: hover) and (pointer: fine) {
  .topics .modTopics li a:hover .modTopics_itemInner .modTopics_photo img {
    transform: scale(1.05);
  }
}

.bnr-wrap {
  margin-block: 2rem;
}
@media screen and (min-width: 769px) {
  .bnr-wrap {
    margin-block: 4rem;
  }
}
.bnr-wrap a img {
  width: min(100%, 372px);
}
@media (any-hover: hover) and (pointer: fine) {
  .bnr-wrap a:hover img {
    opacity: 0.75;
  }
}

.u-fz-12 {
  font-size: 0.75rem !important;
}

.u-fz-14 {
  font-size: 0.875rem !important;
}

.u-fz-16 {
  font-size: 1rem !important;
}

.u-fz-18 {
  font-size: 1.125rem !important;
}

.u-fz-20 {
  font-size: 1.25rem !important;
}

.u-fz-30 {
  font-size: 1.875rem !important;
}

.color-main {
  color: #E03F43;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-lc {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .align-lc {
    text-align: center;
  }
}

/*# sourceMappingURL=cooking.css.map */
