@charset "UTF-8";
.column {
  margin-bottom: 80px;
}

.column_ttl {
  text-align: center;
  margin-bottom: 60px;
}

.column_ttl_ja {
  font-size: clamp(24px, 2vw, 42px);
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.column_ttl_en {
  display: block;
  font-size: clamp(12px, 1vw, 20px);
  font-weight: 600;
  color: #ef0e0e;
}

.columnItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.column_cont {
  display: flex;
  flex-direction: column;
  row-gap: 38px;
}

.column_cont > a:last-child .columnItem {
  margin-bottom: 0;
}

.columnItem_img {
  width: 280px;
  height: 155px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.columnItem_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.columnItem_txt {
  flex: 1;
  padding-left: 30px;
}

.columnItem_date {
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.columnItem_info {
  margin-bottom: 10px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}

.columnItem_cates {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.columnItem_cat {
  display: block;
  margin-top: -3px;
}

.columnItem_cat_name {
  background-color: #ef0e0e;
  color: #fff;
  font-size: 12px;
  padding: 4px 9px 5px;
  border-radius: 3px;
}

.columnItem_cat_name.columnItem_cat_name__green {
  background-color: #18a040;
}

.columnItem_ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}

.columnItem_desc {
  line-height: 1.7;
}

.recipe_material a,
.recipe_first a,
.recipe_howTo a,
.recipe_brief a {
  text-decoration: underline;
}

.product_info a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .column {
    margin-bottom: 60px;
  }
  .column_cont {
    row-gap: 40px;
    flex-direction: column;
  }
  .column_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .columnItem_img {
    width: 100%;
    padding-top: 55.3488%;
    max-width: 100%;
    margin-bottom: 13px;
  }
  .columnItem_txt {
    width: 100%;
    flex: auto;
    padding-left: 0;
  }
  .columnItem_info {
    margin-bottom: 13px;
  }
  .columnItem_info {
    margin-bottom: 13px;
  }
  .columnItem_date {
    font-size: 12px;
  }
  .columnItem_cates {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 2.5px;
  }
  .columnItem_cat_name {
    font-size: 10px;
  }
  .columnItem_ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* パンくずリストのスタイル調整 */
.breadcrumb_cont li {
  font-size: 10px;
}

.breadcrumb_cont li::after {
  width: 15px;
  height: 15px;
  right: -25px;
  top: 56.5%;
}

/* レシピTOP Youtubeリンクの高さ調整 */
.movie_cont {
  height: 0;
  padding-top: 56.1627%;
  width: 100%;
  aspect-ratio: 16/9;
}

.movie_thumb iframe {
  width: 100%;
  height: 100%;
}

/* 特集詳細ページのリンク色の調整 */
body.single-feature a:visited {
  color: inherit;
}

body.single-feature a:hover {
  color: inherit;
  text-decoration: none;
}

body.single-feature {
  color: #50280C;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  line-height: inherit;
}

body.single-feature .viewBtn_txt {
  color: #fff;
}

/*
* コンテスト56回 限定スタイル
*/
.single-feature.postid-2638 #wrapper {
  width: 100%;
}

.single-feature.postid-2638 #content {
  width: 100%;
}

.single-feature.postid-2638 #read {
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #right_read {
    float: none;
    display: block;
    margin-left: 20px;
  }
}
/* 固定ページ 下層ページのスタイル */
.mv_ttl {
  line-height: 2;
}

.mv_ttl .mv_ttl_ja {
  font-size: clamp(24px, 2vw, 42px);
}

.mv_ttl .mv_ttl_en {
  font-size: clamp(12px, 1vw, 20px);
}

