@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", zen-maru-gothic, sans-serif, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #101010;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #81C172;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #CCC37A;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0068B6;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

.anc_place {
  padding-top: 190px;
  margin-top: -190px;
}
@media print, screen and (max-width: 760px) {
  .anc_place {
    padding-top: 37vw;
    margin-top: -37vw;
  }
}

.page-frozen {
  background: #F7EBD5;
}
.page-frozen .l-wrapper::before {
  display: none;
}
.page-frozen .l-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-header {
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
  }
}
.page-frozen .l-header .l-header__container {
  justify-content: center;
}
.page-frozen .l-header .l-header__container img {
  width: 222px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-header .l-header__container img {
    width: 56.92vw;
  }
}
.page-frozen .list-page__header {
  margin: 80px auto 100px;
  text-align: center;
  max-width: 100%;
  margin: 0px auto 57px;
  background: #543826;
  color: #fff;
  width: 100%;
  padding: 35px 0 39px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .list-page__header {
    padding: 7.3vw 0 7vw;
    margin: 0vw auto 7.5vw;
  }
}
.page-frozen .list-page__header h1 {
  font-size: 29px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .list-page__header h1 {
    font-size: 7.44vw;
    line-height: 1.3;
  }
}
.page-frozen .list-page__header__title::after {
  display: none;
}
.page-frozen .l-footer .l-footer__company {
  padding-top: 72px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .l-footer__company {
    padding-top: 10.7vw;
  }
}
.page-frozen .l-footer .p-item-logo {
  width: 354px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-logo {
    width: 56.92vw;
  }
}
.page-frozen .l-footer .p-item-info_text01 {
  color: #553827;
  font-size: 24px;
  margin-top: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info_text01 {
    font-size: 4.87vw;
    margin-top: 7vw;
  }
}
.page-frozen .l-footer .p-item-info_text02 {
  color: #553827;
  font-size: 40px;
  font-weight: 600;
  margin-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info_text02 {
    font-size: 7.95vw;
    line-height: 1.4;
    margin-top: 1.5vw;
  }
}
.page-frozen .l-footer .p-item-info__tel {
  color: #553827;
  width: 500px;
  margin: 0 auto;
  border: #553827 2px solid;
  border-radius: 14px;
  font-size: 40px;
  font-weight: 600;
  margin-top: 42px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__tel {
    font-size: 9.75vw;
    margin-top: 8.5vw;
    width: 85vw;
  }
}
.page-frozen .l-footer .p-item-info__tel a {
  position: relative;
  padding: 16px 0 18px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__tel a {
    padding: 4.5vw 0 5.5vw;
  }
}
.page-frozen .l-footer .p-item-info__tel a span {
  padding-left: 36px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__tel a span {
    padding-left: 9.5vw;
  }
}
.page-frozen .l-footer .p-item-info__tel a span::after {
  content: "";
  background: url(../frozen_vegetables/images/tel.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  margin: auto;
  width: 26.5px;
  height: 26.5px;
  left: 0;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__tel a span::after {
    width: 6.79vw;
    height: 6.79vw;
    top: 1vw;
  }
}
.page-frozen .l-footer .p-item-info__time {
  color: #553827;
  font-size: 16px;
  margin-top: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__time {
    font-size: 4.1vw;
    margin-top: 5vw;
  }
}
.page-frozen .l-footer .p-item-info__btn {
  margin: 35px auto 36px;
  width: 500px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__btn {
    margin: 12.6vw auto 3vw;
    width: 85vw;
  }
}
.page-frozen .l-footer .p-item-info__btn a {
  font-size: 21px;
  color: #fff;
  background: #013F87;
  border-radius: 14px;
  border: 1px solid #553827;
  padding: 24px;
  font-weight: 600;
  display: block;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__btn a {
    font-size: 5.9vw;
    line-height: 1.2;
    padding: 5.2vw;
  }
}
.page-frozen .l-footer .p-item-info__btn a::after {
  content: "";
  background: url(../frozen_vegetables/images/next_icon.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  margin: auto;
  width: 25px;
  height: 25px;
  right: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .p-item-info__btn a::after {
    width: 6.79vw;
    height: 6.79vw;
    right: 4vw;
  }
}
.page-frozen .l-footer .l-footer__copy {
  background: none;
  color: #553827;
  font-size: 12px;
  font-weight: 500;
  padding-top: 46px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen .l-footer .l-footer__copy {
    font-size: 3.08vw;
    padding-top: 9.9vw;
  }
}
.page-frozen.page-system-index .l-main {
  padding-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-main {
    padding-bottom: 7vw;
  }
}
.page-frozen.page-system-index .l-frozen_text {
  text-align: center;
}
.page-frozen.page-system-index .l-frozen_text {
  color: #553827;
  margin-bottom: 49px;
}
.page-frozen.page-system-index .l-frozen_text01 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen_text01 {
    font-size: 5.64vw;
    margin-bottom: 2.8vw;
  }
}
.page-frozen.page-system-index .l-frozen_text02 {
  font-size: 15px;
  line-height: 1.8;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen_text02 {
    font-size: 3.85vw;
    text-align: left;
  }
}
.page-frozen.page-system-index .l-frozen_cat {
  text-align: center;
  font-size: 22px;
  background: #DED4B5;
  margin-bottom: 59px;
  border-radius: 13px;
  font-weight: 600;
  padding: 9px;
  color: #553827;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen_cat {
    font-size: 5.64vw;
    padding: 2.9vw;
    margin-bottom: 10vw;
  }
}
.page-frozen.page-system-index .l-frozen_cat::after {
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 20px 10px 0 10px;
  border-color: #DED4B5 transparent transparent transparent;
  border-style: solid;
  content: "";
  margin-right: -10px;
}
.page-frozen.page-system-index .l-frozen__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 134px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen__list {
    gap: 9vw;
    margin-bottom: 14.3vw;
  }
}
.page-frozen.page-system-index .l-frozen .p-item {
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .page-frozen.page-system-index .l-frozen .p-item {
    background: #fff;
    border: 2px solid #E6DDC2;
    border-radius: 19px;
    width: calc((100% - 48px) / 2);
  }
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item {
    width: 100%;
  }
}
.page-frozen.page-system-index .l-frozen .p-item a {
  padding: 40px 40px 30px;
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item a {
    padding: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-frozen.page-system-index .l-frozen .p-item::after {
    content: "";
    background: url(../frozen_vegetables/images/next_icon02.svg) no-repeat center center/contain;
    display: block;
    position: absolute;
    margin: auto;
    width: 25px;
    height: 25px;
    right: 21px;
    bottom: 21px;
  }
}
.page-frozen.page-system-index .l-frozen .p-item__inner {
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item__inner {
    margin-top: 2.5vw;
  }
}
.page-frozen.page-system-index .l-frozen .p-item__post-title {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #553827;
  line-height: 1.3;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item__post-title {
    font-size: 6.15vw;
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item__photo {
    background: #fff;
    border: 2px solid #E6DDC2;
    border-radius: 19px;
    padding: 5.8vw;
    position: relative;
  }
  .page-frozen.page-system-index .l-frozen .p-item__photo::after {
    content: "";
    background: url(../frozen_vegetables/images/next_icon02.svg) no-repeat center center/contain;
    display: block;
    position: absolute;
    margin: auto;
    width: 6.79vw;
    height: 6.79vw;
    right: 4vw;
    bottom: 4vw;
  }
}
.page-frozen.page-system-index .l-frozen .p-item__photo img {
  height: 233px;
  width: auto;
  display: flex;
  justify-content: center;
  aspect-ratio: auto;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item__photo img {
    height: 46.5vw;
  }
}
.page-frozen.page-system-index .l-frozen .p-item__post-title {
  text-align: center;
}
.page-frozen.page-system-index .l-frozen .p-item__icons {
  text-align: center;
}
.page-frozen.page-system-index .l-frozen .p-item__icons li {
  border-radius: 0;
  font-size: 16px;
  padding: 1px 17px 3px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-index .l-frozen .p-item__icons li {
    font-size: 3.85vw;
    padding: 0vw 2vw 1vw;
    margin-bottom: 0;
  }
}
.page-frozen.page-system-detail .list-page__main {
  width: 100%;
}
.page-frozen.page-system-detail .list-page__main .l-post_date {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-post_date {
    font-size: 3.08vw;
    padding: 2vw 0;
  }
}
.page-frozen.page-system-detail .list-page__main .p-item.new:after {
  display: none;
}
.page-frozen.page-system-detail .list-page__main .contents_link {
  z-index: 1;
  position: relative;
  padding: 54px 0 51px;
  border-bottom: 2px solid #E6DDC2;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents_link {
    padding: 10vw 0 12vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents_link ul {
  display: flex;
  gap: 22.3px;
  width: 722.75px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents_link ul {
    gap: 4.82vw 5.03vw;
    width: 90%;
    flex-wrap: wrap;
  }
}
.page-frozen.page-system-detail .list-page__main .contents_link ul li {
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents_link ul li {
    width: calc((100% - 5.72vw) / 2);
  }
}
.page-frozen.page-system-detail .list-page__main .contents_link ul li:hover {
  opacity: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
  translate: 0 3px;
}
.page-frozen.page-system-detail .list-page__main .contents_link ul li:hover a {
  opacity: 1;
}
.page-frozen.page-system-detail .list-page__main .contents_link ul li:hover a img {
  opacity: 1;
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info {
  background: #fff;
  padding: 44px 4% 97px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info {
    padding: 3.9vw 5% 11vw;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item__post-title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #553827;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item__post-title {
    font-size: 7.18vw;
    margin-bottom: 2.8vw;
    line-height: 1.4;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item__icons-category {
  text-align: center;
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item__icons-category li {
  border-radius: 0;
  font-size: 16px;
  padding: 1px 17px 3px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item__icons-category li {
    font-size: 3.85vw;
    padding: 0vw 2vw 1vw;
    margin-bottom: 0;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen {
  display: flex;
  gap: 41px;
  width: 1152px;
  margin: 62px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen {
    flex-wrap: wrap;
    width: 100%;
    margin: 6vw auto 0;
    gap: 6.3vw;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__photo {
  border: 2px solid #E6DDC2;
  border-radius: 19px;
  padding: 47px;
  width: 50%;
  height: fit-content;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__photo {
    border: none;
    width: 100%;
    padding: 0;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__photo img {
  height: 334px;
  width: auto;
  display: flex;
  justify-content: center;
  aspect-ratio: auto;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__photo img {
    height: auto;
    width: 83%;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__inner {
  width: calc(50% - 41px);
  color: #553827;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__inner {
    width: 100%;
  }
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__post-text {
  margin-top: 6px;
  line-height: 1.85;
}
.page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__post-img {
  width: 250px;
  margin-top: 39px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .l-frozen__info .p-item-frozen .p-item__post-img {
    width: 80vw;
    margin: 7vw auto 0;
  }
}
.page-frozen.page-system-detail .list-page__main .contents {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 106px 44px;
  flex-wrap: wrap;
  margin: 98px auto 2px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents {
    gap: 18.3vw;
    width: 90%;
    margin: 19vw auto 2px;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .p-item {
  border: 2px solid #E6DDC2;
  border-radius: 19px;
  position: relative;
  background: #fff;
  color: #553827;
  padding: 59px 52px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .p-item {
    padding: 13vw 6vw 8vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .p-item .contents_tit {
  color: #fff;
  text-align: center;
  position: absolute;
  min-width: 249px;
  background: #553827;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  z-index: 1;
  font-weight: 600;
  margin: -89px auto 0;
  padding: 11px 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .p-item .contents_tit {
    font-size: 5.64vw;
    margin: -19.9vw auto 0;
    padding: 2.6vw 0;
    min-width: 63.85vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .p-item .contents_tit::after {
  position: absolute;
  bottom: -10px;
  right: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-width: 20px 10px 0 10px;
  border-color: #553827 transparent transparent transparent;
  border-style: solid;
  content: "";
  margin-right: -10px;
}
.page-frozen.page-system-detail .list-page__main .contents .p-item .contents_inner {
  line-height: 1.73;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .p-item .contents_inner table {
    width: 100% !important;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .p-item .contents_inner tbody {
  border-width: 1px;
}
.page-frozen.page-system-detail .list-page__main .contents .p-item .contents_inner tbody tr, .page-frozen.page-system-detail .list-page__main .contents .p-item .contents_inner tbody td {
  border-width: 1px;
  padding: 0.9rem;
  text-align: left;
}
.page-frozen.page-system-detail .list-page__main .contents .contents01 {
  width: 33.25%;
}
@media print, screen and (min-width: 761px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents01 {
    height: fit-content;
  }
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents01 {
    width: 100%;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents02 {
  width: 63.08%;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents02 {
    width: 100%;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents02 .contents_inner {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents02 .contents_inner {
    flex-wrap: wrap;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents02 .contents_inner01 {
  width: 100%;
}
.page-frozen.page-system-detail .list-page__main .contents .contents02 .contents_inner02 {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents_inner02 {
    color: #553827;
    line-height: 1.73;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 {
  width: 100%;
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item {
  display: flex;
  padding: 45px 0 50px 25px;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: #553827 1px solid;
  gap: 44px;
  /* 初期状態は非表示 */
  /* 活性化クラスがついたら表示 */
  /* ボタンをポインターにして押しやすくする */
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item {
    flex-wrap: wrap;
    border-bottom: #D5D5D5 1px solid;
    padding: 4vw 0 7.7vw;
    justify-content: center;
    gap: 0vw;
    margin-bottom: 5.2vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item:last-child {
    padding-bottom: 0;
    margin-bottom: 3.8vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__photo {
  width: 302px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__photo {
    width: 100%;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info {
  width: calc(100% - 302px - 44px);
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info {
    width: 100%;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info .p-item__text {
  line-height: 1.7;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info .p-item__text {
    margin-top: 7vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__title {
  font-size: 23px;
  color: #553827;
  margin-bottom: 16px;
  font-weight: 600;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__title {
    font-size: 4.87vw;
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info {
    display: none;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info.is-open {
  display: block;
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info_btn {
  cursor: pointer;
  font-size: 4.62vw;
  border: 2px solid #553827;
  width: 100%;
  border-radius: 14px;
  margin-top: 10vw;
  padding: 4.3vw 6vw;
  position: relative;
}
.page-frozen.page-system-detail .list-page__main .contents .contents03 .l-contents03 .p-item .p-item__info_btn::after {
  content: "";
  background: url(../frozen_vegetables/images/more.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  margin: auto;
  width: 8.21vw;
  height: 8.21vw;
  right: 4vw;
  bottom: 4vw;
}
.page-frozen.page-system-detail .list-page__main .contents .contents04 {
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents04 {
    padding: 11vw 0vw 0;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents04 .contents_inner {
  padding: 30px 24px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents04 .contents_inner {
    padding: 4vw 5vw;
  }
}
.page-frozen.page-system-detail .list-page__main .contents .contents04 .p-item_inner {
  margin-bottom: 48px;
}
@media print, screen and (max-width: 760px) {
  .page-frozen.page-system-detail .list-page__main .contents .contents04 .p-item_inner {
    margin-bottom: 9vw;
  }
}

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