@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  max-width: 100%;
}

body {
  min-width: calc(986px + 32px);
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fffde1;
  color: #504b4b;
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}
@media (max-width: 768px) {
  body img {
    width: 100%;
  }
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: calc(986px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.c-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  background-image: url(../../assets/img/bg_header03.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  padding: 37px 0 63px;
  position: relative;
}
@media (max-width: 768px) {
  .l-header {
    background-size: 58.6666666667vw 100%;
    padding: 8.5333333333vw 5.3333333333vw 11.7333333333vw;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bg_wave02.png) top left/contain repeat-x;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .l-header::before {
    height: 3.4666666667vw;
  }
}

.l-header-inner::before, .l-header-inner::after {
  content: "";
  position: absolute;
}
.l-header-inner::before {
  width: calc(317 / 1365 * 100vw);
  top: -32px;
  left: -43px;
  background: url(../../assets/img/bg_header01.png) center center/contain no-repeat;
  aspect-ratio: calc(317 / 433);
  max-width: 460px;
}
@media (max-width: 768px) {
  .l-header-inner::before {
    background: url(../../assets/img/bg_header01_sp.png) center center/contain no-repeat;
    width: calc(110 / 375 * 100%);
    top: -2.6666666667vw;
    left: -5.6vw;
    aspect-ratio: calc(110 / 245);
  }
}
.l-header-inner::after {
  width: calc(317 / 1365 * 100vw);
  top: -10px;
  right: -36px;
  background: url(../../assets/img/bg_header02.png) center center/contain no-repeat;
  aspect-ratio: calc(317 / 433);
  max-width: 460px;
}
@media (max-width: 768px) {
  .l-header-inner::after {
    background: url(../../assets/img/bg_header02_sp.png) center center/contain no-repeat;
    width: calc(114 / 375 * 100%);
    top: -4vw;
    right: -11.7333333333vw;
    aspect-ratio: calc(114 / 246);
  }
}

.l-header__logo {
  width: calc(778 / 1366 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 100%;
  }
}

.l-footer {
  position: relative;
  background-image: url(../../assets/img/bg_footer01.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  height: 156px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .l-footer {
    background-size: 220px 100%;
    height: 90px;
    margin-top: 60px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bg_wave02.png) top left/contain repeat-x;
  top: -2px;
  left: 0;
  width: 100%;
  height: 30px;
}
@media (max-width: 768px) {
  .l-footer::before {
    height: 13px;
  }
}

/****************************

common

****************************/
body img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/****************************

header

****************************/
/****************************

card

****************************/
.p-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 28px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .p-card-list {
    gap: 4vw;
    margin-top: 11.4666666667vw;
  }
}

.c-card {
  width: calc(100% / 3 - (28px * 2 / 3));
  padding: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #bbc565;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .c-card {
    width: calc(50% - 2vw);
    border-radius: 4vw;
    padding: 3.2vw;
    border: 0.5333333333vw solid #bbc565;
  }
}
.c-card:hover {
  cursor: pointer;
}

.c-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .c-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.c-card-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .c-card-header__inner {
    gap: 1.3333333333vw;
  }
}

.c-card-header__icon {
  width: 40px;
}
@media (max-width: 768px) {
  .c-card-header__icon {
    width: calc(22 / 120 * 100%);
  }
}

.c-card-header__title {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(20 / 16);
  color: #eb6f6f;
}
@media (max-width: 768px) {
  .c-card-header__title {
    font-size: 3.2vw;
  }
}

.c-card-header__date {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(20 / 14);
}
@media (max-width: 768px) {
  .c-card-header__date {
    font-size: 2.6666666667vw;
    text-align: right;
  }
}

.c-card-header__img {
  margin-top: 9px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .c-card-header__img {
    border-radius: 4vw;
    margin-top: 1.3333333333vw;
  }
}

.c-card-header__desc {
  font-size: 14px;
  line-height: calc(20 / 14);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-header__desc {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}

/****************************

Modal

****************************/
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 72px 0px;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal__dialog {
    padding-top: 100px;
  }
}

.modal__close {
  position: absolute;
  top: 41px;
  left: calc(50% + (534px / 2) + 19px);
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  background: initial;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .modal__close {
    top: 68px;
    left: initial;
    right: 5.3333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 0.5px;
}
@media (max-width: 768px) {
  .modal__close::before,
.modal__close::after {
    height: 0.4vw;
    width: 4.8vw;
  }
}

.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__content {
  width: 100%;
  max-width: 534px;
}
@media (max-width: 768px) {
  .modal__content {
    max-width: calc(100% - 10.6666666667vw);
  }
}

/* ==========
  Modal内だけ c-card を上書き
========== */
.modal .c-card {
  width: 100%;
  padding: 32px;
}
@media (max-width: 768px) {
  .modal .c-card {
    padding: 5.0666666667vw;
  }
}
.modal .c-card .c-card-header__icon {
  width: 68px;
}
@media (max-width: 768px) {
  .modal .c-card .c-card-header__icon {
    width: 11.7333333333vw;
  }
}
.modal .c-card .c-card-header__title {
  font-size: 27px;
}
@media (max-width: 768px) {
  .modal .c-card .c-card-header__title {
    font-size: 4.8vw;
  }
}
.modal .c-card .c-card-header__date {
  font-size: 20px;
}
@media (max-width: 768px) {
  .modal .c-card .c-card-header__date {
    font-size: 4.2666666667vw;
    margin-top: -0.8vw;
  }
}
.modal .c-card .c-card-header__img {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .modal .c-card .c-card-header__img {
    margin-top: 1.8666666667vw;
  }
}
.modal .c-card .c-card-header__desc {
  display: block;
  overflow: visible;
  margin-top: 17px;
  font-size: 18px;
  line-height: calc(25 / 18);
}
@media (max-width: 768px) {
  .modal .c-card .c-card-header__desc {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.modal .c-card .modal-none {
  display: none !important;
}
@media (max-width: 768px) {
  .modal .c-card .modal-none {
    display: none !important;
  }
}

/* ==========
  body スクロールロック用
========== */
.is-modal-open {
  overflow: hidden;
}