@media (max-width: 767px) {
  .mv_cont {
    padding-top: 20%;
  }
  .mv_ttl {
    text-align: center;
  }
  .mv_desc {
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
}
.roundedCont {
  height: 100%;
}

.history {
  margin-bottom: 80px;
}

.history_ttl {
  text-align: center;
  margin-bottom: 60px;
}

.history_ttl_ja {
  font-size: clamp(24px, 2vw, 42px);
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.history_ttl_en {
  font-size: clamp(12px, 1vw, 20px);
  font-size: 18px;
  font-weight: 600;
  color: #EF0E0E;
}

.history_cont {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.history_cont_txt_db {
  width: 100%;
  display: flex;
}

.history_cont_year {
  width: 20%;
  max-width: 190px;
  padding: 1%;
}

.history_cont_year_ad {
  display: block;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 600;
  color: #EF0E0E;
}

.history_cont_txt_month.db {
  display: inline-block;
}

.history_cont_txt_desc.db {
  display: inline-block;
  width: 60%;
  margin-left: -5px;
}

.history_cont_year_ja {
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  margin-top: -8px;
}

.history_cont_txt {
  width: 80%;
  max-width: 770px;
  border-left: solid 3px #E3E3E3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
  font-weight: 600;
}

.history_cont_txt_month {
  width: 10%;
  text-align: center;
  color: #ef0e0e;
  position: relative;
}

.history_cont_txt_month::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #EF0E0E;
  border-radius: 50%;
  border: solid 5px #fff;
  position: absolute;
  top: 3px;
  left: -11.5px;
}

.history_cont_txt_desc {
  width: 90%;
  text-align: left;
}

@media (max-width: 767px) {
  .roundedCont {
    padding-top: 60px;
  }
  .history_cont_year {
    width: 28%;
  }
  .history_cont_txt {
    width: 72%;
  }
  .history_cont_txt_month {
    width: 80%;
    padding-left: 20px;
    text-align: left;
  }
  .history_cont_txt_month::before {
    top: 0;
  }
  .history_cont_txt_desc {
    font-weight: 400;
    width: 95%;
    font-size: 14px;
    padding-left: 20px;
  }
  .history_cont_txt_db {
    display: block;
  }
  .history_cont_txt_desc.db {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }
}
.pageLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.pageLink_cont {
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}

.pageLink_cont::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../images/theme/pageLink_arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.pageLink_cont img {
  height: 15vw;
  max-height: 190px;
  border-radius: 5px;
}

.pageLink_cont_ttl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
}

.pageLink_cont_ttl_en {
  display: block;
  font-size: 12px;
}

.pageLink_cont_ttl_ja {
  display: block;
  font-size: 24px;
}

.pageLink_cont_top {
  width: 100%;
  background: #EF0E0E;
  border-radius: 3px;
}

.pageLink_cont_top p {
  color: #fff;
  padding: 5%;
  text-align: center;
  font-size: 24px;
  position: relative;
}

.pageLink_cont_top p::before {
  content: "";
  width: 25px;
  height: 25px;
  -webkit-clip-path: polygon(0% 45%, 60% 45%, 60% 20%, 90% 50%, 60% 80%, 60% 55%, 0% 55%);
          clip-path: polygon(0% 45%, 60% 45%, 60% 20%, 90% 50%, 60% 80%, 60% 55%, 0% 55%);
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  right: 30%;
}

.topCampaign_body {
  justify-content: center;
}

@media (max-width: 767px) {
  .pageLink_cont {
    width: 100%;
    margin-bottom: 20px;
  }
  .pageLink_cont img {
    width: 100%;
    height: 100%;
  }
  .pageLink_cont_ttl {
    top: 70%;
    left: 5%;
  }
  .pageLink_cont_ttl_en {
    font-size: 10px;
  }
  .pageLink_cont_ttl_ja {
    font-size: 20px;
  }
  .pageLink_cont_top p {
    font-size: 20px;
  }
  .pageLink_cont_top p::before {
    width: 20px;
    height: 20px;
    top: 35%;
    right: 15%;
  }
}
.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.snsSec {
  margin-bottom: 10%;
}

/* SDGsページ */
.sdgsPage .roundedCont {
  padding-top: 0;
}

.fc-red {
  color: #EF0E0E;
}

.cont_topImg img {
  width: 100%;
  border-radius: 60px;
}

.about_sdgs_ttl {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 60px;
}

.about_sdgs_ttl h3 {
  padding-top: 10px;
  font-size: 24px;
  color: #EF0E0E;
  font-weight: 600;
  margin-bottom: 10px;
}

.about_sdgs_ttl p {
  font-weight: 600;
  line-height: 1.7;
}

.about_sdgs_pageLink {
  display: flex;
  flex-wrap: wrap;
  background: #F0F0F0;
  border-radius: 500px;
  border: solid 2px #E5E5E5;
  margin-bottom: 75px;
  padding: 30px 60px;
  justify-content: center;
  gap: 20px;
}

.about_sdgs_pageLink div {
  width: 200px;
}

.about_sdgs_pageLink_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 140px;
}

