@charset "UTF-8";
/* ==============================
Foundation
================================= */
/*
---
name: index
category:
  - object
  - object/foundation/index
---
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/*
---
name: index
category:
  - object
  - object/global/index
---
*/
/*
---
name: variable
category:
  - global/variable
---

変数 設定

*/
/*
---
name: mixin
category:
  - global/mixin
---

*/
/*
---
name: base
category:
  - foundation/base
---

基本設定

*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "UDShinMGoPro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/A-OTF-UDShinMGoPro-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "UDShinMGoPro";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/A-OTF-UDShinMGoPro-DeBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "FolkPro";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/A-OTF-FolkPro-Heavy.otf) format("opentype");
  font-display: swap;
}
.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 47%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  background-color: #e2f3fd;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
    font-size: 1.6rem;
  }
}

a {
  transition-duration: 0.4s;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}
a:visited {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

address {
  font-style: normal;
}

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

dd {
  margin-left: 0;
}

@media screen and (max-width: 576px) {
  #about,
  #reason,
  #recipe,
  #faq {
    scroll-margin-top: 65px; /* ヘッダーの高さに合わせて調整 */
  }
}

/* ==============================
Layout
================================= */
/*
---
name: index
category:
  - object
  - object/layout/index
---
*/
/*
---
name: container
category:
  - object
  - object/layout/container
---

container

*/
.l-container {
  max-width: 1095px;
  margin-inline: auto;
}

.l-container__narrow {
  max-width: 684px;
  margin-inline: auto;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

/*
---
name: header
category:
  - object
  - object/layout/header
---

ヘッダー全体。

*/
.l-header {
  background-color: #e2f3fd;
}
@media screen and (max-width: 768px) {
  .l-header {
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 53px;
  }
}

body.is-open .l-header {
  background-color: #fff;
}

/*
---
name: footer
category:
  - object
  - object/layout/footer
---

フッター全体。

*/
.l-footer {
  padding-top: 30px;
  background-color: #e2f3fd;
  padding-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding-bottom: 20px;
  }
}