.about_sdgs_pageLink_item img {
  width: 60px;
  height: 60px;
}

.about_sdgs_pageLink_item h4 {
  text-align: center;
  line-height: 0;
  width: 100%;
}

.about_sdgs_pageLink_item_ja {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.about_sdgs_pageLink_item_en {
  font-size: 10px;
  color: #E6D8BC;
}

.sec_redcap {
  margin-bottom: 80px;
}

.sec_ttl {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

/* .sec_ttl img {
  width: 60px;
} */

.sec_ttl_jp {
  font-size: 24px;
  font-weight: 600;
  display: block;
}

.sec_ttl_en {
  color: #FFCCCC;
  font-size: 10px;
  font-weight: 600;
}

.sec_cont {
  display: flex;
  gap: 30px;
  margin-bottom: 65px;
}

.sec_cont_img {
  width: 224px;
  height: 224px;
  position: relative;
}

.sec_cont_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec_cont_description {
  flex: 1;
}

.sec_cont_description_txt {
  margin-bottom: 32px;
}

.sec_cont_description_txt h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sec_cont_description_txt p {
  font-weight: 500;
}

.sec_cont_description_btn {
  background: #ef0e0e;
  color: #fff;
  font-size: 20px;
  border-radius: 60px;
  width: 80%;
}

.sec_cont_description_btn a {
  padding: 30px 40px;
  display: block;
  position: relative;
}

.sec_cont_description_btn.lowcarb a {
  text-align: center;
}

.sec_cont_description_btn a::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/theme/sdgs/btnArrow.png) no-repeat;
  position: absolute;
  top: 58%;
  right: 30px;
  transform: translateY(-50%);
}

.redcap_project {
  text-align: center;
  margin-bottom: 40px;
}