/* ==============================
Object
================================= */
/*
Component
----------------------------- */
/*
---
name: index
category:
  - object
  - object/component/index
---
*/
/*
---
name: anchor
category:
  - object
  - object/component/anchor
---

固定ヘッダーのときのページ内リンクのアンカーのずれを解消するためのクラスです。

*/
.c-anchor {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

/*
---
name: button
category:
  - object
  - object/component/button
---

ボタン

*/
.c-button-round {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 18px;
  padding-left: 18px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-button-round {
    font-size: 1.3rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 14px;
    padding-left: 14px;
    max-width: 265px;
  }
}
.c-button-round:hover, .c-button-round:visited {
  color: #fff;
}
.c-button-round:after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 2.3rem;
  font-weight: normal;
  margin-left: 5px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .c-button-round:after {
    font-size: 1.3rem;
  }
}
.c-button-round.ver-recipe {
  max-width: 472px;
  color: #e50065;
  border: 3px solid #e50065;
  font-size: 3.6rem;
  padding-left: 60px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .c-button-round.ver-recipe {
    font-size: 1.6rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-button-round.ver-recipe:hover, .c-button-round.ver-recipe:visited {
  color: #e50065;
}
.c-button-round.ver-recipe:after {
  color: #e50065;
  font-size: 3.6rem;
}
@media screen and (max-width: 576px) {
  .c-button-round.ver-recipe:after {
    font-size: 1.6rem;
  }
}

/*
---
name: breadnub
category:
  - object
  - object/component/breadnub
---

パンくずナビ

*/
/*
---
name: colum
category:
  - object
  - object/component/colum
---

カラム

*/
.c-column-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
@media screen and (max-width: 576px) {
  .c-column-2col {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    row-gap: 26px;
  }
}
.c-column-2col.ver02 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .c-column-2col.ver02 {
    row-gap: 0;
  }
  .c-column-2col.ver02 .column-r {
    margin-top: -32px;
  }
}
.c-column-2col.ver03 {
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 60px;
}
@media screen and (max-width: 576px) {
  .c-column-2col.ver03 {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}

/*
---
name: hamburger
category:
  - object
  - object/component/hamburger
---

動くハンバーガーアイコンです。

*/
.c-hamburger__area {
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2ea7e0;
  transition: all 0.5s;
  border-radius: 0 0 0 10px;
}
.c-hamburger__area input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.c-hamburger__area input[type=checkbox]:checked + .c-hamburger__bar span {
  background-color: transparent;
}
.c-hamburger__area input[type=checkbox]:checked + .c-hamburger__bar span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger__area input[type=checkbox]:checked + .c-hamburger__bar span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger__area input[type=checkbox]:checked ~ .c-hamburger__nav {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.c-hamburger__bar {
  display: block;
  width: 22px;
  height: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}
.c-hamburger__bar span, .c-hamburger__bar span::before, .c-hamburger__bar span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.c-hamburger__bar span {
  width: 22px;
  left: 0;
}
.c-hamburger__bar span::before {
  top: -10px;
  width: 22px;
}
.c-hamburger__bar span::after {
  bottom: -10px;
  width: 22px;
}
.c-hamburger__nav {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.is-open {
  overflow: hidden;
}

.is-open .c-hamburger__bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.is-open .c-hamburger__bar span {
  width: 22px;
}
.is-open .c-hamburger__bar span::after {
  width: 22px;
}
.is-open .c-hamburger__bar::after {
  display: none;
}

/*
---
name: icon
category:
  - object
  - object/component/icon
---

アイコン

*/
/*
---
name: link
category:
  - object
  - object/component/link
---

リンク

*/
.c-link-default {
  color: #7ACCBF;
  text-decoration: underline;
}
.c-link-default:hover {
  text-decoration: none;
}
.c-link-default:visited {
  color: #7ACCBF;
}

/*
---
name: list
category:
  - object
  - object/component/list
---

リスト

*/
/*
---
name: pagetop
category:
  - object
  - object/component/pagetop
---

ページトップ

*/
.c-pagetop {
  position: fixed;
  bottom: 45px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2ea7e0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    right: 10px;
  }
}
.c-pagetop__arrow {
  position: relative;
}
.c-pagetop__arrow::before {
  font-family: "Material Symbols Outlined";
  content: "\e316";
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*
---
name: separate
category:
  - object
  - object/component/separate
---

区切り線

*/
.c-separate-dot {
  background-image: repeating-linear-gradient(90deg, #182b84, #182b84 7px, transparent 7px, transparent 23px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  max-width: 88%;
  height: 4px;
  margin-top: 140px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-separate-dot {
    background-image: repeating-linear-gradient(90deg, #182b84, #182b84 4px, transparent 4px, transparent 13px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

/*
---
name: table
category:
  - object
  - object/component/table
---

テーブル

*/
/*
---
name: title
category:
  - object
  - object/component/title
---

各種タイトル

*/
.c-title-head01 {
  text-align: center;
}
.c-title-head01__main {
  color: #e50065;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 576px) {
  .c-title-head01__main {
    font-size: 1.3rem;
  }
}
.c-title-head01__sub {
  margin-top: 15px;
  color: #182b84;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .c-title-head01__sub {
    font-size: 1.9rem;
    margin-top: 10px;
  }
}
.c-title-head01__highlight {
  color: #2ea7e0;
  font-family: "FolkPro";
  font-weight: 900;
  font-style: normal;
  font-size: 4.6rem;
}
@media screen and (max-width: 576px) {
  .c-title-head01__highlight {
    font-size: 1.9rem;
  }
}
.c-title-head01__underbar {
  border-bottom: 3px solid #e50065;
  padding-bottom: 2px;
}

.c-title-head02 {
  color: #fff;
  background-color: #182b84;
  border-radius: 50px;
  text-align: center;
  font-size: 3.9rem;
  font-weight: 900;
  width: 700px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 88%;
}
@media screen and (max-width: 576px) {
  .c-title-head02 {
    font-size: 1.6rem;
    width: 220px;
    max-width: 100%;
  }
}
.c-title-head02::before, .c-title-head02::after {
  content: "";
  background-image: repeating-linear-gradient(90deg, #182b84, #182b84 7px, transparent 7px, transparent 23px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  height: 4px;
  width: 30%;
  position: absolute;
  top: auto;
  left: 0;
  margin-left: 12%;
}
@media screen and (max-width: 992px) {
  .c-title-head02::before, .c-title-head02::after {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .c-title-head02::before, .c-title-head02::after {
    background-image: repeating-linear-gradient(90deg, #182b84, #182b84 4px, transparent 4px, transparent 13px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    width: 15%;
    margin-left: 20px;
  }
}
.c-title-head02::after {
  left: auto;
  margin-left: 0;
  right: 0;
  margin-right: 12%;
}
@media screen and (max-width: 576px) {
  .c-title-head02::after {
    width: 15%;
    margin-right: 20px;
  }
}

.c-title-headWhite__main {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (max-width: 576px) {
  .c-title-headWhite__main {
    font-size: 1.9rem;
  }
}
.c-title-headWhite__sub {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .c-title-headWhite__sub {
    font-size: 1.3rem;
  }
}

.c-title-bar {
  position: relative;
  padding-bottom: 7px;
}
.c-title-bar:after {
  content: "";
  width: 52px;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .c-title-bar:after {
    width: 34px;
  }
}
.c-title-bar.type01:after {
  background-color: #ddc500;
}
.c-title-bar.type02:after {
  background-color: #ee869d;
}

.c-title-article {
  color: #182b84;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 4.7rem;
}
@media screen and (max-width: 576px) {
  .c-title-article {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
.c-title-article__highlight {
  color: #e50065;
}
@media screen and (max-width: 576px) {
  .c-title-article__highlight {
    font-size: 2rem;
  }
}

.c-title-detail {
  color: #182b84;
  font-weight: 900;
  font-size: 2.5rem;
  text-decoration: underline;
  text-decoration-color: #2ea7e0;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .c-title-detail {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    display: inline-block;
  }
}
.c-title-detail__highlight {
  color: #e50065;
}

.c-title-attention {
  color: #182b84;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .c-title-attention {
    font-size: 1.4rem;
  }
}

/*
Project
----------------------------- */
/*
---
name: index
category:
  - object
  - object/project/index
---
*/
/*
---
name: footer
category:
  - object
  - object/project/footer
---

フッターの中身。

*/
.p-footer {
  text-align: center;
}
.p-footer-bnr {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 40px;
}
.p-footer-bnr img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-footer-bnr {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  .p-footer-bnr .bnr-01 {
    grid-area: 1/1/2/2;
  }
  .p-footer-bnr .bnr-03 {
    grid-area: 1/2/2/3;
  }
  .p-footer-bnr .bnr-02 {
    grid-area: 2/1/3/3;
  }
}
.p-footer-sns {
  margin-top: 120px;
}
@media screen and (max-width: 576px) {
  .p-footer-sns {
    margin-top: 60px;
  }
}
.p-footer-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 576px) {
  .p-footer-sns__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-footer-copy {
  margin-top: 35px;
}
@media screen and (max-width: 576px) {
  .p-footer-copy {
    margin-top: 10px;
  }
}
.p-footer-copy small {
  color: #182b84;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p-footer-copy small {
    font-size: 0.8rem;
  }
}

/*
---
name: header
category:
  - object
  - object/project/header
---

ヘッダーの中身。

*/
.p-header__inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 5px;
  height: 122px;
}
@media screen and (max-width: 992px) {
  .p-header__inner {
    height: 53px;
  }
}
.p-header__logoarea {
  position: absolute;
  top: 23px;
  left: 50px;
}
@media screen and (max-width: 992px) {
  .p-header__logoarea {
    top: 7px;
    left: 20px;
  }
  .p-header__logoarea img {
    width: 50%;
  }
}
.p-header__navPC {
  position: absolute;
  top: 50%;
  left: 40%;
}
@media screen and (max-width: 1200px) {
  .p-header__navPC {
    left: 38%;
  }
}
.p-header__navPC--list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15%;
       column-gap: 15%;
}
@media screen and (max-width: 1200px) {
  .p-header__navPC--list {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
.p-header__navPC--list a {
  font-family: "UDShinMGoPro";
  font-weight: 600;
  color: #182b84;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.p-header__navPC--list a.active-link {
  color: #fff;
  background-color: #2ea7e0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 50px;
}
.p-header__nav {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: url(../images/common/bg_menu.png);
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: cover;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  color: #182b84;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 53px;
}
.p-header__nav .p-header__nav--list {
  list-style: none;
  margin: 0 auto;
}
.p-header__nav .p-header__nav--list li a {
  font-family: "UDShinMGoPro", serif;
  color: #182b84;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #2ea7e0;
  position: relative;
}
.p-header__nav .p-header__nav--list li a:before {
  content: "";
  background-color: #2ea7e0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-header__nav .p-header__nav--list li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 1.7rem;
  font-weight: 200;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .p-header__nav .p-header__nav--list li a:after {
    right: 22px;
  }
}

/*
---
name: top
category:
  - object
  - object/project/top
---

トップページ

*/
@media screen and (max-width: 576px) {
  .p-top-main {
    background-color: #e2f3fd;
    padding-top: 53px;
  }
}
.p-top-main__inner {
  position: relative;
}
.p-top-main__title--main img {
  width: 100%;
  height: 100%;
}
.p-top-main__scroll {
  font-size: 1.5rem;
  color: #182b84;
  font-weight: 800;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-top-main__scroll {
    font-size: 1rem;
    bottom: 4%;
  }
}
.p-top-main__scroll::before {
  content: "";
  background-color: #182b84;
  height: 30px;
  width: 1px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .p-top-main__scroll::before {
    height: 15px;
    top: -15px;
  }
}
.p-top-main__scroll::after {
  content: "";
  background-color: #182b84;
  height: 30px;
  width: 1px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .p-top-main__scroll::after {
    height: 15px;
    bottom: -15px;
  }
}

.p-top-under.area01 {
  background-color: #e2f3fd;
}
.p-top-under.area01 .p-top-under__inner {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  background-image: url(../images/common/bg_under_area01.png);
  background-repeat: no-repeat;
  background-position: top 130px center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 200px;
}
@media screen and (max-width: 576px) {
  .p-top-under.area01 .p-top-under__inner {
    background-image: url(../images/common/bg_under_area01_sp.png);
    background-position: top 45px center;
    border-radius: 25px 25px 0 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.p-top-about__series {
  margin-top: 72px;
}
@media screen and (max-width: 576px) {
  .p-top-about__series {
    margin-top: 30px;
  }
}
.p-top-about__series .series-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  min-height: 728px;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item {
    min-height: 480px;
  }
}
.p-top-about__series .series-item.item01 {
  background-image: url(../images/about/bg_about01.png);
}
.p-top-about__series .series-item.item02 {
  background-image: url(../images/about/bg_about02.png);
}
.p-top-about__series .series-item-inner {
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  padding-right: 19%;
  padding-left: 19%;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item-inner {
    padding-top: 10%;
    padding-bottom: 15%;
    padding-right: 14%;
    padding-left: 14%;
  }
}
.p-top-about__series .series-item-inner .img-product img {
  width: 75%;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item-inner .img-product img {
    width: 55%;
  }
}
.p-top-about__series .series-item-inner img {
  margin: 0 auto;
}
.p-top-about__series .series-item-inner .c-title-headWhite__main {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item-inner .c-title-headWhite__main {
    margin-top: 5px;
    line-height: 1.5;
  }
}
.p-top-about__series .series-item-inner .c-title-headWhite__sub {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item-inner .c-title-headWhite__sub {
    margin-top: 10px;
  }
}
.p-top-about__series .series-item-inner .c-button-round {
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item-inner .c-button-round {
    margin-top: 10px;
  }
}
.p-top-about__series .series-item.item02 {
  position: relative;
}
.p-top-about__series .series-item.item02::after {
  content: "";
  background-image: url(../images/about/img_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 82px;
  height: 79px;
  position: absolute;
  top: -4px;
  right: 0;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item.item02::after {
    width: 38px;
    height: 37px;
    top: 0px;
    right: 10;
  }
}
.p-top-about__series .series-item.item02 .series-item-inner {
  padding-top: 15%;
}
@media screen and (max-width: 576px) {
  .p-top-about__series .series-item.item02 .series-item-inner {
    padding-top: 10%;
  }
}

.p-top-reason .l-container {
  max-width: 1310px;
}
.p-top-reason__content {
  margin-top: 110px;
}
@media screen and (max-width: 576px) {
  .p-top-reason__content {
    margin-top: 48px;
  }
}
.p-top-reason__content .content-item {
  text-align: center;
}
.p-top-reason__content .content-item__txt {
  margin-left: 40px;
}
@media screen and (max-width: 576px) {
  .p-top-reason__content .content-item__txt {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-reason__content .content-item .c-title-detail {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-top-reason__content .content-item .c-title-detail {
    margin-top: 10px;
  }
}
.p-top-reason__content .content-item__fukidashi img {
  width: 70%;
}
@media screen and (max-width: 576px) {
  .p-top-reason__content .content-item__fukidashi img {
    width: 65%;
  }
}
.p-top-reason__content .content-item.item02 {
  margin-top: 130px;
}
@media screen and (max-width: 576px) {
  .p-top-reason__content .content-item.item02 {
    margin-top: 50px;
  }
}
.p-top-reason__content .c-title-attention {
  margin-top: 28px;
}

.p-top-under.area02 {
  background-color: #fff;
}
.p-top-under.area02 .p-top-under__inner {
  background-color: #e2f3fd;
  border-radius: 50px 50px 0 0;
  padding-top: 130px;
  padding-bottom: 200px;
}
@media screen and (max-width: 576px) {
  .p-top-under.area02 .p-top-under__inner {
    border-radius: 25px 25px 0 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.p-top-recipe__title img {
  margin-left: auto;
  margin-right: auto;
}

.p-top-recipe__dressing {
  margin-top: 90px;
}
@media screen and (max-width: 576px) {
  .p-top-recipe__dressing {
    margin-top: 30px;
  }
}
.p-top-recipe__dressing--column {
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .p-top-recipe__dressing--column {
    margin-top: 30px;
  }
}
.p-top-recipe__link {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .p-top-recipe__link {
    margin-top: 35px;
  }
}
.p-top-recipe__sauce {
  margin-top: 265px;
}
@media screen and (max-width: 576px) {
  .p-top-recipe__sauce {
    margin-top: 90px;
  }
}
.p-top-recipe__sauce--column {
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .p-top-recipe__sauce--column {
    margin-top: 30px;
  }
}

.p-top-bottom {
  padding-top: 250px;
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .p-top-bottom {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.p-top-bottom__img img {
  width: 100%;
}

/*
Utility
----------------------------- */
/*
---
name: index
category:
  - object
  - object/utility/index
---
*/
/*
---
name: align
category:
  - object
  - object/utility/align
---

text-alignの設定

*/
.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-justify {
  text-align: justify !important;
}

@media screen and (min-width: 768px) {
  .u-md-align-left {
    text-align: left !important;
  }
  .u-md-align-center {
    text-align: center !important;
  }
  .u-md-align-right {
    text-align: right !important;
  }
  .u-md-align-justify {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-align-left {
    text-align: left !important;
  }
  .u-sm-align-center {
    text-align: center !important;
  }
  .u-sm-align-right {
    text-align: right !important;
  }
  .u-sm-align-justify {
    text-align: justify !important;
  }
}
/*
---
name: responsive-helper
category:
  - object
  - object/utility/responsive-helper
---

responsiveの設定

*/
@media screen and (min-width: 992px) {
  .u-lg-no {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-md-no {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .u-sm-no {
    display: none;
  }
}

.u-lg-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-lg-block {
    display: block;
  }
}

.u-md-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-block {
    display: block;
  }
}

.u-sm-block {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-sm-block {
    display: block;
  }
}

.u-lg-upblock {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-lg-upblock {
    display: block;
  }
}

.u-md-upblock {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-md-upblock {
    display: block;
  }
}

.u-sm-upblock {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-sm-upblock {
    display: block;
  }
}

.u-d-inline-block {
  display: inline-block;
}

.u-lg-upinlineblock {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-lg-upinlineblock {
    display: inline-block;
  }
}

.u-md-upinlineblock {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-md-upinlineblock {
    display: inline-block;
  }
}

.u-sm-upinlineblock {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-sm-upinlineblock {
    display: inline-block;
  }
}

/*
---
name: spacing
category:
  - object
  - object/utility/spacing
---

spacingの設定

*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-ml-5 {
  margin-left: 5px;
}

/*
---
name: text
category:
  - object
  - object/utility/text
---

テキスト設定

*/
.u-text-10 {
  font-size: 1rem !important;
}

.u-text-11 {
  font-size: 1.1rem !important;
}

.u-text-12 {
  font-size: 1.2rem !important;
}

.u-text-13 {
  font-size: 1.3rem !important;
}

.u-text-14 {
  font-size: 1.4rem !important;
}

.u-text-15 {
  font-size: 1.5rem !important;
}

.u-text-16 {
  font-size: 1.6rem !important;
}

.u-text-17 {
  font-size: 1.7rem !important;
}

.u-text-18 {
  font-size: 1.8rem !important;
}

.u-text-19 {
  font-size: 1.9rem !important;
}

.u-text-20 {
  font-size: 2rem !important;
}

.u-text-21 {
  font-size: 2.1rem !important;
}

.u-text-22 {
  font-size: 2.2rem !important;
}

.u-text-23 {
  font-size: 2.3rem !important;
}

.u-text-24 {
  font-size: 2.4rem !important;
}

.u-text-25 {
  font-size: 2.5rem !important;
}

.u-text-26 {
  font-size: 2.6rem !important;
}

.u-text-27 {
  font-size: 2.7rem !important;
}

.u-text-28 {
  font-size: 2.8rem !important;
}

.u-text-29 {
  font-size: 2.9rem !important;
}

.u-text-30 {
  font-size: 3rem !important;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-lh125 {
  line-height: 1.25;
}

.u-text-lh2 {
  line-height: 2 !important;
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}

.u-text-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}/*# sourceMappingURL=style.css.map */