.redcap_project h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.redcap_project h3::before {
  content: "";
  background: url(../images/theme/sdgs/h4_ttl_underLine.png);
  width: 75%;
  height: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.redcap_project p {
  font-weight: 600;
  line-height: 1.7;
  width: 80%;
  margin: 0 auto 30px;
}

.relation_sdgs_ttl {
  width: 30%;
  background: #F7F7F7;
  padding: 20px 20px 40px 40px;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  border-radius: 15px;
  z-index: 10;
  position: relative;
}

.relation_sdgs_ttl.white {
  background: #ffffff;
}

.relation_sdgs_ttl_ja {
  font-size: 15px;
  font-weight: 600;
}

.relation_sdgs_ttl_en {
  font-size: 10px;
  color: #E6D8BC;
  font-weight: 600;
}

.relation_sdgs_itemBox {
  display: flex;
  gap: 10px;
  justify-content: left;
  margin-bottom: 30px;
  background: #F7F7F7;
  padding: 45px;
  margin-top: -40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.relation_sdgs_itemBox p {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.relation_sdgs_itemBox.white {
  background: #ffffff;
}

.sec_moreBtn p {
  background: #ef0e0e;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.sec_moreBtn p::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/theme/sdgs/btnArrow.png) no-repeat;
  position: absolute;
  top: 58%;
  right: 30px;
  transform: translateY(-50%);
}

.lowcarb_img {
  margin-bottom: 30px;
}

.sec_community {
  margin-top: 40px;
}

.sec_community .sec_cont {
  flex-wrap: wrap;
  gap: 0;
}

.sec_community .sec_cont + .sec_cont {
  margin-top: 60px;
}

.sec_community .sec_cont h4 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  margin-left: 20px;
}

.sec_community .sec_cont h4:before {
  content: "";
  width: 9px;
  height: 35px;
  background: #ef0e0e;
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 600;
}

.sec_community p {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 5px;
}

.sec_community .bakingClass_photos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.sec_community .bakingClass_photos > * {
  width: calc(50% - 15px);
}

.sec_community .bakingClass_photos img {
  object-position: 50% 10%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  width: calc(50% - 15px);
}

.sec_community .bakingClass_photos div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec_community .workshops {
  margin-top: 20px;
}

.workshop-slider {
  margin-top: 30px;
}

.workshop-slider img {
  padding: 0 10px;
}

.sec_community .community_project {
  text-align: center;
  margin-bottom: 40px;
}

.sec_community .community_project h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.sec_community .community_project h3:before {
  content: "";
  background: url(../images/theme/sdgs/h4_ttl_underLine.png);
  width: 75%;
  height: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}


.sec_health {
  margin-bottom: 80px;
  position: relative;
}

.fl_rev {
  flex-direction: row-reverse;
}

.fs-14px {
  font-size: 14px;
}

.fs-21px {
  font-size: 21px;
}

.fw-400 {
  font-weight: 400;
}

.attack_num {
  font-size: 48px;
  font-family: arial;
  margin-right: 15px;
}

.sec_cont_description_txt_result_num {
  font-size: 44px;
  font-family: arial;
}

.sec_cont_description_txt_result {
  border: solid 2px #FFCCCC;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.sec_cont_img.attack {
  width: 360px;
  height: 265px;
}

.sec_cont_img.attack p {
  position: absolute;
  bottom: -30px;
}

.sec_ttl_description {
  padding-top: 40px;
  font-weight: 600;
  line-height: 1.7;
}

.sec_attack {
  margin-bottom: 80px;
}

.sec_cont_easeWork_ttl {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  margin-left: 20px;
}

.sec_cont_easeWork_ttl::before {
  content: "";
  width: 9px;
  height: 35px;
  background: #ef0e0e;
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 600;
}

.sec_cont.easeWork {
  flex-wrap: wrap;
}

.sec_cont.easeWork .sec_cont_description {
  flex: none;
}

.sec_cont_description_txt ul,
.sec_cont_description_txt ol {
  margin-left: 20px;
}

.sec_cont_description_txt ul li {
  list-style: disc;
}

.sec_cont_description_txt ol li {
  list-style: none;
}

.sec_cont_description_txt ol li span {
  margin: 0 5px 0 -45px;
}

.sec_easeWork {
  margin-bottom: 80px;
}

.sec_cont.safety {
  align-items: center;
}

.sec_safety {
  margin-bottom: 80px;
}

.sec_safety_note {
  margin-top: -20px;
}

.underContent_img {
  margin-bottom: 120px;
}

.underContent_img img {
  width: 100%;
}

.sec_ttl img {
  margin-bottom: 10px;
  position: relative;
}

.sec_cont_description_dbLink {
  text-decoration: underline;
  color: blue;
}

.bg_shapeWave {
  position: relative;
  background: #FFF5F5;
  margin: 190px 0;
}

.bg_shapeWave::before {
  content: "";
  width: 100%;
  height: 250px;
  background: url(../images/theme/sdgs/bg_shapeWave_before.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -250px;
  left: 0;
}

.bg_shapeWave::after {
  content: "";
  width: 100%;
  height: 400px;
  background: url(../images/theme/sdgs/bg_shapeWave_after.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -350px;
  left: 0;
}

.slick-slider {
  touch-action: auto;
}

.grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_mainImg {
  cursor: pointer;
}

.wpcf7-select {
  display: block;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 4px;
  height: 60px;
  padding-left: 1em;
  margin-top: 0.1em;
  color: #333;
}

textarea::-moz-placeholder {
  color: #BABABA;
}

select:invalid, textarea::placeholder {
  color: #BABABA;
}

.contactForm_cont_row.category {
  align-items: flex-start;
}

.contactForm_cont_row_head.catTtl {
  padding-top: 20px;
}

.contactForm_cont_row_body.category {
  row-gap: 30px;
}

.contactForm_cont_row_body_ifBlock {
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}

.contactForm_cont_row_body.ifBlock_input p {
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  align-items: center;
}

.contactForm_cont_row_body_item.category {
  flex: 100%;
  position: relative;
}

.contactForm_cont_row_body_item.category::before {
  content: "";
  width: 10px;
  height: 20px;
  background: url(../images/theme/form_pullDownArrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}

.contactForm_cont_row_body_desc.category {
  padding-left: 0;
}

/* .contactForm_cont_row_body.ifBlock {
  display: block;
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 4px;
  height: 60px;
  padding-left: 1em;
  margin-top: 0.1em;
} */
.wpcf7-form-control-wrap {
  flex: 100%;
}

.contactForm_cont_row_body_ifBlock [data-class=wpcf7cf_group] {
  width: 100%;
}

.contactForm_cont_row_head {
  font-weight: 600;
}

.contactForm_cont_row_head.ifItem {
  margin-bottom: 20px;
}

.contactForm_cont_row_body_ifItem {
  margin-bottom: 20px;
}

.contactForm_cont_row.cat_detail {
  flex-wrap: wrap;
}

.printBtn {
  width: 250px;
  display: block;
  padding-top: 10px;
}

/* 20240226　お問い合わせFAQ追加スタイル */
.contact_searchForm {
  margin-bottom: 60px;
}

.contact_searchForm h3, .contact_faq h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.contact_searchForm .largeSearch_input {
  background-color: #fff;
}

.contact_faq_con {
  padding-top: 20px;
  margin-bottom: 40px;
}

.contact_faq_listItem {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.contact_faq_listItem::before {
  content: "Q";
  font-size: 22px;
  color: #ef0e0e;
  font-weight: 700;
  position: absolute;
  top: 20%;
  left: 10px;
  transform: translateY(-50%);
}

.contact_faq_listItem a {
  display: block;
  position: relative;
}

.contact_faq_listItem a::before {
  content: "";
  color: #ef0e0e;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #EF0E0E;
  border-left: solid 3px #EF0E0E;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: rotate(-135deg) translateX(50%);
}

.contact_categorySearch h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact_categorySearch_con {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.categorySearch_itemBox {
  display: flex;
  align-items: stretch;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
}

.categorySearch_itemBox h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.categorySearch_item {
  width: calc((100% - 60px) / 4);
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  border: solid 1px rgba(51, 51, 51, 0.2);
  text-align: center;
}

.categorySearch_item_img {
  position: relative;
  width: 100%;
  padding-top: 90%;
}

.categorySearch_item img {
  margin: 0 auto 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
}

.categorySearch_itemBox.snack .categorySearch_item img {
  transform: translate(-50%, -50%) scale(0.8);
}

.categorySearch_item p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.categorySearch_itemBox.purpose {
  justify-content: left;
}

.categorySearch_itemBox.purpose .categorySearch_item {
  width: calc((100% - 60px) / 3);
  border-radius: 50px;
  padding: 20px 50px;
}

.categorySearch_itemBox.purpose .categorySearch_item p {
  text-align: left;
  position: relative;
  width: 100%;
}

.categorySearch_itemBox.purpose .categorySearch_item p::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 3px #EF0E0E;
  border-left: solid 3px #EF0E0E;
  position: absolute;
  top: 15%;
  right: -20px;
  transform: rotate(-135deg) translateX(-50%);
}

.contactTop_cont {
  padding-top: 20px;
}

.hasLeftLineHeading {
  font-size: 24px;
}

@media (max-width: 1000px) {
  .sec_cont_description_btn {
    width: 90%;
  }
  .sec_cont_description_btn a {
    padding: 20px 100px;
    text-align: center;
  }
  .redcap_project h3::before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .cont_topImg img {
    border-radius: 30px;
  }
  .about_sdgs_pageLink {
    background: transparent;
    border: none;
    padding: 0;
  }
  .about_sdgs_pageLink_item {
    background: #F0F0F0;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .about_sdgs_pageLink div {
    width: 100%;
    max-width: 550px;
  }
  .about_sdgs_pageLink_item a {
    flex-wrap: nowrap;
    height: auto;
    padding: 10px;
    align-items: center;
  }
  .about_sdgs_pageLink_item img {
    width: 65px;
    height: 55px;
  }
  .about_sdgs_pageLink_item h4 {
    padding: 0 40px 0 0;
    position: relative;
  }
  .about_sdgs_pageLink_item h4::before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/theme/sdgs/sp/pageLinkArrow_sp.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 12px;
    right: 16px;
  }
  .sec_ttl {
    margin-bottom: 30px;
  }
  .sec_ttl h3 {
    width: 75%;
    margin: 0 auto;
  }
  .sec_ttl_jp {
    font-size: 18px;
  }
  .sec_cont {
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 10px;
  }
  .sec_cont.redcap,
  .sec_cont.health {
    flex-direction: column-reverse;
  }
  .sec_cont_img {
    width: 100%;
  }
  .sec_cont_description_txt p {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec_cont_description_txt h4 {
    font-size: 16px;
    width: 70%;
  }
  .sec_cont_description_btn {
    font-size: 12px;
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_cont_description_btn a {
    padding: 20px 90px;
    font-weight: 600;
    text-align: center;
  }
  .sec_cont_description_btn a::before {
    width: 25px;
    height: 25px;
    top: 50%;
    background-size: 100%;
    margin-bottom: 30px;
  }
  .redcap_project h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .redcap_project h3::before {
    width: 85%;
  }
  .redcap_project p {
    font-size: 12px;
    text-align: left;
    width: 100%;
  }
  .redcap_project p.redcap_project_ttl_note {
    font-size: 10px;
    text-align: center;
  }
  .sec_community .bakingClass_photos > * {
    width: 100%;
  }
  .sec_community .bakingClass_photos img {
    width: 100%;
  }
  .sec_community .community_project h3 {
    font-size: 16px;
     margin-bottom: 15px;
  }
  .relation_sdgs_ttl {
    width: 60%;
    padding: 10px 20px 0 25px;
  }
  .relation_sdgs_itemBox {
    padding: 25px;
    margin-top: -10px;
    flex-wrap: wrap;
  }
  .sec_moreBtn p {
    font-size: 12px;
    padding: 15px 65px;
  }
  .sec_moreBtn p::before {
    width: 25px;
    height: 25px;
    top: 50%;
    background-size: 100%;
    margin-bottom: 30px;
  }
  .sec_redcap,
  .sec_community,
  .sec_health,
  .sec_attack,
  .sec_easeWork,
  .sec_safety {
    margin-bottom: 40px;
  }
  .underContent_img {
    margin-bottom: 45px;
  }
  .sec_cont_description_txt {
    margin-bottom: 0;
  }
  .sec_cont_description_txt h4 {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .attack_num {
    font-size: 26px;
    margin-right: 5px;
  }
  .sec_cont_description_txt p {
    font-size: 14px;
    font-weight: 400;
  }
  .sec_cont_description_txt_result_note {
    font-size: 10px;
    line-height: 1;
  }
  .sec_cont.factory {
    flex-direction: column-reverse;
  }
  .sec_cont.factory .sec_cont_img {
    margin-bottom: 20px;
  }
  .sec_cont_easeWork_ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .sec_cont_easeWork_ttl::before {
    width: 6px;
    height: 22px;
    top: 2px;
    left: -17px;
  }
  .sec_cont.easeWork .sec_cont_description {
    flex: 100%;
  }
  .sec_cont_img.attack {
    width: 100%;
    height: 260px;
  }
  .sec_cont_description_txt h4 {
    text-align: left;
  }
  .sec_cont_description_txt ul li {
    line-height: 1.7;
  }
  .sec_cont_description_txt ol li {
    margin-left: -20px;
  }
  .sec_cont_description_txt ol li span {
    margin: 0 7px 0 -20px;
  }
  .sec_safety_note {
    font-size: 10px;
  }
  .bg_shapeWave {
    margin: 100px 0;
  }
  .bg_shapeWave::before {
    content: "";
    width: 100%;
    height: 130px;
    background: url(../images/theme/sdgs/sp/bg_shapeWave_before_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -130px;
    left: 0;
  }
  .bg_shapeWave::after {
    content: "";
    width: 100%;
    height: 210px;
    background: url(../images/theme/sdgs/sp/bg_shapeWave_after_sp.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -130px;
    left: 0;
  }
  .contactForm_cont_row_body.category {
    width: 100%;
  }
  .contactForm_input {
    font-size: 12px;
  }
  .contactForm_cont_row_body_desc {
    font-size: 10px;
  }
  .contact_faq_listItem {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact_faq_listItem::before {
    font-size: 18px;
    top: 10%;
  }
  .contact_faq_listItem a::before {
    width: 10px;
    height: 10px;
  }
  .contact_searchForm h3, .contact_faq h3 {
    font-size: 20px;
  }
  .contact_categorySearch h3 {
    font-size: 20px;
  }
  .contact_categorySearch_con {
    padding: 20px 10px;
  }
  .categorySearch_itemBox h4 {
    font-size: 16px;
  }
  .categorySearch_itemBox {
    gap: 10px;
  }
  .categorySearch_item {
    width: calc((100% - 10px) / 2);
    padding: 15px;
    border-radius: 10px;
  }
  .categorySearch_item a {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .categorySearch_item img {
    height: auto;
    margin: 0;
  }
  .categorySearch_item p {
    font-size: 12px;
    text-align: left;
  }
  .categorySearch_itemBox.purpose .categorySearch_item {
    width: calc((100% - 10px) / 2);
    padding: 10px 15px;
  }
  .categorySearch_itemBox.purpose .categorySearch_item p {
    font-size: 12px;
    width: 100%;
  }
  .categorySearch_itemBox.purpose .categorySearch_item p::before {
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #EF0E0E;
    border-left: solid 2px #EF0E0E;
    top: 25%;
    right: -5px;
    transform: rotate(-135deg) translateY(-50%);
  }
}
/* Q&A */
.post_ttl {
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

.post_ttl .post_ttl_ja {
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.post_ttl .post_ttl_en {
  font-size: 18px;
  color: #EF0E0E;
  font-weight: 600;
  display: block;
  margin-top: -5px;
}

.qa {
  display: flex;
}

.qa_ttl {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: solid 2px #E8E3DF;
  margin-bottom: 32px;
}

.qa_ttl_date {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}

.qa_icon {
  min-width: 40px;
  font-family: "Jost";
  font-size: 32px;
  font-weight: 600;
  color: #EF0E0E;
}

.qa_cont_txt {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .qa_icon {
    min-width: 30px;
    font-size: 24px;
  }
}

.qa_cont {
  display: flex;
}

.qa_cont_txt {
  line-height: 1.8;
}

.qa_cont {
  margin-bottom: 65px;
}

.qa_cont a {
  color: #EF0E0E;
  text-decoration: underline;
}

.qa_cont p {
  margin-bottom: 1em;
}

.qa_cont h2, .qa_cont h3, .qa_cont h4, .qa_cont h5, .qa_cont h6 {
  margin-bottom: 1rem;
}

.qa_cont h2 {
  margin-top: 2.15em;
}

.qa_cont h3 {
  margin-top: 2em;
}

.qa_cont h4 {
  margin-top: 2em;
}

.qa_cont h5 {
  margin-top: 2em;
}

.qa_cont img {
  margin: 30px auto 10px;
  max-width: 100%;
  overflow: hidden;
}

.qa_cont table {
  margin: 2.67em 0;
}

.afb_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  justify-content: center;
  padding-top: 60px;
}

.afb_container span.message {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #50280C;
  font-size: 18px;
}

.afb_container a {
  border: solid 1px #ef0e0e;
  width: 120px;
  text-align: center;
  color: #ef0e0e;
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.btn_wrap {
  margin: 0 auto 60px;
  text-align: center;
}

.prevBtn, .nextBtn {
  color: #EF0E0E;
  border: solid 2px #EF0E0E;
  border-radius: 4px;
  width: 230px;
  display: inline-block;
  position: relative;
}

.prevBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 2px #ef0e0e;
  border-bottom: solid 2px #ef0e0e;
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  left: 28px;
}

.prevBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: solid 2px #ef0e0e;
  border-bottom: solid 2px #ef0e0e;
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  left: 36px;
}

.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #ef0e0e;
  border-bottom: solid 2px #ef0e0e;
  transform: rotate(-45deg);
  position: absolute;
  top: 29px;
  right: 28px;
}

.nextBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #ef0e0e;
  border-bottom: solid 2px #ef0e0e;
  transform: rotate(-45deg);
  position: absolute;
  top: 29px;
  right: 36px;
}

.prevBtn a, .nextBtn a {
  font-size: 16px;
  color: #EF0E0E;
  font-weight: 600;
  display: inline-block;
}

.prevBtn a {
  padding: 20px 40px 20px 60px;
}

.nextBtn a {
  padding: 20px 60px 20px 40px;
}

.backBtn {
  font-size: 16px;
  color: #ef0e0e;
  font-weight: 600;
  display: inline-block;
  margin: 0 20px;
}

.backBtn a {
  display: block;
  padding: 20px 80px;
}

.backBtn.sp {
  display: none;
}

.qa_cont .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.qa_cont .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 0;
}

.qa_cont .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .post_ttl {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .post_ttl .post_ttl_ja {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .post_ttl .post_ttl_en {
    font-size: 10px;
  }
  .qa {
    flex-wrap: wrap;
  }
  .qa_ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .qa_ttl_date {
    font-size: 10px;
  }
  .qa_cont_txt {
    line-height: 1.6;
  }
  .qa_cont {
    margin-bottom: 55px;
    flex-wrap: wrap;
  }
  .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .prevBtn, .nextBtn {
    border: none;
    width: 50%;
  }
  .prevBtn::before {
    top: 25px;
    left: 28px;
  }
  .prevBtn::after {
    top: 25px;
    left: 36px;
  }
  .nextBtn::before {
    top: 25px;
    right: 28px;
  }
  .nextBtn::after {
    top: 25px;
    right: 36px;
  }
  .prevBtn a, .nextBtn a {
    font-size: 12px;
  }
  .prevBtn a {
    padding: 20px 20px 20px 40px;
  }
  .nextBtn a {
    padding: 20px 40px 20px 20px;
  }
  .backBtn.pc {
    display: none;
  }
  .backBtn.sp {
    display: block;
  }
  .backBtn {
    font-size: 12px;
    border: solid 2px #EF0E0E;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
  }
  .backBtn a {
    display: block;
  }
}
.post_ttl {
  padding-top: 60px;
}

.qa_ttl {
  border-bottom: none;
}

.breadcrumb_cont li {
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumb_cont li {
    max-width: 85vw;
  }
  .searchTop_nav_item {
    font-size: 12px;
    min-width: 60px;
    width: calc(100% / 6);
  }
}

.breadcrumb_cont li:last-child {
  overflow: hidden;
}/*# sourceMappingURL=style_02.css.map */

.wpcf7-response-output {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #EF0E0E;
  margin: 0;
}

.contactForm .wpcf7-submit {
	text-align: center;
}

.contactForm .wpcf7-previous {
	text-align: center;
}

.aside_sns_body.snsIcon_unit .snsIcon.snsIcon__youtube {
  aspect-ratio: 1.3 / 1;
}

@media screen and (max-width: 768px) {
	.aside_sns_body.snsIcon_unit {
		justify-content: left;
	}
	.aside_sns_body.snsIcon_unit .snsIcon {
		max-width: 75px;
	}
}